We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21a07b commit 35044dbCopy full SHA for 35044db
1 file changed
cli/dstack/_internal/backend/azure/compute.py
@@ -330,7 +330,6 @@ def _get_image_ref(
330
331
def _config_with_location(config: AzureConfig, location: str) -> AzureConfig:
332
new_config = config.copy()
333
- new_config.location = location
334
new_config.network = azure_utils.get_default_network_name(config.storage_account, location)
335
new_config.subnet = azure_utils.get_default_subnet_name(config.storage_account, location)
336
return new_config
0 commit comments