Skip to content

unsupported-type

Full name
@azure-tools/typespec-azure-resource-manager/unsupported-type

Check the ARM specification is not using types not supported in ARM.

Primitive types currently unsupported in ARM:

  • int8
  • int16
  • uint8
  • uint16
  • uint32
  • uint64
model ResourceProperties {
count: uint32;
}
model ResourceProperties {
count: int32;
}