-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Internal] Decouple oauth2 and serving (#855)
## What changes are proposed in this pull request? This PR removes serving.py's indirect dependency on oauth2.py by moving DataPlaneInfo to serving.py. This change is also reflected in the OpenAPI specification. It narrows down import scopes to prevent circular dependencies. ## How is this tested? Existing Unit tests.
- Loading branch information
1 parent
d907c0c
commit cbae014
Showing
10 changed files
with
254 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
a6a317df8327c9b1e5cb59a03a42ffa2aabeef6d | ||
779817ed8d63031f5ea761fbd25ee84f38feec0d |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.