Skip to content

Commit dff08a4

Browse files
committed
Removed duplicate cmdlets by variant
1 parent 73f307d commit dff08a4

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

src/CloudCommunications/beta/readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,10 @@ require:
3030
title: $(service-name)
3131
subject-prefix: 'Beta'
3232
namespace: 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
```

src/CloudCommunications/v1.0/readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,10 @@ require:
3030
title: $(service-name)
3131
subject-prefix: ''
3232
namespace: Microsoft.Graph.PowerShell
33+
directive:
34+
- where:
35+
verb: Send
36+
subject: ^(CommunicationOnlineMeetingVirtualAppointmentReminderSm|CommunicationOnlineMeetingVirtualAppointmentSm)$
37+
variant: ^Send1$|^SendExpanded1$|^SendViaIdentity1$|^SendViaIdentityExpanded1$
38+
remove: true
3339
```

src/Users.Actions/beta/readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,10 @@ require:
88
title: $(service-name)
99
subject-prefix: 'Beta'
1010
namespace: 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
```

src/Users.Actions/v1.0/readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,10 @@ require:
88
title: $(service-name)
99
subject-prefix: ''
1010
namespace: Microsoft.Graph.PowerShell
11+
directive:
12+
- where:
13+
verb: Send
14+
subject: ^(UserOnlineMeetingVirtualAppointmentReminderSm|UserOnlineMeetingVirtualAppointmentSm)$
15+
variant: ^Send1$|^SendExpanded1$|^SendViaIdentity1$|^SendViaIdentityExpanded1$
16+
remove: true
1117
```

0 commit comments

Comments
 (0)