Open
Description
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.