Sharepoint export provider Get-SPOSite uses deprecated parameter #1220
Labels
enhancement
This issue or pull request will add new or improve existing functionality
Milestone
💡 Summary
The Sharepoint export provider Powershell code that calls Get-SPOSite uses a parameter named "Detailed" which is both deprecated and unused by ScubaGear. It should be removed from the code. The same applies to the Get-PnPTenantSite cmdlet - that parameter is not used by ScubaGear in that context either. I tested the code with the parameter removed to ensure that the tool behaves as expected.
Code Fix
Make the following change to the Sharepoint provider. You will notice that I removed the Detailed parameter from the calls to the respective cmdlets.
The text was updated successfully, but these errors were encountered: