mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-27 23:01:20 +00:00
chore(deps): update resource microsoft.resources/resourcegroups to 2024-07-01
This commit is contained in:
parent
ac4e2f37f2
commit
7a19d5a04c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue