Return CorrelationId and OperationId when NoWait switch is used #9070
Labels
Azure PS Team
feature-request
This issue requires a new behavior in the product in order be resolved.
Generator
Related to cmdlet generator
Milestone
related issue #7145, #8846
Awesome NoWait is being implemented!
Please make sure that correlationId and operationId information is made part of the PSAzureOperationResponse. AFAICT it currently is not (unless RequestId is actually CorrelationId?) but it is crucial information to handle followup activities.
e.g. monitor based on operationId or have EventGrid subscription trigger some function that uses the CorrelationId provided by EventGrid for matching up the initial invocation.
This information is send as response header under the keys x-ms-correlation-request-id and x-ms-request-id.
The text was updated successfully, but these errors were encountered: