@@ -478,21 +478,6 @@ public void For_region_usgoveast1_with_FIPS_disabled_and_DualStack_enabled_Test(
478
478
Assert . AreEqual ( "https://textract.us-gov-east-1.api.aws" , endpoint . URL ) ;
479
479
}
480
480
481
- [ TestMethod ]
482
- [ TestCategory ( "UnitTest" ) ]
483
- [ TestCategory ( "Endpoints" ) ]
484
- [ TestCategory ( "Textract" ) ]
485
- [ Description ( "For region us-iso-east-1 with FIPS enabled and DualStack enabled" ) ]
486
- [ ExpectedException ( typeof ( AmazonClientException ) , @"FIPS and DualStack are enabled, but this partition does not support one or both" ) ]
487
- public void For_region_usisoeast1_with_FIPS_enabled_and_DualStack_enabled_Test ( )
488
- {
489
- var parameters = new TextractEndpointParameters ( ) ;
490
- parameters [ "Region" ] = "us-iso-east-1" ;
491
- parameters [ "UseFIPS" ] = true ;
492
- parameters [ "UseDualStack" ] = true ;
493
- var endpoint = new AmazonTextractEndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
494
- }
495
-
496
481
[ TestMethod ]
497
482
[ TestCategory ( "UnitTest" ) ]
498
483
[ TestCategory ( "Endpoints" ) ]
@@ -508,21 +493,6 @@ public void For_region_usisoeast1_with_FIPS_enabled_and_DualStack_disabled_Test(
508
493
Assert . AreEqual ( "https://textract-fips.us-iso-east-1.c2s.ic.gov" , endpoint . URL ) ;
509
494
}
510
495
511
- [ TestMethod ]
512
- [ TestCategory ( "UnitTest" ) ]
513
- [ TestCategory ( "Endpoints" ) ]
514
- [ TestCategory ( "Textract" ) ]
515
- [ Description ( "For region us-iso-east-1 with FIPS disabled and DualStack enabled" ) ]
516
- [ ExpectedException ( typeof ( AmazonClientException ) , @"DualStack is enabled but this partition does not support DualStack" ) ]
517
- public void For_region_usisoeast1_with_FIPS_disabled_and_DualStack_enabled_Test ( )
518
- {
519
- var parameters = new TextractEndpointParameters ( ) ;
520
- parameters [ "Region" ] = "us-iso-east-1" ;
521
- parameters [ "UseFIPS" ] = false ;
522
- parameters [ "UseDualStack" ] = true ;
523
- var endpoint = new AmazonTextractEndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
524
- }
525
-
526
496
[ TestMethod ]
527
497
[ TestCategory ( "UnitTest" ) ]
528
498
[ TestCategory ( "Endpoints" ) ]
@@ -538,21 +508,6 @@ public void For_region_usisoeast1_with_FIPS_disabled_and_DualStack_disabled_Test
538
508
Assert . AreEqual ( "https://textract.us-iso-east-1.c2s.ic.gov" , endpoint . URL ) ;
539
509
}
540
510
541
- [ TestMethod ]
542
- [ TestCategory ( "UnitTest" ) ]
543
- [ TestCategory ( "Endpoints" ) ]
544
- [ TestCategory ( "Textract" ) ]
545
- [ Description ( "For region us-isob-east-1 with FIPS enabled and DualStack enabled" ) ]
546
- [ ExpectedException ( typeof ( AmazonClientException ) , @"FIPS and DualStack are enabled, but this partition does not support one or both" ) ]
547
- public void For_region_usisobeast1_with_FIPS_enabled_and_DualStack_enabled_Test ( )
548
- {
549
- var parameters = new TextractEndpointParameters ( ) ;
550
- parameters [ "Region" ] = "us-isob-east-1" ;
551
- parameters [ "UseFIPS" ] = true ;
552
- parameters [ "UseDualStack" ] = true ;
553
- var endpoint = new AmazonTextractEndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
554
- }
555
-
556
511
[ TestMethod ]
557
512
[ TestCategory ( "UnitTest" ) ]
558
513
[ TestCategory ( "Endpoints" ) ]
@@ -568,21 +523,6 @@ public void For_region_usisobeast1_with_FIPS_enabled_and_DualStack_disabled_Test
568
523
Assert . AreEqual ( "https://textract-fips.us-isob-east-1.sc2s.sgov.gov" , endpoint . URL ) ;
569
524
}
570
525
571
- [ TestMethod ]
572
- [ TestCategory ( "UnitTest" ) ]
573
- [ TestCategory ( "Endpoints" ) ]
574
- [ TestCategory ( "Textract" ) ]
575
- [ Description ( "For region us-isob-east-1 with FIPS disabled and DualStack enabled" ) ]
576
- [ ExpectedException ( typeof ( AmazonClientException ) , @"DualStack is enabled but this partition does not support DualStack" ) ]
577
- public void For_region_usisobeast1_with_FIPS_disabled_and_DualStack_enabled_Test ( )
578
- {
579
- var parameters = new TextractEndpointParameters ( ) ;
580
- parameters [ "Region" ] = "us-isob-east-1" ;
581
- parameters [ "UseFIPS" ] = false ;
582
- parameters [ "UseDualStack" ] = true ;
583
- var endpoint = new AmazonTextractEndpointProvider ( ) . ResolveEndpoint ( parameters ) ;
584
- }
585
-
586
526
[ TestMethod ]
587
527
[ TestCategory ( "UnitTest" ) ]
588
528
[ TestCategory ( "Endpoints" ) ]
0 commit comments