Skip to content

Commit ed919e1

Browse files
committed
Added directive to remove variants causing multiple parameter set error
1 parent dff08a4 commit ed919e1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/Devices.CorporateManagement/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: Get
36+
subject: ^(DeviceAppManagementMobileAppAssignmentCount|DeviceAppManagementMobileCategoryCount)$
37+
variant: ^Get[1-17]$|^GetExpanded[1-17$|^GetViaIdentity[1-17]$|^GetViaIdentityExpanded[1-17]$
38+
remove: true
3339
```

src/Devices.CorporateManagement/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: Get
36+
subject: ^(DeviceAppManagementMobileAppAssignmentCount|DeviceAppManagementMobileAppCategoryCount)$
37+
variant: ^Get[1-17]$|^GetExpanded[1-17$|^GetViaIdentity[1-17]$|^GetViaIdentityExpanded[1-17]$
38+
remove: true
3339
```

0 commit comments

Comments
 (0)