Skip to content

Commit 671522a

Browse files
author
SDK Automation
committed
Update from master
1 parent a020ffc commit 671522a

File tree

7 files changed

+17
-80
lines changed

7 files changed

+17
-80
lines changed

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

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

3-
## Version 4.11.0
4-
### Feature Additions
5-
- Added support for Trigger Run Cancel API
6-
- Added column delimiter for SAP Table/open hub
7-
- Added azureCloudType for Aad Auth
8-
- Added snapshot to Azure File Storage linked service
9-
103
## Version 4.10.0
114
### Feature Additions
125
- Added connectionProperties property to QuickBooks, Square, Xero, Zoho, SalesforceMarketingCloud linked service

sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SsisPackageLocation.cs renamed to sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SSISPackageLocation.cs

File renamed without changes.

sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/SdkInfo_DataFactoryManagementClient.cs

Lines changed: 0 additions & 11 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: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@
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>4.11.0</Version>
8+
<Version>4.10.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 for Trigger Run Cancel API
14-
- Added column delimiter for SAP Table/open hub
15-
- Added azureCloudType for Aad Auth
16-
- Added snapshot to Azure File Storage linked service
13+
- Added connectionProperties property to QuickBooks, Square, Xero, Zoho, SalesforceMarketingCloud linked service
14+
- Added support of Message server connecting from SAP Open Hub
15+
- Enable Sql Sources (AzureSqlDatabase, SqlSever, Synapse, SqlMI) read in parallel, support partition by dynamic range and sql built-in partitions.
16+
- Added Rest as Sink Type in Copy Sink
17+
- Added NewClusterLogDestination property to Azure Databricks linked service
18+
- Support expression (object) type for data flow staging folder path
19+
- Add new type "AzPowerShellSetup" to parameter "ExpressCustomSetup" for "AzureRmDataFactoryV2IntegrationRuntime" cmd to install Azure PowerShell
1720
]]></PackageReleaseNotes>
1821
</PropertyGroup>
1922
<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("4.11.0.0")]
10-
[assembly: AssemblyFileVersion("4.11.0.0")]
9+
[assembly: AssemblyVersion("4.10.0.0")]
10+
[assembly: AssemblyFileVersion("4.10.0.0")]
1111
[assembly: AssemblyConfiguration("")]
1212
[assembly: AssemblyCompany("Microsoft")]
1313
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]

sdk/datafactory/Microsoft.Azure.Management.DataFactory/tests/JsonSamples/LinkedServiceJsonSamples.cs

Lines changed: 6 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,6 @@ namespace DataFactory.Tests.JsonSamples
1111
/// </summary>
1212
public class LinkedServiceJsonSamples : JsonSampleCollection<LinkedServiceJsonSamples>
1313
{
14-
[JsonSample]
15-
public const string AzureBlobFSLinkedService = @"
16-
{
17-
name: ""Test-Windows-Azure-storage-account-linkedService"",
18-
properties:
19-
{
20-
type: ""AzureBlobFS"",
21-
typeProperties:
22-
{
23-
url: ""https://testblobfs.dfs.core.windows.net"",
24-
servicePrincipalId: ""9c8b1ab1-a894-4639-8fb9-75f98a36e9ab"",
25-
servicePrincipalKey: {
26-
type: ""SecureString"",
27-
value: ""mykey""
28-
},
29-
tenant: ""72f988bf-86f1-41af-91ab-2d7cd011db47"",
30-
azureCloudType: ""AzurePublic""
31-
}
32-
}
33-
}";
34-
3514
[JsonSample]
3615
public const string AzureStorageLinkedService = @"
3716
{
@@ -154,10 +133,9 @@ public class LinkedServiceJsonSamples : JsonSampleCollection<LinkedServiceJsonSa
154133
connectionString: {
155134
value : ""fakeConnString"",
156135
type : ""SecureString""
157-
},
158-
azureCloudType: ""AzurePublic""
136+
}
159137
}
160-
}
138+
}
161139
}";
162140

163141
[JsonSample]
@@ -178,8 +156,7 @@ public class LinkedServiceJsonSamples : JsonSampleCollection<LinkedServiceJsonSa
178156
value: ""fakeSPKey"",
179157
type: ""SecureString""
180158
},
181-
tenant: ""fakeTenant"",
182-
azureCloudType: ""AzurePublic""
159+
tenant: ""fakeTenant""
183160
}
184161
}
185162
}";
@@ -221,8 +198,7 @@ public class LinkedServiceJsonSamples : JsonSampleCollection<LinkedServiceJsonSa
221198
connectionString: {
222199
value : ""fakeConnString"",
223200
type : ""SecureString""
224-
},
225-
azureCloudType: ""AzurePublic""
201+
}
226202
}
227203
}
228204
}";
@@ -800,8 +776,7 @@ public class LinkedServiceJsonSamples : JsonSampleCollection<LinkedServiceJsonSa
800776
password : {
801777
value : ""fakepassword"",
802778
type : ""SecureString""
803-
},
804-
azureCloudType: ""AzurePublic""
779+
}
805780
}
806781
}
807782
}";
@@ -2707,8 +2682,7 @@ public class LinkedServiceJsonSamples : JsonSampleCollection<LinkedServiceJsonSa
27072682
""password"": {
27082683
""type"": ""SecureString"",
27092684
""value"": ""fakepsw""
2710-
},
2711-
""azureCloudType"": ""AzurePublic""
2685+
}
27122686
}
27132687
}
27142688
}";
@@ -2788,25 +2762,6 @@ public class LinkedServiceJsonSamples : JsonSampleCollection<LinkedServiceJsonSa
27882762
}
27892763
}";
27902764

2791-
[JsonSample]
2792-
public const string AzureFileStorageLinkedServiceWithConnectionStringWithAccountKey = @"
2793-
{
2794-
name: ""AzureFileStorageLinkedServiceWithConnectionString"",
2795-
properties:
2796-
{
2797-
type: ""AzureFileStorage"",
2798-
typeProperties:
2799-
{
2800-
connectionString: {
2801-
value : ""fakeConnString"",
2802-
type : ""SecureString""
2803-
},
2804-
fileShare: ""myFileShareName"",
2805-
snapshot: ""2020-06-18T02:35.43""
2806-
}
2807-
}
2808-
}";
2809-
28102765
[JsonSample]
28112766
public const string AzureFileStorageLinkedServiceWithConnectionStringAndAccountKeyInAKV = @"
28122767
{

sdk/datafactory/Microsoft.Azure.Management.DataFactory/tests/JsonSamples/PipelineJsonSamples.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3815,9 +3815,7 @@ public class PipelineJsonSamples : JsonSampleCollection<PipelineJsonSamples>
38153815
{
38163816
type: ""SapOpenHubSource"",
38173817
excludeLastRequest: false,
3818-
baseRequestId: ""123"",
3819-
customRfcReadTableFunctionModule: ""fakecustomRfcReadTableFunctionModule"",
3820-
sapDataColumnDelimiter: ""|""
3818+
baseRequestId: ""123""
38213819
},
38223820
sink:
38233821
{
@@ -5589,7 +5587,6 @@ public class PipelineJsonSamples : JsonSampleCollection<PipelineJsonSamples>
55895587
{
55905588
type: ""SapTableSource"",
55915589
rowCount: 3,
5592-
sapDataColumnDelimiter: ""|"",
55935590
partitionOption: ""PartitionOnCalendarDate"",
55945591
partitionSettings:
55955592
{

0 commit comments

Comments
 (0)