diff --git a/bicep/main.bicep b/bicep/main.bicep index 11a00e9..0ec46be 100644 --- a/bicep/main.bicep +++ b/bicep/main.bicep @@ -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