Mathias Thierbach
Mathias Thierbach
This is by design. Wildcards are not supported for datasets. Each dataset, in my view, is a substantial stand-alone development project that it didn't seem sensible handling those in bulk...
> Ok thank you for clarifying. In my use case, we have 3 workspaces for our Shared Datasets for Datasets [Dev], [UAT], and [Prod]. We have multiple shared datasets residing...
Could you provide some further context for your scenario? Which access is expiring? The deployment token or one used for your external datasources? Why is the deployment taking so long?...
The 3600 second token lifetime is set and enforced by AAD, that's a hard limit. Key here is to re-structure your operation so that it doesn't result in a very...
Yes, that is indeed supported. You can set manifest.authentication.authority (an alternative to tenantId) for complete control of authentication, as well as manifest.options.pbiBaseUri to use an alternative PBI API endpoint.
`login.microsoftonline.com` is the public cloud Auth endpoint. For US Gov, you need to use `https://login.microsoftonline.us` See: https://learn.microsoft.com/azure/active-directory/develop/authentication-national-cloud#azure-ad-authentication-endpoints
Can you use the PS cmdlets for Power BI with your setup? Those ones are provided by Microsoft directly, and use the same setup as what I suggested. The error...
Just adding my 2 cents here ... I had the same issue earlier with .Net7 support, and ended up dropping fake-cli and converting the fake build script to fsproj (targeting...
> To enhance this, whilst i understand V6 is a new major and breaking changes can occur. > a breaking change whereby you have to _not_ use the latest framework/SDK...
Can't provide any timelines at the moment.