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

Improve AzureStack-Tools token retrieval experience #161

Closed
MatthewMcGlynn opened this issue Apr 18, 2017 · 1 comment
Closed

Improve AzureStack-Tools token retrieval experience #161

MatthewMcGlynn opened this issue Apr 18, 2017 · 1 comment

Comments

@MatthewMcGlynn
Copy link
Contributor

• AzureRm cmdlets and AzureStack cmdlets behave differently where one uses the logged on context versus other logs on for every cmdlet
• Within AzureStack portal/Ux asks one time login and then perform as many CRUD actions on resource as you want. AzureStackAdmin cmdlets tend to login to perform each action.

Note: AzureRm cmdlets don’t login again or ask for EnvironmentName, TenantId, Credentials
Get-AzureRmVMImage
Get-AzureRMResourceGroup

New-AzSTenantOfferAndQuotas -tenantID $aadTenant -EnvironmentName "AzureStackAdmin" -AzureStackCredential $credential
Get-AzSAlert -TenantID $AadTenant -EnvironmentName "AzureStackAdmin" -AzureStackCredential $credential
Note: AzureRm cmdlets don’t need to login again for each cmdlet so why do AzureStack cmdlets need it?

@MatthewMcGlynn
Copy link
Contributor Author

Completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants