Skip to content

Commit 51f9fbc

Browse files
committed
Added more operation Ids causing conflict for both v1 and beta
1 parent 4d371a0 commit 51f9fbc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/Bookings/beta/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ namespace: Microsoft.Graph.Beta.PowerShell
3333

3434
directive:
3535
# Remove path causing module conflict by operationId.
36-
remove-path-by-operation: solutions.bookingBusinesses_getStaffAvailability
36+
remove-path-by-operation: solution.bookingBusiness_getStaffAvailability|solution.bookingBusiness.*._cancel
3737
```

src/Bookings/v1.0/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,8 @@ require:
3030
title: $(service-name)
3131
subject-prefix: ''
3232
namespace: Microsoft.Graph.PowerShell
33+
34+
directive:
35+
# Remove path causing module conflict by operationId.
36+
remove-path-by-operation: solution.bookingBusiness_getStaffAvailability|solution.bookingBusiness.*._cancel
3337
```

0 commit comments

Comments
 (0)