Skip to content

Commit

Permalink
Update ALZ-Platform-Default.jsonc (#642)
Browse files Browse the repository at this point in the history
bringYourOwnUserAssignedManagedIdentity can only hold values true or false.
  • Loading branch information
arrerezai authored May 28, 2024
1 parent 6b23302 commit 4089254
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"parameters": {
"userAssignedManagedIdentityName": "", // Replace with the name of the user assigned managed identity
"userAssignedIdentityName": "", // Replace with the name of the user assigned managed identity
"bringYourOwnUserAssignedManagedIdentity": "true",
"bringYourOwnUserAssignedManagedIdentity": true,
"enableProcessesAndDependencies": true,
"userAssignedManagedIdentityResourceGroup": "", //Replace with the name of the resource group where the user assigned managed identity is deployed
"identityResourceGroup": "", // Replace with the name of the resource group where the user assigned managed identity is deployed
Expand Down Expand Up @@ -314,4 +314,4 @@
]
}
]
}
}

0 comments on commit 4089254

Please sign in to comment.