Skip to content

Commit

Permalink
iothub: change primary test location to eastus (#27688)
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte authored Oct 17, 2024
1 parent 23a7a05 commit 4322c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/components/settings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ var serviceTestConfigurationOverrides = mapOf(
"iotcentral" to testConfiguration(locationOverride = LocationConfiguration("westeurope", "southeastasia", "eastus2", false)),

// IoT Hub Device Update is only available in certain locations
"iothub" to testConfiguration(locationOverride = LocationConfiguration("northeurope", "eastus2", "westus2", false)),
"iothub" to testConfiguration(locationOverride = LocationConfiguration("eastus", "eastus2", "westus2", false)),

// Lab Service is only available in certain locations
"labservice" to testConfiguration(locationOverride = LocationConfiguration("westeurope", "eastus", "westus", false)),
Expand Down

0 comments on commit 4322c44

Please sign in to comment.