-
Notifications
You must be signed in to change notification settings - Fork 32
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 feature to scope select subscriptions prompt by tenant #934
Conversation
A further improvement to the select subscription picker would be to group the picks by tenant/account |
a2e4c43
a2e4c43
to
a9d3bed
Compare
This error is being thrown by us. I think there's no actual limitation with VS Code's quick picker that prevents us from doing it. As far as I know, the grouping is just us sorting everything by group and using the |
Yeah I was tempted to @ you fix it |
This adds the ability to scope the select subscriptions prompt by tenant. It also adds the option to filter by account, but that's not implemented in this PR.
If a prompt is scoped to a tenant, it won't change any selected subscriptions that aren't in that tenant. Only subscriptions shown in the picker will be removed or added to the selected subscriptions setting.