app-init: provide better generated names#4403
Conversation
031bc92 to
d68b283
Compare
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
We add a naming translation for directory names before using them as project names and service names for azure.yaml. The translation logic is designed to handle most programming naming conventions. However, there are cases where the translated name may not meet user expectations. Fixes #3183 Contributes towards #4400
In this change, we do a naming translation of the directory names before using them to generate project names and service names for azure.yaml.
The translation logic is designed to handle most programming naming conventions. However, there are cases where the translated name may not meet user expectations. In the future with composability, this would be an easy fix -- update azure.yaml and that's all to it.
In the current world, one would need to update azure.yaml, and the references in
infra, which is possible with find and replace.Fixes #3183
Contributes towards #4400