unsupported-type
@azure-tools/typespec-azure-resource-manager/unsupported-typeCheck 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;}