Skip to content

Commit 92d93d1

Browse files
Copilotmarkcowl
andauthored
Add link to general versioning guidance in perpetual-preview doc
Agent-Logs-Url: https://github.com/Azure/typespec-azure/sessions/5ae43f24-5a9b-4ac4-9c08-9ef4240f81c4 Co-authored-by: markcowl <1054056+markcowl@users.noreply.github.com>
1 parent 0c4cc80 commit 92d93d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/content/docs/docs/howtos/Versioning/uncommon-scenarios/02-perpetual-preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ llmstxt: true
44
---
55

66
:::note
7-
This document applies specifically to **Azure Resource Manager (ARM) APIs**. Data plane services should follow the general versioning guidance.
7+
This document applies specifically to **Azure Resource Manager (ARM) APIs**. Data plane services should follow the [general versioning guidance](../01-about-versioning.md).
88
:::
99

1010
For some Resource Providers, whenever a new stable version is released, a new preview version is created, because some preview features are not ready to be stable, but may become stable in a future version. To accommodate this need and account for the limitations of breaking change checks, which require a single version change for any PR into the rest-api-specs repo, the recommended solution is to introduce a stable and subsequent preview _together_ in your TypeSpec API description and then split this change into two PRs: one representing the new stable and the second representing the subsequent preview. This involves the following steps described in the sections below:

0 commit comments

Comments
 (0)