Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storage: API feedback - change small IEnumerable<T>s to T[]s #6894

Closed
tg-msft opened this issue Jul 11, 2019 · 2 comments
Closed

Storage: API feedback - change small IEnumerable<T>s to T[]s #6894

tg-msft opened this issue Jul 11, 2019 · 2 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files)
Milestone

Comments

@tg-msft
Copy link
Member

tg-msft commented Jul 11, 2019

Update the Queue response types to return arrays instead of IEnumerable<T>s

We should do this for QueueClient's PeekMessages and DequeueMessages

@tg-msft tg-msft added Storage Storage Service (Queues, Blobs, Files) Client This issue points to a problem in the data-plane of the library. labels Jul 11, 2019
@tg-msft tg-msft added this to the Backlog milestone Jul 11, 2019
@tg-msft tg-msft self-assigned this Jul 11, 2019
@seanmcc-msft seanmcc-msft assigned tg-msft and unassigned tg-msft Aug 6, 2019
@tg-msft tg-msft assigned ShivangiReja and unassigned tg-msft Sep 24, 2019
@tg-msft
Copy link
Member Author

tg-msft commented Sep 24, 2019

We could do this change in the generator, but this will actually be easier in the code.

@ShivangiReja
Copy link
Member

Closed with #7750

@github-actions github-actions bot locked and limited conversation to collaborators Mar 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

No branches or pull requests

2 participants