From 19658e67da71e84aa90ad22a32a916cc46d42b83 Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:52:16 -0400 Subject: [PATCH] docs: Add deprecation badges --- website/content/docs/commands/scopes/create.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/commands/scopes/create.mdx b/website/content/docs/commands/scopes/create.mdx index d7ef272a22..0d62ffed97 100644 --- a/website/content/docs/commands/scopes/create.mdx +++ b/website/content/docs/commands/scopes/create.mdx @@ -36,12 +36,12 @@ $ boundary scopes create [options] [args] - `-scope-id=` - The scope in which you want to create the scope. The default is `global`. You can also specify the scope using the **BOUNDARY_SCOPE_ID** environment variable. -- `-skip-admin-role-creation` - If set, Boundary does not create a role that grants the current user administrative access to the newly created scope. +- `-skip-admin-role-creation` DEPRECATED - If set, Boundary does not create a role that grants the current user administrative access to the newly created scope. The default value is `false`. This option is being deprecated in Boundary version 0.19.3. It will be removed from the product in two releases and will be replaced with a new option to create default roles. -- `-skip-default-role-creation` - If set, Boundary does not create a role that grants the anonymous user access to log in to auth methods and other actions within the newly created scope. +- `-skip-default-role-creation` DEPRECATED - If set, Boundary does not create a role that grants the anonymous user access to log in to auth methods and other actions within the newly created scope. The default value is `false`. This option is being deprecated in Boundary version 0.19.3.