Skip to content

Commit

Permalink
Generated from 004d77657b470329193715edd882bc1934d0785a (#5534)
Browse files Browse the repository at this point in the history
Fix bad discriminator value on ConnectionInfo which was breaking node/js SDK generation
  • Loading branch information
AutorestCI authored Aug 16, 2019
1 parent 79c52e8 commit 6d7460d
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 35 deletions.
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.

0 comments on commit 6d7460d

Please sign in to comment.