Skip to content

Commit

Permalink
fix(appengine): update the api
Browse files Browse the repository at this point in the history
#### appengine:v1beta

The following keys were changed:
- resources.apps.resources.runtimes.methods.list.scopes (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Oct 3, 2023
1 parent 973eda4 commit 9a66480
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Expand Up @@ -1610,7 +1610,7 @@
}
}
},
"revision": "20230918",
"revision": "20230925",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down
Expand Up @@ -887,7 +887,7 @@
}
}
},
"revision": "20230918",
"revision": "20230925",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"AuthorizedCertificate": {
Expand Down
Expand Up @@ -1063,7 +1063,9 @@
"$ref": "ListRuntimesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
"https://www.googleapis.com/auth/appengine.admin",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
]
}
}
Expand Down Expand Up @@ -1861,7 +1863,7 @@
}
}
},
"revision": "20230918",
"revision": "20230925",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down

0 comments on commit 9a66480

Please sign in to comment.