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

Do not automatically register resource providers in all subscriptions #577

Open
maartenba opened this issue Mar 29, 2022 · 0 comments
Open
Labels
feature New feature or request

Comments

@maartenba
Copy link

After digging through Microsoft's Azure libraries for Java, which we use under the hood, we found they are registering several resource providers: https://github.com/microsoft/azure-tools-for-java/pull/5014/files#diff-d5f0ce350c78dea87e2fc4c8a423d04f1c88a70c4365dc9422f24ff324ebeccbR14

This is of course not ideal, and it would be better to prompt the user to register specific resource providers when needed.

Investigate whether a specific exception is thrown that can be used to prompt, register and retry.

As a workaround, for now, you can select the subscriptions you want Rider to work with, which should only register the resource providers in the selected subscriptions.

image

@maartenba maartenba added the feature New feature or request label Mar 29, 2022
@maartenba maartenba added this to the 222 milestone Mar 29, 2022
@maartenba maartenba modified the milestones: 222, 223 Aug 2, 2022
@maartenba maartenba removed this from the 223 milestone Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant