-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release playwrighttesting microsoft.playwright testing/2024-12-01 (#3…
…1604) * base commit to add new versions folder * api version change to include stable playwrighttesting version * resolved typespec validation
- Loading branch information
1 parent
6282f2b
commit fdcf405
Showing
27 changed files
with
1,740 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
30 changes: 30 additions & 0 deletions
30
...anager/Microsoft.AzurePlaywrightService/stable/2024-12-01/examples/AccountQuotas_Get.json
This file contains 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": "AccountQuotas_Get", | ||
"operationId": "AccountQuotas_Get", | ||
"parameters": { | ||
"api-version": "2024-12-01", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "dummyrg", | ||
"accountName": "myPlaywrightAccount", | ||
"quotaName": "ScalableExecution" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.AzurePlaywrightService/accounts/myPlaywrightAccount/quotas/ScalableExecution", | ||
"name": "ScalableExecution", | ||
"type": "Microsoft.AzurePlaywrightService/Accounts/Quotas", | ||
"properties": { | ||
"freeTrial": { | ||
"createdAt": "2023-08-31T10:19:36.081Z", | ||
"expiryAt": "2023-08-31T10:19:36.081Z", | ||
"allocatedValue": 0, | ||
"usedValue": 0, | ||
"percentageUsed": 100 | ||
}, | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
} | ||
} | ||
} |
48 changes: 48 additions & 0 deletions
48
...rosoft.AzurePlaywrightService/stable/2024-12-01/examples/AccountQuotas_ListByAccount.json
This file contains 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,48 @@ | ||
{ | ||
"title": "AccountQuotas_ListByAccount", | ||
"operationId": "AccountQuotas_ListByAccount", | ||
"parameters": { | ||
"api-version": "2024-12-01", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "dummyrg", | ||
"accountName": "myPlaywrightAccount" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.AzurePlaywrightService/accounts/myPlaywrightAccount/quotas/ScalableExecution", | ||
"name": "ScalableExecution", | ||
"type": "Microsoft.AzurePlaywrightService/Accounts/Quotas", | ||
"properties": { | ||
"freeTrial": { | ||
"createdAt": "2023-08-31T10:19:36.081Z", | ||
"expiryAt": "2023-08-31T10:19:36.081Z", | ||
"allocatedValue": 0, | ||
"usedValue": 0, | ||
"percentageUsed": 100 | ||
}, | ||
"provisioningState": "Succeeded" | ||
} | ||
}, | ||
{ | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dummyrg/providers/Microsoft.AzurePlaywrightService/accounts/myPlaywrightAccount/quotas/Reporting", | ||
"name": "Reporting", | ||
"type": "Microsoft.AzurePlaywrightService/Accounts/Quotas", | ||
"properties": { | ||
"freeTrial": { | ||
"createdAt": "2023-08-31T10:19:36.081Z", | ||
"expiryAt": "2023-08-31T10:19:36.081Z", | ||
"allocatedValue": 0, | ||
"usedValue": 0, | ||
"percentageUsed": 100 | ||
}, | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
...oft.AzurePlaywrightService/stable/2024-12-01/examples/Accounts_CheckNameAvailability.json
This file contains 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": "Accounts_CheckNameAvailability", | ||
"operationId": "Accounts_CheckNameAvailability", | ||
"parameters": { | ||
"api-version": "2024-12-01", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"body": { | ||
"name": "dummyName", | ||
"type": "Microsoft.AzurePlaywrightService/Accounts" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"nameAvailable": true, | ||
"message": "Test message." | ||
} | ||
} | ||
} | ||
} |
78 changes: 78 additions & 0 deletions
78
.../Microsoft.AzurePlaywrightService/stable/2024-12-01/examples/Accounts_CreateOrUpdate.json
This file contains 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,78 @@ | ||
{ | ||
"title": "Accounts_CreateOrUpdate", | ||
"operationId": "Accounts_CreateOrUpdate", | ||
"parameters": { | ||
"api-version": "2024-12-01", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "dummyrg", | ||
"accountName": "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", | ||
"localAuth": "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", | ||
"localAuth": "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" | ||
} | ||
} | ||
} | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...-manager/Microsoft.AzurePlaywrightService/stable/2024-12-01/examples/Accounts_Delete.json
This file contains 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": "Accounts_Delete", | ||
"operationId": "Accounts_Delete", | ||
"parameters": { | ||
"api-version": "2024-12-01", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "dummyrg", | ||
"accountName": "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": {} | ||
} | ||
} |
39 changes: 39 additions & 0 deletions
39
...rce-manager/Microsoft.AzurePlaywrightService/stable/2024-12-01/examples/Accounts_Get.json
This file contains 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": "Accounts_Get", | ||
"operationId": "Accounts_Get", | ||
"parameters": { | ||
"api-version": "2024-12-01", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "dummyrg", | ||
"accountName": "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", | ||
"localAuth": "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" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.