From cf480d9118e68eedaf42ea7910dcc64aa35426b7 Mon Sep 17 00:00:00 2001 From: James Christianson Date: Tue, 2 Apr 2019 15:41:30 -0700 Subject: [PATCH] Update managedserviceidentity type enum (#5536) Enum is currently missing the ua + sa combination + "none" type. We do support those values in our API and as such need the swagger to reflect that. --- .../Microsoft.Web/stable/2018-02-01/CommonDefinitions.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/CommonDefinitions.json b/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/CommonDefinitions.json index da30e23dc16e..ecbefb2a6e4b 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/CommonDefinitions.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2018-02-01/CommonDefinitions.json @@ -1308,7 +1308,9 @@ "description": "Type of managed service identity.", "enum": [ "SystemAssigned", - "UserAssigned" + "UserAssigned", + "SystemAssigned, UserAssigned", + "None" ], "type": "string", "x-ms-enum": {