Skip to content

Commit d466e75

Browse files
committed
fix branding and optional -> required params
1 parent 38182bd commit d466e75

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

articles/azure-mcp-server/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ items:
2929
href: tools/key-vault-key.md
3030
- name: Azure Kubernetes Service
3131
href: tools/azure-aks.md
32-
- name: Azure Load testing
32+
- name: Azure Load Testing
3333
href: tools/azure-load-testing.md
3434
- name: Azure Monitor
3535
href: tools/monitor.md

articles/azure-mcp-server/tools/azure-load-testing.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)