Skip to content

Commit efdb4c9

Browse files
Jorin Mejiaaijemoj
andauthored
Azure CDN : Change casing for subscription ID and API version (#12159)
* change casing of for subId and apiVersion * fix references * fix mismacth in apiVersion description * fix description in cdnwaf Co-authored-by: Jorin Mejia <jomejia@microsoft.com>
1 parent d2d3008 commit efdb4c9

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/afdx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5556,7 +5556,7 @@
55565556
"in": "query",
55575557
"required": true,
55585558
"type": "string",
5559-
"description": "Version of the API to be used with the client request. Current version is 2017-04-02."
5559+
"description": "Version of the API to be used with the client request. Current version is 2020-09-01."
55605560
},
55615561
"resourceGroupNameParameter": {
55625562
"name": "resourceGroupName",

specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5631,7 +5631,7 @@
56315631
"in": "query",
56325632
"required": true,
56335633
"type": "string",
5634-
"description": "Version of the API to be used with the client request. Current version is 2017-04-02."
5634+
"description": "Version of the API to be used with the client request. Current version is 2020-09-01."
56355635
},
56365636
"resourceGroupNameParameter": {
56375637
"name": "resourceGroupName",

specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdnwebapplicationfirewall.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"$ref": "#/parameters/ResourceGroupNameParameter"
4747
},
4848
{
49-
"$ref": "#/parameters/SubscriptionIdParameter"
49+
"$ref": "#/parameters/subscriptionIdParameter"
5050
},
5151
{
52-
"$ref": "#/parameters/ApiVersionParameter"
52+
"$ref": "#/parameters/apiVersionParameter"
5353
}
5454
],
5555
"responses": {
@@ -91,10 +91,10 @@
9191
"$ref": "#/parameters/PolicyNameParameter"
9292
},
9393
{
94-
"$ref": "#/parameters/SubscriptionIdParameter"
94+
"$ref": "#/parameters/subscriptionIdParameter"
9595
},
9696
{
97-
"$ref": "#/parameters/ApiVersionParameter"
97+
"$ref": "#/parameters/apiVersionParameter"
9898
}
9999
],
100100
"responses": {
@@ -131,10 +131,10 @@
131131
"$ref": "#/parameters/PolicyNameParameter"
132132
},
133133
{
134-
"$ref": "#/parameters/SubscriptionIdParameter"
134+
"$ref": "#/parameters/subscriptionIdParameter"
135135
},
136136
{
137-
"$ref": "#/parameters/ApiVersionParameter"
137+
"$ref": "#/parameters/apiVersionParameter"
138138
},
139139
{
140140
"description": "Policy to be created.",
@@ -193,10 +193,10 @@
193193
"$ref": "#/parameters/PolicyNameParameter"
194194
},
195195
{
196-
"$ref": "#/parameters/SubscriptionIdParameter"
196+
"$ref": "#/parameters/subscriptionIdParameter"
197197
},
198198
{
199-
"$ref": "#/parameters/ApiVersionParameter"
199+
"$ref": "#/parameters/apiVersionParameter"
200200
},
201201
{
202202
"description": "CdnWebApplicationFirewallPolicy parameters to be patched.",
@@ -249,10 +249,10 @@
249249
"$ref": "#/parameters/PolicyNameParameter"
250250
},
251251
{
252-
"$ref": "#/parameters/SubscriptionIdParameter"
252+
"$ref": "#/parameters/subscriptionIdParameter"
253253
},
254254
{
255-
"$ref": "#/parameters/ApiVersionParameter"
255+
"$ref": "#/parameters/apiVersionParameter"
256256
}
257257
],
258258
"responses": {
@@ -280,10 +280,10 @@
280280
"operationId": "ManagedRuleSets_List",
281281
"parameters": [
282282
{
283-
"$ref": "#/parameters/SubscriptionIdParameter"
283+
"$ref": "#/parameters/subscriptionIdParameter"
284284
},
285285
{
286-
"$ref": "#/parameters/ApiVersionParameter"
286+
"$ref": "#/parameters/apiVersionParameter"
287287
}
288288
],
289289
"responses": {
@@ -888,19 +888,19 @@
888888
}
889889
},
890890
"parameters": {
891-
"SubscriptionIdParameter": {
891+
"subscriptionIdParameter": {
892892
"name": "subscriptionId",
893893
"in": "path",
894894
"description": "Azure Subscription ID.",
895895
"required": true,
896896
"type": "string"
897897
},
898-
"ApiVersionParameter": {
898+
"apiVersionParameter": {
899899
"name": "api-version",
900900
"in": "query",
901901
"required": true,
902902
"type": "string",
903-
"description": "Version of the API to be used with the client request. Current version is 2019-09-01."
903+
"description": "Version of the API to be used with the client request. Current version is 2020-09-01."
904904
},
905905
"PolicyNameParameter": {
906906
"name": "policyName",

0 commit comments

Comments
 (0)