From 7b05fb6ba25b856200856ad3e08e43f3c39ad030 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Tue, 11 Nov 2025 13:21:29 +0800 Subject: [PATCH] Add clientName for createdByType in back-compatible.tsp to mitigate python breaking --- .../keyvault/KeyVault.Management/back-compatible.tsp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/keyvault/KeyVault.Management/back-compatible.tsp b/specification/keyvault/KeyVault.Management/back-compatible.tsp index ce44c52806ca..61053e009e07 100644 --- a/specification/keyvault/KeyVault.Management/back-compatible.tsp +++ b/specification/keyvault/KeyVault.Management/back-compatible.tsp @@ -152,6 +152,10 @@ using Azure.Core; "ArmResource", "python" ); +@@clientName(Azure.ResourceManager.CommonTypes.createdByType, + "IdentityType", + "python" +); @@clientName(VaultListResult, "ResourceListResult"); @@clientName(MhsmServiceTagRule, "MHSMServiceTagRule", "!java,!csharp");