From e1f6501486ee700eed92ae4c42ae06ec6c4e8034 Mon Sep 17 00:00:00 2001 From: Santhosh Bomma Date: Thu, 11 May 2023 21:19:52 -0700 Subject: [PATCH] update install instructions to 710 --- README.md | 2 ++ docs/Advanced-Instructions.md | 2 +- docs/Installation-Instructions.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a516ff3d..7683ee49 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,8 @@ Currently, the following issues are known: - Version 6.1.2 - Failing Change Plan and Change Quantity will not work due to the race condition of patching and returning 200 in the same call. This will be fixed in the next release. [Upgrade to 7.0.0 to fix] +- Importannt Security updates in Version 7.1.0. Please upgrade to >= 7.1.0 + ## Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a diff --git a/docs/Advanced-Instructions.md b/docs/Advanced-Instructions.md index c073a509..9ec04bff 100644 --- a/docs/Advanced-Instructions.md +++ b/docs/Advanced-Instructions.md @@ -38,7 +38,7 @@ Please note: the SaaS Accelerator is community-supported. If you need help or ha 1. Copy the following section to an editor and update it to match your company preference. Replace SOME-UNIQUE-STRING with your Team name or some other random string. ``` powershell dotnet tool install --global dotnet-ef; ` -git clone https://github.com/Azure/Commercial-Marketplace-SaaS-Accelerator.git -b 7.0.0 --depth 1; ` +git clone https://github.com/Azure/Commercial-Marketplace-SaaS-Accelerator.git -b 7.1.0 --depth 1; ` cd ./Commercial-Marketplace-SaaS-Accelerator/deployment; ` .\Deploy.ps1 ` -WebAppNamePrefix "marketplace-SOME-UNIQUE-STRING" ` diff --git a/docs/Installation-Instructions.md b/docs/Installation-Instructions.md index 87d789fa..0504599b 100644 --- a/docs/Installation-Instructions.md +++ b/docs/Installation-Instructions.md @@ -28,7 +28,7 @@ Copy the following section to an editor and update it to match your company pref ``` powershell dotnet tool install --global dotnet-ef; ` -git clone https://github.com/Azure/Commercial-Marketplace-SaaS-Accelerator.git -b 7.0.0 --depth 1; ` +git clone https://github.com/Azure/Commercial-Marketplace-SaaS-Accelerator.git -b 7.1.0 --depth 1; ` cd ./Commercial-Marketplace-SaaS-Accelerator/deployment; ` .\Deploy.ps1 ` -WebAppNamePrefix "SOME-UNIQUE-STRING" `