Skip to content

Commit 2296532

Browse files
authored
Merge branch 'release/v3.0.0' into version-302
2 parents 261ec76 + 22eebef commit 2296532

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.config/tsaoptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"projectName": "One",
44
"areaPath": "One\\MGMT\\Compute\\PowerShell Desired State Configuration",
55
"notificationAliases": [
6-
"anmenaga@microsoft.com",
6+
"tessgauthier@microsoft.com",
77
88
]
99
}

powershell-adapter/powershell.dsc.resource.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"-NoLogo",
1515
"-NonInteractive",
1616
"-NoProfile",
17+
"-ExecutionPolicy",
18+
"Bypass",
1719
"-Command",
1820
"./psDscAdapter/powershell.resource.ps1 List"
1921
]
@@ -26,6 +28,8 @@
2628
"-NoLogo",
2729
"-NonInteractive",
2830
"-NoProfile",
31+
"-ExecutionPolicy",
32+
"Bypass",
2933
"-Command",
3034
"$Input | ./psDscAdapter/powershell.resource.ps1 Get"
3135
],
@@ -37,6 +41,8 @@
3741
"-NoLogo",
3842
"-NonInteractive",
3943
"-NoProfile",
44+
"-ExecutionPolicy",
45+
"Bypass",
4046
"-Command",
4147
"$Input | ./psDscAdapter/powershell.resource.ps1 Set"
4248
],
@@ -50,6 +56,8 @@
5056
"-NoLogo",
5157
"-NonInteractive",
5258
"-NoProfile",
59+
"-ExecutionPolicy",
60+
"Bypass",
5361
"-Command",
5462
"$Input | ./psDscAdapter/powershell.resource.ps1 Test"
5563
],
@@ -62,6 +70,8 @@
6270
"-NoLogo",
6371
"-NonInteractive",
6472
"-NoProfile",
73+
"-ExecutionPolicy",
74+
"Bypass",
6575
"-Command",
6676
"$Input | ./psDscAdapter/powershell.resource.ps1 Export"
6777
],
@@ -74,6 +84,8 @@
7484
"-NoLogo",
7585
"-NonInteractive",
7686
"-NoProfile",
87+
"-ExecutionPolicy",
88+
"Bypass",
7789
"-Command",
7890
"$Input | ./psDscAdapter/powershell.resource.ps1 Validate"
7991
],

powershell-adapter/windowspowershell.dsc.resource.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"-NoLogo",
1515
"-NonInteractive",
1616
"-NoProfile",
17+
"-ExecutionPolicy",
18+
"Bypass",
1719
"-Command",
1820
"./psDscAdapter/powershell.resource.ps1 List"
1921
]
@@ -26,6 +28,8 @@
2628
"-NoLogo",
2729
"-NonInteractive",
2830
"-NoProfile",
31+
"-ExecutionPolicy",
32+
"Bypass",
2933
"-Command",
3034
"$Input | ./psDscAdapter/powershell.resource.ps1 Get"
3135
],
@@ -37,6 +41,8 @@
3741
"-NoLogo",
3842
"-NonInteractive",
3943
"-NoProfile",
44+
"-ExecutionPolicy",
45+
"Bypass",
4046
"-Command",
4147
"$Input | ./psDscAdapter/powershell.resource.ps1 Set"
4248
],
@@ -50,6 +56,8 @@
5056
"-NoLogo",
5157
"-NonInteractive",
5258
"-NoProfile",
59+
"-ExecutionPolicy",
60+
"Bypass",
5361
"-Command",
5462
"$Input | ./psDscAdapter/powershell.resource.ps1 Test"
5563
],
@@ -62,6 +70,8 @@
6270
"-NoLogo",
6371
"-NonInteractive",
6472
"-NoProfile",
73+
"-ExecutionPolicy",
74+
"Bypass",
6575
"-Command",
6676
"$Input | ./psDscAdapter/powershell.resource.ps1 Validate"
6777
]

0 commit comments

Comments
 (0)