Fixed --fail-on-active-runs in Changelog (#1275)

## Changes
Fixed --fail-on-active-runs in Changelog
This commit is contained in:
Andrew Nester 2024-03-11 16:22:33 +01:00 committed by GitHub
parent d5dc2bd1ca
commit a44c52a399
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ Dependency updates:
Bundles:
* Allow specifying executable in artifact section and skip bash from WSL ([#1169](https://github.com/databricks/cli/pull/1169)).
* Added warning when trying to deploy bundle with `--fail-if-running` and running resources ([#1163](https://github.com/databricks/cli/pull/1163)).
* Added warning when trying to deploy bundle with `--fail-on-active-runs` and running resources ([#1163](https://github.com/databricks/cli/pull/1163)).
* Group bundle run flags by job and pipeline types ([#1174](https://github.com/databricks/cli/pull/1174)).
* Make sure grouped flags are added to the command flag set ([#1180](https://github.com/databricks/cli/pull/1180)).
* Add short_name helper function to bundle init templates ([#1167](https://github.com/databricks/cli/pull/1167)).