Open MarkLakatos opened 6 days ago
FabricAdminTenantSettings requires you to setup DEV access to the Fabric REST APIs:
https://learn.microsoft.com/en-us/rest/api/fabric/articles/get-started/create-entra-app
Thank you for the answer! I already had an entra app and now i hava changed the principal tenant setting in Power BI. Now i get this error when trying to export with cert thumbprint:
{InvalidOperation}
System.Net.WebException: The remote server returned the following error: (500) Internal server error.
at the following location: Microsoft.PowerShell.Commands.WebRequestPSCmdlet.GetResponse(WebRequest request)
at the following location:Microsoft.PowerShell.Commands.WebRequestPSCmdlet.ProcessRecord()
"Error during Export:"
at Invoke-M365DSCFabricWebRequest, C:\Program Files\WindowsPowerShell\Modules\Microsoft365DSC\1.24.1113.1\Modules\WorkloadHelpers\M365DSCFabricHelper.psm1: line 23
at Export-TargetResource, C:\Program Files\WindowsPowerShell\Modules\Microsoft365DSC\1.24.1113.1\DSCResources\MSFT_FabricAdminTenantSettings\MSFT_FabricAdminTenantSettings.psm1: line 1945
at Start-M365DSCConfigurationExtract, C:\Program Files\WindowsPowerShell\Modules\Microsoft365DSC\1.24.1113.1\Modules\M365DSCReverse.psm1: line 682
at Export-M365DSCConfiguration, C:\Program Files\WindowsPowerShell\Modules\Microsoft365DSC\1.24.1113.1\Modules\M365DSCUtil.psm1: line 1460
at
Hello, I have been working on some Fabric settings i have noticed that in the export page there is no FabricAdminTenantSettings options. Also if i manually put it in the export prompt it comes out empty. Is there any way i can export those and if not, are there plans to add them. Thank you