|
94 | 94 | "UseFIPS": false |
95 | 95 | } |
96 | 96 | }, |
97 | | - { |
98 | | - "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled", |
99 | | - "expect": { |
100 | | - "endpoint": { |
101 | | - "url": "https://arc-region-switch-fips.us-iso-east-1.c2s.ic.gov" |
102 | | - } |
103 | | - }, |
104 | | - "params": { |
105 | | - "Region": "us-iso-east-1", |
106 | | - "UseFIPS": true |
107 | | - } |
108 | | - }, |
109 | | - { |
110 | | - "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled", |
111 | | - "expect": { |
112 | | - "endpoint": { |
113 | | - "url": "https://arc-region-switch.us-iso-east-1.c2s.ic.gov" |
114 | | - } |
115 | | - }, |
116 | | - "params": { |
117 | | - "Region": "us-iso-east-1", |
118 | | - "UseFIPS": false |
119 | | - } |
120 | | - }, |
121 | | - { |
122 | | - "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled", |
123 | | - "expect": { |
124 | | - "endpoint": { |
125 | | - "url": "https://arc-region-switch-fips.us-isob-east-1.sc2s.sgov.gov" |
126 | | - } |
127 | | - }, |
128 | | - "params": { |
129 | | - "Region": "us-isob-east-1", |
130 | | - "UseFIPS": true |
131 | | - } |
132 | | - }, |
133 | | - { |
134 | | - "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled", |
135 | | - "expect": { |
136 | | - "endpoint": { |
137 | | - "url": "https://arc-region-switch.us-isob-east-1.sc2s.sgov.gov" |
138 | | - } |
139 | | - }, |
140 | | - "params": { |
141 | | - "Region": "us-isob-east-1", |
142 | | - "UseFIPS": false |
143 | | - } |
144 | | - }, |
145 | | - { |
146 | | - "documentation": "For region eu-isoe-west-1 with FIPS enabled and DualStack enabled", |
147 | | - "expect": { |
148 | | - "endpoint": { |
149 | | - "url": "https://arc-region-switch-fips.eu-isoe-west-1.cloud.adc-e.uk" |
150 | | - } |
151 | | - }, |
152 | | - "params": { |
153 | | - "Region": "eu-isoe-west-1", |
154 | | - "UseFIPS": true |
155 | | - } |
156 | | - }, |
157 | | - { |
158 | | - "documentation": "For region eu-isoe-west-1 with FIPS disabled and DualStack enabled", |
159 | | - "expect": { |
160 | | - "endpoint": { |
161 | | - "url": "https://arc-region-switch.eu-isoe-west-1.cloud.adc-e.uk" |
162 | | - } |
163 | | - }, |
164 | | - "params": { |
165 | | - "Region": "eu-isoe-west-1", |
166 | | - "UseFIPS": false |
167 | | - } |
168 | | - }, |
169 | | - { |
170 | | - "documentation": "For region us-isof-south-1 with FIPS enabled and DualStack enabled", |
171 | | - "expect": { |
172 | | - "endpoint": { |
173 | | - "url": "https://arc-region-switch-fips.us-isof-south-1.csp.hci.ic.gov" |
174 | | - } |
175 | | - }, |
176 | | - "params": { |
177 | | - "Region": "us-isof-south-1", |
178 | | - "UseFIPS": true |
179 | | - } |
180 | | - }, |
181 | | - { |
182 | | - "documentation": "For region us-isof-south-1 with FIPS disabled and DualStack enabled", |
183 | | - "expect": { |
184 | | - "endpoint": { |
185 | | - "url": "https://arc-region-switch.us-isof-south-1.csp.hci.ic.gov" |
186 | | - } |
187 | | - }, |
188 | | - "params": { |
189 | | - "Region": "us-isof-south-1", |
190 | | - "UseFIPS": false |
191 | | - } |
192 | | - }, |
193 | 97 | { |
194 | 98 | "documentation": "Missing region", |
195 | 99 | "expect": { |
|
0 commit comments