Skip to content

Commit b357820

Browse files
authored
Merge pull request #2889 from microsoftgraph/2886-incorrect-module-mapping-for-powershell-commands-for-apis-listed-under-solutionsbackuprestore
Introduces BusinessScenario and BackupRestore modules
2 parents 964bef1 + 7dee5f7 commit b357820

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/ModulesMapping.jsonc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"Applications": "^applicationTemplates\\.|^applications\\.|^servicePrincipals\\.|^onPremisesPublishingProfiles\\.|^users.appRoleAssignment$|^groups.appRoleAssignment$",
3-
"Bookings": "^solutions\\.|^bookingBusinesses\\.|^bookingCurrencies\\.",
3+
"Bookings": "^bookingBusinesses\\.|^bookingCurrencies\\.|^solutions.Actions$|^solutions.bookingBusiness$|^solutions.bookingCurrency$|^solutions.virtualEventsRoot$|^solutions.Functions$|^solutions.solutionsRoot$",
4+
"BusinessScenario": "^solutions.businessScenario$",
5+
"BackupRestore": "^solutions.backupRestoreRoot$",
46
"Calendar": "^places\\.|^users.calendar$|^users.calendarGroup$|^users.event$|^groups.calendar$|^groups.event$",
57
"ChangeNotifications": "^subscriptions\\.",
68
"CloudCommunications": "^users.onlineMeeting$|^users.presence$|^communications\\.",

0 commit comments

Comments
 (0)