From 83a4f2ee0e123a3a67c3b2ba242534acdd8e21b1 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 11 Jan 2025 01:43:29 +0000
Subject: [PATCH] chore(deps): update resource
 microsoft.resources/resourcegroups to 2024-11-01

---
 bicep/main.bicep | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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