From 52deff962110ab40509aa562f91708f21a4b0f03 Mon Sep 17 00:00:00 2001 From: Crystal YU Date: Tue, 2 Dec 2025 14:07:17 +0800 Subject: [PATCH] Update eng/common/instructions/azsdk-tools/typespec-authoring.instructions.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../instructions/azsdk-tools/typespec-authoring.instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/instructions/azsdk-tools/typespec-authoring.instructions.md b/eng/common/instructions/azsdk-tools/typespec-authoring.instructions.md index 4f149ad5d..288833adc 100644 --- a/eng/common/instructions/azsdk-tools/typespec-authoring.instructions.md +++ b/eng/common/instructions/azsdk-tools/typespec-authoring.instructions.md @@ -36,7 +36,7 @@ Following tasks need collect required information: **Task 1: add a new api version** Prompt user to answer following question one by one: - prompt user to provide the api version name -- prompt user to idenfity if it is a stable version or preview version. +- prompt user to identify if it is a stable version or preview version. - verify if the api version name match the azure version rule: preview version suffix '-preview'. If not, prompt user to suggest an api version name - identify current api versions which are stable version, which are preview version ( the version with suffix '-preview', For preview versions, the format should be YYYY-MM-DD-preview; For stable versions, the format should be YYYY-MM-DD (e.g., 2025-12-01)) - **when add a new preview api version**, and the current latest api version is preview version, prompt user to ask if it want to replace the previous preview api version or add a new preview api version