Azure / azure-functions-dapr-extension

Extension for interacting with Dapr APIs from an Azure Function
MIT License
95 stars 33 forks source link

adding azcopy tenant id #157

Closed ASHIQUEMD closed 9 months ago

ASHIQUEMD commented 9 months ago

Azure storage account used for publishing the nuget package is changed to single tenant. So, this PR adds a tenant_id to fix the azcopy login issue by adding the --tenant-id parameter in azcopy.

Error message without tenant_id

"AADSTS50194: Application '***'(azuresdkpartnerdrops) is not configured as a multi-tenant application. Usage of the /common endpoint is not supported for such applications created after '10/15/2018'. Use a tenant-specific endpoint or configure the application to be multi-tenant.

codecov[bot] commented 9 months ago

Codecov Report

Merging #157 (1c9cb7e) into master (35d6f1a) will not change coverage. Report is 5 commits behind head on master. The diff coverage is n/a.

:exclamation: Current head 1c9cb7e differs from pull request most recent head fac3c55. Consider uploading reports for the commit fac3c55 to get more accurate results

@@           Coverage Diff           @@
##           master     #157   +/-   ##
=======================================
  Coverage   72.71%   72.71%           
=======================================
  Files          53       53           
  Lines        1052     1052           
=======================================
  Hits          765      765           
  Misses        287      287