-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLI version 2.30.1 and fix for 2.30.0 (#8006)
* hotfix for cli version 1.17.1 * CLI release for 2.28.0 * updating index.json for SDK/CLI v2 Release 2.29.0 * updating index.json for SDK/CLI v2 Release 2.30.0 * CLI version 2.30.1 and fix for 2.30.0
- Loading branch information
1 parent
df776b7
commit 131bb35
Showing
1 changed file
with
95 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -63543,6 +63543,8 @@ | |
"requires": [ | ||
"azure-common (>=1.1)", | ||
"azure-common>=1.1", | ||
"azure-identity (==1.17.1)", | ||
"azure-identity==1.17.1", | ||
"azure-mgmt-resource (<23.0.0,>=3.0.0)", | ||
"azure-mgmt-resource<23.0.0,>=3.0.0", | ||
"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)", | ||
|
@@ -63585,7 +63587,99 @@ | |
"summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", | ||
"version": "2.30.0" | ||
}, | ||
"sha256Digest": "de0ca7fe06278198b8838174d9b045ab1100e84f050b7ad0722c937c8c033abb" | ||
"sha256Digest": "c0d685063ff76a850b21c6cd632f5a6ea216cf3fb718a663f11a83c0fd66699b" | ||
}, | ||
{ | ||
"downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.30.1-py3-none-any.whl", | ||
"filename": "ml-2.30.1-py3-none-any.whl", | ||
"metadata": { | ||
"azext.minCliCoreVersion": "2.15.0", | ||
"classifiers": [ | ||
"Development Status :: 5 - Production/Stable", | ||
"Intended Audience :: Developers", | ||
"Intended Audience :: System Administrators", | ||
"Environment :: Console", | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"License :: OSI Approved :: MIT License" | ||
], | ||
"description_content_type": "text/x-rst", | ||
"extensions": { | ||
"python.details": { | ||
"contacts": [ | ||
{ | ||
"email": "[email protected]", | ||
"name": "Microsoft Corporation", | ||
"role": "author" | ||
} | ||
], | ||
"document_names": { | ||
"description": "DESCRIPTION.rst" | ||
}, | ||
"project_urls": { | ||
"Home": "https://github.com/Azure/azureml-examples" | ||
} | ||
} | ||
}, | ||
"extras": [], | ||
"generator": "bdist_wheel (0.30.0)", | ||
"license": "MIT", | ||
"metadata_version": "2.0", | ||
"name": "ml", | ||
"run_requires": [ | ||
{ | ||
"requires": [ | ||
"azure-common (>=1.1)", | ||
"azure-common>=1.1", | ||
"azure-identity (==1.17.1)", | ||
"azure-identity==1.17.1", | ||
"azure-mgmt-resource (<23.0.0,>=3.0.0)", | ||
"azure-mgmt-resource<23.0.0,>=3.0.0", | ||
"azure-mgmt-resourcegraph (<9.0.0,>=2.0.0)", | ||
"azure-mgmt-resourcegraph<9.0.0,>=2.0.0", | ||
"azure-storage-blob (>=12.10.0)", | ||
"azure-storage-blob>=12.10.0", | ||
"azure-storage-file-datalake (>=12.2.0)", | ||
"azure-storage-file-datalake>=12.2.0", | ||
"azure-storage-file-share", | ||
"azure-storage-file-share", | ||
"colorama", | ||
"colorama", | ||
"cryptography", | ||
"cryptography", | ||
"docker", | ||
"docker", | ||
"isodate", | ||
"isodate", | ||
"jsonschema (>=4.0.0)", | ||
"jsonschema>=4.0.0", | ||
"marshmallow (>=3.5)", | ||
"marshmallow>=3.5", | ||
"opencensus-ext-azure", | ||
"opencensus-ext-azure", | ||
"opencensus-ext-logging", | ||
"opencensus-ext-logging", | ||
"pydash (>=6.0.0)", | ||
"pydash>=6.0.0", | ||
"pyjwt", | ||
"pyjwt", | ||
"strictyaml", | ||
"strictyaml", | ||
"tqdm", | ||
"tqdm", | ||
"typing-extensions", | ||
"typing-extensions" | ||
] | ||
} | ||
], | ||
"summary": "Microsoft Azure Command-Line Tools AzureMachineLearningWorkspaces Extension", | ||
"version": "2.30.1" | ||
}, | ||
"sha256Digest": "b55f5c652a9cdc3c415f22d776d37b1745f2fdfe9f1cfc59047984cf67d33714" | ||
} | ||
], | ||
"mobile-network": [ | ||
|