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

Changes to client-side azure resource filtering #18274

Merged
merged 2 commits into from
Oct 18, 2024
Merged

Conversation

Benjin
Copy link
Contributor

@Benjin Benjin commented Oct 18, 2024

Addresses #18240

I found that I was getting an error message saying that the resource filter argument I was passing for server-side processing was invalid... for some subscriptions, but not all (or even most). Curiously, it was consistently the same subscriptions that would return the error, and I didn't notice any pattern to it. My mind went to permissions, but the query for all resources under that sub is consistently working fine for all subs so that doesn't make sense.

In any case, I switched to doing the filtering client-side in order to solve the issue.

Copy link

PR Changes

Category Main Branch PR Branch Difference
Code Coverage 49.85% 50.05% $${\color{lightgreen} .20\% }$$
VSIX Size 11656 KB 11656 KB $${\color{lightgreen} 0 KB \space (0\%) }$$
Webview Bundle Size 2984 KB 2984 KB $${\color{lightgreen} 0 KB \space (0\%) }$$

@Benjin Benjin merged commit 4371cc4 into main Oct 18, 2024
7 checks passed
@Benjin Benjin deleted the dev/benjin/azureBrowseBug branch October 18, 2024 17:26
Benjin added a commit that referenced this pull request Oct 18, 2024
* slight refactoring

* swapping azure logic to client-side filtering
kburtram pushed a commit that referenced this pull request Oct 18, 2024
* slight refactoring

* swapping azure logic to client-side filtering
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 Azure subscriptions not working
3 participants