diff --git a/bicep/modules/id.bicep b/bicep/modules/id.bicep
index 3f95431..9bab1a8 100644
--- a/bicep/modules/id.bicep
+++ b/bicep/modules/id.bicep
@@ -9,7 +9,7 @@ param identityEnvironments array = [
   'getlist'
 ]
 
-resource managedIdentity 'Microsoft.ManagedIdentity/userAssignedIdentities@2023-01-31' = [for (environment, index) in identityEnvironments: {
+resource managedIdentity 'Microsoft.ManagedIdentity/userAssignedIdentities@2024-11-30' = [for (environment, index) in identityEnvironments: {
   name: format(nameFormat, 'ID', index+1)
   location: location
   tags: tags