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 5b4e94d + 10600cf commit b56ab95Copy full SHA for b56ab95
weblogic-azure-aks/src/main/bicep/modules/_deployment-scripts/_ds-create-wls-cluster.bicep
@@ -18,7 +18,8 @@ param ocrSSOPSW string
18
param ocrSSOUser string
19
param storageAccountName string = 'null'
20
param utcValue string = utcNow()
21
-param wdtRuntimePassword string = 'welcome1'
+@secure()
22
+param wdtRuntimePassword string
23
param wlsClusterSize int = 5
24
param wlsCPU string = '200m'
25
param wlsDomainName string = 'domain1'
0 commit comments