Skip to content

Commit ac62a4b

Browse files
authored
Merge pull request #3 from PowerShell/staging
sync origin
2 parents 3ac8c85 + 43b6a7b commit ac62a4b

File tree

7 files changed

+722
-739
lines changed

7 files changed

+722
-739
lines changed

reference/3.0/Microsoft.PowerShell.Utility/Invoke-RestMethod.md

Lines changed: 80 additions & 66 deletions
Large diffs are not rendered by default.

reference/4.0/Microsoft.PowerShell.Utility/Invoke-RestMethod.md

Lines changed: 72 additions & 68 deletions
Large diffs are not rendered by default.

reference/5.0/Microsoft.PowerShell.Utility/Invoke-RestMethod.md

Lines changed: 98 additions & 113 deletions
Large diffs are not rendered by default.

reference/5.1/Microsoft.PowerShell.Core/Providers/FileSystem-Provider.md

Lines changed: 193 additions & 165 deletions
Large diffs are not rendered by default.

reference/5.1/Microsoft.PowerShell.Utility/Invoke-RestMethod.md

Lines changed: 98 additions & 113 deletions
Large diffs are not rendered by default.

reference/6/Microsoft.PowerShell.Core/Clear-Host.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Clears the display in the host program.
1616
## SYNTAX
1717

1818
```
19-
Clear-Host [<CommonParameters>]
19+
Clear-Host
2020
```
2121

2222
## DESCRIPTION
@@ -77,9 +77,6 @@ This command uses the CLS alias of Clear-Host to clear the current display.
7777

7878
## PARAMETERS
7979

80-
### CommonParameters
81-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
82-
8380
## INPUTS
8481

8582
### None

0 commit comments

Comments
 (0)