Skip to content

Commit 2cb9fd2

Browse files
vturecekFredericHeem
authored andcommitted
Adding identity to RegistryCredentials (Azure#18508)
1 parent 8268171 commit 2cb9fd2

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)