Skip to content

Commit 1440cbb

Browse files
aviatcoaviat cohen
andauthored
docs: Remove api get datasets example from api examples (#85)
Co-authored-by: aviat cohen <aviatcohen@microsoft.com>
1 parent c6d7d7f commit 1440cbb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

‎docs/examples/api_examples.md‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,18 @@ fab api -A azure subscriptions/00000000-0000-0000-0000-000000000000/providers/Mi
9595

9696
Interact with the [Power BI REST API](https://learn.microsoft.com/rest/api/power-bi/) using the Power BI audience for legacy Power BI operations.
9797

98-
### Get Datasets in a Workspace
98+
### List Power BI groups
9999

100-
Retrieve all datasets within a specific Power BI workspace.
100+
List all accessible Power BI workspaces.
101101

102102
```
103-
fab api -A powerbi groups/00000000-0000-0000-0000-000000000000/datasets
103+
fab api -A powerbi groups
104104
```
105105

106-
### List Power BI groups
106+
### Get a Workspace details
107107

108-
List all accessible Power BI workspaces.
108+
Retrieve Power BI workspace details.
109109

110110
```
111-
fab api -A powerbi groups
112-
```
111+
fab api -A powerbi groups/00000000-0000-0000-0000-000000000000
112+
```

0 commit comments

Comments
 (0)