jeffhollan / LogicAppTemplateCreator

Script to convert Logic Apps into templates for deployment
MIT License
143 stars 74 forks source link

Generated names for KeyVault values generates errors #51

Closed mikaelsand closed 4 years ago

mikaelsand commented 5 years ago

The very useful feature generates key names for the keyvault. Those generated names contains the _ (underscore) sign and that is not allowed in KeyVault. It would be better to add a - (minus) sign instead.

MLogdberg commented 4 years ago

Resolved in PR #59