@@ -62,10 +62,7 @@ public VirtualMachineScaleSetOSProfile()
62
62
/// requirements:** 3 out of 4 conditions below need to be fulfilled
63
63
/// <br> Has lower characters <br>Has upper characters
64
64
/// <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
69
66
/// the Remote Desktop service or its login password in a Windows
70
67
/// VM](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-reset-rdp?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
71
68
/// <br><br> For resetting root password, see [Manage
@@ -141,10 +138,7 @@ public VirtualMachineScaleSetOSProfile()
141
138
/// &lt;br&gt; Has lower characters &lt;br&gt;Has upper
142
139
/// characters &lt;br&gt; Has a digit &lt;br&gt; Has a
143
140
/// special character (Regex match [\W_])
144
- /// &lt;br&gt;&lt;br&gt; **Disallowed values:**
145
- /// "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word",
146
- /// "pass@word1", "Password!", "Password1", "Password22", "iloveyou!"
147
- /// &lt;br&gt;&lt;br&gt; For resetting the password,
141
+ /// &lt;br&gt;&lt;br&gt;&lt;br&gt; For resetting the password,
148
142
/// see [How to reset the Remote Desktop service or its login password
149
143
/// in a Windows
150
144
/// VM](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-reset-rdp?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
0 commit comments