You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
1.0.0 (2023-03-07)
Breaking Changes
moved all operations under azure.developer.loadtesting.LoadTestingClient.test_run to azure.developer.loadtesting.LoadTestRunClient
moved all operations under azure.developer.loadtesting.LoadTestingClient.administration to azure.developer.loadtesting.LoadTestAdministrationClient
moved all operations under azure.developer.loadtesting.aio.LoadTestingClient.test_run to azure.developer.loadtesting.aio.LoadTestRunClient
moved all operations under azure.developer.loadtesting.aio.LoadTestingClient.administration to azure.developer.loadtesting.aio.LoadTestAdministrationClient
removed azure.developer.loadtesting.LoadTestingClient.administration.upload_test_file as it moved all functionality to azure.developer.loadtesting.LoadTestAdministrationClient.begin_upload_test_file
removed azure.developer.loadtesting.aio.LoadTestingClient.administration.upload_test_file as it moved all functionality to azure.developer.loadtesting.aio.LoadTestAdministrationClient.begin_upload_test_file
removed azure.developer.loadtesting.LoadTestingClient.test_run.create_or_update_test_run as it moved all functionality to azure.developer.loadtesting.LoadTestRunClient.begin_test_run
removed azure.developer.loadtesting.aio.LoadTestingClient.test_run.create_or_update_test_run as it moved all functionality to azure.developer.loadtesting.aio.LoadTestRunClient.begin_test_run
removed azure.developer.loadtesting.aio.LoadTestingClient.test_run.list_metric_definitions as it moved all functionality to azure.developer.loadtesting.aio.LoadTestRunClient.get_metric_definitions
removed azure.developer.loadtesting.LoadTestingClient.test_run.list_metric_definitions as it moved all functionality to azure.developer.loadtesting.LoadTestRunClient.get_metric_definitions
removed azure.developer.loadtesting.aio.LoadTestingClient.test_run.list_metric_definitions as it moved all functionality to azure.developer.loadtesting.aio.LoadTestRunClient.get_metric_definitions
removed azure.developer.loadtesting.LoadTestingClient.test_run.list_metric_namespaces as it moved all functionality to azure.developer.loadtesting.LoadTestRunClient.get_metric_namespaces