We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00892d2 + f54b6cc commit ff1cddaCopy full SHA for ff1cdda
pom.xml
@@ -20,7 +20,7 @@
20
21
<groupId>com.ibm.websphere.azure</groupId>
22
<artifactId>azure.websphere-traditional.cluster</artifactId>
23
- <version>1.3.5</version>
+ <version>1.3.6</version>
24
25
<parent>
26
<groupId>com.microsoft.azure.iaas</groupId>
src/main/arm/createUiDefinition.json
@@ -205,7 +205,7 @@
205
"name": "wasUsername",
206
"type": "Microsoft.Common.TextBox",
207
"label": "WebSphere administrator",
208
- "defaultValue": "wasadmin",
+ "defaultValue": "wsadmin",
209
"toolTip": "Use only allowed characters.",
210
"constraints": {
211
"required": true,
0 commit comments