-
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.
Mjmadhu playwrighttesting microsoft.azure playwright service 2023 10 …
…01 preview new (#27132) * First commit with existing version files in new version folder * Added new ARM stable api-version for GA * Readme changes * Addressed review comments * Changed data type to float as discussed in the comments * Added suppression rules for SwaggerLintDiff as per review comment * Added suppression rules for SwaggerLintDiff as per review comment * Fix for suppressions not working * Modified suppression syntax to the new one as per TSG. * Added paths in suppressions * Rectifying path for ResourceNameRestriction Suppression * Paths not working correctly with ResourceNameRestriction suppression
- Loading branch information
Showing
27 changed files
with
1,737 additions
and
52 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
...playwrighttesting/PlaywrightTesting.Management/examples/2024-02-01/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-02-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" | ||
} | ||
} | ||
} | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
...testing/PlaywrightTesting.Management/examples/2024-02-01/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,33 @@ | ||
{ | ||
"title": "AccountQuotas_ListByAccount", | ||
"operationId": "AccountQuotas_ListByAccount", | ||
"parameters": { | ||
"api-version": "2024-02-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" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
...ting/PlaywrightTesting.Management/examples/2024-02-01/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-02-01", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"body": { | ||
"name": "dummyName", | ||
"type": "Microsoft.AzurePlaywrightService/Accounts" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"nameAvailable": true, | ||
"message": "Test message." | ||
} | ||
} | ||
} | ||
} |
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
Oops, something went wrong.