@@ -358,21 +358,6 @@ public void For_region_usgoveast1_with_FIPS_disabled_and_DualStack_disabled_Test
358
358
Assert . AreEqual ( "https://sms-voice.us-gov-east-1.amazonaws.com" , endpoint . URL ) ;
359
359
}
360
360
361
- [ TestMethod ]
362
- [ TestCategory ( "UnitTest" ) ]
363
- [ TestCategory ( "Endpoints" ) ]
364
- [ TestCategory ( "PinpointSMSVoiceV2" ) ]
365
- [ Description ( "For region us-iso-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_usisoeast1_with_FIPS_enabled_and_DualStack_enabled_Test ( )
368
- {
369
- var parameters = new PinpointSMSVoiceV2EndpointParameters ( ) ;
370
- parameters [ "Region" ] = "us-iso-east-1" ;
371
- parameters [ "UseFIPS" ] = true ;
372
- parameters [ "UseDualStack" ] = true ;
373
- var endpoint = new AmazonPinpointSMSVoiceV2EndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
374
- }
375
-
376
361
[ TestMethod ]
377
362
[ TestCategory ( "UnitTest" ) ]
378
363
[ TestCategory ( "Endpoints" ) ]
@@ -388,21 +373,6 @@ public void For_region_usisoeast1_with_FIPS_enabled_and_DualStack_disabled_Test(
388
373
Assert . AreEqual ( "https://sms-voice-fips.us-iso-east-1.c2s.ic.gov" , endpoint . URL ) ;
389
374
}
390
375
391
- [ TestMethod ]
392
- [ TestCategory ( "UnitTest" ) ]
393
- [ TestCategory ( "Endpoints" ) ]
394
- [ TestCategory ( "PinpointSMSVoiceV2" ) ]
395
- [ Description ( "For region us-iso-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_usisoeast1_with_FIPS_disabled_and_DualStack_enabled_Test ( )
398
- {
399
- var parameters = new PinpointSMSVoiceV2EndpointParameters ( ) ;
400
- parameters [ "Region" ] = "us-iso-east-1" ;
401
- parameters [ "UseFIPS" ] = false ;
402
- parameters [ "UseDualStack" ] = true ;
403
- var endpoint = new AmazonPinpointSMSVoiceV2EndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
404
- }
405
-
406
376
[ TestMethod ]
407
377
[ TestCategory ( "UnitTest" ) ]
408
378
[ TestCategory ( "Endpoints" ) ]
@@ -418,21 +388,6 @@ public void For_region_usisoeast1_with_FIPS_disabled_and_DualStack_disabled_Test
418
388
Assert . AreEqual ( "https://sms-voice.us-iso-east-1.c2s.ic.gov" , endpoint . URL ) ;
419
389
}
420
390
421
- [ TestMethod ]
422
- [ TestCategory ( "UnitTest" ) ]
423
- [ TestCategory ( "Endpoints" ) ]
424
- [ TestCategory ( "PinpointSMSVoiceV2" ) ]
425
- [ Description ( "For region us-isob-east-1 with FIPS enabled and DualStack enabled" ) ]
426
- [ ExpectedException ( typeof ( AmazonClientException ) , @"FIPS and DualStack are enabled, but this partition does not support one or both" ) ]
427
- public void For_region_usisobeast1_with_FIPS_enabled_and_DualStack_enabled_Test ( )
428
- {
429
- var parameters = new PinpointSMSVoiceV2EndpointParameters ( ) ;
430
- parameters [ "Region" ] = "us-isob-east-1" ;
431
- parameters [ "UseFIPS" ] = true ;
432
- parameters [ "UseDualStack" ] = true ;
433
- var endpoint = new AmazonPinpointSMSVoiceV2EndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
434
- }
435
-
436
391
[ TestMethod ]
437
392
[ TestCategory ( "UnitTest" ) ]
438
393
[ TestCategory ( "Endpoints" ) ]
@@ -448,21 +403,6 @@ public void For_region_usisobeast1_with_FIPS_enabled_and_DualStack_disabled_Test
448
403
Assert . AreEqual ( "https://sms-voice-fips.us-isob-east-1.sc2s.sgov.gov" , endpoint . URL ) ;
449
404
}
450
405
451
- [ TestMethod ]
452
- [ TestCategory ( "UnitTest" ) ]
453
- [ TestCategory ( "Endpoints" ) ]
454
- [ TestCategory ( "PinpointSMSVoiceV2" ) ]
455
- [ Description ( "For region us-isob-east-1 with FIPS disabled and DualStack enabled" ) ]
456
- [ ExpectedException ( typeof ( AmazonClientException ) , @"DualStack is enabled but this partition does not support DualStack" ) ]
457
- public void For_region_usisobeast1_with_FIPS_disabled_and_DualStack_enabled_Test ( )
458
- {
459
- var parameters = new PinpointSMSVoiceV2EndpointParameters ( ) ;
460
- parameters [ "Region" ] = "us-isob-east-1" ;
461
- parameters [ "UseFIPS" ] = false ;
462
- parameters [ "UseDualStack" ] = true ;
463
- var endpoint = new AmazonPinpointSMSVoiceV2EndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
464
- }
465
-
466
406
[ TestMethod ]
467
407
[ TestCategory ( "UnitTest" ) ]
468
408
[ TestCategory ( "Endpoints" ) ]
0 commit comments