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.
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.