1.1.0-beta.1 (2025-05-24)
Features Added
- Upgraded all clients to use new API Version
2024-05-01-preview
- Added models for all APIs supported by the service
- Added methods that work with and return models for all existing methods supported by both
LoadTestAdministration
andLoadTestRun
clients - Added methods to interact with
TestProfile
APIs inLoadTestAdministrationClient.createOrUpdateTestProfile()
,LoadTestAdministrationClient.getTestProfile()
,LoadTestAdministrationClient.deleteTestProfile()
andLoadTestAdministrationClient.listTestProfiles()
and their equivalent async variants - Added methods to interact with
TestProfileRun
APIs inLoadTestRunClient.beginTestProfileRun()
,LoadTestRunClient.getTestProfileRun()
,LoadTestRunClient.deleteTestProfileRun()
andLoadTestRunClient.listTestProfileRuns()
and their equivalent async variants