chore(deps): update resource microsoft.managedidentity/userassignedidentities to 2024-11-30

This commit is contained in:
renovate[bot] 2025-03-14 10:31:14 +00:00 committed by GitHub
parent 9a47a2ae4f
commit 9eddc24930
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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