-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Datafactory does not return the correct folder #23549
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamData FactoryService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
Milestone
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamData FactoryService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
Related command
az datafactory pipeline showaz datafactory pipeline listDescribe the bug
Both commands above do not return the correct folder for pipelines.
To Reproduce
Consider ADF "A"
With folder "F"
With pipeline "P" in folder F.
If you look at the P's JSON representation in the ADF's UI, you will see it has the folder's data:
But, when you use either of the two commands you will not get that folder name, instead it has
nameFolderNamewith P's nameExpected behavior
Correctly get that folder name,
Environment summary
Additional context
I have a screenshot showing this flow, but I don't want to post it publicly.