Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class TableJsonSamples : JsonSampleCollection<TableJsonSamples>
name: ""CustomTable"",
properties:
{
type: ""CustomDataSet"",
type: ""CustomDataset"",
linkedServiceName: ""MyCustomServiceName"",
typeProperties:
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace Microsoft.Azure.Management.DataFactories.Models
/// <summary>
/// Custom location.
/// </summary>
[AdfTypeName("CustomDataSet")]
[AdfTypeName("CustomDataset")]
public sealed class CustomDataset : TableTypeProperties, IGenericTypeProperties
{
public IDictionary<string, JToken> ServiceExtraProperties { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public static partial class PropertyDataType
/// <summary>
/// DateTime type.
/// </summary>
public const string DateTime = "DateTime";
public const string DateTime = "Datetime";

/// <summary>
/// DateTimeOffset type.
Expand Down