Bicep: Conditionally deploy a resource based on existence of a nullable object parameter
I’m trying to write a bicep template that conditionally deploys an APIM Version Set if a nullable object parameter was supplied. This seemed like it should be fairly simple but, unfortunately, my attempt seems to be failing to some nullability constraints.