Skip to content

Commit c5c5e1d

Browse files
authored
Adding identity to RegistryCredentials (#18508)
1 parent 880394b commit c5c5e1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ContainerApps.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,10 @@
655655
"passwordSecretRef": {
656656
"description": "The name of the Secret that contains the registry login password",
657657
"type": "string"
658+
},
659+
"identity": {
660+
"description": "A Managed Identity to use to authenticate with Azure Container Registry. For user-assigned identities, use the full user-assigned identity Resource ID. For system-assigned identities, use 'system'",
661+
"type": "string"
658662
}
659663
}
660664
},

0 commit comments

Comments
 (0)