From 7ec829855bbd1cf947bf08e817215b41592fd3b4 Mon Sep 17 00:00:00 2001 From: hvermis Date: Thu, 18 Jan 2018 19:03:51 -0800 Subject: [PATCH 1/4] Updating ADF SDK version for the release --- src/SDKs/DataFactory/Management.DataFactory/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SDKs/DataFactory/Management.DataFactory/changelog.md b/src/SDKs/DataFactory/Management.DataFactory/changelog.md index 0b94997d52d8..d62e8b6a4113 100644 --- a/src/SDKs/DataFactory/Management.DataFactory/changelog.md +++ b/src/SDKs/DataFactory/Management.DataFactory/changelog.md @@ -1,10 +1,11 @@ # Changelog for the Azure Data Factory V2 .NET SDK -## Version 0.3.1-preview +## Version 0.4.0-preview ### Feature Additions * Add readBehavior to Salesforce Source * Enable Azure Key Vault support for all data store linked services + * Add license type property to Azure SSIS integration runtime ## Version 0.3.0-preview From ea5519681da792d2152b2757e12b837c142a5e64 Mon Sep 17 00:00:00 2001 From: hvermis Date: Thu, 18 Jan 2018 19:10:50 -0800 Subject: [PATCH 2/4] Updating ADF SDK version for the release --- .../Microsoft.Azure.Management.DataFactory.csproj | 4 ++-- .../Management.DataFactory/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/SDKs/DataFactory/Management.DataFactory/Microsoft.Azure.Management.DataFactory.csproj b/src/SDKs/DataFactory/Management.DataFactory/Microsoft.Azure.Management.DataFactory.csproj index e2f23fa75301..1d9d6070401f 100644 --- a/src/SDKs/DataFactory/Management.DataFactory/Microsoft.Azure.Management.DataFactory.csproj +++ b/src/SDKs/DataFactory/Management.DataFactory/Microsoft.Azure.Management.DataFactory.csproj @@ -6,12 +6,12 @@ Microsoft.Azure.Management.DataFactory 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. - 0.3.0-preview + 0.4.0-preview Microsoft.Azure.Management.DataFactory Microsoft Azure resource management;Data Factory;ADF; diff --git a/src/SDKs/DataFactory/Management.DataFactory/Properties/AssemblyInfo.cs b/src/SDKs/DataFactory/Management.DataFactory/Properties/AssemblyInfo.cs index c57c6a98b370..c1a0885a22e0 100644 --- a/src/SDKs/DataFactory/Management.DataFactory/Properties/AssemblyInfo.cs +++ b/src/SDKs/DataFactory/Management.DataFactory/Properties/AssemblyInfo.cs @@ -6,8 +6,8 @@ [assembly: AssemblyTitle("Microsoft Azure Data Factory Management Library")] [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Data Factory Resources.")] -[assembly: AssemblyVersion("0.3.0.0")] -[assembly: AssemblyFileVersion("0.3.0.0")] +[assembly: AssemblyVersion("0.4.0.0")] +[assembly: AssemblyFileVersion("0.4.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Microsoft Azure .NET SDK")] From 37a869100d4d3589af2e4cc9308b9531733c16f6 Mon Sep 17 00:00:00 2001 From: hvermis Date: Wed, 14 Feb 2018 12:04:52 -0800 Subject: [PATCH 3/4] Fixing the version for ADF SDK and updating the release notes --- .../Microsoft.Azure.Management.DataFactory.csproj | 8 +++++++- .../DataFactory/Management.DataFactory/changelog.md | 10 +++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/SDKs/DataFactory/Management.DataFactory/Microsoft.Azure.Management.DataFactory.csproj b/src/SDKs/DataFactory/Management.DataFactory/Microsoft.Azure.Management.DataFactory.csproj index 1d9d6070401f..949bf800f472 100644 --- a/src/SDKs/DataFactory/Management.DataFactory/Microsoft.Azure.Management.DataFactory.csproj +++ b/src/SDKs/DataFactory/Management.DataFactory/Microsoft.Azure.Management.DataFactory.csproj @@ -11,7 +11,13 @@ Microsoft Azure resource management;Data Factory;ADF; diff --git a/src/SDKs/DataFactory/Management.DataFactory/changelog.md b/src/SDKs/DataFactory/Management.DataFactory/changelog.md index d72242a43a68..1dc6cc5cf9ab 100644 --- a/src/SDKs/DataFactory/Management.DataFactory/changelog.md +++ b/src/SDKs/DataFactory/Management.DataFactory/changelog.md @@ -1,18 +1,14 @@ # Changelog for the Azure Data Factory V2 .NET SDK -## Version 0.6.0-preview - -### Feature Additions - * Add SAP ECC Source - * GoogleBigQuery support clientId and clientSecret for UserAuthentication - * Add LinkedService, Dataset, CopySource for Vertica and Netezza - ## Version 0.5.0-preview ### Feature Additions * Enable AAD auth via service principal and management service identity for Azure SQL DB/DW linked service types * Support integration runtime sharing across subscription and data factory * Enable Azure Key Vault for all compute linked service + * Add SAP ECC Source + * GoogleBigQuery support clientId and clientSecret for UserAuthentication + * Add LinkedService, Dataset, CopySource for Vertica and Netezza ## Version 0.4.0-preview From 593210875de2a79f994e41975615ffcfcca75b5c Mon Sep 17 00:00:00 2001 From: hvermis Date: Wed, 14 Feb 2018 12:08:00 -0800 Subject: [PATCH 4/4] Updated the version in csproj and AssemblyInfo --- .../Microsoft.Azure.Management.DataFactory.csproj | 2 +- .../Management.DataFactory/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SDKs/DataFactory/Management.DataFactory/Microsoft.Azure.Management.DataFactory.csproj b/src/SDKs/DataFactory/Management.DataFactory/Microsoft.Azure.Management.DataFactory.csproj index 949bf800f472..40f1d90e8e8c 100644 --- a/src/SDKs/DataFactory/Management.DataFactory/Microsoft.Azure.Management.DataFactory.csproj +++ b/src/SDKs/DataFactory/Management.DataFactory/Microsoft.Azure.Management.DataFactory.csproj @@ -6,7 +6,7 @@ Microsoft.Azure.Management.DataFactory 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. - 0.4.0-preview + 0.5.0-preview Microsoft.Azure.Management.DataFactory Microsoft Azure resource management;Data Factory;ADF; diff --git a/src/SDKs/DataFactory/Management.DataFactory/Properties/AssemblyInfo.cs b/src/SDKs/DataFactory/Management.DataFactory/Properties/AssemblyInfo.cs index c1a0885a22e0..c9573f3d2f80 100644 --- a/src/SDKs/DataFactory/Management.DataFactory/Properties/AssemblyInfo.cs +++ b/src/SDKs/DataFactory/Management.DataFactory/Properties/AssemblyInfo.cs @@ -6,8 +6,8 @@ [assembly: AssemblyTitle("Microsoft Azure Data Factory Management Library")] [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Data Factory Resources.")] -[assembly: AssemblyVersion("0.4.0.0")] -[assembly: AssemblyFileVersion("0.4.0.0")] +[assembly: AssemblyVersion("0.5.0.0")] +[assembly: AssemblyFileVersion("0.5.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Microsoft Azure .NET SDK")]