Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
remove trace-append and trace-ro (#5353) (#341)
Browse files Browse the repository at this point in the history
* remove trace-append and trace-ro

* update upgrade guide

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Oct 21, 2021
1 parent c722a2f commit c5f383f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions converters/google/resources/service_scope.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ func canonicalizeServiceScope(scope string) string {
"storage-rw": "https://www.googleapis.com/auth/devstorage.read_write",
"taskqueue": "https://www.googleapis.com/auth/taskqueue",
"trace": "https://www.googleapis.com/auth/trace.append",
"trace-append": "https://www.googleapis.com/auth/trace.append",
"trace-ro": "https://www.googleapis.com/auth/trace.readonly",
"useraccounts-ro": "https://www.googleapis.com/auth/cloud.useraccounts.readonly",
"useraccounts-rw": "https://www.googleapis.com/auth/cloud.useraccounts",
"userinfo-email": "https://www.googleapis.com/auth/userinfo.email",
Expand Down

0 comments on commit c5f383f

Please sign in to comment.