Autorest for Python v5.1.0-preview.3
Pre-release
Pre-release
Release version of Autorest for Python v5
2020-06-24 - 5.1.0-preview.3
Modelerfour version: 4.13.351
New Features
- Supports a function that is both LRO and paging #689
- We have added a
--credential-default-policy-type
flag. Its default value isBearerTokenCredentialPolicy
, but it can also accept
AzureKeyCredentialPolicy
. The value passed in will be the default authentication policy in the client's config, so users using the
generated library will use that auth policy unless they pass in a separate one through kwargs #686 - Added support for a data plane multiapi client #693
Bug Fixes
- Fix typing for discriminator values in models, so Python 3.5 can import py3 file for models #691