From 44613fb7196cedf61530392e3ff12fc42ca8faea Mon Sep 17 00:00:00 2001 From: Heath Stewart Date: Mon, 17 Jul 2023 10:25:40 -0700 Subject: [PATCH] Disable deprecated track 1 SDKs from building These are generating CG alerts unnecessary and are both deprecated in favor of Azure Monitor Query SDK. --- sdk/applicationinsights/ci.yml | 25 +----------------------- sdk/applicationinsights/service.projects | 6 ++++++ sdk/operationalinsights/ci.yml | 25 +----------------------- sdk/operationalinsights/service.projects | 6 ++++++ 4 files changed, 14 insertions(+), 48 deletions(-) create mode 100644 sdk/applicationinsights/service.projects create mode 100644 sdk/operationalinsights/service.projects diff --git a/sdk/applicationinsights/ci.yml b/sdk/applicationinsights/ci.yml index fcaac8298ee24..a78ba2f28a032 100644 --- a/sdk/applicationinsights/ci.yml +++ b/sdk/applicationinsights/ci.yml @@ -1,28 +1,5 @@ # NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file. -trigger: - branches: - include: - - main - - hotfix/* - - release/* - paths: - include: - - sdk/applicationinsights/ - exclude: - - sdk/applicationinsights/Azure.ResourceManager.ApplicationInsights/ - -pr: - branches: - include: - - main - - feature/* - - hotfix/* - - release/* - paths: - include: - - sdk/applicationinsights/ - exclude: - - sdk/applicationinsights/Azure.ResourceManager.ApplicationInsights/ +trigger: none extends: template: /eng/pipelines/templates/stages/archetype-sdk-client.yml diff --git a/sdk/applicationinsights/service.projects b/sdk/applicationinsights/service.projects new file mode 100644 index 0000000000000..7464b3dc6394c --- /dev/null +++ b/sdk/applicationinsights/service.projects @@ -0,0 +1,6 @@ + + + + + + diff --git a/sdk/operationalinsights/ci.yml b/sdk/operationalinsights/ci.yml index aa7e0f7c90f67..9b1f323282154 100644 --- a/sdk/operationalinsights/ci.yml +++ b/sdk/operationalinsights/ci.yml @@ -1,29 +1,6 @@ # NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file. -trigger: - branches: - include: - - main - - hotfix/* - - release/* - paths: - include: - - sdk/operationalinsights/ - exclude: - - sdk/operationalinsights/Azure.ResourceManager.OperationalInsights/ - -pr: - branches: - include: - - main - - feature/* - - hotfix/* - - release/* - paths: - include: - - sdk/operationalinsights/ - exclude: - - sdk/operationalinsights/Azure.ResourceManager.OperationalInsights/ +trigger: none extends: template: /eng/pipelines/templates/stages/archetype-sdk-client.yml diff --git a/sdk/operationalinsights/service.projects b/sdk/operationalinsights/service.projects new file mode 100644 index 0000000000000..ce379d5b605e2 --- /dev/null +++ b/sdk/operationalinsights/service.projects @@ -0,0 +1,6 @@ + + + + + +