Clarify ARM operation-status guidance for brownfield contracts and non-drop-in status models - #5422
Merged
Jiaqi Zhang (JiaqiZhang-Dev) merged 4 commits intoSep 11, 2026
Conversation
|
Azure Pipelines: 1 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Copilot started work on behalf of
Jianing Wang (MSFT) (jianingwang123)
September 8, 2026 07:10
View session
Co-authored-by: jianingwang123 <141212663+jianingwang123@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Clarify ArmOperationStatus guidance for ARM operation-status contracts
Clarify ARM operation-status guidance for brownfield contracts and non-drop-in status models
Sep 8, 2026
Co-authored-by: JiaqiZhang-Dev <194873822+JiaqiZhang-Dev@users.noreply.github.com>
Jiaqi Zhang (JiaqiZhang-Dev)
marked this pull request as ready for review
September 9, 2026 03:53
Jiaqi Zhang (JiaqiZhang-Dev)
requested review from
Mark Cowlishaw (markcowl),
Timothee Guerin (timotheeguerin) and
Jeff Fisher (xirzec)
as code owners
September 9, 2026 03:53
Contributor
|
You can try these changes here
|
Copilot started work on behalf of
Jiaqi Zhang (JiaqiZhang-Dev)
September 10, 2026 00:27
View session
Co-authored-by: JiaqiZhang-Dev <194873822+JiaqiZhang-Dev@users.noreply.github.com>
Timothee Guerin (timotheeguerin)
approved these changes
Sep 10, 2026
Jiaqi Zhang (JiaqiZhang-Dev)
deleted the
copilot/clarify-armoperationstatus-guidance
branch
September 11, 2026 02:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The issue was caused by docs implying
ArmOperationStatusas blanket current guidance and a universal replacement for existing custom operation-status models. This update narrows the guidance to existing ARM wire-contract compatibility and clarifies where literal replacement is unsafe.Scope correction: operation-status templates are contract-preservation guidance
operationStatuses/Azure-AsyncOperationpatterns describe an existing ARM wire contract.Drop-in caveat for converted custom models
ArmOperationStatus<Properties>is not a literal drop-in when legacy models carry extra top-level fields (e.g.,operations,resourceId) or different wire semantics.