microsoft / powerbi-azure-pipelines-extensions

MIT License
36 stars 14 forks source link

Deploy Pipeline Error - A task was canceled. #15

Closed JameyLNelson closed 1 year ago

JameyLNelson commented 2 years ago

Attempting to deployAll content to a workspace is failing with "A task was canceled." error message. I was able to replicate the error using the REST APIs. The solution is to set the -TimeoutSec of the Invoke-PowerBIRestMethod call to a higher value. This can be done manually, but not in the extension.

Log: 2022-08-09T12:19:25.4400781Z ##[debug]Evaluating condition for step: 'Copy content from Test' 2022-08-09T12:19:25.4402987Z ##[debug]Evaluating: succeeded() 2022-08-09T12:19:25.4403513Z ##[debug]Evaluating succeeded: 2022-08-09T12:19:25.4404754Z ##[debug]=> True 2022-08-09T12:19:25.4405343Z ##[debug]Result: True 2022-08-09T12:19:25.4405809Z ##[section]Starting: Copy content from Test 2022-08-09T12:19:25.4531266Z ============================================================================== 2022-08-09T12:19:25.4531645Z Task : Deploy content in a deployment pipeline 2022-08-09T12:19:25.4531953Z Description : Deploy content in a Power BI deployment pipeline 2022-08-09T12:19:25.4532256Z Version : 1.0.10 2022-08-09T12:19:25.4532446Z Author : Microsoft 2022-08-09T12:19:25.4533332Z Help : 2022-08-09T12:19:25.4533588Z ============================================================================== 2022-08-09T12:19:27.1192197Z ##[debug]VstsTaskSdk 0.11.0 commit 7ff27a3e0bdd6f7b06690ae5f5b63cb84d0f23f4 2022-08-09T12:19:27.3203942Z ##[debug]INPUT_PBICONNECTION: '7ab44a8d-505f-458f-9c88-882b692eb92c' 2022-08-09T12:19:27.3326430Z ##[debug]ENDPOINT_URL_7ab44a8d-505f-458f-9c88-882b692eb92c: 'https://api.powerbi.com/' 2022-08-09T12:19:27.3407708Z ##[debug]ENDPOINT_AUTH_7ab44a8d-505f-458f-9c88-882b692eb92c: '****' 2022-08-09T12:19:27.3408813Z ##[debug]ENDPOINT_DATA_7ab44a8d-505f-458f-9c88-882b692eb92c: '{"Environment":"Public"}' 2022-08-09T12:19:27.3411351Z ##[debug]INPUT_PIPELINE: 'LA - PBI Profiles Pipeline' 2022-08-09T12:19:27.3436232Z ##[debug]INPUT_STAGEORDER: 'Production' 2022-08-09T12:19:27.3464134Z ##[debug]INPUT_WAITFORCOMPLETION: 'true' 2022-08-09T12:19:27.3531541Z ##[debug] Converted to bool: True 2022-08-09T12:19:27.3532691Z ##[debug]INPUT_DEPLOYTYPE: 'All' 2022-08-09T12:19:27.3548263Z ##[debug]INPUT_DATAFLOWS (empty) 2022-08-09T12:19:27.3600026Z ##[debug]INPUT_DATASETS (empty) 2022-08-09T12:19:27.3626712Z ##[debug]INPUT_REPORTS (empty) 2022-08-09T12:19:27.3650066Z ##[debug]INPUT_DAHSBOARDS (empty) 2022-08-09T12:19:27.3678058Z ##[debug]INPUT_CREATENEWWS: 'false' 2022-08-09T12:19:27.3696410Z ##[debug] Converted to bool: False 2022-08-09T12:19:27.3723671Z ##[debug]INPUT_NEWWSNAME: 'LA - PBI Profiles (Production)' 2022-08-09T12:19:27.3747206Z ##[debug]INPUT_CAPACITY (empty) 2022-08-09T12:19:27.3775124Z ##[debug]INPUT_ALLOWCREATEARTIFACT: 'true' 2022-08-09T12:19:27.3794412Z ##[debug] Converted to bool: True 2022-08-09T12:19:27.3819812Z ##[debug]INPUT_ALLOWOVERWRITEARTIFACT: 'true' 2022-08-09T12:19:27.3838278Z ##[debug] Converted to bool: True 2022-08-09T12:19:27.3862551Z ##[debug]INPUT_ALLOWOVERWRITETARGETARTIFACTLABEL: 'true' 2022-08-09T12:19:27.3881331Z ##[debug] Converted to bool: True 2022-08-09T12:19:27.3905154Z ##[debug]INPUT_ALLOWPURGEDATA: 'true' 2022-08-09T12:19:27.3923588Z ##[debug] Converted to bool: True 2022-08-09T12:19:27.3947774Z ##[debug]INPUT_ALLOWSKIPTILESWITHMISSINGPREREQUISITES: 'true' 2022-08-09T12:19:27.3966687Z ##[debug] Converted to bool: True 2022-08-09T12:19:27.3991248Z ##[debug]INPUT_ALLOWTAKEOVER: 'true' 2022-08-09T12:19:27.4009469Z ##[debug] Converted to bool: True 2022-08-09T12:19:27.4033774Z ##[debug]INPUT_UPDATEAPP: 'false' 2022-08-09T12:19:27.4052102Z ##[debug] Converted to bool: False 2022-08-09T12:19:27.4117647Z Importing module MicrosoftPowerBIMgmt.Profile 2022-08-09T12:19:27.5229916Z ##[debug]Loading module from path 'D:\a_tasks\DeploymentPipelines-Deploy_387b9cad-cfe0-4502-b150-301f8942e8b7\1.0.10\ps_modules\MicrosoftPowerBIMgmt.Profile\MicrosoftPowerBIMgmt.Profile.psd1'. 2022-08-09T12:19:27.5238019Z ##[debug]Loading 'TypesToProcess' from path 'D:\a_tasks\DeploymentPipelines-Deploy_387b9cad-cfe0-4502-b150-301f8942e8b7\1.0.10\ps_modules\MicrosoftPowerBIMgmt.Profile\Microsoft.PowerBI.Commands.Profile.types.ps1xml'. 2022-08-09T12:19:27.5266159Z ##[debug]Loading 'FormatsToProcess' from path 'D:\a_tasks\DeploymentPipelines-Deploy_387b9cad-cfe0-4502-b150-301f8942e8b7\1.0.10\ps_modules\MicrosoftPowerBIMgmt.Profile\Microsoft.PowerBI.Commands.Profile.format.ps1xml'. 2022-08-09T12:19:27.5661744Z ##[debug]Populating RepositorySourceLocation property for module MicrosoftPowerBIMgmt.Profile. 2022-08-09T12:19:27.5695806Z ##[debug]Loading module from path 'D:\a_tasks\DeploymentPipelines-Deploy_387b9cad-cfe0-4502-b150-301f8942e8b7\1.0.10\ps_modules\MicrosoftPowerBIMgmt.Profile.\lib\netstandard2.0\Microsoft.PowerBI.Commands.Profile.dll'. 2022-08-09T12:19:27.5828520Z ##[debug]Exporting cmdlet 'Connect-PowerBIServiceAccount'. 2022-08-09T12:19:27.5845627Z ##[debug]Exporting cmdlet 'Disconnect-PowerBIServiceAccount'. 2022-08-09T12:19:27.5861825Z ##[debug]Exporting cmdlet 'Get-PowerBIAccessToken'. 2022-08-09T12:19:27.5880602Z ##[debug]Exporting cmdlet 'Invoke-PowerBIRestMethod'. 2022-08-09T12:19:27.5897668Z ##[debug]Exporting cmdlet 'Resolve-PowerBIError'. 2022-08-09T12:19:27.5915538Z ##[debug]Importing cmdlet 'Connect-PowerBIServiceAccount'. 2022-08-09T12:19:27.5931889Z ##[debug]Importing cmdlet 'Disconnect-PowerBIServiceAccount'. 2022-08-09T12:19:27.5950252Z ##[debug]Importing cmdlet 'Get-PowerBIAccessToken'. 2022-08-09T12:19:27.5967446Z ##[debug]Importing cmdlet 'Invoke-PowerBIRestMethod'. 2022-08-09T12:19:27.5985193Z ##[debug]Importing cmdlet 'Resolve-PowerBIError'. 2022-08-09T12:19:27.6001616Z ##[debug]Importing alias 'Add-PowerBIServiceAccount'. 2022-08-09T12:19:27.6020011Z ##[debug]Importing alias 'Login-PowerBI'. 2022-08-09T12:19:27.6036277Z ##[debug]Importing alias 'Login-PowerBIServiceAccount'. 2022-08-09T12:19:27.6054010Z ##[debug]Importing alias 'Logout-PowerBI'. 2022-08-09T12:19:27.6070783Z ##[debug]Importing alias 'Logout-PowerBIServiceAccount'. 2022-08-09T12:19:27.6087410Z ##[debug]Importing alias 'Remove-PowerBIServiceAccount'. 2022-08-09T12:19:27.6103651Z ##[debug]Importing alias 'Set-PowerBIServiceAccount'. 2022-08-09T12:19:27.6209031Z Connecting to Power BI with ServicePrincipal 2022-08-09T12:19:28.2542156Z ##[debug]12:19:28 PM - Connect-PowerBIServiceAccount begin processing with ParameterSet ServicePrincipal. 2022-08-09T12:19:28.2563456Z ##[debug]12:19:28 PM - Cmdlet version: 1.2.1077.0 2022-08-09T12:19:28.3083622Z ##[debug]Updated Azure AD authority with -Tenant specified, new value: https://login.microsoftonline.com/96ed3503-a854-4aeb-ab8c-56b685f399c1 2022-08-09T12:19:28.4645254Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:28] Found 0 cache accounts and 0 broker accounts 2022-08-09T12:19:28.4714842Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:28 - 35b94087-d97f-4a4d-9144-9cc52f80c65e] MSAL MSAL.Desktop with assembly version '4.25.0.0'. CorrelationId(35b94087-d97f-4a4d-9144-9cc52f80c65e) 2022-08-09T12:19:28.4747678Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:28 - 35b94087-d97f-4a4d-9144-9cc52f80c65e] === AcquireTokenForClientParameters === 2022-08-09T12:19:28.4758817Z ##[debug]SendX5C: False 2022-08-09T12:19:28.4770540Z ##[debug]WithAzureRegion: False 2022-08-09T12:19:28.4782805Z ##[debug]RegionToUse: 2022-08-09T12:19:28.4794585Z ##[debug]ForceRefresh: False 2022-08-09T12:19:28.4806363Z ##[debug] 2022-08-09T12:19:28.4936486Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:28 - 35b94087-d97f-4a4d-9144-9cc52f80c65e] 2022-08-09T12:19:28.4948050Z ##[debug]=== Request Data === 2022-08-09T12:19:28.4959853Z ##[debug]Authority Provided? - True 2022-08-09T12:19:28.4971679Z ##[debug]Scopes - https://analysis.windows.net/powerbi/api/.default 2022-08-09T12:19:28.4983152Z ##[debug]Extra Query Params Keys (space separated) - 2022-08-09T12:19:28.4994411Z ##[debug]ApiId - AcquireTokenForClient 2022-08-09T12:19:28.5005963Z ##[debug]IsConfidentialClient - True 2022-08-09T12:19:28.5017660Z ##[debug]SendX5C - False 2022-08-09T12:19:28.5029290Z ##[debug]LoginHint ? False 2022-08-09T12:19:28.5040712Z ##[debug]IsBrokerConfigured - False 2022-08-09T12:19:28.5051618Z ##[debug]HomeAccountId - False 2022-08-09T12:19:28.5063346Z ##[debug]CorrelationId - 35b94087-d97f-4a4d-9144-9cc52f80c65e 2022-08-09T12:19:28.5075323Z ##[debug] 2022-08-09T12:19:28.5103879Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:28 - 35b94087-d97f-4a4d-9144-9cc52f80c65e] === Token Acquisition (ClientCredentialRequest) started: 2022-08-09T12:19:28.5115181Z ##[debug]
2022-08-09T12:19:28.5127428Z ##[debug] Authority Host: login.microsoftonline.com 2022-08-09T12:19:28.5462601Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:28 - 35b94087-d97f-4a4d-9144-9cc52f80c65e] Fetching instance discovery from the network from host login.microsoftonline.com. 2022-08-09T12:19:29.0885763Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:28 - 35b94087-d97f-4a4d-9144-9cc52f80c65e] Resolving authority endpoints... Already resolved? - FALSE 2022-08-09T12:19:29.0904030Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29 - 35b94087-d97f-4a4d-9144-9cc52f80c65e] ScopeSet was missing from the token response, so using developer provided scopes in the result. 2022-08-09T12:19:29.0921239Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29 - 35b94087-d97f-4a4d-9144-9cc52f80c65e] Checking client info returned from the server.. 2022-08-09T12:19:29.0937856Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29 - 35b94087-d97f-4a4d-9144-9cc52f80c65e] Saving Token Response to cache.. 2022-08-09T12:19:29.0954108Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29 - 35b94087-d97f-4a4d-9144-9cc52f80c65e] ID Token not present in response. 2022-08-09T12:19:29.0998173Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29 - 35b94087-d97f-4a4d-9144-9cc52f80c65e] Saving AT in cache and removing overlapping ATs... 2022-08-09T12:19:29.1000475Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29 - 35b94087-d97f-4a4d-9144-9cc52f80c65e] Looking for scopes for the authority in the cache which intersect with https://analysis.windows.net/powerbi/api/.default 2022-08-09T12:19:29.1011461Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29 - 35b94087-d97f-4a4d-9144-9cc52f80c65e] Intersecting scope entries count - 0 2022-08-09T12:19:29.1021810Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29 - 35b94087-d97f-4a4d-9144-9cc52f80c65e] === Token Acquisition finished successfully. An access token was returned with Expiration Time: 08/09/2022 13:19:28 +00:00 === 2022-08-09T12:19:29.1040014Z ##[debug]12:19:29 PM - Connect-PowerBIServiceAccount end processing. 2022-08-09T12:19:29.1165120Z Activity ID: b340188f-dc4b-4396-992f-7d008dbac242 2022-08-09T12:19:29.1171943Z Getting pipeline 2022-08-09T12:19:29.2010548Z ##[debug]12:19:29 PM - Invoke-PowerBIRestMethod begin processing with ParameterSet AllParameterSets. 2022-08-09T12:19:29.2028790Z ##[debug]12:19:29 PM - Cmdlet version: 1.2.1077.0 2022-08-09T12:19:29.2176487Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29] Found 0 cache accounts and 0 broker accounts 2022-08-09T12:19:29.2194951Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29 - 2ae1ae54-1aa0-4ea3-9671-b4dc57826901] MSAL MSAL.Desktop with assembly version '4.25.0.0'. CorrelationId(2ae1ae54-1aa0-4ea3-9671-b4dc57826901) 2022-08-09T12:19:29.2212670Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29 - 2ae1ae54-1aa0-4ea3-9671-b4dc57826901] === AcquireTokenForClientParameters === 2022-08-09T12:19:29.2224019Z ##[debug]SendX5C: False 2022-08-09T12:19:29.2235679Z ##[debug]WithAzureRegion: False 2022-08-09T12:19:29.2246904Z ##[debug]RegionToUse: 2022-08-09T12:19:29.2258639Z ##[debug]ForceRefresh: False 2022-08-09T12:19:29.2269870Z ##[debug] 2022-08-09T12:19:29.2288323Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29 - 2ae1ae54-1aa0-4ea3-9671-b4dc57826901] 2022-08-09T12:19:29.2299745Z ##[debug]=== Request Data === 2022-08-09T12:19:29.2311294Z ##[debug]Authority Provided? - True 2022-08-09T12:19:29.2322785Z ##[debug]Scopes - https://analysis.windows.net/powerbi/api/.default 2022-08-09T12:19:29.2334388Z ##[debug]Extra Query Params Keys (space separated) - 2022-08-09T12:19:29.2345573Z ##[debug]ApiId - AcquireTokenForClient 2022-08-09T12:19:29.2357101Z ##[debug]IsConfidentialClient - True 2022-08-09T12:19:29.2368383Z ##[debug]SendX5C - False 2022-08-09T12:19:29.2378936Z ##[debug]LoginHint ? False 2022-08-09T12:19:29.2390649Z ##[debug]IsBrokerConfigured - False 2022-08-09T12:19:29.2401851Z ##[debug]HomeAccountId - False 2022-08-09T12:19:29.2413453Z ##[debug]CorrelationId - 2ae1ae54-1aa0-4ea3-9671-b4dc57826901 2022-08-09T12:19:29.2424450Z ##[debug] 2022-08-09T12:19:29.2441958Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29 - 2ae1ae54-1aa0-4ea3-9671-b4dc57826901] === Token Acquisition (ClientCredentialRequest) started: 2022-08-09T12:19:29.2452692Z ##[debug]
2022-08-09T12:19:29.2464359Z ##[debug] Authority Host: login.microsoftonline.com 2022-08-09T12:19:29.2518712Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29 - 2ae1ae54-1aa0-4ea3-9671-b4dc57826901] Access token is not expired. Returning the found cache entry. [Current time (08/09/2022 12:19:29) - Expiration Time (08/09/2022 13:19:28 +00:00) - Extended Expiration Time (08/09/2022 13:19:28 +00:00)] 2022-08-09T12:19:29.2544481Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29 - 2ae1ae54-1aa0-4ea3-9671-b4dc57826901] === Token Acquisition finished successfully. An access token was returned with Expiration Time: 08/09/2022 13:19:28 +00:00 === 2022-08-09T12:19:29.4365952Z ##[debug]Request Uri: https://api.powerbi.com/v1.0/myorg/pipelines 2022-08-09T12:19:29.4385390Z ##[debug]Status Code: OK (200) 2022-08-09T12:19:29.4404353Z ##[debug]12:19:29 PM - Invoke-PowerBIRestMethod end processing. 2022-08-09T12:19:29.4921199Z Sending request to start deployment - pipelines/70dd9f3c-f879-42b3-b816-3458a580a6c1/DeployAll 2022-08-09T12:19:29.4944656Z Request Body- { 2022-08-09T12:19:29.4945051Z "isBackwardDeployment": false, 2022-08-09T12:19:29.4945707Z "sourceStageOrder": 1, 2022-08-09T12:19:29.4946147Z "options": { 2022-08-09T12:19:29.4946578Z "allowTakeOver": true, 2022-08-09T12:19:29.4947042Z "allowOverwriteArtifact": true, 2022-08-09T12:19:29.4947491Z "allowPurgeData": true, 2022-08-09T12:19:29.4948080Z "allowSkipTilesWithMissingPrerequisites": true, 2022-08-09T12:19:29.4948592Z "allowCreateArtifact": true, 2022-08-09T12:19:29.4949089Z "allowOverwriteTargetArtifactLabel": true 2022-08-09T12:19:29.4949517Z } 2022-08-09T12:19:29.4949854Z } 2022-08-09T12:19:29.4975218Z ##[debug]12:19:29 PM - Invoke-PowerBIRestMethod begin processing with ParameterSet
AllParameterSets. 2022-08-09T12:19:29.4992522Z ##[debug]12:19:29 PM - Cmdlet version: 1.2.1077.0 2022-08-09T12:19:29.5013225Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29] Found 0 cache accounts and 0 broker accounts 2022-08-09T12:19:29.5030407Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29 - 1d26956e-0308-4e33-b27e-81587bf93cae] MSAL MSAL.Desktop with assembly version '4.25.0.0'. CorrelationId(1d26956e-0308-4e33-b27e-81587bf93cae) 2022-08-09T12:19:29.5046940Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29 - 1d26956e-0308-4e33-b27e-81587bf93cae] === AcquireTokenForClientParameters === 2022-08-09T12:19:29.5058240Z ##[debug]SendX5C: False 2022-08-09T12:19:29.5069772Z ##[debug]WithAzureRegion: False 2022-08-09T12:19:29.5081366Z ##[debug]RegionToUse: 2022-08-09T12:19:29.5092769Z ##[debug]ForceRefresh: False 2022-08-09T12:19:29.5104066Z ##[debug] 2022-08-09T12:19:29.5580437Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29 - 1d26956e-0308-4e33-b27e-81587bf93cae] 2022-08-09T12:19:29.5592831Z ##[debug]=== Request Data === 2022-08-09T12:19:29.5606233Z ##[debug]Authority Provided? - True 2022-08-09T12:19:29.5619504Z ##[debug]Scopes - https://analysis.windows.net/powerbi/api/.default 2022-08-09T12:19:29.5630731Z ##[debug]Extra Query Params Keys (space separated) - 2022-08-09T12:19:29.5643188Z ##[debug]ApiId - AcquireTokenForClient 2022-08-09T12:19:29.5655363Z ##[debug]IsConfidentialClient - True 2022-08-09T12:19:29.5669136Z ##[debug]SendX5C - False 2022-08-09T12:19:29.5677416Z ##[debug]LoginHint ? False 2022-08-09T12:19:29.5689772Z ##[debug]IsBrokerConfigured - False 2022-08-09T12:19:29.5701288Z ##[debug]HomeAccountId - False 2022-08-09T12:19:29.5713652Z ##[debug]CorrelationId - 1d26956e-0308-4e33-b27e-81587bf93cae 2022-08-09T12:19:29.5724826Z ##[debug] 2022-08-09T12:19:29.5741973Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29 - 1d26956e-0308-4e33-b27e-81587bf93cae] === Token Acquisition (ClientCredentialRequest) started: 2022-08-09T12:19:29.5752942Z ##[debug]
2022-08-09T12:19:29.5764469Z ##[debug] Authority Host: login.microsoftonline.com 2022-08-09T12:19:29.5782520Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29 - 1d26956e-0308-4e33-b27e-81587bf93cae] Access token is not expired. Returning the found cache entry. [Current time (08/09/2022 12:19:29) - Expiration Time (08/09/2022 13:19:28 +00:00) - Extended Expiration Time (08/09/2022 13:19:28 +00:00)] 2022-08-09T12:19:29.5803856Z ##debug MSAL 4.25.0.0 MSAL.Desktop Microsoft Windows NT 10.0.17763.0 [08/09/2022 12:19:29 - 1d26956e-0308-4e33-b27e-81587bf93cae] === Token Acquisition finished successfully. An access token was returned with Expiration Time: 08/09/2022 13:19:28 +00:00 === 2022-08-09T12:21:09.6939594Z ##[debug]12:21:09 PM - Resolve-PowerBIError begin processing with ParameterSet LastError. 2022-08-09T12:21:09.6958827Z ##[debug]12:21:09 PM - Cmdlet version: 1.2.1077.0 2022-08-09T12:21:09.7120368Z ##[debug]12:21:09 PM - Resolve-PowerBIError end processing. 2022-08-09T12:21:09.7471450Z ##[debug]Caught exception from task script. 2022-08-09T12:21:09.7501210Z ##[debug]Error record: 2022-08-09T12:21:09.8071086Z ##[debug]D:\a_tasks\DeploymentPipelines-Deploy_387b9cad-cfe0-4502-b150-301f8942e8b7\1.0.10\Run.ps1 : A task was canceled. 2022-08-09T12:21:09.8084285Z ##[debug]At line:1 char:1 2022-08-09T12:21:09.8096448Z ##[debug]+ . 'D:\a_tasks\DeploymentPipelines-Deploy_387b9cad-cfe0-4502-b150-301 ... 2022-08-09T12:21:09.8108336Z ##[debug]+ ~~~~~~~~~~~~~~~~~ 2022-08-09T12:21:09.8120001Z ##[debug] + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException 2022-08-09T12:21:09.8131719Z ##[debug] + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Run.ps1 2022-08-09T12:21:09.8142982Z ##[debug] 2022-08-09T12:21:09.8162445Z ##[debug]Script stack trace: 2022-08-09T12:21:09.8197190Z ##[debug]at , D:\a_tasks\DeploymentPipelines-Deploy_387b9cad-cfe0-4502-b150-301f8942e8b7\1.0.10\Run.ps1: line 141 2022-08-09T12:21:09.8208752Z ##[debug]at , : line 1 2022-08-09T12:21:09.8220572Z ##[debug]at , : line 22 2022-08-09T12:21:09.8231959Z ##[debug]at , : line 18 2022-08-09T12:21:09.8243713Z ##[debug]at , : line 1 2022-08-09T12:21:09.8261125Z ##[debug]Exception: 2022-08-09T12:21:09.8299808Z ##[debug]Microsoft.PowerShell.Commands.WriteErrorException: A task was canceled. 2022-08-09T12:21:09.8536220Z ##[error]A task was canceled. 2022-08-09T12:21:09.8545974Z ##[debug]Processed: ##vso[task.logissue type=error]A task was canceled. 2022-08-09T12:21:09.8548568Z ##[debug]Processed: ##vso[task.complete result=Failed] 2022-08-09T12:21:09.8959470Z ##[section]Finishing: Copy content from Test

MahirDiab commented 1 year ago

Hi, sorry for the delay. it seems like there was a timeout while starting the deployment. it should be resolved with the new version 1.1.0 can you try to re-run this please?