From b94a47f9267b783fbe9a4f83951b680317d338cb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 3 Dec 2025 22:08:53 +0000 Subject: [PATCH 1/2] Initial plan From dbae4f523f5e235e252415096e4d9e05b3e957e7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 3 Dec 2025 22:35:07 +0000 Subject: [PATCH 2/2] Add .NET (C#) emitter configuration to tspconfig.yaml for SDK generation Co-authored-by: azure-sdk <53356347+azure-sdk@users.noreply.github.com> --- specification/containerservice/Fleet.Management/tspconfig.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specification/containerservice/Fleet.Management/tspconfig.yaml b/specification/containerservice/Fleet.Management/tspconfig.yaml index 4e3aa5645578..b5a14f28df0c 100644 --- a/specification/containerservice/Fleet.Management/tspconfig.yaml +++ b/specification/containerservice/Fleet.Management/tspconfig.yaml @@ -17,6 +17,9 @@ options: output-file: "{azure-resource-provider-folder}/{service-name}/fleet/{version-status}/{version}/fleets.json" omit-unreachable-types: true use-read-only-status-schema: true + "@azure-typespec/http-client-csharp-mgmt": + namespace: "Azure.ResourceManager.ContainerServiceFleet" + emitter-output-dir: "{output-dir}/{service-dir}/Azure.ResourceManager.ContainerServiceFleet" "@azure-tools/typespec-python": service-dir: "sdk/containerservice" package-dir: "azure-mgmt-containerservicefleet"