Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxu-147 committed Mar 6, 2025
1 parent 00ccf49 commit 283c669
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ model FrontendProperties {

/** Frontend Security Policy Configuration */
@added(Versions.v2025_03_01_preview)
@OpenAPI.extension("x-ms-identifiers", [])
securityPolicyConfigurations?: SecurityPolicyConfigurations;

/** Provisioning State of Traffic Controller Frontend Resource */
Expand Down Expand Up @@ -181,7 +180,7 @@ model WafPolicy {
@added(Versions.v2025_03_01_preview)
model IpAccessRulesPolicy {
/** Ip Access Policy Rules List */
@OpenAPI.extension("x-ms-identifiers", [])
@identifiers(#[])
@maxItems(100)
rules?: IpAccessRule[];
}
Expand All @@ -191,7 +190,7 @@ model IpAccessRule {
/** Name of the Ip Access Rule */
name: string;

/** The priority of the rule. The value can be between 1 and 400. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. */
/** The priority of the rule. The value can be between 1 and 500. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. */
@minValue(1)
@maxValue(500)
priority: int32;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1535,8 +1535,7 @@
},
"securityPolicyConfigurations": {
"$ref": "#/definitions/SecurityPolicyConfigurations",
"description": "Frontend Security Policy Configuration",
"x-ms-identifiers": []
"description": "Frontend Security Policy Configuration"
},
"provisioningState": {
"$ref": "#/definitions/ProvisioningState",
Expand Down Expand Up @@ -1569,8 +1568,7 @@
"properties": {
"securityPolicyConfigurations": {
"$ref": "#/definitions/SecurityPolicyConfigurationsUpdate",
"description": "Frontend Security Policy Configuration",
"x-ms-identifiers": []
"description": "Frontend Security Policy Configuration"
}
}
},
Expand All @@ -1585,7 +1583,7 @@
"priority": {
"type": "integer",
"format": "int32",
"description": "The priority of the rule. The value can be between 1 and 400. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.",
"description": "The priority of the rule. The value can be between 1 and 500. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.",
"minimum": 1,
"maximum": 500
},
Expand Down Expand Up @@ -1959,8 +1957,7 @@
},
"securityPolicyConfigurations": {
"$ref": "#/definitions/SecurityPolicyConfigurations",
"description": "Security Policy Configuration",
"x-ms-identifiers": []
"description": "Security Policy Configuration"
},
"provisioningState": {
"$ref": "#/definitions/ProvisioningState",
Expand Down Expand Up @@ -1993,8 +1990,7 @@
"properties": {
"securityPolicyConfigurations": {
"$ref": "#/definitions/SecurityPolicyConfigurationsUpdate",
"description": "Security Policy Configuration",
"x-ms-identifiers": []
"description": "Security Policy Configuration"
}
}
},
Expand Down

0 comments on commit 283c669

Please sign in to comment.