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

Handle selected properties for List operations #11320

Closed
heaths opened this issue May 7, 2020 · 1 comment
Closed

Handle selected properties for List operations #11320

heaths opened this issue May 7, 2020 · 1 comment
Labels
Client This issue points to a problem in the data-plane of the library. Search
Milestone

Comments

@heaths
Copy link
Member

heaths commented May 7, 2020

For list operations (e.g. listDataSources) do not expose a parameter that allows the customer to pass $select. Many properties of models can't be in a $select, and they are case sensitive which may not be intuitive to languages that use typed models with different property casing.

Instead, provide a separate method for getting just names (e.g. listDataSourceNames), which the server optimizes. These methods should return a collection of strings.

@heaths heaths added Client This issue points to a problem in the data-plane of the library. Search labels May 7, 2020
@heaths heaths added this to the [2020] June milestone May 7, 2020
@xiangyan99
Copy link
Member

Fixed in #11739

@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 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. Search
Projects
None yet
Development

No branches or pull requests

2 participants