@@ -16,7 +16,7 @@ github.com/databricks/cli/bundle/config/resources.App:
1616 PLACEHOLDER
1717 " lifecycle " :
1818 "description" : |-
19- PLACEHOLDER
19+ Lifecycle is a struct that contains the lifecycle settings for a resource. It controls the behavior of the resource when it is deployed or destroyed.
2020 " oauth2_app_client_id " :
2121 "description" : |-
2222 PLACEHOLDER
@@ -89,7 +89,7 @@ github.com/databricks/cli/bundle/config/resources.Cluster:
8989 PLACEHOLDER
9090 " lifecycle " :
9191 "description" : |-
92- PLACEHOLDER
92+ Lifecycle is a struct that contains the lifecycle settings for a resource. It controls the behavior of the resource when it is deployed or destroyed.
9393 " permissions " :
9494 "description" : |-
9595 PLACEHOLDER
@@ -148,7 +148,7 @@ github.com/databricks/cli/bundle/config/resources.Dashboard:
148148 PLACEHOLDER
149149 " lifecycle " :
150150 "description" : |-
151- PLACEHOLDER
151+ Lifecycle is a struct that contains the lifecycle settings for a resource. It controls the behavior of the resource when it is deployed or destroyed.
152152 " lifecycle_state " :
153153 "description" : |-
154154 The state of the dashboard resource. Used for tracking trashed status.
@@ -195,13 +195,16 @@ github.com/databricks/cli/bundle/config/resources.DatabaseCatalog:
195195 " create_database_if_not_exists " :
196196 "description" : |-
197197 PLACEHOLDER
198+ " lifecycle " :
199+ "description" : |-
200+ Lifecycle is a struct that contains the lifecycle settings for a resource. It controls the behavior of the resource when it is deployed or destroyed.
198201 " uid " :
199202 "description" : |-
200203 PLACEHOLDER
201204github.com/databricks/cli/bundle/config/resources.DatabaseInstance :
202205 " lifecycle " :
203206 "description" : |-
204- PLACEHOLDER
207+ Lifecycle is a struct that contains the lifecycle settings for a resource. It controls the behavior of the resource when it is deployed or destroyed.
205208 " permissions " :
206209 "description" : |-
207210 PLACEHOLDER
@@ -238,7 +241,7 @@ github.com/databricks/cli/bundle/config/resources.Job:
238241 PLACEHOLDER
239242 " lifecycle " :
240243 "description" : |-
241- PLACEHOLDER
244+ Lifecycle is a struct that contains the lifecycle settings for a resource. It controls the behavior of the resource when it is deployed or destroyed.
242245 " permissions " :
243246 "description" : |-
244247 PLACEHOLDER
@@ -275,7 +278,7 @@ github.com/databricks/cli/bundle/config/resources.MlflowExperiment:
275278 ```
276279 " lifecycle " :
277280 "description" : |-
278- PLACEHOLDER
281+ Lifecycle is a struct that contains the lifecycle settings for a resource. It controls the behavior of the resource when it is deployed or destroyed.
279282 " permissions " :
280283 "description" : |-
281284 PLACEHOLDER
@@ -294,7 +297,7 @@ github.com/databricks/cli/bundle/config/resources.MlflowModel:
294297 The model resource allows you to define [legacy models](/api/workspace/modelregistry/createmodel) in bundles. Databricks recommends you use Unity Catalog [registered models](#registered-model) instead.
295298 " lifecycle " :
296299 "description" : |-
297- PLACEHOLDER
300+ Lifecycle is a struct that contains the lifecycle settings for a resource. It controls the behavior of the resource when it is deployed or destroyed.
298301 " permissions " :
299302 "description" : |-
300303 PLACEHOLDER
@@ -342,7 +345,7 @@ github.com/databricks/cli/bundle/config/resources.ModelServingEndpoint:
342345 PLACEHOLDER
343346 " lifecycle " :
344347 "description" : |-
345- PLACEHOLDER
348+ Lifecycle is a struct that contains the lifecycle settings for a resource. It controls the behavior of the resource when it is deployed or destroyed.
346349 " permissions " :
347350 "description" : |-
348351 PLACEHOLDER
@@ -384,7 +387,7 @@ github.com/databricks/cli/bundle/config/resources.Pipeline:
384387 PLACEHOLDER
385388 " lifecycle " :
386389 "description" : |-
387- PLACEHOLDER
390+ Lifecycle is a struct that contains the lifecycle settings for a resource. It controls the behavior of the resource when it is deployed or destroyed.
388391 " permissions " :
389392 "description" : |-
390393 PLACEHOLDER
@@ -435,7 +438,7 @@ github.com/databricks/cli/bundle/config/resources.QualityMonitor:
435438 PLACEHOLDER
436439 " lifecycle " :
437440 "description" : |-
438- PLACEHOLDER
441+ Lifecycle is a struct that contains the lifecycle settings for a resource. It controls the behavior of the resource when it is deployed or destroyed.
439442 " table_name " :
440443 "description" : |-
441444 PLACEHOLDER
@@ -464,7 +467,7 @@ github.com/databricks/cli/bundle/config/resources.RegisteredModel:
464467 PLACEHOLDER
465468 " lifecycle " :
466469 "description" : |-
467- PLACEHOLDER
470+ Lifecycle is a struct that contains the lifecycle settings for a resource. It controls the behavior of the resource when it is deployed or destroyed.
468471github.com/databricks/cli/bundle/config/resources.Schema :
469472 " _ " :
470473 "markdown_description" : |-
@@ -517,7 +520,7 @@ github.com/databricks/cli/bundle/config/resources.Schema:
517520 PLACEHOLDER
518521 " lifecycle " :
519522 "description" : |-
520- PLACEHOLDER
523+ Lifecycle is a struct that contains the lifecycle settings for a resource. It controls the behavior of the resource when it is deployed or destroyed.
521524 " properties " :
522525 "description" : |-
523526 PLACEHOLDER
@@ -567,7 +570,7 @@ github.com/databricks/cli/bundle/config/resources.SqlWarehouse:
567570 Defaults to true.
568571 " lifecycle " :
569572 "description" : |-
570- PLACEHOLDER
573+ Lifecycle is a struct that contains the lifecycle settings for a resource. It controls the behavior of the resource when it is deployed or destroyed.
571574 " permissions " :
572575 "description" : |-
573576 PLACEHOLDER
@@ -614,7 +617,7 @@ github.com/databricks/cli/bundle/config/resources.Volume:
614617 PLACEHOLDER
615618 " lifecycle " :
616619 "description" : |-
617- PLACEHOLDER
620+ Lifecycle is a struct that contains the lifecycle settings for a resource. It controls the behavior of the resource when it is deployed or destroyed.
618621 " volume_type " :
619622 "description" : |-
620623 PLACEHOLDER
0 commit comments