Skip to content

Commit 3373836

Browse files
author
TaraMeyer
authored
Merge pull request MicrosoftDocs#536 from ArieHein/patch-1
Update get-started-azureps.md
2 parents b0570bb + 50ff83f commit 3373836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-conceptual/azurermps-5.5.0/get-started-azureps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ $location = "westeurope"
202202
$vmName = "myLinuxVM"
203203
204204
# Definer user name and blank password
205-
$securePassword = ConvertTo-SecureString ' ' -AsPlainText -Force
205+
$securePassword = ConvertTo-SecureString 'azurepassword' -AsPlainText -Force
206206
$cred = New-Object System.Management.Automation.PSCredential ("azureuser", $securePassword)
207207
208208
# Create a subnet configuration

0 commit comments

Comments
 (0)