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-11-01
This commit is contained in:
parent
9a47a2ae4f
commit
83a4f2ee0e
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-11-01' = {
|
||||
name: format(nameFormat, 'RG', 1)
|
||||
location: location
|
||||
tags: tags
|
||||
|
|
Loading…
Reference in a new issue