Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Playwright] Add aaz commands for Playwright testing service #666

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
9 changes: 9 additions & 0 deletions Commands/playwright-testing/_check-name-availability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _playwright-testing check-name-availability_

Adds check global name availability operation, normally used if a resource name must be globally unique.

## Versions

### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZXBsYXl3cmlnaHRzZXJ2aWNlL2NoZWNrbmFtZWF2YWlsYWJpbGl0eQ==/2024-12-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.azureplaywrightservice/checknameavailability 2024-12-01 -->
16 changes: 16 additions & 0 deletions Commands/playwright-testing/quota/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _playwright-testing quota list_

List quotas for a given subscription Id.

## Versions

### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZXBsYXl3cmlnaHRzZXJ2aWNlL2xvY2F0aW9ucy97fS9xdW90YXM=/2024-12-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.azureplaywrightservice/locations/{}/quotas 2024-12-01 -->

#### examples

- List Playwright Testing Quotas by Subscription
```bash
playwright-testing quota list --location eastus
```
16 changes: 16 additions & 0 deletions Commands/playwright-testing/quota/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _playwright-testing quota show_

Get subscription quota by name.

## Versions

### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZXBsYXl3cmlnaHRzZXJ2aWNlL2xvY2F0aW9ucy97fS9xdW90YXMve30=/2024-12-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.azureplaywrightservice/locations/{}/quotas/{} 2024-12-01 -->

#### examples

- Get Playwright Testing Quotas by Subscription
```bash
playwright-testing quota show --location eastus --quota-name ScalableExecution
```
11 changes: 11 additions & 0 deletions Commands/playwright-testing/quota/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [Group] _playwright-testing quota_

Manage Azure subscription quota resource for Microsoft Playwright Testing service

## Commands

- [list](/Commands/playwright-testing/quota/_list.md)
: List quotas for a given subscription Id.

- [show](/Commands/playwright-testing/quota/_show.md)
: Get subscription quota by name.
16 changes: 16 additions & 0 deletions Commands/playwright-testing/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Group] _playwright-testing_

Manage Microsoft Playwright Testing service

## Subgroups

- [quota](/Commands/playwright-testing/quota/readme.md)
: Manage Azure subscription quota resource for Microsoft Playwright Testing service

- [workspace](/Commands/playwright-testing/workspace/readme.md)
: Manage Microsoft Playwright Testing service workspace resource

## Commands

- [check-name-availability](/Commands/playwright-testing/_check-name-availability.md)
: Adds check global name availability operation, normally used if a resource name must be globally unique.
16 changes: 16 additions & 0 deletions Commands/playwright-testing/workspace/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _playwright-testing workspace create_

Create a Microsoft Playwright Testing service Workspace resource

## Versions

### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZXBsYXl3cmlnaHRzZXJ2aWNlL2FjY291bnRzL3t9/2024-12-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azureplaywrightservice/accounts/{} 2024-12-01 -->

#### examples

- Create Playwright Testing Workspace
```bash
playwright-testing workspace create --resource-group SampleRG --workspace-name myPlaywrightWorkspace --location westus --regional-affinity Enabled
```
16 changes: 16 additions & 0 deletions Commands/playwright-testing/workspace/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _playwright-testing workspace delete_

Delete Microsoft Azure Playwright Testing service Workspace resource

## Versions

### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZXBsYXl3cmlnaHRzZXJ2aWNlL2FjY291bnRzL3t9/2024-12-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azureplaywrightservice/accounts/{} 2024-12-01 -->

#### examples

- Delete Playwright Testing Workspace
```bash
playwright-testing workspace delete --resource-group SampleRG --workspace-name myPlaywrightWorkspace
```
22 changes: 22 additions & 0 deletions Commands/playwright-testing/workspace/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# [Command] _playwright-testing workspace list_

List Microsoft Azure Playwright Testing service Workspace resources by subscription ID

## Versions

### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZXBsYXl3cmlnaHRzZXJ2aWNlL2FjY291bnRz/2024-12-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.azureplaywrightservice/accounts 2024-12-01 -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azureplaywrightservice/accounts 2024-12-01 -->

#### examples

- Playwright Testing Workspace_ListBySubscription
```bash
playwright-testing workspace list
```

