# Release History ## 1.3.0-beta.1 (Unreleased) ### Features Added ### Breaking Changes ### Bugs Fixed ### Other Changes ## 1.2.0 (2026-05-26) ### Features Added - Upgraded the Managed Network Fabric management plane API version to `2025-07-15`. - Added support for newly introduced service capabilities and operation result models from the `2025-07-15` API. ### Breaking Changes - Updated model and operation signatures to align with the `2025-07-15` service contract. - Some operation result types changed from shared/common post-action result shapes to operation-specific result models. ### Bugs Fixed - Fixed type naming inconsistencies and acronym casing issues in the generated public surface. - Corrected operation naming regressions to preserve previously shipped method names where applicable. ### Other Changes - Added compatibility customizations and regenerated code/api listings to mitigate breaking changes introduced by the API version upgrade. ## 1.1.3 (2026-04-27) ### Other Changes - Upgraded dependent `Azure.Core` to 1.54.0. - Upgraded dependent `Azure.ResourceManager` to 1.14.0. ## 1.1.2 (2025-03-11) ### Features Added - Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details. - Exposed `JsonModelWriteCore` for model serialization procedure. ## 1.1.1 (2023-11-29) ### Features Added - Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details. ### Other Changes - Upgraded dependent `Azure.ResourceManager` to 1.9.0. ## 1.1.0 (2023-09-28) ### Features Added - New optional parameter default action added in Access Control List and Route Policy resources. - IP V4 address parameter type changed from IPAddress to String in internet gateway resource. ## 1.0.0 (2023-07-28) This release is the first stable release of the Managed Network Fabric library. ### Features Added - Upgraded API version to 2023-06-15, which supports the following new resources: - InternetGateyways - InternetGatewayRules - NetworkTap - NetworkTapRules - NetworkPacketBroker - NeighborGroup ### Breaking Changes - Supported new parameters and removed deprecated parameters in all existing resources. - Supported new post actions in the existing resources. - Removed some post actions that are not needed. - Prepended `NetworkFabric` prefix to all single / simple model names. - Corrected the format of all `ResourceIdentifier` type properties / parameters. - Corrected the name of interval / duration properties / parameters that end with units. - Optimized the name of some models and functions. - Corrected all acronyms that not follow [.Net Naming Guidelines](https://learn.microsoft.com/dotnet/standard/design-guidelines/naming-guidelines). - Corrected enumeration name by following [Naming Enumerations Rule](https://learn.microsoft.com/dotnet/standard/design-guidelines/names-of-classes-structs-and-interfaces#naming-enumerations). ## 1.0.0-beta.1 (2023-06-28) ### General New Features This package follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities: - Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET. - Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing. - HTTP pipeline with custom policies. - Better error-handling. - Support uniform telemetry across all languages. This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues). > NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://learn.microsoft.com/dotnet/api/overview/azure/identity-readme?view=azure-dotnet).