mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-07 05:03:34 +00:00
Remove audit.googleapis.com
from the list of project APIs.
This commit is contained in:
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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',
|
||||||
|
Reference in New Issue
Block a user