diff --git a/solutions/14_Building_Images_WVD/armTemplateWVD.json b/solutions/14_Building_Images_WVD/armTemplateWVD.json index 5dc5376..bb97a39 100644 --- a/solutions/14_Building_Images_WVD/armTemplateWVD.json +++ b/solutions/14_Building_Images_WVD/armTemplateWVD.json @@ -60,7 +60,9 @@ "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/danielsollondon/azvmimagebuilder/master/solutions/14_Building_Images_WVD/0_installConfFsLogix.ps1", + "validExitCodes": [0,267014] + }, { "type": "PowerShell", @@ -119,4 +121,4 @@ ] -} \ No newline at end of file +}