Skip to content

v7.0.0-prerelease.1

Pre-release
Pre-release
Compare
Choose a tag to compare

7.0.0-prerelease.1 (2022-06-02)

Features

BREAKING CHANGES

  • Existing projects must migrate from using JsonPropertyAttributes to JsonPropertyNameAttributes.
    The YAML serializer is also shared with kubernetes-client and is no longer overridable via injection.
    Microsoft.Rest.HttpOperationException no longer exists, any place this is used must move to k8s.Autorest.HttpOperationException.