Skip to content

Commit

Permalink
.NET SDK Resource Provider:'DataFactory'
Browse files Browse the repository at this point in the history
REST Spec PR 'Azure/azure-rest-api-specs#5588'
REST Spec PR Author 'HaoQian-MS'
REST Spec PR Last commit
  • Loading branch information
adxsdknet committed Apr 10, 2019
1 parent 0fa79e1 commit 888ad49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public ExecuteSSISPackageActivity()
/// connection managers to execute the SSIS package.</param>
/// <param name="propertyOverrides">The property overrides to execute
/// the SSIS package.</param>
/// <param name="logLocation">SSIS package exection log
/// <param name="logLocation">SSIS package execution log
/// location.</param>
public ExecuteSSISPackageActivity(string name, SSISPackageLocation packageLocation, IntegrationRuntimeReference connectVia, IDictionary<string, object> additionalProperties = default(IDictionary<string, object>), string description = default(string), IList<ActivityDependency> dependsOn = default(IList<ActivityDependency>), IList<UserProperty> userProperties = default(IList<UserProperty>), LinkedServiceReference linkedServiceName = default(LinkedServiceReference), ActivityPolicy policy = default(ActivityPolicy), object runtime = default(object), object loggingLevel = default(object), object environmentPath = default(object), SSISExecutionCredential executionCredential = default(SSISExecutionCredential), IDictionary<string, SSISExecutionParameter> projectParameters = default(IDictionary<string, SSISExecutionParameter>), IDictionary<string, SSISExecutionParameter> packageParameters = default(IDictionary<string, SSISExecutionParameter>), IDictionary<string, IDictionary<string, SSISExecutionParameter>> projectConnectionManagers = default(IDictionary<string, IDictionary<string, SSISExecutionParameter>>), IDictionary<string, IDictionary<string, SSISExecutionParameter>> packageConnectionManagers = default(IDictionary<string, IDictionary<string, SSISExecutionParameter>>), IDictionary<string, SSISPropertyOverride> propertyOverrides = default(IDictionary<string, SSISPropertyOverride>), SSISLogLocation logLocation = default(SSISLogLocation))
: base(name, additionalProperties, description, dependsOn, userProperties, linkedServiceName, policy)
Expand Down Expand Up @@ -167,7 +167,7 @@ public ExecuteSSISPackageActivity()
public IDictionary<string, SSISPropertyOverride> PropertyOverrides { get; set; }

/// <summary>
/// Gets or sets SSIS package exection log location.
/// Gets or sets SSIS package execution log location.
/// </summary>
[JsonProperty(PropertyName = "typeProperties.logLocation")]
public SSISLogLocation LogLocation { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models
using System.Linq;

/// <summary>
/// SSIS package exection log location
/// SSIS package execution log location
/// </summary>
[Rest.Serialization.JsonTransformation]
public partial class SSISLogLocation
Expand Down

0 comments on commit 888ad49

Please sign in to comment.