heaths / azcrypto

Cryptography client for Azure Key Vault SDK for Go
MIT License
2 stars 1 forks source link

Fix bicep #27

Closed jongio closed 1 year ago

jongio commented 1 year ago

You ran into this issue: https://github.com/Azure/bicep/issues/8807

Which should be fixed with: https://github.com/Azure/bicep/pull/9454

But nullable bicep types is an experimental feature. Instead of enabling that, I implemented the workaround.

You could use nullable bicep types if you want to, but figured you didn't.