-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[Azure App Testing] Added API Version 2026-02-01-preview for Playwright Workspaces #40064
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
f0cf7de
[Azure App Testing] Added API Version 2026-02-01-preview for Playwrig…
mitsha-microsoft f0bd5d4
Formatting fixes
mitsha-microsoft 4bdb461
Merge branch 'main' into users/mitsha/Mpt-ApiVersion-20260201
mitsha-microsoft 084cbc0
Merge branch 'main' into users/mitsha/Mpt-ApiVersion-20260201
mitsha-microsoft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
66 changes: 66 additions & 0 deletions
66
...ger/Microsoft.LoadTestService/playwright/examples/2026-02-01-preview/Operations_List.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,66 @@ | ||
| { | ||
| "title": "Operations_List", | ||
| "operationId": "Operations_List", | ||
| "parameters": { | ||
| "api-version": "2026-02-01-preview" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "name": "Microsoft.LoadTestService/loadTests/Write", | ||
| "isDataAction": false, | ||
| "display": { | ||
| "provider": "Microsoft.LoadTestService", | ||
| "resource": "loadTests", | ||
| "operation": "Creates or updates the LoadTests", | ||
| "description": "Set LoadTests" | ||
| } | ||
| }, | ||
| { | ||
| "name": "Microsoft.LoadTestService/loadTests/Delete", | ||
| "isDataAction": false, | ||
| "display": { | ||
| "provider": "Microsoft.LoadTestService", | ||
| "resource": "loadTests", | ||
| "operation": "Deletes the LoadTests", | ||
| "description": "Delete LoadTests" | ||
| } | ||
| }, | ||
| { | ||
| "name": "Microsoft.LoadTestService/loadTests/Read", | ||
| "isDataAction": false, | ||
| "display": { | ||
| "provider": "Microsoft.LoadTestService", | ||
| "resource": "loadTests", | ||
| "operation": "Reads the LoadTests", | ||
| "description": "Read LoadTests" | ||
| } | ||
| }, | ||
| { | ||
| "name": "Microsoft.LoadTestService/PlaywrightWorkspaces/Write", | ||
| "isDataAction": false, | ||
| "display": { | ||
| "provider": "Microsoft.LoadTestService", | ||
| "resource": "PlaywrightWorkspaces", | ||
| "operation": "Creates, updates or deletes Playwright workspace resource", | ||
| "description": "Creates, updates or deletes Playwright workspace resource" | ||
| } | ||
| }, | ||
| { | ||
| "name": "Microsoft.LoadTestService/PlaywrightWorkspaces/Read", | ||
| "isDataAction": false, | ||
| "display": { | ||
| "provider": "Microsoft.LoadTestService", | ||
| "resource": "PlaywrightWorkspaces", | ||
| "operation": "Reads Playwright workspace resource", | ||
| "description": "Reads Playwright workspace resource" | ||
| } | ||
| } | ||
| ], | ||
| "nextLink": "http://nextlink.contoso.com" | ||
| } | ||
| } | ||
| } | ||
| } |
26 changes: 26 additions & 0 deletions
26
...icrosoft.LoadTestService/playwright/examples/2026-02-01-preview/PlaywrightQuotas_Get.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| { | ||
| "title": "PlaywrightQuotas_Get", | ||
| "operationId": "PlaywrightQuotas_Get", | ||
| "parameters": { | ||
| "api-version": "2026-02-01-preview", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "location": "eastus", | ||
| "playwrightQuotaName": "ExecutionMinutes" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.LoadTestService/locations/eastus/PlaywrightQuotas/ExecutionMinutes", | ||
| "name": "ExecutionMinutes", | ||
| "type": "Microsoft.LoadTestService/Locations/PlaywrightQuotas", | ||
| "properties": { | ||
| "freeTrial": { | ||
| "workspaceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", | ||
| "state": "Active" | ||
| }, | ||
| "provisioningState": "Succeeded" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
29 changes: 29 additions & 0 deletions
29
...stService/playwright/examples/2026-02-01-preview/PlaywrightQuotas_ListBySubscription.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| { | ||
| "title": "PlaywrightQuotas_ListBySubscription", | ||
| "operationId": "PlaywrightQuotas_ListBySubscription", | ||
| "parameters": { | ||
| "api-version": "2026-02-01-preview", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "location": "eastus" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.LoadTestService/locations/eastus/PlaywrightQuotas/ExecutionMinutes", | ||
| "name": "ExecutionMinutes", | ||
| "type": "Microsoft.LoadTestService/Locations/PlaywrightQuotas", | ||
| "properties": { | ||
| "freeTrial": { | ||
| "workspaceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", | ||
| "state": "Active" | ||
| }, | ||
| "provisioningState": "Succeeded" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } |
30 changes: 30 additions & 0 deletions
30
...LoadTestService/playwright/examples/2026-02-01-preview/PlaywrightWorkspaceQuotas_Get.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| { | ||
| "title": "PlaywrightWorkspaceQuotas_Get", | ||
| "operationId": "PlaywrightWorkspaceQuotas_Get", | ||
| "parameters": { | ||
| "api-version": "2026-02-01-preview", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "resourceGroupName": "dummyrg", | ||
| "playwrightWorkspaceName": "myWorkspace", | ||
| "quotaName": "ExecutionMinutes" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/PlaywrightWorkspaces/myWorkspace/quotas/ExecutionMinutes", | ||
| "name": "ExecutionMinutes", | ||
| "type": "Microsoft.LoadTestService/PlaywrightWorkspaces/Quotas", | ||
| "properties": { | ||
| "freeTrial": { | ||
| "createdAt": "2025-05-31T10:19:36.081Z", | ||
| "expiryAt": "2026-03-31T10:19:36.081Z", | ||
| "allocatedValue": 10, | ||
| "usedValue": 10, | ||
| "percentageUsed": 100 | ||
| }, | ||
| "provisioningState": "Succeeded" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
33 changes: 33 additions & 0 deletions
33
...ight/examples/2026-02-01-preview/PlaywrightWorkspaceQuotas_ListByPlaywrightWorkspace.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| { | ||
| "title": "PlaywrightWorkspaceQuotas_ListByPlaywrightWorkspace", | ||
| "operationId": "PlaywrightWorkspaceQuotas_ListByPlaywrightWorkspace", | ||
| "parameters": { | ||
| "api-version": "2026-02-01-preview", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "resourceGroupName": "dummyrg", | ||
| "playwrightWorkspaceName": "myWorkspace" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/PlaywrightWorkspaces/myWorkspace/quotas/ExecutionMinutes", | ||
| "name": "ExecutionMinutes", | ||
| "type": "Microsoft.LoadTestService/PlaywrightWorkspaces/Quotas", | ||
| "properties": { | ||
| "freeTrial": { | ||
| "createdAt": "2025-05-31T10:19:36.081Z", | ||
| "expiryAt": "2026-03-31T10:19:36.081Z", | ||
| "allocatedValue": 10, | ||
| "usedValue": 10, | ||
| "percentageUsed": 100 | ||
| }, | ||
| "provisioningState": "Succeeded" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } |
20 changes: 20 additions & 0 deletions
20
...ce/playwright/examples/2026-02-01-preview/PlaywrightWorkspaces_CheckNameAvailability.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "title": "PlaywrightWorkspaces_CheckNameAvailability", | ||
| "operationId": "PlaywrightWorkspaces_CheckNameAvailability", | ||
| "parameters": { | ||
| "api-version": "2026-02-01-preview", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "body": { | ||
| "name": "dummyName", | ||
| "type": "Microsoft.LoadTestService/PlaywrightWorkspaces" | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "nameAvailable": true, | ||
| "message": "Test message." | ||
| } | ||
| } | ||
| } | ||
| } |
80 changes: 80 additions & 0 deletions
80
...stService/playwright/examples/2026-02-01-preview/PlaywrightWorkspaces_CreateOrUpdate.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,80 @@ | ||
| { | ||
| "title": "PlaywrightWorkspaces_CreateOrUpdate", | ||
| "operationId": "PlaywrightWorkspaces_CreateOrUpdate", | ||
| "parameters": { | ||
| "api-version": "2026-02-01-preview", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "resourceGroupName": "dummyrg", | ||
| "playwrightWorkspaceName": "myWorkspace", | ||
| "resource": { | ||
| "location": "westus3", | ||
| "tags": { | ||
| "Team": "Dev Exp" | ||
| }, | ||
| "properties": { | ||
| "regionalAffinity": "Enabled", | ||
| "localAuth": "Enabled", | ||
| "storageUri": "https://examplestorageaccount.blob.core.windows.net" | ||
| } | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "location": "westus3", | ||
| "properties": { | ||
| "dataplaneUri": "https://api.dataplane.00000000-0000-0000-0000-000000000000.domain.com", | ||
| "regionalAffinity": "Enabled", | ||
| "localAuth": "Enabled", | ||
| "workspaceId": "00000000-0000-0000-0000-000000000000", | ||
| "storageUri": "https://examplestorageaccount.blob.core.windows.net", | ||
| "provisioningState": "Succeeded" | ||
| }, | ||
| "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/PlaywrightWorkspaces/myWorkspace", | ||
| "name": "myWorkspace", | ||
| "type": "Microsoft.LoadTestService/PlaywrightWorkspaces", | ||
| "tags": { | ||
| "Team": "Dev Exp" | ||
| }, | ||
| "systemData": { | ||
| "createdBy": "userId1001", | ||
| "createdByType": "User", | ||
| "createdAt": "2021-09-28T12:32:33Z", | ||
| "lastModifiedBy": "userId1001", | ||
| "lastModifiedByType": "User", | ||
| "lastModifiedAt": "2021-09-28T12:32:33Z" | ||
| } | ||
| } | ||
| }, | ||
| "201": { | ||
| "headers": { | ||
| "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" | ||
| }, | ||
| "body": { | ||
| "location": "westus3", | ||
| "properties": { | ||
| "dataplaneUri": "https://api.dataplane.00000000-0000-0000-0000-000000000000.domain.com", | ||
| "regionalAffinity": "Enabled", | ||
| "localAuth": "Enabled", | ||
| "workspaceId": "00000000-0000-0000-0000-000000000000", | ||
| "storageUri": "https://examplestorageaccount.blob.core.windows.net", | ||
| "provisioningState": "Succeeded" | ||
| }, | ||
| "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/PlaywrightWorkspaces/myWorkspace", | ||
| "name": "myWorkspace", | ||
| "type": "Microsoft.LoadTestService/PlaywrightWorkspaces", | ||
| "tags": { | ||
| "Team": "Dev Exp" | ||
| }, | ||
| "systemData": { | ||
| "createdBy": "userId1001", | ||
| "createdByType": "User", | ||
| "createdAt": "2021-09-28T12:32:33Z", | ||
| "lastModifiedBy": "userId1001", | ||
| "lastModifiedByType": "User", | ||
| "lastModifiedAt": "2021-09-28T12:32:33Z" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
18 changes: 18 additions & 0 deletions
18
...t.LoadTestService/playwright/examples/2026-02-01-preview/PlaywrightWorkspaces_Delete.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| { | ||
| "title": "PlaywrightWorkspaces_Delete", | ||
| "operationId": "PlaywrightWorkspaces_Delete", | ||
| "parameters": { | ||
| "api-version": "2026-02-01-preview", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "resourceGroupName": "dummyrg", | ||
| "playwrightWorkspaceName": "myWorkspace" | ||
| }, | ||
| "responses": { | ||
| "202": { | ||
| "headers": { | ||
| "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" | ||
| } | ||
| }, | ||
| "204": {} | ||
| } | ||
| } |
39 changes: 39 additions & 0 deletions
39
...soft.LoadTestService/playwright/examples/2026-02-01-preview/PlaywrightWorkspaces_Get.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| { | ||
| "title": "PlaywrightWorkspaces_Get", | ||
| "operationId": "PlaywrightWorkspaces_Get", | ||
| "parameters": { | ||
| "api-version": "2026-02-01-preview", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "resourceGroupName": "dummyrg", | ||
| "playwrightWorkspaceName": "myWorkspace" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "location": "westus3", | ||
| "properties": { | ||
| "dataplaneUri": "https://api.dataplane.00000000-0000-0000-0000-000000000000.domain.com", | ||
| "regionalAffinity": "Enabled", | ||
| "localAuth": "Enabled", | ||
| "workspaceId": "00000000-0000-0000-0000-000000000000", | ||
| "storageUri": "https://examplestorageaccount.blob.core.windows.net", | ||
| "provisioningState": "Succeeded" | ||
| }, | ||
| "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/PlaywrightWorkspaces/myWorkspace", | ||
| "name": "myWorkspace", | ||
| "type": "Microsoft.LoadTestService/PlaywrightWorkspaces", | ||
| "tags": { | ||
| "Team": "Dev Exp" | ||
| }, | ||
| "systemData": { | ||
| "createdBy": "userId1001", | ||
| "createdByType": "User", | ||
| "createdAt": "2021-09-28T12:32:33Z", | ||
| "lastModifiedBy": "userId1001", | ||
| "lastModifiedByType": "User", | ||
| "lastModifiedAt": "2021-09-28T12:32:33Z" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
42 changes: 42 additions & 0 deletions
42
...vice/playwright/examples/2026-02-01-preview/PlaywrightWorkspaces_ListByResourceGroup.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| { | ||
| "title": "PlaywrightWorkspaces_ListByResourceGroup", | ||
| "operationId": "PlaywrightWorkspaces_ListByResourceGroup", | ||
| "parameters": { | ||
| "api-version": "2026-02-01-preview", | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "resourceGroupName": "dummyrg" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "location": "westus3", | ||
| "properties": { | ||
| "dataplaneUri": "https://api.dataplane.00000000-0000-0000-0000-000000000000.domain.com", | ||
| "regionalAffinity": "Enabled", | ||
| "localAuth": "Enabled", | ||
| "workspaceId": "00000000-0000-0000-0000-000000000000", | ||
| "storageUri": "https://examplestorageaccount.blob.core.windows.net", | ||
| "provisioningState": "Succeeded" | ||
| }, | ||
| "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.LoadTestService/PlaywrightWorkspaces/myWorkspace", | ||
| "name": "myWorkspace", | ||
| "type": "Microsoft.LoadTestService/PlaywrightWorkspaces", | ||
| "tags": { | ||
| "Team": "Dev Exp" | ||
| }, | ||
| "systemData": { | ||
| "createdBy": "userId1001", | ||
| "createdByType": "User", | ||
| "createdAt": "2021-09-28T12:32:33Z", | ||
| "lastModifiedBy": "userId1001", | ||
| "lastModifiedByType": "User", | ||
| "lastModifiedAt": "2021-09-28T12:32:33Z" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.