diff --git a/src/GamCommands.txt b/src/GamCommands.txt index fb8fc181..640c69c8 100644 --- a/src/GamCommands.txt +++ b/src/GamCommands.txt @@ -279,6 +279,7 @@ If an item contains spaces, it should be surrounded by ". geminiedu | 1010470004 | Gemini Education | geminiedupremium| 1010470005 | Gemini Education Premium | geminient| duetai | 1010470001 | Gemini Enterprise | + geminiultra | 1010470008 | Google AI Ultra for Business | gsuitebasic | gafb | gafw | basic | Google-Apps-For-Business | gsuitebusiness | gau | gsb | unlimited | Google-Apps-Unlimited | gsuitebusinessarchived | gsbau | businessarchived | 1010340002 | Google Workspace Business - Archived User | diff --git a/src/GamUpdate.txt b/src/GamUpdate.txt index ca6518d5..46ea4fff 100644 --- a/src/GamUpdate.txt +++ b/src/GamUpdate.txt @@ -3,6 +3,10 @@ Updated `gam copy|move drivefile` to hanndle additional instances of the `cannotModifyInheritedPermission` error. +Added license SKU `Google AI Ultra for Business` +* ProductID - 101047 +* SKUID - 1010470008 | geminiultra + 7.10.06 Added option `clientstates` to `gam print devices` to include client states in device output. diff --git a/src/gam/gamlib/glskus.py b/src/gam/gamlib/glskus.py index 6c78522c..e0007198 100644 --- a/src/gam/gamlib/glskus.py +++ b/src/gam/gamlib/glskus.py @@ -108,7 +108,7 @@ _SKUS = { '1010470007': { 'product': '101047', 'aliases': ['aimeetingsandmessaging'], 'displayName': 'AI Meetings and Messaging'}, '1010470008': { - 'product': '101047', 'aliases': ['geminiultra', ], 'displayName': 'Google AI Ultra for Business'}, + 'product': '101047', 'aliases': ['geminiultra'], 'displayName': 'Google AI Ultra for Business'}, '1010490001': { 'product': '101049', 'aliases': ['eeu'], 'displayName': 'Endpoint Education Upgrade'}, '1010500001': {