Skip to content

Commit 9fa49a8

Browse files
author
awstools
committed
feat(client-sso-oidc): Remove incorrect endpoint tests
1 parent 4b8e2c2 commit 9fa49a8

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/sso-oidc.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -804,17 +804,6 @@
804804
"UseDualStack": true
805805
}
806806
},
807-
{
808-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
809-
"expect": {
810-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
811-
},
812-
"params": {
813-
"Region": "us-iso-east-1",
814-
"UseFIPS": true,
815-
"UseDualStack": true
816-
}
817-
},
818807
{
819808
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
820809
"expect": {
@@ -828,17 +817,6 @@
828817
"UseDualStack": false
829818
}
830819
},
831-
{
832-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
833-
"expect": {
834-
"error": "DualStack is enabled but this partition does not support DualStack"
835-
},
836-
"params": {
837-
"Region": "us-iso-east-1",
838-
"UseFIPS": false,
839-
"UseDualStack": true
840-
}
841-
},
842820
{
843821
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
844822
"expect": {
@@ -852,17 +830,6 @@
852830
"UseDualStack": false
853831
}
854832
},
855-
{
856-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
857-
"expect": {
858-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
859-
},
860-
"params": {
861-
"Region": "us-isob-east-1",
862-
"UseFIPS": true,
863-
"UseDualStack": true
864-
}
865-
},
866833
{
867834
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
868835
"expect": {
@@ -876,17 +843,6 @@
876843
"UseDualStack": false
877844
}
878845
},
879-
{
880-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
881-
"expect": {
882-
"error": "DualStack is enabled but this partition does not support DualStack"
883-
},
884-
"params": {
885-
"Region": "us-isob-east-1",
886-
"UseFIPS": false,
887-
"UseDualStack": true
888-
}
889-
},
890846
{
891847
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
892848
"expect": {

0 commit comments

Comments
 (0)