Revert the graduation of maxLength

This commit is contained in:
Lalit Chauhan 2026-02-26 19:14:53 +00:00
parent 95a17bf288
commit 7b5dfd5609

View file

@ -79,7 +79,7 @@ func (maxLengthTagValidator) GetValidations(context Context, tag codetags.Tag) (
func (mltv maxLengthTagValidator) Docs() TagDoc {
return TagDoc{
Tag: mltv.TagName(),
StabilityLevel: TagStabilityLevelStable,
StabilityLevel: TagStabilityLevelBeta,
Scopes: mltv.ValidScopes().UnsortedList(),
Description: "Indicates that a string field has a limit on its length.",
Payloads: []TagPayloadDoc{{