mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Compare commits
2 Commits
v7.05.10
...
20250318.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be0dcbc8d4 | ||
|
|
b9ca2ba9a1 |
@@ -281,11 +281,15 @@ If an item contains spaces, it should be surrounded by ".
|
|||||||
gsuitebasic | gafb | gafw | basic | Google-Apps-For-Business |
|
gsuitebasic | gafb | gafw | basic | Google-Apps-For-Business |
|
||||||
gsuitebusiness | gau | gsb | unlimited | Google-Apps-Unlimited |
|
gsuitebusiness | gau | gsb | unlimited | Google-Apps-Unlimited |
|
||||||
gsuitebusinessarchived | gsbau | businessarchived | 1010340002 | Google Workspace Business - Archived User |
|
gsuitebusinessarchived | gsbau | businessarchived | 1010340002 | Google Workspace Business - Archived User |
|
||||||
|
gsuiteedu | gafe | gsuiteeducation | Google-Apps-For-Education |
|
||||||
gsuiteenterprisearchived | gseau | enterprisearchived | 1010340001 | Google Workspace Enterprise Plus - Archived User |
|
gsuiteenterprisearchived | gseau | enterprisearchived | 1010340001 | Google Workspace Enterprise Plus - Archived User |
|
||||||
gsuiteenterpriseeducation | gsefe | e4e | 1010310002 | Google Workspace for Education Plus - Legacy |
|
gsuiteenterpriseeducation | gsefe | e4e | 1010310002 | Google Workspace for Education Plus - Legacy |
|
||||||
gsuiteenterpriseeducationstudent | gsefes | e4es | 1010310003 | Google Workspace for Education Plus - Legacy (Student) |
|
gsuiteenterpriseeducationstudent | gsefes | e4es | 1010310003 | Google Workspace for Education Plus - Legacy (Student) |
|
||||||
gsuitegov | gafg | gsuitegovernment | Google-Apps-For-Government |
|
gsuitegov | gafg | gsuitegovernment | Google-Apps-For-Government |
|
||||||
gsuitelite | gal | gsl | lite | Google-Apps-Lite |
|
gsuitelite | gal | gsl | lite | Google-Apps-Lite |
|
||||||
|
gwef | workspaceeducationfundamentals | 1010070001 | Google Workspace for Education Fundamentals |
|
||||||
|
gwefau | gwefarchived | workspaceeducationfundamentalsarchived | 1010340007 | Google Workspace for Education Fundamentals - Archived User |
|
||||||
|
gwegmo | workspaceeducationgmailonly | 1010070004 | Google Workspace for Education Gmail Only |
|
||||||
gwep | workspaceeducationplus | 1010310008 | Google Workspace for Education Plus |
|
gwep | workspaceeducationplus | 1010310008 | Google Workspace for Education Plus |
|
||||||
gwepstaff | workspaceeducationplusstaff | 1010310009 | Google Workspace for Education Plus (Staff) |
|
gwepstaff | workspaceeducationplusstaff | 1010310009 | Google Workspace for Education Plus (Staff) |
|
||||||
gwepstudent | workspaceeducationplusstudent | 1010310010 | Google Workspace for Education Plus (Extra Student)|
|
gwepstudent | workspaceeducationplusstudent | 1010310010 | Google Workspace for Education Plus (Extra Student)|
|
||||||
|
|||||||
@@ -1,3 +1,13 @@
|
|||||||
|
7.05.11
|
||||||
|
|
||||||
|
Added the following License SKUs:
|
||||||
|
```
|
||||||
|
ProductId SKUId Display Name
|
||||||
|
Google-Apps 1010070001 Google Workspace for Education Fundamentals
|
||||||
|
Google-Apps 1010070004 Google Workspace for Education Gmail Only
|
||||||
|
101034 1010340007 Google Workspace for Education Fundamentals - Archived User
|
||||||
|
```
|
||||||
|
|
||||||
7.05.10
|
7.05.10
|
||||||
|
|
||||||
Updated various chat space commands to handle the following error:
|
Updated various chat space commands to handle the following error:
|
||||||
|
|||||||
@@ -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.05.09'
|
__version__ = '7.05.11'
|
||||||
__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
|
||||||
|
|||||||
@@ -24,7 +24,6 @@
|
|||||||
_PRODUCTS = {
|
_PRODUCTS = {
|
||||||
'101001': 'Cloud Identity Free',
|
'101001': 'Cloud Identity Free',
|
||||||
'101005': 'Cloud Identity Premium',
|
'101005': 'Cloud Identity Premium',
|
||||||
'101007': 'Google Workspace for Education',
|
|
||||||
'101031': 'Google Workspace for Education',
|
'101031': 'Google Workspace for Education',
|
||||||
'101033': 'Google Voice',
|
'101033': 'Google Voice',
|
||||||
'101034': 'Google Workspace Archived User',
|
'101034': 'Google Workspace Archived User',
|
||||||
@@ -49,9 +48,9 @@ _SKUS = {
|
|||||||
'1010050001': {
|
'1010050001': {
|
||||||
'product': '101005', 'aliases': ['identitypremium', 'cloudidentitypremium'], 'displayName': 'Cloud Identity Premium'},
|
'product': '101005', 'aliases': ['identitypremium', 'cloudidentitypremium'], 'displayName': 'Cloud Identity Premium'},
|
||||||
'1010070001': {
|
'1010070001': {
|
||||||
'product': '101007', 'aliases': ['gwef', 'workspaceeducationfundamentals'], 'displayName': 'Google Workspace for Education Fundamentals'},
|
'product': 'Google-Apps', 'aliases': ['gwef', 'workspaceeducationfundamentals'], 'displayName': 'Google Workspace for Education Fundamentals'},
|
||||||
'1010070004': {
|
'1010070004': {
|
||||||
'product': '101007', 'aliases': ['gwegmo', 'workspaceeducationgmailonly'], 'displayName': 'Google Workspace for Education Gmail Only'},
|
'product': 'Google-Apps', 'aliases': ['gwegmo', 'workspaceeducationgmailonly'], 'displayName': 'Google Workspace for Education Gmail Only'},
|
||||||
'1010310002': {
|
'1010310002': {
|
||||||
'product': '101031', 'aliases': ['gsefe', 'e4e', 'gsuiteenterpriseeducation'], 'displayName': 'Google Workspace for Education Plus - Legacy'},
|
'product': '101031', 'aliases': ['gsefe', 'e4e', 'gsuiteenterpriseeducation'], 'displayName': 'Google Workspace for Education Plus - Legacy'},
|
||||||
'1010310003': {
|
'1010310003': {
|
||||||
|
|||||||
Reference in New Issue
Block a user