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 #134 #135

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Fix #134 #135

wants to merge 3 commits into from

Conversation

bim-msft
Copy link

Fix #134

@@ -152,6 +152,8 @@ def _get_profile(profile):
fore_red = colorama.Fore.RED if not IS_WINDOWS else ''
fore_reset = colorama.Fore.RESET if not IS_WINDOWS else ''
original_profile = raw_cmd('az cloud show --query profile -otsv', show_stderr=False).result
if original_profile:
original_profile = original_profile.split('\r\n')[0]
Copy link
Contributor

Choose a reason for hiding this comment

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

Need some more tests on different platforms, like Darwin and Linux, etc as talked offline.

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.

azdev test fails in pycharm due to a wrong profile
2 participants