This repository was archived by the owner on Sep 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 15
15
" ${input:subscription}" ,
16
16
" --account-name" ,
17
17
" ${input:cosmosAccountName}" ,
18
- " --retry-max-retries" ,
18
+ " --retry-max-retries" ,
19
19
" 0"
20
20
],
21
21
"cwd" : " ${workspaceFolder}" ,
285
285
" list" ,
286
286
" --subscription" ,
287
287
" ${input:subscription}" ,
288
+ " --resource-group" ,
289
+ " ${input:resourceGroup}" ,
290
+ " --workspace" ,
291
+ " ${input:workspace}"
288
292
],
289
293
"cwd" : " ${workspaceFolder}" ,
290
294
"console" : " integratedTerminal" ,
315
319
"DOTNET_ENVIRONMENT" : " Development"
316
320
}
317
321
},
318
- {
322
+ {
319
323
"name" : " Debug Monitor Log Query" ,
320
324
"type" : " coreclr" ,
321
325
"request" : " launch" ,
420
424
"compounds" : [
421
425
{
422
426
"name" : " Debug MCP Server" ,
423
- "configurations" : [" Launch MCP Server" , " Attach to MCP Server" ]
427
+ "configurations" : [
428
+ " Launch MCP Server" ,
429
+ " Attach to MCP Server"
430
+ ]
424
431
}
425
432
],
426
433
"inputs" : [
487
494
"type" : " promptString" ,
488
495
"description" : " Cosmos DB Container Name" ,
489
496
"default" : " "
490
- }, {
497
+ },
498
+ {
491
499
"id" : " resourceGroup" ,
492
500
"type" : " promptString" ,
493
501
"description" : " Azure Resource Group" ,
Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ public async Task Should_list_monitor_tables()
50
50
{
51
51
{ "subscription" , Settings . SubscriptionId } ,
52
52
{ "workspace" , Settings . ResourceBaseName } ,
53
- { "resource-group" , Settings . ResourceGroupName }
53
+ { "resource-group" , Settings . ResourceGroupName } ,
54
+ { "table-type" , "Microsoft" }
54
55
} ) ;
55
56
56
57
var tablesArray = result . AssertProperty ( "tables" ) ;
You can’t perform that action at this time.
0 commit comments