Skip to content

Commit

Permalink
Add azureml to available orchestrators for the wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
schustmi committed Aug 2, 2024
1 parent 9a73bf0 commit 1bb44f8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/zenml/service_connectors/service_connector_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,20 @@ def get_resources_options_from_resource_model_for_full_stack(
flavor_display_name="Skypilot (VM)",
)
)
orchestrators.append(
_prepare_resource_info(
connector_details=connector_details,
resource_ids=each.resource_ids,
stack_component_type=StackComponentType.ORCHESTRATOR,
flavor="azureml",
required_configuration={
"subscription_id": "subscription ID",
"resource_group": "resource group",
"workspace": "workspace",
},
flavor_display_name="AzureML",
)
)

if each.resource_type == "kubernetes-cluster":
orchestrators.append(
Expand Down

0 comments on commit 1bb44f8

Please sign in to comment.