Azure / Azure/azure-powershell
[Feature]: Move `Disable-AzContextAutosave` into `Update-AzConfig` as an option
Open
Accounts
Azure PS Team
customer-reported
feature-request
Tracking
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
### Description of the new feature
Unify how to set options with Azure PowerShell; remove the cmdlet `Disable-AzContextAutosave` and move it into `Update-AzConfig` as an option.
### Proposed implementation details (optional)
```powershell
Update-AzConfig -EnableContextAutoSave <$true/$false>
```
Contributor guide
Assessment
This issue has not been assessed yet.