You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Latest version of Microsoft.Insights/webtests@2020-10-05-preview, that is available via intellisense in VS code, can not be deployed. Older version Microsoft.Insights/webtests@2015-05-01 can be deployed without problem.
Info from the failed deployment in the Azure Portal.
{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.","details":[{"code":"NoRegisteredProviderFound","message":"No registered resource provider found for location 'westeurope' and API version '2020-10-05-preview' for type 'webtests'. The supported api-versions are '2014-04-01, 2014-08-01, 2014-12-01-preview, 2015-05-01, 2018-05-01-preview'. The supported locations are ', eastus, southcentralus, northeurope, westeurope, southeastasia, westus2, uksouth, centralindia, canadacentral, japaneast, australiaeast, koreacentral, francecentral, centralus, eastus2, eastasia, westus, southafricanorth, northcentralus, brazilsouth, switzerlandnorth, norwayeast, norwaywest, australiasoutheast, australiacentral2, germanywestcentral, switzerlandwest, uaecentral, ukwest, brazilsoutheast, japanwest, uaenorth, australiacentral, francesouth, southindia'."}]}
The intellisense only show 2015-05-01 and 2020-10-05-preview. But the message supports many more versions.
Bicep version
0.4.63 (7ebed03)
Describe the bug
Latest version of
Microsoft.Insights/webtests@2020-10-05-preview
, that is available via intellisense in VS code, can not be deployed. Older versionMicrosoft.Insights/webtests@2015-05-01
can be deployed without problem.https://docs.microsoft.com/en-us/azure/templates/microsoft.insights/2020-10-05-preview/webtests?tabs=json
Info from the failed deployment in the Azure Portal.
The intellisense only show 2015-05-01 and 2020-10-05-preview. But the message supports many more versions.
To Reproduce
az deployment group create --template-file ./main.bicep --resource-group myrg
Additional context
I don't know if this is by design. Maybe I can't use a preview version on the public version of Azure. But it's confusing.
The text was updated successfully, but these errors were encountered: