Skip to content

Commit b834931

Browse files
authored
Update profile changelog
1 parent 0febfe2 commit b834931

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

src/ResourceManager/Profile/ChangeLog.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,22 @@
2020
## Current Release
2121

2222
## Version 3.4.0
23-
23+
* Start-Job Support for AzureRm cmdlets.
24+
* All AzureRmCmdlets add -AzureRmContext parameter, which can accept a context (output of a Context cmdlet).
25+
- Common pattern for jobs with context persistence DISABLED: ```Start-Job {param ($context) New-AzureRmVM -AzureRmContext $context [... other parameters]} -ArgumentList (Get-AzureRmContext)```
26+
- Common pattern for jobs with context persistence ENABLED:```Start-Job {New-AzureRmVM [... other parameters]}```
27+
* Persist login information across sessions, new cmdlets:
28+
- Enable-AzureRmContextAutosave - Enable login persistence across sessions.
29+
- Disable-AzureRmContextAutosave - Disable login persistence across sessions.
30+
* Manage context information, new cmdets
31+
- Select-AzureRmContext - Select the active named context.
32+
- Rename-AzureRmContext - Rename an exsiting context for easy reference.
33+
- Remove-AzureRmContext - Remove an existing context.
34+
- Remove-AzureRmAccount - Remove all credentials, subscriptions, and tenants associated with an account.
35+
* Manage context information, cmdlet changes:
36+
- Added Scope = (Process | CurrentUser) to all cmdlets that change credentials
37+
- Get-AzureRmContext - Added ListAvailable parameter to list all saved contexts
38+
2439
## Version 3.3.1
2540

2641
## Version 3.3.0
@@ -71,4 +86,4 @@
7186
## Version 2.3.0
7287
* Add-AzureRmAccount
7388
- Add position for Credential parameter so the following command is allowed: Add-AzureRmAccount (Get-Credential)
74-
- Updated parameter sets so the SubscriptionId and SubscriptionName are mutually exclusive
89+
- Updated parameter sets so the SubscriptionId and SubscriptionName are mutually exclusive

0 commit comments

Comments
 (0)