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

Commit eb62999

Browse files
author
Epstein
authored
AWS -> AZURE (#33)
1 parent df4083a commit eb62999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splicemachine/ml/management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ def deploy_azure(self, endpoint_name, resource_group, workspace, run_id=None, re
862862
raise Exception("Invalid Allocated RAM")
863863

864864
request_payload = {
865-
'handler_name': 'DEPLOY_AWS',
865+
'handler_name': 'DEPLOY_AZURE',
866866
'endpoint_name': endpoint_name,
867867
'resource_group': resource_group,
868868
'workspace': workspace,

0 commit comments

Comments
 (0)