We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9f524 commit 3953e8bCopy full SHA for 3953e8b
specification/web/resource-manager/Microsoft.Web/stable/2021-01-01/CommonDefinitions.json
@@ -2462,6 +2462,14 @@
2462
"description": "<code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>.",
2463
"type": "boolean"
2464
},
2465
+ "acrUseManagedIdentityCreds": {
2466
+ "description": "Flag to use Managed Identity Creds for ACR pull",
2467
+ "type": "boolean"
2468
+ },
2469
+ "acrUserManagedIdentityID": {
2470
+ "description": "If using user managed identity, the user managed identity ClientId",
2471
+ "type": "string"
2472
2473
"logsDirectorySizeLimit": {
2474
"format": "int32",
2475
"description": "HTTP logs directory size limit.",
0 commit comments