unsupported-types
@azure-tools/typespec-azure-core/unsupported-types
Check the ARM specification is not using types not supported in ARM.
Primitive types currently unsupported in ARM:
- int8
- int16
- uint8
- uint16
- uint32
- uint64
โ Incorrect
Section titled โโ Incorrectโmodel ResourceProperties { count: uint32;}
โ Correct
Section titled โโ Correctโmodel ResourceProperties { count: int32;}