Skip to content

unsupported-type

Id
@azure-tools/typespec-azure-resource-manager/unsupported-type

Check for unsupported ARM types.

Primitive types currently unsupported in ARM:

  • int8
  • int16
  • uint8
  • uint16
  • uint32
  • uint64
  • Area: SDK

The data type cannot be modeled in SDKs.

model ResourceProperties {
count: uint32;
}
model ResourceProperties {
count: int32;
}

Requires SDK sign-off. Use standard schemas and built-in types.