File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ resource mongoCluster 'Microsoft.DocumentDB/mongoClusters@2025-04-01-preview' =
5959resource mongoClusterUserManagedIdentity 'Microsoft.DocumentDB/mongoClusters/users@2025-04-01-preview' = {
6060 parent : mongoCluster
6161 name : managedIdentityPrincipalId
62+ location : location
6263 properties : {
6364 identityProvider : {
6465 type : 'MicrosoftEntraID'
@@ -78,6 +79,7 @@ resource mongoClusterUserManagedIdentity 'Microsoft.DocumentDB/mongoClusters/use
7879resource mongoClusterUserDeploymentIdentity 'Microsoft.DocumentDB/mongoClusters/users@2025-04-01-preview' = if (!pipeline ) {
7980 parent : mongoCluster
8081 name : deploymentIdentityPrincipalId
82+ location : location
8183 properties : {
8284 identityProvider : {
8385 type : 'MicrosoftEntraID'
You can’t perform that action at this time.
0 commit comments