From ab052dbe58dfdbf71a0e3c497b95c64bb2db8aea Mon Sep 17 00:00:00 2001 From: Arjen Huitema Date: Tue, 10 Dec 2024 11:01:28 +0100 Subject: [PATCH] Update release URIs to point to the December 10, 2024 version --- src/portal/release.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/portal/release.json b/src/portal/release.json index 57dda6266..bfb222065 100644 --- a/src/portal/release.json +++ b/src/portal/release.json @@ -1,5 +1,5 @@ { - "azureLandingZoneTemplateDetailsUri": "https://github.com/Azure/Enterprise-Scale/tree/2024-11-05", - "templateUri": "https://raw.githubusercontent.com/Azure/Enterprise-Scale/2024-11-05/eslzArm/eslzArm.json", - "uiFormDefinitionUri": "https://raw.githubusercontent.com/Azure/Enterprise-Scale/2024-11-05/eslzArm/eslz-portal.json" + "azureLandingZoneTemplateDetailsUri": "https://github.com/Azure/Enterprise-Scale/tree/2024-12-10", + "templateUri": "https://raw.githubusercontent.com/Azure/Enterprise-Scale/2024-12-10/eslzArm/eslzArm.json", + "uiFormDefinitionUri": "https://raw.githubusercontent.com/Azure/Enterprise-Scale/2024-12-10/eslzArm/eslz-portal.json" }