Removing list of allowed values for region now

All regions are now supported, so removing the allowed list
This commit is contained in:
Javier Soriano 2022-05-20 13:52:24 +02:00 коммит произвёл GitHub
Родитель 87b9561a4b
Коммит 4e1a63be6b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 6 удалений

Просмотреть файл

@ -10,11 +10,6 @@
},
"location": {
"defaultValue": "westus2",
"allowedValues": [
"westus2",
"eastus2",
"eastus2euap"
],
"type": "String",
"metadata": {
"description": "Specifies the location in which to create the Data Collection Rule."
@ -88,4 +83,4 @@
"value": "[resourceId('Microsoft.Insights/dataCollectionRules',parameters('dataCollectionRuleName'))]"
}
}
}
}