Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
First commit with existing version files in new version folder
  • Loading branch information
mjmadhu committed Dec 19, 2023
commit 768c90cd2afc34484e5c595d1b4657920fb4a846
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"title": "Accounts_CreateOrUpdate",
"operationId": "Accounts_CreateOrUpdate",
"parameters": {
"api-version": "2023-10-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "dummyrg",
"name": "myPlaywrightAccount",
"resource": {
"location": "westus",
"tags": {
"Team": "Dev Exp"
},
"properties": {
"regionalAffinity": "Enabled"
}
}
},
"responses": {
"200": {
"body": {
"location": "westus",
"properties": {
"dashboardUri": "https://dashboard.00000000-0000-0000-0000-000000000000.domain.com",
"provisioningState": "Succeeded",
"regionalAffinity": "Enabled",
"scalableExecution": "Enabled",
"reporting": "Enabled"
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.AzurePlaywrightService/accounts/myPlaywrightAccount",
"name": "myPlaywrightAccount",
"type": "Microsoft.AzurePlaywrightService/accounts",
"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/myResourceGroup/providers/Microsoft.PlaywrightTesting/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2023-06-01-preview"
},
"body": {
"location": "westus",
"properties": {
"dashboardUri": "https://dashboard.00000000-0000-0000-0000-000000000000.domain.com",
"provisioningState": "Succeeded",
"regionalAffinity": "Enabled",
"scalableExecution": "Enabled",
"reporting": "Enabled"
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.AzurePlaywrightService/accounts/myPlaywrightAccount",
"name": "myPlaywrightAccount",
"type": "Microsoft.AzurePlaywrightService/accounts",
"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,19 @@
{
"title": "Accounts_Delete",
"operationId": "Accounts_Delete",
"parameters": {
"api-version": "2023-10-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "dummyrg",
"name": "myPlaywrightAccount"
},
"responses": {
"202": {
"headers": {
"Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.PlaywrightTesting/locations/eastus/operationStatus/default/operationId/00000000-0000-0000-0000-000000000000?api-version=2023-06-01-preview"
}
},
"204": {},
"200": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"title": "Accounts_Get",
"operationId": "Accounts_Get",
"parameters": {
"api-version": "2023-10-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "dummyrg",
"name": "myPlaywrightAccount"
},
"responses": {
"200": {
"body": {
"location": "westus",
"properties": {
"dashboardUri": "https://dashboard.00000000-0000-0000-0000-000000000000.domain.com",
"provisioningState": "Succeeded",
"regionalAffinity": "Enabled",
"scalableExecution": "Enabled",
"reporting": "Enabled"
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.AzurePlaywrightService/accounts/myPlaywrightAccount",
"name": "myPlaywrightAccount",
"type": "Microsoft.AzurePlaywrightService/accounts",
"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,41 @@
{
"title": "Accounts_ListByResourceGroup",
"operationId": "Accounts_ListByResourceGroup",
"parameters": {
"api-version": "2023-10-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "dummyrg"
},
"responses": {
"200": {
"body": {
"value": [
{
"location": "westus",
"properties": {
"dashboardUri": "https://dashboard.00000000-0000-0000-0000-000000000000.domain.com",
"provisioningState": "Succeeded",
"regionalAffinity": "Enabled",
"scalableExecution": "Enabled",
"reporting": "Enabled"
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.AzurePlaywrightService/accounts/myPlaywrightAccount",
"name": "myPlaywrightAccount",
"type": "Microsoft.AzurePlaywrightService/accounts",
"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,40 @@
{
"title": "Accounts_ListBySubscription",
"operationId": "Accounts_ListBySubscription",
"parameters": {
"api-version": "2023-10-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
"200": {
"body": {
"value": [
{
"location": "westus",
"properties": {
"dashboardUri": "https://dashboard.00000000-0000-0000-0000-000000000000.domain.com",
"provisioningState": "Succeeded",
"regionalAffinity": "Enabled",
"scalableExecution": "Enabled",
"reporting": "Enabled"
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.AzurePlaywrightService/accounts/myPlaywrightAccount",
"name": "myPlaywrightAccount",
"type": "Microsoft.AzurePlaywrightService/accounts",
"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,47 @@
{
"title": "Accounts_Update",
"operationId": "Accounts_Update",
"parameters": {
"api-version": "2023-10-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "dummyrg",
"name": "myPlaywrightAccount",
"properties": {
"tags": {
"Team": "Dev Exp",
"Division": "LT"
},
"properties": {
"regionalAffinity": "Enabled"
}
}
},
"responses": {
"200": {
"body": {
"location": "westus",
"properties": {
"dashboardUri": "https://dashboard.00000000-0000-0000-0000-000000000000.domain.com",
"provisioningState": "Succeeded",
"regionalAffinity": "Enabled",
"scalableExecution": "Enabled",
"reporting": "Enabled"
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.AzurePlaywrightService/accounts/myPlaywrightAccount",
"name": "myPlaywrightAccount",
"type": "Microsoft.AzurePlaywrightService/accounts",
"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,46 @@
{
"title": "Operations_List",
"operationId": "Operations_List",
"parameters": {
"api-version": "2023-10-01-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Microsoft.AzurePlaywrightService/accounts/Write",
"isDataAction": false,
"display": {
"provider": "Microsoft.AzurePlaywrightService",
"resource": "accounts",
"operation": "Creates or updates the PlaywrightAccounts",
"description": "Set PlaywrightAccounts"
}
},
{
"name": "Microsoft.AzurePlaywrightService/accounts/Delete",
"isDataAction": false,
"display": {
"provider": "Microsoft.AzurePlaywrightService",
"resource": "accounts",
"operation": "Deletes the PlaywrightAccounts",
"description": "Delete PlaywrightAccounts"
}
},
{
"name": "Microsoft.AzurePlaywrightService/accounts/Read",
"isDataAction": false,
"display": {
"provider": "Microsoft.AzurePlaywrightService",
"resource": "accounts",
"operation": "Reads the PlaywrightAccounts",
"description": "Read PlaywrightAccounts"
}
}
],
"nextLink": "http://nextlink.contoso.com"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"title": "Quotas_Get",
"operationId": "Quotas_Get",
"parameters": {
"api-version": "2023-10-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"location": "eastus",
"name": "ScalableExecution"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AzurePlaywrightService/locations/eastus/quotas/ScalableExecution",
"name": "ScalableExecution",
"type": "Microsoft.AzurePlaywrightService/Locations/Quotas",
"properties": {
"freeTrial": {
"accountId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"createdAt": "2023-08-31T10:19:36.081Z",
"expiryAt": "2023-08-31T10:19:36.081Z",
"allocatedValue": 0,
"usedValue": 0,
"percentageUsed": 100,
"state": "Active"
},
"provisioningState": "Succeeded"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"title": "Quotas_ListBySubscription",
"operationId": "Quotas_ListBySubscription",
"parameters": {
"api-version": "2023-10-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"location": "eastus"
},
"responses": {
"200": {
"body": {
"value": [
{
"properties": {
"freeTrial": {
"accountId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"createdAt": "2023-08-31T10:19:36.081Z",
"expiryAt": "2023-08-31T10:19:36.081Z",
"allocatedValue": 0,
"usedValue": 0,
"percentageUsed": 100,
"state": "Active"
},
"provisioningState": "Succeeded"
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AzurePlaywrightService/locations/eastus/quotas/ScalableExecution",
"name": "ScalableExecution",
"type": "Microsoft.AzurePlaywrightService/Locations/Quotas"
}
]
}
}
}
}
Loading