From 49b72e311328ff9d14c65068b11108fa82b79082 Mon Sep 17 00:00:00 2001 From: t-bzhan <61817681+t-bzhan@users.noreply.github.com> Date: Thu, 22 Jul 2021 05:27:29 +0800 Subject: [PATCH] Change country to countryOrRegion to avoid political concern according to CELA (#12) * Change country to countryOrRegion to avoid political concern according to CELA * Minor change to keep consistence Co-authored-by: Bo Zhang --- .../Microsoft.Cdn/stable/2021-06-01/afdx.json | 4 ++-- .../Microsoft.Cdn/stable/2021-06-01/cdn.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json index 8b6bae973445..a21e50444a2e 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json @@ -3405,7 +3405,7 @@ "httpStatusCode", "protocol", "cacheStatus", - "country", + "countryOrRegion", "customDomain" ], "x-ms-enum": { @@ -3914,7 +3914,7 @@ "userAgent", "clientIp", "url", - "country", + "countryOrRegion", "ruleType" ], "x-ms-enum": { diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json index 97dd5816d6ad..27673cdbd3d0 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json @@ -4498,7 +4498,7 @@ "required": [ "relativePath", "action", - "countryCodes" + "countryOrRegionCodes" ], "properties": { "relativePath": { @@ -4517,8 +4517,8 @@ "modelAsString": false } }, - "countryCodes": { - "description": "Two letter country codes defining user country access in a geo filter, e.g. AU, MX, US.", + "countryOrRegionCodes": { + "description": "Two letter country or region codes defining user country or region access in a geo filter, e.g. AU, MX, US.", "type": "array", "items": { "type": "string"