gpt4 book ai didi

powershell - 如何获取 Azure 资源的最新 API 版本

转载 作者:行者123 更新时间:2023-12-03 04:42:41 25 4
gpt4 key购买 nike

如何找到 Azure 资源的最新 apiVersion。我的 ARM 模板需要它们。

最佳答案

以下是我们用于获取可用于应用程序网关的最新 API 版本的示例。

$MostRecentApiVersion = ((Get-AzResourceProvider -ProviderNamespace Microsoft.Network).ResourceTypes | Where-Object ResourceTypeName -eq applicationGateways).ApiVersions[0];

关于powershell - 如何获取 Azure 资源的最新 API 版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50761255/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com