-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
Description
Issue to keep track of the changing behavior with the new V6
Flags changing behavior:
| Flag | Old Default | New Default |
|---|---|---|
version-tolerant |
False |
True |
python3-only |
False |
Forced to True, log "does nothing" if users pass in |
models-mode |
msrest |
none (until we add version tolerant models) |
show-send-request |
False |
True |
only-path-and-body-params-positional |
False |
True |
add-python3-operation-files |
False |
Forced to True, log "does nothing" if users pass in |
combine-operation-files |
False |
True |
default-optional-constants-to-none |
False |
True |
reformat-next-link |
True |
Forced to False, log "does nothing" if users pass in |
head-as-boolean |
True for arm, False otherwise |
True |
black |
False |
True |
- Raise error preventing
multiapiandversion-tolerant, so we're not breaking when we add version tolerant multiapi raise error preventing version-tolerant and multiapi flags used together #1187 - Require all
_patch.pyfiles to have__all__. Include in changelog and tell users if they're upgrading, they may need to manually add__all__to their main sync and async init files - Remove
cls
Reactions are currently unavailable