Skip to content

Commit

Permalink
Merge pull request #1485 from Azure/fix/storage-auto-gen-docs
Browse files Browse the repository at this point in the history
Fix docs for StorageAutogrow
  • Loading branch information
theunrepentantgeek authored May 18, 2021
2 parents b4dd8c0 + 5350939 commit 57366ce
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
6 changes: 4 additions & 2 deletions api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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
6 changes: 4 additions & 2 deletions api/v1alpha2/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions api/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 57366ce

Please sign in to comment.