From f0f2bb7f8a089d554f55375a02de946489378d18 Mon Sep 17 00:00:00 2001 From: Joel Hendrix Date: Fri, 2 Mar 2018 13:28:40 -0800 Subject: [PATCH] Add missing type specifier to enum definition. (#2580) --- .../Microsoft.Web/stable/2016-03-01/CommonDefinitions.json | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2016-03-01/CommonDefinitions.json b/specification/web/resource-manager/Microsoft.Web/stable/2016-03-01/CommonDefinitions.json index eda20e904adb..b5fad40b666f 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2016-03-01/CommonDefinitions.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2016-03-01/CommonDefinitions.json @@ -1040,6 +1040,7 @@ "enum": [ "SystemAssigned" ], + "type": "string", "x-ms-enum": { "name": "ManagedServiceIdentityType", "modelAsString": true