Skip to content

Commit

Permalink
Run pre-push
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-asawicki committed Dec 20, 2024
1 parent 81d7802 commit feda5f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/sdk/parameters.go
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,6 @@ func (v *AccountParameters) validate() error {
if err != nil || value < 0 {
return fmt.Errorf("InitialReplicationSizeLimitInTB must be a non-negative float, got %v", *v.InitialReplicationSizeLimitInTB)
}

}
if valueSet(v.MinDataRetentionTimeInDays) {
if !validateIntInRangeInclusive(*v.MinDataRetentionTimeInDays, 0, 90) {
Expand Down

0 comments on commit feda5f2

Please sign in to comment.