Skip to content

Commit

Permalink
Change country to countryOrRegion to avoid political concern accordin…
Browse files Browse the repository at this point in the history
…g to CELA (Azure#12)

* Change country to countryOrRegion to avoid political concern according to CELA

* Minor change to keep consistence

Co-authored-by: Bo Zhang <bzhan@microsoft.com>
  • Loading branch information
t-bzhan and Bo Zhang authored Jul 21, 2021
1 parent 401a9a1 commit 49b72e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3405,7 +3405,7 @@
"httpStatusCode",
"protocol",
"cacheStatus",
"country",
"countryOrRegion",
"customDomain"
],
"x-ms-enum": {
Expand Down Expand Up @@ -3914,7 +3914,7 @@
"userAgent",
"clientIp",
"url",
"country",
"countryOrRegion",
"ruleType"
],
"x-ms-enum": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4498,7 +4498,7 @@
"required": [
"relativePath",
"action",
"countryCodes"
"countryOrRegionCodes"
],
"properties": {
"relativePath": {
Expand All @@ -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"
Expand Down

0 comments on commit 49b72e3

Please sign in to comment.