Skip to content

Commit

Permalink
Release playwrighttesting microsoft.playwright testing/2024-12-01 (#3…
Browse files Browse the repository at this point in the history
…1604)

* base commit to add new versions folder

* api version change to include stable playwrighttesting version

* resolved typespec validation
  • Loading branch information
ShreyaAnand authored Nov 27, 2024
1 parent 6282f2b commit fdcf405
Show file tree
Hide file tree
Showing 27 changed files with 1,740 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "AccountQuotas_Get",
"operationId": "AccountQuotas_Get",
"parameters": {
"api-version": "2024-08-01-preview",
"api-version": "2024-12-01",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "dummyrg",
"accountName": "myPlaywrightAccount",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "AccountQuotas_ListByAccount",
"operationId": "AccountQuotas_ListByAccount",
"parameters": {
"api-version": "2024-08-01-preview",
"api-version": "2024-12-01",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "dummyrg",
"accountName": "myPlaywrightAccount"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Accounts_CheckNameAvailability",
"operationId": "Accounts_CheckNameAvailability",
"parameters": {
"api-version": "2024-08-01-preview",
"api-version": "2024-12-01",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"body": {
"name": "dummyName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Accounts_CreateOrUpdate",
"operationId": "Accounts_CreateOrUpdate",
"parameters": {
"api-version": "2024-08-01-preview",
"api-version": "2024-12-01",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "dummyrg",
"accountName": "myPlaywrightAccount",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Accounts_Delete",
"operationId": "Accounts_Delete",
"parameters": {
"api-version": "2024-08-01-preview",
"api-version": "2024-12-01",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "dummyrg",
"accountName": "myPlaywrightAccount"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Accounts_Get",
"operationId": "Accounts_Get",
"parameters": {
"api-version": "2024-08-01-preview",
"api-version": "2024-12-01",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "dummyrg",
"accountName": "myPlaywrightAccount"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Accounts_ListByResourceGroup",
"operationId": "Accounts_ListByResourceGroup",
"parameters": {
"api-version": "2024-08-01-preview",
"api-version": "2024-12-01",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "dummyrg"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Accounts_ListBySubscription",
"operationId": "Accounts_ListBySubscription",
"parameters": {
"api-version": "2024-08-01-preview",
"api-version": "2024-12-01",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Accounts_Update",
"operationId": "Accounts_Update",
"parameters": {
"api-version": "2024-08-01-preview",
"api-version": "2024-12-01",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "dummyrg",
"accountName": "myPlaywrightAccount",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Operations_List",
"operationId": "Operations_List",
"parameters": {
"api-version": "2024-08-01-preview"
"api-version": "2024-12-01"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Quotas_Get",
"operationId": "Quotas_Get",
"parameters": {
"api-version": "2024-08-01-preview",
"api-version": "2024-12-01",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"location": "eastus",
"quotaName": "ScalableExecution"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Quotas_ListBySubscription",
"operationId": "Quotas_ListBySubscription",
"parameters": {
"api-version": "2024-08-01-preview",
"api-version": "2024-12-01",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"location": "eastus"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ namespace Microsoft.AzurePlaywrightService;

@doc("Microsoft.AzurePlaywrightService Management API Versions.")
enum Versions {
/** 2024-08-01-preview version */
/** 2024-12-01 version */
@useDependency(Azure.ResourceManager.Versions.v1_0_Preview_1)
@armCommonTypesVersion(Azure.ResourceManager.CommonTypes.Versions.v5)
`2024-08-01-preview`,
`2024-12-01`,
}

interface Operations extends Azure.ResourceManager.Operations {}
Expand Down
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"
}
}
}
}
}
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"
}
}
]
}
}
}
}
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."
}
}
}
}
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"
}
}
}
}
}
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": {}
}
}
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"
}
}
}
}
}
Loading

0 comments on commit fdcf405

Please sign in to comment.