File tree Expand file tree Collapse file tree
project.template/config/AzAutoFWProject Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
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 @ {
You can’t perform that action at this time.
0 commit comments