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

Add Get{Resource}Names methods and remove $select support #11929

Merged
merged 2 commits into from
May 8, 2020

Conversation

heaths
Copy link
Member

@heaths heaths commented May 7, 2020

Fixes #11393. For now, there's very little practical value for passing $select given restrictions in which fields can even be specified (limited) and that they may be cased differently than models (Search is case-sensitive). But the server does have an optimized code path for returning just names, so we expose those methods instead.

Fixes Azure#11393. For now, there's very little practical value for passing $select given restrictions in which fields can even be specified (limited) and that they may be cased differently than models (Search is case-sensitive). But the server does have an optimized code path for returning just names, so we expose those methods instead.
@heaths heaths requested review from tg-msft and brjohnstmsft May 7, 2020 23:32
@heaths heaths requested review from arv100kri and bleroy as code owners May 7, 2020 23:32
Copy link
Member

@tg-msft tg-msft left a comment

Choose a reason for hiding this comment

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

I think this was a good choice and will be easier for customers to use.

@heaths heaths merged commit 7dd617d into Azure:master May 8, 2020
@heaths heaths deleted the issue11393 branch May 8, 2020 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Search: Handle selected properties for List operations
2 participants