Skip to content

Commit

Permalink
add acrUseManagedIdentityCreds and acrUserManagedIdentityID propertie…
Browse files Browse the repository at this point in the history
…s to SiteConfig (#10215)
  • Loading branch information
aklopfer authored Jul 22, 2020
1 parent 4f487de commit b2a2f8b
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1955,6 +1955,14 @@
"description": "<code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>.",
"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.",
Expand Down

0 comments on commit b2a2f8b

Please sign in to comment.