Skip to content

Commit 48740d8

Browse files
[Azure App Testing] Added API Version 2026-02-01-preview for Playwright Workspaces (#40064)
* [Azure App Testing] Added API Version 2026-02-01-preview for Playwright Workspaces
1 parent 1d486f8 commit 48740d8

28 files changed

Lines changed: 2080 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": "2026-02-01-preview"
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+
}
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": "2026-02-01-preview",
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": "2026-02-01-preview",
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": "2026-02-01-preview",
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": "2026-02-01-preview",
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+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"title": "PlaywrightWorkspaces_CheckNameAvailability",
3+
"operationId": "PlaywrightWorkspaces_CheckNameAvailability",
4+
"parameters": {
5+
"api-version": "2026-02-01-preview",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
7+
"body": {
8+
"name": "dummyName",
9+
"type": "Microsoft.LoadTestService/PlaywrightWorkspaces"
10+
}
11+
},
12+
"responses": {
13+
"200": {
14+
"body": {
15+
"nameAvailable": true,
16+
"message": "Test message."
17+
}
18+
}
19+
}
20+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
{
2+
"title": "PlaywrightWorkspaces_CreateOrUpdate",
3+
"operationId": "PlaywrightWorkspaces_CreateOrUpdate",
4+
"parameters": {
5+
"api-version": "2026-02-01-preview",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
7+
"resourceGroupName": "dummyrg",
8+
"playwrightWorkspaceName": "myWorkspace",
9+
"resource": {
10+
"location": "westus3",
11+
"tags": {
12+
"Team": "Dev Exp"
13+
},
14+
"properties": {
15+
"regionalAffinity": "Enabled",
16+
"localAuth": "Enabled",
17+
"storageUri": "https://examplestorageaccount.blob.core.windows.net"
18+
}
19+
}
20+
},
21+
"responses": {
22+
"200": {
23+
"body": {
24+
"location": "westus3",
25+
"properties": {
26+
"dataplaneUri": "https://api.dataplane.00000000-0000-0000-0000-000000000000.domain.com",
27+
"regionalAffinity": "Enabled",
28+
"localAuth": "Enabled",
29+
"workspaceId": "00000000-0000-0000-0000-000000000000",
30+
"storageUri": "https://examplestorageaccount.blob.core.windows.net",
31+
"provisioningState": "Succeeded"
32+
},
33+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/PlaywrightWorkspaces/myWorkspace",
34+
"name": "myWorkspace",
35+
"type": "Microsoft.LoadTestService/PlaywrightWorkspaces",
36+
"tags": {
37+
"Team": "Dev Exp"
38+
},
39+
"systemData": {
40+
"createdBy": "userId1001",
41+
"createdByType": "User",
42+
"createdAt": "2021-09-28T12:32:33Z",
43+
"lastModifiedBy": "userId1001",
44+
"lastModifiedByType": "User",
45+
"lastModifiedAt": "2021-09-28T12:32:33Z"
46+
}
47+
}
48+
},
49+
"201": {
50+
"headers": {
51+
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/locations/westus3/operationResults/00000000-0000-0000-0000-000000000000?api-version=2026-02-01-preview"
52+
},
53+
"body": {
54+
"location": "westus3",
55+
"properties": {
56+
"dataplaneUri": "https://api.dataplane.00000000-0000-0000-0000-000000000000.domain.com",
57+
"regionalAffinity": "Enabled",
58+
"localAuth": "Enabled",
59+
"workspaceId": "00000000-0000-0000-0000-000000000000",
60+
"storageUri": "https://examplestorageaccount.blob.core.windows.net",
61+
"provisioningState": "Succeeded"
62+
},
63+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/PlaywrightWorkspaces/myWorkspace",
64+
"name": "myWorkspace",
65+
"type": "Microsoft.LoadTestService/PlaywrightWorkspaces",
66+
"tags": {
67+
"Team": "Dev Exp"
68+
},
69+
"systemData": {
70+
"createdBy": "userId1001",
71+
"createdByType": "User",
72+
"createdAt": "2021-09-28T12:32:33Z",
73+
"lastModifiedBy": "userId1001",
74+
"lastModifiedByType": "User",
75+
"lastModifiedAt": "2021-09-28T12:32:33Z"
76+
}
77+
}
78+
}
79+
}
80+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"title": "PlaywrightWorkspaces_Delete",
3+
"operationId": "PlaywrightWorkspaces_Delete",
4+
"parameters": {
5+
"api-version": "2026-02-01-preview",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
7+
"resourceGroupName": "dummyrg",
8+
"playwrightWorkspaceName": "myWorkspace"
9+
},
10+
"responses": {
11+
"202": {
12+
"headers": {
13+
"Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/locations/westus3/operationResults/00000000-0000-0000-0000-000000000000?api-version=2026-02-01-preview"
14+
}
15+
},
16+
"204": {}
17+
}
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"title": "PlaywrightWorkspaces_Get",
3+
"operationId": "PlaywrightWorkspaces_Get",
4+
"parameters": {
5+
"api-version": "2026-02-01-preview",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
7+
"resourceGroupName": "dummyrg",
8+
"playwrightWorkspaceName": "myWorkspace"
9+
},
10+
"responses": {
11+
"200": {
12+
"body": {
13+
"location": "westus3",
14+
"properties": {
15+
"dataplaneUri": "https://api.dataplane.00000000-0000-0000-0000-000000000000.domain.com",
16+
"regionalAffinity": "Enabled",
17+
"localAuth": "Enabled",
18+
"workspaceId": "00000000-0000-0000-0000-000000000000",
19+
"storageUri": "https://examplestorageaccount.blob.core.windows.net",
20+
"provisioningState": "Succeeded"
21+
},
22+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/PlaywrightWorkspaces/myWorkspace",
23+
"name": "myWorkspace",
24+
"type": "Microsoft.LoadTestService/PlaywrightWorkspaces",
25+
"tags": {
26+
"Team": "Dev Exp"
27+
},
28+
"systemData": {
29+
"createdBy": "userId1001",
30+
"createdByType": "User",
31+
"createdAt": "2021-09-28T12:32:33Z",
32+
"lastModifiedBy": "userId1001",
33+
"lastModifiedByType": "User",
34+
"lastModifiedAt": "2021-09-28T12:32:33Z"
35+
}
36+
}
37+
}
38+
}
39+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"title": "PlaywrightWorkspaces_ListByResourceGroup",
3+
"operationId": "PlaywrightWorkspaces_ListByResourceGroup",
4+
"parameters": {
5+
"api-version": "2026-02-01-preview",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
7+
"resourceGroupName": "dummyrg"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"value": [
13+
{
14+
"location": "westus3",
15+
"properties": {
16+
"dataplaneUri": "https://api.dataplane.00000000-0000-0000-0000-000000000000.domain.com",
17+
"regionalAffinity": "Enabled",
18+
"localAuth": "Enabled",
19+
"workspaceId": "00000000-0000-0000-0000-000000000000",
20+
"storageUri": "https://examplestorageaccount.blob.core.windows.net",
21+
"provisioningState": "Succeeded"
22+
},
23+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/PlaywrightWorkspaces/myWorkspace",
24+
"name": "myWorkspace",
25+
"type": "Microsoft.LoadTestService/PlaywrightWorkspaces",
26+
"tags": {
27+
"Team": "Dev Exp"
28+
},
29+
"systemData": {
30+
"createdBy": "userId1001",
31+
"createdByType": "User",
32+
"createdAt": "2021-09-28T12:32:33Z",
33+
"lastModifiedBy": "userId1001",
34+
"lastModifiedByType": "User",
35+
"lastModifiedAt": "2021-09-28T12:32:33Z"
36+
}
37+
}
38+
]
39+
}
40+
}
41+
}
42+
}

0 commit comments

Comments
 (0)