Skip to content

fix operation mixins across multiapi versions with different signatures #695

@iscai-msft

Description

@iscai-msft

Current design example

Overview. These steps are only added for operations that have different signatures. Rest are left untouched:

  1. I make the signature take in the union of all possible parameters across api versions
  2. I validate the parameters per api version through a decorator
  3. Then I enter the mixin as i regularly would.
  4. Return mixin call based on api_version

Metadata

Metadata

Assignees

Labels

bugThis issue requires a change to an existing behavior in the product in order to be resolved.p0

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions