AI Navigate

Azure.Developer.LoadTesting_1.3.0-beta.1

Azure OpenAI .NET Releases / 3/17/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • The 1.3.0-beta.1 release (2026-03-15) updates the client library to API version 2025-11-01-preview, enabling capabilities introduced by that API version.
  • The release adds models and enums for all APIs supported by Azure Load Testing.
  • Notification Rules support is added in LoadTestAdministrationClient, with methods to create, update, fetch, list, and delete notification rules (CreateOrUpdateNotificationRule, GetNotificationRule, GetNotificationRules, DeleteNotificationRule, and their async variants).
  • Triggers support is added in LoadTestAdministrationClient, with methods to manage scheduling triggers (CreateOrUpdateTrigger, GetTrigger, GetTriggers, DeleteTrigger, and their async variants).
  • The release also introduces actionable insights with methods in LoadTestRunClient (GenerateTestRunInsights, GetLatestTestRunInsights, etc), AI-assisted test plan recommendations via GenerateTestPlanRecommendations, and cloning of load tests via CloneTest in LoadTestAdministrationClient.

1.3.0-beta.1 (2026-03-15)

Features Added

  • Updated the client library to use API Version 2025-11-01-preview. This adds all the capabilities that were introduced until this API version.
  • This release adds models and enums for all the APIs supported by Azure Load Testing.
  • Support for Notification Rules
    • Added methods CreateOrUpdateNotificationRule, CreateOrUpdateNotificationRuleAsync, GetNotificationRule, GetNotificationRuleAsync, DeleteNotificationRule, DeleteNotificationRuleAsync, GetNotificationRules, and GetNotificationRulesAsync in LoadTestAdministrationClient to work with notification rules.
  • Support for Triggers
    • Added methods CreateOrUpdateTrigger, CreateOrUpdateTriggerAsync, GetTrigger, GetTriggerAsync, DeleteTrigger, DeleteTriggerAsync, GetTriggers, and GetTriggersAsync in LoadTestAdministrationClient to work with scheduling test triggers.
  • Support for Actionable Insights
    • Added methods GenerateTestRunInsights, GenerateTestRunInsightsAsync, UpdateLatestTestRunInsights, UpdateLatestTestRunInsightsAsync, GetLatestTestRunInsights, and GetLatestTestRunInsightsAsync in LoadTestRunClient to work with actionable insights.
  • Support for generating test plan recommendations
    • Added methods GenerateTestPlanRecommendations and GenerateTestPlanRecommendationsAsync in LoadTestAdministrationClient which generates AI recommendations to author a load test plan using an uploaded browser recording file.
  • Support for Cloning load test
    • Added methods CloneTest and CloneTestAsync in LoadTestAdministrationClient to clone a load test.