Skip to content

Commit 60ebdb4

Browse files
authored
Updated variable name due to kusto move. (#21956)
1 parent 5b78192 commit 60ebdb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines/test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
pwsh: true
103103
targetType: filePath
104104
filePath: ./tools/TestFx/Coverage/SaveTestCoverageResult.ps1
105-
arguments: CITest $(KustoServicePrincipalTenantId) $(KustoServicePrincipalId) $(KustoServicePrincipalSecret) $(KustoClusterName) $(KustoClusterRegion)
105+
arguments: CITest $(KustoTenantId) $(KustoServicePrincipalId) $(KustoServicePrincipalSecret) $(KustoClusterName) $(KustoClusterRegion)
106106

107107
- task: PowerShell@2
108108
displayName: Update Test Coverage Baseline

.azure-pipelines/util/live-test-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
pwsh: true
134134
targetType: filePath
135135
filePath: ./tools/TestFx/Live/SaveLiveTestResult.ps1
136-
arguments: $(LiveTestTenantId) $(KustoServicePrincipalId) $(KustoServicePrincipalSecret) $(KustoClusterName) $(KustoClusterRegion)
136+
arguments: $(KustoTenantId) $(KustoServicePrincipalId) $(KustoServicePrincipalSecret) $(KustoClusterName) $(KustoClusterRegion)
137137

138138
- task: PublishPipelineArtifact@1
139139
displayName: Publish live test results to pipeline artifact

0 commit comments

Comments
 (0)