Merge pull request #53 from chris-kruining/renovate/microsoft.resources-resourcegroups-20250401.x

This commit is contained in:
Chris Kruining 2025-06-10 12:32:43 +02:00 committed by GitHub
commit c5f9fec9e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ var context = {
deployedAt: deployedAt deployedAt: deployedAt
} }
resource calqueResourceGroup 'Microsoft.Resources/resourceGroups@2025-03-01' = { resource calqueResourceGroup 'Microsoft.Resources/resourceGroups@2025-04-01' = {
name: 'rg-${locationAbbreviation}-${environment}-${projectName}' name: 'rg-${locationAbbreviation}-${environment}-${projectName}'
location: location location: location
} }