Azure / azure-dev

A developer CLI that reduces the time it takes for you to get started on Azure. The Azure Developer CLI (azd) provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat.
https://aka.ms/azd
MIT License
416 stars 204 forks source link

`azd env set` add warning #4547

Open NanaXiong00 opened 1 week ago

NanaXiong00 commented 1 week ago

Fixes issue https://github.com/Azure/azure-dev/issues/289.

azd env set adds warning about case sensitivity: warn if the same value is present but in mixed case. As shown in the figure below: image

@rajeshkamal5050 for notification.