Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
AWS -> AZURE (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Epstein authored Jan 15, 2020
1 parent df4083a commit eb62999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splicemachine/ml/management.py
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ def deploy_azure(self, endpoint_name, resource_group, workspace, run_id=None, re
raise Exception("Invalid Allocated RAM")

request_payload = {
'handler_name': 'DEPLOY_AWS',
'handler_name': 'DEPLOY_AZURE',
'endpoint_name': endpoint_name,
'resource_group': resource_group,
'workspace': workspace,
Expand Down

0 comments on commit eb62999

Please sign in to comment.