Azure / azure-cli

Azure Command-Line Interface
MIT License
4.03k stars 3.01k forks source link

Update logo of enterprise applications using the CLI #16021

Open anders-kiaer opened 4 years ago

anders-kiaer commented 4 years ago

Is your feature request related to a problem? Please describe. Update logo of enterprise application.

Describe the solution you'd like Being able to update the enterprise application logo using Azure CLI

Additional context Using az ad sp update, it looks like you can update settings on the "Properties" tab of an Enterprise application ("Enabled for users to sign-in?", "User assignment required?", "Visible to users?"...) except logo. Could it be possible to also update logo using the CLI? E.g. as path to logo .png or input base64-encoded image.

yonzhan commented 4 years ago

Graph