From b388eb5584c28f54737576e7b43d9932dc353878 Mon Sep 17 00:00:00 2001 From: Landon Smith Date: Tue, 12 May 2020 10:35:11 -0700 Subject: [PATCH] Make CDN privateEndpointStatus modeled as string --- .../resource-manager/Microsoft.Cdn/stable/2020-04-15/cdn.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-04-15/cdn.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-04-15/cdn.json index 312c0e0e51bb..72cf5b68f35b 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-04-15/cdn.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2020-04-15/cdn.json @@ -4461,7 +4461,7 @@ "type": "string" }, "privateEndpointStatus": { - "description": "The Approval status for the connection to the Private Link", + "description": "The approval status for the connection to the Private Link", "type": "string", "readOnly": true, "enum": [ @@ -4473,7 +4473,7 @@ ], "x-ms-enum": { "name": "PrivateEndpointStatus", - "modelAsString": false + "modelAsString": true } } }