mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 06:33:34 +00:00
Fix listing of G Suite Essentials SKU
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
"""Variables common across modules"""
|
||||
# pylint: disable=too-many-lines
|
||||
import os
|
||||
import ssl
|
||||
import string
|
||||
@ -128,8 +129,11 @@ SKUS = {
|
||||
'displayName': 'G Suite Enterprise Archived'
|
||||
},
|
||||
'1010060001': {
|
||||
'product': 'Google-Apps',
|
||||
'aliases': ['d4e', 'driveenterprise', 'drive4enterprise'],
|
||||
'product': '101006',
|
||||
'aliases': [
|
||||
'gsuiteessentials', 'essentials', 'd4e', 'driveenterprise',
|
||||
'drive4enterprise'
|
||||
],
|
||||
'displayName': 'G Suite Essentials'
|
||||
},
|
||||
'Google-Drive-storage-20GB': {
|
||||
|
Reference in New Issue
Block a user