Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[azure-cli-ml] Update azure-cli-ml to 1.12.0 #2195

Merged
merged 16 commits into from
Aug 18, 2020
Merged
12 changes: 6 additions & 6 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2290,8 +2290,8 @@
],
"azure-cli-ml": [
{
"downloadUrl": "https://azurecliext.blob.core.windows.net/release/azure_cli_ml-1.10.0-py3-none-any.whl",
"filename": "azure_cli_ml-1.10.0-py3-none-any.whl",
"downloadUrl": "https://azurecliext.blob.core.windows.net/release/azure_cli_ml-1.12.0-py3-none-any.whl",
"filename": "azure_cli_ml-1.12.0-py3-none-any.whl",
"metadata": {
"azext.minCliCoreVersion": "2.3.1",
"classifiers": [
Expand All @@ -2318,7 +2318,7 @@
"license": "LICENSE.txt"
},
"project_urls": {
"Home": "https://docs.microsoft.com/azure/machine-learning/service/"
"Home": "https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py"
}
}
},
Expand All @@ -2332,7 +2332,7 @@
{
"requires": [
"adal (>=1.2.1)",
"azureml-cli-common (~=1.10.0)",
"azureml-cli-common (~=1.12.0)",
"docker (>=3.7.2)",
"msrest (>=0.6.6)",
"pyyaml (>=5.1.0)",
Expand All @@ -2351,9 +2351,9 @@
]
}
],
"version": "1.10.0"
"version": "1.12.0"
},
"sha256Digest": "e0b5045367de3d6e61749cc7f972c5b682342af17dfacc5890e7e7ee00e87a35"
"sha256Digest": "51bb9bed05af974494df27cccebea7382b6c37e5b12e8edc5ff7134e58efc143"
},
{
"downloadUrl": "https://azurecliext.blob.core.windows.net/release/azure_cli_ml-1.5.0-py2.py3-none-any.whl",
Expand Down