From e00bba543236a49ede8fc216f851c7d7698d4c63 Mon Sep 17 00:00:00 2001 From: Andrew Niven Date: Sat, 10 Feb 2024 10:32:53 +0000 Subject: [PATCH] Add back Python SDK after fixes to autogen --- .../Azure.ProgrammableConnectivity/tspconfig.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/programmableconnectivity/Azure.ProgrammableConnectivity/tspconfig.yaml b/specification/programmableconnectivity/Azure.ProgrammableConnectivity/tspconfig.yaml index 1ded15f61f06..70877fbdf030 100644 --- a/specification/programmableconnectivity/Azure.ProgrammableConnectivity/tspconfig.yaml +++ b/specification/programmableconnectivity/Azure.ProgrammableConnectivity/tspconfig.yaml @@ -17,6 +17,10 @@ options: clear-output-folder: true model-namespace: false namespace: "{package-dir}" + "@azure-tools/typespec-python": + package-mode: "dataplane" + package-dir: "azure-programmableconnectivity" + package-name: "{package-dir}" linter: extends: - "@azure-tools/typespec-azure-core/all"