Skip to content

Commit 56c35d0

Browse files
authored
{CI} Temporarily disable these tasks before migrating to managed identity. (Azure#29111)
1 parent af2f9f3 commit 56c35d0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

azure-pipelines-full-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,4 @@ jobs:
174174
PROJECT_TYPE: $(System.TeamProject)
175175
BUILD_ID: $(Build.BuildId)
176176
JOB_ID: $(System.JobId)
177+
enabled: false

azure-pipelines.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1206,6 +1206,7 @@ jobs:
12061206
KUSTO_DATABASE: $(KUSTO_DATABASE)
12071207
KUSTO_TABLE: $(KUSTO_TABLE)
12081208
KUSTO_TENANT_ID: $(KUSTO_TENANT_ID)
1209+
enabled: false
12091210
12101211
#- job: VerifySphinxDocumentGenerator
12111212
# displayName: "Verify Sphinx Document Generator"
@@ -1286,3 +1287,4 @@ jobs:
12861287
PROJECT_TYPE: $(System.TeamProject)
12871288
BUILD_ID: $(Build.BuildId)
12881289
JOB_ID: $(System.JobId)
1290+
enabled: false

0 commit comments

Comments
 (0)