File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
internal/services/conditionalaccess Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -251,13 +251,13 @@ func (NamedLocationResource) completeCountry(data acceptance.TestData) string {
251
251
resource "azuread_named_location" "test" {
252
252
display_name = "acctestNLC-%[1]d"
253
253
country {
254
+ country_lookup_method = "clientIpAddress"
254
255
countries_and_regions = [
255
256
"GB",
256
257
"US",
257
258
"JP",
258
259
]
259
260
include_unknown_countries_and_regions = true
260
- country_lookup_method = "clientIpAddress"
261
261
}
262
262
}
263
263
` , data .RandomInteger )
@@ -268,13 +268,13 @@ func (NamedLocationResource) completeCountryByGps(data acceptance.TestData) stri
268
268
resource "azuread_named_location" "test" {
269
269
display_name = "acctestNLC-%[1]d"
270
270
country {
271
+ country_lookup_method = "authenticatorAppGps"
271
272
countries_and_regions = [
272
273
"GB",
273
274
"US",
274
275
"JP",
275
276
]
276
277
include_unknown_countries_and_regions = true
277
- country_lookup_method = "authenticatorAppGps"
278
278
}
279
279
}
280
280
` , data .RandomInteger )
You can’t perform that action at this time.
0 commit comments