arm-resource-key-invalid-chars
@azure-tools/typespec-azure-resource-manager/arm-resource-key-invalid-charsARM resource key must contain only alphanumeric characters or dashes, starting with a lowercase letter.
โ Incorrect
Section titled โโ Incorrectโmodel Employee is TrackedResource<EmployeeProperties> { ...ResourceNameParameter<Employee, KeyName = "employee_name">;}โ Correct
Section titled โโ Correctโmodel Employee is TrackedResource<EmployeeProperties> { ...ResourceNameParameter<Employee>;}