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