获取当前 Azure PowerShell 版本
要确定已安装的 Azure PowerShell 的版本,请运行以下命令:
Get-Module -ListAvailable -Name Azure -Refresh
即使你尚未在当前的 PowerShell 会话中加载 Azure PowerShell 模块,此命令也会返回已安装的版本。
要确定已安装的 Azure PowerShell 的版本,请运行以下命令:
Get-Module -ListAvailable -Name Azure -Refresh
即使你尚未在当前的 PowerShell 会话中加载 Azure PowerShell 模块,此命令也会返回已安装的版本。