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 track2_azure-mgmt-network] Application Gateway Mutual Authentication Support #1497
Open
openapi-sdkautomation
wants to merge
2
commits into
sdkAutomation/track2_azure-mgmt-network
Choose a base branch
from
sdkAutomation/track2_azure-mgmt-network@9965
base: sdkAutomation/track2_azure-mgmt-network
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
4 tasks
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/track2_azure-mgmt-network
branch
from
June 26, 2020 00:59
16dbf5e
to
0128cc7
Compare
openapi-sdkautomation
bot
changed the title
[AutoPR track2_azure-mgmt-network] [WIP] Application Gateway Mutual Authentication Support
[AutoPR track2_azure-mgmt-network] Application Gateway Mutual Authentication Support
Jun 26, 2020
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/track2_azure-mgmt-network@9965
branch
from
June 26, 2020 07:20
d65c7a5
to
ef39c01
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/track2_azure-mgmt-network
branch
from
June 26, 2020 19:51
0128cc7
to
8decdda
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/track2_azure-mgmt-network@9965
branch
from
June 26, 2020 19:51
ef39c01
to
df29c84
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/track2_azure-mgmt-network
branch
from
June 26, 2020 23:00
8decdda
to
a47d829
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/track2_azure-mgmt-network@9965
branch
from
June 26, 2020 23:00
df29c84
to
501f487
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/track2_azure-mgmt-network
branch
from
June 26, 2020 23:29
a47d829
to
3d00f18
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/track2_azure-mgmt-network@9965
branch
from
June 26, 2020 23:29
501f487
to
b77102f
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/track2_azure-mgmt-network
branch
10 times, most recently
from
July 4, 2020 03:52
a6136d9
to
550478c
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/track2_azure-mgmt-network
branch
8 times, most recently
from
July 9, 2020 06:09
54d7dc1
to
547a302
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/track2_azure-mgmt-network
branch
15 times, most recently
from
August 25, 2020 03:00
d2dc3c5
to
a1a631d
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/track2_azure-mgmt-network
branch
6 times, most recently
from
August 28, 2020 07:34
5f9d198
to
bdfcffa
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/track2_azure-mgmt-network
branch
2 times, most recently
from
September 10, 2020 03:08
7c7d9e8
to
75635b0
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/track2_azure-mgmt-network
branch
2 times, most recently
from
September 22, 2020 05:50
15dbb8a
to
5cd9f8b
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/track2_azure-mgmt-network
branch
from
October 19, 2020 02:48
5cd9f8b
to
7447653
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/track2_azure-mgmt-network
branch
2 times, most recently
from
November 3, 2020 03:21
572b6b7
to
ebfa7b7
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/track2_azure-mgmt-network
branch
2 times, most recently
from
November 11, 2020 03:53
49eadd3
to
00f55ac
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#9965.
(message created by the CI based on PR content)
Installation instruction
Package azure-mgmt-network
You can install the package
azure-mgmt-network
of this PR using the following command:pip install "git+https://github.com/AzureSDKAutomation/azure-sdk-for-python@sdkAutomation/track2_azure-mgmt-network@9965#egg=azure-mgmt-network&subdirectory=azure-mgmt-network"
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/track2_azure-mgmt-network@9965#egg=azure-mgmt-network&subdirectory=azure-mgmt-network"
If you have a local clone of this repository, you can also do:
git checkout sdkAutomation/track2_azure-mgmt-network@9965
pip install -e ./azure-mgmt-network
Or build a wheel file to distribute for testing:
git checkout sdkAutomation/track2_azure-mgmt-network@9965
pip wheel --no-deps ./azure-mgmt-network
Direct download
Your files can be directly downloaded here: