diff --git a/.changes/unreleased/docs-preview-disclaimer.yaml b/.changes/unreleased/docs-preview-disclaimer.yaml new file mode 100644 index 000000000..96064ce52 --- /dev/null +++ b/.changes/unreleased/docs-preview-disclaimer.yaml @@ -0,0 +1,4 @@ +kind: docs +body: Add a Release status section to the docs landing page indicating GA status, pointing to the release notes for the current version, and noting that the CLI may support Fabric items and rely on Fabric public APIs that are still in preview (and therefore not covered by the standard Fabric SLA) +custom: + Author: HasanAboShally diff --git a/docs/index.md b/docs/index.md index eae669116..396ee0bcf 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,6 +27,13 @@ Get powerful control over your Fabric resources: - **Built on public APIs** - Fabric REST, OneLake, and Microsoft.Fabric ARM endpoints. +## Release status + +The Fabric CLI is generally available (GA). For the current version and changelog, see the [release notes](./release-notes.md). Run `fab --version` to check your installed version. + +**Note:** The CLI may support Fabric items that are still in preview, and some commands may rely on Fabric public APIs that are still in [preview](https://learn.microsoft.com/rest/api/fabric/articles/api-structure#api-endpoints). Preview items and APIs aren't covered by the [Microsoft Fabric SLA](https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services). + + ## Get started ### What you need