-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ML CLI v1 extension to allow setting v1LegacyMode values (#4818)
* Update ML CLI v1 extension to allow setting v1LegacyMode values * Udating metadata for versions for dependencies
- Loading branch information
1 parent
9da4781
commit 1b0fd83
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 |
---|---|---|
|
@@ -8215,6 +8215,74 @@ | |
} | ||
], | ||
"azure-cli-ml": [ | ||
{ | ||
"downloadUrl": "https://azurecliext.blob.core.windows.net/release/azure_cli_ml-1.41.0-py3-none-any.whl", | ||
"filename": "azure_cli_ml-1.41.0-py3-none-any.whl", | ||
"metadata": { | ||
"azext.minCliCoreVersion": "2.3.1", | ||
"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", | ||
"Programming Language :: Python :: 3.9" | ||
], | ||
"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/python/api/overview/azure/ml/?view=azure-ml-py" | ||
} | ||
} | ||
}, | ||
"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.41)", | ||
"cryptography (<=3.3.2)", | ||
"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.41.0" | ||
}, | ||
"sha256Digest": "c3c5d2bb5ecd63d0d416bf9bc61b9f12df247d2f558957047ffc431e42fcb6b0" | ||
}, | ||
{ | ||
"downloadUrl": "https://azurecliext.blob.core.windows.net/release/azure_cli_ml-1.37.0-py3-none-any.whl", | ||
"filename": "azure_cli_ml-1.37.0-py3-none-any.whl", | ||
|