Skip to content

Bugfix #1352

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

Merged
merged 3 commits into from
Nov 25, 2015
Merged

Bugfix #1352

merged 3 commits into from
Nov 25, 2015

Conversation

hovsepm
Copy link
Contributor

@hovsepm hovsepm commented Nov 24, 2015

  • Fixed issues with listing subscriptions for non-interactive and tenant-bound credentials
  • Fixed ServicePrincipal login-azurermaccount issue related to ParameterSet mismatch
  • Added -EnvironmentName parameter in Login-AzureRmAccount to accept environment name string instead of environment

…ronment name string instead of environment
@hovsepm hovsepm changed the title Fix issues with listing subscriptions for non-interactive and tenant-bound credentials Bugfix Nov 24, 2015
@hovsepm
Copy link
Contributor Author

hovsepm commented Nov 25, 2015

@@ -31,5 +35,27 @@ internal static AzureSubscription ToAzureSubscription(this Subscription other, A
context.Tenant.Id.ToString());
return subscription;
}

public static List<AzureTenant> MergeTenants(
Copy link
Member

Choose a reason for hiding this comment

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

This method name is a bit misleading - we are not merging tenants here - we are setting/overriding them

@stankovski
Copy link
Member

LGTM

hovsepm pushed a commit that referenced this pull request Nov 25, 2015
@hovsepm hovsepm merged commit 5ade97d into Azure:dev Nov 25, 2015
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