1.19.0 (2021-09-30)
Breaking Changes in the Provisional azure.core.rest
package
-
azure.core.rest.HttpResponse
andazure.core.rest.AsyncHttpResponse
are now abstract base classes. They should not be initialized directly, instead
your transport responses should inherit from them and implement them. -
The properties of the
azure.core.rest
responses are now all read-only -
HttpLoggingPolicy integrates logs into one record #19925