From 23904889e61147bc1871486344b845b5114a802a Mon Sep 17 00:00:00 2001 From: Haoling Dong Date: Thu, 30 Apr 2026 16:57:38 +0800 Subject: [PATCH 1/2] Fix 404 URLs in api-version-evolution.md Update versioning documentation URLs to match the new site structure: - 01-preview-version -> 01-about-versioning/ - Remove /arm/ segment from preview-after-preview, stable-after-preview, preview-after-stable, and stable-after-stable URLs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../references/api-version-evolution.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/skills/azure-typespec-author/references/api-version-evolution.md b/.github/skills/azure-typespec-author/references/api-version-evolution.md index f6c345f0d3b2..30f82b78649d 100644 --- a/.github/skills/azure-typespec-author/references/api-version-evolution.md +++ b/.github/skills/azure-typespec-author/references/api-version-evolution.md @@ -12,13 +12,13 @@ Search using [agentic search](agentic-search.md) in below documents to determine - MUST use a user friendly way to collect information. e.g. you MUST List features from latest version and let user select which to carry over vs exclude, rather than assume user wants to carry over all features. - | Doc | Guide URL | - | ------------------------ | --------------------------------------------------------------------------------------------- | - | Preview version overview | `https://azure.github.io/typespec-azure/docs/howtos/versioning/01-preview-version` | - | preview > preview | `https://azure.github.io/typespec-azure/docs/howtos/versioning/arm/02-preview-after-preview/` | - | preview > stable | `https://azure.github.io/typespec-azure/docs/howtos/versioning/arm/03-stable-after-preview/` | - | stable > preview | `https://azure.github.io/typespec-azure/docs/howtos/versioning/arm/04-preview-after-stable/` | - | stable > stable | `https://azure.github.io/typespec-azure/docs/howtos/versioning/arm/05-stable-after-stable/` | + | Doc | Guide URL | + | ------------------------ | ----------------------------------------------------------------------------------------------- | + | Preview version overview | `https://azure.github.io/typespec-azure/docs/howtos/versioning/01-about-versioning/` | + | preview > preview | `https://azure.github.io/typespec-azure/docs/howtos/versioning/02-preview-after-preview/` | + | preview > stable | `https://azure.github.io/typespec-azure/docs/howtos/versioning/03-stable-after-preview/` | + | stable > preview | `https://azure.github.io/typespec-azure/docs/howtos/versioning/04-preview-after-stable/` | + | stable > stable | `https://azure.github.io/typespec-azure/docs/howtos/versioning/05-stable-after-stable/` | --- From d2c4e601da8296144c5e910883aca8a0ce9b6b4e Mon Sep 17 00:00:00 2001 From: Haoling Dong Date: Thu, 30 Apr 2026 17:10:10 +0800 Subject: [PATCH 2/2] Fix prettier formatting for api-version-evolution.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../references/api-version-evolution.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/skills/azure-typespec-author/references/api-version-evolution.md b/.github/skills/azure-typespec-author/references/api-version-evolution.md index 30f82b78649d..a8912e6af299 100644 --- a/.github/skills/azure-typespec-author/references/api-version-evolution.md +++ b/.github/skills/azure-typespec-author/references/api-version-evolution.md @@ -12,13 +12,13 @@ Search using [agentic search](agentic-search.md) in below documents to determine - MUST use a user friendly way to collect information. e.g. you MUST List features from latest version and let user select which to carry over vs exclude, rather than assume user wants to carry over all features. - | Doc | Guide URL | - | ------------------------ | ----------------------------------------------------------------------------------------------- | - | Preview version overview | `https://azure.github.io/typespec-azure/docs/howtos/versioning/01-about-versioning/` | - | preview > preview | `https://azure.github.io/typespec-azure/docs/howtos/versioning/02-preview-after-preview/` | - | preview > stable | `https://azure.github.io/typespec-azure/docs/howtos/versioning/03-stable-after-preview/` | - | stable > preview | `https://azure.github.io/typespec-azure/docs/howtos/versioning/04-preview-after-stable/` | - | stable > stable | `https://azure.github.io/typespec-azure/docs/howtos/versioning/05-stable-after-stable/` | + | Doc | Guide URL | + | ------------------------ | ----------------------------------------------------------------------------------------- | + | Preview version overview | `https://azure.github.io/typespec-azure/docs/howtos/versioning/01-about-versioning/` | + | preview > preview | `https://azure.github.io/typespec-azure/docs/howtos/versioning/02-preview-after-preview/` | + | preview > stable | `https://azure.github.io/typespec-azure/docs/howtos/versioning/03-stable-after-preview/` | + | stable > preview | `https://azure.github.io/typespec-azure/docs/howtos/versioning/04-preview-after-stable/` | + | stable > stable | `https://azure.github.io/typespec-azure/docs/howtos/versioning/05-stable-after-stable/` | ---