Skip to content

Commit 4266888

Browse files
authored
Merge pull request #205101 from davidsmatlak/ds-update-credcombo
Updates content and alt-text
2 parents a6610d2 + 9894565 commit 4266888

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/azure-resource-manager/managed-applications/microsoft-compute-credentialscombo.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,28 @@
22
title: CredentialsCombo UI element
33
description: Describes the Microsoft.Compute.CredentialsCombo UI element for Azure portal.
44
author: davidsmatlak
5-
6-
ms.topic: conceptual
7-
ms.date: 09/29/2018
85
ms.author: davidsmatlak
9-
6+
ms.topic: conceptual
7+
ms.date: 07/18/2022
108
---
9+
1110
# Microsoft.Compute.CredentialsCombo UI element
1211

13-
A group of controls with built-in validation for Windows and Linux passwords and SSH public keys.
12+
A group of controls with built-in validation for Windows passwords, and Linux passwords or SSH public keys.
1413

1514
## UI sample
1615

1716
For Windows, users see:
1817

19-
![Microsoft.Compute.CredentialsCombo Windows](./media/managed-application-elements/microsoft-compute-credentialscombo-windows.png)
18+
:::image type="content" source="./media/managed-application-elements/microsoft-compute-credentialscombo-windows.png" alt-text="Screenshot of the credentials combo user-interface element for a Windows password.":::
2019

2120
For Linux with password selected, users see:
2221

23-
![Microsoft.Compute.CredentialsCombo Linux password](./media/managed-application-elements/microsoft-compute-credentialscombo-linux-password.png)
22+
:::image type="content" source="./media/managed-application-elements/microsoft-compute-credentialscombo-linux-password.png" alt-text="Screenshot of the credentials combo user-interface element for a Linux password.":::
2423

2524
For Linux with SSH public key selected, users see:
2625

27-
![Microsoft.Compute.CredentialsCombo Linux key](./media/managed-application-elements/microsoft-compute-credentialscombo-linux-key.png)
26+
:::image type="content" source="./media/managed-application-elements/microsoft-compute-credentialscombo-linux-key.png" alt-text="Screenshot of the credentials combo user-interface element for a Linux SSH public key.":::
2827

2928
## Schema
3029

@@ -111,7 +110,7 @@ If `osPlatform` is **Linux** and the user provided an SSH public key, the contro
111110
- If `constraints.required` is set to **true**, then the password or SSH public key text boxes must have values to validate successfully. The default value is **true**.
112111
- If `options.hideConfirmation` is set to **true**, then the second text box for confirming the user's password is hidden. The default value is **false**.
113112
- If `options.hidePassword` is set to **true**, then the option to use password authentication is hidden. It can be used only when `osPlatform` is **Linux**. The default value is **false**.
114-
- Additional constraints on the allowed passwords can be implemented by using the `customPasswordRegex` property. The string in `customValidationMessage` is displayed when a password fails custom validation. The default value for both properties is **null**.
113+
- More constraints on the allowed passwords can be implemented by using the `customPasswordRegex` property. The string in `customValidationMessage` is displayed when a password fails custom validation. The default value for both properties is **null**. The schema shows an example of each property.
115114

116115
## Next steps
117116

0 commit comments

Comments
 (0)