Skip to content

Commit

Permalink
Updated api version for automation account (#829)
Browse files Browse the repository at this point in the history
* updated api versions to satisfy linter

* Revert due to bug with newer  api versions

---------

Co-authored-by: Zach Trocinski <ztrocinski@outlook.com>
Co-authored-by: Zach Trocinski <30884663+oZakari@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 19, 2024
1 parent d5a5c52 commit 73ae4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra-as-code/bicep/modules/logging/logging.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73ae4a2

Please sign in to comment.