From 6e7c0d254cb5235e4e1ba8601bb79c607034d85e Mon Sep 17 00:00:00 2001 From: Joel Bennett Date: Wed, 23 Mar 2022 15:07:04 -0400 Subject: [PATCH] change github user to "azure" --- solutions/14_Building_Images_WVD/armTemplateWVD.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/solutions/14_Building_Images_WVD/armTemplateWVD.json b/solutions/14_Building_Images_WVD/armTemplateWVD.json index 5dc5376..c9f2dfa 100644 --- a/solutions/14_Building_Images_WVD/armTemplateWVD.json +++ b/solutions/14_Building_Images_WVD/armTemplateWVD.json @@ -60,14 +60,14 @@ "name": "installFsLogix", "runElevated": true, "runAsSystem": true, - "scriptUri": "https://raw.githubusercontent.com/danielsollondon/azvmimagebuilder/master/solutions/14_Building_Images_WVD/0_installConfFsLogix.ps1" + "scriptUri": "https://raw.githubusercontent.com/azure/azvmimagebuilder/master/solutions/14_Building_Images_WVD/0_installConfFsLogix.ps1" }, { "type": "PowerShell", "name": "OptimizeOS", "runElevated": true, "runAsSystem": true, - "scriptUri": "https://raw.githubusercontent.com/danielsollondon/azvmimagebuilder/master/solutions/14_Building_Images_WVD/1_Optimize_OS_for_WVD.ps1" + "scriptUri": "https://raw.githubusercontent.com/azure/azvmimagebuilder/master/solutions/14_Building_Images_WVD/1_Optimize_OS_for_WVD.ps1" }, { "type": "WindowsRestart", @@ -79,7 +79,7 @@ "name": "Install Teams", "runElevated": true, "runAsSystem": true, - "scriptUri": "https://raw.githubusercontent.com/danielsollondon/azvmimagebuilder/master/solutions/14_Building_Images_WVD/2_installTeams.ps1" + "scriptUri": "https://raw.githubusercontent.com/azure/azvmimagebuilder/master/solutions/14_Building_Images_WVD/2_installTeams.ps1" }, { "type": "WindowsRestart", @@ -119,4 +119,4 @@ ] -} \ No newline at end of file +}