From 77892c1fccb589a09de138366d64ee5ceb374b66 Mon Sep 17 00:00:00 2001 From: Freddy Date: Fri, 17 Dec 2021 10:52:59 -0700 Subject: [PATCH] Remove beta notice from cli doc (#11878) --- website/content/commands/partition.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/commands/partition.mdx b/website/content/commands/partition.mdx index e52e46b06a..8725f817df 100644 --- a/website/content/commands/partition.mdx +++ b/website/content/commands/partition.mdx @@ -11,7 +11,7 @@ Command: `consul partition` -The `partition` command enables you to create and manage Consul Enterprise administrative or admin partitions. Admin partitions are boundaries that allow multiple tenants to exist independently of each other on a shared set of Consul servers. This feature is currently in beta. +The `partition` command enables you to create and manage Consul Enterprise administrative or admin partitions. Admin partitions are boundaries that allow multiple tenants to exist independently of each other on a shared set of Consul servers. If ACLs are enabled then a token with operator privileges may be required in order to use this command.