Azure / Azure/azure-powershell
[Feature]: `Update-AzConfig` option to hide announcements
Open
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
I have multiple sources for staying up to date on Azure PowerShell news and announcements, I'd like to be able to choose my own information channels.
The proposed workaround of `Connect-AzAccount -InformationAction Ignore` (ref: ) does not work if `-UseDeviceAuthentication`.
Related issues:
* #24962
* #24980
* #25003
### Proposed implementation details (optional)
Implement an option to hide announcements with `Update-AzConfig` that all Az modules/cmdlets would respect.
```powershell
Update-AzConfig -DisplayAccouncements <$true/$false>
```
Contributor guide
Assessment
This issue has not been assessed yet.