Skip to content

Commit 2503598

Browse files
Update SDK API to dc3fd0bcbbe1ab3e17b634432d301cc0ee796f05 (#622)
This PR updates the SDK to the latest API changes. NO_CHANGELOG=true Co-authored-by: databricks-ci-ghec-1[bot] <184311507+databricks-ci-ghec-1[bot]@users.noreply.github.com>
1 parent fc5478a commit 2503598

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.codegen/_openapi_sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
af49d5a35f4e1e1345166dc8299780e4c35e4f17
1+
dc3fd0bcbbe1ab3e17b634432d301cc0ee796f05

.github/workflows/tagging.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: tagging
33

44
on:
55
workflow_dispatch:
6-
# Enable for automatic tagging
7-
#schedule:
8-
# - cron: '0 0 * * TUE'
6+
# Runs at 8:00 UTC on Tuesday, Wednesday, and Thursday.
7+
# To disable this flow, simply comment the schedule section.
8+
schedule:
9+
- cron: '0 8 * * TUE,WED,THU'
910

1011
# Ensure that only a single instance of the workflow is running at a time.
1112
concurrency:

NEXT_CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@
4848
* Add `noExpiry` field for `com.databricks.sdk.service.postgres.BranchSpec`.
4949
* Add `stderr` field for `com.databricks.sdk.service.compute.InitScriptInfoAndExecutionDetails`.
5050
* Add `generateDatabaseCredential()` method for `workspaceClient.postgres()` service.
51-
* Add `getPublicAccountUserPreference()`, `listAccountUserPreferencesMetadata()` and `patchPublicAccountUserPreference()` methods for `accountClient.accountSettingsV2()` service.
51+
* Add `getPublicAccountUserPreference()`, `listAccountUserPreferencesMetadata()` and `patchPublicAccountUserPreference()` methods for `accountClient.accountSettingsV2()` service.

0 commit comments

Comments
 (0)