keesschollaart81 / vsts-arm-outputs

Azure DevOps Pipelines Extension - Use your ARM Deployment outputs
https://marketplace.visualstudio.com/items?itemName=keesschollaart.arm-outputs
MIT License
30 stars 14 forks source link

Keep getting Error: domain must be a non empty string. when using V6 #375

Open joshuamiller52 opened 1 year ago

joshuamiller52 commented 1 year ago

Z Logging in using ApplicationTokenCredentials, authScheme is 'ServicePrincipal' 2022-11-07T22:13:33.2603615Z Unhandled exception during ARM Outputs Task Error: domain must be a non empty string. 2022-11-07T22:13:33.2604727Z at new ApplicationTokenCredentials (webpack://arm-outputs/./node_modules/ms-rest-azure/lib/credentials/applicationTokenCredentials.js?:79:13) 2022-11-07T22:13:33.2605956Z at AzureDevOpsArmOutputsTaskHost.getCredentials (webpack://arm-outputs/./dist/index.js?:100:31) 2022-11-07T22:13:33.2606864Z at AzureDevOpsArmOutputsTaskHost.eval (webpack://arm-outputs/./dist/index.js?:33:40) 2022-11-07T22:13:33.2607574Z at next (native) 2022-11-07T22:13:33.2608183Z at eval (webpack://arm-outputs/./dist/index.js?:8:71) 2022-11-07T22:13:33.2608983Z at awaiter (webpack://arm-outputs/./dist/index.js?:4:12) 2022-11-07T22:13:33.2609782Z at AzureDevOpsArmOutputsTaskHost.run (webpack://arm-outputs/./dist/index.js?:20:26) 2022-11-07T22:13:33.2610594Z at eval (webpack://arm-outputs/./dist/index.js?:118:31) 2022-11-07T22:13:33.2611505Z at Object../dist/index.js (C:\B17-2_work_tasks\ARM Outputs_584bcff2-3353-4f11-872b-6ba01267a972\6.0.0\index.js:131:1) 2022-11-07T22:13:33.2612586Z at __webpack_require (C:\B17-2_work_tasks\ARM Outputs_584bcff2-3353-4f11-872b-6ba01267a972\6.0.0\index.js:30:30) 2022-11-07T22:13:33.2807701Z ##[error]Error: domain must be a non empty string.

Tosters commented 1 year ago

Having the same issue.

tudoranghelina91 commented 1 year ago

I have it too

Ashherr1 commented 10 months ago

To anyone else experiencing this issue a simple fix is to use a manual service connection.