You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a given discriminator name (such as TaskOutput.MigrateSqlServerSqlDbTaskOutput.MigrateSqlServerSqlDbTaskOutputError), all of the possible values (such as ErrorOutput) must be distinct.
Please change the discriminator values to DbErrorOutput and MIErrorOutput, or whatever values you prefer, as long as they are distinct.
The text was updated successfully, but these errors were encountered:
The DataMigration TaskOutput discriminator values have duplicates on the following two lines:
azure-rest-api-specs/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2018-03-15-preview/definitions/MigrateSqlServerSqlDbTask.json
Line 309 in cbe3833
azure-rest-api-specs/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2018-03-15-preview/definitions/MigrateSqlServerSqlMITask.json
Line 194 in cbe3833
The model hierarchy looks like this right now:
For a given discriminator name (such as
TaskOutput.MigrateSqlServerSqlDbTaskOutput.MigrateSqlServerSqlDbTaskOutputError
), all of the possible values (such asErrorOutput
) must be distinct.Please change the discriminator values to
DbErrorOutput
andMIErrorOutput
, or whatever values you prefer, as long as they are distinct.The text was updated successfully, but these errors were encountered: