@@ -298,21 +298,6 @@ public void For_region_usgoveast1_with_FIPS_disabled_and_DualStack_disabled_Test
298
298
Assert . AreEqual ( "https://voiceid.us-gov-east-1.amazonaws.com" , endpoint . URL ) ;
299
299
}
300
300
301
- [ TestMethod ]
302
- [ TestCategory ( "UnitTest" ) ]
303
- [ TestCategory ( "Endpoints" ) ]
304
- [ TestCategory ( "VoiceID" ) ]
305
- [ Description ( "For region us-iso-east-1 with FIPS enabled and DualStack enabled" ) ]
306
- [ ExpectedException ( typeof ( AmazonClientException ) , @"FIPS and DualStack are enabled, but this partition does not support one or both" ) ]
307
- public void For_region_usisoeast1_with_FIPS_enabled_and_DualStack_enabled_Test ( )
308
- {
309
- var parameters = new VoiceIDEndpointParameters ( ) ;
310
- parameters [ "Region" ] = "us-iso-east-1" ;
311
- parameters [ "UseFIPS" ] = true ;
312
- parameters [ "UseDualStack" ] = true ;
313
- var endpoint = new AmazonVoiceIDEndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
314
- }
315
-
316
301
[ TestMethod ]
317
302
[ TestCategory ( "UnitTest" ) ]
318
303
[ TestCategory ( "Endpoints" ) ]
@@ -328,21 +313,6 @@ public void For_region_usisoeast1_with_FIPS_enabled_and_DualStack_disabled_Test(
328
313
Assert . AreEqual ( "https://voiceid-fips.us-iso-east-1.c2s.ic.gov" , endpoint . URL ) ;
329
314
}
330
315
331
- [ TestMethod ]
332
- [ TestCategory ( "UnitTest" ) ]
333
- [ TestCategory ( "Endpoints" ) ]
334
- [ TestCategory ( "VoiceID" ) ]
335
- [ Description ( "For region us-iso-east-1 with FIPS disabled and DualStack enabled" ) ]
336
- [ ExpectedException ( typeof ( AmazonClientException ) , @"DualStack is enabled but this partition does not support DualStack" ) ]
337
- public void For_region_usisoeast1_with_FIPS_disabled_and_DualStack_enabled_Test ( )
338
- {
339
- var parameters = new VoiceIDEndpointParameters ( ) ;
340
- parameters [ "Region" ] = "us-iso-east-1" ;
341
- parameters [ "UseFIPS" ] = false ;
342
- parameters [ "UseDualStack" ] = true ;
343
- var endpoint = new AmazonVoiceIDEndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
344
- }
345
-
346
316
[ TestMethod ]
347
317
[ TestCategory ( "UnitTest" ) ]
348
318
[ TestCategory ( "Endpoints" ) ]
@@ -358,21 +328,6 @@ public void For_region_usisoeast1_with_FIPS_disabled_and_DualStack_disabled_Test
358
328
Assert . AreEqual ( "https://voiceid.us-iso-east-1.c2s.ic.gov" , endpoint . URL ) ;
359
329
}
360
330
361
- [ TestMethod ]
362
- [ TestCategory ( "UnitTest" ) ]
363
- [ TestCategory ( "Endpoints" ) ]
364
- [ TestCategory ( "VoiceID" ) ]
365
- [ Description ( "For region us-isob-east-1 with FIPS enabled and DualStack enabled" ) ]
366
- [ ExpectedException ( typeof ( AmazonClientException ) , @"FIPS and DualStack are enabled, but this partition does not support one or both" ) ]
367
- public void For_region_usisobeast1_with_FIPS_enabled_and_DualStack_enabled_Test ( )
368
- {
369
- var parameters = new VoiceIDEndpointParameters ( ) ;
370
- parameters [ "Region" ] = "us-isob-east-1" ;
371
- parameters [ "UseFIPS" ] = true ;
372
- parameters [ "UseDualStack" ] = true ;
373
- var endpoint = new AmazonVoiceIDEndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
374
- }
375
-
376
331
[ TestMethod ]
377
332
[ TestCategory ( "UnitTest" ) ]
378
333
[ TestCategory ( "Endpoints" ) ]
@@ -388,21 +343,6 @@ public void For_region_usisobeast1_with_FIPS_enabled_and_DualStack_disabled_Test
388
343
Assert . AreEqual ( "https://voiceid-fips.us-isob-east-1.sc2s.sgov.gov" , endpoint . URL ) ;
389
344
}
390
345
391
- [ TestMethod ]
392
- [ TestCategory ( "UnitTest" ) ]
393
- [ TestCategory ( "Endpoints" ) ]
394
- [ TestCategory ( "VoiceID" ) ]
395
- [ Description ( "For region us-isob-east-1 with FIPS disabled and DualStack enabled" ) ]
396
- [ ExpectedException ( typeof ( AmazonClientException ) , @"DualStack is enabled but this partition does not support DualStack" ) ]
397
- public void For_region_usisobeast1_with_FIPS_disabled_and_DualStack_enabled_Test ( )
398
- {
399
- var parameters = new VoiceIDEndpointParameters ( ) ;
400
- parameters [ "Region" ] = "us-isob-east-1" ;
401
- parameters [ "UseFIPS" ] = false ;
402
- parameters [ "UseDualStack" ] = true ;
403
- var endpoint = new AmazonVoiceIDEndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
404
- }
405
-
406
346
[ TestMethod ]
407
347
[ TestCategory ( "UnitTest" ) ]
408
348
[ TestCategory ( "Endpoints" ) ]
0 commit comments