Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codegen/_openapi_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
af49d5a35f4e1e1345166dc8299780e4c35e4f17
dc3fd0bcbbe1ab3e17b634432d301cc0ee796f05
7 changes: 4 additions & 3 deletions .github/workflows/tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name: tagging

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

# Ensure that only a single instance of the workflow is running at a time.
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
* Add `noExpiry` field for `com.databricks.sdk.service.postgres.BranchSpec`.
* Add `stderr` field for `com.databricks.sdk.service.compute.InitScriptInfoAndExecutionDetails`.
* Add `generateDatabaseCredential()` method for `workspaceClient.postgres()` service.
* Add `getPublicAccountUserPreference()`, `listAccountUserPreferencesMetadata()` and `patchPublicAccountUserPreference()` methods for `accountClient.accountSettingsV2()` service.
* Add `getPublicAccountUserPreference()`, `listAccountUserPreferencesMetadata()` and `patchPublicAccountUserPreference()` methods for `accountClient.accountSettingsV2()` service.
Loading