mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-28 07:11:21 +00:00
chore(deps): update resource microsoft.resources/resourcegroups to 2024-03-01
This commit is contained in:
parent
68f669135b
commit
b58fce276d
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 Group
|
||||||
*/
|
*/
|
||||||
|
|
||||||
resource ResourceGroup 'Microsoft.Resources/resourceGroups@2023-07-01' = {
|
resource ResourceGroup 'Microsoft.Resources/resourceGroups@2024-03-01' = {
|
||||||
name: format(nameFormat, 'RG', 1)
|
name: format(nameFormat, 'RG', 1)
|
||||||
location: location
|
location: location
|
||||||
tags: tags
|
tags: tags
|
||||||
|
|
Loading…
Reference in a new issue