Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change country to countryOrRegion to avoid political concern according to CELA #12

Merged
merged 2 commits into from
Jul 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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