Skip to content

Commit 51493ec

Browse files
authored
Merge pull request #8 from ChenglongLiu/chenglong/fixbug
Fix the typo and example
2 parents 749ee52 + 7821c1e commit 51493ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2856,7 +2856,7 @@
28562856
"type": "string"
28572857
},
28582858
{
2859-
"name": "securityPolicUpdateProperties",
2859+
"name": "securityPolicyUpdateProperties",
28602860
"in": "body",
28612861
"description": "Security policy update properties",
28622862
"required": true,

specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/examples/SecurityPolicies_Patch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"resourceGroupName": "RG",
66
"profileName": "profile1",
77
"securityPolicyName": "securityPolicy1",
8-
"securityPolicyProperties": {
8+
"securityPolicyUpdateProperties": {
99
"properties": {
1010
"parameters": {
1111
"type": "WebApplicationFirewall",

0 commit comments

Comments
 (0)