Skip to content

Commit 566be8a

Browse files
authored
Refine the error message (#11879)
1 parent 69b82ce commit 566be8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/UpdateModules.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ if (%ISAZMODULE% -and (`$PSEdition -eq 'Core'))
104104
{
105105
if (`$PSVersionTable.PSVersion -lt [Version]'6.2.4')
106106
{
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."
107+
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."
108108
}
109109
}
110110
"@

0 commit comments

Comments
 (0)