Coder Social home page Coder Social logo

Comments (3)

v-schhabra avatar v-schhabra commented on June 26, 2024

@jakerosedatacom Could you please share the detailed logs of the pipeline by adding the variable system.debug to "true".

from azure-pipelines-tasks.

jakerosedatacom avatar jakerosedatacom commented on June 26, 2024

@v-schhabra , here you go

2024-05-19T21:09:27.8195721Z ##[debug]Evaluating condition for step: 'Provision Resource Group'
2024-05-19T21:09:27.8197706Z ##[debug]Evaluating: SucceededNode()
2024-05-19T21:09:27.8198357Z ##[debug]Evaluating SucceededNode:
2024-05-19T21:09:27.8199664Z ##[debug]=> True
2024-05-19T21:09:27.8200347Z ##[debug]Result: True
2024-05-19T21:09:27.8200914Z ##[section]Starting: Provision Resource Group
2024-05-19T21:09:27.8207927Z ==============================================================================
2024-05-19T21:09:27.8208343Z Task : Azure CLI
2024-05-19T21:09:27.8208550Z Description : Run Azure CLI commands against an Azure subscription in a PowerShell Core/Shell script when running on Linux agent or PowerShell/PowerShell Core/Batch script when running on Windows agent.
2024-05-19T21:09:27.8208904Z Version : 2.239.3
2024-05-19T21:09:27.8209078Z Author : Microsoft Corporation
2024-05-19T21:09:27.8209295Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/deploy/azure-cli
2024-05-19T21:09:27.8209609Z ==============================================================================
2024-05-19T21:09:27.9272900Z ##[debug]Using node path: /home/vsts/agents/3.239.1/externals/node20_1/bin/node
2024-05-19T21:09:28.0267981Z ##[debug]agent.TempDirectory=/home/vsts/work/_temp
2024-05-19T21:09:28.0292853Z ##[debug]loading inputs and endpoints
2024-05-19T21:09:28.0303476Z ##[debug]loading INPUT_CONNECTEDSERVICENAMEARM
2024-05-19T21:09:28.0328832Z ##[debug]loading INPUT_SCRIPTTYPE
2024-05-19T21:09:28.0335348Z ##[debug]loading INPUT_SCRIPTLOCATION
2024-05-19T21:09:28.0341016Z ##[debug]loading INPUT_SCRIPTPATH
2024-05-19T21:09:28.0347406Z ##[debug]loading INPUT_SCRIPTARGUMENTS
2024-05-19T21:09:28.0353152Z ##[debug]loading INPUT_POWERSHELLERRORACTIONPREFERENCE
2024-05-19T21:09:28.0359288Z ##[debug]loading INPUT_ADDSPNTOENVIRONMENT
2024-05-19T21:09:28.0367382Z ##[debug]loading INPUT_USEGLOBALCONFIG
2024-05-19T21:09:28.0375994Z ##[debug]loading INPUT_CWD
2024-05-19T21:09:28.0384993Z ##[debug]loading INPUT_FAILONSTANDARDERROR
2024-05-19T21:09:28.0392352Z ##[debug]loading INPUT_POWERSHELLIGNORELASTEXITCODE
2024-05-19T21:09:28.0400086Z ##[debug]loading ENDPOINT_AUTH_0d5f8d84-cdde-43d9-8a10-4559466e99a9
2024-05-19T21:09:28.0406981Z ##[debug]loading ENDPOINT_AUTH_SCHEME_0d5f8d84-cdde-43d9-8a10-4559466e99a9
2024-05-19T21:09:28.0435535Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_0d5f8d84-cdde-43d9-8a10-4559466e99a9_SERVICEPRINCIPALID
2024-05-19T21:09:28.0442298Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_0d5f8d84-cdde-43d9-8a10-4559466e99a9_AUTHENTICATIONTYPE
2024-05-19T21:09:28.0448175Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_0d5f8d84-cdde-43d9-8a10-4559466e99a9_TENANTID
2024-05-19T21:09:28.0466121Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_0d5f8d84-cdde-43d9-8a10-4559466e99a9_SERVICEPRINCIPALKEY
2024-05-19T21:09:28.0473945Z ##[debug]loading ENDPOINT_AUTH_SYSTEMVSSCONNECTION
2024-05-19T21:09:28.0479718Z ##[debug]loading ENDPOINT_AUTH_SCHEME_SYSTEMVSSCONNECTION
2024-05-19T21:09:28.0485764Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_SYSTEMVSSCONNECTION_ACCESSTOKEN
2024-05-19T21:09:28.0532786Z ##[debug]loading SECRET_SYSTEM_ACCESSTOKEN
2024-05-19T21:09:28.0538729Z ##[debug]loading SECRET_ADF_SHARED_IR_KEY
2024-05-19T21:09:28.0543992Z ##[debug]loading SECRET_CLIENT_SECRET
2024-05-19T21:09:28.0548569Z ##[debug]loading SECRET_DLS_KEY
2024-05-19T21:09:28.0553199Z ##[debug]loading SECRET_ADF_SHARED_IR_USER
2024-05-19T21:09:28.0557758Z ##[debug]loading SECRET_DLS_ENDPOINT
2024-05-19T21:09:28.0562317Z ##[debug]loaded 26
2024-05-19T21:09:28.0587363Z ##[debug]Agent.ProxyUrl=undefined
2024-05-19T21:09:28.0592533Z ##[debug]Agent.CAInfo=undefined
2024-05-19T21:09:28.0596486Z ##[debug]Agent.ClientCert=undefined
2024-05-19T21:09:28.0600106Z ##[debug]Agent.SkipCertValidation=undefined
2024-05-19T21:09:28.2401910Z ##[debug]check path : /home/vsts/work/_tasks/AzureCLI_46e4be58-730b-4389-8a2f-ea10b3e5e815/2.239.3/task.json
2024-05-19T21:09:28.2405144Z ##[debug]adding resource file: /home/vsts/work/_tasks/AzureCLI_46e4be58-730b-4389-8a2f-ea10b3e5e815/2.239.3/task.json
2024-05-19T21:09:28.2407135Z ##[debug]system.culture=en-US
2024-05-19T21:09:28.2422575Z ##[debug]which 'az'
2024-05-19T21:09:28.2429115Z ##[debug]found: '/usr/bin/az'
2024-05-19T21:09:28.2440513Z ##[debug]scriptType=pscore
2024-05-19T21:09:28.2446429Z ##[debug]scriptLocation=scriptPath
2024-05-19T21:09:28.2447305Z ##[debug]scriptArguments=-subscription_id *** -rg_groupname *** -rg_location australiaeast -aad_group ***
2024-05-19T21:09:28.2450731Z ##[debug]powerShellErrorActionPreference=stop
2024-05-19T21:09:28.2454766Z ##[debug]Agent.Version=3.239.1
2024-05-19T21:09:28.2457946Z ##[debug]Agent.TempDirectory=/home/vsts/work/_temp
2024-05-19T21:09:28.2458767Z ##[debug]scriptPath=/home/vsts/work/1/s/DeploymentArtifacts/resources/01 - Resource group.ps1
2024-05-19T21:09:28.2459754Z ##[debug]powerShellIgnoreLASTEXITCODE=false
2024-05-19T21:09:28.2463991Z ##[debug]which 'pwsh'
2024-05-19T21:09:28.2468704Z ##[debug]found: '/usr/bin/pwsh'
2024-05-19T21:09:28.2469949Z ##[debug]which '/usr/bin/pwsh'
2024-05-19T21:09:28.2471453Z ##[debug]found: '/usr/bin/pwsh'
2024-05-19T21:09:28.2473512Z ##[debug]/usr/bin/pwsh arg: -NoLogo
2024-05-19T21:09:28.2474503Z ##[debug]/usr/bin/pwsh arg: -NoProfile
2024-05-19T21:09:28.2475886Z ##[debug]/usr/bin/pwsh arg: -NonInteractive
2024-05-19T21:09:28.2476663Z ##[debug]/usr/bin/pwsh arg: -ExecutionPolicy
2024-05-19T21:09:28.2477237Z ##[debug]/usr/bin/pwsh arg: Unrestricted
2024-05-19T21:09:28.2477818Z ##[debug]/usr/bin/pwsh arg: -Command
2024-05-19T21:09:28.2478478Z ##[debug]/usr/bin/pwsh arg: . '/home/vsts/work/_temp/azureclitaskscript1716152968245.ps1'
2024-05-19T21:09:28.2483327Z ##[debug]cwd=/home/vsts/work/1/s
2024-05-19T21:09:28.2486429Z ##[debug]scriptLocation=scriptPath
2024-05-19T21:09:28.2489303Z ##[debug]failOnStandardError=false
2024-05-19T21:09:28.2492417Z ##[debug]testing directory '/home/vsts/work/1/s'
2024-05-19T21:09:28.2524133Z ##[debug]which 'az'
2024-05-19T21:09:28.2528992Z ##[debug]found: '/usr/bin/az'
2024-05-19T21:09:28.2531983Z ##[debug]/usr/bin/az arg: --version
2024-05-19T21:09:28.2533408Z ##[debug]/usr/bin/az arg: --version
2024-05-19T21:09:28.2548077Z ##[debug]exec tool: /usr/bin/az
2024-05-19T21:09:28.2556082Z ##[debug]exec tool: /usr/bin/az
2024-05-19T21:09:28.2558125Z ##[debug]arguments:
2024-05-19T21:09:28.2558784Z ##[debug]arguments:
2024-05-19T21:09:28.2559261Z ##[debug] --version
2024-05-19T21:09:28.2560023Z ##[debug] --version
2024-05-19T21:09:28.2560565Z [command]/usr/bin/az --version
2024-05-19T21:09:29.1616668Z azure-cli 2.60.0
2024-05-19T21:09:29.1618413Z
2024-05-19T21:09:29.1619243Z core 2.60.0
2024-05-19T21:09:29.1619781Z telemetry 1.1.0
2024-05-19T21:09:29.1619932Z
2024-05-19T21:09:29.1620206Z Extensions:
2024-05-19T21:09:29.1620646Z azure-devops 1.0.1
2024-05-19T21:09:29.1620851Z
2024-05-19T21:09:29.1621103Z Dependencies:
2024-05-19T21:09:29.1621545Z msal 1.28.0
2024-05-19T21:09:29.1622111Z azure-mgmt-resource 23.1.0b2
2024-05-19T21:09:29.1622291Z
2024-05-19T21:09:29.1622662Z Python location '/opt/az/bin/python3'
2024-05-19T21:09:29.1623104Z Extensions directory '/opt/az/azcliextensions'
2024-05-19T21:09:29.1623288Z
2024-05-19T21:09:29.1623743Z Python (Linux) 3.11.8 (main, Apr 24 2024, 04:14:09) [GCC 11.4.0]
2024-05-19T21:09:29.1623920Z
2024-05-19T21:09:29.1624331Z Legal docs and information: aka.ms/AzureCliLegal
2024-05-19T21:09:29.1624475Z
2024-05-19T21:09:29.1624739Z
2024-05-19T21:09:29.1625365Z Your CLI is up-to-date.
2024-05-19T21:09:29.1626020Z ##[debug]useGlobalConfig=false
2024-05-19T21:09:29.1626727Z ##[debug]Agent.TempDirectory=/home/vsts/work/_temp
2024-05-19T21:09:29.1627252Z ##[debug]Agent.TempDirectory=/home/vsts/work/_temp
2024-05-19T21:09:29.1638447Z Setting AZURE_CONFIG_DIR env variable to: /home/vsts/work/_temp/.azclitask
2024-05-19T21:09:29.1649679Z ##[debug]connectedServiceNameARM=0d5f8d84-cdde-43d9-8a10-4559466e99a9
2024-05-19T21:09:29.1655447Z ##[debug]0d5f8d84-cdde-43d9-8a10-4559466e99a9 data environment = AzureCloud
2024-05-19T21:09:29.1659911Z Setting active cloud to: AzureCloud
2024-05-19T21:09:29.1664297Z ##[debug]which 'az'
2024-05-19T21:09:29.1674521Z ##[debug]found: '/usr/bin/az'
2024-05-19T21:09:29.1678736Z ##[debug]/usr/bin/az arg: cloud set -n AzureCloud
2024-05-19T21:09:29.1682416Z ##[debug]/usr/bin/az arg: cloud set -n AzureCloud
2024-05-19T21:09:29.1686485Z ##[debug]exec tool: /usr/bin/az
2024-05-19T21:09:29.1690252Z ##[debug]exec tool: /usr/bin/az
2024-05-19T21:09:29.1694447Z ##[debug]arguments:
2024-05-19T21:09:29.1698819Z ##[debug]arguments:
2024-05-19T21:09:29.1703567Z ##[debug] cloud
2024-05-19T21:09:29.1708003Z ##[debug] cloud
2024-05-19T21:09:29.1712851Z ##[debug] set
2024-05-19T21:09:29.1717625Z ##[debug] set
2024-05-19T21:09:29.1721614Z ##[debug] -n
2024-05-19T21:09:29.1725467Z ##[debug] -n
2024-05-19T21:09:29.1729282Z ##[debug] AzureCloud
2024-05-19T21:09:29.1733057Z ##[debug] AzureCloud
2024-05-19T21:09:29.1738319Z [command]/usr/bin/az cloud set -n AzureCloud
2024-05-19T21:09:29.6104745Z ##[debug]connectedServiceNameARM=0d5f8d84-cdde-43d9-8a10-4559466e99a9
2024-05-19T21:09:29.6106041Z ##[debug]0d5f8d84-cdde-43d9-8a10-4559466e99a9 auth scheme = ServicePrincipal
2024-05-19T21:09:29.6106796Z ##[debug]0d5f8d84-cdde-43d9-8a10-4559466e99a9 data SubscriptionID = ***
2024-05-19T21:09:29.6107515Z ##[debug]0d5f8d84-cdde-43d9-8a10-4559466e99a9 auth param authenticationType = spnKey
2024-05-19T21:09:29.6108335Z ##[debug]0d5f8d84-cdde-43d9-8a10-4559466e99a9 auth param serviceprincipalid = ***
2024-05-19T21:09:29.6109056Z ##[debug]0d5f8d84-cdde-43d9-8a10-4559466e99a9 auth param tenantid = ***
2024-05-19T21:09:29.6109818Z ##[debug]key based endpoint
2024-05-19T21:09:29.6110791Z ##[debug]0d5f8d84-cdde-43d9-8a10-4559466e99a9 auth param serviceprincipalkey = ***
2024-05-19T21:09:29.6112363Z ##[debug]Processed: ##vso[task.setsecret]***
2024-05-19T21:09:29.6113197Z ##[debug]which 'az'
2024-05-19T21:09:29.6114676Z ##[debug]found: '/usr/bin/az'
2024-05-19T21:09:29.6115669Z ##[debug]/usr/bin/az arg: login --service-principal -u "" --password= --tenant "" --allow-no-subscriptions
2024-05-19T21:09:29.6117019Z ##[debug]/usr/bin/az arg: login --service-principal -u "
" --password=*** --tenant "" --allow-no-subscriptions
2024-05-19T21:09:29.6117696Z ##[debug]exec tool: /usr/bin/az
2024-05-19T21:09:29.6118256Z ##[debug]exec tool: /usr/bin/az
2024-05-19T21:09:29.6118805Z ##[debug]arguments:
2024-05-19T21:09:29.6119354Z ##[debug]arguments:
2024-05-19T21:09:29.6119878Z ##[debug] login
2024-05-19T21:09:29.6120404Z ##[debug] login
2024-05-19T21:09:29.6120941Z ##[debug] --service-principal
2024-05-19T21:09:29.6121628Z ##[debug] --service-principal
2024-05-19T21:09:29.6122146Z ##[debug] -u
2024-05-19T21:09:29.6122648Z ##[debug] -u
2024-05-19T21:09:29.6123207Z ##[debug] ***
2024-05-19T21:09:29.6123781Z ##[debug] ***
2024-05-19T21:09:29.6124375Z ##[debug] --password=

