Skip to content

Commit

Permalink
Azure CDN : Change casing for subscription ID and API version (Azure#…
Browse files Browse the repository at this point in the history
…12159)

* change casing of for subId and apiVersion

* fix references

* fix mismacth in apiVersion description

* fix description in cdnwaf

Co-authored-by: Jorin Mejia <[email protected]>
  • Loading branch information
Jorin Mejia and aijemoj authored Jan 19, 2021
1 parent d2d3008 commit efdb4c9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5556,7 +5556,7 @@
"in": "query",
"required": true,
"type": "string",
"description": "Version of the API to be used with the client request. Current version is 2017-04-02."
"description": "Version of the API to be used with the client request. Current version is 2020-09-01."
},
"resourceGroupNameParameter": {
"name": "resourceGroupName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5631,7 +5631,7 @@
"in": "query",
"required": true,
"type": "string",
"description": "Version of the API to be used with the client request. Current version is 2017-04-02."
"description": "Version of the API to be used with the client request. Current version is 2020-09-01."
},
"resourceGroupNameParameter": {
"name": "resourceGroupName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"$ref": "#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/ApiVersionParameter"
"$ref": "#/parameters/apiVersionParameter"
}
],
"responses": {
Expand Down Expand Up @@ -91,10 +91,10 @@
"$ref": "#/parameters/PolicyNameParameter"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/ApiVersionParameter"
"$ref": "#/parameters/apiVersionParameter"
}
],
"responses": {
Expand Down Expand Up @@ -131,10 +131,10 @@
"$ref": "#/parameters/PolicyNameParameter"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/ApiVersionParameter"
"$ref": "#/parameters/apiVersionParameter"
},
{
"description": "Policy to be created.",
Expand Down Expand Up @@ -193,10 +193,10 @@
"$ref": "#/parameters/PolicyNameParameter"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/ApiVersionParameter"
"$ref": "#/parameters/apiVersionParameter"
},
{
"description": "CdnWebApplicationFirewallPolicy parameters to be patched.",
Expand Down Expand Up @@ -249,10 +249,10 @@
"$ref": "#/parameters/PolicyNameParameter"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/ApiVersionParameter"
"$ref": "#/parameters/apiVersionParameter"
}
],
"responses": {
Expand Down Expand Up @@ -280,10 +280,10 @@
"operationId": "ManagedRuleSets_List",
"parameters": [
{
"$ref": "#/parameters/SubscriptionIdParameter"
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/ApiVersionParameter"
"$ref": "#/parameters/apiVersionParameter"
}
],
"responses": {
Expand Down Expand Up @@ -888,19 +888,19 @@
}
},
"parameters": {
"SubscriptionIdParameter": {
"subscriptionIdParameter": {
"name": "subscriptionId",
"in": "path",
"description": "Azure Subscription ID.",
"required": true,
"type": "string"
},
"ApiVersionParameter": {
"apiVersionParameter": {
"name": "api-version",
"in": "query",
"required": true,
"type": "string",
"description": "Version of the API to be used with the client request. Current version is 2019-09-01."
"description": "Version of the API to be used with the client request. Current version is 2020-09-01."
},
"PolicyNameParameter": {
"name": "policyName",
Expand Down

0 comments on commit efdb4c9

Please sign in to comment.