diff --git a/docs/GamUpdates.md b/docs/GamUpdates.md index d4daf24c..e8e439df 100644 --- a/docs/GamUpdates.md +++ b/docs/GamUpdates.md @@ -10,6 +10,10 @@ Add the `-s` option to the end of the above commands to suppress creating the `g See [Downloads](https://github.com/taers232c/GAMADV-XTD3/wiki/Downloads) for Windows or other options, including manual installation. +### 6.61.20 + +Remove `audit.googleapis.com` from the list of project APIs. + ### 6.61.19 Fixed bug in `gam print|show chatmembers ` that caused a trap. diff --git a/src/GamUpdate.txt b/src/GamUpdate.txt index 46bee705..d7e41081 100644 --- a/src/GamUpdate.txt +++ b/src/GamUpdate.txt @@ -2,6 +2,10 @@ Merged GAM-Team version +6.61.20 + +Remove `audit.googleapis.com` from the list of project APIs. + 6.61.19 Fixed bug in `gam print|show chatmembers ` that caused a trap. diff --git a/src/gam/gamlib/glapi.py b/src/gam/gamlib/glapi.py index 4ffb6edb..672298c3 100644 --- a/src/gam/gamlib/glapi.py +++ b/src/gam/gamlib/glapi.py @@ -146,7 +146,7 @@ PROJECT_APIS = [ 'alertcenter.googleapis.com', 'analytics.googleapis.com', 'analyticsadmin.googleapis.com', - 'audit.googleapis.com', +# 'audit.googleapis.com', 'calendar-json.googleapis.com', 'chat.googleapis.com', 'chromemanagement.googleapis.com',