Skip to content

Commit 5e3309a

Browse files
Examples of the disabled passwords removed from the documentation headers to make CredScan happy.
1 parent 60b64cb commit 5e3309a

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

src/Common/Commands.Common.Compute/Version2016-04-preview/Models/OSProfile.cs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,7 @@ public OSProfile()
6363
/// requirements:** 3 out of 4 conditions below need to be fulfilled
6464
/// <br> Has lower characters <br>Has upper characters
6565
/// <br> Has a digit <br> Has a special character (Regex
66-
/// match [\W_]) <br><br> **Disallowed values:** "abc@123",
67-
/// "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1",
68-
/// "Password!", "Password1", "Password22", "iloveyou!"
69-
/// <br><br> For resetting the password, see [How to reset
66+
/// match [\W_]) <br><br><br>For resetting the password, see [How to reset
7067
/// the Remote Desktop service or its login password in a Windows
7168
/// VM](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-reset-rdp?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
7269
/// <br><br> For resetting root password, see [Manage
@@ -156,10 +153,7 @@ public OSProfile()
156153
/// <br> Has lower characters <br>Has upper
157154
/// characters <br> Has a digit <br> Has a
158155
/// special character (Regex match [\W_])
159-
/// <br><br> **Disallowed values:**
160-
/// "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word",
161-
/// "pass@word1", "Password!", "Password1", "Password22", "iloveyou!"
162-
/// <br><br> For resetting the password,
156+
/// <br><br><br> For resetting the password,
163157
/// see [How to reset the Remote Desktop service or its login password
164158
/// in a Windows
165159
/// VM](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-reset-rdp?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)

src/Common/Commands.Common.Compute/Version2016-04-preview/Models/VirtualMachineScaleSetOSProfile.cs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ public VirtualMachineScaleSetOSProfile()
6262
/// requirements:** 3 out of 4 conditions below need to be fulfilled
6363
/// <br> Has lower characters <br>Has upper characters
6464
/// <br> Has a digit <br> Has a special character (Regex
65-
/// match [\W_]) <br><br> **Disallowed values:** "abc@123",
66-
/// "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1",
67-
/// "Password!", "Password1", "Password22", "iloveyou!"
68-
/// <br><br> For resetting the password, see [How to reset
65+
/// match [\W_]) <br><br><br>For resetting the password, see [How to reset
6966
/// the Remote Desktop service or its login password in a Windows
7067
/// VM](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-reset-rdp?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
7168
/// <br><br> For resetting root password, see [Manage
@@ -141,10 +138,7 @@ public VirtualMachineScaleSetOSProfile()
141138
/// <br> Has lower characters <br>Has upper
142139
/// characters <br> Has a digit <br> Has a
143140
/// special character (Regex match [\W_])
144-
/// <br><br> **Disallowed values:**
145-
/// "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word",
146-
/// "pass@word1", "Password!", "Password1", "Password22", "iloveyou!"
147-
/// <br><br> For resetting the password,
141+
/// <br><br><br> For resetting the password,
148142
/// see [How to reset the Remote Desktop service or its login password
149143
/// in a Windows
150144
/// VM](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-reset-rdp?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)

0 commit comments

Comments
 (0)