microsoft / microsoft/rayfin

Rayfin CLI cannot discover Fabric trial workspace

Open
#28 0 comments 0 reactions 1 assignee View on GitHub

@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

  1. Create a Fabric trial workspace
  2. Scaffold a Rayfin app
  3. Run the CLI workspace discovery flow
  4. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.