mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
Added chromeostype, diskspaceusage and faninfo to <CrOSFieldName>
This commit is contained in:
@@ -2396,12 +2396,14 @@ gam <CrOSTypeEntity> update <CrOSAttribute>+ [quickcrosmove [<Boolean>]] [nobatc
|
|||||||
autoupdatethrough|
|
autoupdatethrough|
|
||||||
backlightinfo|
|
backlightinfo|
|
||||||
bootmode|
|
bootmode|
|
||||||
|
chromeostype|
|
||||||
cpuinfo|
|
cpuinfo|
|
||||||
cpustatusreports|
|
cpustatusreports|
|
||||||
deprovisionreason|
|
deprovisionreason|
|
||||||
devicefiles|
|
devicefiles|
|
||||||
deviceid|
|
deviceid|
|
||||||
devicelicensetype|
|
devicelicensetype|
|
||||||
|
diskspaceusage|
|
||||||
diskvolumereports|
|
diskvolumereports|
|
||||||
dockmacaddress|
|
dockmacaddress|
|
||||||
ethernetmacaddress|
|
ethernetmacaddress|
|
||||||
@@ -2409,6 +2411,7 @@ gam <CrOSTypeEntity> update <CrOSAttribute>+ [quickcrosmove [<Boolean>]] [nobatc
|
|||||||
extendedsupporteligible|
|
extendedsupporteligible|
|
||||||
extendedsupportstart|
|
extendedsupportstart|
|
||||||
extendedsupportenabled|
|
extendedsupportenabled|
|
||||||
|
faninfo|
|
||||||
firmwareversion|
|
firmwareversion|
|
||||||
firstenrollmenttime|
|
firstenrollmenttime|
|
||||||
lastdeprovisiontimestamp|
|
lastdeprovisiontimestamp|
|
||||||
|
|||||||
@@ -1,8 +1,12 @@
|
|||||||
|
7.07.16
|
||||||
|
|
||||||
|
Added `chromeostype`, `diskspaceusage` and `faninfo` to `<CrOSFieldName>` for use in `gam info|print cros`.
|
||||||
|
|
||||||
7.07.15
|
7.07.15
|
||||||
|
|
||||||
Added option `shareddrivesoption included|included_if_account_is_not_a_member|not_included` to `gam create vaultexport`.
|
Added option `shareddrivesoption included|included_if_account_is_not_a_member|not_included` to `gam create vaultexport`.
|
||||||
|
|
||||||
The previous option 'includeshareddrives <Boolean>` is mapped as follows:
|
The previous option `includeshareddrives <Boolean>` is mapped as follows:
|
||||||
* `includeshareddrives false` - `shareddrivesoption included_if_account_is_not_a_member`
|
* `includeshareddrives false` - `shareddrivesoption included_if_account_is_not_a_member`
|
||||||
* `includeshareddrives true` - `shareddrivesoption included`
|
* `includeshareddrives true` - `shareddrivesoption included`
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
|
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
|
||||||
__version__ = '7.07.15'
|
__version__ = '7.07.16'
|
||||||
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
||||||
|
|
||||||
#pylint: disable=wrong-import-position
|
#pylint: disable=wrong-import-position
|
||||||
@@ -23759,12 +23759,14 @@ CROS_FIELDS_CHOICE_MAP = {
|
|||||||
'autoupdatethrough': 'autoUpdateThrough',
|
'autoupdatethrough': 'autoUpdateThrough',
|
||||||
'backlightinfo': 'backlightInfo',
|
'backlightinfo': 'backlightInfo',
|
||||||
'bootmode': 'bootMode',
|
'bootmode': 'bootMode',
|
||||||
|
'chromeostype': 'chromeOsType',
|
||||||
'cpuinfo': 'cpuInfo',
|
'cpuinfo': 'cpuInfo',
|
||||||
'cpustatusreports': 'cpuStatusReports',
|
'cpustatusreports': 'cpuStatusReports',
|
||||||
'deprovisionreason': 'deprovisionReason',
|
'deprovisionreason': 'deprovisionReason',
|
||||||
'devicefiles': ['deviceFiles.type', 'deviceFiles.createTime'],
|
'devicefiles': ['deviceFiles.type', 'deviceFiles.createTime'],
|
||||||
'deviceid': 'deviceId',
|
'deviceid': 'deviceId',
|
||||||
'devicelicensetype': 'deviceLicenseType',
|
'devicelicensetype': 'deviceLicenseType',
|
||||||
|
'diskspaceusage': 'diskSpaceUsage',
|
||||||
'diskvolumereports': 'diskVolumeReports',
|
'diskvolumereports': 'diskVolumeReports',
|
||||||
'dockmacaddress': 'dockMacAddress',
|
'dockmacaddress': 'dockMacAddress',
|
||||||
'ethernetmacaddress': 'ethernetMacAddress',
|
'ethernetmacaddress': 'ethernetMacAddress',
|
||||||
@@ -23772,6 +23774,7 @@ CROS_FIELDS_CHOICE_MAP = {
|
|||||||
'extendedsupporteligible': 'extendedSupportEligible',
|
'extendedsupporteligible': 'extendedSupportEligible',
|
||||||
'extendedsupportstart': 'extendedSupportStart',
|
'extendedsupportstart': 'extendedSupportStart',
|
||||||
'extendedsupportenabled': 'extendedSupportEnabled',
|
'extendedsupportenabled': 'extendedSupportEnabled',
|
||||||
|
'faninfo': 'fanInfo',
|
||||||
'firmwareversion': 'firmwareVersion',
|
'firmwareversion': 'firmwareVersion',
|
||||||
'firstenrollmenttime': 'firstEnrollmentTime',
|
'firstenrollmenttime': 'firstEnrollmentTime',
|
||||||
'lastdeprovisiontimestamp': 'lastDeprovisionTimestamp',
|
'lastdeprovisiontimestamp': 'lastDeprovisionTimestamp',
|
||||||
|
|||||||
Reference in New Issue
Block a user