-
Notifications
You must be signed in to change notification settings - Fork 2k
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
From source update #14035
Merged
Merged
From source update #14035
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
JimSuplizio
requested review from
alzimmermsft,
anuchandy,
danieljurek,
g2vinay,
hemanttanwar,
jianghaolu,
JonathanGiles,
joshfree,
mitchdenny,
schaabs,
srnagar and
weshaggard
as code owners
August 12, 2020 21:28
/azp run java - identity - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - spring - ci |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run java - spring |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - cosmos |
Azure Pipelines successfully started running 1 pipeline(s). |
JimSuplizio
force-pushed
the
FromSourceUpdate
branch
from
August 13, 2020 21:43
509cc54
to
8bd4193
Compare
/azp run java - cosmos |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - spring |
Azure Pipelines successfully started running 1 pipeline(s). |
mitchdenny
approved these changes
Aug 13, 2020
/azp run java - spring |
Azure Pipelines successfully started running 1 pipeline(s). |
alzimmermsft
approved these changes
Aug 14, 2020
/azp run java - appconfiguration |
Azure Pipelines successfully started running 1 pipeline(s). |
openapi-sdkautomation bot
pushed a commit
to AzureSDKAutomation/azure-sdk-for-java
that referenced
this pull request
May 25, 2021
Fix to support nextLink with post calls for python sdk (Azure#14035) * single example with post nextLinl * address suggestions * remove examples * Add nextLink param * Post on nextLink for all requests * Add api-version as param * update readme * prettier fix * fix lint err try * rename operation id * fix generation for python * fix casing of next link * Remove package * change one next link op to normal path * readme.python config * Update readme.python.md Co-authored-by: Namrata Jagasia <[email protected]> Co-authored-by: iscai-msft <[email protected]> Co-authored-by: Zed <[email protected]> Co-authored-by: msyyc <[email protected]>
openapi-sdkautomation bot
pushed a commit
to AzureSDKAutomation/azure-sdk-for-java
that referenced
this pull request
Jul 16, 2021
Fix to support nextLink with post calls for python sdk (Azure#14035) * single example with post nextLinl * address suggestions * remove examples * Add nextLink param * Post on nextLink for all requests * Add api-version as param * update readme * prettier fix * fix lint err try * rename operation id * fix generation for python * fix casing of next link * Remove package * change one next link op to normal path * readme.python config * Update readme.python.md Co-authored-by: Namrata Jagasia <[email protected]> Co-authored-by: iscai-msft <[email protected]> Co-authored-by: Zed <[email protected]> Co-authored-by: msyyc <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The idea here is to try and remove the snafu that's happening from the usage of the From Source runs requiring a metric ton of AdditionalModules. The changes are as follows: