From 73ae4a2330b1a1f25b33f3a694705770caa8ad18 Mon Sep 17 00:00:00 2001 From: Eskil Uhlving Larsen <7443949+picccard@users.noreply.github.com> Date: Mon, 19 Aug 2024 23:46:10 +0200 Subject: [PATCH] Updated api version for automation account (#829) * updated api versions to satisfy linter * Revert due to bug with newer api versions --------- Co-authored-by: Zach Trocinski Co-authored-by: Zach Trocinski <30884663+oZakari@users.noreply.github.com> --- infra-as-code/bicep/modules/logging/logging.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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