From 2792ae9a4a2e7e8da2bbc26ae15fc96035093319 Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:48:18 -0400 Subject: [PATCH] docs: Remove deprecation badge --- website/content/docs/commands/scopes/create.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/commands/scopes/create.mdx b/website/content/docs/commands/scopes/create.mdx index 6f0589d0db..a38dbb8a84 100644 --- a/website/content/docs/commands/scopes/create.mdx +++ b/website/content/docs/commands/scopes/create.mdx @@ -38,7 +38,7 @@ 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. The default value is `false`. -- `-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. +- `-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. The default value is `false`. @include 'cmd-option-note.mdx' \ No newline at end of file