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

Enable passing a tenant domain to Connect-AzureRmAccount #6822

Merged
merged 2 commits into from
Aug 3, 2018

Conversation

cormacpayne
Copy link
Member

@cormacpayne cormacpayne commented Jul 31, 2018

Description

Fix for #3974 and #6709

Checklist

@cormacpayne
Copy link
Member Author

Also resolves issue #6709

promptAction)?.FirstOrDefault();
if (tenant == null)
{
throw new ArgumentNullException(string.Format("Could not find tenant id for provided tenant domain '{0}'.", tenantId));
Copy link
Member

Choose a reason for hiding this comment

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

Is there a way that we can add a test to exercise this exception?

Copy link
Member

Choose a reason for hiding this comment

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

even if this is a live only test, it would behoove us to have this to prevent regressions

@markcowl markcowl merged commit 7b3b86a into Azure:preview Aug 3, 2018
@cormacpayne cormacpayne deleted the domain-tenant branch September 12, 2018 16:58
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.

3 participants