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

Merge Spec and Status ARM types #3983

Open
theunrepentantgeek opened this issue Apr 30, 2024 · 0 comments
Open

Merge Spec and Status ARM types #3983

theunrepentantgeek opened this issue Apr 30, 2024 · 0 comments
Labels
low-priority Low priority item. We'll get to it eventually. technical-debt 📈
Milestone

Comments

@theunrepentantgeek
Copy link
Member

theunrepentantgeek commented Apr 30, 2024

Describe the current behavior

We are currently synthesizing separate ARM types for the Spec and Status of a resource. The spec ARM type used exclusively for resource PUTs and the status ARM type is used exclusively for resource GETs.

While the two ARM types have different shapes (each has properties the other lacks), ARM itself doesn't make a distinction and uses the same shape for both directions.

Describe the improvement

Merge the two ARM types into a single payload type, consistent with the way ARM works.

Additional context

Split out from #1588.

Has #3982 as a prerequisite.

@theunrepentantgeek theunrepentantgeek added this to the v2.9.0 milestone Apr 30, 2024
@matthchr matthchr modified the milestones: v2.9.0, v2.10.0 Jun 10, 2024
@matthchr matthchr added the low-priority Low priority item. We'll get to it eventually. label Aug 27, 2024
@matthchr matthchr modified the milestones: v2.10.0, v2.11.0 Aug 27, 2024
@matthchr matthchr modified the milestones: v2.11.0, v2.12.0 Oct 28, 2024
@theunrepentantgeek theunrepentantgeek modified the milestones: v2.12.0, v2.13.0 Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low-priority Low priority item. We'll get to it eventually. technical-debt 📈
Projects
Development

No branches or pull requests

2 participants