diff --git a/deploy/europe.bicep b/deploy/europe.bicep index 0d197a6..b408864 100644 --- a/deploy/europe.bicep +++ b/deploy/europe.bicep @@ -8,7 +8,7 @@ param geo string = 'eu' param alternativeLocation string = 'northeurope' -resource automationAccount 'Microsoft.Automation/automationAccounts@2022-08-08' = { +resource automationAccount 'Microsoft.Automation/automationAccounts@2023-11-01' = { name: '${resourceNamePrefix}-automation-1' location: location properties: {