You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am updating an existing deployment using SPN to use the service connection identity instead, using "loginType: Inherit". This fails with the error "Cannot bind argument to parameter 'String' because it is null". In my case, I am using an ADO managed identity service connection.
ADO task output:
==============================================================================
Task : Tabular Database Deployment
Description : Deploy tabular databases to Azure Analysis Services or Power BI Premium
Version : 1.5.11
Author : Jan Pieter Posthuma
Help : [More Information](https://github.com/liprec/vsts-release-aas)
==============================================================================
Added TLS 1.2 in session.
##[warning]The 'overwrite' option will be deprecated in a future version.
##[error]Cannot bind argument to parameter 'String' because it is null.
Failing task definition using "inherit". The only difference is using "loginType: Inherit" and leaving off the appId, 'appKey, and tenantId` parameters, although I did also try leaving those parameters in with both real values and blanks.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I am updating an existing deployment using SPN to use the service connection identity instead, using "loginType: Inherit". This fails with the error "Cannot bind argument to parameter 'String' because it is null". In my case, I am using an ADO managed identity service connection.
ADO task output:
Working YAML task definition using SPN:
Failing task definition using "inherit". The only difference is using "loginType: Inherit" and leaving off the
appId
, 'appKey, and
tenantId` parameters, although I did also try leaving those parameters in with both real values and blanks.The text was updated successfully, but these errors were encountered: