Skip to content

Commit f8baed6

Browse files
author
Shahak Yosef
committed
Merged PR 240302: Add getSDKVersion method
Add `powerbi.getSDKVersion` method In ISV scenario it is hard to find the SDK version in the dev tools so I am adding a method to return it.
1 parent 238c629 commit f8baed6

File tree

4 files changed

+64
-39
lines changed

4 files changed

+64
-39
lines changed

dist/powerbi-client.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,6 +2154,12 @@ declare module "service" {
21542154
getNumberOfComponents(): number;
21552155
/** @hidden */
21562156
getSdkSessionId(): string;
2157+
/**
2158+
* Returns the Power BI Client SDK version
2159+
*
2160+
* @hidden
2161+
*/
2162+
getSDKVersion(): string;
21572163
/**
21582164
* Given a configuration based on a Power BI element, saves the component instance that reference the element for later lookup.
21592165
*

0 commit comments

Comments
 (0)