azure-developer-loadtesting_1.1.0b1
Pre-release
Pre-release
1.1.0b1 (2025-03-27)
Updated the client library to use API Version 2025-05-01-preview. This adds all the capabilities that were introduced until this API version.
This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.
Features Added
- This release adds models and enums for all the APIs supported by Azure Load Testing
- Support for AutoStop Criteria
- Use
auto_stop_criteriaproperty on theTestmodel to add autostop criteria
- Use
- Support for Quick Load Tests with RPS (Requests Per Second) Inputs
- Use
requests_per_secondandmax_response_time_in_msinOptionalLoadTestConfigmodel to specify desired RPS for a quick load test
- Use
- Support for URL Tests with JSON based test plans
- Added enum
TestKindwith valueURLand support forURL_TEST_CONFIGfile type in theFileTypeenum
- Added enum
- Support for Locust Load Tests
- Added value
Locustin theTestKindenum
- Added value
- Support for Multi Region Load Tests
- Added property
regional_load_test_configinLoadTestConfigurationmodel to specify regional load distribution
- Added property
- Support for Disabling Public IP Deployment for Private Load Tests
- Added property
public_ip_disabledto theTestmodel to disable injecting public IP
- Added property
- Support for uploading ZIP Artifacts
- Added value
ZIPPED_ARTIFACTSin theFileTypeenum
- Added value
- Support for all Test Profiles & Test Profile Run Scenarios
- Added methods
create_or_update_test_profile,get_test_profile,delete_test_profileandlist_test_profilesinLoadTestAdministrationClientto work with Test Profiles - Added methods
begin_test_profile_run,get_test_profile_run,delete_test_profile_runandlist_test_profile_runsinLoadTestRunClientto work with Test Profile Runs
- Added methods