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

[BUG] OperationId not set for incomplete LRO #44097

Closed
live1206 opened this issue May 17, 2024 · 0 comments · Fixed by #44098
Closed

[BUG] OperationId not set for incomplete LRO #44097

live1206 opened this issue May 17, 2024 · 0 comments · Fixed by #44098
Assignees
Labels
Azure.Core Mgmt This issue is related to a management-plane library.

Comments

@live1206
Copy link
Member

Library name and version

Azure.Core

Describe the bug

While @ArthurMa1978 was testing with Azure.ResourceManager.MySql, we found that Operation.Id was not set for LRO with 202 initial response.

Expected behavior

LRO with 202 initial response should contain a valid Id.

Actual behavior

Id is NOT_SET

Reproduction Steps

Create a LRO get initial response with 202, check the Id of the operation.

Environment

No response

@live1206 live1206 added the Mgmt This issue is related to a management-plane library. label May 17, 2024
@live1206 live1206 self-assigned this May 17, 2024
@live1206 live1206 changed the title [BUG] OperationId not set for LRO with 202 initial response [BUG] OperationId not set for incomplete LRO May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core Mgmt This issue is related to a management-plane library.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants