Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ linux-x64
lockfile
macOS
md
microsoft
Microsoft.PowerShell.Archive
microsoft.powershell.commands.diagnostics
microsoft.powershell.commands.management
Expand Down Expand Up @@ -223,6 +224,8 @@ _Jobs
-Include
-Title
0xfeeddeadbeef
about_
about_Jobs
acceptance
alpha.10
alpha.11
Expand Down Expand Up @@ -389,6 +392,7 @@ SwarfegaGit
#region CODE_OF_CONDUCT.md Overrides
- CODE_OF_CONDUCT.md
microsoft.com
o
opencode
#endregion

Expand Down Expand Up @@ -420,6 +424,8 @@ u

#region demos/DSC/readme.md Overrides
- demos/DSC/readme.md
www.github.com
omi
#endregion

#region demos/python/README.md Overrides
Expand Down Expand Up @@ -485,7 +491,6 @@ WindowsPSModulePath
andschwa's
CurrentUser
hub.docker.com
microsoft
NanoServer-Insider
nanoserver-insider-powershell
#endregion
Expand All @@ -506,8 +511,6 @@ WMI-based

#region docs/building/internals.md Overrides
- docs/building/internals.md
_arm
_arm64
Catalog
flavor
libpsl
Expand All @@ -517,6 +520,8 @@ plugin
powershell-unix
src
v141
x64_arm
x64_arm64
#endregion

#region docs/building/macos.md Overrides
Expand Down Expand Up @@ -691,6 +696,7 @@ RemoteSigned
#region docs/learning-powershell/debugging-from-commandline.md Overrides
- docs/learning-powershell/debugging-from-commandline.md
_Debuggers
about_Debuggers
celsius
Set-PSBreakpoint
test.ps1
Expand Down Expand Up @@ -942,6 +948,7 @@ TabCompletion

#region docs/testing-guidelines/TestRoadmap.md Overrides
- docs/testing-guidelines/TestRoadmap.md
_no_
corefx
DotCover
Downlevel
Expand Down Expand Up @@ -975,6 +982,7 @@ Gitter
microsoft.com
msi
omnisharp-vscode
o
opencode
pkg
tgz
Expand All @@ -994,6 +1002,7 @@ libpsl-native
_history.txt
_PSReadline
50ms
about_PSReadline
AddToHistoryHandler
AppData
BackgroundColor
Expand Down
4 changes: 2 additions & 2 deletions demos/SSHRemoting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ In addition you will need to enable password authentication and optionally key b
New-PSSession [-HostName] <string[]> [-Name <string[]>] [-UserName <string>] [-KeyFilePath <string>] [-SSHTransport] [<CommonParameters>]
```
1. Install the latest [Win32 Open SSH] build from GitHub using the [installation] instructions
1. Edit the sshd_config file at the location where you installed Win32 Open SSH
1. Edit the `sshd_config` file at the location where you installed Win32 Open SSH
- Make sure password authentication is enabled
```none
PasswordAuthentication yes
Expand Down Expand Up @@ -70,7 +70,7 @@ In addition you will need to enable password authentication and optionally key b
sudo apt install openssh-client
sudo apt install openssh-server
```
1. Edit the sshd_config file at location /etc/ssh
1. Edit the `sshd_config` file at location /etc/ssh
- Make sure password authentication is enabled
```none
PasswordAuthentication yes
Expand Down
6 changes: 3 additions & 3 deletions demos/python/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## PowerShell/Python Interoperation Demo
# PowerShell/Python Interoperation Demo

The "demo_script.ps1" file in this directory walks through a
The `demo_script.ps1` file in this directory walks through a
demonstration of basic interoperation between PowerShell and Python
including how to use JSON to exchange structured objects between
Python and PowerShell.

The other files in this directory are referenced by demo_script.ps1.
The other files in this directory are referenced by `demo_script.ps1`.
1 change: 1 addition & 0 deletions test/common/markdown/markdown.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Describe 'Common Tests - Validate Markdown Files' -Tag 'CI' {
'./.github/CONTRIBUTING.md'
'./*.md'
'./demos/SSHRemoting/*.md'
'./demos/python/*.md'
'./docker/*.md'
'./docs/*.md'
'./docs/building/*.md'
Expand Down