unsupported-type
@azure-tools/typespec-azure-resource-manager/unsupported-typeCheck for unsupported ARM types.
Primitive types currently unsupported in ARM:
- int8
- int16
- uint8
- uint16
- uint32
- uint64
Impact
Section titled “Impact”- Area: SDK
The data type cannot be modeled in SDKs.
❌ Incorrect
Section titled “❌ Incorrect”model ResourceProperties { count: uint32;}✅ Correct
Section titled “✅ Correct”model ResourceProperties { count: int32;}Suppression
Section titled “Suppression”Requires SDK sign-off. Use standard schemas and built-in types.