Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 2.51 KB

File metadata and controls

50 lines (36 loc) · 2.51 KB

Release History

1.1.0 (2023-11-24)

Features Added

  • Added support for Non-RFC 1918 prefixes as TrustedRanges
  • Support for new regions Japan East and Brazil South

Bugs Fixed

  • Accessibility bug fixes

Other Changes

  • Improved validations and better error messages

1.0.0 (2023-07-14)

This release is the first stable release of the Azure PaloAltoNetworks.Ngfw Management client library.

Breaking Changes

Polishing since last public beta release:

  • Prepended Firewall prefix to all single / simple model names.
  • Corrected the format of all Guid type properties / parameters.
  • Corrected the format of all ResourceIdentifier type properties / parameters.
  • Corrected the format of all ResouceType type properties / parameters.
  • Corrected the format of all ETag type properties / parameters.
  • Corrected the format of all AzureLocation type properties / parameters.
  • Corrected the format of all binary type properties / parameters.
  • Corrected all acronyms that not follow .Net Naming Guidelines.
  • Corrected enumeration name by following Naming Enumerations Rule.
  • Corrected the suffix of DateTimeOffset properties / parameters.
  • Corrected the name of interval / duration properties / parameters that end with units.
  • Optimized the name of some models and functions.

1.0.0-beta.1 (2023-05-04)

This is the first beta release of Azure PaloAltoNetworks.Ngfw client library.

General New Features

This package follows the new Azure SDK guidelines, 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.

NOTE: For more information about unified authentication, please refer to Microsoft Azure Identity documentation for .NET.