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 @@ + + + + + +