@@ -163,5 +163,75 @@ public void TestRemoveSubscriptionDeploymentStack()
163
163
{
164
164
TestRunner . RunTestScript ( "Test-RemoveSubscriptionDeploymentStack" ) ;
165
165
}
166
+
167
+ [ Fact ( ) ]
168
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
169
+ public void TestGetManagementGroupDeploymentStack ( )
170
+ {
171
+ TestRunner . RunTestScript ( "Test-GetManagementGroupDeploymentStack" ) ;
172
+ }
173
+
174
+ [ Fact ( ) ]
175
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
176
+ public void TestNewManagementGroupDeploymentStack ( )
177
+ {
178
+ TestRunner . RunTestScript ( "Test-NewManagementGroupDeploymentStack" ) ;
179
+ }
180
+
181
+ [ Fact ( ) ]
182
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
183
+ public void TestNewManagementGroupDeploymentStackUnmanageActions ( )
184
+ {
185
+ TestRunner . RunTestScript ( "Test-NewManagementGroupDeploymentStackUnmanageActions" ) ;
186
+ }
187
+
188
+ [ Fact ( ) ]
189
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
190
+ public void TestSetManagementGroupDeploymentStack ( )
191
+ {
192
+ TestRunner . RunTestScript ( "Test-SetManagementGroupDeploymentStack" ) ;
193
+ }
194
+
195
+ [ Fact ( ) ]
196
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
197
+ public void TestNewAndSetManagementGroupDeploymentStackDenySettings ( )
198
+ {
199
+ TestRunner . RunTestScript ( "Test-NewAndSetManagementGroupDeploymentStackDenySettings" ) ;
200
+ }
201
+
202
+ [ Fact ( ) ]
203
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
204
+ public void TestSetManagementGroupDeploymentStackUnmanageActions ( )
205
+ {
206
+ TestRunner . RunTestScript ( "Test-SetManagementGroupDeploymentStackUnmanageActions" ) ;
207
+ }
208
+
209
+ [ Fact ( ) ]
210
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
211
+ public void TestNewAndSetAndExportManagementGroupDeploymentStackWithTemplateSpec ( )
212
+ {
213
+ TestRunner . RunTestScript ( "Test-NewAndSetAndExportManagementGroupDeploymentStackWithTemplateSpec" ) ;
214
+ }
215
+
216
+ [ Fact ( ) ]
217
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
218
+ public void TestNewAndSetManagementGroupDeploymentStackWithBicep ( )
219
+ {
220
+ TestRunner . RunTestScript ( "Test-NewAndSetManagementGroupDeploymentStackWithBicep" ) ;
221
+ }
222
+
223
+ [ Fact ( ) ]
224
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
225
+ public void TestExportManagementGroupDeploymentStackTemplate ( )
226
+ {
227
+ TestRunner . RunTestScript ( "Test-ExportManagementGroupDeploymentStackTemplate" ) ;
228
+ }
229
+
230
+ [ Fact ( ) ]
231
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
232
+ public void TestRemoveManagementGroupDeploymentStack ( )
233
+ {
234
+ TestRunner . RunTestScript ( "Test-RemoveManagementGroupDeploymentStack" ) ;
235
+ }
166
236
}
167
237
}
0 commit comments