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
{{ message }}
This repository was archived by the owner on Jan 9, 2025. It is now read-only.
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.