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

Login type - Inherit from connection #105

Closed inteligenciaacademica closed 1 year ago

inteligenciaacademica commented 2 years ago

I'm trying to use the component in the Azure pipeline with Login type Inherit from connection , but it returns the following error(##[error]Cannot bind argument to parameter 'String' because it is null. ) . I can not understand

`##[debug]Processed: ##vso[task.logissue type=warning]The 'tsmlScript' option will be deprecated in a future version.

[debug]INPUT_TSMLSCRIPT (empty)

[debug]INPUT_TMSLFOLDER: 'D:\a\1\s'

[debug]INPUT_IPDETECTIONMETHOD: 'autoDetect'

[debug]INPUT_DELETEFIREWALLRULE: 'true'

[debug] Converted to bool: True

[debug]Loading module from path 'D:\a_tasks\execute-aas-tsml_92d41ce5-204b-4284-8caf-9920225e9d01\1.5.8\psmodules\VstsAzureRestHelpers\VstsAzureRestHelpers_.psm1'.

[debug]$OVERRIDING $global:DebugPreference from 'Continue' to 'SilentlyContinue'.

[debug]Loading resource strings from: D:\a_tasks\execute-aas-tsml_92d41ce5-204b-4284-8caf-9920225e9d01\1.5.8\psmodules\VstsAzureRestHelpers/module.json

[debug]Loaded 11 strings.

[debug]SYSTEM_CULTURE: 'en-US'

[debug]Loading resource strings from: D:\a_tasks\execute-aas-tsml_92d41ce5-204b-4284-8caf-9920225e9d01\1.5.8\psmodules\VstsAzureRestHelpers\Strings\resources.resjson\en-US\resources.resjson

[debug]Loaded 11 strings.

[debug]Loading module from path 'D:\a_tasks\execute-aas-tsml_92d41ce5-204b-4284-8caf-9920225e9d01\1.5.8\psmodules\TlsHelper\TlsHelper_.psm1'.

[debug]Loading resource strings from: D:\a_tasks\execute-aas-tsml_92d41ce5-204b-4284-8caf-9920225e9d01\1.5.8\psmodules\TlsHelper/module.json

[debug]Loaded 3 strings.

[debug]SYSTEM_CULTURE: 'en-US'

[debug]Loading resource strings from: D:\a_tasks\execute-aas-tsml_92d41ce5-204b-4284-8caf-9920225e9d01\1.5.8\psmodules\TlsHelper\Strings\resources.resjson\en-US\resources.resjson

[debug]Loaded 3 strings.

[debug]Exporting function 'Add-Tls12InSession'.

[debug]Exporting function 'Assert-TlsError'.

[debug]Importing function 'Add-Tls12InSession'.

[debug]Importing function 'Assert-TlsError'.

Added TLS 1.2 in session.

[debug]Exporting function 'Add-AzureSqlDatabaseServerFirewallRule'.

[debug]Exporting function 'Remove-AzureSqlDatabaseServerFirewallRule'.

[debug]Exporting function 'Get-AzStorageKeys'.

`

liprec commented 2 years ago

Thanks for the feedback: is the service connection configured to use a SPN or a client certificate?

inteligenciaacademica commented 2 years ago

thanks for quickly answer. I resolved for other method . Well maybe than understand wrong the function this method "Inherit from connection" . I thought this method would use my authentication with Azure login

stale[bot] commented 1 year ago

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.