Skip to content

Commit

Permalink
Merge pull request #831 from npamudika/4.0.x
Browse files Browse the repository at this point in the history
Remove omitempty from rotateRevision to add the param to the api_mea file
  • Loading branch information
npamudika authored Nov 19, 2021
2 parents 6440e95 + d7968eb commit 9e4fd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import-export-cli/utils/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ type DeployConfig struct {
type ImportConfig struct {
Update bool `json:"update,omitempty" yaml:"update,omitempty"`
PreserveProvider bool `json:"preserveProvider,omitempty" yaml:"preserveProvider,omitempty"`
RotateRevision bool `json:"rotateRevision,omitempty" yaml:"rotateRevision,omitempty"`
RotateRevision bool `json:"rotateRevision" yaml:"rotateRevision"`
ImportAPIs bool `json:"importApis,omitempty" yaml:"importApis,omitempty"`
UpdateAPIProduct bool `json:"updateApiProduct,omitempty" yaml:"updateApiProduct,omitempty"`
UpdateAPIs bool `json:"updateApis,omitempty" yaml:"updateApis,omitempty"`
Expand Down

0 comments on commit 9e4fd83

Please sign in to comment.