File: README.md

package info (click to toggle)
python-azure 20230112%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 749,544 kB
  • sloc: python: 6,815,827; javascript: 287; makefile: 195; xml: 109; sh: 105
file content (49 lines) | stat: -rw-r--r-- 2,305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
### Settings

```yaml
input-file: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/loadtestservice/data-plane/Microsoft.LoadTestService/preview/2022-06-01-preview/loadtestservice.json
output-folder: ../
namespace: azure.developer.loadtesting
package-name: azure-developer-loadtesting
license-header: MICROSOFT_MIT_NO_VERSION
title: LoadTestingClient
package-version: 1.0.0b2
package-mode: dataplane
package-pprint-name: Azure Developer LoadTesting
security: AADToken
security-scopes: https://cnt-prod.loadtesting.azure.com/.default
directive:
    - from: swagger-document 
      where: $["paths"]["/serverMetricsConfig/supportedResourceTypes"].get
      transform: $["operationId"] = "ServerMetrics_ListSupportedResourceTypes"
    - from: swagger-document
      where: $["paths"]["/testruns/sortAndFilter"].get
      transform: $["operationId"] = "TestRun_ListTestRuns"
    - from: swagger-document
      where: $["paths"]["/serverMetricsConfig"].get
      transform: $["operationId"] = "ServerMetrics_ListGetServerMetrics"
    - from: swagger-document
      where: $["paths"]["/appcomponents/{name}"].delete
      transform: $["operationId"] = "AppComponent_DeleteAppComponents"
    - from: swagger-document
      where: $["paths"]["/loadtests/{testId}/files"].get
      transform: $["operationId"] = "Test_ListTestFiles"
    - from: swagger-document
      where: $["paths"]["/testruns/sortAndFilter"].get
      transform: $["operationId"] = "TestRun_ListTestRuns"
    - from: swagger-document
      where: $["paths"]["/testruns/{testRunId}"].patch
      transform: $["operationId"] = "TestRun_CreateOrUpdateTest"
    - from: swagger-document
      where: $["paths"]["/serverMetricsConfig/{name}"].get
      transform: $["operationId"] = "ServerMetrics_GetServerMetricsConfigByName"
    - from: swagger-document
      where: $["paths"]["/serverMetricsConfig/{name}"].delete
      transform: $["operationId"] = "ServerMetrics_DeleteServerMetricsConfig"
    - from: swagger-document
      where: $["paths"]["/serverMetricsConfig"].get
      transform: $["operationId"] = "ServerMetrics_GetServerMetricsConfig"
    - from: swagger-document
      where: $["paths"]["/serverMetricsConfig/default"].get
      transform: $["operationId"] = "ServerMetrics_GetServerDefaultMetricsConfig"
```