sdk/communication/Azure.Communication.ShortCodes/src/autorest.md
Run dotnet msbuild /t:GenerateCode to generate code.
input-file:
- $(this-folder)/swagger/2021-10-25-preview/swagger.json
payload-flattening-threshold: 3
generation1-convenience-client: true
The MessageDetails type has a property named Recurrence. "Recurrence" is a very common name, and there's an analyzer that emits an AZC0012 - Avoid single word type names. The swagger changes the name of this type to MessageRecurrence.
Added a generic comment because the original swagger was missing it, causing the compiler to emit a CS1591 - Missing XML comment for publicly visible type or member 'Type_or_Member'.
Added a generic comment because the original swagger was missing it, causing the compiler to emit a CS1591 - Missing XML comment for publicly visible type or member 'Type_or_Member'.
Added a generic comment because the original swagger was missing it, causing the compiler to emit a CS1591 - Missing XML comment for publicly visible type or member 'Type_or_Member'.
Added a generic comment because the original swagger was missing it, causing the compiler to emit a CS1591 - Missing XML comment for publicly visible type or member 'Type_or_Member'.
Added a generic comment because the original swagger was missing it, causing the compiler to emit a CS1591 - Missing XML comment for publicly visible type or member 'Type_or_Member'.
Added a generic comment because the original swagger was missing it, causing the compiler to emit a CS1591 - Missing XML comment for publicly visible type or member 'Type_or_Member'.