Skip to content

AzureDataFactoryClient uses rejected 2017 preview API version #256

Description

@daviburg

Description

AzureDataFactoryClient.ListSubscriptionsAsync in Azure.Connectors.Sdk 0.14.0-preview.1 generates this connector request:

GET /subscriptions?x-ms-api-version=2017-09-01-preview

The live Azure Data Factory connector rejects that request with HTTP 400:

InvalidApiVersionParameter: The api-version '2017-09-01-preview' is invalid.

The current supported version list returned by ARM starts with 2026-06-01, 2025-04-01, and other active versions; it does not include 2017-09-01-preview.

Source

src/Azure.Connectors.Sdk/Generated/AzureDataFactoryExtensions.cs

The stale version appears on ListSubscriptionsAsync and the other generated Data Factory management paths.

Validation

  • Package: Azure.Connectors.Sdk 0.14.0-preview.1
  • Client: AzureDataFactoryClient
  • Connection: authenticated Connector Namespace Azure Data Factory connection
  • Result: generated client reaches the connector, which returns HTTP 400 before any data is returned

This was found while adding deployed end-to-end coverage for the 0.14 samples update.

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