File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/Devices.CorporateManagement Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ namespace: Microsoft.Graph.Beta.PowerShell
3333directive :
3434 - where :
3535 verb : Get
36- subject : ^(DeviceAppManagementMobileAppAssignmentCount|DeviceAppManagementMobileCategoryCount )$
37- variant : ^Get[1-17]$|^ GetExpanded[1-17$|^ GetViaIdentity[1-17]$|^ GetViaIdentityExpanded[1-17] $
36+ subject : ^(DeviceAppManagementMobileAppAssignmentCount|DeviceAppManagementMobileAppCategoryCount|DeviceAppManagementMobileAppContentVersionFileCount|DeviceAppManagementMobileAppContentVersionCount|DeviceAppManagementMobileAppContentVersionContainedAppCount )$
37+ variant : ^( Get| GetExpanded| GetViaIdentity| GetViaIdentityExpanded)( [1-9]{1,2}) $
3838 remove : true
3939` ` `
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ namespace: Microsoft.Graph.PowerShell
3333directive :
3434 - where :
3535 verb : Get
36- subject : ^(DeviceAppManagementMobileAppAssignmentCount|DeviceAppManagementMobileAppCategoryCount)$
37- variant : ^Get[1-17]$|^ GetExpanded[1-17$|^ GetViaIdentity[1-17]$|^ GetViaIdentityExpanded[1-17] $
36+ subject : ^(DeviceAppManagementMobileAppAssignmentCount|DeviceAppManagementMobileAppCategoryCount|DeviceAppManagementMobileAppContentVersionFileCount|DeviceAppManagementMobileAppContentVersionCount|DeviceAppManagementMobileAppContentVersionContainedAppCount )$
37+ variant : ^( Get| GetExpanded| GetViaIdentity| GetViaIdentityExpanded)( [1-9]{1,2}) $
3838 remove : true
3939` ` `
You can’t perform that action at this time.
0 commit comments