From a5a4b6e084827a95669f3866f457c00f7d599a00 Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:26:47 -0400 Subject: [PATCH] Fix rad_group_switch synopsis text Fix the synopsis text formatting from a code block to a regular text block. Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- docs/content/reference/cli/rad_group_switch.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/reference/cli/rad_group_switch.md b/docs/content/reference/cli/rad_group_switch.md index 94d8fb7f7..0958e2cd2 100644 --- a/docs/content/reference/cli/rad_group_switch.md +++ b/docs/content/reference/cli/rad_group_switch.md @@ -14,11 +14,11 @@ Switch default resource group scope Switch default resource group scope - Radius workspaces contain a resource group scope, where Radius Applications and resources are deployed by default. The switch command changes the default scope of the workspace to the specified resource group name. +Radius workspaces contain a resource group scope, where Radius Applications and resources are deployed by default. The switch command changes the default scope of the workspace to the specified resource group name. - Resource groups are used to organize and manage Radius resources. They often contain resources that share a common lifecycle or unit of deployment. +Resource groups are used to organize and manage Radius resources. They often contain resources that share a common lifecycle or unit of deployment. - Note that these resource groups are separate from the Azure cloud provider and Azure resource groups configured with the cloud provider. +Note that these resource groups are separate from the Azure cloud provider and Azure resource groups configured with the cloud provider. ``` rad group switch resourcegroupname [flags]