Merge pull request #39 from bartvdbraak/renovate/microsoft.resources-resourcegroups-20230701.x

chore(deps): update resource microsoft.resources/resourcegroups to 2023-07-01
This commit is contained in:
Bart van der Braak 2023-12-01 15:56:59 +01:00 committed by GitHub
commit 7c89f77530
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