Created
April 13, 2017 23:32
-
-
Save danielscholl/174ebc1e593613bf9491e9189a1c9e1f to your computer and use it in GitHub Desktop.
Install AzureRM for Mac Powershell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install-Package -Name AzureRM.NetCore.Preview -Source https://www.powershellgallery.com/api/v2/ -ProviderName NuGet -ExcludeVersion -Destination $home/powershell/modules | |
Import-Module $home/powershell/modules/AzureRM.Profile.NetCore.Preview | |
Import-Module $home/powershell/modules/AzureRM.Resources.NetCore.Preview | |
Import-Module $home/powershell/modules/AzureRM.NetCore.Preview | |
Login-AzureRmAccount |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment