-
Notifications
You must be signed in to change notification settings - Fork 284
Add step in publish pipeline to create PR to azure-sdk-for-net #7426
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
Conversation
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
Copilot finished work on behalf of
JoshLove-msft
June 13, 2025 15:12
Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
Copilot finished work on behalf of
JoshLove-msft
June 13, 2025 15:55
JoshLove-msft
approved these changes
Jun 13, 2025
…blishing Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
Copilot finished work on behalf of
JoshLove-msft
June 13, 2025 17:37
Please run |
Ran Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
Copilot finished work on behalf of
JoshLove-msft
June 13, 2025 17:56
jorgerangel-msft
approved these changes
Jun 13, 2025
christothes
reviewed
Jun 13, 2025
christothes
reviewed
Jun 13, 2025
packages/http-client-csharp/eng/scripts/Submit-AzureSdkForNetPr.ps1
Outdated
Show resolved
Hide resolved
christothes
reviewed
Jun 13, 2025
…Pr.ps1 Co-authored-by: christothes <1279263+christothes@users.noreply.github.com>
Copilot finished work on behalf of
christothes
June 13, 2025 21:59
Copilot finished work on behalf of
christothes
June 13, 2025 22:01
christothes
approved these changes
Jun 13, 2025
weshaggard
approved these changes
Jun 13, 2025
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.
This PR adds automation to create a pull request in the Azure SDK for .NET repository that updates the dependency on http-client-csharp when a new version is published.
Implementation Details
Created a new script in
internal-build-utils
package:create-azure-sdk-for-net-pr.ts
to handle PR creationhttp-client.ts
for GitHub API requestsModified the
http-client-csharp
publish pipeline:Added documentation:
CONTRIBUTING.md
for http-client-csharpHow It Works
When a new version of http-client-csharp is published from the main branch:
This automation helps ensure that the Azure SDK for .NET always uses the latest version of the TypeSpec-generated client components, improving consistency across repositories.
Fixes #7110.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.