@@ -42,13 +42,6 @@ public void TestNewAccount()
42
42
TestController . NewInstance . RunPsTest ( traceInterceptor , "Test-NewAzureRmCognitiveServicesAccount" ) ;
43
43
}
44
44
45
- [ Fact ]
46
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
47
- public void TestNewAccountWithInvalidName ( )
48
- {
49
- TestController . NewInstance . RunPsTest ( traceInterceptor , "Test-NewAzureRmCognitiveServicesAccountInvalidName" ) ;
50
- }
51
-
52
45
[ Fact ]
53
46
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
54
47
public void TestNewAccountWithCustomDomain ( )
@@ -63,13 +56,6 @@ public void TestNewAccountWithVnet()
63
56
TestController . NewInstance . RunPsTest ( traceInterceptor , "Test-NewAzureRmCognitiveServicesAccountWithVnet" ) ;
64
57
}
65
58
66
- [ Fact ]
67
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
68
- public void TestCreateAllKindsOfAccounts ( )
69
- {
70
- TestController . NewInstance . RunPsTest ( traceInterceptor , "Test-NewAzureRmAllKindsOfCognitiveServicesAccounts" ) ;
71
- }
72
-
73
59
[ Fact ]
74
60
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
75
61
public void TestRemoveAccount ( )
@@ -192,6 +178,13 @@ public void TestManagedIdentity()
192
178
TestController . NewInstance . RunPsTest ( traceInterceptor , "Test-ManagedIdentity" ) ;
193
179
}
194
180
181
+ [ Fact ]
182
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
183
+ public void TestUserAssignedIdentity ( )
184
+ {
185
+ TestController . NewInstance . RunPsTest ( traceInterceptor , "Test-UserAssignedIdentity" ) ;
186
+ }
187
+
195
188
[ Fact ]
196
189
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
197
190
public void TestEncryption ( )
@@ -220,6 +213,20 @@ public void TestPublicNetworkAccess()
220
213
TestController . NewInstance . RunPsTest ( traceInterceptor , "Test-PublicNetworkAccess" ) ;
221
214
}
222
215
216
+ [ Fact ]
217
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
218
+ public void TestRestrictOutboundNetworkAccess ( )
219
+ {
220
+ TestController . NewInstance . RunPsTest ( traceInterceptor , "Test-RestrictOutboundNetworkAccess" ) ;
221
+ }
222
+
223
+ [ Fact ]
224
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
225
+ public void TestDisableLocalAuth ( )
226
+ {
227
+ TestController . NewInstance . RunPsTest ( traceInterceptor , "Test-DisableLocalAuth" ) ;
228
+ }
229
+
223
230
[ Fact ]
224
231
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
225
232
public void TestCapabilities ( )
@@ -233,5 +240,12 @@ public void TestApiProperties()
233
240
{
234
241
TestController . NewInstance . RunPsTest ( traceInterceptor , "Test-ApiProperties" ) ;
235
242
}
243
+
244
+ [ Fact ]
245
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
246
+ public void TestSoftDelete ( )
247
+ {
248
+ TestController . NewInstance . RunPsTest ( traceInterceptor , "Test-SoftDelete" ) ;
249
+ }
236
250
}
237
251
}
0 commit comments