From b932660190ecf264f3c89cf703636fe237f272dd Mon Sep 17 00:00:00 2001 From: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com> Date: Mon, 5 Jan 2026 17:53:26 +0800 Subject: [PATCH 1/3] Add Python client names for HealthBot management --- specification/healthbot/HealthBot.Management/client.tsp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specification/healthbot/HealthBot.Management/client.tsp b/specification/healthbot/HealthBot.Management/client.tsp index fe61ad870d07..c7cff20d48ba 100644 --- a/specification/healthbot/HealthBot.Management/client.tsp +++ b/specification/healthbot/HealthBot.Management/client.tsp @@ -1,5 +1,8 @@ import "@azure-tools/typespec-client-generator-core"; import "./main.tsp"; using Azure.ClientGenerator.Core; +using Microsoft.HealthBot; @@clientName(Microsoft.HealthBot, "HealthbotClient", "javascript"); +@@clientName(Microsoft.HealthBot, "HealthBotMgmtClient", "python"); +@@clientName(IdentityType, "IdentityType", "python"); From 82dec8c32a07eeefbc15e3380e10e24001ef161a Mon Sep 17 00:00:00 2001 From: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com> Date: Tue, 6 Jan 2026 10:17:36 +0800 Subject: [PATCH 2/3] Update client.tsp --- specification/healthbot/HealthBot.Management/client.tsp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/specification/healthbot/HealthBot.Management/client.tsp b/specification/healthbot/HealthBot.Management/client.tsp index c7cff20d48ba..47cec8800913 100644 --- a/specification/healthbot/HealthBot.Management/client.tsp +++ b/specification/healthbot/HealthBot.Management/client.tsp @@ -1,8 +1,7 @@ import "@azure-tools/typespec-client-generator-core"; import "./main.tsp"; using Azure.ClientGenerator.Core; -using Microsoft.HealthBot; @@clientName(Microsoft.HealthBot, "HealthbotClient", "javascript"); @@clientName(Microsoft.HealthBot, "HealthBotMgmtClient", "python"); -@@clientName(IdentityType, "IdentityType", "python"); +@@clientName(Microsoft.HealthBot.IdentityType, "IdentityType", "python"); From 57ea926e25b7592e41763f583f2902ee37ebb1ff Mon Sep 17 00:00:00 2001 From: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:18:45 +0800 Subject: [PATCH 3/3] Update client.tsp --- specification/healthbot/HealthBot.Management/client.tsp | 1 - 1 file changed, 1 deletion(-) diff --git a/specification/healthbot/HealthBot.Management/client.tsp b/specification/healthbot/HealthBot.Management/client.tsp index 47cec8800913..d26d7a05676f 100644 --- a/specification/healthbot/HealthBot.Management/client.tsp +++ b/specification/healthbot/HealthBot.Management/client.tsp @@ -4,4 +4,3 @@ using Azure.ClientGenerator.Core; @@clientName(Microsoft.HealthBot, "HealthbotClient", "javascript"); @@clientName(Microsoft.HealthBot, "HealthBotMgmtClient", "python"); -@@clientName(Microsoft.HealthBot.IdentityType, "IdentityType", "python");