-
Notifications
You must be signed in to change notification settings - Fork 183
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
Add ContentType header to Update-GitHubIssue #7630
Conversation
The following pipelines have been queued for testing: |
The following pipelines have been queued for testing: |
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.
The current syntax will not pick up the -ContentType
parameter because the script does not have a backtick to continue parsing to the next line.
Co-authored-by: Daniel Jurek <[email protected]>
@raych1 Lets please be sure to test this change. |
The following pipelines have been queued for testing: |
@weshaggard , this is the test pipeline run |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#7630 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: Peng Jiahui <[email protected]> Co-authored-by: Wes Haggard <[email protected]> Co-authored-by: Daniel Jurek <[email protected]>
@raych1 I don't suspect that is hitting this code path on PS7.4. Just please be sure to check the same pipeline that was failing in the go repo with this fix. |
@weshaggard , the failure was caught in the Go release pipeline, and we will verify it during this month's release. |
This PR is to fix the issue
#7621 (comment)