Skip to content

Commit b145163

Browse files
authored
Merge branch 'main' into vikeshi26/arm-lease-files
2 parents 008f3cd + 0dde228 commit b145163

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.mcp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"mcpServers": {
3+
"azure-sdk-mcp": {
4+
"type": "stdio",
5+
"command": "pwsh",
6+
"args": [
7+
"./eng/common/mcp/azure-sdk-mcp.ps1",
8+
"-Run"
9+
]
10+
}
11+
}
12+
}

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)