File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,16 @@ subject-prefix: 'Beta'
3232namespace : Microsoft.Graph.Beta.PowerShell
3333
3434directive :
35- # Remove path causing module conflict by operationId.
36- remove-path-by-operation : solution.bookingBusiness_getStaffAvailability|solution.bookingBusiness.*._cancel
35+ - where :
36+ verb : Get
37+ subject : ^(BookingBusinessStaffAvailability)$
38+ remove : true
39+ - where :
40+ verb : Stop
41+ subject : ^(BookingBusinessAppointment)$
42+ remove : true
43+ - where :
44+ verb : Stop
45+ subject : ^(BookingBusinessCalendarView)$
46+ remove : true
3747` ` `
Original file line number Diff line number Diff line change @@ -32,6 +32,16 @@ subject-prefix: ''
3232namespace : Microsoft.Graph.PowerShell
3333
3434directive :
35- # Remove path causing module conflict by operationId.
36- remove-path-by-operation : solution.bookingBusiness_getStaffAvailability|solution.bookingBusiness.*._cancel
35+ - where :
36+ verb : Get
37+ subject : ^(BookingBusinessStaffAvailability)$
38+ remove : true
39+ - where :
40+ verb : Stop
41+ subject : ^(BookingBusinessAppointment)$
42+ remove : true
43+ - where :
44+ verb : Stop
45+ subject : ^(BookingBusinessCalendarView)$
46+ remove : true
3747` ` `
You can’t perform that action at this time.
0 commit comments