1.0.0-beta.2 (2023-01-22)
- Second preview release of Azure Load Testing client library for Java.
Features Added
- Added sync and async versions of
LoadTestRunClient.listMetricNamespacesWithResponse
- Added sync and async versions of
LoadTestRunClient.listMetricDefinitionsWithResponse
- Added sync and async versions of
LoadTestRunClient.listMetrics
- Added sync and async versions of
LoadTestRunClient.listMetricDimensionValues
- Added sync and async versions of
LoadTestRunClient.createOrUpdateAppComponentWithResponse
- Added sync and async versions of
LoadTestRunClient.getAppComponentsWithResponse
- Added sync and async versions of
LoadTestRunClient.createOrUpdateServerMetricsConfigWithResponse
- Added sync and async versions of
LoadTestRunClient.getServerMetricsConfigWithResponse
- Added sync and async versions of
LoadTestAdministrationClient.beginUploadTestFile
andLoadTestRunClient.beginTestRun
Long-Running operation
Breaking Changes
- There is a single builder which builds
LoadTestAdministration
andLoadTestRun
clients, rather than a client which provides them via accessor methods previously - Added metric namespaces and metric dimensions
- File upload now uses
application/octet-stream
instead ofmultipart/form-data
- File upload now uses file name as primary identifier instead of
fileId
- Removed sync and async versions of
LoadTestAdministrationClient.ListSupportedResourceType
- Removed sync and async versions of
LoadTestAdministrationClient.DeleteAppComponent
andLoadTestAdministrationClient.DeleteAppComponentByName
- Removed sync and async versions of
LoadTestAdministrationClient.DeleteServerMetrics
andLoadTestAdministrationClient.DeleteServerMetricsByName
- Removed sync and async versions of
TestRunClient.GetTestRunClientMetrics
andTestRunClient.GetTestRunClientMetricsFilters
- Removed sync and async versions of
TestRunClient.GetServerDefaultMetrics
Other Changes
- README updated
- Added samples and test cases