From e1600f7b28151216d693cd75efbcfaf3ef9eae34 Mon Sep 17 00:00:00 2001 From: Bo Zhang Date: Tue, 4 Jan 2022 17:48:16 +0800 Subject: [PATCH] [CDN] Fix incorrect type for compressionSettings and SharedPrivateLinkResourceProperties --- .../Microsoft.Cdn/stable/2020-09-01/afdx.json | 8 ++------ 1 file changed, 2 insertions(+), 6 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 e2979667b60f..ebbd78d01bf5 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 @@ -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.", @@ -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.",