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

This commit is contained in:
renovate[bot] 2024-09-16 09:28:48 +00:00 committed by GitHub
parent ac4e2f37f2
commit 7a19d5a04c
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 ResourceGroup 'Microsoft.Resources/resourceGroups@2024-03-01' = {
resource ResourceGroup 'Microsoft.Resources/resourceGroups@2024-07-01' = {
name: format(nameFormat, 'RG', 1)
location: location
tags: tags