Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make PowershellPrepareres accepts a preparers list #15929

Closed
lmazuel opened this issue Dec 28, 2020 · 0 comments
Closed

Make PowershellPrepareres accepts a preparers list #15929

lmazuel opened this issue Dec 28, 2020 · 0 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. EngSys This issue is impacting the engineering system. P0

Comments

@lmazuel
Copy link
Member

lmazuel commented Dec 28, 2020

SchemaRegistryPowerShellPreparer = functools.partial(
    PowerShellPreparer,
    "schemaregistry",
    schemaregistry_endpoint="fake_resource.servicebus.windows.net",
    schemaregistry_group="fakegroup",
    preparers=[
        ResourceGroupPreparers(cached=True),
        ServiceBusPreparer()
    ]
)

See @mccoyp for example with KV

@lmazuel lmazuel added P0 Client This issue points to a problem in the data-plane of the library. EngSys This issue is impacting the engineering system. labels Dec 28, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. EngSys This issue is impacting the engineering system. P0
Projects
None yet
Development

No branches or pull requests

2 participants