forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 2
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
[AutoPR azure-mgmt-machinelearningservices] [WIP] Update ml config #879
Open
openapi-sdkautomation
wants to merge
2
commits into
sdkAutomation/azure-mgmt-machinelearningservices
Choose a base branch
from
sdkAutomation/azure-mgmt-machinelearningservices@9175
base: sdkAutomation/azure-mgmt-machinelearningservices
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
add azure-cli-extension automation
update ml config
5 tasks
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/azure-mgmt-machinelearningservices
branch
7 times, most recently
from
April 29, 2020 02:40
fe39eeb
to
82304c9
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/azure-mgmt-machinelearningservices
branch
4 times, most recently
from
May 6, 2020 08:52
6c33604
to
fffcd05
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/azure-mgmt-machinelearningservices
branch
5 times, most recently
from
May 18, 2020 16:47
581d35c
to
6068269
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/azure-mgmt-machinelearningservices
branch
6 times, most recently
from
May 25, 2020 02:17
a3fe929
to
0d47cd1
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/azure-mgmt-machinelearningservices
branch
5 times, most recently
from
June 1, 2020 02:50
39c3ef2
to
307d060
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/azure-mgmt-machinelearningservices
branch
2 times, most recently
from
July 23, 2020 03:56
399fd10
to
252dadc
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/azure-mgmt-machinelearningservices
branch
2 times, most recently
from
August 5, 2020 02:03
9201b95
to
693782e
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/azure-mgmt-machinelearningservices
branch
6 times, most recently
from
August 17, 2020 04:50
fdf7701
to
ac5ee87
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/azure-mgmt-machinelearningservices
branch
7 times, most recently
from
August 24, 2020 04:42
4153739
to
6e5bd15
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/azure-mgmt-machinelearningservices
branch
2 times, most recently
from
August 26, 2020 07:29
ff82dc2
to
896091c
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/azure-mgmt-machinelearningservices
branch
2 times, most recently
from
September 7, 2020 03:12
d9887f4
to
d53d979
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/azure-mgmt-machinelearningservices
branch
from
September 11, 2020 02:37
d53d979
to
ec188e8
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/azure-mgmt-machinelearningservices
branch
4 times, most recently
from
September 23, 2020 07:02
c3df960
to
91cad69
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/azure-mgmt-machinelearningservices
branch
from
October 3, 2020 01:40
91cad69
to
678cbb5
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/azure-mgmt-machinelearningservices
branch
2 times, most recently
from
October 15, 2020 03:50
29c24d9
to
ce86123
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/azure-mgmt-machinelearningservices
branch
from
November 2, 2020 02:14
ce86123
to
a8edc0b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
Created to sync Azure/azure-rest-api-specs#9175.
(message created by the CI based on PR content)
Installation instruction
Package azure-mgmt-machinelearningservices
You can install the package
azure-mgmt-machinelearningservices
of this PR using the following command:pip install "git+https://github.com/AzureSDKAutomation/azure-sdk-for-python@sdkAutomation/azure-mgmt-machinelearningservices@9175#egg=azure-mgmt-machinelearningservices&subdirectory=azure-mgmt-machinelearningservices"
You can build a wheel to distribute for test using the following command:
pip wheel --no-deps "git+https://github.com/AzureSDKAutomation/azure-sdk-for-python@sdkAutomation/azure-mgmt-machinelearningservices@9175#egg=azure-mgmt-machinelearningservices&subdirectory=azure-mgmt-machinelearningservices"
If you have a local clone of this repository, you can also do:
git checkout sdkAutomation/azure-mgmt-machinelearningservices@9175
pip install -e ./azure-mgmt-machinelearningservices
Or build a wheel file to distribute for testing:
git checkout sdkAutomation/azure-mgmt-machinelearningservices@9175
pip wheel --no-deps ./azure-mgmt-machinelearningservices
Direct download
Your files can be directly downloaded here: