diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OrcCompressionCodec.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OrcCompressionCodec.cs index 4c34dd3a5833..39efad59247e 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OrcCompressionCodec.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OrcCompressionCodec.cs @@ -19,5 +19,6 @@ public static class OrcCompressionCodec public const string None = "none"; public const string Zlib = "zlib"; public const string Snappy = "snappy"; + public const string Lzo = "lzo"; } } diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OrcDataset.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OrcDataset.cs index 776f3b0a59eb..8a368a17b352 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OrcDataset.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OrcDataset.cs @@ -54,7 +54,7 @@ public OrcDataset() /// The folder that this Dataset is in. If not /// specified, Dataset will appear at the root level. /// Possible values include: 'none', - /// 'zlib', 'snappy' + /// 'zlib', 'snappy', 'lzo' public OrcDataset(LinkedServiceReference linkedServiceName, DatasetLocation location, IDictionary additionalProperties = default(IDictionary), string description = default(string), object structure = default(object), object schema = default(object), IDictionary parameters = default(IDictionary), IList annotations = default(IList), DatasetFolder folder = default(DatasetFolder), string orcCompressionCodec = default(string)) : base(linkedServiceName, additionalProperties, description, structure, schema, parameters, annotations, folder) { @@ -75,7 +75,8 @@ public OrcDataset() public DatasetLocation Location { get; set; } /// - /// Gets or sets possible values include: 'none', 'zlib', 'snappy' + /// Gets or sets possible values include: 'none', 'zlib', 'snappy', + /// 'lzo' /// [JsonProperty(PropertyName = "typeProperties.orcCompressionCodec")] public string OrcCompressionCodec { get; set; } diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RestSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RestSink.cs index eb28aa93e384..9267ee56d7cc 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RestSink.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RestSink.cs @@ -59,22 +59,17 @@ public RestSink() /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). /// The time to await before sending next /// request, in milliseconds - /// Compression Type to Send data in - /// compressed format with Optimal Compression Level, Default is None. - /// And The Only Supported option is Gzip. - /// Wraps Request Array Json - /// into an Object before calling the rest endpoint , Default is false. - /// ex: if true request content sample format is { rows:[]} else the - /// format is [] - public RestSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object requestMethod = default(object), object additionalHeaders = default(object), object httpRequestTimeout = default(object), object requestInterval = default(object), object compressionType = default(object), object wrapRequestJsonInAnObject = default(object)) + /// Http Compression Type to Send + /// data in compressed format with Optimal Compression Level, Default + /// is None. And The Only Supported option is Gzip. + public RestSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object requestMethod = default(object), object additionalHeaders = default(object), object httpRequestTimeout = default(object), object requestInterval = default(object), object httpCompressionType = default(object)) : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) { RequestMethod = requestMethod; AdditionalHeaders = additionalHeaders; HttpRequestTimeout = httpRequestTimeout; RequestInterval = requestInterval; - CompressionType = compressionType; - WrapRequestJsonInAnObject = wrapRequestJsonInAnObject; + HttpCompressionType = httpCompressionType; CustomInit(); } @@ -116,20 +111,12 @@ public RestSink() public object RequestInterval { get; set; } /// - /// Gets or sets compression Type to Send data in compressed format - /// with Optimal Compression Level, Default is None. And The Only - /// Supported option is Gzip. + /// Gets or sets http Compression Type to Send data in compressed + /// format with Optimal Compression Level, Default is None. And The + /// Only Supported option is Gzip. /// - [JsonProperty(PropertyName = "compressionType")] - public object CompressionType { get; set; } - - /// - /// Gets or sets wraps Request Array Json into an Object before calling - /// the rest endpoint , Default is false. ex: if true request content - /// sample format is { rows:[]} else the format is [] - /// - [JsonProperty(PropertyName = "wrapRequestJsonInAnObject")] - public object WrapRequestJsonInAnObject { get; set; } + [JsonProperty(PropertyName = "httpCompressionType")] + public object HttpCompressionType { get; set; } } } diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SsisPackageLocation.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SSISPackageLocation.cs similarity index 100% rename from sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SsisPackageLocation.cs rename to sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SSISPackageLocation.cs diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ShopifyLinkedService.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ShopifyLinkedService.cs index ab6975ef023b..3f43549295d9 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ShopifyLinkedService.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ShopifyLinkedService.cs @@ -45,7 +45,7 @@ public ShopifyLinkedService() /// List of tags that can be used for /// describing the linked service. /// The API access token that can be used to - /// access Shopify’s data. The token won't expire if it is offline + /// access Shopify���s data. The token won't expire if it is offline /// mode. /// Specifies whether the data /// source endpoints are encrypted using HTTPS. The default value is @@ -86,7 +86,7 @@ public ShopifyLinkedService() /// /// Gets or sets the API access token that can be used to access - /// Shopify’s data. The token won't expire if it is offline mode. + /// Shopify���s data. The token won't expire if it is offline mode. /// [JsonProperty(PropertyName = "typeProperties.accessToken")] public SecretBase AccessToken { get; set; } diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/SdkInfo_DataFactoryManagementClient.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/SdkInfo_DataFactoryManagementClient.cs index 2011a9871690..75005e8302fd 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/SdkInfo_DataFactoryManagementClient.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/SdkInfo_DataFactoryManagementClient.cs @@ -40,16 +40,5 @@ public static IEnumerable> ApiInfo_DataFactoryMana }.AsEnumerable(); } } - // BEGIN: Code Generation Metadata Section - public static readonly String AutoRestVersion = "v2"; - public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4413"; - public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/datafactory/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --tag=package-2018-06 --csharp-sdks-folder=D:\\Projects\\azure-sdk-for-net\\sdk"; - public static readonly String GithubForkName = "Azure"; - public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "fce3400431eff281bddd04bed9727e63765b8da0"; - public static readonly String CodeGenerationErrors = ""; - public static readonly String GithubRepoName = "azure-rest-api-specs"; - // END: Code Generation Metadata Section } } -