Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR datamigration/resource-manager] Fix bad discriminator value on ConnectionInfo for node/js SDK #5534

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion profiles/latest/datamigration/mgmt/datamigration/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -495,11 +495,11 @@ const (
type Type = original.Type

const (
TypeConnectionInfo Type = original.TypeConnectionInfo
TypeMiSQLConnectionInfo Type = original.TypeMiSQLConnectionInfo
TypeMySQLConnectionInfo Type = original.TypeMySQLConnectionInfo
TypePostgreSQLConnectionInfo Type = original.TypePostgreSQLConnectionInfo
TypeSQLConnectionInfo Type = original.TypeSQLConnectionInfo
TypeUnknown Type = original.TypeUnknown
)

type UpdateActionType = original.UpdateActionType
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -495,11 +495,11 @@ const (
type Type = original.Type

const (
TypeConnectionInfo Type = original.TypeConnectionInfo
TypeMiSQLConnectionInfo Type = original.TypeMiSQLConnectionInfo
TypeMySQLConnectionInfo Type = original.TypeMySQLConnectionInfo
TypePostgreSQLConnectionInfo Type = original.TypePostgreSQLConnectionInfo
TypeSQLConnectionInfo Type = original.TypeSQLConnectionInfo
TypeUnknown Type = original.TypeUnknown
)

type UpdateActionType = original.UpdateActionType
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -632,13 +632,13 @@ const (
type Type = original.Type

const (
TypeConnectionInfo Type = original.TypeConnectionInfo
TypeMiSQLConnectionInfo Type = original.TypeMiSQLConnectionInfo
TypeMongoDbConnectionInfo Type = original.TypeMongoDbConnectionInfo
TypeMySQLConnectionInfo Type = original.TypeMySQLConnectionInfo
TypeOracleConnectionInfo Type = original.TypeOracleConnectionInfo
TypePostgreSQLConnectionInfo Type = original.TypePostgreSQLConnectionInfo
TypeSQLConnectionInfo Type = original.TypeSQLConnectionInfo
TypeUnknown Type = original.TypeUnknown
)

type UpdateActionType = original.UpdateActionType
Expand Down
18 changes: 9 additions & 9 deletions services/datamigration/mgmt/2018-04-19/datamigration/models.go

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

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

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

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