Skip to content

Commit

Permalink
Show StorageAutogrow options as 'enabled' and 'disabled'
Browse files Browse the repository at this point in the history
  • Loading branch information
theunrepentantgeek committed May 18, 2021
1 parent b4dd8c0 commit 87f24cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v1alpha2/sharedazuredbs_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type MySQLStorageProfile struct {
GeoRedundantBackup mysql.GeoRedundantBackup `json:"geoRedundantBackup,omitempty"`
// StorageMB - Max storage allowed for a server.
StorageMB *int32 `json:"storageMB,omitempty"`
// StorageAutogrow - Enable Storage Auto Grow. Possible values include: 'StorageAutogrowEnabled', 'StorageAutogrowDisabled'
// StorageAutogrow - Enable Storage Auto Grow. Possible values include: 'Enabled', 'Disabled'
StorageAutogrow mysql.StorageAutogrow `json:"storageAutogrow,omitempty"`
}

Expand All @@ -77,7 +77,7 @@ type PSQLStorageProfile struct {
GeoRedundantBackup psql.GeoRedundantBackup `json:"geoRedundantBackup,omitempty"`
// StorageMB - Max storage allowed for a server.
StorageMB *int32 `json:"storageMB,omitempty"`
// StorageAutogrow - Enable Storage Auto Grow. Possible values include: 'StorageAutogrowEnabled', 'StorageAutogrowDisabled'
// StorageAutogrow - Enable Storage Auto Grow. Possible values include: 'Enabled', 'Disabled'
StorageAutogrow psql.StorageAutogrow `json:"storageAutogrow,omitempty"`
}

Expand Down

0 comments on commit 87f24cc

Please sign in to comment.