Azure / Azure/azure-powershell
Use a custom icon for Az modules to differentiate the Az.XXX modules from other modules
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
### Description of the new feature
Today, Az modules don't have an icon specified in their `.psd1` files, and thus when shown up on PowerShell Gallery, the default icon is used. It would be nice if Az modules can have a custom icon to use, to differentiate them from rest of the modules.
Note that, AWS modules use a custom icon, which looks pretty nice in PowerShell Gallery:

AWS modules declare the custom icon in the psd1 file:

### Proposed implementation details (optional)
Use a custom icon for all Az modules.
Contributor guide
Assessment
This issue has not been assessed yet.