Skip to content

Commit

Permalink
Releasing ml 2.0.1a4 (#3751)
Browse files Browse the repository at this point in the history
* added ml

* reformatted

* removed some dependencies which azure-cli have

* updated index.json

* updated

* updated

* added ml to index.json

* updated to 2.0.1a4

* added back classifiers

* fix help message linter issues
  • Loading branch information
Mossaka authored Aug 5, 2021
1 parent dacf087 commit 4587331
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -15974,6 +15974,67 @@
"version": "2.0.1a3"
},
"sha256Digest": "67c57c5c73d7ebaa99d1df52ba82c7a551bf61a182b4888128e8c62c896cf84b"
},
{
"downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.0.1a4-py3-none-any.whl",
"filename": "ml-2.0.1a4-py3-none-any.whl",
"metadata": {
"azext.isExperimental": true,
"azext.minCliCoreVersion": "2.15.0",
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: MIT License"
],
"extensions": {
"python.details": {
"contacts": [
{
"email": "[email protected]",
"name": "Microsoft Corporation",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
},
"project_urls": {
"Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/machinelearningservices"
}
}
},
"extras": [],
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
"name": "ml",
"run_requires": [
{
"requires": [
"azure-identity",
"azure-storage-blob (<=12.5.0,>12.0.0b4)",
"azure-storage-file-share (==12.3.0)",
"cryptography (<=3.3.2)",
"docker (>=4.0.0,~=5.0.0)",
"isodate",
"marshmallow (<4.0.0,>=3.5)",
"pathspec (==0.8.*)",
"pydash (<=4.9.0)",
"pyjwt (<2.0.0)",
"tqdm"
]
}
],
"summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension",
"version": "2.0.1a4"
},
"sha256Digest": "5a20917c68a953ad52c6c0596cd04e8c89f833e8ede17e64866a26f43e7f0164"
}
],
"monitor-control-service": [
Expand Down

0 comments on commit 4587331

Please sign in to comment.