Skip to content

Commit fb3069e

Browse files
authored
ConvertFrom-StringData position for the Delimeter parameter should be 1. (#10880)
1 parent 4303089 commit fb3069e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

reference/7.2/Microsoft.PowerShell.Utility/ConvertFrom-StringData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Parameter Sets: (All)
249249
Aliases:
250250

251251
Required: False
252-
Position: 0
252+
Position: 1
253253
Default value: '='
254254
Accept pipeline input: False
255255
Accept wildcard characters: False

reference/7.3/Microsoft.PowerShell.Utility/ConvertFrom-StringData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Parameter Sets: (All)
249249
Aliases:
250250

251251
Required: False
252-
Position: 0
252+
Position: 1
253253
Default value: '='
254254
Accept pipeline input: False
255255
Accept wildcard characters: False

reference/7.4/Microsoft.PowerShell.Utility/ConvertFrom-StringData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Parameter Sets: (All)
249249
Aliases:
250250

251251
Required: False
252-
Position: 0
252+
Position: 1
253253
Default value: '='
254254
Accept pipeline input: False
255255
Accept wildcard characters: False

reference/7.5/Microsoft.PowerShell.Utility/ConvertFrom-StringData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Parameter Sets: (All)
249249
Aliases:
250250

251251
Required: False
252-
Position: 0
252+
Position: 1
253253
Default value: '='
254254
Accept pipeline input: False
255255
Accept wildcard characters: False

0 commit comments

Comments
 (0)