Rayfin CLI cannot discover Fabric trial workspace
Open
@mksuni is already working on this.
Since Jun 11, 2026.
bug
issue-mapped
triaged
- Dominant language
- No language data
- Stars
- 610
- Forks
- 62
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 3
Description
Context
Split from https://github.com/microsoft/rayfin/issues/24 (sub-issue 4 of 4).
Problem
After scaffolding, the Rayfin CLI does not list or detect a newly created Fabric trial workspace. This blocks completing the end-to-end setup for new users.
Steps to Reproduce
- Create a Fabric trial workspace
- Scaffold a Rayfin app
- Run the CLI workspace discovery flow
- The trial workspace is not listed
Expected Behavior
The CLI should discover and list all Fabric workspaces the user has access to, including trial workspaces.
Investigation Notes
Possible causes:
- Trial workspaces may use a different API or have different visibility in the Fabric workspace listing API
- The CLI may be filtering workspace types and excluding trial workspaces
- Permission/scope issues with the CLI's auth token for trial tenants
Suggested Fix
- Check the workspace listing API call and verify trial workspaces are included in the response
- Ensure the CLI doesn't filter out trial workspace types
- Add a note in docs if trial workspaces require additional setup steps
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.