mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-27 14:51:21 +00:00
chore(deps): update resource microsoft.managedidentity/userassignedidentities to 2024-11-30
This commit is contained in:
parent
9a47a2ae4f
commit
9eddc24930
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ param identityEnvironments array = [
|
|||
'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)
|
||||
location: location
|
||||
tags: tags
|
||||
|
|
Loading…
Reference in a new issue