Skip to content

Commit

Permalink
Resolve bug in mlflow.azureml.deploy (mlflow#3922)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo de Leon <eddeleon@microsoft.com>
  • Loading branch information
eddiestudies authored Dec 30, 2020
1 parent 9991104 commit b32a8cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mlflow/azureml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,8 @@ def deploy(

_logger.info(
"Registered an Azure Model with name: `%s` and version: `%s`",
registered_model.name,
registered_model.version,
mlflow_model.name,
azure_model_id,
)

# Attempt to retrieve an AzureML Model object which we intend to deploy
Expand Down

0 comments on commit b32a8cb

Please sign in to comment.