Skip to content

Azure.ResourceManager.Elastic_1.1.0

Choose a tag to compare

@azure-sdk azure-sdk released this 18 Nov 05:34
c38d998

1.1.0 (2025-11-14)

Features Added

  • Upgraded api-version to '2025-06-01'.
  • Make Azure.ResourceManager.Elastic AOT-compatible.

Bugs Fixed

  • Fixed serialization issue in ElasticCloudDeployment where ElasticsearchServiceUri, KibanaServiceUri, and KibanaSsoUri properties would throw InvalidOperationException when containing relative URIs. Added custom serialization hooks to handle both absolute and relative URIs by using OriginalString for relative URIs instead of AbsoluteUri. This resolves issue #50974.