Skip to content

Commit af75984

Browse files
Add Python support to client names in client.tsp (#37068)
1 parent 0d3ffc7 commit af75984

File tree

1 file changed

+3
-2
lines changed
  • specification/storagemover/StorageMover.Management

1 file changed

+3
-2
lines changed

specification/storagemover/StorageMover.Management/client.tsp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,11 @@ using Azure.Core;
7171
"UsernameUriString",
7272
"csharp"
7373
);
74-
@@clientName(Minute.`0`, "Zero", "csharp,go");
75-
@@clientName(Minute.`30`, "Thirty", "csharp,go");
74+
@@clientName(Minute.`0`, "Zero", "csharp,go,python");
75+
@@clientName(Minute.`30`, "Thirty", "csharp,go,python");
7676
@@usage(JobRun, Usage.input, "csharp");
7777
@@usage(JobRunError, Usage.output, "csharp");
78+
@@clientName(Microsoft.StorageMover, "StorageMoverMgmtClient", "python");
7879

7980
// Java SDK migration fixes
8081
@@clientName(AgentProperties.localIPAddress, "localIpAddress", "java");

0 commit comments

Comments
 (0)