Skip to content

Commit

Permalink
Update ML CLI v1 extension to allow setting v1LegacyMode values (#4818)
Browse files Browse the repository at this point in the history
* Update ML CLI v1 extension to allow setting v1LegacyMode values

* Udating metadata for versions for dependencies
  • Loading branch information
harneetvirk authored May 16, 2022
1 parent 9da4781 commit 1b0fd83
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1b0fd83

Please sign in to comment.