From b2a2f8bdac81a285f541d03f60b452f9fd8fe38a Mon Sep 17 00:00:00 2001 From: Austin Klopfer Date: Tue, 21 Jul 2020 19:24:40 -0700 Subject: [PATCH] add acrUseManagedIdentityCreds and acrUserManagedIdentityID properties to SiteConfig (#10215) --- .../stable/2019-08-01/CommonDefinitions.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/CommonDefinitions.json b/specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/CommonDefinitions.json index cf72d9b7c660..b6abe69015f0 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/CommonDefinitions.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2019-08-01/CommonDefinitions.json @@ -1955,6 +1955,14 @@ "description": "true if HTTP logging is enabled; otherwise, false.", "type": "boolean" }, + "acrUseManagedIdentityCreds": { + "description": "Flag to use Managed Identity Creds for ACR pull", + "type": "boolean" + }, + "acrUserManagedIdentityID": { + "description": "If using user managed identity, the user managed identity ClientId", + "type": "string" + }, "logsDirectorySizeLimit": { "format": "int32", "description": "HTTP logs directory size limit.",