From 259f0dd6f86029424830b23e5a4cdfb8baade622 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Wed, 25 Mar 2026 20:35:33 -0700 Subject: [PATCH] Added license SKU `1010470009` for `AI Expanded Access` --- src/GamCommands.txt | 1 + src/GamUpdate.txt | 6 +++++- src/gam/__init__.py | 2 +- src/gam/gamlib/glskus.py | 2 ++ 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/GamCommands.txt b/src/GamCommands.txt index 4cd33cbf..a7322a5e 100644 --- a/src/GamCommands.txt +++ b/src/GamCommands.txt @@ -260,6 +260,7 @@ If an item contains spaces, it should be surrounded by ". 4tb | drive4tb | googledrivestorage4tb | Google-Drive-storage-4TB | 8tb | drive8tb | googledrivestorage8tb | Google-Drive-storage-8TB | 16tb | drive16tb | googledrivestorage16tb | Google-Drive-storage-16TB | + aiexpanded | 1010470009 | AI Expanded Access | aimeetingsandmessaging | 1010470007 | AI Meetings and Messaging | aisecurity | 1010470006 | AI Security | appsheetcore | 1010380001 | AppSheet Core | diff --git a/src/GamUpdate.txt b/src/GamUpdate.txt index 0e143aa9..3984783f 100644 --- a/src/GamUpdate.txt +++ b/src/GamUpdate.txt @@ -1,6 +1,10 @@ +7.38.02 + +Added license SKU `1010470009` for `AI Expanded Access`; abbreviation `aiexpanded`. + 7.38.01 -Added `root` as a synonnym for '/' in command line arguments that specify an OU. +Added `root` as a synonym for '/' in command line arguments that specify an OU. This is to avoid issues where a stand-alone `/` on the command line may be mis-interpreted by the command line interpreter as a reference to the file system root. diff --git a/src/gam/__init__.py b/src/gam/__init__.py index fa87d70e..f2f8f226 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki """ __author__ = 'GAM Team ' -__version__ = '7.38.01' +__version__ = '7.38.02' __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' # pylint: disable=wrong-import-position diff --git a/src/gam/gamlib/glskus.py b/src/gam/gamlib/glskus.py index 5ce362f0..7effe7f0 100644 --- a/src/gam/gamlib/glskus.py +++ b/src/gam/gamlib/glskus.py @@ -109,6 +109,8 @@ _SKUS = { 'product': '101047', 'aliases': ['aimeetingsandmessaging'], 'displayName': 'AI Meetings and Messaging'}, '1010470008': { 'product': '101047', 'aliases': ['geminiultra'], 'displayName': 'Google AI Ultra for Business'}, + '1010470009': { + 'product': '101047', 'aliases': ['aiexpanded'], 'displayName': 'AI Expanded Access'}, '1010490001': { 'product': '101049', 'aliases': ['eeu'], 'displayName': 'Endpoint Education Upgrade'}, '1010500001': {