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

Azure PowerShell 1.2.0 - Missing Shortcuts #1773

Closed
AErmie opened this issue Feb 4, 2016 · 4 comments
Closed

Azure PowerShell 1.2.0 - Missing Shortcuts #1773

AErmie opened this issue Feb 4, 2016 · 4 comments

Comments

@AErmie
Copy link
Contributor

AErmie commented Feb 4, 2016

After installing version 1.2.0, the Azure PowerShell entry is missing from the Search results, and no longer appears in the All Apps list.

The only work-around is to use the normal PowerShell and use Import-Module Azure.

capture

@timoschwarte
Copy link

As far as I know, you should not need to run Import-Module Azure, modules are loaded automatically. I can run all Azure cmdlets directly from the "normal" PowerShell after this latest update. I can confirm though, that the Azure PowerShell start menu entry disappears with 1.2.0, and this was confusing at first, but I believe it is "by design".

@AErmie
Copy link
Contributor Author

AErmie commented Feb 5, 2016

Thanks Tim.
If there is some way we can get confirmation that this is "by design" and that the Azure modules are loaded automatically in the "normal" PowerShell, then I'll make an update on my post about this.

Thanks for the info.

@markcowl
Copy link
Member

markcowl commented Feb 5, 2016

@AErmie @timoschwarte This is, indeed by design. Since both azure and azurerm modules are in the PSModulePath, so that they are automatically loaded in any PowerShell or PowerShell ISE session, and since we are ensuring the global ExecutionPolicy, there is no longer any real reason for the AzurePowerShell shortcut, so it was removed.

@markcowl markcowl closed this as completed Feb 5, 2016
@kuangweizhang
Copy link

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

No branches or pull requests

4 participants