liprec / vsts-release-aas

Repository for my Analysis Service Azure pipelines tasks related to Azure Analysis Service or Power BI Premium
Other
27 stars 28 forks source link

Error Adding firewall rule #18

Closed samboot7 closed 5 years ago

samboot7 commented 5 years ago

Using version 1.2.5 When deploying to azure analysis services receiving the error shown below when using "auto detect" in the firewall rules configuration. AutoDetectIP When specify an IP range the following error is received DefinedIPRange

liprec commented 5 years ago

Can you try adding a variable system.debug and set it to true to enable debug logging so I can identify what is causing this error.

samboot7 commented 5 years ago

Debug logging as requested tasklog_9.log

liprec commented 5 years ago

Thanks for the logging. Can you check if the password doesn't contain any quote ' or "? It looks like that is causing the issue and the task doesn't escape special connection string or PowerShell characters.

samboot7 commented 5 years ago

The password did contain ". I have updated the password and now everything is working as expected. Thanks.