- Playwright Testing Workspace_ListByResourceGroup
```bash
playwright-testing workspace list --resource-group SampleRG
```
16 changes: 16 additions & 0 deletions Commands/playwright-testing/workspace/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _playwright-testing workspace show_

Get a Microsoft Azure Playwright Testing service Workspace resource details

## Versions

### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZXBsYXl3cmlnaHRzZXJ2aWNlL2FjY291bnRzL3t9/2024-12-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azureplaywrightservice/accounts/{} 2024-12-01 -->

#### examples

- Get Playwright Testing Workspace
```bash
playwright-testing workspace show --resource-group SampleRG --workspace-name myPlaywrightWorkspace
```
16 changes: 16 additions & 0 deletions Commands/playwright-testing/workspace/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _playwright-testing workspace update_

Update Microsoft Azure Playwright Testing service Workspace resource

## Versions

### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZXBsYXl3cmlnaHRzZXJ2aWNlL2FjY291bnRzL3t9/2024-12-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azureplaywrightservice/accounts/{} 2024-12-01 -->

#### examples

- Update Playwright Testing Workspace_Disable Regional Affinity
```bash
playwright-testing workspace update --resource-group SampleRG --workspace-name myPlaywrightWorkspace --regional-affinity Disabled
```
16 changes: 16 additions & 0 deletions Commands/playwright-testing/workspace/quota/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _playwright-testing workspace quota list_

List quotas for a given workspace.

## Versions

### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZXBsYXl3cmlnaHRzZXJ2aWNlL2FjY291bnRzL3t9L3F1b3Rhcw==/2024-12-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azureplaywrightservice/accounts/{}/quotas 2024-12-01 -->

#### examples

- List Playwright Testing Workspace Quotas
```bash
playwright-testing workspace quota list --resource-group SampleRG --workspace-name myPlaywrightWorkspace
```
16 changes: 16 additions & 0 deletions Commands/playwright-testing/workspace/quota/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _playwright-testing workspace quota show_

Get quota by name for an workspace.

## Versions

### [2024-12-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZXBsYXl3cmlnaHRzZXJ2aWNlL2FjY291bnRzL3t9L3F1b3Rhcy97fQ==/2024-12-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azureplaywrightservice/accounts/{}/quotas/{} 2024-12-01 -->

#### examples

- Get Playwright Testing Workspace Quotas
```bash
playwright-testing workspace quota show --resource-group SampleRG --workspace-name myPlaywrightWorkspace --quota-name ScalableExecution
```
11 changes: 11 additions & 0 deletions Commands/playwright-testing/workspace/quota/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [Group] _playwright-testing workspace quota_

Manage Quota resource for Microsoft Azure Playwright Testing service account

## Commands

- [list](/Commands/playwright-testing/workspace/quota/_list.md)
: List quotas for a given workspace.

- [show](/Commands/playwright-testing/workspace/quota/_show.md)
: Get quota by name for an workspace.
25 changes: 25 additions & 0 deletions Commands/playwright-testing/workspace/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# [Group] _playwright-testing workspace_

Manage Microsoft Playwright Testing service workspace resource

## Subgroups

- [quota](/Commands/playwright-testing/workspace/quota/readme.md)
: Manage Quota resource for Microsoft Azure Playwright Testing service account

## Commands

- [create](/Commands/playwright-testing/workspace/_create.md)
: Create a Microsoft Playwright Testing service Workspace resource

- [delete](/Commands/playwright-testing/workspace/_delete.md)
: Delete Microsoft Azure Playwright Testing service Workspace resource

- [list](/Commands/playwright-testing/workspace/_list.md)
: List Microsoft Azure Playwright Testing service Workspace resources by subscription ID

- [show](/Commands/playwright-testing/workspace/_show.md)
: Get a Microsoft Azure Playwright Testing service Workspace resource details

- [update](/Commands/playwright-testing/workspace/_update.md)
: Update Microsoft Azure Playwright Testing service Workspace resource
3 changes: 3 additions & 0 deletions Commands/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@
- [palo-alto](/Commands/palo-alto/readme.md)
: Manage palo-alto networks resource

- [playwright-testing](/Commands/playwright-testing/readme.md)
: Manage Microsoft Playwright Testing service

- [powerbi](/Commands/powerbi/readme.md)
: Manage PowerBI resources.

Expand Down
Loading
Loading