From 713305815f79e4951e74b6770d7b07b5a842e130 Mon Sep 17 00:00:00 2001 From: Seif Bassem <38246040+sebassem@users.noreply.github.com> Date: Tue, 14 May 2024 08:51:51 +0300 Subject: [PATCH] remove SAS token --- .../artifacts/PowerShell/AgConfig-manufacturing.psd1 | 4 ++-- azure_jumpstart_ag/artifacts/PowerShell/AgConfig-retail.psd1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/azure_jumpstart_ag/artifacts/PowerShell/AgConfig-manufacturing.psd1 b/azure_jumpstart_ag/artifacts/PowerShell/AgConfig-manufacturing.psd1 index c4d2cbd27e..9180bd9699 100644 --- a/azure_jumpstart_ag/artifacts/PowerShell/AgConfig-manufacturing.psd1 +++ b/azure_jumpstart_ag/artifacts/PowerShell/AgConfig-manufacturing.psd1 @@ -118,8 +118,8 @@ ) # VHDX blob url - ProdVHDBlobURL = 'https://jsvhds.blob.core.windows.net/agora/base/prod-w11iot/AGBase.vhdx?si=Agora-RL&spr=https&sv=2022-11-02&sr=c&sig=kOFIb%2B3IWqnjd9soYUFjiIdSzH%2FXWiz3lgdKbZEAaXs%3D' - PreProdVHDBlobURL = 'https://jsvhds.blob.core.windows.net/agora/base/preprod-w11iot/AGBase.vhdx?si=Agora-RL&spr=https&sv=2022-11-02&sr=c&sig=kOFIb%2B3IWqnjd9soYUFjiIdSzH%2FXWiz3lgdKbZEAaXs%3D' + ProdVHDBlobURL = 'https://jsvhds.blob.core.windows.net/agora/base/prod-w11iot/AGBase.vhdx' + PreProdVHDBlobURL = 'https://jsvhds.blob.core.windows.net/agora/base/preprod-w11iot/AGBase.vhdx' # L1 virtual machine configuration HostVMDrive = "V" # This value controls the drive letter where the nested virtual diff --git a/azure_jumpstart_ag/artifacts/PowerShell/AgConfig-retail.psd1 b/azure_jumpstart_ag/artifacts/PowerShell/AgConfig-retail.psd1 index a62f9365cf..b8e2ffcf03 100644 --- a/azure_jumpstart_ag/artifacts/PowerShell/AgConfig-retail.psd1 +++ b/azure_jumpstart_ag/artifacts/PowerShell/AgConfig-retail.psd1 @@ -99,8 +99,8 @@ ) # VHDX blob url - ProdVHDBlobURL = 'https://jsvhds.blob.core.windows.net/agora/base/prod-w11iot/AGBase.vhdx?si=Agora-RL&spr=https&sv=2022-11-02&sr=c&sig=kOFIb%2B3IWqnjd9soYUFjiIdSzH%2FXWiz3lgdKbZEAaXs%3D' - PreProdVHDBlobURL = 'https://jsvhds.blob.core.windows.net/agora/base/preprod-w11iot/AGBase.vhdx?si=Agora-RL&spr=https&sv=2022-11-02&sr=c&sig=kOFIb%2B3IWqnjd9soYUFjiIdSzH%2FXWiz3lgdKbZEAaXs%3D' + ProdVHDBlobURL = 'https://jsvhds.blob.core.windows.net/agora/base/prod-w11iot/AGBase.vhdx' + PreProdVHDBlobURL = 'https://jsvhds.blob.core.windows.net/agora/base/preprod-w11iot/AGBase.vhdx' # L1 virtual machine configuration HostVMDrive = "V" # This value controls the drive letter where the nested virtual