Skip to content

Commit ec8c903

Browse files
authored
Remove resources.apps.config section (#3680)
## Changes Remove app.config section ## Why This section was deprecated for a while. This PR removes the code that supported specifying this section ## Tests Existing tests pass <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
1 parent c854127 commit ec8c903

File tree

20 files changed

+1
-375
lines changed

20 files changed

+1
-375
lines changed

.wsignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ acceptance/bundle/artifacts/shell/err-sh/output.txt
2525
acceptance/bundle/templates-machinery/helpers-error/output.txt
2626

2727
# "bundle deploy" with apps has trailing whitespace:
28-
acceptance/bundle/apps/config_section/output.txt
2928
integration/bundle/testdata/apps/bundle_deploy.txt
3029

3130
# Extra whitespace in test output:

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
### Dependency updates
1010

1111
### Bundles
12+
* Remove resources.apps.config section ([#3680](https://github.com/databricks/cli/pull/3680))
1213
* Prompt for serverless compute in `dbt-sql` template (defaults to `yes`) ([#3668](https://github.com/databricks/cli/pull/3668))
1314

1415
### API Changes

acceptance/bundle/apps/config_section/app/app.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

acceptance/bundle/apps/config_section/databricks.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

acceptance/bundle/apps/config_section/out.app.yml.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

acceptance/bundle/apps/config_section/out.test.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

acceptance/bundle/apps/config_section/output.txt

Lines changed: 0 additions & 23 deletions
This file was deleted.

acceptance/bundle/apps/config_section/script

Lines changed: 0 additions & 4 deletions
This file was deleted.

acceptance/bundle/refschema/out.fields.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ resources.apps.*.budget_policy_id string ALL
7474
resources.apps.*.compute_status *apps.ComputeStatus ALL
7575
resources.apps.*.compute_status.message string ALL
7676
resources.apps.*.compute_status.state apps.ComputeState ALL
77-
resources.apps.*.config map[string]any INPUT
78-
resources.apps.*.config.* any INPUT
7977
resources.apps.*.create_time string ALL
8078
resources.apps.*.creator string ALL
8179
resources.apps.*.default_source_code_path string ALL

bundle/apps/interpolate_variables.go

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)