mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-29 15:51:21 +00:00
Merge 9eddc24930
into 9a47a2ae4f
This commit is contained in:
commit
1925eeec07
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ param identityEnvironments array = [
|
||||||
'getlist'
|
'getlist'
|
||||||
]
|
]
|
||||||
|
|
||||||
resource managedIdentity 'Microsoft.ManagedIdentity/userAssignedIdentities@2023-01-31' = [for (environment, index) in identityEnvironments: {
|
resource managedIdentity 'Microsoft.ManagedIdentity/userAssignedIdentities@2024-11-30' = [for (environment, index) in identityEnvironments: {
|
||||||
name: format(nameFormat, 'ID', index+1)
|
name: format(nameFormat, 'ID', index+1)
|
||||||
location: location
|
location: location
|
||||||
tags: tags
|
tags: tags
|
||||||
|
|
Loading…
Reference in a new issue