📋 Copied from microsoft/fabric-cli#74 for AI triage testing.
Expected triage outcome: Potential Bug
Bug Description
Workaround of copying and remove is not good, because I want to preserve the item id
fabric-cli version
1.2.0
Python version
Python 3.12.10
Operating System
Windows
CLI Mode
Interactive mode
Authentication Method
Interactive browser login
Steps to Reproduce
Create a Fabric Workspace
Create a folder
Create some items in the root folder
Type command: fab mv WSName.Workspace/ItemName.ItemType WSName.Workspace/FolderName.Folder
Expected Behavior
Item gets moved to the workspace. Use the Fabric API: https://learn.microsoft.com/en-us/rest/api/fabric/core/items/bulk-move-items?tabs=HTTP
Actual Behavior
Not supported error
Additional Context
No response
Possible Solution
No response