What is the correct JSON body to disable PowerBi Schedule Refresh via API
This is the example Request body provided by Microsoft to disable a PowerBi schedule refresh via the Rest API { "value": { "enabled": false } } When I call the API, using a service principal, in ADF, with the same…