Skip to content

Commit 5dfaed9

Browse files
committed
Fixed mark down help
1 parent e80e719 commit 5dfaed9

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

src/ResourceManager/Resources/Commands.Resources/help/New-AzureRmPolicyAssignment.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,9 @@ Accept wildcard characters: False
191191
```
192192

193193
### -PolicyParameter
194-
The policy parameter file path or policy parameter string.```yaml
194+
The policy parameter file path or policy parameter string.
195+
196+
```yaml
195197
Type: String
196198
Parameter Sets: Policy assignment with parameters via policy parameter string
197199
Aliases:
@@ -204,7 +206,9 @@ Accept wildcard characters: False
204206
```
205207

206208
### -PolicyParameterObject
207-
The policy parameter object.```yaml
209+
The policy parameter object.
210+
211+
```yaml
208212
Type: Hashtable
209213
Parameter Sets: Policy assignment with parameters via policy parameter object
210214
Aliases:

src/ResourceManager/Resources/Commands.Resources/help/New-AzureRmPolicyDefinition.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ Accept wildcard characters: False
172172
```
173173
174174
### -Parameter
175-
The parameters declaration for policy definition. This can either be a path to a file name containing the parameters declaration, or the parameters declaration as string.```yaml
175+
The parameters declaration for policy definition. This can either be a path to a file name containing the parameters declaration, or the parameters declaration as string.
176+
177+
```yaml
176178
Type: String
177179
Parameter Sets: (All)
178180
Aliases:

0 commit comments

Comments
 (0)