Skip to content

Commit

Permalink
[DataFactory]Added support customProperties in IntegrationRuntimeData…
Browse files Browse the repository at this point in the history
…Flow (Azure#35148)
  • Loading branch information
Jingshu923 authored Apr 7, 2023
1 parent 95caba9 commit 2017e29
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 6 deletions.
5 changes: 3 additions & 2 deletions eng/mgmt/mgmtmetadata/datafactory_resource-manager.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ Commencing code generation
Generating CSharp code
Executing AutoRest command
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/main/specification/datafactory/resource-manager/readme.md --csharp --version=2.0.4421 --reflect-api-versions --tag=package-2018-06 --csharp-sdks-folder=D:\Code\azure-sdk-for-net\sdk
2023-02-22 02:56:09 UTC
Autorest CSharp Version: 2.3.82
2023-03-27 01:01:25 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: main
Commit: 8d74557bb1605c72732470b8b98988643d18f484
Commit: 2ac8dec9cbc4ad4db7537de603339f069d482078
AutoRest information
Requested version: 2.0.4421
Bootstrapper version: [email protected]
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for the Azure Data Factory V2 .NET SDK

## Version 9.3.0
### Feature Additions
- Added support customProperties in IntegrationRuntimeDataFlow

## Version 9.2.0
### Feature Additions
- Added AzureBlobFS sasUri and sasToken properties in ADF
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.DataFactory</PackageId>
<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>
<Version>9.2.0</Version>
<Version>9.3.0</Version>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<PackageTags>Microsoft Azure resource management;Data Factory;ADF;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
- Added AzureBlobFS sasUri and sasToken properties in ADF
- Added support customProperties in IntegrationRuntimeDataFlow
]]></PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[assembly: AssemblyTitle("Microsoft Azure Data Factory Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Data Factory Resources.")]
[assembly: AssemblyVersion("9.0.0.0")]
[assembly: AssemblyFileVersion("9.2.0.0")]
[assembly: AssemblyFileVersion("9.3.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down

0 comments on commit 2017e29

Please sign in to comment.