From d663621800ce5f7482a7448bae5d503ef6bbe1dc Mon Sep 17 00:00:00 2001 From: Marvin Buss Date: Fri, 5 Feb 2021 13:23:48 +0100 Subject: [PATCH] updated config file accordingly --- configs/config.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/configs/config.json b/configs/config.json index f20e5ad..f90ed94 100644 --- a/configs/config.json +++ b/configs/config.json @@ -104,6 +104,8 @@ "parameters": { "variables.AZURE_RESOURCE_MANAGER_CONNECTION_NAME": "${AzureResourceManagerConnectionName}", "variables.AZURE_SUBSCRIPTION_ID": "${DataLandingZoneSubscriptionId}", + "variables.AZURE_RESOURCE_GROUP_NAME_NETWORK": "${DataLandingZoneName}-network", + "variables.AZURE_RESOURCE_GROUP_NAME_GLOBAL_DNS": "${DataLandingZoneName}-global-dns", "variables.AZURE_RESOURCE_GROUP_NAME_AUTOMATION": "${DataLandingZoneName}-automation", "variables.AZURE_RESOURCE_GROUP_NAME_MANAGEMENT": "${DataLandingZoneName}-mgmt", "variables.AZURE_RESOURCE_GROUP_NAME_CONSUMPTION": "${DataLandingZoneName}-consumption", @@ -111,16 +113,5 @@ "variables.AZURE_RESOURCE_GROUP_NAME_GOVERNANCE": "${DataLandingZoneName}-governance", "variables.AZURE_LOCATION": "${Location}" } - }, - { - "filePath": ".ado/workflows/networkDeployment.yml", - "fileType": "yaml", - "parameters": { - "variables.AZURE_RESOURCE_MANAGER_CONNECTION_NAME": "${AzureResourceManagerConnectionName}", - "variables.AZURE_SUBSCRIPTION_ID": "${DataLandingZoneSubscriptionId}", - "variables.AZURE_RESOURCE_GROUP_NAME_NETWORK": "${DataLandingZoneName}-network", - "variables.AZURE_RESOURCE_GROUP_NAME_GLOBAL_DNS": "${DataLandingZoneName}-global-dns", - "variables.AZURE_LOCATION": "${Location}" - } } ] \ No newline at end of file