Skip to content

Commit

Permalink
fix secrets error
Browse files Browse the repository at this point in the history
  • Loading branch information
sreekarbvibm committed Oct 6, 2023
1 parent e8a7fb5 commit 19d01ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/github.com/IBM/vpc-go-sdk/vpcv1/vpc_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -46195,7 +46195,6 @@ func UnmarshalInstanceInitializationDefaultTrustedProfile(m map[string]json.RawM
return
}

// InstanceInitializationPassword : InstanceInitializationPassword struct
type InstanceInitializationPassword struct {
// The administrator password at initialization, encrypted using `encryption_key`, and returned base64-encoded.
EncryptedPassword *[]byte `json:"encrypted_password" validate:"required"`
Expand Down

0 comments on commit 19d01ad

Please sign in to comment.