Skip to content

Commit 2db8da3

Browse files
committed
fix yaml bug
1 parent bd4cb0a commit 2db8da3

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

src/ResourceManager/Profile/Commands.Profile/help/Clear-AzureRmDefault.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ This command removes the default resource group set by the user in the current c
4040
## PARAMETERS
4141

4242
### -DefaultProfile
43-
The credentials, account, tenant, and subscription used for communication with azure.```yaml
43+
The credentials, account, tenant, and subscription used for communication with azure.
44+
45+
```yaml
4446
Type: IAzureContextContainer
4547
Parameter Sets: (All)
4648
Aliases: AzureRmContext, AzureCredential
@@ -53,7 +55,9 @@ Accept wildcard characters: False
5355
```
5456
5557
### -Force
56-
Remove all defaults if no default is specified```yaml
58+
Remove all defaults if no default is specified
59+
60+
```yaml
5761
Type: SwitchParameter
5862
Parameter Sets: (All)
5963
Aliases:

src/ResourceManager/Profile/Commands.Profile/help/Get-AzureRmDefault.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ This command returns the current default Resource Group if there is a default se
5353
## PARAMETERS
5454

5555
### -DefaultProfile
56-
The credentials, account, tenant, and subscription used for communication with azure.```yaml
56+
The credentials, account, tenant, and subscription used for communication with azure.
57+
58+
```yaml
5759
Type: IAzureContextContainer
5860
Parameter Sets: (All)
5961
Aliases: AzureRmContext, AzureCredential

src/ResourceManager/Profile/Commands.Profile/help/Set-AzureRmDefault.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ This command sets the default resource group to the resource group specified by
3939
## PARAMETERS
4040

4141
### -DefaultProfile
42-
The credentials, account, tenant, and subscription used for communication with azure.```yaml
42+
The credentials, account, tenant, and subscription used for communication with azure.
43+
44+
```yaml
4345
Type: IAzureContextContainer
4446
Parameter Sets: (All)
4547
Aliases: AzureRmContext, AzureCredential
@@ -52,7 +54,9 @@ Accept wildcard characters: False
5254
```
5355
5456
### -Force
55-
Create a new resource group if specified default does not exist```yaml
57+
Create a new resource group if specified default does not exist
58+
59+
```yaml
5660
Type: SwitchParameter
5761
Parameter Sets: (All)
5862
Aliases:

0 commit comments

Comments
 (0)