Skip to content

Commit

Permalink
Data Factory DotNet Sdk Release (Azure#45114)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangbwn authored Jul 26, 2024
1 parent c92cb6a commit 76b6033
Show file tree
Hide file tree
Showing 25 changed files with 489 additions and 29 deletions.
11 changes: 6 additions & 5 deletions sdk/datafactory/Azure.ResourceManager.DataFactory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Release History

## 1.2.0-beta.1 (Unreleased)
## 1.2.0 (2024-07-26)

### Features Added

### Breaking Changes
- Security enhancement feature snowflake support storage integration.
- Support 'domain' Property In Dynamics Family.
- Enable UAMI auth for Data Factory Sql Server connector.
- Support managed identity for Data Factory Azure Table connector.

### Bugs Fixed

### Other Changes
- Added missing continuation settings for execute dataflow activity.

## 1.1.0 (2024-05-31)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2584,9 +2584,11 @@ public partial class AzureTableStorageLinkedService : Azure.ResourceManager.Data
public AzureTableStorageLinkedService() { }
public Azure.Core.Expressions.DataFactory.DataFactoryKeyVaultSecret AccountKey { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> ConnectionString { get { throw null; } set { } }
public Azure.ResourceManager.DataFactory.Models.DataFactoryCredentialReference Credential { get { throw null; } set { } }
public string EncryptedCredential { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryKeyVaultSecret SasToken { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> SasUri { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> ServiceEndpoint { get { throw null; } set { } }
Azure.ResourceManager.DataFactory.Models.AzureTableStorageLinkedService System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.AzureTableStorageLinkedService>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.AzureTableStorageLinkedService>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.ResourceManager.DataFactory.Models.AzureTableStorageLinkedService System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.AzureTableStorageLinkedService>.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand Down Expand Up @@ -2765,6 +2767,7 @@ public partial class CommonDataServiceForAppsLinkedService : Azure.ResourceManag
public CommonDataServiceForAppsLinkedService(Azure.Core.Expressions.DataFactory.DataFactoryElement<string> deploymentType, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> authenticationType) { }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> AuthenticationType { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> DeploymentType { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Domain { get { throw null; } set { } }
public string EncryptedCredential { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> HostName { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> OrganizationName { get { throw null; } set { } }
Expand Down Expand Up @@ -2874,6 +2877,18 @@ public ConnectionStateProperties() { }
string System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.ConnectionStateProperties>.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
System.BinaryData System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.ConnectionStateProperties>.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
}
public partial class ContinuationSettingsReference : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.ContinuationSettingsReference>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.ContinuationSettingsReference>
{
public ContinuationSettingsReference() { }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<int> ContinuationTtlInMinutes { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> CustomizedCheckpointKey { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> IdleCondition { get { throw null; } set { } }
Azure.ResourceManager.DataFactory.Models.ContinuationSettingsReference System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.ContinuationSettingsReference>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.ContinuationSettingsReference>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.ResourceManager.DataFactory.Models.ContinuationSettingsReference System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.ContinuationSettingsReference>.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
string System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.ContinuationSettingsReference>.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
System.BinaryData System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.ContinuationSettingsReference>.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
}
public partial class ControlActivity : Azure.ResourceManager.DataFactory.Models.PipelineActivity, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.ControlActivity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.ControlActivity>
{
public ControlActivity(string name) : base (default(string)) { }
Expand Down Expand Up @@ -4890,6 +4905,7 @@ public DynamicsCrmLinkedService(Azure.Core.Expressions.DataFactory.DataFactoryEl
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> AuthenticationType { get { throw null; } set { } }
public Azure.ResourceManager.DataFactory.Models.DataFactoryCredentialReference Credential { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> DeploymentType { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Domain { get { throw null; } set { } }
public string EncryptedCredential { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> HostName { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> OrganizationName { get { throw null; } set { } }
Expand Down Expand Up @@ -4945,6 +4961,7 @@ public DynamicsLinkedService(Azure.Core.Expressions.DataFactory.DataFactoryEleme
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> AuthenticationType { get { throw null; } set { } }
public Azure.ResourceManager.DataFactory.Models.DataFactoryCredentialReference Credential { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> DeploymentType { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Domain { get { throw null; } set { } }
public string EncryptedCredential { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> HostName { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> OrganizationName { get { throw null; } set { } }
Expand Down Expand Up @@ -5145,6 +5162,7 @@ public partial class ExecuteDataFlowActivity : Azure.ResourceManager.DataFactory
{
public ExecuteDataFlowActivity(string name, Azure.ResourceManager.DataFactory.Models.DataFlowReference dataFlow) : base (default(string)) { }
public Azure.ResourceManager.DataFactory.Models.ExecuteDataFlowActivityComputeType Compute { get { throw null; } set { } }
public Azure.ResourceManager.DataFactory.Models.ContinuationSettingsReference ContinuationSettings { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> ContinueOnError { get { throw null; } set { } }
public Azure.ResourceManager.DataFactory.Models.DataFlowReference DataFlow { get { throw null; } set { } }
public Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeReference IntegrationRuntime { get { throw null; } set { } }
Expand Down Expand Up @@ -5218,6 +5236,7 @@ public partial class ExecuteWranglingDataflowActivity : Azure.ResourceManager.Da
{
public ExecuteWranglingDataflowActivity(string name, Azure.ResourceManager.DataFactory.Models.DataFlowReference dataFlow) : base (default(string)) { }
public Azure.ResourceManager.DataFactory.Models.ExecuteDataFlowActivityComputeType Compute { get { throw null; } set { } }
public Azure.ResourceManager.DataFactory.Models.ContinuationSettingsReference ContinuationSettings { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> ContinueOnError { get { throw null; } set { } }
public Azure.ResourceManager.DataFactory.Models.DataFlowReference DataFlow { get { throw null; } set { } }
public Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeReference IntegrationRuntime { get { throw null; } set { } }
Expand Down Expand Up @@ -10425,6 +10444,7 @@ public partial class SnowflakeExportCopyCommand : Azure.ResourceManager.DataFact
public SnowflakeExportCopyCommand() { }
public System.Collections.Generic.IDictionary<string, System.BinaryData> AdditionalCopyOptions { get { throw null; } }
public System.Collections.Generic.IDictionary<string, System.BinaryData> AdditionalFormatOptions { get { throw null; } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> StorageIntegration { get { throw null; } set { } }
Azure.ResourceManager.DataFactory.Models.SnowflakeExportCopyCommand System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.SnowflakeExportCopyCommand>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.SnowflakeExportCopyCommand>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.ResourceManager.DataFactory.Models.SnowflakeExportCopyCommand System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.SnowflakeExportCopyCommand>.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand All @@ -10436,6 +10456,7 @@ public partial class SnowflakeImportCopyCommand : Azure.ResourceManager.DataFact
public SnowflakeImportCopyCommand() { }
public System.Collections.Generic.IDictionary<string, System.BinaryData> AdditionalCopyOptions { get { throw null; } }
public System.Collections.Generic.IDictionary<string, System.BinaryData> AdditionalFormatOptions { get { throw null; } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> StorageIntegration { get { throw null; } set { } }
Azure.ResourceManager.DataFactory.Models.SnowflakeImportCopyCommand System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.SnowflakeImportCopyCommand>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.SnowflakeImportCopyCommand>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
Azure.ResourceManager.DataFactory.Models.SnowflakeImportCopyCommand System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.SnowflakeImportCopyCommand>.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
Expand Down Expand Up @@ -10808,6 +10829,7 @@ public SqlPartitionSettings() { }
private readonly int _dummyPrimitive;
public SqlServerAuthenticationType(string value) { throw null; }
public static Azure.ResourceManager.DataFactory.Models.SqlServerAuthenticationType Sql { get { throw null; } }
public static Azure.ResourceManager.DataFactory.Models.SqlServerAuthenticationType UserAssignedManagedIdentity { get { throw null; } }
public static Azure.ResourceManager.DataFactory.Models.SqlServerAuthenticationType Windows { get { throw null; } }
public bool Equals(Azure.ResourceManager.DataFactory.Models.SqlServerAuthenticationType other) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
Expand All @@ -10832,6 +10854,7 @@ public SqlServerLinkedService(Azure.Core.Expressions.DataFactory.DataFactoryElem
public Azure.Core.Expressions.DataFactory.DataFactoryElement<int> ConnectRetryCount { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<int> ConnectRetryInterval { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<int> ConnectTimeout { get { throw null; } set { } }
public Azure.ResourceManager.DataFactory.Models.DataFactoryCredentialReference Credential { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Database { get { throw null; } set { } }
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Encrypt { get { throw null; } set { } }
public string EncryptedCredential { get { throw null; } set { } }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.2.0-beta.1</Version>
<Version>1.2.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.1.0</ApiCompatVersion>
<PackageId>Azure.ResourceManager.DataFactory</PackageId>
Expand Down

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

Loading

0 comments on commit 76b6033

Please sign in to comment.