Skip to content

Commit a450989

Browse files
authored
Merge pull request #105911 from meckhardt/patch-1
Update connect-ssh.md
2 parents 486571d + 43ee6fc commit a450989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/windows/connect-ssh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Set-AzVMExtension -ResourceGroupName $myResourceGroup -VMName $myVM -Name 'OpenS
114114
"properties": {
115115
"publisher": "Microsoft.Azure.OpenSSH",
116116
"type": "WindowsOpenSSH",
117-
"typeHandlerVersion": "3.0",
117+
"typeHandlerVersion": "3.0"
118118
}
119119
}
120120
```

0 commit comments

Comments
 (0)