diff --git a/infra-as-code/bicep/modules/logging/logging.bicep b/infra-as-code/bicep/modules/logging/logging.bicep index 92e46374b..fb81f91fd 100644 --- a/infra-as-code/bicep/modules/logging/logging.bicep +++ b/infra-as-code/bicep/modules/logging/logging.bicep @@ -189,7 +189,7 @@ resource resUserAssignedManagedIdentity 'Microsoft.ManagedIdentity/userAssignedI location: parUserAssignedManagedIdentityLocation } -resource resAutomationAccount 'Microsoft.Automation/automationAccounts@2022-08-08' = { +resource resAutomationAccount 'Microsoft.Automation/automationAccounts@2023-11-01' = { name: parAutomationAccountName location: parAutomationAccountLocation tags: parAutomationAccountTags