Fix casing of IsRefreshable in Dataset.Serialization.cs#219
Fix casing of IsRefreshable in Dataset.Serialization.cs#219Arjan321 wants to merge 1 commit intomicrosoft:masterfrom
Conversation
|
A vote for getting this merged and released asap! |
|
@KupoCat can you look at this please? |
|
@ayeshurun can you look at this please? |
|
@KupoCat @ayeshurun I found the same issue back in November 2025 and tried to email people at Microsoft (got the email addresses from the git commits) but heard no reply. The issue was introduced with the commit that switched to AutoRest V3 (3a88dcb) I believe the issue affects many more objects and properties than just Dataset. It would be great if this repo accepted issues so the problems can be reasonably logged. |
|
This is now support request |
And PowerBI SDK 5.1 has been released 2 hours ago, with this fix. Coincidence? |
…uired, isOnPremGatewayRequired, encryption, isRefreshable and isInPlaceSharingEnabled in swagger.json and regenerate the models
Description
A regression occurred in the v5 release of the PowerBI SDK. The casing of various properties in
DataSetare wrong.v4:
Output:
id: <guid> - IsEffectiveIdentityRequired: False - IsRefreshable: Truev5:
Output:
id: <guid> - IsEffectiveIdentityRequired: - IsRefreshable:As you can see, the properties are lost.
Question
please answer the following questions. put x inside [ ] (e.g. [x])
What inside?
Is pull request totally generated from swagger file?
Backward compatibility break?
Learn more about backward compatibility.