feat(wrapper-generator): complete v1.0 request-body binding - #3722
Open
Joywambui-maina wants to merge 3 commits into
Open
feat(wrapper-generator): complete v1.0 request-body binding#3722Joywambui-maina wants to merge 3 commits into
Joywambui-maina wants to merge 3 commits into
Conversation
Request bodies bound only top-level primitives, so 4,466 property occurrences across the v1.0 specs had no parameter. Every shape the classifier reaches now binds: referenced models and enums, formatted strings, schema-less UntypedNode values (converted on assignment, nulls dropped to match the published SDK's AddIf), and the numeric INF/NaN union. The invented -Password pair is replaced by the published -PasswordProfile. New gates verify it - omission oracle, coverage sweep, inventory diff, runtime conversions: 0 unbound across all 38 specs, 35 modules build and import, 148 tests. The pre-existing naming-parity gap is tracked separately.
Joywambui-maina
requested a review
from Ramses Sanchez-Hernandez (ramsessanchez)
August 14, 2026 06:48
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.
Changes proposed in this pull request
INF/NaNunions using their generated Kiota member types.objectand convert them to KiotaUntypedValueinstances during assignment.-Passwordand-ForceChangePasswordNextSignInparameters with the published-PasswordProfilemodel parameter.Scope
This changes property binding only for operations that already generate. It does not add support for skipped actions, functions, unsupported path segments, or operations without a named request entity.
The operation-inventory gate verifies that this change does not alter which operations generate.
Validation
Date, and 19 schema-less value-conversion cases.Dependency
This PR is intentionally based on
feature/wrapper-module-packagingso reviewers see only the 24 files belonging to request-body binding. After #3698 merges intopowershell-v3, this PR will be retargeted topowershell-v3.Closes #3707