Skip to content

Commit 09c2c9d

Browse files
author
Jaromir Kaspar
committed
scripts url updated
1 parent 50c10ed commit 09c2c9d

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

-24 Bytes
Binary file not shown.

Scenarios/Running WSLab in Azure/dsc/config/config.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Configuration Config {
3030
{
3131
SetScript = {
3232
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
33-
Invoke-WebRequest -UseBasicParsing -Uri https://github.com/Microsoft/WSLab/blob/master/scripts.zip?raw=true -OutFile d:\scripts.zip
33+
Invoke-WebRequest -UseBasicParsing -Uri https://aka.ms/wslab/download -OutFile d:\scripts.zip
3434
}
3535
TestScript = {Test-Path -Path d:\scripts.zip}
3636
GetScript = { @{Ensure = if (Test-Path -Path d:\scripts.zip) {'Present'} else {'Absent'}} }
-21 Bytes
Binary file not shown.

Scenarios/Running WSLab in Azure/dsc/configwin10/configwin10.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Configuration Config {
1717
{
1818
SetScript = {
1919
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
20-
Invoke-WebRequest -UseBasicParsing -Uri https://github.com/Microsoft/WSLab/blob/master/scripts.zip?raw=true -OutFile d:\scripts.zip
20+
Invoke-WebRequest -UseBasicParsing -Uri https://aka.ms/wslab/download -OutFile d:\scripts.zip
2121
}
2222
TestScript = {Test-Path -Path d:\scripts.zip}
2323
GetScript = { @{Ensure = if (Test-Path -Path d:\scripts.zip) {'Present'} else {'Absent'}} }

0 commit comments

Comments
 (0)