Skip to content

Commit 2ffacd3

Browse files
committed
Fix yaml tag in help files
1 parent 8c909ad commit 2ffacd3

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/help/Export-AzureRmDataLakeStoreChildItemProperties.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,9 @@ Accept wildcard characters: False
198198
```
199199
200200
### -PassThru
201-
Indicates a boolean response should be returned indicating the result of the delete operation.```yaml
201+
Indicates a boolean response should be returned indicating the result of the delete operation.
202+
203+
```yaml
202204
Type: SwitchParameter
203205
Parameter Sets: (All)
204206
Aliases:

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/help/Remove-AzureRmDataLakeStoreItemAclEntry.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,9 @@ Accept wildcard characters: False
191191
```
192192
193193
### -Recurse
194-
Indicates the ACL to be removed recursively to the child subdirectories and files```yaml
194+
Indicates the ACL to be removed recursively to the child subdirectories and files
195+
196+
```yaml
195197
Type: SwitchParameter
196198
Parameter Sets: (All)
197199
Aliases:

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/help/Set-AzureRmDataLakeStoreItemAcl.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@ Accept wildcard characters: False
137137
```
138138
139139
### -Recurse
140-
Indicates the ACL to be set recursively to the child subdirectories and files```yaml
140+
Indicates the ACL to be set recursively to the child subdirectories and files
141+
142+
```yaml
141143
Type: SwitchParameter
142144
Parameter Sets: (All)
143145
Aliases:

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/help/Set-AzureRmDataLakeStoreItemAclEntry.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,9 @@ Accept wildcard characters: False
216216
```
217217
218218
### -Recurse
219-
Indicates the ACL to be modified recursively to the child subdirectories and files```yaml
219+
Indicates the ACL to be modified recursively to the child subdirectories and files
220+
221+
```yaml
220222
Type: SwitchParameter
221223
Parameter Sets: (All)
222224
Aliases:

0 commit comments

Comments
 (0)