Commit adc94ca
authored
[Internal] Decouple serving and oauth2 package (#1110)
## What changes are proposed in this pull request?
Package `oauth2` contains a `DataPlaneService` that is not intended for
users to use directly. This service is not auto-generated and is only
used in the `serving` package. To remove the dependency between the
`serving` package and the `oauth2` package, this PR moves the
`DataPlaneService` from the `oauth2` to the `serving` package.
## How is this tested?
Existing unit tests1 parent 83db3cb commit adc94ca
File tree
15 files changed
+231
-75
lines changed- .codegen
- service
- apps
- catalog
- jobs
- oauth2
- pipelines
- serving
15 files changed
+231
-75
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments