Skip to content

Commit

Permalink
Merge pull request #1 from t-bzhan/cdn-swagger-2021-06-01-fix
Browse files Browse the repository at this point in the history
[CDN] Fix incorrect type for compressionSettings and SharedPrivateLinkkResourceProperties
  • Loading branch information
ChenglongLiu authored Jan 5, 2022
2 parents 5dbb091 + e1600f7 commit d8ac4f9
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4779,9 +4779,7 @@
"sharedPrivateLinkResource": {
"description": "The properties of the private link resource for private origin.",
"type": "object",
"items": {
"$ref": "#/definitions/SharedPrivateLinkResourceProperties"
}
"$ref": "#/definitions/SharedPrivateLinkResourceProperties"
},
"enabledState": {
"description": "Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool.",
Expand Down Expand Up @@ -5065,9 +5063,7 @@
"compressionSettings": {
"description": "compression settings.",
"type": "object",
"items": {
"$ref": "#/definitions/CompressionSettings"
}
"$ref": "#/definitions/CompressionSettings"
},
"queryStringCachingBehavior": {
"description": "Defines how CDN caches requests that include query strings. You can ignore any query strings when caching, bypass caching to prevent requests that contain query strings from being cached, or cache every request with a unique URL.",
Expand Down

0 comments on commit d8ac4f9

Please sign in to comment.