|
100 | 100 | "\t\"name\": \"ApiCenterOnboardingPlugin\",", |
101 | 101 | "\t\"enabled\": true,", |
102 | 102 | "\t\"pluginPath\": \"~appFolder/plugins/dev-proxy-plugins.dll\",", |
103 | | - "\t\"configSection\": \"apiCenterOnboardingPlugin\",", |
| 103 | + "\t\"configSection\": \"apiCenterOnboardingPlugin\"", |
104 | 104 | "}" |
105 | 105 | ], |
106 | 106 | "description": "ApiCenterOnboardingPlugin instance" |
|
113 | 113 | "\t\"resourceGroupName\": \"resource-group-name\",", |
114 | 114 | "\t\"serviceName\": \"apic-instance\",", |
115 | 115 | "\t\"workspaceName\": \"default\",", |
116 | | - "\t\"serviceName\": true", |
| 116 | + "\t\"createApicEntryForNewApis\": true", |
117 | 117 | "}" |
118 | 118 | ], |
119 | 119 | "description": "ApiCenterOnboardingPlugin config section" |
|
159 | 159 | "body": [ |
160 | 160 | "\"cachingGuidance\": {", |
161 | 161 | "\t\"cacheThresholdSeconds\": 5", |
162 | | - "}," |
| 162 | + "}" |
163 | 163 | ], |
164 | 164 | "description": "CachingGuidancePlugin config section" |
165 | 165 | }, |
|
180 | 180 | "body": [ |
181 | 181 | "\"customersApi\": {", |
182 | 182 | "\t\"apiFile\": \"customers-api.json\"", |
183 | | - "}," |
| 183 | + "}" |
184 | 184 | ], |
185 | 185 | "description": "CrudApiPlugin config section" |
186 | 186 | }, |
|
234 | 234 | "body": [ |
235 | 235 | "\"devTools\": {", |
236 | 236 | "\t\"preferredBrowser\": \"Edge\"", |
237 | | - "}," |
| 237 | + "}" |
238 | 238 | ], |
239 | 239 | "description": "DevToolsPlugin config section" |
240 | 240 | }, |
|
255 | 255 | "body": [ |
256 | 256 | "\"mocksPlugin\": {", |
257 | 257 | "\t\"mocksFile\": \"mocks.json\"", |
258 | | - "}," |
| 258 | + "}" |
259 | 259 | ], |
260 | 260 | "description": "EntraMockResponsePlugin config section" |
261 | 261 | }, |
|
276 | 276 | "body": [ |
277 | 277 | "\"executionSummaryPlugin\": {", |
278 | 278 | "\t\"groupBy\": \"url\"", |
279 | | - "}," |
| 279 | + "}" |
280 | 280 | ], |
281 | 281 | "description": "ExecutionSummaryPlugin config section" |
282 | 282 | }, |
|
297 | 297 | "body": [ |
298 | 298 | "\"genericRandomErrorPlugin\": {", |
299 | 299 | "\t\"errorsFile\": \"errors.json\"", |
300 | | - "}," |
| 300 | + "}" |
301 | 301 | ], |
302 | 302 | "description": "GenericRandomErrorPlugin config section" |
303 | 303 | }, |
|
407 | 407 | "body": [ |
408 | 408 | "\"graphRandomErrorPlugin\": {", |
409 | 409 | "\t\"allowedErrors\": [ 429, 500, 502, 503, 504, 507 ]", |
410 | | - "}," |
| 410 | + "}" |
411 | 411 | ], |
412 | 412 | "description": "GraphRandomErrorPlugin config section" |
413 | 413 | }, |
|
471 | 471 | "\"latencyPlugin\": {", |
472 | 472 | "\t\"minMs\": 200,", |
473 | 473 | "\t\"maxMs\": 10000", |
474 | | - "}," |
| 474 | + "}" |
475 | 475 | ], |
476 | 476 | "description": "LatencyPlugin config section" |
477 | 477 | }, |
|
492 | 492 | "body": [ |
493 | 493 | "\"minimalPermissionsGuidancePlugin\": {", |
494 | 494 | "\t\"filePath\": \"permissions-summary.json\"", |
495 | | - "}," |
| 495 | + "}" |
496 | 496 | ], |
497 | 497 | "description": "MinimalPermissionsGuidancePlugin config section" |
498 | 498 | }, |
|
513 | 513 | "body": [ |
514 | 514 | "\"minimalPermissionsPlugin\": {", |
515 | 515 | "\t\"type\": \"delegated\"", |
516 | | - "}," |
| 516 | + "}" |
517 | 517 | ], |
518 | 518 | "description": "MinimalPermissionsPlugin config section" |
519 | 519 | }, |
|
545 | 545 | "body": [ |
546 | 546 | "\"mockRequestPlugin\": {", |
547 | 547 | "\t\"mockFile\": \"mock-request.json\"", |
548 | | - "}," |
| 548 | + "}" |
549 | 549 | ], |
550 | 550 | "description": "MockResponsePlugin config section" |
551 | 551 | }, |
|
566 | 566 | "body": [ |
567 | 567 | "\"mocksPlugin\": {", |
568 | 568 | "\t\"mocksFile\": \"mocks.json\"", |
569 | | - "}," |
| 569 | + "}" |
570 | 570 | ], |
571 | 571 | "description": "MockResponsePlugin config section" |
572 | 572 | }, |
|
639 | 639 | "\t\"costPerRequest\": 2,", |
640 | 640 | "\t\"rateLimit\": 120,", |
641 | 641 | "\t\"retryAfterSeconds\": 5", |
642 | | - "}," |
| 642 | + "}" |
643 | 643 | ], |
644 | 644 | "description": "RateLimitingPlugin config section" |
645 | 645 | }, |
|
0 commit comments