File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
src/Devices.CorporateManagement Expand file tree Collapse file tree 2 files changed +12
-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 : Get
36+ subject : ^(DeviceAppManagementMobileAppAssignmentCount|DeviceAppManagementMobileCategoryCount)$
37+ variant : ^Get[1-17]$|^GetExpanded[1-17$|^GetViaIdentity[1-17]$|^GetViaIdentityExpanded[1-17]$
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 : Get
36+ subject : ^(DeviceAppManagementMobileAppAssignmentCount|DeviceAppManagementMobileAppCategoryCount)$
37+ variant : ^Get[1-17]$|^GetExpanded[1-17$|^GetViaIdentity[1-17]$|^GetViaIdentityExpanded[1-17]$
38+ remove : true
3339` ` `
You can’t perform that action at this time.
0 commit comments