[BUG] Type error in AzureDataFactory-AzureMLExecutePipelineActivityTypeProperties-mlPipelineParameters #31561
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Data Factory
Mgmt
This issue is related to a management-plane library.
Service Attention
Workflow: This issue is responsible by Azure service team.
API Spec link
azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json
Line 7639 in 6bab1a8
API Spec version
2018-06-01
Describe the bug
Original customer issue: Azure/azure-sdk-for-net#45401
It's possible that the response value contains object type instead of string.
The
x-ms-format
should bedfe-key-object-value-pairs
Expected behavior
"x-ms-format": "dfe-key-object-value-pairs"
Actual behavior
"x-ms-format": "dfe-key-value-pairs"
Reproduction Steps
Call GetDataFactoryPipeline on a Pipeline with AzureMLExecutePipelineActivity that contains expression parameter
Environment
No response
The text was updated successfully, but these errors were encountered: