Azure PowerShell 中不存在 Set-AzureVNetGatewayKey cmdlet

Azure PowerShell 中不存在 Set-AzureVNetGatewayKey cmdlet

背景 我正在尝试在 Azure 中将多个 VNet 相互链接。为此,我将遵循本教程:

VNet-to-VNet:跨不同区域连接 Azure 中的虚拟网络

我还发现了另一个与此大致相同的参考资料:

跨区域和数据中心的 Azure VNET 到 VNET VPN:并不那么复杂

问题 两个教程都指出我必须通过 cmdlet“Set-AzureVNetGatewayKey”设置网关密钥。但这似乎是一个不存在的 cmdlet。到目前为止一切都很成功。

PS C:\> Set-AzureVNetGatewayKey -VNetName NETONE-LocalNetworkSiteName NETONE SharedKey  *********
Set-AzureVNetGatewayKey : The term 'Set-AzureVNetGatewayKey' 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 included, verify that the path is correct and try again.

我也无法在 Azure Cmdlet 参考中找到上述命令

有谁知道其他方法吗?

答案1

更新您的 azure powershell 安装。这是一个新的 cmdlet。

相关内容