Skip to content

Commit 64b55ac

Browse files
authored
[DataFactory]Added new features into 6.0.0 (#28135)
* [DataFactory]Added new features into 5.1.0 * update * add one change * [DataFactory]Added new features into 5.2.0 * [DataFactory]Added new features into 5.3.0 * [DataFactory]Added new features into 5.4.0 * [DataFactory]Added new features into 5.5.0 * Update
1 parent bba0666 commit 64b55ac

File tree

9 files changed

+126
-13
lines changed

9 files changed

+126
-13
lines changed

eng/mgmt/mgmtmetadata/datafactory_resource-manager.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Generating CSharp code
55
Executing AutoRest command
66
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/main/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
77
Autorest CSharp Version: 2.3.82
8-
2022-03-21 01:51:54 UTC
8+
2022-04-11 01:10:45 UTC
99
Azure-rest-api-specs repository information
1010
GitHub fork: Azure
1111
Branch: main
12-
Commit: 0d9772a5c3a716070662572a2a7700718cfba959
12+
Commit: 74ca59fc8cb6563d5a9d66fb533b8622522143eb
1313
AutoRest information
1414
Requested version: v2
1515
Bootstrapper version: autorest@2.0.4413

sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog for the Azure Data Factory V2 .NET SDK
22

3+
## Version 6.0.0
4+
### Feature Additions
5+
### Breaking Changes
6+
- Fixed Expression mode for SqlServerStoredProcedureActivity
7+
- Added Policy property into ExecutePipelineActivity
8+
39
## Version 5.4.0
410
### Feature Additions
511
- Added Web Activity disable cert validation
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
using System.Collections.Generic;
2+
3+
namespace Microsoft.Azure.Management.DataFactory.Models
4+
{
5+
public partial class ExecutePipelineActivity : ControlActivity
6+
{
7+
/// <summary>
8+
/// Initializes a new instance of the ExecutePipelineActivity class.
9+
/// </summary>
10+
/// <param name="name">Activity name.</param>
11+
/// <param name="pipeline">Pipeline reference.</param>
12+
/// <param name="additionalProperties">Unmatched properties from the
13+
/// message are deserialized this collection</param>
14+
/// <param name="description">Activity description.</param>
15+
/// <param name="dependsOn">Activity depends on condition.</param>
16+
/// <param name="userProperties">Activity user properties.</param>
17+
/// <param name="parameters">Pipeline parameters.</param>
18+
/// <param name="waitOnCompletion">Defines whether activity execution
19+
/// will wait for the dependent pipeline execution to finish. Default
20+
/// is false.</param>
21+
public ExecutePipelineActivity(string name, PipelineReference pipeline, IDictionary<string, object> additionalProperties = default(IDictionary<string, object>), string description = default(string), IList<ActivityDependency> dependsOn = default(IList<ActivityDependency>), IList<UserProperty> userProperties = default(IList<UserProperty>), IDictionary<string, object> parameters = default(IDictionary<string, object>), bool? waitOnCompletion = default(bool?))
22+
: base(name, additionalProperties, description, dependsOn, userProperties)
23+
{
24+
Pipeline = pipeline;
25+
Parameters = parameters;
26+
WaitOnCompletion = waitOnCompletion;
27+
CustomInit();
28+
}
29+
}
30+
}

sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ExecutePipelineActivity.cs

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ExecutePipelineActivityPolicy.cs

Lines changed: 67 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlServerStoredProcedureActivity.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Microsoft.Azure.Management.DataFactory.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
<PropertyGroup>
66
<PackageId>Microsoft.Azure.Management.DataFactory</PackageId>
77
<Description>Azure Data Factory V2 is the data integration platform that goes beyond Azure Data Factory V1's orchestration and batch-processing of time-series data, with a general purpose app model supporting modern data warehousing patterns and scenarios, lift-and-shift SSIS, and data-driven SaaS applications. Compose and manage reliable and secure data integration workflows at scale. Use native ADF data connectors and Integration Runtimes to move and transform cloud and on-premises data that can be unstructured, semi-structured, and structured with Hadoop, Azure Data Lake, Spark, SQL Server, Cosmos DB and many other data platforms.</Description>
8-
<Version>5.4.0</Version>
8+
<Version>6.0.0</Version>
99
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
1010
<PackageTags>Microsoft Azure resource management;Data Factory;ADF;</PackageTags>
1111
<PackageReleaseNotes>
1212
<![CDATA[
13-
- Added Web Activity disable cert validation
13+
- Fixed Expression mode for SqlServerStoredProcedureActivity
14+
- Added Policy property into ExecutePipelineActivity
1415
]]></PackageReleaseNotes>
1516
</PropertyGroup>
1617
<PropertyGroup>

sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
[assembly: AssemblyTitle("Microsoft Azure Data Factory Management Library")]
88
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Data Factory Resources.")]
9-
[assembly: AssemblyVersion("5.4.0.0")]
10-
[assembly: AssemblyFileVersion("5.4.0.0")]
9+
[assembly: AssemblyVersion("6.0.0.0")]
10+
[assembly: AssemblyFileVersion("6.0.0.0")]
1111
[assembly: AssemblyConfiguration("")]
1212
[assembly: AssemblyCompany("Microsoft")]
1313
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]

sdk/datafactory/Microsoft.Azure.Management.DataFactory/tests/UnitTests/ActivityTests.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
// Licensed under the MIT License. See License.txt in the project root for
33
// license information.
44

5+
using System;
6+
using System.Collections.Generic;
7+
using System.Globalization;
58
using DataFactory.Tests.JsonSamples;
69
using DataFactory.Tests.Utils;
710
using Microsoft.Azure.Management.DataFactory.Models;
811
using Microsoft.Rest.Serialization;
912
using Newtonsoft.Json.Linq;
10-
using System;
11-
using System.Collections.Generic;
12-
using System.Globalization;
1313
using Xunit;
1414
using Xunit.Abstractions;
1515
using Xunit.Sdk;
@@ -45,7 +45,8 @@ public void ExecutePipelineActivity_SDKSample()
4545
Description = "Execute pipeline activity",
4646
Pipeline = new PipelineReference(triggeredPipelineName),
4747
Parameters = new Dictionary<string, object>(),
48-
WaitOnCompletion = true
48+
WaitOnCompletion = true,
49+
Policy = new ExecutePipelineActivityPolicy()
4950
};
5051

5152
var handler = new RecordedDelegatingHandler();

0 commit comments

Comments
 (0)