chore(deps): update resource microsoft.resources/resourcegroups to 2024-11-01

This commit is contained in:
renovate[bot] 2025-01-11 01:43:29 +00:00 committed by GitHub
parent 9a47a2ae4f
commit 83a4f2ee0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ var nameFormat = '${name.tenantId}-${name.projectId}-${environment}-${name.regio
Resource Group Resource Group
*/ */
resource ResourceGroup 'Microsoft.Resources/resourceGroups@2024-03-01' = { resource ResourceGroup 'Microsoft.Resources/resourceGroups@2024-11-01' = {
name: format(nameFormat, 'RG', 1) name: format(nameFormat, 'RG', 1)
location: location location: location
tags: tags tags: tags