mspnp / aks-baseline

This is the Azure Kubernetes Service (AKS) Baseline Cluster reference implementation as produced by the Microsoft Azure Architecture Center.

Home Page:https://aka.ms/architecture/aks-baseline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deployment warning: The property "schema" is not allowed on objects of type "ParameterDefinitionsValue"

pcgeek86 opened this issue · comments

Summary

During the cluster deployment, this error occurs:

C:\git\aks-baseline\nested_K8sCustomIngressTlsHostsHaveDefinedDomainSuffix.bicep(87,9) : Warning BCP037: The property "schema" is not allowed on objects of type "ParameterDefinitionsValue". Permissible properties include "allowedValues". If this is an inaccuracy in the documentation, please report it to the Bicep Team. [https://aka.ms/bicep-type-issues]

Thanks. It is indeed just a warning, and you won't see any negative impacts from it. There are a few of them out there, as I'm sure you saw. :)

I'll leave this open as a "good first issue" if someone wants to pick this up before one of us happens to do so.