Skip to content

Commit

Permalink
Merge pull request #217 from GoogleCloudPlatform/issue216
Browse files Browse the repository at this point in the history
feat: adds all supported updatemask cmds #216
  • Loading branch information
ssvaidyanathan authored Mar 11, 2024
2 parents d680262 + 44e4bf4 commit b257215
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/cmd/connectors/patch.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ var PatchCmd = &cobra.Command{
}

if len(updateMask) == 0 {
updateMask = []string{"destinationConfigs", "description", "nodeConfig"}
updateMask = []string{"destinationConfigs", "description",
"nodeConfig", "labels", "connectorVersion",
"configVariables", "authConfig", "logConfig", "sslConfig", "eventingEnablementType", "eventingConfig"}
}

_, err = connections.Patch(name, content, updateMask)
Expand Down

0 comments on commit b257215

Please sign in to comment.