Skip to content

Commit 829526a

Browse files
authored
[DataFactory]Added new features into 5.2.0 (#26819)
* [DataFactory]Added new features into 5.1.0 * update * add one change * [DataFactory]Added new features into 5.2.0
1 parent 21bf744 commit 829526a

File tree

6 files changed

+124
-10
lines changed

6 files changed

+124
-10
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-01-05 04:17:30 UTC
8+
2022-02-07 01:57:04 UTC
99
Azure-rest-api-specs repository information
1010
GitHub fork: Azure
1111
Branch: main
12-
Commit: 7b89a1a3fcb08b6f9f12ee67049b6b8d561ad684
12+
Commit: 6af1afc7c3fbdea232a80f1334894d459e1dc922
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog for the Azure Data Factory V2 .NET SDK
22

3+
## Version 5.2.0
4+
### Feature Additions
5+
- Added FailActivity in ADF
6+
- Fixed update PublicNetworkAccess not work in Factory Update API
7+
38
## Version 5.1.0
49
### Feature Additions
510
- Added support UAMI M2

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

Lines changed: 5 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/Generated/Models/FailActivity.cs

Lines changed: 107 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/Microsoft.Azure.Management.DataFactory.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +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.1.0</Version>
8+
<Version>5.2.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 support UAMI M2
14-
- Added connectionProperties in GoogleAdWordsLinkedService
15-
- Added servicePrincipalCredentialType and servicePrincipalCredential into AzureBlobFSLinkedService
13+
- Added FailActivity in ADF
14+
- Fixed update PublicNetworkAccess not work in Factory Update API
1615
]]></PackageReleaseNotes>
1716
</PropertyGroup>
1817
<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.1.0.0")]
10-
[assembly: AssemblyFileVersion("5.1.0.0")]
9+
[assembly: AssemblyVersion("5.2.0.0")]
10+
[assembly: AssemblyFileVersion("5.2.0.0")]
1111
[assembly: AssemblyConfiguration("")]
1212
[assembly: AssemblyCompany("Microsoft")]
1313
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]

0 commit comments

Comments
 (0)