|
124 | 124 | * Added new commands for VpnDeviceConfiguration Scripts
|
125 | 125 | - Get-AzureRmVirtualNetworkGatewaySupportedVpnDevices
|
126 | 126 | - Get-AzureRmVirtualNetworkGatewayConnectionVpnDeviceConfigScript
|
| 127 | +* Profile |
| 128 | + * Start-Job Support for AzureRm cmdlets. |
| 129 | + * All AzureRmCmdlets add -AzureRmContext parameter, which can accept a context (output of a Context cmdlet). |
| 130 | + - Common pattern for jobs with context persistence DISABLED: ```Start-Job {param ($context) New-AzureRmVM -AzureRmContext $context [... other parameters]} -ArgumentList (Get-AzureRmContext)``` |
| 131 | + - Common pattern for jobs with context persistence ENABLED:```Start-Job {New-AzureRmVM [... other parameters]}``` |
| 132 | + * Persist login information across sessions, new cmdlets: |
| 133 | + - Enable-AzureRmContextAutosave - Enable login persistence across sessions. |
| 134 | + - Disable-AzureRmContextAutosave - Disable login persistence across sessions. |
| 135 | + * Manage context information, new cmdets |
| 136 | + - Select-AzureRmContext - Select the active named context. |
| 137 | + - Rename-AzureRmContext - Rename an exsiting context for easy reference. |
| 138 | + - Remove-AzureRmContext - Remove an existing context. |
| 139 | + - Remove-AzureRmAccount - Remove all credentials, subscriptions, and tenants associated with an account. |
| 140 | + * Manage context information, cmdlet changes: |
| 141 | + - Added Scope = (Process | CurrentUser) to all cmdlets that change credentials |
| 142 | + - Get-AzureRmContext - Added ListAvailable parameter to list all saved contexts |
127 | 143 | * Resources
|
128 | 144 | * Add PolicySetDefinition cmdlets
|
129 | 145 | - New-AzureRmPolicySetDefinition cmdlet to create a policy set definition
|
@@ -3725,4 +3741,4 @@ Virtual Network cmdlets
|
3725 | 3741 | * iisnode 0.1.13
|
3726 | 3742 |
|
3727 | 3743 | 2011.12.09 Version 0.5.0
|
3728 |
| - * Initial Release |
| 3744 | + * Initial Release |
0 commit comments