Skip to content

Commit

Permalink
[azure-cli-ml] add version to support older CLI version (#1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-so authored Jun 2, 2020
1 parent cf35013 commit ff2b39c
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1581,6 +1581,72 @@
"version": "1.6.0"
},
"sha256Digest": "a76ba0f5a06735e1ac05cdca598e569e31d303822dd8f7ae0fc9c735b27f4c53"
},
{
"downloadUrl": "https://azurecliext.blob.core.windows.net/release/azure_cli_ml-1.5.0-py2.py3-none-any.whl",
"filename": "azure_cli_ml-1.5.0-py2.py3-none-any.whl",
"metadata": {
"azext.minCliCoreVersion": "2.0.28",
"classifiers": [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8"
],
"description_content_type": "text/x-rst",
"extensions": {
"python.details": {
"contacts": [
{
"email": "[email protected]",
"name": "Microsoft Corporation",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst",
"license": "LICENSE.txt"
},
"project_urls": {
"Home": "https://docs.microsoft.com/azure/machine-learning/service/"
}
}
},
"extras": [],
"generator": "bdist_wheel (0.30.0)",
"license": "Proprietary https://aka.ms/azureml-preview-sdk-license ",
"metadata_version": "2.0",
"name": "azure-cli-ml",
"requires_python": ">=3.5,<4",
"run_requires": [
{
"requires": [
"adal (>=1.2.1)",
"azureml-cli-common (~=1.5.0)",
"docker (>=3.7.2)",
"msrest (>=0.6.6)",
"pyyaml (>=5.1.0)",
"requests (>=2.21.0)"
]
}
],
"summary": "Microsoft Azure Command-Line Tools AzureML Command Module",
"test_requires": [
{
"requires": [
"azure-keyvault",
"mock",
"nose",
"unittest-xml-reporting"
]
}
],
"version": "1.5.0"
},
"sha256Digest": "a535f01501a06f70d26a75f5ccde2d32640d3c7efec302fc2fc454bfb867e946"
}
],
"azure-devops": [
Expand Down

0 comments on commit ff2b39c

Please sign in to comment.