Skip to content

Commit

Permalink
Generated from ff2dd2a4eb33128c1be0aa26d416b01a046af1e2
Browse files Browse the repository at this point in the history
server restart changes 5
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Feb 26, 2019
1 parent 0655f6d commit 94af45e
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 0 deletions.
2 changes: 2 additions & 0 deletions profiles/latest/mysql/mgmt/mysql/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ const (
type BaseClient = original.BaseClient
type BasicServerPropertiesForCreate = original.BasicServerPropertiesForCreate
type CheckNameAvailabilityClient = original.CheckNameAvailabilityClient
type CloudError = original.CloudError
type CloudErrorBody = original.CloudErrorBody
type Configuration = original.Configuration
type ConfigurationListResult = original.ConfigurationListResult
type ConfigurationProperties = original.ConfigurationProperties
Expand Down
2 changes: 2 additions & 0 deletions profiles/latest/postgresql/mgmt/postgresql/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ const (
type BaseClient = original.BaseClient
type BasicServerPropertiesForCreate = original.BasicServerPropertiesForCreate
type CheckNameAvailabilityClient = original.CheckNameAvailabilityClient
type CloudError = original.CloudError
type CloudErrorBody = original.CloudErrorBody
type Configuration = original.Configuration
type ConfigurationListResult = original.ConfigurationListResult
type ConfigurationProperties = original.ConfigurationProperties
Expand Down
2 changes: 2 additions & 0 deletions profiles/preview/mysql/mgmt/mysql/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ const (
type BaseClient = original.BaseClient
type BasicServerPropertiesForCreate = original.BasicServerPropertiesForCreate
type CheckNameAvailabilityClient = original.CheckNameAvailabilityClient
type CloudError = original.CloudError
type CloudErrorBody = original.CloudErrorBody
type Configuration = original.Configuration
type ConfigurationListResult = original.ConfigurationListResult
type ConfigurationProperties = original.ConfigurationProperties
Expand Down
2 changes: 2 additions & 0 deletions profiles/preview/postgresql/mgmt/postgresql/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ const (
type BaseClient = original.BaseClient
type BasicServerPropertiesForCreate = original.BasicServerPropertiesForCreate
type CheckNameAvailabilityClient = original.CheckNameAvailabilityClient
type CloudError = original.CloudError
type CloudErrorBody = original.CloudErrorBody
type Configuration = original.Configuration
type ConfigurationListResult = original.ConfigurationListResult
type ConfigurationProperties = original.ConfigurationProperties
Expand Down
17 changes: 17 additions & 0 deletions services/mysql/mgmt/2017-12-01/mysql/models.go

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

17 changes: 17 additions & 0 deletions services/postgresql/mgmt/2017-12-01/postgresql/models.go

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

0 comments on commit 94af45e

Please sign in to comment.