Skip to content

Commit

Permalink
Generated from f1ef9612fd56160b7976caeae1830276cd848761 (#99)
Browse files Browse the repository at this point in the history
fix bad 'unknown' discriminator value in the rest of our datamigration models
  • Loading branch information
openapi-sdkautomation[bot] authored Aug 19, 2019
1 parent 3d49184 commit fcceb0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ namespace Microsoft.Azure.Management.DataMigration.Models
/// Base class for all types of DMS command properties. If command is not
/// supported by current client, this object is returned.
/// </summary>
[Newtonsoft.Json.JsonObject("Unknown")]
public partial class CommandProperties
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ namespace Microsoft.Azure.Management.DataMigration.Models
/// Base class for all types of DMS task properties. If task is not
/// supported by current client, this object is returned.
/// </summary>
[Newtonsoft.Json.JsonObject("Unknown")]
public partial class ProjectTaskProperties
{
/// <summary>
Expand Down

0 comments on commit fcceb0b

Please sign in to comment.