Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Fix: VNet required error now showing if using mixed mode without it (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Mar 14, 2018
1 parent bcefca3 commit 9253aac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aztk_cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,9 @@ def cluster_config_from_dict(config: dict):

if config.get('size'):
output.vm_count = config['size']
output.vm_low_pri_count = 0

if config.get('size_low_pri'):
output.vm_low_pri_count = config['size_low_pri']
output.vm_count = 0

if config.get('subnet_id') is not None:
output.subnet_id = config['subnet_id']
Expand Down

0 comments on commit 9253aac

Please sign in to comment.