Skip to content

Commit

Permalink
Update api/v1beta1/azuresqlfailovergroup_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 7f812d1 commit 5c63d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1beta1/azuresqlfailovergroup_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type AzureSqlFailoverGroupSpec struct {
Server string `json:"server"`
FailoverPolicy v1alpha1.ReadWriteEndpointFailoverPolicy `json:"failoverPolicy"`
FailoverGracePeriod int32 `json:"failoverGracePeriod"`
SecondaryServer string `json:"secondaryserver"`
SecondaryServer string `json:"secondaryServer"`
SecondaryServerResourceGroup string `json:"secondaryserverresourcegroup"`
DatabaseList []string `json:"databaselist"`
KeyVaultToStoreSecrets string `json:"keyVaultToStoreSecrets,omitempty"`
Expand Down

0 comments on commit 5c63d7f

Please sign in to comment.