Added option max_to_deprov <Integer> to gam update cros <CrOSEntity> action <CrOSAction>

This commit is contained in:
Ross Scroggs
2026-05-15 16:51:40 -07:00
parent f75d7d78f6
commit bb9d5b3cdc
4 changed files with 30 additions and 7 deletions

View File

@@ -4,6 +4,19 @@ Added option `matchfield attendeesorganizer <Boolean> <EmailAddressEntity>` to `
that is used in commands that process events. The match is true if all of the addresses in `<EmailAddressEntity>`
are present as attendees in the event and are an organizer or not based on `<Boolean>`.
Added option `max_to_deprov <Integer>` to `gam update cros <CrOSEntity> action <CrOSAction>`
that is used when `<CrOSAction>` is any of the following:
```
deprovision_different_model_replace|
deprovision_different_model_replacement|
deprovision_retiring_device|
deprovision_same_model_replace|
deprovision_same_model_replacement|
deprovision_upgrade_transfer
```
`max_to_deprov <Integer>` - No deprovisions are processed if the number of devices in `<CrOSEntity>` exceeds `<Integer>`;
the default value is one; set `<Integer>` to 0 for no limit.
7.43.04
Added option `include_suspended_zeros [<Boolean>]` to `gam print vaultcounts` that causes
@@ -22,7 +35,7 @@ gam <UserTypeEntity> print filelist ... filepath|fullpath
7.43.02
Added option `maxactivities <Number>` to `gam <UserTypeEntity> print driveactivity` to limit
Added option `maxactivities <Integer>` to `gam <UserTypeEntity> print driveactivity` to limit
the number of activities displayed; the default is 0, no limit.
7.43.01