From e4d8ed65670faf4851bb0faea1d869cc32e123fc Mon Sep 17 00:00:00 2001 From: nick863 <30440255+nick863@users.noreply.github.com> Date: Fri, 31 Oct 2025 10:24:35 -0700 Subject: [PATCH] Add tsp files and CI/CD --- sdk/ai/Azure.AI.Agents/tsp-location.yaml | 6 ++++ sdk/ai/Azure.AI.Projects/tsp-location.yaml | 6 ++++ sdk/ai/ci.agents.yml | 37 ++++++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 sdk/ai/Azure.AI.Agents/tsp-location.yaml create mode 100644 sdk/ai/Azure.AI.Projects/tsp-location.yaml create mode 100644 sdk/ai/ci.agents.yml diff --git a/sdk/ai/Azure.AI.Agents/tsp-location.yaml b/sdk/ai/Azure.AI.Agents/tsp-location.yaml new file mode 100644 index 000000000000..cbabfa6fb2bc --- /dev/null +++ b/sdk/ai/Azure.AI.Agents/tsp-location.yaml @@ -0,0 +1,6 @@ +directory: specification/ai/Azure.AI.Agents.V2.csharp +commit: b7220aba707e67f502b30c146a1aa4494f581521 +repo: Azure/azure-rest-api-specs-pr +emitterPackageJsonPath: eng/http-client-csharp-emitter-package.json +additionalDirectories: + - specification/ai/Azure.AI.Projects \ No newline at end of file diff --git a/sdk/ai/Azure.AI.Projects/tsp-location.yaml b/sdk/ai/Azure.AI.Projects/tsp-location.yaml new file mode 100644 index 000000000000..16660a28e54e --- /dev/null +++ b/sdk/ai/Azure.AI.Projects/tsp-location.yaml @@ -0,0 +1,6 @@ +directory: specification/ai/Azure.AI.Projects.csharp +commit: 93affa064715c1814ebbe3a69d4148413f800c45 +repo: Azure/azure-rest-api-specs-pr +emitterPackageJsonPath: eng/http-client-csharp-emitter-package.json +additionalDirectories: + - specification/ai/Azure.AI.Projects \ No newline at end of file diff --git a/sdk/ai/ci.agents.yml b/sdk/ai/ci.agents.yml new file mode 100644 index 000000000000..c27fbef895c5 --- /dev/null +++ b/sdk/ai/ci.agents.yml @@ -0,0 +1,37 @@ +# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file. + +trigger: + branches: + include: + - main + - hotfix/* + - release/* + - feature/* + paths: + include: + - sdk/ai + - sdk/ai/ci.agents.yml + - sdk/ai/Azure.AI.Agents + +pr: + branches: + include: + - main + - feature/* + - hotfix/* + - release/* + - feature/* + paths: + include: + - sdk/ai + - sdk/ai/ci.agents.yml + - sdk/ai/Azure.AI.Agents + +extends: + template: /eng/pipelines/templates/stages/archetype-sdk-client.yml + parameters: + ServiceDirectory: ai + ArtifactName: packages + Artifacts: + - name: Azure.AI.Agents + safeName: AzureAIAgents