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.
Description
SDK 0.14 adds the generated
CloudconvertClientandConnectorNames.CloudConvert, butConnectorServiceCollectionExtensionsdoes not provide anAddCloudconvertClientmethod.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)usingConnectorNames.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.