Skip to content

Commit 9a43c11

Browse files
mjmadhumikeharder
andauthored
Cp malt mpt integration stable (#36242)
* Base commit * Added stable api-version * Renamed the api-version * Renamed the api-version * Updated default version * Updated readme file as suggested * Folder structure v2 incorporated for Typespec as well * Revert "Folder structure v2 incorporated for Typespec as well" This reverts commit 977cfe7. * Updated docs --------- Co-authored-by: Mike Harder <[email protected]>
1 parent da46c2b commit 9a43c11

File tree

41 files changed

+2154
-162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2154
-162
lines changed

specification/loadtestservice/Playwright.Management/examples/2025-07-01-preview/PlaywrightWorkspaces_CreateOrUpdate.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"dataplaneUri": "https://api.dataplane.00000000-0000-0000-0000-000000000000.domain.com",
2626
"regionalAffinity": "Enabled",
2727
"localAuth": "Enabled",
28+
"workspaceId": "00000000-0000-0000-0000-000000000000",
2829
"provisioningState": "Succeeded"
2930
},
3031
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/PlaywrightWorkspaces/myWorkspace",
@@ -53,6 +54,7 @@
5354
"dataplaneUri": "https://api.dataplane.00000000-0000-0000-0000-000000000000.domain.com",
5455
"regionalAffinity": "Enabled",
5556
"localAuth": "Enabled",
57+
"workspaceId": "00000000-0000-0000-0000-000000000000",
5658
"provisioningState": "Succeeded"
5759
},
5860
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/PlaywrightWorkspaces/myWorkspace",

specification/loadtestservice/Playwright.Management/examples/2025-07-01-preview/PlaywrightWorkspaces_Get.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"dataplaneUri": "https://api.dataplane.00000000-0000-0000-0000-000000000000.domain.com",
1616
"regionalAffinity": "Enabled",
1717
"localAuth": "Enabled",
18+
"workspaceId": "00000000-0000-0000-0000-000000000000",
1819
"provisioningState": "Succeeded"
1920
},
2021
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/PlaywrightWorkspaces/myWorkspace",

specification/loadtestservice/Playwright.Management/examples/2025-07-01-preview/PlaywrightWorkspaces_ListByResourceGroup.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"dataplaneUri": "https://api.dataplane.00000000-0000-0000-0000-000000000000.domain.com",
1717
"regionalAffinity": "Enabled",
1818
"localAuth": "Enabled",
19+
"workspaceId": "00000000-0000-0000-0000-000000000000",
1920
"provisioningState": "Succeeded"
2021
},
2122
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/PlaywrightWorkspaces/myWorkspace",

specification/loadtestservice/Playwright.Management/examples/2025-07-01-preview/PlaywrightWorkspaces_ListBySubscription.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"dataplaneUri": "https://api.dataplane.00000000-0000-0000-0000-000000000000.domain.com",
1616
"regionalAffinity": "Enabled",
1717
"localAuth": "Enabled",
18+
"workspaceId": "00000000-0000-0000-0000-000000000000",
1819
"provisioningState": "Succeeded"
1920
},
2021
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/PlaywrightWorkspaces/myWorkspace",

specification/loadtestservice/Playwright.Management/examples/2025-07-01-preview/PlaywrightWorkspaces_Update.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"dataplaneUri": "https://api.dataplane.00000000-0000-0000-0000-000000000000.domain.com",
2525
"regionalAffinity": "Disabled",
2626
"localAuth": "Enabled",
27+
"workspaceId": "00000000-0000-0000-0000-000000000000",
2728
"provisioningState": "Succeeded"
2829
},
2930
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/PlaywrightWorkspaces/myWorkspace",
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"title": "Operations_List",
3+
"operationId": "Operations_List",
4+
"parameters": {
5+
"api-version": "2025-09-01"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"value": [
11+
{
12+
"name": "Microsoft.LoadTestService/loadTests/Write",
13+
"isDataAction": false,
14+
"display": {
15+
"provider": "Microsoft.LoadTestService",
16+
"resource": "loadTests",
17+
"operation": "Creates or updates the LoadTests",
18+
"description": "Set LoadTests"
19+
}
20+
},
21+
{
22+
"name": "Microsoft.LoadTestService/loadTests/Delete",
23+
"isDataAction": false,
24+
"display": {
25+
"provider": "Microsoft.LoadTestService",
26+
"resource": "loadTests",
27+
"operation": "Deletes the LoadTests",
28+
"description": "Delete LoadTests"
29+
}
30+
},
31+
{
32+
"name": "Microsoft.LoadTestService/loadTests/Read",
33+
"isDataAction": false,
34+
"display": {
35+
"provider": "Microsoft.LoadTestService",
36+
"resource": "loadTests",
37+
"operation": "Reads the LoadTests",
38+
"description": "Read LoadTests"
39+
}
40+
},
41+
{
42+
"name": "Microsoft.LoadTestService/PlaywrightWorkspaces/Write",
43+
"isDataAction": false,
44+
"display": {
45+
"provider": "Microsoft.LoadTestService",
46+
"resource": "PlaywrightWorkspaces",
47+
"operation": "Creates, updates or deletes Playwright workspace resource",
48+
"description": "Creates, updates or deletes Playwright workspace resource"
49+
}
50+
},
51+
{
52+
"name": "Microsoft.LoadTestService/PlaywrightWorkspaces/Read",
53+
"isDataAction": false,
54+
"display": {
55+
"provider": "Microsoft.LoadTestService",
56+
"resource": "PlaywrightWorkspaces",
57+
"operation": "Reads Playwright workspace resource",
58+
"description": "Reads Playwright workspace resource"
59+
}
60+
}
61+
],
62+
"nextLink": "http://nextlink.contoso.com"
63+
}
64+
}
65+
}
66+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"title": "PlaywrightQuotas_Get",
3+
"operationId": "PlaywrightQuotas_Get",
4+
"parameters": {
5+
"api-version": "2025-09-01",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
7+
"location": "eastus",
8+
"playwrightQuotaName": "ExecutionMinutes"
9+
},
10+
"responses": {
11+
"200": {
12+
"body": {
13+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.LoadTestService/locations/eastus/PlaywrightQuotas/ExecutionMinutes",
14+
"name": "ExecutionMinutes",
15+
"type": "Microsoft.LoadTestService/Locations/PlaywrightQuotas",
16+
"properties": {
17+
"freeTrial": {
18+
"workspaceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
19+
"state": "Active"
20+
},
21+
"provisioningState": "Succeeded"
22+
}
23+
}
24+
}
25+
}
26+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"title": "PlaywrightQuotas_ListBySubscription",
3+
"operationId": "PlaywrightQuotas_ListBySubscription",
4+
"parameters": {
5+
"api-version": "2025-09-01",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
7+
"location": "eastus"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"value": [
13+
{
14+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.LoadTestService/locations/eastus/PlaywrightQuotas/ExecutionMinutes",
15+
"name": "ExecutionMinutes",
16+
"type": "Microsoft.LoadTestService/Locations/PlaywrightQuotas",
17+
"properties": {
18+
"freeTrial": {
19+
"workspaceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
20+
"state": "Active"
21+
},
22+
"provisioningState": "Succeeded"
23+
}
24+
}
25+
]
26+
}
27+
}
28+
}
29+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"title": "PlaywrightWorkspaceQuotas_Get",
3+
"operationId": "PlaywrightWorkspaceQuotas_Get",
4+
"parameters": {
5+
"api-version": "2025-09-01",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
7+
"resourceGroupName": "dummyrg",
8+
"playwrightWorkspaceName": "myWorkspace",
9+
"quotaName": "ExecutionMinutes"
10+
},
11+
"responses": {
12+
"200": {
13+
"body": {
14+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/PlaywrightWorkspaces/myWorkspace/quotas/ExecutionMinutes",
15+
"name": "ExecutionMinutes",
16+
"type": "Microsoft.LoadTestService/PlaywrightWorkspaces/Quotas",
17+
"properties": {
18+
"freeTrial": {
19+
"createdAt": "2025-05-31T10:19:36.081Z",
20+
"expiryAt": "2026-03-31T10:19:36.081Z",
21+
"allocatedValue": 10,
22+
"usedValue": 10,
23+
"percentageUsed": 100
24+
},
25+
"provisioningState": "Succeeded"
26+
}
27+
}
28+
}
29+
}
30+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"title": "PlaywrightWorkspaceQuotas_ListByPlaywrightWorkspace",
3+
"operationId": "PlaywrightWorkspaceQuotas_ListByPlaywrightWorkspace",
4+
"parameters": {
5+
"api-version": "2025-09-01",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
7+
"resourceGroupName": "dummyrg",
8+
"playwrightWorkspaceName": "myWorkspace"
9+
},
10+
"responses": {
11+
"200": {
12+
"body": {
13+
"value": [
14+
{
15+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/PlaywrightWorkspaces/myWorkspace/quotas/ExecutionMinutes",
16+
"name": "ExecutionMinutes",
17+
"type": "Microsoft.LoadTestService/PlaywrightWorkspaces/Quotas",
18+
"properties": {
19+
"freeTrial": {
20+
"createdAt": "2025-05-31T10:19:36.081Z",
21+
"expiryAt": "2026-03-31T10:19:36.081Z",
22+
"allocatedValue": 10,
23+
"usedValue": 10,
24+
"percentageUsed": 100
25+
},
26+
"provisioningState": "Succeeded"
27+
}
28+
}
29+
]
30+
}
31+
}
32+
}
33+
}

0 commit comments

Comments
 (0)