Removing list of allowed values for region now
All regions are now supported, so removing the allowed list
This commit is contained in:
Родитель
87b9561a4b
Коммит
4e1a63be6b
|
@ -10,11 +10,6 @@
|
||||||
},
|
},
|
||||||
"location": {
|
"location": {
|
||||||
"defaultValue": "westus2",
|
"defaultValue": "westus2",
|
||||||
"allowedValues": [
|
|
||||||
"westus2",
|
|
||||||
"eastus2",
|
|
||||||
"eastus2euap"
|
|
||||||
],
|
|
||||||
"type": "String",
|
"type": "String",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Specifies the location in which to create the Data Collection Rule."
|
"description": "Specifies the location in which to create the Data Collection Rule."
|
||||||
|
@ -88,4 +83,4 @@
|
||||||
"value": "[resourceId('Microsoft.Insights/dataCollectionRules',parameters('dataCollectionRuleName'))]"
|
"value": "[resourceId('Microsoft.Insights/dataCollectionRules',parameters('dataCollectionRuleName'))]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче