Merged
Conversation
added 3 commits
June 12, 2025 15:39
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new utility function, attribute_list, to the azure-core serialization module and its accompanying tests, while also updating auto‐generated code headers and related client configurations. Key changes include:
- Introducing the attribute_list function in azure/core/serialization.py to extract attribute names from generated SDK models.
- Adding a suite of tests in azure-core's test_serialization.py to validate attribute_list behavior.
- Updating auto-generated code comments and minor adjustments in client configuration files.
Reviewed Changes
Copilot reviewed 197 out of 197 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| sdk/core/azure-core/azure/core/serialization.py | Implements the new attribute_list function and related helper _get_flattened_attribute. |
| sdk/core/azure-core/tests/test_serialization.py | Adds tests verifying the correct behavior of attribute_list with various model types. |
| Other SDK files | Updates auto-generated headers and client configuration documentation to reflect new tooling. |
added 4 commits
June 12, 2025 16:15
…into core/addAttributeList
…into core/addAttributeList
Contributor
Author
|
/check-enforcer override |
1 similar comment
Contributor
Author
|
/check-enforcer override |
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.
fixes #41489