File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 33 "projectName" : " One" ,
44 "areaPath" : " One\\ MGMT\\ Compute\\ PowerShell Desired State Configuration" ,
55 "notificationAliases" : [
6- " anmenaga @microsoft.com" ,
6+ " tessgauthier @microsoft.com" ,
7788 ]
99}
Original file line number Diff line number Diff line change 1414 " -NoLogo" ,
1515 " -NonInteractive" ,
1616 " -NoProfile" ,
17+ " -ExecutionPolicy" ,
18+ " Bypass" ,
1719 " -Command" ,
1820 " ./psDscAdapter/powershell.resource.ps1 List"
1921 ]
2628 " -NoLogo" ,
2729 " -NonInteractive" ,
2830 " -NoProfile" ,
31+ " -ExecutionPolicy" ,
32+ " Bypass" ,
2933 " -Command" ,
3034 " $Input | ./psDscAdapter/powershell.resource.ps1 Get"
3135 ],
3741 " -NoLogo" ,
3842 " -NonInteractive" ,
3943 " -NoProfile" ,
44+ " -ExecutionPolicy" ,
45+ " Bypass" ,
4046 " -Command" ,
4147 " $Input | ./psDscAdapter/powershell.resource.ps1 Set"
4248 ],
5056 " -NoLogo" ,
5157 " -NonInteractive" ,
5258 " -NoProfile" ,
59+ " -ExecutionPolicy" ,
60+ " Bypass" ,
5361 " -Command" ,
5462 " $Input | ./psDscAdapter/powershell.resource.ps1 Test"
5563 ],
6270 " -NoLogo" ,
6371 " -NonInteractive" ,
6472 " -NoProfile" ,
73+ " -ExecutionPolicy" ,
74+ " Bypass" ,
6575 " -Command" ,
6676 " $Input | ./psDscAdapter/powershell.resource.ps1 Export"
6777 ],
7484 " -NoLogo" ,
7585 " -NonInteractive" ,
7686 " -NoProfile" ,
87+ " -ExecutionPolicy" ,
88+ " Bypass" ,
7789 " -Command" ,
7890 " $Input | ./psDscAdapter/powershell.resource.ps1 Validate"
7991 ],
Original file line number Diff line number Diff line change 1414 " -NoLogo" ,
1515 " -NonInteractive" ,
1616 " -NoProfile" ,
17+ " -ExecutionPolicy" ,
18+ " Bypass" ,
1719 " -Command" ,
1820 " ./psDscAdapter/powershell.resource.ps1 List"
1921 ]
2628 " -NoLogo" ,
2729 " -NonInteractive" ,
2830 " -NoProfile" ,
31+ " -ExecutionPolicy" ,
32+ " Bypass" ,
2933 " -Command" ,
3034 " $Input | ./psDscAdapter/powershell.resource.ps1 Get"
3135 ],
3741 " -NoLogo" ,
3842 " -NonInteractive" ,
3943 " -NoProfile" ,
44+ " -ExecutionPolicy" ,
45+ " Bypass" ,
4046 " -Command" ,
4147 " $Input | ./psDscAdapter/powershell.resource.ps1 Set"
4248 ],
5056 " -NoLogo" ,
5157 " -NonInteractive" ,
5258 " -NoProfile" ,
59+ " -ExecutionPolicy" ,
60+ " Bypass" ,
5361 " -Command" ,
5462 " $Input | ./psDscAdapter/powershell.resource.ps1 Test"
5563 ],
6270 " -NoLogo" ,
6371 " -NonInteractive" ,
6472 " -NoProfile" ,
73+ " -ExecutionPolicy" ,
74+ " Bypass" ,
6575 " -Command" ,
6676 " $Input | ./psDscAdapter/powershell.resource.ps1 Validate"
6777 ]
You can’t perform that action at this time.
0 commit comments