Skip to content

Commit 1a5a73f

Browse files
committed
Update scaleout endpoint
1 parent 399f11f commit 1a5a73f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.test

PBIRESTAPIComm.pq

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,14 +1301,14 @@ GetDatasetSyncStatusInGroupType = type function (
13011301
Documentation.Examples = {
13021302
[
13031303
Code = "=PBIRESTAPIComm.GetDatasetSyncStatusInGroup(""xxx-xxxx-abcd..."",""xxx-xxxx-efgh..."")",
1304-
Result = "Defined as "
1304+
Result = "Defined as: https://powerbi.microsoft.com/en-us/blog/announcing-the-public-preview-of-automatic-replica-synchronization-for-dataset-scale-out/"
13051305
]
13061306
}
13071307
];
13081308

13091309
GetDatasetSyncStatusInGroup = (optional groupId as text , optional datasetId as text) =>
13101310
let
1311-
result = GetJSON("v1.0/myorg/groups/" & groupId & "/datasets/" & datasetId & "/syncStatus")
1311+
result = GetJSON("v1.0/myorg/groups/" & groupId & "/datasets/" & datasetId & "/queryScaleOut/syncStatus")
13121312
in
13131313
result;
13141314
/*** End GetDatasetSyncStatusInGroup ***/
Binary file not shown.

0 commit comments

Comments
 (0)