Skip to content

Commit ffef3c2

Browse files
authored
Update global changelog for profile changes
1 parent b834931 commit ffef3c2

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

ChangeLog.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,22 @@
124124
* Added new commands for VpnDeviceConfiguration Scripts
125125
- Get-AzureRmVirtualNetworkGatewaySupportedVpnDevices
126126
- 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
127143
* Resources
128144
* Add PolicySetDefinition cmdlets
129145
- New-AzureRmPolicySetDefinition cmdlet to create a policy set definition
@@ -3725,4 +3741,4 @@ Virtual Network cmdlets
37253741
* iisnode 0.1.13
37263742

37273743
2011.12.09 Version 0.5.0
3728-
* Initial Release
3744+
* Initial Release

0 commit comments

Comments
 (0)