Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}
}
}
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"
}
}
}
}
}
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"
}
}
]
}
}
}
}
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"
}
}
}
}
}
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"
}
}
]
}
}
}
}
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."
}
}
}
}
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"
}
}
}
}
}
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": {}
}
}
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"
}
}
}
}
}
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"
}
}
]
}
}
}
}
Loading