-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Milestone
Description
Function Description
Description of Enable-AzureRmContextAutosave command says:
Allow the azure credential, account and subscription information to be saved and automatically loaded when you open a PowerShell window.
But later, description for -Scope parameter says
Determines the scope of context changes, for example, whether changes apply only to the current process, or to all sessions started by this user
Points to be clarified
- What it brings to me if those objects are loaded, am I logged in to Azure?
- When is this context saving happening: on enabling, on login, periodically, on process exit, or what?
- In the description, it speaks about "you opening a new window", which makes entire parameter
-Scopemeaningless. - Parameter
-Scopehas no default value, so I do not understand in which scope it is executed if I don't specify anything here? - It would be good to add also some examples which would include full functionality demonstration. Like in one window do this (i.e. enable then login), and in another window do that (i.e. get subscriptions)