Skip to content

Commit 55e794b

Browse files
msyycCopilot
andauthored
[powerbidedicated] Add python client name customization (#44437)
Set the Python SDK client name to PowerBIDedicatedMgmtClient via @@clientName python override for the Microsoft.PowerBIDedicated TypeSpec. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent dad62dd commit 55e794b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/PowerBIDedicated

specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/PowerBIDedicated/client.tsp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ using Azure.Core;
66
using Azure.ResourceManager.Foundations;
77
using Microsoft.PowerBIDedicated;
88

9+
@@clientName(
10+
Microsoft.PowerBIDedicated,
11+
"PowerBIDedicatedMgmtClient",
12+
"python"
13+
);
14+
915
@@clientName(Capacities.getDetails, "get", "csharp");
1016
@@clientName(
1117
CheckCapacityNameAvailabilityParameters,

0 commit comments

Comments
 (0)