Skip to content

Commit

Permalink
[Fix] Properly pass query parameters in apps and oauth2 (#862)
Browse files Browse the repository at this point in the history
## What changes are proposed in this pull request?

This PR properly passes query parameters in `apps` and `oauth2` API
methods that are relying on inlined request bodies.

## How is this tested?

This case is now properly tested by the SDK code generator. I've also
verified that the API works as intended.
  • Loading branch information
renaudhartert-db authored Jan 17, 2025
1 parent ee136e2 commit fe9877a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions databricks/sdk/service/apps.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions databricks/sdk/service/oauth2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe9877a

Please sign in to comment.