Create autoscale resources for scaleset (#1661)

* Initial progress to adding a auto scale resource

* auto scale API is ready

* When creating a scaleset, add an autoscale resource to it as well

* Auto scale is correctly linked with scaleset

* 🧹

* Lint

* Cleaned up
This commit is contained in:
Teo Voinea
2022-02-28 12:28:31 -05:00
committed by GitHub
parent c6f65c0f0e
commit 16166e1c14
8 changed files with 240 additions and 25 deletions

View File

@ -25,7 +25,7 @@ from .azure.containers import (
save_blob,
)
from .azure.creds import get_instance_id, get_instance_url
from .azure.monitor import get_monitor_settings
from .azure.log_analytics import get_monitor_settings
from .azure.queue import get_queue_sas
from .azure.storage import StorageType
from .config import InstanceConfig