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.
Description
AzureDataFactoryClient.ListSubscriptionsAsyncinAzure.Connectors.Sdk0.14.0-preview.1 generates this connector request:The live Azure Data Factory connector rejects that request with HTTP 400:
The current supported version list returned by ARM starts with
2026-06-01,2025-04-01, and other active versions; it does not include2017-09-01-preview.Source
src/Azure.Connectors.Sdk/Generated/AzureDataFactoryExtensions.csThe stale version appears on
ListSubscriptionsAsyncand the other generated Data Factory management paths.Validation
Azure.Connectors.Sdk0.14.0-preview.1AzureDataFactoryClientThis was found while adding deployed end-to-end coverage for the 0.14 samples update.
Authored with Dobby.