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