From 793e0e594c2c411b3dd9110026ff2d59c83a663c Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sun, 20 Aug 2023 16:31:47 +0200 Subject: [PATCH 1/3] Update custom publishing resources --- settings.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.yml b/settings.yml index 04bdbab53d..92df91fe46 100644 --- a/settings.yml +++ b/settings.yml @@ -59,7 +59,7 @@ variables: # ---------------------- # templateSpecsDoPublish: true # Set to true, if you would like to publish module templates as template specs - templateSpecsRGName: 'artifacts-rg' # The name of the resource group to publish to. If the resource group does not exist, it will be created. + templateSpecsRGName: 'templateSpecs-rg' # The name of the resource group to publish to. If the resource group does not exist, it will be created. templateSpecsRGLocation: 'West Europe' # The location of the resource group to publish to templateSpecsDescription: components # The description to add to template specs published by this platform @@ -68,8 +68,8 @@ variables: # ------------------------------- # bicepRegistryDoPublish: true # Set to true, if you would like to publish module templates to a bicep registry - bicepRegistryName: adpsxxazacrx001 # The name of the bicep registry (ACR) to publish to. If it does not exist, it will be created. - bicepRegistryRGName: 'artifacts-rg' # The resource group that hosts the private bicep registry (ACR) + bicepRegistryName: 'msxcr' # The name of the bicep registry (ACR) to publish to. If it does not exist, it will be created. + bicepRegistryRGName: 'registry-rg' # The resource group that hosts the private bicep registry (ACR) bicepRegistryRgLocation: 'West Europe' # The location of the resource group to publish to ########################################################################################################################### From 9084985f1148e5b7cba585345a6e1c5c567cd4f1 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sun, 20 Aug 2023 20:11:03 +0200 Subject: [PATCH 2/3] Fix expressRouteGateway path for ADO --- .../modulePipelines/ms.network.expressroutegateways.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azuredevops/modulePipelines/ms.network.expressroutegateways.yml b/.azuredevops/modulePipelines/ms.network.expressroutegateways.yml index 2ad3edea4b..9b708e6908 100644 --- a/.azuredevops/modulePipelines/ms.network.expressroutegateways.yml +++ b/.azuredevops/modulePipelines/ms.network.expressroutegateways.yml @@ -39,7 +39,7 @@ variables: - template: '../../settings.yml' - group: 'PLATFORM_VARIABLES' - name: modulePath - value: '/modules/network/expressroutegateway' + value: '/modules/network/express-route-gateway' stages: - template: /.azuredevops/pipelineTemplates/stages.module.yml From f142c688fe67a27b52fde9d55c5963a1fb2089e3 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sun, 20 Aug 2023 20:21:28 +0200 Subject: [PATCH 3/3] reset settings --- settings.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.yml b/settings.yml index 92df91fe46..04bdbab53d 100644 --- a/settings.yml +++ b/settings.yml @@ -59,7 +59,7 @@ variables: # ---------------------- # templateSpecsDoPublish: true # Set to true, if you would like to publish module templates as template specs - templateSpecsRGName: 'templateSpecs-rg' # The name of the resource group to publish to. If the resource group does not exist, it will be created. + templateSpecsRGName: 'artifacts-rg' # The name of the resource group to publish to. If the resource group does not exist, it will be created. templateSpecsRGLocation: 'West Europe' # The location of the resource group to publish to templateSpecsDescription: components # The description to add to template specs published by this platform @@ -68,8 +68,8 @@ variables: # ------------------------------- # bicepRegistryDoPublish: true # Set to true, if you would like to publish module templates to a bicep registry - bicepRegistryName: 'msxcr' # The name of the bicep registry (ACR) to publish to. If it does not exist, it will be created. - bicepRegistryRGName: 'registry-rg' # The resource group that hosts the private bicep registry (ACR) + bicepRegistryName: adpsxxazacrx001 # The name of the bicep registry (ACR) to publish to. If it does not exist, it will be created. + bicepRegistryRGName: 'artifacts-rg' # The resource group that hosts the private bicep registry (ACR) bicepRegistryRgLocation: 'West Europe' # The location of the resource group to publish to ###########################################################################################################################