From 1a8a9fa8e4bc2a657e95c82a6851362015ece61d Mon Sep 17 00:00:00 2001 From: Nehemiah Jeyakumar <8188106+nehemiahj@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:04:33 -0400 Subject: [PATCH] Updated Azure Tool Kit URL and Package Name --- configuration.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/configuration.json b/configuration.json index ffb356c..24a65d2 100644 --- a/configuration.json +++ b/configuration.json @@ -1,14 +1,14 @@ { - "Parameters": { - "SitecoreAzureToolkitUrl": { - "Type": "string", - "Description": "The Url of the Sitecore Azure Toolkit", - "DefaultValue": "https://sitecoredev.azureedge.net/~/media/AF2BDA90F479458888791F5F0DD33B08.ashx" - }, - "SitecoreAzureToolkitPackageName": { - "Type": "string", - "Description": "The name of Sitecore Azure Toolkit package", - "DefaultValue": "Sitecore Azure Toolkit 2.8.0-r02542.1366.zip" - } - } -} \ No newline at end of file + "Parameters": { + "SitecoreAzureToolkitUrl": { + "Type": "string", + "Description": "The Url of the Sitecore Azure Toolkit", + "DefaultValue": "https://scdp.blob.core.windows.net/downloads/Sitecore%20Azure%20Toolkit/3x/Sitecore%20Azure%20Toolkit%20300/Secure/Sitecore%20Azure%20Toolkit%203.0.0-r02547.1547.zip" + }, + "SitecoreAzureToolkitPackageName": { + "Type": "string", + "Description": "The name of Sitecore Azure Toolkit package", + "DefaultValue": "Sitecore Azure Toolkit 3.0.0-r02547.1547.zip" + } + } +}