We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b82ce commit 566be8aCopy full SHA for 566be8a
tools/UpdateModules.ps1
@@ -104,7 +104,7 @@ if (%ISAZMODULE% -and (`$PSEdition -eq 'Core'))
104
{
105
if (`$PSVersionTable.PSVersion -lt [Version]'6.2.4')
106
107
- throw "Az.Storage doesn't support PowerShell Core versions lower than 6.2.4. Please upgrade to PowerShell Core 6.2.4 or higher."
+ throw "Current Az version doesn't support PowerShell Core versions lower than 6.2.4. Please upgrade to PowerShell Core 6.2.4 or higher."
108
}
109
110
"@
0 commit comments