Skip to content

Comments

WIP - queues typespec#40613

Draft
catalinaperalta wants to merge 17 commits intomainfrom
feature/azure-queue-storage-typespec
Draft

WIP - queues typespec#40613
catalinaperalta wants to merge 17 commits intomainfrom
feature/azure-queue-storage-typespec

Conversation

@catalinaperalta
Copy link
Member

Using this PR to see what CI checks say about the migration.

@microsoft-github-policy-service microsoft-github-policy-service bot added the Storage Storage Service (Queues, Blobs, Files) label Feb 20, 2026
@github-actions
Copy link

github-actions bot commented Feb 20, 2026

Next Steps to Merge

Next steps that must be taken to merge this PR:
  • ❌ This PR targets either the main branch of the public specs repo or the RPSaaSMaster branch of the private specs repo. These branches are not intended for iterative development. Therefore, you must acknowledge you understand that after this PR is merged, the APIs are considered shipped to Azure customers. Any further attempts at in-place modifications to the APIs will be subject to Azure's versioning and breaking change policies. Additionally, for control plane APIs, you must acknowledge that you are following all the best practices documented by ARM at aka.ms/armapibestpractices. If you do intend to release the APIs to your customers by merging this PR, add the PublishToCustomers label to your PR in acknowledgement of the above. Otherwise, retarget this PR onto a feature branch, i.e. with prefix release- (see aka.ms/azsdk/api-versions#release--branches).
  • ❌ This PR has at least one breaking change (label: BreakingChangeReviewRequired).
    To unblock this PR, follow the process at aka.ms/brch.
  • ❌ The required check named Swagger BreakingChange has failed. To unblock this PR, follow the process at aka.ms/brch.


Comment generated by summarize-checks workflow run.

@github-actions github-actions bot added data-plane TypeSpec Authored with TypeSpec labels Feb 20, 2026
@github-actions
Copy link

github-actions bot commented Feb 20, 2026

API Change Check

APIView identified API level changes in this PR and created the following API reviews

Language API Review for Package
Swagger Azure.Storage.Files.DataLake-Microsoft.QueueStorage
TypeSpec Storage.Queues
Python azure-storage-queue
JavaScript @azure/storage-queue

@github-actions github-actions bot added the BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required label Feb 20, 2026
Comment on lines +292 to +305
/** The error code. */
@Xml.name("Code") code?: string;

/** The error message. */
@Xml.name("Message") message?: string;

/** Copy source status code */
@Xml.name("CopySourceStatusCode") copySourceStatusCode?: int32;

/** Copy source error code */
@Xml.name("CopySourceErrorCode") copySourceErrorCode?: string;

/** Copy source error message */
@Xml.name("CopySourceErrorMessage") copySourceErrorMessage?: string;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Several of these properties werent defined in the original swagger + seems like they correspond to the headers defined earlier in the same model, are these properties repeated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required data-plane Storage Storage Service (Queues, Blobs, Files) TypeSpec Authored with TypeSpec

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants