AzureRM.profile

3.4.0

Microsoft Azure PowerShell - Profile credential management cmdlets for Azure Resource Manager

Minimum PowerShell version

3.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name AzureRM.profile -RequiredVersion 3.4.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name AzureRM.profile -Version 3.4.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Microsoft Corporation. All rights reserved.

Package Details

Author(s)

  • Microsoft Corporation

Tags

Azure ResourceManager ARM Profile Authentication Environment Subscription

Cmdlets

Disable-AzureRmDataCollection Disable-AzureRmContextAutosave Enable-AzureRmDataCollection Enable-AzureRmContextAutosave Remove-AzureRmEnvironment Get-AzureRmEnvironment Set-AzureRmEnvironment Add-AzureRmEnvironment Get-AzureRmSubscription Add-AzureRmAccount Get-AzureRmContext Set-AzureRmContext Import-AzureRmContext Save-AzureRmContext Get-AzureRmTenant Send-Feedback Resolve-AzureRmError Select-AzureRmContext Rename-AzureRmContext Remove-AzureRmContext Clear-AzureRmContext Remove-AzureRmAccount Get-AzureRmContextAutosaveSetting

Dependencies

This module has no dependencies.

Release Notes

* Start-Job Support for AzureRm cmdlets.
   * All AzureRmCmdlets add -AzureRmContext parameter, which can accept a context (output of a Context cmdlet).
     - Common pattern for jobs with context persistence DISABLED:  Start-Job {param ($context) New-AzureRmVM -AzureRmContext $context [... other parameters]} -ArgumentList (Get-AzureRmContext)
     - Common pattern for jobs with context persistence ENABLED:  Start-Job {New-AzureRmVM -AzureRmContext $context [... other parameters]}
   * Persist login information across sessions, new cmdlets:
     - Enable-AzureRmContextAutosave - Enable login persistence across sessions.
     - Disable-AzureRmContextAutosave - Disable login persistence across sessions.
   * Manage context information, new cmdets
     - Select-AzureRmContext - Select the active named context.
     - Rename-AzureRmContext - Rename an exsiting context for easy reference.
     - Remove-AzureRmContext - Remove an existing context.
     - Remove-AzureRmAccount - Remove all credentials, subscriptions, and tenants associated with an account.
   * Manage context information, cmdlet changes:
     - Added Scope = (Process | CurrentUser) to all cmdlets that change credentials
     - Get-AzureRmContext - Added ListAvailable parameter to list all saved contexts

FileList

Version History

Version Downloads Last updated
5.8.4 66,937,550 3/23/2021
5.8.3 23,062,140 2/8/2019
5.8.2 11,140,038 11/21/2018
5.8.0 776,755 11/6/2018
5.7.0 635,819 10/23/2018
5.6.0 1,374,541 9/24/2018
5.5.2 217,706 9/17/2018
5.5.1 1,039,658 8/29/2018
5.4.0 589,939 8/14/2018
5.3.4 498,009 7/31/2018
5.3.3 518,917 7/17/2018
5.3.2 479,864 7/3/2018
5.3.1 160,114 7/2/2018
5.3.0 564,727 6/19/2018
5.2.0 414,022 6/5/2018
5.1.0 426,807 5/22/2018
5.0.1 436,793 5/8/2018
5.0.0 20,835 5/7/2018
4.6.0 1,176,309 4/10/2018
4.5.0 398,814 3/27/2018
4.4.0 370,521 3/13/2018
4.3.1 483,546 2/28/2018
4.3.0 502,223 2/13/2018
4.2.0 706,153 1/31/2018
4.1.1 2,821,183 12/9/2017
4.0.0 1,711,838 11/8/2017
3.4.1 1,436,850 10/12/2017
3.4.0 (current version) 821,083 9/25/2017
3.3.1 1,212,613 8/16/2017
3.2.1 650,188 7/18/2017
3.2.0 49,041 7/11/2017
3.1.0 218,765 6/8/2017
3.0.1 67,219 5/24/2017
3.0.0 56,525 5/10/2017
2.8.0 239,098 4/5/2017
2.7.0 114,459 3/9/2017
2.6.0 52,891 2/22/2017
2.5.0 98,128 1/18/2017
2.4.0 49,791 12/14/2016
2.3.0 2,571,185 11/2/2016
2.2.0 38,923 9/28/2016
2.1.0 204,161 9/8/2016
2.0.1 42,960 8/10/2016
2.0.0 5,291 8/8/2016
1.0.11 52,213 7/12/2016
1.0.10 16,257 6/27/2016
1.0.9 23,949 6/1/2016
1.0.8 23,522 5/4/2016
1.0.7 11,999 4/19/2016
1.0.6 19,103 3/30/2016
1.0.5 104,180 3/4/2016
1.0.4.4 24,379 7/8/2017
1.0.4.3 32,727 3/14/2017
1.0.4.2 13,882 1/4/2017
1.0.4.1 141,341 9/8/2016
1.0.4 94,702 2/3/2016
1.0.3 55,673 1/13/2016
1.0.2 28,429 12/16/2015
1.0.1 30,541 11/9/2015
1.0.0 2,222 11/6/2015
0.10.0 4,827 10/9/2015
Show less