Skip to content

Commit

Permalink
Fix iam api-key create output
Browse files Browse the repository at this point in the history
  • Loading branch information
kobajagi committed Nov 21, 2023
1 parent 920f6c6 commit 8b6c40c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/iam_api_key_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import (
)

type iamAPIKeyShowOutput struct {
ID string `json:"id"`
Name string `json:"name"`
Key string `json:"key"`
Secret string `json:"secret"`
Expand Down

0 comments on commit 8b6c40c

Please sign in to comment.