forked from Azure/azure-cli-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Onboard Azure Machine Learning Service CLI (Azure#655)
- Loading branch information
1 parent
905b28e
commit c9f4475
Showing
1 changed file
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -596,6 +596,74 @@ | |
"sha256Digest": "c6669dacba6a8d3c263e132237b58e39bc3749c44f174a10673f44e266205e1c" | ||
} | ||
], | ||
"azure-cli-ml": [ | ||
{ | ||
"downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-release/Candidate/604C89A437BA41BD942B4F46D9A3591D/azure_cli_ml-1.0.33.7-py2.py3-none-any.whl", | ||
"filename": "azure_cli_ml-1.0.33.7-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 :: 2.7", | ||
"Programming Language :: Python :: 3.5" | ||
], | ||
"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/en-us/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", | ||
"run_requires": [ | ||
{ | ||
"requires": [ | ||
"adal (>=0.4.7)", | ||
"azureml-cli-common (==1.0.33.*)", | ||
"docker (>=2.5.1)", | ||
"kubernetes (>=3.0.0)", | ||
"msrest (>=0.4.16)", | ||
"pyyaml (>=3.12.0)", | ||
"requests (>=2.18.1)", | ||
"scp (>=0.10.2)", | ||
"tabulate (>=0.7.7)" | ||
] | ||
} | ||
], | ||
"summary": "Microsoft Azure Command-Line Tools AzureML Command Module", | ||
"test_requires": [ | ||
{ | ||
"requires": [ | ||
"azure-keyvault", | ||
"mock", | ||
"nose", | ||
"unittest-xml-reporting" | ||
] | ||
} | ||
], | ||
"version": "1.0.33.7" | ||
}, | ||
"sha256Digest": "31a24c8c88a6780696e69fe287e6377f97fd8e29f3bc60379040e1e601d1a0ed" | ||
} | ||
], | ||
"botservice": [ | ||
{ | ||
"downloadUrl": "https://github.com/Microsoft/botbuilder-tools/releases/download/az-cli-extension/botservice-0.4.3-py2.py3-none-any.whl", | ||
|