我正在尝试使用Azure RM Powershell更新事件订阅终结点。
在Powershell中,我运行以下命令:
Update-AzureRmEventGridSubscription -EventSubscriptionName $eventSubName -ResourceId $subscriptionId -Endpoint $endpointUrl
问题在于提供程序不支持此API版本,所以现在我想知道如何强制该命令使用指定的API版本。有可能,或者该怎么做才能使此命令起作用?
发生以下错误:
Update-AzureRmEventGridSubscription:找不到位置“ northeurope”和类型“ storageAccounts”的API版本“ 2018-01-01”的注册资源提供者。支持的api版本是'2018-07-01,2018-03-01-preview,2018-02-01,2017-10-0 1,2017-06-01,2016-12-01,2016-05-01,2016-01-01,2015-06-15,2015-05-01-preview'。支持的位置是'eastus,eastus2,westus,westeurope,eastasia,Southeastasia,japanese,japanese,westwest,Northcentralus,Southcentralus,centralus,North 欧洲,brazilsouth,澳大利亚东部,澳大利亚东南部,南印度,中央印度,西印度,加拿大,加拿大,centralcentral,westus2,westcentralus,uksouth,ukwest,koreacentral,koreasouth,francencentral'。