Add how-to doc for customizing ARM long-running operation headers#3957
Add how-to doc for customizing ARM long-running operation headers#3957
Conversation
Co-authored-by: markcowl <1054056+markcowl@users.noreply.github.com>
|
@copilot You can simplify the usage of ArmLroLocationHeader and ArmAsyncOperationHeader templates by taking the template defaultsand providing the FinalResult value explicitly. For example, |
Co-authored-by: markcowl <1054056+markcowl@users.noreply.github.com>
Simplified all |
|
@copilot. It is not strctly true that LroHeaders changes only the headers in 202 response for all operation types [although this is always true for delete and POST operations] (for example, it changes the headers in the 201 response to PUT operations) |
Co-authored-by: markcowl <1054056+markcowl@users.noreply.github.com>
Fixed the intro to clarify that LRO headers appear in the |
|
No changes needing a change description found. |
|
@copilot You can similarly simplify the usage of ArmCombinedLroHeaders to simply use the FinalResult parameter explicitly. |
Co-authored-by: markcowl <1054056+markcowl@users.noreply.github.com>
Simplified all |
|
You can try these changes here
|
|
@copilot please run pnpm format over all changed markdown files in this pr |
Co-authored-by: markcowl <1054056+markcowl@users.noreply.github.com>
website/src/content/docs/docs/howtos/ARM/long-running-operations.md201 Createdfor PUT and202 Acceptedfor PATCH/DELETE/POST🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.