diff --git a/.pipelines/azure_pipeline_mergedbranches.yaml b/.pipelines/azure_pipeline_mergedbranches.yaml index 2e2fa1d3f..0f2d4049f 100644 --- a/.pipelines/azure_pipeline_mergedbranches.yaml +++ b/.pipelines/azure_pipeline_mergedbranches.yaml @@ -1062,7 +1062,7 @@ extends: azureSubscription: 'ContainerInsights_Build_Subscription_CI' environmentName: 'CI-Agent-Dev-Aks-All-Nodes' dependsOnDeployJob: 'Deploy_AmaLogs_ci_logs_dev_aks_all_nodes' - azureClientId: 'AllNodesClientId' + azureClientId: $(AllNodesClientId) azureTenantId: $(CI_BUILD_AZURE_TENANT_ID) teamsWebhookUri: $(TeamsWebhookUri) additionalTestParams: 'PerNodeLogCoverage=true'