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

This commit is contained in:
renovate[bot] 2024-05-04 13:41:22 +00:00 committed by GitHub
parent 68f669135b
commit b58fce276d
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@2023-07-01' = {
resource ResourceGroup 'Microsoft.Resources/resourceGroups@2024-03-01' = {
name: format(nameFormat, 'RG', 1)
location: location
tags: tags