Skip to content

Commit

Permalink
change descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxu-147 committed Mar 5, 2025
1 parent 88ff6e2 commit 33e3d8d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ model SecurityPolicyProperties {
@visibility("read")
policyType?: PolicyType;

/** Web Application Firewall Policy of the Traffic Controller Security Policy. If this property is set then ipAccessRulesPolicy property cannot be set. */
/** Web Application Firewall Policy of the Traffic Controller Security Policy. Single Security Policy can have only one policy type set. */
wafPolicy?: WafPolicy;

/** Ip Access Policy of the Traffic Controller Security Policy. If this property is set then wafPolicy property cannot be set. */
/** Ip Access Policy of the Traffic Controller Security Policy. Single Security Policy can have only one policy type set. */
@added(Versions.v2025_03_01_preview)
ipAccessRulesPolicy?: IpAccessRulesPolicy;

Expand Down Expand Up @@ -219,10 +219,10 @@ union IpAccessRuleAction {

/** SecurityPolicyConfigurations Subresource of Traffic Controller. */
model SecurityPolicyConfigurations {
/** Contains reference to a WAF-type security policy that is applied at the Traffic Controller level. */
/** Contains reference to a WAF-type security policy. */
wafSecurityPolicy?: WafSecurityPolicy;

/** Contains reference to a IpAccessRules-type security policy that is applied at the Frontend level. */
/** Contains reference to a IpAccessRules-type security policy. */
@added(Versions.v2025_03_01_preview)
ipAccessRulesSecurityPolicy?: IpAccessRulesSecurityPolicy;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@
"properties": {
"wafSecurityPolicy": {
"$ref": "#/definitions/WafSecurityPolicy",
"description": "Contains reference to a WAF-type security policy that is applied at the Traffic Controller level."
"description": "Contains reference to a WAF-type security policy."
}
}
},
Expand All @@ -1665,7 +1665,7 @@
"properties": {
"wafSecurityPolicy": {
"$ref": "#/definitions/WafSecurityPolicyUpdate",
"description": "Contains reference to a WAF-type security policy that is applied at the Traffic Controller level."
"description": "Contains reference to a WAF-type security policy."
}
}
},
Expand Down Expand Up @@ -1701,7 +1701,7 @@
},
"wafPolicy": {
"$ref": "#/definitions/WafPolicy",
"description": "Web Application Firewall Policy of the Traffic Controller Security Policy. If this property is set then ipAccessRulesPolicy property cannot be set."
"description": "Web Application Firewall Policy of the Traffic Controller Security Policy. Single Security Policy can have only one policy type set."
},
"provisioningState": {
"$ref": "#/definitions/ProvisioningState",
Expand Down Expand Up @@ -1734,7 +1734,7 @@
"properties": {
"wafPolicy": {
"$ref": "#/definitions/WafPolicyUpdate",
"description": "Web Application Firewall Policy of the Traffic Controller Security Policy. If this property is set then ipAccessRulesPolicy property cannot be set."
"description": "Web Application Firewall Policy of the Traffic Controller Security Policy. Single Security Policy can have only one policy type set."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1785,11 +1785,11 @@
"properties": {
"wafSecurityPolicy": {
"$ref": "#/definitions/WafSecurityPolicy",
"description": "Contains reference to a WAF-type security policy that is applied at the Traffic Controller level."
"description": "Contains reference to a WAF-type security policy."
},
"ipAccessRulesSecurityPolicy": {
"$ref": "#/definitions/IpAccessRulesSecurityPolicy",
"description": "Contains reference to a IpAccessRules-type security policy that is applied at the Frontend level."
"description": "Contains reference to a IpAccessRules-type security policy."
}
}
},
Expand All @@ -1799,11 +1799,11 @@
"properties": {
"wafSecurityPolicy": {
"$ref": "#/definitions/WafSecurityPolicyUpdate",
"description": "Contains reference to a WAF-type security policy that is applied at the Traffic Controller level."
"description": "Contains reference to a WAF-type security policy."
},
"ipAccessRulesSecurityPolicy": {
"$ref": "#/definitions/IpAccessRulesSecurityPolicyUpdate",
"description": "Contains reference to a IpAccessRules-type security policy that is applied at the Frontend level."
"description": "Contains reference to a IpAccessRules-type security policy."
}
}
},
Expand Down Expand Up @@ -1839,11 +1839,11 @@
},
"wafPolicy": {
"$ref": "#/definitions/WafPolicy",
"description": "Web Application Firewall Policy of the Traffic Controller Security Policy. If this property is set then ipAccessRulesPolicy property cannot be set."
"description": "Web Application Firewall Policy of the Traffic Controller Security Policy. Single Security Policy can have only one policy type set."
},
"ipAccessRulesPolicy": {
"$ref": "#/definitions/IpAccessRulesPolicy",
"description": "Ip Access Policy of the Traffic Controller Security Policy. If this property is set then wafPolicy property cannot be set."
"description": "Ip Access Policy of the Traffic Controller Security Policy. Single Security Policy can have only one policy type set."
},
"provisioningState": {
"$ref": "#/definitions/ProvisioningState",
Expand Down Expand Up @@ -1876,11 +1876,11 @@
"properties": {
"wafPolicy": {
"$ref": "#/definitions/WafPolicyUpdate",
"description": "Web Application Firewall Policy of the Traffic Controller Security Policy. If this property is set then ipAccessRulesPolicy property cannot be set."
"description": "Web Application Firewall Policy of the Traffic Controller Security Policy. Single Security Policy can have only one policy type set."
},
"ipAccessRulesPolicy": {
"$ref": "#/definitions/IpAccessRulesPolicy",
"description": "Ip Access Policy of the Traffic Controller Security Policy. If this property is set then wafPolicy property cannot be set."
"description": "Ip Access Policy of the Traffic Controller Security Policy. Single Security Policy can have only one policy type set."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@
"properties": {
"wafSecurityPolicy": {
"$ref": "#/definitions/WafSecurityPolicy",
"description": "Contains reference to a WAF-type security policy that is applied at the Traffic Controller level."
"description": "Contains reference to a WAF-type security policy."
}
}
},
Expand All @@ -1665,7 +1665,7 @@
"properties": {
"wafSecurityPolicy": {
"$ref": "#/definitions/WafSecurityPolicyUpdate",
"description": "Contains reference to a WAF-type security policy that is applied at the Traffic Controller level."
"description": "Contains reference to a WAF-type security policy."
}
}
},
Expand Down Expand Up @@ -1701,7 +1701,7 @@
},
"wafPolicy": {
"$ref": "#/definitions/WafPolicy",
"description": "Web Application Firewall Policy of the Traffic Controller Security Policy. If this property is set then ipAccessRulesPolicy property cannot be set."
"description": "Web Application Firewall Policy of the Traffic Controller Security Policy. Single Security Policy can have only one policy type set."
},
"provisioningState": {
"$ref": "#/definitions/ProvisioningState",
Expand Down Expand Up @@ -1734,7 +1734,7 @@
"properties": {
"wafPolicy": {
"$ref": "#/definitions/WafPolicyUpdate",
"description": "Web Application Firewall Policy of the Traffic Controller Security Policy. If this property is set then ipAccessRulesPolicy property cannot be set."
"description": "Web Application Firewall Policy of the Traffic Controller Security Policy. Single Security Policy can have only one policy type set."
}
}
},
Expand Down

0 comments on commit 33e3d8d

Please sign in to comment.