-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AAD integration script unable to parse space based STDIN arguments and parameters position issue #185
Comments
AAD nested template is accepting parameters like below "const_aadParameters": "[concat(parameters('wlsUserName'),' ',parameters('wlsPassword'),' ',parameters('wlsDomainName'),' ',parameters('wlsLDAPProviderName'), ' ', parameters('aadsServerHost'), ' ', parameters('aadsPortNumber'), ' ', concat('"',parameters('wlsLDAPPrincipal'),'"'), ' ', parameters('wlsLDAPPrincipalPassword'), ' ', concat('"',parameters('wlsLDAPUserBaseDN'),'"'), ' ', concat('"',parameters('wlsLDAPGroupBaseDN'),'"'), ' ', variables('const_wlsHome'),' ',parameters('adminVMName'),' ',variables('const_wlsAdminPort'),' ',parameters('wlsLDAPSSLCertificate'), ' ', parameters('aadsPublicIP'), ' ', variables('const_adminServerName'), ' ', variables('const_wlsDomainPath'),' ',parameters('enableCustomSSL'),' ',base64(parameters('keyVaultCustomTrustKeyStorePassPhrase')),'',base64(parameters('keyVaultCustomTrustKeyStoreType')))]" Now it is modified with |
At shell script arguments are changed from Now position of parameters adUserBaseDN and adGroupBaseDN is changed as per ARM template passing. |
@sanjaymantoor I am glad to see this is under control. I look forward to reviewing the PR. |
The text was updated successfully, but these errors were encountered: