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

This commit is contained in:
renovate[bot] 2023-12-01 14:50:20 +00:00 committed by GitHub
parent 9bd2de40a6
commit 1d3389d497
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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