Skip to content

Commit

Permalink
Update Az module to 11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpawlowski committed Jun 7, 2024
1 parent 56457e4 commit 50b5ea0
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,9 @@
# )
# }

# This is a custom Runtime Environment name for PowerShell 5.1 with Az 8.0.0 and additional modules.
# This is currently required as Az 11.2.0 does not work correctly in PowerShell 5.1 in Azure Automation.
# This is a custom Runtime Environment name for PowerShell 5.1 with Az 11.2.0 and additional modules.
'AzAutoProject-V1' = @{
Description = 'Runtime environment for Automation Runbooks with Az 8.0.0 and additional modules.'
Description = 'Runtime environment for Automation Runbooks with Az 11.2.0 and additional modules.'
Runtime = @{
Language = 'PowerShell'
Version = '5.1' # We use PowerShell 5.1 here, as it is the only version that supports child runbooks at the time of writing.
Expand All @@ -88,7 +87,7 @@
@{
# This is the defaultPackage and must always be set.
Name = 'Az'
Version = '8.0.0' # Note that version 11.2.0 currently does not work correctly in PowerShell 5.1 in Azure Automation
Version = '11.2.0'
IsDefault = $true
}
@{
Expand Down

0 comments on commit 50b5ea0

Please sign in to comment.