From 3365cdace393bd2669656aa7dba99184330653f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:34:33 +0000 Subject: [PATCH] Update resource Microsoft.ManagedIdentity/userAssignedIdentities to 2024-11-30 --- rg.bicep | 2 +- rg_funcapp.bicep | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rg.bicep b/rg.bicep index 4970606..f886cd3 100644 --- a/rg.bicep +++ b/rg.bicep @@ -28,7 +28,7 @@ var package_container_name = 'packages' var python_container_name = 'python' // Create a UAMI for the deployment script to access the storage account -resource uami 'Microsoft.ManagedIdentity/userAssignedIdentities@2023-01-31' = { +resource uami 'Microsoft.ManagedIdentity/userAssignedIdentities@2024-11-30' = { name: 'uami${suffix}' location: location } diff --git a/rg_funcapp.bicep b/rg_funcapp.bicep index 06747af..f5b463c 100644 --- a/rg_funcapp.bicep +++ b/rg_funcapp.bicep @@ -36,7 +36,7 @@ var hostingPlanName = appName var applicationInsightsName = appName // Existing resources -resource uami 'Microsoft.ManagedIdentity/userAssignedIdentities@2023-01-31' existing = { +resource uami 'Microsoft.ManagedIdentity/userAssignedIdentities@2024-11-30' existing = { name: 'uami${suffix}' } resource storageAccount 'Microsoft.Storage/storageAccounts@2023-01-01' existing = {