Microsoft.AzurePlaywrightService (stable:2024-12-01)

2025/01/07 • 5 updated methods

Accounts_ListBySubscription (updated)
Description List Account resources by subscription ID
Reference Link ¶

⚶ Changes

{
  "#id": "Accounts_ListBySubscription",
  "$responses": {
    "200": {
      "$properties": {
        "value": {
          "$properties": {
            "properties": [
              {
                "#name": "localAuth",
                "Description": {
                  "new": "When enabled, this feature allows the workspace to use local auth (through service access token) for executing operations.",
                  "old": "When enabled, this feature allows the workspace to use local auth(through access key) for authentication of test runs."
                }
              }
            ]
          }
        }
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.AzurePlaywrightService/accounts
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
dashboardUri: string ,
regionalAffinity: enum ,
scalableExecution: enum ,
reporting: enum ,
localAuth: enum ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Accounts_ListByResourceGroup (updated)
Description List Account resources by resource group
Reference Link ¶

⚶ Changes

{
  "#id": "Accounts_ListByResourceGroup",
  "$responses": {
    "200": {
      "$properties": {
        "value": {
          "$properties": {
            "properties": [
              {
                "#name": "localAuth",
                "Description": {
                  "new": "When enabled, this feature allows the workspace to use local auth (through service access token) for executing operations.",
                  "old": "When enabled, this feature allows the workspace to use local auth(through access key) for authentication of test runs."
                }
              }
            ]
          }
        }
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
dashboardUri: string ,
regionalAffinity: enum ,
scalableExecution: enum ,
reporting: enum ,
localAuth: enum ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Accounts_Get (updated)
Description Get a Account
Reference Link ¶

⚶ Changes

{
  "#id": "Accounts_Get",
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "#name": "localAuth",
            "Description": {
              "new": "When enabled, this feature allows the workspace to use local auth (through service access token) for executing operations.",
              "old": "When enabled, this feature allows the workspace to use local auth(through access key) for authentication of test runs."
            }
          }
        ]
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{accountName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
}

⚐ Response (200)

{
properties:
{
dashboardUri: string ,
regionalAffinity: enum ,
scalableExecution: enum ,
reporting: enum ,
localAuth: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Accounts_CreateOrUpdate (updated)
Description Create a Account
Reference Link ¶

⚶ Changes

{
  "#id": "Accounts_CreateOrUpdate",
  "$parameters": {
    "resource": {
      "$properties": {
        "properties": [
          {
            "#name": "localAuth",
            "Description": {
              "new": "When enabled, this feature allows the workspace to use local auth (through service access token) for executing operations.",
              "old": "When enabled, this feature allows the workspace to use local auth(through access key) for authentication of test runs."
            }
          }
        ]
      }
    }
  },
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "#name": "localAuth",
            "Description": {
              "new": "When enabled, this feature allows the workspace to use local auth (through service access token) for executing operations.",
              "old": "When enabled, this feature allows the workspace to use local auth(through access key) for authentication of test runs."
            }
          }
        ]
      }
    },
    "201": {
      "$properties": {
        "properties": [
          {
            "#name": "localAuth",
            "Description": {
              "new": "When enabled, this feature allows the workspace to use local auth (through service access token) for executing operations.",
              "old": "When enabled, this feature allows the workspace to use local auth(through access key) for authentication of test runs."
            }
          }
        ]
      }
    }
  }
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{accountName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
resource:
{
properties:
{
dashboardUri: string ,
regionalAffinity: enum ,
scalableExecution: enum ,
reporting: enum ,
localAuth: enum ,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
dashboardUri: string ,
regionalAffinity: enum ,
scalableExecution: enum ,
reporting: enum ,
localAuth: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
dashboardUri: string ,
regionalAffinity: enum ,
scalableExecution: enum ,
reporting: enum ,
localAuth: enum ,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Accounts_Update (updated)
Description Update a Account
Reference Link ¶

⚶ Changes

{
  "#id": "Accounts_Update",
  "$parameters": {
    "properties": {
      "$properties": {
        "properties": [
          {
            "#name": "localAuth",
            "Description": {
              "new": "When enabled, this feature allows the workspace to use local auth (through service access token) for executing operations.",
              "old": "When enabled, this feature allows the workspace to use local auth(through access key) for authentication of test runs."
            }
          }
        ]
      }
    }
  },
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "#name": "localAuth",
            "Description": {
              "new": "When enabled, this feature allows the workspace to use local auth (through service access token) for executing operations.",
              "old": "When enabled, this feature allows the workspace to use local auth(through access key) for authentication of test runs."
            }
          }
        ]
      }
    }
  }
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzurePlaywrightService/accounts/{accountName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
properties:
{
tags: object ,
properties:
{
regionalAffinity: enum ,
scalableExecution: enum ,
reporting: enum ,
localAuth: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
dashboardUri: string ,
regionalAffinity: enum ,
scalableExecution: enum ,
reporting: enum ,
localAuth: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}