答案 0 :(得分:3)
您需要将兼容模式与cmdlet Enable-AzureRmAlias结合使用,以为 Az 模块启用 AzureRm 前缀别名。
默认情况下,此cmdlet将在当前PowerShell会话的Az模块中启用AzureRM别名。您还可以添加this之类的Scope
参数。
Enable-AzureRmAlias [-Module <string>] [-Scope Process | CurrentUser | LocalMachine]
参考:Azure PowerShell – Cross-platform “Az” module replacing “AzureRM”