operation-missing-api-version
@azure-tools/typespec-azure-core/operation-missing-api-versionEnsure all operations have an apiVersion parameter.
โ Incorrect
Section titled โโ Incorrectโop createPet(pet: Pet): void;โ Correct
Section titled โโ Correctโop createPet(pet: Pet, ...Azure.Core.Foundations.ApiVersionParameter): void;