Skip to content

Commit

Permalink
Update api/v1beta1/azuresqlfirewallrule_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Janani Vasudevan <49576785+jananivMS@users.noreply.github.com>
  • Loading branch information
frodopwns and jananivMS committed May 6, 2020
1 parent 8108859 commit 6cd7529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1beta1/azuresqlfirewallrule_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type AzureSqlFirewallRuleSpec struct {
ResourceGroup string `json:"resourceGroup,omitempty"`
Server string `json:"server"`
StartIPAddress string `json:"startIpAddress,omitempty"`
EndIPAddress string `json:"endipaddress,omitempty"`
EndIPAddress string `json:"endIpAddress,omitempty"`
}

// +kubebuilder:object:root=true
Expand Down

0 comments on commit 6cd7529

Please sign in to comment.