Get-AzurePublishSettingFile:无法识别术语“Get-AzurePublishSettingFile”

问题描述

我已尝试通过 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

已包含,请验证路径是否正确,然后重试。 在行:1 字符:1

  • Get-AzurePublishSettingFile
  •   + CategoryInfo          : ObjectNotFound: (Get-AzurePublishSettingFile:String) [],CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    

解决方法

确保您已安装 ASM PowerShell 模块 Azure,我注意到您在命令中遗漏了 s,它应该是 Get-AzurePublishSettingsFile,而不是 Get-AzurePublishSettingFile

参考 - https://docs.microsoft.com/en-us/powershell/module/servicemanagement/azure.service/get-azurepublishsettingsfile?view=azuresmps-4.0.0