@@ -45,11 +45,11 @@ Example prompts include:
4545| Test resource name | Required | The name of the test resource to be used. |
4646| Test ID | Required | A unique identifier for the test. |
4747| Display name | Required | A user-friendly name for the new load test. |
48- | Description | Optional | A description of the test and its purpose. |
48+ | Description | Required | A description of the test and its purpose. |
4949| Endpoint | Required | The URL endpoint to be tested. |
5050| Virtual users | Required | The number of concurrent virtual users for the load test. |
5151| Duration | Required | The total duration of the test in seconds. |
52- | Ramp-up time | Optional | The time period over which to gradually increase load to the specified number of virtual users. |
52+ | Ramp-up time | Required | The time period over which to gradually increase load to the specified number of virtual users. |
5353
5454
5555
@@ -99,8 +99,8 @@ Example prompts include:
9999| Parameter | Required or optional | Description |
100100| -----------| -------------| -------------|
101101| Subscription | Required | The ID or name of the subscription containing the test resources. |
102- | Resource group | Optional | The resource group containing the test resources. |
103- | Test resource name | Optional | The name of a specific test resource to filter by. |
102+ | Resource group | Required | The resource group containing the test resources. |
103+ | Test resource name | Required | The name of a specific test resource to filter by. |
104104
105105### Create test resource
106106
@@ -146,10 +146,10 @@ Example prompts include:
146146| Resource group | Required | The resource group containing the load test. |
147147| Test resource name | Required | The name of the test resource to use. |
148148| Test ID | Required | The ID of the test to run. |
149- | Testrun ID | Optional | A custom ID to assign to this test run. |
150- | Display name | Optional | A user-friendly name for the test run. |
151- | Description | Optional | A description of the test run and its purpose. |
152- | Old testrun ID | Optional | The ID of a previous test run to compare results with. |
149+ | Testrun ID | Required | A custom ID to assign to this test run. |
150+ | Display name | Required | A user-friendly name for the test run. |
151+ | Description | Required | A description of the test run and its purpose. |
152+ | Old testrun ID | Required | The ID of a previous test run to compare results with. |
153153
154154### Get test run details
155155
@@ -194,7 +194,7 @@ Example prompts include:
194194| Subscription | Required | The ID or name of the subscription containing the test runs. |
195195| Resource group | Required | The resource group containing the test runs. |
196196| Test resource name | Required | The name of the test resource used for the test runs. |
197- | Test ID | Optional | The ID of a specific test to filter test runs by. |
197+ | Test ID | Required | The ID of a specific test to filter test runs by. |
198198
199199### Update test run
200200
@@ -219,8 +219,8 @@ Example prompts include:
219219| Test resource name | Required | The name of the test resource associated with the test run. |
220220| Test ID | Required | The ID of the test associated with the test run. |
221221| Testrun ID | Required | The ID of the test run to update. |
222- | Display name | Optional | A new display name for the test run. |
223- | Description | Optional | A new description for the test run. |
222+ | Display name | Required | A new display name for the test run. |
223+ | Description | Required | A new description for the test run. |
224224
225225## Related content
226226
0 commit comments