Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Scanning API truncating personal workspace names

Calling the Workspaces API as admin shows personal workspaces as "Personal Workspace [Full Name]":

 

{
      "id": "13597230-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
      "isReadOnly": false,
      "isOnDedicatedCapacity": false,
      "capacityMigrationStatus": "PendingMigration",
      "type": "PersonalGroup",
      "state": "Active",
      "hasWorkspaceLevelSettings ": false,
      "name": "PersonalWorkspace Test User"
}

 

 

Calling the result from the Scanning API truncates personal workspaces after the first space, resulting in "Personal Workspace [First Name]"

 

 

{
      "id": "13597230-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
      "name": "PersonalWorkspace Test",
      "type": "Personal",
      "state": "Active",
      "isOnDedicatedCapacity": false,
      [...]
}

 

 

This is causing issues with reporting of metadata in organisations where more than one person has the same first name, as some aggregations will incorrectly combine workspaces of different users.  This only affects personal workspaces - all other workspaces have their full titles shown.

Status: Accepted

Hi @cmjcf ,

 

We checked internally and found this to be an acknowledged issue.
The engineers on the product team are now aware and will do their best to resolve the issue. I will update here if there is any progress. Thanks for your patience.

 

Best regards.
Community Support Team_Caitlyn

Comments
v-xiaoyan-msft
Community Support
Status changed to: Accepted

Hi @cmjcf ,

 

We checked internally and found this to be an acknowledged issue.
The engineers on the product team are now aware and will do their best to resolve the issue. I will update here if there is any progress. Thanks for your patience.

 

Best regards.
Community Support Team_Caitlyn