【发布时间】:2021-07-02 16:35:57
【问题描述】:
我已尝试通过使用 AllowClobber 的命令安装 Azure 和 AZ cmdlet,并且安装成功。我以管理员身份运行 PowerShell,并通过登录连接了我的 Azure 帐户。但是,在运行命令“Get-AzurePublishSettingFile”时出现以下错误:
Get-AzurePublishSettingFile : The term 'Get-AzurePublishSettingFile' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
包含,验证路径是否正确,然后重试。 在 line:1 char:1
- 获取 AzurePublishSettingFile
-
+ CategoryInfo : ObjectNotFound: (Get-AzurePublishSettingFile:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
【问题讨论】:
标签: azure powershell azure-powershell cmdlet azureshell