Skip to content

Commit

Permalink
also add to new_cluster model
Browse files Browse the repository at this point in the history
  • Loading branch information
mach-kernel committed Jul 17, 2024
1 parent 133b38a commit fedc4e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions databricks-rust-jobs/src/models/new_cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ pub enum DataSecurityMode {
LegacyPassthrough,
#[serde(rename = "LEGACY_SINGLE_USER")]
LegacySingleUser,
#[serde(rename = "LEGACY_SINGLE_USER_STANDARD")]
LegacySingleUserStandard,
}

impl Default for DataSecurityMode {
Expand Down

0 comments on commit fedc4e9

Please sign in to comment.