Trying to set up CI/CD pipeline for Azure Stream analytics following the doc and VS code with SA extension installed with one "Data Stream" input and one "Reference data" input (SQL database).
azure-streamanalytics-cicd build -project src/asaproj.json
is working fine when "User" property in ref data config left empty:
but as soon as I change it to any value build starts failing with "Object reference not set to an instance of an object" message:
("Password" field doesn't seem to make any difference)
So, how can I configure reference data? Leaving it empty is not an option as users will want to run jobs locally.