2024-05-19T21:09:29.6124977Z ##[debug] --password=***
2024-05-19T21:09:29.6125515Z ##[debug] --tenant
2024-05-19T21:09:29.6126120Z ##[debug] --tenant
2024-05-19T21:09:29.6126738Z ##[debug] ***
2024-05-19T21:09:29.6127551Z ##[debug] ***
2024-05-19T21:09:29.6128444Z ##[debug] --allow-no-subscriptions
2024-05-19T21:09:29.6129006Z ##[debug] --allow-no-subscriptions
2024-05-19T21:09:29.6130115Z [command]/usr/bin/az login --service-principal -u *** --password=*** --tenant *** --allow-no-subscriptions
2024-05-19T21:09:31.5312472Z [
2024-05-19T21:09:31.5321830Z {
2024-05-19T21:09:31.5322539Z "cloudName": "AzureCloud",
2024-05-19T21:09:31.5323444Z "homeTenantId": "",
2024-05-19T21:09:31.5324178Z "id": "
",
2024-05-19T21:09:31.5325630Z "isDefault": true,
2024-05-19T21:09:31.5326336Z "managedByTenants": [],
2024-05-19T21:09:31.5326884Z "name": "",
2024-05-19T21:09:31.5327388Z "state": "Enabled",
2024-05-19T21:09:31.5328059Z "tenantId": "
",
2024-05-19T21:09:31.5328638Z "user": {
2024-05-19T21:09:31.5329353Z "name": "",
2024-05-19T21:09:31.5330055Z "type": "servicePrincipal"
2024-05-19T21:09:31.5330597Z }
2024-05-19T21:09:31.5331072Z }
2024-05-19T21:09:31.5331512Z ]
2024-05-19T21:09:31.5332503Z ##[debug]which 'az'
2024-05-19T21:09:31.5333322Z ##[debug]found: '/usr/bin/az'
2024-05-19T21:09:31.5334717Z ##[debug]/usr/bin/az arg: account set --subscription "
"
2024-05-19T21:09:31.5335678Z ##[debug]/usr/bin/az arg: account set --subscription ""
2024-05-19T21:09:31.5336688Z ##[debug]exec tool: /usr/bin/az
2024-05-19T21:09:31.5337548Z ##[debug]exec tool: /usr/bin/az
2024-05-19T21:09:31.5339145Z ##[debug]arguments:
2024-05-19T21:09:31.5339823Z ##[debug]arguments:
2024-05-19T21:09:31.5340440Z ##[debug] account
2024-05-19T21:09:31.5341043Z ##[debug] account
2024-05-19T21:09:31.5341676Z ##[debug] set
2024-05-19T21:09:31.5342275Z ##[debug] set
2024-05-19T21:09:31.5342881Z ##[debug] --subscription
2024-05-19T21:09:31.5343676Z ##[debug] --subscription
2024-05-19T21:09:31.5344345Z ##[debug] e6bc3710-ce48-49c6-b170-f26f62906e25
2024-05-19T21:09:31.5345043Z ##[debug] e6bc3710-ce48-49c6-b170-f26f62906e25
2024-05-19T21:09:31.5345778Z [command]/usr/bin/az account set --subscription ***
2024-05-19T21:09:31.5346649Z ##[debug]addSpnToEnvironment=false
2024-05-19T21:09:31.5347351Z ##[debug]0d5f8d84-cdde-43d9-8a10-4559466e99a9 auth scheme = ServicePrincipal
2024-05-19T21:09:31.5348035Z ##[debug]exec tool: /usr/bin/pwsh
2024-05-19T21:09:31.5348676Z ##[debug]arguments:
2024-05-19T21:09:31.5349453Z ##[debug] -NoLogo
2024-05-19T21:09:31.5350084Z ##[debug] -NoProfile
2024-05-19T21:09:31.5350726Z ##[debug] -NonInteractive
2024-05-19T21:09:31.5351370Z ##[debug] -ExecutionPolicy
2024-05-19T21:09:31.5352002Z ##[debug] Unrestricted
2024-05-19T21:09:31.5352942Z ##[debug] -Command
2024-05-19T21:09:31.5353634Z ##[debug] . '/home/vsts/work/_temp/azureclitaskscript1716152968245.ps1'
2024-05-19T21:09:31.5354509Z [command]/usr/bin/pwsh -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command . '/home/vsts/work/_temp/azureclitaskscript1716152968245.ps1'
2024-05-19T21:09:32.4087140Z ***
2024-05-19T21:09:32.4089405Z ***
2024-05-19T21:09:32.4090197Z australiaeast
2024-05-19T21:09:32.4090854Z ***
2024-05-19T21:09:32.5904455Z ##[debug]Agent environment resources - Disk: / Available 21414.00 MB out of 74244.00 MB, Memory: Used 901.00 MB out of 6921.00 MB, CPU: Usage 17.35%
2024-05-19T21:09:33.6840827Z {
2024-05-19T21:09:33.6841834Z "environmentName": "AzureCloud",
2024-05-19T21:09:33.6842877Z "homeTenantId": "
",
2024-05-19T21:09:33.6843576Z "id": "",
2024-05-19T21:09:33.6844381Z "isDefault": true,
2024-05-19T21:09:33.6845670Z "managedByTenants": [],
2024-05-19T21:09:33.6846142Z "name": "Cawthron Science",
2024-05-19T21:09:33.6846561Z "state": "Enabled",
2024-05-19T21:09:33.6847113Z "tenantId": "
",
2024-05-19T21:09:33.6847698Z "user": {
2024-05-19T21:09:33.6850015Z "name": "",
2024-05-19T21:09:33.6850670Z "type": "servicePrincipal"
2024-05-19T21:09:33.6851149Z }
2024-05-19T21:09:33.6851653Z }
2024-05-19T21:09:37.5930465Z ##[debug]Agent environment resources - Disk: / Available 21414.00 MB out of 74244.00 MB, Memory: Used 907.00 MB out of 6921.00 MB, CPU: Usage 16.00%
2024-05-19T21:09:42.5936201Z ##[debug]Agent environment resources - Disk: / Available 21414.00 MB out of 74244.00 MB, Memory: Used 949.00 MB out of 6921.00 MB, CPU: Usage 14.83%
2024-05-19T21:09:42.7504284Z �[33;1mWARNING: User declined to install module (Az).�[0m
2024-05-19T21:09:45.4779265Z {
2024-05-19T21:09:45.4780539Z "id": "/subscriptions/
/resourceGroups/",
2024-05-19T21:09:45.4780999Z "location": "australiaeast",
2024-05-19T21:09:45.4781306Z "managedBy": null,
2024-05-19T21:09:45.4781675Z "name": "
",
2024-05-19T21:09:45.4781971Z "properties": {
2024-05-19T21:09:45.4782260Z "provisioningState": "Succeeded"
2024-05-19T21:09:45.4782547Z },
2024-05-19T21:09:45.4782803Z "tags": null,
2024-05-19T21:09:45.4783108Z "type": "Microsoft.Resources/resourceGroups"
2024-05-19T21:09:45.4783456Z }
2024-05-19T21:09:47.5966996Z ##[debug]Agent environment resources - Disk: / Available 21413.00 MB out of 74244.00 MB, Memory: Used 973.00 MB out of 6921.00 MB, CPU: Usage 13.87%
2024-05-19T21:09:52.5967639Z ##[debug]Agent environment resources - Disk: / Available 21413.00 MB out of 74244.00 MB, Memory: Used 978.00 MB out of 6921.00 MB, CPU: Usage 13.02%
2024-05-19T21:09:57.5998767Z ##[debug]Agent environment resources - Disk: / Available 21413.00 MB out of 74244.00 MB, Memory: Used 978.00 MB out of 6921.00 MB, CPU: Usage 12.27%
2024-05-19T21:10:02.6016410Z ##[debug]Agent environment resources - Disk: / Available 21413.00 MB out of 74244.00 MB, Memory: Used 982.00 MB out of 6921.00 MB, CPU: Usage 11.57%
2024-05-19T21:10:07.6054293Z ##[debug]Agent environment resources - Disk: / Available 21413.00 MB out of 74244.00 MB, Memory: Used 982.00 MB out of 6921.00 MB, CPU: Usage 10.99%
2024-05-19T21:10:12.6110465Z ##[debug]Agent environment resources - Disk: / Available 21413.00 MB out of 74244.00 MB, Memory: Used 982.00 MB out of 6921.00 MB, CPU: Usage 10.44%
2024-05-19T21:10:15.8098226Z �[31;1m/home/vsts/work/1/s/DeploymentArtifacts/resources/01 - Resource group.ps1 : �[31;1mThe term 'Get-AzADGroup' is not recognized as a name of a cmdlet, function, script file, or executable program.�[0m
2024-05-19T21:10:15.8100439Z �[31;1m�[31;1mCheck the spelling of the name, or if a path was included, verify that the path is correct and try again.�[0m
2024-05-19T21:10:15.8101539Z �[31;1m�[31;1mAt /home/vsts/work/_temp/azureclitaskscript1716152968245.ps1:3 char:1�[0m
2024-05-19T21:10:15.8103775Z �[31;1m�[31;1m+ . '/home/vsts/work/1/s/DeploymentArtifacts/resources/01 - Resource gr …�[0m
2024-05-19T21:10:15.8104596Z �[31;1m�[31;1m+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m
2024-05-19T21:10:15.8105307Z �[31;1m�[31;1m+ CategoryInfo : ObjectNotFound: (Get-AzADGroup:String) [01 - Resource group.ps1], CommandNotFoundException�[0m
2024-05-19T21:10:15.8106292Z �[31;1m�[31;1m+ FullyQualifiedErrorId : CommandNotFoundException,01 - Resource group.ps1�[0m
2024-05-19T21:10:15.9177953Z
2024-05-19T21:10:15.9222538Z ##[debug]Exit code 1 received from tool '/usr/bin/pwsh'
2024-05-19T21:10:15.9230789Z ##[debug]STDIO streams have closed for tool '/usr/bin/pwsh'
2024-05-19T21:10:15.9248127Z ##[debug]task result: Failed
2024-05-19T21:10:15.9297337Z ##[error]Script failed with exit code: 1
2024-05-19T21:10:15.9306200Z ##[debug]Processed: ##vso[task.issue type=error;source=TaskInternal;]Script failed with exit code: 1
2024-05-19T21:10:15.9308209Z ##[debug]Processed: ##vso[task.complete result=Failed;]Script failed with exit code: 1
2024-05-19T21:10:15.9309118Z ##[debug]which 'az'
2024-05-19T21:10:15.9310172Z ##[debug]found: '/usr/bin/az'
2024-05-19T21:10:15.9311247Z ##[debug]/usr/bin/az arg: account clear
2024-05-19T21:10:15.9312181Z ##[debug]/usr/bin/az arg: account clear
2024-05-19T21:10:15.9313095Z ##[debug]exec tool: /usr/bin/az
2024-05-19T21:10:15.9313986Z ##[debug]exec tool: /usr/bin/az
2024-05-19T21:10:15.9314893Z ##[debug]arguments:
2024-05-19T21:10:15.9315765Z ##[debug]arguments:
2024-05-19T21:10:15.9316635Z ##[debug] account
2024-05-19T21:10:15.9317511Z ##[debug] account
2024-05-19T21:10:15.9324056Z ##[debug] clear
2024-05-19T21:10:15.9325047Z ##[debug] clear
2024-05-19T21:10:15.9325781Z [command]/usr/bin/az account clear
2024-05-19T21:10:16.5795278Z ##[section]Finishing: Provision Resource Group

from azure-pipelines-tasks.

v-schhabra avatar v-schhabra commented on June 26, 2024

@jakerosedatacom We are checking on the issue above and will share the updates soon.

from azure-pipelines-tasks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.