Azure / azure-powershell

Microsoft Azure PowerShell
Other
4.21k stars 3.81k forks source link

Use a custom icon for Az modules to differentiate the Az.XXX modules from other modules #19296

Open daxian-dbw opened 2 years ago

daxian-dbw commented 2 years ago

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:

image

AWS modules declare the custom icon in the psd1 file:

image

Proposed implementation details (optional)

Use a custom icon for all Az modules.

dingmeng-xue commented 2 years ago

Thanks for recommendation @daxian-dbw . We will consider it in future.