|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.0.0-beta.2 (Unreleased) |
| 3 | +## 1.0.0-beta.2 (2023-01-13) |
4 | 4 |
|
5 | 5 | ### Features Added |
| 6 | +- Method Addded `Azure.Developer.LoadTesting.LoadTestingClient.LoadTestRunClient.ListMetricNamespaces` |
| 7 | +- Method Addded `Azure.Developer.LoadTesting.LoadTestingClient.LoadTestRunClient.ListMetricDefinitions` |
| 8 | +- Method Addded `Azure.Developer.LoadTesting.LoadTestingClient.LoadTestRunClient.ListMetrics` |
| 9 | +- Method Addded `Azure.Developer.LoadTesting.LoadTestingClient.LoadTestRunClient.CreateOrUpdateAppComponents` |
| 10 | +- Method Addded `Azure.Developer.LoadTesting.LoadTestingClient.LoadTestRunClient.ListAppComponents` |
| 11 | +- Method Addded `Azure.Developer.LoadTesting.LoadTestingClient.LoadTestRunClient.CreateOrUpdateServerMetricsConfig` |
| 12 | +- Method Addded `Azure.Developer.LoadTesting.LoadTestingClient.LoadTestRunClient.GetServerMetricsConfig` |
| 13 | +- Method Addded `Azure.Developer.LoadTesting.LoadTestingClient.LoadTestAdministrationClient. |
| 14 | +` |
| 15 | +- Method Addded `Azure.Developer.LoadTesting.LoadTestingClient.LoadTestAdministrationClient.BeginTestRun` |
| 16 | +- Method Addded `Azure.Developer.LoadTesting.LoadTestingClient.LoadTestRunClient.ListMetricNamespacesAsync` |
| 17 | +- Method Addded `Azure.Developer.LoadTesting.LoadTestingClient.LoadTestRunClient.ListMetricDefinitionsAsync` |
| 18 | +- Method Addded `Azure.Developer.LoadTesting.LoadTestingClient.LoadTestRunClient.ListMetricsAsync` |
| 19 | +- Method Addded `Azure.Developer.LoadTesting.LoadTestingClient.LoadTestRunClient.CreateOrUpdateAppComponentsAsync` |
| 20 | +- Method Addded `Azure.Developer.LoadTesting.LoadTestingClient.LoadTestRunClient.ListAppComponentsAsync` |
| 21 | +- Method Addded `Azure.Developer.LoadTesting.LoadTestingClient.LoadTestRunClient.CreateOrUpdateServerMetricsConfigAsync` |
| 22 | +- Method Addded `Azure.Developer.LoadTesting.LoadTestingClient.LoadTestRunClient.GetServerMetricsConfigAsync` |
| 23 | +- Method Addded `Azure.Developer.LoadTesting.LoadTestingClient.LoadTestAdministrationClient.BeginUploadTestFile` |
| 24 | +- Method Addded `Azure.Developer.LoadTesting.LoadTestingClient.LoadTestAdministrationClient.BeginTestRun` |
| 25 | +- Method Addded `Azure.Developer.LoadTesting.LoadTestingClient.LoadTestRunClient.ListMetricDimensionValues` |
6 | 26 |
|
7 | 27 | ### Breaking Changes |
8 | | - |
9 | | -### Bugs Fixed |
| 28 | +- Changed from single client and 2 subclients pattern to two clients pattern |
10 | 29 |
|
11 | 30 | ### Other Changes |
| 31 | +- README Updated |
12 | 32 |
|
13 | 33 | ## 1.0.0-beta.1 (2022-10-25) |
14 | 34 |
|
|
0 commit comments