Skip to content

Unblock PowerShell Generation in the Calendar Module #3330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 18 commits into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
bc355b0
Merge pull request #2904 from microsoftgraph/dev
timayabi2020 Aug 13, 2024
110a67a
Merge pull request #2939 from microsoftgraph/dev
Ndiritu Sep 4, 2024
d989cc1
Merge branch 'main' into merge-to-main-06-09-2024
timayabi2020 Sep 6, 2024
35077ac
Merge pull request #2947 from microsoftgraph/merge-to-main-06-09-2024
timayabi2020 Sep 9, 2024
d380bf1
Merge branch 'main' into merge-to-main-02-10-2024
timayabi2020 Oct 2, 2024
c567797
Merge pull request #2983 from microsoftgraph/merge-to-main-02-10-2024
timayabi2020 Oct 2, 2024
42ef8cb
Merge branch 'main' of https://github.com/microsoftgraph/msgraph-sdk-…
Nov 20, 2024
980929d
Merge pull request #3033 from microsoftgraph/merge-to-main-20-11-2024
timayabi2020 Nov 20, 2024
9adefff
Merge branch 'main' into merge-to-main-19-02-2025
timayabi2020 Feb 19, 2025
51cbfc6
Merge pull request #3145 from microsoftgraph/merge-to-main-19-02-2025
timayabi2020 Feb 19, 2025
15ac92a
Merge branch 'main' into merge-to-live-24-02-2025
timayabi2020 Feb 24, 2025
62b30a3
Merge branch 'dev' of https://github.com/microsoftgraph/msgraph-sdk-p…
Feb 24, 2025
a2be062
Merge pull request #3169 from microsoftgraph/merge-to-live-24-02-2025
timayabi2020 Feb 25, 2025
3ee8b2a
Merge branch 'main' of https://github.com/microsoftgraph/msgraph-sdk-…
Apr 16, 2025
06451d1
Merge pull request #3275 from microsoftgraph/merge-to-main-16-04-2025
timayabi2020 Apr 17, 2025
c98dc7e
Merge branch 'main' of https://github.com/microsoftgraph/msgraph-sdk-…
timayabi2020 May 9, 2025
06909d4
Merge pull request #3314 from microsoftgraph/merge-to-main-09-05-2025
timayabi2020 May 9, 2025
82b1b77
Remove ExceptionOccurence and Instance from OperationIds
ramsessanchez May 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Calendar/Calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require:
``` yaml
directive:
# Remove paths that are not valid.
- remove-path-by-operation: (user|group)_(Update|Delete)Calendar$|(user|group)..*_(Get|Create|Update|Delete)CalendarView$|(user|group).(calendar).calendarView.*$|user.calendar_(Get|Update|Delete)Event$|(user|group).(calendar).event.*$|(user|group)_.*CalendarView$|(user|group).calendarView.*$|user.calendarGroup_(Get|Update|Delete)Calendar$|user.calendarGroup.calendar.*$|(group|user).event_(Create|Update|Create)Calendar$|(user|group).event.calendar.*$|placeAsRoomList.room_(Get|Update|Delete)GraphBPrePlaceId$|placeAsRoomList.workspace_(Get|Update|Delete)GraphBPrePlaceId$
- remove-path-by-operation: (user|group)_(Update|Delete)Calendar$|(user|group)..*_(Get|Create|Update|Delete)CalendarView$|(user|group).(calendar).calendarView.*$|user.calendar_(Get|Update|Delete)Event$|(user|group).(calendar).event.*$|(user|group)_.*CalendarView$|(user|group).calendarView.*$|user.calendarGroup_(Get|Update|Delete)Calendar$|user.calendarGroup.calendar.*$|(group|user).event_(Create|Update|Create)Calendar$|(user|group).event.calendar.*$|placeAsRoomList.room_(Get|Update|Delete)GraphBPrePlaceId$|placeAsRoomList.workspace_(Get|Update|Delete)GraphBPrePlaceId$|.*exceptionOccurrence.*$|.*\.instance(_|\.).*$|
# Rename cmdlets.
- where:
verb: Invoke
Expand Down
Loading