Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -12582,7 +12582,7 @@ class OSProfile(_Model):
characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):**
123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity
requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters
<br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\W_])
<br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_])
<br><br> **Disallowed values:** \"abc@123\", \"P@$$w0rd\", \"P@ssw0rd\", \"P@ssword123\",
\"Pa$$word\", \"pass@word1\", \"Password!\", \"Password1\", \"Password22\", \"iloveyou!\"
<br><br> For resetting the password, see `How to reset the Remote Desktop service or its login
Expand Down Expand Up @@ -12692,7 +12692,7 @@ class OSProfileProvisioningData(_Model):
characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):**
123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity
requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters
<br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\W_])
<br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_])
<br><br> **Disallowed values:** \"abc@123\", \"P@$$w0rd\", \"P@ssw0rd\", \"P@ssword123\",
\"Pa$$word\", \"pass@word1\", \"Password!\", \"Password1\", \"Password22\", \"iloveyou!\"
<br><br> For resetting the password, see `How to reset the Remote Desktop service or its login
Expand Down Expand Up @@ -23847,7 +23847,7 @@ class VirtualMachineScaleSetOSProfile(_Model):
characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):**
123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity
requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters
<br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\W_])
<br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_])
<br><br> **Disallowed values:** \"abc@123\", \"P@$$w0rd\", \"P@ssw0rd\", \"P@ssword123\",
\"Pa$$word\", \"pass@word1\", \"Password!\", \"Password1\", \"Password22\", \"iloveyou!\"
<br><br> For resetting the password, see `How to reset the Remote Desktop service or its login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2723,7 +2723,7 @@ class OSProfile(_Model):
characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):**
123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity
requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters
<br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\W_])
<br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_])
<br><br> **Disallowed values:** \"abc@123\", \"P@$$w0rd\", \"P@ssw0rd\", \"P@ssword123\",
\"Pa$$word\", \"pass@word1\", \"Password!\", \"Password1\", \"Password22\", \"iloveyou!\"
<br><br> For resetting the password, see `How to reset the Remote Desktop service or its login
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3972,7 +3972,7 @@ class VirtualMachineScaleSetOSProfile(_Model):
<br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length
(Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4
conditions below need to be fulfilled <br> Has lower characters <br>Has upper
characters <br> Has a digit <br> Has a special character (Regex match [\W_])
characters <br> Has a digit <br> Has a special character (Regex match [\\W_])
<br><br> **Disallowed values:** \"abc@123\", \"P@$$w0rd\", \"P@ssw0rd\",
\"P@ssword123\", \"Pa$$word\", \"pass@word1\", \"Password!\", \"Password1\",
\"Password22\", \"iloveyou!\" <br><br> For resetting the password, see `How to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11102,7 +11102,7 @@ class ManagedClusterWindowsProfile(_Model):
"""Specifies the password of the administrator account. <br><br> **Minimum-length:** 8 characters
<br><br> **Max-length:** 123 characters <br><br> **Complexity requirements:** 3 out of 4
conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br>
Has a digit <br> Has a special character (Regex match [\W_]) <br><br> **Disallowed values:**
Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:**
\"abc@123\", \"P@$$w0rd\", \"P@ssw0rd\", \"P@ssword123\", \"Pa$$word\", \"pass@word1\",
\"Password!\", \"Password1\", \"Password22\", \"iloveyou!\"."""
license_type: Optional[Union[str, "_models.LicenseType"]] = rest_field(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2906,7 +2906,7 @@ class OSProfile(_serialization.Model):
characters :code:`<br>`:code:`<br>` **Max-length (Linux):** 72 characters
:code:`<br>`:code:`<br>` **Complexity requirements:** 3 out of 4 conditions below need to be
fulfilled :code:`<br>` Has lower characters :code:`<br>`Has upper characters :code:`<br>` Has a
digit :code:`<br>` Has a special character (Regex match [\W_]) :code:`<br>`:code:`<br>`
digit :code:`<br>` Has a special character (Regex match [\\W_]) :code:`<br>`:code:`<br>`
**Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word",
"pass@word1", "Password!", "Password1", "Password22", "iloveyou!" :code:`<br>`:code:`<br>` For
resetting the password, see `How to reset the Remote Desktop service or its login password in a
Expand Down Expand Up @@ -2951,7 +2951,7 @@ def __init__(
characters :code:`<br>`:code:`<br>` **Max-length (Linux):** 72 characters
:code:`<br>`:code:`<br>` **Complexity requirements:** 3 out of 4 conditions below need to be
fulfilled :code:`<br>` Has lower characters :code:`<br>`Has upper characters :code:`<br>` Has a
digit :code:`<br>` Has a special character (Regex match [\W_]) :code:`<br>`:code:`<br>`
digit :code:`<br>` Has a special character (Regex match [\\W_]) :code:`<br>`:code:`<br>`
**Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word",
"pass@word1", "Password!", "Password1", "Password22", "iloveyou!" :code:`<br>`:code:`<br>` For
resetting the password, see `How to reset the Remote Desktop service or its login password in a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1866,7 +1866,7 @@ class OSProfile(_model_base.Model):
characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):**
123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity
requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters
<br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\W_])
<br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_])
<br><br> **Disallowed values:** \"abc@123\", \"P@$$w0rd\", \"P@ssw0rd\", \"P@ssword123\",
\"Pa$$word\", \"pass@word1\", \"Password!\", \"Password1\", \"Password22\", \"iloveyou!\"
<br><br> For resetting the password, see `How to reset the Remote Desktop service or its login
Expand Down
Loading