Skip to content

Commit cf020d2

Browse files
authored
Batch Csharp name update (#42687)
* name update
1 parent 9119b7d commit cf020d2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

specification/batch/data-plane/Batch/client.tsp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ interface BatchClient {
154154
"csharp"
155155
);
156156
@@alternateType(Azure.Batch.DiskCustomerManagedKey.keyUrl, url, "csharp");
157+
@@clientName(Azure.Batch.DiskCustomerManagedKey.keyUrl, "keyUri", "csharp");
157158

158159
@@clientName(BatchClient.listJobsFromSchedule,
159160
"listJobsFromSchedule",
@@ -255,6 +256,10 @@ interface BatchClient {
255256
"taskRootDirectoryUri",
256257
"csharp"
257258
);
259+
@@clientName(Azure.Batch.CommonListParameters.maxresults,
260+
"maxResults",
261+
"csharp"
262+
);
258263
@@clientName(Azure.Batch.BatchPool.url, "uri", "csharp");
259264
@@clientName(Azure.Batch.BatchTask.url, "uri", "csharp");
260265
@@clientName(Azure.Batch.BatchNodeInfo.nodeUrl, "nodeUri", "csharp");

0 commit comments

Comments
 (0)