Skip to content
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

Core request id not override #19759

Merged
merged 3 commits into from
Jul 13, 2021
Merged

Core request id not override #19759

merged 3 commits into from
Jul 13, 2021

Conversation

xiangyan99
Copy link
Member

No description provided.

@xiangyan99
Copy link
Member Author

#17757

@@ -154,8 +154,12 @@ def on_request(self, request):
elif self._request_id is None:
return
elif self._request_id is not _Unset:
if "x-ms-client-request-id" in request.http_request.headers:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: update changelog

@xiangyan99 xiangyan99 merged commit 2c1299b into main Jul 13, 2021
@xiangyan99 xiangyan99 deleted the core_request_id_not_override branch July 13, 2021 15:19
rakshith91 pushed a commit to rakshith91/azure-sdk-for-python that referenced this pull request Jul 16, 2021
* not override request id if it already exists in header

* update

* changelog
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-python that referenced this pull request Aug 5, 2022
Users/subraman/createuaispec (Azure#19759)

* Adding new version with existing content

* UserAssigned Identity Support Swagger

* Reverting readme changes for old version

* Using Identity definition from common types
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants