File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -30,4 +30,10 @@ require:
3030title : $(service-name)
3131subject-prefix : ' Beta'
3232namespace : Microsoft.Graph.Beta.PowerShell
33+ directive :
34+ - where :
35+ verb : Send
36+ subject : ^(CommunicationOnlineMeetingVirtualAppointmentReminderSm|CommunicationOnlineMeetingVirtualAppointmentSm)$
37+ variant : ^Send1$|^SendExpanded1$|^SendViaIdentity1$|^SendViaIdentityExpanded1$
38+ remove : true
3339` ` `
Original file line number Diff line number Diff line change @@ -30,4 +30,10 @@ require:
3030title : $(service-name)
3131subject-prefix : ' '
3232namespace : Microsoft.Graph.PowerShell
33+ directive :
34+ - where :
35+ verb : Send
36+ subject : ^(CommunicationOnlineMeetingVirtualAppointmentReminderSm|CommunicationOnlineMeetingVirtualAppointmentSm)$
37+ variant : ^Send1$|^SendExpanded1$|^SendViaIdentity1$|^SendViaIdentityExpanded1$
38+ remove : true
3339` ` `
Original file line number Diff line number Diff line change @@ -8,4 +8,10 @@ require:
88title : $(service-name)
99subject-prefix : ' Beta'
1010namespace : Microsoft.Graph.Beta.PowerShell
11+ directive :
12+ - where :
13+ verb : Send
14+ subject : ^(UserOnlineMeetingVirtualAppointmentReminderSm|UserOnlineMeetingVirtualAppointmentSm)$
15+ variant : ^Send1$|^SendExpanded1$|^SendViaIdentity1$|^SendViaIdentityExpanded1$
16+ remove : true
1117` ` `
Original file line number Diff line number Diff line change @@ -8,4 +8,10 @@ require:
88title : $(service-name)
99subject-prefix : ' '
1010namespace : Microsoft.Graph.PowerShell
11+ directive :
12+ - where :
13+ verb : Send
14+ subject : ^(UserOnlineMeetingVirtualAppointmentReminderSm|UserOnlineMeetingVirtualAppointmentSm)$
15+ variant : ^Send1$|^SendExpanded1$|^SendViaIdentity1$|^SendViaIdentityExpanded1$
16+ remove : true
1117` ` `
You can’t perform that action at this time.
0 commit comments