Merge pull request #5024 from javiersoriano/patch-12

Removing allowed regions
This commit is contained in:
Sreedhar Ande 2022-05-23 14:41:48 -07:00 коммит произвёл GitHub
Родитель 6a10c2a373 f0fe61dce3
Коммит 3fe59825e4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа 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."
@ -63,4 +58,4 @@
"value": "[resourceId('Microsoft.Insights/dataCollectionRules', parameters('dataCollectionRuleName'))]"
}
}
}
}