msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

BackupRestore module actions still mapping to Booking module

Open agarwal-arjun opened this issue 1 year ago • 0 comments

Describe the bug

The Enable-MgBetaBackupRestore cmdlet is not working. image

However, after installing Microsoft.Graph.Beta.Bookings , it is working fine.

Following are few more cmdlets which are not showing up in BackupRestore module but are part of booking, but should be part of BackupRestore module.

image

Expected behavior

Expect following cmdlet to be part of BackupRestore module.

image

How to reproduce

On running below-

Find-MgGraphCommand -Uri "beta/solutions/backupRestore/enable"

we are getting following response- image

which suggests that the command is not in BackupRestore module.

SDK Version

2.22.0

Latest version known to work for scenario above?

NA

Known Workarounds

NA

Debug output

Click to expand log ```
</details>


### Configuration

_No response_

### Other information

_No response_

agarwal-arjun avatar Aug 26 '24 10:08 agarwal-arjun