Skip to content

Add dependency injection registration for CloudConvertClient #258

Description

@daviburg

Description

SDK 0.14 adds the generated CloudconvertClient and ConnectorNames.CloudConvert, but ConnectorServiceCollectionExtensions does not provide an AddCloudconvertClient method.

The samples use SDK DI registration extensions so clients receive their configured connection runtime URL and managed-identity credential. CloudConvert cannot follow that supported pattern even though its typed client is present.

Expected

Add AddCloudconvertClient(IServiceCollection, IConfiguration) using ConnectorNames.CloudConvert, consistent with the other connector registrations, and add registration tests.

A separate validation connection is still needed for deployed E2E coverage, but the missing DI extension is an SDK package gap.

Context

Found while expanding Azure/Connectors-NET-Samples#72 for SDK 0.14.

Authored with Dobby.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions