According to <LaunchTemplateMetadataOptions>, `HttpEndpoint` should default to enabled. It's nullabl...
w
According to LaunchTemplateMetadataOptions,
HttpEndpoint
should default to enabled. It's nullable in c#, so I expected it to use the default under the hood if unspecified. If I explicitly specify it then it works. Am I missing something or should this not be nullable?