Skip to content

Commit e7e5cbb

Browse files
authored
New version: GAM-Team.gam version 7.12.00 (microsoft#271751)
1 parent 7b06dff commit e7e5cbb

3 files changed

Lines changed: 99 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Created with WinGet Updater using komac v2.12.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: GAM-Team.gam
5+
PackageVersion: 7.12.00
6+
InstallerLocale: en-US
7+
InstallerType: wix
8+
Scope: machine
9+
ReleaseDate: 2025-07-07
10+
InstallationMetadata:
11+
DefaultInstallLocation: ./GAM7
12+
Installers:
13+
- Architecture: x64
14+
InstallerUrl: https://github.com/GAM-team/GAM/releases/download/v7.12.00/gam-7.12.00-windows-x86_64.msi
15+
InstallerSha256: 243A93A9112246D2D2892200AD469779F176DD13518E9A42158607BBC61967D5
16+
ProductCode: '{F7EC7B68-86E0-4E5A-8755-F676CB59472D}'
17+
AppsAndFeaturesEntries:
18+
- DisplayName: GAM7
19+
ProductCode: '{F7EC7B68-86E0-4E5A-8755-F676CB59472D}'
20+
UpgradeCode: '{D86B52B2-EFE9-4F9D-8BA3-9D84B9B2D319}'
21+
- Architecture: arm64
22+
InstallerUrl: https://github.com/GAM-team/GAM/releases/download/v7.12.00/gam-7.12.00-windows-arm64.msi
23+
InstallerSha256: 9F626085A062AA03838904D02002B59731886C427186AF802230CD7828CECCBC
24+
ProductCode: '{CF1696E2-1D46-4B0A-B934-0D2D53C125EF}'
25+
AppsAndFeaturesEntries:
26+
- DisplayName: GAM7
27+
ProductCode: '{CF1696E2-1D46-4B0A-B934-0D2D53C125EF}'
28+
UpgradeCode: '{D86B52B2-EFE9-4F9D-8BA3-9D84B9B2D319}'
29+
ManifestType: installer
30+
ManifestVersion: 1.10.0
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Created with WinGet Updater using komac v2.12.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: GAM-Team.gam
5+
PackageVersion: 7.12.00
6+
PackageLocale: en-US
7+
Publisher: GAM Team - google-apps-manager@googlegroups.com
8+
PublisherUrl: https://github.com/GAM-team
9+
PublisherSupportUrl: https://github.com/GAM-team/GAM/issues
10+
PackageName: gam
11+
PackageUrl: https://github.com/GAM-team/GAM
12+
License: Apache-2.0
13+
LicenseUrl: https://github.com/GAM-team/GAM/blob/HEAD/LICENSE
14+
ShortDescription: command line management for Google Workspace
15+
Tags:
16+
- gam
17+
- google
18+
- google-admin-sdk
19+
- google-api
20+
- google-apps
21+
- google-calendar
22+
- google-cloud
23+
- google-drive
24+
- google-workspace
25+
- gsuite
26+
- oauth2
27+
- oauth2-client
28+
- python
29+
ReleaseNotes: |-
30+
7.12.00
31+
Started updated handling of missing scopes messages in client access commands;
32+
this is a work in progress.
33+
Updated gam info|show shareddrive to handle changes in the Drive API that caused traps.
34+
Added downloadrestrictedforreaders and downloadrestrictedforwriters to
35+
<SharedDriveRestrictionsSubfieldName> to support new Shared Drive restrictions.
36+
Updated gam course <CourseID> create|update announcement to accept input from
37+
a literal string, a file or a Google Doc.
38+
<CourseAnnouncementContent> ::=
39+
((text <String>)|
40+
(textfile <FileName> [charset <Charset>])|
41+
(gdoc <UserGoogleDoc>)|
42+
(gcsdoc <StorageBucketObjectName>))
43+
Added command gam check suspended <UserItem> that checks the suspension status of a user
44+
and sets the return code to 0 if the user is not suspended or 26 if it is.
45+
$ gam check suspended testok@domain.com
46+
User: testok@domain.com, Account Suspended: False
47+
$ echo $?
48+
0
49+
$ gam check suspended testsusp@domain.com
50+
User: testsusp@domain.com, Account Suspended: True, Suspension Reason: ADMIN
51+
$ echo $?
52+
26
53+
Updated gam <UserTypeEntity> sendemail to verify that one of recipient|to|from
54+
immediately follows sendemail.
55+
See Update History
56+
ReleaseNotesUrl: https://github.com/GAM-team/GAM/releases/tag/v7.12.00
57+
Documentations:
58+
- DocumentLabel: Wiki
59+
DocumentUrl: https://github.com/GAM-team/GAM/wiki
60+
ManifestType: defaultLocale
61+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Updater using komac v2.12.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: GAM-Team.gam
5+
PackageVersion: 7.12.00
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)