Skip to content

Commit 2f0b462

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Ensured that the already aliased names don't regenerate as cmdlets
1 parent 028208d commit 2f0b462

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

src/Calendar/Calendar.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,9 @@ directive:
4242
verb: Get
4343
subject: ^(UserCalendarSchedule)$
4444
remove: true
45+
#Remove cmdlet to avoid conflicts where alias has been set:[#3241](https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/3241)
46+
- where:
47+
verb: Get
48+
subject: ^UserCalendarEventDelta$
49+
remove: true
4550
```

src/CloudCommunications/CloudCommunications.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,15 @@ directive:
3838
subject: ^UserOnlineMeeting$
3939
variant: ^(Create|CreateExpanded|CreateViaIdentity|CreateViaIdentityExpanded)([1-9]{1,2})$
4040
remove: true
41+
42+
#Remove cmdlet to avoid conflicts where alias has been set: [#3241](https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/3241)
43+
- where:
44+
verb: Get
45+
subject: ^AllUserOnlineMeetingRecording$
46+
remove: true
47+
- where:
48+
verb: Get
49+
subject: ^AllUserOnlineMeetingTranscript$
50+
remove: true
51+
4152
```

0 commit comments

Comments
 (0)