-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Datafactory] Fixing ADF generation issues and the build (#6624)
* Updates from public repo * Adding missing enum classes * Update for license info and DynamicSink * Fix erge issues * Enabling ADF projects * Regenerated from public repo * Update for mgmgt.yml * Updated the release notes and version * Undo the change for mgmt.yml * Remove sdk exclusion again
- Loading branch information
1 parent
2fd9944
commit a91073c
Showing
12 changed files
with
202 additions
and
9 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
...icrosoft.Azure.Management.DataFactory/src/Extensions/AzureSearchIndexWriteBehaviorType.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See License.txt in the project root for | ||
// license information. | ||
// | ||
// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 | ||
// Changes may cause incorrect behavior and will be lost if the code is | ||
// regenerated. | ||
|
||
namespace Microsoft.Azure.Management.DataFactory.Models | ||
{ | ||
|
||
/// <summary> | ||
/// Defines values for AzureSearchIndexWriteBehaviorType. | ||
/// </summary> | ||
public static class AzureSearchIndexWriteBehaviorType | ||
{ | ||
public const string Merge = "Merge"; | ||
public const string Upload = "Upload"; | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
...osoft.Azure.Management.DataFactory/src/Extensions/CassandraSourceReadConsistencyLevels.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See License.txt in the project root for | ||
// license information. | ||
// | ||
// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 | ||
// Changes may cause incorrect behavior and will be lost if the code is | ||
// regenerated. | ||
|
||
namespace Microsoft.Azure.Management.DataFactory.Models | ||
{ | ||
|
||
/// <summary> | ||
/// Defines values for CassandraSourceReadConsistencyLevels. | ||
/// </summary> | ||
public static class CassandraSourceReadConsistencyLevels | ||
{ | ||
public const string ALL = "ALL"; | ||
public const string EACHQUORUM = "EACH_QUORUM"; | ||
public const string QUORUM = "QUORUM"; | ||
public const string LOCALQUORUM = "LOCAL_QUORUM"; | ||
public const string ONE = "ONE"; | ||
public const string TWO = "TWO"; | ||
public const string THREE = "THREE"; | ||
public const string LOCALONE = "LOCAL_ONE"; | ||
public const string SERIAL = "SERIAL"; | ||
public const string LOCALSERIAL = "LOCAL_SERIAL"; | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Extensions/CopyBehaviorType.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See License.txt in the project root for | ||
// license information. | ||
// | ||
// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 | ||
// Changes may cause incorrect behavior and will be lost if the code is | ||
// regenerated. | ||
|
||
namespace Microsoft.Azure.Management.DataFactory.Models | ||
{ | ||
|
||
/// <summary> | ||
/// Defines values for CopyBehaviorType. | ||
/// </summary> | ||
public static class CopyBehaviorType | ||
{ | ||
public const string PreserveHierarchy = "PreserveHierarchy"; | ||
public const string FlattenHierarchy = "FlattenHierarchy"; | ||
public const string MergeFiles = "MergeFiles"; | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
...actory/Microsoft.Azure.Management.DataFactory/src/Extensions/DynamicsSinkWriteBehavior.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See License.txt in the project root for | ||
// license information. | ||
// | ||
// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 | ||
// Changes may cause incorrect behavior and will be lost if the code is | ||
// regenerated. | ||
|
||
namespace Microsoft.Azure.Management.DataFactory.Models | ||
{ | ||
|
||
/// <summary> | ||
/// Defines values for DynamicsSinkWriteBehavior. | ||
/// </summary> | ||
public static class DynamicsSinkWriteBehavior | ||
{ | ||
public const string Upsert = "Upsert"; | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
...tory/Microsoft.Azure.Management.DataFactory/src/Extensions/SalesforceSinkWriteBehavior.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See License.txt in the project root for | ||
// license information. | ||
// | ||
// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 | ||
// Changes may cause incorrect behavior and will be lost if the code is | ||
// regenerated. | ||
|
||
namespace Microsoft.Azure.Management.DataFactory.Models | ||
{ | ||
|
||
/// <summary> | ||
/// Defines values for SalesforceSinkWriteBehavior. | ||
/// </summary> | ||
public static class SalesforceSinkWriteBehavior | ||
{ | ||
public const string Insert = "Insert"; | ||
public const string Upsert = "Upsert"; | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
...ory/Microsoft.Azure.Management.DataFactory/src/Extensions/SalesforceSourceReadBehavior.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See License.txt in the project root for | ||
// license information. | ||
// | ||
// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 | ||
// Changes may cause incorrect behavior and will be lost if the code is | ||
// regenerated. | ||
|
||
namespace Microsoft.Azure.Management.DataFactory.Models | ||
{ | ||
|
||
/// <summary> | ||
/// Defines values for SalesforceSourceReadBehavior. | ||
/// </summary> | ||
public static class SalesforceSourceReadBehavior | ||
{ | ||
public const string Query = "Query"; | ||
public const string QueryAll = "QueryAll"; | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
...osoft.Azure.Management.DataFactory/src/Extensions/SapCloudForCustomerSinkWriteBehavior.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See License.txt in the project root for | ||
// license information. | ||
// | ||
// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 | ||
// Changes may cause incorrect behavior and will be lost if the code is | ||
// regenerated. | ||
|
||
namespace Microsoft.Azure.Management.DataFactory.Models | ||
{ | ||
|
||
/// <summary> | ||
/// Defines values for SapCloudForCustomerSinkWriteBehavior. | ||
/// </summary> | ||
public static class SapCloudForCustomerSinkWriteBehavior | ||
{ | ||
public const string Insert = "Insert"; | ||
public const string Update = "Update"; | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
...tafactory/Microsoft.Azure.Management.DataFactory/src/Extensions/TabularPartitionOption.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See License.txt in the project root for | ||
// license information. | ||
// | ||
// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 | ||
// Changes may cause incorrect behavior and will be lost if the code is | ||
// regenerated. | ||
|
||
namespace Microsoft.Azure.Management.DataFactory.Models | ||
{ | ||
|
||
/// <summary> | ||
/// Defines values for TabularPartitionOption. | ||
/// </summary> | ||
public static class TabularPartitionOption | ||
{ | ||
public const string None = "None"; | ||
public const string PartitionOnInt = "PartitionOnInt"; | ||
public const string PartitionOnCalendarYear = "PartitionOnCalendarYear"; | ||
public const string PartitionOnCalendarMonth = "PartitionOnCalendarMonth"; | ||
public const string PartitionOnCalendarDate = "PartitionOnCalendarDate"; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters