microsoftgraph / msgraph-sdk-powershell

Powershell SDK for Microsoft Graph
https://www.powershellgallery.com/packages/Microsoft.Graph
Other
691 stars 165 forks source link

BackupRestore module not visible in Graph modules #2922

Open agarwal-arjun opened 1 month ago

agarwal-arjun commented 1 month ago

Describe the bug

I am looking at https://github.com/microsoftgraph/msgraph-sdk-powershell/wiki/MS-Graph-PowerShell-Modules and can't see BackupRestore module. The module was added as part of https://github.com/microsoftgraph/msgraph-sdk-powershell/pull/2889/files

image

Expected behavior

I expect BackupRestore module to be available on https://github.com/microsoftgraph/msgraph-sdk-powershell/wiki/MS-Graph-PowerShell-Modules.

How to reproduce

  1. go to https://github.com/microsoftgraph/msgraph-sdk-powershell/wiki/MS-Graph-PowerShell-Modules
  2. Check if BackupRestore module is available

SDK Version

2.22.0

Latest version known to work for scenario above?

No response

Known Workarounds

No response

Debug output

Click to expand log ``` ```

Configuration

No response

Other information

No response

STRO09 commented 6 days ago

I don't see any data of module: BackupRestore in https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/dev/docs/OpenApiInfo/beta/openApiInfo.json

STRO09 commented 6 days ago

How about this tweak: "Bookings": "^bookingBusinesses\.|^bookingCurrencies\.|^solutions.Actions$|^solutions.bookingBusiness$|^solutions.bookingCurrency$|^solutions.virtualEventsRoot$|^solutions.Functions$", "BusinessScenario": "^solutions.businessScenario$", "BackupRestore": "^solutions\.backupRestore\.",