Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.
This repository was archived by the owner on May 22, 2026. It is now read-only.

fix operation mixins across multiapi versions with different signatures #695

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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