File tree Expand file tree Collapse file tree
Scenarios/Running WSLab in Azure/dsc Expand file tree Collapse file tree Original file line number Diff line number Diff 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' }} }
Original file line number Diff line number Diff 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' }} }
You can’t perform that action at this time.
0 commit comments