Skip to content

Commit

Permalink
AzureRm -> Az; Remove AzureAD (jessfraz#444)
Browse files Browse the repository at this point in the history
Change PowerShell modules due to Linux incompatibilities
  • Loading branch information
alexeldeib authored and jessfraz committed Dec 11, 2018
1 parent cc75d30 commit 20e08d2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions powershell-azure/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ RUN pwsh -c "Install-Module PowerShellGet -Force"

# Install Azure PowerShell module
# Install the Azure Resource Manager modules from the PowerShell Gallery
RUN pwsh -c "Install-Module -Name AzureRM -AllowClobber -Force"

# Install Azure Active Directory module
# Install the Azure Active Directory modules from the PowerShell Gallery
RUN pwsh -c "Install-Module -Name AzureAD -AllowClobber -Force"
RUN pwsh -c "Install-Module -Name Az -AllowClobber -Force"

ENTRYPOINT [ "pwsh" ]

0 comments on commit 20e08d2

Please sign in to comment.