From f0fe61dce3e6134da3d090e860f3d07f8ea4855f Mon Sep 17 00:00:00 2001 From: Javier Soriano Date: Fri, 20 May 2022 13:55:45 +0200 Subject: [PATCH] Removing allowed regions Removing list of allowed values from DCR template now that all regions are supported --- .../Filtering/FilteringRowsDCR.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Tools/Transformations-Library/Filtering/FilteringRowsDCR.json b/Tools/Transformations-Library/Filtering/FilteringRowsDCR.json index 706d71728d..966241295d 100644 --- a/Tools/Transformations-Library/Filtering/FilteringRowsDCR.json +++ b/Tools/Transformations-Library/Filtering/FilteringRowsDCR.json @@ -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'))]" } } -} \ No newline at end of file +}