Skip to content

Commit 50b5ea0

Browse files
committed
Update Az module to 11.2.0
1 parent 56457e4 commit 50b5ea0

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

project.template/config/AzAutoFWProject/AzAutoFWProject.template.psd1

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,9 @@
7575
# )
7676
# }
7777

78-
# This is a custom Runtime Environment name for PowerShell 5.1 with Az 8.0.0 and additional modules.
79-
# This is currently required as Az 11.2.0 does not work correctly in PowerShell 5.1 in Azure Automation.
78+
# This is a custom Runtime Environment name for PowerShell 5.1 with Az 11.2.0 and additional modules.
8079
'AzAutoProject-V1' = @{
81-
Description = 'Runtime environment for Automation Runbooks with Az 8.0.0 and additional modules.'
80+
Description = 'Runtime environment for Automation Runbooks with Az 11.2.0 and additional modules.'
8281
Runtime = @{
8382
Language = 'PowerShell'
8483
Version = '5.1' # We use PowerShell 5.1 here, as it is the only version that supports child runbooks at the time of writing.
@@ -88,7 +87,7 @@
8887
@{
8988
# This is the defaultPackage and must always be set.
9089
Name = 'Az'
91-
Version = '8.0.0' # Note that version 11.2.0 currently does not work correctly in PowerShell 5.1 in Azure Automation
90+
Version = '11.2.0'
9291
IsDefault = $true
9392
}
9493
@{

0 commit comments

Comments
 (0)