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
@maxLength(16)
@minLength(1)
@doc(""" Format of the redacted output. Only valid when Operation is Redact. Please refer to https://learn.microsoft.com/en-us/azure/healthcare-apis/deidentification/redaction-format for more details. """)
redactionFormat?: string;
the generated model looks like:
///<summary>/// Format of the redacted output. Only valid when Operation is Redact. Please/// Format of the redacted outpu/// Format of the redacted output. Only valid when Operation is Redact. P/// ils.///</summary>[TypeSpec.Helpers.JsonConverters.StringConstraint(MinLength=1,MaxLength=16)]publicstringRedactionFormat{get;set;}
Describe the bug
Given a TypeSpec model like:
the generated model looks like:
Reproduction
Can't be reproduced in Playground
Checklist
The text was updated successfully, but these errors were encountered: