From a0bc719ea4f2a52014e860bf3c5846ece4ac2b2c Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:46:00 -0400 Subject: [PATCH] docs: Remove deprecation notice --- website/content/docs/commands/scopes/create.mdx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/website/content/docs/commands/scopes/create.mdx b/website/content/docs/commands/scopes/create.mdx index 0d62ffed97..6f0589d0db 100644 --- a/website/content/docs/commands/scopes/create.mdx +++ b/website/content/docs/commands/scopes/create.mdx @@ -36,15 +36,9 @@ $ 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` DEPRECATED - If set, Boundary does not create a role that grants the current user administrative access to the newly created scope. +- `-skip-admin-role-creation` - 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` 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. - It will be removed from the product in two releases and will be replaced with a new option to create default roles. - @include 'cmd-option-note.mdx' \ No newline at end of file