add bundle deploy event

This commit is contained in:
Shreyas Goenka 2025-01-22 14:44:32 +01:00
parent 34d3cccfd5
commit cbd3a4860f
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 3 additions and 2 deletions

View File

@ -18,4 +18,5 @@ type DatabricksCliLog struct {
CliTestEvent *CliTestEvent `json:"cli_test_event,omitempty"`
BundleInitEvent *BundleInitEvent `json:"bundle_init_event,omitempty"`
BundleDeplyEvent *BundleDeployEvent `json:"bundle_deploy_event,omitempty"`
}