Skip to content

Commit 06e2a4f

Browse files
committed
Removed specific cmdlets
1 parent 51f9fbc commit 06e2a4f

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

src/Bookings/beta/readme.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ subject-prefix: 'Beta'
3232
namespace: Microsoft.Graph.Beta.PowerShell
3333

3434
directive:
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
```

src/Bookings/v1.0/readme.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ subject-prefix: ''
3232
namespace: Microsoft.Graph.PowerShell
3333

3434
directive:
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
```

0 commit comments

Comments
 (0)