[Queues] Fixes for migration deviations from swagger#40616
Draft
catalinaperalta wants to merge 8 commits intofeature/azure-queue-storage-typespecfrom
Draft
[Queues] Fixes for migration deviations from swagger#40616catalinaperalta wants to merge 8 commits intofeature/azure-queue-storage-typespecfrom
catalinaperalta wants to merge 8 commits intofeature/azure-queue-storage-typespecfrom
Conversation
Next Steps to MergeImportant checks have failed. As of today they are not blocking this PR, but in near future they may.Addressing the following failures is highly recommended:
Comment generated by summarize-checks workflow run. |
catalinaperalta
commented
Feb 20, 2026
|
|
||
| /** Represents an array of signed identifiers */ | ||
| @Xml.name("SignedIdentifiers") | ||
| model ListOfSignedIdentifier { |
Member
Author
There was a problem hiding this comment.
I dont think architects would like this name, but if it is needed for rust it can be changed with the clientName decorator
API Change CheckAPIView identified API level changes in this PR and created the following API reviews
|
catalinaperalta
commented
Feb 21, 2026
Comment on lines
461
to
463
| @Xml.unwrapped | ||
| @Xml.name("SignedIdentifier") | ||
| items: Array<SignedIdentifier>; |
Member
Author
There was a problem hiding this comment.
This was marked as wrapped true in the swagger and also as optional
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.
This PR addresses deviations in the typespec definition from the swagger.