Remove audit.googleapis.com from the list of project APIs.

This commit is contained in:
Ross Scroggs
2023-08-01 07:52:54 -07:00
parent b5c400044a
commit 0773bea679
3 changed files with 9 additions and 1 deletions

View File

@ -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. 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 ### 6.61.19
Fixed bug in `gam <UserTypeEntity> print|show chatmembers <ChatSpace>` that caused a trap. Fixed bug in `gam <UserTypeEntity> print|show chatmembers <ChatSpace>` that caused a trap.

View File

@ -2,6 +2,10 @@
Merged GAM-Team version Merged GAM-Team version
6.61.20
Remove `audit.googleapis.com` from the list of project APIs.
6.61.19 6.61.19
Fixed bug in `gam <UserTypeEntity> print|show chatmembers <ChatSpace>` that caused a trap. Fixed bug in `gam <UserTypeEntity> print|show chatmembers <ChatSpace>` that caused a trap.

View File

@ -146,7 +146,7 @@ PROJECT_APIS = [
'alertcenter.googleapis.com', 'alertcenter.googleapis.com',
'analytics.googleapis.com', 'analytics.googleapis.com',
'analyticsadmin.googleapis.com', 'analyticsadmin.googleapis.com',
'audit.googleapis.com', # 'audit.googleapis.com',
'calendar-json.googleapis.com', 'calendar-json.googleapis.com',
'chat.googleapis.com', 'chat.googleapis.com',
'chromemanagement.googleapis.com', 'chromemanagement.googleapis.com',