-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Onboarding azure machine learning CLI #3341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
fengzhou-msft
merged 22 commits into
Azure:master
from
Mossaka:jiazho/releasse_cut_1.0.0a3
May 20, 2021
Merged
Changes from 16 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
269126d
added ml
Mossaka 9e3510e
reformatted
Mossaka 080adea
removed some dependencies which azure-cli have
Mossaka 2d08a14
Merge branch 'master' of https://github.com/Azure/azure-cli-extensions
Mossaka 9360d4b
updated index.json
Mossaka 85ef769
updated
Mossaka 77abee7
Merge remote-tracking branch 'upstream/master'
Mossaka a50fc2c
updated
Mossaka 962bc3e
added ml to index.json
Mossaka edcf1dd
updated wheel
Mossaka 4905503
Merge remote-tracking branch 'upstream/master' into jiazho/releasse_c…
Mossaka aa7335d
Merge branch 'Azure:master' into master
Mossaka d362275
added a5
Mossaka 65ffc43
bump version to 1.0.0a6
Mossaka 295b233
Merge branch 'Azure:master' into jiazho/releasse_cut_1.0.0a3
Mossaka 07193d4
updated to 2.0.0a1
Mossaka 75f93f6
Merge branch 'jiazho/releasse_cut_1.0.0a3' of https://github.com/Moss…
Mossaka 2640229
Merge branch 'Azure:master' into master
Mossaka 9cacfa2
Merge branch 'Azure:master' into jiazho/releasse_cut_1.0.0a3
Mossaka bb4ae23
updated hash
Mossaka 7e4f7a0
Merge branch 'master' of https://github.com/Mossaka/azure-cli-extensi…
Mossaka 46165f1
Merge branch 'jiazho/releasse_cut_1.0.0a3' of https://github.com/Moss…
Mossaka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -12433,6 +12433,58 @@ | |
| "sha256Digest": "29f07fa6db12c70f9b93a3914d61ea108a5f410f40bc92389c1a87ea9312c766" | ||
| } | ||
| ], | ||
| "ml": [ | ||
| { | ||
| "downloadUrl": "https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.0.0a1-py3-none-any.whl", | ||
| "filename": "ml-2.0.0a1-py3-none-any.whl", | ||
| "metadata": { | ||
| "azext.isExperimental": true, | ||
| "azext.minCliCoreVersion": "2.15.0", | ||
| "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.0a1" | ||
| }, | ||
| "sha256Digest": "e4bc1ec939bfb0ac26d4ea2e2897245427e36e2b0a627a6d5a946198f117899d" | ||
| } | ||
| ], | ||
| "monitor-control-service": [ | ||
| { | ||
| "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/monitor_control_service-0.1.0-py3-none-any.whl", | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Mossaka This home url doesn't exist, please double check.