Skip to content

Commit 53ee0b8

Browse files
committed
Fixed help validation errors
1 parent 8b16e69 commit 53ee0b8

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

src/ResourceManager/Sql/Commands.Sql/help/New-AzureRmSqlJobAgent.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ This command creates a new job agents in the server named server1. The job defin
4141
## PARAMETERS
4242

4343
### -AsJob
44-
Run cmdlet in the background```yaml
44+
Run cmdlet in the background
45+
46+
```yaml
4547
Type: SwitchParameter
4648
Parameter Sets: (All)
4749
Aliases:

src/ResourceManager/Sql/Commands.Sql/help/Remove-AzureRmSqlJobAgent.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ This command deletes a job agent named agent1 in the server named server1.
4141
## PARAMETERS
4242

4343
### -AsJob
44-
Run cmdlet in the background```yaml
44+
Run cmdlet in the background
45+
46+
```yaml
4547
Type: SwitchParameter
4648
Parameter Sets: (All)
4749
Aliases:

src/ResourceManager/Sql/Commands.Sql/help/Set-AzureRmSqlServerDisasterRecoveryConfiguration.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ Accept wildcard characters: False
4747
```
4848
4949
### -AsJob
50-
Run cmdlet in the background```yaml
50+
Run cmdlet in the background
51+
52+
```yaml
5153
Type: SwitchParameter
5254
Parameter Sets: (All)
5355
Aliases:

0 commit comments

Comments
 (0)