microsoftgraph / msgraph-sdk-powershell

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

BackupRestore module not visible in Graph modules #2922

Open agarwal-arjun opened 2 months ago

agarwal-arjun commented 2 months 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 2 months 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 2 months ago

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