You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the CreateAndWaitForReadiness function, create is called without any option set for FieldValidation, which defaults to Ignore. We should either set set the FieldValidation to at least "Warn" (I would prefer "Strict", unless anyone knows any downsides to this) or enable the ServerSideFieldValidation feature gate.
In the
CreateAndWaitForReadinessfunction,createis called without any option set forFieldValidation, which defaults toIgnore. We should either set set theFieldValidationto at least "Warn" (I would prefer "Strict", unless anyone knows any downsides to this) or enable theServerSideFieldValidationfeature gate.