Skip to content

Conversation

@cataggar
Copy link
Owner

No description provided.

* limit vmware to just latest API for dev

* fix test

* begin updating to azure_core 0.22

* use latest and wait for 0.23

* models check

* gen

* just mod util for now

* more renames

* gen

* do not gen into_stream or into_future for RequestBuilder

* typespec_macros::Model

* remove transport & retry

* get subscription_id from env var

* add Cargo.lock

---------

Co-authored-by: Cameron Taggart <cameron.tagg>
Decouples paging from model types by removing pageable support in core and stopping generation of Continuable implementations.
Updates paging to extract continuation tokens directly from the response payload using the configured nextLink, improving robustness when the field is optional or absent in the model.

Keeps IntoFuture generation disabled pending LRO alignment and fixes a headers() lifetime lint.

Regenerates VMware management APIs and adjusts dependencies accordingly.
Improves ergonomics and readability by adopting idiomatic patterns (e.g., is_ok_and, assert!, delegating PartialOrd to Ord), simplifying option handling, and removing redundant returns and unused imports.

Boxes the struct enum variant to reduce enum size and avoid potential recursion size issues.

Streamlines glob iteration and error handling, and tidies output formatting and error conversions.

Enhances maintainability while aligning with modern Rust and clippy recommendations.
Encapsulates pager token emission in a dedicated helper, simplifying struct tokenization and improving readability and reuse.

Preserves behavior for pageable models while preparing for future pager customization; updates internal wiring and naming only.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants