From 660bf455e275a9a375e89db4ce1a25486b67aa89 Mon Sep 17 00:00:00 2001 From: Jorin Mejia Date: Thu, 17 Dec 2020 12:32:12 -0800 Subject: [PATCH 1/4] change casing of for subId and apiVersion --- .../stable/2020-09-01/cdnwebapplicationfirewall.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdnwebapplicationfirewall.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdnwebapplicationfirewall.json index a1073b636ed1..bd3b70ece1d2 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdnwebapplicationfirewall.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdnwebapplicationfirewall.json @@ -888,14 +888,14 @@ } }, "parameters": { - "SubscriptionIdParameter": { + "subscriptionIdParameter": { "name": "subscriptionId", "in": "path", "description": "Azure Subscription ID.", "required": true, "type": "string" }, - "ApiVersionParameter": { + "apiVersionParameter": { "name": "api-version", "in": "query", "required": true, From 7fd0c7c952a583ebeb54a24e199d0b4f5ffc2f19 Mon Sep 17 00:00:00 2001 From: Jorin Mejia Date: Thu, 17 Dec 2020 14:05:53 -0800 Subject: [PATCH 2/4] fix references --- .../2020-09-01/cdnwebapplicationfirewall.json | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdnwebapplicationfirewall.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdnwebapplicationfirewall.json index bd3b70ece1d2..7983b379facd 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdnwebapplicationfirewall.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdnwebapplicationfirewall.json @@ -46,10 +46,10 @@ "$ref": "#/parameters/ResourceGroupNameParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/subscriptionIdParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/apiVersionParameter" } ], "responses": { @@ -91,10 +91,10 @@ "$ref": "#/parameters/PolicyNameParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/subscriptionIdParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/apiVersionParameter" } ], "responses": { @@ -131,10 +131,10 @@ "$ref": "#/parameters/PolicyNameParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/subscriptionIdParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/apiVersionParameter" }, { "description": "Policy to be created.", @@ -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.", @@ -249,10 +249,10 @@ "$ref": "#/parameters/PolicyNameParameter" }, { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/subscriptionIdParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/apiVersionParameter" } ], "responses": { @@ -280,10 +280,10 @@ "operationId": "ManagedRuleSets_List", "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/subscriptionIdParameter" }, { - "$ref": "#/parameters/ApiVersionParameter" + "$ref": "#/parameters/apiVersionParameter" } ], "responses": { From 7db2ac6db8d675818457c82e866a5b37b8a398aa Mon Sep 17 00:00:00 2001 From: Jorin Mejia Date: Thu, 14 Jan 2021 15:34:34 -0800 Subject: [PATCH 3/4] fix mismacth in apiVersion description --- .../resource-manager/Microsoft.Cdn/stable/2020-09-01/afdx.json | 2 +- .../resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/afdx.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/afdx.json index 169f15f3e2a4..ba0c4bbbcf11 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/afdx.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/afdx.json @@ -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", diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json index 3a1cd82842de..b07b00ed44b2 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdn.json @@ -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", From 5fe7efff6a2a1dc59253dbb3eb5a88fe0678eca7 Mon Sep 17 00:00:00 2001 From: Jorin Mejia Date: Thu, 14 Jan 2021 18:42:49 -0800 Subject: [PATCH 4/4] fix description in cdnwaf --- .../stable/2020-09-01/cdnwebapplicationfirewall.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdnwebapplicationfirewall.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdnwebapplicationfirewall.json index 7983b379facd..b34b957c2a16 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdnwebapplicationfirewall.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-09-01/cdnwebapplicationfirewall.json @@ -900,7 +900,7 @@ "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",