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

fix azure account corner case handling #10428

Merged
merged 1 commit into from
May 15, 2020
Merged

Conversation

ranasaria
Copy link
Contributor

This PR fixes #10419 & #10422.
Issues #10419 and #10422 both document scenarios when a user has not yet selected an account or when on resources are accessible for a given selection of account and/or subscription. The fix here is to ensure we always have at least an empty string populated in the drop-down boxes so that the clicking on those drop-down boxes does not throw. It also ensures that we do not end-up looking for subscription(s) of an azure account that is an empty string.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.04%) to 33.909% when pulling 08db0dd on bug/AzureAccountEdgeCases into 9680b1e on master.

@ranasaria ranasaria changed the title fix azure account corenes case handling fix azure account corner case handling May 15, 2020
@ranasaria ranasaria merged commit 19fab3f into master May 15, 2020
@ranasaria ranasaria deleted the bug/AzureAccountEdgeCases branch May 15, 2020 15:47
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.

Some subscription may not have any accessible resource group
3 participants