Skip to content

Commit

Permalink
chore(targets): remove deprecated fields on target api/cli/sdk and repo
Browse files Browse the repository at this point in the history
Removes the following deprecated fields:

* application_credential_libraries
* application_credential_library_ids
* host_sets
* host_set_ids
  • Loading branch information
louisruch committed Sep 17, 2021
1 parent 21e61d3 commit 73df4bc
Show file tree
Hide file tree
Showing 31 changed files with 936 additions and 5,864 deletions.
10 changes: 0 additions & 10 deletions api/targets/credential_library.gen.go

This file was deleted.

7 changes: 0 additions & 7 deletions api/targets/host_set.gen.go

This file was deleted.

12 changes: 0 additions & 12 deletions api/targets/option.gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,6 @@ func WithRecursive(recurse bool) Option {
}
}

func WithApplicationCredentialLibraryIds(inApplicationCredentialLibraryIds []string) Option {
return func(o *options) {
o.postMap["application_credential_library_ids"] = inApplicationCredentialLibraryIds
}
}

func DefaultApplicationCredentialLibraryIds() Option {
return func(o *options) {
o.postMap["application_credential_library_ids"] = nil
}
}

func WithApplicationCredentialSourceIds(inApplicationCredentialSourceIds []string) Option {
return func(o *options) {
o.postMap["application_credential_source_ids"] = inApplicationCredentialSourceIds
Expand Down
5 changes: 2 additions & 3 deletions api/targets/session_credential.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 73df4bc

Please sign in to comment.