diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/CHANGELOG.md b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/CHANGELOG.md index 1f8d6a01c856c..8c177214d554f 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/CHANGELOG.md +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/CHANGELOG.md @@ -16,6 +16,7 @@ - Added fileFilter to file server source - Added partitionRootPath to binary connector - Added an option to support unzip file directly to target folder +- Added support of Message server connecting from SAP Open Hub ## Version 4.8.0 ### Feature Additions diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/ActivityRunsOperations.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/ActivityRunsOperations.cs index e3d9674d6f280..00013416d49b5 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/ActivityRunsOperations.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/ActivityRunsOperations.cs @@ -134,10 +134,6 @@ internal ActivityRunsOperations(DataFactoryManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "runId"); } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (filterParameters == null) { throw new ValidationException(ValidationRules.CannotBeNull, "filterParameters"); @@ -146,6 +142,7 @@ internal ActivityRunsOperations(DataFactoryManagementClient client) { filterParameters.Validate(); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -156,6 +153,7 @@ internal ActivityRunsOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("runId", runId); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("filterParameters", filterParameters); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "QueryByPipelineRun", tracingParameters); @@ -168,9 +166,9 @@ internal ActivityRunsOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{runId}", System.Uri.EscapeDataString(runId)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/DataFactoryManagementClient.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/DataFactoryManagementClient.cs index 4576186b5cd97..70e7a30af7b0d 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/DataFactoryManagementClient.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/DataFactoryManagementClient.cs @@ -455,40 +455,28 @@ private void Initialize() DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); - SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("authenticationType")); - DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("authenticationType")); - SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); - DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); - SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); - DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); - SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); - DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); - SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); - DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); - SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); - DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); - SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); - DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("authorizationType")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("authorizationType")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); - SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); - DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); - SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); - DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); - SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); - DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); - SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); - DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); - SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("authorizationType")); - DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("authorizationType")); - SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); - DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); - SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); - DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("type")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("type")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("authenticationType")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("authenticationType")); CustomInitialize(); DeserializationSettings.Converters.Add(new TransformationJsonConverter()); DeserializationSettings.Converters.Add(new CloudErrorJsonConverter()); diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/DataFlowDebugSessionOperations.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/DataFlowDebugSessionOperations.cs index b19a93009132d..7a97ffbeefadf 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/DataFlowDebugSessionOperations.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/DataFlowDebugSessionOperations.cs @@ -149,10 +149,7 @@ internal DataFlowDebugSessionOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "factoryName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -162,6 +159,7 @@ internal DataFlowDebugSessionOperations(DataFactoryManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "QueryByFactory", tracingParameters); } @@ -172,9 +170,9 @@ internal DataFlowDebugSessionOperations(DataFactoryManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -378,10 +376,6 @@ internal DataFlowDebugSessionOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "factoryName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (request == null) { throw new ValidationException(ValidationRules.CannotBeNull, "request"); @@ -390,6 +384,7 @@ internal DataFlowDebugSessionOperations(DataFactoryManagementClient client) { request.Validate(); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -399,6 +394,7 @@ internal DataFlowDebugSessionOperations(DataFactoryManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("request", request); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "AddDataFlow", tracingParameters); @@ -410,9 +406,9 @@ internal DataFlowDebugSessionOperations(DataFactoryManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -619,14 +615,11 @@ internal DataFlowDebugSessionOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "factoryName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (request == null) { throw new ValidationException(ValidationRules.CannotBeNull, "request"); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -636,6 +629,7 @@ internal DataFlowDebugSessionOperations(DataFactoryManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("request", request); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); @@ -647,9 +641,9 @@ internal DataFlowDebugSessionOperations(DataFactoryManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -866,10 +860,6 @@ internal DataFlowDebugSessionOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "factoryName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (request == null) { throw new ValidationException(ValidationRules.CannotBeNull, "request"); @@ -878,6 +868,7 @@ internal DataFlowDebugSessionOperations(DataFactoryManagementClient client) { request.Validate(); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -887,6 +878,7 @@ internal DataFlowDebugSessionOperations(DataFactoryManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("request", request); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginCreate", tracingParameters); @@ -898,9 +890,9 @@ internal DataFlowDebugSessionOperations(DataFactoryManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -1123,10 +1115,6 @@ internal DataFlowDebugSessionOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "factoryName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (request == null) { throw new ValidationException(ValidationRules.CannotBeNull, "request"); @@ -1135,6 +1123,7 @@ internal DataFlowDebugSessionOperations(DataFactoryManagementClient client) { request.Validate(); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1144,6 +1133,7 @@ internal DataFlowDebugSessionOperations(DataFactoryManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("request", request); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginExecuteCommand", tracingParameters); @@ -1155,9 +1145,9 @@ internal DataFlowDebugSessionOperations(DataFactoryManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/DataFlowsOperations.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/DataFlowsOperations.cs index 6fa599d78b4b6..2d9db6cebfcaa 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/DataFlowsOperations.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/DataFlowsOperations.cs @@ -153,10 +153,6 @@ internal DataFlowsOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "dataFlowName", "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (dataFlow == null) { throw new ValidationException(ValidationRules.CannotBeNull, "dataFlow"); @@ -165,6 +161,7 @@ internal DataFlowsOperations(DataFactoryManagementClient client) { dataFlow.Validate(); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -175,6 +172,7 @@ internal DataFlowsOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("dataFlowName", dataFlowName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("ifMatch", ifMatch); tracingParameters.Add("dataFlow", dataFlow); tracingParameters.Add("cancellationToken", cancellationToken); @@ -188,9 +186,9 @@ internal DataFlowsOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{dataFlowName}", System.Uri.EscapeDataString(dataFlowName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -432,10 +430,7 @@ internal DataFlowsOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "dataFlowName", "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -446,6 +441,7 @@ internal DataFlowsOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("dataFlowName", dataFlowName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("ifNoneMatch", ifNoneMatch); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); @@ -458,9 +454,9 @@ internal DataFlowsOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{dataFlowName}", System.Uri.EscapeDataString(dataFlowName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -688,10 +684,7 @@ internal DataFlowsOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "dataFlowName", "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -702,6 +695,7 @@ internal DataFlowsOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("dataFlowName", dataFlowName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -713,9 +707,9 @@ internal DataFlowsOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{dataFlowName}", System.Uri.EscapeDataString(dataFlowName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -898,10 +892,7 @@ internal DataFlowsOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "factoryName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -911,6 +902,7 @@ internal DataFlowsOperations(DataFactoryManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByFactory", tracingParameters); } @@ -921,9 +913,9 @@ internal DataFlowsOperations(DataFactoryManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/DatasetsOperations.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/DatasetsOperations.cs index 5ed00054a7709..a384140179644 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/DatasetsOperations.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/DatasetsOperations.cs @@ -124,10 +124,7 @@ internal DatasetsOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "factoryName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -137,6 +134,7 @@ internal DatasetsOperations(DataFactoryManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByFactory", tracingParameters); } @@ -147,9 +145,9 @@ internal DatasetsOperations(DataFactoryManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -379,10 +377,6 @@ internal DatasetsOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "datasetName", "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (dataset == null) { throw new ValidationException(ValidationRules.CannotBeNull, "dataset"); @@ -391,6 +385,7 @@ internal DatasetsOperations(DataFactoryManagementClient client) { dataset.Validate(); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -401,6 +396,7 @@ internal DatasetsOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("datasetName", datasetName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("ifMatch", ifMatch); tracingParameters.Add("dataset", dataset); tracingParameters.Add("cancellationToken", cancellationToken); @@ -414,9 +410,9 @@ internal DatasetsOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{datasetName}", System.Uri.EscapeDataString(datasetName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -658,10 +654,7 @@ internal DatasetsOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "datasetName", "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -672,6 +665,7 @@ internal DatasetsOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("datasetName", datasetName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("ifNoneMatch", ifNoneMatch); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); @@ -684,9 +678,9 @@ internal DatasetsOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{datasetName}", System.Uri.EscapeDataString(datasetName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -914,10 +908,7 @@ internal DatasetsOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "datasetName", "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -928,6 +919,7 @@ internal DatasetsOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("datasetName", datasetName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -939,9 +931,9 @@ internal DatasetsOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{datasetName}", System.Uri.EscapeDataString(datasetName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/ExposureControlOperations.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/ExposureControlOperations.cs index e31cffd390930..2402159d0a7b5 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/ExposureControlOperations.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/ExposureControlOperations.cs @@ -90,14 +90,11 @@ internal ExposureControlOperations(DataFactoryManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "locationId"); } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (exposureControlRequest == null) { throw new ValidationException(ValidationRules.CannotBeNull, "exposureControlRequest"); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -106,6 +103,7 @@ internal ExposureControlOperations(DataFactoryManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("locationId", locationId); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("exposureControlRequest", exposureControlRequest); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetFeatureValue", tracingParameters); @@ -116,9 +114,9 @@ internal ExposureControlOperations(DataFactoryManagementClient client) _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{locationId}", System.Uri.EscapeDataString(locationId)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -328,14 +326,11 @@ internal ExposureControlOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "factoryName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (exposureControlRequest == null) { throw new ValidationException(ValidationRules.CannotBeNull, "exposureControlRequest"); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -345,6 +340,7 @@ internal ExposureControlOperations(DataFactoryManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("exposureControlRequest", exposureControlRequest); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetFeatureValueByFactory", tracingParameters); @@ -356,9 +352,9 @@ internal ExposureControlOperations(DataFactoryManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/FactoriesOperations.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/FactoriesOperations.cs index fa4c1581461a9..4b8b83eeaa084 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/FactoriesOperations.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/FactoriesOperations.cs @@ -80,10 +80,7 @@ internal FactoriesOperations(DataFactoryManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -91,6 +88,7 @@ internal FactoriesOperations(DataFactoryManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); } @@ -99,9 +97,9 @@ internal FactoriesOperations(DataFactoryManagementClient client) var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/factories").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -268,10 +266,6 @@ internal FactoriesOperations(DataFactoryManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "locationId"); } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (factoryRepoUpdate == null) { throw new ValidationException(ValidationRules.CannotBeNull, "factoryRepoUpdate"); @@ -280,6 +274,7 @@ internal FactoriesOperations(DataFactoryManagementClient client) { factoryRepoUpdate.Validate(); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -288,6 +283,7 @@ internal FactoriesOperations(DataFactoryManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("locationId", locationId); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("factoryRepoUpdate", factoryRepoUpdate); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ConfigureFactoryRepo", tracingParameters); @@ -298,9 +294,9 @@ internal FactoriesOperations(DataFactoryManagementClient client) _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{locationId}", System.Uri.EscapeDataString(locationId)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -485,10 +481,7 @@ internal FactoriesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -497,6 +490,7 @@ internal FactoriesOperations(DataFactoryManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroup", tracingParameters); } @@ -506,9 +500,9 @@ internal FactoriesOperations(DataFactoryManagementClient client) _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -716,10 +710,6 @@ internal FactoriesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "factoryName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (factory == null) { throw new ValidationException(ValidationRules.CannotBeNull, "factory"); @@ -728,6 +718,7 @@ internal FactoriesOperations(DataFactoryManagementClient client) { factory.Validate(); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -737,6 +728,7 @@ internal FactoriesOperations(DataFactoryManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("factory", factory); tracingParameters.Add("ifMatch", ifMatch); tracingParameters.Add("cancellationToken", cancellationToken); @@ -749,9 +741,9 @@ internal FactoriesOperations(DataFactoryManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -969,14 +961,11 @@ internal FactoriesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "factoryName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (factoryUpdateParameters == null) { throw new ValidationException(ValidationRules.CannotBeNull, "factoryUpdateParameters"); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -986,6 +975,7 @@ internal FactoriesOperations(DataFactoryManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("factoryUpdateParameters", factoryUpdateParameters); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); @@ -997,9 +987,9 @@ internal FactoriesOperations(DataFactoryManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -1211,10 +1201,7 @@ internal FactoriesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "factoryName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1224,6 +1211,7 @@ internal FactoriesOperations(DataFactoryManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("ifNoneMatch", ifNoneMatch); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); @@ -1235,9 +1223,9 @@ internal FactoriesOperations(DataFactoryManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -1443,10 +1431,7 @@ internal FactoriesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "factoryName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1456,6 +1441,7 @@ internal FactoriesOperations(DataFactoryManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1466,9 +1452,9 @@ internal FactoriesOperations(DataFactoryManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -1654,10 +1640,6 @@ internal FactoriesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "factoryName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (gitHubAccessTokenRequest == null) { throw new ValidationException(ValidationRules.CannotBeNull, "gitHubAccessTokenRequest"); @@ -1666,6 +1648,7 @@ internal FactoriesOperations(DataFactoryManagementClient client) { gitHubAccessTokenRequest.Validate(); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1675,6 +1658,7 @@ internal FactoriesOperations(DataFactoryManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("gitHubAccessTokenRequest", gitHubAccessTokenRequest); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetGitHubAccessToken", tracingParameters); @@ -1686,9 +1670,9 @@ internal FactoriesOperations(DataFactoryManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -1898,14 +1882,11 @@ internal FactoriesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "factoryName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (policy == null) { throw new ValidationException(ValidationRules.CannotBeNull, "policy"); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1915,6 +1896,7 @@ internal FactoriesOperations(DataFactoryManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("policy", policy); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetDataPlaneAccess", tracingParameters); @@ -1926,9 +1908,9 @@ internal FactoriesOperations(DataFactoryManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/IntegrationRuntimeNodesOperations.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/IntegrationRuntimeNodesOperations.cs index 161abc83aedda..46c8e71164b42 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/IntegrationRuntimeNodesOperations.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/IntegrationRuntimeNodesOperations.cs @@ -168,10 +168,7 @@ internal IntegrationRuntimeNodesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "nodeName", "^[a-z0-9A-Z][a-z0-9A-Z_-]{0,149}$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -183,6 +180,7 @@ internal IntegrationRuntimeNodesOperations(DataFactoryManagementClient client) tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("integrationRuntimeName", integrationRuntimeName); tracingParameters.Add("nodeName", nodeName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -195,9 +193,9 @@ internal IntegrationRuntimeNodesOperations(DataFactoryManagementClient client) _url = _url.Replace("{integrationRuntimeName}", System.Uri.EscapeDataString(integrationRuntimeName)); _url = _url.Replace("{nodeName}", System.Uri.EscapeDataString(nodeName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -439,10 +437,7 @@ internal IntegrationRuntimeNodesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "nodeName", "^[a-z0-9A-Z][a-z0-9A-Z_-]{0,149}$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -454,6 +449,7 @@ internal IntegrationRuntimeNodesOperations(DataFactoryManagementClient client) tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("integrationRuntimeName", integrationRuntimeName); tracingParameters.Add("nodeName", nodeName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -466,9 +462,9 @@ internal IntegrationRuntimeNodesOperations(DataFactoryManagementClient client) _url = _url.Replace("{integrationRuntimeName}", System.Uri.EscapeDataString(integrationRuntimeName)); _url = _url.Replace("{nodeName}", System.Uri.EscapeDataString(nodeName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -698,14 +694,11 @@ internal IntegrationRuntimeNodesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "nodeName", "^[a-z0-9A-Z][a-z0-9A-Z_-]{0,149}$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (updateIntegrationRuntimeNodeRequest == null) { throw new ValidationException(ValidationRules.CannotBeNull, "updateIntegrationRuntimeNodeRequest"); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -717,6 +710,7 @@ internal IntegrationRuntimeNodesOperations(DataFactoryManagementClient client) tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("integrationRuntimeName", integrationRuntimeName); tracingParameters.Add("nodeName", nodeName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("updateIntegrationRuntimeNodeRequest", updateIntegrationRuntimeNodeRequest); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); @@ -730,9 +724,9 @@ internal IntegrationRuntimeNodesOperations(DataFactoryManagementClient client) _url = _url.Replace("{integrationRuntimeName}", System.Uri.EscapeDataString(integrationRuntimeName)); _url = _url.Replace("{nodeName}", System.Uri.EscapeDataString(nodeName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -983,10 +977,7 @@ internal IntegrationRuntimeNodesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "nodeName", "^[a-z0-9A-Z][a-z0-9A-Z_-]{0,149}$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -998,6 +989,7 @@ internal IntegrationRuntimeNodesOperations(DataFactoryManagementClient client) tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("integrationRuntimeName", integrationRuntimeName); tracingParameters.Add("nodeName", nodeName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetIpAddress", tracingParameters); } @@ -1010,9 +1002,9 @@ internal IntegrationRuntimeNodesOperations(DataFactoryManagementClient client) _url = _url.Replace("{integrationRuntimeName}", System.Uri.EscapeDataString(integrationRuntimeName)); _url = _url.Replace("{nodeName}", System.Uri.EscapeDataString(nodeName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/IntegrationRuntimeObjectMetadataOperations.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/IntegrationRuntimeObjectMetadataOperations.cs index 64e30d55568d7..8c57f9709e1e6 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/IntegrationRuntimeObjectMetadataOperations.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/IntegrationRuntimeObjectMetadataOperations.cs @@ -175,10 +175,7 @@ internal IntegrationRuntimeObjectMetadataOperations(DataFactoryManagementClient throw new ValidationException(ValidationRules.Pattern, "integrationRuntimeName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -190,6 +187,7 @@ internal IntegrationRuntimeObjectMetadataOperations(DataFactoryManagementClient tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("integrationRuntimeName", integrationRuntimeName); tracingParameters.Add("getMetadataRequest", getMetadataRequest); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -201,9 +199,9 @@ internal IntegrationRuntimeObjectMetadataOperations(DataFactoryManagementClient _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{integrationRuntimeName}", System.Uri.EscapeDataString(integrationRuntimeName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -432,10 +430,7 @@ internal IntegrationRuntimeObjectMetadataOperations(DataFactoryManagementClient throw new ValidationException(ValidationRules.Pattern, "integrationRuntimeName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -446,6 +441,7 @@ internal IntegrationRuntimeObjectMetadataOperations(DataFactoryManagementClient tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("integrationRuntimeName", integrationRuntimeName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginRefresh", tracingParameters); } @@ -457,9 +453,9 @@ internal IntegrationRuntimeObjectMetadataOperations(DataFactoryManagementClient _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{integrationRuntimeName}", System.Uri.EscapeDataString(integrationRuntimeName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/IntegrationRuntimesOperations.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/IntegrationRuntimesOperations.cs index f43f5420807be..6c6e2f2db475f 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/IntegrationRuntimesOperations.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/IntegrationRuntimesOperations.cs @@ -124,10 +124,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "factoryName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -137,6 +134,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByFactory", tracingParameters); } @@ -147,9 +145,9 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -380,10 +378,6 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "integrationRuntimeName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (integrationRuntime == null) { throw new ValidationException(ValidationRules.CannotBeNull, "integrationRuntime"); @@ -392,6 +386,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) { integrationRuntime.Validate(); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -402,6 +397,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("integrationRuntimeName", integrationRuntimeName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("ifMatch", ifMatch); tracingParameters.Add("integrationRuntime", integrationRuntime); tracingParameters.Add("cancellationToken", cancellationToken); @@ -415,9 +411,9 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{integrationRuntimeName}", System.Uri.EscapeDataString(integrationRuntimeName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -659,10 +655,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "integrationRuntimeName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -673,6 +666,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("integrationRuntimeName", integrationRuntimeName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("ifNoneMatch", ifNoneMatch); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); @@ -685,9 +679,9 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{integrationRuntimeName}", System.Uri.EscapeDataString(integrationRuntimeName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -921,14 +915,11 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "integrationRuntimeName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (updateIntegrationRuntimeRequest == null) { throw new ValidationException(ValidationRules.CannotBeNull, "updateIntegrationRuntimeRequest"); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -939,6 +930,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("integrationRuntimeName", integrationRuntimeName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("updateIntegrationRuntimeRequest", updateIntegrationRuntimeRequest); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); @@ -951,9 +943,9 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{integrationRuntimeName}", System.Uri.EscapeDataString(integrationRuntimeName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -1179,10 +1171,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "integrationRuntimeName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1193,6 +1182,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("integrationRuntimeName", integrationRuntimeName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1204,9 +1194,9 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{integrationRuntimeName}", System.Uri.EscapeDataString(integrationRuntimeName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -1411,10 +1401,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "integrationRuntimeName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1425,6 +1412,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("integrationRuntimeName", integrationRuntimeName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetStatus", tracingParameters); } @@ -1436,9 +1424,9 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{integrationRuntimeName}", System.Uri.EscapeDataString(integrationRuntimeName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -1662,10 +1650,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "integrationRuntimeName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1676,6 +1661,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("integrationRuntimeName", integrationRuntimeName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetConnectionInfo", tracingParameters); } @@ -1687,9 +1673,9 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{integrationRuntimeName}", System.Uri.EscapeDataString(integrationRuntimeName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -1915,14 +1901,11 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "integrationRuntimeName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (regenerateKeyParameters == null) { throw new ValidationException(ValidationRules.CannotBeNull, "regenerateKeyParameters"); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1933,6 +1916,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("integrationRuntimeName", integrationRuntimeName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("regenerateKeyParameters", regenerateKeyParameters); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "RegenerateAuthKey", tracingParameters); @@ -1945,9 +1929,9 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{integrationRuntimeName}", System.Uri.EscapeDataString(integrationRuntimeName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -2176,10 +2160,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "integrationRuntimeName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2190,6 +2171,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("integrationRuntimeName", integrationRuntimeName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListAuthKeys", tracingParameters); } @@ -2201,9 +2183,9 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{integrationRuntimeName}", System.Uri.EscapeDataString(integrationRuntimeName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -2477,10 +2459,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "integrationRuntimeName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2491,6 +2470,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("integrationRuntimeName", integrationRuntimeName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "SyncCredentials", tracingParameters); } @@ -2502,9 +2482,9 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{integrationRuntimeName}", System.Uri.EscapeDataString(integrationRuntimeName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -2710,10 +2690,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "integrationRuntimeName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2724,6 +2701,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("integrationRuntimeName", integrationRuntimeName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetMonitoringData", tracingParameters); } @@ -2735,9 +2713,9 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{integrationRuntimeName}", System.Uri.EscapeDataString(integrationRuntimeName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -2957,10 +2935,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "integrationRuntimeName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2971,6 +2946,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("integrationRuntimeName", integrationRuntimeName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Upgrade", tracingParameters); } @@ -2982,9 +2958,9 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{integrationRuntimeName}", System.Uri.EscapeDataString(integrationRuntimeName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -3190,10 +3166,6 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "integrationRuntimeName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (linkedIntegrationRuntimeRequest == null) { throw new ValidationException(ValidationRules.CannotBeNull, "linkedIntegrationRuntimeRequest"); @@ -3202,6 +3174,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) { linkedIntegrationRuntimeRequest.Validate(); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3212,6 +3185,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("integrationRuntimeName", integrationRuntimeName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("linkedIntegrationRuntimeRequest", linkedIntegrationRuntimeRequest); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "RemoveLinks", tracingParameters); @@ -3224,9 +3198,9 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{integrationRuntimeName}", System.Uri.EscapeDataString(integrationRuntimeName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -3440,14 +3414,11 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "integrationRuntimeName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (createLinkedIntegrationRuntimeRequest == null) { throw new ValidationException(ValidationRules.CannotBeNull, "createLinkedIntegrationRuntimeRequest"); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3458,6 +3429,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("integrationRuntimeName", integrationRuntimeName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("createLinkedIntegrationRuntimeRequest", createLinkedIntegrationRuntimeRequest); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateLinkedIntegrationRuntime", tracingParameters); @@ -3470,9 +3442,9 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{integrationRuntimeName}", System.Uri.EscapeDataString(integrationRuntimeName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -3701,10 +3673,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "integrationRuntimeName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3715,6 +3684,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("integrationRuntimeName", integrationRuntimeName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginStart", tracingParameters); } @@ -3726,9 +3696,9 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{integrationRuntimeName}", System.Uri.EscapeDataString(integrationRuntimeName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -3948,10 +3918,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "integrationRuntimeName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3962,6 +3929,7 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("integrationRuntimeName", integrationRuntimeName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginStop", tracingParameters); } @@ -3973,9 +3941,9 @@ internal IntegrationRuntimesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{integrationRuntimeName}", System.Uri.EscapeDataString(integrationRuntimeName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/LinkedServicesOperations.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/LinkedServicesOperations.cs index 392c620b7f0f8..464dfb95b7835 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/LinkedServicesOperations.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/LinkedServicesOperations.cs @@ -124,10 +124,7 @@ internal LinkedServicesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "factoryName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -137,6 +134,7 @@ internal LinkedServicesOperations(DataFactoryManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByFactory", tracingParameters); } @@ -147,9 +145,9 @@ internal LinkedServicesOperations(DataFactoryManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -379,10 +377,6 @@ internal LinkedServicesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "linkedServiceName", "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (linkedService == null) { throw new ValidationException(ValidationRules.CannotBeNull, "linkedService"); @@ -391,6 +385,7 @@ internal LinkedServicesOperations(DataFactoryManagementClient client) { linkedService.Validate(); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -401,6 +396,7 @@ internal LinkedServicesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("linkedServiceName", linkedServiceName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("ifMatch", ifMatch); tracingParameters.Add("linkedService", linkedService); tracingParameters.Add("cancellationToken", cancellationToken); @@ -414,9 +410,9 @@ internal LinkedServicesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{linkedServiceName}", System.Uri.EscapeDataString(linkedServiceName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -658,10 +654,7 @@ internal LinkedServicesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "linkedServiceName", "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -672,6 +665,7 @@ internal LinkedServicesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("linkedServiceName", linkedServiceName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("ifNoneMatch", ifNoneMatch); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); @@ -684,9 +678,9 @@ internal LinkedServicesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{linkedServiceName}", System.Uri.EscapeDataString(linkedServiceName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -914,10 +908,7 @@ internal LinkedServicesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "linkedServiceName", "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -928,6 +919,7 @@ internal LinkedServicesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("linkedServiceName", linkedServiceName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -939,9 +931,9 @@ internal LinkedServicesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{linkedServiceName}", System.Uri.EscapeDataString(linkedServiceName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/Activity.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/Activity.cs index 5d57b828785f5..81ea8cde76174 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/Activity.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/Activity.cs @@ -19,6 +19,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// /// A pipeline activity. /// + [Newtonsoft.Json.JsonObject("Activity")] public partial class Activity { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AdditionalColumns.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AdditionalColumns.cs deleted file mode 100644 index d4079785c1958..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AdditionalColumns.cs +++ /dev/null @@ -1,63 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// Specify the column name and value of additional columns. - /// - public partial class AdditionalColumns - { - /// - /// Initializes a new instance of the AdditionalColumns class. - /// - public AdditionalColumns() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AdditionalColumns class. - /// - /// Additional column name. Type: string (or - /// Expression with resultType string). - /// Additional column value. Type: string (or - /// Expression with resultType string). - public AdditionalColumns(object name = default(object), object value = default(object)) - { - Name = name; - Value = value; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets additional column name. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "name")] - public object Name { get; set; } - - /// - /// Gets or sets additional column value. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "value")] - public object Value { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AmazonMWSSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AmazonMWSSource.cs deleted file mode 100644 index 80a37d728bf6d..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AmazonMWSSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Amazon Marketplace Web Service source. - /// - public partial class AmazonMWSSource : TabularSource - { - /// - /// Initializes a new instance of the AmazonMWSSource class. - /// - public AmazonMWSSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AmazonMWSSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public AmazonMWSSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AmazonRedshiftSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AmazonRedshiftSource.cs deleted file mode 100644 index 80ddc2c7b95f6..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AmazonRedshiftSource.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for Amazon Redshift Source. - /// - public partial class AmazonRedshiftSource : TabularSource - { - /// - /// Initializes a new instance of the AmazonRedshiftSource class. - /// - public AmazonRedshiftSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AmazonRedshiftSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// Database query. Type: string (or Expression - /// with resultType string). - /// The Amazon S3 settings needed - /// for the interim Amazon S3 when copying from Amazon Redshift with - /// unload. With this, data from Amazon Redshift source will be - /// unloaded into S3 first and then copied into the targeted sink from - /// the interim S3. - public AmazonRedshiftSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object), RedshiftUnloadSettings redshiftUnloadSettings = default(RedshiftUnloadSettings)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - RedshiftUnloadSettings = redshiftUnloadSettings; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets database query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets the Amazon S3 settings needed for the interim Amazon - /// S3 when copying from Amazon Redshift with unload. With this, data - /// from Amazon Redshift source will be unloaded into S3 first and then - /// copied into the targeted sink from the interim S3. - /// - [JsonProperty(PropertyName = "redshiftUnloadSettings")] - public RedshiftUnloadSettings RedshiftUnloadSettings { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (RedshiftUnloadSettings != null) - { - RedshiftUnloadSettings.Validate(); - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AmazonS3Location.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AmazonS3Location.cs deleted file mode 100644 index f3d1cf1d33d1b..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AmazonS3Location.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The location of amazon S3 dataset. - /// - public partial class AmazonS3Location : DatasetLocation - { - /// - /// Initializes a new instance of the AmazonS3Location class. - /// - public AmazonS3Location() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AmazonS3Location class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Specify the folder path of dataset. Type: - /// string (or Expression with resultType string) - /// Specify the file name of dataset. Type: - /// string (or Expression with resultType string). - /// Specify the bucketName of amazon S3. Type: - /// string (or Expression with resultType string) - /// Specify the version of amazon S3. Type: - /// string (or Expression with resultType string). - public AmazonS3Location(IDictionary additionalProperties = default(IDictionary), object folderPath = default(object), object fileName = default(object), object bucketName = default(object), object version = default(object)) - : base(additionalProperties, folderPath, fileName) - { - BucketName = bucketName; - Version = version; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets specify the bucketName of amazon S3. Type: string (or - /// Expression with resultType string) - /// - [JsonProperty(PropertyName = "bucketName")] - public object BucketName { get; set; } - - /// - /// Gets or sets specify the version of amazon S3. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "version")] - public object Version { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AmazonS3ReadSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AmazonS3ReadSettings.cs deleted file mode 100644 index c4867aa2caca9..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AmazonS3ReadSettings.cs +++ /dev/null @@ -1,161 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Azure data lake store read settings. - /// - public partial class AmazonS3ReadSettings : StoreReadSettings - { - /// - /// Initializes a new instance of the AmazonS3ReadSettings class. - /// - public AmazonS3ReadSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AmazonS3ReadSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// If true, files under the folder path will - /// be read recursively. Default is true. Type: boolean (or Expression - /// with resultType boolean). - /// AmazonS3 wildcardFolderPath. Type: - /// string (or Expression with resultType string). - /// AmazonS3 wildcardFileName. Type: - /// string (or Expression with resultType string). - /// The prefix filter for the S3 object name. - /// Type: string (or Expression with resultType string). - /// Point to a text file that lists each - /// file (relative path to the path configured in the dataset) that you - /// want to copy. Type: string (or Expression with resultType - /// string). - /// Indicates whether to enable - /// partition discovery. - /// Specify the root path where - /// partition discovery starts from. Type: string (or Expression with - /// resultType string). - /// Indicates whether the - /// source files need to be deleted after copy completion. Default is - /// false. Type: boolean (or Expression with resultType - /// boolean). - /// The start of file's modified - /// datetime. Type: string (or Expression with resultType - /// string). - /// The end of file's modified - /// datetime. Type: string (or Expression with resultType - /// string). - public AmazonS3ReadSettings(IDictionary additionalProperties = default(IDictionary), object maxConcurrentConnections = default(object), object recursive = default(object), object wildcardFolderPath = default(object), object wildcardFileName = default(object), object prefix = default(object), object fileListPath = default(object), bool? enablePartitionDiscovery = default(bool?), object partitionRootPath = default(object), object deleteFilesAfterCompletion = default(object), object modifiedDatetimeStart = default(object), object modifiedDatetimeEnd = default(object)) - : base(additionalProperties, maxConcurrentConnections) - { - Recursive = recursive; - WildcardFolderPath = wildcardFolderPath; - WildcardFileName = wildcardFileName; - Prefix = prefix; - FileListPath = fileListPath; - EnablePartitionDiscovery = enablePartitionDiscovery; - PartitionRootPath = partitionRootPath; - DeleteFilesAfterCompletion = deleteFilesAfterCompletion; - ModifiedDatetimeStart = modifiedDatetimeStart; - ModifiedDatetimeEnd = modifiedDatetimeEnd; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets if true, files under the folder path will be read - /// recursively. Default is true. Type: boolean (or Expression with - /// resultType boolean). - /// - [JsonProperty(PropertyName = "recursive")] - public object Recursive { get; set; } - - /// - /// Gets or sets amazonS3 wildcardFolderPath. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "wildcardFolderPath")] - public object WildcardFolderPath { get; set; } - - /// - /// Gets or sets amazonS3 wildcardFileName. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "wildcardFileName")] - public object WildcardFileName { get; set; } - - /// - /// Gets or sets the prefix filter for the S3 object name. Type: string - /// (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "prefix")] - public object Prefix { get; set; } - - /// - /// Gets or sets point to a text file that lists each file (relative - /// path to the path configured in the dataset) that you want to copy. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "fileListPath")] - public object FileListPath { get; set; } - - /// - /// Gets or sets indicates whether to enable partition discovery. - /// - [JsonProperty(PropertyName = "enablePartitionDiscovery")] - public bool? EnablePartitionDiscovery { get; set; } - - /// - /// Gets or sets specify the root path where partition discovery starts - /// from. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "partitionRootPath")] - public object PartitionRootPath { get; set; } - - /// - /// Gets or sets indicates whether the source files need to be deleted - /// after copy completion. Default is false. Type: boolean (or - /// Expression with resultType boolean). - /// - [JsonProperty(PropertyName = "deleteFilesAfterCompletion")] - public object DeleteFilesAfterCompletion { get; set; } - - /// - /// Gets or sets the start of file's modified datetime. Type: string - /// (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "modifiedDatetimeStart")] - public object ModifiedDatetimeStart { get; set; } - - /// - /// Gets or sets the end of file's modified datetime. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "modifiedDatetimeEnd")] - public object ModifiedDatetimeEnd { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AvroFormat.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AvroFormat.cs deleted file mode 100644 index 1dc691a104896..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AvroFormat.cs +++ /dev/null @@ -1,51 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The data stored in Avro format. - /// - public partial class AvroFormat : DatasetStorageFormat - { - /// - /// Initializes a new instance of the AvroFormat class. - /// - public AvroFormat() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AvroFormat class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Serializer. Type: string (or Expression - /// with resultType string). - /// Deserializer. Type: string (or - /// Expression with resultType string). - public AvroFormat(IDictionary additionalProperties = default(IDictionary), object serializer = default(object), object deserializer = default(object)) - : base(additionalProperties, serializer, deserializer) - { - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AvroSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AvroSink.cs deleted file mode 100644 index 971fe631c2e14..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AvroSink.cs +++ /dev/null @@ -1,77 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Avro sink. - /// - public partial class AvroSink : CopySink - { - /// - /// Initializes a new instance of the AvroSink class. - /// - public AvroSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AvroSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// Avro store settings. - /// Avro format settings. - public AvroSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), StoreWriteSettings storeSettings = default(StoreWriteSettings), AvroWriteSettings formatSettings = default(AvroWriteSettings)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - StoreSettings = storeSettings; - FormatSettings = formatSettings; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets avro store settings. - /// - [JsonProperty(PropertyName = "storeSettings")] - public StoreWriteSettings StoreSettings { get; set; } - - /// - /// Gets or sets avro format settings. - /// - [JsonProperty(PropertyName = "formatSettings")] - public AvroWriteSettings FormatSettings { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AvroSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AvroSource.cs deleted file mode 100644 index f1d8804fbda27..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AvroSource.cs +++ /dev/null @@ -1,76 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Avro source. - /// - public partial class AvroSource : CopySource - { - /// - /// Initializes a new instance of the AvroSource class. - /// - public AvroSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AvroSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Avro store settings. - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public AvroSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), StoreReadSettings storeSettings = default(StoreReadSettings), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - StoreSettings = storeSettings; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets avro store settings. - /// - [JsonProperty(PropertyName = "storeSettings")] - public StoreReadSettings StoreSettings { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AvroWriteSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AvroWriteSettings.cs deleted file mode 100644 index f0bdfe3267bde..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AvroWriteSettings.cs +++ /dev/null @@ -1,67 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Avro write settings. - /// - public partial class AvroWriteSettings : FormatWriteSettings - { - /// - /// Initializes a new instance of the AvroWriteSettings class. - /// - public AvroWriteSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AvroWriteSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Top level record name in write result, - /// which is required in AVRO spec. - /// Record namespace in the write - /// result. - public AvroWriteSettings(IDictionary additionalProperties = default(IDictionary), string recordName = default(string), string recordNamespace = default(string)) - : base(additionalProperties) - { - RecordName = recordName; - RecordNamespace = recordNamespace; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets top level record name in write result, which is - /// required in AVRO spec. - /// - [JsonProperty(PropertyName = "recordName")] - public string RecordName { get; set; } - - /// - /// Gets or sets record namespace in the write result. - /// - [JsonProperty(PropertyName = "recordNamespace")] - public string RecordNamespace { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobFSLocation.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobFSLocation.cs deleted file mode 100644 index 94c9e44646424..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobFSLocation.cs +++ /dev/null @@ -1,62 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The location of azure blobFS dataset. - /// - public partial class AzureBlobFSLocation : DatasetLocation - { - /// - /// Initializes a new instance of the AzureBlobFSLocation class. - /// - public AzureBlobFSLocation() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureBlobFSLocation class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Specify the folder path of dataset. Type: - /// string (or Expression with resultType string) - /// Specify the file name of dataset. Type: - /// string (or Expression with resultType string). - /// Specify the fileSystem of azure blobFS. - /// Type: string (or Expression with resultType string). - public AzureBlobFSLocation(IDictionary additionalProperties = default(IDictionary), object folderPath = default(object), object fileName = default(object), object fileSystem = default(object)) - : base(additionalProperties, folderPath, fileName) - { - FileSystem = fileSystem; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets specify the fileSystem of azure blobFS. Type: string - /// (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "fileSystem")] - public object FileSystem { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobFSReadSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobFSReadSettings.cs deleted file mode 100644 index 7d26d4ce46bd0..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobFSReadSettings.cs +++ /dev/null @@ -1,151 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Azure blobFS read settings. - /// - public partial class AzureBlobFSReadSettings : StoreReadSettings - { - /// - /// Initializes a new instance of the AzureBlobFSReadSettings class. - /// - public AzureBlobFSReadSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureBlobFSReadSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// If true, files under the folder path will - /// be read recursively. Default is true. Type: boolean (or Expression - /// with resultType boolean). - /// Azure blobFS wildcardFolderPath. - /// Type: string (or Expression with resultType string). - /// Azure blobFS wildcardFileName. Type: - /// string (or Expression with resultType string). - /// Point to a text file that lists each - /// file (relative path to the path configured in the dataset) that you - /// want to copy. Type: string (or Expression with resultType - /// string). - /// Indicates whether to enable - /// partition discovery. - /// Specify the root path where - /// partition discovery starts from. Type: string (or Expression with - /// resultType string). - /// Indicates whether the - /// source files need to be deleted after copy completion. Default is - /// false. Type: boolean (or Expression with resultType - /// boolean). - /// The start of file's modified - /// datetime. Type: string (or Expression with resultType - /// string). - /// The end of file's modified - /// datetime. Type: string (or Expression with resultType - /// string). - public AzureBlobFSReadSettings(IDictionary additionalProperties = default(IDictionary), object maxConcurrentConnections = default(object), object recursive = default(object), object wildcardFolderPath = default(object), object wildcardFileName = default(object), object fileListPath = default(object), bool? enablePartitionDiscovery = default(bool?), object partitionRootPath = default(object), object deleteFilesAfterCompletion = default(object), object modifiedDatetimeStart = default(object), object modifiedDatetimeEnd = default(object)) - : base(additionalProperties, maxConcurrentConnections) - { - Recursive = recursive; - WildcardFolderPath = wildcardFolderPath; - WildcardFileName = wildcardFileName; - FileListPath = fileListPath; - EnablePartitionDiscovery = enablePartitionDiscovery; - PartitionRootPath = partitionRootPath; - DeleteFilesAfterCompletion = deleteFilesAfterCompletion; - ModifiedDatetimeStart = modifiedDatetimeStart; - ModifiedDatetimeEnd = modifiedDatetimeEnd; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets if true, files under the folder path will be read - /// recursively. Default is true. Type: boolean (or Expression with - /// resultType boolean). - /// - [JsonProperty(PropertyName = "recursive")] - public object Recursive { get; set; } - - /// - /// Gets or sets azure blobFS wildcardFolderPath. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "wildcardFolderPath")] - public object WildcardFolderPath { get; set; } - - /// - /// Gets or sets azure blobFS wildcardFileName. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "wildcardFileName")] - public object WildcardFileName { get; set; } - - /// - /// Gets or sets point to a text file that lists each file (relative - /// path to the path configured in the dataset) that you want to copy. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "fileListPath")] - public object FileListPath { get; set; } - - /// - /// Gets or sets indicates whether to enable partition discovery. - /// - [JsonProperty(PropertyName = "enablePartitionDiscovery")] - public bool? EnablePartitionDiscovery { get; set; } - - /// - /// Gets or sets specify the root path where partition discovery starts - /// from. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "partitionRootPath")] - public object PartitionRootPath { get; set; } - - /// - /// Gets or sets indicates whether the source files need to be deleted - /// after copy completion. Default is false. Type: boolean (or - /// Expression with resultType boolean). - /// - [JsonProperty(PropertyName = "deleteFilesAfterCompletion")] - public object DeleteFilesAfterCompletion { get; set; } - - /// - /// Gets or sets the start of file's modified datetime. Type: string - /// (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "modifiedDatetimeStart")] - public object ModifiedDatetimeStart { get; set; } - - /// - /// Gets or sets the end of file's modified datetime. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "modifiedDatetimeEnd")] - public object ModifiedDatetimeEnd { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobFSSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobFSSink.cs deleted file mode 100644 index 587c3c7c0b670..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobFSSink.cs +++ /dev/null @@ -1,70 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure Data Lake Storage Gen2 sink. - /// - public partial class AzureBlobFSSink : CopySink - { - /// - /// Initializes a new instance of the AzureBlobFSSink class. - /// - public AzureBlobFSSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureBlobFSSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// The type of copy behavior for copy - /// sink. - public AzureBlobFSSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object copyBehavior = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - CopyBehavior = copyBehavior; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the type of copy behavior for copy sink. - /// - [JsonProperty(PropertyName = "copyBehavior")] - public object CopyBehavior { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobFSSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobFSSource.cs deleted file mode 100644 index 9542d1895e94e..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobFSSource.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure BlobFS source. - /// - public partial class AzureBlobFSSource : CopySource - { - /// - /// Initializes a new instance of the AzureBlobFSSource class. - /// - public AzureBlobFSSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureBlobFSSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Treat empty as null. Type: boolean - /// (or Expression with resultType boolean). - /// Number of header lines to skip - /// from each blob. Type: integer (or Expression with resultType - /// integer). - /// If true, files under the folder path will - /// be read recursively. Default is true. Type: boolean (or Expression - /// with resultType boolean). - public AzureBlobFSSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object treatEmptyAsNull = default(object), object skipHeaderLineCount = default(object), object recursive = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - TreatEmptyAsNull = treatEmptyAsNull; - SkipHeaderLineCount = skipHeaderLineCount; - Recursive = recursive; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets treat empty as null. Type: boolean (or Expression with - /// resultType boolean). - /// - [JsonProperty(PropertyName = "treatEmptyAsNull")] - public object TreatEmptyAsNull { get; set; } - - /// - /// Gets or sets number of header lines to skip from each blob. Type: - /// integer (or Expression with resultType integer). - /// - [JsonProperty(PropertyName = "skipHeaderLineCount")] - public object SkipHeaderLineCount { get; set; } - - /// - /// Gets or sets if true, files under the folder path will be read - /// recursively. Default is true. Type: boolean (or Expression with - /// resultType boolean). - /// - [JsonProperty(PropertyName = "recursive")] - public object Recursive { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobFSWriteSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobFSWriteSettings.cs deleted file mode 100644 index a4190a133de4e..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobFSWriteSettings.cs +++ /dev/null @@ -1,64 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Azure blobFS write settings. - /// - public partial class AzureBlobFSWriteSettings : StoreWriteSettings - { - /// - /// Initializes a new instance of the AzureBlobFSWriteSettings class. - /// - public AzureBlobFSWriteSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureBlobFSWriteSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// The type of copy behavior for copy - /// sink. - /// Indicates the block size(MB) when - /// writing data to blob. Type: integer (or Expression with resultType - /// integer). - public AzureBlobFSWriteSettings(IDictionary additionalProperties = default(IDictionary), object maxConcurrentConnections = default(object), object copyBehavior = default(object), object blockSizeInMB = default(object)) - : base(additionalProperties, maxConcurrentConnections, copyBehavior) - { - BlockSizeInMB = blockSizeInMB; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets indicates the block size(MB) when writing data to - /// blob. Type: integer (or Expression with resultType integer). - /// - [JsonProperty(PropertyName = "blockSizeInMB")] - public object BlockSizeInMB { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobStorageLocation.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobStorageLocation.cs deleted file mode 100644 index 8bf2f735bcaeb..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobStorageLocation.cs +++ /dev/null @@ -1,62 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The location of azure blob dataset. - /// - public partial class AzureBlobStorageLocation : DatasetLocation - { - /// - /// Initializes a new instance of the AzureBlobStorageLocation class. - /// - public AzureBlobStorageLocation() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureBlobStorageLocation class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Specify the folder path of dataset. Type: - /// string (or Expression with resultType string) - /// Specify the file name of dataset. Type: - /// string (or Expression with resultType string). - /// Specify the container of azure blob. Type: - /// string (or Expression with resultType string). - public AzureBlobStorageLocation(IDictionary additionalProperties = default(IDictionary), object folderPath = default(object), object fileName = default(object), object container = default(object)) - : base(additionalProperties, folderPath, fileName) - { - Container = container; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets specify the container of azure blob. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "container")] - public object Container { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobStorageReadSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobStorageReadSettings.cs deleted file mode 100644 index 3c31ef1dec5e6..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobStorageReadSettings.cs +++ /dev/null @@ -1,163 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Azure blob read settings. - /// - public partial class AzureBlobStorageReadSettings : StoreReadSettings - { - /// - /// Initializes a new instance of the AzureBlobStorageReadSettings - /// class. - /// - public AzureBlobStorageReadSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureBlobStorageReadSettings - /// class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// If true, files under the folder path will - /// be read recursively. Default is true. Type: boolean (or Expression - /// with resultType boolean). - /// Azure blob wildcardFolderPath. - /// Type: string (or Expression with resultType string). - /// Azure blob wildcardFileName. Type: - /// string (or Expression with resultType string). - /// The prefix filter for the Azure Blob name. - /// Type: string (or Expression with resultType string). - /// Point to a text file that lists each - /// file (relative path to the path configured in the dataset) that you - /// want to copy. Type: string (or Expression with resultType - /// string). - /// Indicates whether to enable - /// partition discovery. - /// Specify the root path where - /// partition discovery starts from. Type: string (or Expression with - /// resultType string). - /// Indicates whether the - /// source files need to be deleted after copy completion. Default is - /// false. Type: boolean (or Expression with resultType - /// boolean). - /// The start of file's modified - /// datetime. Type: string (or Expression with resultType - /// string). - /// The end of file's modified - /// datetime. Type: string (or Expression with resultType - /// string). - public AzureBlobStorageReadSettings(IDictionary additionalProperties = default(IDictionary), object maxConcurrentConnections = default(object), object recursive = default(object), object wildcardFolderPath = default(object), object wildcardFileName = default(object), object prefix = default(object), object fileListPath = default(object), bool? enablePartitionDiscovery = default(bool?), object partitionRootPath = default(object), object deleteFilesAfterCompletion = default(object), object modifiedDatetimeStart = default(object), object modifiedDatetimeEnd = default(object)) - : base(additionalProperties, maxConcurrentConnections) - { - Recursive = recursive; - WildcardFolderPath = wildcardFolderPath; - WildcardFileName = wildcardFileName; - Prefix = prefix; - FileListPath = fileListPath; - EnablePartitionDiscovery = enablePartitionDiscovery; - PartitionRootPath = partitionRootPath; - DeleteFilesAfterCompletion = deleteFilesAfterCompletion; - ModifiedDatetimeStart = modifiedDatetimeStart; - ModifiedDatetimeEnd = modifiedDatetimeEnd; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets if true, files under the folder path will be read - /// recursively. Default is true. Type: boolean (or Expression with - /// resultType boolean). - /// - [JsonProperty(PropertyName = "recursive")] - public object Recursive { get; set; } - - /// - /// Gets or sets azure blob wildcardFolderPath. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "wildcardFolderPath")] - public object WildcardFolderPath { get; set; } - - /// - /// Gets or sets azure blob wildcardFileName. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "wildcardFileName")] - public object WildcardFileName { get; set; } - - /// - /// Gets or sets the prefix filter for the Azure Blob name. Type: - /// string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "prefix")] - public object Prefix { get; set; } - - /// - /// Gets or sets point to a text file that lists each file (relative - /// path to the path configured in the dataset) that you want to copy. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "fileListPath")] - public object FileListPath { get; set; } - - /// - /// Gets or sets indicates whether to enable partition discovery. - /// - [JsonProperty(PropertyName = "enablePartitionDiscovery")] - public bool? EnablePartitionDiscovery { get; set; } - - /// - /// Gets or sets specify the root path where partition discovery starts - /// from. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "partitionRootPath")] - public object PartitionRootPath { get; set; } - - /// - /// Gets or sets indicates whether the source files need to be deleted - /// after copy completion. Default is false. Type: boolean (or - /// Expression with resultType boolean). - /// - [JsonProperty(PropertyName = "deleteFilesAfterCompletion")] - public object DeleteFilesAfterCompletion { get; set; } - - /// - /// Gets or sets the start of file's modified datetime. Type: string - /// (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "modifiedDatetimeStart")] - public object ModifiedDatetimeStart { get; set; } - - /// - /// Gets or sets the end of file's modified datetime. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "modifiedDatetimeEnd")] - public object ModifiedDatetimeEnd { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobStorageWriteSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobStorageWriteSettings.cs deleted file mode 100644 index 5abe50e082e20..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureBlobStorageWriteSettings.cs +++ /dev/null @@ -1,66 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Azure blob write settings. - /// - public partial class AzureBlobStorageWriteSettings : StoreWriteSettings - { - /// - /// Initializes a new instance of the AzureBlobStorageWriteSettings - /// class. - /// - public AzureBlobStorageWriteSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureBlobStorageWriteSettings - /// class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// The type of copy behavior for copy - /// sink. - /// Indicates the block size(MB) when - /// writing data to blob. Type: integer (or Expression with resultType - /// integer). - public AzureBlobStorageWriteSettings(IDictionary additionalProperties = default(IDictionary), object maxConcurrentConnections = default(object), object copyBehavior = default(object), object blockSizeInMB = default(object)) - : base(additionalProperties, maxConcurrentConnections, copyBehavior) - { - BlockSizeInMB = blockSizeInMB; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets indicates the block size(MB) when writing data to - /// blob. Type: integer (or Expression with resultType integer). - /// - [JsonProperty(PropertyName = "blockSizeInMB")] - public object BlockSizeInMB { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureDataExplorerSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureDataExplorerSink.cs deleted file mode 100644 index c0cd48667b9d3..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureDataExplorerSink.cs +++ /dev/null @@ -1,92 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure Data Explorer sink. - /// - public partial class AzureDataExplorerSink : CopySink - { - /// - /// Initializes a new instance of the AzureDataExplorerSink class. - /// - public AzureDataExplorerSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureDataExplorerSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// A name of a pre-created csv - /// mapping that was defined on the target Kusto table. Type: - /// string. - /// An explicit column mapping - /// description provided in a json format. Type: string. - /// If set to true, any aggregation will - /// be skipped. Default is false. Type: boolean. - public AzureDataExplorerSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object ingestionMappingName = default(object), object ingestionMappingAsJson = default(object), object flushImmediately = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - IngestionMappingName = ingestionMappingName; - IngestionMappingAsJson = ingestionMappingAsJson; - FlushImmediately = flushImmediately; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a name of a pre-created csv mapping that was defined - /// on the target Kusto table. Type: string. - /// - [JsonProperty(PropertyName = "ingestionMappingName")] - public object IngestionMappingName { get; set; } - - /// - /// Gets or sets an explicit column mapping description provided in a - /// json format. Type: string. - /// - [JsonProperty(PropertyName = "ingestionMappingAsJson")] - public object IngestionMappingAsJson { get; set; } - - /// - /// Gets or sets if set to true, any aggregation will be skipped. - /// Default is false. Type: boolean. - /// - [JsonProperty(PropertyName = "flushImmediately")] - public object FlushImmediately { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureDataExplorerSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureDataExplorerSource.cs deleted file mode 100644 index 7874791ec0ea5..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureDataExplorerSource.cs +++ /dev/null @@ -1,117 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure Data Explorer (Kusto) source. - /// - public partial class AzureDataExplorerSource : CopySource - { - /// - /// Initializes a new instance of the AzureDataExplorerSource class. - /// - public AzureDataExplorerSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureDataExplorerSource class. - /// - /// Database query. Should be a Kusto Query - /// Language (KQL) query. Type: string (or Expression with resultType - /// string). - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// The name of the Boolean option that - /// controls whether truncation is applied to result-sets that go - /// beyond a certain row-count limit. - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).. - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public AzureDataExplorerSource(object query, IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object noTruncation = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - Query = query; - NoTruncation = noTruncation; - QueryTimeout = queryTimeout; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets database query. Should be a Kusto Query Language (KQL) - /// query. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets the name of the Boolean option that controls whether - /// truncation is applied to result-sets that go beyond a certain - /// row-count limit. - /// - [JsonProperty(PropertyName = "noTruncation")] - public object NoTruncation { get; set; } - - /// - /// Gets or sets query timeout. Type: string (or Expression with - /// resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).. - /// - [JsonProperty(PropertyName = "queryTimeout")] - public object QueryTimeout { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (Query == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Query"); - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureDataLakeStoreLocation.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureDataLakeStoreLocation.cs deleted file mode 100644 index b0143c284a4af..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureDataLakeStoreLocation.cs +++ /dev/null @@ -1,51 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The location of azure data lake store dataset. - /// - public partial class AzureDataLakeStoreLocation : DatasetLocation - { - /// - /// Initializes a new instance of the AzureDataLakeStoreLocation class. - /// - public AzureDataLakeStoreLocation() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureDataLakeStoreLocation class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Specify the folder path of dataset. Type: - /// string (or Expression with resultType string) - /// Specify the file name of dataset. Type: - /// string (or Expression with resultType string). - public AzureDataLakeStoreLocation(IDictionary additionalProperties = default(IDictionary), object folderPath = default(object), object fileName = default(object)) - : base(additionalProperties, folderPath, fileName) - { - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureDataLakeStoreReadSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureDataLakeStoreReadSettings.cs deleted file mode 100644 index 59fd4720f38c3..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureDataLakeStoreReadSettings.cs +++ /dev/null @@ -1,183 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Azure data lake store read settings. - /// - public partial class AzureDataLakeStoreReadSettings : StoreReadSettings - { - /// - /// Initializes a new instance of the AzureDataLakeStoreReadSettings - /// class. - /// - public AzureDataLakeStoreReadSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureDataLakeStoreReadSettings - /// class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// If true, files under the folder path will - /// be read recursively. Default is true. Type: boolean (or Expression - /// with resultType boolean). - /// ADLS wildcardFolderPath. Type: - /// string (or Expression with resultType string). - /// ADLS wildcardFileName. Type: string - /// (or Expression with resultType string). - /// Point to a text file that lists each - /// file (relative path to the path configured in the dataset) that you - /// want to copy. Type: string (or Expression with resultType - /// string). - /// Lists files after the value (exclusive) - /// based on file/folder names’ lexicographical order. Applies under - /// the folderPath in data set, and filter files/sub-folders under the - /// folderPath. Type: string (or Expression with resultType - /// string). - /// Lists files before the value (inclusive) - /// based on file/folder names’ lexicographical order. Applies under - /// the folderPath in data set, and filter files/sub-folders under the - /// folderPath. Type: string (or Expression with resultType - /// string). - /// Indicates whether to enable - /// partition discovery. - /// Specify the root path where - /// partition discovery starts from. Type: string (or Expression with - /// resultType string). - /// Indicates whether the - /// source files need to be deleted after copy completion. Default is - /// false. Type: boolean (or Expression with resultType - /// boolean). - /// The start of file's modified - /// datetime. Type: string (or Expression with resultType - /// string). - /// The end of file's modified - /// datetime. Type: string (or Expression with resultType - /// string). - public AzureDataLakeStoreReadSettings(IDictionary additionalProperties = default(IDictionary), object maxConcurrentConnections = default(object), object recursive = default(object), object wildcardFolderPath = default(object), object wildcardFileName = default(object), object fileListPath = default(object), object listAfter = default(object), object listBefore = default(object), bool? enablePartitionDiscovery = default(bool?), object partitionRootPath = default(object), object deleteFilesAfterCompletion = default(object), object modifiedDatetimeStart = default(object), object modifiedDatetimeEnd = default(object)) - : base(additionalProperties, maxConcurrentConnections) - { - Recursive = recursive; - WildcardFolderPath = wildcardFolderPath; - WildcardFileName = wildcardFileName; - FileListPath = fileListPath; - ListAfter = listAfter; - ListBefore = listBefore; - EnablePartitionDiscovery = enablePartitionDiscovery; - PartitionRootPath = partitionRootPath; - DeleteFilesAfterCompletion = deleteFilesAfterCompletion; - ModifiedDatetimeStart = modifiedDatetimeStart; - ModifiedDatetimeEnd = modifiedDatetimeEnd; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets if true, files under the folder path will be read - /// recursively. Default is true. Type: boolean (or Expression with - /// resultType boolean). - /// - [JsonProperty(PropertyName = "recursive")] - public object Recursive { get; set; } - - /// - /// Gets or sets ADLS wildcardFolderPath. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "wildcardFolderPath")] - public object WildcardFolderPath { get; set; } - - /// - /// Gets or sets ADLS wildcardFileName. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "wildcardFileName")] - public object WildcardFileName { get; set; } - - /// - /// Gets or sets point to a text file that lists each file (relative - /// path to the path configured in the dataset) that you want to copy. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "fileListPath")] - public object FileListPath { get; set; } - - /// - /// Gets or sets lists files after the value (exclusive) based on - /// file/folder names’ lexicographical order. Applies under the - /// folderPath in data set, and filter files/sub-folders under the - /// folderPath. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "listAfter")] - public object ListAfter { get; set; } - - /// - /// Gets or sets lists files before the value (inclusive) based on - /// file/folder names’ lexicographical order. Applies under the - /// folderPath in data set, and filter files/sub-folders under the - /// folderPath. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "listBefore")] - public object ListBefore { get; set; } - - /// - /// Gets or sets indicates whether to enable partition discovery. - /// - [JsonProperty(PropertyName = "enablePartitionDiscovery")] - public bool? EnablePartitionDiscovery { get; set; } - - /// - /// Gets or sets specify the root path where partition discovery starts - /// from. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "partitionRootPath")] - public object PartitionRootPath { get; set; } - - /// - /// Gets or sets indicates whether the source files need to be deleted - /// after copy completion. Default is false. Type: boolean (or - /// Expression with resultType boolean). - /// - [JsonProperty(PropertyName = "deleteFilesAfterCompletion")] - public object DeleteFilesAfterCompletion { get; set; } - - /// - /// Gets or sets the start of file's modified datetime. Type: string - /// (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "modifiedDatetimeStart")] - public object ModifiedDatetimeStart { get; set; } - - /// - /// Gets or sets the end of file's modified datetime. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "modifiedDatetimeEnd")] - public object ModifiedDatetimeEnd { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureDataLakeStoreSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureDataLakeStoreSink.cs deleted file mode 100644 index 0760f01ffd36e..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureDataLakeStoreSink.cs +++ /dev/null @@ -1,79 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure Data Lake Store sink. - /// - public partial class AzureDataLakeStoreSink : CopySink - { - /// - /// Initializes a new instance of the AzureDataLakeStoreSink class. - /// - public AzureDataLakeStoreSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureDataLakeStoreSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// The type of copy behavior for copy - /// sink. - /// Single File - /// Parallel. - public AzureDataLakeStoreSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object copyBehavior = default(object), object enableAdlsSingleFileParallel = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - CopyBehavior = copyBehavior; - EnableAdlsSingleFileParallel = enableAdlsSingleFileParallel; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the type of copy behavior for copy sink. - /// - [JsonProperty(PropertyName = "copyBehavior")] - public object CopyBehavior { get; set; } - - /// - /// Gets or sets single File Parallel. - /// - [JsonProperty(PropertyName = "enableAdlsSingleFileParallel")] - public object EnableAdlsSingleFileParallel { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureDataLakeStoreSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureDataLakeStoreSource.cs deleted file mode 100644 index 4d60d89255805..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureDataLakeStoreSource.cs +++ /dev/null @@ -1,68 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure Data Lake source. - /// - public partial class AzureDataLakeStoreSource : CopySource - { - /// - /// Initializes a new instance of the AzureDataLakeStoreSource class. - /// - public AzureDataLakeStoreSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureDataLakeStoreSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// If true, files under the folder path will - /// be read recursively. Default is true. Type: boolean (or Expression - /// with resultType boolean). - public AzureDataLakeStoreSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object recursive = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - Recursive = recursive; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets if true, files under the folder path will be read - /// recursively. Default is true. Type: boolean (or Expression with - /// resultType boolean). - /// - [JsonProperty(PropertyName = "recursive")] - public object Recursive { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureDataLakeStoreWriteSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureDataLakeStoreWriteSettings.cs deleted file mode 100644 index 8b187af31cc68..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureDataLakeStoreWriteSettings.cs +++ /dev/null @@ -1,69 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Azure data lake store write settings. - /// - public partial class AzureDataLakeStoreWriteSettings : StoreWriteSettings - { - /// - /// Initializes a new instance of the AzureDataLakeStoreWriteSettings - /// class. - /// - public AzureDataLakeStoreWriteSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureDataLakeStoreWriteSettings - /// class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// The type of copy behavior for copy - /// sink. - /// Specifies the expiry time of the - /// written files. The time is applied to the UTC time zone in the - /// format of "2018-12-01T05:00:00Z". Default value is NULL. Type: - /// integer (or Expression with resultType integer). - public AzureDataLakeStoreWriteSettings(IDictionary additionalProperties = default(IDictionary), object maxConcurrentConnections = default(object), object copyBehavior = default(object), object expiryDateTime = default(object)) - : base(additionalProperties, maxConcurrentConnections, copyBehavior) - { - ExpiryDateTime = expiryDateTime; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets specifies the expiry time of the written files. The - /// time is applied to the UTC time zone in the format of - /// "2018-12-01T05:00:00Z". Default value is NULL. Type: integer (or - /// Expression with resultType integer). - /// - [JsonProperty(PropertyName = "expiryDateTime")] - public object ExpiryDateTime { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureFileStorageLocation.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureFileStorageLocation.cs deleted file mode 100644 index beac26fc6656f..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureFileStorageLocation.cs +++ /dev/null @@ -1,51 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The location of file server dataset. - /// - public partial class AzureFileStorageLocation : DatasetLocation - { - /// - /// Initializes a new instance of the AzureFileStorageLocation class. - /// - public AzureFileStorageLocation() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureFileStorageLocation class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Specify the folder path of dataset. Type: - /// string (or Expression with resultType string) - /// Specify the file name of dataset. Type: - /// string (or Expression with resultType string). - public AzureFileStorageLocation(IDictionary additionalProperties = default(IDictionary), object folderPath = default(object), object fileName = default(object)) - : base(additionalProperties, folderPath, fileName) - { - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureFileStorageReadSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureFileStorageReadSettings.cs deleted file mode 100644 index 05a2c07d75c2e..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureFileStorageReadSettings.cs +++ /dev/null @@ -1,166 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Azure File Storage read settings. - /// - public partial class AzureFileStorageReadSettings : StoreReadSettings - { - /// - /// Initializes a new instance of the AzureFileStorageReadSettings - /// class. - /// - public AzureFileStorageReadSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureFileStorageReadSettings - /// class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// If true, files under the folder path will - /// be read recursively. Default is true. Type: boolean (or Expression - /// with resultType boolean). - /// Azure File Storage - /// wildcardFolderPath. Type: string (or Expression with resultType - /// string). - /// Azure File Storage wildcardFileName. - /// Type: string (or Expression with resultType string). - /// The prefix filter for the Azure File name - /// starting from root path. Type: string (or Expression with - /// resultType string). - /// Point to a text file that lists each - /// file (relative path to the path configured in the dataset) that you - /// want to copy. Type: string (or Expression with resultType - /// string). - /// Indicates whether to enable - /// partition discovery. - /// Specify the root path where - /// partition discovery starts from. Type: string (or Expression with - /// resultType string). - /// Indicates whether the - /// source files need to be deleted after copy completion. Default is - /// false. Type: boolean (or Expression with resultType - /// boolean). - /// The start of file's modified - /// datetime. Type: string (or Expression with resultType - /// string). - /// The end of file's modified - /// datetime. Type: string (or Expression with resultType - /// string). - public AzureFileStorageReadSettings(IDictionary additionalProperties = default(IDictionary), object maxConcurrentConnections = default(object), object recursive = default(object), object wildcardFolderPath = default(object), object wildcardFileName = default(object), object prefix = default(object), object fileListPath = default(object), bool? enablePartitionDiscovery = default(bool?), object partitionRootPath = default(object), object deleteFilesAfterCompletion = default(object), object modifiedDatetimeStart = default(object), object modifiedDatetimeEnd = default(object)) - : base(additionalProperties, maxConcurrentConnections) - { - Recursive = recursive; - WildcardFolderPath = wildcardFolderPath; - WildcardFileName = wildcardFileName; - Prefix = prefix; - FileListPath = fileListPath; - EnablePartitionDiscovery = enablePartitionDiscovery; - PartitionRootPath = partitionRootPath; - DeleteFilesAfterCompletion = deleteFilesAfterCompletion; - ModifiedDatetimeStart = modifiedDatetimeStart; - ModifiedDatetimeEnd = modifiedDatetimeEnd; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets if true, files under the folder path will be read - /// recursively. Default is true. Type: boolean (or Expression with - /// resultType boolean). - /// - [JsonProperty(PropertyName = "recursive")] - public object Recursive { get; set; } - - /// - /// Gets or sets azure File Storage wildcardFolderPath. Type: string - /// (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "wildcardFolderPath")] - public object WildcardFolderPath { get; set; } - - /// - /// Gets or sets azure File Storage wildcardFileName. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "wildcardFileName")] - public object WildcardFileName { get; set; } - - /// - /// Gets or sets the prefix filter for the Azure File name starting - /// from root path. Type: string (or Expression with resultType - /// string). - /// - [JsonProperty(PropertyName = "prefix")] - public object Prefix { get; set; } - - /// - /// Gets or sets point to a text file that lists each file (relative - /// path to the path configured in the dataset) that you want to copy. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "fileListPath")] - public object FileListPath { get; set; } - - /// - /// Gets or sets indicates whether to enable partition discovery. - /// - [JsonProperty(PropertyName = "enablePartitionDiscovery")] - public bool? EnablePartitionDiscovery { get; set; } - - /// - /// Gets or sets specify the root path where partition discovery starts - /// from. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "partitionRootPath")] - public object PartitionRootPath { get; set; } - - /// - /// Gets or sets indicates whether the source files need to be deleted - /// after copy completion. Default is false. Type: boolean (or - /// Expression with resultType boolean). - /// - [JsonProperty(PropertyName = "deleteFilesAfterCompletion")] - public object DeleteFilesAfterCompletion { get; set; } - - /// - /// Gets or sets the start of file's modified datetime. Type: string - /// (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "modifiedDatetimeStart")] - public object ModifiedDatetimeStart { get; set; } - - /// - /// Gets or sets the end of file's modified datetime. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "modifiedDatetimeEnd")] - public object ModifiedDatetimeEnd { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureFunctionActivity.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureFunctionActivity.cs index ca5ae3a643dc2..7512e7d1683b0 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureFunctionActivity.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureFunctionActivity.cs @@ -20,6 +20,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// /// Azure Function activity. /// + [Newtonsoft.Json.JsonObject("AzureFunctionActivity")] [Rest.Serialization.JsonTransformation] public partial class AzureFunctionActivity : ExecutionActivity { diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureMariaDBSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureMariaDBSource.cs deleted file mode 100644 index 40648531bb388..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureMariaDBSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure MariaDB source. - /// - public partial class AzureMariaDBSource : TabularSource - { - /// - /// Initializes a new instance of the AzureMariaDBSource class. - /// - public AzureMariaDBSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureMariaDBSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public AzureMariaDBSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureMySqlSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureMySqlSink.cs deleted file mode 100644 index 833052d405ae0..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureMySqlSink.cs +++ /dev/null @@ -1,71 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure MySql sink. - /// - public partial class AzureMySqlSink : CopySink - { - /// - /// Initializes a new instance of the AzureMySqlSink class. - /// - public AzureMySqlSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureMySqlSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// A query to execute before starting the - /// copy. Type: string (or Expression with resultType string). - public AzureMySqlSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object preCopyScript = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - PreCopyScript = preCopyScript; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to execute before starting the copy. Type: - /// string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "preCopyScript")] - public object PreCopyScript { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureMySqlSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureMySqlSource.cs deleted file mode 100644 index 1eb1ed222b182..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureMySqlSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure MySQL source. - /// - public partial class AzureMySqlSource : TabularSource - { - /// - /// Initializes a new instance of the AzureMySqlSource class. - /// - public AzureMySqlSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureMySqlSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// Database query. Type: string (or Expression - /// with resultType string). - public AzureMySqlSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets database query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzurePostgreSqlSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzurePostgreSqlSink.cs deleted file mode 100644 index b7948c955b272..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzurePostgreSqlSink.cs +++ /dev/null @@ -1,71 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure PostgreSQL sink. - /// - public partial class AzurePostgreSqlSink : CopySink - { - /// - /// Initializes a new instance of the AzurePostgreSqlSink class. - /// - public AzurePostgreSqlSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzurePostgreSqlSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// A query to execute before starting the - /// copy. Type: string (or Expression with resultType string). - public AzurePostgreSqlSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object preCopyScript = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - PreCopyScript = preCopyScript; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to execute before starting the copy. Type: - /// string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "preCopyScript")] - public object PreCopyScript { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzurePostgreSqlSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzurePostgreSqlSource.cs deleted file mode 100644 index 97b8d0ecd64e0..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzurePostgreSqlSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure PostgreSQL source. - /// - public partial class AzurePostgreSqlSource : TabularSource - { - /// - /// Initializes a new instance of the AzurePostgreSqlSource class. - /// - public AzurePostgreSqlSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzurePostgreSqlSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public AzurePostgreSqlSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureQueueSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureQueueSink.cs deleted file mode 100644 index a3412d7745c03..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureQueueSink.cs +++ /dev/null @@ -1,60 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure Queue sink. - /// - public partial class AzureQueueSink : CopySink - { - /// - /// Initializes a new instance of the AzureQueueSink class. - /// - public AzureQueueSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureQueueSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - public AzureQueueSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureSearchIndexSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureSearchIndexSink.cs deleted file mode 100644 index cc1483ddc136c..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureSearchIndexSink.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure Search Index sink. - /// - public partial class AzureSearchIndexSink : CopySink - { - /// - /// Initializes a new instance of the AzureSearchIndexSink class. - /// - public AzureSearchIndexSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureSearchIndexSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// Specify the write behavior when - /// upserting documents into Azure Search Index. Possible values - /// include: 'Merge', 'Upload' - public AzureSearchIndexSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), string writeBehavior = default(string)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - WriteBehavior = writeBehavior; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets specify the write behavior when upserting documents - /// into Azure Search Index. Possible values include: 'Merge', 'Upload' - /// - [JsonProperty(PropertyName = "writeBehavior")] - public string WriteBehavior { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureSqlSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureSqlSink.cs deleted file mode 100644 index e5132caf465f3..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureSqlSink.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure SQL sink. - /// - public partial class AzureSqlSink : CopySink - { - /// - /// Initializes a new instance of the AzureSqlSink class. - /// - public AzureSqlSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureSqlSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// SQL writer stored - /// procedure name. Type: string (or Expression with resultType - /// string). - /// SQL writer table type. Type: - /// string (or Expression with resultType string). - /// SQL pre-copy script. Type: string (or - /// Expression with resultType string). - /// SQL stored procedure - /// parameters. - /// The stored - /// procedure parameter name of the table type. Type: string (or - /// Expression with resultType string). - /// The option to handle sink table, such as - /// autoCreate. For now only 'autoCreate' value is supported. Type: - /// string (or Expression with resultType string). - public AzureSqlSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object sqlWriterStoredProcedureName = default(object), object sqlWriterTableType = default(object), object preCopyScript = default(object), IDictionary storedProcedureParameters = default(IDictionary), object storedProcedureTableTypeParameterName = default(object), object tableOption = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - SqlWriterStoredProcedureName = sqlWriterStoredProcedureName; - SqlWriterTableType = sqlWriterTableType; - PreCopyScript = preCopyScript; - StoredProcedureParameters = storedProcedureParameters; - StoredProcedureTableTypeParameterName = storedProcedureTableTypeParameterName; - TableOption = tableOption; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets SQL writer stored procedure name. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "sqlWriterStoredProcedureName")] - public object SqlWriterStoredProcedureName { get; set; } - - /// - /// Gets or sets SQL writer table type. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "sqlWriterTableType")] - public object SqlWriterTableType { get; set; } - - /// - /// Gets or sets SQL pre-copy script. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "preCopyScript")] - public object PreCopyScript { get; set; } - - /// - /// Gets or sets SQL stored procedure parameters. - /// - [JsonProperty(PropertyName = "storedProcedureParameters")] - public IDictionary StoredProcedureParameters { get; set; } - - /// - /// Gets or sets the stored procedure parameter name of the table type. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "storedProcedureTableTypeParameterName")] - public object StoredProcedureTableTypeParameterName { get; set; } - - /// - /// Gets or sets the option to handle sink table, such as autoCreate. - /// For now only 'autoCreate' value is supported. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "tableOption")] - public object TableOption { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureSqlSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureSqlSource.cs deleted file mode 100644 index 7efd3dd7e98a3..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureSqlSource.cs +++ /dev/null @@ -1,105 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure SQL source. - /// - public partial class AzureSqlSource : TabularSource - { - /// - /// Initializes a new instance of the AzureSqlSource class. - /// - public AzureSqlSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureSqlSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// SQL reader query. Type: string (or - /// Expression with resultType string). - /// Name of the stored - /// procedure for a SQL Database source. This cannot be used at the - /// same time as SqlReaderQuery. Type: string (or Expression with - /// resultType string). - /// Value and type setting for - /// stored procedure parameters. Example: "{Parameter1: {value: "1", - /// type: "int"}}". - /// Which additional types to - /// produce. - public AzureSqlSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object sqlReaderQuery = default(object), object sqlReaderStoredProcedureName = default(object), IDictionary storedProcedureParameters = default(IDictionary), object produceAdditionalTypes = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - SqlReaderQuery = sqlReaderQuery; - SqlReaderStoredProcedureName = sqlReaderStoredProcedureName; - StoredProcedureParameters = storedProcedureParameters; - ProduceAdditionalTypes = produceAdditionalTypes; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets SQL reader query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "sqlReaderQuery")] - public object SqlReaderQuery { get; set; } - - /// - /// Gets or sets name of the stored procedure for a SQL Database - /// source. This cannot be used at the same time as SqlReaderQuery. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "sqlReaderStoredProcedureName")] - public object SqlReaderStoredProcedureName { get; set; } - - /// - /// Gets or sets value and type setting for stored procedure - /// parameters. Example: "{Parameter1: {value: "1", type: "int"}}". - /// - [JsonProperty(PropertyName = "storedProcedureParameters")] - public IDictionary StoredProcedureParameters { get; set; } - - /// - /// Gets or sets which additional types to produce. - /// - [JsonProperty(PropertyName = "produceAdditionalTypes")] - public object ProduceAdditionalTypes { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureTableSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureTableSink.cs deleted file mode 100644 index 3700867f3ad8e..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureTableSink.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure Table sink. - /// - public partial class AzureTableSink : CopySink - { - /// - /// Initializes a new instance of the AzureTableSink class. - /// - public AzureTableSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureTableSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// Azure Table - /// default partition key value. Type: string (or Expression with - /// resultType string). - /// Azure Table partition key - /// name. Type: string (or Expression with resultType string). - /// Azure Table row key name. Type: - /// string (or Expression with resultType string). - /// Azure Table insert type. Type: - /// string (or Expression with resultType string). - public AzureTableSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object azureTableDefaultPartitionKeyValue = default(object), object azureTablePartitionKeyName = default(object), object azureTableRowKeyName = default(object), object azureTableInsertType = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - AzureTableDefaultPartitionKeyValue = azureTableDefaultPartitionKeyValue; - AzureTablePartitionKeyName = azureTablePartitionKeyName; - AzureTableRowKeyName = azureTableRowKeyName; - AzureTableInsertType = azureTableInsertType; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets azure Table default partition key value. Type: string - /// (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "azureTableDefaultPartitionKeyValue")] - public object AzureTableDefaultPartitionKeyValue { get; set; } - - /// - /// Gets or sets azure Table partition key name. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "azureTablePartitionKeyName")] - public object AzureTablePartitionKeyName { get; set; } - - /// - /// Gets or sets azure Table row key name. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "azureTableRowKeyName")] - public object AzureTableRowKeyName { get; set; } - - /// - /// Gets or sets azure Table insert type. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "azureTableInsertType")] - public object AzureTableInsertType { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureTableSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureTableSource.cs deleted file mode 100644 index c7d9c98a7e1fb..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureTableSource.cs +++ /dev/null @@ -1,83 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure Table source. - /// - public partial class AzureTableSource : TabularSource - { - /// - /// Initializes a new instance of the AzureTableSource class. - /// - public AzureTableSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureTableSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// Azure Table source query. Type: - /// string (or Expression with resultType string). - /// Azure Table - /// source ignore table not found. Type: boolean (or Expression with - /// resultType boolean). - public AzureTableSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object azureTableSourceQuery = default(object), object azureTableSourceIgnoreTableNotFound = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - AzureTableSourceQuery = azureTableSourceQuery; - AzureTableSourceIgnoreTableNotFound = azureTableSourceIgnoreTableNotFound; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets azure Table source query. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "azureTableSourceQuery")] - public object AzureTableSourceQuery { get; set; } - - /// - /// Gets or sets azure Table source ignore table not found. Type: - /// boolean (or Expression with resultType boolean). - /// - [JsonProperty(PropertyName = "azureTableSourceIgnoreTableNotFound")] - public object AzureTableSourceIgnoreTableNotFound { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BinaryReadSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BinaryReadSettings.cs deleted file mode 100644 index 9488ce06d542e..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BinaryReadSettings.cs +++ /dev/null @@ -1,56 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Binary read settings. - /// - public partial class BinaryReadSettings : FormatReadSettings - { - /// - /// Initializes a new instance of the BinaryReadSettings class. - /// - public BinaryReadSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the BinaryReadSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Compression settings. - public BinaryReadSettings(IDictionary additionalProperties = default(IDictionary), CompressionReadSettings compressionProperties = default(CompressionReadSettings)) - : base(additionalProperties) - { - CompressionProperties = compressionProperties; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets compression settings. - /// - [JsonProperty(PropertyName = "compressionProperties")] - public CompressionReadSettings CompressionProperties { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BinarySink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BinarySink.cs deleted file mode 100644 index 5fec652f67054..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BinarySink.cs +++ /dev/null @@ -1,69 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Binary sink. - /// - public partial class BinarySink : CopySink - { - /// - /// Initializes a new instance of the BinarySink class. - /// - public BinarySink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the BinarySink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// Binary store settings. - public BinarySink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), StoreWriteSettings storeSettings = default(StoreWriteSettings)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - StoreSettings = storeSettings; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets binary store settings. - /// - [JsonProperty(PropertyName = "storeSettings")] - public StoreWriteSettings StoreSettings { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BinarySource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BinarySource.cs deleted file mode 100644 index 61961e4bd0fc4..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BinarySource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Binary source. - /// - public partial class BinarySource : CopySource - { - /// - /// Initializes a new instance of the BinarySource class. - /// - public BinarySource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the BinarySource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Binary store settings. - /// Binary format settings. - public BinarySource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), StoreReadSettings storeSettings = default(StoreReadSettings), BinaryReadSettings formatSettings = default(BinaryReadSettings)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - StoreSettings = storeSettings; - FormatSettings = formatSettings; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets binary store settings. - /// - [JsonProperty(PropertyName = "storeSettings")] - public StoreReadSettings StoreSettings { get; set; } - - /// - /// Gets or sets binary format settings. - /// - [JsonProperty(PropertyName = "formatSettings")] - public BinaryReadSettings FormatSettings { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BlobEventTypes.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BlobEventTypes.cs deleted file mode 100644 index 6c56e2e943d87..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BlobEventTypes.cs +++ /dev/null @@ -1,22 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - - /// - /// Defines values for BlobEventTypes. - /// - public static class BlobEventTypes - { - public const string MicrosoftStorageBlobCreated = "Microsoft.Storage.BlobCreated"; - public const string MicrosoftStorageBlobDeleted = "Microsoft.Storage.BlobDeleted"; - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BlobEventsTrigger.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BlobEventsTrigger.cs deleted file mode 100644 index 93d16ba6dc4bd..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BlobEventsTrigger.cs +++ /dev/null @@ -1,135 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Trigger that runs every time a Blob event occurs. - /// - [Rest.Serialization.JsonTransformation] - public partial class BlobEventsTrigger : MultiplePipelineTrigger - { - /// - /// Initializes a new instance of the BlobEventsTrigger class. - /// - public BlobEventsTrigger() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the BlobEventsTrigger class. - /// - /// The type of events that cause this trigger to - /// fire. - /// The ARM resource ID of the Storage - /// Account. - /// Unmatched properties from the - /// message are deserialized this collection - /// Trigger description. - /// Indicates if trigger is running or not. - /// Updated when Start/Stop APIs are called on the Trigger. Possible - /// values include: 'Started', 'Stopped', 'Disabled' - /// List of tags that can be used for - /// describing the trigger. - /// Pipelines that need to be started. - /// The blob path must begin with the - /// pattern provided for trigger to fire. For example, - /// '/records/blobs/december/' will only fire the trigger for blobs in - /// the december folder under the records container. At least one of - /// these must be provided: blobPathBeginsWith, - /// blobPathEndsWith. - /// The blob path must end with the - /// pattern provided for trigger to fire. For example, - /// 'december/boxes.csv' will only fire the trigger for blobs named - /// boxes in a december folder. At least one of these must be provided: - /// blobPathBeginsWith, blobPathEndsWith. - /// If set to true, blobs with zero - /// bytes will be ignored. - public BlobEventsTrigger(IList events, string scope, IDictionary additionalProperties = default(IDictionary), string description = default(string), string runtimeState = default(string), IList annotations = default(IList), IList pipelines = default(IList), string blobPathBeginsWith = default(string), string blobPathEndsWith = default(string), bool? ignoreEmptyBlobs = default(bool?)) - : base(additionalProperties, description, runtimeState, annotations, pipelines) - { - BlobPathBeginsWith = blobPathBeginsWith; - BlobPathEndsWith = blobPathEndsWith; - IgnoreEmptyBlobs = ignoreEmptyBlobs; - Events = events; - Scope = scope; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the blob path must begin with the pattern provided for - /// trigger to fire. For example, '/records/blobs/december/' will only - /// fire the trigger for blobs in the december folder under the records - /// container. At least one of these must be provided: - /// blobPathBeginsWith, blobPathEndsWith. - /// - [JsonProperty(PropertyName = "typeProperties.blobPathBeginsWith")] - public string BlobPathBeginsWith { get; set; } - - /// - /// Gets or sets the blob path must end with the pattern provided for - /// trigger to fire. For example, 'december/boxes.csv' will only fire - /// the trigger for blobs named boxes in a december folder. At least - /// one of these must be provided: blobPathBeginsWith, - /// blobPathEndsWith. - /// - [JsonProperty(PropertyName = "typeProperties.blobPathEndsWith")] - public string BlobPathEndsWith { get; set; } - - /// - /// Gets or sets if set to true, blobs with zero bytes will be ignored. - /// - [JsonProperty(PropertyName = "typeProperties.ignoreEmptyBlobs")] - public bool? IgnoreEmptyBlobs { get; set; } - - /// - /// Gets or sets the type of events that cause this trigger to fire. - /// - [JsonProperty(PropertyName = "typeProperties.events")] - public IList Events { get; set; } - - /// - /// Gets or sets the ARM resource ID of the Storage Account. - /// - [JsonProperty(PropertyName = "typeProperties.scope")] - public string Scope { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (Events == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Events"); - } - if (Scope == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Scope"); - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BlobSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BlobSink.cs deleted file mode 100644 index ff85b921f5a51..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BlobSink.cs +++ /dev/null @@ -1,101 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure Blob sink. - /// - public partial class BlobSink : CopySink - { - /// - /// Initializes a new instance of the BlobSink class. - /// - public BlobSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the BlobSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// Blob writer overwrite files. - /// Type: boolean (or Expression with resultType boolean). - /// Blob writer date time - /// format. Type: string (or Expression with resultType - /// string). - /// Blob writer add header. Type: - /// boolean (or Expression with resultType boolean). - /// The type of copy behavior for copy - /// sink. - public BlobSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object blobWriterOverwriteFiles = default(object), object blobWriterDateTimeFormat = default(object), object blobWriterAddHeader = default(object), object copyBehavior = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - BlobWriterOverwriteFiles = blobWriterOverwriteFiles; - BlobWriterDateTimeFormat = blobWriterDateTimeFormat; - BlobWriterAddHeader = blobWriterAddHeader; - CopyBehavior = copyBehavior; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets blob writer overwrite files. Type: boolean (or - /// Expression with resultType boolean). - /// - [JsonProperty(PropertyName = "blobWriterOverwriteFiles")] - public object BlobWriterOverwriteFiles { get; set; } - - /// - /// Gets or sets blob writer date time format. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "blobWriterDateTimeFormat")] - public object BlobWriterDateTimeFormat { get; set; } - - /// - /// Gets or sets blob writer add header. Type: boolean (or Expression - /// with resultType boolean). - /// - [JsonProperty(PropertyName = "blobWriterAddHeader")] - public object BlobWriterAddHeader { get; set; } - - /// - /// Gets or sets the type of copy behavior for copy sink. - /// - [JsonProperty(PropertyName = "copyBehavior")] - public object CopyBehavior { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BlobSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BlobSource.cs deleted file mode 100644 index 86fe12c48633f..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BlobSource.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure Blob source. - /// - public partial class BlobSource : CopySource - { - /// - /// Initializes a new instance of the BlobSource class. - /// - public BlobSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the BlobSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Treat empty as null. Type: boolean - /// (or Expression with resultType boolean). - /// Number of header lines to skip - /// from each blob. Type: integer (or Expression with resultType - /// integer). - /// If true, files under the folder path will - /// be read recursively. Default is true. Type: boolean (or Expression - /// with resultType boolean). - public BlobSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object treatEmptyAsNull = default(object), object skipHeaderLineCount = default(object), object recursive = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - TreatEmptyAsNull = treatEmptyAsNull; - SkipHeaderLineCount = skipHeaderLineCount; - Recursive = recursive; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets treat empty as null. Type: boolean (or Expression with - /// resultType boolean). - /// - [JsonProperty(PropertyName = "treatEmptyAsNull")] - public object TreatEmptyAsNull { get; set; } - - /// - /// Gets or sets number of header lines to skip from each blob. Type: - /// integer (or Expression with resultType integer). - /// - [JsonProperty(PropertyName = "skipHeaderLineCount")] - public object SkipHeaderLineCount { get; set; } - - /// - /// Gets or sets if true, files under the folder path will be read - /// recursively. Default is true. Type: boolean (or Expression with - /// resultType boolean). - /// - [JsonProperty(PropertyName = "recursive")] - public object Recursive { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BlobTrigger.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BlobTrigger.cs deleted file mode 100644 index 63ecbf8730c88..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/BlobTrigger.cs +++ /dev/null @@ -1,109 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Trigger that runs every time the selected Blob container changes. - /// - [Rest.Serialization.JsonTransformation] - public partial class BlobTrigger : MultiplePipelineTrigger - { - /// - /// Initializes a new instance of the BlobTrigger class. - /// - public BlobTrigger() - { - LinkedService = new LinkedServiceReference(); - CustomInit(); - } - - /// - /// Initializes a new instance of the BlobTrigger class. - /// - /// The path of the container/folder that will - /// trigger the pipeline. - /// The max number of parallel files to - /// handle when it is triggered. - /// The Azure Storage linked service - /// reference. - /// Unmatched properties from the - /// message are deserialized this collection - /// Trigger description. - /// Indicates if trigger is running or not. - /// Updated when Start/Stop APIs are called on the Trigger. Possible - /// values include: 'Started', 'Stopped', 'Disabled' - /// List of tags that can be used for - /// describing the trigger. - /// Pipelines that need to be started. - public BlobTrigger(string folderPath, int maxConcurrency, LinkedServiceReference linkedService, IDictionary additionalProperties = default(IDictionary), string description = default(string), string runtimeState = default(string), IList annotations = default(IList), IList pipelines = default(IList)) - : base(additionalProperties, description, runtimeState, annotations, pipelines) - { - FolderPath = folderPath; - MaxConcurrency = maxConcurrency; - LinkedService = linkedService; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the path of the container/folder that will trigger the - /// pipeline. - /// - [JsonProperty(PropertyName = "typeProperties.folderPath")] - public string FolderPath { get; set; } - - /// - /// Gets or sets the max number of parallel files to handle when it is - /// triggered. - /// - [JsonProperty(PropertyName = "typeProperties.maxConcurrency")] - public int MaxConcurrency { get; set; } - - /// - /// Gets or sets the Azure Storage linked service reference. - /// - [JsonProperty(PropertyName = "typeProperties.linkedService")] - public LinkedServiceReference LinkedService { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (FolderPath == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "FolderPath"); - } - if (LinkedService == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "LinkedService"); - } - if (LinkedService != null) - { - LinkedService.Validate(); - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CassandraSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CassandraSource.cs deleted file mode 100644 index facd12079d67d..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CassandraSource.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for a Cassandra database. - /// - public partial class CassandraSource : TabularSource - { - /// - /// Initializes a new instance of the CassandraSource class. - /// - public CassandraSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the CassandraSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// Database query. Should be a SQL-92 query - /// expression or Cassandra Query Language (CQL) command. Type: string - /// (or Expression with resultType string). - /// The consistency level specifies how - /// many Cassandra servers must respond to a read request before - /// returning data to the client application. Cassandra checks the - /// specified number of Cassandra servers for data to satisfy the read - /// request. Must be one of cassandraSourceReadConsistencyLevels. The - /// default value is 'ONE'. It is case-insensitive. Possible values - /// include: 'ALL', 'EACH_QUORUM', 'QUORUM', 'LOCAL_QUORUM', 'ONE', - /// 'TWO', 'THREE', 'LOCAL_ONE', 'SERIAL', 'LOCAL_SERIAL' - public CassandraSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object), string consistencyLevel = default(string)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - ConsistencyLevel = consistencyLevel; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets database query. Should be a SQL-92 query expression or - /// Cassandra Query Language (CQL) command. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets the consistency level specifies how many Cassandra - /// servers must respond to a read request before returning data to the - /// client application. Cassandra checks the specified number of - /// Cassandra servers for data to satisfy the read request. Must be one - /// of cassandraSourceReadConsistencyLevels. The default value is - /// 'ONE'. It is case-insensitive. Possible values include: 'ALL', - /// 'EACH_QUORUM', 'QUORUM', 'LOCAL_QUORUM', 'ONE', 'TWO', 'THREE', - /// 'LOCAL_ONE', 'SERIAL', 'LOCAL_SERIAL' - /// - [JsonProperty(PropertyName = "consistencyLevel")] - public string ConsistencyLevel { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CassandraSourceReadConsistencyLevels.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CassandraSourceReadConsistencyLevels.cs deleted file mode 100644 index 9b05158f8c3ca..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CassandraSourceReadConsistencyLevels.cs +++ /dev/null @@ -1,30 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - - /// - /// Defines values for CassandraSourceReadConsistencyLevels. - /// - 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"; - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ChainingTrigger.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ChainingTrigger.cs deleted file mode 100644 index 5f3386bbedc7c..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ChainingTrigger.cs +++ /dev/null @@ -1,126 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Trigger that allows the referenced pipeline to depend on other pipeline - /// runs based on runDimension Name/Value pairs. Upstream pipelines should - /// declare the same runDimension Name and their runs should have the - /// values for those runDimensions. The referenced pipeline run would be - /// triggered if the values for the runDimension match for all upstream - /// pipeline runs. - /// - [Rest.Serialization.JsonTransformation] - public partial class ChainingTrigger : Trigger - { - /// - /// Initializes a new instance of the ChainingTrigger class. - /// - public ChainingTrigger() - { - Pipeline = new TriggerPipelineReference(); - CustomInit(); - } - - /// - /// Initializes a new instance of the ChainingTrigger class. - /// - /// Pipeline for which runs are created when all - /// upstream pipelines complete successfully. - /// Upstream Pipelines. - /// Run Dimension property that needs to be - /// emitted by upstream pipelines. - /// Unmatched properties from the - /// message are deserialized this collection - /// Trigger description. - /// Indicates if trigger is running or not. - /// Updated when Start/Stop APIs are called on the Trigger. Possible - /// values include: 'Started', 'Stopped', 'Disabled' - /// List of tags that can be used for - /// describing the trigger. - public ChainingTrigger(TriggerPipelineReference pipeline, IList dependsOn, string runDimension, IDictionary additionalProperties = default(IDictionary), string description = default(string), string runtimeState = default(string), IList annotations = default(IList)) - : base(additionalProperties, description, runtimeState, annotations) - { - Pipeline = pipeline; - DependsOn = dependsOn; - RunDimension = runDimension; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets pipeline for which runs are created when all upstream - /// pipelines complete successfully. - /// - [JsonProperty(PropertyName = "pipeline")] - public TriggerPipelineReference Pipeline { get; set; } - - /// - /// Gets or sets upstream Pipelines. - /// - [JsonProperty(PropertyName = "typeProperties.dependsOn")] - public IList DependsOn { get; set; } - - /// - /// Gets or sets run Dimension property that needs to be emitted by - /// upstream pipelines. - /// - [JsonProperty(PropertyName = "typeProperties.runDimension")] - public string RunDimension { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (Pipeline == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Pipeline"); - } - if (DependsOn == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "DependsOn"); - } - if (RunDimension == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "RunDimension"); - } - if (Pipeline != null) - { - Pipeline.Validate(); - } - if (DependsOn != null) - { - foreach (var element in DependsOn) - { - if (element != null) - { - element.Validate(); - } - } - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CmdkeySetup.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CmdkeySetup.cs deleted file mode 100644 index 45d1197025660..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CmdkeySetup.cs +++ /dev/null @@ -1,92 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Linq; - - /// - /// The custom setup of running cmdkey commands. - /// - [Rest.Serialization.JsonTransformation] - public partial class CmdkeySetup : CustomSetupBase - { - /// - /// Initializes a new instance of the CmdkeySetup class. - /// - public CmdkeySetup() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the CmdkeySetup class. - /// - /// The server name of data source - /// access. - /// The user name of data source access. - /// The password of data source access. - public CmdkeySetup(object targetName, object userName, SecretBase password) - { - TargetName = targetName; - UserName = userName; - Password = password; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the server name of data source access. - /// - [JsonProperty(PropertyName = "typeProperties.targetName")] - public object TargetName { get; set; } - - /// - /// Gets or sets the user name of data source access. - /// - [JsonProperty(PropertyName = "typeProperties.userName")] - public object UserName { get; set; } - - /// - /// Gets or sets the password of data source access. - /// - [JsonProperty(PropertyName = "typeProperties.password")] - public SecretBase Password { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (TargetName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "TargetName"); - } - if (UserName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "UserName"); - } - if (Password == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Password"); - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CommonDataServiceForAppsSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CommonDataServiceForAppsSink.cs deleted file mode 100644 index 3053bee2212eb..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CommonDataServiceForAppsSink.cs +++ /dev/null @@ -1,101 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Common Data Service for Apps sink. - /// - public partial class CommonDataServiceForAppsSink : CopySink - { - /// - /// Initializes a new instance of the CommonDataServiceForAppsSink - /// class. - /// - public CommonDataServiceForAppsSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the CommonDataServiceForAppsSink - /// class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// The flag indicating whether to - /// ignore null values from input dataset (except key fields) during - /// write operation. Default is false. Type: boolean (or Expression - /// with resultType boolean). - /// The logical name of the alternate - /// key which will be used when upserting records. Type: string (or - /// Expression with resultType string). - public CommonDataServiceForAppsSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object ignoreNullValues = default(object), object alternateKeyName = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - IgnoreNullValues = ignoreNullValues; - AlternateKeyName = alternateKeyName; - CustomInit(); - } - /// - /// Static constructor for CommonDataServiceForAppsSink class. - /// - static CommonDataServiceForAppsSink() - { - WriteBehavior = "Upsert"; - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the flag indicating whether to ignore null values from - /// input dataset (except key fields) during write operation. Default - /// is false. Type: boolean (or Expression with resultType boolean). - /// - [JsonProperty(PropertyName = "ignoreNullValues")] - public object IgnoreNullValues { get; set; } - - /// - /// Gets or sets the logical name of the alternate key which will be - /// used when upserting records. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "alternateKeyName")] - public object AlternateKeyName { get; set; } - - /// - /// The write behavior for the operation. - /// - [JsonProperty(PropertyName = "writeBehavior")] - public static string WriteBehavior { get; private set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CommonDataServiceForAppsSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CommonDataServiceForAppsSource.cs deleted file mode 100644 index 345946dc3feb4..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CommonDataServiceForAppsSource.cs +++ /dev/null @@ -1,83 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Common Data Service for Apps source. - /// - public partial class CommonDataServiceForAppsSource : CopySource - { - /// - /// Initializes a new instance of the CommonDataServiceForAppsSource - /// class. - /// - public CommonDataServiceForAppsSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the CommonDataServiceForAppsSource - /// class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// FetchXML is a proprietary query language that - /// is used in Microsoft Common Data Service for Apps (online & - /// on-premises). Type: string (or Expression with resultType - /// string). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public CommonDataServiceForAppsSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object query = default(object), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - Query = query; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets fetchXML is a proprietary query language that is used - /// in Microsoft Common Data Service for Apps (online &amp; - /// on-premises). Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ComponentSetup.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ComponentSetup.cs deleted file mode 100644 index 138abe5066010..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ComponentSetup.cs +++ /dev/null @@ -1,77 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Linq; - - /// - /// The custom setup of installing 3rd party components. - /// - [Rest.Serialization.JsonTransformation] - public partial class ComponentSetup : CustomSetupBase - { - /// - /// Initializes a new instance of the ComponentSetup class. - /// - public ComponentSetup() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ComponentSetup class. - /// - /// The name of the 3rd party - /// component. - /// The license key to activate the - /// component. - public ComponentSetup(string componentName, SecretBase licenseKey = default(SecretBase)) - { - ComponentName = componentName; - LicenseKey = licenseKey; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the name of the 3rd party component. - /// - [JsonProperty(PropertyName = "typeProperties.componentName")] - public string ComponentName { get; set; } - - /// - /// Gets or sets the license key to activate the component. - /// - [JsonProperty(PropertyName = "typeProperties.licenseKey")] - public SecretBase LicenseKey { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (ComponentName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "ComponentName"); - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CompressionReadSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CompressionReadSettings.cs deleted file mode 100644 index d4d594b13561a..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CompressionReadSettings.cs +++ /dev/null @@ -1,55 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Compression read settings. - /// - public partial class CompressionReadSettings - { - /// - /// Initializes a new instance of the CompressionReadSettings class. - /// - public CompressionReadSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the CompressionReadSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - public CompressionReadSettings(IDictionary additionalProperties = default(IDictionary)) - { - AdditionalProperties = additionalProperties; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ConcurSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ConcurSource.cs deleted file mode 100644 index 8f66fe7350dac..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ConcurSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Concur Service source. - /// - public partial class ConcurSource : TabularSource - { - /// - /// Initializes a new instance of the ConcurSource class. - /// - public ConcurSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ConcurSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public ConcurSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CopySink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CopySink.cs index ac2f9e17465e9..530013ae39df2 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CopySink.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CopySink.cs @@ -18,6 +18,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// /// A copy activity sink. /// + [Newtonsoft.Json.JsonObject("CopySink")] public partial class CopySink { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CopySource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CopySource.cs index 6cf1c11db4785..d1ed458139eea 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CopySource.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CopySource.cs @@ -18,6 +18,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// /// A copy activity source. /// + [Newtonsoft.Json.JsonObject("CopySource")] public partial class CopySource { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CosmosDbMongoDbApiSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CosmosDbMongoDbApiSink.cs deleted file mode 100644 index 396dec19b3c17..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CosmosDbMongoDbApiSink.cs +++ /dev/null @@ -1,77 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity sink for a CosmosDB (MongoDB API) database. - /// - public partial class CosmosDbMongoDbApiSink : CopySink - { - /// - /// Initializes a new instance of the CosmosDbMongoDbApiSink class. - /// - public CosmosDbMongoDbApiSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the CosmosDbMongoDbApiSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// Specifies whether the document with - /// same key to be overwritten (upsert) rather than throw exception - /// (insert). The default value is "insert". Type: string (or - /// Expression with resultType string). Type: string (or Expression - /// with resultType string). - public CosmosDbMongoDbApiSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object writeBehavior = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - WriteBehavior = writeBehavior; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets specifies whether the document with same key to be - /// overwritten (upsert) rather than throw exception (insert). The - /// default value is "insert". Type: string (or Expression with - /// resultType string). Type: string (or Expression with resultType - /// string). - /// - [JsonProperty(PropertyName = "writeBehavior")] - public object WriteBehavior { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CosmosDbMongoDbApiSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CosmosDbMongoDbApiSource.cs deleted file mode 100644 index ec910ea1d7f3b..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CosmosDbMongoDbApiSource.cs +++ /dev/null @@ -1,121 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for a CosmosDB (MongoDB API) database. - /// - public partial class CosmosDbMongoDbApiSource : CopySource - { - /// - /// Initializes a new instance of the CosmosDbMongoDbApiSource class. - /// - public CosmosDbMongoDbApiSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the CosmosDbMongoDbApiSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Specifies selection filter using query - /// operators. To return all documents in a collection, omit this - /// parameter or pass an empty document ({}). Type: string (or - /// Expression with resultType string). - /// Cursor methods for Mongodb - /// query. - /// Specifies the number of documents to return - /// in each batch of the response from MongoDB instance. In most cases, - /// modifying the batch size will not affect the user or the - /// application. This property's main purpose is to avoid hit the - /// limitation of response size. Type: integer (or Expression with - /// resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public CosmosDbMongoDbApiSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object filter = default(object), MongoDbCursorMethodsProperties cursorMethods = default(MongoDbCursorMethodsProperties), object batchSize = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - Filter = filter; - CursorMethods = cursorMethods; - BatchSize = batchSize; - QueryTimeout = queryTimeout; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets specifies selection filter using query operators. To - /// return all documents in a collection, omit this parameter or pass - /// an empty document ({}). Type: string (or Expression with resultType - /// string). - /// - [JsonProperty(PropertyName = "filter")] - public object Filter { get; set; } - - /// - /// Gets or sets cursor methods for Mongodb query. - /// - [JsonProperty(PropertyName = "cursorMethods")] - public MongoDbCursorMethodsProperties CursorMethods { get; set; } - - /// - /// Gets or sets specifies the number of documents to return in each - /// batch of the response from MongoDB instance. In most cases, - /// modifying the batch size will not affect the user or the - /// application. This property's main purpose is to avoid hit the - /// limitation of response size. Type: integer (or Expression with - /// resultType integer). - /// - [JsonProperty(PropertyName = "batchSize")] - public object BatchSize { get; set; } - - /// - /// Gets or sets query timeout. Type: string (or Expression with - /// resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// - [JsonProperty(PropertyName = "queryTimeout")] - public object QueryTimeout { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CosmosDbSqlApiSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CosmosDbSqlApiSink.cs deleted file mode 100644 index a6f5bf1acc86c..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CosmosDbSqlApiSink.cs +++ /dev/null @@ -1,73 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure CosmosDB (SQL API) Collection sink. - /// - public partial class CosmosDbSqlApiSink : CopySink - { - /// - /// Initializes a new instance of the CosmosDbSqlApiSink class. - /// - public CosmosDbSqlApiSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the CosmosDbSqlApiSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// Describes how to write data to Azure - /// Cosmos DB. Type: string (or Expression with resultType string). - /// Allowed values: insert and upsert. - public CosmosDbSqlApiSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object writeBehavior = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - WriteBehavior = writeBehavior; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets describes how to write data to Azure Cosmos DB. Type: - /// string (or Expression with resultType string). Allowed values: - /// insert and upsert. - /// - [JsonProperty(PropertyName = "writeBehavior")] - public object WriteBehavior { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CosmosDbSqlApiSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CosmosDbSqlApiSource.cs deleted file mode 100644 index 19f4c02b6a24b..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CosmosDbSqlApiSource.cs +++ /dev/null @@ -1,98 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure CosmosDB (SQL API) Collection source. - /// - public partial class CosmosDbSqlApiSource : CopySource - { - /// - /// Initializes a new instance of the CosmosDbSqlApiSource class. - /// - public CosmosDbSqlApiSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the CosmosDbSqlApiSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// SQL API query. Type: string (or Expression with - /// resultType string). - /// Page size of the result. Type: integer (or - /// Expression with resultType integer). - /// Preferred regions. Type: array of - /// strings (or Expression with resultType array of strings). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public CosmosDbSqlApiSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object query = default(object), object pageSize = default(object), object preferredRegions = default(object), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - Query = query; - PageSize = pageSize; - PreferredRegions = preferredRegions; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets SQL API query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets page size of the result. Type: integer (or Expression - /// with resultType integer). - /// - [JsonProperty(PropertyName = "pageSize")] - public object PageSize { get; set; } - - /// - /// Gets or sets preferred regions. Type: array of strings (or - /// Expression with resultType array of strings). - /// - [JsonProperty(PropertyName = "preferredRegions")] - public object PreferredRegions { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CouchbaseSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CouchbaseSource.cs deleted file mode 100644 index da869996583f4..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CouchbaseSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Couchbase server source. - /// - public partial class CouchbaseSource : TabularSource - { - /// - /// Initializes a new instance of the CouchbaseSource class. - /// - public CouchbaseSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the CouchbaseSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public CouchbaseSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CustomDataset.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CustomDataset.cs deleted file mode 100644 index b4242988f107a..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CustomDataset.cs +++ /dev/null @@ -1,80 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The custom dataset. - /// - public partial class CustomDataset : Dataset - { - /// - /// Initializes a new instance of the CustomDataset class. - /// - public CustomDataset() - { - LinkedServiceName = new LinkedServiceReference(); - CustomInit(); - } - - /// - /// Initializes a new instance of the CustomDataset class. - /// - /// Linked service reference. - /// Unmatched properties from the - /// message are deserialized this collection - /// Dataset description. - /// Columns that define the structure of the - /// dataset. Type: array (or Expression with resultType array), - /// itemType: DatasetDataElement. - /// Columns that define the physical type schema - /// of the dataset. Type: array (or Expression with resultType array), - /// itemType: DatasetSchemaDataElement. - /// Parameters for dataset. - /// List of tags that can be used for - /// describing the Dataset. - /// The folder that this Dataset is in. If not - /// specified, Dataset will appear at the root level. - /// Custom dataset properties. - public CustomDataset(LinkedServiceReference linkedServiceName, IDictionary additionalProperties = default(IDictionary), string description = default(string), object structure = default(object), object schema = default(object), IDictionary parameters = default(IDictionary), IList annotations = default(IList), DatasetFolder folder = default(DatasetFolder), object typeProperties = default(object)) - : base(linkedServiceName, additionalProperties, description, structure, schema, parameters, annotations, folder) - { - TypeProperties = typeProperties; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets custom dataset properties. - /// - [JsonProperty(PropertyName = "typeProperties")] - public object TypeProperties { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public override void Validate() - { - base.Validate(); - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CustomSetupBase.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CustomSetupBase.cs index eb4d7b084004c..e07b22f0d0b0e 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CustomSetupBase.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/CustomSetupBase.cs @@ -10,11 +10,13 @@ namespace Microsoft.Azure.Management.DataFactory.Models { + using Newtonsoft.Json; using System.Linq; /// /// The base definition of the custom setup. /// + [Newtonsoft.Json.JsonObject("CustomSetupBase")] public partial class CustomSetupBase { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DWCopyCommandDefaultValue.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DWCopyCommandDefaultValue.cs deleted file mode 100644 index 8c0f932ae4781..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DWCopyCommandDefaultValue.cs +++ /dev/null @@ -1,63 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// Default value. - /// - public partial class DWCopyCommandDefaultValue - { - /// - /// Initializes a new instance of the DWCopyCommandDefaultValue class. - /// - public DWCopyCommandDefaultValue() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the DWCopyCommandDefaultValue class. - /// - /// Column name. Type: object (or Expression - /// with resultType string). - /// The default value of the column. Type: - /// object (or Expression with resultType string). - public DWCopyCommandDefaultValue(object columnName = default(object), object defaultValue = default(object)) - { - ColumnName = columnName; - DefaultValue = defaultValue; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets column name. Type: object (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "columnName")] - public object ColumnName { get; set; } - - /// - /// Gets or sets the default value of the column. Type: object (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "defaultValue")] - public object DefaultValue { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DWCopyCommandSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DWCopyCommandSettings.cs deleted file mode 100644 index fc9d344693777..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DWCopyCommandSettings.cs +++ /dev/null @@ -1,76 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// DW Copy Command settings. - /// - public partial class DWCopyCommandSettings - { - /// - /// Initializes a new instance of the DWCopyCommandSettings class. - /// - public DWCopyCommandSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the DWCopyCommandSettings class. - /// - /// Specifies the default values for each - /// target column in SQL DW. The default values in the property - /// overwrite the DEFAULT constraint set in the DB, and identity column - /// cannot have a default value. Type: array of objects (or Expression - /// with resultType array of objects). - /// Additional options directly passed - /// to SQL DW in Copy Command. Type: key value pairs (value should be - /// string type) (or Expression with resultType object). Example: - /// "additionalOptions": { "MAXERRORS": "1000", "DATEFORMAT": "'ymd'" - /// } - public DWCopyCommandSettings(IList defaultValues = default(IList), IDictionary additionalOptions = default(IDictionary)) - { - DefaultValues = defaultValues; - AdditionalOptions = additionalOptions; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets specifies the default values for each target column in - /// SQL DW. The default values in the property overwrite the DEFAULT - /// constraint set in the DB, and identity column cannot have a default - /// value. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "defaultValues")] - public IList DefaultValues { get; set; } - - /// - /// Gets or sets additional options directly passed to SQL DW in Copy - /// Command. Type: key value pairs (value should be string type) (or - /// Expression with resultType object). Example: "additionalOptions": { - /// "MAXERRORS": "1000", "DATEFORMAT": "'ymd'" } - /// - [JsonProperty(PropertyName = "additionalOptions")] - public IDictionary AdditionalOptions { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DataFlow.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DataFlow.cs index f88c4d091d89d..7378ce9a70c95 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DataFlow.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DataFlow.cs @@ -19,6 +19,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// Azure Data Factory nested object which contains a flow with data /// movements and transformations. /// + [Newtonsoft.Json.JsonObject("DataFlow")] public partial class DataFlow { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/Dataset.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/Dataset.cs index 218416aab457e..d987bbac741b3 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/Dataset.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/Dataset.cs @@ -20,6 +20,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// The Azure Data Factory nested object which identifies data within /// different data stores, such as tables, files, folders, and documents. /// + [Newtonsoft.Json.JsonObject("Dataset")] public partial class Dataset { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DatasetCompression.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DatasetCompression.cs index 684c3a8a2b972..b9ff26b987856 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DatasetCompression.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DatasetCompression.cs @@ -18,6 +18,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// /// The compression method used on a dataset. /// + [Newtonsoft.Json.JsonObject("DatasetCompression")] public partial class DatasetCompression { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DatasetLocation.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DatasetLocation.cs index 3ec6738030ce9..3cc24fcc2c5d3 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DatasetLocation.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DatasetLocation.cs @@ -18,6 +18,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// /// Dataset location. /// + [Newtonsoft.Json.JsonObject("DatasetLocation")] public partial class DatasetLocation { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DatasetStorageFormat.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DatasetStorageFormat.cs index 9666f91b0e06e..ba140332915aa 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DatasetStorageFormat.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DatasetStorageFormat.cs @@ -18,6 +18,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// /// The format definition of a storage. /// + [Newtonsoft.Json.JsonObject("DatasetStorageFormat")] public partial class DatasetStorageFormat { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DayOfWeek.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DayOfWeek.cs deleted file mode 100644 index 9df6c3af95a96..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DayOfWeek.cs +++ /dev/null @@ -1,90 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using Newtonsoft.Json.Converters; - using System.Runtime; - using System.Runtime.Serialization; - - /// - /// Defines values for DayOfWeek. - /// - [JsonConverter(typeof(StringEnumConverter))] - public enum DayOfWeek - { - [EnumMember(Value = "Sunday")] - Sunday, - [EnumMember(Value = "Monday")] - Monday, - [EnumMember(Value = "Tuesday")] - Tuesday, - [EnumMember(Value = "Wednesday")] - Wednesday, - [EnumMember(Value = "Thursday")] - Thursday, - [EnumMember(Value = "Friday")] - Friday, - [EnumMember(Value = "Saturday")] - Saturday - } - internal static class DayOfWeekEnumExtension - { - internal static string ToSerializedValue(this DayOfWeek? value) - { - return value == null ? null : ((DayOfWeek)value).ToSerializedValue(); - } - - internal static string ToSerializedValue(this DayOfWeek value) - { - switch( value ) - { - case DayOfWeek.Sunday: - return "Sunday"; - case DayOfWeek.Monday: - return "Monday"; - case DayOfWeek.Tuesday: - return "Tuesday"; - case DayOfWeek.Wednesday: - return "Wednesday"; - case DayOfWeek.Thursday: - return "Thursday"; - case DayOfWeek.Friday: - return "Friday"; - case DayOfWeek.Saturday: - return "Saturday"; - } - return null; - } - - internal static DayOfWeek? ParseDayOfWeek(this string value) - { - switch( value ) - { - case "Sunday": - return DayOfWeek.Sunday; - case "Monday": - return DayOfWeek.Monday; - case "Tuesday": - return DayOfWeek.Tuesday; - case "Wednesday": - return DayOfWeek.Wednesday; - case "Thursday": - return DayOfWeek.Thursday; - case "Friday": - return DayOfWeek.Friday; - case "Saturday": - return DayOfWeek.Saturday; - } - return null; - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DaysOfWeek.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DaysOfWeek.cs deleted file mode 100644 index 6046209a2a5d3..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DaysOfWeek.cs +++ /dev/null @@ -1,90 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using Newtonsoft.Json.Converters; - using System.Runtime; - using System.Runtime.Serialization; - - /// - /// Defines values for DaysOfWeek. - /// - [JsonConverter(typeof(StringEnumConverter))] - public enum DaysOfWeek - { - [EnumMember(Value = "Sunday")] - Sunday, - [EnumMember(Value = "Monday")] - Monday, - [EnumMember(Value = "Tuesday")] - Tuesday, - [EnumMember(Value = "Wednesday")] - Wednesday, - [EnumMember(Value = "Thursday")] - Thursday, - [EnumMember(Value = "Friday")] - Friday, - [EnumMember(Value = "Saturday")] - Saturday - } - internal static class DaysOfWeekEnumExtension - { - internal static string ToSerializedValue(this DaysOfWeek? value) - { - return value == null ? null : ((DaysOfWeek)value).ToSerializedValue(); - } - - internal static string ToSerializedValue(this DaysOfWeek value) - { - switch( value ) - { - case DaysOfWeek.Sunday: - return "Sunday"; - case DaysOfWeek.Monday: - return "Monday"; - case DaysOfWeek.Tuesday: - return "Tuesday"; - case DaysOfWeek.Wednesday: - return "Wednesday"; - case DaysOfWeek.Thursday: - return "Thursday"; - case DaysOfWeek.Friday: - return "Friday"; - case DaysOfWeek.Saturday: - return "Saturday"; - } - return null; - } - - internal static DaysOfWeek? ParseDaysOfWeek(this string value) - { - switch( value ) - { - case "Sunday": - return DaysOfWeek.Sunday; - case "Monday": - return DaysOfWeek.Monday; - case "Tuesday": - return DaysOfWeek.Tuesday; - case "Wednesday": - return DaysOfWeek.Wednesday; - case "Thursday": - return DaysOfWeek.Thursday; - case "Friday": - return DaysOfWeek.Friday; - case "Saturday": - return DaysOfWeek.Saturday; - } - return null; - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/Db2Source.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/Db2Source.cs deleted file mode 100644 index bbe1de583988b..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/Db2Source.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for Db2 databases. - /// - public partial class Db2Source : TabularSource - { - /// - /// Initializes a new instance of the Db2Source class. - /// - public Db2Source() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the Db2Source class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// Database query. Type: string (or Expression - /// with resultType string). - public Db2Source(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets database query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DelimitedTextReadSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DelimitedTextReadSettings.cs deleted file mode 100644 index 3179a642cb002..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DelimitedTextReadSettings.cs +++ /dev/null @@ -1,68 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Delimited text read settings. - /// - public partial class DelimitedTextReadSettings : FormatReadSettings - { - /// - /// Initializes a new instance of the DelimitedTextReadSettings class. - /// - public DelimitedTextReadSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the DelimitedTextReadSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Indicates the number of non-empty rows - /// to skip when reading data from input files. Type: integer (or - /// Expression with resultType integer). - /// Compression settings. - public DelimitedTextReadSettings(IDictionary additionalProperties = default(IDictionary), object skipLineCount = default(object), CompressionReadSettings compressionProperties = default(CompressionReadSettings)) - : base(additionalProperties) - { - SkipLineCount = skipLineCount; - CompressionProperties = compressionProperties; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets indicates the number of non-empty rows to skip when - /// reading data from input files. Type: integer (or Expression with - /// resultType integer). - /// - [JsonProperty(PropertyName = "skipLineCount")] - public object SkipLineCount { get; set; } - - /// - /// Gets or sets compression settings. - /// - [JsonProperty(PropertyName = "compressionProperties")] - public CompressionReadSettings CompressionProperties { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DelimitedTextSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DelimitedTextSink.cs deleted file mode 100644 index d6c268d8b94fd..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DelimitedTextSink.cs +++ /dev/null @@ -1,90 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity DelimitedText sink. - /// - public partial class DelimitedTextSink : CopySink - { - /// - /// Initializes a new instance of the DelimitedTextSink class. - /// - public DelimitedTextSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the DelimitedTextSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// DelimitedText store settings. - /// DelimitedText format settings. - public DelimitedTextSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), StoreWriteSettings storeSettings = default(StoreWriteSettings), DelimitedTextWriteSettings formatSettings = default(DelimitedTextWriteSettings)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - StoreSettings = storeSettings; - FormatSettings = formatSettings; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets delimitedText store settings. - /// - [JsonProperty(PropertyName = "storeSettings")] - public StoreWriteSettings StoreSettings { get; set; } - - /// - /// Gets or sets delimitedText format settings. - /// - [JsonProperty(PropertyName = "formatSettings")] - public DelimitedTextWriteSettings FormatSettings { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (FormatSettings != null) - { - FormatSettings.Validate(); - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DelimitedTextSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DelimitedTextSource.cs deleted file mode 100644 index b178382f617c7..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DelimitedTextSource.cs +++ /dev/null @@ -1,84 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity DelimitedText source. - /// - public partial class DelimitedTextSource : CopySource - { - /// - /// Initializes a new instance of the DelimitedTextSource class. - /// - public DelimitedTextSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the DelimitedTextSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// DelimitedText store settings. - /// DelimitedText format settings. - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public DelimitedTextSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), StoreReadSettings storeSettings = default(StoreReadSettings), DelimitedTextReadSettings formatSettings = default(DelimitedTextReadSettings), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - StoreSettings = storeSettings; - FormatSettings = formatSettings; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets delimitedText store settings. - /// - [JsonProperty(PropertyName = "storeSettings")] - public StoreReadSettings StoreSettings { get; set; } - - /// - /// Gets or sets delimitedText format settings. - /// - [JsonProperty(PropertyName = "formatSettings")] - public DelimitedTextReadSettings FormatSettings { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DelimitedTextWriteSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DelimitedTextWriteSettings.cs deleted file mode 100644 index a54f9c2e64bbc..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DelimitedTextWriteSettings.cs +++ /dev/null @@ -1,84 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Delimited text write settings. - /// - public partial class DelimitedTextWriteSettings : FormatWriteSettings - { - /// - /// Initializes a new instance of the DelimitedTextWriteSettings class. - /// - public DelimitedTextWriteSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the DelimitedTextWriteSettings class. - /// - /// The file extension used to create the - /// files. Type: string (or Expression with resultType string). - /// Unmatched properties from the - /// message are deserialized this collection - /// Indicates whether string values should - /// always be enclosed with quotes. Type: boolean (or Expression with - /// resultType boolean). - public DelimitedTextWriteSettings(object fileExtension, IDictionary additionalProperties = default(IDictionary), object quoteAllText = default(object)) - : base(additionalProperties) - { - QuoteAllText = quoteAllText; - FileExtension = fileExtension; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets indicates whether string values should always be - /// enclosed with quotes. Type: boolean (or Expression with resultType - /// boolean). - /// - [JsonProperty(PropertyName = "quoteAllText")] - public object QuoteAllText { get; set; } - - /// - /// Gets or sets the file extension used to create the files. Type: - /// string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "fileExtension")] - public object FileExtension { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (FileExtension == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "FileExtension"); - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DependencyReference.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DependencyReference.cs deleted file mode 100644 index 60817bd12d4e5..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DependencyReference.cs +++ /dev/null @@ -1,35 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using System.Linq; - - /// - /// Referenced dependency. - /// - public partial class DependencyReference - { - /// - /// Initializes a new instance of the DependencyReference class. - /// - public DependencyReference() - { - CustomInit(); - } - - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DistcpSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DistcpSettings.cs deleted file mode 100644 index afa77cce6ba4e..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DistcpSettings.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Linq; - - /// - /// Distcp settings. - /// - public partial class DistcpSettings - { - /// - /// Initializes a new instance of the DistcpSettings class. - /// - public DistcpSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the DistcpSettings class. - /// - /// Specifies the Yarn - /// ResourceManager endpoint. Type: string (or Expression with - /// resultType string). - /// Specifies an existing folder path - /// which will be used to store temp Distcp command script. The script - /// file is generated by ADF and will be removed after Copy job - /// finished. Type: string (or Expression with resultType - /// string). - /// Specifies the Distcp options. Type: - /// string (or Expression with resultType string). - public DistcpSettings(object resourceManagerEndpoint, object tempScriptPath, object distcpOptions = default(object)) - { - ResourceManagerEndpoint = resourceManagerEndpoint; - TempScriptPath = tempScriptPath; - DistcpOptions = distcpOptions; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets specifies the Yarn ResourceManager endpoint. Type: - /// string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "resourceManagerEndpoint")] - public object ResourceManagerEndpoint { get; set; } - - /// - /// Gets or sets specifies an existing folder path which will be used - /// to store temp Distcp command script. The script file is generated - /// by ADF and will be removed after Copy job finished. Type: string - /// (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "tempScriptPath")] - public object TempScriptPath { get; set; } - - /// - /// Gets or sets specifies the Distcp options. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "distcpOptions")] - public object DistcpOptions { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (ResourceManagerEndpoint == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "ResourceManagerEndpoint"); - } - if (TempScriptPath == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "TempScriptPath"); - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DocumentDbCollectionSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DocumentDbCollectionSink.cs deleted file mode 100644 index 7e1ca124e4b3a..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DocumentDbCollectionSink.cs +++ /dev/null @@ -1,84 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Document Database Collection sink. - /// - public partial class DocumentDbCollectionSink : CopySink - { - /// - /// Initializes a new instance of the DocumentDbCollectionSink class. - /// - public DocumentDbCollectionSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the DocumentDbCollectionSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// Nested properties separator. Default - /// is . (dot). Type: string (or Expression with resultType - /// string). - /// Describes how to write data to Azure - /// Cosmos DB. Type: string (or Expression with resultType string). - /// Allowed values: insert and upsert. - public DocumentDbCollectionSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object nestingSeparator = default(object), object writeBehavior = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - NestingSeparator = nestingSeparator; - WriteBehavior = writeBehavior; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets nested properties separator. Default is . (dot). Type: - /// string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "nestingSeparator")] - public object NestingSeparator { get; set; } - - /// - /// Gets or sets describes how to write data to Azure Cosmos DB. Type: - /// string (or Expression with resultType string). Allowed values: - /// insert and upsert. - /// - [JsonProperty(PropertyName = "writeBehavior")] - public object WriteBehavior { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DocumentDbCollectionSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DocumentDbCollectionSource.cs deleted file mode 100644 index 250c63772c0c1..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DocumentDbCollectionSource.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Document Database Collection source. - /// - public partial class DocumentDbCollectionSource : CopySource - { - /// - /// Initializes a new instance of the DocumentDbCollectionSource class. - /// - public DocumentDbCollectionSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the DocumentDbCollectionSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Documents query. Type: string (or Expression - /// with resultType string). - /// Nested properties separator. Type: - /// string (or Expression with resultType string). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public DocumentDbCollectionSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object query = default(object), object nestingSeparator = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - Query = query; - NestingSeparator = nestingSeparator; - QueryTimeout = queryTimeout; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets documents query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets nested properties separator. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "nestingSeparator")] - public object NestingSeparator { get; set; } - - /// - /// Gets or sets query timeout. Type: string (or Expression with - /// resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// - [JsonProperty(PropertyName = "queryTimeout")] - public object QueryTimeout { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DrillSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DrillSource.cs deleted file mode 100644 index 3753001f42d4d..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DrillSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Drill server source. - /// - public partial class DrillSource : TabularSource - { - /// - /// Initializes a new instance of the DrillSource class. - /// - public DrillSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the DrillSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public DrillSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DynamicsAXSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DynamicsAXSource.cs deleted file mode 100644 index b5d0a9c2a79c0..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DynamicsAXSource.cs +++ /dev/null @@ -1,88 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Dynamics AX source. - /// - public partial class DynamicsAXSource : TabularSource - { - /// - /// Initializes a new instance of the DynamicsAXSource class. - /// - public DynamicsAXSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the DynamicsAXSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - /// The timeout (TimeSpan) to get an - /// HTTP response. It is the timeout to get a response, not the timeout - /// to read response data. Default value: 00:05:00. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - public DynamicsAXSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object), object httpRequestTimeout = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - HttpRequestTimeout = httpRequestTimeout; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets the timeout (TimeSpan) to get an HTTP response. It is - /// the timeout to get a response, not the timeout to read response - /// data. Default value: 00:05:00. Type: string (or Expression with - /// resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// - [JsonProperty(PropertyName = "httpRequestTimeout")] - public object HttpRequestTimeout { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DynamicsCrmSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DynamicsCrmSink.cs deleted file mode 100644 index a22cc07b820a3..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DynamicsCrmSink.cs +++ /dev/null @@ -1,99 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Dynamics CRM sink. - /// - public partial class DynamicsCrmSink : CopySink - { - /// - /// Initializes a new instance of the DynamicsCrmSink class. - /// - public DynamicsCrmSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the DynamicsCrmSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// The flag indicating whether to - /// ignore null values from input dataset (except key fields) during - /// write operation. Default is false. Type: boolean (or Expression - /// with resultType boolean). - /// The logical name of the alternate - /// key which will be used when upserting records. Type: string (or - /// Expression with resultType string). - public DynamicsCrmSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object ignoreNullValues = default(object), object alternateKeyName = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - IgnoreNullValues = ignoreNullValues; - AlternateKeyName = alternateKeyName; - CustomInit(); - } - /// - /// Static constructor for DynamicsCrmSink class. - /// - static DynamicsCrmSink() - { - WriteBehavior = "Upsert"; - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the flag indicating whether to ignore null values from - /// input dataset (except key fields) during write operation. Default - /// is false. Type: boolean (or Expression with resultType boolean). - /// - [JsonProperty(PropertyName = "ignoreNullValues")] - public object IgnoreNullValues { get; set; } - - /// - /// Gets or sets the logical name of the alternate key which will be - /// used when upserting records. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "alternateKeyName")] - public object AlternateKeyName { get; set; } - - /// - /// The write behavior for the operation. - /// - [JsonProperty(PropertyName = "writeBehavior")] - public static string WriteBehavior { get; private set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DynamicsCrmSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DynamicsCrmSource.cs deleted file mode 100644 index 280028f6a9332..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DynamicsCrmSource.cs +++ /dev/null @@ -1,80 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Dynamics CRM source. - /// - public partial class DynamicsCrmSource : CopySource - { - /// - /// Initializes a new instance of the DynamicsCrmSource class. - /// - public DynamicsCrmSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the DynamicsCrmSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// FetchXML is a proprietary query language that - /// is used in Microsoft Dynamics CRM (online & on-premises). Type: - /// string (or Expression with resultType string). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public DynamicsCrmSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object query = default(object), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - Query = query; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets fetchXML is a proprietary query language that is used - /// in Microsoft Dynamics CRM (online &amp; on-premises). Type: - /// string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DynamicsSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DynamicsSink.cs deleted file mode 100644 index ad1fd40bcdb75..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DynamicsSink.cs +++ /dev/null @@ -1,99 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Dynamics sink. - /// - public partial class DynamicsSink : CopySink - { - /// - /// Initializes a new instance of the DynamicsSink class. - /// - public DynamicsSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the DynamicsSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// The flag indicating whether ignore - /// null values from input dataset (except key fields) during write - /// operation. Default is false. Type: boolean (or Expression with - /// resultType boolean). - /// The logical name of the alternate - /// key which will be used when upserting records. Type: string (or - /// Expression with resultType string). - public DynamicsSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object ignoreNullValues = default(object), object alternateKeyName = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - IgnoreNullValues = ignoreNullValues; - AlternateKeyName = alternateKeyName; - CustomInit(); - } - /// - /// Static constructor for DynamicsSink class. - /// - static DynamicsSink() - { - WriteBehavior = "Upsert"; - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the flag indicating whether ignore null values from - /// input dataset (except key fields) during write operation. Default - /// is false. Type: boolean (or Expression with resultType boolean). - /// - [JsonProperty(PropertyName = "ignoreNullValues")] - public object IgnoreNullValues { get; set; } - - /// - /// Gets or sets the logical name of the alternate key which will be - /// used when upserting records. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "alternateKeyName")] - public object AlternateKeyName { get; set; } - - /// - /// The write behavior for the operation. - /// - [JsonProperty(PropertyName = "writeBehavior")] - public static string WriteBehavior { get; private set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DynamicsSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DynamicsSource.cs deleted file mode 100644 index 9bf19334bda87..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/DynamicsSource.cs +++ /dev/null @@ -1,80 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Dynamics source. - /// - public partial class DynamicsSource : CopySource - { - /// - /// Initializes a new instance of the DynamicsSource class. - /// - public DynamicsSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the DynamicsSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// FetchXML is a proprietary query language that - /// is used in Microsoft Dynamics (online & on-premises). Type: - /// string (or Expression with resultType string). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public DynamicsSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object query = default(object), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - Query = query; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets fetchXML is a proprietary query language that is used - /// in Microsoft Dynamics (online &amp; on-premises). Type: string - /// (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/EloquaSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/EloquaSource.cs deleted file mode 100644 index 970569642b98f..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/EloquaSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Eloqua server source. - /// - public partial class EloquaSource : TabularSource - { - /// - /// Initializes a new instance of the EloquaSource class. - /// - public EloquaSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the EloquaSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public EloquaSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/EnvironmentVariableSetup.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/EnvironmentVariableSetup.cs deleted file mode 100644 index f5845ebf762bf..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/EnvironmentVariableSetup.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Linq; - - /// - /// The custom setup of setting environment variable. - /// - [Rest.Serialization.JsonTransformation] - public partial class EnvironmentVariableSetup : CustomSetupBase - { - /// - /// Initializes a new instance of the EnvironmentVariableSetup class. - /// - public EnvironmentVariableSetup() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the EnvironmentVariableSetup class. - /// - /// The name of the environment - /// variable. - /// The value of the environment - /// variable. - public EnvironmentVariableSetup(string variableName, string variableValue) - { - VariableName = variableName; - VariableValue = variableValue; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the name of the environment variable. - /// - [JsonProperty(PropertyName = "typeProperties.variableName")] - public string VariableName { get; set; } - - /// - /// Gets or sets the value of the environment variable. - /// - [JsonProperty(PropertyName = "typeProperties.variableValue")] - public string VariableValue { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (VariableName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "VariableName"); - } - if (VariableValue == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "VariableValue"); - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ExcelSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ExcelSource.cs deleted file mode 100644 index a698729e41f75..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ExcelSource.cs +++ /dev/null @@ -1,76 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity excel source. - /// - public partial class ExcelSource : CopySource - { - /// - /// Initializes a new instance of the ExcelSource class. - /// - public ExcelSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ExcelSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Excel store settings. - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public ExcelSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), StoreReadSettings storeSettings = default(StoreReadSettings), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - StoreSettings = storeSettings; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets excel store settings. - /// - [JsonProperty(PropertyName = "storeSettings")] - public StoreReadSettings StoreSettings { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ExportSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ExportSettings.cs deleted file mode 100644 index 422b0c171cf04..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ExportSettings.cs +++ /dev/null @@ -1,55 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Export command settings. - /// - public partial class ExportSettings - { - /// - /// Initializes a new instance of the ExportSettings class. - /// - public ExportSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ExportSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - public ExportSettings(IDictionary additionalProperties = default(IDictionary)) - { - AdditionalProperties = additionalProperties; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FactoryGitHubConfiguration.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FactoryGitHubConfiguration.cs index b6bd1e7ebd2b8..01383bd846742 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FactoryGitHubConfiguration.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FactoryGitHubConfiguration.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// /// Factory's GitHub repo information. /// + [Newtonsoft.Json.JsonObject("FactoryGitHubConfiguration")] public partial class FactoryGitHubConfiguration : FactoryRepoConfiguration { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FactoryIdentityType.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FactoryIdentityType.cs new file mode 100644 index 0000000000000..4d6ae5868ce28 --- /dev/null +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FactoryIdentityType.cs @@ -0,0 +1,54 @@ +// +// 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. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.DataFactory.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for FactoryIdentityType. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum FactoryIdentityType + { + [EnumMember(Value = "SystemAssigned")] + SystemAssigned + } + internal static class FactoryIdentityTypeEnumExtension + { + internal static string ToSerializedValue(this FactoryIdentityType? value) + { + return value == null ? null : ((FactoryIdentityType)value).ToSerializedValue(); + } + + internal static string ToSerializedValue(this FactoryIdentityType value) + { + switch( value ) + { + case FactoryIdentityType.SystemAssigned: + return "SystemAssigned"; + } + return null; + } + + internal static FactoryIdentityType? ParseFactoryIdentityType(this string value) + { + switch( value ) + { + case "SystemAssigned": + return FactoryIdentityType.SystemAssigned; + } + return null; + } + } +} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FactoryRepoConfiguration.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FactoryRepoConfiguration.cs index 539d782b3939e..86a98255ae9cf 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FactoryRepoConfiguration.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FactoryRepoConfiguration.cs @@ -17,6 +17,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// /// Factory's git repo information. /// + [Newtonsoft.Json.JsonObject("FactoryRepoConfiguration")] public partial class FactoryRepoConfiguration { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FactoryVSTSConfiguration.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FactoryVSTSConfiguration.cs index 0b5f5a1c67c86..6a8520fcf99fe 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FactoryVSTSConfiguration.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FactoryVSTSConfiguration.cs @@ -17,6 +17,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// /// Factory's VSTS repo information. /// + [Newtonsoft.Json.JsonObject("FactoryVSTSConfiguration")] public partial class FactoryVSTSConfiguration : FactoryRepoConfiguration { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FileServerLocation.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FileServerLocation.cs deleted file mode 100644 index e841d2fcec830..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FileServerLocation.cs +++ /dev/null @@ -1,51 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The location of file server dataset. - /// - public partial class FileServerLocation : DatasetLocation - { - /// - /// Initializes a new instance of the FileServerLocation class. - /// - public FileServerLocation() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the FileServerLocation class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Specify the folder path of dataset. Type: - /// string (or Expression with resultType string) - /// Specify the file name of dataset. Type: - /// string (or Expression with resultType string). - public FileServerLocation(IDictionary additionalProperties = default(IDictionary), object folderPath = default(object), object fileName = default(object)) - : base(additionalProperties, folderPath, fileName) - { - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FileServerReadSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FileServerReadSettings.cs deleted file mode 100644 index a505846583864..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FileServerReadSettings.cs +++ /dev/null @@ -1,163 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// File server read settings. - /// - public partial class FileServerReadSettings : StoreReadSettings - { - /// - /// Initializes a new instance of the FileServerReadSettings class. - /// - public FileServerReadSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the FileServerReadSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// If true, files under the folder path will - /// be read recursively. Default is true. Type: boolean (or Expression - /// with resultType boolean). - /// FileServer wildcardFolderPath. - /// Type: string (or Expression with resultType string). - /// FileServer wildcardFileName. Type: - /// string (or Expression with resultType string). - /// Point to a text file that lists each - /// file (relative path to the path configured in the dataset) that you - /// want to copy. Type: string (or Expression with resultType - /// string). - /// Indicates whether to enable - /// partition discovery. - /// Specify the root path where - /// partition discovery starts from. Type: string (or Expression with - /// resultType string). - /// Indicates whether the - /// source files need to be deleted after copy completion. Default is - /// false. Type: boolean (or Expression with resultType - /// boolean). - /// The start of file's modified - /// datetime. Type: string (or Expression with resultType - /// string). - /// The end of file's modified - /// datetime. Type: string (or Expression with resultType - /// string). - /// Specify a filter to be used to select a - /// subset of files in the folderPath rather than all files. Type: - /// string (or Expression with resultType string). - public FileServerReadSettings(IDictionary additionalProperties = default(IDictionary), object maxConcurrentConnections = default(object), object recursive = default(object), object wildcardFolderPath = default(object), object wildcardFileName = default(object), object fileListPath = default(object), bool? enablePartitionDiscovery = default(bool?), object partitionRootPath = default(object), object deleteFilesAfterCompletion = default(object), object modifiedDatetimeStart = default(object), object modifiedDatetimeEnd = default(object), object fileFilter = default(object)) - : base(additionalProperties, maxConcurrentConnections) - { - Recursive = recursive; - WildcardFolderPath = wildcardFolderPath; - WildcardFileName = wildcardFileName; - FileListPath = fileListPath; - EnablePartitionDiscovery = enablePartitionDiscovery; - PartitionRootPath = partitionRootPath; - DeleteFilesAfterCompletion = deleteFilesAfterCompletion; - ModifiedDatetimeStart = modifiedDatetimeStart; - ModifiedDatetimeEnd = modifiedDatetimeEnd; - FileFilter = fileFilter; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets if true, files under the folder path will be read - /// recursively. Default is true. Type: boolean (or Expression with - /// resultType boolean). - /// - [JsonProperty(PropertyName = "recursive")] - public object Recursive { get; set; } - - /// - /// Gets or sets fileServer wildcardFolderPath. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "wildcardFolderPath")] - public object WildcardFolderPath { get; set; } - - /// - /// Gets or sets fileServer wildcardFileName. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "wildcardFileName")] - public object WildcardFileName { get; set; } - - /// - /// Gets or sets point to a text file that lists each file (relative - /// path to the path configured in the dataset) that you want to copy. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "fileListPath")] - public object FileListPath { get; set; } - - /// - /// Gets or sets indicates whether to enable partition discovery. - /// - [JsonProperty(PropertyName = "enablePartitionDiscovery")] - public bool? EnablePartitionDiscovery { get; set; } - - /// - /// Gets or sets specify the root path where partition discovery starts - /// from. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "partitionRootPath")] - public object PartitionRootPath { get; set; } - - /// - /// Gets or sets indicates whether the source files need to be deleted - /// after copy completion. Default is false. Type: boolean (or - /// Expression with resultType boolean). - /// - [JsonProperty(PropertyName = "deleteFilesAfterCompletion")] - public object DeleteFilesAfterCompletion { get; set; } - - /// - /// Gets or sets the start of file's modified datetime. Type: string - /// (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "modifiedDatetimeStart")] - public object ModifiedDatetimeStart { get; set; } - - /// - /// Gets or sets the end of file's modified datetime. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "modifiedDatetimeEnd")] - public object ModifiedDatetimeEnd { get; set; } - - /// - /// Gets or sets specify a filter to be used to select a subset of - /// files in the folderPath rather than all files. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "fileFilter")] - public object FileFilter { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FileServerWriteSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FileServerWriteSettings.cs deleted file mode 100644 index b89b89c40ba28..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FileServerWriteSettings.cs +++ /dev/null @@ -1,52 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// File server write settings. - /// - public partial class FileServerWriteSettings : StoreWriteSettings - { - /// - /// Initializes a new instance of the FileServerWriteSettings class. - /// - public FileServerWriteSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the FileServerWriteSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// The type of copy behavior for copy - /// sink. - public FileServerWriteSettings(IDictionary additionalProperties = default(IDictionary), object maxConcurrentConnections = default(object), object copyBehavior = default(object)) - : base(additionalProperties, maxConcurrentConnections, copyBehavior) - { - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FileSystemSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FileSystemSink.cs deleted file mode 100644 index a5020f9d87af6..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FileSystemSink.cs +++ /dev/null @@ -1,70 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity file system sink. - /// - public partial class FileSystemSink : CopySink - { - /// - /// Initializes a new instance of the FileSystemSink class. - /// - public FileSystemSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the FileSystemSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// The type of copy behavior for copy - /// sink. - public FileSystemSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object copyBehavior = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - CopyBehavior = copyBehavior; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the type of copy behavior for copy sink. - /// - [JsonProperty(PropertyName = "copyBehavior")] - public object CopyBehavior { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FileSystemSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FileSystemSource.cs deleted file mode 100644 index 012aeba12ebbe..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FileSystemSource.cs +++ /dev/null @@ -1,80 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity file system source. - /// - public partial class FileSystemSource : CopySource - { - /// - /// Initializes a new instance of the FileSystemSource class. - /// - public FileSystemSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the FileSystemSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// If true, files under the folder path will - /// be read recursively. Default is true. Type: boolean (or Expression - /// with resultType boolean). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public FileSystemSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object recursive = default(object), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - Recursive = recursive; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets if true, files under the folder path will be read - /// recursively. Default is true. Type: boolean (or Expression with - /// resultType boolean). - /// - [JsonProperty(PropertyName = "recursive")] - public object Recursive { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FormatReadSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FormatReadSettings.cs index 9cfdb4346aeb3..c025beba72575 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FormatReadSettings.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FormatReadSettings.cs @@ -18,6 +18,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// /// Format read settings. /// + [Newtonsoft.Json.JsonObject("FormatReadSettings")] public partial class FormatReadSettings { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FormatWriteSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FormatWriteSettings.cs deleted file mode 100644 index e7757b5ebf5cf..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FormatWriteSettings.cs +++ /dev/null @@ -1,55 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Format write settings. - /// - public partial class FormatWriteSettings - { - /// - /// Initializes a new instance of the FormatWriteSettings class. - /// - public FormatWriteSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the FormatWriteSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - public FormatWriteSettings(IDictionary additionalProperties = default(IDictionary)) - { - AdditionalProperties = additionalProperties; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FtpReadSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FtpReadSettings.cs deleted file mode 100644 index 678775c7b66ad..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FtpReadSettings.cs +++ /dev/null @@ -1,139 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Ftp read settings. - /// - public partial class FtpReadSettings : StoreReadSettings - { - /// - /// Initializes a new instance of the FtpReadSettings class. - /// - public FtpReadSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the FtpReadSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// If true, files under the folder path will - /// be read recursively. Default is true. Type: boolean (or Expression - /// with resultType boolean). - /// Ftp wildcardFolderPath. Type: - /// string (or Expression with resultType string). - /// Ftp wildcardFileName. Type: string - /// (or Expression with resultType string). - /// Indicates whether to enable - /// partition discovery. - /// Specify the root path where - /// partition discovery starts from. Type: string (or Expression with - /// resultType string). - /// Indicates whether the - /// source files need to be deleted after copy completion. Default is - /// false. Type: boolean (or Expression with resultType - /// boolean). - /// Point to a text file that lists each - /// file (relative path to the path configured in the dataset) that you - /// want to copy. Type: string (or Expression with resultType - /// string). - /// Specify whether to use binary - /// transfer mode for FTP stores. - public FtpReadSettings(IDictionary additionalProperties = default(IDictionary), object maxConcurrentConnections = default(object), object recursive = default(object), object wildcardFolderPath = default(object), object wildcardFileName = default(object), bool? enablePartitionDiscovery = default(bool?), object partitionRootPath = default(object), object deleteFilesAfterCompletion = default(object), object fileListPath = default(object), bool? useBinaryTransfer = default(bool?)) - : base(additionalProperties, maxConcurrentConnections) - { - Recursive = recursive; - WildcardFolderPath = wildcardFolderPath; - WildcardFileName = wildcardFileName; - EnablePartitionDiscovery = enablePartitionDiscovery; - PartitionRootPath = partitionRootPath; - DeleteFilesAfterCompletion = deleteFilesAfterCompletion; - FileListPath = fileListPath; - UseBinaryTransfer = useBinaryTransfer; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets if true, files under the folder path will be read - /// recursively. Default is true. Type: boolean (or Expression with - /// resultType boolean). - /// - [JsonProperty(PropertyName = "recursive")] - public object Recursive { get; set; } - - /// - /// Gets or sets ftp wildcardFolderPath. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "wildcardFolderPath")] - public object WildcardFolderPath { get; set; } - - /// - /// Gets or sets ftp wildcardFileName. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "wildcardFileName")] - public object WildcardFileName { get; set; } - - /// - /// Gets or sets indicates whether to enable partition discovery. - /// - [JsonProperty(PropertyName = "enablePartitionDiscovery")] - public bool? EnablePartitionDiscovery { get; set; } - - /// - /// Gets or sets specify the root path where partition discovery starts - /// from. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "partitionRootPath")] - public object PartitionRootPath { get; set; } - - /// - /// Gets or sets indicates whether the source files need to be deleted - /// after copy completion. Default is false. Type: boolean (or - /// Expression with resultType boolean). - /// - [JsonProperty(PropertyName = "deleteFilesAfterCompletion")] - public object DeleteFilesAfterCompletion { get; set; } - - /// - /// Gets or sets point to a text file that lists each file (relative - /// path to the path configured in the dataset) that you want to copy. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "fileListPath")] - public object FileListPath { get; set; } - - /// - /// Gets or sets specify whether to use binary transfer mode for FTP - /// stores. - /// - [JsonProperty(PropertyName = "useBinaryTransfer")] - public bool? UseBinaryTransfer { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FtpServerLocation.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FtpServerLocation.cs deleted file mode 100644 index fe3cd17083330..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/FtpServerLocation.cs +++ /dev/null @@ -1,51 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The location of ftp server dataset. - /// - public partial class FtpServerLocation : DatasetLocation - { - /// - /// Initializes a new instance of the FtpServerLocation class. - /// - public FtpServerLocation() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the FtpServerLocation class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Specify the folder path of dataset. Type: - /// string (or Expression with resultType string) - /// Specify the file name of dataset. Type: - /// string (or Expression with resultType string). - public FtpServerLocation(IDictionary additionalProperties = default(IDictionary), object folderPath = default(object), object fileName = default(object)) - : base(additionalProperties, folderPath, fileName) - { - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/GoogleAdWordsSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/GoogleAdWordsSource.cs deleted file mode 100644 index 1497bd1e95f88..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/GoogleAdWordsSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Google AdWords service source. - /// - public partial class GoogleAdWordsSource : TabularSource - { - /// - /// Initializes a new instance of the GoogleAdWordsSource class. - /// - public GoogleAdWordsSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the GoogleAdWordsSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public GoogleAdWordsSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/GoogleBigQuerySource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/GoogleBigQuerySource.cs deleted file mode 100644 index ce6501c746d59..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/GoogleBigQuerySource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Google BigQuery service source. - /// - public partial class GoogleBigQuerySource : TabularSource - { - /// - /// Initializes a new instance of the GoogleBigQuerySource class. - /// - public GoogleBigQuerySource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the GoogleBigQuerySource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public GoogleBigQuerySource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/GoogleCloudStorageLocation.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/GoogleCloudStorageLocation.cs deleted file mode 100644 index ea04ad299b740..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/GoogleCloudStorageLocation.cs +++ /dev/null @@ -1,73 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The location of Google Cloud Storage dataset. - /// - public partial class GoogleCloudStorageLocation : DatasetLocation - { - /// - /// Initializes a new instance of the GoogleCloudStorageLocation class. - /// - public GoogleCloudStorageLocation() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the GoogleCloudStorageLocation class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Specify the folder path of dataset. Type: - /// string (or Expression with resultType string) - /// Specify the file name of dataset. Type: - /// string (or Expression with resultType string). - /// Specify the bucketName of Google Cloud - /// Storage. Type: string (or Expression with resultType - /// string) - /// Specify the version of Google Cloud Storage. - /// Type: string (or Expression with resultType string). - public GoogleCloudStorageLocation(IDictionary additionalProperties = default(IDictionary), object folderPath = default(object), object fileName = default(object), object bucketName = default(object), object version = default(object)) - : base(additionalProperties, folderPath, fileName) - { - BucketName = bucketName; - Version = version; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets specify the bucketName of Google Cloud Storage. Type: - /// string (or Expression with resultType string) - /// - [JsonProperty(PropertyName = "bucketName")] - public object BucketName { get; set; } - - /// - /// Gets or sets specify the version of Google Cloud Storage. Type: - /// string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "version")] - public object Version { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/GoogleCloudStorageReadSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/GoogleCloudStorageReadSettings.cs deleted file mode 100644 index 493b2ff915f05..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/GoogleCloudStorageReadSettings.cs +++ /dev/null @@ -1,166 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Google Cloud Storage read settings. - /// - public partial class GoogleCloudStorageReadSettings : StoreReadSettings - { - /// - /// Initializes a new instance of the GoogleCloudStorageReadSettings - /// class. - /// - public GoogleCloudStorageReadSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the GoogleCloudStorageReadSettings - /// class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// If true, files under the folder path will - /// be read recursively. Default is true. Type: boolean (or Expression - /// with resultType boolean). - /// Google Cloud Storage - /// wildcardFolderPath. Type: string (or Expression with resultType - /// string). - /// Google Cloud Storage - /// wildcardFileName. Type: string (or Expression with resultType - /// string). - /// The prefix filter for the Google Cloud Storage - /// object name. Type: string (or Expression with resultType - /// string). - /// Point to a text file that lists each - /// file (relative path to the path configured in the dataset) that you - /// want to copy. Type: string (or Expression with resultType - /// string). - /// Indicates whether to enable - /// partition discovery. - /// Specify the root path where - /// partition discovery starts from. Type: string (or Expression with - /// resultType string). - /// Indicates whether the - /// source files need to be deleted after copy completion. Default is - /// false. Type: boolean (or Expression with resultType - /// boolean). - /// The start of file's modified - /// datetime. Type: string (or Expression with resultType - /// string). - /// The end of file's modified - /// datetime. Type: string (or Expression with resultType - /// string). - public GoogleCloudStorageReadSettings(IDictionary additionalProperties = default(IDictionary), object maxConcurrentConnections = default(object), object recursive = default(object), object wildcardFolderPath = default(object), object wildcardFileName = default(object), object prefix = default(object), object fileListPath = default(object), bool? enablePartitionDiscovery = default(bool?), object partitionRootPath = default(object), object deleteFilesAfterCompletion = default(object), object modifiedDatetimeStart = default(object), object modifiedDatetimeEnd = default(object)) - : base(additionalProperties, maxConcurrentConnections) - { - Recursive = recursive; - WildcardFolderPath = wildcardFolderPath; - WildcardFileName = wildcardFileName; - Prefix = prefix; - FileListPath = fileListPath; - EnablePartitionDiscovery = enablePartitionDiscovery; - PartitionRootPath = partitionRootPath; - DeleteFilesAfterCompletion = deleteFilesAfterCompletion; - ModifiedDatetimeStart = modifiedDatetimeStart; - ModifiedDatetimeEnd = modifiedDatetimeEnd; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets if true, files under the folder path will be read - /// recursively. Default is true. Type: boolean (or Expression with - /// resultType boolean). - /// - [JsonProperty(PropertyName = "recursive")] - public object Recursive { get; set; } - - /// - /// Gets or sets google Cloud Storage wildcardFolderPath. Type: string - /// (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "wildcardFolderPath")] - public object WildcardFolderPath { get; set; } - - /// - /// Gets or sets google Cloud Storage wildcardFileName. Type: string - /// (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "wildcardFileName")] - public object WildcardFileName { get; set; } - - /// - /// Gets or sets the prefix filter for the Google Cloud Storage object - /// name. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "prefix")] - public object Prefix { get; set; } - - /// - /// Gets or sets point to a text file that lists each file (relative - /// path to the path configured in the dataset) that you want to copy. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "fileListPath")] - public object FileListPath { get; set; } - - /// - /// Gets or sets indicates whether to enable partition discovery. - /// - [JsonProperty(PropertyName = "enablePartitionDiscovery")] - public bool? EnablePartitionDiscovery { get; set; } - - /// - /// Gets or sets specify the root path where partition discovery starts - /// from. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "partitionRootPath")] - public object PartitionRootPath { get; set; } - - /// - /// Gets or sets indicates whether the source files need to be deleted - /// after copy completion. Default is false. Type: boolean (or - /// Expression with resultType boolean). - /// - [JsonProperty(PropertyName = "deleteFilesAfterCompletion")] - public object DeleteFilesAfterCompletion { get; set; } - - /// - /// Gets or sets the start of file's modified datetime. Type: string - /// (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "modifiedDatetimeStart")] - public object ModifiedDatetimeStart { get; set; } - - /// - /// Gets or sets the end of file's modified datetime. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "modifiedDatetimeEnd")] - public object ModifiedDatetimeEnd { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/GreenplumSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/GreenplumSource.cs deleted file mode 100644 index 1a37594fddb3d..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/GreenplumSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Greenplum Database source. - /// - public partial class GreenplumSource : TabularSource - { - /// - /// Initializes a new instance of the GreenplumSource class. - /// - public GreenplumSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the GreenplumSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public GreenplumSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HBaseSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HBaseSource.cs deleted file mode 100644 index c07b4d655cb9c..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HBaseSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity HBase server source. - /// - public partial class HBaseSource : TabularSource - { - /// - /// Initializes a new instance of the HBaseSource class. - /// - public HBaseSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the HBaseSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public HBaseSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HdfsLocation.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HdfsLocation.cs deleted file mode 100644 index 0ce08f97e490f..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HdfsLocation.cs +++ /dev/null @@ -1,51 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The location of HDFS. - /// - public partial class HdfsLocation : DatasetLocation - { - /// - /// Initializes a new instance of the HdfsLocation class. - /// - public HdfsLocation() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the HdfsLocation class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Specify the folder path of dataset. Type: - /// string (or Expression with resultType string) - /// Specify the file name of dataset. Type: - /// string (or Expression with resultType string). - public HdfsLocation(IDictionary additionalProperties = default(IDictionary), object folderPath = default(object), object fileName = default(object)) - : base(additionalProperties, folderPath, fileName) - { - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HdfsReadSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HdfsReadSettings.cs deleted file mode 100644 index 3b5916fe2b6bc..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HdfsReadSettings.cs +++ /dev/null @@ -1,160 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// HDFS read settings. - /// - public partial class HdfsReadSettings : StoreReadSettings - { - /// - /// Initializes a new instance of the HdfsReadSettings class. - /// - public HdfsReadSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the HdfsReadSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// If true, files under the folder path will - /// be read recursively. Default is true. Type: boolean (or Expression - /// with resultType boolean). - /// HDFS wildcardFolderPath. Type: - /// string (or Expression with resultType string). - /// HDFS wildcardFileName. Type: string - /// (or Expression with resultType string). - /// Point to a text file that lists each - /// file (relative path to the path configured in the dataset) that you - /// want to copy. Type: string (or Expression with resultType - /// string). - /// Indicates whether to enable - /// partition discovery. - /// Specify the root path where - /// partition discovery starts from. Type: string (or Expression with - /// resultType string). - /// The start of file's modified - /// datetime. Type: string (or Expression with resultType - /// string). - /// The end of file's modified - /// datetime. Type: string (or Expression with resultType - /// string). - /// Specifies Distcp-related - /// settings. - public HdfsReadSettings(IDictionary additionalProperties = default(IDictionary), object maxConcurrentConnections = default(object), object recursive = default(object), object wildcardFolderPath = default(object), object wildcardFileName = default(object), object fileListPath = default(object), bool? enablePartitionDiscovery = default(bool?), object partitionRootPath = default(object), object modifiedDatetimeStart = default(object), object modifiedDatetimeEnd = default(object), DistcpSettings distcpSettings = default(DistcpSettings)) - : base(additionalProperties, maxConcurrentConnections) - { - Recursive = recursive; - WildcardFolderPath = wildcardFolderPath; - WildcardFileName = wildcardFileName; - FileListPath = fileListPath; - EnablePartitionDiscovery = enablePartitionDiscovery; - PartitionRootPath = partitionRootPath; - ModifiedDatetimeStart = modifiedDatetimeStart; - ModifiedDatetimeEnd = modifiedDatetimeEnd; - DistcpSettings = distcpSettings; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets if true, files under the folder path will be read - /// recursively. Default is true. Type: boolean (or Expression with - /// resultType boolean). - /// - [JsonProperty(PropertyName = "recursive")] - public object Recursive { get; set; } - - /// - /// Gets or sets HDFS wildcardFolderPath. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "wildcardFolderPath")] - public object WildcardFolderPath { get; set; } - - /// - /// Gets or sets HDFS wildcardFileName. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "wildcardFileName")] - public object WildcardFileName { get; set; } - - /// - /// Gets or sets point to a text file that lists each file (relative - /// path to the path configured in the dataset) that you want to copy. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "fileListPath")] - public object FileListPath { get; set; } - - /// - /// Gets or sets indicates whether to enable partition discovery. - /// - [JsonProperty(PropertyName = "enablePartitionDiscovery")] - public bool? EnablePartitionDiscovery { get; set; } - - /// - /// Gets or sets specify the root path where partition discovery starts - /// from. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "partitionRootPath")] - public object PartitionRootPath { get; set; } - - /// - /// Gets or sets the start of file's modified datetime. Type: string - /// (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "modifiedDatetimeStart")] - public object ModifiedDatetimeStart { get; set; } - - /// - /// Gets or sets the end of file's modified datetime. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "modifiedDatetimeEnd")] - public object ModifiedDatetimeEnd { get; set; } - - /// - /// Gets or sets specifies Distcp-related settings. - /// - [JsonProperty(PropertyName = "distcpSettings")] - public DistcpSettings DistcpSettings { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (DistcpSettings != null) - { - DistcpSettings.Validate(); - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HdfsSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HdfsSource.cs deleted file mode 100644 index 51785dc84d0fb..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HdfsSource.cs +++ /dev/null @@ -1,90 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity HDFS source. - /// - public partial class HdfsSource : CopySource - { - /// - /// Initializes a new instance of the HdfsSource class. - /// - public HdfsSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the HdfsSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// If true, files under the folder path will - /// be read recursively. Default is true. Type: boolean (or Expression - /// with resultType boolean). - /// Specifies Distcp-related - /// settings. - public HdfsSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object recursive = default(object), DistcpSettings distcpSettings = default(DistcpSettings)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - Recursive = recursive; - DistcpSettings = distcpSettings; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets if true, files under the folder path will be read - /// recursively. Default is true. Type: boolean (or Expression with - /// resultType boolean). - /// - [JsonProperty(PropertyName = "recursive")] - public object Recursive { get; set; } - - /// - /// Gets or sets specifies Distcp-related settings. - /// - [JsonProperty(PropertyName = "distcpSettings")] - public DistcpSettings DistcpSettings { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (DistcpSettings != null) - { - DistcpSettings.Validate(); - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HiveSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HiveSource.cs deleted file mode 100644 index 75fa771c2e17c..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HiveSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Hive Server source. - /// - public partial class HiveSource : TabularSource - { - /// - /// Initializes a new instance of the HiveSource class. - /// - public HiveSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the HiveSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public HiveSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HttpReadSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HttpReadSettings.cs deleted file mode 100644 index 31509b47b9797..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HttpReadSettings.cs +++ /dev/null @@ -1,116 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Sftp read settings. - /// - public partial class HttpReadSettings : StoreReadSettings - { - /// - /// Initializes a new instance of the HttpReadSettings class. - /// - public HttpReadSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the HttpReadSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// The HTTP method used to call the - /// RESTful API. The default is GET. Type: string (or Expression with - /// resultType string). - /// The HTTP request body to the RESTful API - /// if requestMethod is POST. Type: string (or Expression with - /// resultType string). - /// The additional HTTP headers in the - /// request to the RESTful API. Type: string (or Expression with - /// resultType string). - /// Specifies the timeout for a HTTP - /// client to get HTTP response from HTTP server. - /// Indicates whether to enable - /// partition discovery. - /// Specify the root path where - /// partition discovery starts from. Type: string (or Expression with - /// resultType string). - public HttpReadSettings(IDictionary additionalProperties = default(IDictionary), object maxConcurrentConnections = default(object), object requestMethod = default(object), object requestBody = default(object), object additionalHeaders = default(object), object requestTimeout = default(object), bool? enablePartitionDiscovery = default(bool?), object partitionRootPath = default(object)) - : base(additionalProperties, maxConcurrentConnections) - { - RequestMethod = requestMethod; - RequestBody = requestBody; - AdditionalHeaders = additionalHeaders; - RequestTimeout = requestTimeout; - EnablePartitionDiscovery = enablePartitionDiscovery; - PartitionRootPath = partitionRootPath; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the HTTP method used to call the RESTful API. The - /// default is GET. Type: string (or Expression with resultType - /// string). - /// - [JsonProperty(PropertyName = "requestMethod")] - public object RequestMethod { get; set; } - - /// - /// Gets or sets the HTTP request body to the RESTful API if - /// requestMethod is POST. Type: string (or Expression with resultType - /// string). - /// - [JsonProperty(PropertyName = "requestBody")] - public object RequestBody { get; set; } - - /// - /// Gets or sets the additional HTTP headers in the request to the - /// RESTful API. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "additionalHeaders")] - public object AdditionalHeaders { get; set; } - - /// - /// Gets or sets specifies the timeout for a HTTP client to get HTTP - /// response from HTTP server. - /// - [JsonProperty(PropertyName = "requestTimeout")] - public object RequestTimeout { get; set; } - - /// - /// Gets or sets indicates whether to enable partition discovery. - /// - [JsonProperty(PropertyName = "enablePartitionDiscovery")] - public bool? EnablePartitionDiscovery { get; set; } - - /// - /// Gets or sets specify the root path where partition discovery starts - /// from. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "partitionRootPath")] - public object PartitionRootPath { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HttpServerLocation.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HttpServerLocation.cs deleted file mode 100644 index 7191d425c23ac..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HttpServerLocation.cs +++ /dev/null @@ -1,62 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The location of http server. - /// - public partial class HttpServerLocation : DatasetLocation - { - /// - /// Initializes a new instance of the HttpServerLocation class. - /// - public HttpServerLocation() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the HttpServerLocation class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Specify the folder path of dataset. Type: - /// string (or Expression with resultType string) - /// Specify the file name of dataset. Type: - /// string (or Expression with resultType string). - /// Specify the relativeUrl of http server. - /// Type: string (or Expression with resultType string) - public HttpServerLocation(IDictionary additionalProperties = default(IDictionary), object folderPath = default(object), object fileName = default(object), object relativeUrl = default(object)) - : base(additionalProperties, folderPath, fileName) - { - RelativeUrl = relativeUrl; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets specify the relativeUrl of http server. Type: string - /// (or Expression with resultType string) - /// - [JsonProperty(PropertyName = "relativeUrl")] - public object RelativeUrl { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HttpSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HttpSource.cs deleted file mode 100644 index c027486cd3899..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HttpSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for an HTTP file. - /// - public partial class HttpSource : CopySource - { - /// - /// Initializes a new instance of the HttpSource class. - /// - public HttpSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the HttpSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Specifies the timeout for a HTTP - /// client to get HTTP response from HTTP server. The default value is - /// equivalent to System.Net.HttpWebRequest.Timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - public HttpSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object httpRequestTimeout = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - HttpRequestTimeout = httpRequestTimeout; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets specifies the timeout for a HTTP client to get HTTP - /// response from HTTP server. The default value is equivalent to - /// System.Net.HttpWebRequest.Timeout. Type: string (or Expression with - /// resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// - [JsonProperty(PropertyName = "httpRequestTimeout")] - public object HttpRequestTimeout { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HubspotSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HubspotSource.cs deleted file mode 100644 index 77827131a9038..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/HubspotSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Hubspot Service source. - /// - public partial class HubspotSource : TabularSource - { - /// - /// Initializes a new instance of the HubspotSource class. - /// - public HubspotSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the HubspotSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public HubspotSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ImpalaSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ImpalaSource.cs deleted file mode 100644 index 8b4909c31a04c..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ImpalaSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Impala server source. - /// - public partial class ImpalaSource : TabularSource - { - /// - /// Initializes a new instance of the ImpalaSource class. - /// - public ImpalaSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ImpalaSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public ImpalaSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ImportSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ImportSettings.cs deleted file mode 100644 index 675dbe68f59c9..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ImportSettings.cs +++ /dev/null @@ -1,55 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Import command settings. - /// - public partial class ImportSettings - { - /// - /// Initializes a new instance of the ImportSettings class. - /// - public ImportSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ImportSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - public ImportSettings(IDictionary additionalProperties = default(IDictionary)) - { - AdditionalProperties = additionalProperties; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/InformixSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/InformixSink.cs deleted file mode 100644 index 0ceb858146c65..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/InformixSink.cs +++ /dev/null @@ -1,71 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Informix sink. - /// - public partial class InformixSink : CopySink - { - /// - /// Initializes a new instance of the InformixSink class. - /// - public InformixSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the InformixSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// A query to execute before starting the - /// copy. Type: string (or Expression with resultType string). - public InformixSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object preCopyScript = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - PreCopyScript = preCopyScript; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to execute before starting the copy. Type: - /// string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "preCopyScript")] - public object PreCopyScript { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/InformixSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/InformixSource.cs deleted file mode 100644 index 75ab200055a0d..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/InformixSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for Informix. - /// - public partial class InformixSource : TabularSource - { - /// - /// Initializes a new instance of the InformixSource class. - /// - public InformixSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the InformixSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// Database query. Type: string (or Expression - /// with resultType string). - public InformixSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets database query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/IntegrationRuntime.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/IntegrationRuntime.cs index 258558e598546..5ca6f698daa9c 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/IntegrationRuntime.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/IntegrationRuntime.cs @@ -19,6 +19,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// Azure Data Factory nested object which serves as a compute resource for /// activities. /// + [Newtonsoft.Json.JsonObject("IntegrationRuntime")] public partial class IntegrationRuntime { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/IntegrationRuntimeSsisCatalogInfo.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/IntegrationRuntimeSsisCatalogInfo.cs index ca91d3ee2fffb..a5f5101429760 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/IntegrationRuntimeSsisCatalogInfo.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/IntegrationRuntimeSsisCatalogInfo.cs @@ -10,7 +10,6 @@ namespace Microsoft.Azure.Management.DataFactory.Models { - using Microsoft.Rest; using Newtonsoft.Json; using System.Collections; using System.Collections.Generic; @@ -101,22 +100,11 @@ public IntegrationRuntimeSsisCatalogInfo() /// /// Validate the object. /// - /// + /// /// Thrown if validation fails /// public virtual void Validate() { - if (CatalogAdminUserName != null) - { - if (CatalogAdminUserName.Length > 128) - { - throw new ValidationException(ValidationRules.MaxLength, "CatalogAdminUserName", 128); - } - if (CatalogAdminUserName.Length < 1) - { - throw new ValidationException(ValidationRules.MinLength, "CatalogAdminUserName", 1); - } - } if (CatalogAdminPassword != null) { CatalogAdminPassword.Validate(); diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/IntegrationRuntimeStatus.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/IntegrationRuntimeStatus.cs index b6f38456bf477..4d86da1810d28 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/IntegrationRuntimeStatus.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/IntegrationRuntimeStatus.cs @@ -18,6 +18,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// /// Integration runtime status. /// + [Newtonsoft.Json.JsonObject("IntegrationRuntimeStatus")] public partial class IntegrationRuntimeStatus { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/JiraSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/JiraSource.cs deleted file mode 100644 index f2e3ac2198692..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/JiraSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Jira Service source. - /// - public partial class JiraSource : TabularSource - { - /// - /// Initializes a new instance of the JiraSource class. - /// - public JiraSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the JiraSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public JiraSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/JsonFormat.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/JsonFormat.cs deleted file mode 100644 index 2dd88e7b2f548..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/JsonFormat.cs +++ /dev/null @@ -1,128 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The data stored in JSON format. - /// - public partial class JsonFormat : DatasetStorageFormat - { - /// - /// Initializes a new instance of the JsonFormat class. - /// - public JsonFormat() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the JsonFormat class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Serializer. Type: string (or Expression - /// with resultType string). - /// Deserializer. Type: string (or - /// Expression with resultType string). - /// File pattern of JSON. To be more - /// specific, the way of separating a collection of JSON objects. The - /// default value is 'setOfObjects'. It is case-sensitive. - /// The character used to separate - /// nesting levels. Default value is '.' (dot). Type: string (or - /// Expression with resultType string). - /// The code page name of the preferred - /// encoding. If not provided, the default value is 'utf-8', unless the - /// byte order mark (BOM) denotes another Unicode encoding. The full - /// list of supported values can be found in the 'Name' column of the - /// table of encodings in the following reference: - /// https://go.microsoft.com/fwlink/?linkid=861078. Type: string (or - /// Expression with resultType string). - /// The JSONPath of the JSON array - /// element to be flattened. Example: "$.ArrayPath". Type: string (or - /// Expression with resultType string). - /// The JSONPath definition for each - /// column mapping with a customized column name to extract data from - /// JSON file. For fields under root object, start with "$"; for fields - /// inside the array chosen by jsonNodeReference property, start from - /// the array element. Example: {"Column1": "$.Column1Path", "Column2": - /// "Column2PathInArray"}. Type: object (or Expression with resultType - /// object). - public JsonFormat(IDictionary additionalProperties = default(IDictionary), object serializer = default(object), object deserializer = default(object), object filePattern = default(object), object nestingSeparator = default(object), object encodingName = default(object), object jsonNodeReference = default(object), object jsonPathDefinition = default(object)) - : base(additionalProperties, serializer, deserializer) - { - FilePattern = filePattern; - NestingSeparator = nestingSeparator; - EncodingName = encodingName; - JsonNodeReference = jsonNodeReference; - JsonPathDefinition = jsonPathDefinition; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets file pattern of JSON. To be more specific, the way of - /// separating a collection of JSON objects. The default value is - /// 'setOfObjects'. It is case-sensitive. - /// - [JsonProperty(PropertyName = "filePattern")] - public object FilePattern { get; set; } - - /// - /// Gets or sets the character used to separate nesting levels. Default - /// value is '.' (dot). Type: string (or Expression with resultType - /// string). - /// - [JsonProperty(PropertyName = "nestingSeparator")] - public object NestingSeparator { get; set; } - - /// - /// Gets or sets the code page name of the preferred encoding. If not - /// provided, the default value is 'utf-8', unless the byte order mark - /// (BOM) denotes another Unicode encoding. The full list of supported - /// values can be found in the 'Name' column of the table of encodings - /// in the following reference: - /// https://go.microsoft.com/fwlink/?linkid=861078. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "encodingName")] - public object EncodingName { get; set; } - - /// - /// Gets or sets the JSONPath of the JSON array element to be - /// flattened. Example: "$.ArrayPath". Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "jsonNodeReference")] - public object JsonNodeReference { get; set; } - - /// - /// Gets or sets the JSONPath definition for each column mapping with a - /// customized column name to extract data from JSON file. For fields - /// under root object, start with "$"; for fields inside the array - /// chosen by jsonNodeReference property, start from the array element. - /// Example: {"Column1": "$.Column1Path", "Column2": - /// "Column2PathInArray"}. Type: object (or Expression with resultType - /// object). - /// - [JsonProperty(PropertyName = "jsonPathDefinition")] - public object JsonPathDefinition { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/JsonReadSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/JsonReadSettings.cs deleted file mode 100644 index 2adf88c2ccaa8..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/JsonReadSettings.cs +++ /dev/null @@ -1,56 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Json read settings. - /// - public partial class JsonReadSettings : FormatReadSettings - { - /// - /// Initializes a new instance of the JsonReadSettings class. - /// - public JsonReadSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the JsonReadSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Compression settings. - public JsonReadSettings(IDictionary additionalProperties = default(IDictionary), CompressionReadSettings compressionProperties = default(CompressionReadSettings)) - : base(additionalProperties) - { - CompressionProperties = compressionProperties; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets compression settings. - /// - [JsonProperty(PropertyName = "compressionProperties")] - public CompressionReadSettings CompressionProperties { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/JsonSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/JsonSink.cs deleted file mode 100644 index 703c9718ea8c8..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/JsonSink.cs +++ /dev/null @@ -1,77 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Json sink. - /// - public partial class JsonSink : CopySink - { - /// - /// Initializes a new instance of the JsonSink class. - /// - public JsonSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the JsonSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// Json store settings. - /// Json format settings. - public JsonSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), StoreWriteSettings storeSettings = default(StoreWriteSettings), JsonWriteSettings formatSettings = default(JsonWriteSettings)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - StoreSettings = storeSettings; - FormatSettings = formatSettings; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets json store settings. - /// - [JsonProperty(PropertyName = "storeSettings")] - public StoreWriteSettings StoreSettings { get; set; } - - /// - /// Gets or sets json format settings. - /// - [JsonProperty(PropertyName = "formatSettings")] - public JsonWriteSettings FormatSettings { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/JsonSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/JsonSource.cs deleted file mode 100644 index b2c26db1f5cdf..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/JsonSource.cs +++ /dev/null @@ -1,84 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Json source. - /// - public partial class JsonSource : CopySource - { - /// - /// Initializes a new instance of the JsonSource class. - /// - public JsonSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the JsonSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Json store settings. - /// Json format settings. - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public JsonSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), StoreReadSettings storeSettings = default(StoreReadSettings), JsonReadSettings formatSettings = default(JsonReadSettings), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - StoreSettings = storeSettings; - FormatSettings = formatSettings; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets json store settings. - /// - [JsonProperty(PropertyName = "storeSettings")] - public StoreReadSettings StoreSettings { get; set; } - - /// - /// Gets or sets json format settings. - /// - [JsonProperty(PropertyName = "formatSettings")] - public JsonReadSettings FormatSettings { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/JsonWriteFilePattern.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/JsonWriteFilePattern.cs deleted file mode 100644 index 124f33ec1a7f5..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/JsonWriteFilePattern.cs +++ /dev/null @@ -1,22 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - - /// - /// Defines values for JsonWriteFilePattern. - /// - public static class JsonWriteFilePattern - { - public const string SetOfObjects = "setOfObjects"; - public const string ArrayOfObjects = "arrayOfObjects"; - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/JsonWriteSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/JsonWriteSettings.cs deleted file mode 100644 index 3275192d280c0..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/JsonWriteSettings.cs +++ /dev/null @@ -1,62 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Json write settings. - /// - public partial class JsonWriteSettings : FormatWriteSettings - { - /// - /// Initializes a new instance of the JsonWriteSettings class. - /// - public JsonWriteSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the JsonWriteSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// File pattern of JSON. This setting - /// controls the way a collection of JSON objects will be treated. The - /// default value is 'setOfObjects'. It is case-sensitive. Possible - /// values include: 'setOfObjects', 'arrayOfObjects' - public JsonWriteSettings(IDictionary additionalProperties = default(IDictionary), string filePattern = default(string)) - : base(additionalProperties) - { - FilePattern = filePattern; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets file pattern of JSON. This setting controls the way a - /// collection of JSON objects will be treated. The default value is - /// 'setOfObjects'. It is case-sensitive. Possible values include: - /// 'setOfObjects', 'arrayOfObjects' - /// - [JsonProperty(PropertyName = "filePattern")] - public string FilePattern { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/LinkedIntegrationRuntimeType.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/LinkedIntegrationRuntimeType.cs index 5bbd862a10d4e..68fe0e012fd7f 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/LinkedIntegrationRuntimeType.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/LinkedIntegrationRuntimeType.cs @@ -10,11 +10,13 @@ namespace Microsoft.Azure.Management.DataFactory.Models { + using Newtonsoft.Json; using System.Linq; /// /// The base definition of a linked integration runtime. /// + [Newtonsoft.Json.JsonObject("LinkedIntegrationRuntimeType")] public partial class LinkedIntegrationRuntimeType { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/LinkedService.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/LinkedService.cs index 8febd80e1fd97..7e3939c04b179 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/LinkedService.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/LinkedService.cs @@ -20,6 +20,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// credential which can be used to connect with related store or compute /// resource. /// + [Newtonsoft.Json.JsonObject("LinkedService")] public partial class LinkedService { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MagentoSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MagentoSource.cs deleted file mode 100644 index 48727824427b7..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MagentoSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Magento server source. - /// - public partial class MagentoSource : TabularSource - { - /// - /// Initializes a new instance of the MagentoSource class. - /// - public MagentoSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the MagentoSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public MagentoSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MappingDataFlow.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MappingDataFlow.cs index 5cb562ed62813..443f286c2e679 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MappingDataFlow.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MappingDataFlow.cs @@ -20,6 +20,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// /// Mapping data flow. /// + [Newtonsoft.Json.JsonObject("MappingDataFlow")] [Rest.Serialization.JsonTransformation] public partial class MappingDataFlow : DataFlow { diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MariaDBSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MariaDBSource.cs deleted file mode 100644 index ff229779be434..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MariaDBSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity MariaDB server source. - /// - public partial class MariaDBSource : TabularSource - { - /// - /// Initializes a new instance of the MariaDBSource class. - /// - public MariaDBSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the MariaDBSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public MariaDBSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MarketoSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MarketoSource.cs deleted file mode 100644 index 28bef1db94de8..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MarketoSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Marketo server source. - /// - public partial class MarketoSource : TabularSource - { - /// - /// Initializes a new instance of the MarketoSource class. - /// - public MarketoSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the MarketoSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public MarketoSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MicrosoftAccessSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MicrosoftAccessSink.cs deleted file mode 100644 index 899d6f038b430..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MicrosoftAccessSink.cs +++ /dev/null @@ -1,71 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Microsoft Access sink. - /// - public partial class MicrosoftAccessSink : CopySink - { - /// - /// Initializes a new instance of the MicrosoftAccessSink class. - /// - public MicrosoftAccessSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the MicrosoftAccessSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// A query to execute before starting the - /// copy. Type: string (or Expression with resultType string). - public MicrosoftAccessSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object preCopyScript = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - PreCopyScript = preCopyScript; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to execute before starting the copy. Type: - /// string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "preCopyScript")] - public object PreCopyScript { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MicrosoftAccessSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MicrosoftAccessSource.cs deleted file mode 100644 index 6e7b633c1e821..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MicrosoftAccessSource.cs +++ /dev/null @@ -1,78 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for Microsoft Access. - /// - public partial class MicrosoftAccessSource : CopySource - { - /// - /// Initializes a new instance of the MicrosoftAccessSource class. - /// - public MicrosoftAccessSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the MicrosoftAccessSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Database query. Type: string (or Expression - /// with resultType string). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public MicrosoftAccessSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object query = default(object), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - Query = query; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets database query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MongoDbCursorMethodsProperties.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MongoDbCursorMethodsProperties.cs deleted file mode 100644 index ca9ede94d3ecd..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MongoDbCursorMethodsProperties.cs +++ /dev/null @@ -1,111 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Cursor methods for Mongodb query - /// - public partial class MongoDbCursorMethodsProperties - { - /// - /// Initializes a new instance of the MongoDbCursorMethodsProperties - /// class. - /// - public MongoDbCursorMethodsProperties() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the MongoDbCursorMethodsProperties - /// class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Specifies the fields to return in the - /// documents that match the query filter. To return all fields in the - /// matching documents, omit this parameter. Type: string (or - /// Expression with resultType string). - /// Specifies the order in which the query returns - /// matching documents. Type: string (or Expression with resultType - /// string). Type: string (or Expression with resultType - /// string). - /// Specifies the how many documents skipped and - /// where MongoDB begins returning results. This approach may be useful - /// in implementing paginated results. Type: integer (or Expression - /// with resultType integer). - /// Specifies the maximum number of documents the - /// server returns. limit() is analogous to the LIMIT statement in a - /// SQL database. Type: integer (or Expression with resultType - /// integer). - public MongoDbCursorMethodsProperties(IDictionary additionalProperties = default(IDictionary), object project = default(object), object sort = default(object), object skip = default(object), object limit = default(object)) - { - AdditionalProperties = additionalProperties; - Project = project; - Sort = sort; - Skip = skip; - Limit = limit; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets or sets specifies the fields to return in the documents that - /// match the query filter. To return all fields in the matching - /// documents, omit this parameter. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "project")] - public object Project { get; set; } - - /// - /// Gets or sets specifies the order in which the query returns - /// matching documents. Type: string (or Expression with resultType - /// string). Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "sort")] - public object Sort { get; set; } - - /// - /// Gets or sets specifies the how many documents skipped and where - /// MongoDB begins returning results. This approach may be useful in - /// implementing paginated results. Type: integer (or Expression with - /// resultType integer). - /// - [JsonProperty(PropertyName = "skip")] - public object Skip { get; set; } - - /// - /// Gets or sets specifies the maximum number of documents the server - /// returns. limit() is analogous to the LIMIT statement in a SQL - /// database. Type: integer (or Expression with resultType integer). - /// - [JsonProperty(PropertyName = "limit")] - public object Limit { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MongoDbSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MongoDbSource.cs deleted file mode 100644 index 0a52a0595a195..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MongoDbSource.cs +++ /dev/null @@ -1,79 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for a MongoDB database. - /// - public partial class MongoDbSource : CopySource - { - /// - /// Initializes a new instance of the MongoDbSource class. - /// - public MongoDbSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the MongoDbSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Database query. Should be a SQL-92 query - /// expression. Type: string (or Expression with resultType - /// string). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public MongoDbSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object query = default(object), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - Query = query; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets database query. Should be a SQL-92 query expression. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MongoDbV2Source.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MongoDbV2Source.cs deleted file mode 100644 index 6a01c35f459eb..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MongoDbV2Source.cs +++ /dev/null @@ -1,121 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for a MongoDB database. - /// - public partial class MongoDbV2Source : CopySource - { - /// - /// Initializes a new instance of the MongoDbV2Source class. - /// - public MongoDbV2Source() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the MongoDbV2Source class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Specifies selection filter using query - /// operators. To return all documents in a collection, omit this - /// parameter or pass an empty document ({}). Type: string (or - /// Expression with resultType string). - /// Cursor methods for Mongodb - /// query - /// Specifies the number of documents to return - /// in each batch of the response from MongoDB instance. In most cases, - /// modifying the batch size will not affect the user or the - /// application. This property's main purpose is to avoid hit the - /// limitation of response size. Type: integer (or Expression with - /// resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public MongoDbV2Source(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object filter = default(object), MongoDbCursorMethodsProperties cursorMethods = default(MongoDbCursorMethodsProperties), object batchSize = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - Filter = filter; - CursorMethods = cursorMethods; - BatchSize = batchSize; - QueryTimeout = queryTimeout; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets specifies selection filter using query operators. To - /// return all documents in a collection, omit this parameter or pass - /// an empty document ({}). Type: string (or Expression with resultType - /// string). - /// - [JsonProperty(PropertyName = "filter")] - public object Filter { get; set; } - - /// - /// Gets or sets cursor methods for Mongodb query - /// - [JsonProperty(PropertyName = "cursorMethods")] - public MongoDbCursorMethodsProperties CursorMethods { get; set; } - - /// - /// Gets or sets specifies the number of documents to return in each - /// batch of the response from MongoDB instance. In most cases, - /// modifying the batch size will not affect the user or the - /// application. This property's main purpose is to avoid hit the - /// limitation of response size. Type: integer (or Expression with - /// resultType integer). - /// - [JsonProperty(PropertyName = "batchSize")] - public object BatchSize { get; set; } - - /// - /// Gets or sets query timeout. Type: string (or Expression with - /// resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// - [JsonProperty(PropertyName = "queryTimeout")] - public object QueryTimeout { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MultiplePipelineTrigger.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MultiplePipelineTrigger.cs index 8508ac6bd536f..ac4eac7ea540a 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MultiplePipelineTrigger.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MultiplePipelineTrigger.cs @@ -19,6 +19,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// Base class for all triggers that support one to many model for trigger /// to pipeline. /// + [Newtonsoft.Json.JsonObject("MultiplePipelineTrigger")] public partial class MultiplePipelineTrigger : Trigger { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MySqlSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MySqlSource.cs deleted file mode 100644 index fe2d6f2c8b49f..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/MySqlSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for MySQL databases. - /// - public partial class MySqlSource : TabularSource - { - /// - /// Initializes a new instance of the MySqlSource class. - /// - public MySqlSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the MySqlSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// Database query. Type: string (or Expression - /// with resultType string). - public MySqlSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets database query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/NetezzaPartitionOption.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/NetezzaPartitionOption.cs deleted file mode 100644 index 5e73e2448eb2f..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/NetezzaPartitionOption.cs +++ /dev/null @@ -1,23 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - - /// - /// Defines values for NetezzaPartitionOption. - /// - public static class NetezzaPartitionOption - { - public const string None = "None"; - public const string DataSlice = "DataSlice"; - public const string DynamicRange = "DynamicRange"; - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/NetezzaPartitionSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/NetezzaPartitionSettings.cs deleted file mode 100644 index 7dd219fd5c4f7..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/NetezzaPartitionSettings.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// The settings that will be leveraged for Netezza source partitioning. - /// - public partial class NetezzaPartitionSettings - { - /// - /// Initializes a new instance of the NetezzaPartitionSettings class. - /// - public NetezzaPartitionSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the NetezzaPartitionSettings class. - /// - /// The name of the column in integer - /// type that will be used for proceeding range partitioning. Type: - /// string (or Expression with resultType string). - /// The maximum value of column - /// specified in partitionColumnName that will be used for proceeding - /// range partitioning. Type: string (or Expression with resultType - /// string). - /// The minimum value of column - /// specified in partitionColumnName that will be used for proceeding - /// range partitioning. Type: string (or Expression with resultType - /// string). - public NetezzaPartitionSettings(object partitionColumnName = default(object), object partitionUpperBound = default(object), object partitionLowerBound = default(object)) - { - PartitionColumnName = partitionColumnName; - PartitionUpperBound = partitionUpperBound; - PartitionLowerBound = partitionLowerBound; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the name of the column in integer type that will be - /// used for proceeding range partitioning. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "partitionColumnName")] - public object PartitionColumnName { get; set; } - - /// - /// Gets or sets the maximum value of column specified in - /// partitionColumnName that will be used for proceeding range - /// partitioning. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "partitionUpperBound")] - public object PartitionUpperBound { get; set; } - - /// - /// Gets or sets the minimum value of column specified in - /// partitionColumnName that will be used for proceeding range - /// partitioning. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "partitionLowerBound")] - public object PartitionLowerBound { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/NetezzaSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/NetezzaSource.cs deleted file mode 100644 index 8fb594325c2ff..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/NetezzaSource.cs +++ /dev/null @@ -1,94 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Netezza source. - /// - public partial class NetezzaSource : TabularSource - { - /// - /// Initializes a new instance of the NetezzaSource class. - /// - public NetezzaSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the NetezzaSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - /// The partition mechanism that will be - /// used for Netezza read in parallel. Possible values include: 'None', - /// 'DataSlice', 'DynamicRange' - /// The settings that will be leveraged - /// for Netezza source partitioning. - public NetezzaSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object), string partitionOption = default(string), NetezzaPartitionSettings partitionSettings = default(NetezzaPartitionSettings)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - PartitionOption = partitionOption; - PartitionSettings = partitionSettings; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets the partition mechanism that will be used for Netezza - /// read in parallel. Possible values include: 'None', 'DataSlice', - /// 'DynamicRange' - /// - [JsonProperty(PropertyName = "partitionOption")] - public string PartitionOption { get; set; } - - /// - /// Gets or sets the settings that will be leveraged for Netezza source - /// partitioning. - /// - [JsonProperty(PropertyName = "partitionSettings")] - public NetezzaPartitionSettings PartitionSettings { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ODataSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ODataSource.cs deleted file mode 100644 index c1a762a34404f..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ODataSource.cs +++ /dev/null @@ -1,94 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for OData source. - /// - public partial class ODataSource : CopySource - { - /// - /// Initializes a new instance of the ODataSource class. - /// - public ODataSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ODataSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// OData query. For example, "$top=1". Type: - /// string (or Expression with resultType string). - /// The timeout (TimeSpan) to get an - /// HTTP response. It is the timeout to get a response, not the timeout - /// to read response data. Default value: 00:05:00. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public ODataSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object query = default(object), object httpRequestTimeout = default(object), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - Query = query; - HttpRequestTimeout = httpRequestTimeout; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets oData query. For example, "$top=1". Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets the timeout (TimeSpan) to get an HTTP response. It is - /// the timeout to get a response, not the timeout to read response - /// data. Default value: 00:05:00. Type: string (or Expression with - /// resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// - [JsonProperty(PropertyName = "httpRequestTimeout")] - public object HttpRequestTimeout { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OdbcSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OdbcSink.cs deleted file mode 100644 index 7151280b5eca8..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OdbcSink.cs +++ /dev/null @@ -1,71 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity ODBC sink. - /// - public partial class OdbcSink : CopySink - { - /// - /// Initializes a new instance of the OdbcSink class. - /// - public OdbcSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the OdbcSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// A query to execute before starting the - /// copy. Type: string (or Expression with resultType string). - public OdbcSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object preCopyScript = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - PreCopyScript = preCopyScript; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to execute before starting the copy. Type: - /// string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "preCopyScript")] - public object PreCopyScript { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OdbcSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OdbcSource.cs deleted file mode 100644 index 4b23e68dbc2c0..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OdbcSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for ODBC databases. - /// - public partial class OdbcSource : TabularSource - { - /// - /// Initializes a new instance of the OdbcSource class. - /// - public OdbcSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the OdbcSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// Database query. Type: string (or Expression - /// with resultType string). - public OdbcSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets database query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/Office365Source.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/Office365Source.cs deleted file mode 100644 index a76dbc6d10045..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/Office365Source.cs +++ /dev/null @@ -1,126 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for an Office 365 service. - /// - public partial class Office365Source : CopySource - { - /// - /// Initializes a new instance of the Office365Source class. - /// - public Office365Source() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the Office365Source class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// The groups containing all the users. - /// Type: array of strings (or Expression with resultType array of - /// strings). - /// The user scope uri. Type: string - /// (or Expression with resultType string). - /// The Column to apply the <paramref - /// name="StartTime"/> and <paramref name="EndTime"/>. Type: - /// string (or Expression with resultType string). - /// Start time of the requested range for this - /// dataset. Type: string (or Expression with resultType - /// string). - /// End time of the requested range for this - /// dataset. Type: string (or Expression with resultType - /// string). - /// The columns to be read out from the - /// Office 365 table. Type: array of objects (or Expression with - /// resultType array of objects). Example: [ { "name": "Id" }, { - /// "name": "CreatedDateTime" } ] - public Office365Source(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object allowedGroups = default(object), object userScopeFilterUri = default(object), object dateFilterColumn = default(object), object startTime = default(object), object endTime = default(object), object outputColumns = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - AllowedGroups = allowedGroups; - UserScopeFilterUri = userScopeFilterUri; - DateFilterColumn = dateFilterColumn; - StartTime = startTime; - EndTime = endTime; - OutputColumns = outputColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the groups containing all the users. Type: array of - /// strings (or Expression with resultType array of strings). - /// - [JsonProperty(PropertyName = "allowedGroups")] - public object AllowedGroups { get; set; } - - /// - /// Gets or sets the user scope uri. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "userScopeFilterUri")] - public object UserScopeFilterUri { get; set; } - - /// - /// Gets or sets the Column to apply the &lt;paramref - /// name="StartTime"/&gt; and &lt;paramref - /// name="EndTime"/&gt;. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "dateFilterColumn")] - public object DateFilterColumn { get; set; } - - /// - /// Gets or sets start time of the requested range for this dataset. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "startTime")] - public object StartTime { get; set; } - - /// - /// Gets or sets end time of the requested range for this dataset. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "endTime")] - public object EndTime { get; set; } - - /// - /// Gets or sets the columns to be read out from the Office 365 table. - /// Type: array of objects (or Expression with resultType array of - /// objects). Example: [ { "name": "Id" }, { "name": "CreatedDateTime" - /// } ] - /// - [JsonProperty(PropertyName = "outputColumns")] - public object OutputColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OraclePartitionOption.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OraclePartitionOption.cs deleted file mode 100644 index 82a50533c64f8..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OraclePartitionOption.cs +++ /dev/null @@ -1,23 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - - /// - /// Defines values for OraclePartitionOption. - /// - public static class OraclePartitionOption - { - public const string None = "None"; - public const string PhysicalPartitionsOfTable = "PhysicalPartitionsOfTable"; - public const string DynamicRange = "DynamicRange"; - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OraclePartitionSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OraclePartitionSettings.cs deleted file mode 100644 index 67712035661de..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OraclePartitionSettings.cs +++ /dev/null @@ -1,90 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// The settings that will be leveraged for Oracle source partitioning. - /// - public partial class OraclePartitionSettings - { - /// - /// Initializes a new instance of the OraclePartitionSettings class. - /// - public OraclePartitionSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the OraclePartitionSettings class. - /// - /// Names of the physical partitions of - /// Oracle table. - /// The name of the column in integer - /// type that will be used for proceeding range partitioning. Type: - /// string (or Expression with resultType string). - /// The maximum value of column - /// specified in partitionColumnName that will be used for proceeding - /// range partitioning. Type: string (or Expression with resultType - /// string). - /// The minimum value of column - /// specified in partitionColumnName that will be used for proceeding - /// range partitioning. Type: string (or Expression with resultType - /// string). - public OraclePartitionSettings(object partitionNames = default(object), object partitionColumnName = default(object), object partitionUpperBound = default(object), object partitionLowerBound = default(object)) - { - PartitionNames = partitionNames; - PartitionColumnName = partitionColumnName; - PartitionUpperBound = partitionUpperBound; - PartitionLowerBound = partitionLowerBound; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets names of the physical partitions of Oracle table. - /// - [JsonProperty(PropertyName = "partitionNames")] - public object PartitionNames { get; set; } - - /// - /// Gets or sets the name of the column in integer type that will be - /// used for proceeding range partitioning. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "partitionColumnName")] - public object PartitionColumnName { get; set; } - - /// - /// Gets or sets the maximum value of column specified in - /// partitionColumnName that will be used for proceeding range - /// partitioning. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "partitionUpperBound")] - public object PartitionUpperBound { get; set; } - - /// - /// Gets or sets the minimum value of column specified in - /// partitionColumnName that will be used for proceeding range - /// partitioning. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "partitionLowerBound")] - public object PartitionLowerBound { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OracleServiceCloudSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OracleServiceCloudSource.cs deleted file mode 100644 index 85bebc3151891..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OracleServiceCloudSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Oracle Service Cloud source. - /// - public partial class OracleServiceCloudSource : TabularSource - { - /// - /// Initializes a new instance of the OracleServiceCloudSource class. - /// - public OracleServiceCloudSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the OracleServiceCloudSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public OracleServiceCloudSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OracleSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OracleSink.cs deleted file mode 100644 index 7859a5c6260bb..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OracleSink.cs +++ /dev/null @@ -1,71 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Oracle sink. - /// - public partial class OracleSink : CopySink - { - /// - /// Initializes a new instance of the OracleSink class. - /// - public OracleSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the OracleSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// SQL pre-copy script. Type: string (or - /// Expression with resultType string). - public OracleSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object preCopyScript = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - PreCopyScript = preCopyScript; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets SQL pre-copy script. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "preCopyScript")] - public object PreCopyScript { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OracleSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OracleSource.cs deleted file mode 100644 index 059ee63e35f1b..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OracleSource.cs +++ /dev/null @@ -1,112 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Oracle source. - /// - public partial class OracleSource : CopySource - { - /// - /// Initializes a new instance of the OracleSource class. - /// - public OracleSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the OracleSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Oracle reader query. Type: string - /// (or Expression with resultType string). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The partition mechanism that will be - /// used for Oracle read in parallel. Possible values include: 'None', - /// 'PhysicalPartitionsOfTable', 'DynamicRange' - /// The settings that will be leveraged - /// for Oracle source partitioning. - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public OracleSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object oracleReaderQuery = default(object), object queryTimeout = default(object), string partitionOption = default(string), OraclePartitionSettings partitionSettings = default(OraclePartitionSettings), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - OracleReaderQuery = oracleReaderQuery; - QueryTimeout = queryTimeout; - PartitionOption = partitionOption; - PartitionSettings = partitionSettings; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets oracle reader query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "oracleReaderQuery")] - public object OracleReaderQuery { get; set; } - - /// - /// Gets or sets query timeout. Type: string (or Expression with - /// resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// - [JsonProperty(PropertyName = "queryTimeout")] - public object QueryTimeout { get; set; } - - /// - /// Gets or sets the partition mechanism that will be used for Oracle - /// read in parallel. Possible values include: 'None', - /// 'PhysicalPartitionsOfTable', 'DynamicRange' - /// - [JsonProperty(PropertyName = "partitionOption")] - public string PartitionOption { get; set; } - - /// - /// Gets or sets the settings that will be leveraged for Oracle source - /// partitioning. - /// - [JsonProperty(PropertyName = "partitionSettings")] - public OraclePartitionSettings PartitionSettings { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OrcFormat.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OrcFormat.cs deleted file mode 100644 index 54b470f574f73..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OrcFormat.cs +++ /dev/null @@ -1,51 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The data stored in Optimized Row Columnar (ORC) format. - /// - public partial class OrcFormat : DatasetStorageFormat - { - /// - /// Initializes a new instance of the OrcFormat class. - /// - public OrcFormat() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the OrcFormat class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Serializer. Type: string (or Expression - /// with resultType string). - /// Deserializer. Type: string (or - /// Expression with resultType string). - public OrcFormat(IDictionary additionalProperties = default(IDictionary), object serializer = default(object), object deserializer = default(object)) - : base(additionalProperties, serializer, deserializer) - { - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OrcSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OrcSink.cs deleted file mode 100644 index 0eb07d896d9eb..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OrcSink.cs +++ /dev/null @@ -1,69 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity ORC sink. - /// - public partial class OrcSink : CopySink - { - /// - /// Initializes a new instance of the OrcSink class. - /// - public OrcSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the OrcSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// ORC store settings. - public OrcSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), StoreWriteSettings storeSettings = default(StoreWriteSettings)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - StoreSettings = storeSettings; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets ORC store settings. - /// - [JsonProperty(PropertyName = "storeSettings")] - public StoreWriteSettings StoreSettings { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OrcSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OrcSource.cs deleted file mode 100644 index 1ce24de451e39..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/OrcSource.cs +++ /dev/null @@ -1,76 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity ORC source. - /// - public partial class OrcSource : CopySource - { - /// - /// Initializes a new instance of the OrcSource class. - /// - public OrcSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the OrcSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// ORC store settings. - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public OrcSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), StoreReadSettings storeSettings = default(StoreReadSettings), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - StoreSettings = storeSettings; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets ORC store settings. - /// - [JsonProperty(PropertyName = "storeSettings")] - public StoreReadSettings StoreSettings { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ParquetFormat.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ParquetFormat.cs deleted file mode 100644 index c805ef9890150..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ParquetFormat.cs +++ /dev/null @@ -1,51 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The data stored in Parquet format. - /// - public partial class ParquetFormat : DatasetStorageFormat - { - /// - /// Initializes a new instance of the ParquetFormat class. - /// - public ParquetFormat() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ParquetFormat class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Serializer. Type: string (or Expression - /// with resultType string). - /// Deserializer. Type: string (or - /// Expression with resultType string). - public ParquetFormat(IDictionary additionalProperties = default(IDictionary), object serializer = default(object), object deserializer = default(object)) - : base(additionalProperties, serializer, deserializer) - { - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ParquetSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ParquetSink.cs deleted file mode 100644 index 67b95379fe09b..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ParquetSink.cs +++ /dev/null @@ -1,69 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Parquet sink. - /// - public partial class ParquetSink : CopySink - { - /// - /// Initializes a new instance of the ParquetSink class. - /// - public ParquetSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ParquetSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// Parquet store settings. - public ParquetSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), StoreWriteSettings storeSettings = default(StoreWriteSettings)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - StoreSettings = storeSettings; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets parquet store settings. - /// - [JsonProperty(PropertyName = "storeSettings")] - public StoreWriteSettings StoreSettings { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ParquetSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ParquetSource.cs deleted file mode 100644 index a690fa20f0077..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ParquetSource.cs +++ /dev/null @@ -1,76 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Parquet source. - /// - public partial class ParquetSource : CopySource - { - /// - /// Initializes a new instance of the ParquetSource class. - /// - public ParquetSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ParquetSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Parquet store settings. - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public ParquetSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), StoreReadSettings storeSettings = default(StoreReadSettings), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - StoreSettings = storeSettings; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets parquet store settings. - /// - [JsonProperty(PropertyName = "storeSettings")] - public StoreReadSettings StoreSettings { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/PaypalSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/PaypalSource.cs deleted file mode 100644 index 2ba6aca82d473..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/PaypalSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Paypal Service source. - /// - public partial class PaypalSource : TabularSource - { - /// - /// Initializes a new instance of the PaypalSource class. - /// - public PaypalSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the PaypalSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public PaypalSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/PhoenixSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/PhoenixSource.cs deleted file mode 100644 index bffd002c777dd..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/PhoenixSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Phoenix server source. - /// - public partial class PhoenixSource : TabularSource - { - /// - /// Initializes a new instance of the PhoenixSource class. - /// - public PhoenixSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the PhoenixSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public PhoenixSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/PolybaseSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/PolybaseSettings.cs deleted file mode 100644 index 09a74bc8c54cb..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/PolybaseSettings.cs +++ /dev/null @@ -1,103 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// PolyBase settings. - /// - public partial class PolybaseSettings - { - /// - /// Initializes a new instance of the PolybaseSettings class. - /// - public PolybaseSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the PolybaseSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Reject type. Possible values include: - /// 'value', 'percentage' - /// Specifies the value or the percentage of - /// rows that can be rejected before the query fails. Type: number (or - /// Expression with resultType number), minimum: 0. - /// Determines the number of rows to - /// attempt to retrieve before the PolyBase recalculates the percentage - /// of rejected rows. Type: integer (or Expression with resultType - /// integer), minimum: 0. - /// Specifies how to handle missing values - /// in delimited text files when PolyBase retrieves data from the text - /// file. Type: boolean (or Expression with resultType - /// boolean). - public PolybaseSettings(IDictionary additionalProperties = default(IDictionary), string rejectType = default(string), object rejectValue = default(object), object rejectSampleValue = default(object), object useTypeDefault = default(object)) - { - AdditionalProperties = additionalProperties; - RejectType = rejectType; - RejectValue = rejectValue; - RejectSampleValue = rejectSampleValue; - UseTypeDefault = useTypeDefault; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets or sets reject type. Possible values include: 'value', - /// 'percentage' - /// - [JsonProperty(PropertyName = "rejectType")] - public string RejectType { get; set; } - - /// - /// Gets or sets specifies the value or the percentage of rows that can - /// be rejected before the query fails. Type: number (or Expression - /// with resultType number), minimum: 0. - /// - [JsonProperty(PropertyName = "rejectValue")] - public object RejectValue { get; set; } - - /// - /// Gets or sets determines the number of rows to attempt to retrieve - /// before the PolyBase recalculates the percentage of rejected rows. - /// Type: integer (or Expression with resultType integer), minimum: 0. - /// - [JsonProperty(PropertyName = "rejectSampleValue")] - public object RejectSampleValue { get; set; } - - /// - /// Gets or sets specifies how to handle missing values in delimited - /// text files when PolyBase retrieves data from the text file. Type: - /// boolean (or Expression with resultType boolean). - /// - [JsonProperty(PropertyName = "useTypeDefault")] - public object UseTypeDefault { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/PolybaseSettingsRejectType.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/PolybaseSettingsRejectType.cs deleted file mode 100644 index 9b9f7e22cd578..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/PolybaseSettingsRejectType.cs +++ /dev/null @@ -1,22 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - - /// - /// Defines values for PolybaseSettingsRejectType. - /// - public static class PolybaseSettingsRejectType - { - public const string Value = "value"; - public const string Percentage = "percentage"; - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/PostgreSqlSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/PostgreSqlSource.cs deleted file mode 100644 index c21c6e08b2b25..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/PostgreSqlSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for PostgreSQL databases. - /// - public partial class PostgreSqlSource : TabularSource - { - /// - /// Initializes a new instance of the PostgreSqlSource class. - /// - public PostgreSqlSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the PostgreSqlSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// Database query. Type: string (or Expression - /// with resultType string). - public PostgreSqlSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets database query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/PrestoSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/PrestoSource.cs deleted file mode 100644 index 6b494ef52f014..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/PrestoSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Presto server source. - /// - public partial class PrestoSource : TabularSource - { - /// - /// Initializes a new instance of the PrestoSource class. - /// - public PrestoSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the PrestoSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public PrestoSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/QuickBooksSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/QuickBooksSource.cs deleted file mode 100644 index d181a2809aa43..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/QuickBooksSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity QuickBooks server source. - /// - public partial class QuickBooksSource : TabularSource - { - /// - /// Initializes a new instance of the QuickBooksSource class. - /// - public QuickBooksSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the QuickBooksSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public QuickBooksSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RecurrenceFrequency.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RecurrenceFrequency.cs deleted file mode 100644 index 103c321751a3d..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RecurrenceFrequency.cs +++ /dev/null @@ -1,27 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - - /// - /// Defines values for RecurrenceFrequency. - /// - public static class RecurrenceFrequency - { - public const string NotSpecified = "NotSpecified"; - public const string Minute = "Minute"; - public const string Hour = "Hour"; - public const string Day = "Day"; - public const string Week = "Week"; - public const string Month = "Month"; - public const string Year = "Year"; - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RecurrenceSchedule.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RecurrenceSchedule.cs deleted file mode 100644 index a37fe19d30905..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RecurrenceSchedule.cs +++ /dev/null @@ -1,95 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The recurrence schedule. - /// - public partial class RecurrenceSchedule - { - /// - /// Initializes a new instance of the RecurrenceSchedule class. - /// - public RecurrenceSchedule() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the RecurrenceSchedule class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The minutes. - /// The hours. - /// The days of the week. - /// The month days. - /// The monthly occurrences. - public RecurrenceSchedule(IDictionary additionalProperties = default(IDictionary), IList minutes = default(IList), IList hours = default(IList), IList weekDays = default(IList), IList monthDays = default(IList), IList monthlyOccurrences = default(IList)) - { - AdditionalProperties = additionalProperties; - Minutes = minutes; - Hours = hours; - WeekDays = weekDays; - MonthDays = monthDays; - MonthlyOccurrences = monthlyOccurrences; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets or sets the minutes. - /// - [JsonProperty(PropertyName = "minutes")] - public IList Minutes { get; set; } - - /// - /// Gets or sets the hours. - /// - [JsonProperty(PropertyName = "hours")] - public IList Hours { get; set; } - - /// - /// Gets or sets the days of the week. - /// - [JsonProperty(PropertyName = "weekDays")] - public IList WeekDays { get; set; } - - /// - /// Gets or sets the month days. - /// - [JsonProperty(PropertyName = "monthDays")] - public IList MonthDays { get; set; } - - /// - /// Gets or sets the monthly occurrences. - /// - [JsonProperty(PropertyName = "monthlyOccurrences")] - public IList MonthlyOccurrences { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RecurrenceScheduleOccurrence.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RecurrenceScheduleOccurrence.cs deleted file mode 100644 index 600e4fc937164..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RecurrenceScheduleOccurrence.cs +++ /dev/null @@ -1,77 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The recurrence schedule occurrence. - /// - public partial class RecurrenceScheduleOccurrence - { - /// - /// Initializes a new instance of the RecurrenceScheduleOccurrence - /// class. - /// - public RecurrenceScheduleOccurrence() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the RecurrenceScheduleOccurrence - /// class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The day of the week. Possible values include: - /// 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', - /// 'Saturday' - /// The occurrence. - public RecurrenceScheduleOccurrence(IDictionary additionalProperties = default(IDictionary), DayOfWeek? day = default(DayOfWeek?), int? occurrence = default(int?)) - { - AdditionalProperties = additionalProperties; - Day = day; - Occurrence = occurrence; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets or sets the day of the week. Possible values include: - /// 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', - /// 'Saturday' - /// - [JsonProperty(PropertyName = "day")] - public DayOfWeek? Day { get; set; } - - /// - /// Gets or sets the occurrence. - /// - [JsonProperty(PropertyName = "occurrence")] - public int? Occurrence { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RedshiftUnloadSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RedshiftUnloadSettings.cs deleted file mode 100644 index 43fd900e8f0a1..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RedshiftUnloadSettings.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Linq; - - /// - /// The Amazon S3 settings needed for the interim Amazon S3 when copying - /// from Amazon Redshift with unload. With this, data from Amazon Redshift - /// source will be unloaded into S3 first and then copied into the targeted - /// sink from the interim S3. - /// - public partial class RedshiftUnloadSettings - { - /// - /// Initializes a new instance of the RedshiftUnloadSettings class. - /// - public RedshiftUnloadSettings() - { - S3LinkedServiceName = new LinkedServiceReference(); - CustomInit(); - } - - /// - /// Initializes a new instance of the RedshiftUnloadSettings class. - /// - /// The name of the Amazon S3 linked - /// service which will be used for the unload operation when copying - /// from the Amazon Redshift source. - /// The bucket of the interim Amazon S3 which - /// will be used to store the unloaded data from Amazon Redshift - /// source. The bucket must be in the same region as the Amazon - /// Redshift source. Type: string (or Expression with resultType - /// string). - public RedshiftUnloadSettings(LinkedServiceReference s3LinkedServiceName, object bucketName) - { - S3LinkedServiceName = s3LinkedServiceName; - BucketName = bucketName; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the name of the Amazon S3 linked service which will be - /// used for the unload operation when copying from the Amazon Redshift - /// source. - /// - [JsonProperty(PropertyName = "s3LinkedServiceName")] - public LinkedServiceReference S3LinkedServiceName { get; set; } - - /// - /// Gets or sets the bucket of the interim Amazon S3 which will be used - /// to store the unloaded data from Amazon Redshift source. The bucket - /// must be in the same region as the Amazon Redshift source. Type: - /// string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "bucketName")] - public object BucketName { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (S3LinkedServiceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "S3LinkedServiceName"); - } - if (BucketName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "BucketName"); - } - if (S3LinkedServiceName != null) - { - S3LinkedServiceName.Validate(); - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RelationalSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RelationalSource.cs deleted file mode 100644 index bb527e17836b5..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RelationalSource.cs +++ /dev/null @@ -1,78 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for various relational databases. - /// - public partial class RelationalSource : CopySource - { - /// - /// Initializes a new instance of the RelationalSource class. - /// - public RelationalSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the RelationalSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Database query. Type: string (or Expression - /// with resultType string). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public RelationalSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object query = default(object), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - Query = query; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets database query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RerunTumblingWindowTrigger.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RerunTumblingWindowTrigger.cs deleted file mode 100644 index c2a69f7c1acbd..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RerunTumblingWindowTrigger.cs +++ /dev/null @@ -1,120 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Trigger that schedules pipeline reruns for all fixed time interval - /// windows from a requested start time to requested end time. - /// - [Rest.Serialization.JsonTransformation] - public partial class RerunTumblingWindowTrigger : Trigger - { - /// - /// Initializes a new instance of the RerunTumblingWindowTrigger class. - /// - public RerunTumblingWindowTrigger() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the RerunTumblingWindowTrigger class. - /// - /// The parent trigger reference. - /// The start time for the time period - /// for which restatement is initiated. Only UTC time is currently - /// supported. - /// The end time for the time period for - /// which restatement is initiated. Only UTC time is currently - /// supported. - /// The max number of parallel time - /// windows (ready for execution) for which a rerun is - /// triggered. - /// Unmatched properties from the - /// message are deserialized this collection - /// Trigger description. - /// Indicates if trigger is running or not. - /// Updated when Start/Stop APIs are called on the Trigger. Possible - /// values include: 'Started', 'Stopped', 'Disabled' - /// List of tags that can be used for - /// describing the trigger. - public RerunTumblingWindowTrigger(object parentTrigger, System.DateTime requestedStartTime, System.DateTime requestedEndTime, int rerunConcurrency, IDictionary additionalProperties = default(IDictionary), string description = default(string), string runtimeState = default(string), IList annotations = default(IList)) - : base(additionalProperties, description, runtimeState, annotations) - { - ParentTrigger = parentTrigger; - RequestedStartTime = requestedStartTime; - RequestedEndTime = requestedEndTime; - RerunConcurrency = rerunConcurrency; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the parent trigger reference. - /// - [JsonProperty(PropertyName = "typeProperties.parentTrigger")] - public object ParentTrigger { get; set; } - - /// - /// Gets or sets the start time for the time period for which - /// restatement is initiated. Only UTC time is currently supported. - /// - [JsonProperty(PropertyName = "typeProperties.requestedStartTime")] - public System.DateTime RequestedStartTime { get; set; } - - /// - /// Gets or sets the end time for the time period for which restatement - /// is initiated. Only UTC time is currently supported. - /// - [JsonProperty(PropertyName = "typeProperties.requestedEndTime")] - public System.DateTime RequestedEndTime { get; set; } - - /// - /// Gets or sets the max number of parallel time windows (ready for - /// execution) for which a rerun is triggered. - /// - [JsonProperty(PropertyName = "typeProperties.rerunConcurrency")] - public int RerunConcurrency { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (ParentTrigger == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "ParentTrigger"); - } - if (RerunConcurrency > 50) - { - throw new ValidationException(ValidationRules.InclusiveMaximum, "RerunConcurrency", 50); - } - if (RerunConcurrency < 1) - { - throw new ValidationException(ValidationRules.InclusiveMinimum, "RerunConcurrency", 1); - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ResponsysSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ResponsysSource.cs deleted file mode 100644 index 86190174d63f5..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ResponsysSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Responsys source. - /// - public partial class ResponsysSource : TabularSource - { - /// - /// Initializes a new instance of the ResponsysSource class. - /// - public ResponsysSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ResponsysSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public ResponsysSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RestSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RestSource.cs deleted file mode 100644 index 20cc801350b24..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RestSource.cs +++ /dev/null @@ -1,139 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Rest service source. - /// - public partial class RestSource : CopySource - { - /// - /// Initializes a new instance of the RestSource class. - /// - public RestSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the RestSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// The HTTP method used to call the - /// RESTful API. The default is GET. Type: string (or Expression with - /// resultType string). - /// The HTTP request body to the RESTful API - /// if requestMethod is POST. Type: string (or Expression with - /// resultType string). - /// The additional HTTP headers in the - /// request to the RESTful API. Type: string (or Expression with - /// resultType string). - /// The pagination rules to compose next - /// page requests. Type: string (or Expression with resultType - /// string). - /// The timeout (TimeSpan) to get an - /// HTTP response. It is the timeout to get a response, not the timeout - /// to read response data. Default value: 00:01:40. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The time to await before sending next - /// page request. - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public RestSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object requestMethod = default(object), object requestBody = default(object), object additionalHeaders = default(object), object paginationRules = default(object), object httpRequestTimeout = default(object), object requestInterval = default(object), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - RequestMethod = requestMethod; - RequestBody = requestBody; - AdditionalHeaders = additionalHeaders; - PaginationRules = paginationRules; - HttpRequestTimeout = httpRequestTimeout; - RequestInterval = requestInterval; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the HTTP method used to call the RESTful API. The - /// default is GET. Type: string (or Expression with resultType - /// string). - /// - [JsonProperty(PropertyName = "requestMethod")] - public object RequestMethod { get; set; } - - /// - /// Gets or sets the HTTP request body to the RESTful API if - /// requestMethod is POST. Type: string (or Expression with resultType - /// string). - /// - [JsonProperty(PropertyName = "requestBody")] - public object RequestBody { get; set; } - - /// - /// Gets or sets the additional HTTP headers in the request to the - /// RESTful API. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "additionalHeaders")] - public object AdditionalHeaders { get; set; } - - /// - /// Gets or sets the pagination rules to compose next page requests. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "paginationRules")] - public object PaginationRules { get; set; } - - /// - /// Gets or sets the timeout (TimeSpan) to get an HTTP response. It is - /// the timeout to get a response, not the timeout to read response - /// data. Default value: 00:01:40. Type: string (or Expression with - /// resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// - [JsonProperty(PropertyName = "httpRequestTimeout")] - public object HttpRequestTimeout { get; set; } - - /// - /// Gets or sets the time to await before sending next page request. - /// - [JsonProperty(PropertyName = "requestInterval")] - public object RequestInterval { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RetryPolicy.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RetryPolicy.cs deleted file mode 100644 index 3f7162a054383..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/RetryPolicy.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Linq; - - /// - /// Execution policy for an activity. - /// - public partial class RetryPolicy - { - /// - /// Initializes a new instance of the RetryPolicy class. - /// - public RetryPolicy() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the RetryPolicy class. - /// - /// Maximum ordinary retry attempts. Default is 0. - /// Type: integer (or Expression with resultType integer), minimum: - /// 0. - /// Interval between retries in - /// seconds. Default is 30. - public RetryPolicy(object count = default(object), int? intervalInSeconds = default(int?)) - { - Count = count; - IntervalInSeconds = intervalInSeconds; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets maximum ordinary retry attempts. Default is 0. Type: - /// integer (or Expression with resultType integer), minimum: 0. - /// - [JsonProperty(PropertyName = "count")] - public object Count { get; set; } - - /// - /// Gets or sets interval between retries in seconds. Default is 30. - /// - [JsonProperty(PropertyName = "intervalInSeconds")] - public int? IntervalInSeconds { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (IntervalInSeconds > 86400) - { - throw new ValidationException(ValidationRules.InclusiveMaximum, "IntervalInSeconds", 86400); - } - if (IntervalInSeconds < 30) - { - throw new ValidationException(ValidationRules.InclusiveMinimum, "IntervalInSeconds", 30); - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SalesforceMarketingCloudSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SalesforceMarketingCloudSource.cs deleted file mode 100644 index 846561716b678..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SalesforceMarketingCloudSource.cs +++ /dev/null @@ -1,74 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Salesforce Marketing Cloud source. - /// - public partial class SalesforceMarketingCloudSource : TabularSource - { - /// - /// Initializes a new instance of the SalesforceMarketingCloudSource - /// class. - /// - public SalesforceMarketingCloudSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SalesforceMarketingCloudSource - /// class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public SalesforceMarketingCloudSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SalesforceServiceCloudSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SalesforceServiceCloudSink.cs deleted file mode 100644 index a260bddc659ce..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SalesforceServiceCloudSink.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Salesforce Service Cloud sink. - /// - public partial class SalesforceServiceCloudSink : CopySink - { - /// - /// Initializes a new instance of the SalesforceServiceCloudSink class. - /// - public SalesforceServiceCloudSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SalesforceServiceCloudSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// The write behavior for the operation. - /// Default is Insert. Possible values include: 'Insert', - /// 'Upsert' - /// The name of the external ID field - /// for upsert operation. Default value is 'Id' column. Type: string - /// (or Expression with resultType string). - /// The flag indicating whether or not - /// to ignore null values from input dataset (except key fields) during - /// write operation. Default value is false. If set it to true, it - /// means ADF will leave the data in the destination object unchanged - /// when doing upsert/update operation and insert defined default value - /// when doing insert operation, versus ADF will update the data in the - /// destination object to NULL when doing upsert/update operation and - /// insert NULL value when doing insert operation. Type: boolean (or - /// Expression with resultType boolean). - public SalesforceServiceCloudSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), string writeBehavior = default(string), object externalIdFieldName = default(object), object ignoreNullValues = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - WriteBehavior = writeBehavior; - ExternalIdFieldName = externalIdFieldName; - IgnoreNullValues = ignoreNullValues; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the write behavior for the operation. Default is - /// Insert. Possible values include: 'Insert', 'Upsert' - /// - [JsonProperty(PropertyName = "writeBehavior")] - public string WriteBehavior { get; set; } - - /// - /// Gets or sets the name of the external ID field for upsert - /// operation. Default value is 'Id' column. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "externalIdFieldName")] - public object ExternalIdFieldName { get; set; } - - /// - /// Gets or sets the flag indicating whether or not to ignore null - /// values from input dataset (except key fields) during write - /// operation. Default value is false. If set it to true, it means ADF - /// will leave the data in the destination object unchanged when doing - /// upsert/update operation and insert defined default value when doing - /// insert operation, versus ADF will update the data in the - /// destination object to NULL when doing upsert/update operation and - /// insert NULL value when doing insert operation. Type: boolean (or - /// Expression with resultType boolean). - /// - [JsonProperty(PropertyName = "ignoreNullValues")] - public object IgnoreNullValues { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SalesforceServiceCloudSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SalesforceServiceCloudSource.cs deleted file mode 100644 index a9789ac71e324..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SalesforceServiceCloudSource.cs +++ /dev/null @@ -1,91 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Salesforce Service Cloud source. - /// - public partial class SalesforceServiceCloudSource : CopySource - { - /// - /// Initializes a new instance of the SalesforceServiceCloudSource - /// class. - /// - public SalesforceServiceCloudSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SalesforceServiceCloudSource - /// class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Database query. Type: string (or Expression - /// with resultType string). - /// The read behavior for the operation. - /// Default is Query. Possible values include: 'Query', - /// 'QueryAll' - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public SalesforceServiceCloudSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object query = default(object), string readBehavior = default(string), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - Query = query; - ReadBehavior = readBehavior; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets database query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets the read behavior for the operation. Default is Query. - /// Possible values include: 'Query', 'QueryAll' - /// - [JsonProperty(PropertyName = "readBehavior")] - public string ReadBehavior { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SalesforceSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SalesforceSink.cs deleted file mode 100644 index cba5c69045413..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SalesforceSink.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Salesforce sink. - /// - public partial class SalesforceSink : CopySink - { - /// - /// Initializes a new instance of the SalesforceSink class. - /// - public SalesforceSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SalesforceSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// The write behavior for the operation. - /// Default is Insert. Possible values include: 'Insert', - /// 'Upsert' - /// The name of the external ID field - /// for upsert operation. Default value is 'Id' column. Type: string - /// (or Expression with resultType string). - /// The flag indicating whether or not - /// to ignore null values from input dataset (except key fields) during - /// write operation. Default value is false. If set it to true, it - /// means ADF will leave the data in the destination object unchanged - /// when doing upsert/update operation and insert defined default value - /// when doing insert operation, versus ADF will update the data in the - /// destination object to NULL when doing upsert/update operation and - /// insert NULL value when doing insert operation. Type: boolean (or - /// Expression with resultType boolean). - public SalesforceSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), string writeBehavior = default(string), object externalIdFieldName = default(object), object ignoreNullValues = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - WriteBehavior = writeBehavior; - ExternalIdFieldName = externalIdFieldName; - IgnoreNullValues = ignoreNullValues; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the write behavior for the operation. Default is - /// Insert. Possible values include: 'Insert', 'Upsert' - /// - [JsonProperty(PropertyName = "writeBehavior")] - public string WriteBehavior { get; set; } - - /// - /// Gets or sets the name of the external ID field for upsert - /// operation. Default value is 'Id' column. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "externalIdFieldName")] - public object ExternalIdFieldName { get; set; } - - /// - /// Gets or sets the flag indicating whether or not to ignore null - /// values from input dataset (except key fields) during write - /// operation. Default value is false. If set it to true, it means ADF - /// will leave the data in the destination object unchanged when doing - /// upsert/update operation and insert defined default value when doing - /// insert operation, versus ADF will update the data in the - /// destination object to NULL when doing upsert/update operation and - /// insert NULL value when doing insert operation. Type: boolean (or - /// Expression with resultType boolean). - /// - [JsonProperty(PropertyName = "ignoreNullValues")] - public object IgnoreNullValues { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SalesforceSinkWriteBehavior.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SalesforceSinkWriteBehavior.cs deleted file mode 100644 index be7d875902353..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SalesforceSinkWriteBehavior.cs +++ /dev/null @@ -1,22 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - - /// - /// Defines values for SalesforceSinkWriteBehavior. - /// - public static class SalesforceSinkWriteBehavior - { - public const string Insert = "Insert"; - public const string Upsert = "Upsert"; - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SalesforceSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SalesforceSource.cs deleted file mode 100644 index b340de99073c4..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SalesforceSource.cs +++ /dev/null @@ -1,83 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Salesforce source. - /// - public partial class SalesforceSource : TabularSource - { - /// - /// Initializes a new instance of the SalesforceSource class. - /// - public SalesforceSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SalesforceSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// Database query. Type: string (or Expression - /// with resultType string). - /// The read behavior for the operation. - /// Default is Query. Possible values include: 'Query', - /// 'QueryAll' - public SalesforceSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object), string readBehavior = default(string)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - ReadBehavior = readBehavior; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets database query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets the read behavior for the operation. Default is Query. - /// Possible values include: 'Query', 'QueryAll' - /// - [JsonProperty(PropertyName = "readBehavior")] - public string ReadBehavior { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SalesforceSourceReadBehavior.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SalesforceSourceReadBehavior.cs deleted file mode 100644 index 7b2454b345fec..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SalesforceSourceReadBehavior.cs +++ /dev/null @@ -1,22 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - - /// - /// Defines values for SalesforceSourceReadBehavior. - /// - public static class SalesforceSourceReadBehavior - { - public const string Query = "Query"; - public const string QueryAll = "QueryAll"; - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapBwSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapBwSource.cs deleted file mode 100644 index 0b0864e91c284..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapBwSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for SapBW server via MDX. - /// - public partial class SapBwSource : TabularSource - { - /// - /// Initializes a new instance of the SapBwSource class. - /// - public SapBwSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SapBwSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// MDX query. Type: string (or Expression with - /// resultType string). - public SapBwSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets MDX query. Type: string (or Expression with resultType - /// string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapCloudForCustomerSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapCloudForCustomerSink.cs deleted file mode 100644 index 6f956ef1be052..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapCloudForCustomerSink.cs +++ /dev/null @@ -1,88 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity SAP Cloud for Customer sink. - /// - public partial class SapCloudForCustomerSink : CopySink - { - /// - /// Initializes a new instance of the SapCloudForCustomerSink class. - /// - public SapCloudForCustomerSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SapCloudForCustomerSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// The write behavior for the operation. - /// Default is 'Insert'. Possible values include: 'Insert', - /// 'Update' - /// The timeout (TimeSpan) to get an - /// HTTP response. It is the timeout to get a response, not the timeout - /// to read response data. Default value: 00:05:00. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - public SapCloudForCustomerSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), string writeBehavior = default(string), object httpRequestTimeout = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - WriteBehavior = writeBehavior; - HttpRequestTimeout = httpRequestTimeout; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the write behavior for the operation. Default is - /// 'Insert'. Possible values include: 'Insert', 'Update' - /// - [JsonProperty(PropertyName = "writeBehavior")] - public string WriteBehavior { get; set; } - - /// - /// Gets or sets the timeout (TimeSpan) to get an HTTP response. It is - /// the timeout to get a response, not the timeout to read response - /// data. Default value: 00:05:00. Type: string (or Expression with - /// resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// - [JsonProperty(PropertyName = "httpRequestTimeout")] - public object HttpRequestTimeout { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapCloudForCustomerSinkWriteBehavior.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapCloudForCustomerSinkWriteBehavior.cs deleted file mode 100644 index 716a044002aca..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapCloudForCustomerSinkWriteBehavior.cs +++ /dev/null @@ -1,22 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - - /// - /// Defines values for SapCloudForCustomerSinkWriteBehavior. - /// - public static class SapCloudForCustomerSinkWriteBehavior - { - public const string Insert = "Insert"; - public const string Update = "Update"; - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapCloudForCustomerSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapCloudForCustomerSource.cs deleted file mode 100644 index ff66c667f61bf..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapCloudForCustomerSource.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for SAP Cloud for Customer source. - /// - public partial class SapCloudForCustomerSource : TabularSource - { - /// - /// Initializes a new instance of the SapCloudForCustomerSource class. - /// - public SapCloudForCustomerSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SapCloudForCustomerSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// SAP Cloud for Customer OData query. For - /// example, "$top=1". Type: string (or Expression with resultType - /// string). - /// The timeout (TimeSpan) to get an - /// HTTP response. It is the timeout to get a response, not the timeout - /// to read response data. Default value: 00:05:00. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - public SapCloudForCustomerSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object), object httpRequestTimeout = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - HttpRequestTimeout = httpRequestTimeout; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets SAP Cloud for Customer OData query. For example, - /// "$top=1". Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets the timeout (TimeSpan) to get an HTTP response. It is - /// the timeout to get a response, not the timeout to read response - /// data. Default value: 00:05:00. Type: string (or Expression with - /// resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// - [JsonProperty(PropertyName = "httpRequestTimeout")] - public object HttpRequestTimeout { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapEccSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapEccSource.cs deleted file mode 100644 index d61b74c6c814e..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapEccSource.cs +++ /dev/null @@ -1,88 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for SAP ECC source. - /// - public partial class SapEccSource : TabularSource - { - /// - /// Initializes a new instance of the SapEccSource class. - /// - public SapEccSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SapEccSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// SAP ECC OData query. For example, "$top=1". - /// Type: string (or Expression with resultType string). - /// The timeout (TimeSpan) to get an - /// HTTP response. It is the timeout to get a response, not the timeout - /// to read response data. Default value: 00:05:00. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - public SapEccSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object), object httpRequestTimeout = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - HttpRequestTimeout = httpRequestTimeout; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets SAP ECC OData query. For example, "$top=1". Type: - /// string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets the timeout (TimeSpan) to get an HTTP response. It is - /// the timeout to get a response, not the timeout to read response - /// data. Default value: 00:05:00. Type: string (or Expression with - /// resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// - [JsonProperty(PropertyName = "httpRequestTimeout")] - public object HttpRequestTimeout { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapHanaPartitionOption.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapHanaPartitionOption.cs deleted file mode 100644 index 9db5011602375..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapHanaPartitionOption.cs +++ /dev/null @@ -1,23 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - - /// - /// Defines values for SapHanaPartitionOption. - /// - public static class SapHanaPartitionOption - { - public const string None = "None"; - public const string PhysicalPartitionsOfTable = "PhysicalPartitionsOfTable"; - public const string SapHanaDynamicRange = "SapHanaDynamicRange"; - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapHanaPartitionSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapHanaPartitionSettings.cs deleted file mode 100644 index 3f3e0091e4cb5..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapHanaPartitionSettings.cs +++ /dev/null @@ -1,55 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// The settings that will be leveraged for SAP HANA source partitioning. - /// - public partial class SapHanaPartitionSettings - { - /// - /// Initializes a new instance of the SapHanaPartitionSettings class. - /// - public SapHanaPartitionSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SapHanaPartitionSettings class. - /// - /// The name of the column that will - /// be used for proceeding range partitioning. Type: string (or - /// Expression with resultType string). - public SapHanaPartitionSettings(object partitionColumnName = default(object)) - { - PartitionColumnName = partitionColumnName; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the name of the column that will be used for - /// proceeding range partitioning. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "partitionColumnName")] - public object PartitionColumnName { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapHanaSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapHanaSource.cs deleted file mode 100644 index 88592f71a5aaa..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapHanaSource.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for SAP HANA source. - /// - public partial class SapHanaSource : TabularSource - { - /// - /// Initializes a new instance of the SapHanaSource class. - /// - public SapHanaSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SapHanaSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// SAP HANA Sql query. Type: string (or Expression - /// with resultType string). - /// The packet size of data read from SAP - /// HANA. Type: integer(or Expression with resultType integer). - /// The partition mechanism that will be - /// used for SAP HANA read in parallel. Possible values include: - /// 'None', 'PhysicalPartitionsOfTable', 'SapHanaDynamicRange' - /// The settings that will be leveraged - /// for SAP HANA source partitioning. - public SapHanaSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object), object packetSize = default(object), string partitionOption = default(string), SapHanaPartitionSettings partitionSettings = default(SapHanaPartitionSettings)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - PacketSize = packetSize; - PartitionOption = partitionOption; - PartitionSettings = partitionSettings; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets SAP HANA Sql query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets the packet size of data read from SAP HANA. Type: - /// integer(or Expression with resultType integer). - /// - [JsonProperty(PropertyName = "packetSize")] - public object PacketSize { get; set; } - - /// - /// Gets or sets the partition mechanism that will be used for SAP HANA - /// read in parallel. Possible values include: 'None', - /// 'PhysicalPartitionsOfTable', 'SapHanaDynamicRange' - /// - [JsonProperty(PropertyName = "partitionOption")] - public string PartitionOption { get; set; } - - /// - /// Gets or sets the settings that will be leveraged for SAP HANA - /// source partitioning. - /// - [JsonProperty(PropertyName = "partitionSettings")] - public SapHanaPartitionSettings PartitionSettings { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapOpenHubLinkedService.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapOpenHubLinkedService.cs index 4b53d397b7a69..9d570f5a67377 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapOpenHubLinkedService.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapOpenHubLinkedService.cs @@ -35,6 +35,13 @@ public SapOpenHubLinkedService() /// /// Initializes a new instance of the SapOpenHubLinkedService class. /// + /// Unmatched properties from the + /// message are deserialized this collection + /// The integration runtime reference. + /// Linked service description. + /// Parameters for linked service. + /// List of tags that can be used for + /// describing the linked service. /// Host name of the SAP BW instance where the /// open hub destination is located. Type: string (or Expression with /// resultType string). @@ -46,34 +53,41 @@ public SapOpenHubLinkedService() /// where the open hub destination is located. (Usually a three-digit /// decimal number represented as a string) Type: string (or Expression /// with resultType string). - /// Unmatched properties from the - /// message are deserialized this collection - /// The integration runtime reference. - /// Linked service description. - /// Parameters for linked service. - /// List of tags that can be used for - /// describing the linked service. /// Language of the BW system where the open hub /// destination is located. The default value is EN. Type: string (or /// Expression with resultType string). + /// SystemID of the SAP system where the table + /// is located. Type: string (or Expression with resultType + /// string). /// Username to access the SAP BW server where /// the open hub destination is located. Type: string (or Expression /// with resultType string). /// Password to access the SAP BW server where /// the open hub destination is located. + /// The hostname of the SAP Message Server. + /// Type: string (or Expression with resultType string). + /// The service name or port number + /// of the Message Server. Type: string (or Expression with resultType + /// string). + /// The Logon Group for the SAP System. Type: + /// string (or Expression with resultType string). /// The encrypted credential used for /// authentication. Credentials are encrypted using the integration /// runtime credential manager. Type: string (or Expression with /// resultType string). - public SapOpenHubLinkedService(object server, object systemNumber, object clientId, IDictionary additionalProperties = default(IDictionary), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), IDictionary parameters = default(IDictionary), IList annotations = default(IList), object language = default(object), object userName = default(object), SecretBase password = default(SecretBase), object encryptedCredential = default(object)) + public SapOpenHubLinkedService(IDictionary additionalProperties = default(IDictionary), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), IDictionary parameters = default(IDictionary), IList annotations = default(IList), object server = default(object), object systemNumber = default(object), object clientId = default(object), object language = default(object), object systemId = default(object), object userName = default(object), SecretBase password = default(SecretBase), object messageServer = default(object), object messageServerService = default(object), object logonGroup = default(object), object encryptedCredential = default(object)) : base(additionalProperties, connectVia, description, parameters, annotations) { Server = server; SystemNumber = systemNumber; ClientId = clientId; Language = language; + SystemId = systemId; UserName = userName; Password = password; + MessageServer = messageServer; + MessageServerService = messageServerService; + LogonGroup = logonGroup; EncryptedCredential = encryptedCredential; CustomInit(); } @@ -117,6 +131,13 @@ public SapOpenHubLinkedService() [JsonProperty(PropertyName = "typeProperties.language")] public object Language { get; set; } + /// + /// Gets or sets systemID of the SAP system where the table is located. + /// Type: string (or Expression with resultType string). + /// + [JsonProperty(PropertyName = "typeProperties.systemId")] + public object SystemId { get; set; } + /// /// Gets or sets username to access the SAP BW server where the open /// hub destination is located. Type: string (or Expression with @@ -132,6 +153,27 @@ public SapOpenHubLinkedService() [JsonProperty(PropertyName = "typeProperties.password")] public SecretBase Password { get; set; } + /// + /// Gets or sets the hostname of the SAP Message Server. Type: string + /// (or Expression with resultType string). + /// + [JsonProperty(PropertyName = "typeProperties.messageServer")] + public object MessageServer { get; set; } + + /// + /// Gets or sets the service name or port number of the Message Server. + /// Type: string (or Expression with resultType string). + /// + [JsonProperty(PropertyName = "typeProperties.messageServerService")] + public object MessageServerService { get; set; } + + /// + /// Gets or sets the Logon Group for the SAP System. Type: string (or + /// Expression with resultType string). + /// + [JsonProperty(PropertyName = "typeProperties.logonGroup")] + public object LogonGroup { get; set; } + /// /// Gets or sets the encrypted credential used for authentication. /// Credentials are encrypted using the integration runtime credential @@ -149,18 +191,6 @@ public SapOpenHubLinkedService() public override void Validate() { base.Validate(); - if (Server == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Server"); - } - if (SystemNumber == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "SystemNumber"); - } - if (ClientId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "ClientId"); - } } } } diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapOpenHubSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapOpenHubSource.cs deleted file mode 100644 index fdf89ffbc0851..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapOpenHubSource.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for SAP Business Warehouse Open Hub Destination - /// source. - /// - public partial class SapOpenHubSource : TabularSource - { - /// - /// Initializes a new instance of the SapOpenHubSource class. - /// - public SapOpenHubSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SapOpenHubSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// Whether to exclude the records of - /// the last request. The default value is true. Type: boolean (or - /// Expression with resultType boolean). - /// The ID of request for delta loading. - /// Once it is set, only data with requestId larger than the value of - /// this property will be retrieved. The default value is 0. Type: - /// integer (or Expression with resultType integer ). - public SapOpenHubSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object excludeLastRequest = default(object), object baseRequestId = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - ExcludeLastRequest = excludeLastRequest; - BaseRequestId = baseRequestId; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets whether to exclude the records of the last request. - /// The default value is true. Type: boolean (or Expression with - /// resultType boolean). - /// - [JsonProperty(PropertyName = "excludeLastRequest")] - public object ExcludeLastRequest { get; set; } - - /// - /// Gets or sets the ID of request for delta loading. Once it is set, - /// only data with requestId larger than the value of this property - /// will be retrieved. The default value is 0. Type: integer (or - /// Expression with resultType integer ). - /// - [JsonProperty(PropertyName = "baseRequestId")] - public object BaseRequestId { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapTablePartitionOption.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapTablePartitionOption.cs deleted file mode 100644 index 184057d281972..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapTablePartitionOption.cs +++ /dev/null @@ -1,26 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - - /// - /// Defines values for SapTablePartitionOption. - /// - public static class SapTablePartitionOption - { - 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"; - public const string PartitionOnTime = "PartitionOnTime"; - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapTablePartitionSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapTablePartitionSettings.cs deleted file mode 100644 index 2876a9248c0dd..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapTablePartitionSettings.cs +++ /dev/null @@ -1,92 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// The settings that will be leveraged for SAP table source partitioning. - /// - public partial class SapTablePartitionSettings - { - /// - /// Initializes a new instance of the SapTablePartitionSettings class. - /// - public SapTablePartitionSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SapTablePartitionSettings class. - /// - /// The name of the column that will - /// be used for proceeding range partitioning. Type: string (or - /// Expression with resultType string). - /// The maximum value of column - /// specified in partitionColumnName that will be used for proceeding - /// range partitioning. Type: string (or Expression with resultType - /// string). - /// The minimum value of column - /// specified in partitionColumnName that will be used for proceeding - /// range partitioning. Type: string (or Expression with resultType - /// string). - /// The maximum value of partitions - /// the table will be split into. Type: integer (or Expression with - /// resultType string). - public SapTablePartitionSettings(object partitionColumnName = default(object), object partitionUpperBound = default(object), object partitionLowerBound = default(object), object maxPartitionsNumber = default(object)) - { - PartitionColumnName = partitionColumnName; - PartitionUpperBound = partitionUpperBound; - PartitionLowerBound = partitionLowerBound; - MaxPartitionsNumber = maxPartitionsNumber; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the name of the column that will be used for - /// proceeding range partitioning. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "partitionColumnName")] - public object PartitionColumnName { get; set; } - - /// - /// Gets or sets the maximum value of column specified in - /// partitionColumnName that will be used for proceeding range - /// partitioning. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "partitionUpperBound")] - public object PartitionUpperBound { get; set; } - - /// - /// Gets or sets the minimum value of column specified in - /// partitionColumnName that will be used for proceeding range - /// partitioning. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "partitionLowerBound")] - public object PartitionLowerBound { get; set; } - - /// - /// Gets or sets the maximum value of partitions the table will be - /// split into. Type: integer (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "maxPartitionsNumber")] - public object MaxPartitionsNumber { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapTableSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapTableSource.cs deleted file mode 100644 index bbf90efc064fb..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SapTableSource.cs +++ /dev/null @@ -1,156 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for SAP Table source. - /// - public partial class SapTableSource : TabularSource - { - /// - /// Initializes a new instance of the SapTableSource class. - /// - public SapTableSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SapTableSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// The number of rows to be retrieved. Type: - /// integer(or Expression with resultType integer). - /// The number of rows that will be skipped. - /// Type: integer (or Expression with resultType integer). - /// The fields of the SAP table that will - /// be retrieved. For example, column0, column1. Type: string (or - /// Expression with resultType string). - /// The options for the filtering of the - /// SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or - /// Expression with resultType string). - /// Specifies the maximum number of rows that - /// will be retrieved at a time when retrieving data from SAP Table. - /// Type: integer (or Expression with resultType integer). - /// Specifies the custom - /// RFC function module that will be used to read data from SAP Table. - /// Type: string (or Expression with resultType string). - /// The partition mechanism that will be - /// used for SAP table read in parallel. Possible values include: - /// 'None', 'PartitionOnInt', 'PartitionOnCalendarYear', - /// 'PartitionOnCalendarMonth', 'PartitionOnCalendarDate', - /// 'PartitionOnTime' - /// The settings that will be leveraged - /// for SAP table source partitioning. - public SapTableSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object rowCount = default(object), object rowSkips = default(object), object rfcTableFields = default(object), object rfcTableOptions = default(object), object batchSize = default(object), object customRfcReadTableFunctionModule = default(object), string partitionOption = default(string), SapTablePartitionSettings partitionSettings = default(SapTablePartitionSettings)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - RowCount = rowCount; - RowSkips = rowSkips; - RfcTableFields = rfcTableFields; - RfcTableOptions = rfcTableOptions; - BatchSize = batchSize; - CustomRfcReadTableFunctionModule = customRfcReadTableFunctionModule; - PartitionOption = partitionOption; - PartitionSettings = partitionSettings; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the number of rows to be retrieved. Type: integer(or - /// Expression with resultType integer). - /// - [JsonProperty(PropertyName = "rowCount")] - public object RowCount { get; set; } - - /// - /// Gets or sets the number of rows that will be skipped. Type: integer - /// (or Expression with resultType integer). - /// - [JsonProperty(PropertyName = "rowSkips")] - public object RowSkips { get; set; } - - /// - /// Gets or sets the fields of the SAP table that will be retrieved. - /// For example, column0, column1. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "rfcTableFields")] - public object RfcTableFields { get; set; } - - /// - /// Gets or sets the options for the filtering of the SAP Table. For - /// example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "rfcTableOptions")] - public object RfcTableOptions { get; set; } - - /// - /// Gets or sets specifies the maximum number of rows that will be - /// retrieved at a time when retrieving data from SAP Table. Type: - /// integer (or Expression with resultType integer). - /// - [JsonProperty(PropertyName = "batchSize")] - public object BatchSize { get; set; } - - /// - /// Gets or sets specifies the custom RFC function module that will be - /// used to read data from SAP Table. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "customRfcReadTableFunctionModule")] - public object CustomRfcReadTableFunctionModule { get; set; } - - /// - /// Gets or sets the partition mechanism that will be used for SAP - /// table read in parallel. Possible values include: 'None', - /// 'PartitionOnInt', 'PartitionOnCalendarYear', - /// 'PartitionOnCalendarMonth', 'PartitionOnCalendarDate', - /// 'PartitionOnTime' - /// - [JsonProperty(PropertyName = "partitionOption")] - public string PartitionOption { get; set; } - - /// - /// Gets or sets the settings that will be leveraged for SAP table - /// source partitioning. - /// - [JsonProperty(PropertyName = "partitionSettings")] - public SapTablePartitionSettings PartitionSettings { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ScheduleTrigger.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ScheduleTrigger.cs deleted file mode 100644 index c001f6fabce1a..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ScheduleTrigger.cs +++ /dev/null @@ -1,79 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Trigger that creates pipeline runs periodically, on schedule. - /// - [Rest.Serialization.JsonTransformation] - public partial class ScheduleTrigger : MultiplePipelineTrigger - { - /// - /// Initializes a new instance of the ScheduleTrigger class. - /// - public ScheduleTrigger() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ScheduleTrigger class. - /// - /// Recurrence schedule configuration. - /// Unmatched properties from the - /// message are deserialized this collection - /// Trigger description. - /// Indicates if trigger is running or not. - /// Updated when Start/Stop APIs are called on the Trigger. Possible - /// values include: 'Started', 'Stopped', 'Disabled' - /// List of tags that can be used for - /// describing the trigger. - /// Pipelines that need to be started. - public ScheduleTrigger(ScheduleTriggerRecurrence recurrence, IDictionary additionalProperties = default(IDictionary), string description = default(string), string runtimeState = default(string), IList annotations = default(IList), IList pipelines = default(IList)) - : base(additionalProperties, description, runtimeState, annotations, pipelines) - { - Recurrence = recurrence; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets recurrence schedule configuration. - /// - [JsonProperty(PropertyName = "typeProperties.recurrence")] - public ScheduleTriggerRecurrence Recurrence { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (Recurrence == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Recurrence"); - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ScheduleTriggerRecurrence.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ScheduleTriggerRecurrence.cs deleted file mode 100644 index 9c77ec2f45d09..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ScheduleTriggerRecurrence.cs +++ /dev/null @@ -1,106 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The workflow trigger recurrence. - /// - public partial class ScheduleTriggerRecurrence - { - /// - /// Initializes a new instance of the ScheduleTriggerRecurrence class. - /// - public ScheduleTriggerRecurrence() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ScheduleTriggerRecurrence class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The frequency. Possible values include: - /// 'NotSpecified', 'Minute', 'Hour', 'Day', 'Week', 'Month', - /// 'Year' - /// The interval. - /// The start time. - /// The end time. - /// The time zone. - /// The recurrence schedule. - public ScheduleTriggerRecurrence(IDictionary additionalProperties = default(IDictionary), string frequency = default(string), int? interval = default(int?), System.DateTime? startTime = default(System.DateTime?), System.DateTime? endTime = default(System.DateTime?), string timeZone = default(string), RecurrenceSchedule schedule = default(RecurrenceSchedule)) - { - AdditionalProperties = additionalProperties; - Frequency = frequency; - Interval = interval; - StartTime = startTime; - EndTime = endTime; - TimeZone = timeZone; - Schedule = schedule; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets or sets the frequency. Possible values include: - /// 'NotSpecified', 'Minute', 'Hour', 'Day', 'Week', 'Month', 'Year' - /// - [JsonProperty(PropertyName = "frequency")] - public string Frequency { get; set; } - - /// - /// Gets or sets the interval. - /// - [JsonProperty(PropertyName = "interval")] - public int? Interval { get; set; } - - /// - /// Gets or sets the start time. - /// - [JsonProperty(PropertyName = "startTime")] - public System.DateTime? StartTime { get; set; } - - /// - /// Gets or sets the end time. - /// - [JsonProperty(PropertyName = "endTime")] - public System.DateTime? EndTime { get; set; } - - /// - /// Gets or sets the time zone. - /// - [JsonProperty(PropertyName = "timeZone")] - public string TimeZone { get; set; } - - /// - /// Gets or sets the recurrence schedule. - /// - [JsonProperty(PropertyName = "schedule")] - public RecurrenceSchedule Schedule { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SecretBase.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SecretBase.cs index 893914a82e131..cdfddc5a08dc6 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SecretBase.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SecretBase.cs @@ -10,11 +10,13 @@ namespace Microsoft.Azure.Management.DataFactory.Models { + using Newtonsoft.Json; using System.Linq; /// /// The base definition of a secret type. /// + [Newtonsoft.Json.JsonObject("SecretBase")] public partial class SecretBase { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SecureString.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SecureString.cs index 1416b8d28183e..f83930f246f05 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SecureString.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SecureString.cs @@ -18,6 +18,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// Azure Data Factory secure string definition. The string value will be /// masked with asterisks '*' during Get or List API calls. /// + [Newtonsoft.Json.JsonObject("SecureString")] public partial class SecureString : SecretBase { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SelfDependencyTumblingWindowTriggerReference.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SelfDependencyTumblingWindowTriggerReference.cs deleted file mode 100644 index 71d386c8a657e..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SelfDependencyTumblingWindowTriggerReference.cs +++ /dev/null @@ -1,110 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Linq; - - /// - /// Self referenced tumbling window trigger dependency. - /// - public partial class SelfDependencyTumblingWindowTriggerReference : DependencyReference - { - /// - /// Initializes a new instance of the - /// SelfDependencyTumblingWindowTriggerReference class. - /// - public SelfDependencyTumblingWindowTriggerReference() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the - /// SelfDependencyTumblingWindowTriggerReference class. - /// - /// Timespan applied to the start time of a - /// tumbling window when evaluating dependency. - /// The size of the window when evaluating the - /// dependency. If undefined the frequency of the tumbling window will - /// be used. - public SelfDependencyTumblingWindowTriggerReference(string offset, string size = default(string)) - { - Offset = offset; - Size = size; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets timespan applied to the start time of a tumbling - /// window when evaluating dependency. - /// - [JsonProperty(PropertyName = "offset")] - public string Offset { get; set; } - - /// - /// Gets or sets the size of the window when evaluating the dependency. - /// If undefined the frequency of the tumbling window will be used. - /// - [JsonProperty(PropertyName = "size")] - public string Size { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (Offset == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Offset"); - } - if (Offset != null) - { - if (Offset.Length > 15) - { - throw new ValidationException(ValidationRules.MaxLength, "Offset", 15); - } - if (Offset.Length < 8) - { - throw new ValidationException(ValidationRules.MinLength, "Offset", 8); - } - if (!System.Text.RegularExpressions.Regex.IsMatch(Offset, "-((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))")) - { - throw new ValidationException(ValidationRules.Pattern, "Offset", "-((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))"); - } - } - if (Size != null) - { - if (Size.Length > 15) - { - throw new ValidationException(ValidationRules.MaxLength, "Size", 15); - } - if (Size.Length < 8) - { - throw new ValidationException(ValidationRules.MinLength, "Size", 8); - } - if (!System.Text.RegularExpressions.Regex.IsMatch(Size, "((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))")) - { - throw new ValidationException(ValidationRules.Pattern, "Size", "((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))"); - } - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ServiceNowSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ServiceNowSource.cs deleted file mode 100644 index ebfe9aa1e1e4b..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ServiceNowSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity ServiceNow server source. - /// - public partial class ServiceNowSource : TabularSource - { - /// - /// Initializes a new instance of the ServiceNowSource class. - /// - public ServiceNowSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ServiceNowSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public ServiceNowSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SftpLocation.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SftpLocation.cs deleted file mode 100644 index 74202e259808c..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SftpLocation.cs +++ /dev/null @@ -1,51 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The location of SFTP dataset. - /// - public partial class SftpLocation : DatasetLocation - { - /// - /// Initializes a new instance of the SftpLocation class. - /// - public SftpLocation() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SftpLocation class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Specify the folder path of dataset. Type: - /// string (or Expression with resultType string) - /// Specify the file name of dataset. Type: - /// string (or Expression with resultType string). - public SftpLocation(IDictionary additionalProperties = default(IDictionary), object folderPath = default(object), object fileName = default(object)) - : base(additionalProperties, folderPath, fileName) - { - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SftpReadSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SftpReadSettings.cs deleted file mode 100644 index 46d7feb33a2cf..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SftpReadSettings.cs +++ /dev/null @@ -1,151 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Sftp read settings. - /// - public partial class SftpReadSettings : StoreReadSettings - { - /// - /// Initializes a new instance of the SftpReadSettings class. - /// - public SftpReadSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SftpReadSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// If true, files under the folder path will - /// be read recursively. Default is true. Type: boolean (or Expression - /// with resultType boolean). - /// Sftp wildcardFolderPath. Type: - /// string (or Expression with resultType string). - /// Sftp wildcardFileName. Type: string - /// (or Expression with resultType string). - /// Indicates whether to enable - /// partition discovery. - /// Specify the root path where - /// partition discovery starts from. Type: string (or Expression with - /// resultType string). - /// Point to a text file that lists each - /// file (relative path to the path configured in the dataset) that you - /// want to copy. Type: string (or Expression with resultType - /// string). - /// Indicates whether the - /// source files need to be deleted after copy completion. Default is - /// false. Type: boolean (or Expression with resultType - /// boolean). - /// The start of file's modified - /// datetime. Type: string (or Expression with resultType - /// string). - /// The end of file's modified - /// datetime. Type: string (or Expression with resultType - /// string). - public SftpReadSettings(IDictionary additionalProperties = default(IDictionary), object maxConcurrentConnections = default(object), object recursive = default(object), object wildcardFolderPath = default(object), object wildcardFileName = default(object), bool? enablePartitionDiscovery = default(bool?), object partitionRootPath = default(object), object fileListPath = default(object), object deleteFilesAfterCompletion = default(object), object modifiedDatetimeStart = default(object), object modifiedDatetimeEnd = default(object)) - : base(additionalProperties, maxConcurrentConnections) - { - Recursive = recursive; - WildcardFolderPath = wildcardFolderPath; - WildcardFileName = wildcardFileName; - EnablePartitionDiscovery = enablePartitionDiscovery; - PartitionRootPath = partitionRootPath; - FileListPath = fileListPath; - DeleteFilesAfterCompletion = deleteFilesAfterCompletion; - ModifiedDatetimeStart = modifiedDatetimeStart; - ModifiedDatetimeEnd = modifiedDatetimeEnd; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets if true, files under the folder path will be read - /// recursively. Default is true. Type: boolean (or Expression with - /// resultType boolean). - /// - [JsonProperty(PropertyName = "recursive")] - public object Recursive { get; set; } - - /// - /// Gets or sets sftp wildcardFolderPath. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "wildcardFolderPath")] - public object WildcardFolderPath { get; set; } - - /// - /// Gets or sets sftp wildcardFileName. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "wildcardFileName")] - public object WildcardFileName { get; set; } - - /// - /// Gets or sets indicates whether to enable partition discovery. - /// - [JsonProperty(PropertyName = "enablePartitionDiscovery")] - public bool? EnablePartitionDiscovery { get; set; } - - /// - /// Gets or sets specify the root path where partition discovery starts - /// from. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "partitionRootPath")] - public object PartitionRootPath { get; set; } - - /// - /// Gets or sets point to a text file that lists each file (relative - /// path to the path configured in the dataset) that you want to copy. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "fileListPath")] - public object FileListPath { get; set; } - - /// - /// Gets or sets indicates whether the source files need to be deleted - /// after copy completion. Default is false. Type: boolean (or - /// Expression with resultType boolean). - /// - [JsonProperty(PropertyName = "deleteFilesAfterCompletion")] - public object DeleteFilesAfterCompletion { get; set; } - - /// - /// Gets or sets the start of file's modified datetime. Type: string - /// (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "modifiedDatetimeStart")] - public object ModifiedDatetimeStart { get; set; } - - /// - /// Gets or sets the end of file's modified datetime. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "modifiedDatetimeEnd")] - public object ModifiedDatetimeEnd { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SftpWriteSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SftpWriteSettings.cs deleted file mode 100644 index 00727e5df994e..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SftpWriteSettings.cs +++ /dev/null @@ -1,78 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Sftp write settings. - /// - public partial class SftpWriteSettings : StoreWriteSettings - { - /// - /// Initializes a new instance of the SftpWriteSettings class. - /// - public SftpWriteSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SftpWriteSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// The type of copy behavior for copy - /// sink. - /// Specifies the timeout for writing - /// each chunk to SFTP server. Default value: 01:00:00 (one hour). - /// Type: string (or Expression with resultType string). - /// Upload to temporary file(s) and - /// rename. Disable this option if your SFTP server doesn't support - /// rename operation. Type: boolean (or Expression with resultType - /// boolean). - public SftpWriteSettings(IDictionary additionalProperties = default(IDictionary), object maxConcurrentConnections = default(object), object copyBehavior = default(object), object operationTimeout = default(object), object useTempFileRename = default(object)) - : base(additionalProperties, maxConcurrentConnections, copyBehavior) - { - OperationTimeout = operationTimeout; - UseTempFileRename = useTempFileRename; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets specifies the timeout for writing each chunk to SFTP - /// server. Default value: 01:00:00 (one hour). Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "operationTimeout")] - public object OperationTimeout { get; set; } - - /// - /// Gets or sets upload to temporary file(s) and rename. Disable this - /// option if your SFTP server doesn't support rename operation. Type: - /// boolean (or Expression with resultType boolean). - /// - [JsonProperty(PropertyName = "useTempFileRename")] - public object UseTempFileRename { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SharePointOnlineListSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SharePointOnlineListSource.cs deleted file mode 100644 index c8cfd33d4a8c5..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SharePointOnlineListSource.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for sharePoint online list source. - /// - public partial class SharePointOnlineListSource : CopySource - { - /// - /// Initializes a new instance of the SharePointOnlineListSource class. - /// - public SharePointOnlineListSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SharePointOnlineListSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// The OData query to filter the data in - /// SharePoint Online list. For example, "$top=1". Type: string (or - /// Expression with resultType string). - /// The wait time to get a response - /// from SharePoint Online. Default value is 5 minutes (00:05:00). - /// Type: string (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - public SharePointOnlineListSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object query = default(object), object httpRequestTimeout = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - Query = query; - HttpRequestTimeout = httpRequestTimeout; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the OData query to filter the data in SharePoint - /// Online list. For example, "$top=1". Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets the wait time to get a response from SharePoint - /// Online. Default value is 5 minutes (00:05:00). Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// - [JsonProperty(PropertyName = "httpRequestTimeout")] - public object HttpRequestTimeout { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ShopifySource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ShopifySource.cs deleted file mode 100644 index 328c47524866b..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ShopifySource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Shopify Service source. - /// - public partial class ShopifySource : TabularSource - { - /// - /// Initializes a new instance of the ShopifySource class. - /// - public ShopifySource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ShopifySource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public ShopifySource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SnowflakeExportCopyCommand.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SnowflakeExportCopyCommand.cs deleted file mode 100644 index 2f418b36258a7..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SnowflakeExportCopyCommand.cs +++ /dev/null @@ -1,80 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Snowflake export command settings. - /// - public partial class SnowflakeExportCopyCommand : ExportSettings - { - /// - /// Initializes a new instance of the SnowflakeExportCopyCommand class. - /// - public SnowflakeExportCopyCommand() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SnowflakeExportCopyCommand class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Additional copy options - /// directly passed to snowflake Copy Command. Type: key value pairs - /// (value should be string type) (or Expression with resultType - /// object). Example: "additionalCopyOptions": { "DATE_FORMAT": - /// "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" } - /// Additional format options - /// directly passed to snowflake Copy Command. Type: key value pairs - /// (value should be string type) (or Expression with resultType - /// object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", - /// "MAX_FILE_SIZE": "'FALSE'" } - public SnowflakeExportCopyCommand(IDictionary additionalProperties = default(IDictionary), IDictionary additionalCopyOptions = default(IDictionary), IDictionary additionalFormatOptions = default(IDictionary)) - : base(additionalProperties) - { - AdditionalCopyOptions = additionalCopyOptions; - AdditionalFormatOptions = additionalFormatOptions; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets additional copy options directly passed to snowflake - /// Copy Command. Type: key value pairs (value should be string type) - /// (or Expression with resultType object). Example: - /// "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", - /// "TIME_FORMAT": "'HH24:MI:SS.FF'" } - /// - [JsonProperty(PropertyName = "additionalCopyOptions")] - public IDictionary AdditionalCopyOptions { get; set; } - - /// - /// Gets or sets additional format options directly passed to snowflake - /// Copy Command. Type: key value pairs (value should be string type) - /// (or Expression with resultType object). Example: - /// "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": - /// "'FALSE'" } - /// - [JsonProperty(PropertyName = "additionalFormatOptions")] - public IDictionary AdditionalFormatOptions { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SnowflakeImportCopyCommand.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SnowflakeImportCopyCommand.cs deleted file mode 100644 index f4294ba96d931..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SnowflakeImportCopyCommand.cs +++ /dev/null @@ -1,80 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Snowflake import command settings. - /// - public partial class SnowflakeImportCopyCommand : ImportSettings - { - /// - /// Initializes a new instance of the SnowflakeImportCopyCommand class. - /// - public SnowflakeImportCopyCommand() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SnowflakeImportCopyCommand class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Additional copy options - /// directly passed to snowflake Copy Command. Type: key value pairs - /// (value should be string type) (or Expression with resultType - /// object). Example: "additionalCopyOptions": { "DATE_FORMAT": - /// "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" } - /// Additional format options - /// directly passed to snowflake Copy Command. Type: key value pairs - /// (value should be string type) (or Expression with resultType - /// object). Example: "additionalFormatOptions": { "FORCE": "TRUE", - /// "LOAD_UNCERTAIN_FILES": "'FALSE'" } - public SnowflakeImportCopyCommand(IDictionary additionalProperties = default(IDictionary), IDictionary additionalCopyOptions = default(IDictionary), IDictionary additionalFormatOptions = default(IDictionary)) - : base(additionalProperties) - { - AdditionalCopyOptions = additionalCopyOptions; - AdditionalFormatOptions = additionalFormatOptions; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets additional copy options directly passed to snowflake - /// Copy Command. Type: key value pairs (value should be string type) - /// (or Expression with resultType object). Example: - /// "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", - /// "TIME_FORMAT": "'HH24:MI:SS.FF'" } - /// - [JsonProperty(PropertyName = "additionalCopyOptions")] - public IDictionary AdditionalCopyOptions { get; set; } - - /// - /// Gets or sets additional format options directly passed to snowflake - /// Copy Command. Type: key value pairs (value should be string type) - /// (or Expression with resultType object). Example: - /// "additionalFormatOptions": { "FORCE": "TRUE", - /// "LOAD_UNCERTAIN_FILES": "'FALSE'" } - /// - [JsonProperty(PropertyName = "additionalFormatOptions")] - public IDictionary AdditionalFormatOptions { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SnowflakeSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SnowflakeSink.cs deleted file mode 100644 index 862c7ba4c3fdf..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SnowflakeSink.cs +++ /dev/null @@ -1,79 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity snowflake sink. - /// - public partial class SnowflakeSink : CopySink - { - /// - /// Initializes a new instance of the SnowflakeSink class. - /// - public SnowflakeSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SnowflakeSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// SQL pre-copy script. Type: string (or - /// Expression with resultType string). - /// Snowflake import settings. - public SnowflakeSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object preCopyScript = default(object), SnowflakeImportCopyCommand importSettings = default(SnowflakeImportCopyCommand)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - PreCopyScript = preCopyScript; - ImportSettings = importSettings; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets SQL pre-copy script. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "preCopyScript")] - public object PreCopyScript { get; set; } - - /// - /// Gets or sets snowflake import settings. - /// - [JsonProperty(PropertyName = "importSettings")] - public SnowflakeImportCopyCommand ImportSettings { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SnowflakeSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SnowflakeSource.cs deleted file mode 100644 index 7d8f0888a1e96..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SnowflakeSource.cs +++ /dev/null @@ -1,74 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity snowflake source. - /// - public partial class SnowflakeSource : CopySource - { - /// - /// Initializes a new instance of the SnowflakeSource class. - /// - public SnowflakeSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SnowflakeSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Snowflake Sql query. Type: string (or - /// Expression with resultType string). - /// Snowflake export settings. - public SnowflakeSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object query = default(object), SnowflakeExportCopyCommand exportSettings = default(SnowflakeExportCopyCommand)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - Query = query; - ExportSettings = exportSettings; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets snowflake Sql query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets snowflake export settings. - /// - [JsonProperty(PropertyName = "exportSettings")] - public SnowflakeExportCopyCommand ExportSettings { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SparkSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SparkSource.cs deleted file mode 100644 index e89e16aa27c9a..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SparkSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Spark Server source. - /// - public partial class SparkSource : TabularSource - { - /// - /// Initializes a new instance of the SparkSource class. - /// - public SparkSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SparkSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public SparkSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlDWSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlDWSink.cs deleted file mode 100644 index f65e11b3dc108..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlDWSink.cs +++ /dev/null @@ -1,127 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity SQL Data Warehouse sink. - /// - public partial class SqlDWSink : CopySink - { - /// - /// Initializes a new instance of the SqlDWSink class. - /// - public SqlDWSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SqlDWSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// SQL pre-copy script. Type: string (or - /// Expression with resultType string). - /// Indicates to use PolyBase to copy data - /// into SQL Data Warehouse when applicable. Type: boolean (or - /// Expression with resultType boolean). - /// Specifies PolyBase-related settings - /// when allowPolyBase is true. - /// Indicates to use Copy Command to - /// copy data into SQL Data Warehouse. Type: boolean (or Expression - /// with resultType boolean). - /// Specifies Copy Command related - /// settings when allowCopyCommand is true. - /// The option to handle sink table, such as - /// autoCreate. For now only 'autoCreate' value is supported. Type: - /// string (or Expression with resultType string). - public SqlDWSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object preCopyScript = default(object), object allowPolyBase = default(object), PolybaseSettings polyBaseSettings = default(PolybaseSettings), object allowCopyCommand = default(object), DWCopyCommandSettings copyCommandSettings = default(DWCopyCommandSettings), object tableOption = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - PreCopyScript = preCopyScript; - AllowPolyBase = allowPolyBase; - PolyBaseSettings = polyBaseSettings; - AllowCopyCommand = allowCopyCommand; - CopyCommandSettings = copyCommandSettings; - TableOption = tableOption; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets SQL pre-copy script. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "preCopyScript")] - public object PreCopyScript { get; set; } - - /// - /// Gets or sets indicates to use PolyBase to copy data into SQL Data - /// Warehouse when applicable. Type: boolean (or Expression with - /// resultType boolean). - /// - [JsonProperty(PropertyName = "allowPolyBase")] - public object AllowPolyBase { get; set; } - - /// - /// Gets or sets specifies PolyBase-related settings when allowPolyBase - /// is true. - /// - [JsonProperty(PropertyName = "polyBaseSettings")] - public PolybaseSettings PolyBaseSettings { get; set; } - - /// - /// Gets or sets indicates to use Copy Command to copy data into SQL - /// Data Warehouse. Type: boolean (or Expression with resultType - /// boolean). - /// - [JsonProperty(PropertyName = "allowCopyCommand")] - public object AllowCopyCommand { get; set; } - - /// - /// Gets or sets specifies Copy Command related settings when - /// allowCopyCommand is true. - /// - [JsonProperty(PropertyName = "copyCommandSettings")] - public DWCopyCommandSettings CopyCommandSettings { get; set; } - - /// - /// Gets or sets the option to handle sink table, such as autoCreate. - /// For now only 'autoCreate' value is supported. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "tableOption")] - public object TableOption { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlDWSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlDWSource.cs deleted file mode 100644 index 2a3fd9dba7354..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlDWSource.cs +++ /dev/null @@ -1,99 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity SQL Data Warehouse source. - /// - public partial class SqlDWSource : TabularSource - { - /// - /// Initializes a new instance of the SqlDWSource class. - /// - public SqlDWSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SqlDWSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// SQL Data Warehouse reader query. Type: - /// string (or Expression with resultType string). - /// Name of the stored - /// procedure for a SQL Data Warehouse source. This cannot be used at - /// the same time as SqlReaderQuery. Type: string (or Expression with - /// resultType string). - /// Value and type setting for - /// stored procedure parameters. Example: "{Parameter1: {value: "1", - /// type: "int"}}". Type: object (or Expression with resultType - /// object), itemType: StoredProcedureParameter. - public SqlDWSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object sqlReaderQuery = default(object), object sqlReaderStoredProcedureName = default(object), object storedProcedureParameters = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - SqlReaderQuery = sqlReaderQuery; - SqlReaderStoredProcedureName = sqlReaderStoredProcedureName; - StoredProcedureParameters = storedProcedureParameters; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets SQL Data Warehouse reader query. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "sqlReaderQuery")] - public object SqlReaderQuery { get; set; } - - /// - /// Gets or sets name of the stored procedure for a SQL Data Warehouse - /// source. This cannot be used at the same time as SqlReaderQuery. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "sqlReaderStoredProcedureName")] - public object SqlReaderStoredProcedureName { get; set; } - - /// - /// Gets or sets value and type setting for stored procedure - /// parameters. Example: "{Parameter1: {value: "1", type: "int"}}". - /// Type: object (or Expression with resultType object), itemType: - /// StoredProcedureParameter. - /// - [JsonProperty(PropertyName = "storedProcedureParameters")] - public object StoredProcedureParameters { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlMISink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlMISink.cs deleted file mode 100644 index d64ed35f2ae21..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlMISink.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure SQL Managed Instance sink. - /// - public partial class SqlMISink : CopySink - { - /// - /// Initializes a new instance of the SqlMISink class. - /// - public SqlMISink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SqlMISink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// SQL writer stored - /// procedure name. Type: string (or Expression with resultType - /// string). - /// SQL writer table type. Type: - /// string (or Expression with resultType string). - /// SQL pre-copy script. Type: string (or - /// Expression with resultType string). - /// SQL stored procedure - /// parameters. - /// The stored - /// procedure parameter name of the table type. Type: string (or - /// Expression with resultType string). - /// The option to handle sink table, such as - /// autoCreate. For now only 'autoCreate' value is supported. Type: - /// string (or Expression with resultType string). - public SqlMISink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object sqlWriterStoredProcedureName = default(object), object sqlWriterTableType = default(object), object preCopyScript = default(object), IDictionary storedProcedureParameters = default(IDictionary), object storedProcedureTableTypeParameterName = default(object), object tableOption = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - SqlWriterStoredProcedureName = sqlWriterStoredProcedureName; - SqlWriterTableType = sqlWriterTableType; - PreCopyScript = preCopyScript; - StoredProcedureParameters = storedProcedureParameters; - StoredProcedureTableTypeParameterName = storedProcedureTableTypeParameterName; - TableOption = tableOption; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets SQL writer stored procedure name. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "sqlWriterStoredProcedureName")] - public object SqlWriterStoredProcedureName { get; set; } - - /// - /// Gets or sets SQL writer table type. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "sqlWriterTableType")] - public object SqlWriterTableType { get; set; } - - /// - /// Gets or sets SQL pre-copy script. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "preCopyScript")] - public object PreCopyScript { get; set; } - - /// - /// Gets or sets SQL stored procedure parameters. - /// - [JsonProperty(PropertyName = "storedProcedureParameters")] - public IDictionary StoredProcedureParameters { get; set; } - - /// - /// Gets or sets the stored procedure parameter name of the table type. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "storedProcedureTableTypeParameterName")] - public object StoredProcedureTableTypeParameterName { get; set; } - - /// - /// Gets or sets the option to handle sink table, such as autoCreate. - /// For now only 'autoCreate' value is supported. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "tableOption")] - public object TableOption { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlMISource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlMISource.cs deleted file mode 100644 index 96d8c313fa39c..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlMISource.cs +++ /dev/null @@ -1,106 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Azure SQL Managed Instance source. - /// - public partial class SqlMISource : TabularSource - { - /// - /// Initializes a new instance of the SqlMISource class. - /// - public SqlMISource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SqlMISource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// SQL reader query. Type: string (or - /// Expression with resultType string). - /// Name of the stored - /// procedure for a Azure SQL Managed Instance source. This cannot be - /// used at the same time as SqlReaderQuery. Type: string (or - /// Expression with resultType string). - /// Value and type setting for - /// stored procedure parameters. Example: "{Parameter1: {value: "1", - /// type: "int"}}". - /// Which additional types to - /// produce. - public SqlMISource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object sqlReaderQuery = default(object), object sqlReaderStoredProcedureName = default(object), IDictionary storedProcedureParameters = default(IDictionary), object produceAdditionalTypes = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - SqlReaderQuery = sqlReaderQuery; - SqlReaderStoredProcedureName = sqlReaderStoredProcedureName; - StoredProcedureParameters = storedProcedureParameters; - ProduceAdditionalTypes = produceAdditionalTypes; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets SQL reader query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "sqlReaderQuery")] - public object SqlReaderQuery { get; set; } - - /// - /// Gets or sets name of the stored procedure for a Azure SQL Managed - /// Instance source. This cannot be used at the same time as - /// SqlReaderQuery. Type: string (or Expression with resultType - /// string). - /// - [JsonProperty(PropertyName = "sqlReaderStoredProcedureName")] - public object SqlReaderStoredProcedureName { get; set; } - - /// - /// Gets or sets value and type setting for stored procedure - /// parameters. Example: "{Parameter1: {value: "1", type: "int"}}". - /// - [JsonProperty(PropertyName = "storedProcedureParameters")] - public IDictionary StoredProcedureParameters { get; set; } - - /// - /// Gets or sets which additional types to produce. - /// - [JsonProperty(PropertyName = "produceAdditionalTypes")] - public object ProduceAdditionalTypes { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlServerSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlServerSink.cs deleted file mode 100644 index ab3da5038a7d5..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlServerSink.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity SQL server sink. - /// - public partial class SqlServerSink : CopySink - { - /// - /// Initializes a new instance of the SqlServerSink class. - /// - public SqlServerSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SqlServerSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// SQL writer stored - /// procedure name. Type: string (or Expression with resultType - /// string). - /// SQL writer table type. Type: - /// string (or Expression with resultType string). - /// SQL pre-copy script. Type: string (or - /// Expression with resultType string). - /// SQL stored procedure - /// parameters. - /// The stored - /// procedure parameter name of the table type. Type: string (or - /// Expression with resultType string). - /// The option to handle sink table, such as - /// autoCreate. For now only 'autoCreate' value is supported. Type: - /// string (or Expression with resultType string). - public SqlServerSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object sqlWriterStoredProcedureName = default(object), object sqlWriterTableType = default(object), object preCopyScript = default(object), IDictionary storedProcedureParameters = default(IDictionary), object storedProcedureTableTypeParameterName = default(object), object tableOption = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - SqlWriterStoredProcedureName = sqlWriterStoredProcedureName; - SqlWriterTableType = sqlWriterTableType; - PreCopyScript = preCopyScript; - StoredProcedureParameters = storedProcedureParameters; - StoredProcedureTableTypeParameterName = storedProcedureTableTypeParameterName; - TableOption = tableOption; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets SQL writer stored procedure name. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "sqlWriterStoredProcedureName")] - public object SqlWriterStoredProcedureName { get; set; } - - /// - /// Gets or sets SQL writer table type. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "sqlWriterTableType")] - public object SqlWriterTableType { get; set; } - - /// - /// Gets or sets SQL pre-copy script. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "preCopyScript")] - public object PreCopyScript { get; set; } - - /// - /// Gets or sets SQL stored procedure parameters. - /// - [JsonProperty(PropertyName = "storedProcedureParameters")] - public IDictionary StoredProcedureParameters { get; set; } - - /// - /// Gets or sets the stored procedure parameter name of the table type. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "storedProcedureTableTypeParameterName")] - public object StoredProcedureTableTypeParameterName { get; set; } - - /// - /// Gets or sets the option to handle sink table, such as autoCreate. - /// For now only 'autoCreate' value is supported. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "tableOption")] - public object TableOption { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlServerSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlServerSource.cs deleted file mode 100644 index c1cbb89d92024..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlServerSource.cs +++ /dev/null @@ -1,105 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity SQL server source. - /// - public partial class SqlServerSource : TabularSource - { - /// - /// Initializes a new instance of the SqlServerSource class. - /// - public SqlServerSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SqlServerSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// SQL reader query. Type: string (or - /// Expression with resultType string). - /// Name of the stored - /// procedure for a SQL Database source. This cannot be used at the - /// same time as SqlReaderQuery. Type: string (or Expression with - /// resultType string). - /// Value and type setting for - /// stored procedure parameters. Example: "{Parameter1: {value: "1", - /// type: "int"}}". - /// Which additional types to - /// produce. - public SqlServerSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object sqlReaderQuery = default(object), object sqlReaderStoredProcedureName = default(object), IDictionary storedProcedureParameters = default(IDictionary), object produceAdditionalTypes = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - SqlReaderQuery = sqlReaderQuery; - SqlReaderStoredProcedureName = sqlReaderStoredProcedureName; - StoredProcedureParameters = storedProcedureParameters; - ProduceAdditionalTypes = produceAdditionalTypes; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets SQL reader query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "sqlReaderQuery")] - public object SqlReaderQuery { get; set; } - - /// - /// Gets or sets name of the stored procedure for a SQL Database - /// source. This cannot be used at the same time as SqlReaderQuery. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "sqlReaderStoredProcedureName")] - public object SqlReaderStoredProcedureName { get; set; } - - /// - /// Gets or sets value and type setting for stored procedure - /// parameters. Example: "{Parameter1: {value: "1", type: "int"}}". - /// - [JsonProperty(PropertyName = "storedProcedureParameters")] - public IDictionary StoredProcedureParameters { get; set; } - - /// - /// Gets or sets which additional types to produce. - /// - [JsonProperty(PropertyName = "produceAdditionalTypes")] - public object ProduceAdditionalTypes { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlSink.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlSink.cs deleted file mode 100644 index a388a568e45f7..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlSink.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity SQL sink. - /// - public partial class SqlSink : CopySink - { - /// - /// Initializes a new instance of the SqlSink class. - /// - public SqlSink() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SqlSink class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Write batch size. Type: integer (or - /// Expression with resultType integer), minimum: 0. - /// Write batch timeout. Type: string - /// (or Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Sink retry count. Type: integer (or - /// Expression with resultType integer). - /// Sink retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the sink data store. Type: integer (or - /// Expression with resultType integer). - /// SQL writer stored - /// procedure name. Type: string (or Expression with resultType - /// string). - /// SQL writer table type. Type: - /// string (or Expression with resultType string). - /// SQL pre-copy script. Type: string (or - /// Expression with resultType string). - /// SQL stored procedure - /// parameters. - /// The stored - /// procedure parameter name of the table type. Type: string (or - /// Expression with resultType string). - /// The option to handle sink table, such as - /// autoCreate. For now only 'autoCreate' value is supported. Type: - /// string (or Expression with resultType string). - public SqlSink(IDictionary additionalProperties = default(IDictionary), object writeBatchSize = default(object), object writeBatchTimeout = default(object), object sinkRetryCount = default(object), object sinkRetryWait = default(object), object maxConcurrentConnections = default(object), object sqlWriterStoredProcedureName = default(object), object sqlWriterTableType = default(object), object preCopyScript = default(object), IDictionary storedProcedureParameters = default(IDictionary), object storedProcedureTableTypeParameterName = default(object), object tableOption = default(object)) - : base(additionalProperties, writeBatchSize, writeBatchTimeout, sinkRetryCount, sinkRetryWait, maxConcurrentConnections) - { - SqlWriterStoredProcedureName = sqlWriterStoredProcedureName; - SqlWriterTableType = sqlWriterTableType; - PreCopyScript = preCopyScript; - StoredProcedureParameters = storedProcedureParameters; - StoredProcedureTableTypeParameterName = storedProcedureTableTypeParameterName; - TableOption = tableOption; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets SQL writer stored procedure name. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "sqlWriterStoredProcedureName")] - public object SqlWriterStoredProcedureName { get; set; } - - /// - /// Gets or sets SQL writer table type. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "sqlWriterTableType")] - public object SqlWriterTableType { get; set; } - - /// - /// Gets or sets SQL pre-copy script. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "preCopyScript")] - public object PreCopyScript { get; set; } - - /// - /// Gets or sets SQL stored procedure parameters. - /// - [JsonProperty(PropertyName = "storedProcedureParameters")] - public IDictionary StoredProcedureParameters { get; set; } - - /// - /// Gets or sets the stored procedure parameter name of the table type. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "storedProcedureTableTypeParameterName")] - public object StoredProcedureTableTypeParameterName { get; set; } - - /// - /// Gets or sets the option to handle sink table, such as autoCreate. - /// For now only 'autoCreate' value is supported. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "tableOption")] - public object TableOption { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlSource.cs deleted file mode 100644 index 7fab6677c3f03..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SqlSource.cs +++ /dev/null @@ -1,112 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity SQL source. - /// - public partial class SqlSource : TabularSource - { - /// - /// Initializes a new instance of the SqlSource class. - /// - public SqlSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SqlSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// SQL reader query. Type: string (or - /// Expression with resultType string). - /// Name of the stored - /// procedure for a SQL Database source. This cannot be used at the - /// same time as SqlReaderQuery. Type: string (or Expression with - /// resultType string). - /// Value and type setting for - /// stored procedure parameters. Example: "{Parameter1: {value: "1", - /// type: "int"}}". - /// Specifies the transaction locking - /// behavior for the SQL source. Allowed values: - /// ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. - /// The default value is ReadCommitted. Type: string (or Expression - /// with resultType string). - public SqlSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object sqlReaderQuery = default(object), object sqlReaderStoredProcedureName = default(object), IDictionary storedProcedureParameters = default(IDictionary), object isolationLevel = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - SqlReaderQuery = sqlReaderQuery; - SqlReaderStoredProcedureName = sqlReaderStoredProcedureName; - StoredProcedureParameters = storedProcedureParameters; - IsolationLevel = isolationLevel; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets SQL reader query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "sqlReaderQuery")] - public object SqlReaderQuery { get; set; } - - /// - /// Gets or sets name of the stored procedure for a SQL Database - /// source. This cannot be used at the same time as SqlReaderQuery. - /// Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "sqlReaderStoredProcedureName")] - public object SqlReaderStoredProcedureName { get; set; } - - /// - /// Gets or sets value and type setting for stored procedure - /// parameters. Example: "{Parameter1: {value: "1", type: "int"}}". - /// - [JsonProperty(PropertyName = "storedProcedureParameters")] - public IDictionary StoredProcedureParameters { get; set; } - - /// - /// Gets or sets specifies the transaction locking behavior for the SQL - /// source. Allowed values: - /// ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. - /// The default value is ReadCommitted. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "isolationLevel")] - public object IsolationLevel { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SquareSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SquareSource.cs deleted file mode 100644 index 776789018a180..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SquareSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Square Service source. - /// - public partial class SquareSource : TabularSource - { - /// - /// Initializes a new instance of the SquareSource class. - /// - public SquareSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SquareSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public SquareSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TumblingWindowFrequency.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SsisLogLocationType.cs similarity index 70% rename from sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TumblingWindowFrequency.cs rename to sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SsisLogLocationType.cs index cb9b05f7a2cc3..721d518085a86 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TumblingWindowFrequency.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SsisLogLocationType.cs @@ -12,11 +12,10 @@ namespace Microsoft.Azure.Management.DataFactory.Models { /// - /// Defines values for TumblingWindowFrequency. + /// Defines values for SsisLogLocationType. /// - public static class TumblingWindowFrequency + public static class SsisLogLocationType { - public const string Minute = "Minute"; - public const string Hour = "Hour"; + public const string File = "File"; } } diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SsisObjectMetadata.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SsisObjectMetadata.cs index 83b77940a1c26..2825c5d17cd18 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SsisObjectMetadata.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SsisObjectMetadata.cs @@ -16,6 +16,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// /// SSIS object metadata. /// + [Newtonsoft.Json.JsonObject("SsisObjectMetadata")] public partial class SsisObjectMetadata { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/StoreReadSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/StoreReadSettings.cs index 2cb7c32dd5329..ef181a170d71c 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/StoreReadSettings.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/StoreReadSettings.cs @@ -18,6 +18,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// /// Connector read setting. /// + [Newtonsoft.Json.JsonObject("StoreReadSettings")] public partial class StoreReadSettings { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/StoreWriteSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/StoreWriteSettings.cs deleted file mode 100644 index 0346d5e0d099a..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/StoreWriteSettings.cs +++ /dev/null @@ -1,75 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Connector write settings. - /// - public partial class StoreWriteSettings - { - /// - /// Initializes a new instance of the StoreWriteSettings class. - /// - public StoreWriteSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the StoreWriteSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// The type of copy behavior for copy - /// sink. - public StoreWriteSettings(IDictionary additionalProperties = default(IDictionary), object maxConcurrentConnections = default(object), object copyBehavior = default(object)) - { - AdditionalProperties = additionalProperties; - MaxConcurrentConnections = maxConcurrentConnections; - CopyBehavior = copyBehavior; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets unmatched properties from the message are deserialized - /// this collection - /// - [JsonExtensionData] - public IDictionary AdditionalProperties { get; set; } - - /// - /// Gets or sets the maximum concurrent connection count for the source - /// data store. Type: integer (or Expression with resultType integer). - /// - [JsonProperty(PropertyName = "maxConcurrentConnections")] - public object MaxConcurrentConnections { get; set; } - - /// - /// Gets or sets the type of copy behavior for copy sink. - /// - [JsonProperty(PropertyName = "copyBehavior")] - public object CopyBehavior { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SybaseSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SybaseSource.cs deleted file mode 100644 index 554c210f05ec1..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/SybaseSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for Sybase databases. - /// - public partial class SybaseSource : TabularSource - { - /// - /// Initializes a new instance of the SybaseSource class. - /// - public SybaseSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SybaseSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// Database query. Type: string (or Expression - /// with resultType string). - public SybaseSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets database query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TabularSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TabularSource.cs deleted file mode 100644 index a93d259960346..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TabularSource.cs +++ /dev/null @@ -1,80 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Copy activity sources of tabular type. - /// - public partial class TabularSource : CopySource - { - /// - /// Initializes a new instance of the TabularSource class. - /// - public TabularSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the TabularSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public TabularSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - QueryTimeout = queryTimeout; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets query timeout. Type: string (or Expression with - /// resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// - [JsonProperty(PropertyName = "queryTimeout")] - public object QueryTimeout { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TeradataPartitionOption.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TeradataPartitionOption.cs deleted file mode 100644 index 5522a89a5d790..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TeradataPartitionOption.cs +++ /dev/null @@ -1,23 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - - /// - /// Defines values for TeradataPartitionOption. - /// - public static class TeradataPartitionOption - { - public const string None = "None"; - public const string Hash = "Hash"; - public const string DynamicRange = "DynamicRange"; - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TeradataPartitionSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TeradataPartitionSettings.cs deleted file mode 100644 index d1240a3941eb3..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TeradataPartitionSettings.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// The settings that will be leveraged for teradata source partitioning. - /// - public partial class TeradataPartitionSettings - { - /// - /// Initializes a new instance of the TeradataPartitionSettings class. - /// - public TeradataPartitionSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the TeradataPartitionSettings class. - /// - /// The name of the column that will - /// be used for proceeding range or hash partitioning. Type: string (or - /// Expression with resultType string). - /// The maximum value of column - /// specified in partitionColumnName that will be used for proceeding - /// range partitioning. Type: string (or Expression with resultType - /// string). - /// The minimum value of column - /// specified in partitionColumnName that will be used for proceeding - /// range partitioning. Type: string (or Expression with resultType - /// string). - public TeradataPartitionSettings(object partitionColumnName = default(object), object partitionUpperBound = default(object), object partitionLowerBound = default(object)) - { - PartitionColumnName = partitionColumnName; - PartitionUpperBound = partitionUpperBound; - PartitionLowerBound = partitionLowerBound; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the name of the column that will be used for - /// proceeding range or hash partitioning. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "partitionColumnName")] - public object PartitionColumnName { get; set; } - - /// - /// Gets or sets the maximum value of column specified in - /// partitionColumnName that will be used for proceeding range - /// partitioning. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "partitionUpperBound")] - public object PartitionUpperBound { get; set; } - - /// - /// Gets or sets the minimum value of column specified in - /// partitionColumnName that will be used for proceeding range - /// partitioning. Type: string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "partitionLowerBound")] - public object PartitionLowerBound { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TeradataSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TeradataSource.cs deleted file mode 100644 index 515880a573489..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TeradataSource.cs +++ /dev/null @@ -1,94 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Teradata source. - /// - public partial class TeradataSource : TabularSource - { - /// - /// Initializes a new instance of the TeradataSource class. - /// - public TeradataSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the TeradataSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// Teradata query. Type: string (or Expression - /// with resultType string). - /// The partition mechanism that will be - /// used for teradata read in parallel. Possible values include: - /// 'None', 'Hash', 'DynamicRange' - /// The settings that will be leveraged - /// for teradata source partitioning. - public TeradataSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object), string partitionOption = default(string), TeradataPartitionSettings partitionSettings = default(TeradataPartitionSettings)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - PartitionOption = partitionOption; - PartitionSettings = partitionSettings; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets teradata query. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - /// - /// Gets or sets the partition mechanism that will be used for teradata - /// read in parallel. Possible values include: 'None', 'Hash', - /// 'DynamicRange' - /// - [JsonProperty(PropertyName = "partitionOption")] - public string PartitionOption { get; set; } - - /// - /// Gets or sets the settings that will be leveraged for teradata - /// source partitioning. - /// - [JsonProperty(PropertyName = "partitionSettings")] - public TeradataPartitionSettings PartitionSettings { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TextFormat.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TextFormat.cs deleted file mode 100644 index 8e74882f55e61..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TextFormat.cs +++ /dev/null @@ -1,158 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The data stored in text format. - /// - public partial class TextFormat : DatasetStorageFormat - { - /// - /// Initializes a new instance of the TextFormat class. - /// - public TextFormat() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the TextFormat class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Serializer. Type: string (or Expression - /// with resultType string). - /// Deserializer. Type: string (or - /// Expression with resultType string). - /// The column delimiter. Type: string - /// (or Expression with resultType string). - /// The row delimiter. Type: string (or - /// Expression with resultType string). - /// The escape character. Type: string (or - /// Expression with resultType string). - /// The quote character. Type: string (or - /// Expression with resultType string). - /// The null value string. Type: string (or - /// Expression with resultType string). - /// The code page name of the preferred - /// encoding. If miss, the default value is ΓÇ£utf-8ΓÇ¥, unless BOM - /// denotes another Unicode encoding. Refer to the ΓÇ£NameΓÇ¥ column of - /// the table in the following link to set supported values: - /// https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: - /// string (or Expression with resultType string). - /// Treat empty column values in the - /// text file as null. The default value is true. Type: boolean (or - /// Expression with resultType boolean). - /// The number of lines/rows to be skipped - /// when parsing text files. The default value is 0. Type: integer (or - /// Expression with resultType integer). - /// When used as input, treat the first - /// row of data as headers. When used as output,write the headers into - /// the output as the first row of data. The default value is false. - /// Type: boolean (or Expression with resultType boolean). - public TextFormat(IDictionary additionalProperties = default(IDictionary), object serializer = default(object), object deserializer = default(object), object columnDelimiter = default(object), object rowDelimiter = default(object), object escapeChar = default(object), object quoteChar = default(object), object nullValue = default(object), object encodingName = default(object), object treatEmptyAsNull = default(object), object skipLineCount = default(object), object firstRowAsHeader = default(object)) - : base(additionalProperties, serializer, deserializer) - { - ColumnDelimiter = columnDelimiter; - RowDelimiter = rowDelimiter; - EscapeChar = escapeChar; - QuoteChar = quoteChar; - NullValue = nullValue; - EncodingName = encodingName; - TreatEmptyAsNull = treatEmptyAsNull; - SkipLineCount = skipLineCount; - FirstRowAsHeader = firstRowAsHeader; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the column delimiter. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "columnDelimiter")] - public object ColumnDelimiter { get; set; } - - /// - /// Gets or sets the row delimiter. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "rowDelimiter")] - public object RowDelimiter { get; set; } - - /// - /// Gets or sets the escape character. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "escapeChar")] - public object EscapeChar { get; set; } - - /// - /// Gets or sets the quote character. Type: string (or Expression with - /// resultType string). - /// - [JsonProperty(PropertyName = "quoteChar")] - public object QuoteChar { get; set; } - - /// - /// Gets or sets the null value string. Type: string (or Expression - /// with resultType string). - /// - [JsonProperty(PropertyName = "nullValue")] - public object NullValue { get; set; } - - /// - /// Gets or sets the code page name of the preferred encoding. If miss, - /// the default value is ΓÇ£utf-8ΓÇ¥, unless BOM denotes another - /// Unicode encoding. Refer to the ΓÇ£NameΓÇ¥ column of the table in - /// the following link to set supported values: - /// https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: - /// string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "encodingName")] - public object EncodingName { get; set; } - - /// - /// Gets or sets treat empty column values in the text file as null. - /// The default value is true. Type: boolean (or Expression with - /// resultType boolean). - /// - [JsonProperty(PropertyName = "treatEmptyAsNull")] - public object TreatEmptyAsNull { get; set; } - - /// - /// Gets or sets the number of lines/rows to be skipped when parsing - /// text files. The default value is 0. Type: integer (or Expression - /// with resultType integer). - /// - [JsonProperty(PropertyName = "skipLineCount")] - public object SkipLineCount { get; set; } - - /// - /// Gets or sets when used as input, treat the first row of data as - /// headers. When used as output,write the headers into the output as - /// the first row of data. The default value is false. Type: boolean - /// (or Expression with resultType boolean). - /// - [JsonProperty(PropertyName = "firstRowAsHeader")] - public object FirstRowAsHeader { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/Trigger.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/Trigger.cs index 1462131fd8d0b..d9406e0ae8fdc 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/Trigger.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/Trigger.cs @@ -19,6 +19,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// Azure data factory nested object which contains information about /// creating pipeline run /// + [Newtonsoft.Json.JsonObject("Trigger")] public partial class Trigger { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TriggerDependencyReference.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TriggerDependencyReference.cs deleted file mode 100644 index 0081378e4e2bb..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TriggerDependencyReference.cs +++ /dev/null @@ -1,70 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Linq; - - /// - /// Trigger referenced dependency. - /// - public partial class TriggerDependencyReference : DependencyReference - { - /// - /// Initializes a new instance of the TriggerDependencyReference class. - /// - public TriggerDependencyReference() - { - ReferenceTrigger = new TriggerReference(); - CustomInit(); - } - - /// - /// Initializes a new instance of the TriggerDependencyReference class. - /// - /// Referenced trigger. - public TriggerDependencyReference(TriggerReference referenceTrigger) - { - ReferenceTrigger = referenceTrigger; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets referenced trigger. - /// - [JsonProperty(PropertyName = "referenceTrigger")] - public TriggerReference ReferenceTrigger { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (ReferenceTrigger == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "ReferenceTrigger"); - } - if (ReferenceTrigger != null) - { - ReferenceTrigger.Validate(); - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TriggerReference.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TriggerReference.cs deleted file mode 100644 index 2314904b1626e..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TriggerReference.cs +++ /dev/null @@ -1,78 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Linq; - - /// - /// Trigger reference type. - /// - public partial class TriggerReference - { - /// - /// Initializes a new instance of the TriggerReference class. - /// - public TriggerReference() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the TriggerReference class. - /// - /// Reference trigger name. - public TriggerReference(string referenceName) - { - ReferenceName = referenceName; - CustomInit(); - } - /// - /// Static constructor for TriggerReference class. - /// - static TriggerReference() - { - Type = "TriggerReference"; - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets reference trigger name. - /// - [JsonProperty(PropertyName = "referenceName")] - public string ReferenceName { get; set; } - - /// - /// Trigger reference type. - /// - [JsonProperty(PropertyName = "type")] - public static string Type { get; private set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (ReferenceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "ReferenceName"); - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TumblingWindowTrigger.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TumblingWindowTrigger.cs deleted file mode 100644 index 5a56eb8d06cdd..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TumblingWindowTrigger.cs +++ /dev/null @@ -1,194 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Trigger that schedules pipeline runs for all fixed time interval - /// windows from a start time without gaps and also supports backfill - /// scenarios (when start time is in the past). - /// - [Rest.Serialization.JsonTransformation] - public partial class TumblingWindowTrigger : Trigger - { - /// - /// Initializes a new instance of the TumblingWindowTrigger class. - /// - public TumblingWindowTrigger() - { - Pipeline = new TriggerPipelineReference(); - CustomInit(); - } - - /// - /// Initializes a new instance of the TumblingWindowTrigger class. - /// - /// Pipeline for which runs are created when an - /// event is fired for trigger window that is ready. - /// The frequency of the time windows. Possible - /// values include: 'Minute', 'Hour' - /// The interval of the time windows. The - /// minimum interval allowed is 15 Minutes. - /// The start time for the time period for the - /// trigger during which events are fired for windows that are ready. - /// Only UTC time is currently supported. - /// The max number of parallel time - /// windows (ready for execution) for which a new run is - /// triggered. - /// Unmatched properties from the - /// message are deserialized this collection - /// Trigger description. - /// Indicates if trigger is running or not. - /// Updated when Start/Stop APIs are called on the Trigger. Possible - /// values include: 'Started', 'Stopped', 'Disabled' - /// List of tags that can be used for - /// describing the trigger. - /// The end time for the time period for the - /// trigger during which events are fired for windows that are ready. - /// Only UTC time is currently supported. - /// Specifies how long the trigger waits past due - /// time before triggering new run. It doesn't alter window start and - /// end time. The default is 0. Type: string (or Expression with - /// resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Retry policy that will be applied for - /// failed pipeline runs. - /// Triggers that this trigger depends on. Only - /// tumbling window triggers are supported. - public TumblingWindowTrigger(TriggerPipelineReference pipeline, string frequency, int interval, System.DateTime startTime, int maxConcurrency, IDictionary additionalProperties = default(IDictionary), string description = default(string), string runtimeState = default(string), IList annotations = default(IList), System.DateTime? endTime = default(System.DateTime?), object delay = default(object), RetryPolicy retryPolicy = default(RetryPolicy), IList dependsOn = default(IList)) - : base(additionalProperties, description, runtimeState, annotations) - { - Pipeline = pipeline; - Frequency = frequency; - Interval = interval; - StartTime = startTime; - EndTime = endTime; - Delay = delay; - MaxConcurrency = maxConcurrency; - RetryPolicy = retryPolicy; - DependsOn = dependsOn; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets pipeline for which runs are created when an event is - /// fired for trigger window that is ready. - /// - [JsonProperty(PropertyName = "pipeline")] - public TriggerPipelineReference Pipeline { get; set; } - - /// - /// Gets or sets the frequency of the time windows. Possible values - /// include: 'Minute', 'Hour' - /// - [JsonProperty(PropertyName = "typeProperties.frequency")] - public string Frequency { get; set; } - - /// - /// Gets or sets the interval of the time windows. The minimum interval - /// allowed is 15 Minutes. - /// - [JsonProperty(PropertyName = "typeProperties.interval")] - public int Interval { get; set; } - - /// - /// Gets or sets the start time for the time period for the trigger - /// during which events are fired for windows that are ready. Only UTC - /// time is currently supported. - /// - [JsonProperty(PropertyName = "typeProperties.startTime")] - public System.DateTime StartTime { get; set; } - - /// - /// Gets or sets the end time for the time period for the trigger - /// during which events are fired for windows that are ready. Only UTC - /// time is currently supported. - /// - [JsonProperty(PropertyName = "typeProperties.endTime")] - public System.DateTime? EndTime { get; set; } - - /// - /// Gets or sets specifies how long the trigger waits past due time - /// before triggering new run. It doesn't alter window start and end - /// time. The default is 0. Type: string (or Expression with resultType - /// string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// - [JsonProperty(PropertyName = "typeProperties.delay")] - public object Delay { get; set; } - - /// - /// Gets or sets the max number of parallel time windows (ready for - /// execution) for which a new run is triggered. - /// - [JsonProperty(PropertyName = "typeProperties.maxConcurrency")] - public int MaxConcurrency { get; set; } - - /// - /// Gets or sets retry policy that will be applied for failed pipeline - /// runs. - /// - [JsonProperty(PropertyName = "typeProperties.retryPolicy")] - public RetryPolicy RetryPolicy { get; set; } - - /// - /// Gets or sets triggers that this trigger depends on. Only tumbling - /// window triggers are supported. - /// - [JsonProperty(PropertyName = "typeProperties.dependsOn")] - public IList DependsOn { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (Pipeline == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Pipeline"); - } - if (Frequency == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Frequency"); - } - if (Pipeline != null) - { - Pipeline.Validate(); - } - if (MaxConcurrency > 50) - { - throw new ValidationException(ValidationRules.InclusiveMaximum, "MaxConcurrency", 50); - } - if (MaxConcurrency < 1) - { - throw new ValidationException(ValidationRules.InclusiveMinimum, "MaxConcurrency", 1); - } - if (RetryPolicy != null) - { - RetryPolicy.Validate(); - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TumblingWindowTriggerDependencyReference.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TumblingWindowTriggerDependencyReference.cs deleted file mode 100644 index b274d37a76361..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/TumblingWindowTriggerDependencyReference.cs +++ /dev/null @@ -1,110 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Linq; - - /// - /// Referenced tumbling window trigger dependency. - /// - public partial class TumblingWindowTriggerDependencyReference : TriggerDependencyReference - { - /// - /// Initializes a new instance of the - /// TumblingWindowTriggerDependencyReference class. - /// - public TumblingWindowTriggerDependencyReference() - { - ReferenceTrigger = new TriggerReference(); - CustomInit(); - } - - /// - /// Initializes a new instance of the - /// TumblingWindowTriggerDependencyReference class. - /// - /// Referenced trigger. - /// Timespan applied to the start time of a - /// tumbling window when evaluating dependency. - /// The size of the window when evaluating the - /// dependency. If undefined the frequency of the tumbling window will - /// be used. - public TumblingWindowTriggerDependencyReference(TriggerReference referenceTrigger, string offset = default(string), string size = default(string)) - : base(referenceTrigger) - { - Offset = offset; - Size = size; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets timespan applied to the start time of a tumbling - /// window when evaluating dependency. - /// - [JsonProperty(PropertyName = "offset")] - public string Offset { get; set; } - - /// - /// Gets or sets the size of the window when evaluating the dependency. - /// If undefined the frequency of the tumbling window will be used. - /// - [JsonProperty(PropertyName = "size")] - public string Size { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public override void Validate() - { - base.Validate(); - if (Offset != null) - { - if (Offset.Length > 15) - { - throw new ValidationException(ValidationRules.MaxLength, "Offset", 15); - } - if (Offset.Length < 8) - { - throw new ValidationException(ValidationRules.MinLength, "Offset", 8); - } - if (!System.Text.RegularExpressions.Regex.IsMatch(Offset, "-?((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))")) - { - throw new ValidationException(ValidationRules.Pattern, "Offset", "-?((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))"); - } - } - if (Size != null) - { - if (Size.Length > 15) - { - throw new ValidationException(ValidationRules.MaxLength, "Size", 15); - } - if (Size.Length < 8) - { - throw new ValidationException(ValidationRules.MinLength, "Size", 8); - } - if (!System.Text.RegularExpressions.Regex.IsMatch(Size, "((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))")) - { - throw new ValidationException(ValidationRules.Pattern, "Size", "((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))"); - } - } - } - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/VerticaSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/VerticaSource.cs deleted file mode 100644 index 47cb983546846..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/VerticaSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Vertica source. - /// - public partial class VerticaSource : TabularSource - { - /// - /// Initializes a new instance of the VerticaSource class. - /// - public VerticaSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the VerticaSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public VerticaSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/WebActivity.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/WebActivity.cs index 22903288be1cc..a5e17623e2dd7 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/WebActivity.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/WebActivity.cs @@ -20,6 +20,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// /// Web activity. /// + [Newtonsoft.Json.JsonObject("WebActivity")] [Rest.Serialization.JsonTransformation] public partial class WebActivity : ExecutionActivity { diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureSearchIndexWriteBehaviorType.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/WebAuthenticationType.cs similarity index 63% rename from sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureSearchIndexWriteBehaviorType.cs rename to sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/WebAuthenticationType.cs index 677ef93c37c11..98602c50cefd0 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureSearchIndexWriteBehaviorType.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/WebAuthenticationType.cs @@ -12,11 +12,12 @@ namespace Microsoft.Azure.Management.DataFactory.Models { /// - /// Defines values for AzureSearchIndexWriteBehaviorType. + /// Defines values for WebAuthenticationType. /// - public static class AzureSearchIndexWriteBehaviorType + public static class WebAuthenticationType { - public const string Merge = "Merge"; - public const string Upload = "Upload"; + public const string Basic = "Basic"; + public const string Anonymous = "Anonymous"; + public const string ClientCertificate = "ClientCertificate"; } } diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/WebLinkedServiceTypeProperties.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/WebLinkedServiceTypeProperties.cs index 7a4f8008b7244..621ea1976fe58 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/WebLinkedServiceTypeProperties.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/WebLinkedServiceTypeProperties.cs @@ -19,6 +19,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models /// is polymorphic based on authenticationType, so not flattened in SDK /// models. /// + [Newtonsoft.Json.JsonObject("WebLinkedServiceTypeProperties")] public partial class WebLinkedServiceTypeProperties { /// diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/WebSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/WebSource.cs deleted file mode 100644 index ab7df4ae873d5..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/WebSource.cs +++ /dev/null @@ -1,68 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity source for web page table. - /// - public partial class WebSource : CopySource - { - /// - /// Initializes a new instance of the WebSource class. - /// - public WebSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the WebSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public WebSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/XeroSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/XeroSource.cs deleted file mode 100644 index 96a74f91375d9..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/XeroSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Xero Service source. - /// - public partial class XeroSource : TabularSource - { - /// - /// Initializes a new instance of the XeroSource class. - /// - public XeroSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the XeroSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public XeroSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/XmlReadSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/XmlReadSettings.cs deleted file mode 100644 index 0638822125c0e..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/XmlReadSettings.cs +++ /dev/null @@ -1,86 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Xml read settings. - /// - public partial class XmlReadSettings : FormatReadSettings - { - /// - /// Initializes a new instance of the XmlReadSettings class. - /// - public XmlReadSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the XmlReadSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Compression settings. - /// Indicates what validation method is - /// used when reading the xml files. Allowed values: 'none', 'xsd', or - /// 'dtd'. Type: string (or Expression with resultType string). - /// Namespace uri to prefix mappings to - /// override the prefixes in column names when namespace is enabled, if - /// no prefix is defined for a namespace uri, the prefix of xml - /// element/attribute name in the xml data file will be used. Example: - /// "{"http://www.example.com/xml":"prefix"}" Type: object (or - /// Expression with resultType object). - public XmlReadSettings(IDictionary additionalProperties = default(IDictionary), CompressionReadSettings compressionProperties = default(CompressionReadSettings), object validationMode = default(object), object namespacePrefixes = default(object)) - : base(additionalProperties) - { - CompressionProperties = compressionProperties; - ValidationMode = validationMode; - NamespacePrefixes = namespacePrefixes; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets compression settings. - /// - [JsonProperty(PropertyName = "compressionProperties")] - public CompressionReadSettings CompressionProperties { get; set; } - - /// - /// Gets or sets indicates what validation method is used when reading - /// the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: - /// string (or Expression with resultType string). - /// - [JsonProperty(PropertyName = "validationMode")] - public object ValidationMode { get; set; } - - /// - /// Gets or sets namespace uri to prefix mappings to override the - /// prefixes in column names when namespace is enabled, if no prefix is - /// defined for a namespace uri, the prefix of xml element/attribute - /// name in the xml data file will be used. Example: - /// "{"http://www.example.com/xml":"prefix"}" Type: object (or - /// Expression with resultType object). - /// - [JsonProperty(PropertyName = "namespacePrefixes")] - public object NamespacePrefixes { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/XmlSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/XmlSource.cs deleted file mode 100644 index d85bdf78e751f..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/XmlSource.cs +++ /dev/null @@ -1,84 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Xml source. - /// - public partial class XmlSource : CopySource - { - /// - /// Initializes a new instance of the XmlSource class. - /// - public XmlSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the XmlSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Xml store settings. - /// Xml format settings. - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - public XmlSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), StoreReadSettings storeSettings = default(StoreReadSettings), XmlReadSettings formatSettings = default(XmlReadSettings), IList additionalColumns = default(IList)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections) - { - StoreSettings = storeSettings; - FormatSettings = formatSettings; - AdditionalColumns = additionalColumns; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets xml store settings. - /// - [JsonProperty(PropertyName = "storeSettings")] - public StoreReadSettings StoreSettings { get; set; } - - /// - /// Gets or sets xml format settings. - /// - [JsonProperty(PropertyName = "formatSettings")] - public XmlReadSettings FormatSettings { get; set; } - - /// - /// Gets or sets specifies the additional columns to be added to source - /// data. Type: array of objects (or Expression with resultType array - /// of objects). - /// - [JsonProperty(PropertyName = "additionalColumns")] - public IList AdditionalColumns { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ZipDeflateReadSettings.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ZipDeflateReadSettings.cs deleted file mode 100644 index 9bbbef4387174..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ZipDeflateReadSettings.cs +++ /dev/null @@ -1,59 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The ZipDeflate compression read settings. - /// - public partial class ZipDeflateReadSettings : CompressionReadSettings - { - /// - /// Initializes a new instance of the ZipDeflateReadSettings class. - /// - public ZipDeflateReadSettings() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ZipDeflateReadSettings class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Preserve the zip file - /// name as folder path. Type: boolean (or Expression with resultType - /// boolean). - public ZipDeflateReadSettings(IDictionary additionalProperties = default(IDictionary), object preserveZipFileNameAsFolder = default(object)) - : base(additionalProperties) - { - PreserveZipFileNameAsFolder = preserveZipFileNameAsFolder; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets preserve the zip file name as folder path. Type: - /// boolean (or Expression with resultType boolean). - /// - [JsonProperty(PropertyName = "preserveZipFileNameAsFolder")] - public object PreserveZipFileNameAsFolder { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ZohoSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ZohoSource.cs deleted file mode 100644 index 6cc6a0b1f5d02..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/ZohoSource.cs +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// A copy activity Zoho server source. - /// - public partial class ZohoSource : TabularSource - { - /// - /// Initializes a new instance of the ZohoSource class. - /// - public ZohoSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ZohoSource class. - /// - /// Unmatched properties from the - /// message are deserialized this collection - /// Source retry count. Type: integer - /// (or Expression with resultType integer). - /// Source retry wait. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// The maximum concurrent - /// connection count for the source data store. Type: integer (or - /// Expression with resultType integer). - /// Query timeout. Type: string (or - /// Expression with resultType string), pattern: - /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). - /// Specifies the additional columns to - /// be added to source data. Type: array of objects (or Expression with - /// resultType array of objects). - /// A query to retrieve data from source. Type: - /// string (or Expression with resultType string). - public ZohoSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), IList additionalColumns = default(IList), object query = default(object)) - : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout, additionalColumns) - { - Query = query; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a query to retrieve data from source. Type: string (or - /// Expression with resultType string). - /// - [JsonProperty(PropertyName = "query")] - public object Query { get; set; } - - } -} diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Operations.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Operations.cs index 29d01eb797b5c..37f382487b8d3 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Operations.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Operations.cs @@ -65,21 +65,12 @@ internal Operations(DataFactoryManagementClient client) /// /// Thrown when unable to deserialize the response /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// /// /// A response object containing the response body and response headers. /// public async Task>> ListWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -87,6 +78,7 @@ internal Operations(DataFactoryManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); } @@ -94,9 +86,9 @@ internal Operations(DataFactoryManagementClient client) var _baseUrl = Client.BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "providers/Microsoft.DataFactory/operations").ToString(); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/PipelineRunsOperations.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/PipelineRunsOperations.cs index 7d02d8fda7a19..241c3027e7c39 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/PipelineRunsOperations.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/PipelineRunsOperations.cs @@ -127,10 +127,6 @@ internal PipelineRunsOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "factoryName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (filterParameters == null) { throw new ValidationException(ValidationRules.CannotBeNull, "filterParameters"); @@ -139,6 +135,7 @@ internal PipelineRunsOperations(DataFactoryManagementClient client) { filterParameters.Validate(); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -148,6 +145,7 @@ internal PipelineRunsOperations(DataFactoryManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("filterParameters", filterParameters); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "QueryByFactory", tracingParameters); @@ -159,9 +157,9 @@ internal PipelineRunsOperations(DataFactoryManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -375,10 +373,7 @@ internal PipelineRunsOperations(DataFactoryManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "runId"); } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -389,6 +384,7 @@ internal PipelineRunsOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("runId", runId); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -400,9 +396,9 @@ internal PipelineRunsOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{runId}", System.Uri.EscapeDataString(runId)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -611,10 +607,7 @@ internal PipelineRunsOperations(DataFactoryManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "runId"); } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -626,6 +619,7 @@ internal PipelineRunsOperations(DataFactoryManagementClient client) tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("runId", runId); tracingParameters.Add("isRecursive", isRecursive); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Cancel", tracingParameters); } @@ -641,9 +635,9 @@ internal PipelineRunsOperations(DataFactoryManagementClient client) { _queryParameters.Add(string.Format("isRecursive={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(isRecursive, Client.SerializationSettings).Trim('"')))); } - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/PipelinesOperations.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/PipelinesOperations.cs index 8433a09867871..6e374f4eb9dcf 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/PipelinesOperations.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/PipelinesOperations.cs @@ -124,10 +124,7 @@ internal PipelinesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "factoryName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -137,6 +134,7 @@ internal PipelinesOperations(DataFactoryManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByFactory", tracingParameters); } @@ -147,9 +145,9 @@ internal PipelinesOperations(DataFactoryManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -379,10 +377,6 @@ internal PipelinesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "pipelineName", "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (pipeline == null) { throw new ValidationException(ValidationRules.CannotBeNull, "pipeline"); @@ -391,6 +385,7 @@ internal PipelinesOperations(DataFactoryManagementClient client) { pipeline.Validate(); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -401,6 +396,7 @@ internal PipelinesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("pipelineName", pipelineName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("ifMatch", ifMatch); tracingParameters.Add("pipeline", pipeline); tracingParameters.Add("cancellationToken", cancellationToken); @@ -414,9 +410,9 @@ internal PipelinesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{pipelineName}", System.Uri.EscapeDataString(pipelineName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -658,10 +654,7 @@ internal PipelinesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "pipelineName", "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -672,6 +665,7 @@ internal PipelinesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("pipelineName", pipelineName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("ifNoneMatch", ifNoneMatch); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); @@ -684,9 +678,9 @@ internal PipelinesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{pipelineName}", System.Uri.EscapeDataString(pipelineName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -914,10 +908,7 @@ internal PipelinesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "pipelineName", "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -928,6 +919,7 @@ internal PipelinesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("pipelineName", pipelineName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -939,9 +931,9 @@ internal PipelinesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{pipelineName}", System.Uri.EscapeDataString(pipelineName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -1168,10 +1160,7 @@ internal PipelinesOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "pipelineName", "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1182,6 +1171,7 @@ internal PipelinesOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("pipelineName", pipelineName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("referencePipelineRunId", referencePipelineRunId); tracingParameters.Add("isRecovery", isRecovery); tracingParameters.Add("startActivityName", startActivityName); @@ -1198,9 +1188,9 @@ internal PipelinesOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{pipelineName}", System.Uri.EscapeDataString(pipelineName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (referencePipelineRunId != null) { diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/SdkInfo_DataFactoryManagementClient.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/SdkInfo_DataFactoryManagementClient.cs deleted file mode 100644 index a1c453f7fb678..0000000000000 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/SdkInfo_DataFactoryManagementClient.cs +++ /dev/null @@ -1,52 +0,0 @@ - -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.DataFactory -{ - using System; - using System.Collections.Generic; - using System.Linq; - - internal static partial class SdkInfo - { - public static IEnumerable> ApiInfo_DataFactoryManagementClient - { - get - { - return new Tuple[] - { - new Tuple("DataFactory", "ActivityRuns", "2018-06-01"), - new Tuple("DataFactory", "DataFlowDebugSession", "2018-06-01"), - new Tuple("DataFactory", "DataFlows", "2018-06-01"), - new Tuple("DataFactory", "Datasets", "2018-06-01"), - new Tuple("DataFactory", "ExposureControl", "2018-06-01"), - new Tuple("DataFactory", "Factories", "2018-06-01"), - new Tuple("DataFactory", "IntegrationRuntimeNodes", "2018-06-01"), - new Tuple("DataFactory", "IntegrationRuntimeObjectMetadata", "2018-06-01"), - new Tuple("DataFactory", "IntegrationRuntimes", "2018-06-01"), - new Tuple("DataFactory", "LinkedServices", "2018-06-01"), - new Tuple("DataFactory", "Operations", "2018-06-01"), - new Tuple("DataFactory", "PipelineRuns", "2018-06-01"), - new Tuple("DataFactory", "Pipelines", "2018-06-01"), - new Tuple("DataFactory", "TriggerRuns", "2018-06-01"), - new Tuple("DataFactory", "Triggers", "2018-06-01"), - }.AsEnumerable(); - } - } - // BEGIN: Code Generation Metadata Section - public static readonly String AutoRestVersion = "v2"; - public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4413"; - public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/datafactory/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --tag=package-2018-06 --csharp-sdks-folder=C:\\Users\\rizh\\Documents\\azure-sdk-for-net\\sdk"; - public static readonly String GithubForkName = "Azure"; - public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "09ac2b33d780dbf2f74de2083012f62aaa33c451"; - public static readonly String CodeGenerationErrors = ""; - public static readonly String GithubRepoName = "azure-rest-api-specs"; - // END: Code Generation Metadata Section - } -} - diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/TriggerRunsOperations.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/TriggerRunsOperations.cs index 6ada40ff5cc2d..31d31c97f3d61 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/TriggerRunsOperations.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/TriggerRunsOperations.cs @@ -150,10 +150,7 @@ internal TriggerRunsOperations(DataFactoryManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "runId"); } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -165,6 +162,7 @@ internal TriggerRunsOperations(DataFactoryManagementClient client) tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("triggerName", triggerName); tracingParameters.Add("runId", runId); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Rerun", tracingParameters); } @@ -177,9 +175,9 @@ internal TriggerRunsOperations(DataFactoryManagementClient client) _url = _url.Replace("{triggerName}", System.Uri.EscapeDataString(triggerName)); _url = _url.Replace("{runId}", System.Uri.EscapeDataString(runId)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -365,10 +363,6 @@ internal TriggerRunsOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "factoryName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (filterParameters == null) { throw new ValidationException(ValidationRules.CannotBeNull, "filterParameters"); @@ -377,6 +371,7 @@ internal TriggerRunsOperations(DataFactoryManagementClient client) { filterParameters.Validate(); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -386,6 +381,7 @@ internal TriggerRunsOperations(DataFactoryManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("filterParameters", filterParameters); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "QueryByFactory", tracingParameters); @@ -397,9 +393,9 @@ internal TriggerRunsOperations(DataFactoryManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/TriggersOperations.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/TriggersOperations.cs index 24c8316dfff1c..a462a9c7fde67 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/TriggersOperations.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/TriggersOperations.cs @@ -124,10 +124,7 @@ internal TriggersOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "factoryName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -137,6 +134,7 @@ internal TriggersOperations(DataFactoryManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByFactory", tracingParameters); } @@ -147,9 +145,9 @@ internal TriggersOperations(DataFactoryManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -353,14 +351,11 @@ internal TriggersOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "factoryName", "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (filterParameters == null) { throw new ValidationException(ValidationRules.CannotBeNull, "filterParameters"); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -370,6 +365,7 @@ internal TriggersOperations(DataFactoryManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("filterParameters", filterParameters); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "QueryByFactory", tracingParameters); @@ -381,9 +377,9 @@ internal TriggersOperations(DataFactoryManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -619,10 +615,6 @@ internal TriggersOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "triggerName", "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } if (trigger == null) { throw new ValidationException(ValidationRules.CannotBeNull, "trigger"); @@ -631,6 +623,7 @@ internal TriggersOperations(DataFactoryManagementClient client) { trigger.Validate(); } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -641,6 +634,7 @@ internal TriggersOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("triggerName", triggerName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("ifMatch", ifMatch); tracingParameters.Add("trigger", trigger); tracingParameters.Add("cancellationToken", cancellationToken); @@ -654,9 +648,9 @@ internal TriggersOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{triggerName}", System.Uri.EscapeDataString(triggerName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -898,10 +892,7 @@ internal TriggersOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "triggerName", "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -912,6 +903,7 @@ internal TriggersOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("triggerName", triggerName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("ifNoneMatch", ifNoneMatch); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); @@ -924,9 +916,9 @@ internal TriggersOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{triggerName}", System.Uri.EscapeDataString(triggerName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -1154,10 +1146,7 @@ internal TriggersOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "triggerName", "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1168,6 +1157,7 @@ internal TriggersOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("triggerName", triggerName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1179,9 +1169,9 @@ internal TriggersOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{triggerName}", System.Uri.EscapeDataString(triggerName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -1411,10 +1401,7 @@ internal TriggersOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "triggerName", "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1425,6 +1412,7 @@ internal TriggersOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("triggerName", triggerName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEventSubscriptionStatus", tracingParameters); } @@ -1436,9 +1424,9 @@ internal TriggersOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{triggerName}", System.Uri.EscapeDataString(triggerName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -1736,10 +1724,7 @@ internal TriggersOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "triggerName", "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1750,6 +1735,7 @@ internal TriggersOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("triggerName", triggerName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginSubscribeToEvents", tracingParameters); } @@ -1761,9 +1747,9 @@ internal TriggersOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{triggerName}", System.Uri.EscapeDataString(triggerName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -1986,10 +1972,7 @@ internal TriggersOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "triggerName", "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2000,6 +1983,7 @@ internal TriggersOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("triggerName", triggerName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginUnsubscribeFromEvents", tracingParameters); } @@ -2011,9 +1995,9 @@ internal TriggersOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{triggerName}", System.Uri.EscapeDataString(triggerName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -2233,10 +2217,7 @@ internal TriggersOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "triggerName", "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2247,6 +2228,7 @@ internal TriggersOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("triggerName", triggerName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginStart", tracingParameters); } @@ -2258,9 +2240,9 @@ internal TriggersOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{triggerName}", System.Uri.EscapeDataString(triggerName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { @@ -2462,10 +2444,7 @@ internal TriggersOperations(DataFactoryManagementClient client) throw new ValidationException(ValidationRules.Pattern, "triggerName", "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"); } } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } + string apiVersion = "2018-06-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2476,6 +2455,7 @@ internal TriggersOperations(DataFactoryManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("factoryName", factoryName); tracingParameters.Add("triggerName", triggerName); + tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginStop", tracingParameters); } @@ -2487,9 +2467,9 @@ internal TriggersOperations(DataFactoryManagementClient client) _url = _url.Replace("{factoryName}", System.Uri.EscapeDataString(factoryName)); _url = _url.Replace("{triggerName}", System.Uri.EscapeDataString(triggerName)); List _queryParameters = new List(); - if (Client.ApiVersion != null) + if (apiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/code-model-v1 b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/code-model-v1 new file mode 100644 index 0000000000000..85800c84c5cb8 --- /dev/null +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/code-model-v1 @@ -0,0 +1,120541 @@ +{ + "$id": "1", + "modelTypes": [ + { + "$id": "2", + "$type": "CompositeType", + "properties": [ + { + "$id": "3", + "isReadOnly": true, + "realPath": [ + "id" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5", + "fixed": false, + "raw": "The resource identifier." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6", + "fixed": false, + "raw": "id" + }, + "serializedName": "id", + "modelType": { + "$id": "7", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "8", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "9", + "isReadOnly": true, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11", + "fixed": false, + "raw": "The resource name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "12", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "13", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "15", + "isReadOnly": true, + "realPath": [ + "type" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "16", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "17", + "fixed": false, + "raw": "The resource type." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "18", + "fixed": false, + "raw": "type" + }, + "serializedName": "type", + "modelType": { + "$id": "19", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "20", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "21", + "isReadOnly": false, + "realPath": [ + "location" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "22", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "23", + "fixed": false, + "raw": "The resource location." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "24", + "fixed": false, + "raw": "location" + }, + "serializedName": "location", + "modelType": { + "$id": "25", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "26", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "27", + "isReadOnly": false, + "realPath": [ + "tags" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "28", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "29", + "fixed": false, + "raw": "The resource tags." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "30", + "fixed": false, + "raw": "tags" + }, + "serializedName": "tags", + "modelType": { + "$id": "31", + "$type": "DictionaryType", + "valueType": { + "$id": "32", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "33", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "34", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "35", + "isReadOnly": true, + "realPath": [ + "eTag" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "36", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "37", + "fixed": false, + "raw": "Etag identifies change in the resource." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "38", + "fixed": false, + "raw": "eTag" + }, + "serializedName": "eTag", + "modelType": { + "$id": "39", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "40", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "Resource", + "documentation": "Azure Data Factory top-level resource.", + "containsConstantProperties": false, + "name": { + "$id": "41", + "fixed": false, + "raw": "Resource" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "Resource", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/Resource" + ] + }, + "x-ms-azure-resource": true + }, + "deprecated": false + }, + { + "$id": "42", + "$type": "CompositeType", + "properties": [ + { + "$id": "43", + "isReadOnly": true, + "realPath": [ + "id" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "44", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "45", + "fixed": false, + "raw": "The resource identifier." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "46", + "fixed": false, + "raw": "id" + }, + "serializedName": "id", + "modelType": { + "$id": "47", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "48", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "49", + "isReadOnly": true, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "50", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "51", + "fixed": false, + "raw": "The resource name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "52", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "53", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "54", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "55", + "isReadOnly": true, + "realPath": [ + "type" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "56", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "57", + "fixed": false, + "raw": "The resource type." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "58", + "fixed": false, + "raw": "type" + }, + "serializedName": "type", + "modelType": { + "$id": "59", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "60", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "61", + "isReadOnly": true, + "realPath": [ + "etag" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "62", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "63", + "fixed": false, + "raw": "Etag identifies change in the resource." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "64", + "fixed": false, + "raw": "etag" + }, + "serializedName": "etag", + "modelType": { + "$id": "65", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "66", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "SubResource", + "documentation": "Azure Data Factory nested resource, which belongs to a factory.", + "containsConstantProperties": false, + "name": { + "$id": "67", + "fixed": false, + "raw": "SubResource" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "SubResource", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/SubResource" + ] + }, + "x-ms-azure-resource": true + }, + "deprecated": false + }, + { + "$id": "68", + "$type": "CompositeType", + "properties": [ + { + "$id": "69", + "isReadOnly": false, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "70", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "71", + "fixed": false, + "raw": "The resource name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "72", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "73", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "74", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "SubResourceDebugResource", + "documentation": "Azure Data Factory nested debug resource.", + "containsConstantProperties": false, + "name": { + "$id": "75", + "fixed": false, + "raw": "SubResourceDebugResource" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "SubResourceDebugResource", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/SubResourceDebugResource" + ] + } + }, + "deprecated": false + }, + { + "$id": "76", + "$type": "CompositeType", + "properties": [ + { + "$id": "77", + "isReadOnly": false, + "realPath": [ + "type" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "78", + "fixed": false, + "raw": "Expression" + }, + "deprecated": false, + "documentation": { + "$id": "79", + "fixed": false, + "raw": "Expression type." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "Expression-type", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/Expression-type" + ] + } + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "80", + "fixed": false, + "raw": "type" + }, + "serializedName": "type", + "modelType": { + "$id": "81", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "82", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "83", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "84", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "85", + "fixed": false, + "raw": "Expression value." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "86", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "87", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "88", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "Expression", + "documentation": "Azure Data Factory expression definition.", + "containsConstantProperties": true, + "name": { + "$id": "89", + "fixed": false, + "raw": "Expression" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "Expression", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/Expression" + ] + } + }, + "deprecated": false + }, + { + "$id": "90", + "$type": "CompositeType", + "properties": [ + { + "$id": "91", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "92", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "93", + "fixed": false, + "raw": "Value of secure string." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "94", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "95", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "96", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "SecureString", + "baseModelType": { + "$id": "97", + "$type": "CompositeType", + "serializedName": "SecretBase", + "polymorphicDiscriminator": "type", + "documentation": "The base definition of a secret type.", + "containsConstantProperties": false, + "name": { + "$id": "98", + "fixed": false, + "raw": "SecretBase" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "SecretBase", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/SecretBase" + ] + } + }, + "deprecated": false + }, + "documentation": "Azure Data Factory secure string definition. The string value will be masked with asterisks '*' during Get or List API calls.", + "containsConstantProperties": false, + "name": { + "$id": "99", + "fixed": false, + "raw": "SecureString" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "SecureString", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/SecureString" + ] + }, + "x-ms-discriminator-value": "SecureString" + }, + "deprecated": false + }, + { + "$id": "100", + "$type": "CompositeType", + "properties": [ + { + "$id": "101", + "isReadOnly": false, + "realPath": [ + "type" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "102", + "fixed": false, + "raw": "LinkedServiceReference" + }, + "deprecated": false, + "documentation": { + "$id": "103", + "fixed": false, + "raw": "Linked service reference type." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "LinkedServiceReference-type", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/LinkedServiceReference-type" + ] + } + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "104", + "fixed": false, + "raw": "type" + }, + "serializedName": "type", + "modelType": { + "$id": "105", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "106", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "107", + "isReadOnly": false, + "realPath": [ + "referenceName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "108", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "109", + "fixed": false, + "raw": "Reference LinkedService name." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "110", + "fixed": false, + "raw": "referenceName" + }, + "serializedName": "referenceName", + "modelType": { + "$id": "111", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "112", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "113", + "isReadOnly": false, + "realPath": [ + "parameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "114", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "115", + "fixed": false, + "raw": "Arguments for LinkedService." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "116", + "fixed": false, + "raw": "parameters" + }, + "serializedName": "parameters", + "modelType": { + "$id": "117", + "$type": "DictionaryType", + "valueType": { + "$id": "118", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "119", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "120", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "LinkedServiceReference", + "documentation": "Linked service reference type.", + "containsConstantProperties": true, + "name": { + "$id": "121", + "fixed": false, + "raw": "LinkedServiceReference" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "LinkedServiceReference", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/LinkedServiceReference" + ] + } + }, + "deprecated": false + }, + { + "$id": "122", + "$type": "CompositeType", + "properties": [ + { + "$id": "123", + "isReadOnly": false, + "realPath": [ + "store" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "124", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "125", + "fixed": false, + "raw": "The Azure Key Vault linked service reference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "126", + "fixed": false, + "raw": "store" + }, + "serializedName": "store", + "modelType": { + "$ref": "100" + } + }, + { + "$id": "127", + "isReadOnly": false, + "realPath": [ + "secretName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "128", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "129", + "fixed": false, + "raw": "The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "130", + "fixed": false, + "raw": "secretName" + }, + "serializedName": "secretName", + "modelType": { + "$id": "131", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "132", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "133", + "isReadOnly": false, + "realPath": [ + "secretVersion" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "134", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "135", + "fixed": false, + "raw": "The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "136", + "fixed": false, + "raw": "secretVersion" + }, + "serializedName": "secretVersion", + "modelType": { + "$id": "137", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "138", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureKeyVaultSecret", + "baseModelType": { + "$ref": "97" + }, + "documentation": "Azure Key Vault secret reference.", + "containsConstantProperties": true, + "name": { + "$id": "139", + "fixed": false, + "raw": "AzureKeyVaultSecretReference" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "AzureKeyVaultSecretReference", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/AzureKeyVaultSecretReference" + ] + }, + "x-ms-discriminator-value": "AzureKeyVaultSecret" + }, + "deprecated": false + }, + { + "$ref": "97" + }, + { + "$id": "140", + "$type": "CompositeType", + "properties": [ + { + "$id": "141", + "isReadOnly": false, + "realPath": [ + "type" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "142", + "fixed": false, + "raw": "SystemAssigned" + }, + "deprecated": false, + "documentation": { + "$id": "143", + "fixed": false, + "raw": "The identity type. Currently the only supported type is 'SystemAssigned'." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "FactoryIdentityType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/FactoryIdentity-type" + ] + }, + "x-ms-enum": { + "name": "FactoryIdentityType", + "modelAsString": false, + "oldModelAsString": false + } + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "144", + "fixed": false, + "raw": "type" + }, + "serializedName": "type", + "modelType": { + "$id": "145", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "146", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "147", + "isReadOnly": true, + "realPath": [ + "principalId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "148", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "149", + "fixed": false, + "raw": "The principal id of the identity." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "150", + "fixed": false, + "raw": "principalId" + }, + "serializedName": "principalId", + "modelType": { + "$id": "151", + "$type": "PrimaryType", + "format": "uuid", + "knownPrimaryType": "uuid", + "name": { + "$id": "152", + "fixed": false, + "raw": "Uuid" + }, + "deprecated": false + } + }, + { + "$id": "153", + "isReadOnly": true, + "realPath": [ + "tenantId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "154", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "155", + "fixed": false, + "raw": "The client tenant id of the identity." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "156", + "fixed": false, + "raw": "tenantId" + }, + "serializedName": "tenantId", + "modelType": { + "$id": "157", + "$type": "PrimaryType", + "format": "uuid", + "knownPrimaryType": "uuid", + "name": { + "$id": "158", + "fixed": false, + "raw": "Uuid" + }, + "deprecated": false + } + } + ], + "serializedName": "FactoryIdentity", + "documentation": "Identity properties of the factory resource.", + "containsConstantProperties": true, + "name": { + "$id": "159", + "fixed": false, + "raw": "FactoryIdentity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "FactoryIdentity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/FactoryIdentity" + ] + } + }, + "deprecated": false + }, + { + "$id": "160", + "$type": "CompositeType", + "properties": [ + { + "$id": "161", + "isReadOnly": false, + "realPath": [ + "accountName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "162", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "163", + "fixed": false, + "raw": "Account name." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "164", + "fixed": false, + "raw": "accountName" + }, + "serializedName": "accountName", + "modelType": { + "$id": "165", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "166", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "167", + "isReadOnly": false, + "realPath": [ + "repositoryName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "168", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "169", + "fixed": false, + "raw": "Repository name." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "170", + "fixed": false, + "raw": "repositoryName" + }, + "serializedName": "repositoryName", + "modelType": { + "$id": "171", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "172", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "173", + "isReadOnly": false, + "realPath": [ + "collaborationBranch" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "174", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "175", + "fixed": false, + "raw": "Collaboration branch." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "176", + "fixed": false, + "raw": "collaborationBranch" + }, + "serializedName": "collaborationBranch", + "modelType": { + "$id": "177", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "178", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "179", + "isReadOnly": false, + "realPath": [ + "rootFolder" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "180", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "181", + "fixed": false, + "raw": "Root folder." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "182", + "fixed": false, + "raw": "rootFolder" + }, + "serializedName": "rootFolder", + "modelType": { + "$id": "183", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "184", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "185", + "isReadOnly": false, + "realPath": [ + "lastCommitId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "186", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "187", + "fixed": false, + "raw": "Last commit id." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "188", + "fixed": false, + "raw": "lastCommitId" + }, + "serializedName": "lastCommitId", + "modelType": { + "$id": "189", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "190", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "FactoryRepoConfiguration", + "polymorphicDiscriminator": "type", + "documentation": "Factory's git repo information.", + "containsConstantProperties": false, + "name": { + "$id": "191", + "fixed": false, + "raw": "FactoryRepoConfiguration" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "FactoryRepoConfiguration", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/FactoryRepoConfiguration" + ] + } + }, + "deprecated": false + }, + { + "$id": "192", + "$type": "CompositeType", + "properties": [ + { + "$id": "193", + "isReadOnly": false, + "realPath": [ + "type" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "194", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "195", + "fixed": false, + "raw": "Global Parameter type." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "GlobalParameterType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/GlobalParameterSpecification-type" + ] + }, + "x-ms-enum": { + "name": "GlobalParameterType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "196", + "fixed": false, + "raw": "type" + }, + "serializedName": "type", + "modelType": { + "$id": "197", + "$type": "EnumType", + "values": [ + { + "$id": "198", + "name": "Object", + "serializedName": "Object" + }, + { + "$id": "199", + "name": "String", + "serializedName": "String" + }, + { + "$id": "200", + "name": "Int", + "serializedName": "Int" + }, + { + "$id": "201", + "name": "Float", + "serializedName": "Float" + }, + { + "$id": "202", + "name": "Bool", + "serializedName": "Bool" + }, + { + "$id": "203", + "name": "Array", + "serializedName": "Array" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "204", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "205", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "206", + "fixed": false, + "raw": "GlobalParameterType" + }, + "deprecated": false + } + }, + { + "$id": "207", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "208", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "209", + "fixed": false, + "raw": "Value of parameter." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "210", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "211", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "212", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "GlobalParameterSpecification", + "documentation": "Definition of a single parameter for an entity.", + "containsConstantProperties": false, + "name": { + "$id": "213", + "fixed": false, + "raw": "GlobalParameterSpecification" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "GlobalParameterSpecification", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/GlobalParameterSpecification" + ] + } + }, + "deprecated": false + }, + { + "$id": "214", + "$type": "CompositeType", + "properties": [ + { + "$id": "215", + "isReadOnly": true, + "realPath": [ + "provisioningState" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "216", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "217", + "fixed": false, + "raw": "Factory provisioning state, example Succeeded." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "218", + "fixed": false, + "raw": "provisioningState" + }, + "serializedName": "provisioningState", + "modelType": { + "$id": "219", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "220", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "221", + "isReadOnly": true, + "realPath": [ + "createTime" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "222", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "223", + "fixed": false, + "raw": "Time the factory was created in ISO8601 format." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "224", + "fixed": false, + "raw": "createTime" + }, + "serializedName": "createTime", + "modelType": { + "$id": "225", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "226", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + }, + { + "$id": "227", + "isReadOnly": true, + "realPath": [ + "version" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "228", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "229", + "fixed": false, + "raw": "Version of the factory." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "230", + "fixed": false, + "raw": "version" + }, + "serializedName": "version", + "modelType": { + "$id": "231", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "232", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "233", + "isReadOnly": false, + "realPath": [ + "repoConfiguration" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "234", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "235", + "fixed": false, + "raw": "Git repo information of the factory." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "236", + "fixed": false, + "raw": "repoConfiguration" + }, + "serializedName": "repoConfiguration", + "modelType": { + "$ref": "160" + } + }, + { + "$id": "237", + "isReadOnly": false, + "realPath": [ + "globalParameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "238", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "239", + "fixed": false, + "raw": "List of parameters for factory." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "240", + "fixed": false, + "raw": "globalParameters" + }, + "serializedName": "globalParameters", + "modelType": { + "$id": "241", + "$type": "DictionaryType", + "valueType": { + "$ref": "192" + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "242", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "FactoryProperties", + "documentation": "Factory resource properties.", + "containsConstantProperties": false, + "name": { + "$id": "243", + "fixed": false, + "raw": "FactoryProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "FactoryProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/FactoryProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "244", + "$type": "CompositeType", + "properties": [ + { + "$id": "245", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "246", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "247", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "248", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "249", + "$type": "DictionaryType", + "valueType": { + "$id": "250", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "251", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "252", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "253", + "isReadOnly": false, + "realPath": [ + "identity" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "254", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "255", + "fixed": false, + "raw": "Managed service identity of the factory." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "256", + "fixed": false, + "raw": "identity" + }, + "serializedName": "identity", + "modelType": { + "$ref": "140" + } + }, + { + "$id": "257", + "isReadOnly": false, + "realPath": [ + "properties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "258", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "259", + "fixed": false, + "raw": "Properties of the factory." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "260", + "fixed": false, + "raw": "properties" + }, + "serializedName": "properties", + "modelType": { + "$ref": "214" + } + } + ], + "serializedName": "Factory", + "baseModelType": { + "$ref": "2" + }, + "documentation": "Factory resource type.", + "containsConstantProperties": true, + "name": { + "$id": "261", + "fixed": false, + "raw": "Factory" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "Factory", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/Factory" + ] + } + }, + "deprecated": false + }, + { + "$id": "262", + "$type": "CompositeType", + "properties": [ + { + "$id": "263", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "264", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "265", + "fixed": false, + "raw": "List of factories." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "266", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "267", + "$type": "SequenceType", + "elementType": { + "$ref": "244" + }, + "name": { + "$id": "268", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "269", + "isReadOnly": false, + "realPath": [ + "nextLink" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "270", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "271", + "fixed": false, + "raw": "The link to the next page of results, if any remaining results exist." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "272", + "fixed": false, + "raw": "nextLink" + }, + "serializedName": "nextLink", + "modelType": { + "$id": "273", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "274", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "FactoryListResponse", + "documentation": "A list of factory resources.", + "containsConstantProperties": false, + "name": { + "$id": "275", + "fixed": false, + "raw": "FactoryListResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "FactoryListResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/FactoryListResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "276", + "$type": "CompositeType", + "properties": [ + { + "$id": "277", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "278", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "279", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "280", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "281", + "$type": "DictionaryType", + "valueType": { + "$id": "282", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "283", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "284", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "285", + "isReadOnly": false, + "realPath": [ + "description" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "286", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "287", + "fixed": false, + "raw": "Integration runtime description." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "288", + "fixed": false, + "raw": "description" + }, + "serializedName": "description", + "modelType": { + "$id": "289", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "290", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "IntegrationRuntime", + "polymorphicDiscriminator": "type", + "documentation": "Azure Data Factory nested object which serves as a compute resource for activities.", + "containsConstantProperties": false, + "name": { + "$id": "291", + "fixed": false, + "raw": "IntegrationRuntime" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntime", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntime" + ] + } + }, + "deprecated": false + }, + { + "$id": "292", + "$type": "CompositeType", + "properties": [ + { + "$id": "293", + "isReadOnly": false, + "realPath": [ + "properties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "294", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "295", + "fixed": false, + "raw": "Integration runtime properties." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "296", + "fixed": false, + "raw": "properties" + }, + "serializedName": "properties", + "modelType": { + "$ref": "276" + } + } + ], + "serializedName": "IntegrationRuntimeResource", + "baseModelType": { + "$ref": "42" + }, + "documentation": "Integration runtime resource type.", + "containsConstantProperties": false, + "name": { + "$id": "297", + "fixed": false, + "raw": "IntegrationRuntimeResource" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "IntegrationRuntimeResource", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/IntegrationRuntimeResource" + ] + } + }, + "deprecated": false + }, + { + "$id": "298", + "$type": "CompositeType", + "properties": [ + { + "$id": "299", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "300", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "301", + "fixed": false, + "raw": "List of integration runtimes." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "302", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "303", + "$type": "SequenceType", + "elementType": { + "$ref": "292" + }, + "name": { + "$id": "304", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "305", + "isReadOnly": false, + "realPath": [ + "nextLink" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "306", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "307", + "fixed": false, + "raw": "The link to the next page of results, if any remaining results exist." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "308", + "fixed": false, + "raw": "nextLink" + }, + "serializedName": "nextLink", + "modelType": { + "$id": "309", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "310", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "IntegrationRuntimeListResponse", + "documentation": "A list of integration runtime resources.", + "containsConstantProperties": false, + "name": { + "$id": "311", + "fixed": false, + "raw": "IntegrationRuntimeListResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "IntegrationRuntimeListResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/IntegrationRuntimeListResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "312", + "$type": "CompositeType", + "properties": [ + { + "$id": "313", + "isReadOnly": false, + "realPath": [ + "type" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "314", + "fixed": false, + "raw": "IntegrationRuntimeReference" + }, + "deprecated": false, + "documentation": { + "$id": "315", + "fixed": false, + "raw": "Type of integration runtime." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "IntegrationRuntimeReference-type", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/IntegrationRuntimeReference-type" + ] + } + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "316", + "fixed": false, + "raw": "type" + }, + "serializedName": "type", + "modelType": { + "$id": "317", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "318", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "319", + "isReadOnly": false, + "realPath": [ + "referenceName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "320", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "321", + "fixed": false, + "raw": "Reference integration runtime name." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "322", + "fixed": false, + "raw": "referenceName" + }, + "serializedName": "referenceName", + "modelType": { + "$id": "323", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "324", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "325", + "isReadOnly": false, + "realPath": [ + "parameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "326", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "327", + "fixed": false, + "raw": "Arguments for integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "328", + "fixed": false, + "raw": "parameters" + }, + "serializedName": "parameters", + "modelType": { + "$id": "329", + "$type": "DictionaryType", + "valueType": { + "$id": "330", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "331", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "332", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "IntegrationRuntimeReference", + "documentation": "Integration runtime reference type.", + "containsConstantProperties": true, + "name": { + "$id": "333", + "fixed": false, + "raw": "IntegrationRuntimeReference" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "IntegrationRuntimeReference", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/IntegrationRuntimeReference" + ] + } + }, + "deprecated": false + }, + { + "$id": "334", + "$type": "CompositeType", + "properties": [ + { + "$id": "335", + "isReadOnly": false, + "realPath": [ + "properties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "336", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "337", + "fixed": false, + "raw": "Integration runtime properties." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "338", + "fixed": false, + "raw": "properties" + }, + "serializedName": "properties", + "modelType": { + "$ref": "276" + } + } + ], + "serializedName": "IntegrationRuntimeDebugResource", + "baseModelType": { + "$ref": "68" + }, + "documentation": "Integration runtime debug resource.", + "containsConstantProperties": false, + "name": { + "$id": "339", + "fixed": false, + "raw": "IntegrationRuntimeDebugResource" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "IntegrationRuntimeDebugResource", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/IntegrationRuntimeDebugResource" + ] + } + }, + "deprecated": false + }, + { + "$id": "340", + "$type": "CompositeType", + "properties": [ + { + "$id": "341", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "342", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "343", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "344", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "345", + "$type": "DictionaryType", + "valueType": { + "$id": "346", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "347", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "348", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "349", + "isReadOnly": true, + "realPath": [ + "dataFactoryName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "350", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "351", + "fixed": false, + "raw": "The data factory name which the integration runtime belong to." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "352", + "fixed": false, + "raw": "dataFactoryName" + }, + "serializedName": "dataFactoryName", + "modelType": { + "$id": "353", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "354", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "355", + "isReadOnly": true, + "realPath": [ + "state" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "356", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "357", + "fixed": false, + "raw": "The state of integration runtime." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeState", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeState" + ] + }, + "x-ms-enum": { + "name": "IntegrationRuntimeState", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "358", + "fixed": false, + "raw": "state" + }, + "serializedName": "state", + "modelType": { + "$id": "359", + "$type": "EnumType", + "values": [ + { + "$id": "360", + "name": "Initial", + "serializedName": "Initial" + }, + { + "$id": "361", + "name": "Stopped", + "serializedName": "Stopped" + }, + { + "$id": "362", + "name": "Started", + "serializedName": "Started" + }, + { + "$id": "363", + "name": "Starting", + "serializedName": "Starting" + }, + { + "$id": "364", + "name": "Stopping", + "serializedName": "Stopping" + }, + { + "$id": "365", + "name": "NeedRegistration", + "serializedName": "NeedRegistration" + }, + { + "$id": "366", + "name": "Online", + "serializedName": "Online" + }, + { + "$id": "367", + "name": "Limited", + "serializedName": "Limited" + }, + { + "$id": "368", + "name": "Offline", + "serializedName": "Offline" + }, + { + "$id": "369", + "name": "AccessDenied", + "serializedName": "AccessDenied" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "370", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "371", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "372", + "fixed": false, + "raw": "IntegrationRuntimeState" + }, + "deprecated": false + } + } + ], + "serializedName": "IntegrationRuntimeStatus", + "polymorphicDiscriminator": "type", + "documentation": "Integration runtime status.", + "containsConstantProperties": false, + "name": { + "$id": "373", + "fixed": false, + "raw": "IntegrationRuntimeStatus" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeStatus", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeStatus" + ] + } + }, + "deprecated": false + }, + { + "$id": "374", + "$type": "CompositeType", + "properties": [ + { + "$id": "375", + "isReadOnly": true, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "376", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "377", + "fixed": false, + "raw": "The integration runtime name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "378", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "379", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "380", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "381", + "isReadOnly": false, + "realPath": [ + "properties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "382", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "383", + "fixed": false, + "raw": "Integration runtime properties." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "384", + "fixed": false, + "raw": "properties" + }, + "serializedName": "properties", + "modelType": { + "$ref": "340" + } + } + ], + "serializedName": "IntegrationRuntimeStatusResponse", + "documentation": "Integration runtime status response.", + "containsConstantProperties": false, + "name": { + "$id": "385", + "fixed": false, + "raw": "IntegrationRuntimeStatusResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "IntegrationRuntimeStatusResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/IntegrationRuntimeStatusResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "386", + "$type": "CompositeType", + "properties": [ + { + "$id": "387", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "388", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "389", + "fixed": false, + "raw": "List of integration runtime status." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "390", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "391", + "$type": "SequenceType", + "elementType": { + "$ref": "374" + }, + "name": { + "$id": "392", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "393", + "isReadOnly": false, + "realPath": [ + "nextLink" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "394", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "395", + "fixed": false, + "raw": "The link to the next page of results, if any remaining results exist." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "396", + "fixed": false, + "raw": "nextLink" + }, + "serializedName": "nextLink", + "modelType": { + "$id": "397", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "398", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "IntegrationRuntimeStatusListResponse", + "documentation": "A list of integration runtime status.", + "containsConstantProperties": false, + "name": { + "$id": "399", + "fixed": false, + "raw": "IntegrationRuntimeStatusListResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "IntegrationRuntimeStatusListResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/IntegrationRuntimeStatusListResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "400", + "$type": "CompositeType", + "properties": [ + { + "$id": "401", + "isReadOnly": false, + "realPath": [ + "autoUpdate" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "402", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "403", + "fixed": false, + "raw": "Enables or disables the auto-update feature of the self-hosted integration runtime. See https://go.microsoft.com/fwlink/?linkid=854189." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeAutoUpdate", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeAutoUpdate" + ] + }, + "x-ms-enum": { + "name": "IntegrationRuntimeAutoUpdate", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "404", + "fixed": false, + "raw": "autoUpdate" + }, + "serializedName": "autoUpdate", + "modelType": { + "$id": "405", + "$type": "EnumType", + "values": [ + { + "$id": "406", + "name": "On", + "serializedName": "On" + }, + { + "$id": "407", + "name": "Off", + "serializedName": "Off" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "408", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "409", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "410", + "fixed": false, + "raw": "IntegrationRuntimeAutoUpdate" + }, + "deprecated": false + } + }, + { + "$id": "411", + "isReadOnly": false, + "realPath": [ + "updateDelayOffset" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "412", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "413", + "fixed": false, + "raw": "The time offset (in hours) in the day, e.g., PT03H is 3 hours. The integration runtime auto update will happen on that time." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "414", + "fixed": false, + "raw": "updateDelayOffset" + }, + "serializedName": "updateDelayOffset", + "modelType": { + "$id": "415", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "416", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "UpdateIntegrationRuntimeRequest", + "documentation": "Update integration runtime request.", + "containsConstantProperties": false, + "name": { + "$id": "417", + "fixed": false, + "raw": "UpdateIntegrationRuntimeRequest" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "UpdateIntegrationRuntimeRequest", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/UpdateIntegrationRuntimeRequest" + ] + } + }, + "deprecated": false + }, + { + "$id": "418", + "$type": "CompositeType", + "properties": [ + { + "$id": "419", + "isReadOnly": false, + "realPath": [ + "concurrentJobsLimit" + ], + "collectionFormat": "none", + "constraints": { + "InclusiveMinimum": "1" + }, + "defaultValue": { + "$id": "420", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "421", + "fixed": false, + "raw": "The number of concurrent jobs permitted to run on the integration runtime node. Values between 1 and maxConcurrentJobs(inclusive) are allowed." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "422", + "fixed": false, + "raw": "concurrentJobsLimit" + }, + "serializedName": "concurrentJobsLimit", + "modelType": { + "$id": "423", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "424", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + } + ], + "serializedName": "UpdateIntegrationRuntimeNodeRequest", + "documentation": "Update integration runtime node request.", + "containsConstantProperties": false, + "name": { + "$id": "425", + "fixed": false, + "raw": "UpdateIntegrationRuntimeNodeRequest" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "UpdateIntegrationRuntimeNodeRequest", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/UpdateIntegrationRuntimeNodeRequest" + ] + } + }, + "deprecated": false + }, + { + "$id": "426", + "$type": "CompositeType", + "properties": [ + { + "$id": "427", + "isReadOnly": false, + "realPath": [ + "factoryName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "428", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "429", + "fixed": false, + "raw": "The data factory name for linked integration runtime." + }, + "extensions": { + "x-ms-client-name": "linkedFactoryName" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "430", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "431", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "432", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "LinkedIntegrationRuntimeRequest", + "documentation": "Data factory name for linked integration runtime request.", + "containsConstantProperties": false, + "name": { + "$id": "433", + "fixed": false, + "raw": "LinkedIntegrationRuntimeRequest" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "LinkedIntegrationRuntimeRequest", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/LinkedIntegrationRuntimeRequest" + ] + } + }, + "deprecated": false + }, + { + "$id": "434", + "$type": "CompositeType", + "properties": [ + { + "$id": "435", + "isReadOnly": false, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "436", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "437", + "fixed": false, + "raw": "The name of the linked integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "438", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "439", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "440", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "441", + "isReadOnly": false, + "realPath": [ + "subscriptionId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "442", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "443", + "fixed": false, + "raw": "The ID of the subscription that the linked integration runtime belongs to." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "444", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "445", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "446", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "447", + "isReadOnly": false, + "realPath": [ + "dataFactoryName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "448", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "449", + "fixed": false, + "raw": "The name of the data factory that the linked integration runtime belongs to." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "450", + "fixed": false, + "raw": "dataFactoryName" + }, + "serializedName": "dataFactoryName", + "modelType": { + "$id": "451", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "452", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "453", + "isReadOnly": false, + "realPath": [ + "dataFactoryLocation" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "454", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "455", + "fixed": false, + "raw": "The location of the data factory that the linked integration runtime belongs to." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "456", + "fixed": false, + "raw": "dataFactoryLocation" + }, + "serializedName": "dataFactoryLocation", + "modelType": { + "$id": "457", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "458", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "CreateLinkedIntegrationRuntimeRequest", + "documentation": "The linked integration runtime information.", + "containsConstantProperties": false, + "name": { + "$id": "459", + "fixed": false, + "raw": "CreateLinkedIntegrationRuntimeRequest" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "CreateLinkedIntegrationRuntimeRequest", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/CreateLinkedIntegrationRuntimeRequest" + ] + } + }, + "deprecated": false + }, + { + "$id": "460", + "$type": "CompositeType", + "properties": [ + { + "$id": "461", + "isReadOnly": false, + "realPath": [ + "type" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "462", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "463", + "fixed": false, + "raw": "Parameter type." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "ParameterType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/ParameterSpecification-type" + ] + }, + "x-ms-enum": { + "name": "ParameterType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "464", + "fixed": false, + "raw": "type" + }, + "serializedName": "type", + "modelType": { + "$id": "465", + "$type": "EnumType", + "values": [ + { + "$id": "466", + "name": "Object", + "serializedName": "Object" + }, + { + "$id": "467", + "name": "String", + "serializedName": "String" + }, + { + "$id": "468", + "name": "Int", + "serializedName": "Int" + }, + { + "$id": "469", + "name": "Float", + "serializedName": "Float" + }, + { + "$id": "470", + "name": "Bool", + "serializedName": "Bool" + }, + { + "$id": "471", + "name": "Array", + "serializedName": "Array" + }, + { + "$id": "472", + "name": "SecureString", + "serializedName": "SecureString" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "473", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "474", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "475", + "fixed": false, + "raw": "ParameterType" + }, + "deprecated": false + } + }, + { + "$id": "476", + "isReadOnly": false, + "realPath": [ + "defaultValue" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "477", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "478", + "fixed": false, + "raw": "Default value of parameter." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "479", + "fixed": false, + "raw": "defaultValue" + }, + "serializedName": "defaultValue", + "modelType": { + "$id": "480", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "481", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "ParameterSpecification", + "documentation": "Definition of a single parameter for an entity.", + "containsConstantProperties": false, + "name": { + "$id": "482", + "fixed": false, + "raw": "ParameterSpecification" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "ParameterSpecification", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/ParameterSpecification" + ] + } + }, + "deprecated": false + }, + { + "$id": "483", + "$type": "CompositeType", + "properties": [ + { + "$id": "484", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "485", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "486", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "487", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "488", + "$type": "DictionaryType", + "valueType": { + "$id": "489", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "490", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "491", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "492", + "isReadOnly": false, + "realPath": [ + "connectVia" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "493", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "494", + "fixed": false, + "raw": "The integration runtime reference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "495", + "fixed": false, + "raw": "connectVia" + }, + "serializedName": "connectVia", + "modelType": { + "$ref": "312" + } + }, + { + "$id": "496", + "isReadOnly": false, + "realPath": [ + "description" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "497", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "498", + "fixed": false, + "raw": "Linked service description." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "499", + "fixed": false, + "raw": "description" + }, + "serializedName": "description", + "modelType": { + "$id": "500", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "501", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "502", + "isReadOnly": false, + "realPath": [ + "parameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "503", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "504", + "fixed": false, + "raw": "Parameters for linked service." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "505", + "fixed": false, + "raw": "parameters" + }, + "serializedName": "parameters", + "modelType": { + "$id": "506", + "$type": "DictionaryType", + "valueType": { + "$ref": "460" + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "507", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "508", + "isReadOnly": false, + "realPath": [ + "annotations" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "509", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "510", + "fixed": false, + "raw": "List of tags that can be used for describing the linked service." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "511", + "fixed": false, + "raw": "annotations" + }, + "serializedName": "annotations", + "modelType": { + "$id": "512", + "$type": "SequenceType", + "elementType": { + "$id": "513", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "514", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "name": { + "$id": "515", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "LinkedService", + "polymorphicDiscriminator": "type", + "documentation": "The Azure Data Factory nested object which contains the information and credential which can be used to connect with related store or compute resource.", + "containsConstantProperties": true, + "name": { + "$id": "516", + "fixed": false, + "raw": "LinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "LinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/LinkedService" + ] + } + }, + "deprecated": false + }, + { + "$id": "517", + "$type": "CompositeType", + "properties": [ + { + "$id": "518", + "isReadOnly": false, + "realPath": [ + "properties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "519", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "520", + "fixed": false, + "raw": "Properties of linked service." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "521", + "fixed": false, + "raw": "properties" + }, + "serializedName": "properties", + "modelType": { + "$ref": "483" + } + } + ], + "serializedName": "LinkedServiceResource", + "baseModelType": { + "$ref": "42" + }, + "documentation": "Linked service resource type.", + "containsConstantProperties": true, + "name": { + "$id": "522", + "fixed": false, + "raw": "LinkedServiceResource" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "LinkedServiceResource", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/LinkedServiceResource" + ] + } + }, + "deprecated": false + }, + { + "$id": "523", + "$type": "CompositeType", + "properties": [ + { + "$id": "524", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "525", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "526", + "fixed": false, + "raw": "List of linked services." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "527", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "528", + "$type": "SequenceType", + "elementType": { + "$ref": "517" + }, + "name": { + "$id": "529", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "530", + "isReadOnly": false, + "realPath": [ + "nextLink" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "531", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "532", + "fixed": false, + "raw": "The link to the next page of results, if any remaining results exist." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "533", + "fixed": false, + "raw": "nextLink" + }, + "serializedName": "nextLink", + "modelType": { + "$id": "534", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "535", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "LinkedServiceListResponse", + "documentation": "A list of linked service resources.", + "containsConstantProperties": false, + "name": { + "$id": "536", + "fixed": false, + "raw": "LinkedServiceListResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "LinkedServiceListResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/LinkedServiceListResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "537", + "$type": "CompositeType", + "properties": [ + { + "$id": "538", + "isReadOnly": false, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "539", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "540", + "fixed": false, + "raw": "The name of the folder that this Dataset is in." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "541", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "542", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "543", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "Dataset-folder", + "documentation": "The folder that this Dataset is in. If not specified, Dataset will appear at the root level.", + "containsConstantProperties": false, + "name": { + "$id": "544", + "fixed": false, + "raw": "Dataset-folder" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "Dataset-folder", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/Dataset-folder" + ] + }, + "x-internal-autorest-anonymous-schema": { + "anonymous": true + } + }, + "deprecated": false + }, + { + "$id": "545", + "$type": "CompositeType", + "properties": [ + { + "$id": "546", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "547", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "548", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "549", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "550", + "$type": "DictionaryType", + "valueType": { + "$id": "551", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "552", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "553", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "554", + "isReadOnly": false, + "realPath": [ + "description" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "555", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "556", + "fixed": false, + "raw": "Dataset description." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "557", + "fixed": false, + "raw": "description" + }, + "serializedName": "description", + "modelType": { + "$id": "558", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "559", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "560", + "isReadOnly": false, + "realPath": [ + "structure" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "561", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "562", + "fixed": false, + "raw": "Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "563", + "fixed": false, + "raw": "structure" + }, + "serializedName": "structure", + "modelType": { + "$id": "564", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "565", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "566", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "567", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "568", + "fixed": false, + "raw": "Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "569", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "570", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "571", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "572", + "isReadOnly": false, + "realPath": [ + "linkedServiceName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "573", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "574", + "fixed": false, + "raw": "Linked service reference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "575", + "fixed": false, + "raw": "linkedServiceName" + }, + "serializedName": "linkedServiceName", + "modelType": { + "$ref": "100" + } + }, + { + "$id": "576", + "isReadOnly": false, + "realPath": [ + "parameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "577", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "578", + "fixed": false, + "raw": "Parameters for dataset." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "579", + "fixed": false, + "raw": "parameters" + }, + "serializedName": "parameters", + "modelType": { + "$id": "580", + "$type": "DictionaryType", + "valueType": { + "$ref": "460" + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "581", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "582", + "isReadOnly": false, + "realPath": [ + "annotations" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "583", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "584", + "fixed": false, + "raw": "List of tags that can be used for describing the Dataset." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "585", + "fixed": false, + "raw": "annotations" + }, + "serializedName": "annotations", + "modelType": { + "$id": "586", + "$type": "SequenceType", + "elementType": { + "$id": "587", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "588", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "name": { + "$id": "589", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "590", + "isReadOnly": false, + "realPath": [ + "folder" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "591", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "592", + "fixed": false, + "raw": "The folder that this Dataset is in. If not specified, Dataset will appear at the root level." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "593", + "fixed": false, + "raw": "folder" + }, + "serializedName": "folder", + "modelType": { + "$ref": "537" + } + } + ], + "serializedName": "Dataset", + "polymorphicDiscriminator": "type", + "documentation": "The Azure Data Factory nested object which identifies data within different data stores, such as tables, files, folders, and documents.", + "containsConstantProperties": true, + "name": { + "$id": "594", + "fixed": false, + "raw": "Dataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "Dataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/Dataset" + ] + } + }, + "deprecated": false + }, + { + "$id": "595", + "$type": "CompositeType", + "properties": [ + { + "$id": "596", + "isReadOnly": false, + "realPath": [ + "properties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "597", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "598", + "fixed": false, + "raw": "Dataset properties." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "599", + "fixed": false, + "raw": "properties" + }, + "serializedName": "properties", + "modelType": { + "$ref": "545" + } + } + ], + "serializedName": "DatasetResource", + "baseModelType": { + "$ref": "42" + }, + "documentation": "Dataset resource type.", + "containsConstantProperties": true, + "name": { + "$id": "600", + "fixed": false, + "raw": "DatasetResource" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "DatasetResource", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/DatasetResource" + ] + } + }, + "deprecated": false + }, + { + "$id": "601", + "$type": "CompositeType", + "properties": [ + { + "$id": "602", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "603", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "604", + "fixed": false, + "raw": "List of datasets." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "605", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "606", + "$type": "SequenceType", + "elementType": { + "$ref": "595" + }, + "name": { + "$id": "607", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "608", + "isReadOnly": false, + "realPath": [ + "nextLink" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "609", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "610", + "fixed": false, + "raw": "The link to the next page of results, if any remaining results exist." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "611", + "fixed": false, + "raw": "nextLink" + }, + "serializedName": "nextLink", + "modelType": { + "$id": "612", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "613", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "DatasetListResponse", + "documentation": "A list of dataset resources.", + "containsConstantProperties": false, + "name": { + "$id": "614", + "fixed": false, + "raw": "DatasetListResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "DatasetListResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/DatasetListResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "615", + "$type": "CompositeType", + "properties": [ + { + "$id": "616", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "617", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "618", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "619", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "620", + "$type": "DictionaryType", + "valueType": { + "$id": "621", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "622", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "623", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "624", + "isReadOnly": false, + "realPath": [ + "activity" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "625", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "626", + "fixed": false, + "raw": "Activity name." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "627", + "fixed": false, + "raw": "activity" + }, + "serializedName": "activity", + "modelType": { + "$id": "628", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "629", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "630", + "isReadOnly": false, + "realPath": [ + "dependencyConditions" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "631", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "632", + "fixed": false, + "raw": "Match-Condition for the dependency." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "633", + "fixed": false, + "raw": "dependencyConditions" + }, + "serializedName": "dependencyConditions", + "modelType": { + "$id": "634", + "$type": "SequenceType", + "elementType": { + "$id": "635", + "$type": "EnumType", + "values": [ + { + "$id": "636", + "name": "Succeeded", + "serializedName": "Succeeded" + }, + { + "$id": "637", + "name": "Failed", + "serializedName": "Failed" + }, + { + "$id": "638", + "name": "Skipped", + "serializedName": "Skipped" + }, + { + "$id": "639", + "name": "Completed", + "serializedName": "Completed" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "640", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "641", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "642", + "fixed": false, + "raw": "DependencyCondition" + }, + "deprecated": false + }, + "name": { + "$id": "643", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "ActivityDependency", + "documentation": "Activity dependency information.", + "containsConstantProperties": false, + "name": { + "$id": "644", + "fixed": false, + "raw": "ActivityDependency" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "ActivityDependency", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/ActivityDependency" + ] + } + }, + "deprecated": false + }, + { + "$id": "645", + "$type": "CompositeType", + "properties": [ + { + "$id": "646", + "isReadOnly": false, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "647", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "648", + "fixed": false, + "raw": "User property name." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "649", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "650", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "651", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "652", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "653", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "654", + "fixed": false, + "raw": "User property value. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "655", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "656", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "657", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "UserProperty", + "documentation": "User property.", + "containsConstantProperties": false, + "name": { + "$id": "658", + "fixed": false, + "raw": "UserProperty" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "UserProperty", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/UserProperty" + ] + } + }, + "deprecated": false + }, + { + "$id": "659", + "$type": "CompositeType", + "properties": [ + { + "$id": "660", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "661", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "662", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "663", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "664", + "$type": "DictionaryType", + "valueType": { + "$id": "665", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "666", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "667", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "668", + "isReadOnly": false, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "669", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "670", + "fixed": false, + "raw": "Activity name." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "671", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "672", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "673", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "674", + "isReadOnly": false, + "realPath": [ + "description" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "675", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "676", + "fixed": false, + "raw": "Activity description." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "677", + "fixed": false, + "raw": "description" + }, + "serializedName": "description", + "modelType": { + "$id": "678", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "679", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "680", + "isReadOnly": false, + "realPath": [ + "dependsOn" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "681", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "682", + "fixed": false, + "raw": "Activity depends on condition." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "683", + "fixed": false, + "raw": "dependsOn" + }, + "serializedName": "dependsOn", + "modelType": { + "$id": "684", + "$type": "SequenceType", + "elementType": { + "$ref": "615" + }, + "name": { + "$id": "685", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "686", + "isReadOnly": false, + "realPath": [ + "userProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "687", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "688", + "fixed": false, + "raw": "Activity user properties." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "689", + "fixed": false, + "raw": "userProperties" + }, + "serializedName": "userProperties", + "modelType": { + "$id": "690", + "$type": "SequenceType", + "elementType": { + "$ref": "645" + }, + "name": { + "$id": "691", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "Activity", + "polymorphicDiscriminator": "type", + "documentation": "A pipeline activity.", + "containsConstantProperties": false, + "name": { + "$id": "692", + "fixed": false, + "raw": "Activity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "Activity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/Activity" + ] + } + }, + "deprecated": false + }, + { + "$id": "693", + "$type": "CompositeType", + "properties": [ + { + "$id": "694", + "isReadOnly": false, + "realPath": [ + "type" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "695", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "696", + "fixed": false, + "raw": "Variable type." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "VariableType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/VariableSpecification-type" + ] + }, + "x-ms-enum": { + "name": "VariableType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "697", + "fixed": false, + "raw": "type" + }, + "serializedName": "type", + "modelType": { + "$id": "698", + "$type": "EnumType", + "values": [ + { + "$id": "699", + "name": "String", + "serializedName": "String" + }, + { + "$id": "700", + "name": "Bool", + "serializedName": "Bool" + }, + { + "$id": "701", + "name": "Array", + "serializedName": "Array" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "702", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "703", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "704", + "fixed": false, + "raw": "VariableType" + }, + "deprecated": false + } + }, + { + "$id": "705", + "isReadOnly": false, + "realPath": [ + "defaultValue" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "706", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "707", + "fixed": false, + "raw": "Default value of variable." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "708", + "fixed": false, + "raw": "defaultValue" + }, + "serializedName": "defaultValue", + "modelType": { + "$id": "709", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "710", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "VariableSpecification", + "documentation": "Definition of a single variable for a Pipeline.", + "containsConstantProperties": false, + "name": { + "$id": "711", + "fixed": false, + "raw": "VariableSpecification" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "VariableSpecification", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/VariableSpecification" + ] + } + }, + "deprecated": false + }, + { + "$id": "712", + "$type": "CompositeType", + "properties": [ + { + "$id": "713", + "isReadOnly": false, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "714", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "715", + "fixed": false, + "raw": "The name of the folder that this Pipeline is in." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "716", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "717", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "718", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "Pipeline-folder", + "documentation": "The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.", + "containsConstantProperties": false, + "name": { + "$id": "719", + "fixed": false, + "raw": "Pipeline-folder" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "Pipeline-folder", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/Pipeline-folder" + ] + }, + "x-internal-autorest-anonymous-schema": { + "anonymous": true + } + }, + "deprecated": false + }, + { + "$id": "720", + "$type": "CompositeType", + "properties": [ + { + "$id": "721", + "isReadOnly": false, + "realPath": [ + "description" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "722", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "723", + "fixed": false, + "raw": "The description of the pipeline." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "724", + "fixed": false, + "raw": "description" + }, + "serializedName": "description", + "modelType": { + "$id": "725", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "726", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "727", + "isReadOnly": false, + "realPath": [ + "activities" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "728", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "729", + "fixed": false, + "raw": "List of activities in pipeline." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "730", + "fixed": false, + "raw": "activities" + }, + "serializedName": "activities", + "modelType": { + "$id": "731", + "$type": "SequenceType", + "elementType": { + "$ref": "659" + }, + "name": { + "$id": "732", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "733", + "isReadOnly": false, + "realPath": [ + "parameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "734", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "735", + "fixed": false, + "raw": "List of parameters for pipeline." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "736", + "fixed": false, + "raw": "parameters" + }, + "serializedName": "parameters", + "modelType": { + "$id": "737", + "$type": "DictionaryType", + "valueType": { + "$ref": "460" + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "738", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "739", + "isReadOnly": false, + "realPath": [ + "variables" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "740", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "741", + "fixed": false, + "raw": "List of variables for pipeline." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "742", + "fixed": false, + "raw": "variables" + }, + "serializedName": "variables", + "modelType": { + "$id": "743", + "$type": "DictionaryType", + "valueType": { + "$ref": "693" + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "744", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "745", + "isReadOnly": false, + "realPath": [ + "concurrency" + ], + "collectionFormat": "none", + "constraints": { + "InclusiveMinimum": "1" + }, + "defaultValue": { + "$id": "746", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "747", + "fixed": false, + "raw": "The max number of concurrent runs for the pipeline." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "748", + "fixed": false, + "raw": "concurrency" + }, + "serializedName": "concurrency", + "modelType": { + "$id": "749", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "750", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + }, + { + "$id": "751", + "isReadOnly": false, + "realPath": [ + "annotations" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "752", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "753", + "fixed": false, + "raw": "List of tags that can be used for describing the Pipeline." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "754", + "fixed": false, + "raw": "annotations" + }, + "serializedName": "annotations", + "modelType": { + "$id": "755", + "$type": "SequenceType", + "elementType": { + "$id": "756", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "757", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "name": { + "$id": "758", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "759", + "isReadOnly": false, + "realPath": [ + "runDimensions" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "760", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "761", + "fixed": false, + "raw": "Dimensions emitted by Pipeline." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "762", + "fixed": false, + "raw": "runDimensions" + }, + "serializedName": "runDimensions", + "modelType": { + "$id": "763", + "$type": "DictionaryType", + "valueType": { + "$id": "764", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "765", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "766", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "767", + "isReadOnly": false, + "realPath": [ + "folder" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "768", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "769", + "fixed": false, + "raw": "The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "770", + "fixed": false, + "raw": "folder" + }, + "serializedName": "folder", + "modelType": { + "$ref": "712" + } + } + ], + "serializedName": "Pipeline", + "documentation": "A data factory pipeline.", + "containsConstantProperties": false, + "name": { + "$id": "771", + "fixed": false, + "raw": "Pipeline" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "Pipeline", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/Pipeline" + ] + } + }, + "deprecated": false + }, + { + "$id": "772", + "$type": "CompositeType", + "properties": [ + { + "$id": "773", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "774", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "775", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "776", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "777", + "$type": "DictionaryType", + "valueType": { + "$id": "778", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "779", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "780", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "781", + "isReadOnly": false, + "realPath": [ + "properties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "782", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "783", + "fixed": false, + "raw": "Properties of the pipeline." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "784", + "fixed": false, + "raw": "properties" + }, + "serializedName": "properties", + "modelType": { + "$ref": "720" + } + } + ], + "serializedName": "PipelineResource", + "baseModelType": { + "$ref": "42" + }, + "documentation": "Pipeline resource type.", + "containsConstantProperties": false, + "name": { + "$id": "785", + "fixed": false, + "raw": "PipelineResource" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "PipelineResource", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/PipelineResource" + ] + } + }, + "deprecated": false + }, + { + "$id": "786", + "$type": "CompositeType", + "properties": [ + { + "$id": "787", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "788", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "789", + "fixed": false, + "raw": "List of pipelines." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "790", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "791", + "$type": "SequenceType", + "elementType": { + "$ref": "772" + }, + "name": { + "$id": "792", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "793", + "isReadOnly": false, + "realPath": [ + "nextLink" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "794", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "795", + "fixed": false, + "raw": "The link to the next page of results, if any remaining results exist." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "796", + "fixed": false, + "raw": "nextLink" + }, + "serializedName": "nextLink", + "modelType": { + "$id": "797", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "798", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "PipelineListResponse", + "documentation": "A list of pipeline resources.", + "containsConstantProperties": false, + "name": { + "$id": "799", + "fixed": false, + "raw": "PipelineListResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "PipelineListResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/PipelineListResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "800", + "$type": "CompositeType", + "properties": [ + { + "$id": "801", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "802", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "803", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "804", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "805", + "$type": "DictionaryType", + "valueType": { + "$id": "806", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "807", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "808", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "809", + "isReadOnly": false, + "realPath": [ + "description" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "810", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "811", + "fixed": false, + "raw": "Trigger description." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "812", + "fixed": false, + "raw": "description" + }, + "serializedName": "description", + "modelType": { + "$id": "813", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "814", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "815", + "isReadOnly": true, + "realPath": [ + "runtimeState" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "816", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "817", + "fixed": false, + "raw": "Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///272?oai3.shaken.json" + ], + "name": "TriggerRuntimeState", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Trigger.json#/components/schemas/TriggerRuntimeState" + ] + }, + "x-ms-enum": { + "name": "TriggerRuntimeState", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "818", + "fixed": false, + "raw": "runtimeState" + }, + "serializedName": "runtimeState", + "modelType": { + "$id": "819", + "$type": "EnumType", + "values": [ + { + "$id": "820", + "name": "Started", + "serializedName": "Started" + }, + { + "$id": "821", + "name": "Stopped", + "serializedName": "Stopped" + }, + { + "$id": "822", + "name": "Disabled", + "serializedName": "Disabled" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "823", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "824", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "825", + "fixed": false, + "raw": "TriggerRuntimeState" + }, + "deprecated": false + } + }, + { + "$id": "826", + "isReadOnly": false, + "realPath": [ + "annotations" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "827", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "828", + "fixed": false, + "raw": "List of tags that can be used for describing the trigger." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "829", + "fixed": false, + "raw": "annotations" + }, + "serializedName": "annotations", + "modelType": { + "$id": "830", + "$type": "SequenceType", + "elementType": { + "$id": "831", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "832", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "name": { + "$id": "833", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "Trigger", + "polymorphicDiscriminator": "type", + "documentation": "Azure data factory nested object which contains information about creating pipeline run", + "containsConstantProperties": false, + "name": { + "$id": "834", + "fixed": false, + "raw": "Trigger" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///272?oai3.shaken.json" + ], + "name": "Trigger", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Trigger.json#/components/schemas/Trigger" + ] + } + }, + "deprecated": false + }, + { + "$id": "835", + "$type": "CompositeType", + "properties": [ + { + "$id": "836", + "isReadOnly": false, + "realPath": [ + "properties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "837", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "838", + "fixed": false, + "raw": "Properties of the trigger." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "839", + "fixed": false, + "raw": "properties" + }, + "serializedName": "properties", + "modelType": { + "$ref": "800" + } + } + ], + "serializedName": "TriggerResource", + "baseModelType": { + "$ref": "42" + }, + "documentation": "Trigger resource type.", + "containsConstantProperties": false, + "name": { + "$id": "840", + "fixed": false, + "raw": "TriggerResource" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "TriggerResource", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/TriggerResource" + ] + } + }, + "deprecated": false + }, + { + "$id": "841", + "$type": "CompositeType", + "properties": [ + { + "$id": "842", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "843", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "844", + "fixed": false, + "raw": "List of triggers." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "845", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "846", + "$type": "SequenceType", + "elementType": { + "$ref": "835" + }, + "name": { + "$id": "847", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "848", + "isReadOnly": false, + "realPath": [ + "continuationToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "849", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "850", + "fixed": false, + "raw": "The continuation token for getting the next page of results, if any remaining results exist, null otherwise." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "851", + "fixed": false, + "raw": "continuationToken" + }, + "serializedName": "continuationToken", + "modelType": { + "$id": "852", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "853", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "TriggerQueryResponse", + "documentation": "A query of triggers.", + "containsConstantProperties": false, + "name": { + "$id": "854", + "fixed": false, + "raw": "TriggerQueryResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "TriggerQueryResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/TriggerQueryResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "855", + "$type": "CompositeType", + "properties": [ + { + "$id": "856", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "857", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "858", + "fixed": false, + "raw": "List of triggers." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "859", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "860", + "$type": "SequenceType", + "elementType": { + "$ref": "835" + }, + "name": { + "$id": "861", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "862", + "isReadOnly": false, + "realPath": [ + "nextLink" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "863", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "864", + "fixed": false, + "raw": "The link to the next page of results, if any remaining results exist." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "865", + "fixed": false, + "raw": "nextLink" + }, + "serializedName": "nextLink", + "modelType": { + "$id": "866", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "867", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "TriggerListResponse", + "documentation": "A list of trigger resources.", + "containsConstantProperties": false, + "name": { + "$id": "868", + "fixed": false, + "raw": "TriggerListResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "TriggerListResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/TriggerListResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "869", + "$type": "CompositeType", + "properties": [ + { + "$id": "870", + "isReadOnly": false, + "realPath": [ + "runId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "871", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "872", + "fixed": false, + "raw": "Identifier of a run." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "873", + "fixed": false, + "raw": "runId" + }, + "serializedName": "runId", + "modelType": { + "$id": "874", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "875", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "CreateRunResponse", + "documentation": "Response body with a run identifier.", + "containsConstantProperties": false, + "name": { + "$id": "876", + "fixed": false, + "raw": "CreateRunResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "CreateRunResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/CreateRunResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "877", + "$type": "CompositeType", + "properties": [ + { + "$id": "878", + "isReadOnly": false, + "realPath": [ + "code" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "879", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "880", + "fixed": false, + "raw": "Error code." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "881", + "fixed": false, + "raw": "code" + }, + "serializedName": "code", + "modelType": { + "$id": "882", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "883", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "884", + "isReadOnly": false, + "realPath": [ + "message" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "885", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "886", + "fixed": false, + "raw": "Error message." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "887", + "fixed": false, + "raw": "message" + }, + "serializedName": "message", + "modelType": { + "$id": "888", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "889", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "890", + "isReadOnly": false, + "realPath": [ + "target" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "891", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "892", + "fixed": false, + "raw": "Property name/path in request associated with error." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "893", + "fixed": false, + "raw": "target" + }, + "serializedName": "target", + "modelType": { + "$id": "894", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "895", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "896", + "isReadOnly": false, + "realPath": [ + "details" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "897", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "898", + "fixed": false, + "raw": "Array with additional error details." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "899", + "fixed": false, + "raw": "details" + }, + "serializedName": "details", + "modelType": { + "$id": "900", + "$type": "SequenceType", + "elementType": { + "$id": "901", + "$type": "CompositeType", + "properties": [ + { + "$id": "902", + "isReadOnly": false, + "realPath": [ + "error" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "903", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "904", + "fixed": false, + "raw": "Error data" + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "905", + "fixed": false, + "raw": "error" + }, + "serializedName": "error", + "modelType": { + "$ref": "877" + } + } + ], + "serializedName": "CloudError", + "documentation": "The object that defines the structure of an Azure Data Factory error response.", + "containsConstantProperties": false, + "name": { + "$id": "906", + "fixed": false, + "raw": "CloudError" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "CloudError", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/CloudError" + ] + }, + "x-ms-external": true + }, + "deprecated": false + }, + "name": { + "$id": "907", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "CloudErrorBody", + "documentation": "The object that defines the structure of an Azure Data Factory error.", + "containsConstantProperties": false, + "name": { + "$id": "908", + "fixed": false, + "raw": "CloudErrorBody" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "CloudErrorBody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/CloudErrorBody" + ] + }, + "x-ms-external": true + }, + "deprecated": false + }, + { + "$ref": "901" + }, + { + "$id": "909", + "$type": "CompositeType", + "properties": [ + { + "$id": "910", + "isReadOnly": true, + "realPath": [ + "triggerName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "911", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "912", + "fixed": false, + "raw": "Trigger name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "913", + "fixed": false, + "raw": "triggerName" + }, + "serializedName": "triggerName", + "modelType": { + "$id": "914", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "915", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "916", + "isReadOnly": true, + "realPath": [ + "status" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "917", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "918", + "fixed": false, + "raw": "Event Subscription Status." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "EventSubscriptionStatus", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/TriggerSubscriptionOperationStatus-status" + ] + }, + "x-ms-enum": { + "name": "EventSubscriptionStatus", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "919", + "fixed": false, + "raw": "status" + }, + "serializedName": "status", + "modelType": { + "$id": "920", + "$type": "EnumType", + "values": [ + { + "$id": "921", + "name": "Enabled", + "serializedName": "Enabled" + }, + { + "$id": "922", + "name": "Provisioning", + "serializedName": "Provisioning" + }, + { + "$id": "923", + "name": "Deprovisioning", + "serializedName": "Deprovisioning" + }, + { + "$id": "924", + "name": "Disabled", + "serializedName": "Disabled" + }, + { + "$id": "925", + "name": "Unknown", + "serializedName": "Unknown" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "926", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "927", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "928", + "fixed": false, + "raw": "EventSubscriptionStatus" + }, + "deprecated": false + } + } + ], + "serializedName": "TriggerSubscriptionOperationStatus", + "documentation": "Defines the response of a trigger subscription operation.", + "containsConstantProperties": false, + "name": { + "$id": "929", + "fixed": false, + "raw": "TriggerSubscriptionOperationStatus" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "TriggerSubscriptionOperationStatus", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/TriggerSubscriptionOperationStatus" + ] + } + }, + "deprecated": false + }, + { + "$id": "930", + "$type": "CompositeType", + "properties": [ + { + "$id": "931", + "isReadOnly": false, + "realPath": [ + "projectName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "932", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "933", + "fixed": false, + "raw": "VSTS project name." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "934", + "fixed": false, + "raw": "projectName" + }, + "serializedName": "projectName", + "modelType": { + "$id": "935", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "936", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "937", + "isReadOnly": false, + "realPath": [ + "tenantId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "938", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "939", + "fixed": false, + "raw": "VSTS tenant id." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "940", + "fixed": false, + "raw": "tenantId" + }, + "serializedName": "tenantId", + "modelType": { + "$id": "941", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "942", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "FactoryVSTSConfiguration", + "baseModelType": { + "$ref": "160" + }, + "documentation": "Factory's VSTS repo information.", + "containsConstantProperties": false, + "name": { + "$id": "943", + "fixed": false, + "raw": "FactoryVSTSConfiguration" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "FactoryVSTSConfiguration", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/FactoryVSTSConfiguration" + ] + }, + "x-ms-discriminator-value": "FactoryVSTSConfiguration" + }, + "deprecated": false + }, + { + "$id": "944", + "$type": "CompositeType", + "properties": [ + { + "$id": "945", + "isReadOnly": false, + "realPath": [ + "hostName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "946", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "947", + "fixed": false, + "raw": "GitHub Enterprise host name. For example: https://github.mydomain.com" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "948", + "fixed": false, + "raw": "hostName" + }, + "serializedName": "hostName", + "modelType": { + "$id": "949", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "950", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "FactoryGitHubConfiguration", + "baseModelType": { + "$ref": "160" + }, + "documentation": "Factory's GitHub repo information.", + "containsConstantProperties": false, + "name": { + "$id": "951", + "fixed": false, + "raw": "FactoryGitHubConfiguration" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "FactoryGitHubConfiguration", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/FactoryGitHubConfiguration" + ] + }, + "x-ms-discriminator-value": "FactoryGitHubConfiguration" + }, + "deprecated": false + }, + { + "$id": "952", + "$type": "CompositeType", + "properties": [ + { + "$id": "953", + "isReadOnly": false, + "realPath": [ + "factoryResourceId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "954", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "955", + "fixed": false, + "raw": "The factory resource id." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "956", + "fixed": false, + "raw": "factoryResourceId" + }, + "serializedName": "factoryResourceId", + "modelType": { + "$id": "957", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "958", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "959", + "isReadOnly": false, + "realPath": [ + "repoConfiguration" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "960", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "961", + "fixed": false, + "raw": "Git repo information of the factory." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "962", + "fixed": false, + "raw": "repoConfiguration" + }, + "serializedName": "repoConfiguration", + "modelType": { + "$ref": "160" + } + } + ], + "serializedName": "FactoryRepoUpdate", + "documentation": "Factory's git repo information.", + "containsConstantProperties": false, + "name": { + "$id": "963", + "fixed": false, + "raw": "FactoryRepoUpdate" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "FactoryRepoUpdate", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/FactoryRepoUpdate" + ] + } + }, + "deprecated": false + }, + { + "$id": "964", + "$type": "CompositeType", + "properties": [ + { + "$id": "965", + "isReadOnly": false, + "realPath": [ + "gitHubAccessCode" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "966", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "967", + "fixed": false, + "raw": "GitHub access code." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "968", + "fixed": false, + "raw": "gitHubAccessCode" + }, + "serializedName": "gitHubAccessCode", + "modelType": { + "$id": "969", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "970", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "971", + "isReadOnly": false, + "realPath": [ + "gitHubClientId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "972", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "973", + "fixed": false, + "raw": "GitHub application client ID." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "974", + "fixed": false, + "raw": "gitHubClientId" + }, + "serializedName": "gitHubClientId", + "modelType": { + "$id": "975", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "976", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "977", + "isReadOnly": false, + "realPath": [ + "gitHubAccessTokenBaseUrl" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "978", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "979", + "fixed": false, + "raw": "GitHub access token base URL." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "980", + "fixed": false, + "raw": "gitHubAccessTokenBaseUrl" + }, + "serializedName": "gitHubAccessTokenBaseUrl", + "modelType": { + "$id": "981", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "982", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "GitHubAccessTokenRequest", + "documentation": "Get GitHub access token request definition.", + "containsConstantProperties": false, + "name": { + "$id": "983", + "fixed": false, + "raw": "GitHubAccessTokenRequest" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "GitHubAccessTokenRequest", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/GitHubAccessTokenRequest" + ] + } + }, + "deprecated": false + }, + { + "$id": "984", + "$type": "CompositeType", + "properties": [ + { + "$id": "985", + "isReadOnly": false, + "realPath": [ + "gitHubAccessToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "986", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "987", + "fixed": false, + "raw": "GitHub access token." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "988", + "fixed": false, + "raw": "gitHubAccessToken" + }, + "serializedName": "gitHubAccessToken", + "modelType": { + "$id": "989", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "990", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "GitHubAccessTokenResponse", + "documentation": "Get GitHub access token response definition.", + "containsConstantProperties": false, + "name": { + "$id": "991", + "fixed": false, + "raw": "GitHubAccessTokenResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "GitHubAccessTokenResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/GitHubAccessTokenResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "992", + "$type": "CompositeType", + "properties": [ + { + "$id": "993", + "isReadOnly": false, + "realPath": [ + "permissions" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "994", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "995", + "fixed": false, + "raw": "The string with permissions for Data Plane access. Currently only 'r' is supported which grants read only access." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "996", + "fixed": false, + "raw": "permissions" + }, + "serializedName": "permissions", + "modelType": { + "$id": "997", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "998", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "999", + "isReadOnly": false, + "realPath": [ + "accessResourcePath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1000", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1001", + "fixed": false, + "raw": "The resource path to get access relative to factory. Currently only empty string is supported which corresponds to the factory resource." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1002", + "fixed": false, + "raw": "accessResourcePath" + }, + "serializedName": "accessResourcePath", + "modelType": { + "$id": "1003", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1004", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1005", + "isReadOnly": false, + "realPath": [ + "profileName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1006", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1007", + "fixed": false, + "raw": "The name of the profile. Currently only the default is supported. The default value is DefaultProfile." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1008", + "fixed": false, + "raw": "profileName" + }, + "serializedName": "profileName", + "modelType": { + "$id": "1009", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1010", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1011", + "isReadOnly": false, + "realPath": [ + "startTime" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1012", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1013", + "fixed": false, + "raw": "Start time for the token. If not specified the current time will be used." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1014", + "fixed": false, + "raw": "startTime" + }, + "serializedName": "startTime", + "modelType": { + "$id": "1015", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1016", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1017", + "isReadOnly": false, + "realPath": [ + "expireTime" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1018", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1019", + "fixed": false, + "raw": "Expiration time for the token. Maximum duration for the token is eight hours and by default the token will expire in eight hours." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1020", + "fixed": false, + "raw": "expireTime" + }, + "serializedName": "expireTime", + "modelType": { + "$id": "1021", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1022", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "UserAccessPolicy", + "documentation": "Get Data Plane read only token request definition.", + "containsConstantProperties": false, + "name": { + "$id": "1023", + "fixed": false, + "raw": "UserAccessPolicy" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "UserAccessPolicy", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/UserAccessPolicy" + ] + } + }, + "deprecated": false + }, + { + "$id": "1024", + "$type": "CompositeType", + "properties": [ + { + "$id": "1025", + "isReadOnly": false, + "realPath": [ + "policy" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1026", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1027", + "fixed": false, + "raw": "The user access policy." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1028", + "fixed": false, + "raw": "policy" + }, + "serializedName": "policy", + "modelType": { + "$ref": "992" + } + }, + { + "$id": "1029", + "isReadOnly": false, + "realPath": [ + "accessToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1030", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1031", + "fixed": false, + "raw": "Data Plane read only access token." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1032", + "fixed": false, + "raw": "accessToken" + }, + "serializedName": "accessToken", + "modelType": { + "$id": "1033", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1034", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1035", + "isReadOnly": false, + "realPath": [ + "dataPlaneUrl" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1036", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1037", + "fixed": false, + "raw": "Data Plane service base URL." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1038", + "fixed": false, + "raw": "dataPlaneUrl" + }, + "serializedName": "dataPlaneUrl", + "modelType": { + "$id": "1039", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1040", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "AccessPolicyResponse", + "documentation": "Get Data Plane read only token response definition.", + "containsConstantProperties": false, + "name": { + "$id": "1041", + "fixed": false, + "raw": "AccessPolicyResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "AccessPolicyResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/AccessPolicyResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "1042", + "$type": "CompositeType", + "properties": [ + { + "$id": "1043", + "isReadOnly": false, + "realPath": [ + "type" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1044", + "fixed": false, + "raw": "PipelineReference" + }, + "deprecated": false, + "documentation": { + "$id": "1045", + "fixed": false, + "raw": "Pipeline reference type." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "PipelineReference-type", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/PipelineReference-type" + ] + } + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "1046", + "fixed": false, + "raw": "type" + }, + "serializedName": "type", + "modelType": { + "$id": "1047", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1048", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1049", + "isReadOnly": false, + "realPath": [ + "referenceName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1050", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1051", + "fixed": false, + "raw": "Reference pipeline name." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "1052", + "fixed": false, + "raw": "referenceName" + }, + "serializedName": "referenceName", + "modelType": { + "$id": "1053", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1054", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1055", + "isReadOnly": false, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1056", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1057", + "fixed": false, + "raw": "Reference name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1058", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "1059", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1060", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "PipelineReference", + "documentation": "Pipeline reference type.", + "containsConstantProperties": true, + "name": { + "$id": "1061", + "fixed": false, + "raw": "PipelineReference" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "PipelineReference", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/PipelineReference" + ] + } + }, + "deprecated": false + }, + { + "$id": "1062", + "$type": "CompositeType", + "properties": [ + { + "$id": "1063", + "isReadOnly": false, + "realPath": [ + "pipelineReference" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1064", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1065", + "fixed": false, + "raw": "Pipeline reference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1066", + "fixed": false, + "raw": "pipelineReference" + }, + "serializedName": "pipelineReference", + "modelType": { + "$ref": "1042" + } + }, + { + "$id": "1067", + "isReadOnly": false, + "realPath": [ + "parameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1068", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1069", + "fixed": false, + "raw": "Pipeline parameters." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1070", + "fixed": false, + "raw": "parameters" + }, + "serializedName": "parameters", + "modelType": { + "$id": "1071", + "$type": "DictionaryType", + "valueType": { + "$id": "1072", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "1073", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "1074", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "TriggerPipelineReference", + "documentation": "Pipeline that needs to be triggered with the given parameters.", + "containsConstantProperties": true, + "name": { + "$id": "1075", + "fixed": false, + "raw": "TriggerPipelineReference" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "TriggerPipelineReference", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/TriggerPipelineReference" + ] + } + }, + "deprecated": false + }, + { + "$id": "1076", + "$type": "CompositeType", + "properties": [ + { + "$id": "1077", + "isReadOnly": false, + "realPath": [ + "tags" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1078", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1079", + "fixed": false, + "raw": "The resource tags." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1080", + "fixed": false, + "raw": "tags" + }, + "serializedName": "tags", + "modelType": { + "$id": "1081", + "$type": "DictionaryType", + "valueType": { + "$id": "1082", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1083", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "1084", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1085", + "isReadOnly": false, + "realPath": [ + "identity" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1086", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1087", + "fixed": false, + "raw": "Managed service identity of the factory." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1088", + "fixed": false, + "raw": "identity" + }, + "serializedName": "identity", + "modelType": { + "$ref": "140" + } + } + ], + "serializedName": "FactoryUpdateParameters", + "documentation": "Parameters for updating a factory resource.", + "containsConstantProperties": true, + "name": { + "$id": "1089", + "fixed": false, + "raw": "FactoryUpdateParameters" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "FactoryUpdateParameters", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/FactoryUpdateParameters" + ] + } + }, + "deprecated": false + }, + { + "$id": "1090", + "$type": "CompositeType", + "properties": [ + { + "$id": "1091", + "isReadOnly": false, + "realPath": [ + "type" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1092", + "fixed": false, + "raw": "DatasetReference" + }, + "deprecated": false, + "documentation": { + "$id": "1093", + "fixed": false, + "raw": "Dataset reference type." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "DatasetReference-type", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/DatasetReference-type" + ] + } + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "1094", + "fixed": false, + "raw": "type" + }, + "serializedName": "type", + "modelType": { + "$id": "1095", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1096", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1097", + "isReadOnly": false, + "realPath": [ + "referenceName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1098", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1099", + "fixed": false, + "raw": "Reference dataset name." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "1100", + "fixed": false, + "raw": "referenceName" + }, + "serializedName": "referenceName", + "modelType": { + "$id": "1101", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1102", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1103", + "isReadOnly": false, + "realPath": [ + "parameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1104", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1105", + "fixed": false, + "raw": "Arguments for dataset." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1106", + "fixed": false, + "raw": "parameters" + }, + "serializedName": "parameters", + "modelType": { + "$id": "1107", + "$type": "DictionaryType", + "valueType": { + "$id": "1108", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "1109", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "1110", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "DatasetReference", + "documentation": "Dataset reference type.", + "containsConstantProperties": true, + "name": { + "$id": "1111", + "fixed": false, + "raw": "DatasetReference" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "DatasetReference", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/DatasetReference" + ] + } + }, + "deprecated": false + }, + { + "$id": "1112", + "$type": "CompositeType", + "properties": [ + { + "$id": "1113", + "isReadOnly": false, + "realPath": [ + "properties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1114", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1115", + "fixed": false, + "raw": "Dataset properties." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "1116", + "fixed": false, + "raw": "properties" + }, + "serializedName": "properties", + "modelType": { + "$ref": "545" + } + } + ], + "serializedName": "DatasetDebugResource", + "baseModelType": { + "$ref": "68" + }, + "documentation": "Dataset debug resource.", + "containsConstantProperties": true, + "name": { + "$id": "1117", + "fixed": false, + "raw": "DatasetDebugResource" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "DatasetDebugResource", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/DatasetDebugResource" + ] + } + }, + "deprecated": false + }, + { + "$id": "1118", + "$type": "CompositeType", + "properties": [ + { + "$id": "1119", + "isReadOnly": false, + "realPath": [ + "properties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1120", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1121", + "fixed": false, + "raw": "Properties of linked service." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "1122", + "fixed": false, + "raw": "properties" + }, + "serializedName": "properties", + "modelType": { + "$ref": "483" + } + } + ], + "serializedName": "LinkedServiceDebugResource", + "baseModelType": { + "$ref": "68" + }, + "documentation": "Linked service debug resource.", + "containsConstantProperties": true, + "name": { + "$id": "1123", + "fixed": false, + "raw": "LinkedServiceDebugResource" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "LinkedServiceDebugResource", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/LinkedServiceDebugResource" + ] + } + }, + "deprecated": false + }, + { + "$id": "1124", + "$type": "CompositeType", + "properties": [ + { + "$id": "1125", + "isReadOnly": false, + "realPath": [ + "continuationToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1126", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1127", + "fixed": false, + "raw": "The continuation token for getting the next page of results. Null for first page." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1128", + "fixed": false, + "raw": "continuationToken" + }, + "serializedName": "continuationToken", + "modelType": { + "$id": "1129", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1130", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1131", + "isReadOnly": false, + "realPath": [ + "parentTriggerName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1132", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1133", + "fixed": false, + "raw": "The name of the parent TumblingWindowTrigger to get the child rerun triggers" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1134", + "fixed": false, + "raw": "parentTriggerName" + }, + "serializedName": "parentTriggerName", + "modelType": { + "$id": "1135", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1136", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "TriggerFilterParameters", + "documentation": "Query parameters for triggers.", + "containsConstantProperties": false, + "name": { + "$id": "1137", + "fixed": false, + "raw": "TriggerFilterParameters" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "TriggerFilterParameters", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/TriggerFilterParameters" + ] + } + }, + "deprecated": false + }, + { + "$id": "1138", + "$type": "CompositeType", + "properties": [ + { + "$id": "1139", + "isReadOnly": false, + "realPath": [ + "operand" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1140", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1141", + "fixed": false, + "raw": "Parameter name to be used for filter. The allowed operands to query pipeline runs are PipelineName, RunStart, RunEnd and Status; to query activity runs are ActivityName, ActivityRunStart, ActivityRunEnd, ActivityType and Status, and to query trigger runs are TriggerName, TriggerRunTimestamp and Status." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "RunQueryFilterOperand", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/RunQueryFilter-operand" + ] + }, + "x-ms-enum": { + "name": "RunQueryFilterOperand", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "1142", + "fixed": false, + "raw": "operand" + }, + "serializedName": "operand", + "modelType": { + "$id": "1143", + "$type": "EnumType", + "values": [ + { + "$id": "1144", + "name": "PipelineName", + "serializedName": "PipelineName" + }, + { + "$id": "1145", + "name": "Status", + "serializedName": "Status" + }, + { + "$id": "1146", + "name": "RunStart", + "serializedName": "RunStart" + }, + { + "$id": "1147", + "name": "RunEnd", + "serializedName": "RunEnd" + }, + { + "$id": "1148", + "name": "ActivityName", + "serializedName": "ActivityName" + }, + { + "$id": "1149", + "name": "ActivityRunStart", + "serializedName": "ActivityRunStart" + }, + { + "$id": "1150", + "name": "ActivityRunEnd", + "serializedName": "ActivityRunEnd" + }, + { + "$id": "1151", + "name": "ActivityType", + "serializedName": "ActivityType" + }, + { + "$id": "1152", + "name": "TriggerName", + "serializedName": "TriggerName" + }, + { + "$id": "1153", + "name": "TriggerRunTimestamp", + "serializedName": "TriggerRunTimestamp" + }, + { + "$id": "1154", + "name": "RunGroupId", + "serializedName": "RunGroupId" + }, + { + "$id": "1155", + "name": "LatestOnly", + "serializedName": "LatestOnly" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "1156", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1157", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "1158", + "fixed": false, + "raw": "RunQueryFilterOperand" + }, + "deprecated": false + } + }, + { + "$id": "1159", + "isReadOnly": false, + "realPath": [ + "operator" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1160", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1161", + "fixed": false, + "raw": "Operator to be used for filter." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "RunQueryFilterOperator", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/RunQueryFilter-operator" + ] + }, + "x-ms-enum": { + "name": "RunQueryFilterOperator", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "1162", + "fixed": false, + "raw": "operator" + }, + "serializedName": "operator", + "modelType": { + "$id": "1163", + "$type": "EnumType", + "values": [ + { + "$id": "1164", + "name": "Equals", + "serializedName": "Equals" + }, + { + "$id": "1165", + "name": "NotEquals", + "serializedName": "NotEquals" + }, + { + "$id": "1166", + "name": "In", + "serializedName": "In" + }, + { + "$id": "1167", + "name": "NotIn", + "serializedName": "NotIn" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "1168", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1169", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "1170", + "fixed": false, + "raw": "RunQueryFilterOperator" + }, + "deprecated": false + } + }, + { + "$id": "1171", + "isReadOnly": false, + "realPath": [ + "values" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1172", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1173", + "fixed": false, + "raw": "List of filter values." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "1174", + "fixed": false, + "raw": "values" + }, + "serializedName": "values", + "modelType": { + "$id": "1175", + "$type": "SequenceType", + "elementType": { + "$id": "1176", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1177", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "1178", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "RunQueryFilter", + "documentation": "Query filter option for listing runs.", + "containsConstantProperties": false, + "name": { + "$id": "1179", + "fixed": false, + "raw": "RunQueryFilter" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "RunQueryFilter", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/RunQueryFilter" + ] + } + }, + "deprecated": false + }, + { + "$id": "1180", + "$type": "CompositeType", + "properties": [ + { + "$id": "1181", + "isReadOnly": false, + "realPath": [ + "orderBy" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1182", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1183", + "fixed": false, + "raw": "Parameter name to be used for order by. The allowed parameters to order by for pipeline runs are PipelineName, RunStart, RunEnd and Status; for activity runs are ActivityName, ActivityRunStart, ActivityRunEnd and Status; for trigger runs are TriggerName, TriggerRunTimestamp and Status." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "RunQueryOrderByField", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/RunQueryOrderBy-orderBy" + ] + }, + "x-ms-enum": { + "name": "RunQueryOrderByField", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "1184", + "fixed": false, + "raw": "orderBy" + }, + "serializedName": "orderBy", + "modelType": { + "$id": "1185", + "$type": "EnumType", + "values": [ + { + "$id": "1186", + "name": "RunStart", + "serializedName": "RunStart" + }, + { + "$id": "1187", + "name": "RunEnd", + "serializedName": "RunEnd" + }, + { + "$id": "1188", + "name": "PipelineName", + "serializedName": "PipelineName" + }, + { + "$id": "1189", + "name": "Status", + "serializedName": "Status" + }, + { + "$id": "1190", + "name": "ActivityName", + "serializedName": "ActivityName" + }, + { + "$id": "1191", + "name": "ActivityRunStart", + "serializedName": "ActivityRunStart" + }, + { + "$id": "1192", + "name": "ActivityRunEnd", + "serializedName": "ActivityRunEnd" + }, + { + "$id": "1193", + "name": "TriggerName", + "serializedName": "TriggerName" + }, + { + "$id": "1194", + "name": "TriggerRunTimestamp", + "serializedName": "TriggerRunTimestamp" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "1195", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1196", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "1197", + "fixed": false, + "raw": "RunQueryOrderByField" + }, + "deprecated": false + } + }, + { + "$id": "1198", + "isReadOnly": false, + "realPath": [ + "order" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1199", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1200", + "fixed": false, + "raw": "Sorting order of the parameter." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "RunQueryOrder", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/RunQueryOrderBy-order" + ] + }, + "x-ms-enum": { + "name": "RunQueryOrder", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "1201", + "fixed": false, + "raw": "order" + }, + "serializedName": "order", + "modelType": { + "$id": "1202", + "$type": "EnumType", + "values": [ + { + "$id": "1203", + "name": "ASC", + "serializedName": "ASC" + }, + { + "$id": "1204", + "name": "DESC", + "serializedName": "DESC" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "1205", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1206", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "1207", + "fixed": false, + "raw": "RunQueryOrder" + }, + "deprecated": false + } + } + ], + "serializedName": "RunQueryOrderBy", + "documentation": "An object to provide order by options for listing runs.", + "containsConstantProperties": false, + "name": { + "$id": "1208", + "fixed": false, + "raw": "RunQueryOrderBy" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "RunQueryOrderBy", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/RunQueryOrderBy" + ] + } + }, + "deprecated": false + }, + { + "$id": "1209", + "$type": "CompositeType", + "properties": [ + { + "$id": "1210", + "isReadOnly": false, + "realPath": [ + "continuationToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1211", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1212", + "fixed": false, + "raw": "The continuation token for getting the next page of results. Null for first page." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1213", + "fixed": false, + "raw": "continuationToken" + }, + "serializedName": "continuationToken", + "modelType": { + "$id": "1214", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1215", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1216", + "isReadOnly": false, + "realPath": [ + "lastUpdatedAfter" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1217", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1218", + "fixed": false, + "raw": "The time at or after which the run event was updated in 'ISO 8601' format." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "1219", + "fixed": false, + "raw": "lastUpdatedAfter" + }, + "serializedName": "lastUpdatedAfter", + "modelType": { + "$id": "1220", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "1221", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + }, + { + "$id": "1222", + "isReadOnly": false, + "realPath": [ + "lastUpdatedBefore" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1223", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1224", + "fixed": false, + "raw": "The time at or before which the run event was updated in 'ISO 8601' format." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "1225", + "fixed": false, + "raw": "lastUpdatedBefore" + }, + "serializedName": "lastUpdatedBefore", + "modelType": { + "$id": "1226", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "1227", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + }, + { + "$id": "1228", + "isReadOnly": false, + "realPath": [ + "filters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1229", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1230", + "fixed": false, + "raw": "List of filters." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1231", + "fixed": false, + "raw": "filters" + }, + "serializedName": "filters", + "modelType": { + "$id": "1232", + "$type": "SequenceType", + "elementType": { + "$ref": "1138" + }, + "name": { + "$id": "1233", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1234", + "isReadOnly": false, + "realPath": [ + "orderBy" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1235", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1236", + "fixed": false, + "raw": "List of OrderBy option." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1237", + "fixed": false, + "raw": "orderBy" + }, + "serializedName": "orderBy", + "modelType": { + "$id": "1238", + "$type": "SequenceType", + "elementType": { + "$ref": "1180" + }, + "name": { + "$id": "1239", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "RunFilterParameters", + "documentation": "Query parameters for listing runs.", + "containsConstantProperties": false, + "name": { + "$id": "1240", + "fixed": false, + "raw": "RunFilterParameters" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "RunFilterParameters", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/RunFilterParameters" + ] + } + }, + "deprecated": false + }, + { + "$id": "1241", + "$type": "CompositeType", + "properties": [ + { + "$id": "1242", + "isReadOnly": true, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1243", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1244", + "fixed": false, + "raw": "Name of the entity that started the pipeline run." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1245", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "1246", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1247", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1248", + "isReadOnly": true, + "realPath": [ + "id" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1249", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1250", + "fixed": false, + "raw": "The ID of the entity that started the run." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1251", + "fixed": false, + "raw": "id" + }, + "serializedName": "id", + "modelType": { + "$id": "1252", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1253", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1254", + "isReadOnly": true, + "realPath": [ + "invokedByType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1255", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1256", + "fixed": false, + "raw": "The type of the entity that started the run." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1257", + "fixed": false, + "raw": "invokedByType" + }, + "serializedName": "invokedByType", + "modelType": { + "$id": "1258", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1259", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "PipelineRunInvokedBy", + "documentation": "Provides entity name and id that started the pipeline run.", + "containsConstantProperties": false, + "name": { + "$id": "1260", + "fixed": false, + "raw": "PipelineRunInvokedBy" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "PipelineRunInvokedBy", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/PipelineRunInvokedBy" + ] + } + }, + "deprecated": false + }, + { + "$id": "1261", + "$type": "CompositeType", + "properties": [ + { + "$id": "1262", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "1263", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1264", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1265", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "1266", + "$type": "DictionaryType", + "valueType": { + "$id": "1267", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "1268", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "1269", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1270", + "isReadOnly": true, + "realPath": [ + "runId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1271", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1272", + "fixed": false, + "raw": "Identifier of a run." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1273", + "fixed": false, + "raw": "runId" + }, + "serializedName": "runId", + "modelType": { + "$id": "1274", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1275", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1276", + "isReadOnly": true, + "realPath": [ + "runGroupId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1277", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1278", + "fixed": false, + "raw": "Identifier that correlates all the recovery runs of a pipeline run." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1279", + "fixed": false, + "raw": "runGroupId" + }, + "serializedName": "runGroupId", + "modelType": { + "$id": "1280", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1281", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1282", + "isReadOnly": true, + "realPath": [ + "isLatest" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1283", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1284", + "fixed": false, + "raw": "Indicates if the recovered pipeline run is the latest in its group." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1285", + "fixed": false, + "raw": "isLatest" + }, + "serializedName": "isLatest", + "modelType": { + "$id": "1286", + "$type": "PrimaryType", + "knownPrimaryType": "boolean", + "name": { + "$id": "1287", + "fixed": false, + "raw": "Boolean" + }, + "deprecated": false + } + }, + { + "$id": "1288", + "isReadOnly": true, + "realPath": [ + "pipelineName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1289", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1290", + "fixed": false, + "raw": "The pipeline name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1291", + "fixed": false, + "raw": "pipelineName" + }, + "serializedName": "pipelineName", + "modelType": { + "$id": "1292", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1293", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1294", + "isReadOnly": true, + "realPath": [ + "parameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1295", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1296", + "fixed": false, + "raw": "The full or partial list of parameter name, value pair used in the pipeline run." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1297", + "fixed": false, + "raw": "parameters" + }, + "serializedName": "parameters", + "modelType": { + "$id": "1298", + "$type": "DictionaryType", + "valueType": { + "$id": "1299", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1300", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "1301", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1302", + "isReadOnly": true, + "realPath": [ + "runDimensions" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1303", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1304", + "fixed": false, + "raw": "Run dimensions emitted by Pipeline run." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1305", + "fixed": false, + "raw": "runDimensions" + }, + "serializedName": "runDimensions", + "modelType": { + "$id": "1306", + "$type": "DictionaryType", + "valueType": { + "$id": "1307", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1308", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "1309", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1310", + "isReadOnly": true, + "realPath": [ + "invokedBy" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1311", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1312", + "fixed": false, + "raw": "Entity that started the pipeline run." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1313", + "fixed": false, + "raw": "invokedBy" + }, + "serializedName": "invokedBy", + "modelType": { + "$ref": "1241" + } + }, + { + "$id": "1314", + "isReadOnly": true, + "realPath": [ + "lastUpdated" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1315", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1316", + "fixed": false, + "raw": "The last updated timestamp for the pipeline run event in ISO8601 format." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1317", + "fixed": false, + "raw": "lastUpdated" + }, + "serializedName": "lastUpdated", + "modelType": { + "$id": "1318", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "1319", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + }, + { + "$id": "1320", + "isReadOnly": true, + "realPath": [ + "runStart" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1321", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1322", + "fixed": false, + "raw": "The start time of a pipeline run in ISO8601 format." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1323", + "fixed": false, + "raw": "runStart" + }, + "serializedName": "runStart", + "modelType": { + "$id": "1324", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "1325", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + }, + { + "$id": "1326", + "isReadOnly": true, + "realPath": [ + "runEnd" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1327", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1328", + "fixed": false, + "raw": "The end time of a pipeline run in ISO8601 format." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1329", + "fixed": false, + "raw": "runEnd" + }, + "serializedName": "runEnd", + "modelType": { + "$id": "1330", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "1331", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + }, + { + "$id": "1332", + "isReadOnly": true, + "realPath": [ + "durationInMs" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1333", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1334", + "fixed": false, + "raw": "The duration of a pipeline run." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1335", + "fixed": false, + "raw": "durationInMs" + }, + "serializedName": "durationInMs", + "modelType": { + "$id": "1336", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "1337", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + }, + { + "$id": "1338", + "isReadOnly": true, + "realPath": [ + "status" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1339", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1340", + "fixed": false, + "raw": "The status of a pipeline run." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1341", + "fixed": false, + "raw": "status" + }, + "serializedName": "status", + "modelType": { + "$id": "1342", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1343", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1344", + "isReadOnly": true, + "realPath": [ + "message" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1345", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1346", + "fixed": false, + "raw": "The message from a pipeline run." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1347", + "fixed": false, + "raw": "message" + }, + "serializedName": "message", + "modelType": { + "$id": "1348", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1349", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "PipelineRun", + "documentation": "Information about a pipeline run.", + "containsConstantProperties": false, + "name": { + "$id": "1350", + "fixed": false, + "raw": "PipelineRun" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "PipelineRun", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/PipelineRun" + ] + } + }, + "deprecated": false + }, + { + "$id": "1351", + "$type": "CompositeType", + "properties": [ + { + "$id": "1352", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1353", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1354", + "fixed": false, + "raw": "List of pipeline runs." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "1355", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "1356", + "$type": "SequenceType", + "elementType": { + "$ref": "1261" + }, + "name": { + "$id": "1357", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1358", + "isReadOnly": false, + "realPath": [ + "continuationToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1359", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1360", + "fixed": false, + "raw": "The continuation token for getting the next page of results, if any remaining results exist, null otherwise." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1361", + "fixed": false, + "raw": "continuationToken" + }, + "serializedName": "continuationToken", + "modelType": { + "$id": "1362", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1363", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "PipelineRunsQueryResponse", + "documentation": "A list pipeline runs.", + "containsConstantProperties": false, + "name": { + "$id": "1364", + "fixed": false, + "raw": "PipelineRunsQueryResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "PipelineRunsQueryResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/PipelineRunsQueryResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "1365", + "$type": "CompositeType", + "properties": [ + { + "$id": "1366", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "1367", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1368", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1369", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "1370", + "$type": "DictionaryType", + "valueType": { + "$id": "1371", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "1372", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "1373", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1374", + "isReadOnly": true, + "realPath": [ + "pipelineName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1375", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1376", + "fixed": false, + "raw": "The name of the pipeline." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1377", + "fixed": false, + "raw": "pipelineName" + }, + "serializedName": "pipelineName", + "modelType": { + "$id": "1378", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1379", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1380", + "isReadOnly": true, + "realPath": [ + "pipelineRunId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1381", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1382", + "fixed": false, + "raw": "The id of the pipeline run." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1383", + "fixed": false, + "raw": "pipelineRunId" + }, + "serializedName": "pipelineRunId", + "modelType": { + "$id": "1384", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1385", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1386", + "isReadOnly": true, + "realPath": [ + "activityName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1387", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1388", + "fixed": false, + "raw": "The name of the activity." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1389", + "fixed": false, + "raw": "activityName" + }, + "serializedName": "activityName", + "modelType": { + "$id": "1390", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1391", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1392", + "isReadOnly": true, + "realPath": [ + "activityType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1393", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1394", + "fixed": false, + "raw": "The type of the activity." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1395", + "fixed": false, + "raw": "activityType" + }, + "serializedName": "activityType", + "modelType": { + "$id": "1396", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1397", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1398", + "isReadOnly": true, + "realPath": [ + "activityRunId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1399", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1400", + "fixed": false, + "raw": "The id of the activity run." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1401", + "fixed": false, + "raw": "activityRunId" + }, + "serializedName": "activityRunId", + "modelType": { + "$id": "1402", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1403", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1404", + "isReadOnly": true, + "realPath": [ + "linkedServiceName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1405", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1406", + "fixed": false, + "raw": "The name of the compute linked service." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1407", + "fixed": false, + "raw": "linkedServiceName" + }, + "serializedName": "linkedServiceName", + "modelType": { + "$id": "1408", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1409", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1410", + "isReadOnly": true, + "realPath": [ + "status" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1411", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1412", + "fixed": false, + "raw": "The status of the activity run." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1413", + "fixed": false, + "raw": "status" + }, + "serializedName": "status", + "modelType": { + "$id": "1414", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1415", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1416", + "isReadOnly": true, + "realPath": [ + "activityRunStart" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1417", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1418", + "fixed": false, + "raw": "The start time of the activity run in 'ISO 8601' format." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1419", + "fixed": false, + "raw": "activityRunStart" + }, + "serializedName": "activityRunStart", + "modelType": { + "$id": "1420", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "1421", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + }, + { + "$id": "1422", + "isReadOnly": true, + "realPath": [ + "activityRunEnd" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1423", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1424", + "fixed": false, + "raw": "The end time of the activity run in 'ISO 8601' format." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1425", + "fixed": false, + "raw": "activityRunEnd" + }, + "serializedName": "activityRunEnd", + "modelType": { + "$id": "1426", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "1427", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + }, + { + "$id": "1428", + "isReadOnly": true, + "realPath": [ + "durationInMs" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1429", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1430", + "fixed": false, + "raw": "The duration of the activity run." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1431", + "fixed": false, + "raw": "durationInMs" + }, + "serializedName": "durationInMs", + "modelType": { + "$id": "1432", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "1433", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + }, + { + "$id": "1434", + "isReadOnly": true, + "realPath": [ + "input" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1435", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1436", + "fixed": false, + "raw": "The input for the activity." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1437", + "fixed": false, + "raw": "input" + }, + "serializedName": "input", + "modelType": { + "$id": "1438", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "1439", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "1440", + "isReadOnly": true, + "realPath": [ + "output" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1441", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1442", + "fixed": false, + "raw": "The output for the activity." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1443", + "fixed": false, + "raw": "output" + }, + "serializedName": "output", + "modelType": { + "$id": "1444", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "1445", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "1446", + "isReadOnly": true, + "realPath": [ + "error" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1447", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1448", + "fixed": false, + "raw": "The error if any from the activity run." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1449", + "fixed": false, + "raw": "error" + }, + "serializedName": "error", + "modelType": { + "$id": "1450", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "1451", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "ActivityRun", + "documentation": "Information about an activity run in a pipeline.", + "containsConstantProperties": false, + "name": { + "$id": "1452", + "fixed": false, + "raw": "ActivityRun" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "ActivityRun", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/ActivityRun" + ] + } + }, + "deprecated": false + }, + { + "$id": "1453", + "$type": "CompositeType", + "properties": [ + { + "$id": "1454", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1455", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1456", + "fixed": false, + "raw": "List of activity runs." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "1457", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "1458", + "$type": "SequenceType", + "elementType": { + "$ref": "1365" + }, + "name": { + "$id": "1459", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1460", + "isReadOnly": false, + "realPath": [ + "continuationToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1461", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1462", + "fixed": false, + "raw": "The continuation token for getting the next page of results, if any remaining results exist, null otherwise." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1463", + "fixed": false, + "raw": "continuationToken" + }, + "serializedName": "continuationToken", + "modelType": { + "$id": "1464", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1465", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "ActivityRunsQueryResponse", + "documentation": "A list activity runs.", + "containsConstantProperties": false, + "name": { + "$id": "1466", + "fixed": false, + "raw": "ActivityRunsQueryResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "ActivityRunsQueryResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/ActivityRunsQueryResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "1467", + "$type": "CompositeType", + "properties": [ + { + "$id": "1468", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "1469", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1470", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1471", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "1472", + "$type": "DictionaryType", + "valueType": { + "$id": "1473", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "1474", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "1475", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1476", + "isReadOnly": true, + "realPath": [ + "triggerRunId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1477", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1478", + "fixed": false, + "raw": "Trigger run id." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1479", + "fixed": false, + "raw": "triggerRunId" + }, + "serializedName": "triggerRunId", + "modelType": { + "$id": "1480", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1481", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1482", + "isReadOnly": true, + "realPath": [ + "triggerName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1483", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1484", + "fixed": false, + "raw": "Trigger name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1485", + "fixed": false, + "raw": "triggerName" + }, + "serializedName": "triggerName", + "modelType": { + "$id": "1486", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1487", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1488", + "isReadOnly": true, + "realPath": [ + "triggerType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1489", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1490", + "fixed": false, + "raw": "Trigger type." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1491", + "fixed": false, + "raw": "triggerType" + }, + "serializedName": "triggerType", + "modelType": { + "$id": "1492", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1493", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1494", + "isReadOnly": true, + "realPath": [ + "triggerRunTimestamp" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1495", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1496", + "fixed": false, + "raw": "Trigger run start time." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1497", + "fixed": false, + "raw": "triggerRunTimestamp" + }, + "serializedName": "triggerRunTimestamp", + "modelType": { + "$id": "1498", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "1499", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + }, + { + "$id": "1500", + "isReadOnly": true, + "realPath": [ + "status" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1501", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1502", + "fixed": false, + "raw": "Trigger run status." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "TriggerRunStatus", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/TriggerRun-status" + ] + }, + "x-ms-enum": { + "name": "TriggerRunStatus", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1503", + "fixed": false, + "raw": "status" + }, + "serializedName": "status", + "modelType": { + "$id": "1504", + "$type": "EnumType", + "values": [ + { + "$id": "1505", + "name": "Succeeded", + "serializedName": "Succeeded" + }, + { + "$id": "1506", + "name": "Failed", + "serializedName": "Failed" + }, + { + "$id": "1507", + "name": "Inprogress", + "serializedName": "Inprogress" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "1508", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1509", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "1510", + "fixed": false, + "raw": "TriggerRunStatus" + }, + "deprecated": false + } + }, + { + "$id": "1511", + "isReadOnly": true, + "realPath": [ + "message" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1512", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1513", + "fixed": false, + "raw": "Trigger error message." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1514", + "fixed": false, + "raw": "message" + }, + "serializedName": "message", + "modelType": { + "$id": "1515", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1516", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1517", + "isReadOnly": true, + "realPath": [ + "properties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1518", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1519", + "fixed": false, + "raw": "List of property name and value related to trigger run. Name, value pair depends on type of trigger." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1520", + "fixed": false, + "raw": "properties" + }, + "serializedName": "properties", + "modelType": { + "$id": "1521", + "$type": "DictionaryType", + "valueType": { + "$id": "1522", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1523", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "1524", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1525", + "isReadOnly": true, + "realPath": [ + "triggeredPipelines" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1526", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1527", + "fixed": false, + "raw": "List of pipeline name and run Id triggered by the trigger run." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1528", + "fixed": false, + "raw": "triggeredPipelines" + }, + "serializedName": "triggeredPipelines", + "modelType": { + "$id": "1529", + "$type": "DictionaryType", + "valueType": { + "$id": "1530", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1531", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "1532", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1533", + "isReadOnly": true, + "realPath": [ + "runDimension" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1534", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1535", + "fixed": false, + "raw": "Run dimension for which trigger was fired." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1536", + "fixed": false, + "raw": "runDimension" + }, + "serializedName": "runDimension", + "modelType": { + "$id": "1537", + "$type": "DictionaryType", + "valueType": { + "$id": "1538", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1539", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "1540", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1541", + "isReadOnly": true, + "realPath": [ + "dependencyStatus" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1542", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1543", + "fixed": false, + "raw": "Status of the upstream pipelines." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1544", + "fixed": false, + "raw": "dependencyStatus" + }, + "serializedName": "dependencyStatus", + "modelType": { + "$id": "1545", + "$type": "DictionaryType", + "valueType": { + "$id": "1546", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "1547", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "1548", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "TriggerRun", + "documentation": "Trigger runs.", + "containsConstantProperties": false, + "name": { + "$id": "1549", + "fixed": false, + "raw": "TriggerRun" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "TriggerRun", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/TriggerRun" + ] + } + }, + "deprecated": false + }, + { + "$id": "1550", + "$type": "CompositeType", + "properties": [ + { + "$id": "1551", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1552", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1553", + "fixed": false, + "raw": "List of trigger runs." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "1554", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "1555", + "$type": "SequenceType", + "elementType": { + "$ref": "1467" + }, + "name": { + "$id": "1556", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1557", + "isReadOnly": false, + "realPath": [ + "continuationToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1558", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1559", + "fixed": false, + "raw": "The continuation token for getting the next page of results, if any remaining results exist, null otherwise." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1560", + "fixed": false, + "raw": "continuationToken" + }, + "serializedName": "continuationToken", + "modelType": { + "$id": "1561", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1562", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "TriggerRunsQueryResponse", + "documentation": "A list of trigger runs.", + "containsConstantProperties": false, + "name": { + "$id": "1563", + "fixed": false, + "raw": "TriggerRunsQueryResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "TriggerRunsQueryResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/TriggerRunsQueryResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "1564", + "$type": "CompositeType", + "properties": [ + { + "$id": "1565", + "isReadOnly": false, + "realPath": [ + "description" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1566", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1567", + "fixed": false, + "raw": "The description of the operation." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1568", + "fixed": false, + "raw": "description" + }, + "serializedName": "description", + "modelType": { + "$id": "1569", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1570", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1571", + "isReadOnly": false, + "realPath": [ + "provider" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1572", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1573", + "fixed": false, + "raw": "The name of the provider." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1574", + "fixed": false, + "raw": "provider" + }, + "serializedName": "provider", + "modelType": { + "$id": "1575", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1576", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1577", + "isReadOnly": false, + "realPath": [ + "resource" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1578", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1579", + "fixed": false, + "raw": "The name of the resource type on which the operation is performed." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1580", + "fixed": false, + "raw": "resource" + }, + "serializedName": "resource", + "modelType": { + "$id": "1581", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1582", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1583", + "isReadOnly": false, + "realPath": [ + "operation" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1584", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1585", + "fixed": false, + "raw": "The type of operation: get, read, delete, etc." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1586", + "fixed": false, + "raw": "operation" + }, + "serializedName": "operation", + "modelType": { + "$id": "1587", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1588", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "Operation-display", + "documentation": "Metadata associated with the operation.", + "containsConstantProperties": false, + "name": { + "$id": "1589", + "fixed": false, + "raw": "Operation-display" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "Operation-display", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/Operation-display" + ] + }, + "x-internal-autorest-anonymous-schema": { + "anonymous": true + } + }, + "deprecated": false + }, + { + "$id": "1590", + "$type": "CompositeType", + "properties": [ + { + "$id": "1591", + "isReadOnly": false, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1592", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1593", + "fixed": false, + "raw": "The name of the log category." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1594", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "1595", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1596", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1597", + "isReadOnly": false, + "realPath": [ + "displayName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1598", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1599", + "fixed": false, + "raw": "Localized display name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1600", + "fixed": false, + "raw": "displayName" + }, + "serializedName": "displayName", + "modelType": { + "$id": "1601", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1602", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1603", + "isReadOnly": false, + "realPath": [ + "blobDuration" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1604", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1605", + "fixed": false, + "raw": "Blobs created in the customer storage account, per hour." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1606", + "fixed": false, + "raw": "blobDuration" + }, + "serializedName": "blobDuration", + "modelType": { + "$id": "1607", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1608", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "OperationLogSpecification", + "documentation": "Details about an operation related to logs.", + "containsConstantProperties": false, + "name": { + "$id": "1609", + "fixed": false, + "raw": "OperationLogSpecification" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "OperationLogSpecification", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/OperationLogSpecification" + ] + } + }, + "deprecated": false + }, + { + "$id": "1610", + "$type": "CompositeType", + "properties": [ + { + "$id": "1611", + "isReadOnly": false, + "realPath": [ + "timeGrain" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1612", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1613", + "fixed": false, + "raw": "The granularity for the metric." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1614", + "fixed": false, + "raw": "timeGrain" + }, + "serializedName": "timeGrain", + "modelType": { + "$id": "1615", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1616", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1617", + "isReadOnly": false, + "realPath": [ + "blobDuration" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1618", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1619", + "fixed": false, + "raw": "Blob created in the customer storage account, per hour." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1620", + "fixed": false, + "raw": "blobDuration" + }, + "serializedName": "blobDuration", + "modelType": { + "$id": "1621", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1622", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "OperationMetricAvailability", + "documentation": "Defines how often data for a metric becomes available.", + "containsConstantProperties": false, + "name": { + "$id": "1623", + "fixed": false, + "raw": "OperationMetricAvailability" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "OperationMetricAvailability", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/OperationMetricAvailability" + ] + } + }, + "deprecated": false + }, + { + "$id": "1624", + "$type": "CompositeType", + "properties": [ + { + "$id": "1625", + "isReadOnly": false, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1626", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1627", + "fixed": false, + "raw": "The name of the dimension for the metric." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1628", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "1629", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1630", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1631", + "isReadOnly": false, + "realPath": [ + "displayName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1632", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1633", + "fixed": false, + "raw": "The display name of the metric dimension." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1634", + "fixed": false, + "raw": "displayName" + }, + "serializedName": "displayName", + "modelType": { + "$id": "1635", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1636", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1637", + "isReadOnly": false, + "realPath": [ + "toBeExportedForShoebox" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1638", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1639", + "fixed": false, + "raw": "Whether the dimension should be exported to Azure Monitor." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1640", + "fixed": false, + "raw": "toBeExportedForShoebox" + }, + "serializedName": "toBeExportedForShoebox", + "modelType": { + "$id": "1641", + "$type": "PrimaryType", + "knownPrimaryType": "boolean", + "name": { + "$id": "1642", + "fixed": false, + "raw": "Boolean" + }, + "deprecated": false + } + } + ], + "serializedName": "OperationMetricDimension", + "documentation": "Defines the metric dimension.", + "containsConstantProperties": false, + "name": { + "$id": "1643", + "fixed": false, + "raw": "OperationMetricDimension" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "OperationMetricDimension", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/OperationMetricDimension" + ] + } + }, + "deprecated": false + }, + { + "$id": "1644", + "$type": "CompositeType", + "properties": [ + { + "$id": "1645", + "isReadOnly": false, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1646", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1647", + "fixed": false, + "raw": "The name of the metric." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1648", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "1649", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1650", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1651", + "isReadOnly": false, + "realPath": [ + "displayName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1652", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1653", + "fixed": false, + "raw": "Localized display name of the metric." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1654", + "fixed": false, + "raw": "displayName" + }, + "serializedName": "displayName", + "modelType": { + "$id": "1655", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1656", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1657", + "isReadOnly": false, + "realPath": [ + "displayDescription" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1658", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1659", + "fixed": false, + "raw": "The description of the metric." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1660", + "fixed": false, + "raw": "displayDescription" + }, + "serializedName": "displayDescription", + "modelType": { + "$id": "1661", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1662", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1663", + "isReadOnly": false, + "realPath": [ + "unit" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1664", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1665", + "fixed": false, + "raw": "The unit that the metric is measured in." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1666", + "fixed": false, + "raw": "unit" + }, + "serializedName": "unit", + "modelType": { + "$id": "1667", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1668", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1669", + "isReadOnly": false, + "realPath": [ + "aggregationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1670", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1671", + "fixed": false, + "raw": "The type of metric aggregation." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1672", + "fixed": false, + "raw": "aggregationType" + }, + "serializedName": "aggregationType", + "modelType": { + "$id": "1673", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1674", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1675", + "isReadOnly": false, + "realPath": [ + "enableRegionalMdmAccount" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1676", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1677", + "fixed": false, + "raw": "Whether or not the service is using regional MDM accounts." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1678", + "fixed": false, + "raw": "enableRegionalMdmAccount" + }, + "serializedName": "enableRegionalMdmAccount", + "modelType": { + "$id": "1679", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1680", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1681", + "isReadOnly": false, + "realPath": [ + "sourceMdmAccount" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1682", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1683", + "fixed": false, + "raw": "The name of the MDM account." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1684", + "fixed": false, + "raw": "sourceMdmAccount" + }, + "serializedName": "sourceMdmAccount", + "modelType": { + "$id": "1685", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1686", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1687", + "isReadOnly": false, + "realPath": [ + "sourceMdmNamespace" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1688", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1689", + "fixed": false, + "raw": "The name of the MDM namespace." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1690", + "fixed": false, + "raw": "sourceMdmNamespace" + }, + "serializedName": "sourceMdmNamespace", + "modelType": { + "$id": "1691", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1692", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1693", + "isReadOnly": false, + "realPath": [ + "availabilities" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1694", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1695", + "fixed": false, + "raw": "Defines how often data for metrics becomes available." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1696", + "fixed": false, + "raw": "availabilities" + }, + "serializedName": "availabilities", + "modelType": { + "$id": "1697", + "$type": "SequenceType", + "elementType": { + "$ref": "1610" + }, + "name": { + "$id": "1698", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1699", + "isReadOnly": false, + "realPath": [ + "dimensions" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1700", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1701", + "fixed": false, + "raw": "Defines the metric dimension." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1702", + "fixed": false, + "raw": "dimensions" + }, + "serializedName": "dimensions", + "modelType": { + "$id": "1703", + "$type": "SequenceType", + "elementType": { + "$ref": "1624" + }, + "name": { + "$id": "1704", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "OperationMetricSpecification", + "documentation": "Details about an operation related to metrics.", + "containsConstantProperties": false, + "name": { + "$id": "1705", + "fixed": false, + "raw": "OperationMetricSpecification" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "OperationMetricSpecification", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/OperationMetricSpecification" + ] + } + }, + "deprecated": false + }, + { + "$id": "1706", + "$type": "CompositeType", + "properties": [ + { + "$id": "1707", + "isReadOnly": false, + "realPath": [ + "logSpecifications" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1708", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1709", + "fixed": false, + "raw": "Details about operations related to logs." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1710", + "fixed": false, + "raw": "logSpecifications" + }, + "serializedName": "logSpecifications", + "modelType": { + "$id": "1711", + "$type": "SequenceType", + "elementType": { + "$ref": "1590" + }, + "name": { + "$id": "1712", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1713", + "isReadOnly": false, + "realPath": [ + "metricSpecifications" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1714", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1715", + "fixed": false, + "raw": "Details about operations related to metrics." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1716", + "fixed": false, + "raw": "metricSpecifications" + }, + "serializedName": "metricSpecifications", + "modelType": { + "$id": "1717", + "$type": "SequenceType", + "elementType": { + "$ref": "1644" + }, + "name": { + "$id": "1718", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "OperationServiceSpecification", + "documentation": "Details about a service operation.", + "containsConstantProperties": false, + "name": { + "$id": "1719", + "fixed": false, + "raw": "OperationServiceSpecification" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "OperationServiceSpecification", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/OperationServiceSpecification" + ] + } + }, + "deprecated": false + }, + { + "$id": "1720", + "$type": "CompositeType", + "properties": [ + { + "$id": "1721", + "isReadOnly": false, + "realPath": [ + "serviceSpecification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1722", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1723", + "fixed": false, + "raw": "Details about a service operation." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1724", + "fixed": false, + "raw": "serviceSpecification" + }, + "serializedName": "serviceSpecification", + "modelType": { + "$ref": "1706" + } + } + ], + "serializedName": "OperationProperties", + "documentation": "Additional details about an operation.", + "containsConstantProperties": false, + "name": { + "$id": "1725", + "fixed": false, + "raw": "OperationProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "OperationProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/OperationProperties" + ] + }, + "x-ms-client-flatten": true + }, + "deprecated": false + }, + { + "$id": "1726", + "$type": "CompositeType", + "properties": [ + { + "$id": "1727", + "isReadOnly": false, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1728", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1729", + "fixed": false, + "raw": "Operation name: {provider}/{resource}/{operation}" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1730", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "1731", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1732", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1733", + "isReadOnly": false, + "realPath": [ + "origin" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1734", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1735", + "fixed": false, + "raw": "The intended executor of the operation." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1736", + "fixed": false, + "raw": "origin" + }, + "serializedName": "origin", + "modelType": { + "$id": "1737", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1738", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1739", + "isReadOnly": false, + "realPath": [ + "display" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1740", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1741", + "fixed": false, + "raw": "Metadata associated with the operation." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1742", + "fixed": false, + "raw": "display" + }, + "serializedName": "display", + "modelType": { + "$ref": "1564" + } + }, + { + "$id": "1743", + "isReadOnly": false, + "realPath": [ + "properties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1744", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1745", + "fixed": false, + "raw": "Additional details about the operation." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1746", + "fixed": false, + "raw": "properties" + }, + "serializedName": "properties", + "modelType": { + "$ref": "1720" + } + } + ], + "serializedName": "Operation", + "documentation": "Azure Data Factory API operation definition.", + "containsConstantProperties": false, + "name": { + "$id": "1747", + "fixed": false, + "raw": "Operation" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "Operation", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/Operation" + ] + } + }, + "deprecated": false + }, + { + "$id": "1748", + "$type": "CompositeType", + "properties": [ + { + "$id": "1749", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1750", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1751", + "fixed": false, + "raw": "List of Data Factory operations supported by the Data Factory resource provider." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1752", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "1753", + "$type": "SequenceType", + "elementType": { + "$ref": "1726" + }, + "name": { + "$id": "1754", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1755", + "isReadOnly": false, + "realPath": [ + "nextLink" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1756", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1757", + "fixed": false, + "raw": "The link to the next page of results, if any remaining results exist." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1758", + "fixed": false, + "raw": "nextLink" + }, + "serializedName": "nextLink", + "modelType": { + "$id": "1759", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1760", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "OperationListResponse", + "documentation": "A list of operations that can be performed by the Data Factory service.", + "containsConstantProperties": false, + "name": { + "$id": "1761", + "fixed": false, + "raw": "OperationListResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "OperationListResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/OperationListResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "1762", + "$type": "CompositeType", + "properties": [ + { + "$id": "1763", + "isReadOnly": false, + "realPath": [ + "metadataPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1764", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1765", + "fixed": false, + "raw": "Metadata path." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1766", + "fixed": false, + "raw": "metadataPath" + }, + "serializedName": "metadataPath", + "modelType": { + "$id": "1767", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1768", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "GetSsisObjectMetadataRequest", + "documentation": "The request payload of get SSIS object metadata.", + "containsConstantProperties": false, + "name": { + "$id": "1769", + "fixed": false, + "raw": "GetSsisObjectMetadataRequest" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "GetSsisObjectMetadataRequest", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/GetSsisObjectMetadataRequest" + ] + } + }, + "deprecated": false + }, + { + "$id": "1770", + "$type": "CompositeType", + "properties": [ + { + "$id": "1771", + "isReadOnly": false, + "realPath": [ + "status" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1772", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1773", + "fixed": false, + "raw": "The status of the operation." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1774", + "fixed": false, + "raw": "status" + }, + "serializedName": "status", + "modelType": { + "$id": "1775", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1776", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1777", + "isReadOnly": false, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1778", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1779", + "fixed": false, + "raw": "The operation name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1780", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "1781", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1782", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1783", + "isReadOnly": false, + "realPath": [ + "properties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1784", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1785", + "fixed": false, + "raw": "The operation properties." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1786", + "fixed": false, + "raw": "properties" + }, + "serializedName": "properties", + "modelType": { + "$id": "1787", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1788", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1789", + "isReadOnly": false, + "realPath": [ + "error" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1790", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1791", + "fixed": false, + "raw": "The operation error message." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1792", + "fixed": false, + "raw": "error" + }, + "serializedName": "error", + "modelType": { + "$id": "1793", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1794", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "SsisObjectMetadataStatusResponse", + "documentation": "The status of the operation.", + "containsConstantProperties": false, + "name": { + "$id": "1795", + "fixed": false, + "raw": "SsisObjectMetadataStatusResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "SsisObjectMetadataStatusResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/SsisObjectMetadataStatusResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "1796", + "$type": "CompositeType", + "properties": [ + { + "$id": "1797", + "isReadOnly": false, + "realPath": [ + "featureName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1798", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1799", + "fixed": false, + "raw": "The feature name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1800", + "fixed": false, + "raw": "featureName" + }, + "serializedName": "featureName", + "modelType": { + "$id": "1801", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1802", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1803", + "isReadOnly": false, + "realPath": [ + "featureType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1804", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1805", + "fixed": false, + "raw": "The feature type." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1806", + "fixed": false, + "raw": "featureType" + }, + "serializedName": "featureType", + "modelType": { + "$id": "1807", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1808", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "ExposureControlRequest", + "documentation": "The exposure control request.", + "containsConstantProperties": false, + "name": { + "$id": "1809", + "fixed": false, + "raw": "ExposureControlRequest" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "ExposureControlRequest", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/ExposureControlRequest" + ] + } + }, + "deprecated": false + }, + { + "$id": "1810", + "$type": "CompositeType", + "properties": [ + { + "$id": "1811", + "isReadOnly": true, + "realPath": [ + "featureName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1812", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1813", + "fixed": false, + "raw": "The feature name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1814", + "fixed": false, + "raw": "featureName" + }, + "serializedName": "featureName", + "modelType": { + "$id": "1815", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1816", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1817", + "isReadOnly": true, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1818", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1819", + "fixed": false, + "raw": "The feature value." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1820", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "1821", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1822", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "ExposureControlResponse", + "documentation": "The exposure control response.", + "containsConstantProperties": false, + "name": { + "$id": "1823", + "fixed": false, + "raw": "ExposureControlResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "ExposureControlResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/ExposureControlResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "1824", + "$type": "CompositeType", + "properties": [ + { + "$id": "1825", + "isReadOnly": false, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1826", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1827", + "fixed": false, + "raw": "The name of the folder that this data flow is in." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1828", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "1829", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1830", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "DataFlow-folder", + "documentation": "The folder that this data flow is in. If not specified, Data flow will appear at the root level.", + "containsConstantProperties": false, + "name": { + "$id": "1831", + "fixed": false, + "raw": "DataFlow-folder" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///275?oai3.shaken.json" + ], + "name": "DataFlow-folder", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/DataFlow.json#/components/schemas/DataFlow-folder" + ] + }, + "x-internal-autorest-anonymous-schema": { + "anonymous": true + } + }, + "deprecated": false + }, + { + "$id": "1832", + "$type": "CompositeType", + "properties": [ + { + "$id": "1833", + "isReadOnly": false, + "realPath": [ + "description" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1834", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1835", + "fixed": false, + "raw": "The description of the data flow." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1836", + "fixed": false, + "raw": "description" + }, + "serializedName": "description", + "modelType": { + "$id": "1837", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1838", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1839", + "isReadOnly": false, + "realPath": [ + "annotations" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1840", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1841", + "fixed": false, + "raw": "List of tags that can be used for describing the data flow." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1842", + "fixed": false, + "raw": "annotations" + }, + "serializedName": "annotations", + "modelType": { + "$id": "1843", + "$type": "SequenceType", + "elementType": { + "$id": "1844", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "1845", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "name": { + "$id": "1846", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1847", + "isReadOnly": false, + "realPath": [ + "folder" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1848", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1849", + "fixed": false, + "raw": "The folder that this data flow is in. If not specified, Data flow will appear at the root level." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1850", + "fixed": false, + "raw": "folder" + }, + "serializedName": "folder", + "modelType": { + "$ref": "1824" + } + } + ], + "serializedName": "DataFlow", + "polymorphicDiscriminator": "type", + "documentation": "Azure Data Factory nested object which contains a flow with data movements and transformations.", + "containsConstantProperties": false, + "name": { + "$id": "1851", + "fixed": false, + "raw": "DataFlow" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///275?oai3.shaken.json" + ], + "name": "DataFlow", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/DataFlow.json#/components/schemas/DataFlow" + ] + } + }, + "deprecated": false + }, + { + "$id": "1852", + "$type": "CompositeType", + "properties": [ + { + "$id": "1853", + "isReadOnly": false, + "realPath": [ + "properties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1854", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1855", + "fixed": false, + "raw": "Data flow properties." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "1856", + "fixed": false, + "raw": "properties" + }, + "serializedName": "properties", + "modelType": { + "$ref": "1832" + } + } + ], + "serializedName": "DataFlowResource", + "baseModelType": { + "$ref": "42" + }, + "documentation": "Data flow resource type.", + "containsConstantProperties": false, + "name": { + "$id": "1857", + "fixed": false, + "raw": "DataFlowResource" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "DataFlowResource", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/DataFlowResource" + ] + } + }, + "deprecated": false + }, + { + "$id": "1858", + "$type": "CompositeType", + "properties": [ + { + "$id": "1859", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1860", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1861", + "fixed": false, + "raw": "List of data flows." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "1862", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "1863", + "$type": "SequenceType", + "elementType": { + "$ref": "1852" + }, + "name": { + "$id": "1864", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1865", + "isReadOnly": false, + "realPath": [ + "nextLink" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1866", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1867", + "fixed": false, + "raw": "The link to the next page of results, if any remaining results exist." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1868", + "fixed": false, + "raw": "nextLink" + }, + "serializedName": "nextLink", + "modelType": { + "$id": "1869", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1870", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "DataFlowListResponse", + "documentation": "A list of data flow resources.", + "containsConstantProperties": false, + "name": { + "$id": "1871", + "fixed": false, + "raw": "DataFlowListResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "DataFlowListResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/DataFlowListResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "1872", + "$type": "CompositeType", + "properties": [ + { + "$id": "1873", + "isReadOnly": false, + "realPath": [ + "computeType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1874", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1875", + "fixed": false, + "raw": "Compute type of the cluster. The value will be overwritten by the same setting in integration runtime if provided." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1876", + "fixed": false, + "raw": "computeType" + }, + "serializedName": "computeType", + "modelType": { + "$id": "1877", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1878", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1879", + "isReadOnly": false, + "realPath": [ + "coreCount" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1880", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1881", + "fixed": false, + "raw": "Core count of the cluster. The value will be overwritten by the same setting in integration runtime if provided." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1882", + "fixed": false, + "raw": "coreCount" + }, + "serializedName": "coreCount", + "modelType": { + "$id": "1883", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "1884", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + }, + { + "$id": "1885", + "isReadOnly": false, + "realPath": [ + "timeToLive" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1886", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1887", + "fixed": false, + "raw": "Time to live setting of the cluster in minutes." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1888", + "fixed": false, + "raw": "timeToLive" + }, + "serializedName": "timeToLive", + "modelType": { + "$id": "1889", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "1890", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + }, + { + "$id": "1891", + "isReadOnly": false, + "realPath": [ + "integrationRuntime" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1892", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1893", + "fixed": false, + "raw": "Set to use integration runtime setting for data flow debug session." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1894", + "fixed": false, + "raw": "integrationRuntime" + }, + "serializedName": "integrationRuntime", + "modelType": { + "$ref": "334" + } + } + ], + "serializedName": "CreateDataFlowDebugSessionRequest", + "documentation": "Request body structure for creating data flow debug session.", + "containsConstantProperties": false, + "name": { + "$id": "1895", + "fixed": false, + "raw": "CreateDataFlowDebugSessionRequest" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "CreateDataFlowDebugSessionRequest", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/CreateDataFlowDebugSessionRequest" + ] + } + }, + "deprecated": false + }, + { + "$id": "1896", + "$type": "CompositeType", + "properties": [ + { + "$id": "1897", + "isReadOnly": false, + "realPath": [ + "status" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1898", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1899", + "fixed": false, + "raw": "The state of the debug session." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1900", + "fixed": false, + "raw": "status" + }, + "serializedName": "status", + "modelType": { + "$id": "1901", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1902", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1903", + "isReadOnly": false, + "realPath": [ + "sessionId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1904", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1905", + "fixed": false, + "raw": "The ID of data flow debug session." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1906", + "fixed": false, + "raw": "sessionId" + }, + "serializedName": "sessionId", + "modelType": { + "$id": "1907", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1908", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "CreateDataFlowDebugSessionResponse", + "documentation": "Response body structure for creating data flow debug session.", + "containsConstantProperties": false, + "name": { + "$id": "1909", + "fixed": false, + "raw": "CreateDataFlowDebugSessionResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "CreateDataFlowDebugSessionResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/CreateDataFlowDebugSessionResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "1910", + "$type": "CompositeType", + "properties": [ + { + "$id": "1911", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "1912", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1913", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1914", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "1915", + "$type": "DictionaryType", + "valueType": { + "$id": "1916", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "1917", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "1918", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1919", + "isReadOnly": false, + "realPath": [ + "sourceName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1920", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1921", + "fixed": false, + "raw": "The data flow source name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1922", + "fixed": false, + "raw": "sourceName" + }, + "serializedName": "sourceName", + "modelType": { + "$id": "1923", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1924", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1925", + "isReadOnly": false, + "realPath": [ + "rowLimit" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1926", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1927", + "fixed": false, + "raw": "Defines the row limit of data flow source in debug." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1928", + "fixed": false, + "raw": "rowLimit" + }, + "serializedName": "rowLimit", + "modelType": { + "$id": "1929", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "1930", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + } + ], + "serializedName": "DataFlowSourceSetting", + "documentation": "Definition of data flow source setting for debug.", + "containsConstantProperties": false, + "name": { + "$id": "1931", + "fixed": false, + "raw": "DataFlowSourceSetting" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "DataFlowSourceSetting", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/DataFlowSourceSetting" + ] + } + }, + "deprecated": false + }, + { + "$id": "1932", + "$type": "CompositeType", + "properties": [ + { + "$id": "1933", + "isReadOnly": false, + "realPath": [ + "linkedService" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1934", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1935", + "fixed": false, + "raw": "Staging linked service reference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1936", + "fixed": false, + "raw": "linkedService" + }, + "serializedName": "linkedService", + "modelType": { + "$ref": "100" + } + }, + { + "$id": "1937", + "isReadOnly": false, + "realPath": [ + "folderPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1938", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1939", + "fixed": false, + "raw": "Folder path for staging blob." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1940", + "fixed": false, + "raw": "folderPath" + }, + "serializedName": "folderPath", + "modelType": { + "$id": "1941", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1942", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "DataFlowStagingInfo", + "documentation": "Staging info for execute data flow activity.", + "containsConstantProperties": true, + "name": { + "$id": "1943", + "fixed": false, + "raw": "DataFlowStagingInfo" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "DataFlowStagingInfo", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/DataFlowStagingInfo" + ] + } + }, + "deprecated": false + }, + { + "$id": "1944", + "$type": "CompositeType", + "properties": [ + { + "$id": "1945", + "isReadOnly": false, + "realPath": [ + "properties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1946", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1947", + "fixed": false, + "raw": "Data flow properties." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "1948", + "fixed": false, + "raw": "properties" + }, + "serializedName": "properties", + "modelType": { + "$ref": "1832" + } + } + ], + "serializedName": "DataFlowDebugResource", + "baseModelType": { + "$ref": "68" + }, + "documentation": "Data flow debug resource.", + "containsConstantProperties": false, + "name": { + "$id": "1949", + "fixed": false, + "raw": "DataFlowDebugResource" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "DataFlowDebugResource", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/DataFlowDebugResource" + ] + } + }, + "deprecated": false + }, + { + "$id": "1950", + "$type": "CompositeType", + "properties": [ + { + "$id": "1951", + "isReadOnly": false, + "realPath": [ + "sourceSettings" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1952", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1953", + "fixed": false, + "raw": "Source setting for data flow debug." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1954", + "fixed": false, + "raw": "sourceSettings" + }, + "serializedName": "sourceSettings", + "modelType": { + "$id": "1955", + "$type": "SequenceType", + "elementType": { + "$ref": "1910" + }, + "name": { + "$id": "1956", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1957", + "isReadOnly": false, + "realPath": [ + "parameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1958", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1959", + "fixed": false, + "raw": "Data flow parameters." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1960", + "fixed": false, + "raw": "parameters" + }, + "serializedName": "parameters", + "modelType": { + "$id": "1961", + "$type": "DictionaryType", + "valueType": { + "$id": "1962", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "1963", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "1964", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1965", + "isReadOnly": false, + "realPath": [ + "datasetParameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1966", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1967", + "fixed": false, + "raw": "Parameters for dataset." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1968", + "fixed": false, + "raw": "datasetParameters" + }, + "serializedName": "datasetParameters", + "modelType": { + "$id": "1969", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "1970", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "DataFlowDebugPackage-debugSettings", + "documentation": "Data flow debug settings.", + "containsConstantProperties": false, + "name": { + "$id": "1971", + "fixed": false, + "raw": "DataFlowDebugPackage-debugSettings" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "DataFlowDebugPackage-debugSettings", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/DataFlowDebugPackage-debugSettings" + ] + }, + "x-internal-autorest-anonymous-schema": { + "anonymous": true + } + }, + "deprecated": false + }, + { + "$id": "1972", + "$type": "CompositeType", + "properties": [ + { + "$id": "1973", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "1974", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1975", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1976", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "1977", + "$type": "DictionaryType", + "valueType": { + "$id": "1978", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "1979", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "1980", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1981", + "isReadOnly": false, + "realPath": [ + "sessionId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1982", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1983", + "fixed": false, + "raw": "The ID of data flow debug session." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1984", + "fixed": false, + "raw": "sessionId" + }, + "serializedName": "sessionId", + "modelType": { + "$id": "1985", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "1986", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "1987", + "isReadOnly": false, + "realPath": [ + "dataFlow" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1988", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1989", + "fixed": false, + "raw": "Data flow instance." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1990", + "fixed": false, + "raw": "dataFlow" + }, + "serializedName": "dataFlow", + "modelType": { + "$ref": "1944" + } + }, + { + "$id": "1991", + "isReadOnly": false, + "realPath": [ + "datasets" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1992", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1993", + "fixed": false, + "raw": "List of datasets." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "1994", + "fixed": false, + "raw": "datasets" + }, + "serializedName": "datasets", + "modelType": { + "$id": "1995", + "$type": "SequenceType", + "elementType": { + "$ref": "1112" + }, + "name": { + "$id": "1996", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "1997", + "isReadOnly": false, + "realPath": [ + "linkedServices" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "1998", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "1999", + "fixed": false, + "raw": "List of linked services." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2000", + "fixed": false, + "raw": "linkedServices" + }, + "serializedName": "linkedServices", + "modelType": { + "$id": "2001", + "$type": "SequenceType", + "elementType": { + "$ref": "1118" + }, + "name": { + "$id": "2002", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2003", + "isReadOnly": false, + "realPath": [ + "staging" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2004", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2005", + "fixed": false, + "raw": "Staging info for debug session." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2006", + "fixed": false, + "raw": "staging" + }, + "serializedName": "staging", + "modelType": { + "$ref": "1932" + } + }, + { + "$id": "2007", + "isReadOnly": false, + "realPath": [ + "debugSettings" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2008", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2009", + "fixed": false, + "raw": "Data flow debug settings." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2010", + "fixed": false, + "raw": "debugSettings" + }, + "serializedName": "debugSettings", + "modelType": { + "$ref": "1950" + } + } + ], + "serializedName": "DataFlowDebugPackage", + "documentation": "Request body structure for starting data flow debug session.", + "containsConstantProperties": true, + "name": { + "$id": "2011", + "fixed": false, + "raw": "DataFlowDebugPackage" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "DataFlowDebugPackage", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/DataFlowDebugPackage" + ] + } + }, + "deprecated": false + }, + { + "$id": "2012", + "$type": "CompositeType", + "properties": [ + { + "$id": "2013", + "isReadOnly": false, + "realPath": [ + "jobVersion" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2014", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2015", + "fixed": false, + "raw": "The ID of data flow debug job version." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2016", + "fixed": false, + "raw": "jobVersion" + }, + "serializedName": "jobVersion", + "modelType": { + "$id": "2017", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2018", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "AddDataFlowToDebugSessionResponse", + "documentation": "Response body structure for starting data flow debug session.", + "containsConstantProperties": false, + "name": { + "$id": "2019", + "fixed": false, + "raw": "AddDataFlowToDebugSessionResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "AddDataFlowToDebugSessionResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/AddDataFlowToDebugSessionResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "2020", + "$type": "CompositeType", + "properties": [ + { + "$id": "2021", + "isReadOnly": false, + "realPath": [ + "sessionId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2022", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2023", + "fixed": false, + "raw": "The ID of data flow debug session." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2024", + "fixed": false, + "raw": "sessionId" + }, + "serializedName": "sessionId", + "modelType": { + "$id": "2025", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2026", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "DeleteDataFlowDebugSessionRequest", + "documentation": "Request body structure for deleting data flow debug session.", + "containsConstantProperties": false, + "name": { + "$id": "2027", + "fixed": false, + "raw": "DeleteDataFlowDebugSessionRequest" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "DeleteDataFlowDebugSessionRequest", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/DeleteDataFlowDebugSessionRequest" + ] + } + }, + "deprecated": false + }, + { + "$id": "2028", + "$type": "CompositeType", + "properties": [ + { + "$id": "2029", + "isReadOnly": false, + "realPath": [ + "streamName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2030", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2031", + "fixed": false, + "raw": "The stream name which is used for preview." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "2032", + "fixed": false, + "raw": "streamName" + }, + "serializedName": "streamName", + "modelType": { + "$id": "2033", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2034", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2035", + "isReadOnly": false, + "realPath": [ + "rowLimits" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2036", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2037", + "fixed": false, + "raw": "Row limits for preview response." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2038", + "fixed": false, + "raw": "rowLimits" + }, + "serializedName": "rowLimits", + "modelType": { + "$id": "2039", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "2040", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + }, + { + "$id": "2041", + "isReadOnly": false, + "realPath": [ + "columns" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2042", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2043", + "fixed": false, + "raw": "Array of column names." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2044", + "fixed": false, + "raw": "columns" + }, + "serializedName": "columns", + "modelType": { + "$id": "2045", + "$type": "SequenceType", + "elementType": { + "$id": "2046", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2047", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "2048", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2049", + "isReadOnly": false, + "realPath": [ + "expression" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2050", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2051", + "fixed": false, + "raw": "The expression which is used for preview." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2052", + "fixed": false, + "raw": "expression" + }, + "serializedName": "expression", + "modelType": { + "$id": "2053", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2054", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "DataFlowDebugCommandPayload", + "documentation": "Structure of command payload.", + "containsConstantProperties": false, + "name": { + "$id": "2055", + "fixed": false, + "raw": "DataFlowDebugCommandPayload" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "DataFlowDebugCommandPayload", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/DataFlowDebugCommandPayload" + ] + } + }, + "deprecated": false + }, + { + "$id": "2056", + "$type": "CompositeType", + "properties": [ + { + "$id": "2057", + "isReadOnly": false, + "realPath": [ + "sessionId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2058", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2059", + "fixed": false, + "raw": "The ID of data flow debug session." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2060", + "fixed": false, + "raw": "sessionId" + }, + "serializedName": "sessionId", + "modelType": { + "$id": "2061", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2062", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2063", + "isReadOnly": false, + "realPath": [ + "command" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2064", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2065", + "fixed": false, + "raw": "The command type." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "DataFlowDebugCommandType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/DataFlowDebugCommandRequest-command" + ] + }, + "x-ms-enum": { + "name": "DataFlowDebugCommandType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2066", + "fixed": false, + "raw": "command" + }, + "serializedName": "command", + "modelType": { + "$id": "2067", + "$type": "EnumType", + "values": [ + { + "$id": "2068", + "name": "executePreviewQuery", + "serializedName": "executePreviewQuery" + }, + { + "$id": "2069", + "name": "executeStatisticsQuery", + "serializedName": "executeStatisticsQuery" + }, + { + "$id": "2070", + "name": "executeExpressionQuery", + "serializedName": "executeExpressionQuery" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "2071", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2072", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "2073", + "fixed": false, + "raw": "DataFlowDebugCommandType" + }, + "deprecated": false + } + }, + { + "$id": "2074", + "isReadOnly": false, + "realPath": [ + "commandPayload" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2075", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2076", + "fixed": false, + "raw": "The command payload object." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2077", + "fixed": false, + "raw": "commandPayload" + }, + "serializedName": "commandPayload", + "modelType": { + "$ref": "2028" + } + } + ], + "serializedName": "DataFlowDebugCommandRequest", + "documentation": "Request body structure for data flow debug command.", + "containsConstantProperties": false, + "name": { + "$id": "2078", + "fixed": false, + "raw": "DataFlowDebugCommandRequest" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "DataFlowDebugCommandRequest", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/DataFlowDebugCommandRequest" + ] + } + }, + "deprecated": false + }, + { + "$id": "2079", + "$type": "CompositeType", + "properties": [ + { + "$id": "2080", + "isReadOnly": false, + "realPath": [ + "status" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2081", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2082", + "fixed": false, + "raw": "The run status of data preview, statistics or expression preview." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2083", + "fixed": false, + "raw": "status" + }, + "serializedName": "status", + "modelType": { + "$id": "2084", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2085", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2086", + "isReadOnly": false, + "realPath": [ + "data" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2087", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2088", + "fixed": false, + "raw": "The result data of data preview, statistics or expression preview." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2089", + "fixed": false, + "raw": "data" + }, + "serializedName": "data", + "modelType": { + "$id": "2090", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2091", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "DataFlowDebugCommandResponse", + "documentation": "Response body structure of data flow result for data preview, statistics or expression preview.", + "containsConstantProperties": false, + "name": { + "$id": "2092", + "fixed": false, + "raw": "DataFlowDebugCommandResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "DataFlowDebugCommandResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/DataFlowDebugCommandResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "2093", + "$type": "CompositeType", + "properties": [ + { + "$id": "2094", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "2095", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2096", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2097", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "2098", + "$type": "DictionaryType", + "valueType": { + "$id": "2099", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "2100", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "2101", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2102", + "isReadOnly": false, + "realPath": [ + "dataFlowName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2103", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2104", + "fixed": false, + "raw": "The name of the data flow." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2105", + "fixed": false, + "raw": "dataFlowName" + }, + "serializedName": "dataFlowName", + "modelType": { + "$id": "2106", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2107", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2108", + "isReadOnly": false, + "realPath": [ + "computeType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2109", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2110", + "fixed": false, + "raw": "Compute type of the cluster." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2111", + "fixed": false, + "raw": "computeType" + }, + "serializedName": "computeType", + "modelType": { + "$id": "2112", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2113", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2114", + "isReadOnly": false, + "realPath": [ + "coreCount" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2115", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2116", + "fixed": false, + "raw": "Core count of the cluster." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2117", + "fixed": false, + "raw": "coreCount" + }, + "serializedName": "coreCount", + "modelType": { + "$id": "2118", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "2119", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + }, + { + "$id": "2120", + "isReadOnly": false, + "realPath": [ + "nodeCount" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2121", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2122", + "fixed": false, + "raw": "Node count of the cluster. (deprecated property)" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2123", + "fixed": false, + "raw": "nodeCount" + }, + "serializedName": "nodeCount", + "modelType": { + "$id": "2124", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "2125", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + }, + { + "$id": "2126", + "isReadOnly": false, + "realPath": [ + "integrationRuntimeName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2127", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2128", + "fixed": false, + "raw": "Attached integration runtime name of data flow debug session." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2129", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "2130", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2131", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2132", + "isReadOnly": false, + "realPath": [ + "sessionId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2133", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2134", + "fixed": false, + "raw": "The ID of data flow debug session." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2135", + "fixed": false, + "raw": "sessionId" + }, + "serializedName": "sessionId", + "modelType": { + "$id": "2136", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2137", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2138", + "isReadOnly": false, + "realPath": [ + "startTime" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2139", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2140", + "fixed": false, + "raw": "Start time of data flow debug session." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2141", + "fixed": false, + "raw": "startTime" + }, + "serializedName": "startTime", + "modelType": { + "$id": "2142", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2143", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2144", + "isReadOnly": false, + "realPath": [ + "timeToLiveInMinutes" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2145", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2146", + "fixed": false, + "raw": "Compute type of the cluster." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2147", + "fixed": false, + "raw": "timeToLiveInMinutes" + }, + "serializedName": "timeToLiveInMinutes", + "modelType": { + "$id": "2148", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "2149", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + }, + { + "$id": "2150", + "isReadOnly": false, + "realPath": [ + "lastActivityTime" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2151", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2152", + "fixed": false, + "raw": "Last activity time of data flow debug session." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2153", + "fixed": false, + "raw": "lastActivityTime" + }, + "serializedName": "lastActivityTime", + "modelType": { + "$id": "2154", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2155", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "DataFlowDebugSessionInfo", + "documentation": "Data flow debug session info.", + "containsConstantProperties": false, + "name": { + "$id": "2156", + "fixed": false, + "raw": "DataFlowDebugSessionInfo" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "DataFlowDebugSessionInfo", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/DataFlowDebugSessionInfo" + ] + } + }, + "deprecated": false + }, + { + "$id": "2157", + "$type": "CompositeType", + "properties": [ + { + "$id": "2158", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2159", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2160", + "fixed": false, + "raw": "Array with all active debug sessions." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2161", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "2162", + "$type": "SequenceType", + "elementType": { + "$ref": "2093" + }, + "name": { + "$id": "2163", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2164", + "isReadOnly": false, + "realPath": [ + "nextLink" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2165", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2166", + "fixed": false, + "raw": "The link to the next page of results, if any remaining results exist." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2167", + "fixed": false, + "raw": "nextLink" + }, + "serializedName": "nextLink", + "modelType": { + "$id": "2168", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2169", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "QueryDataFlowDebugSessionsResponse", + "documentation": "A list of active debug sessions.", + "containsConstantProperties": false, + "name": { + "$id": "2170", + "fixed": false, + "raw": "QueryDataFlowDebugSessionsResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "QueryDataFlowDebugSessionsResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/QueryDataFlowDebugSessionsResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "2171", + "$type": "CompositeType", + "properties": [ + { + "$id": "2172", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "2173", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2174", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2175", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "2176", + "$type": "DictionaryType", + "valueType": { + "$id": "2177", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "2178", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "2179", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2180", + "isReadOnly": false, + "realPath": [ + "status" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2181", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2182", + "fixed": false, + "raw": "Status of the operation." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2183", + "fixed": false, + "raw": "status" + }, + "serializedName": "status", + "modelType": { + "$id": "2184", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2185", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "GetDataFactoryOperationStatusResponse", + "documentation": "Response body structure for get data factory operation status.", + "containsConstantProperties": false, + "name": { + "$id": "2186", + "fixed": false, + "raw": "GetDataFactoryOperationStatusResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "GetDataFactoryOperationStatusResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/GetDataFactoryOperationStatusResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "2187", + "$type": "CompositeType", + "properties": [ + { + "$id": "2188", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "2189", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2190", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2191", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "2192", + "$type": "DictionaryType", + "valueType": { + "$id": "2193", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "2194", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "2195", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2196", + "isReadOnly": false, + "realPath": [ + "type" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2197", + "fixed": false, + "raw": "DataFlowReference" + }, + "deprecated": false, + "documentation": { + "$id": "2198", + "fixed": false, + "raw": "Data flow reference type." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "DataFlowReference-type", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/DataFlowReference-type" + ] + } + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "2199", + "fixed": false, + "raw": "type" + }, + "serializedName": "type", + "modelType": { + "$id": "2200", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2201", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2202", + "isReadOnly": false, + "realPath": [ + "referenceName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2203", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2204", + "fixed": false, + "raw": "Reference data flow name." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "2205", + "fixed": false, + "raw": "referenceName" + }, + "serializedName": "referenceName", + "modelType": { + "$id": "2206", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2207", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2208", + "isReadOnly": false, + "realPath": [ + "datasetParameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2209", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2210", + "fixed": false, + "raw": "Reference data flow parameters from dataset." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2211", + "fixed": false, + "raw": "datasetParameters" + }, + "serializedName": "datasetParameters", + "modelType": { + "$id": "2212", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "2213", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "DataFlowReference", + "documentation": "Data flow reference type.", + "containsConstantProperties": true, + "name": { + "$id": "2214", + "fixed": false, + "raw": "DataFlowReference" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "DataFlowReference", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/schemas/DataFlowReference" + ] + } + }, + "deprecated": false + }, + { + "$id": "2215", + "$type": "CompositeType", + "properties": [ + { + "$id": "2216", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "2217", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2218", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2219", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "2220", + "$type": "DictionaryType", + "valueType": { + "$id": "2221", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "2222", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "2223", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2224", + "isReadOnly": false, + "realPath": [ + "computeType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2225", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2226", + "fixed": false, + "raw": "Compute type of the cluster which will execute data flow job." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json", + "mem:///271?oai3.shaken.json" + ], + "name": "DataFlowComputeType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeDataFlowProperties-computeType", + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/ExecuteDataFlowActivityTypeProperties-compute-computeType" + ] + }, + "x-ms-enum": { + "name": "DataFlowComputeType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2227", + "fixed": false, + "raw": "computeType" + }, + "serializedName": "computeType", + "modelType": { + "$id": "2228", + "$type": "EnumType", + "values": [ + { + "$id": "2229", + "name": "General", + "serializedName": "General" + }, + { + "$id": "2230", + "name": "MemoryOptimized", + "serializedName": "MemoryOptimized" + }, + { + "$id": "2231", + "name": "ComputeOptimized", + "serializedName": "ComputeOptimized" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "2232", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2233", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "2234", + "fixed": false, + "raw": "DataFlowComputeType" + }, + "deprecated": false + } + }, + { + "$id": "2235", + "isReadOnly": false, + "realPath": [ + "coreCount" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2236", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2237", + "fixed": false, + "raw": "Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2238", + "fixed": false, + "raw": "coreCount" + }, + "serializedName": "coreCount", + "modelType": { + "$id": "2239", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "2240", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + }, + { + "$id": "2241", + "isReadOnly": false, + "realPath": [ + "timeToLive" + ], + "collectionFormat": "none", + "constraints": { + "InclusiveMinimum": "0" + }, + "defaultValue": { + "$id": "2242", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2243", + "fixed": false, + "raw": "Time to live (in minutes) setting of the cluster which will execute data flow job." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2244", + "fixed": false, + "raw": "timeToLive" + }, + "serializedName": "timeToLive", + "modelType": { + "$id": "2245", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "2246", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + } + ], + "serializedName": "IntegrationRuntimeDataFlowProperties", + "documentation": "Data flow properties for managed integration runtime.", + "containsConstantProperties": false, + "name": { + "$id": "2247", + "fixed": false, + "raw": "IntegrationRuntimeDataFlowProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeDataFlowProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeDataFlowProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "2248", + "$type": "CompositeType", + "properties": [ + { + "$id": "2249", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "2250", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2251", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2252", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "2253", + "$type": "DictionaryType", + "valueType": { + "$id": "2254", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "2255", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "2256", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2257", + "isReadOnly": false, + "realPath": [ + "vNetId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2258", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2259", + "fixed": false, + "raw": "The ID of the VNet that this integration runtime will join." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2260", + "fixed": false, + "raw": "vNetId" + }, + "serializedName": "vNetId", + "modelType": { + "$id": "2261", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2262", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2263", + "isReadOnly": false, + "realPath": [ + "subnet" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2264", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2265", + "fixed": false, + "raw": "The name of the subnet this integration runtime will join." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2266", + "fixed": false, + "raw": "subnet" + }, + "serializedName": "subnet", + "modelType": { + "$id": "2267", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2268", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2269", + "isReadOnly": false, + "realPath": [ + "publicIPs" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2270", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2271", + "fixed": false, + "raw": "Resource IDs of the public IP addresses that this integration runtime will use." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2272", + "fixed": false, + "raw": "publicIPs" + }, + "serializedName": "publicIPs", + "modelType": { + "$id": "2273", + "$type": "SequenceType", + "elementType": { + "$id": "2274", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2275", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "2276", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "IntegrationRuntimeVNetProperties", + "documentation": "VNet properties for managed integration runtime.", + "containsConstantProperties": false, + "name": { + "$id": "2277", + "fixed": false, + "raw": "IntegrationRuntimeVNetProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeVNetProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeVNetProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "2278", + "$type": "CompositeType", + "properties": [ + { + "$id": "2279", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "2280", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2281", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2282", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "2283", + "$type": "DictionaryType", + "valueType": { + "$id": "2284", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "2285", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "2286", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2287", + "isReadOnly": false, + "realPath": [ + "location" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2288", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2289", + "fixed": false, + "raw": "The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2290", + "fixed": false, + "raw": "location" + }, + "serializedName": "location", + "modelType": { + "$id": "2291", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2292", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2293", + "isReadOnly": false, + "realPath": [ + "nodeSize" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2294", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2295", + "fixed": false, + "raw": "The node size requirement to managed integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2296", + "fixed": false, + "raw": "nodeSize" + }, + "serializedName": "nodeSize", + "modelType": { + "$id": "2297", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2298", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2299", + "isReadOnly": false, + "realPath": [ + "numberOfNodes" + ], + "collectionFormat": "none", + "constraints": { + "InclusiveMinimum": "1" + }, + "defaultValue": { + "$id": "2300", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2301", + "fixed": false, + "raw": "The required number of nodes for managed integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2302", + "fixed": false, + "raw": "numberOfNodes" + }, + "serializedName": "numberOfNodes", + "modelType": { + "$id": "2303", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "2304", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + }, + { + "$id": "2305", + "isReadOnly": false, + "realPath": [ + "maxParallelExecutionsPerNode" + ], + "collectionFormat": "none", + "constraints": { + "InclusiveMinimum": "1" + }, + "defaultValue": { + "$id": "2306", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2307", + "fixed": false, + "raw": "Maximum parallel executions count per node for managed integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2308", + "fixed": false, + "raw": "maxParallelExecutionsPerNode" + }, + "serializedName": "maxParallelExecutionsPerNode", + "modelType": { + "$id": "2309", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "2310", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + }, + { + "$id": "2311", + "isReadOnly": false, + "realPath": [ + "dataFlowProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2312", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2313", + "fixed": false, + "raw": "Data flow properties for managed integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2314", + "fixed": false, + "raw": "dataFlowProperties" + }, + "serializedName": "dataFlowProperties", + "modelType": { + "$ref": "2215" + } + }, + { + "$id": "2315", + "isReadOnly": false, + "realPath": [ + "vNetProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2316", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2317", + "fixed": false, + "raw": "VNet properties for managed integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2318", + "fixed": false, + "raw": "vNetProperties" + }, + "serializedName": "vNetProperties", + "modelType": { + "$ref": "2248" + } + } + ], + "serializedName": "IntegrationRuntimeComputeProperties", + "documentation": "The compute resource properties for managed integration runtime.", + "containsConstantProperties": false, + "name": { + "$id": "2319", + "fixed": false, + "raw": "IntegrationRuntimeComputeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeComputeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeComputeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "2320", + "$type": "CompositeType", + "properties": [ + { + "$id": "2321", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "2322", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2323", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2324", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "2325", + "$type": "DictionaryType", + "valueType": { + "$id": "2326", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "2327", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "2328", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2329", + "isReadOnly": false, + "realPath": [ + "catalogServerEndpoint" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2330", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2331", + "fixed": false, + "raw": "The catalog database server URL." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2332", + "fixed": false, + "raw": "catalogServerEndpoint" + }, + "serializedName": "catalogServerEndpoint", + "modelType": { + "$id": "2333", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2334", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2335", + "isReadOnly": false, + "realPath": [ + "catalogAdminUserName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2336", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2337", + "fixed": false, + "raw": "The administrator user name of catalog database." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2338", + "fixed": false, + "raw": "catalogAdminUserName" + }, + "serializedName": "catalogAdminUserName", + "modelType": { + "$id": "2339", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2340", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2341", + "isReadOnly": false, + "realPath": [ + "catalogAdminPassword" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2342", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2343", + "fixed": false, + "raw": "The password of the administrator user account of the catalog database." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2344", + "fixed": false, + "raw": "catalogAdminPassword" + }, + "serializedName": "catalogAdminPassword", + "modelType": { + "$ref": "90" + } + }, + { + "$id": "2345", + "isReadOnly": false, + "realPath": [ + "catalogPricingTier" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2346", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2347", + "fixed": false, + "raw": "The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeSsisCatalogPricingTier", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeSsisCatalogInfo-catalogPricingTier" + ] + }, + "x-ms-enum": { + "name": "IntegrationRuntimeSsisCatalogPricingTier", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2348", + "fixed": false, + "raw": "catalogPricingTier" + }, + "serializedName": "catalogPricingTier", + "modelType": { + "$id": "2349", + "$type": "EnumType", + "values": [ + { + "$id": "2350", + "name": "Basic", + "serializedName": "Basic" + }, + { + "$id": "2351", + "name": "Standard", + "serializedName": "Standard" + }, + { + "$id": "2352", + "name": "Premium", + "serializedName": "Premium" + }, + { + "$id": "2353", + "name": "PremiumRS", + "serializedName": "PremiumRS" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "2354", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2355", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "2356", + "fixed": false, + "raw": "IntegrationRuntimeSsisCatalogPricingTier" + }, + "deprecated": false + } + } + ], + "serializedName": "IntegrationRuntimeSsisCatalogInfo", + "documentation": "Catalog information for managed dedicated integration runtime.", + "containsConstantProperties": false, + "name": { + "$id": "2357", + "fixed": false, + "raw": "IntegrationRuntimeSsisCatalogInfo" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeSsisCatalogInfo", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeSsisCatalogInfo" + ] + } + }, + "deprecated": false + }, + { + "$id": "2358", + "$type": "CompositeType", + "properties": [ + { + "$id": "2359", + "isReadOnly": false, + "realPath": [ + "blobContainerUri" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2360", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2361", + "fixed": false, + "raw": "The URI of the Azure blob container that contains the custom setup script." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2362", + "fixed": false, + "raw": "blobContainerUri" + }, + "serializedName": "blobContainerUri", + "modelType": { + "$id": "2363", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2364", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2365", + "isReadOnly": false, + "realPath": [ + "sasToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2366", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2367", + "fixed": false, + "raw": "The SAS token of the Azure blob container." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2368", + "fixed": false, + "raw": "sasToken" + }, + "serializedName": "sasToken", + "modelType": { + "$ref": "90" + } + } + ], + "serializedName": "IntegrationRuntimeCustomSetupScriptProperties", + "documentation": "Custom setup script properties for a managed dedicated integration runtime.", + "containsConstantProperties": false, + "name": { + "$id": "2369", + "fixed": false, + "raw": "IntegrationRuntimeCustomSetupScriptProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeCustomSetupScriptProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeCustomSetupScriptProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "2370", + "$type": "CompositeType", + "properties": [ + { + "$id": "2371", + "isReadOnly": false, + "realPath": [ + "type" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2372", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2373", + "fixed": false, + "raw": "The type of this referenced entity." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeEntityReferenceType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/EntityReference-type" + ] + }, + "x-ms-enum": { + "name": "IntegrationRuntimeEntityReferenceType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2374", + "fixed": false, + "raw": "type" + }, + "serializedName": "type", + "modelType": { + "$id": "2375", + "$type": "EnumType", + "values": [ + { + "$id": "2376", + "name": "IntegrationRuntimeReference", + "serializedName": "IntegrationRuntimeReference" + }, + { + "$id": "2377", + "name": "LinkedServiceReference", + "serializedName": "LinkedServiceReference" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "2378", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2379", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "2380", + "fixed": false, + "raw": "IntegrationRuntimeEntityReferenceType" + }, + "deprecated": false + } + }, + { + "$id": "2381", + "isReadOnly": false, + "realPath": [ + "referenceName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2382", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2383", + "fixed": false, + "raw": "The name of this referenced entity." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2384", + "fixed": false, + "raw": "referenceName" + }, + "serializedName": "referenceName", + "modelType": { + "$id": "2385", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2386", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "EntityReference", + "documentation": "The entity reference.", + "containsConstantProperties": false, + "name": { + "$id": "2387", + "fixed": false, + "raw": "EntityReference" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "EntityReference", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/EntityReference" + ] + } + }, + "deprecated": false + }, + { + "$id": "2388", + "$type": "CompositeType", + "properties": [ + { + "$id": "2389", + "isReadOnly": false, + "realPath": [ + "connectVia" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2390", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2391", + "fixed": false, + "raw": "The self-hosted integration runtime reference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2392", + "fixed": false, + "raw": "connectVia" + }, + "serializedName": "connectVia", + "modelType": { + "$ref": "2370" + } + }, + { + "$id": "2393", + "isReadOnly": false, + "realPath": [ + "stagingLinkedService" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2394", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2395", + "fixed": false, + "raw": "The staging linked service reference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2396", + "fixed": false, + "raw": "stagingLinkedService" + }, + "serializedName": "stagingLinkedService", + "modelType": { + "$ref": "2370" + } + }, + { + "$id": "2397", + "isReadOnly": false, + "realPath": [ + "path" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2398", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2399", + "fixed": false, + "raw": "The path to contain the staged data in the Blob storage." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2400", + "fixed": false, + "raw": "path" + }, + "serializedName": "path", + "modelType": { + "$id": "2401", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2402", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "IntegrationRuntimeDataProxyProperties", + "documentation": "Data proxy properties for a managed dedicated integration runtime.", + "containsConstantProperties": false, + "name": { + "$id": "2403", + "fixed": false, + "raw": "IntegrationRuntimeDataProxyProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeDataProxyProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeDataProxyProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "2404", + "$type": "CompositeType", + "serializedName": "CustomSetupBase", + "polymorphicDiscriminator": "type", + "documentation": "The base definition of the custom setup.", + "containsConstantProperties": false, + "name": { + "$id": "2405", + "fixed": false, + "raw": "CustomSetupBase" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "CustomSetupBase", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/CustomSetupBase" + ] + } + }, + "deprecated": false + }, + { + "$id": "2406", + "$type": "CompositeType", + "properties": [ + { + "$id": "2407", + "isReadOnly": false, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2408", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2409", + "fixed": false, + "raw": "The name of the package store" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "2410", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "2411", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2412", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2413", + "isReadOnly": false, + "realPath": [ + "packageStoreLinkedService" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2414", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2415", + "fixed": false, + "raw": "The package store linked service reference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "2416", + "fixed": false, + "raw": "packageStoreLinkedService" + }, + "serializedName": "packageStoreLinkedService", + "modelType": { + "$ref": "2370" + } + } + ], + "serializedName": "PackageStore", + "documentation": "Package store for the SSIS integration runtime.", + "containsConstantProperties": false, + "name": { + "$id": "2417", + "fixed": false, + "raw": "PackageStore" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "PackageStore", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/PackageStore" + ] + } + }, + "deprecated": false + }, + { + "$id": "2418", + "$type": "CompositeType", + "properties": [ + { + "$id": "2419", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "2420", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2421", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2422", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "2423", + "$type": "DictionaryType", + "valueType": { + "$id": "2424", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "2425", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "2426", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2427", + "isReadOnly": false, + "realPath": [ + "catalogInfo" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2428", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2429", + "fixed": false, + "raw": "Catalog information for managed dedicated integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2430", + "fixed": false, + "raw": "catalogInfo" + }, + "serializedName": "catalogInfo", + "modelType": { + "$ref": "2320" + } + }, + { + "$id": "2431", + "isReadOnly": false, + "realPath": [ + "licenseType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2432", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2433", + "fixed": false, + "raw": "License type for bringing your own license scenario." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeLicenseType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeSsisProperties-licenseType" + ] + }, + "x-ms-enum": { + "name": "IntegrationRuntimeLicenseType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2434", + "fixed": false, + "raw": "licenseType" + }, + "serializedName": "licenseType", + "modelType": { + "$id": "2435", + "$type": "EnumType", + "values": [ + { + "$id": "2436", + "name": "BasePrice", + "serializedName": "BasePrice" + }, + { + "$id": "2437", + "name": "LicenseIncluded", + "serializedName": "LicenseIncluded" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "2438", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2439", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "2440", + "fixed": false, + "raw": "IntegrationRuntimeLicenseType" + }, + "deprecated": false + } + }, + { + "$id": "2441", + "isReadOnly": false, + "realPath": [ + "customSetupScriptProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2442", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2443", + "fixed": false, + "raw": "Custom setup script properties for a managed dedicated integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2444", + "fixed": false, + "raw": "customSetupScriptProperties" + }, + "serializedName": "customSetupScriptProperties", + "modelType": { + "$ref": "2358" + } + }, + { + "$id": "2445", + "isReadOnly": false, + "realPath": [ + "dataProxyProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2446", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2447", + "fixed": false, + "raw": "Data proxy properties for a managed dedicated integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2448", + "fixed": false, + "raw": "dataProxyProperties" + }, + "serializedName": "dataProxyProperties", + "modelType": { + "$ref": "2388" + } + }, + { + "$id": "2449", + "isReadOnly": false, + "realPath": [ + "edition" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2450", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2451", + "fixed": false, + "raw": "The edition for the SSIS Integration Runtime" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeEdition", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeSsisProperties-edition" + ] + }, + "x-ms-enum": { + "name": "IntegrationRuntimeEdition", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2452", + "fixed": false, + "raw": "edition" + }, + "serializedName": "edition", + "modelType": { + "$id": "2453", + "$type": "EnumType", + "values": [ + { + "$id": "2454", + "name": "Standard", + "serializedName": "Standard" + }, + { + "$id": "2455", + "name": "Enterprise", + "serializedName": "Enterprise" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "2456", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2457", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "2458", + "fixed": false, + "raw": "IntegrationRuntimeEdition" + }, + "deprecated": false + } + }, + { + "$id": "2459", + "isReadOnly": false, + "realPath": [ + "expressCustomSetupProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2460", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2461", + "fixed": false, + "raw": "Custom setup without script properties for a SSIS integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2462", + "fixed": false, + "raw": "expressCustomSetupProperties" + }, + "serializedName": "expressCustomSetupProperties", + "modelType": { + "$id": "2463", + "$type": "SequenceType", + "elementType": { + "$ref": "2404" + }, + "name": { + "$id": "2464", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2465", + "isReadOnly": false, + "realPath": [ + "packageStores" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2466", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2467", + "fixed": false, + "raw": "Package stores for the SSIS Integration Runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2468", + "fixed": false, + "raw": "packageStores" + }, + "serializedName": "packageStores", + "modelType": { + "$id": "2469", + "$type": "SequenceType", + "elementType": { + "$ref": "2406" + }, + "name": { + "$id": "2470", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "IntegrationRuntimeSsisProperties", + "documentation": "SSIS properties for managed integration runtime.", + "containsConstantProperties": false, + "name": { + "$id": "2471", + "fixed": false, + "raw": "IntegrationRuntimeSsisProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeSsisProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeSsisProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "2472", + "$type": "CompositeType", + "properties": [ + { + "$id": "2473", + "isReadOnly": false, + "realPath": [ + "computeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2474", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2475", + "fixed": false, + "raw": "The compute resource for managed integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2476", + "fixed": false, + "raw": "computeProperties" + }, + "serializedName": "computeProperties", + "modelType": { + "$ref": "2278" + } + }, + { + "$id": "2477", + "isReadOnly": false, + "realPath": [ + "ssisProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2478", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2479", + "fixed": false, + "raw": "SSIS properties for managed integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2480", + "fixed": false, + "raw": "ssisProperties" + }, + "serializedName": "ssisProperties", + "modelType": { + "$ref": "2418" + } + } + ], + "serializedName": "ManagedIntegrationRuntimeTypeProperties", + "documentation": "Managed integration runtime type properties.", + "containsConstantProperties": false, + "name": { + "$id": "2481", + "fixed": false, + "raw": "ManagedIntegrationRuntimeTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "ManagedIntegrationRuntimeTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/ManagedIntegrationRuntimeTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "2482", + "$type": "CompositeType", + "properties": [ + { + "$id": "2483", + "isReadOnly": true, + "realPath": [ + "state" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2484", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2485", + "fixed": false, + "raw": "Integration runtime state, only valid for managed dedicated integration runtime." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeState", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeState" + ] + }, + "x-ms-enum": { + "name": "IntegrationRuntimeState", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2486", + "fixed": false, + "raw": "state" + }, + "serializedName": "state", + "modelType": { + "$ref": "359" + } + }, + { + "$id": "2487", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2488", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2489", + "fixed": false, + "raw": "Managed integration runtime properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "2490", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "2472" + } + } + ], + "serializedName": "Managed", + "baseModelType": { + "$ref": "276" + }, + "documentation": "Managed integration runtime, including managed elastic and managed dedicated integration runtimes.", + "containsConstantProperties": false, + "name": { + "$id": "2491", + "fixed": false, + "raw": "ManagedIntegrationRuntime" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "ManagedIntegrationRuntime", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/ManagedIntegrationRuntime" + ] + }, + "x-ms-discriminator-value": "Managed" + }, + "deprecated": false + }, + { + "$id": "2492", + "$type": "CompositeType", + "serializedName": "LinkedIntegrationRuntimeType", + "polymorphicDiscriminator": "authorizationType", + "documentation": "The base definition of a linked integration runtime.", + "containsConstantProperties": false, + "name": { + "$id": "2493", + "fixed": false, + "raw": "LinkedIntegrationRuntimeType" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "LinkedIntegrationRuntimeType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/LinkedIntegrationRuntimeType" + ] + } + }, + "deprecated": false + }, + { + "$id": "2494", + "$type": "CompositeType", + "properties": [ + { + "$id": "2495", + "isReadOnly": false, + "realPath": [ + "linkedInfo" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2496", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2497", + "fixed": false + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2498", + "fixed": false, + "raw": "linkedInfo" + }, + "serializedName": "linkedInfo", + "modelType": { + "$ref": "2492" + } + } + ], + "serializedName": "SelfHostedIntegrationRuntimeTypeProperties", + "documentation": "The self-hosted integration runtime properties.", + "containsConstantProperties": false, + "name": { + "$id": "2499", + "fixed": false, + "raw": "SelfHostedIntegrationRuntimeTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "SelfHostedIntegrationRuntimeTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/SelfHostedIntegrationRuntimeTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "2500", + "$type": "CompositeType", + "properties": [ + { + "$id": "2501", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2502", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2503", + "fixed": false, + "raw": "When this property is not null, means this is a linked integration runtime. The property is used to access original integration runtime." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2504", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "2494" + } + } + ], + "serializedName": "SelfHosted", + "baseModelType": { + "$ref": "276" + }, + "documentation": "Self-hosted integration runtime.", + "containsConstantProperties": false, + "name": { + "$id": "2505", + "fixed": false, + "raw": "SelfHostedIntegrationRuntime" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "SelfHostedIntegrationRuntime", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/SelfHostedIntegrationRuntime" + ] + }, + "x-ms-discriminator-value": "SelfHosted" + }, + "deprecated": false + }, + { + "$id": "2506", + "$type": "CompositeType", + "properties": [ + { + "$id": "2507", + "isReadOnly": false, + "realPath": [ + "key" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2508", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2509", + "fixed": false, + "raw": "The key used for authorization." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "2510", + "fixed": false, + "raw": "key" + }, + "serializedName": "key", + "modelType": { + "$ref": "90" + } + } + ], + "serializedName": "Key", + "baseModelType": { + "$ref": "2492" + }, + "documentation": "The key authorization type integration runtime.", + "containsConstantProperties": false, + "name": { + "$id": "2511", + "fixed": false, + "raw": "LinkedIntegrationRuntimeKeyAuthorization" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "LinkedIntegrationRuntimeKeyAuthorization", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/LinkedIntegrationRuntimeKeyAuthorization" + ] + }, + "x-ms-discriminator-value": "Key" + }, + "deprecated": false + }, + { + "$id": "2512", + "$type": "CompositeType", + "properties": [ + { + "$id": "2513", + "isReadOnly": false, + "realPath": [ + "resourceId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2514", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2515", + "fixed": false, + "raw": "The resource identifier of the integration runtime to be shared." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "2516", + "fixed": false, + "raw": "resourceId" + }, + "serializedName": "resourceId", + "modelType": { + "$id": "2517", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2518", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "RBAC", + "baseModelType": { + "$ref": "2492" + }, + "documentation": "The role based access control (RBAC) authorization type integration runtime.", + "containsConstantProperties": false, + "name": { + "$id": "2519", + "fixed": false, + "raw": "LinkedIntegrationRuntimeRbacAuthorization" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "LinkedIntegrationRuntimeRbacAuthorization", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/LinkedIntegrationRuntimeRbacAuthorization" + ] + }, + "x-ms-discriminator-value": "RBAC" + }, + "deprecated": false + }, + { + "$id": "2520", + "$type": "CompositeType", + "properties": [ + { + "$id": "2521", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "2522", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2523", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2524", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "2525", + "$type": "DictionaryType", + "valueType": { + "$id": "2526", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "2527", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "2528", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2529", + "isReadOnly": true, + "realPath": [ + "time" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2530", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2531", + "fixed": false, + "raw": "The time when the error occurred." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2532", + "fixed": false, + "raw": "time" + }, + "serializedName": "time", + "modelType": { + "$id": "2533", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "2534", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + }, + { + "$id": "2535", + "isReadOnly": true, + "realPath": [ + "code" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2536", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2537", + "fixed": false, + "raw": "Error code." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2538", + "fixed": false, + "raw": "code" + }, + "serializedName": "code", + "modelType": { + "$id": "2539", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2540", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2541", + "isReadOnly": true, + "realPath": [ + "parameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2542", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2543", + "fixed": false, + "raw": "Managed integration runtime error parameters." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2544", + "fixed": false, + "raw": "parameters" + }, + "serializedName": "parameters", + "modelType": { + "$id": "2545", + "$type": "SequenceType", + "elementType": { + "$id": "2546", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2547", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "2548", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2549", + "isReadOnly": true, + "realPath": [ + "message" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2550", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2551", + "fixed": false, + "raw": "Error message." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2552", + "fixed": false, + "raw": "message" + }, + "serializedName": "message", + "modelType": { + "$id": "2553", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2554", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "ManagedIntegrationRuntimeError", + "documentation": "Error definition for managed integration runtime.", + "containsConstantProperties": false, + "name": { + "$id": "2555", + "fixed": false, + "raw": "ManagedIntegrationRuntimeError" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "ManagedIntegrationRuntimeError", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/ManagedIntegrationRuntimeError" + ] + } + }, + "deprecated": false + }, + { + "$id": "2556", + "$type": "CompositeType", + "properties": [ + { + "$id": "2557", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "2558", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2559", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2560", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "2561", + "$type": "DictionaryType", + "valueType": { + "$id": "2562", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "2563", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "2564", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2565", + "isReadOnly": true, + "realPath": [ + "nodeId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2566", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2567", + "fixed": false, + "raw": "The managed integration runtime node id." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2568", + "fixed": false, + "raw": "nodeId" + }, + "serializedName": "nodeId", + "modelType": { + "$id": "2569", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2570", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2571", + "isReadOnly": true, + "realPath": [ + "status" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2572", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2573", + "fixed": false, + "raw": "The managed integration runtime node status." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "ManagedIntegrationRuntimeNodeStatus", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/ManagedIntegrationRuntimeNode-status" + ] + }, + "x-ms-enum": { + "name": "ManagedIntegrationRuntimeNodeStatus", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2574", + "fixed": false, + "raw": "status" + }, + "serializedName": "status", + "modelType": { + "$id": "2575", + "$type": "EnumType", + "values": [ + { + "$id": "2576", + "name": "Starting", + "serializedName": "Starting" + }, + { + "$id": "2577", + "name": "Available", + "serializedName": "Available" + }, + { + "$id": "2578", + "name": "Recycling", + "serializedName": "Recycling" + }, + { + "$id": "2579", + "name": "Unavailable", + "serializedName": "Unavailable" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "2580", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2581", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "2582", + "fixed": false, + "raw": "ManagedIntegrationRuntimeNodeStatus" + }, + "deprecated": false + } + }, + { + "$id": "2583", + "isReadOnly": false, + "realPath": [ + "errors" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2584", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2585", + "fixed": false, + "raw": "The errors that occurred on this integration runtime node." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2586", + "fixed": false, + "raw": "errors" + }, + "serializedName": "errors", + "modelType": { + "$id": "2587", + "$type": "SequenceType", + "elementType": { + "$ref": "2520" + }, + "name": { + "$id": "2588", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "ManagedIntegrationRuntimeNode", + "documentation": "Properties of integration runtime node.", + "containsConstantProperties": false, + "name": { + "$id": "2589", + "fixed": false, + "raw": "ManagedIntegrationRuntimeNode" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "ManagedIntegrationRuntimeNode", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/ManagedIntegrationRuntimeNode" + ] + } + }, + "deprecated": false + }, + { + "$id": "2590", + "$type": "CompositeType", + "properties": [ + { + "$id": "2591", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "2592", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2593", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2594", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "2595", + "$type": "DictionaryType", + "valueType": { + "$id": "2596", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "2597", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "2598", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2599", + "isReadOnly": true, + "realPath": [ + "type" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2600", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2601", + "fixed": false, + "raw": "The operation type. Could be start or stop." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2602", + "fixed": false, + "raw": "type" + }, + "serializedName": "type", + "modelType": { + "$id": "2603", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2604", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2605", + "isReadOnly": true, + "realPath": [ + "startTime" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2606", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2607", + "fixed": false, + "raw": "The start time of the operation." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2608", + "fixed": false, + "raw": "startTime" + }, + "serializedName": "startTime", + "modelType": { + "$id": "2609", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "2610", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + }, + { + "$id": "2611", + "isReadOnly": true, + "realPath": [ + "result" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2612", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2613", + "fixed": false, + "raw": "The operation result." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2614", + "fixed": false, + "raw": "result" + }, + "serializedName": "result", + "modelType": { + "$id": "2615", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2616", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2617", + "isReadOnly": true, + "realPath": [ + "errorCode" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2618", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2619", + "fixed": false, + "raw": "The error code." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2620", + "fixed": false, + "raw": "errorCode" + }, + "serializedName": "errorCode", + "modelType": { + "$id": "2621", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2622", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2623", + "isReadOnly": true, + "realPath": [ + "parameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2624", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2625", + "fixed": false, + "raw": "Managed integration runtime error parameters." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2626", + "fixed": false, + "raw": "parameters" + }, + "serializedName": "parameters", + "modelType": { + "$id": "2627", + "$type": "SequenceType", + "elementType": { + "$id": "2628", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2629", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "2630", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2631", + "isReadOnly": true, + "realPath": [ + "activityId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2632", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2633", + "fixed": false, + "raw": "The activity id for the operation request." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2634", + "fixed": false, + "raw": "activityId" + }, + "serializedName": "activityId", + "modelType": { + "$id": "2635", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2636", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "ManagedIntegrationRuntimeOperationResult", + "documentation": "Properties of managed integration runtime operation result.", + "containsConstantProperties": false, + "name": { + "$id": "2637", + "fixed": false, + "raw": "ManagedIntegrationRuntimeOperationResult" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "ManagedIntegrationRuntimeOperationResult", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/ManagedIntegrationRuntimeOperationResult" + ] + } + }, + "deprecated": false + }, + { + "$id": "2638", + "$type": "CompositeType", + "properties": [ + { + "$id": "2639", + "isReadOnly": true, + "realPath": [ + "createTime" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2640", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2641", + "fixed": false, + "raw": "The time at which the integration runtime was created, in ISO8601 format." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2642", + "fixed": false, + "raw": "createTime" + }, + "serializedName": "createTime", + "modelType": { + "$id": "2643", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "2644", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + }, + { + "$id": "2645", + "isReadOnly": true, + "realPath": [ + "nodes" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2646", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2647", + "fixed": false, + "raw": "The list of nodes for managed integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2648", + "fixed": false, + "raw": "nodes" + }, + "serializedName": "nodes", + "modelType": { + "$id": "2649", + "$type": "SequenceType", + "elementType": { + "$ref": "2556" + }, + "name": { + "$id": "2650", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2651", + "isReadOnly": true, + "realPath": [ + "otherErrors" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2652", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2653", + "fixed": false, + "raw": "The errors that occurred on this integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2654", + "fixed": false, + "raw": "otherErrors" + }, + "serializedName": "otherErrors", + "modelType": { + "$id": "2655", + "$type": "SequenceType", + "elementType": { + "$ref": "2520" + }, + "name": { + "$id": "2656", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2657", + "isReadOnly": true, + "realPath": [ + "lastOperation" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2658", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2659", + "fixed": false, + "raw": "The last operation result that occurred on this integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2660", + "fixed": false, + "raw": "lastOperation" + }, + "serializedName": "lastOperation", + "modelType": { + "$ref": "2590" + } + } + ], + "serializedName": "ManagedIntegrationRuntimeStatusTypeProperties", + "documentation": "Managed integration runtime status type properties.", + "containsConstantProperties": false, + "name": { + "$id": "2661", + "fixed": false, + "raw": "ManagedIntegrationRuntimeStatusTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "ManagedIntegrationRuntimeStatusTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/ManagedIntegrationRuntimeStatusTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "2662", + "$type": "CompositeType", + "properties": [ + { + "$id": "2663", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2664", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2665", + "fixed": false, + "raw": "Managed integration runtime status type properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "2666", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "2638" + } + } + ], + "serializedName": "Managed", + "baseModelType": { + "$ref": "340" + }, + "documentation": "Managed integration runtime status.", + "containsConstantProperties": false, + "name": { + "$id": "2667", + "fixed": false, + "raw": "ManagedIntegrationRuntimeStatus" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "ManagedIntegrationRuntimeStatus", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/ManagedIntegrationRuntimeStatus" + ] + }, + "x-ms-discriminator-value": "Managed" + }, + "deprecated": false + }, + { + "$id": "2668", + "$type": "CompositeType", + "properties": [ + { + "$id": "2669", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "2670", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2671", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2672", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "2673", + "$type": "DictionaryType", + "valueType": { + "$id": "2674", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "2675", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "2676", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2677", + "isReadOnly": true, + "realPath": [ + "nodeName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2678", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2679", + "fixed": false, + "raw": "Name of the integration runtime node." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2680", + "fixed": false, + "raw": "nodeName" + }, + "serializedName": "nodeName", + "modelType": { + "$id": "2681", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2682", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2683", + "isReadOnly": true, + "realPath": [ + "machineName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2684", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2685", + "fixed": false, + "raw": "Machine name of the integration runtime node." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2686", + "fixed": false, + "raw": "machineName" + }, + "serializedName": "machineName", + "modelType": { + "$id": "2687", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2688", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2689", + "isReadOnly": true, + "realPath": [ + "hostServiceUri" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2690", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2691", + "fixed": false, + "raw": "URI for the host machine of the integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2692", + "fixed": false, + "raw": "hostServiceUri" + }, + "serializedName": "hostServiceUri", + "modelType": { + "$id": "2693", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2694", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2695", + "isReadOnly": true, + "realPath": [ + "status" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2696", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2697", + "fixed": false, + "raw": "Status of the integration runtime node." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "SelfHostedIntegrationRuntimeNodeStatus", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/SelfHostedIntegrationRuntimeNode-status" + ] + }, + "x-ms-enum": { + "name": "SelfHostedIntegrationRuntimeNodeStatus", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2698", + "fixed": false, + "raw": "status" + }, + "serializedName": "status", + "modelType": { + "$id": "2699", + "$type": "EnumType", + "values": [ + { + "$id": "2700", + "name": "NeedRegistration", + "serializedName": "NeedRegistration" + }, + { + "$id": "2701", + "name": "Online", + "serializedName": "Online" + }, + { + "$id": "2702", + "name": "Limited", + "serializedName": "Limited" + }, + { + "$id": "2703", + "name": "Offline", + "serializedName": "Offline" + }, + { + "$id": "2704", + "name": "Upgrading", + "serializedName": "Upgrading" + }, + { + "$id": "2705", + "name": "Initializing", + "serializedName": "Initializing" + }, + { + "$id": "2706", + "name": "InitializeFailed", + "serializedName": "InitializeFailed" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "2707", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2708", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "2709", + "fixed": false, + "raw": "SelfHostedIntegrationRuntimeNodeStatus" + }, + "deprecated": false + } + }, + { + "$id": "2710", + "isReadOnly": true, + "realPath": [ + "capabilities" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2711", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2712", + "fixed": false, + "raw": "The integration runtime capabilities dictionary" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2713", + "fixed": false, + "raw": "capabilities" + }, + "serializedName": "capabilities", + "modelType": { + "$id": "2714", + "$type": "DictionaryType", + "valueType": { + "$id": "2715", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2716", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "2717", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2718", + "isReadOnly": true, + "realPath": [ + "versionStatus" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2719", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2720", + "fixed": false, + "raw": "Status of the integration runtime node version." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2721", + "fixed": false, + "raw": "versionStatus" + }, + "serializedName": "versionStatus", + "modelType": { + "$id": "2722", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2723", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2724", + "isReadOnly": true, + "realPath": [ + "version" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2725", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2726", + "fixed": false, + "raw": "Version of the integration runtime node." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2727", + "fixed": false, + "raw": "version" + }, + "serializedName": "version", + "modelType": { + "$id": "2728", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2729", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2730", + "isReadOnly": true, + "realPath": [ + "registerTime" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2731", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2732", + "fixed": false, + "raw": "The time at which the integration runtime node was registered in ISO8601 format." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2733", + "fixed": false, + "raw": "registerTime" + }, + "serializedName": "registerTime", + "modelType": { + "$id": "2734", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "2735", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + }, + { + "$id": "2736", + "isReadOnly": true, + "realPath": [ + "lastConnectTime" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2737", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2738", + "fixed": false, + "raw": "The most recent time at which the integration runtime was connected in ISO8601 format." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2739", + "fixed": false, + "raw": "lastConnectTime" + }, + "serializedName": "lastConnectTime", + "modelType": { + "$id": "2740", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "2741", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + }, + { + "$id": "2742", + "isReadOnly": true, + "realPath": [ + "expiryTime" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2743", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2744", + "fixed": false, + "raw": "The time at which the integration runtime will expire in ISO8601 format." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2745", + "fixed": false, + "raw": "expiryTime" + }, + "serializedName": "expiryTime", + "modelType": { + "$id": "2746", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "2747", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + }, + { + "$id": "2748", + "isReadOnly": true, + "realPath": [ + "lastStartTime" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2749", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2750", + "fixed": false, + "raw": "The time the node last started up." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2751", + "fixed": false, + "raw": "lastStartTime" + }, + "serializedName": "lastStartTime", + "modelType": { + "$id": "2752", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "2753", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + }, + { + "$id": "2754", + "isReadOnly": true, + "realPath": [ + "lastStopTime" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2755", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2756", + "fixed": false, + "raw": "The integration runtime node last stop time." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2757", + "fixed": false, + "raw": "lastStopTime" + }, + "serializedName": "lastStopTime", + "modelType": { + "$id": "2758", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "2759", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + }, + { + "$id": "2760", + "isReadOnly": true, + "realPath": [ + "lastUpdateResult" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2761", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2762", + "fixed": false, + "raw": "The result of the last integration runtime node update." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeUpdateResult", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/SelfHostedIntegrationRuntimeNode-lastUpdateResult" + ] + }, + "x-ms-enum": { + "name": "IntegrationRuntimeUpdateResult", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2763", + "fixed": false, + "raw": "lastUpdateResult" + }, + "serializedName": "lastUpdateResult", + "modelType": { + "$id": "2764", + "$type": "EnumType", + "values": [ + { + "$id": "2765", + "name": "None", + "serializedName": "None" + }, + { + "$id": "2766", + "name": "Succeed", + "serializedName": "Succeed" + }, + { + "$id": "2767", + "name": "Fail", + "serializedName": "Fail" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "2768", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2769", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "2770", + "fixed": false, + "raw": "IntegrationRuntimeUpdateResult" + }, + "deprecated": false + } + }, + { + "$id": "2771", + "isReadOnly": true, + "realPath": [ + "lastStartUpdateTime" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2772", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2773", + "fixed": false, + "raw": "The last time for the integration runtime node update start." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2774", + "fixed": false, + "raw": "lastStartUpdateTime" + }, + "serializedName": "lastStartUpdateTime", + "modelType": { + "$id": "2775", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "2776", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + }, + { + "$id": "2777", + "isReadOnly": true, + "realPath": [ + "lastEndUpdateTime" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2778", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2779", + "fixed": false, + "raw": "The last time for the integration runtime node update end." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2780", + "fixed": false, + "raw": "lastEndUpdateTime" + }, + "serializedName": "lastEndUpdateTime", + "modelType": { + "$id": "2781", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "2782", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + }, + { + "$id": "2783", + "isReadOnly": true, + "realPath": [ + "isActiveDispatcher" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2784", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2785", + "fixed": false, + "raw": "Indicates whether this node is the active dispatcher for integration runtime requests." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2786", + "fixed": false, + "raw": "isActiveDispatcher" + }, + "serializedName": "isActiveDispatcher", + "modelType": { + "$id": "2787", + "$type": "PrimaryType", + "knownPrimaryType": "boolean", + "name": { + "$id": "2788", + "fixed": false, + "raw": "Boolean" + }, + "deprecated": false + } + }, + { + "$id": "2789", + "isReadOnly": true, + "realPath": [ + "concurrentJobsLimit" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2790", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2791", + "fixed": false, + "raw": "Maximum concurrent jobs on the integration runtime node." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2792", + "fixed": false, + "raw": "concurrentJobsLimit" + }, + "serializedName": "concurrentJobsLimit", + "modelType": { + "$id": "2793", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "2794", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + }, + { + "$id": "2795", + "isReadOnly": true, + "realPath": [ + "maxConcurrentJobs" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2796", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2797", + "fixed": false, + "raw": "The maximum concurrent jobs in this integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2798", + "fixed": false, + "raw": "maxConcurrentJobs" + }, + "serializedName": "maxConcurrentJobs", + "modelType": { + "$id": "2799", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "2800", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + } + ], + "serializedName": "SelfHostedIntegrationRuntimeNode", + "documentation": "Properties of Self-hosted integration runtime node.", + "containsConstantProperties": false, + "name": { + "$id": "2801", + "fixed": false, + "raw": "SelfHostedIntegrationRuntimeNode" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "SelfHostedIntegrationRuntimeNode", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/SelfHostedIntegrationRuntimeNode" + ] + } + }, + "deprecated": false + }, + { + "$id": "2802", + "$type": "CompositeType", + "properties": [ + { + "$id": "2803", + "isReadOnly": true, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2804", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2805", + "fixed": false, + "raw": "The name of the linked integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2806", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "2807", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2808", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2809", + "isReadOnly": true, + "realPath": [ + "subscriptionId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2810", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2811", + "fixed": false, + "raw": "The subscription ID for which the linked integration runtime belong to." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2812", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "2813", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2814", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2815", + "isReadOnly": true, + "realPath": [ + "dataFactoryName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2816", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2817", + "fixed": false, + "raw": "The name of the data factory for which the linked integration runtime belong to." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2818", + "fixed": false, + "raw": "dataFactoryName" + }, + "serializedName": "dataFactoryName", + "modelType": { + "$id": "2819", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2820", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2821", + "isReadOnly": true, + "realPath": [ + "dataFactoryLocation" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2822", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2823", + "fixed": false, + "raw": "The location of the data factory for which the linked integration runtime belong to." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2824", + "fixed": false, + "raw": "dataFactoryLocation" + }, + "serializedName": "dataFactoryLocation", + "modelType": { + "$id": "2825", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2826", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2827", + "isReadOnly": true, + "realPath": [ + "createTime" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2828", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2829", + "fixed": false, + "raw": "The creating time of the linked integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2830", + "fixed": false, + "raw": "createTime" + }, + "serializedName": "createTime", + "modelType": { + "$id": "2831", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "2832", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + } + ], + "serializedName": "LinkedIntegrationRuntime", + "documentation": "The linked integration runtime information.", + "containsConstantProperties": false, + "name": { + "$id": "2833", + "fixed": false, + "raw": "LinkedIntegrationRuntime" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "LinkedIntegrationRuntime", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/LinkedIntegrationRuntime" + ] + } + }, + "deprecated": false + }, + { + "$id": "2834", + "$type": "CompositeType", + "properties": [ + { + "$id": "2835", + "isReadOnly": true, + "realPath": [ + "createTime" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2836", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2837", + "fixed": false, + "raw": "The time at which the integration runtime was created, in ISO8601 format." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2838", + "fixed": false, + "raw": "createTime" + }, + "serializedName": "createTime", + "modelType": { + "$id": "2839", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "2840", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + }, + { + "$id": "2841", + "isReadOnly": true, + "realPath": [ + "taskQueueId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2842", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2843", + "fixed": false, + "raw": "The task queue id of the integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2844", + "fixed": false, + "raw": "taskQueueId" + }, + "serializedName": "taskQueueId", + "modelType": { + "$id": "2845", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2846", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2847", + "isReadOnly": true, + "realPath": [ + "internalChannelEncryption" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2848", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2849", + "fixed": false, + "raw": "It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist)." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeInternalChannelEncryptionMode", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/SelfHostedIntegrationRuntimeStatusTypeProperties-internalChannelEncryption" + ] + }, + "x-ms-enum": { + "name": "IntegrationRuntimeInternalChannelEncryptionMode", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2850", + "fixed": false, + "raw": "internalChannelEncryption" + }, + "serializedName": "internalChannelEncryption", + "modelType": { + "$id": "2851", + "$type": "EnumType", + "values": [ + { + "$id": "2852", + "name": "NotSet", + "serializedName": "NotSet" + }, + { + "$id": "2853", + "name": "SslEncrypted", + "serializedName": "SslEncrypted" + }, + { + "$id": "2854", + "name": "NotEncrypted", + "serializedName": "NotEncrypted" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "2855", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2856", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "2857", + "fixed": false, + "raw": "IntegrationRuntimeInternalChannelEncryptionMode" + }, + "deprecated": false + } + }, + { + "$id": "2858", + "isReadOnly": true, + "realPath": [ + "version" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2859", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2860", + "fixed": false, + "raw": "Version of the integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2861", + "fixed": false, + "raw": "version" + }, + "serializedName": "version", + "modelType": { + "$id": "2862", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2863", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2864", + "isReadOnly": false, + "realPath": [ + "nodes" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2865", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2866", + "fixed": false, + "raw": "The list of nodes for this integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2867", + "fixed": false, + "raw": "nodes" + }, + "serializedName": "nodes", + "modelType": { + "$id": "2868", + "$type": "SequenceType", + "elementType": { + "$ref": "2668" + }, + "name": { + "$id": "2869", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2870", + "isReadOnly": true, + "realPath": [ + "scheduledUpdateDate" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2871", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2872", + "fixed": false, + "raw": "The date at which the integration runtime will be scheduled to update, in ISO8601 format." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2873", + "fixed": false, + "raw": "scheduledUpdateDate" + }, + "serializedName": "scheduledUpdateDate", + "modelType": { + "$id": "2874", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "2875", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + }, + { + "$id": "2876", + "isReadOnly": true, + "realPath": [ + "updateDelayOffset" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2877", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2878", + "fixed": false, + "raw": "The time in the date scheduled by service to update the integration runtime, e.g., PT03H is 3 hours" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2879", + "fixed": false, + "raw": "updateDelayOffset" + }, + "serializedName": "updateDelayOffset", + "modelType": { + "$id": "2880", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2881", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2882", + "isReadOnly": true, + "realPath": [ + "localTimeZoneOffset" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2883", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2884", + "fixed": false, + "raw": "The local time zone offset in hours." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2885", + "fixed": false, + "raw": "localTimeZoneOffset" + }, + "serializedName": "localTimeZoneOffset", + "modelType": { + "$id": "2886", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2887", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2888", + "isReadOnly": true, + "realPath": [ + "capabilities" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2889", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2890", + "fixed": false, + "raw": "Object with additional information about integration runtime capabilities." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2891", + "fixed": false, + "raw": "capabilities" + }, + "serializedName": "capabilities", + "modelType": { + "$id": "2892", + "$type": "DictionaryType", + "valueType": { + "$id": "2893", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2894", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "2895", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2896", + "isReadOnly": true, + "realPath": [ + "serviceUrls" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2897", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2898", + "fixed": false, + "raw": "The URLs for the services used in integration runtime backend service." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2899", + "fixed": false, + "raw": "serviceUrls" + }, + "serializedName": "serviceUrls", + "modelType": { + "$id": "2900", + "$type": "SequenceType", + "elementType": { + "$id": "2901", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2902", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "2903", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2904", + "isReadOnly": true, + "realPath": [ + "autoUpdate" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2905", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2906", + "fixed": false, + "raw": "Whether Self-hosted integration runtime auto update has been turned on." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeAutoUpdate", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeAutoUpdate" + ] + }, + "x-ms-enum": { + "name": "IntegrationRuntimeAutoUpdate", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2907", + "fixed": false, + "raw": "autoUpdate" + }, + "serializedName": "autoUpdate", + "modelType": { + "$ref": "405" + } + }, + { + "$id": "2908", + "isReadOnly": true, + "realPath": [ + "versionStatus" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2909", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2910", + "fixed": false, + "raw": "Status of the integration runtime version." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2911", + "fixed": false, + "raw": "versionStatus" + }, + "serializedName": "versionStatus", + "modelType": { + "$id": "2912", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2913", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2914", + "isReadOnly": false, + "realPath": [ + "links" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2915", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2916", + "fixed": false, + "raw": "The list of linked integration runtimes that are created to share with this integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2917", + "fixed": false, + "raw": "links" + }, + "serializedName": "links", + "modelType": { + "$id": "2918", + "$type": "SequenceType", + "elementType": { + "$ref": "2802" + }, + "name": { + "$id": "2919", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2920", + "isReadOnly": true, + "realPath": [ + "pushedVersion" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2921", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2922", + "fixed": false, + "raw": "The version that the integration runtime is going to update to." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2923", + "fixed": false, + "raw": "pushedVersion" + }, + "serializedName": "pushedVersion", + "modelType": { + "$id": "2924", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2925", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2926", + "isReadOnly": true, + "realPath": [ + "latestVersion" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2927", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2928", + "fixed": false, + "raw": "The latest version on download center." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2929", + "fixed": false, + "raw": "latestVersion" + }, + "serializedName": "latestVersion", + "modelType": { + "$id": "2930", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2931", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2932", + "isReadOnly": true, + "realPath": [ + "autoUpdateETA" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2933", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2934", + "fixed": false, + "raw": "The estimated time when the self-hosted integration runtime will be updated." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2935", + "fixed": false, + "raw": "autoUpdateETA" + }, + "serializedName": "autoUpdateETA", + "modelType": { + "$id": "2936", + "$type": "PrimaryType", + "format": "date-time", + "knownPrimaryType": "dateTime", + "name": { + "$id": "2937", + "fixed": false, + "raw": "DateTime" + }, + "deprecated": false + } + } + ], + "serializedName": "SelfHostedIntegrationRuntimeStatusTypeProperties", + "documentation": "Self-hosted integration runtime status type properties.", + "containsConstantProperties": false, + "name": { + "$id": "2938", + "fixed": false, + "raw": "SelfHostedIntegrationRuntimeStatusTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "SelfHostedIntegrationRuntimeStatusTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/SelfHostedIntegrationRuntimeStatusTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "2939", + "$type": "CompositeType", + "properties": [ + { + "$id": "2940", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2941", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2942", + "fixed": false, + "raw": "Self-hosted integration runtime status type properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "2943", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "2834" + } + } + ], + "serializedName": "SelfHosted", + "baseModelType": { + "$ref": "340" + }, + "documentation": "Self-hosted integration runtime status.", + "containsConstantProperties": false, + "name": { + "$id": "2944", + "fixed": false, + "raw": "SelfHostedIntegrationRuntimeStatus" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "SelfHostedIntegrationRuntimeStatus", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/SelfHostedIntegrationRuntimeStatus" + ] + }, + "x-ms-discriminator-value": "SelfHosted" + }, + "deprecated": false + }, + { + "$id": "2945", + "$type": "CompositeType", + "properties": [ + { + "$id": "2946", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "2947", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2948", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2949", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "2950", + "$type": "DictionaryType", + "valueType": { + "$id": "2951", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "2952", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "2953", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "2954", + "isReadOnly": true, + "realPath": [ + "serviceToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2955", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2956", + "fixed": false, + "raw": "The token generated in service. Callers use this token to authenticate to integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2957", + "fixed": false, + "raw": "serviceToken" + }, + "serializedName": "serviceToken", + "modelType": { + "$id": "2958", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2959", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2960", + "isReadOnly": true, + "realPath": [ + "identityCertThumbprint" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2961", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2962", + "fixed": false, + "raw": "The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2963", + "fixed": false, + "raw": "identityCertThumbprint" + }, + "serializedName": "identityCertThumbprint", + "modelType": { + "$id": "2964", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2965", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2966", + "isReadOnly": true, + "realPath": [ + "hostServiceUri" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2967", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2968", + "fixed": false, + "raw": "The on-premises integration runtime host URL." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2969", + "fixed": false, + "raw": "hostServiceUri" + }, + "serializedName": "hostServiceUri", + "modelType": { + "$id": "2970", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2971", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2972", + "isReadOnly": true, + "realPath": [ + "version" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2973", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2974", + "fixed": false, + "raw": "The integration runtime version." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2975", + "fixed": false, + "raw": "version" + }, + "serializedName": "version", + "modelType": { + "$id": "2976", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2977", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2978", + "isReadOnly": true, + "realPath": [ + "publicKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2979", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2980", + "fixed": false, + "raw": "The public key for encrypting a credential when transferring the credential to the integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2981", + "fixed": false, + "raw": "publicKey" + }, + "serializedName": "publicKey", + "modelType": { + "$id": "2982", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "2983", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "2984", + "isReadOnly": true, + "realPath": [ + "isIdentityCertExprired" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2985", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2986", + "fixed": false, + "raw": "Whether the identity certificate is expired." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2987", + "fixed": false, + "raw": "isIdentityCertExprired" + }, + "serializedName": "isIdentityCertExprired", + "modelType": { + "$id": "2988", + "$type": "PrimaryType", + "knownPrimaryType": "boolean", + "name": { + "$id": "2989", + "fixed": false, + "raw": "Boolean" + }, + "deprecated": false + } + } + ], + "serializedName": "IntegrationRuntimeConnectionInfo", + "documentation": "Connection information for encrypting the on-premises data source credentials.", + "containsConstantProperties": false, + "name": { + "$id": "2990", + "fixed": false, + "raw": "IntegrationRuntimeConnectionInfo" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeConnectionInfo", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeConnectionInfo" + ] + } + }, + "deprecated": false + }, + { + "$id": "2991", + "$type": "CompositeType", + "properties": [ + { + "$id": "2992", + "isReadOnly": false, + "realPath": [ + "keyName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "2993", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "2994", + "fixed": false, + "raw": "The name of the authentication key to regenerate." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeAuthKeyName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeRegenerateKeyParameters-keyName" + ] + }, + "x-ms-enum": { + "name": "IntegrationRuntimeAuthKeyName", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "2995", + "fixed": false, + "raw": "keyName" + }, + "serializedName": "keyName", + "modelType": { + "$id": "2996", + "$type": "EnumType", + "values": [ + { + "$id": "2997", + "name": "authKey1", + "serializedName": "authKey1" + }, + { + "$id": "2998", + "name": "authKey2", + "serializedName": "authKey2" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "2999", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3000", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "3001", + "fixed": false, + "raw": "IntegrationRuntimeAuthKeyName" + }, + "deprecated": false + } + } + ], + "serializedName": "IntegrationRuntimeRegenerateKeyParameters", + "documentation": "Parameters to regenerate the authentication key.", + "containsConstantProperties": false, + "name": { + "$id": "3002", + "fixed": false, + "raw": "IntegrationRuntimeRegenerateKeyParameters" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeRegenerateKeyParameters", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeRegenerateKeyParameters" + ] + } + }, + "deprecated": false + }, + { + "$id": "3003", + "$type": "CompositeType", + "properties": [ + { + "$id": "3004", + "isReadOnly": false, + "realPath": [ + "authKey1" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3005", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3006", + "fixed": false, + "raw": "The primary integration runtime authentication key." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3007", + "fixed": false, + "raw": "authKey1" + }, + "serializedName": "authKey1", + "modelType": { + "$id": "3008", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3009", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "3010", + "isReadOnly": false, + "realPath": [ + "authKey2" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3011", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3012", + "fixed": false, + "raw": "The secondary integration runtime authentication key." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3013", + "fixed": false, + "raw": "authKey2" + }, + "serializedName": "authKey2", + "modelType": { + "$id": "3014", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3015", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "IntegrationRuntimeAuthKeys", + "documentation": "The integration runtime authentication keys.", + "containsConstantProperties": false, + "name": { + "$id": "3016", + "fixed": false, + "raw": "IntegrationRuntimeAuthKeys" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeAuthKeys", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeAuthKeys" + ] + } + }, + "deprecated": false + }, + { + "$id": "3017", + "$type": "CompositeType", + "properties": [ + { + "$id": "3018", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "3019", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3020", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3021", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "3022", + "$type": "DictionaryType", + "valueType": { + "$id": "3023", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3024", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "3025", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3026", + "isReadOnly": true, + "realPath": [ + "nodeName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3027", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3028", + "fixed": false, + "raw": "Name of the integration runtime node." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3029", + "fixed": false, + "raw": "nodeName" + }, + "serializedName": "nodeName", + "modelType": { + "$id": "3030", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3031", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "3032", + "isReadOnly": true, + "realPath": [ + "availableMemoryInMB" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3033", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3034", + "fixed": false, + "raw": "Available memory (MB) on the integration runtime node." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3035", + "fixed": false, + "raw": "availableMemoryInMB" + }, + "serializedName": "availableMemoryInMB", + "modelType": { + "$id": "3036", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "3037", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + }, + { + "$id": "3038", + "isReadOnly": true, + "realPath": [ + "cpuUtilization" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3039", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3040", + "fixed": false, + "raw": "CPU percentage on the integration runtime node." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3041", + "fixed": false, + "raw": "cpuUtilization" + }, + "serializedName": "cpuUtilization", + "modelType": { + "$id": "3042", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "3043", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + }, + { + "$id": "3044", + "isReadOnly": true, + "realPath": [ + "concurrentJobsLimit" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3045", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3046", + "fixed": false, + "raw": "Maximum concurrent jobs on the integration runtime node." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3047", + "fixed": false, + "raw": "concurrentJobsLimit" + }, + "serializedName": "concurrentJobsLimit", + "modelType": { + "$id": "3048", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "3049", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + }, + { + "$id": "3050", + "isReadOnly": true, + "realPath": [ + "concurrentJobsRunning" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3051", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3052", + "fixed": false, + "raw": "The number of jobs currently running on the integration runtime node." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3053", + "fixed": false, + "raw": "concurrentJobsRunning" + }, + "serializedName": "concurrentJobsRunning", + "modelType": { + "$id": "3054", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "3055", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + }, + { + "$id": "3056", + "isReadOnly": true, + "realPath": [ + "maxConcurrentJobs" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3057", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3058", + "fixed": false, + "raw": "The maximum concurrent jobs in this integration runtime." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3059", + "fixed": false, + "raw": "maxConcurrentJobs" + }, + "serializedName": "maxConcurrentJobs", + "modelType": { + "$id": "3060", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "3061", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + }, + { + "$id": "3062", + "isReadOnly": true, + "realPath": [ + "sentBytes" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3063", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3064", + "fixed": false, + "raw": "Sent bytes on the integration runtime node." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3065", + "fixed": false, + "raw": "sentBytes" + }, + "serializedName": "sentBytes", + "modelType": { + "$id": "3066", + "$type": "PrimaryType", + "knownPrimaryType": "double", + "name": { + "$id": "3067", + "fixed": false, + "raw": "Double" + }, + "deprecated": false + } + }, + { + "$id": "3068", + "isReadOnly": true, + "realPath": [ + "receivedBytes" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3069", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3070", + "fixed": false, + "raw": "Received bytes on the integration runtime node." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3071", + "fixed": false, + "raw": "receivedBytes" + }, + "serializedName": "receivedBytes", + "modelType": { + "$id": "3072", + "$type": "PrimaryType", + "knownPrimaryType": "double", + "name": { + "$id": "3073", + "fixed": false, + "raw": "Double" + }, + "deprecated": false + } + } + ], + "serializedName": "IntegrationRuntimeNodeMonitoringData", + "documentation": "Monitoring data for integration runtime node.", + "containsConstantProperties": false, + "name": { + "$id": "3074", + "fixed": false, + "raw": "IntegrationRuntimeNodeMonitoringData" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeNodeMonitoringData", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeNodeMonitoringData" + ] + } + }, + "deprecated": false + }, + { + "$id": "3075", + "$type": "CompositeType", + "properties": [ + { + "$id": "3076", + "isReadOnly": false, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3077", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3078", + "fixed": false, + "raw": "Integration runtime name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3079", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "3080", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3081", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "3082", + "isReadOnly": false, + "realPath": [ + "nodes" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3083", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3084", + "fixed": false, + "raw": "Integration runtime node monitoring data." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3085", + "fixed": false, + "raw": "nodes" + }, + "serializedName": "nodes", + "modelType": { + "$id": "3086", + "$type": "SequenceType", + "elementType": { + "$ref": "3017" + }, + "name": { + "$id": "3087", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "IntegrationRuntimeMonitoringData", + "documentation": "Get monitoring data response.", + "containsConstantProperties": false, + "name": { + "$id": "3088", + "fixed": false, + "raw": "IntegrationRuntimeMonitoringData" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeMonitoringData", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeMonitoringData" + ] + } + }, + "deprecated": false + }, + { + "$id": "3089", + "$type": "CompositeType", + "properties": [ + { + "$id": "3090", + "isReadOnly": true, + "realPath": [ + "ipAddress" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3091", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3092", + "fixed": false, + "raw": "The IP address of self-hosted integration runtime node." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3093", + "fixed": false, + "raw": "ipAddress" + }, + "serializedName": "ipAddress", + "modelType": { + "$id": "3094", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3095", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "IntegrationRuntimeNodeIpAddress", + "documentation": "The IP address of self-hosted integration runtime node.", + "containsConstantProperties": false, + "name": { + "$id": "3096", + "fixed": false, + "raw": "IntegrationRuntimeNodeIpAddress" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "IntegrationRuntimeNodeIpAddress", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeNodeIpAddress" + ] + } + }, + "deprecated": false + }, + { + "$id": "3097", + "$type": "CompositeType", + "properties": [ + { + "$id": "3098", + "isReadOnly": false, + "realPath": [ + "id" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3099", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3100", + "fixed": false, + "raw": "Metadata id." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3101", + "fixed": false, + "raw": "id" + }, + "serializedName": "id", + "modelType": { + "$id": "3102", + "$type": "PrimaryType", + "format": "int64", + "knownPrimaryType": "long", + "name": { + "$id": "3103", + "fixed": false, + "raw": "Long" + }, + "deprecated": false + } + }, + { + "$id": "3104", + "isReadOnly": false, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3105", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3106", + "fixed": false, + "raw": "Metadata name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3107", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "3108", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3109", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "3110", + "isReadOnly": false, + "realPath": [ + "description" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3111", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3112", + "fixed": false, + "raw": "Metadata description." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3113", + "fixed": false, + "raw": "description" + }, + "serializedName": "description", + "modelType": { + "$id": "3114", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3115", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "SsisObjectMetadata", + "polymorphicDiscriminator": "type", + "documentation": "SSIS object metadata.", + "containsConstantProperties": false, + "name": { + "$id": "3116", + "fixed": false, + "raw": "SsisObjectMetadata" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "SsisObjectMetadata", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/SsisObjectMetadata" + ] + } + }, + "deprecated": false + }, + { + "$id": "3117", + "$type": "CompositeType", + "properties": [ + { + "$id": "3118", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3119", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3120", + "fixed": false, + "raw": "List of SSIS object metadata." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3121", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "3122", + "$type": "SequenceType", + "elementType": { + "$ref": "3097" + }, + "name": { + "$id": "3123", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3124", + "isReadOnly": false, + "realPath": [ + "nextLink" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3125", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3126", + "fixed": false, + "raw": "The link to the next page of results, if any remaining results exist." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3127", + "fixed": false, + "raw": "nextLink" + }, + "serializedName": "nextLink", + "modelType": { + "$id": "3128", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3129", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "SsisObjectMetadataListResponse", + "documentation": "A list of SSIS object metadata.", + "containsConstantProperties": false, + "name": { + "$id": "3130", + "fixed": false, + "raw": "SsisObjectMetadataListResponse" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "SsisObjectMetadataListResponse", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/SsisObjectMetadataListResponse" + ] + } + }, + "deprecated": false + }, + { + "$id": "3131", + "$type": "CompositeType", + "serializedName": "Folder", + "baseModelType": { + "$ref": "3097" + }, + "documentation": "Ssis folder.", + "containsConstantProperties": false, + "name": { + "$id": "3132", + "fixed": false, + "raw": "SsisFolder" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "SsisFolder", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/SsisFolder" + ] + }, + "x-ms-discriminator-value": "Folder" + }, + "deprecated": false + }, + { + "$id": "3133", + "$type": "CompositeType", + "properties": [ + { + "$id": "3134", + "isReadOnly": false, + "realPath": [ + "id" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3135", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3136", + "fixed": false, + "raw": "Environment reference id." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3137", + "fixed": false, + "raw": "id" + }, + "serializedName": "id", + "modelType": { + "$id": "3138", + "$type": "PrimaryType", + "format": "int64", + "knownPrimaryType": "long", + "name": { + "$id": "3139", + "fixed": false, + "raw": "Long" + }, + "deprecated": false + } + }, + { + "$id": "3140", + "isReadOnly": false, + "realPath": [ + "environmentFolderName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3141", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3142", + "fixed": false, + "raw": "Environment folder name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3143", + "fixed": false, + "raw": "environmentFolderName" + }, + "serializedName": "environmentFolderName", + "modelType": { + "$id": "3144", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3145", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "3146", + "isReadOnly": false, + "realPath": [ + "environmentName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3147", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3148", + "fixed": false, + "raw": "Environment name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3149", + "fixed": false, + "raw": "environmentName" + }, + "serializedName": "environmentName", + "modelType": { + "$id": "3150", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3151", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "3152", + "isReadOnly": false, + "realPath": [ + "referenceType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3153", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3154", + "fixed": false, + "raw": "Reference type" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3155", + "fixed": false, + "raw": "referenceType" + }, + "serializedName": "referenceType", + "modelType": { + "$id": "3156", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3157", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "SsisEnvironmentReference", + "documentation": "Ssis environment reference.", + "containsConstantProperties": false, + "name": { + "$id": "3158", + "fixed": false, + "raw": "SsisEnvironmentReference" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "SsisEnvironmentReference", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/SsisEnvironmentReference" + ] + } + }, + "deprecated": false + }, + { + "$id": "3159", + "$type": "CompositeType", + "properties": [ + { + "$id": "3160", + "isReadOnly": false, + "realPath": [ + "id" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3161", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3162", + "fixed": false, + "raw": "Parameter id." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3163", + "fixed": false, + "raw": "id" + }, + "serializedName": "id", + "modelType": { + "$id": "3164", + "$type": "PrimaryType", + "format": "int64", + "knownPrimaryType": "long", + "name": { + "$id": "3165", + "fixed": false, + "raw": "Long" + }, + "deprecated": false + } + }, + { + "$id": "3166", + "isReadOnly": false, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3167", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3168", + "fixed": false, + "raw": "Parameter name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3169", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "3170", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3171", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "3172", + "isReadOnly": false, + "realPath": [ + "description" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3173", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3174", + "fixed": false, + "raw": "Parameter description." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3175", + "fixed": false, + "raw": "description" + }, + "serializedName": "description", + "modelType": { + "$id": "3176", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3177", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "3178", + "isReadOnly": false, + "realPath": [ + "dataType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3179", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3180", + "fixed": false, + "raw": "Parameter type." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3181", + "fixed": false, + "raw": "dataType" + }, + "serializedName": "dataType", + "modelType": { + "$id": "3182", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3183", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "3184", + "isReadOnly": false, + "realPath": [ + "required" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3185", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3186", + "fixed": false, + "raw": "Whether parameter is required." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3187", + "fixed": false, + "raw": "required" + }, + "serializedName": "required", + "modelType": { + "$id": "3188", + "$type": "PrimaryType", + "knownPrimaryType": "boolean", + "name": { + "$id": "3189", + "fixed": false, + "raw": "Boolean" + }, + "deprecated": false + } + }, + { + "$id": "3190", + "isReadOnly": false, + "realPath": [ + "sensitive" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3191", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3192", + "fixed": false, + "raw": "Whether parameter is sensitive." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3193", + "fixed": false, + "raw": "sensitive" + }, + "serializedName": "sensitive", + "modelType": { + "$id": "3194", + "$type": "PrimaryType", + "knownPrimaryType": "boolean", + "name": { + "$id": "3195", + "fixed": false, + "raw": "Boolean" + }, + "deprecated": false + } + }, + { + "$id": "3196", + "isReadOnly": false, + "realPath": [ + "designDefaultValue" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3197", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3198", + "fixed": false, + "raw": "Design default value of parameter." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3199", + "fixed": false, + "raw": "designDefaultValue" + }, + "serializedName": "designDefaultValue", + "modelType": { + "$id": "3200", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3201", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "3202", + "isReadOnly": false, + "realPath": [ + "defaultValue" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3203", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3204", + "fixed": false, + "raw": "Default value of parameter." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3205", + "fixed": false, + "raw": "defaultValue" + }, + "serializedName": "defaultValue", + "modelType": { + "$id": "3206", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3207", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "3208", + "isReadOnly": false, + "realPath": [ + "sensitiveDefaultValue" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3209", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3210", + "fixed": false, + "raw": "Default sensitive value of parameter." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3211", + "fixed": false, + "raw": "sensitiveDefaultValue" + }, + "serializedName": "sensitiveDefaultValue", + "modelType": { + "$id": "3212", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3213", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "3214", + "isReadOnly": false, + "realPath": [ + "valueType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3215", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3216", + "fixed": false, + "raw": "Parameter value type." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3217", + "fixed": false, + "raw": "valueType" + }, + "serializedName": "valueType", + "modelType": { + "$id": "3218", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3219", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "3220", + "isReadOnly": false, + "realPath": [ + "valueSet" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3221", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3222", + "fixed": false, + "raw": "Parameter value set." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3223", + "fixed": false, + "raw": "valueSet" + }, + "serializedName": "valueSet", + "modelType": { + "$id": "3224", + "$type": "PrimaryType", + "knownPrimaryType": "boolean", + "name": { + "$id": "3225", + "fixed": false, + "raw": "Boolean" + }, + "deprecated": false + } + }, + { + "$id": "3226", + "isReadOnly": false, + "realPath": [ + "variable" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3227", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3228", + "fixed": false, + "raw": "Parameter reference variable." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3229", + "fixed": false, + "raw": "variable" + }, + "serializedName": "variable", + "modelType": { + "$id": "3230", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3231", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "SsisParameter", + "documentation": "Ssis parameter.", + "containsConstantProperties": false, + "name": { + "$id": "3232", + "fixed": false, + "raw": "SsisParameter" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "SsisParameter", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/SsisParameter" + ] + } + }, + "deprecated": false + }, + { + "$id": "3233", + "$type": "CompositeType", + "properties": [ + { + "$id": "3234", + "isReadOnly": false, + "realPath": [ + "folderId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3235", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3236", + "fixed": false, + "raw": "Folder id which contains project." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3237", + "fixed": false, + "raw": "folderId" + }, + "serializedName": "folderId", + "modelType": { + "$id": "3238", + "$type": "PrimaryType", + "format": "int64", + "knownPrimaryType": "long", + "name": { + "$id": "3239", + "fixed": false, + "raw": "Long" + }, + "deprecated": false + } + }, + { + "$id": "3240", + "isReadOnly": false, + "realPath": [ + "version" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3241", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3242", + "fixed": false, + "raw": "Project version." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3243", + "fixed": false, + "raw": "version" + }, + "serializedName": "version", + "modelType": { + "$id": "3244", + "$type": "PrimaryType", + "format": "int64", + "knownPrimaryType": "long", + "name": { + "$id": "3245", + "fixed": false, + "raw": "Long" + }, + "deprecated": false + } + }, + { + "$id": "3246", + "isReadOnly": false, + "realPath": [ + "environmentRefs" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3247", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3248", + "fixed": false, + "raw": "Environment reference in project" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3249", + "fixed": false, + "raw": "environmentRefs" + }, + "serializedName": "environmentRefs", + "modelType": { + "$id": "3250", + "$type": "SequenceType", + "elementType": { + "$ref": "3133" + }, + "name": { + "$id": "3251", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3252", + "isReadOnly": false, + "realPath": [ + "parameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3253", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3254", + "fixed": false, + "raw": "Parameters in project" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3255", + "fixed": false, + "raw": "parameters" + }, + "serializedName": "parameters", + "modelType": { + "$id": "3256", + "$type": "SequenceType", + "elementType": { + "$ref": "3159" + }, + "name": { + "$id": "3257", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "Project", + "baseModelType": { + "$ref": "3097" + }, + "documentation": "Ssis project.", + "containsConstantProperties": false, + "name": { + "$id": "3258", + "fixed": false, + "raw": "SsisProject" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "SsisProject", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/SsisProject" + ] + }, + "x-ms-discriminator-value": "Project" + }, + "deprecated": false + }, + { + "$id": "3259", + "$type": "CompositeType", + "properties": [ + { + "$id": "3260", + "isReadOnly": false, + "realPath": [ + "folderId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3261", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3262", + "fixed": false, + "raw": "Folder id which contains package." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3263", + "fixed": false, + "raw": "folderId" + }, + "serializedName": "folderId", + "modelType": { + "$id": "3264", + "$type": "PrimaryType", + "format": "int64", + "knownPrimaryType": "long", + "name": { + "$id": "3265", + "fixed": false, + "raw": "Long" + }, + "deprecated": false + } + }, + { + "$id": "3266", + "isReadOnly": false, + "realPath": [ + "projectVersion" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3267", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3268", + "fixed": false, + "raw": "Project version which contains package." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3269", + "fixed": false, + "raw": "projectVersion" + }, + "serializedName": "projectVersion", + "modelType": { + "$id": "3270", + "$type": "PrimaryType", + "format": "int64", + "knownPrimaryType": "long", + "name": { + "$id": "3271", + "fixed": false, + "raw": "Long" + }, + "deprecated": false + } + }, + { + "$id": "3272", + "isReadOnly": false, + "realPath": [ + "projectId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3273", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3274", + "fixed": false, + "raw": "Project id which contains package." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3275", + "fixed": false, + "raw": "projectId" + }, + "serializedName": "projectId", + "modelType": { + "$id": "3276", + "$type": "PrimaryType", + "format": "int64", + "knownPrimaryType": "long", + "name": { + "$id": "3277", + "fixed": false, + "raw": "Long" + }, + "deprecated": false + } + }, + { + "$id": "3278", + "isReadOnly": false, + "realPath": [ + "parameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3279", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3280", + "fixed": false, + "raw": "Parameters in package" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3281", + "fixed": false, + "raw": "parameters" + }, + "serializedName": "parameters", + "modelType": { + "$id": "3282", + "$type": "SequenceType", + "elementType": { + "$ref": "3159" + }, + "name": { + "$id": "3283", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "Package", + "baseModelType": { + "$ref": "3097" + }, + "documentation": "Ssis Package.", + "containsConstantProperties": false, + "name": { + "$id": "3284", + "fixed": false, + "raw": "SsisPackage" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "SsisPackage", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/SsisPackage" + ] + }, + "x-ms-discriminator-value": "Package" + }, + "deprecated": false + }, + { + "$id": "3285", + "$type": "CompositeType", + "properties": [ + { + "$id": "3286", + "isReadOnly": false, + "realPath": [ + "id" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3287", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3288", + "fixed": false, + "raw": "Variable id." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3289", + "fixed": false, + "raw": "id" + }, + "serializedName": "id", + "modelType": { + "$id": "3290", + "$type": "PrimaryType", + "format": "int64", + "knownPrimaryType": "long", + "name": { + "$id": "3291", + "fixed": false, + "raw": "Long" + }, + "deprecated": false + } + }, + { + "$id": "3292", + "isReadOnly": false, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3293", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3294", + "fixed": false, + "raw": "Variable name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3295", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "3296", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3297", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "3298", + "isReadOnly": false, + "realPath": [ + "description" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3299", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3300", + "fixed": false, + "raw": "Variable description." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3301", + "fixed": false, + "raw": "description" + }, + "serializedName": "description", + "modelType": { + "$id": "3302", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3303", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "3304", + "isReadOnly": false, + "realPath": [ + "dataType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3305", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3306", + "fixed": false, + "raw": "Variable type." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3307", + "fixed": false, + "raw": "dataType" + }, + "serializedName": "dataType", + "modelType": { + "$id": "3308", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3309", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "3310", + "isReadOnly": false, + "realPath": [ + "sensitive" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3311", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3312", + "fixed": false, + "raw": "Whether variable is sensitive." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3313", + "fixed": false, + "raw": "sensitive" + }, + "serializedName": "sensitive", + "modelType": { + "$id": "3314", + "$type": "PrimaryType", + "knownPrimaryType": "boolean", + "name": { + "$id": "3315", + "fixed": false, + "raw": "Boolean" + }, + "deprecated": false + } + }, + { + "$id": "3316", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3317", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3318", + "fixed": false, + "raw": "Variable value." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3319", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "3320", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3321", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "3322", + "isReadOnly": false, + "realPath": [ + "sensitiveValue" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3323", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3324", + "fixed": false, + "raw": "Variable sensitive value." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3325", + "fixed": false, + "raw": "sensitiveValue" + }, + "serializedName": "sensitiveValue", + "modelType": { + "$id": "3326", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3327", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "SsisVariable", + "documentation": "Ssis variable.", + "containsConstantProperties": false, + "name": { + "$id": "3328", + "fixed": false, + "raw": "SsisVariable" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "SsisVariable", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/SsisVariable" + ] + } + }, + "deprecated": false + }, + { + "$id": "3329", + "$type": "CompositeType", + "properties": [ + { + "$id": "3330", + "isReadOnly": false, + "realPath": [ + "folderId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3331", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3332", + "fixed": false, + "raw": "Folder id which contains environment." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3333", + "fixed": false, + "raw": "folderId" + }, + "serializedName": "folderId", + "modelType": { + "$id": "3334", + "$type": "PrimaryType", + "format": "int64", + "knownPrimaryType": "long", + "name": { + "$id": "3335", + "fixed": false, + "raw": "Long" + }, + "deprecated": false + } + }, + { + "$id": "3336", + "isReadOnly": false, + "realPath": [ + "variables" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3337", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3338", + "fixed": false, + "raw": "Variable in environment" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3339", + "fixed": false, + "raw": "variables" + }, + "serializedName": "variables", + "modelType": { + "$id": "3340", + "$type": "SequenceType", + "elementType": { + "$ref": "3285" + }, + "name": { + "$id": "3341", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "Environment", + "baseModelType": { + "$ref": "3097" + }, + "documentation": "Ssis environment.", + "containsConstantProperties": false, + "name": { + "$id": "3342", + "fixed": false, + "raw": "SsisEnvironment" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json" + ], + "name": "SsisEnvironment", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/SsisEnvironment" + ] + }, + "x-ms-discriminator-value": "Environment" + }, + "deprecated": false + }, + { + "$id": "3343", + "$type": "CompositeType", + "serializedName": "Container", + "baseModelType": { + "$ref": "659" + }, + "documentation": "Base class for all control activities like IfCondition, ForEach , Until.", + "containsConstantProperties": false, + "name": { + "$id": "3344", + "fixed": false, + "raw": "ControlActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "ControlActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/ControlActivity" + ] + }, + "x-ms-discriminator-value": "Container" + }, + "deprecated": false + }, + { + "$id": "3345", + "$type": "CompositeType", + "properties": [ + { + "$id": "3346", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "3347", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3348", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3349", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "3350", + "$type": "DictionaryType", + "valueType": { + "$id": "3351", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3352", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "3353", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3354", + "isReadOnly": false, + "realPath": [ + "timeout" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3355", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3356", + "fixed": false, + "raw": "Specifies the timeout for the activity to run. The default timeout is 7 days. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3357", + "fixed": false, + "raw": "timeout" + }, + "serializedName": "timeout", + "modelType": { + "$id": "3358", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3359", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3360", + "isReadOnly": false, + "realPath": [ + "retry" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3361", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3362", + "fixed": false, + "raw": "Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3363", + "fixed": false, + "raw": "retry" + }, + "serializedName": "retry", + "modelType": { + "$id": "3364", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3365", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3366", + "isReadOnly": false, + "realPath": [ + "retryIntervalInSeconds" + ], + "collectionFormat": "none", + "constraints": { + "InclusiveMaximum": "86400", + "InclusiveMinimum": "30" + }, + "defaultValue": { + "$id": "3367", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3368", + "fixed": false, + "raw": "Interval between each retry attempt (in seconds). The default is 30 sec." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3369", + "fixed": false, + "raw": "retryIntervalInSeconds" + }, + "serializedName": "retryIntervalInSeconds", + "modelType": { + "$id": "3370", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "3371", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + }, + { + "$id": "3372", + "isReadOnly": false, + "realPath": [ + "secureInput" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3373", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3374", + "fixed": false, + "raw": "When set to true, Input from activity is considered as secure and will not be logged to monitoring." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3375", + "fixed": false, + "raw": "secureInput" + }, + "serializedName": "secureInput", + "modelType": { + "$id": "3376", + "$type": "PrimaryType", + "knownPrimaryType": "boolean", + "name": { + "$id": "3377", + "fixed": false, + "raw": "Boolean" + }, + "deprecated": false + } + }, + { + "$id": "3378", + "isReadOnly": false, + "realPath": [ + "secureOutput" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3379", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3380", + "fixed": false, + "raw": "When set to true, Output from activity is considered as secure and will not be logged to monitoring." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3381", + "fixed": false, + "raw": "secureOutput" + }, + "serializedName": "secureOutput", + "modelType": { + "$id": "3382", + "$type": "PrimaryType", + "knownPrimaryType": "boolean", + "name": { + "$id": "3383", + "fixed": false, + "raw": "Boolean" + }, + "deprecated": false + } + } + ], + "serializedName": "ActivityPolicy", + "documentation": "Execution policy for an activity.", + "containsConstantProperties": false, + "name": { + "$id": "3384", + "fixed": false, + "raw": "ActivityPolicy" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "ActivityPolicy", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/ActivityPolicy" + ] + } + }, + "deprecated": false + }, + { + "$id": "3385", + "$type": "CompositeType", + "properties": [ + { + "$id": "3386", + "isReadOnly": false, + "realPath": [ + "linkedServiceName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3387", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3388", + "fixed": false, + "raw": "Linked service reference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3389", + "fixed": false, + "raw": "linkedServiceName" + }, + "serializedName": "linkedServiceName", + "modelType": { + "$ref": "100" + } + }, + { + "$id": "3390", + "isReadOnly": false, + "realPath": [ + "policy" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3391", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3392", + "fixed": false, + "raw": "Activity policy." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3393", + "fixed": false, + "raw": "policy" + }, + "serializedName": "policy", + "modelType": { + "$ref": "3345" + } + } + ], + "serializedName": "Execution", + "baseModelType": { + "$ref": "659" + }, + "documentation": "Base class for all execution activities.", + "containsConstantProperties": true, + "name": { + "$id": "3394", + "fixed": false, + "raw": "ExecutionActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "ExecutionActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/ExecutionActivity" + ] + }, + "x-ms-discriminator-value": "Execution" + }, + "deprecated": false + }, + { + "$id": "3395", + "$type": "CompositeType", + "properties": [ + { + "$id": "3396", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "3397", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3398", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3399", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "3400", + "$type": "DictionaryType", + "valueType": { + "$id": "3401", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3402", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "3403", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3404", + "isReadOnly": false, + "realPath": [ + "maxConcurrentConnections" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3405", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3406", + "fixed": false, + "raw": "The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3407", + "fixed": false, + "raw": "maxConcurrentConnections" + }, + "serializedName": "maxConcurrentConnections", + "modelType": { + "$id": "3408", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3409", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "StoreReadSettings", + "polymorphicDiscriminator": "type", + "documentation": "Connector read setting.", + "containsConstantProperties": false, + "name": { + "$id": "3410", + "fixed": false, + "raw": "StoreReadSettings" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "StoreReadSettings", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/StoreReadSettings" + ] + } + }, + "deprecated": false + }, + { + "$id": "3411", + "$type": "CompositeType", + "properties": [ + { + "$id": "3412", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "3413", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3414", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3415", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "3416", + "$type": "DictionaryType", + "valueType": { + "$id": "3417", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3418", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "3419", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "FormatReadSettings", + "polymorphicDiscriminator": "type", + "documentation": "Format read settings.", + "containsConstantProperties": false, + "name": { + "$id": "3420", + "fixed": false, + "raw": "FormatReadSettings" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "FormatReadSettings", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/FormatReadSettings" + ] + } + }, + "deprecated": false + }, + { + "$id": "3421", + "$type": "CompositeType", + "properties": [ + { + "$id": "3422", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "3423", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3424", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3425", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "3426", + "$type": "DictionaryType", + "valueType": { + "$id": "3427", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3428", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "3429", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3430", + "isReadOnly": false, + "realPath": [ + "sourceRetryCount" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3431", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3432", + "fixed": false, + "raw": "Source retry count. Type: integer (or Expression with resultType integer)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3433", + "fixed": false, + "raw": "sourceRetryCount" + }, + "serializedName": "sourceRetryCount", + "modelType": { + "$id": "3434", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3435", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3436", + "isReadOnly": false, + "realPath": [ + "sourceRetryWait" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3437", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3438", + "fixed": false, + "raw": "Source retry wait. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3439", + "fixed": false, + "raw": "sourceRetryWait" + }, + "serializedName": "sourceRetryWait", + "modelType": { + "$id": "3440", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3441", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3442", + "isReadOnly": false, + "realPath": [ + "maxConcurrentConnections" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3443", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3444", + "fixed": false, + "raw": "The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3445", + "fixed": false, + "raw": "maxConcurrentConnections" + }, + "serializedName": "maxConcurrentConnections", + "modelType": { + "$id": "3446", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3447", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "CopySource", + "polymorphicDiscriminator": "type", + "documentation": "A copy activity source.", + "containsConstantProperties": false, + "name": { + "$id": "3448", + "fixed": false, + "raw": "CopySource" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "CopySource", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/CopySource" + ] + } + }, + "deprecated": false + }, + { + "$id": "3449", + "$type": "CompositeType", + "properties": [ + { + "$id": "3450", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "3451", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3452", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3453", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "3454", + "$type": "DictionaryType", + "valueType": { + "$id": "3455", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3456", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "3457", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3458", + "isReadOnly": false, + "realPath": [ + "writeBatchSize" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3459", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3460", + "fixed": false, + "raw": "Write batch size. Type: integer (or Expression with resultType integer), minimum: 0." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3461", + "fixed": false, + "raw": "writeBatchSize" + }, + "serializedName": "writeBatchSize", + "modelType": { + "$id": "3462", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3463", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3464", + "isReadOnly": false, + "realPath": [ + "writeBatchTimeout" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3465", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3466", + "fixed": false, + "raw": "Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3467", + "fixed": false, + "raw": "writeBatchTimeout" + }, + "serializedName": "writeBatchTimeout", + "modelType": { + "$id": "3468", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3469", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3470", + "isReadOnly": false, + "realPath": [ + "sinkRetryCount" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3471", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3472", + "fixed": false, + "raw": "Sink retry count. Type: integer (or Expression with resultType integer)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3473", + "fixed": false, + "raw": "sinkRetryCount" + }, + "serializedName": "sinkRetryCount", + "modelType": { + "$id": "3474", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3475", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3476", + "isReadOnly": false, + "realPath": [ + "sinkRetryWait" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3477", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3478", + "fixed": false, + "raw": "Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3479", + "fixed": false, + "raw": "sinkRetryWait" + }, + "serializedName": "sinkRetryWait", + "modelType": { + "$id": "3480", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3481", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3482", + "isReadOnly": false, + "realPath": [ + "maxConcurrentConnections" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3483", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3484", + "fixed": false, + "raw": "The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3485", + "fixed": false, + "raw": "maxConcurrentConnections" + }, + "serializedName": "maxConcurrentConnections", + "modelType": { + "$id": "3486", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3487", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "CopySink", + "polymorphicDiscriminator": "type", + "documentation": "A copy activity sink.", + "containsConstantProperties": false, + "name": { + "$id": "3488", + "fixed": false, + "raw": "CopySink" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "CopySink", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/CopySink" + ] + } + }, + "deprecated": false + }, + { + "$id": "3489", + "$type": "CompositeType", + "properties": [ + { + "$id": "3490", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "3491", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3492", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3493", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "3494", + "$type": "DictionaryType", + "valueType": { + "$id": "3495", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3496", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "3497", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3498", + "isReadOnly": false, + "realPath": [ + "linkedServiceName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3499", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3500", + "fixed": false, + "raw": "Staging linked service reference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "3501", + "fixed": false, + "raw": "linkedServiceName" + }, + "serializedName": "linkedServiceName", + "modelType": { + "$ref": "100" + } + }, + { + "$id": "3502", + "isReadOnly": false, + "realPath": [ + "path" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3503", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3504", + "fixed": false, + "raw": "The path to storage for storing the interim data. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3505", + "fixed": false, + "raw": "path" + }, + "serializedName": "path", + "modelType": { + "$id": "3506", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3507", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3508", + "isReadOnly": false, + "realPath": [ + "enableCompression" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3509", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3510", + "fixed": false, + "raw": "Specifies whether to use compression when copying data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3511", + "fixed": false, + "raw": "enableCompression" + }, + "serializedName": "enableCompression", + "modelType": { + "$id": "3512", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3513", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "StagingSettings", + "documentation": "Staging settings.", + "containsConstantProperties": true, + "name": { + "$id": "3514", + "fixed": false, + "raw": "StagingSettings" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "StagingSettings", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/StagingSettings" + ] + } + }, + "deprecated": false + }, + { + "$id": "3515", + "$type": "CompositeType", + "properties": [ + { + "$id": "3516", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "3517", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3518", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3519", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "3520", + "$type": "DictionaryType", + "valueType": { + "$id": "3521", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3522", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "3523", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3524", + "isReadOnly": false, + "realPath": [ + "linkedServiceName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3525", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3526", + "fixed": false, + "raw": "Name of the Azure Storage, Storage SAS, or Azure Data Lake Store linked service used for redirecting incompatible row. Must be specified if redirectIncompatibleRowSettings is specified. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "3527", + "fixed": false, + "raw": "linkedServiceName" + }, + "serializedName": "linkedServiceName", + "modelType": { + "$id": "3528", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3529", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3530", + "isReadOnly": false, + "realPath": [ + "path" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3531", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3532", + "fixed": false, + "raw": "The path for storing the redirect incompatible row data. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3533", + "fixed": false, + "raw": "path" + }, + "serializedName": "path", + "modelType": { + "$id": "3534", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3535", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "RedirectIncompatibleRowSettings", + "documentation": "Redirect incompatible row settings", + "containsConstantProperties": false, + "name": { + "$id": "3536", + "fixed": false, + "raw": "RedirectIncompatibleRowSettings" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "RedirectIncompatibleRowSettings", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/RedirectIncompatibleRowSettings" + ] + } + }, + "deprecated": false + }, + { + "$id": "3537", + "$type": "CompositeType", + "properties": [ + { + "$id": "3538", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "3539", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3540", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3541", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "3542", + "$type": "DictionaryType", + "valueType": { + "$id": "3543", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3544", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "3545", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3546", + "isReadOnly": false, + "realPath": [ + "linkedServiceName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3547", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3548", + "fixed": false, + "raw": "Log storage linked service reference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "3549", + "fixed": false, + "raw": "linkedServiceName" + }, + "serializedName": "linkedServiceName", + "modelType": { + "$ref": "100" + } + }, + { + "$id": "3550", + "isReadOnly": false, + "realPath": [ + "path" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3551", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3552", + "fixed": false, + "raw": "The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3553", + "fixed": false, + "raw": "path" + }, + "serializedName": "path", + "modelType": { + "$id": "3554", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3555", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "LogStorageSettings", + "documentation": "Log storage settings.", + "containsConstantProperties": true, + "name": { + "$id": "3556", + "fixed": false, + "raw": "LogStorageSettings" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "LogStorageSettings", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/LogStorageSettings" + ] + } + }, + "deprecated": false + }, + { + "$id": "3557", + "$type": "CompositeType", + "properties": [ + { + "$id": "3558", + "isReadOnly": false, + "realPath": [ + "fileMissing" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3559", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3560", + "fixed": false, + "raw": "Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3561", + "fixed": false, + "raw": "fileMissing" + }, + "serializedName": "fileMissing", + "modelType": { + "$id": "3562", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3563", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3564", + "isReadOnly": false, + "realPath": [ + "dataInconsistency" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3565", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3566", + "fixed": false, + "raw": "Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3567", + "fixed": false, + "raw": "dataInconsistency" + }, + "serializedName": "dataInconsistency", + "modelType": { + "$id": "3568", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3569", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SkipErrorFile", + "documentation": "Skip error file.", + "containsConstantProperties": false, + "name": { + "$id": "3570", + "fixed": false, + "raw": "SkipErrorFile" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "SkipErrorFile", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/SkipErrorFile" + ] + } + }, + "deprecated": false + }, + { + "$id": "3571", + "$type": "CompositeType", + "properties": [ + { + "$id": "3572", + "isReadOnly": false, + "realPath": [ + "source" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3573", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3574", + "fixed": false, + "raw": "Copy activity source." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "3575", + "fixed": false, + "raw": "source" + }, + "serializedName": "source", + "modelType": { + "$ref": "3421" + } + }, + { + "$id": "3576", + "isReadOnly": false, + "realPath": [ + "sink" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3577", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3578", + "fixed": false, + "raw": "Copy activity sink." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "3579", + "fixed": false, + "raw": "sink" + }, + "serializedName": "sink", + "modelType": { + "$ref": "3449" + } + }, + { + "$id": "3580", + "isReadOnly": false, + "realPath": [ + "translator" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3581", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3582", + "fixed": false, + "raw": "Copy activity translator. If not specified, tabular translator is used." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3583", + "fixed": false, + "raw": "translator" + }, + "serializedName": "translator", + "modelType": { + "$id": "3584", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3585", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3586", + "isReadOnly": false, + "realPath": [ + "enableStaging" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3587", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3588", + "fixed": false, + "raw": "Specifies whether to copy data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3589", + "fixed": false, + "raw": "enableStaging" + }, + "serializedName": "enableStaging", + "modelType": { + "$id": "3590", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3591", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3592", + "isReadOnly": false, + "realPath": [ + "stagingSettings" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3593", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3594", + "fixed": false, + "raw": "Specifies interim staging settings when EnableStaging is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3595", + "fixed": false, + "raw": "stagingSettings" + }, + "serializedName": "stagingSettings", + "modelType": { + "$ref": "3489" + } + }, + { + "$id": "3596", + "isReadOnly": false, + "realPath": [ + "parallelCopies" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3597", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3598", + "fixed": false, + "raw": "Maximum number of concurrent sessions opened on the source or sink to avoid overloading the data store. Type: integer (or Expression with resultType integer), minimum: 0." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3599", + "fixed": false, + "raw": "parallelCopies" + }, + "serializedName": "parallelCopies", + "modelType": { + "$id": "3600", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3601", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3602", + "isReadOnly": false, + "realPath": [ + "dataIntegrationUnits" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3603", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3604", + "fixed": false, + "raw": "Maximum number of data integration units that can be used to perform this data movement. Type: integer (or Expression with resultType integer), minimum: 0." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3605", + "fixed": false, + "raw": "dataIntegrationUnits" + }, + "serializedName": "dataIntegrationUnits", + "modelType": { + "$id": "3606", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3607", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3608", + "isReadOnly": false, + "realPath": [ + "enableSkipIncompatibleRow" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3609", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3610", + "fixed": false, + "raw": "Whether to skip incompatible row. Default value is false. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3611", + "fixed": false, + "raw": "enableSkipIncompatibleRow" + }, + "serializedName": "enableSkipIncompatibleRow", + "modelType": { + "$id": "3612", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3613", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3614", + "isReadOnly": false, + "realPath": [ + "redirectIncompatibleRowSettings" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3615", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3616", + "fixed": false, + "raw": "Redirect incompatible row settings when EnableSkipIncompatibleRow is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3617", + "fixed": false, + "raw": "redirectIncompatibleRowSettings" + }, + "serializedName": "redirectIncompatibleRowSettings", + "modelType": { + "$ref": "3515" + } + }, + { + "$id": "3618", + "isReadOnly": false, + "realPath": [ + "logStorageSettings" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3619", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3620", + "fixed": false, + "raw": "Log storage settings customer need to provide when enabling session log." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3621", + "fixed": false, + "raw": "logStorageSettings" + }, + "serializedName": "logStorageSettings", + "modelType": { + "$ref": "3537" + } + }, + { + "$id": "3622", + "isReadOnly": false, + "realPath": [ + "preserveRules" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3623", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3624", + "fixed": false, + "raw": "Preserve Rules." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3625", + "fixed": false, + "raw": "preserveRules" + }, + "serializedName": "preserveRules", + "modelType": { + "$id": "3626", + "$type": "SequenceType", + "elementType": { + "$id": "3627", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3628", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "name": { + "$id": "3629", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3630", + "isReadOnly": false, + "realPath": [ + "preserve" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3631", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3632", + "fixed": false, + "raw": "Preserve rules." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3633", + "fixed": false, + "raw": "preserve" + }, + "serializedName": "preserve", + "modelType": { + "$id": "3634", + "$type": "SequenceType", + "elementType": { + "$id": "3635", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3636", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "name": { + "$id": "3637", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3638", + "isReadOnly": false, + "realPath": [ + "validateDataConsistency" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3639", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3640", + "fixed": false, + "raw": "Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3641", + "fixed": false, + "raw": "validateDataConsistency" + }, + "serializedName": "validateDataConsistency", + "modelType": { + "$id": "3642", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3643", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3644", + "isReadOnly": false, + "realPath": [ + "skipErrorFile" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3645", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3646", + "fixed": false, + "raw": "Specify the fault tolerance for data consistency." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3647", + "fixed": false, + "raw": "skipErrorFile" + }, + "serializedName": "skipErrorFile", + "modelType": { + "$ref": "3557" + } + } + ], + "serializedName": "CopyActivityTypeProperties", + "documentation": "Copy activity properties.", + "containsConstantProperties": true, + "name": { + "$id": "3648", + "fixed": false, + "raw": "CopyActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "CopyActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/CopyActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "3649", + "$type": "CompositeType", + "properties": [ + { + "$id": "3650", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3651", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3652", + "fixed": false, + "raw": "Copy activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "3653", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "3571" + } + }, + { + "$id": "3654", + "isReadOnly": false, + "realPath": [ + "inputs" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3655", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3656", + "fixed": false, + "raw": "List of inputs for the activity." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3657", + "fixed": false, + "raw": "inputs" + }, + "serializedName": "inputs", + "modelType": { + "$id": "3658", + "$type": "SequenceType", + "elementType": { + "$ref": "1090" + }, + "name": { + "$id": "3659", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3660", + "isReadOnly": false, + "realPath": [ + "outputs" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3661", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3662", + "fixed": false, + "raw": "List of outputs for the activity." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3663", + "fixed": false, + "raw": "outputs" + }, + "serializedName": "outputs", + "modelType": { + "$id": "3664", + "$type": "SequenceType", + "elementType": { + "$ref": "1090" + }, + "name": { + "$id": "3665", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "Copy", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "Copy activity.", + "containsConstantProperties": true, + "name": { + "$id": "3666", + "fixed": false, + "raw": "CopyActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "CopyActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/CopyActivity" + ] + }, + "x-ms-discriminator-value": "Copy" + }, + "deprecated": false + }, + { + "$id": "3667", + "$type": "CompositeType", + "properties": [ + { + "$id": "3668", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3669", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3670", + "fixed": false, + "raw": "Stored procedure parameter value. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3671", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "3672", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3673", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3674", + "isReadOnly": false, + "realPath": [ + "type" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3675", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3676", + "fixed": false, + "raw": "Stored procedure parameter type." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "StoredProcedureParameterType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/StoredProcedureParameterType" + ] + }, + "x-ms-enum": { + "name": "StoredProcedureParameterType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3677", + "fixed": false, + "raw": "type" + }, + "serializedName": "type", + "modelType": { + "$id": "3678", + "$type": "EnumType", + "values": [ + { + "$id": "3679", + "name": "String", + "serializedName": "String" + }, + { + "$id": "3680", + "name": "Int", + "serializedName": "Int" + }, + { + "$id": "3681", + "name": "Int64", + "serializedName": "Int64" + }, + { + "$id": "3682", + "name": "Decimal", + "serializedName": "Decimal" + }, + { + "$id": "3683", + "name": "Guid", + "serializedName": "Guid" + }, + { + "$id": "3684", + "name": "Boolean", + "serializedName": "Boolean" + }, + { + "$id": "3685", + "name": "Date", + "serializedName": "Date" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "3686", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3687", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "3688", + "fixed": false, + "raw": "StoredProcedureParameterType" + }, + "deprecated": false + } + } + ], + "serializedName": "StoredProcedureParameter", + "documentation": "SQL stored procedure parameter.", + "containsConstantProperties": false, + "name": { + "$id": "3689", + "fixed": false, + "raw": "StoredProcedureParameter" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "StoredProcedureParameter", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/StoredProcedureParameter" + ] + } + }, + "deprecated": false + }, + { + "$id": "3690", + "$type": "CompositeType", + "properties": [ + { + "$id": "3691", + "isReadOnly": false, + "realPath": [ + "storageLinkedServices" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3692", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3693", + "fixed": false, + "raw": "Storage linked service references." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3694", + "fixed": false, + "raw": "storageLinkedServices" + }, + "serializedName": "storageLinkedServices", + "modelType": { + "$id": "3695", + "$type": "SequenceType", + "elementType": { + "$ref": "100" + }, + "name": { + "$id": "3696", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3697", + "isReadOnly": false, + "realPath": [ + "arguments" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3698", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3699", + "fixed": false, + "raw": "User specified arguments to HDInsightActivity." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3700", + "fixed": false, + "raw": "arguments" + }, + "serializedName": "arguments", + "modelType": { + "$id": "3701", + "$type": "SequenceType", + "elementType": { + "$id": "3702", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3703", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "name": { + "$id": "3704", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3705", + "isReadOnly": false, + "realPath": [ + "getDebugInfo" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3706", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3707", + "fixed": false, + "raw": "Debug info option." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "HDInsightActivityDebugInfoOption", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/HDInsightActivityDebugInfoOption" + ] + }, + "x-ms-enum": { + "name": "HDInsightActivityDebugInfoOption", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3708", + "fixed": false, + "raw": "getDebugInfo" + }, + "serializedName": "getDebugInfo", + "modelType": { + "$id": "3709", + "$type": "EnumType", + "values": [ + { + "$id": "3710", + "name": "None", + "serializedName": "None" + }, + { + "$id": "3711", + "name": "Always", + "serializedName": "Always" + }, + { + "$id": "3712", + "name": "Failure", + "serializedName": "Failure" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "3713", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3714", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "3715", + "fixed": false, + "raw": "HDInsightActivityDebugInfoOption" + }, + "deprecated": false + } + }, + { + "$id": "3716", + "isReadOnly": false, + "realPath": [ + "scriptPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3717", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3718", + "fixed": false, + "raw": "Script path. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3719", + "fixed": false, + "raw": "scriptPath" + }, + "serializedName": "scriptPath", + "modelType": { + "$id": "3720", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3721", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3722", + "isReadOnly": false, + "realPath": [ + "scriptLinkedService" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3723", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3724", + "fixed": false, + "raw": "Script linked service reference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3725", + "fixed": false, + "raw": "scriptLinkedService" + }, + "serializedName": "scriptLinkedService", + "modelType": { + "$ref": "100" + } + }, + { + "$id": "3726", + "isReadOnly": false, + "realPath": [ + "defines" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3727", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3728", + "fixed": false, + "raw": "Allows user to specify defines for Hive job request." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3729", + "fixed": false, + "raw": "defines" + }, + "serializedName": "defines", + "modelType": { + "$id": "3730", + "$type": "DictionaryType", + "valueType": { + "$id": "3731", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3732", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "3733", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3734", + "isReadOnly": false, + "realPath": [ + "variables" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3735", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3736", + "fixed": false, + "raw": "User specified arguments under hivevar namespace." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3737", + "fixed": false, + "raw": "variables" + }, + "serializedName": "variables", + "modelType": { + "$id": "3738", + "$type": "SequenceType", + "elementType": { + "$id": "3739", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3740", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "name": { + "$id": "3741", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3742", + "isReadOnly": false, + "realPath": [ + "queryTimeout" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3743", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3744", + "fixed": false, + "raw": "Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3745", + "fixed": false, + "raw": "queryTimeout" + }, + "serializedName": "queryTimeout", + "modelType": { + "$id": "3746", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "3747", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + } + ], + "serializedName": "HDInsightHiveActivityTypeProperties", + "documentation": "HDInsight Hive activity properties.", + "containsConstantProperties": true, + "name": { + "$id": "3748", + "fixed": false, + "raw": "HDInsightHiveActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "HDInsightHiveActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/HDInsightHiveActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "3749", + "$type": "CompositeType", + "properties": [ + { + "$id": "3750", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3751", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3752", + "fixed": false, + "raw": "HDInsight Hive activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "3753", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "3690" + } + } + ], + "serializedName": "HDInsightHive", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "HDInsight Hive activity type.", + "containsConstantProperties": true, + "name": { + "$id": "3754", + "fixed": false, + "raw": "HDInsightHiveActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "HDInsightHiveActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/HDInsightHiveActivity" + ] + }, + "x-ms-discriminator-value": "HDInsightHive" + }, + "deprecated": false + }, + { + "$id": "3755", + "$type": "CompositeType", + "properties": [ + { + "$id": "3756", + "isReadOnly": false, + "realPath": [ + "storageLinkedServices" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3757", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3758", + "fixed": false, + "raw": "Storage linked service references." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3759", + "fixed": false, + "raw": "storageLinkedServices" + }, + "serializedName": "storageLinkedServices", + "modelType": { + "$id": "3760", + "$type": "SequenceType", + "elementType": { + "$ref": "100" + }, + "name": { + "$id": "3761", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3762", + "isReadOnly": false, + "realPath": [ + "arguments" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3763", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3764", + "fixed": false, + "raw": "User specified arguments to HDInsightActivity. Type: array (or Expression with resultType array)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3765", + "fixed": false, + "raw": "arguments" + }, + "serializedName": "arguments", + "modelType": { + "$id": "3766", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3767", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3768", + "isReadOnly": false, + "realPath": [ + "getDebugInfo" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3769", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3770", + "fixed": false, + "raw": "Debug info option." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "HDInsightActivityDebugInfoOption", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/HDInsightActivityDebugInfoOption" + ] + }, + "x-ms-enum": { + "name": "HDInsightActivityDebugInfoOption", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3771", + "fixed": false, + "raw": "getDebugInfo" + }, + "serializedName": "getDebugInfo", + "modelType": { + "$ref": "3709" + } + }, + { + "$id": "3772", + "isReadOnly": false, + "realPath": [ + "scriptPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3773", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3774", + "fixed": false, + "raw": "Script path. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3775", + "fixed": false, + "raw": "scriptPath" + }, + "serializedName": "scriptPath", + "modelType": { + "$id": "3776", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3777", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3778", + "isReadOnly": false, + "realPath": [ + "scriptLinkedService" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3779", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3780", + "fixed": false, + "raw": "Script linked service reference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3781", + "fixed": false, + "raw": "scriptLinkedService" + }, + "serializedName": "scriptLinkedService", + "modelType": { + "$ref": "100" + } + }, + { + "$id": "3782", + "isReadOnly": false, + "realPath": [ + "defines" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3783", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3784", + "fixed": false, + "raw": "Allows user to specify defines for Pig job request." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3785", + "fixed": false, + "raw": "defines" + }, + "serializedName": "defines", + "modelType": { + "$id": "3786", + "$type": "DictionaryType", + "valueType": { + "$id": "3787", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3788", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "3789", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "HDInsightPigActivityTypeProperties", + "documentation": "HDInsight Pig activity properties.", + "containsConstantProperties": true, + "name": { + "$id": "3790", + "fixed": false, + "raw": "HDInsightPigActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "HDInsightPigActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/HDInsightPigActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "3791", + "$type": "CompositeType", + "properties": [ + { + "$id": "3792", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3793", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3794", + "fixed": false, + "raw": "HDInsight Pig activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "3795", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "3755" + } + } + ], + "serializedName": "HDInsightPig", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "HDInsight Pig activity type.", + "containsConstantProperties": true, + "name": { + "$id": "3796", + "fixed": false, + "raw": "HDInsightPigActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "HDInsightPigActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/HDInsightPigActivity" + ] + }, + "x-ms-discriminator-value": "HDInsightPig" + }, + "deprecated": false + }, + { + "$id": "3797", + "$type": "CompositeType", + "properties": [ + { + "$id": "3798", + "isReadOnly": false, + "realPath": [ + "storageLinkedServices" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3799", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3800", + "fixed": false, + "raw": "Storage linked service references." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3801", + "fixed": false, + "raw": "storageLinkedServices" + }, + "serializedName": "storageLinkedServices", + "modelType": { + "$id": "3802", + "$type": "SequenceType", + "elementType": { + "$ref": "100" + }, + "name": { + "$id": "3803", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3804", + "isReadOnly": false, + "realPath": [ + "arguments" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3805", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3806", + "fixed": false, + "raw": "User specified arguments to HDInsightActivity." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3807", + "fixed": false, + "raw": "arguments" + }, + "serializedName": "arguments", + "modelType": { + "$id": "3808", + "$type": "SequenceType", + "elementType": { + "$id": "3809", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3810", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "name": { + "$id": "3811", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3812", + "isReadOnly": false, + "realPath": [ + "getDebugInfo" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3813", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3814", + "fixed": false, + "raw": "Debug info option." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "HDInsightActivityDebugInfoOption", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/HDInsightActivityDebugInfoOption" + ] + }, + "x-ms-enum": { + "name": "HDInsightActivityDebugInfoOption", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3815", + "fixed": false, + "raw": "getDebugInfo" + }, + "serializedName": "getDebugInfo", + "modelType": { + "$ref": "3709" + } + }, + { + "$id": "3816", + "isReadOnly": false, + "realPath": [ + "className" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3817", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3818", + "fixed": false, + "raw": "Class name. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "3819", + "fixed": false, + "raw": "className" + }, + "serializedName": "className", + "modelType": { + "$id": "3820", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3821", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3822", + "isReadOnly": false, + "realPath": [ + "jarFilePath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3823", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3824", + "fixed": false, + "raw": "Jar path. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "3825", + "fixed": false, + "raw": "jarFilePath" + }, + "serializedName": "jarFilePath", + "modelType": { + "$id": "3826", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3827", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3828", + "isReadOnly": false, + "realPath": [ + "jarLinkedService" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3829", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3830", + "fixed": false, + "raw": "Jar linked service reference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3831", + "fixed": false, + "raw": "jarLinkedService" + }, + "serializedName": "jarLinkedService", + "modelType": { + "$ref": "100" + } + }, + { + "$id": "3832", + "isReadOnly": false, + "realPath": [ + "jarLibs" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3833", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3834", + "fixed": false, + "raw": "Jar libs." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3835", + "fixed": false, + "raw": "jarLibs" + }, + "serializedName": "jarLibs", + "modelType": { + "$id": "3836", + "$type": "SequenceType", + "elementType": { + "$id": "3837", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3838", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "name": { + "$id": "3839", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3840", + "isReadOnly": false, + "realPath": [ + "defines" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3841", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3842", + "fixed": false, + "raw": "Allows user to specify defines for the MapReduce job request." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3843", + "fixed": false, + "raw": "defines" + }, + "serializedName": "defines", + "modelType": { + "$id": "3844", + "$type": "DictionaryType", + "valueType": { + "$id": "3845", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3846", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "3847", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "HDInsightMapReduceActivityTypeProperties", + "documentation": "HDInsight MapReduce activity properties.", + "containsConstantProperties": true, + "name": { + "$id": "3848", + "fixed": false, + "raw": "HDInsightMapReduceActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "HDInsightMapReduceActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/HDInsightMapReduceActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "3849", + "$type": "CompositeType", + "properties": [ + { + "$id": "3850", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3851", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3852", + "fixed": false, + "raw": "HDInsight MapReduce activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "3853", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "3797" + } + } + ], + "serializedName": "HDInsightMapReduce", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "HDInsight MapReduce activity type.", + "containsConstantProperties": true, + "name": { + "$id": "3854", + "fixed": false, + "raw": "HDInsightMapReduceActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "HDInsightMapReduceActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/HDInsightMapReduceActivity" + ] + }, + "x-ms-discriminator-value": "HDInsightMapReduce" + }, + "deprecated": false + }, + { + "$id": "3855", + "$type": "CompositeType", + "properties": [ + { + "$id": "3856", + "isReadOnly": false, + "realPath": [ + "storageLinkedServices" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3857", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3858", + "fixed": false, + "raw": "Storage linked service references." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3859", + "fixed": false, + "raw": "storageLinkedServices" + }, + "serializedName": "storageLinkedServices", + "modelType": { + "$id": "3860", + "$type": "SequenceType", + "elementType": { + "$ref": "100" + }, + "name": { + "$id": "3861", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3862", + "isReadOnly": false, + "realPath": [ + "arguments" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3863", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3864", + "fixed": false, + "raw": "User specified arguments to HDInsightActivity." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3865", + "fixed": false, + "raw": "arguments" + }, + "serializedName": "arguments", + "modelType": { + "$id": "3866", + "$type": "SequenceType", + "elementType": { + "$id": "3867", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3868", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "name": { + "$id": "3869", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3870", + "isReadOnly": false, + "realPath": [ + "getDebugInfo" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3871", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3872", + "fixed": false, + "raw": "Debug info option." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "HDInsightActivityDebugInfoOption", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/HDInsightActivityDebugInfoOption" + ] + }, + "x-ms-enum": { + "name": "HDInsightActivityDebugInfoOption", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3873", + "fixed": false, + "raw": "getDebugInfo" + }, + "serializedName": "getDebugInfo", + "modelType": { + "$ref": "3709" + } + }, + { + "$id": "3874", + "isReadOnly": false, + "realPath": [ + "mapper" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3875", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3876", + "fixed": false, + "raw": "Mapper executable name. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "3877", + "fixed": false, + "raw": "mapper" + }, + "serializedName": "mapper", + "modelType": { + "$id": "3878", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3879", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3880", + "isReadOnly": false, + "realPath": [ + "reducer" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3881", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3882", + "fixed": false, + "raw": "Reducer executable name. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "3883", + "fixed": false, + "raw": "reducer" + }, + "serializedName": "reducer", + "modelType": { + "$id": "3884", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3885", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3886", + "isReadOnly": false, + "realPath": [ + "input" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3887", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3888", + "fixed": false, + "raw": "Input blob path. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "3889", + "fixed": false, + "raw": "input" + }, + "serializedName": "input", + "modelType": { + "$id": "3890", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3891", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3892", + "isReadOnly": false, + "realPath": [ + "output" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3893", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3894", + "fixed": false, + "raw": "Output blob path. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "3895", + "fixed": false, + "raw": "output" + }, + "serializedName": "output", + "modelType": { + "$id": "3896", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3897", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3898", + "isReadOnly": false, + "realPath": [ + "filePaths" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3899", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3900", + "fixed": false, + "raw": "Paths to streaming job files. Can be directories." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "3901", + "fixed": false, + "raw": "filePaths" + }, + "serializedName": "filePaths", + "modelType": { + "$id": "3902", + "$type": "SequenceType", + "elementType": { + "$id": "3903", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3904", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "name": { + "$id": "3905", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3906", + "isReadOnly": false, + "realPath": [ + "fileLinkedService" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3907", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3908", + "fixed": false, + "raw": "Linked service reference where the files are located." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3909", + "fixed": false, + "raw": "fileLinkedService" + }, + "serializedName": "fileLinkedService", + "modelType": { + "$ref": "100" + } + }, + { + "$id": "3910", + "isReadOnly": false, + "realPath": [ + "combiner" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3911", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3912", + "fixed": false, + "raw": "Combiner executable name. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3913", + "fixed": false, + "raw": "combiner" + }, + "serializedName": "combiner", + "modelType": { + "$id": "3914", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3915", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3916", + "isReadOnly": false, + "realPath": [ + "commandEnvironment" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3917", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3918", + "fixed": false, + "raw": "Command line environment values." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3919", + "fixed": false, + "raw": "commandEnvironment" + }, + "serializedName": "commandEnvironment", + "modelType": { + "$id": "3920", + "$type": "SequenceType", + "elementType": { + "$id": "3921", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3922", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "name": { + "$id": "3923", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3924", + "isReadOnly": false, + "realPath": [ + "defines" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3925", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3926", + "fixed": false, + "raw": "Allows user to specify defines for streaming job request." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3927", + "fixed": false, + "raw": "defines" + }, + "serializedName": "defines", + "modelType": { + "$id": "3928", + "$type": "DictionaryType", + "valueType": { + "$id": "3929", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3930", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "3931", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "HDInsightStreamingActivityTypeProperties", + "documentation": "HDInsight streaming activity properties.", + "containsConstantProperties": true, + "name": { + "$id": "3932", + "fixed": false, + "raw": "HDInsightStreamingActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "HDInsightStreamingActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/HDInsightStreamingActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "3933", + "$type": "CompositeType", + "properties": [ + { + "$id": "3934", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3935", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3936", + "fixed": false, + "raw": "HDInsight streaming activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "3937", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "3855" + } + } + ], + "serializedName": "HDInsightStreaming", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "HDInsight streaming activity type.", + "containsConstantProperties": true, + "name": { + "$id": "3938", + "fixed": false, + "raw": "HDInsightStreamingActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "HDInsightStreamingActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/HDInsightStreamingActivity" + ] + }, + "x-ms-discriminator-value": "HDInsightStreaming" + }, + "deprecated": false + }, + { + "$id": "3939", + "$type": "CompositeType", + "properties": [ + { + "$id": "3940", + "isReadOnly": false, + "realPath": [ + "rootPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3941", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3942", + "fixed": false, + "raw": "The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "3943", + "fixed": false, + "raw": "rootPath" + }, + "serializedName": "rootPath", + "modelType": { + "$id": "3944", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3945", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3946", + "isReadOnly": false, + "realPath": [ + "entryFilePath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3947", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3948", + "fixed": false, + "raw": "The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "3949", + "fixed": false, + "raw": "entryFilePath" + }, + "serializedName": "entryFilePath", + "modelType": { + "$id": "3950", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3951", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3952", + "isReadOnly": false, + "realPath": [ + "arguments" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3953", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3954", + "fixed": false, + "raw": "The user-specified arguments to HDInsightSparkActivity." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3955", + "fixed": false, + "raw": "arguments" + }, + "serializedName": "arguments", + "modelType": { + "$id": "3956", + "$type": "SequenceType", + "elementType": { + "$id": "3957", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3958", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "name": { + "$id": "3959", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "3960", + "isReadOnly": false, + "realPath": [ + "getDebugInfo" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3961", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3962", + "fixed": false, + "raw": "Debug info option." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "HDInsightActivityDebugInfoOption", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/HDInsightActivityDebugInfoOption" + ] + }, + "x-ms-enum": { + "name": "HDInsightActivityDebugInfoOption", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3963", + "fixed": false, + "raw": "getDebugInfo" + }, + "serializedName": "getDebugInfo", + "modelType": { + "$ref": "3709" + } + }, + { + "$id": "3964", + "isReadOnly": false, + "realPath": [ + "sparkJobLinkedService" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3965", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3966", + "fixed": false, + "raw": "The storage linked service for uploading the entry file and dependencies, and for receiving logs." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3967", + "fixed": false, + "raw": "sparkJobLinkedService" + }, + "serializedName": "sparkJobLinkedService", + "modelType": { + "$ref": "100" + } + }, + { + "$id": "3968", + "isReadOnly": false, + "realPath": [ + "className" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3969", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3970", + "fixed": false, + "raw": "The application's Java/Spark main class." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3971", + "fixed": false, + "raw": "className" + }, + "serializedName": "className", + "modelType": { + "$id": "3972", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "3973", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "3974", + "isReadOnly": false, + "realPath": [ + "proxyUser" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3975", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3976", + "fixed": false, + "raw": "The user to impersonate that will execute the job. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3977", + "fixed": false, + "raw": "proxyUser" + }, + "serializedName": "proxyUser", + "modelType": { + "$id": "3978", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3979", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "3980", + "isReadOnly": false, + "realPath": [ + "sparkConfig" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3981", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3982", + "fixed": false, + "raw": "Spark configuration property." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "3983", + "fixed": false, + "raw": "sparkConfig" + }, + "serializedName": "sparkConfig", + "modelType": { + "$id": "3984", + "$type": "DictionaryType", + "valueType": { + "$id": "3985", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "3986", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "3987", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "HDInsightSparkActivityTypeProperties", + "documentation": "HDInsight spark activity properties.", + "containsConstantProperties": true, + "name": { + "$id": "3988", + "fixed": false, + "raw": "HDInsightSparkActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "HDInsightSparkActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/HDInsightSparkActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "3989", + "$type": "CompositeType", + "properties": [ + { + "$id": "3990", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3991", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3992", + "fixed": false, + "raw": "HDInsight spark activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "3993", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "3939" + } + } + ], + "serializedName": "HDInsightSpark", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "HDInsight Spark activity.", + "containsConstantProperties": true, + "name": { + "$id": "3994", + "fixed": false, + "raw": "HDInsightSparkActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "HDInsightSparkActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/HDInsightSparkActivity" + ] + }, + "x-ms-discriminator-value": "HDInsightSpark" + }, + "deprecated": false + }, + { + "$id": "3995", + "$type": "CompositeType", + "properties": [ + { + "$id": "3996", + "isReadOnly": false, + "realPath": [ + "domain" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "3997", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "3998", + "fixed": false, + "raw": "Domain for windows authentication." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "3999", + "fixed": false, + "raw": "domain" + }, + "serializedName": "domain", + "modelType": { + "$id": "4000", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4001", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4002", + "isReadOnly": false, + "realPath": [ + "userName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4003", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4004", + "fixed": false, + "raw": "UseName for windows authentication." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4005", + "fixed": false, + "raw": "userName" + }, + "serializedName": "userName", + "modelType": { + "$id": "4006", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4007", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4008", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4009", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4010", + "fixed": false, + "raw": "Password for windows authentication." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4011", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + } + ], + "serializedName": "SSISAccessCredential", + "documentation": "SSIS access credential.", + "containsConstantProperties": false, + "name": { + "$id": "4012", + "fixed": false, + "raw": "SSISAccessCredential" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "SSISAccessCredential", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/SSISAccessCredential" + ] + } + }, + "deprecated": false + }, + { + "$id": "4013", + "$type": "CompositeType", + "properties": [ + { + "$id": "4014", + "isReadOnly": false, + "realPath": [ + "packagePath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4015", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4016", + "fixed": false, + "raw": "Path for embedded child package. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4017", + "fixed": false, + "raw": "packagePath" + }, + "serializedName": "packagePath", + "modelType": { + "$id": "4018", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4019", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4020", + "isReadOnly": false, + "realPath": [ + "packageName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4021", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4022", + "fixed": false, + "raw": "Name for embedded child package." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4023", + "fixed": false, + "raw": "packageName" + }, + "serializedName": "packageName", + "modelType": { + "$id": "4024", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "4025", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "4026", + "isReadOnly": false, + "realPath": [ + "packageContent" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4027", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4028", + "fixed": false, + "raw": "Content for embedded child package. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4029", + "fixed": false, + "raw": "packageContent" + }, + "serializedName": "packageContent", + "modelType": { + "$id": "4030", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4031", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4032", + "isReadOnly": false, + "realPath": [ + "packageLastModifiedDate" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4033", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4034", + "fixed": false, + "raw": "Last modified date for embedded child package." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4035", + "fixed": false, + "raw": "packageLastModifiedDate" + }, + "serializedName": "packageLastModifiedDate", + "modelType": { + "$id": "4036", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "4037", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "SSISChildPackage", + "documentation": "SSIS embedded child package.", + "containsConstantProperties": false, + "name": { + "$id": "4038", + "fixed": false, + "raw": "SSISChildPackage" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "SSISChildPackage", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/SSISChildPackage" + ] + } + }, + "deprecated": false + }, + { + "$id": "4039", + "$type": "CompositeType", + "properties": [ + { + "$id": "4040", + "isReadOnly": false, + "realPath": [ + "packagePassword" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4041", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4042", + "fixed": false, + "raw": "Password of the package." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4043", + "fixed": false, + "raw": "packagePassword" + }, + "serializedName": "packagePassword", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "4044", + "isReadOnly": false, + "realPath": [ + "accessCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4045", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4046", + "fixed": false, + "raw": "The package access credential." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4047", + "fixed": false, + "raw": "accessCredential" + }, + "serializedName": "accessCredential", + "modelType": { + "$ref": "3995" + } + }, + { + "$id": "4048", + "isReadOnly": false, + "realPath": [ + "configurationPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4049", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4050", + "fixed": false, + "raw": "The configuration file of the package execution. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4051", + "fixed": false, + "raw": "configurationPath" + }, + "serializedName": "configurationPath", + "modelType": { + "$id": "4052", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4053", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4054", + "isReadOnly": false, + "realPath": [ + "configurationAccessCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4055", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4056", + "fixed": false, + "raw": "The configuration file access credential." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4057", + "fixed": false, + "raw": "configurationAccessCredential" + }, + "serializedName": "configurationAccessCredential", + "modelType": { + "$ref": "3995" + } + }, + { + "$id": "4058", + "isReadOnly": false, + "realPath": [ + "packageName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4059", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4060", + "fixed": false, + "raw": "The package name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4061", + "fixed": false, + "raw": "packageName" + }, + "serializedName": "packageName", + "modelType": { + "$id": "4062", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "4063", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "4064", + "isReadOnly": false, + "realPath": [ + "packageContent" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4065", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4066", + "fixed": false, + "raw": "The embedded package content. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4067", + "fixed": false, + "raw": "packageContent" + }, + "serializedName": "packageContent", + "modelType": { + "$id": "4068", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4069", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4070", + "isReadOnly": false, + "realPath": [ + "packageLastModifiedDate" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4071", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4072", + "fixed": false, + "raw": "The embedded package last modified date." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4073", + "fixed": false, + "raw": "packageLastModifiedDate" + }, + "serializedName": "packageLastModifiedDate", + "modelType": { + "$id": "4074", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "4075", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "4076", + "isReadOnly": false, + "realPath": [ + "childPackages" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4077", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4078", + "fixed": false, + "raw": "The embedded child package list." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4079", + "fixed": false, + "raw": "childPackages" + }, + "serializedName": "childPackages", + "modelType": { + "$id": "4080", + "$type": "SequenceType", + "elementType": { + "$ref": "4013" + }, + "name": { + "$id": "4081", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "SSISPackageLocationTypeProperties", + "documentation": "SSIS package location properties.", + "containsConstantProperties": false, + "name": { + "$id": "4082", + "fixed": false, + "raw": "SSISPackageLocationTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "SSISPackageLocationTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/SSISPackageLocationTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4083", + "$type": "CompositeType", + "properties": [ + { + "$id": "4084", + "isReadOnly": false, + "realPath": [ + "packagePath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4085", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4086", + "fixed": false, + "raw": "The SSIS package path. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4087", + "fixed": false, + "raw": "packagePath" + }, + "serializedName": "packagePath", + "modelType": { + "$id": "4088", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4089", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4090", + "isReadOnly": false, + "realPath": [ + "type" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4091", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4092", + "fixed": false, + "raw": "The type of SSIS package location." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "SsisPackageLocationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/SSISPackageLocation-type" + ] + }, + "x-ms-enum": { + "name": "SsisPackageLocationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4093", + "fixed": false, + "raw": "type" + }, + "serializedName": "type", + "modelType": { + "$id": "4094", + "$type": "EnumType", + "values": [ + { + "$id": "4095", + "name": "SSISDB", + "serializedName": "SSISDB" + }, + { + "$id": "4096", + "name": "File", + "serializedName": "File" + }, + { + "$id": "4097", + "name": "InlinePackage", + "serializedName": "InlinePackage" + }, + { + "$id": "4098", + "name": "PackageStore", + "serializedName": "PackageStore" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "4099", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "4100", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "4101", + "fixed": false, + "raw": "SsisPackageLocationType" + }, + "deprecated": false + } + }, + { + "$id": "4102", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4103", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4104", + "fixed": false, + "raw": "SSIS package location properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4105", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4039" + } + } + ], + "serializedName": "SSISPackageLocation", + "documentation": "SSIS package location.", + "containsConstantProperties": false, + "name": { + "$id": "4106", + "fixed": false, + "raw": "SSISPackageLocation" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "SSISPackageLocation", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/SSISPackageLocation" + ] + } + }, + "deprecated": false + }, + { + "$id": "4107", + "$type": "CompositeType", + "properties": [ + { + "$id": "4108", + "isReadOnly": false, + "realPath": [ + "domain" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4109", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4110", + "fixed": false, + "raw": "Domain for windows authentication." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4111", + "fixed": false, + "raw": "domain" + }, + "serializedName": "domain", + "modelType": { + "$id": "4112", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4113", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4114", + "isReadOnly": false, + "realPath": [ + "userName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4115", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4116", + "fixed": false, + "raw": "UseName for windows authentication." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4117", + "fixed": false, + "raw": "userName" + }, + "serializedName": "userName", + "modelType": { + "$id": "4118", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4119", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4120", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4121", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4122", + "fixed": false, + "raw": "Password for windows authentication." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4123", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "90" + } + } + ], + "serializedName": "SSISExecutionCredential", + "documentation": "SSIS package execution credential.", + "containsConstantProperties": false, + "name": { + "$id": "4124", + "fixed": false, + "raw": "SSISExecutionCredential" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "SSISExecutionCredential", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/SSISExecutionCredential" + ] + } + }, + "deprecated": false + }, + { + "$id": "4125", + "$type": "CompositeType", + "properties": [ + { + "$id": "4126", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4127", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4128", + "fixed": false, + "raw": "SSIS package execution parameter value. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4129", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "4130", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4131", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SSISExecutionParameter", + "documentation": "SSIS execution parameter.", + "containsConstantProperties": false, + "name": { + "$id": "4132", + "fixed": false, + "raw": "SSISExecutionParameter" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "SSISExecutionParameter", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/SSISExecutionParameter" + ] + } + }, + "deprecated": false + }, + { + "$id": "4133", + "$type": "CompositeType", + "properties": [ + { + "$id": "4134", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4135", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4136", + "fixed": false, + "raw": "SSIS package property override value. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4137", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "4138", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4139", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4140", + "isReadOnly": false, + "realPath": [ + "isSensitive" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4141", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4142", + "fixed": false, + "raw": "Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4143", + "fixed": false, + "raw": "isSensitive" + }, + "serializedName": "isSensitive", + "modelType": { + "$id": "4144", + "$type": "PrimaryType", + "knownPrimaryType": "boolean", + "name": { + "$id": "4145", + "fixed": false, + "raw": "Boolean" + }, + "deprecated": false + } + } + ], + "serializedName": "SSISPropertyOverride", + "documentation": "SSIS property override.", + "containsConstantProperties": false, + "name": { + "$id": "4146", + "fixed": false, + "raw": "SSISPropertyOverride" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "SSISPropertyOverride", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/SSISPropertyOverride" + ] + } + }, + "deprecated": false + }, + { + "$id": "4147", + "$type": "CompositeType", + "properties": [ + { + "$id": "4148", + "isReadOnly": false, + "realPath": [ + "accessCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4149", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4150", + "fixed": false, + "raw": "The package execution log access credential." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4151", + "fixed": false, + "raw": "accessCredential" + }, + "serializedName": "accessCredential", + "modelType": { + "$ref": "3995" + } + }, + { + "$id": "4152", + "isReadOnly": false, + "realPath": [ + "logRefreshInterval" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4153", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4154", + "fixed": false, + "raw": "Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4155", + "fixed": false, + "raw": "logRefreshInterval" + }, + "serializedName": "logRefreshInterval", + "modelType": { + "$id": "4156", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4157", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SSISLogLocationTypeProperties", + "documentation": "SSIS package execution log location properties.", + "containsConstantProperties": false, + "name": { + "$id": "4158", + "fixed": false, + "raw": "SSISLogLocationTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "SSISLogLocationTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/SSISLogLocationTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4159", + "$type": "CompositeType", + "properties": [ + { + "$id": "4160", + "isReadOnly": false, + "realPath": [ + "logPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4161", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4162", + "fixed": false, + "raw": "The SSIS package execution log path. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4163", + "fixed": false, + "raw": "logPath" + }, + "serializedName": "logPath", + "modelType": { + "$id": "4164", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4165", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4166", + "isReadOnly": false, + "realPath": [ + "type" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4167", + "fixed": false, + "raw": "File" + }, + "deprecated": false, + "documentation": { + "$id": "4168", + "fixed": false, + "raw": "The type of SSIS log location." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "SsisLogLocationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/SSISLogLocation-type" + ] + }, + "x-ms-enum": { + "name": "SsisLogLocationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "4169", + "fixed": false, + "raw": "type" + }, + "serializedName": "type", + "modelType": { + "$id": "4170", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "4171", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "4172", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4173", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4174", + "fixed": false, + "raw": "SSIS package execution log location properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4175", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4147" + } + } + ], + "serializedName": "SSISLogLocation", + "documentation": "SSIS package execution log location", + "containsConstantProperties": true, + "name": { + "$id": "4176", + "fixed": false, + "raw": "SSISLogLocation" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "SSISLogLocation", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/SSISLogLocation" + ] + } + }, + "deprecated": false + }, + { + "$id": "4177", + "$type": "CompositeType", + "properties": [ + { + "$id": "4178", + "isReadOnly": false, + "realPath": [ + "packageLocation" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4179", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4180", + "fixed": false, + "raw": "SSIS package location." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4181", + "fixed": false, + "raw": "packageLocation" + }, + "serializedName": "packageLocation", + "modelType": { + "$ref": "4083" + } + }, + { + "$id": "4182", + "isReadOnly": false, + "realPath": [ + "runtime" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4183", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4184", + "fixed": false, + "raw": "Specifies the runtime to execute SSIS package. The value should be \"x86\" or \"x64\". Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4185", + "fixed": false, + "raw": "runtime" + }, + "serializedName": "runtime", + "modelType": { + "$id": "4186", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4187", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4188", + "isReadOnly": false, + "realPath": [ + "loggingLevel" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4189", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4190", + "fixed": false, + "raw": "The logging level of SSIS package execution. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4191", + "fixed": false, + "raw": "loggingLevel" + }, + "serializedName": "loggingLevel", + "modelType": { + "$id": "4192", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4193", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4194", + "isReadOnly": false, + "realPath": [ + "environmentPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4195", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4196", + "fixed": false, + "raw": "The environment path to execute the SSIS package. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4197", + "fixed": false, + "raw": "environmentPath" + }, + "serializedName": "environmentPath", + "modelType": { + "$id": "4198", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4199", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4200", + "isReadOnly": false, + "realPath": [ + "executionCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4201", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4202", + "fixed": false, + "raw": "The package execution credential." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4203", + "fixed": false, + "raw": "executionCredential" + }, + "serializedName": "executionCredential", + "modelType": { + "$ref": "4107" + } + }, + { + "$id": "4204", + "isReadOnly": false, + "realPath": [ + "connectVia" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4205", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4206", + "fixed": false, + "raw": "The integration runtime reference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4207", + "fixed": false, + "raw": "connectVia" + }, + "serializedName": "connectVia", + "modelType": { + "$ref": "312" + } + }, + { + "$id": "4208", + "isReadOnly": false, + "realPath": [ + "projectParameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4209", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4210", + "fixed": false, + "raw": "The project level parameters to execute the SSIS package." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4211", + "fixed": false, + "raw": "projectParameters" + }, + "serializedName": "projectParameters", + "modelType": { + "$id": "4212", + "$type": "DictionaryType", + "valueType": { + "$ref": "4125" + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "4213", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "4214", + "isReadOnly": false, + "realPath": [ + "packageParameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4215", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4216", + "fixed": false, + "raw": "The package level parameters to execute the SSIS package." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4217", + "fixed": false, + "raw": "packageParameters" + }, + "serializedName": "packageParameters", + "modelType": { + "$id": "4218", + "$type": "DictionaryType", + "valueType": { + "$ref": "4125" + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "4219", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "4220", + "isReadOnly": false, + "realPath": [ + "projectConnectionManagers" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4221", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4222", + "fixed": false, + "raw": "The project level connection managers to execute the SSIS package." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4223", + "fixed": false, + "raw": "projectConnectionManagers" + }, + "serializedName": "projectConnectionManagers", + "modelType": { + "$id": "4224", + "$type": "DictionaryType", + "valueType": { + "$id": "4225", + "$type": "DictionaryType", + "valueType": { + "$ref": "4125" + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "4226", + "fixed": false + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "4227", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "4228", + "isReadOnly": false, + "realPath": [ + "packageConnectionManagers" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4229", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4230", + "fixed": false, + "raw": "The package level connection managers to execute the SSIS package." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4231", + "fixed": false, + "raw": "packageConnectionManagers" + }, + "serializedName": "packageConnectionManagers", + "modelType": { + "$id": "4232", + "$type": "DictionaryType", + "valueType": { + "$id": "4233", + "$type": "DictionaryType", + "valueType": { + "$ref": "4125" + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "4234", + "fixed": false + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "4235", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "4236", + "isReadOnly": false, + "realPath": [ + "propertyOverrides" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4237", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4238", + "fixed": false, + "raw": "The property overrides to execute the SSIS package." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4239", + "fixed": false, + "raw": "propertyOverrides" + }, + "serializedName": "propertyOverrides", + "modelType": { + "$id": "4240", + "$type": "DictionaryType", + "valueType": { + "$ref": "4133" + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "4241", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "4242", + "isReadOnly": false, + "realPath": [ + "logLocation" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4243", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4244", + "fixed": false, + "raw": "SSIS package execution log location." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4245", + "fixed": false, + "raw": "logLocation" + }, + "serializedName": "logLocation", + "modelType": { + "$ref": "4159" + } + } + ], + "serializedName": "ExecuteSSISPackageActivityTypeProperties", + "documentation": "Execute SSIS package activity properties.", + "containsConstantProperties": true, + "name": { + "$id": "4246", + "fixed": false, + "raw": "ExecuteSSISPackageActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "ExecuteSSISPackageActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/ExecuteSSISPackageActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4247", + "$type": "CompositeType", + "properties": [ + { + "$id": "4248", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4249", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4250", + "fixed": false, + "raw": "Execute SSIS package activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4251", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4177" + } + } + ], + "serializedName": "ExecuteSSISPackage", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "Execute SSIS package activity.", + "containsConstantProperties": true, + "name": { + "$id": "4252", + "fixed": false, + "raw": "ExecuteSSISPackageActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "ExecuteSSISPackageActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/ExecuteSSISPackageActivity" + ] + }, + "x-ms-discriminator-value": "ExecuteSSISPackage" + }, + "deprecated": false + }, + { + "$id": "4253", + "$type": "CompositeType", + "properties": [ + { + "$id": "4254", + "isReadOnly": false, + "realPath": [ + "linkedServices" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4255", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4256", + "fixed": false, + "raw": "Linked service references." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4257", + "fixed": false, + "raw": "linkedServices" + }, + "serializedName": "linkedServices", + "modelType": { + "$id": "4258", + "$type": "SequenceType", + "elementType": { + "$ref": "100" + }, + "name": { + "$id": "4259", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "4260", + "isReadOnly": false, + "realPath": [ + "datasets" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4261", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4262", + "fixed": false, + "raw": "Dataset references." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4263", + "fixed": false, + "raw": "datasets" + }, + "serializedName": "datasets", + "modelType": { + "$id": "4264", + "$type": "SequenceType", + "elementType": { + "$ref": "1090" + }, + "name": { + "$id": "4265", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "CustomActivityReferenceObject", + "documentation": "Reference objects for custom activity", + "containsConstantProperties": false, + "name": { + "$id": "4266", + "fixed": false, + "raw": "CustomActivityReferenceObject" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "CustomActivityReferenceObject", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/CustomActivityReferenceObject" + ] + } + }, + "deprecated": false + }, + { + "$id": "4267", + "$type": "CompositeType", + "properties": [ + { + "$id": "4268", + "isReadOnly": false, + "realPath": [ + "command" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4269", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4270", + "fixed": false, + "raw": "Command for custom activity Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4271", + "fixed": false, + "raw": "command" + }, + "serializedName": "command", + "modelType": { + "$id": "4272", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4273", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4274", + "isReadOnly": false, + "realPath": [ + "resourceLinkedService" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4275", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4276", + "fixed": false, + "raw": "Resource linked service reference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4277", + "fixed": false, + "raw": "resourceLinkedService" + }, + "serializedName": "resourceLinkedService", + "modelType": { + "$ref": "100" + } + }, + { + "$id": "4278", + "isReadOnly": false, + "realPath": [ + "folderPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4279", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4280", + "fixed": false, + "raw": "Folder path for resource files Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4281", + "fixed": false, + "raw": "folderPath" + }, + "serializedName": "folderPath", + "modelType": { + "$id": "4282", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4283", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4284", + "isReadOnly": false, + "realPath": [ + "referenceObjects" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4285", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4286", + "fixed": false, + "raw": "Reference objects" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4287", + "fixed": false, + "raw": "referenceObjects" + }, + "serializedName": "referenceObjects", + "modelType": { + "$ref": "4253" + } + }, + { + "$id": "4288", + "isReadOnly": false, + "realPath": [ + "extendedProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4289", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4290", + "fixed": false, + "raw": "User defined property bag. There is no restriction on the keys or values that can be used. The user specified custom activity has the full responsibility to consume and interpret the content defined." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4291", + "fixed": false, + "raw": "extendedProperties" + }, + "serializedName": "extendedProperties", + "modelType": { + "$id": "4292", + "$type": "DictionaryType", + "valueType": { + "$id": "4293", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4294", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "4295", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "4296", + "isReadOnly": false, + "realPath": [ + "retentionTimeInDays" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4297", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4298", + "fixed": false, + "raw": "The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4299", + "fixed": false, + "raw": "retentionTimeInDays" + }, + "serializedName": "retentionTimeInDays", + "modelType": { + "$id": "4300", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4301", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "CustomActivityTypeProperties", + "documentation": "Custom activity properties.", + "containsConstantProperties": true, + "name": { + "$id": "4302", + "fixed": false, + "raw": "CustomActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "CustomActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/CustomActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4303", + "$type": "CompositeType", + "properties": [ + { + "$id": "4304", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4305", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4306", + "fixed": false, + "raw": "Custom activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4307", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4267" + } + } + ], + "serializedName": "Custom", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "Custom activity type.", + "containsConstantProperties": true, + "name": { + "$id": "4308", + "fixed": false, + "raw": "CustomActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "CustomActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/CustomActivity" + ] + }, + "x-ms-discriminator-value": "Custom" + }, + "deprecated": false + }, + { + "$id": "4309", + "$type": "CompositeType", + "properties": [ + { + "$id": "4310", + "isReadOnly": false, + "realPath": [ + "storedProcedureName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4311", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4312", + "fixed": false, + "raw": "Stored procedure name. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4313", + "fixed": false, + "raw": "storedProcedureName" + }, + "serializedName": "storedProcedureName", + "modelType": { + "$id": "4314", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4315", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4316", + "isReadOnly": false, + "realPath": [ + "storedProcedureParameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4317", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4318", + "fixed": false, + "raw": "Value and type setting for stored procedure parameters. Example: \"{Parameter1: {value: \"1\", type: \"int\"}}\"." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4319", + "fixed": false, + "raw": "storedProcedureParameters" + }, + "serializedName": "storedProcedureParameters", + "modelType": { + "$id": "4320", + "$type": "DictionaryType", + "valueType": { + "$ref": "3667" + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "4321", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "SqlServerStoredProcedureActivityTypeProperties", + "documentation": "SQL stored procedure activity properties.", + "containsConstantProperties": false, + "name": { + "$id": "4322", + "fixed": false, + "raw": "SqlServerStoredProcedureActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "SqlServerStoredProcedureActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/SqlServerStoredProcedureActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4323", + "$type": "CompositeType", + "properties": [ + { + "$id": "4324", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4325", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4326", + "fixed": false, + "raw": "SQL stored procedure activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4327", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4309" + } + } + ], + "serializedName": "SqlServerStoredProcedure", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "SQL stored procedure activity type.", + "containsConstantProperties": false, + "name": { + "$id": "4328", + "fixed": false, + "raw": "SqlServerStoredProcedureActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "SqlServerStoredProcedureActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/SqlServerStoredProcedureActivity" + ] + }, + "x-ms-discriminator-value": "SqlServerStoredProcedure" + }, + "deprecated": false + }, + { + "$id": "4329", + "$type": "CompositeType", + "properties": [ + { + "$id": "4330", + "isReadOnly": false, + "realPath": [ + "pipeline" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4331", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4332", + "fixed": false, + "raw": "Pipeline reference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4333", + "fixed": false, + "raw": "pipeline" + }, + "serializedName": "pipeline", + "modelType": { + "$ref": "1042" + } + }, + { + "$id": "4334", + "isReadOnly": false, + "realPath": [ + "parameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4335", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4336", + "fixed": false, + "raw": "Pipeline parameters." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4337", + "fixed": false, + "raw": "parameters" + }, + "serializedName": "parameters", + "modelType": { + "$id": "4338", + "$type": "DictionaryType", + "valueType": { + "$id": "4339", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4340", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "4341", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "4342", + "isReadOnly": false, + "realPath": [ + "waitOnCompletion" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4343", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4344", + "fixed": false, + "raw": "Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4345", + "fixed": false, + "raw": "waitOnCompletion" + }, + "serializedName": "waitOnCompletion", + "modelType": { + "$id": "4346", + "$type": "PrimaryType", + "knownPrimaryType": "boolean", + "name": { + "$id": "4347", + "fixed": false, + "raw": "Boolean" + }, + "deprecated": false + } + } + ], + "serializedName": "ExecutePipelineActivityTypeProperties", + "documentation": "Execute pipeline activity properties.", + "containsConstantProperties": true, + "name": { + "$id": "4348", + "fixed": false, + "raw": "ExecutePipelineActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "ExecutePipelineActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/ExecutePipelineActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4349", + "$type": "CompositeType", + "properties": [ + { + "$id": "4350", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4351", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4352", + "fixed": false, + "raw": "Execute pipeline activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4353", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4329" + } + } + ], + "serializedName": "ExecutePipeline", + "baseModelType": { + "$ref": "3343" + }, + "documentation": "Execute pipeline activity.", + "containsConstantProperties": true, + "name": { + "$id": "4354", + "fixed": false, + "raw": "ExecutePipelineActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "ExecutePipelineActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/ExecutePipelineActivity" + ] + }, + "x-ms-discriminator-value": "ExecutePipeline" + }, + "deprecated": false + }, + { + "$id": "4355", + "$type": "CompositeType", + "properties": [ + { + "$id": "4356", + "isReadOnly": false, + "realPath": [ + "recursive" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4357", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4358", + "fixed": false, + "raw": "If true, files or sub-folders under current folder path will be deleted recursively. Default is false. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4359", + "fixed": false, + "raw": "recursive" + }, + "serializedName": "recursive", + "modelType": { + "$id": "4360", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4361", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4362", + "isReadOnly": false, + "realPath": [ + "maxConcurrentConnections" + ], + "collectionFormat": "none", + "constraints": { + "InclusiveMinimum": "1" + }, + "defaultValue": { + "$id": "4363", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4364", + "fixed": false, + "raw": "The max concurrent connections to connect data source at the same time." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4365", + "fixed": false, + "raw": "maxConcurrentConnections" + }, + "serializedName": "maxConcurrentConnections", + "modelType": { + "$id": "4366", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "4367", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + }, + { + "$id": "4368", + "isReadOnly": false, + "realPath": [ + "enableLogging" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4369", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4370", + "fixed": false, + "raw": "Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4371", + "fixed": false, + "raw": "enableLogging" + }, + "serializedName": "enableLogging", + "modelType": { + "$id": "4372", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4373", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4374", + "isReadOnly": false, + "realPath": [ + "logStorageSettings" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4375", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4376", + "fixed": false, + "raw": "Log storage settings customer need to provide when enableLogging is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4377", + "fixed": false, + "raw": "logStorageSettings" + }, + "serializedName": "logStorageSettings", + "modelType": { + "$ref": "3537" + } + }, + { + "$id": "4378", + "isReadOnly": false, + "realPath": [ + "dataset" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4379", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4380", + "fixed": false, + "raw": "Delete activity dataset reference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4381", + "fixed": false, + "raw": "dataset" + }, + "serializedName": "dataset", + "modelType": { + "$ref": "1090" + } + }, + { + "$id": "4382", + "isReadOnly": false, + "realPath": [ + "storeSettings" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4383", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4384", + "fixed": false, + "raw": "Delete activity store settings." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4385", + "fixed": false, + "raw": "storeSettings" + }, + "serializedName": "storeSettings", + "modelType": { + "$ref": "3395" + } + } + ], + "serializedName": "DeleteActivityTypeProperties", + "documentation": "Delete activity properties.", + "containsConstantProperties": true, + "name": { + "$id": "4386", + "fixed": false, + "raw": "DeleteActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "DeleteActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/DeleteActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4387", + "$type": "CompositeType", + "properties": [ + { + "$id": "4388", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4389", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4390", + "fixed": false, + "raw": "Delete activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4391", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4355" + } + } + ], + "serializedName": "Delete", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "Delete activity.", + "containsConstantProperties": true, + "name": { + "$id": "4392", + "fixed": false, + "raw": "DeleteActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "DeleteActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/DeleteActivity" + ] + }, + "x-ms-discriminator-value": "Delete" + }, + "deprecated": false + }, + { + "$id": "4393", + "$type": "CompositeType", + "properties": [ + { + "$id": "4394", + "isReadOnly": false, + "realPath": [ + "command" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4395", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4396", + "fixed": false, + "raw": "A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4397", + "fixed": false, + "raw": "command" + }, + "serializedName": "command", + "modelType": { + "$id": "4398", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4399", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4400", + "isReadOnly": false, + "realPath": [ + "commandTimeout" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4401", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4402", + "fixed": false, + "raw": "Control command timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..)" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4403", + "fixed": false, + "raw": "commandTimeout" + }, + "serializedName": "commandTimeout", + "modelType": { + "$id": "4404", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4405", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureDataExplorerCommandActivityTypeProperties", + "documentation": "Azure Data Explorer command activity properties.", + "containsConstantProperties": false, + "name": { + "$id": "4406", + "fixed": false, + "raw": "AzureDataExplorerCommandActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "AzureDataExplorerCommandActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/AzureDataExplorerCommandActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4407", + "$type": "CompositeType", + "properties": [ + { + "$id": "4408", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4409", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4410", + "fixed": false, + "raw": "Azure Data Explorer command activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4411", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4393" + } + } + ], + "serializedName": "AzureDataExplorerCommand", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "Azure Data Explorer command activity.", + "containsConstantProperties": false, + "name": { + "$id": "4412", + "fixed": false, + "raw": "AzureDataExplorerCommandActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "AzureDataExplorerCommandActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/AzureDataExplorerCommandActivity" + ] + }, + "x-ms-discriminator-value": "AzureDataExplorerCommand" + }, + "deprecated": false + }, + { + "$id": "4413", + "$type": "CompositeType", + "properties": [ + { + "$id": "4414", + "isReadOnly": false, + "realPath": [ + "source" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4415", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4416", + "fixed": false, + "raw": "Dataset-specific source properties, same as copy activity source." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4417", + "fixed": false, + "raw": "source" + }, + "serializedName": "source", + "modelType": { + "$ref": "3421" + } + }, + { + "$id": "4418", + "isReadOnly": false, + "realPath": [ + "dataset" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4419", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4420", + "fixed": false, + "raw": "Lookup activity dataset reference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4421", + "fixed": false, + "raw": "dataset" + }, + "serializedName": "dataset", + "modelType": { + "$ref": "1090" + } + }, + { + "$id": "4422", + "isReadOnly": false, + "realPath": [ + "firstRowOnly" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4423", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4424", + "fixed": false, + "raw": "Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4425", + "fixed": false, + "raw": "firstRowOnly" + }, + "serializedName": "firstRowOnly", + "modelType": { + "$id": "4426", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4427", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "LookupActivityTypeProperties", + "documentation": "Lookup activity properties.", + "containsConstantProperties": true, + "name": { + "$id": "4428", + "fixed": false, + "raw": "LookupActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "LookupActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/LookupActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4429", + "$type": "CompositeType", + "properties": [ + { + "$id": "4430", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4431", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4432", + "fixed": false, + "raw": "Lookup activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4433", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4413" + } + } + ], + "serializedName": "Lookup", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "Lookup activity.", + "containsConstantProperties": true, + "name": { + "$id": "4434", + "fixed": false, + "raw": "LookupActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "LookupActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/LookupActivity" + ] + }, + "x-ms-discriminator-value": "Lookup" + }, + "deprecated": false + }, + { + "$id": "4435", + "$type": "CompositeType", + "properties": [ + { + "$id": "4436", + "isReadOnly": false, + "realPath": [ + "type" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4437", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4438", + "fixed": false, + "raw": "Web activity authentication (Basic/ClientCertificate/MSI)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4439", + "fixed": false, + "raw": "type" + }, + "serializedName": "type", + "modelType": { + "$id": "4440", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "4441", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "4442", + "isReadOnly": false, + "realPath": [ + "pfx" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4443", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4444", + "fixed": false, + "raw": "Base64-encoded contents of a PFX file." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4445", + "fixed": false, + "raw": "pfx" + }, + "serializedName": "pfx", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "4446", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4447", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4448", + "fixed": false, + "raw": "Web activity authentication user name for basic authentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4449", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "4450", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "4451", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "4452", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4453", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4454", + "fixed": false, + "raw": "Password for the PFX file or basic authentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4455", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "4456", + "isReadOnly": false, + "realPath": [ + "resource" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4457", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4458", + "fixed": false, + "raw": "Resource for which Azure Auth token will be requested when using MSI Authentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4459", + "fixed": false, + "raw": "resource" + }, + "serializedName": "resource", + "modelType": { + "$id": "4460", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "4461", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "WebActivityAuthentication", + "documentation": "Web activity authentication properties.", + "containsConstantProperties": false, + "name": { + "$id": "4462", + "fixed": false, + "raw": "WebActivityAuthentication" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "WebActivityAuthentication", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/WebActivityAuthentication" + ] + } + }, + "deprecated": false + }, + { + "$id": "4463", + "$type": "CompositeType", + "properties": [ + { + "$id": "4464", + "isReadOnly": false, + "realPath": [ + "method" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4465", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4466", + "fixed": false, + "raw": "Rest API method for target endpoint." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "WebActivityMethod", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/WebActivityMethod" + ] + }, + "x-ms-enum": { + "name": "WebActivityMethod", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4467", + "fixed": false, + "raw": "method" + }, + "serializedName": "method", + "modelType": { + "$id": "4468", + "$type": "EnumType", + "values": [ + { + "$id": "4469", + "name": "GET", + "serializedName": "GET" + }, + { + "$id": "4470", + "name": "POST", + "serializedName": "POST" + }, + { + "$id": "4471", + "name": "PUT", + "serializedName": "PUT" + }, + { + "$id": "4472", + "name": "DELETE", + "serializedName": "DELETE" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "4473", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "4474", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "4475", + "fixed": false, + "raw": "WebActivityMethod" + }, + "deprecated": false + } + }, + { + "$id": "4476", + "isReadOnly": false, + "realPath": [ + "url" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4477", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4478", + "fixed": false, + "raw": "Web activity target endpoint and path. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4479", + "fixed": false, + "raw": "url" + }, + "serializedName": "url", + "modelType": { + "$id": "4480", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4481", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4482", + "isReadOnly": false, + "realPath": [ + "headers" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4483", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4484", + "fixed": false, + "raw": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4485", + "fixed": false, + "raw": "headers" + }, + "serializedName": "headers", + "modelType": { + "$id": "4486", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4487", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4488", + "isReadOnly": false, + "realPath": [ + "body" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4489", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4490", + "fixed": false, + "raw": "Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4491", + "fixed": false, + "raw": "body" + }, + "serializedName": "body", + "modelType": { + "$id": "4492", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4493", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4494", + "isReadOnly": false, + "realPath": [ + "authentication" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4495", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4496", + "fixed": false, + "raw": "Authentication method used for calling the endpoint." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4497", + "fixed": false, + "raw": "authentication" + }, + "serializedName": "authentication", + "modelType": { + "$ref": "4435" + } + }, + { + "$id": "4498", + "isReadOnly": false, + "realPath": [ + "datasets" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4499", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4500", + "fixed": false, + "raw": "List of datasets passed to web endpoint." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4501", + "fixed": false, + "raw": "datasets" + }, + "serializedName": "datasets", + "modelType": { + "$id": "4502", + "$type": "SequenceType", + "elementType": { + "$ref": "1090" + }, + "name": { + "$id": "4503", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "4504", + "isReadOnly": false, + "realPath": [ + "linkedServices" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4505", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4506", + "fixed": false, + "raw": "List of linked services passed to web endpoint." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4507", + "fixed": false, + "raw": "linkedServices" + }, + "serializedName": "linkedServices", + "modelType": { + "$id": "4508", + "$type": "SequenceType", + "elementType": { + "$ref": "100" + }, + "name": { + "$id": "4509", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "4510", + "isReadOnly": false, + "realPath": [ + "connectVia" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4511", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4512", + "fixed": false, + "raw": "The integration runtime reference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4513", + "fixed": false, + "raw": "connectVia" + }, + "serializedName": "connectVia", + "modelType": { + "$ref": "312" + } + } + ], + "serializedName": "WebActivityTypeProperties", + "documentation": "Web activity type properties.", + "containsConstantProperties": true, + "name": { + "$id": "4514", + "fixed": false, + "raw": "WebActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "WebActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/WebActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4515", + "$type": "CompositeType", + "properties": [ + { + "$id": "4516", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4517", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4518", + "fixed": false, + "raw": "Web activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4519", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4463" + } + } + ], + "serializedName": "WebActivity", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "Web activity.", + "containsConstantProperties": true, + "name": { + "$id": "4520", + "fixed": false, + "raw": "WebActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "WebActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/WebActivity" + ] + }, + "x-ms-discriminator-value": "WebActivity" + }, + "deprecated": false + }, + { + "$id": "4521", + "$type": "CompositeType", + "properties": [ + { + "$id": "4522", + "isReadOnly": false, + "realPath": [ + "dataset" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4523", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4524", + "fixed": false, + "raw": "GetMetadata activity dataset reference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4525", + "fixed": false, + "raw": "dataset" + }, + "serializedName": "dataset", + "modelType": { + "$ref": "1090" + } + }, + { + "$id": "4526", + "isReadOnly": false, + "realPath": [ + "fieldList" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4527", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4528", + "fixed": false, + "raw": "Fields of metadata to get from dataset." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4529", + "fixed": false, + "raw": "fieldList" + }, + "serializedName": "fieldList", + "modelType": { + "$id": "4530", + "$type": "SequenceType", + "elementType": { + "$id": "4531", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4532", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "name": { + "$id": "4533", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "4534", + "isReadOnly": false, + "realPath": [ + "storeSettings" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4535", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4536", + "fixed": false, + "raw": "GetMetadata activity store settings." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4537", + "fixed": false, + "raw": "storeSettings" + }, + "serializedName": "storeSettings", + "modelType": { + "$ref": "3395" + } + }, + { + "$id": "4538", + "isReadOnly": false, + "realPath": [ + "formatSettings" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4539", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4540", + "fixed": false, + "raw": "GetMetadata activity format settings." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4541", + "fixed": false, + "raw": "formatSettings" + }, + "serializedName": "formatSettings", + "modelType": { + "$ref": "3411" + } + } + ], + "serializedName": "GetMetadataActivityTypeProperties", + "documentation": "GetMetadata activity properties.", + "containsConstantProperties": true, + "name": { + "$id": "4542", + "fixed": false, + "raw": "GetMetadataActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "GetMetadataActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/GetMetadataActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4543", + "$type": "CompositeType", + "properties": [ + { + "$id": "4544", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4545", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4546", + "fixed": false, + "raw": "GetMetadata activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4547", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4521" + } + } + ], + "serializedName": "GetMetadata", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "Activity to get metadata of dataset", + "containsConstantProperties": true, + "name": { + "$id": "4548", + "fixed": false, + "raw": "GetMetadataActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "GetMetadataActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/GetMetadataActivity" + ] + }, + "x-ms-discriminator-value": "GetMetadata" + }, + "deprecated": false + }, + { + "$id": "4549", + "$type": "CompositeType", + "properties": [ + { + "$id": "4550", + "isReadOnly": false, + "realPath": [ + "expression" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4551", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4552", + "fixed": false, + "raw": "An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4553", + "fixed": false, + "raw": "expression" + }, + "serializedName": "expression", + "modelType": { + "$ref": "76" + } + }, + { + "$id": "4554", + "isReadOnly": false, + "realPath": [ + "ifTrueActivities" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4555", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4556", + "fixed": false, + "raw": "List of activities to execute if expression is evaluated to true. This is an optional property and if not provided, the activity will exit without any action." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4557", + "fixed": false, + "raw": "ifTrueActivities" + }, + "serializedName": "ifTrueActivities", + "modelType": { + "$id": "4558", + "$type": "SequenceType", + "elementType": { + "$ref": "659" + }, + "name": { + "$id": "4559", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "4560", + "isReadOnly": false, + "realPath": [ + "ifFalseActivities" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4561", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4562", + "fixed": false, + "raw": "List of activities to execute if expression is evaluated to false. This is an optional property and if not provided, the activity will exit without any action." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4563", + "fixed": false, + "raw": "ifFalseActivities" + }, + "serializedName": "ifFalseActivities", + "modelType": { + "$id": "4564", + "$type": "SequenceType", + "elementType": { + "$ref": "659" + }, + "name": { + "$id": "4565", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "IfConditionActivityTypeProperties", + "documentation": "IfCondition activity properties.", + "containsConstantProperties": true, + "name": { + "$id": "4566", + "fixed": false, + "raw": "IfConditionActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "IfConditionActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/IfConditionActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4567", + "$type": "CompositeType", + "properties": [ + { + "$id": "4568", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4569", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4570", + "fixed": false, + "raw": "IfCondition activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4571", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4549" + } + } + ], + "serializedName": "IfCondition", + "baseModelType": { + "$ref": "3343" + }, + "documentation": "This activity evaluates a boolean expression and executes either the activities under the ifTrueActivities property or the ifFalseActivities property depending on the result of the expression.", + "containsConstantProperties": true, + "name": { + "$id": "4572", + "fixed": false, + "raw": "IfConditionActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "IfConditionActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/IfConditionActivity" + ] + }, + "x-ms-discriminator-value": "IfCondition" + }, + "deprecated": false + }, + { + "$id": "4573", + "$type": "CompositeType", + "properties": [ + { + "$id": "4574", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4575", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4576", + "fixed": false, + "raw": "Expected value that satisfies the expression result of the 'on' property." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4577", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "4578", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "4579", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "4580", + "isReadOnly": false, + "realPath": [ + "activities" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4581", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4582", + "fixed": false, + "raw": "List of activities to execute for satisfied case condition." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4583", + "fixed": false, + "raw": "activities" + }, + "serializedName": "activities", + "modelType": { + "$id": "4584", + "$type": "SequenceType", + "elementType": { + "$ref": "659" + }, + "name": { + "$id": "4585", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "SwitchCase", + "documentation": "Switch cases with have a value and corresponding activities.", + "containsConstantProperties": false, + "name": { + "$id": "4586", + "fixed": false, + "raw": "SwitchCase" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "SwitchCase", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/SwitchCase" + ] + } + }, + "deprecated": false + }, + { + "$id": "4587", + "$type": "CompositeType", + "properties": [ + { + "$id": "4588", + "isReadOnly": false, + "realPath": [ + "on" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4589", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4590", + "fixed": false, + "raw": "An expression that would evaluate to a string or integer. This is used to determine the block of activities in cases that will be executed." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4591", + "fixed": false, + "raw": "on" + }, + "serializedName": "on", + "modelType": { + "$ref": "76" + } + }, + { + "$id": "4592", + "isReadOnly": false, + "realPath": [ + "cases" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4593", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4594", + "fixed": false, + "raw": "List of cases that correspond to expected values of the 'on' property. This is an optional property and if not provided, the activity will execute activities provided in defaultActivities." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4595", + "fixed": false, + "raw": "cases" + }, + "serializedName": "cases", + "modelType": { + "$id": "4596", + "$type": "SequenceType", + "elementType": { + "$ref": "4573" + }, + "name": { + "$id": "4597", + "fixed": false + }, + "extensions": { + "x-ms-client-flatten": true + }, + "deprecated": false + } + }, + { + "$id": "4598", + "isReadOnly": false, + "realPath": [ + "defaultActivities" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4599", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4600", + "fixed": false, + "raw": "List of activities to execute if no case condition is satisfied. This is an optional property and if not provided, the activity will exit without any action." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4601", + "fixed": false, + "raw": "defaultActivities" + }, + "serializedName": "defaultActivities", + "modelType": { + "$id": "4602", + "$type": "SequenceType", + "elementType": { + "$ref": "659" + }, + "name": { + "$id": "4603", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "SwitchActivityTypeProperties", + "documentation": "Switch activity properties.", + "containsConstantProperties": true, + "name": { + "$id": "4604", + "fixed": false, + "raw": "SwitchActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "SwitchActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/SwitchActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4605", + "$type": "CompositeType", + "properties": [ + { + "$id": "4606", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4607", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4608", + "fixed": false, + "raw": "Switch activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4609", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4587" + } + } + ], + "serializedName": "Switch", + "baseModelType": { + "$ref": "3343" + }, + "documentation": "This activity evaluates an expression and executes activities under the cases property that correspond to the expression evaluation expected in the equals property.", + "containsConstantProperties": true, + "name": { + "$id": "4610", + "fixed": false, + "raw": "SwitchActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "SwitchActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/SwitchActivity" + ] + }, + "x-ms-discriminator-value": "Switch" + }, + "deprecated": false + }, + { + "$id": "4611", + "$type": "CompositeType", + "properties": [ + { + "$id": "4612", + "isReadOnly": false, + "realPath": [ + "isSequential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4613", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4614", + "fixed": false, + "raw": "Should the loop be executed in sequence or in parallel (max 50)" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4615", + "fixed": false, + "raw": "isSequential" + }, + "serializedName": "isSequential", + "modelType": { + "$id": "4616", + "$type": "PrimaryType", + "knownPrimaryType": "boolean", + "name": { + "$id": "4617", + "fixed": false, + "raw": "Boolean" + }, + "deprecated": false + } + }, + { + "$id": "4618", + "isReadOnly": false, + "realPath": [ + "batchCount" + ], + "collectionFormat": "none", + "constraints": { + "InclusiveMaximum": "50" + }, + "defaultValue": { + "$id": "4619", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4620", + "fixed": false, + "raw": "Batch count to be used for controlling the number of parallel execution (when isSequential is set to false)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4621", + "fixed": false, + "raw": "batchCount" + }, + "serializedName": "batchCount", + "modelType": { + "$id": "4622", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "4623", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + }, + { + "$id": "4624", + "isReadOnly": false, + "realPath": [ + "items" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4625", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4626", + "fixed": false, + "raw": "Collection to iterate." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4627", + "fixed": false, + "raw": "items" + }, + "serializedName": "items", + "modelType": { + "$ref": "76" + } + }, + { + "$id": "4628", + "isReadOnly": false, + "realPath": [ + "activities" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4629", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4630", + "fixed": false, + "raw": "List of activities to execute ." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4631", + "fixed": false, + "raw": "activities" + }, + "serializedName": "activities", + "modelType": { + "$id": "4632", + "$type": "SequenceType", + "elementType": { + "$ref": "659" + }, + "name": { + "$id": "4633", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "ForEachActivityTypeProperties", + "documentation": "ForEach activity properties.", + "containsConstantProperties": true, + "name": { + "$id": "4634", + "fixed": false, + "raw": "ForEachActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "ForEachActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/ForEachActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4635", + "$type": "CompositeType", + "properties": [ + { + "$id": "4636", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4637", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4638", + "fixed": false, + "raw": "ForEach activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4639", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4611" + } + } + ], + "serializedName": "ForEach", + "baseModelType": { + "$ref": "3343" + }, + "documentation": "This activity is used for iterating over a collection and execute given activities.", + "containsConstantProperties": true, + "name": { + "$id": "4640", + "fixed": false, + "raw": "ForEachActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "ForEachActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/ForEachActivity" + ] + }, + "x-ms-discriminator-value": "ForEach" + }, + "deprecated": false + }, + { + "$id": "4641", + "$type": "CompositeType", + "properties": [ + { + "$id": "4642", + "isReadOnly": false, + "realPath": [ + "filePath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4643", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4644", + "fixed": false, + "raw": "The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4645", + "fixed": false, + "raw": "filePath" + }, + "serializedName": "filePath", + "modelType": { + "$id": "4646", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4647", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4648", + "isReadOnly": false, + "realPath": [ + "linkedServiceName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4649", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4650", + "fixed": false, + "raw": "Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4651", + "fixed": false, + "raw": "linkedServiceName" + }, + "serializedName": "linkedServiceName", + "modelType": { + "$ref": "100" + } + } + ], + "serializedName": "AzureMLWebServiceFile", + "documentation": "Azure ML WebService Input/Output file", + "containsConstantProperties": true, + "name": { + "$id": "4652", + "fixed": false, + "raw": "AzureMLWebServiceFile" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "AzureMLWebServiceFile", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/AzureMLWebServiceFile" + ] + } + }, + "deprecated": false + }, + { + "$id": "4653", + "$type": "CompositeType", + "properties": [ + { + "$id": "4654", + "isReadOnly": false, + "realPath": [ + "globalParameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4655", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4656", + "fixed": false, + "raw": "Key,Value pairs to be passed to the Azure ML Batch Execution Service endpoint. Keys must match the names of web service parameters defined in the published Azure ML web service. Values will be passed in the GlobalParameters property of the Azure ML batch execution request." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4657", + "fixed": false, + "raw": "globalParameters" + }, + "serializedName": "globalParameters", + "modelType": { + "$id": "4658", + "$type": "DictionaryType", + "valueType": { + "$id": "4659", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4660", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "4661", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "4662", + "isReadOnly": false, + "realPath": [ + "webServiceOutputs" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4663", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4664", + "fixed": false, + "raw": "Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile objects specifying the output Blob locations. This information will be passed in the WebServiceOutputs property of the Azure ML batch execution request." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4665", + "fixed": false, + "raw": "webServiceOutputs" + }, + "serializedName": "webServiceOutputs", + "modelType": { + "$id": "4666", + "$type": "DictionaryType", + "valueType": { + "$ref": "4641" + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "4667", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "4668", + "isReadOnly": false, + "realPath": [ + "webServiceInputs" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4669", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4670", + "fixed": false, + "raw": "Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile objects specifying the input Blob locations.. This information will be passed in the WebServiceInputs property of the Azure ML batch execution request." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4671", + "fixed": false, + "raw": "webServiceInputs" + }, + "serializedName": "webServiceInputs", + "modelType": { + "$id": "4672", + "$type": "DictionaryType", + "valueType": { + "$ref": "4641" + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "4673", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "AzureMLBatchExecutionActivityTypeProperties", + "documentation": "Azure ML Batch Execution activity properties.", + "containsConstantProperties": false, + "name": { + "$id": "4674", + "fixed": false, + "raw": "AzureMLBatchExecutionActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "AzureMLBatchExecutionActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/AzureMLBatchExecutionActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4675", + "$type": "CompositeType", + "properties": [ + { + "$id": "4676", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4677", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4678", + "fixed": false, + "raw": "Azure ML Batch Execution activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4679", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4653" + } + } + ], + "serializedName": "AzureMLBatchExecution", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "Azure ML Batch Execution activity.", + "containsConstantProperties": false, + "name": { + "$id": "4680", + "fixed": false, + "raw": "AzureMLBatchExecutionActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "AzureMLBatchExecutionActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/AzureMLBatchExecutionActivity" + ] + }, + "x-ms-discriminator-value": "AzureMLBatchExecution" + }, + "deprecated": false + }, + { + "$id": "4681", + "$type": "CompositeType", + "properties": [ + { + "$id": "4682", + "isReadOnly": false, + "realPath": [ + "trainedModelName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4683", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4684", + "fixed": false, + "raw": "Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4685", + "fixed": false, + "raw": "trainedModelName" + }, + "serializedName": "trainedModelName", + "modelType": { + "$id": "4686", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4687", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4688", + "isReadOnly": false, + "realPath": [ + "trainedModelLinkedServiceName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4689", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4690", + "fixed": false, + "raw": "Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4691", + "fixed": false, + "raw": "trainedModelLinkedServiceName" + }, + "serializedName": "trainedModelLinkedServiceName", + "modelType": { + "$ref": "100" + } + }, + { + "$id": "4692", + "isReadOnly": false, + "realPath": [ + "trainedModelFilePath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4693", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4694", + "fixed": false, + "raw": "The relative file path in trainedModelLinkedService to represent the .ilearner file that will be uploaded by the update operation. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4695", + "fixed": false, + "raw": "trainedModelFilePath" + }, + "serializedName": "trainedModelFilePath", + "modelType": { + "$id": "4696", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4697", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureMLUpdateResourceActivityTypeProperties", + "documentation": "Azure ML Update Resource activity properties.", + "containsConstantProperties": true, + "name": { + "$id": "4698", + "fixed": false, + "raw": "AzureMLUpdateResourceActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "AzureMLUpdateResourceActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/AzureMLUpdateResourceActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4699", + "$type": "CompositeType", + "properties": [ + { + "$id": "4700", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4701", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4702", + "fixed": false, + "raw": "Azure ML Update Resource management activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4703", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4681" + } + } + ], + "serializedName": "AzureMLUpdateResource", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "Azure ML Update Resource management activity.", + "containsConstantProperties": true, + "name": { + "$id": "4704", + "fixed": false, + "raw": "AzureMLUpdateResourceActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "AzureMLUpdateResourceActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/AzureMLUpdateResourceActivity" + ] + }, + "x-ms-discriminator-value": "AzureMLUpdateResource" + }, + "deprecated": false + }, + { + "$id": "4705", + "$type": "CompositeType", + "properties": [ + { + "$id": "4706", + "isReadOnly": false, + "realPath": [ + "mlPipelineId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4707", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4708", + "fixed": false, + "raw": "ID of the published Azure ML pipeline. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4709", + "fixed": false, + "raw": "mlPipelineId" + }, + "serializedName": "mlPipelineId", + "modelType": { + "$id": "4710", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4711", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4712", + "isReadOnly": false, + "realPath": [ + "experimentName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4713", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4714", + "fixed": false, + "raw": "Run history experiment name of the pipeline run. This information will be passed in the ExperimentName property of the published pipeline execution request. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4715", + "fixed": false, + "raw": "experimentName" + }, + "serializedName": "experimentName", + "modelType": { + "$id": "4716", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4717", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4718", + "isReadOnly": false, + "realPath": [ + "mlPipelineParameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4719", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4720", + "fixed": false, + "raw": "Key,Value pairs to be passed to the published Azure ML pipeline endpoint. Keys must match the names of pipeline parameters defined in the published pipeline. Values will be passed in the ParameterAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4721", + "fixed": false, + "raw": "mlPipelineParameters" + }, + "serializedName": "mlPipelineParameters", + "modelType": { + "$id": "4722", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4723", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4724", + "isReadOnly": false, + "realPath": [ + "mlParentRunId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4725", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4726", + "fixed": false, + "raw": "The parent Azure ML Service pipeline run id. This information will be passed in the ParentRunId property of the published pipeline execution request. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4727", + "fixed": false, + "raw": "mlParentRunId" + }, + "serializedName": "mlParentRunId", + "modelType": { + "$id": "4728", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4729", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4730", + "isReadOnly": false, + "realPath": [ + "continueOnStepFailure" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4731", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4732", + "fixed": false, + "raw": "Whether to continue execution of other steps in the PipelineRun if a step fails. This information will be passed in the continueOnStepFailure property of the published pipeline execution request. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4733", + "fixed": false, + "raw": "continueOnStepFailure" + }, + "serializedName": "continueOnStepFailure", + "modelType": { + "$id": "4734", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4735", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureMLExecutePipelineActivityTypeProperties", + "documentation": "Azure ML Execute Pipeline activity properties.", + "containsConstantProperties": false, + "name": { + "$id": "4736", + "fixed": false, + "raw": "AzureMLExecutePipelineActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "AzureMLExecutePipelineActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/AzureMLExecutePipelineActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4737", + "$type": "CompositeType", + "properties": [ + { + "$id": "4738", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4739", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4740", + "fixed": false, + "raw": "Azure ML Execute Pipeline activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4741", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4705" + } + } + ], + "serializedName": "AzureMLExecutePipeline", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "Azure ML Execute Pipeline activity.", + "containsConstantProperties": false, + "name": { + "$id": "4742", + "fixed": false, + "raw": "AzureMLExecutePipelineActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "AzureMLExecutePipelineActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/AzureMLExecutePipelineActivity" + ] + }, + "x-ms-discriminator-value": "AzureMLExecutePipeline" + }, + "deprecated": false + }, + { + "$id": "4743", + "$type": "CompositeType", + "properties": [ + { + "$id": "4744", + "isReadOnly": false, + "realPath": [ + "scriptPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4745", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4746", + "fixed": false, + "raw": "Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4747", + "fixed": false, + "raw": "scriptPath" + }, + "serializedName": "scriptPath", + "modelType": { + "$id": "4748", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4749", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4750", + "isReadOnly": false, + "realPath": [ + "scriptLinkedService" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4751", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4752", + "fixed": false, + "raw": "Script linked service reference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4753", + "fixed": false, + "raw": "scriptLinkedService" + }, + "serializedName": "scriptLinkedService", + "modelType": { + "$ref": "100" + } + }, + { + "$id": "4754", + "isReadOnly": false, + "realPath": [ + "degreeOfParallelism" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4755", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4756", + "fixed": false, + "raw": "The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4757", + "fixed": false, + "raw": "degreeOfParallelism" + }, + "serializedName": "degreeOfParallelism", + "modelType": { + "$id": "4758", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4759", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4760", + "isReadOnly": false, + "realPath": [ + "priority" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4761", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4762", + "fixed": false, + "raw": "Determines which jobs out of all that are queued should be selected to run first. The lower the number, the higher the priority. Default value is 1000. Type: integer (or Expression with resultType integer), minimum: 1." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4763", + "fixed": false, + "raw": "priority" + }, + "serializedName": "priority", + "modelType": { + "$id": "4764", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4765", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4766", + "isReadOnly": false, + "realPath": [ + "parameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4767", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4768", + "fixed": false, + "raw": "Parameters for U-SQL job request." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4769", + "fixed": false, + "raw": "parameters" + }, + "serializedName": "parameters", + "modelType": { + "$id": "4770", + "$type": "DictionaryType", + "valueType": { + "$id": "4771", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4772", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "4773", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "4774", + "isReadOnly": false, + "realPath": [ + "runtimeVersion" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4775", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4776", + "fixed": false, + "raw": "Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4777", + "fixed": false, + "raw": "runtimeVersion" + }, + "serializedName": "runtimeVersion", + "modelType": { + "$id": "4778", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4779", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4780", + "isReadOnly": false, + "realPath": [ + "compilationMode" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4781", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4782", + "fixed": false, + "raw": "Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4783", + "fixed": false, + "raw": "compilationMode" + }, + "serializedName": "compilationMode", + "modelType": { + "$id": "4784", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4785", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "DataLakeAnalyticsUSQLActivityTypeProperties", + "documentation": "DataLakeAnalyticsU-SQL activity properties.", + "containsConstantProperties": true, + "name": { + "$id": "4786", + "fixed": false, + "raw": "DataLakeAnalyticsUSQLActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "DataLakeAnalyticsUSQLActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/DataLakeAnalyticsUSQLActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4787", + "$type": "CompositeType", + "properties": [ + { + "$id": "4788", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4789", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4790", + "fixed": false, + "raw": "Data Lake Analytics U-SQL activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4791", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4743" + } + } + ], + "serializedName": "DataLakeAnalyticsU-SQL", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "Data Lake Analytics U-SQL activity.", + "containsConstantProperties": true, + "name": { + "$id": "4792", + "fixed": false, + "raw": "DataLakeAnalyticsUSQLActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "DataLakeAnalyticsUSQLActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/DataLakeAnalyticsUSQLActivity" + ] + }, + "x-ms-discriminator-value": "DataLakeAnalyticsU-SQL" + }, + "deprecated": false + }, + { + "$id": "4793", + "$type": "CompositeType", + "properties": [ + { + "$id": "4794", + "isReadOnly": false, + "realPath": [ + "waitTimeInSeconds" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4795", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4796", + "fixed": false, + "raw": "Duration in seconds." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4797", + "fixed": false, + "raw": "waitTimeInSeconds" + }, + "serializedName": "waitTimeInSeconds", + "modelType": { + "$id": "4798", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4799", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "WaitActivityTypeProperties", + "documentation": "Wait activity properties.", + "containsConstantProperties": false, + "name": { + "$id": "4800", + "fixed": false, + "raw": "WaitActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "WaitActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/WaitActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4801", + "$type": "CompositeType", + "properties": [ + { + "$id": "4802", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4803", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4804", + "fixed": false, + "raw": "Wait activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4805", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4793" + } + } + ], + "serializedName": "Wait", + "baseModelType": { + "$ref": "3343" + }, + "documentation": "This activity suspends pipeline execution for the specified interval.", + "containsConstantProperties": false, + "name": { + "$id": "4806", + "fixed": false, + "raw": "WaitActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "WaitActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/WaitActivity" + ] + }, + "x-ms-discriminator-value": "Wait" + }, + "deprecated": false + }, + { + "$id": "4807", + "$type": "CompositeType", + "properties": [ + { + "$id": "4808", + "isReadOnly": false, + "realPath": [ + "expression" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4809", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4810", + "fixed": false, + "raw": "An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4811", + "fixed": false, + "raw": "expression" + }, + "serializedName": "expression", + "modelType": { + "$ref": "76" + } + }, + { + "$id": "4812", + "isReadOnly": false, + "realPath": [ + "timeout" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4813", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4814", + "fixed": false, + "raw": "Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9])). Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4815", + "fixed": false, + "raw": "timeout" + }, + "serializedName": "timeout", + "modelType": { + "$id": "4816", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4817", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4818", + "isReadOnly": false, + "realPath": [ + "activities" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4819", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4820", + "fixed": false, + "raw": "List of activities to execute." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4821", + "fixed": false, + "raw": "activities" + }, + "serializedName": "activities", + "modelType": { + "$id": "4822", + "$type": "SequenceType", + "elementType": { + "$ref": "659" + }, + "name": { + "$id": "4823", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "UntilActivityTypeProperties", + "documentation": "Until activity properties.", + "containsConstantProperties": true, + "name": { + "$id": "4824", + "fixed": false, + "raw": "UntilActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "UntilActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/UntilActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4825", + "$type": "CompositeType", + "properties": [ + { + "$id": "4826", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4827", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4828", + "fixed": false, + "raw": "Until activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4829", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4807" + } + } + ], + "serializedName": "Until", + "baseModelType": { + "$ref": "3343" + }, + "documentation": "This activity executes inner activities until the specified boolean expression results to true or timeout is reached, whichever is earlier.", + "containsConstantProperties": true, + "name": { + "$id": "4830", + "fixed": false, + "raw": "UntilActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "UntilActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/UntilActivity" + ] + }, + "x-ms-discriminator-value": "Until" + }, + "deprecated": false + }, + { + "$id": "4831", + "$type": "CompositeType", + "properties": [ + { + "$id": "4832", + "isReadOnly": false, + "realPath": [ + "timeout" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4833", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4834", + "fixed": false, + "raw": "Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4835", + "fixed": false, + "raw": "timeout" + }, + "serializedName": "timeout", + "modelType": { + "$id": "4836", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4837", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4838", + "isReadOnly": false, + "realPath": [ + "sleep" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4839", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4840", + "fixed": false, + "raw": "A delay in seconds between validation attempts. If no value is specified, 10 seconds will be used as the default. Type: integer (or Expression with resultType integer)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4841", + "fixed": false, + "raw": "sleep" + }, + "serializedName": "sleep", + "modelType": { + "$id": "4842", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4843", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4844", + "isReadOnly": false, + "realPath": [ + "minimumSize" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4845", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4846", + "fixed": false, + "raw": "Can be used if dataset points to a file. The file must be greater than or equal in size to the value specified. Type: integer (or Expression with resultType integer)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4847", + "fixed": false, + "raw": "minimumSize" + }, + "serializedName": "minimumSize", + "modelType": { + "$id": "4848", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4849", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4850", + "isReadOnly": false, + "realPath": [ + "childItems" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4851", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4852", + "fixed": false, + "raw": "Can be used if dataset points to a folder. If set to true, the folder must have at least one file. If set to false, the folder must be empty. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4853", + "fixed": false, + "raw": "childItems" + }, + "serializedName": "childItems", + "modelType": { + "$id": "4854", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4855", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4856", + "isReadOnly": false, + "realPath": [ + "dataset" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4857", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4858", + "fixed": false, + "raw": "Validation activity dataset reference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4859", + "fixed": false, + "raw": "dataset" + }, + "serializedName": "dataset", + "modelType": { + "$ref": "1090" + } + } + ], + "serializedName": "ValidationActivityTypeProperties", + "documentation": "Validation activity properties.", + "containsConstantProperties": true, + "name": { + "$id": "4860", + "fixed": false, + "raw": "ValidationActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "ValidationActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/ValidationActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4861", + "$type": "CompositeType", + "properties": [ + { + "$id": "4862", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4863", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4864", + "fixed": false, + "raw": "Validation activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4865", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4831" + } + } + ], + "serializedName": "Validation", + "baseModelType": { + "$ref": "3343" + }, + "documentation": "This activity verifies that an external resource exists.", + "containsConstantProperties": true, + "name": { + "$id": "4866", + "fixed": false, + "raw": "ValidationActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "ValidationActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/ValidationActivity" + ] + }, + "x-ms-discriminator-value": "Validation" + }, + "deprecated": false + }, + { + "$id": "4867", + "$type": "CompositeType", + "properties": [ + { + "$id": "4868", + "isReadOnly": false, + "realPath": [ + "items" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4869", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4870", + "fixed": false, + "raw": "Input array on which filter should be applied." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4871", + "fixed": false, + "raw": "items" + }, + "serializedName": "items", + "modelType": { + "$ref": "76" + } + }, + { + "$id": "4872", + "isReadOnly": false, + "realPath": [ + "condition" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4873", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4874", + "fixed": false, + "raw": "Condition to be used for filtering the input." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4875", + "fixed": false, + "raw": "condition" + }, + "serializedName": "condition", + "modelType": { + "$ref": "76" + } + } + ], + "serializedName": "FilterActivityTypeProperties", + "documentation": "Filter activity properties.", + "containsConstantProperties": true, + "name": { + "$id": "4876", + "fixed": false, + "raw": "FilterActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "FilterActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/FilterActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4877", + "$type": "CompositeType", + "properties": [ + { + "$id": "4878", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4879", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4880", + "fixed": false, + "raw": "Filter activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4881", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4867" + } + } + ], + "serializedName": "Filter", + "baseModelType": { + "$ref": "3343" + }, + "documentation": "Filter and return results from input array based on the conditions.", + "containsConstantProperties": true, + "name": { + "$id": "4882", + "fixed": false, + "raw": "FilterActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "FilterActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/FilterActivity" + ] + }, + "x-ms-discriminator-value": "Filter" + }, + "deprecated": false + }, + { + "$id": "4883", + "$type": "CompositeType", + "properties": [ + { + "$id": "4884", + "isReadOnly": false, + "realPath": [ + "notebookPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4885", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4886", + "fixed": false, + "raw": "The absolute path of the notebook to be run in the Databricks Workspace. This path must begin with a slash. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4887", + "fixed": false, + "raw": "notebookPath" + }, + "serializedName": "notebookPath", + "modelType": { + "$id": "4888", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4889", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4890", + "isReadOnly": false, + "realPath": [ + "baseParameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4891", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4892", + "fixed": false, + "raw": "Base parameters to be used for each run of this job.If the notebook takes a parameter that is not specified, the default value from the notebook will be used." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4893", + "fixed": false, + "raw": "baseParameters" + }, + "serializedName": "baseParameters", + "modelType": { + "$id": "4894", + "$type": "DictionaryType", + "valueType": { + "$id": "4895", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4896", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "4897", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "4898", + "isReadOnly": false, + "realPath": [ + "libraries" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4899", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4900", + "fixed": false, + "raw": "A list of libraries to be installed on the cluster that will execute the job." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4901", + "fixed": false, + "raw": "libraries" + }, + "serializedName": "libraries", + "modelType": { + "$id": "4902", + "$type": "SequenceType", + "elementType": { + "$id": "4903", + "$type": "DictionaryType", + "valueType": { + "$id": "4904", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4905", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "4906", + "fixed": false + }, + "deprecated": false + }, + "name": { + "$id": "4907", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "DatabricksNotebookActivityTypeProperties", + "documentation": "Databricks Notebook activity properties.", + "containsConstantProperties": false, + "name": { + "$id": "4908", + "fixed": false, + "raw": "DatabricksNotebookActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "DatabricksNotebookActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/DatabricksNotebookActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4909", + "$type": "CompositeType", + "properties": [ + { + "$id": "4910", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4911", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4912", + "fixed": false, + "raw": "Databricks Notebook activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4913", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4883" + } + } + ], + "serializedName": "DatabricksNotebook", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "DatabricksNotebook activity.", + "containsConstantProperties": false, + "name": { + "$id": "4914", + "fixed": false, + "raw": "DatabricksNotebookActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "DatabricksNotebookActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/DatabricksNotebookActivity" + ] + }, + "x-ms-discriminator-value": "DatabricksNotebook" + }, + "deprecated": false + }, + { + "$id": "4915", + "$type": "CompositeType", + "properties": [ + { + "$id": "4916", + "isReadOnly": false, + "realPath": [ + "mainClassName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4917", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4918", + "fixed": false, + "raw": "The full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4919", + "fixed": false, + "raw": "mainClassName" + }, + "serializedName": "mainClassName", + "modelType": { + "$id": "4920", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4921", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4922", + "isReadOnly": false, + "realPath": [ + "parameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4923", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4924", + "fixed": false, + "raw": "Parameters that will be passed to the main method." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4925", + "fixed": false, + "raw": "parameters" + }, + "serializedName": "parameters", + "modelType": { + "$id": "4926", + "$type": "SequenceType", + "elementType": { + "$id": "4927", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4928", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "name": { + "$id": "4929", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "4930", + "isReadOnly": false, + "realPath": [ + "libraries" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4931", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4932", + "fixed": false, + "raw": "A list of libraries to be installed on the cluster that will execute the job." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4933", + "fixed": false, + "raw": "libraries" + }, + "serializedName": "libraries", + "modelType": { + "$id": "4934", + "$type": "SequenceType", + "elementType": { + "$id": "4935", + "$type": "DictionaryType", + "valueType": { + "$id": "4936", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4937", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "4938", + "fixed": false + }, + "deprecated": false + }, + "name": { + "$id": "4939", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "DatabricksSparkJarActivityTypeProperties", + "documentation": "Databricks SparkJar activity properties.", + "containsConstantProperties": false, + "name": { + "$id": "4940", + "fixed": false, + "raw": "DatabricksSparkJarActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "DatabricksSparkJarActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/DatabricksSparkJarActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4941", + "$type": "CompositeType", + "properties": [ + { + "$id": "4942", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4943", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4944", + "fixed": false, + "raw": "Databricks SparkJar activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4945", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4915" + } + } + ], + "serializedName": "DatabricksSparkJar", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "DatabricksSparkJar activity.", + "containsConstantProperties": false, + "name": { + "$id": "4946", + "fixed": false, + "raw": "DatabricksSparkJarActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "DatabricksSparkJarActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/DatabricksSparkJarActivity" + ] + }, + "x-ms-discriminator-value": "DatabricksSparkJar" + }, + "deprecated": false + }, + { + "$id": "4947", + "$type": "CompositeType", + "properties": [ + { + "$id": "4948", + "isReadOnly": false, + "realPath": [ + "pythonFile" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4949", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4950", + "fixed": false, + "raw": "The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4951", + "fixed": false, + "raw": "pythonFile" + }, + "serializedName": "pythonFile", + "modelType": { + "$id": "4952", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4953", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "4954", + "isReadOnly": false, + "realPath": [ + "parameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4955", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4956", + "fixed": false, + "raw": "Command line parameters that will be passed to the Python file." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4957", + "fixed": false, + "raw": "parameters" + }, + "serializedName": "parameters", + "modelType": { + "$id": "4958", + "$type": "SequenceType", + "elementType": { + "$id": "4959", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4960", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "name": { + "$id": "4961", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "4962", + "isReadOnly": false, + "realPath": [ + "libraries" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4963", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4964", + "fixed": false, + "raw": "A list of libraries to be installed on the cluster that will execute the job." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4965", + "fixed": false, + "raw": "libraries" + }, + "serializedName": "libraries", + "modelType": { + "$id": "4966", + "$type": "SequenceType", + "elementType": { + "$id": "4967", + "$type": "DictionaryType", + "valueType": { + "$id": "4968", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4969", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "4970", + "fixed": false + }, + "deprecated": false + }, + "name": { + "$id": "4971", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "DatabricksSparkPythonActivityTypeProperties", + "documentation": "Databricks SparkPython activity properties.", + "containsConstantProperties": false, + "name": { + "$id": "4972", + "fixed": false, + "raw": "DatabricksSparkPythonActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "DatabricksSparkPythonActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/DatabricksSparkPythonActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4973", + "$type": "CompositeType", + "properties": [ + { + "$id": "4974", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4975", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4976", + "fixed": false, + "raw": "Databricks SparkPython activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4977", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4947" + } + } + ], + "serializedName": "DatabricksSparkPython", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "DatabricksSparkPython activity.", + "containsConstantProperties": false, + "name": { + "$id": "4978", + "fixed": false, + "raw": "DatabricksSparkPythonActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "DatabricksSparkPythonActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/DatabricksSparkPythonActivity" + ] + }, + "x-ms-discriminator-value": "DatabricksSparkPython" + }, + "deprecated": false + }, + { + "$id": "4979", + "$type": "CompositeType", + "properties": [ + { + "$id": "4980", + "isReadOnly": false, + "realPath": [ + "variableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4981", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4982", + "fixed": false, + "raw": "Name of the variable whose value needs to be set." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4983", + "fixed": false, + "raw": "variableName" + }, + "serializedName": "variableName", + "modelType": { + "$id": "4984", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "4985", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "4986", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4987", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4988", + "fixed": false, + "raw": "Value to be set. Could be a static value or Expression" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "4989", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "4990", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "4991", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SetVariableActivityTypeProperties", + "documentation": "SetVariable activity properties.", + "containsConstantProperties": false, + "name": { + "$id": "4992", + "fixed": false, + "raw": "SetVariableActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "SetVariableActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/SetVariableActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "4993", + "$type": "CompositeType", + "properties": [ + { + "$id": "4994", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "4995", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "4996", + "fixed": false, + "raw": "Set Variable activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "4997", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4979" + } + } + ], + "serializedName": "SetVariable", + "baseModelType": { + "$ref": "3343" + }, + "documentation": "Set value for a Variable.", + "containsConstantProperties": false, + "name": { + "$id": "4998", + "fixed": false, + "raw": "SetVariableActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "SetVariableActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/SetVariableActivity" + ] + }, + "x-ms-discriminator-value": "SetVariable" + }, + "deprecated": false + }, + { + "$id": "4999", + "$type": "CompositeType", + "properties": [ + { + "$id": "5000", + "isReadOnly": false, + "realPath": [ + "variableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5001", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5002", + "fixed": false, + "raw": "Name of the variable whose value needs to be appended to." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5003", + "fixed": false, + "raw": "variableName" + }, + "serializedName": "variableName", + "modelType": { + "$id": "5004", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "5005", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "5006", + "isReadOnly": false, + "realPath": [ + "value" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5007", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5008", + "fixed": false, + "raw": "Value to be appended. Could be a static value or Expression" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5009", + "fixed": false, + "raw": "value" + }, + "serializedName": "value", + "modelType": { + "$id": "5010", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5011", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AppendVariableActivityTypeProperties", + "documentation": "AppendVariable activity properties.", + "containsConstantProperties": false, + "name": { + "$id": "5012", + "fixed": false, + "raw": "AppendVariableActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "AppendVariableActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/AppendVariableActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5013", + "$type": "CompositeType", + "properties": [ + { + "$id": "5014", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5015", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5016", + "fixed": false, + "raw": "Append Variable activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5017", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "4999" + } + } + ], + "serializedName": "AppendVariable", + "baseModelType": { + "$ref": "3343" + }, + "documentation": "Append value for a Variable of type Array.", + "containsConstantProperties": false, + "name": { + "$id": "5018", + "fixed": false, + "raw": "AppendVariableActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "AppendVariableActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/AppendVariableActivity" + ] + }, + "x-ms-discriminator-value": "AppendVariable" + }, + "deprecated": false + }, + { + "$id": "5019", + "$type": "CompositeType", + "properties": [ + { + "$id": "5020", + "isReadOnly": false, + "realPath": [ + "method" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5021", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5022", + "fixed": false, + "raw": "Rest API method for target endpoint." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "AzureFunctionActivityMethod", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/AzureFunctionActivityMethod" + ] + }, + "x-ms-enum": { + "name": "AzureFunctionActivityMethod", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5023", + "fixed": false, + "raw": "method" + }, + "serializedName": "method", + "modelType": { + "$id": "5024", + "$type": "EnumType", + "values": [ + { + "$id": "5025", + "name": "GET", + "serializedName": "GET" + }, + { + "$id": "5026", + "name": "POST", + "serializedName": "POST" + }, + { + "$id": "5027", + "name": "PUT", + "serializedName": "PUT" + }, + { + "$id": "5028", + "name": "DELETE", + "serializedName": "DELETE" + }, + { + "$id": "5029", + "name": "OPTIONS", + "serializedName": "OPTIONS" + }, + { + "$id": "5030", + "name": "HEAD", + "serializedName": "HEAD" + }, + { + "$id": "5031", + "name": "TRACE", + "serializedName": "TRACE" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "5032", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "5033", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "5034", + "fixed": false, + "raw": "AzureFunctionActivityMethod" + }, + "deprecated": false + } + }, + { + "$id": "5035", + "isReadOnly": false, + "realPath": [ + "functionName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5036", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5037", + "fixed": false, + "raw": "Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5038", + "fixed": false, + "raw": "functionName" + }, + "serializedName": "functionName", + "modelType": { + "$id": "5039", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5040", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5041", + "isReadOnly": false, + "realPath": [ + "headers" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5042", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5043", + "fixed": false, + "raw": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5044", + "fixed": false, + "raw": "headers" + }, + "serializedName": "headers", + "modelType": { + "$id": "5045", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5046", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5047", + "isReadOnly": false, + "realPath": [ + "body" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5048", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5049", + "fixed": false, + "raw": "Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5050", + "fixed": false, + "raw": "body" + }, + "serializedName": "body", + "modelType": { + "$id": "5051", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5052", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureFunctionActivityTypeProperties", + "documentation": "Azure Function activity type properties.", + "containsConstantProperties": false, + "name": { + "$id": "5053", + "fixed": false, + "raw": "AzureFunctionActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "AzureFunctionActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/AzureFunctionActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5054", + "$type": "CompositeType", + "properties": [ + { + "$id": "5055", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5056", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5057", + "fixed": false, + "raw": "Azure Function activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5058", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5019" + } + } + ], + "serializedName": "AzureFunctionActivity", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "Azure Function activity.", + "containsConstantProperties": false, + "name": { + "$id": "5059", + "fixed": false, + "raw": "AzureFunctionActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "AzureFunctionActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/AzureFunctionActivity" + ] + }, + "x-ms-discriminator-value": "AzureFunctionActivity" + }, + "deprecated": false + }, + { + "$id": "5060", + "$type": "CompositeType", + "properties": [ + { + "$id": "5061", + "isReadOnly": false, + "realPath": [ + "method" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5062", + "fixed": false, + "raw": "POST" + }, + "deprecated": false, + "documentation": { + "$id": "5063", + "fixed": false, + "raw": "Rest API method for target endpoint." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "WebHookActivityMethod", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/WebHookActivityMethod" + ] + }, + "x-ms-enum": { + "name": "WebHookActivityMethod", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "5064", + "fixed": false, + "raw": "method" + }, + "serializedName": "method", + "modelType": { + "$id": "5065", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "5066", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "5067", + "isReadOnly": false, + "realPath": [ + "url" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5068", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5069", + "fixed": false, + "raw": "WebHook activity target endpoint and path. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5070", + "fixed": false, + "raw": "url" + }, + "serializedName": "url", + "modelType": { + "$id": "5071", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5072", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5073", + "isReadOnly": false, + "realPath": [ + "timeout" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5074", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5075", + "fixed": false, + "raw": "The timeout within which the webhook should be called back. If there is no value specified, it defaults to 10 minutes. Type: string. Pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5076", + "fixed": false, + "raw": "timeout" + }, + "serializedName": "timeout", + "modelType": { + "$id": "5077", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "5078", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "5079", + "isReadOnly": false, + "realPath": [ + "headers" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5080", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5081", + "fixed": false, + "raw": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5082", + "fixed": false, + "raw": "headers" + }, + "serializedName": "headers", + "modelType": { + "$id": "5083", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5084", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5085", + "isReadOnly": false, + "realPath": [ + "body" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5086", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5087", + "fixed": false, + "raw": "Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5088", + "fixed": false, + "raw": "body" + }, + "serializedName": "body", + "modelType": { + "$id": "5089", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5090", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5091", + "isReadOnly": false, + "realPath": [ + "authentication" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5092", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5093", + "fixed": false, + "raw": "Authentication method used for calling the endpoint." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5094", + "fixed": false, + "raw": "authentication" + }, + "serializedName": "authentication", + "modelType": { + "$ref": "4435" + } + }, + { + "$id": "5095", + "isReadOnly": false, + "realPath": [ + "reportStatusOnCallBack" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5096", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5097", + "fixed": false, + "raw": "When set to true, statusCode, output and error in callback request body will be consumed by activity. The activity can be marked as failed by setting statusCode >= 400 in callback request. Default is false. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5098", + "fixed": false, + "raw": "reportStatusOnCallBack" + }, + "serializedName": "reportStatusOnCallBack", + "modelType": { + "$id": "5099", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5100", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "WebHookActivityTypeProperties", + "documentation": "WebHook activity type properties.", + "containsConstantProperties": true, + "name": { + "$id": "5101", + "fixed": false, + "raw": "WebHookActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "WebHookActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/WebHookActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5102", + "$type": "CompositeType", + "properties": [ + { + "$id": "5103", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5104", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5105", + "fixed": false, + "raw": "WebHook activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5106", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5060" + } + } + ], + "serializedName": "WebHook", + "baseModelType": { + "$ref": "3343" + }, + "documentation": "WebHook activity.", + "containsConstantProperties": true, + "name": { + "$id": "5107", + "fixed": false, + "raw": "WebHookActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "WebHookActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/WebHookActivity" + ] + }, + "x-ms-discriminator-value": "WebHook" + }, + "deprecated": false + }, + { + "$id": "5108", + "$type": "CompositeType", + "properties": [ + { + "$id": "5109", + "isReadOnly": false, + "realPath": [ + "computeType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5110", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5111", + "fixed": false, + "raw": "Compute type of the cluster which will execute data flow job." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///270?oai3.shaken.json", + "mem:///271?oai3.shaken.json" + ], + "name": "DataFlowComputeType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/IntegrationRuntime.json#/components/schemas/IntegrationRuntimeDataFlowProperties-computeType", + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/ExecuteDataFlowActivityTypeProperties-compute-computeType" + ] + }, + "x-ms-enum": { + "name": "DataFlowComputeType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5112", + "fixed": false, + "raw": "computeType" + }, + "serializedName": "computeType", + "modelType": { + "$ref": "2228" + } + }, + { + "$id": "5113", + "isReadOnly": false, + "realPath": [ + "coreCount" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5114", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5115", + "fixed": false, + "raw": "Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5116", + "fixed": false, + "raw": "coreCount" + }, + "serializedName": "coreCount", + "modelType": { + "$id": "5117", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "5118", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + } + ], + "serializedName": "ExecuteDataFlowActivityTypeProperties-compute", + "documentation": "Compute properties for data flow activity.", + "containsConstantProperties": false, + "name": { + "$id": "5119", + "fixed": false, + "raw": "ExecuteDataFlowActivityTypeProperties-compute" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "ExecuteDataFlowActivityTypeProperties-compute", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/ExecuteDataFlowActivityTypeProperties-compute" + ] + }, + "x-internal-autorest-anonymous-schema": { + "anonymous": true + } + }, + "deprecated": false + }, + { + "$id": "5120", + "$type": "CompositeType", + "properties": [ + { + "$id": "5121", + "isReadOnly": false, + "realPath": [ + "dataFlow" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5122", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5123", + "fixed": false, + "raw": "Data flow reference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5124", + "fixed": false, + "raw": "dataFlow" + }, + "serializedName": "dataFlow", + "modelType": { + "$ref": "2187" + } + }, + { + "$id": "5125", + "isReadOnly": false, + "realPath": [ + "staging" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5126", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5127", + "fixed": false, + "raw": "Staging info for execute data flow activity." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5128", + "fixed": false, + "raw": "staging" + }, + "serializedName": "staging", + "modelType": { + "$ref": "1932" + } + }, + { + "$id": "5129", + "isReadOnly": false, + "realPath": [ + "integrationRuntime" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5130", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5131", + "fixed": false, + "raw": "The integration runtime reference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5132", + "fixed": false, + "raw": "integrationRuntime" + }, + "serializedName": "integrationRuntime", + "modelType": { + "$ref": "312" + } + }, + { + "$id": "5133", + "isReadOnly": false, + "realPath": [ + "compute" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5134", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5135", + "fixed": false, + "raw": "Compute properties for data flow activity." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5136", + "fixed": false, + "raw": "compute" + }, + "serializedName": "compute", + "modelType": { + "$ref": "5108" + } + } + ], + "serializedName": "ExecuteDataFlowActivityTypeProperties", + "documentation": "Execute data flow activity properties.", + "containsConstantProperties": true, + "name": { + "$id": "5137", + "fixed": false, + "raw": "ExecuteDataFlowActivityTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "ExecuteDataFlowActivityTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/ExecuteDataFlowActivityTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5138", + "$type": "CompositeType", + "properties": [ + { + "$id": "5139", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5140", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5141", + "fixed": false, + "raw": "Execute data flow activity properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5142", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5120" + } + } + ], + "serializedName": "ExecuteDataFlow", + "baseModelType": { + "$ref": "3385" + }, + "documentation": "Execute data flow activity.", + "containsConstantProperties": true, + "name": { + "$id": "5143", + "fixed": false, + "raw": "ExecuteDataFlowActivity" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///271?oai3.shaken.json" + ], + "name": "ExecuteDataFlowActivity", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#/components/schemas/ExecuteDataFlowActivity" + ] + }, + "x-ms-discriminator-value": "ExecuteDataFlow" + }, + "deprecated": false + }, + { + "$id": "5144", + "$type": "CompositeType", + "properties": [ + { + "$id": "5145", + "isReadOnly": false, + "realPath": [ + "pipelines" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5146", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5147", + "fixed": false, + "raw": "Pipelines that need to be started." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5148", + "fixed": false, + "raw": "pipelines" + }, + "serializedName": "pipelines", + "modelType": { + "$id": "5149", + "$type": "SequenceType", + "elementType": { + "$ref": "1062" + }, + "name": { + "$id": "5150", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "MultiplePipelineTrigger", + "baseModelType": { + "$ref": "800" + }, + "documentation": "Base class for all triggers that support one to many model for trigger to pipeline.", + "containsConstantProperties": false, + "name": { + "$id": "5151", + "fixed": false, + "raw": "MultiplePipelineTrigger" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///272?oai3.shaken.json" + ], + "name": "MultiplePipelineTrigger", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Trigger.json#/components/schemas/MultiplePipelineTrigger" + ] + }, + "x-ms-discriminator-value": "MultiplePipelineTrigger" + }, + "deprecated": false + }, + { + "$id": "5152", + "$type": "CompositeType", + "properties": [ + { + "$id": "5153", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "5154", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5155", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5156", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "5157", + "$type": "DictionaryType", + "valueType": { + "$id": "5158", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5159", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "5160", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "5161", + "isReadOnly": false, + "realPath": [ + "folderPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5162", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5163", + "fixed": false, + "raw": "Specify the folder path of dataset. Type: string (or Expression with resultType string)" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5164", + "fixed": false, + "raw": "folderPath" + }, + "serializedName": "folderPath", + "modelType": { + "$id": "5165", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5166", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5167", + "isReadOnly": false, + "realPath": [ + "fileName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5168", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5169", + "fixed": false, + "raw": "Specify the file name of dataset. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5170", + "fixed": false, + "raw": "fileName" + }, + "serializedName": "fileName", + "modelType": { + "$id": "5171", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5172", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "DatasetLocation", + "polymorphicDiscriminator": "type", + "documentation": "Dataset location.", + "containsConstantProperties": false, + "name": { + "$id": "5173", + "fixed": false, + "raw": "DatasetLocation" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DatasetLocation", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/DatasetLocation" + ] + } + }, + "deprecated": false + }, + { + "$id": "5174", + "$type": "CompositeType", + "properties": [ + { + "$id": "5175", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "5176", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5177", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5178", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "5179", + "$type": "DictionaryType", + "valueType": { + "$id": "5180", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5181", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "5182", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "5183", + "isReadOnly": false, + "realPath": [ + "serializer" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5184", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5185", + "fixed": false, + "raw": "Serializer. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5186", + "fixed": false, + "raw": "serializer" + }, + "serializedName": "serializer", + "modelType": { + "$id": "5187", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5188", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5189", + "isReadOnly": false, + "realPath": [ + "deserializer" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5190", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5191", + "fixed": false, + "raw": "Deserializer. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5192", + "fixed": false, + "raw": "deserializer" + }, + "serializedName": "deserializer", + "modelType": { + "$id": "5193", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5194", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "DatasetStorageFormat", + "polymorphicDiscriminator": "type", + "documentation": "The format definition of a storage.", + "containsConstantProperties": false, + "name": { + "$id": "5195", + "fixed": false, + "raw": "DatasetStorageFormat" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DatasetStorageFormat", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/DatasetStorageFormat" + ] + } + }, + "deprecated": false + }, + { + "$id": "5196", + "$type": "CompositeType", + "properties": [ + { + "$id": "5197", + "isReadOnly": false, + "collectionFormat": "none", + "defaultValue": { + "$id": "5198", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5199", + "fixed": false, + "raw": "Unmatched properties from the message are deserialized this collection" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5200", + "fixed": false, + "raw": "additionalProperties" + }, + "modelType": { + "$id": "5201", + "$type": "DictionaryType", + "valueType": { + "$id": "5202", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5203", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": true, + "name": { + "$id": "5204", + "fixed": false + }, + "deprecated": false + } + } + ], + "serializedName": "DatasetCompression", + "polymorphicDiscriminator": "type", + "documentation": "The compression method used on a dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5205", + "fixed": false, + "raw": "DatasetCompression" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DatasetCompression", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/DatasetCompression" + ] + } + }, + "deprecated": false + }, + { + "$id": "5206", + "$type": "CompositeType", + "serializedName": "BZip2", + "baseModelType": { + "$ref": "5196" + }, + "documentation": "The BZip2 compression method used on a dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5207", + "fixed": false, + "raw": "DatasetBZip2Compression" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DatasetBZip2Compression", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/DatasetBZip2Compression" + ] + }, + "x-ms-discriminator-value": "BZip2" + }, + "deprecated": false + }, + { + "$id": "5208", + "$type": "CompositeType", + "properties": [ + { + "$id": "5209", + "isReadOnly": false, + "realPath": [ + "level" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5210", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5211", + "fixed": false, + "raw": "The GZip compression level." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DatasetCompressionLevel", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/CompressionLevel" + ] + }, + "x-ms-enum": { + "name": "DatasetCompressionLevel", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5212", + "fixed": false, + "raw": "level" + }, + "serializedName": "level", + "modelType": { + "$id": "5213", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5214", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "GZip", + "baseModelType": { + "$ref": "5196" + }, + "documentation": "The GZip compression method used on a dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5215", + "fixed": false, + "raw": "DatasetGZipCompression" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DatasetGZipCompression", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/DatasetGZipCompression" + ] + }, + "x-ms-discriminator-value": "GZip" + }, + "deprecated": false + }, + { + "$id": "5216", + "$type": "CompositeType", + "properties": [ + { + "$id": "5217", + "isReadOnly": false, + "realPath": [ + "level" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5218", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5219", + "fixed": false, + "raw": "The Deflate compression level." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DatasetCompressionLevel", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/CompressionLevel" + ] + }, + "x-ms-enum": { + "name": "DatasetCompressionLevel", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5220", + "fixed": false, + "raw": "level" + }, + "serializedName": "level", + "modelType": { + "$id": "5221", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5222", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "Deflate", + "baseModelType": { + "$ref": "5196" + }, + "documentation": "The Deflate compression method used on a dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5223", + "fixed": false, + "raw": "DatasetDeflateCompression" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DatasetDeflateCompression", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/DatasetDeflateCompression" + ] + }, + "x-ms-discriminator-value": "Deflate" + }, + "deprecated": false + }, + { + "$id": "5224", + "$type": "CompositeType", + "properties": [ + { + "$id": "5225", + "isReadOnly": false, + "realPath": [ + "level" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5226", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5227", + "fixed": false, + "raw": "The ZipDeflate compression level." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DatasetCompressionLevel", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/CompressionLevel" + ] + }, + "x-ms-enum": { + "name": "DatasetCompressionLevel", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5228", + "fixed": false, + "raw": "level" + }, + "serializedName": "level", + "modelType": { + "$id": "5229", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5230", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "ZipDeflate", + "baseModelType": { + "$ref": "5196" + }, + "documentation": "The ZipDeflate compression method used on a dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5231", + "fixed": false, + "raw": "DatasetZipDeflateCompression" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DatasetZipDeflateCompression", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/DatasetZipDeflateCompression" + ] + }, + "x-ms-discriminator-value": "ZipDeflate" + }, + "deprecated": false + }, + { + "$id": "5232", + "$type": "CompositeType", + "properties": [ + { + "$id": "5233", + "isReadOnly": false, + "realPath": [ + "bucketName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5234", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5235", + "fixed": false, + "raw": "The name of the Amazon S3 bucket. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5236", + "fixed": false, + "raw": "bucketName" + }, + "serializedName": "bucketName", + "modelType": { + "$id": "5237", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5238", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5239", + "isReadOnly": false, + "realPath": [ + "key" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5240", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5241", + "fixed": false, + "raw": "The key of the Amazon S3 object. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5242", + "fixed": false, + "raw": "key" + }, + "serializedName": "key", + "modelType": { + "$id": "5243", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5244", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5245", + "isReadOnly": false, + "realPath": [ + "prefix" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5246", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5247", + "fixed": false, + "raw": "The prefix filter for the S3 object name. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5248", + "fixed": false, + "raw": "prefix" + }, + "serializedName": "prefix", + "modelType": { + "$id": "5249", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5250", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5251", + "isReadOnly": false, + "realPath": [ + "version" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5252", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5253", + "fixed": false, + "raw": "The version for the S3 object. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5254", + "fixed": false, + "raw": "version" + }, + "serializedName": "version", + "modelType": { + "$id": "5255", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5256", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5257", + "isReadOnly": false, + "realPath": [ + "modifiedDatetimeStart" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5258", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5259", + "fixed": false, + "raw": "The start of S3 object's modified datetime. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5260", + "fixed": false, + "raw": "modifiedDatetimeStart" + }, + "serializedName": "modifiedDatetimeStart", + "modelType": { + "$id": "5261", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5262", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5263", + "isReadOnly": false, + "realPath": [ + "modifiedDatetimeEnd" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5264", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5265", + "fixed": false, + "raw": "The end of S3 object's modified datetime. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5266", + "fixed": false, + "raw": "modifiedDatetimeEnd" + }, + "serializedName": "modifiedDatetimeEnd", + "modelType": { + "$id": "5267", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5268", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5269", + "isReadOnly": false, + "realPath": [ + "format" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5270", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5271", + "fixed": false, + "raw": "The format of files." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5272", + "fixed": false, + "raw": "format" + }, + "serializedName": "format", + "modelType": { + "$ref": "5174" + } + }, + { + "$id": "5273", + "isReadOnly": false, + "realPath": [ + "compression" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5274", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5275", + "fixed": false, + "raw": "The data compression method used for the Amazon S3 object." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5276", + "fixed": false, + "raw": "compression" + }, + "serializedName": "compression", + "modelType": { + "$ref": "5196" + } + } + ], + "serializedName": "AmazonS3DatasetTypeProperties", + "documentation": "Amazon S3 dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5277", + "fixed": false, + "raw": "AmazonS3DatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AmazonS3DatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AmazonS3DatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5278", + "$type": "CompositeType", + "properties": [ + { + "$id": "5279", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5280", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5281", + "fixed": false, + "raw": "Amazon S3 dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5282", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5232" + } + } + ], + "serializedName": "AmazonS3Object", + "baseModelType": { + "$ref": "545" + }, + "documentation": "A single Amazon Simple Storage Service (S3) object or a set of S3 objects.", + "containsConstantProperties": false, + "name": { + "$id": "5283", + "fixed": false, + "raw": "AmazonS3Dataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AmazonS3Dataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AmazonS3Dataset" + ] + }, + "x-ms-discriminator-value": "AmazonS3Object" + }, + "deprecated": false + }, + { + "$id": "5284", + "$type": "CompositeType", + "properties": [ + { + "$id": "5285", + "isReadOnly": false, + "realPath": [ + "location" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5286", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5287", + "fixed": false, + "raw": "The location of the avro storage." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5288", + "fixed": false, + "raw": "location" + }, + "serializedName": "location", + "modelType": { + "$ref": "5152" + } + }, + { + "$id": "5289", + "isReadOnly": false, + "realPath": [ + "avroCompressionCodec" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5290", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5291", + "fixed": false + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "avroCompressionCodec", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AvroDatasetTypeProperties-avroCompressionCodec" + ] + }, + "x-ms-enum": { + "name": "avroCompressionCodec", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5292", + "fixed": false, + "raw": "avroCompressionCodec" + }, + "serializedName": "avroCompressionCodec", + "modelType": { + "$id": "5293", + "$type": "EnumType", + "values": [ + { + "$id": "5294", + "name": "none", + "serializedName": "none" + }, + { + "$id": "5295", + "name": "deflate", + "serializedName": "deflate" + }, + { + "$id": "5296", + "name": "snappy", + "serializedName": "snappy" + }, + { + "$id": "5297", + "name": "xz", + "serializedName": "xz" + }, + { + "$id": "5298", + "name": "bzip2", + "serializedName": "bzip2" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "5299", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "5300", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "5301", + "fixed": false, + "raw": "avroCompressionCodec" + }, + "deprecated": false + } + }, + { + "$id": "5302", + "isReadOnly": false, + "realPath": [ + "avroCompressionLevel" + ], + "collectionFormat": "none", + "constraints": { + "InclusiveMaximum": "9", + "InclusiveMinimum": "1" + }, + "defaultValue": { + "$id": "5303", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5304", + "fixed": false + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5305", + "fixed": false, + "raw": "avroCompressionLevel" + }, + "serializedName": "avroCompressionLevel", + "modelType": { + "$id": "5306", + "$type": "PrimaryType", + "knownPrimaryType": "int", + "name": { + "$id": "5307", + "fixed": false, + "raw": "Int" + }, + "deprecated": false + } + } + ], + "serializedName": "AvroDatasetTypeProperties", + "documentation": "Avro dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5308", + "fixed": false, + "raw": "AvroDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AvroDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AvroDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5309", + "$type": "CompositeType", + "properties": [ + { + "$id": "5310", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5311", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5312", + "fixed": false, + "raw": "Avro dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5313", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5284" + } + } + ], + "serializedName": "Avro", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Avro dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5314", + "fixed": false, + "raw": "AvroDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AvroDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AvroDataset" + ] + }, + "x-ms-discriminator-value": "Avro" + }, + "deprecated": false + }, + { + "$id": "5315", + "$type": "CompositeType", + "properties": [ + { + "$id": "5316", + "isReadOnly": false, + "realPath": [ + "location" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5317", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5318", + "fixed": false, + "raw": "The location of the excel storage." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5319", + "fixed": false, + "raw": "location" + }, + "serializedName": "location", + "modelType": { + "$ref": "5152" + } + }, + { + "$id": "5320", + "isReadOnly": false, + "realPath": [ + "sheetName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5321", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5322", + "fixed": false, + "raw": "The sheet of excel file. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5323", + "fixed": false, + "raw": "sheetName" + }, + "serializedName": "sheetName", + "modelType": { + "$id": "5324", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5325", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5326", + "isReadOnly": false, + "realPath": [ + "range" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5327", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5328", + "fixed": false, + "raw": "The partial data of one sheet. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5329", + "fixed": false, + "raw": "range" + }, + "serializedName": "range", + "modelType": { + "$id": "5330", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5331", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5332", + "isReadOnly": false, + "realPath": [ + "firstRowAsHeader" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5333", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5334", + "fixed": false, + "raw": "When used as input, treat the first row of data as headers. When used as output,write the headers into the output as the first row of data. The default value is false. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5335", + "fixed": false, + "raw": "firstRowAsHeader" + }, + "serializedName": "firstRowAsHeader", + "modelType": { + "$id": "5336", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5337", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5338", + "isReadOnly": false, + "realPath": [ + "compression" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5339", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5340", + "fixed": false, + "raw": "The data compression method used for the json dataset." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5341", + "fixed": false, + "raw": "compression" + }, + "serializedName": "compression", + "modelType": { + "$ref": "5196" + } + }, + { + "$id": "5342", + "isReadOnly": false, + "realPath": [ + "nullValue" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5343", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5344", + "fixed": false, + "raw": "The null value string. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5345", + "fixed": false, + "raw": "nullValue" + }, + "serializedName": "nullValue", + "modelType": { + "$id": "5346", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5347", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "ExcelDatasetTypeProperties", + "documentation": "Excel dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5348", + "fixed": false, + "raw": "ExcelDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "ExcelDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/ExcelDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5349", + "$type": "CompositeType", + "properties": [ + { + "$id": "5350", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5351", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5352", + "fixed": false, + "raw": "Excel dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5353", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5315" + } + } + ], + "serializedName": "Excel", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Excel dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5354", + "fixed": false, + "raw": "ExcelDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "ExcelDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/ExcelDataset" + ] + }, + "x-ms-discriminator-value": "Excel" + }, + "deprecated": false + }, + { + "$id": "5355", + "$type": "CompositeType", + "properties": [ + { + "$id": "5356", + "isReadOnly": false, + "realPath": [ + "location" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5357", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5358", + "fixed": false, + "raw": "The location of the parquet storage." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5359", + "fixed": false, + "raw": "location" + }, + "serializedName": "location", + "modelType": { + "$ref": "5152" + } + }, + { + "$id": "5360", + "isReadOnly": false, + "realPath": [ + "compressionCodec" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5361", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5362", + "fixed": false + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "compressionCodec", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/ParquetDatasetTypeProperties-compressionCodec" + ] + }, + "x-ms-enum": { + "name": "compressionCodec", + "modelAsString": true, + "oldModelAsString": true + }, + "x-internal-autorest-anonymous-schema": { + "anonymous": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5363", + "fixed": false, + "raw": "compressionCodec" + }, + "serializedName": "compressionCodec", + "modelType": { + "$id": "5364", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5365", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "ParquetDatasetTypeProperties", + "documentation": "Parquet dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5366", + "fixed": false, + "raw": "ParquetDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "ParquetDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/ParquetDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5367", + "$type": "CompositeType", + "properties": [ + { + "$id": "5368", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5369", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5370", + "fixed": false, + "raw": "Parquet dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5371", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5355" + } + } + ], + "serializedName": "Parquet", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Parquet dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5372", + "fixed": false, + "raw": "ParquetDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "ParquetDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/ParquetDataset" + ] + }, + "x-ms-discriminator-value": "Parquet" + }, + "deprecated": false + }, + { + "$id": "5373", + "$type": "CompositeType", + "properties": [ + { + "$id": "5374", + "isReadOnly": false, + "realPath": [ + "location" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5375", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5376", + "fixed": false, + "raw": "The location of the delimited text storage." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5377", + "fixed": false, + "raw": "location" + }, + "serializedName": "location", + "modelType": { + "$ref": "5152" + } + }, + { + "$id": "5378", + "isReadOnly": false, + "realPath": [ + "columnDelimiter" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5379", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5380", + "fixed": false, + "raw": "The column delimiter. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5381", + "fixed": false, + "raw": "columnDelimiter" + }, + "serializedName": "columnDelimiter", + "modelType": { + "$id": "5382", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5383", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5384", + "isReadOnly": false, + "realPath": [ + "rowDelimiter" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5385", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5386", + "fixed": false, + "raw": "The row delimiter. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5387", + "fixed": false, + "raw": "rowDelimiter" + }, + "serializedName": "rowDelimiter", + "modelType": { + "$id": "5388", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5389", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5390", + "isReadOnly": false, + "realPath": [ + "encodingName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5391", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5392", + "fixed": false, + "raw": "The code page name of the preferred encoding. If miss, the default value is UTF-8, unless BOM denotes another Unicode encoding. Refer to the name column of the table in the following link to set supported values: https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5393", + "fixed": false, + "raw": "encodingName" + }, + "serializedName": "encodingName", + "modelType": { + "$id": "5394", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5395", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5396", + "isReadOnly": false, + "realPath": [ + "compressionCodec" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5397", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5398", + "fixed": false + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "compressionCodec", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/ParquetDatasetTypeProperties-compressionCodec" + ] + }, + "x-ms-enum": { + "name": "compressionCodec", + "modelAsString": true, + "oldModelAsString": true + }, + "x-internal-autorest-anonymous-schema": { + "anonymous": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5399", + "fixed": false, + "raw": "compressionCodec" + }, + "serializedName": "compressionCodec", + "modelType": { + "$id": "5400", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5401", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5402", + "isReadOnly": false, + "realPath": [ + "compressionLevel" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5403", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5404", + "fixed": false, + "raw": "The data compression method used for DelimitedText." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DatasetCompressionLevel", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/CompressionLevel" + ] + }, + "x-ms-enum": { + "name": "DatasetCompressionLevel", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5405", + "fixed": false, + "raw": "compressionLevel" + }, + "serializedName": "compressionLevel", + "modelType": { + "$id": "5406", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5407", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5408", + "isReadOnly": false, + "realPath": [ + "quoteChar" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5409", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5410", + "fixed": false, + "raw": "The quote character. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5411", + "fixed": false, + "raw": "quoteChar" + }, + "serializedName": "quoteChar", + "modelType": { + "$id": "5412", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5413", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5414", + "isReadOnly": false, + "realPath": [ + "escapeChar" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5415", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5416", + "fixed": false, + "raw": "The escape character. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5417", + "fixed": false, + "raw": "escapeChar" + }, + "serializedName": "escapeChar", + "modelType": { + "$id": "5418", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5419", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5420", + "isReadOnly": false, + "realPath": [ + "firstRowAsHeader" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5421", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5422", + "fixed": false, + "raw": "When used as input, treat the first row of data as headers. When used as output,write the headers into the output as the first row of data. The default value is false. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5423", + "fixed": false, + "raw": "firstRowAsHeader" + }, + "serializedName": "firstRowAsHeader", + "modelType": { + "$id": "5424", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5425", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5426", + "isReadOnly": false, + "realPath": [ + "nullValue" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5427", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5428", + "fixed": false, + "raw": "The null value string. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5429", + "fixed": false, + "raw": "nullValue" + }, + "serializedName": "nullValue", + "modelType": { + "$id": "5430", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5431", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "DelimitedTextDatasetTypeProperties", + "documentation": "DelimitedText dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5432", + "fixed": false, + "raw": "DelimitedTextDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DelimitedTextDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/DelimitedTextDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5433", + "$type": "CompositeType", + "properties": [ + { + "$id": "5434", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5435", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5436", + "fixed": false, + "raw": "Delimited text dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5437", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5373" + } + } + ], + "serializedName": "DelimitedText", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Delimited text dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5438", + "fixed": false, + "raw": "DelimitedTextDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DelimitedTextDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/DelimitedTextDataset" + ] + }, + "x-ms-discriminator-value": "DelimitedText" + }, + "deprecated": false + }, + { + "$id": "5439", + "$type": "CompositeType", + "properties": [ + { + "$id": "5440", + "isReadOnly": false, + "realPath": [ + "location" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5441", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5442", + "fixed": false, + "raw": "The location of the json data storage." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5443", + "fixed": false, + "raw": "location" + }, + "serializedName": "location", + "modelType": { + "$ref": "5152" + } + }, + { + "$id": "5444", + "isReadOnly": false, + "realPath": [ + "encodingName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5445", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5446", + "fixed": false, + "raw": "The code page name of the preferred encoding. If not specified, the default value is UTF-8, unless BOM denotes another Unicode encoding. Refer to the name column of the table in the following link to set supported values: https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5447", + "fixed": false, + "raw": "encodingName" + }, + "serializedName": "encodingName", + "modelType": { + "$id": "5448", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5449", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5450", + "isReadOnly": false, + "realPath": [ + "compression" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5451", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5452", + "fixed": false, + "raw": "The data compression method used for the json dataset." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5453", + "fixed": false, + "raw": "compression" + }, + "serializedName": "compression", + "modelType": { + "$ref": "5196" + } + } + ], + "serializedName": "JsonDatasetTypeProperties", + "documentation": "Json dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5454", + "fixed": false, + "raw": "JsonDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "JsonDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/JsonDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5455", + "$type": "CompositeType", + "properties": [ + { + "$id": "5456", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5457", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5458", + "fixed": false, + "raw": "Json dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5459", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5439" + } + } + ], + "serializedName": "Json", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Json dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5460", + "fixed": false, + "raw": "JsonDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "JsonDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/JsonDataset" + ] + }, + "x-ms-discriminator-value": "Json" + }, + "deprecated": false + }, + { + "$id": "5461", + "$type": "CompositeType", + "properties": [ + { + "$id": "5462", + "isReadOnly": false, + "realPath": [ + "location" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5463", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5464", + "fixed": false, + "raw": "The location of the json data storage." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5465", + "fixed": false, + "raw": "location" + }, + "serializedName": "location", + "modelType": { + "$ref": "5152" + } + }, + { + "$id": "5466", + "isReadOnly": false, + "realPath": [ + "encodingName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5467", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5468", + "fixed": false, + "raw": "The code page name of the preferred encoding. If not specified, the default value is UTF-8, unless BOM denotes another Unicode encoding. Refer to the name column of the table in the following link to set supported values: https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5469", + "fixed": false, + "raw": "encodingName" + }, + "serializedName": "encodingName", + "modelType": { + "$id": "5470", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5471", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5472", + "isReadOnly": false, + "realPath": [ + "nullValue" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5473", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5474", + "fixed": false, + "raw": "The null value string. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5475", + "fixed": false, + "raw": "nullValue" + }, + "serializedName": "nullValue", + "modelType": { + "$id": "5476", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5477", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5478", + "isReadOnly": false, + "realPath": [ + "compression" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5479", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5480", + "fixed": false, + "raw": "The data compression method used for the json dataset." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5481", + "fixed": false, + "raw": "compression" + }, + "serializedName": "compression", + "modelType": { + "$ref": "5196" + } + } + ], + "serializedName": "XmlDatasetTypeProperties", + "documentation": "Xml dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5482", + "fixed": false, + "raw": "XmlDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "XmlDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/XmlDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5483", + "$type": "CompositeType", + "properties": [ + { + "$id": "5484", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5485", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5486", + "fixed": false, + "raw": "Xml dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5487", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5461" + } + } + ], + "serializedName": "Xml", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Xml dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5488", + "fixed": false, + "raw": "XmlDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "XmlDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/XmlDataset" + ] + }, + "x-ms-discriminator-value": "Xml" + }, + "deprecated": false + }, + { + "$id": "5489", + "$type": "CompositeType", + "properties": [ + { + "$id": "5490", + "isReadOnly": false, + "realPath": [ + "location" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5491", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5492", + "fixed": false, + "raw": "The location of the ORC data storage." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5493", + "fixed": false, + "raw": "location" + }, + "serializedName": "location", + "modelType": { + "$ref": "5152" + } + }, + { + "$id": "5494", + "isReadOnly": false, + "realPath": [ + "orcCompressionCodec" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5495", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5496", + "fixed": false + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "orcCompressionCodec", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/OrcDatasetTypeProperties-orcCompressionCodec" + ] + }, + "x-ms-enum": { + "name": "orcCompressionCodec", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5497", + "fixed": false, + "raw": "orcCompressionCodec" + }, + "serializedName": "orcCompressionCodec", + "modelType": { + "$id": "5498", + "$type": "EnumType", + "values": [ + { + "$id": "5499", + "name": "none", + "serializedName": "none" + }, + { + "$id": "5500", + "name": "zlib", + "serializedName": "zlib" + }, + { + "$id": "5501", + "name": "snappy", + "serializedName": "snappy" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "5502", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "5503", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "5504", + "fixed": false, + "raw": "orcCompressionCodec" + }, + "deprecated": false + } + } + ], + "serializedName": "OrcDatasetTypeProperties", + "documentation": "ORC dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5505", + "fixed": false, + "raw": "OrcDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "OrcDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/OrcDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5506", + "$type": "CompositeType", + "properties": [ + { + "$id": "5507", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5508", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5509", + "fixed": false, + "raw": "ORC dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5510", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5489" + } + } + ], + "serializedName": "Orc", + "baseModelType": { + "$ref": "545" + }, + "documentation": "ORC dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5511", + "fixed": false, + "raw": "OrcDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "OrcDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/OrcDataset" + ] + }, + "x-ms-discriminator-value": "Orc" + }, + "deprecated": false + }, + { + "$id": "5512", + "$type": "CompositeType", + "properties": [ + { + "$id": "5513", + "isReadOnly": false, + "realPath": [ + "location" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5514", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5515", + "fixed": false, + "raw": "The location of the Binary storage." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5516", + "fixed": false, + "raw": "location" + }, + "serializedName": "location", + "modelType": { + "$ref": "5152" + } + }, + { + "$id": "5517", + "isReadOnly": false, + "realPath": [ + "compression" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5518", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5519", + "fixed": false, + "raw": "The data compression method used for the binary dataset." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5520", + "fixed": false, + "raw": "compression" + }, + "serializedName": "compression", + "modelType": { + "$ref": "5196" + } + } + ], + "serializedName": "BinaryDatasetTypeProperties", + "documentation": "Binary dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5521", + "fixed": false, + "raw": "BinaryDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "BinaryDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/BinaryDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5522", + "$type": "CompositeType", + "properties": [ + { + "$id": "5523", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5524", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5525", + "fixed": false, + "raw": "Binary dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5526", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5512" + } + } + ], + "serializedName": "Binary", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Binary dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5527", + "fixed": false, + "raw": "BinaryDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "BinaryDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/BinaryDataset" + ] + }, + "x-ms-discriminator-value": "Binary" + }, + "deprecated": false + }, + { + "$id": "5528", + "$type": "CompositeType", + "properties": [ + { + "$id": "5529", + "isReadOnly": false, + "realPath": [ + "folderPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5530", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5531", + "fixed": false, + "raw": "The path of the Azure Blob storage. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5532", + "fixed": false, + "raw": "folderPath" + }, + "serializedName": "folderPath", + "modelType": { + "$id": "5533", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5534", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5535", + "isReadOnly": false, + "realPath": [ + "tableRootLocation" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5536", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5537", + "fixed": false, + "raw": "The root of blob path. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5538", + "fixed": false, + "raw": "tableRootLocation" + }, + "serializedName": "tableRootLocation", + "modelType": { + "$id": "5539", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5540", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5541", + "isReadOnly": false, + "realPath": [ + "fileName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5542", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5543", + "fixed": false, + "raw": "The name of the Azure Blob. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5544", + "fixed": false, + "raw": "fileName" + }, + "serializedName": "fileName", + "modelType": { + "$id": "5545", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5546", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5547", + "isReadOnly": false, + "realPath": [ + "modifiedDatetimeStart" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5548", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5549", + "fixed": false, + "raw": "The start of Azure Blob's modified datetime. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5550", + "fixed": false, + "raw": "modifiedDatetimeStart" + }, + "serializedName": "modifiedDatetimeStart", + "modelType": { + "$id": "5551", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5552", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5553", + "isReadOnly": false, + "realPath": [ + "modifiedDatetimeEnd" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5554", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5555", + "fixed": false, + "raw": "The end of Azure Blob's modified datetime. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5556", + "fixed": false, + "raw": "modifiedDatetimeEnd" + }, + "serializedName": "modifiedDatetimeEnd", + "modelType": { + "$id": "5557", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5558", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5559", + "isReadOnly": false, + "realPath": [ + "format" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5560", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5561", + "fixed": false, + "raw": "The format of the Azure Blob storage." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5562", + "fixed": false, + "raw": "format" + }, + "serializedName": "format", + "modelType": { + "$ref": "5174" + } + }, + { + "$id": "5563", + "isReadOnly": false, + "realPath": [ + "compression" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5564", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5565", + "fixed": false, + "raw": "The data compression method used for the blob storage." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5566", + "fixed": false, + "raw": "compression" + }, + "serializedName": "compression", + "modelType": { + "$ref": "5196" + } + } + ], + "serializedName": "AzureBlobDatasetTypeProperties", + "documentation": "Azure Blob dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5567", + "fixed": false, + "raw": "AzureBlobDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzureBlobDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzureBlobDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5568", + "$type": "CompositeType", + "properties": [ + { + "$id": "5569", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5570", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5571", + "fixed": false, + "raw": "Azure Blob dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5572", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5528" + } + } + ], + "serializedName": "AzureBlob", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Azure Blob storage.", + "containsConstantProperties": false, + "name": { + "$id": "5573", + "fixed": false, + "raw": "AzureBlobDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzureBlobDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzureBlobDataset" + ] + }, + "x-ms-discriminator-value": "AzureBlob" + }, + "deprecated": false + }, + { + "$id": "5574", + "$type": "CompositeType", + "properties": [ + { + "$id": "5575", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5576", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5577", + "fixed": false, + "raw": "The table name of the Azure Table storage. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5578", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "5579", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5580", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureTableDatasetTypeProperties", + "documentation": "Azure Table dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5581", + "fixed": false, + "raw": "AzureTableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzureTableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzureTableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5582", + "$type": "CompositeType", + "properties": [ + { + "$id": "5583", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5584", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5585", + "fixed": false, + "raw": "Azure Table dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5586", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5574" + } + } + ], + "serializedName": "AzureTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Azure Table storage dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5587", + "fixed": false, + "raw": "AzureTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzureTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzureTableDataset" + ] + }, + "x-ms-discriminator-value": "AzureTable" + }, + "deprecated": false + }, + { + "$id": "5588", + "$type": "CompositeType", + "properties": [ + { + "$id": "5589", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5590", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5591", + "fixed": false, + "raw": "This property will be retired. Please consider using schema + table properties instead." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5592", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "5593", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5594", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5595", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5596", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5597", + "fixed": false, + "raw": "The schema name of the Azure SQL database. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5598", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "5599", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5600", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5601", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5602", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5603", + "fixed": false, + "raw": "The table name of the Azure SQL database. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5604", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "5605", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5606", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureSqlTableDatasetTypeProperties", + "documentation": "Azure SQL dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5607", + "fixed": false, + "raw": "AzureSqlTableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzureSqlTableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzureSqlTableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5608", + "$type": "CompositeType", + "properties": [ + { + "$id": "5609", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5610", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5611", + "fixed": false, + "raw": "Azure SQL dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5612", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5588" + } + } + ], + "serializedName": "AzureSqlTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Azure SQL Server database dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5613", + "fixed": false, + "raw": "AzureSqlTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzureSqlTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzureSqlTableDataset" + ] + }, + "x-ms-discriminator-value": "AzureSqlTable" + }, + "deprecated": false + }, + { + "$id": "5614", + "$type": "CompositeType", + "properties": [ + { + "$id": "5615", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5616", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5617", + "fixed": false, + "raw": "This property will be retired. Please consider using schema + table properties instead." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5618", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "5619", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5620", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5621", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5622", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5623", + "fixed": false, + "raw": "The schema name of the Azure SQL Managed Instance. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5624", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "5625", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5626", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5627", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5628", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5629", + "fixed": false, + "raw": "The table name of the Azure SQL Managed Instance dataset. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5630", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "5631", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5632", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureSqlMITableDatasetTypeProperties", + "documentation": "Azure SQL Managed Instance dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5633", + "fixed": false, + "raw": "AzureSqlMITableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzureSqlMITableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzureSqlMITableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5634", + "$type": "CompositeType", + "properties": [ + { + "$id": "5635", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5636", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5637", + "fixed": false, + "raw": "Azure SQL Managed Instance dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5638", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5614" + } + } + ], + "serializedName": "AzureSqlMITable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Azure SQL Managed Instance dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5639", + "fixed": false, + "raw": "AzureSqlMITableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzureSqlMITableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzureSqlMITableDataset" + ] + }, + "x-ms-discriminator-value": "AzureSqlMITable" + }, + "deprecated": false + }, + { + "$id": "5640", + "$type": "CompositeType", + "properties": [ + { + "$id": "5641", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5642", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5643", + "fixed": false, + "raw": "This property will be retired. Please consider using schema + table properties instead." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5644", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "5645", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5646", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5647", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5648", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5649", + "fixed": false, + "raw": "The schema name of the Azure SQL Data Warehouse. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5650", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "5651", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5652", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5653", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5654", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5655", + "fixed": false, + "raw": "The table name of the Azure SQL Data Warehouse. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5656", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "5657", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5658", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureSqlDWTableDatasetTypeProperties", + "documentation": "Azure SQL Data Warehouse dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5659", + "fixed": false, + "raw": "AzureSqlDWTableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzureSqlDWTableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzureSqlDWTableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5660", + "$type": "CompositeType", + "properties": [ + { + "$id": "5661", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5662", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5663", + "fixed": false, + "raw": "Azure SQL Data Warehouse dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5664", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5640" + } + } + ], + "serializedName": "AzureSqlDWTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Azure SQL Data Warehouse dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5665", + "fixed": false, + "raw": "AzureSqlDWTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzureSqlDWTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzureSqlDWTableDataset" + ] + }, + "x-ms-discriminator-value": "AzureSqlDWTable" + }, + "deprecated": false + }, + { + "$id": "5666", + "$type": "CompositeType", + "properties": [ + { + "$id": "5667", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5668", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5669", + "fixed": false, + "raw": "The table name of the Cassandra database. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5670", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "5671", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5672", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5673", + "isReadOnly": false, + "realPath": [ + "keyspace" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5674", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5675", + "fixed": false, + "raw": "The keyspace of the Cassandra database. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5676", + "fixed": false, + "raw": "keyspace" + }, + "serializedName": "keyspace", + "modelType": { + "$id": "5677", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5678", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "CassandraTableDatasetTypeProperties", + "documentation": "Cassandra dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5679", + "fixed": false, + "raw": "CassandraTableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "CassandraTableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/CassandraTableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5680", + "$type": "CompositeType", + "properties": [ + { + "$id": "5681", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5682", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5683", + "fixed": false, + "raw": "Cassandra dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5684", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5666" + } + } + ], + "serializedName": "CassandraTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Cassandra database dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5685", + "fixed": false, + "raw": "CassandraTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "CassandraTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/CassandraTableDataset" + ] + }, + "x-ms-discriminator-value": "CassandraTable" + }, + "deprecated": false + }, + { + "$id": "5686", + "$type": "CompositeType", + "properties": [ + { + "$id": "5687", + "isReadOnly": false, + "realPath": [ + "collectionName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5688", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5689", + "fixed": false, + "raw": "CosmosDB (SQL API) collection name. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5690", + "fixed": false, + "raw": "collectionName" + }, + "serializedName": "collectionName", + "modelType": { + "$id": "5691", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5692", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "CosmosDbSqlApiCollectionDatasetTypeProperties", + "documentation": "CosmosDB (SQL API) Collection dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5693", + "fixed": false, + "raw": "CosmosDbSqlApiCollectionDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "CosmosDbSqlApiCollectionDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/CosmosDbSqlApiCollectionDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5694", + "$type": "CompositeType", + "properties": [ + { + "$id": "5695", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5696", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5697", + "fixed": false, + "raw": "CosmosDB (SQL API) Collection dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5698", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5686" + } + } + ], + "serializedName": "CosmosDbSqlApiCollection", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Microsoft Azure CosmosDB (SQL API) Collection dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5699", + "fixed": false, + "raw": "CosmosDbSqlApiCollectionDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "CosmosDbSqlApiCollectionDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/CosmosDbSqlApiCollectionDataset" + ] + }, + "x-ms-discriminator-value": "CosmosDbSqlApiCollection" + }, + "deprecated": false + }, + { + "$id": "5700", + "$type": "CompositeType", + "properties": [ + { + "$id": "5701", + "isReadOnly": false, + "realPath": [ + "collectionName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5702", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5703", + "fixed": false, + "raw": "Document Database collection name. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5704", + "fixed": false, + "raw": "collectionName" + }, + "serializedName": "collectionName", + "modelType": { + "$id": "5705", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5706", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "DocumentDbCollectionDatasetTypeProperties", + "documentation": "DocumentDB Collection dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5707", + "fixed": false, + "raw": "DocumentDbCollectionDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DocumentDbCollectionDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/DocumentDbCollectionDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5708", + "$type": "CompositeType", + "properties": [ + { + "$id": "5709", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5710", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5711", + "fixed": false, + "raw": "DocumentDB Collection dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5712", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5700" + } + } + ], + "serializedName": "DocumentDbCollection", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Microsoft Azure Document Database Collection dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5713", + "fixed": false, + "raw": "DocumentDbCollectionDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DocumentDbCollectionDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/DocumentDbCollectionDataset" + ] + }, + "x-ms-discriminator-value": "DocumentDbCollection" + }, + "deprecated": false + }, + { + "$id": "5714", + "$type": "CompositeType", + "properties": [ + { + "$id": "5715", + "isReadOnly": false, + "realPath": [ + "entityName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5716", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5717", + "fixed": false, + "raw": "The logical name of the entity. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5718", + "fixed": false, + "raw": "entityName" + }, + "serializedName": "entityName", + "modelType": { + "$id": "5719", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5720", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "DynamicsEntityDatasetTypeProperties", + "documentation": "Dynamics entity dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5721", + "fixed": false, + "raw": "DynamicsEntityDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DynamicsEntityDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/DynamicsEntityDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5722", + "$type": "CompositeType", + "properties": [ + { + "$id": "5723", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5724", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5725", + "fixed": false, + "raw": "Dynamics entity dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5726", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5714" + } + } + ], + "serializedName": "DynamicsEntity", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Dynamics entity dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5727", + "fixed": false, + "raw": "DynamicsEntityDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DynamicsEntityDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/DynamicsEntityDataset" + ] + }, + "x-ms-discriminator-value": "DynamicsEntity" + }, + "deprecated": false + }, + { + "$id": "5728", + "$type": "CompositeType", + "properties": [ + { + "$id": "5729", + "isReadOnly": false, + "realPath": [ + "entityName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5730", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5731", + "fixed": false, + "raw": "The logical name of the entity. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5732", + "fixed": false, + "raw": "entityName" + }, + "serializedName": "entityName", + "modelType": { + "$id": "5733", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5734", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "DynamicsCrmEntityDatasetTypeProperties", + "documentation": "Dynamics CRM entity dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5735", + "fixed": false, + "raw": "DynamicsCrmEntityDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DynamicsCrmEntityDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/DynamicsCrmEntityDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5736", + "$type": "CompositeType", + "properties": [ + { + "$id": "5737", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5738", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5739", + "fixed": false, + "raw": "Dynamics CRM entity dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5740", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5728" + } + } + ], + "serializedName": "DynamicsCrmEntity", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Dynamics CRM entity dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5741", + "fixed": false, + "raw": "DynamicsCrmEntityDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DynamicsCrmEntityDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/DynamicsCrmEntityDataset" + ] + }, + "x-ms-discriminator-value": "DynamicsCrmEntity" + }, + "deprecated": false + }, + { + "$id": "5742", + "$type": "CompositeType", + "properties": [ + { + "$id": "5743", + "isReadOnly": false, + "realPath": [ + "entityName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5744", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5745", + "fixed": false, + "raw": "The logical name of the entity. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5746", + "fixed": false, + "raw": "entityName" + }, + "serializedName": "entityName", + "modelType": { + "$id": "5747", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5748", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "CommonDataServiceForAppsEntityDatasetTypeProperties", + "documentation": "Common Data Service for Apps entity dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5749", + "fixed": false, + "raw": "CommonDataServiceForAppsEntityDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "CommonDataServiceForAppsEntityDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/CommonDataServiceForAppsEntityDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5750", + "$type": "CompositeType", + "properties": [ + { + "$id": "5751", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5752", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5753", + "fixed": false, + "raw": "Common Data Service for Apps entity dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5754", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5742" + } + } + ], + "serializedName": "CommonDataServiceForAppsEntity", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Common Data Service for Apps entity dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5755", + "fixed": false, + "raw": "CommonDataServiceForAppsEntityDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "CommonDataServiceForAppsEntityDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/CommonDataServiceForAppsEntityDataset" + ] + }, + "x-ms-discriminator-value": "CommonDataServiceForAppsEntity" + }, + "deprecated": false + }, + { + "$id": "5756", + "$type": "CompositeType", + "properties": [ + { + "$id": "5757", + "isReadOnly": false, + "realPath": [ + "folderPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5758", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5759", + "fixed": false, + "raw": "Path to the folder in the Azure Data Lake Store. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5760", + "fixed": false, + "raw": "folderPath" + }, + "serializedName": "folderPath", + "modelType": { + "$id": "5761", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5762", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5763", + "isReadOnly": false, + "realPath": [ + "fileName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5764", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5765", + "fixed": false, + "raw": "The name of the file in the Azure Data Lake Store. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5766", + "fixed": false, + "raw": "fileName" + }, + "serializedName": "fileName", + "modelType": { + "$id": "5767", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5768", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5769", + "isReadOnly": false, + "realPath": [ + "format" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5770", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5771", + "fixed": false, + "raw": "The format of the Data Lake Store." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5772", + "fixed": false, + "raw": "format" + }, + "serializedName": "format", + "modelType": { + "$ref": "5174" + } + }, + { + "$id": "5773", + "isReadOnly": false, + "realPath": [ + "compression" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5774", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5775", + "fixed": false, + "raw": "The data compression method used for the item(s) in the Azure Data Lake Store." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5776", + "fixed": false, + "raw": "compression" + }, + "serializedName": "compression", + "modelType": { + "$ref": "5196" + } + } + ], + "serializedName": "AzureDataLakeStoreDatasetTypeProperties", + "documentation": "Azure Data Lake Store dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5777", + "fixed": false, + "raw": "AzureDataLakeStoreDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzureDataLakeStoreDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzureDataLakeStoreDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5778", + "$type": "CompositeType", + "properties": [ + { + "$id": "5779", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5780", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5781", + "fixed": false, + "raw": "Azure Data Lake Store dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5782", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5756" + } + } + ], + "serializedName": "AzureDataLakeStoreFile", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Azure Data Lake Store dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5783", + "fixed": false, + "raw": "AzureDataLakeStoreDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzureDataLakeStoreDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzureDataLakeStoreDataset" + ] + }, + "x-ms-discriminator-value": "AzureDataLakeStoreFile" + }, + "deprecated": false + }, + { + "$id": "5784", + "$type": "CompositeType", + "properties": [ + { + "$id": "5785", + "isReadOnly": false, + "realPath": [ + "folderPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5786", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5787", + "fixed": false, + "raw": "The path of the Azure Data Lake Storage Gen2 storage. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5788", + "fixed": false, + "raw": "folderPath" + }, + "serializedName": "folderPath", + "modelType": { + "$id": "5789", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5790", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5791", + "isReadOnly": false, + "realPath": [ + "fileName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5792", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5793", + "fixed": false, + "raw": "The name of the Azure Data Lake Storage Gen2. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5794", + "fixed": false, + "raw": "fileName" + }, + "serializedName": "fileName", + "modelType": { + "$id": "5795", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5796", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5797", + "isReadOnly": false, + "realPath": [ + "format" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5798", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5799", + "fixed": false, + "raw": "The format of the Azure Data Lake Storage Gen2 storage." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5800", + "fixed": false, + "raw": "format" + }, + "serializedName": "format", + "modelType": { + "$ref": "5174" + } + }, + { + "$id": "5801", + "isReadOnly": false, + "realPath": [ + "compression" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5802", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5803", + "fixed": false, + "raw": "The data compression method used for the blob storage." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5804", + "fixed": false, + "raw": "compression" + }, + "serializedName": "compression", + "modelType": { + "$ref": "5196" + } + } + ], + "serializedName": "AzureBlobFSDatasetTypeProperties", + "documentation": "Azure Data Lake Storage Gen2 dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5805", + "fixed": false, + "raw": "AzureBlobFSDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzureBlobFSDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzureBlobFSDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5806", + "$type": "CompositeType", + "properties": [ + { + "$id": "5807", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5808", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5809", + "fixed": false, + "raw": "Azure Data Lake Storage Gen2 dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5810", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5784" + } + } + ], + "serializedName": "AzureBlobFSFile", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Azure Data Lake Storage Gen2 storage.", + "containsConstantProperties": false, + "name": { + "$id": "5811", + "fixed": false, + "raw": "AzureBlobFSDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzureBlobFSDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzureBlobFSDataset" + ] + }, + "x-ms-discriminator-value": "AzureBlobFSFile" + }, + "deprecated": false + }, + { + "$id": "5812", + "$type": "CompositeType", + "properties": [ + { + "$id": "5813", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5814", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5815", + "fixed": false, + "raw": "Name of the dataset to extract from Office 365. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5816", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "5817", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5818", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5819", + "isReadOnly": false, + "realPath": [ + "predicate" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5820", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5821", + "fixed": false, + "raw": "A predicate expression that can be used to filter the specific rows to extract from Office 365. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5822", + "fixed": false, + "raw": "predicate" + }, + "serializedName": "predicate", + "modelType": { + "$id": "5823", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5824", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "Office365DatasetTypeProperties", + "documentation": "Office365 dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5825", + "fixed": false, + "raw": "Office365DatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "Office365DatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/Office365DatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5826", + "$type": "CompositeType", + "properties": [ + { + "$id": "5827", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5828", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5829", + "fixed": false, + "raw": "Office365 dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5830", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5812" + } + } + ], + "serializedName": "Office365Table", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Office365 account.", + "containsConstantProperties": false, + "name": { + "$id": "5831", + "fixed": false, + "raw": "Office365Dataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "Office365Dataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/Office365Dataset" + ] + }, + "x-ms-discriminator-value": "Office365Table" + }, + "deprecated": false + }, + { + "$id": "5832", + "$type": "CompositeType", + "properties": [ + { + "$id": "5833", + "isReadOnly": false, + "realPath": [ + "folderPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5834", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5835", + "fixed": false, + "raw": "The path of the on-premises file system. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5836", + "fixed": false, + "raw": "folderPath" + }, + "serializedName": "folderPath", + "modelType": { + "$id": "5837", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5838", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5839", + "isReadOnly": false, + "realPath": [ + "fileName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5840", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5841", + "fixed": false, + "raw": "The name of the on-premises file system. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5842", + "fixed": false, + "raw": "fileName" + }, + "serializedName": "fileName", + "modelType": { + "$id": "5843", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5844", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5845", + "isReadOnly": false, + "realPath": [ + "modifiedDatetimeStart" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5846", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5847", + "fixed": false, + "raw": "The start of file's modified datetime. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5848", + "fixed": false, + "raw": "modifiedDatetimeStart" + }, + "serializedName": "modifiedDatetimeStart", + "modelType": { + "$id": "5849", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5850", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5851", + "isReadOnly": false, + "realPath": [ + "modifiedDatetimeEnd" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5852", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5853", + "fixed": false, + "raw": "The end of file's modified datetime. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5854", + "fixed": false, + "raw": "modifiedDatetimeEnd" + }, + "serializedName": "modifiedDatetimeEnd", + "modelType": { + "$id": "5855", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5856", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5857", + "isReadOnly": false, + "realPath": [ + "format" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5858", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5859", + "fixed": false, + "raw": "The format of the files." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5860", + "fixed": false, + "raw": "format" + }, + "serializedName": "format", + "modelType": { + "$ref": "5174" + } + }, + { + "$id": "5861", + "isReadOnly": false, + "realPath": [ + "fileFilter" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5862", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5863", + "fixed": false, + "raw": "Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5864", + "fixed": false, + "raw": "fileFilter" + }, + "serializedName": "fileFilter", + "modelType": { + "$id": "5865", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5866", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5867", + "isReadOnly": false, + "realPath": [ + "compression" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5868", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5869", + "fixed": false, + "raw": "The data compression method used for the file system." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5870", + "fixed": false, + "raw": "compression" + }, + "serializedName": "compression", + "modelType": { + "$ref": "5196" + } + } + ], + "serializedName": "FileShareDatasetTypeProperties", + "documentation": "On-premises file system dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5871", + "fixed": false, + "raw": "FileShareDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "FileShareDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/FileShareDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5872", + "$type": "CompositeType", + "properties": [ + { + "$id": "5873", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5874", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5875", + "fixed": false, + "raw": "On-premises file system dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5876", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5832" + } + } + ], + "serializedName": "FileShare", + "baseModelType": { + "$ref": "545" + }, + "documentation": "An on-premises file system dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5877", + "fixed": false, + "raw": "FileShareDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "FileShareDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/FileShareDataset" + ] + }, + "x-ms-discriminator-value": "FileShare" + }, + "deprecated": false + }, + { + "$id": "5878", + "$type": "CompositeType", + "properties": [ + { + "$id": "5879", + "isReadOnly": false, + "realPath": [ + "collectionName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5880", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5881", + "fixed": false, + "raw": "The table name of the MongoDB database. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5882", + "fixed": false, + "raw": "collectionName" + }, + "serializedName": "collectionName", + "modelType": { + "$id": "5883", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5884", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "MongoDbCollectionDatasetTypeProperties", + "documentation": "MongoDB database dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5885", + "fixed": false, + "raw": "MongoDbCollectionDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "MongoDbCollectionDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/MongoDbCollectionDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5886", + "$type": "CompositeType", + "properties": [ + { + "$id": "5887", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5888", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5889", + "fixed": false, + "raw": "MongoDB database dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5890", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5878" + } + } + ], + "serializedName": "MongoDbCollection", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The MongoDB database dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5891", + "fixed": false, + "raw": "MongoDbCollectionDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "MongoDbCollectionDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/MongoDbCollectionDataset" + ] + }, + "x-ms-discriminator-value": "MongoDbCollection" + }, + "deprecated": false + }, + { + "$id": "5892", + "$type": "CompositeType", + "properties": [ + { + "$id": "5893", + "isReadOnly": false, + "realPath": [ + "collection" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5894", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5895", + "fixed": false, + "raw": "The collection name of the MongoDB database. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5896", + "fixed": false, + "raw": "collection" + }, + "serializedName": "collection", + "modelType": { + "$id": "5897", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5898", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "MongoDbV2CollectionDatasetTypeProperties", + "documentation": "MongoDB database dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5899", + "fixed": false, + "raw": "MongoDbV2CollectionDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "MongoDbV2CollectionDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/MongoDbV2CollectionDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5900", + "$type": "CompositeType", + "properties": [ + { + "$id": "5901", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5902", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5903", + "fixed": false, + "raw": "MongoDB database dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5904", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5892" + } + } + ], + "serializedName": "MongoDbV2Collection", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The MongoDB database dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5905", + "fixed": false, + "raw": "MongoDbV2CollectionDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "MongoDbV2CollectionDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/MongoDbV2CollectionDataset" + ] + }, + "x-ms-discriminator-value": "MongoDbV2Collection" + }, + "deprecated": false + }, + { + "$id": "5906", + "$type": "CompositeType", + "properties": [ + { + "$id": "5907", + "isReadOnly": false, + "realPath": [ + "collection" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5908", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5909", + "fixed": false, + "raw": "The collection name of the CosmosDB (MongoDB API) database. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5910", + "fixed": false, + "raw": "collection" + }, + "serializedName": "collection", + "modelType": { + "$id": "5911", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5912", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "CosmosDbMongoDbApiCollectionDatasetTypeProperties", + "documentation": "CosmosDB (MongoDB API) database dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5913", + "fixed": false, + "raw": "CosmosDbMongoDbApiCollectionDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "CosmosDbMongoDbApiCollectionDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/CosmosDbMongoDbApiCollectionDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5914", + "$type": "CompositeType", + "properties": [ + { + "$id": "5915", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5916", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5917", + "fixed": false, + "raw": "CosmosDB (MongoDB API) database dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5918", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5906" + } + } + ], + "serializedName": "CosmosDbMongoDbApiCollection", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The CosmosDB (MongoDB API) database dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5919", + "fixed": false, + "raw": "CosmosDbMongoDbApiCollectionDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "CosmosDbMongoDbApiCollectionDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/CosmosDbMongoDbApiCollectionDataset" + ] + }, + "x-ms-discriminator-value": "CosmosDbMongoDbApiCollection" + }, + "deprecated": false + }, + { + "$id": "5920", + "$type": "CompositeType", + "properties": [ + { + "$id": "5921", + "isReadOnly": false, + "realPath": [ + "path" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5922", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5923", + "fixed": false, + "raw": "The OData resource path. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5924", + "fixed": false, + "raw": "path" + }, + "serializedName": "path", + "modelType": { + "$id": "5925", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5926", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "ODataResourceDatasetTypeProperties", + "documentation": "OData dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5927", + "fixed": false, + "raw": "ODataResourceDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "ODataResourceDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/ODataResourceDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5928", + "$type": "CompositeType", + "properties": [ + { + "$id": "5929", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5930", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5931", + "fixed": false, + "raw": "OData dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5932", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5920" + } + } + ], + "serializedName": "ODataResource", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Open Data Protocol (OData) resource dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5933", + "fixed": false, + "raw": "ODataResourceDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "ODataResourceDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/ODataResourceDataset" + ] + }, + "x-ms-discriminator-value": "ODataResource" + }, + "deprecated": false + }, + { + "$id": "5934", + "$type": "CompositeType", + "properties": [ + { + "$id": "5935", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5936", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5937", + "fixed": false, + "raw": "This property will be retired. Please consider using schema + table properties instead." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5938", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "5939", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5940", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5941", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5942", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5943", + "fixed": false, + "raw": "The schema name of the on-premises Oracle database. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5944", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "5945", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5946", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5947", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5948", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5949", + "fixed": false, + "raw": "The table name of the on-premises Oracle database. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5950", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "5951", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5952", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "OracleTableDatasetTypeProperties", + "documentation": "On-premises Oracle dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5953", + "fixed": false, + "raw": "OracleTableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "OracleTableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/OracleTableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5954", + "$type": "CompositeType", + "properties": [ + { + "$id": "5955", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5956", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5957", + "fixed": false, + "raw": "On-premises Oracle dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5958", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5934" + } + } + ], + "serializedName": "OracleTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The on-premises Oracle database dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5959", + "fixed": false, + "raw": "OracleTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "OracleTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/OracleTableDataset" + ] + }, + "x-ms-discriminator-value": "OracleTable" + }, + "deprecated": false + }, + { + "$id": "5960", + "$type": "CompositeType", + "properties": [ + { + "$id": "5961", + "isReadOnly": false, + "realPath": [ + "database" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5962", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5963", + "fixed": false, + "raw": "The database name of Teradata. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5964", + "fixed": false, + "raw": "database" + }, + "serializedName": "database", + "modelType": { + "$id": "5965", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5966", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5967", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5968", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5969", + "fixed": false, + "raw": "The table name of Teradata. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5970", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "5971", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5972", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "TeradataTableDatasetTypeProperties", + "documentation": "Teradata dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5973", + "fixed": false, + "raw": "TeradataTableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "TeradataTableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/TeradataTableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5974", + "$type": "CompositeType", + "properties": [ + { + "$id": "5975", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5976", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5977", + "fixed": false, + "raw": "Teradata dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5978", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5960" + } + } + ], + "serializedName": "TeradataTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Teradata database dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5979", + "fixed": false, + "raw": "TeradataTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "TeradataTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/TeradataTableDataset" + ] + }, + "x-ms-discriminator-value": "TeradataTable" + }, + "deprecated": false + }, + { + "$id": "5980", + "$type": "CompositeType", + "properties": [ + { + "$id": "5981", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5982", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5983", + "fixed": false, + "raw": "The Azure MySQL database table name. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5984", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "5985", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5986", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "5987", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5988", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5989", + "fixed": false, + "raw": "The name of Azure MySQL database table. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "5990", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "5991", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "5992", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureMySqlTableDatasetTypeProperties", + "documentation": "Azure MySQL database dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "5993", + "fixed": false, + "raw": "AzureMySqlTableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzureMySqlTableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzureMySqlTableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "5994", + "$type": "CompositeType", + "properties": [ + { + "$id": "5995", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "5996", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "5997", + "fixed": false, + "raw": "Azure MySQL database dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "5998", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "5980" + } + } + ], + "serializedName": "AzureMySqlTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Azure MySQL database dataset.", + "containsConstantProperties": false, + "name": { + "$id": "5999", + "fixed": false, + "raw": "AzureMySqlTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzureMySqlTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzureMySqlTableDataset" + ] + }, + "x-ms-discriminator-value": "AzureMySqlTable" + }, + "deprecated": false + }, + { + "$id": "6000", + "$type": "CompositeType", + "properties": [ + { + "$id": "6001", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6002", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6003", + "fixed": false, + "raw": "This property will be retired. Please consider using schema + table properties instead." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6004", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6005", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6006", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6007", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6008", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6009", + "fixed": false, + "raw": "The Amazon Redshift table name. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6010", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "6011", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6012", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6013", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6014", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6015", + "fixed": false, + "raw": "The Amazon Redshift schema name. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6016", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "6017", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6018", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AmazonRedshiftTableDatasetTypeProperties", + "documentation": "Amazon Redshift table dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "6019", + "fixed": false, + "raw": "AmazonRedshiftTableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AmazonRedshiftTableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AmazonRedshiftTableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6020", + "$type": "CompositeType", + "properties": [ + { + "$id": "6021", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6022", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6023", + "fixed": false, + "raw": "Amazon Redshift table dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6024", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6000" + } + } + ], + "serializedName": "AmazonRedshiftTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Amazon Redshift table dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6025", + "fixed": false, + "raw": "AmazonRedshiftTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AmazonRedshiftTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AmazonRedshiftTableDataset" + ] + }, + "x-ms-discriminator-value": "AmazonRedshiftTable" + }, + "deprecated": false + }, + { + "$id": "6026", + "$type": "CompositeType", + "properties": [ + { + "$id": "6027", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6028", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6029", + "fixed": false, + "raw": "This property will be retired. Please consider using schema + table properties instead." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6030", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6031", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6032", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6033", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6034", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6035", + "fixed": false, + "raw": "The Db2 schema name. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6036", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "6037", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6038", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6039", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6040", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6041", + "fixed": false, + "raw": "The Db2 table name. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6042", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "6043", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6044", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "Db2TableDatasetTypeProperties", + "documentation": "Db2 table dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "6045", + "fixed": false, + "raw": "Db2TableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "Db2TableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/Db2TableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6046", + "$type": "CompositeType", + "properties": [ + { + "$id": "6047", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6048", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6049", + "fixed": false, + "raw": "Db2 table dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6050", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6026" + } + } + ], + "serializedName": "Db2Table", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Db2 table dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6051", + "fixed": false, + "raw": "Db2TableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "Db2TableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/Db2TableDataset" + ] + }, + "x-ms-discriminator-value": "Db2Table" + }, + "deprecated": false + }, + { + "$id": "6052", + "$type": "CompositeType", + "properties": [ + { + "$id": "6053", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6054", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6055", + "fixed": false, + "raw": "The relational table name. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6056", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6057", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6058", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "RelationalTableDatasetTypeProperties", + "documentation": "Relational table dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "6059", + "fixed": false, + "raw": "RelationalTableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "RelationalTableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/RelationalTableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6060", + "$type": "CompositeType", + "properties": [ + { + "$id": "6061", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6062", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6063", + "fixed": false, + "raw": "Relational table dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6064", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6052" + } + } + ], + "serializedName": "RelationalTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The relational table dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6065", + "fixed": false, + "raw": "RelationalTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "RelationalTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/RelationalTableDataset" + ] + }, + "x-ms-discriminator-value": "RelationalTable" + }, + "deprecated": false + }, + { + "$id": "6066", + "$type": "CompositeType", + "properties": [ + { + "$id": "6067", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6068", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6069", + "fixed": false, + "raw": "The Informix table name. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6070", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6071", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6072", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "InformixTableDatasetTypeProperties", + "documentation": "Informix table dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "6073", + "fixed": false, + "raw": "InformixTableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "InformixTableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/InformixTableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6074", + "$type": "CompositeType", + "properties": [ + { + "$id": "6075", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6076", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6077", + "fixed": false, + "raw": "Informix table dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6078", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6066" + } + } + ], + "serializedName": "InformixTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Informix table dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6079", + "fixed": false, + "raw": "InformixTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "InformixTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/InformixTableDataset" + ] + }, + "x-ms-discriminator-value": "InformixTable" + }, + "deprecated": false + }, + { + "$id": "6080", + "$type": "CompositeType", + "properties": [ + { + "$id": "6081", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6082", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6083", + "fixed": false, + "raw": "The ODBC table name. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6084", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6085", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6086", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "OdbcTableDatasetTypeProperties", + "documentation": "ODBC table dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "6087", + "fixed": false, + "raw": "OdbcTableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "OdbcTableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/OdbcTableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6088", + "$type": "CompositeType", + "properties": [ + { + "$id": "6089", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6090", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6091", + "fixed": false, + "raw": "ODBC table dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6092", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6080" + } + } + ], + "serializedName": "OdbcTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The ODBC table dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6093", + "fixed": false, + "raw": "OdbcTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "OdbcTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/OdbcTableDataset" + ] + }, + "x-ms-discriminator-value": "OdbcTable" + }, + "deprecated": false + }, + { + "$id": "6094", + "$type": "CompositeType", + "properties": [ + { + "$id": "6095", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6096", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6097", + "fixed": false, + "raw": "The MySQL table name. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6098", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6099", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6100", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "MySqlTableDatasetTypeProperties", + "documentation": "MySql table dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "6101", + "fixed": false, + "raw": "MySqlTableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "MySqlTableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/MySqlTableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6102", + "$type": "CompositeType", + "properties": [ + { + "$id": "6103", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6104", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6105", + "fixed": false, + "raw": "MySQL table dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6106", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6094" + } + } + ], + "serializedName": "MySqlTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The MySQL table dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6107", + "fixed": false, + "raw": "MySqlTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "MySqlTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/MySqlTableDataset" + ] + }, + "x-ms-discriminator-value": "MySqlTable" + }, + "deprecated": false + }, + { + "$id": "6108", + "$type": "CompositeType", + "properties": [ + { + "$id": "6109", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6110", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6111", + "fixed": false, + "raw": "This property will be retired. Please consider using schema + table properties instead." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6112", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6113", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6114", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6115", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6116", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6117", + "fixed": false, + "raw": "The PostgreSQL table name. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6118", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "6119", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6120", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6121", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6122", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6123", + "fixed": false, + "raw": "The PostgreSQL schema name. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6124", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "6125", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6126", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "PostgreSqlTableDatasetTypeProperties", + "documentation": "PostgreSQL table dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "6127", + "fixed": false, + "raw": "PostgreSqlTableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "PostgreSqlTableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/PostgreSqlTableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6128", + "$type": "CompositeType", + "properties": [ + { + "$id": "6129", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6130", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6131", + "fixed": false, + "raw": "PostgreSQL table dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6132", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6108" + } + } + ], + "serializedName": "PostgreSqlTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The PostgreSQL table dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6133", + "fixed": false, + "raw": "PostgreSqlTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "PostgreSqlTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/PostgreSqlTableDataset" + ] + }, + "x-ms-discriminator-value": "PostgreSqlTable" + }, + "deprecated": false + }, + { + "$id": "6134", + "$type": "CompositeType", + "properties": [ + { + "$id": "6135", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6136", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6137", + "fixed": false, + "raw": "The Microsoft Access table name. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6138", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6139", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6140", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "MicrosoftAccessTableDatasetTypeProperties", + "documentation": "Microsoft Access table dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "6141", + "fixed": false, + "raw": "MicrosoftAccessTableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "MicrosoftAccessTableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/MicrosoftAccessTableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6142", + "$type": "CompositeType", + "properties": [ + { + "$id": "6143", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6144", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6145", + "fixed": false, + "raw": "Microsoft Access table dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6146", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6134" + } + } + ], + "serializedName": "MicrosoftAccessTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Microsoft Access table dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6147", + "fixed": false, + "raw": "MicrosoftAccessTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "MicrosoftAccessTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/MicrosoftAccessTableDataset" + ] + }, + "x-ms-discriminator-value": "MicrosoftAccessTable" + }, + "deprecated": false + }, + { + "$id": "6148", + "$type": "CompositeType", + "properties": [ + { + "$id": "6149", + "isReadOnly": false, + "realPath": [ + "objectApiName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6150", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6151", + "fixed": false, + "raw": "The Salesforce object API name. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6152", + "fixed": false, + "raw": "objectApiName" + }, + "serializedName": "objectApiName", + "modelType": { + "$id": "6153", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6154", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SalesforceObjectDatasetTypeProperties", + "documentation": "Salesforce object dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "6155", + "fixed": false, + "raw": "SalesforceObjectDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SalesforceObjectDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SalesforceObjectDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6156", + "$type": "CompositeType", + "properties": [ + { + "$id": "6157", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6158", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6159", + "fixed": false, + "raw": "Salesforce object dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6160", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6148" + } + } + ], + "serializedName": "SalesforceObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Salesforce object dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6161", + "fixed": false, + "raw": "SalesforceObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SalesforceObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SalesforceObjectDataset" + ] + }, + "x-ms-discriminator-value": "SalesforceObject" + }, + "deprecated": false + }, + { + "$id": "6162", + "$type": "CompositeType", + "properties": [ + { + "$id": "6163", + "isReadOnly": false, + "realPath": [ + "objectApiName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6164", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6165", + "fixed": false, + "raw": "The Salesforce Service Cloud object API name. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6166", + "fixed": false, + "raw": "objectApiName" + }, + "serializedName": "objectApiName", + "modelType": { + "$id": "6167", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6168", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SalesforceServiceCloudObjectDatasetTypeProperties", + "documentation": "Salesforce Service Cloud object dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "6169", + "fixed": false, + "raw": "SalesforceServiceCloudObjectDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SalesforceServiceCloudObjectDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SalesforceServiceCloudObjectDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6170", + "$type": "CompositeType", + "properties": [ + { + "$id": "6171", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6172", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6173", + "fixed": false, + "raw": "Salesforce Service Cloud object dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6174", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6162" + } + } + ], + "serializedName": "SalesforceServiceCloudObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Salesforce Service Cloud object dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6175", + "fixed": false, + "raw": "SalesforceServiceCloudObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SalesforceServiceCloudObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SalesforceServiceCloudObjectDataset" + ] + }, + "x-ms-discriminator-value": "SalesforceServiceCloudObject" + }, + "deprecated": false + }, + { + "$id": "6176", + "$type": "CompositeType", + "properties": [ + { + "$id": "6177", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6178", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6179", + "fixed": false, + "raw": "The Sybase table name. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6180", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6181", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6182", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SybaseTableDatasetTypeProperties", + "documentation": "Sybase table dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "6183", + "fixed": false, + "raw": "SybaseTableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SybaseTableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SybaseTableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6184", + "$type": "CompositeType", + "properties": [ + { + "$id": "6185", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6186", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6187", + "fixed": false, + "raw": "Sybase table dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6188", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6176" + } + } + ], + "serializedName": "SybaseTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Sybase table dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6189", + "fixed": false, + "raw": "SybaseTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SybaseTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SybaseTableDataset" + ] + }, + "x-ms-discriminator-value": "SybaseTable" + }, + "deprecated": false + }, + { + "$id": "6190", + "$type": "CompositeType", + "serializedName": "SapBwCube", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The SAP BW cube dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6191", + "fixed": false, + "raw": "SapBwCubeDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SapBwCubeDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SapBwCubeDataset" + ] + }, + "x-ms-discriminator-value": "SapBwCube" + }, + "deprecated": false + }, + { + "$id": "6192", + "$type": "CompositeType", + "properties": [ + { + "$id": "6193", + "isReadOnly": false, + "realPath": [ + "path" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6194", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6195", + "fixed": false, + "raw": "The path of the SAP Cloud for Customer OData entity. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "6196", + "fixed": false, + "raw": "path" + }, + "serializedName": "path", + "modelType": { + "$id": "6197", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6198", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SapCloudForCustomerResourceDatasetTypeProperties", + "documentation": "Sap Cloud For Customer OData resource dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "6199", + "fixed": false, + "raw": "SapCloudForCustomerResourceDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SapCloudForCustomerResourceDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SapCloudForCustomerResourceDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6200", + "$type": "CompositeType", + "properties": [ + { + "$id": "6201", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6202", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6203", + "fixed": false, + "raw": "SAP Cloud For Customer OData resource dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "6204", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6192" + } + } + ], + "serializedName": "SapCloudForCustomerResource", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The path of the SAP Cloud for Customer OData entity.", + "containsConstantProperties": false, + "name": { + "$id": "6205", + "fixed": false, + "raw": "SapCloudForCustomerResourceDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SapCloudForCustomerResourceDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SapCloudForCustomerResourceDataset" + ] + }, + "x-ms-discriminator-value": "SapCloudForCustomerResource" + }, + "deprecated": false + }, + { + "$id": "6206", + "$type": "CompositeType", + "properties": [ + { + "$id": "6207", + "isReadOnly": false, + "realPath": [ + "path" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6208", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6209", + "fixed": false, + "raw": "The path of the SAP ECC OData entity. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "6210", + "fixed": false, + "raw": "path" + }, + "serializedName": "path", + "modelType": { + "$id": "6211", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6212", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SapEccResourceDatasetTypeProperties", + "documentation": "Sap ECC OData resource dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "6213", + "fixed": false, + "raw": "SapEccResourceDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SapEccResourceDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SapEccResourceDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6214", + "$type": "CompositeType", + "properties": [ + { + "$id": "6215", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6216", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6217", + "fixed": false, + "raw": "SAP ECC OData resource dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "6218", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6206" + } + } + ], + "serializedName": "SapEccResource", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The path of the SAP ECC OData entity.", + "containsConstantProperties": false, + "name": { + "$id": "6219", + "fixed": false, + "raw": "SapEccResourceDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SapEccResourceDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SapEccResourceDataset" + ] + }, + "x-ms-discriminator-value": "SapEccResource" + }, + "deprecated": false + }, + { + "$id": "6220", + "$type": "CompositeType", + "properties": [ + { + "$id": "6221", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6222", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6223", + "fixed": false, + "raw": "The schema name of SAP HANA. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6224", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "6225", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6226", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6227", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6228", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6229", + "fixed": false, + "raw": "The table name of SAP HANA. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6230", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "6231", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6232", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SapHanaTableDatasetTypeProperties", + "documentation": "SAP HANA Table properties.", + "containsConstantProperties": false, + "name": { + "$id": "6233", + "fixed": false, + "raw": "SapHanaTableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SapHanaTableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SapHanaTableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6234", + "$type": "CompositeType", + "properties": [ + { + "$id": "6235", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6236", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6237", + "fixed": false, + "raw": "SAP HANA Table properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6238", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6220" + } + } + ], + "serializedName": "SapHanaTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "SAP HANA Table properties.", + "containsConstantProperties": false, + "name": { + "$id": "6239", + "fixed": false, + "raw": "SapHanaTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SapHanaTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SapHanaTableDataset" + ] + }, + "x-ms-discriminator-value": "SapHanaTable" + }, + "deprecated": false + }, + { + "$id": "6240", + "$type": "CompositeType", + "properties": [ + { + "$id": "6241", + "isReadOnly": false, + "realPath": [ + "openHubDestinationName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6242", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6243", + "fixed": false, + "raw": "The name of the Open Hub Destination with destination type as Database Table. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "6244", + "fixed": false, + "raw": "openHubDestinationName" + }, + "serializedName": "openHubDestinationName", + "modelType": { + "$id": "6245", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6246", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6247", + "isReadOnly": false, + "realPath": [ + "excludeLastRequest" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6248", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6249", + "fixed": false, + "raw": "Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6250", + "fixed": false, + "raw": "excludeLastRequest" + }, + "serializedName": "excludeLastRequest", + "modelType": { + "$id": "6251", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6252", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6253", + "isReadOnly": false, + "realPath": [ + "baseRequestId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6254", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6255", + "fixed": false, + "raw": "The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer )." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6256", + "fixed": false, + "raw": "baseRequestId" + }, + "serializedName": "baseRequestId", + "modelType": { + "$id": "6257", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6258", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SapOpenHubTableDatasetTypeProperties", + "documentation": "Sap Business Warehouse Open Hub Destination Table properties.", + "containsConstantProperties": false, + "name": { + "$id": "6259", + "fixed": false, + "raw": "SapOpenHubTableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SapOpenHubTableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SapOpenHubTableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6260", + "$type": "CompositeType", + "properties": [ + { + "$id": "6261", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6262", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6263", + "fixed": false, + "raw": "Sap Business Warehouse Open Hub Destination Table properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "6264", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6240" + } + } + ], + "serializedName": "SapOpenHubTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Sap Business Warehouse Open Hub Destination Table properties.", + "containsConstantProperties": false, + "name": { + "$id": "6265", + "fixed": false, + "raw": "SapOpenHubTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SapOpenHubTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SapOpenHubTableDataset" + ] + }, + "x-ms-discriminator-value": "SapOpenHubTable" + }, + "deprecated": false + }, + { + "$id": "6266", + "$type": "CompositeType", + "properties": [ + { + "$id": "6267", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6268", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6269", + "fixed": false, + "raw": "This property will be retired. Please consider using schema + table properties instead." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6270", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6271", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6272", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6273", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6274", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6275", + "fixed": false, + "raw": "The schema name of the SQL Server dataset. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6276", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "6277", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6278", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6279", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6280", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6281", + "fixed": false, + "raw": "The table name of the SQL Server dataset. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6282", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "6283", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6284", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SqlServerTableDatasetTypeProperties", + "documentation": "On-premises SQL Server dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "6285", + "fixed": false, + "raw": "SqlServerTableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SqlServerTableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SqlServerTableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6286", + "$type": "CompositeType", + "properties": [ + { + "$id": "6287", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6288", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6289", + "fixed": false, + "raw": "On-premises SQL Server dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6290", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6266" + } + } + ], + "serializedName": "SqlServerTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The on-premises SQL Server dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6291", + "fixed": false, + "raw": "SqlServerTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SqlServerTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SqlServerTableDataset" + ] + }, + "x-ms-discriminator-value": "SqlServerTable" + }, + "deprecated": false + }, + { + "$id": "6292", + "$type": "CompositeType", + "properties": [ + { + "$id": "6293", + "isReadOnly": false, + "realPath": [ + "relativeUrl" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6294", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6295", + "fixed": false, + "raw": "The relative URL to the resource that the RESTful API provides. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6296", + "fixed": false, + "raw": "relativeUrl" + }, + "serializedName": "relativeUrl", + "modelType": { + "$id": "6297", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6298", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6299", + "isReadOnly": false, + "realPath": [ + "requestMethod" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6300", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6301", + "fixed": false, + "raw": "The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6302", + "fixed": false, + "raw": "requestMethod" + }, + "serializedName": "requestMethod", + "modelType": { + "$id": "6303", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6304", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6305", + "isReadOnly": false, + "realPath": [ + "requestBody" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6306", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6307", + "fixed": false, + "raw": "The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6308", + "fixed": false, + "raw": "requestBody" + }, + "serializedName": "requestBody", + "modelType": { + "$id": "6309", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6310", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6311", + "isReadOnly": false, + "realPath": [ + "additionalHeaders" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6312", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6313", + "fixed": false, + "raw": "The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6314", + "fixed": false, + "raw": "additionalHeaders" + }, + "serializedName": "additionalHeaders", + "modelType": { + "$id": "6315", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6316", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6317", + "isReadOnly": false, + "realPath": [ + "paginationRules" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6318", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6319", + "fixed": false, + "raw": "The pagination rules to compose next page requests. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6320", + "fixed": false, + "raw": "paginationRules" + }, + "serializedName": "paginationRules", + "modelType": { + "$id": "6321", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6322", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "RestResourceDatasetTypeProperties", + "documentation": "Properties specific to this dataset type.", + "containsConstantProperties": false, + "name": { + "$id": "6323", + "fixed": false, + "raw": "RestResourceDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "RestResourceDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/RestResourceDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6324", + "$type": "CompositeType", + "properties": [ + { + "$id": "6325", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6326", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6327", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6328", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6292" + } + } + ], + "serializedName": "RestResource", + "baseModelType": { + "$ref": "545" + }, + "documentation": "A Rest service dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6329", + "fixed": false, + "raw": "RestResourceDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "RestResourceDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/RestResourceDataset" + ] + }, + "x-ms-discriminator-value": "RestResource" + }, + "deprecated": false + }, + { + "$id": "6330", + "$type": "CompositeType", + "properties": [ + { + "$id": "6331", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6332", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6333", + "fixed": false, + "raw": "The name of the SAP Table. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "6334", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6335", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6336", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SapTableResourceDatasetTypeProperties", + "documentation": "SAP Table Resource properties.", + "containsConstantProperties": false, + "name": { + "$id": "6337", + "fixed": false, + "raw": "SapTableResourceDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SapTableResourceDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SapTableResourceDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6338", + "$type": "CompositeType", + "properties": [ + { + "$id": "6339", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6340", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6341", + "fixed": false, + "raw": "SAP Table Resource properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "6342", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6330" + } + } + ], + "serializedName": "SapTableResource", + "baseModelType": { + "$ref": "545" + }, + "documentation": "SAP Table Resource properties.", + "containsConstantProperties": false, + "name": { + "$id": "6343", + "fixed": false, + "raw": "SapTableResourceDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SapTableResourceDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SapTableResourceDataset" + ] + }, + "x-ms-discriminator-value": "SapTableResource" + }, + "deprecated": false + }, + { + "$id": "6344", + "$type": "CompositeType", + "properties": [ + { + "$id": "6345", + "isReadOnly": false, + "realPath": [ + "index" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6346", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6347", + "fixed": false, + "raw": "The zero-based index of the table in the web page. Type: integer (or Expression with resultType integer), minimum: 0." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "6348", + "fixed": false, + "raw": "index" + }, + "serializedName": "index", + "modelType": { + "$id": "6349", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6350", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6351", + "isReadOnly": false, + "realPath": [ + "path" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6352", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6353", + "fixed": false, + "raw": "The relative URL to the web page from the linked service URL. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6354", + "fixed": false, + "raw": "path" + }, + "serializedName": "path", + "modelType": { + "$id": "6355", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6356", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "WebTableDatasetTypeProperties", + "documentation": "Web table dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "6357", + "fixed": false, + "raw": "WebTableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "WebTableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/WebTableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6358", + "$type": "CompositeType", + "properties": [ + { + "$id": "6359", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6360", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6361", + "fixed": false, + "raw": "Web table dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "6362", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6344" + } + } + ], + "serializedName": "WebTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The dataset points to a HTML table in the web page.", + "containsConstantProperties": false, + "name": { + "$id": "6363", + "fixed": false, + "raw": "WebTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "WebTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/WebTableDataset" + ] + }, + "x-ms-discriminator-value": "WebTable" + }, + "deprecated": false + }, + { + "$id": "6364", + "$type": "CompositeType", + "properties": [ + { + "$id": "6365", + "isReadOnly": false, + "realPath": [ + "indexName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6366", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6367", + "fixed": false, + "raw": "The name of the Azure Search Index. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "6368", + "fixed": false, + "raw": "indexName" + }, + "serializedName": "indexName", + "modelType": { + "$id": "6369", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6370", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureSearchIndexDatasetTypeProperties", + "documentation": "Properties specific to this dataset type.", + "containsConstantProperties": false, + "name": { + "$id": "6371", + "fixed": false, + "raw": "AzureSearchIndexDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzureSearchIndexDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzureSearchIndexDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6372", + "$type": "CompositeType", + "properties": [ + { + "$id": "6373", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6374", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6375", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "6376", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6364" + } + } + ], + "serializedName": "AzureSearchIndex", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Azure Search Index.", + "containsConstantProperties": false, + "name": { + "$id": "6377", + "fixed": false, + "raw": "AzureSearchIndexDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzureSearchIndexDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzureSearchIndexDataset" + ] + }, + "x-ms-discriminator-value": "AzureSearchIndex" + }, + "deprecated": false + }, + { + "$id": "6378", + "$type": "CompositeType", + "properties": [ + { + "$id": "6379", + "isReadOnly": false, + "realPath": [ + "relativeUrl" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6380", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6381", + "fixed": false, + "raw": "The relative URL based on the URL in the HttpLinkedService refers to an HTTP file Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6382", + "fixed": false, + "raw": "relativeUrl" + }, + "serializedName": "relativeUrl", + "modelType": { + "$id": "6383", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6384", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6385", + "isReadOnly": false, + "realPath": [ + "requestMethod" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6386", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6387", + "fixed": false, + "raw": "The HTTP method for the HTTP request. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6388", + "fixed": false, + "raw": "requestMethod" + }, + "serializedName": "requestMethod", + "modelType": { + "$id": "6389", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6390", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6391", + "isReadOnly": false, + "realPath": [ + "requestBody" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6392", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6393", + "fixed": false, + "raw": "The body for the HTTP request. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6394", + "fixed": false, + "raw": "requestBody" + }, + "serializedName": "requestBody", + "modelType": { + "$id": "6395", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6396", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6397", + "isReadOnly": false, + "realPath": [ + "additionalHeaders" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6398", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6399", + "fixed": false, + "raw": "The headers for the HTTP Request. e.g. request-header-name-1:request-header-value-1\r\n...\r\nrequest-header-name-n:request-header-value-n Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6400", + "fixed": false, + "raw": "additionalHeaders" + }, + "serializedName": "additionalHeaders", + "modelType": { + "$id": "6401", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6402", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6403", + "isReadOnly": false, + "realPath": [ + "format" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6404", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6405", + "fixed": false, + "raw": "The format of files." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6406", + "fixed": false, + "raw": "format" + }, + "serializedName": "format", + "modelType": { + "$ref": "5174" + } + }, + { + "$id": "6407", + "isReadOnly": false, + "realPath": [ + "compression" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6408", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6409", + "fixed": false, + "raw": "The data compression method used on files." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6410", + "fixed": false, + "raw": "compression" + }, + "serializedName": "compression", + "modelType": { + "$ref": "5196" + } + } + ], + "serializedName": "HttpDatasetTypeProperties", + "documentation": "Properties specific to this dataset type.", + "containsConstantProperties": false, + "name": { + "$id": "6411", + "fixed": false, + "raw": "HttpDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "HttpDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/HttpDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6412", + "$type": "CompositeType", + "properties": [ + { + "$id": "6413", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6414", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6415", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6416", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6378" + } + } + ], + "serializedName": "HttpFile", + "baseModelType": { + "$ref": "545" + }, + "documentation": "A file in an HTTP web server.", + "containsConstantProperties": false, + "name": { + "$id": "6417", + "fixed": false, + "raw": "HttpDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "HttpDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/HttpDataset" + ] + }, + "x-ms-discriminator-value": "HttpFile" + }, + "deprecated": false + }, + { + "$id": "6418", + "$type": "CompositeType", + "properties": [ + { + "$id": "6419", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6420", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6421", + "fixed": false, + "raw": "The table name. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6422", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6423", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6424", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "GenericDatasetTypeProperties", + "documentation": "Properties specific to this dataset type.", + "containsConstantProperties": false, + "name": { + "$id": "6425", + "fixed": false, + "raw": "GenericDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "GenericDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/GenericDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6426", + "$type": "CompositeType", + "properties": [ + { + "$id": "6427", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6428", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6429", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6430", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "AmazonMWSObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Amazon Marketplace Web Service dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6431", + "fixed": false, + "raw": "AmazonMWSObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AmazonMWSObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AmazonMWSObjectDataset" + ] + }, + "x-ms-discriminator-value": "AmazonMWSObject" + }, + "deprecated": false + }, + { + "$id": "6432", + "$type": "CompositeType", + "properties": [ + { + "$id": "6433", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6434", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6435", + "fixed": false, + "raw": "The table name of the Azure PostgreSQL database which includes both schema and table. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6436", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6437", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6438", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6439", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6440", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6441", + "fixed": false, + "raw": "The table name of the Azure PostgreSQL database. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6442", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "6443", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6444", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6445", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6446", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6447", + "fixed": false, + "raw": "The schema name of the Azure PostgreSQL database. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6448", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "6449", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6450", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzurePostgreSqlTableDatasetTypeProperties", + "documentation": "Azure PostgreSQL dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "6451", + "fixed": false, + "raw": "AzurePostgreSqlTableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzurePostgreSqlTableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzurePostgreSqlTableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6452", + "$type": "CompositeType", + "properties": [ + { + "$id": "6453", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6454", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6455", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6456", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6432" + } + } + ], + "serializedName": "AzurePostgreSqlTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Azure PostgreSQL dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6457", + "fixed": false, + "raw": "AzurePostgreSqlTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzurePostgreSqlTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzurePostgreSqlTableDataset" + ] + }, + "x-ms-discriminator-value": "AzurePostgreSqlTable" + }, + "deprecated": false + }, + { + "$id": "6458", + "$type": "CompositeType", + "properties": [ + { + "$id": "6459", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6460", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6461", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6462", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "ConcurObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Concur Service dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6463", + "fixed": false, + "raw": "ConcurObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "ConcurObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/ConcurObjectDataset" + ] + }, + "x-ms-discriminator-value": "ConcurObject" + }, + "deprecated": false + }, + { + "$id": "6464", + "$type": "CompositeType", + "properties": [ + { + "$id": "6465", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6466", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6467", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6468", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "CouchbaseTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Couchbase server dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6469", + "fixed": false, + "raw": "CouchbaseTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "CouchbaseTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/CouchbaseTableDataset" + ] + }, + "x-ms-discriminator-value": "CouchbaseTable" + }, + "deprecated": false + }, + { + "$id": "6470", + "$type": "CompositeType", + "properties": [ + { + "$id": "6471", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6472", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6473", + "fixed": false, + "raw": "This property will be retired. Please consider using schema + table properties instead." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6474", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6475", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6476", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6477", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6478", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6479", + "fixed": false, + "raw": "The table name of the Drill. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6480", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "6481", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6482", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6483", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6484", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6485", + "fixed": false, + "raw": "The schema name of the Drill. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6486", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "6487", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6488", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "DrillDatasetTypeProperties", + "documentation": "Drill Dataset Properties", + "containsConstantProperties": false, + "name": { + "$id": "6489", + "fixed": false, + "raw": "DrillDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DrillDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/DrillDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6490", + "$type": "CompositeType", + "properties": [ + { + "$id": "6491", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6492", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6493", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6494", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6470" + } + } + ], + "serializedName": "DrillTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Drill server dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6495", + "fixed": false, + "raw": "DrillTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DrillTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/DrillTableDataset" + ] + }, + "x-ms-discriminator-value": "DrillTable" + }, + "deprecated": false + }, + { + "$id": "6496", + "$type": "CompositeType", + "properties": [ + { + "$id": "6497", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6498", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6499", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6500", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "EloquaObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Eloqua server dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6501", + "fixed": false, + "raw": "EloquaObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "EloquaObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/EloquaObjectDataset" + ] + }, + "x-ms-discriminator-value": "EloquaObject" + }, + "deprecated": false + }, + { + "$id": "6502", + "$type": "CompositeType", + "properties": [ + { + "$id": "6503", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6504", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6505", + "fixed": false, + "raw": "This property will be retired. Please consider using database + table properties instead." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6506", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6507", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6508", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6509", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6510", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6511", + "fixed": false, + "raw": "The table name of the Google BigQuery. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6512", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "6513", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6514", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6515", + "isReadOnly": false, + "realPath": [ + "dataset" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6516", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6517", + "fixed": false, + "raw": "The database name of the Google BigQuery. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6518", + "fixed": false, + "raw": "dataset" + }, + "serializedName": "dataset", + "modelType": { + "$id": "6519", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6520", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "GoogleBigQueryDatasetTypeProperties", + "documentation": "Google BigQuery Dataset Properties", + "containsConstantProperties": false, + "name": { + "$id": "6521", + "fixed": false, + "raw": "GoogleBigQueryDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "GoogleBigQueryDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/GoogleBigQueryDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6522", + "$type": "CompositeType", + "properties": [ + { + "$id": "6523", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6524", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6525", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6526", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6502" + } + } + ], + "serializedName": "GoogleBigQueryObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Google BigQuery service dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6527", + "fixed": false, + "raw": "GoogleBigQueryObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "GoogleBigQueryObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/GoogleBigQueryObjectDataset" + ] + }, + "x-ms-discriminator-value": "GoogleBigQueryObject" + }, + "deprecated": false + }, + { + "$id": "6528", + "$type": "CompositeType", + "properties": [ + { + "$id": "6529", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6530", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6531", + "fixed": false, + "raw": "This property will be retired. Please consider using schema + table properties instead." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6532", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6533", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6534", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6535", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6536", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6537", + "fixed": false, + "raw": "The table name of Greenplum. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6538", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "6539", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6540", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6541", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6542", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6543", + "fixed": false, + "raw": "The schema name of Greenplum. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6544", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "6545", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6546", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "GreenplumDatasetTypeProperties", + "documentation": "Greenplum Dataset Properties", + "containsConstantProperties": false, + "name": { + "$id": "6547", + "fixed": false, + "raw": "GreenplumDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "GreenplumDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/GreenplumDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6548", + "$type": "CompositeType", + "properties": [ + { + "$id": "6549", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6550", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6551", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6552", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6528" + } + } + ], + "serializedName": "GreenplumTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Greenplum Database dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6553", + "fixed": false, + "raw": "GreenplumTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "GreenplumTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/GreenplumTableDataset" + ] + }, + "x-ms-discriminator-value": "GreenplumTable" + }, + "deprecated": false + }, + { + "$id": "6554", + "$type": "CompositeType", + "properties": [ + { + "$id": "6555", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6556", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6557", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6558", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "HBaseObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "HBase server dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6559", + "fixed": false, + "raw": "HBaseObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "HBaseObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/HBaseObjectDataset" + ] + }, + "x-ms-discriminator-value": "HBaseObject" + }, + "deprecated": false + }, + { + "$id": "6560", + "$type": "CompositeType", + "properties": [ + { + "$id": "6561", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6562", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6563", + "fixed": false, + "raw": "This property will be retired. Please consider using schema + table properties instead." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6564", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6565", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6566", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6567", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6568", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6569", + "fixed": false, + "raw": "The table name of the Hive. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6570", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "6571", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6572", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6573", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6574", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6575", + "fixed": false, + "raw": "The schema name of the Hive. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6576", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "6577", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6578", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "HiveDatasetTypeProperties", + "documentation": "Hive Properties", + "containsConstantProperties": false, + "name": { + "$id": "6579", + "fixed": false, + "raw": "HiveDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "HiveDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/HiveDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6580", + "$type": "CompositeType", + "properties": [ + { + "$id": "6581", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6582", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6583", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6584", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6560" + } + } + ], + "serializedName": "HiveObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Hive Server dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6585", + "fixed": false, + "raw": "HiveObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "HiveObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/HiveObjectDataset" + ] + }, + "x-ms-discriminator-value": "HiveObject" + }, + "deprecated": false + }, + { + "$id": "6586", + "$type": "CompositeType", + "properties": [ + { + "$id": "6587", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6588", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6589", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6590", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "HubspotObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Hubspot Service dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6591", + "fixed": false, + "raw": "HubspotObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "HubspotObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/HubspotObjectDataset" + ] + }, + "x-ms-discriminator-value": "HubspotObject" + }, + "deprecated": false + }, + { + "$id": "6592", + "$type": "CompositeType", + "properties": [ + { + "$id": "6593", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6594", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6595", + "fixed": false, + "raw": "This property will be retired. Please consider using schema + table properties instead." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6596", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6597", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6598", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6599", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6600", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6601", + "fixed": false, + "raw": "The table name of the Impala. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6602", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "6603", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6604", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6605", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6606", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6607", + "fixed": false, + "raw": "The schema name of the Impala. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6608", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "6609", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6610", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "ImpalaDatasetTypeProperties", + "documentation": "Impala Dataset Properties", + "containsConstantProperties": false, + "name": { + "$id": "6611", + "fixed": false, + "raw": "ImpalaDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "ImpalaDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/ImpalaDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6612", + "$type": "CompositeType", + "properties": [ + { + "$id": "6613", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6614", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6615", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6616", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6592" + } + } + ], + "serializedName": "ImpalaObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Impala server dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6617", + "fixed": false, + "raw": "ImpalaObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "ImpalaObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/ImpalaObjectDataset" + ] + }, + "x-ms-discriminator-value": "ImpalaObject" + }, + "deprecated": false + }, + { + "$id": "6618", + "$type": "CompositeType", + "properties": [ + { + "$id": "6619", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6620", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6621", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6622", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "JiraObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Jira Service dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6623", + "fixed": false, + "raw": "JiraObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "JiraObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/JiraObjectDataset" + ] + }, + "x-ms-discriminator-value": "JiraObject" + }, + "deprecated": false + }, + { + "$id": "6624", + "$type": "CompositeType", + "properties": [ + { + "$id": "6625", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6626", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6627", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6628", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "MagentoObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Magento server dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6629", + "fixed": false, + "raw": "MagentoObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "MagentoObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/MagentoObjectDataset" + ] + }, + "x-ms-discriminator-value": "MagentoObject" + }, + "deprecated": false + }, + { + "$id": "6630", + "$type": "CompositeType", + "properties": [ + { + "$id": "6631", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6632", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6633", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6634", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "MariaDBTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "MariaDB server dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6635", + "fixed": false, + "raw": "MariaDBTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "MariaDBTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/MariaDBTableDataset" + ] + }, + "x-ms-discriminator-value": "MariaDBTable" + }, + "deprecated": false + }, + { + "$id": "6636", + "$type": "CompositeType", + "properties": [ + { + "$id": "6637", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6638", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6639", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6640", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "AzureMariaDBTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Azure Database for MariaDB dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6641", + "fixed": false, + "raw": "AzureMariaDBTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzureMariaDBTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzureMariaDBTableDataset" + ] + }, + "x-ms-discriminator-value": "AzureMariaDBTable" + }, + "deprecated": false + }, + { + "$id": "6642", + "$type": "CompositeType", + "properties": [ + { + "$id": "6643", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6644", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6645", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6646", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "MarketoObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Marketo server dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6647", + "fixed": false, + "raw": "MarketoObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "MarketoObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/MarketoObjectDataset" + ] + }, + "x-ms-discriminator-value": "MarketoObject" + }, + "deprecated": false + }, + { + "$id": "6648", + "$type": "CompositeType", + "properties": [ + { + "$id": "6649", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6650", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6651", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6652", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "PaypalObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Paypal Service dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6653", + "fixed": false, + "raw": "PaypalObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "PaypalObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/PaypalObjectDataset" + ] + }, + "x-ms-discriminator-value": "PaypalObject" + }, + "deprecated": false + }, + { + "$id": "6654", + "$type": "CompositeType", + "properties": [ + { + "$id": "6655", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6656", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6657", + "fixed": false, + "raw": "This property will be retired. Please consider using schema + table properties instead." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6658", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6659", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6660", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6661", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6662", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6663", + "fixed": false, + "raw": "The table name of the Phoenix. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6664", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "6665", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6666", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6667", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6668", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6669", + "fixed": false, + "raw": "The schema name of the Phoenix. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6670", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "6671", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6672", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "PhoenixDatasetTypeProperties", + "documentation": "Phoenix Dataset Properties", + "containsConstantProperties": false, + "name": { + "$id": "6673", + "fixed": false, + "raw": "PhoenixDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "PhoenixDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/PhoenixDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6674", + "$type": "CompositeType", + "properties": [ + { + "$id": "6675", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6676", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6677", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6678", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6654" + } + } + ], + "serializedName": "PhoenixObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Phoenix server dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6679", + "fixed": false, + "raw": "PhoenixObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "PhoenixObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/PhoenixObjectDataset" + ] + }, + "x-ms-discriminator-value": "PhoenixObject" + }, + "deprecated": false + }, + { + "$id": "6680", + "$type": "CompositeType", + "properties": [ + { + "$id": "6681", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6682", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6683", + "fixed": false, + "raw": "This property will be retired. Please consider using schema + table properties instead." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6684", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6685", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6686", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6687", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6688", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6689", + "fixed": false, + "raw": "The table name of the Presto. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6690", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "6691", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6692", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6693", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6694", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6695", + "fixed": false, + "raw": "The schema name of the Presto. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6696", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "6697", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6698", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "PrestoDatasetTypeProperties", + "documentation": "Presto Dataset Properties", + "containsConstantProperties": false, + "name": { + "$id": "6699", + "fixed": false, + "raw": "PrestoDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "PrestoDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/PrestoDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6700", + "$type": "CompositeType", + "properties": [ + { + "$id": "6701", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6702", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6703", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6704", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6680" + } + } + ], + "serializedName": "PrestoObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Presto server dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6705", + "fixed": false, + "raw": "PrestoObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "PrestoObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/PrestoObjectDataset" + ] + }, + "x-ms-discriminator-value": "PrestoObject" + }, + "deprecated": false + }, + { + "$id": "6706", + "$type": "CompositeType", + "properties": [ + { + "$id": "6707", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6708", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6709", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6710", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "QuickBooksObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "QuickBooks server dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6711", + "fixed": false, + "raw": "QuickBooksObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "QuickBooksObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/QuickBooksObjectDataset" + ] + }, + "x-ms-discriminator-value": "QuickBooksObject" + }, + "deprecated": false + }, + { + "$id": "6712", + "$type": "CompositeType", + "properties": [ + { + "$id": "6713", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6714", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6715", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6716", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "ServiceNowObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "ServiceNow server dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6717", + "fixed": false, + "raw": "ServiceNowObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "ServiceNowObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/ServiceNowObjectDataset" + ] + }, + "x-ms-discriminator-value": "ServiceNowObject" + }, + "deprecated": false + }, + { + "$id": "6718", + "$type": "CompositeType", + "properties": [ + { + "$id": "6719", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6720", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6721", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6722", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "ShopifyObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Shopify Service dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6723", + "fixed": false, + "raw": "ShopifyObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "ShopifyObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/ShopifyObjectDataset" + ] + }, + "x-ms-discriminator-value": "ShopifyObject" + }, + "deprecated": false + }, + { + "$id": "6724", + "$type": "CompositeType", + "properties": [ + { + "$id": "6725", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6726", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6727", + "fixed": false, + "raw": "This property will be retired. Please consider using schema + table properties instead." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6728", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6729", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6730", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6731", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6732", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6733", + "fixed": false, + "raw": "The table name of the Spark. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6734", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "6735", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6736", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6737", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6738", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6739", + "fixed": false, + "raw": "The schema name of the Spark. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6740", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "6741", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6742", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SparkDatasetTypeProperties", + "documentation": "Spark Properties", + "containsConstantProperties": false, + "name": { + "$id": "6743", + "fixed": false, + "raw": "SparkDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SparkDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SparkDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6744", + "$type": "CompositeType", + "properties": [ + { + "$id": "6745", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6746", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6747", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6748", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6724" + } + } + ], + "serializedName": "SparkObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Spark Server dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6749", + "fixed": false, + "raw": "SparkObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SparkObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SparkObjectDataset" + ] + }, + "x-ms-discriminator-value": "SparkObject" + }, + "deprecated": false + }, + { + "$id": "6750", + "$type": "CompositeType", + "properties": [ + { + "$id": "6751", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6752", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6753", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6754", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "SquareObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Square Service dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6755", + "fixed": false, + "raw": "SquareObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SquareObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SquareObjectDataset" + ] + }, + "x-ms-discriminator-value": "SquareObject" + }, + "deprecated": false + }, + { + "$id": "6756", + "$type": "CompositeType", + "properties": [ + { + "$id": "6757", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6758", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6759", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6760", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "XeroObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Xero Service dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6761", + "fixed": false, + "raw": "XeroObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "XeroObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/XeroObjectDataset" + ] + }, + "x-ms-discriminator-value": "XeroObject" + }, + "deprecated": false + }, + { + "$id": "6762", + "$type": "CompositeType", + "properties": [ + { + "$id": "6763", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6764", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6765", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6766", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "ZohoObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Zoho server dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6767", + "fixed": false, + "raw": "ZohoObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "ZohoObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/ZohoObjectDataset" + ] + }, + "x-ms-discriminator-value": "ZohoObject" + }, + "deprecated": false + }, + { + "$id": "6768", + "$type": "CompositeType", + "properties": [ + { + "$id": "6769", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6770", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6771", + "fixed": false, + "raw": "This property will be retired. Please consider using schema + table properties instead." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6772", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6773", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6774", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6775", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6776", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6777", + "fixed": false, + "raw": "The table name of the Netezza. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6778", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "6779", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6780", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6781", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6782", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6783", + "fixed": false, + "raw": "The schema name of the Netezza. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6784", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "6785", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6786", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "NetezzaTableDatasetTypeProperties", + "documentation": "Netezza dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "6787", + "fixed": false, + "raw": "NetezzaTableDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "NetezzaTableDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/NetezzaTableDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6788", + "$type": "CompositeType", + "properties": [ + { + "$id": "6789", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6790", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6791", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6792", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6768" + } + } + ], + "serializedName": "NetezzaTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Netezza dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6793", + "fixed": false, + "raw": "NetezzaTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "NetezzaTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/NetezzaTableDataset" + ] + }, + "x-ms-discriminator-value": "NetezzaTable" + }, + "deprecated": false + }, + { + "$id": "6794", + "$type": "CompositeType", + "properties": [ + { + "$id": "6795", + "isReadOnly": false, + "realPath": [ + "tableName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6796", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6797", + "fixed": false, + "raw": "This property will be retired. Please consider using schema + table properties instead." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6798", + "fixed": false, + "raw": "tableName" + }, + "serializedName": "tableName", + "modelType": { + "$id": "6799", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6800", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6801", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6802", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6803", + "fixed": false, + "raw": "The table name of the Vertica. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6804", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "6805", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6806", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6807", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6808", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6809", + "fixed": false, + "raw": "The schema name of the Vertica. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6810", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "6811", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6812", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "VerticaDatasetTypeProperties", + "documentation": "Vertica Properties", + "containsConstantProperties": false, + "name": { + "$id": "6813", + "fixed": false, + "raw": "VerticaDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "VerticaDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/VerticaDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6814", + "$type": "CompositeType", + "properties": [ + { + "$id": "6815", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6816", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6817", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6818", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6794" + } + } + ], + "serializedName": "VerticaTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Vertica dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6819", + "fixed": false, + "raw": "VerticaTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "VerticaTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/VerticaTableDataset" + ] + }, + "x-ms-discriminator-value": "VerticaTable" + }, + "deprecated": false + }, + { + "$id": "6820", + "$type": "CompositeType", + "properties": [ + { + "$id": "6821", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6822", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6823", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6824", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "SalesforceMarketingCloudObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Salesforce Marketing Cloud dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6825", + "fixed": false, + "raw": "SalesforceMarketingCloudObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SalesforceMarketingCloudObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SalesforceMarketingCloudObjectDataset" + ] + }, + "x-ms-discriminator-value": "SalesforceMarketingCloudObject" + }, + "deprecated": false + }, + { + "$id": "6826", + "$type": "CompositeType", + "properties": [ + { + "$id": "6827", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6828", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6829", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6830", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "ResponsysObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Responsys dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6831", + "fixed": false, + "raw": "ResponsysObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "ResponsysObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/ResponsysObjectDataset" + ] + }, + "x-ms-discriminator-value": "ResponsysObject" + }, + "deprecated": false + }, + { + "$id": "6832", + "$type": "CompositeType", + "properties": [ + { + "$id": "6833", + "isReadOnly": false, + "realPath": [ + "path" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6834", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6835", + "fixed": false, + "raw": "The path of the Dynamics AX OData entity. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "6836", + "fixed": false, + "raw": "path" + }, + "serializedName": "path", + "modelType": { + "$id": "6837", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6838", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "DynamicsAXResourceDatasetTypeProperties", + "documentation": "Dynamics AX OData resource dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "6839", + "fixed": false, + "raw": "DynamicsAXResourceDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DynamicsAXResourceDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/DynamicsAXResourceDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6840", + "$type": "CompositeType", + "properties": [ + { + "$id": "6841", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6842", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6843", + "fixed": false, + "raw": "Dynamics AX OData resource dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "6844", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6832" + } + } + ], + "serializedName": "DynamicsAXResource", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The path of the Dynamics AX OData entity.", + "containsConstantProperties": false, + "name": { + "$id": "6845", + "fixed": false, + "raw": "DynamicsAXResourceDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "DynamicsAXResourceDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/DynamicsAXResourceDataset" + ] + }, + "x-ms-discriminator-value": "DynamicsAXResource" + }, + "deprecated": false + }, + { + "$id": "6846", + "$type": "CompositeType", + "properties": [ + { + "$id": "6847", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6848", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6849", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6850", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "OracleServiceCloudObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Oracle Service Cloud dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6851", + "fixed": false, + "raw": "OracleServiceCloudObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "OracleServiceCloudObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/OracleServiceCloudObjectDataset" + ] + }, + "x-ms-discriminator-value": "OracleServiceCloudObject" + }, + "deprecated": false + }, + { + "$id": "6852", + "$type": "CompositeType", + "properties": [ + { + "$id": "6853", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6854", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6855", + "fixed": false, + "raw": "The table name of the Azure Data Explorer database. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6856", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "6857", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6858", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureDataExplorerDatasetTypeProperties", + "documentation": "Azure Data Explorer (Kusto) dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "6859", + "fixed": false, + "raw": "AzureDataExplorerDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzureDataExplorerDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzureDataExplorerDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6860", + "$type": "CompositeType", + "properties": [ + { + "$id": "6861", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6862", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6863", + "fixed": false, + "raw": "Azure Data Explorer (Kusto) dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "6864", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6852" + } + } + ], + "serializedName": "AzureDataExplorerTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The Azure Data Explorer (Kusto) dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6865", + "fixed": false, + "raw": "AzureDataExplorerTableDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "AzureDataExplorerTableDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/AzureDataExplorerTableDataset" + ] + }, + "x-ms-discriminator-value": "AzureDataExplorerTable" + }, + "deprecated": false + }, + { + "$id": "6866", + "$type": "CompositeType", + "properties": [ + { + "$id": "6867", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6868", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6869", + "fixed": false, + "raw": "Properties specific to this dataset type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6870", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6418" + } + } + ], + "serializedName": "GoogleAdWordsObject", + "baseModelType": { + "$ref": "545" + }, + "documentation": "Google AdWords service dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6871", + "fixed": false, + "raw": "GoogleAdWordsObjectDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "GoogleAdWordsObjectDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/GoogleAdWordsObjectDataset" + ] + }, + "x-ms-discriminator-value": "GoogleAdWordsObject" + }, + "deprecated": false + }, + { + "$id": "6872", + "$type": "CompositeType", + "properties": [ + { + "$id": "6873", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6874", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6875", + "fixed": false, + "raw": "The schema name of the Snowflake database. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6876", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "6877", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6878", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6879", + "isReadOnly": false, + "realPath": [ + "table" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6880", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6881", + "fixed": false, + "raw": "The table name of the Snowflake database. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6882", + "fixed": false, + "raw": "table" + }, + "serializedName": "table", + "modelType": { + "$id": "6883", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6884", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SnowflakeDatasetTypeProperties", + "documentation": "Snowflake dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "6885", + "fixed": false, + "raw": "SnowflakeDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SnowflakeDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SnowflakeDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6886", + "$type": "CompositeType", + "properties": [ + { + "$id": "6887", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6888", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6889", + "fixed": false, + "raw": "Snowflake dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "6890", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6872" + } + } + ], + "serializedName": "SnowflakeTable", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The snowflake dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6891", + "fixed": false, + "raw": "SnowflakeDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SnowflakeDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SnowflakeDataset" + ] + }, + "x-ms-discriminator-value": "SnowflakeTable" + }, + "deprecated": false + }, + { + "$id": "6892", + "$type": "CompositeType", + "properties": [ + { + "$id": "6893", + "isReadOnly": false, + "realPath": [ + "listName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6894", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6895", + "fixed": false, + "raw": "The name of the SharePoint Online list. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6896", + "fixed": false, + "raw": "listName" + }, + "serializedName": "listName", + "modelType": { + "$id": "6897", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6898", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SharePointOnlineListDatasetTypeProperties", + "documentation": "Sharepoint online list dataset properties.", + "containsConstantProperties": false, + "name": { + "$id": "6899", + "fixed": false, + "raw": "SharePointOnlineListDatasetTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SharePointOnlineListDatasetTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SharePointOnlineListDatasetTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6900", + "$type": "CompositeType", + "properties": [ + { + "$id": "6901", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6902", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6903", + "fixed": false, + "raw": "Sharepoint online list dataset properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6904", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6892" + } + } + ], + "serializedName": "SharePointOnlineListResource", + "baseModelType": { + "$ref": "545" + }, + "documentation": "The sharepoint online list resource dataset.", + "containsConstantProperties": false, + "name": { + "$id": "6905", + "fixed": false, + "raw": "SharePointOnlineListResourceDataset" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///273?oai3.shaken.json" + ], + "name": "SharePointOnlineListResourceDataset", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json#/components/schemas/SharePointOnlineListResourceDataset" + ] + }, + "x-ms-discriminator-value": "SharePointOnlineListResource" + }, + "deprecated": false + }, + { + "$id": "6906", + "$type": "CompositeType", + "properties": [ + { + "$id": "6907", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6908", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6909", + "fixed": false, + "raw": "The connection string. It is mutually exclusive with sasUri property. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6910", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "6911", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6912", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6913", + "isReadOnly": false, + "realPath": [ + "accountKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6914", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6915", + "fixed": false, + "raw": "The Azure key vault secret reference of accountKey in connection string." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6916", + "fixed": false, + "raw": "accountKey" + }, + "serializedName": "accountKey", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "6917", + "isReadOnly": false, + "realPath": [ + "sasUri" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6918", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6919", + "fixed": false, + "raw": "SAS URI of the Azure Storage resource. It is mutually exclusive with connectionString property. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6920", + "fixed": false, + "raw": "sasUri" + }, + "serializedName": "sasUri", + "modelType": { + "$id": "6921", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6922", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6923", + "isReadOnly": false, + "realPath": [ + "sasToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6924", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6925", + "fixed": false, + "raw": "The Azure key vault secret reference of sasToken in sas uri." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6926", + "fixed": false, + "raw": "sasToken" + }, + "serializedName": "sasToken", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "6927", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6928", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6929", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6930", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "6931", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "6932", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureStorageLinkedServiceTypeProperties", + "documentation": "Azure Storage linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "6933", + "fixed": false, + "raw": "AzureStorageLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureStorageLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureStorageLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6934", + "$type": "CompositeType", + "properties": [ + { + "$id": "6935", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6936", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6937", + "fixed": false, + "raw": "Azure Storage linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "6938", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6906" + } + } + ], + "serializedName": "AzureStorage", + "baseModelType": { + "$ref": "483" + }, + "documentation": "The storage account linked service.", + "containsConstantProperties": true, + "name": { + "$id": "6939", + "fixed": false, + "raw": "AzureStorageLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureStorageLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureStorageLinkedService" + ] + }, + "x-ms-discriminator-value": "AzureStorage" + }, + "deprecated": false + }, + { + "$id": "6940", + "$type": "CompositeType", + "properties": [ + { + "$id": "6941", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6942", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6943", + "fixed": false, + "raw": "The connection string. It is mutually exclusive with sasUri, serviceEndpoint property. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6944", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "6945", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6946", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6947", + "isReadOnly": false, + "realPath": [ + "accountKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6948", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6949", + "fixed": false, + "raw": "The Azure key vault secret reference of accountKey in connection string." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6950", + "fixed": false, + "raw": "accountKey" + }, + "serializedName": "accountKey", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "6951", + "isReadOnly": false, + "realPath": [ + "sasUri" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6952", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6953", + "fixed": false, + "raw": "SAS URI of the Azure Blob Storage resource. It is mutually exclusive with connectionString, serviceEndpoint property. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6954", + "fixed": false, + "raw": "sasUri" + }, + "serializedName": "sasUri", + "modelType": { + "$id": "6955", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6956", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6957", + "isReadOnly": false, + "realPath": [ + "sasToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6958", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6959", + "fixed": false, + "raw": "The Azure key vault secret reference of sasToken in sas uri." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6960", + "fixed": false, + "raw": "sasToken" + }, + "serializedName": "sasToken", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "6961", + "isReadOnly": false, + "realPath": [ + "serviceEndpoint" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6962", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6963", + "fixed": false, + "raw": "Blob service endpoint of the Azure Blob Storage resource. It is mutually exclusive with connectionString, sasUri property." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6964", + "fixed": false, + "raw": "serviceEndpoint" + }, + "serializedName": "serviceEndpoint", + "modelType": { + "$id": "6965", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "6966", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "6967", + "isReadOnly": false, + "realPath": [ + "servicePrincipalId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6968", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6969", + "fixed": false, + "raw": "The ID of the service principal used to authenticate against Azure SQL Data Warehouse. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6970", + "fixed": false, + "raw": "servicePrincipalId" + }, + "serializedName": "servicePrincipalId", + "modelType": { + "$id": "6971", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6972", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6973", + "isReadOnly": false, + "realPath": [ + "servicePrincipalKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6974", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6975", + "fixed": false, + "raw": "The key of the service principal used to authenticate against Azure SQL Data Warehouse." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6976", + "fixed": false, + "raw": "servicePrincipalKey" + }, + "serializedName": "servicePrincipalKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "6977", + "isReadOnly": false, + "realPath": [ + "tenant" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6978", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6979", + "fixed": false, + "raw": "The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6980", + "fixed": false, + "raw": "tenant" + }, + "serializedName": "tenant", + "modelType": { + "$id": "6981", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "6982", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "6983", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6984", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6985", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "6986", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "6987", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "6988", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureBlobStorageLinkedServiceTypeProperties", + "documentation": "Azure Blob Storage linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "6989", + "fixed": false, + "raw": "AzureBlobStorageLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureBlobStorageLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureBlobStorageLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "6990", + "$type": "CompositeType", + "properties": [ + { + "$id": "6991", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6992", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6993", + "fixed": false, + "raw": "Azure Blob Storage linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "6994", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6940" + } + } + ], + "serializedName": "AzureBlobStorage", + "baseModelType": { + "$ref": "483" + }, + "documentation": "The azure blob storage linked service.", + "containsConstantProperties": true, + "name": { + "$id": "6995", + "fixed": false, + "raw": "AzureBlobStorageLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureBlobStorageLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureBlobStorageLinkedService" + ] + }, + "x-ms-discriminator-value": "AzureBlobStorage" + }, + "deprecated": false + }, + { + "$id": "6996", + "$type": "CompositeType", + "properties": [ + { + "$id": "6997", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "6998", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "6999", + "fixed": false, + "raw": "Azure Table Storage linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7000", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "6906" + } + } + ], + "serializedName": "AzureTableStorage", + "baseModelType": { + "$ref": "483" + }, + "documentation": "The azure table storage linked service.", + "containsConstantProperties": true, + "name": { + "$id": "7001", + "fixed": false, + "raw": "AzureTableStorageLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureTableStorageLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureTableStorageLinkedService" + ] + }, + "x-ms-discriminator-value": "AzureTableStorage" + }, + "deprecated": false + }, + { + "$id": "7002", + "$type": "CompositeType", + "properties": [ + { + "$id": "7003", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7004", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7005", + "fixed": false, + "raw": "The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7006", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "7007", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7008", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7009", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7010", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7011", + "fixed": false, + "raw": "The Azure key vault secret reference of password in connection string." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7012", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "7013", + "isReadOnly": false, + "realPath": [ + "servicePrincipalId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7014", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7015", + "fixed": false, + "raw": "The ID of the service principal used to authenticate against Azure SQL Data Warehouse. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7016", + "fixed": false, + "raw": "servicePrincipalId" + }, + "serializedName": "servicePrincipalId", + "modelType": { + "$id": "7017", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7018", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7019", + "isReadOnly": false, + "realPath": [ + "servicePrincipalKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7020", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7021", + "fixed": false, + "raw": "The key of the service principal used to authenticate against Azure SQL Data Warehouse." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7022", + "fixed": false, + "raw": "servicePrincipalKey" + }, + "serializedName": "servicePrincipalKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7023", + "isReadOnly": false, + "realPath": [ + "tenant" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7024", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7025", + "fixed": false, + "raw": "The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7026", + "fixed": false, + "raw": "tenant" + }, + "serializedName": "tenant", + "modelType": { + "$id": "7027", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7028", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7029", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7030", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7031", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7032", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7033", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7034", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureSqlDWLinkedServiceTypeProperties", + "documentation": "Azure SQL Data Warehouse linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "7035", + "fixed": false, + "raw": "AzureSqlDWLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureSqlDWLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureSqlDWLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7036", + "$type": "CompositeType", + "properties": [ + { + "$id": "7037", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7038", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7039", + "fixed": false, + "raw": "Azure SQL Data Warehouse linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7040", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7002" + } + } + ], + "serializedName": "AzureSqlDW", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Azure SQL Data Warehouse linked service.", + "containsConstantProperties": true, + "name": { + "$id": "7041", + "fixed": false, + "raw": "AzureSqlDWLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureSqlDWLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureSqlDWLinkedService" + ] + }, + "x-ms-discriminator-value": "AzureSqlDW" + }, + "deprecated": false + }, + { + "$id": "7042", + "$type": "CompositeType", + "properties": [ + { + "$id": "7043", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7044", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7045", + "fixed": false, + "raw": "The connection string. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7046", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "7047", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7048", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7049", + "isReadOnly": false, + "realPath": [ + "userName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7050", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7051", + "fixed": false, + "raw": "The on-premises Windows authentication user name. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7052", + "fixed": false, + "raw": "userName" + }, + "serializedName": "userName", + "modelType": { + "$id": "7053", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7054", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7055", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7056", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7057", + "fixed": false, + "raw": "The on-premises Windows authentication password." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7058", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7059", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7060", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7061", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7062", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7063", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7064", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SqlServerLinkedServiceTypeProperties", + "documentation": "SQL Server linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "7065", + "fixed": false, + "raw": "SqlServerLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SqlServerLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SqlServerLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7066", + "$type": "CompositeType", + "properties": [ + { + "$id": "7067", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7068", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7069", + "fixed": false, + "raw": "SQL Server linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7070", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7042" + } + } + ], + "serializedName": "SqlServer", + "baseModelType": { + "$ref": "483" + }, + "documentation": "SQL Server linked service.", + "containsConstantProperties": false, + "name": { + "$id": "7071", + "fixed": false, + "raw": "SqlServerLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SqlServerLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SqlServerLinkedService" + ] + }, + "x-ms-discriminator-value": "SqlServer" + }, + "deprecated": false + }, + { + "$id": "7072", + "$type": "CompositeType", + "properties": [ + { + "$id": "7073", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7074", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7075", + "fixed": false, + "raw": "The connection string. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7076", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "7077", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7078", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7079", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7080", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7081", + "fixed": false, + "raw": "The Azure key vault secret reference of password in connection string." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7082", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "7083", + "isReadOnly": false, + "realPath": [ + "servicePrincipalId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7084", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7085", + "fixed": false, + "raw": "The ID of the service principal used to authenticate against Azure SQL Database. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7086", + "fixed": false, + "raw": "servicePrincipalId" + }, + "serializedName": "servicePrincipalId", + "modelType": { + "$id": "7087", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7088", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7089", + "isReadOnly": false, + "realPath": [ + "servicePrincipalKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7090", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7091", + "fixed": false, + "raw": "The key of the service principal used to authenticate against Azure SQL Database." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7092", + "fixed": false, + "raw": "servicePrincipalKey" + }, + "serializedName": "servicePrincipalKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7093", + "isReadOnly": false, + "realPath": [ + "tenant" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7094", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7095", + "fixed": false, + "raw": "The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7096", + "fixed": false, + "raw": "tenant" + }, + "serializedName": "tenant", + "modelType": { + "$id": "7097", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7098", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7099", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7100", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7101", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7102", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7103", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7104", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureSqlDatabaseLinkedServiceTypeProperties", + "documentation": "Azure SQL Database linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "7105", + "fixed": false, + "raw": "AzureSqlDatabaseLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureSqlDatabaseLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureSqlDatabaseLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7106", + "$type": "CompositeType", + "properties": [ + { + "$id": "7107", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7108", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7109", + "fixed": false, + "raw": "Azure SQL Database linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7110", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7072" + } + } + ], + "serializedName": "AzureSqlDatabase", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Microsoft Azure SQL Database linked service.", + "containsConstantProperties": true, + "name": { + "$id": "7111", + "fixed": false, + "raw": "AzureSqlDatabaseLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureSqlDatabaseLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureSqlDatabaseLinkedService" + ] + }, + "x-ms-discriminator-value": "AzureSqlDatabase" + }, + "deprecated": false + }, + { + "$id": "7112", + "$type": "CompositeType", + "properties": [ + { + "$id": "7113", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7114", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7115", + "fixed": false, + "raw": "The connection string. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7116", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "7117", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7118", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7119", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7120", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7121", + "fixed": false, + "raw": "The Azure key vault secret reference of password in connection string." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7122", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "7123", + "isReadOnly": false, + "realPath": [ + "servicePrincipalId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7124", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7125", + "fixed": false, + "raw": "The ID of the service principal used to authenticate against Azure SQL Managed Instance. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7126", + "fixed": false, + "raw": "servicePrincipalId" + }, + "serializedName": "servicePrincipalId", + "modelType": { + "$id": "7127", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7128", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7129", + "isReadOnly": false, + "realPath": [ + "servicePrincipalKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7130", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7131", + "fixed": false, + "raw": "The key of the service principal used to authenticate against Azure SQL Managed Instance." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7132", + "fixed": false, + "raw": "servicePrincipalKey" + }, + "serializedName": "servicePrincipalKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7133", + "isReadOnly": false, + "realPath": [ + "tenant" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7134", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7135", + "fixed": false, + "raw": "The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7136", + "fixed": false, + "raw": "tenant" + }, + "serializedName": "tenant", + "modelType": { + "$id": "7137", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7138", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7139", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7140", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7141", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7142", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7143", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7144", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureSqlMILinkedServiceTypeProperties", + "documentation": "Azure SQL Managed Instance linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "7145", + "fixed": false, + "raw": "AzureSqlMILinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureSqlMILinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureSqlMILinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7146", + "$type": "CompositeType", + "properties": [ + { + "$id": "7147", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7148", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7149", + "fixed": false, + "raw": "Azure SQL Managed Instance linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7150", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7112" + } + } + ], + "serializedName": "AzureSqlMI", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Azure SQL Managed Instance linked service.", + "containsConstantProperties": true, + "name": { + "$id": "7151", + "fixed": false, + "raw": "AzureSqlMILinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureSqlMILinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureSqlMILinkedService" + ] + }, + "x-ms-discriminator-value": "AzureSqlMI" + }, + "deprecated": false + }, + { + "$id": "7152", + "$type": "CompositeType", + "properties": [ + { + "$id": "7153", + "isReadOnly": false, + "realPath": [ + "accountName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7154", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7155", + "fixed": false, + "raw": "The Azure Batch account name. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7156", + "fixed": false, + "raw": "accountName" + }, + "serializedName": "accountName", + "modelType": { + "$id": "7157", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7158", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7159", + "isReadOnly": false, + "realPath": [ + "accessKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7160", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7161", + "fixed": false, + "raw": "The Azure Batch account access key." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7162", + "fixed": false, + "raw": "accessKey" + }, + "serializedName": "accessKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7163", + "isReadOnly": false, + "realPath": [ + "batchUri" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7164", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7165", + "fixed": false, + "raw": "The Azure Batch URI. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7166", + "fixed": false, + "raw": "batchUri" + }, + "serializedName": "batchUri", + "modelType": { + "$id": "7167", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7168", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7169", + "isReadOnly": false, + "realPath": [ + "poolName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7170", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7171", + "fixed": false, + "raw": "The Azure Batch pool name. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7172", + "fixed": false, + "raw": "poolName" + }, + "serializedName": "poolName", + "modelType": { + "$id": "7173", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7174", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7175", + "isReadOnly": false, + "realPath": [ + "linkedServiceName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7176", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7177", + "fixed": false, + "raw": "The Azure Storage linked service reference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7178", + "fixed": false, + "raw": "linkedServiceName" + }, + "serializedName": "linkedServiceName", + "modelType": { + "$ref": "100" + } + }, + { + "$id": "7179", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7180", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7181", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7182", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7183", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7184", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureBatchLinkedServiceTypeProperties", + "documentation": "Azure Batch linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "7185", + "fixed": false, + "raw": "AzureBatchLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureBatchLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureBatchLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7186", + "$type": "CompositeType", + "properties": [ + { + "$id": "7187", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7188", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7189", + "fixed": false, + "raw": "Azure Batch linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7190", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7152" + } + } + ], + "serializedName": "AzureBatch", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Azure Batch linked service.", + "containsConstantProperties": true, + "name": { + "$id": "7191", + "fixed": false, + "raw": "AzureBatchLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureBatchLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureBatchLinkedService" + ] + }, + "x-ms-discriminator-value": "AzureBatch" + }, + "deprecated": false + }, + { + "$id": "7192", + "$type": "CompositeType", + "properties": [ + { + "$id": "7193", + "isReadOnly": false, + "realPath": [ + "baseUrl" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7194", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7195", + "fixed": false, + "raw": "The base URL of the Azure Key Vault. e.g. https://myakv.vault.azure.net Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7196", + "fixed": false, + "raw": "baseUrl" + }, + "serializedName": "baseUrl", + "modelType": { + "$id": "7197", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7198", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureKeyVaultLinkedServiceTypeProperties", + "documentation": "Azure Key Vault linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "7199", + "fixed": false, + "raw": "AzureKeyVaultLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureKeyVaultLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureKeyVaultLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7200", + "$type": "CompositeType", + "properties": [ + { + "$id": "7201", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7202", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7203", + "fixed": false, + "raw": "Azure Key Vault linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7204", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7192" + } + } + ], + "serializedName": "AzureKeyVault", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Azure Key Vault linked service.", + "containsConstantProperties": false, + "name": { + "$id": "7205", + "fixed": false, + "raw": "AzureKeyVaultLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureKeyVaultLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureKeyVaultLinkedService" + ] + }, + "x-ms-discriminator-value": "AzureKeyVault" + }, + "deprecated": false + }, + { + "$id": "7206", + "$type": "CompositeType", + "properties": [ + { + "$id": "7207", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7208", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7209", + "fixed": false, + "raw": "The connection string. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7210", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "7211", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7212", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7213", + "isReadOnly": false, + "realPath": [ + "accountEndpoint" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7214", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7215", + "fixed": false, + "raw": "The endpoint of the Azure CosmosDB account. Type: string (or Expression with resultType string)" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7216", + "fixed": false, + "raw": "accountEndpoint" + }, + "serializedName": "accountEndpoint", + "modelType": { + "$id": "7217", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7218", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7219", + "isReadOnly": false, + "realPath": [ + "database" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7220", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7221", + "fixed": false, + "raw": "The name of the database. Type: string (or Expression with resultType string)" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7222", + "fixed": false, + "raw": "database" + }, + "serializedName": "database", + "modelType": { + "$id": "7223", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7224", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7225", + "isReadOnly": false, + "realPath": [ + "accountKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7226", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7227", + "fixed": false, + "raw": "The account key of the Azure CosmosDB account. Type: SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7228", + "fixed": false, + "raw": "accountKey" + }, + "serializedName": "accountKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7229", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7230", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7231", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7232", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7233", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7234", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "CosmosDbLinkedServiceTypeProperties", + "documentation": "CosmosDB linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "7235", + "fixed": false, + "raw": "CosmosDbLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "CosmosDbLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/CosmosDbLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7236", + "$type": "CompositeType", + "properties": [ + { + "$id": "7237", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7238", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7239", + "fixed": false, + "raw": "CosmosDB linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7240", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7206" + } + } + ], + "serializedName": "CosmosDb", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Microsoft Azure Cosmos Database (CosmosDB) linked service.", + "containsConstantProperties": false, + "name": { + "$id": "7241", + "fixed": false, + "raw": "CosmosDbLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "CosmosDbLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/CosmosDbLinkedService" + ] + }, + "x-ms-discriminator-value": "CosmosDb" + }, + "deprecated": false + }, + { + "$id": "7242", + "$type": "CompositeType", + "properties": [ + { + "$id": "7243", + "isReadOnly": false, + "realPath": [ + "deploymentType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7244", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7245", + "fixed": false, + "raw": "The deployment type of the Dynamics instance. 'Online' for Dynamics Online and 'OnPremisesWithIfd' for Dynamics on-premises with Ifd. Type: string (or Expression with resultType string)." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "DynamicsDeploymentType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/DynamicsLinkedServiceTypeProperties-deploymentType" + ] + }, + "x-ms-enum": { + "name": "DynamicsDeploymentType", + "modelAsString": true, + "oldModelAsString": true + }, + "x-internal-autorest-anonymous-schema": { + "anonymous": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7246", + "fixed": false, + "raw": "deploymentType" + }, + "serializedName": "deploymentType", + "modelType": { + "$id": "7247", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7248", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7249", + "isReadOnly": false, + "realPath": [ + "hostName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7250", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7251", + "fixed": false, + "raw": "The host name of the on-premises Dynamics server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7252", + "fixed": false, + "raw": "hostName" + }, + "serializedName": "hostName", + "modelType": { + "$id": "7253", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7254", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7255", + "isReadOnly": false, + "realPath": [ + "port" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7256", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7257", + "fixed": false, + "raw": "The port of on-premises Dynamics server. The property is required for on-prem and not allowed for online. Default is 443. Type: integer (or Expression with resultType integer), minimum: 0." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7258", + "fixed": false, + "raw": "port" + }, + "serializedName": "port", + "modelType": { + "$id": "7259", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7260", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7261", + "isReadOnly": false, + "realPath": [ + "serviceUri" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7262", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7263", + "fixed": false, + "raw": "The URL to the Microsoft Dynamics server. The property is required for on-line and not allowed for on-prem. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7264", + "fixed": false, + "raw": "serviceUri" + }, + "serializedName": "serviceUri", + "modelType": { + "$id": "7265", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7266", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7267", + "isReadOnly": false, + "realPath": [ + "organizationName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7268", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7269", + "fixed": false, + "raw": "The organization name of the Dynamics instance. The property is required for on-prem and required for online when there are more than one Dynamics instances associated with the user. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7270", + "fixed": false, + "raw": "organizationName" + }, + "serializedName": "organizationName", + "modelType": { + "$id": "7271", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7272", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7273", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7274", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7275", + "fixed": false, + "raw": "The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string)." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "DynamicsAuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/DynamicsLinkedServiceTypeProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "DynamicsAuthenticationType", + "modelAsString": true, + "oldModelAsString": true + }, + "x-internal-autorest-anonymous-schema": { + "anonymous": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7276", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "7277", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7278", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7279", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7280", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7281", + "fixed": false, + "raw": "User name to access the Dynamics instance. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7282", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "7283", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7284", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7285", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7286", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7287", + "fixed": false, + "raw": "Password to access the Dynamics instance." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7288", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7289", + "isReadOnly": false, + "realPath": [ + "servicePrincipalId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7290", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7291", + "fixed": false, + "raw": "The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7292", + "fixed": false, + "raw": "servicePrincipalId" + }, + "serializedName": "servicePrincipalId", + "modelType": { + "$id": "7293", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7294", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7295", + "isReadOnly": false, + "realPath": [ + "servicePrincipalCredentialType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7296", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7297", + "fixed": false, + "raw": "The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string)." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "DynamicsServicePrincipalCredentialType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/DynamicsLinkedServiceTypeProperties-servicePrincipalCredentialType", + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/DynamicsCrmLinkedServiceTypeProperties-servicePrincipalCredentialType", + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/CommonDataServiceForAppsLinkedServiceTypeProperties-servicePrincipalCredentialType" + ] + }, + "x-ms-enum": { + "name": "DynamicsServicePrincipalCredentialType", + "modelAsString": true, + "oldModelAsString": true + }, + "x-internal-autorest-anonymous-schema": { + "anonymous": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7298", + "fixed": false, + "raw": "servicePrincipalCredentialType" + }, + "serializedName": "servicePrincipalCredentialType", + "modelType": { + "$id": "7299", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7300", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7301", + "isReadOnly": false, + "realPath": [ + "servicePrincipalCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7302", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7303", + "fixed": false, + "raw": "The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7304", + "fixed": false, + "raw": "servicePrincipalCredential" + }, + "serializedName": "servicePrincipalCredential", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7305", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7306", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7307", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7308", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7309", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7310", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "DynamicsLinkedServiceTypeProperties", + "documentation": "Dynamics linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "7311", + "fixed": false, + "raw": "DynamicsLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "DynamicsLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/DynamicsLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7312", + "$type": "CompositeType", + "properties": [ + { + "$id": "7313", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7314", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7315", + "fixed": false, + "raw": "Dynamics linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7316", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7242" + } + } + ], + "serializedName": "Dynamics", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Dynamics linked service.", + "containsConstantProperties": false, + "name": { + "$id": "7317", + "fixed": false, + "raw": "DynamicsLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "DynamicsLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/DynamicsLinkedService" + ] + }, + "x-ms-discriminator-value": "Dynamics" + }, + "deprecated": false + }, + { + "$id": "7318", + "$type": "CompositeType", + "properties": [ + { + "$id": "7319", + "isReadOnly": false, + "realPath": [ + "deploymentType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7320", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7321", + "fixed": false, + "raw": "The deployment type of the Dynamics CRM instance. 'Online' for Dynamics CRM Online and 'OnPremisesWithIfd' for Dynamics CRM on-premises with Ifd. Type: string (or Expression with resultType string)." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "DynamicsDeploymentType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/DynamicsCrmLinkedServiceTypeProperties-deploymentType", + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/CommonDataServiceForAppsLinkedServiceTypeProperties-deploymentType" + ] + }, + "x-ms-enum": { + "name": "DynamicsDeploymentType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7322", + "fixed": false, + "raw": "deploymentType" + }, + "serializedName": "deploymentType", + "modelType": { + "$id": "7323", + "$type": "EnumType", + "values": [ + { + "$id": "7324", + "name": "Online", + "serializedName": "Online" + }, + { + "$id": "7325", + "name": "OnPremisesWithIfd", + "serializedName": "OnPremisesWithIfd" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "7326", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "7327", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "7328", + "fixed": false, + "raw": "DynamicsDeploymentType" + }, + "deprecated": false + } + }, + { + "$id": "7329", + "isReadOnly": false, + "realPath": [ + "hostName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7330", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7331", + "fixed": false, + "raw": "The host name of the on-premises Dynamics CRM server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7332", + "fixed": false, + "raw": "hostName" + }, + "serializedName": "hostName", + "modelType": { + "$id": "7333", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7334", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7335", + "isReadOnly": false, + "realPath": [ + "port" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7336", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7337", + "fixed": false, + "raw": "The port of on-premises Dynamics CRM server. The property is required for on-prem and not allowed for online. Default is 443. Type: integer (or Expression with resultType integer), minimum: 0." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7338", + "fixed": false, + "raw": "port" + }, + "serializedName": "port", + "modelType": { + "$id": "7339", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7340", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7341", + "isReadOnly": false, + "realPath": [ + "serviceUri" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7342", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7343", + "fixed": false, + "raw": "The URL to the Microsoft Dynamics CRM server. The property is required for on-line and not allowed for on-prem. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7344", + "fixed": false, + "raw": "serviceUri" + }, + "serializedName": "serviceUri", + "modelType": { + "$id": "7345", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7346", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7347", + "isReadOnly": false, + "realPath": [ + "organizationName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7348", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7349", + "fixed": false, + "raw": "The organization name of the Dynamics CRM instance. The property is required for on-prem and required for online when there are more than one Dynamics CRM instances associated with the user. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7350", + "fixed": false, + "raw": "organizationName" + }, + "serializedName": "organizationName", + "modelType": { + "$id": "7351", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7352", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7353", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7354", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7355", + "fixed": false, + "raw": "The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string)." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "DynamicsAuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/DynamicsCrmLinkedServiceTypeProperties-authenticationType", + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/CommonDataServiceForAppsLinkedServiceTypeProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "DynamicsAuthenticationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7356", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "7357", + "$type": "EnumType", + "values": [ + { + "$id": "7358", + "name": "Office365", + "serializedName": "Office365" + }, + { + "$id": "7359", + "name": "Ifd", + "serializedName": "Ifd" + }, + { + "$id": "7360", + "name": "AADServicePrincipal", + "serializedName": "AADServicePrincipal" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "7361", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "7362", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "7363", + "fixed": false, + "raw": "DynamicsAuthenticationType" + }, + "deprecated": false + } + }, + { + "$id": "7364", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7365", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7366", + "fixed": false, + "raw": "User name to access the Dynamics CRM instance. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7367", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "7368", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7369", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7370", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7371", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7372", + "fixed": false, + "raw": "Password to access the Dynamics CRM instance." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7373", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7374", + "isReadOnly": false, + "realPath": [ + "servicePrincipalId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7375", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7376", + "fixed": false, + "raw": "The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7377", + "fixed": false, + "raw": "servicePrincipalId" + }, + "serializedName": "servicePrincipalId", + "modelType": { + "$id": "7378", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7379", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7380", + "isReadOnly": false, + "realPath": [ + "servicePrincipalCredentialType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7381", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7382", + "fixed": false, + "raw": "The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string)." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "DynamicsServicePrincipalCredentialType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/DynamicsLinkedServiceTypeProperties-servicePrincipalCredentialType", + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/DynamicsCrmLinkedServiceTypeProperties-servicePrincipalCredentialType", + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/CommonDataServiceForAppsLinkedServiceTypeProperties-servicePrincipalCredentialType" + ] + }, + "x-ms-enum": { + "name": "DynamicsServicePrincipalCredentialType", + "modelAsString": true, + "oldModelAsString": true + }, + "x-internal-autorest-anonymous-schema": { + "anonymous": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7383", + "fixed": false, + "raw": "servicePrincipalCredentialType" + }, + "serializedName": "servicePrincipalCredentialType", + "modelType": { + "$id": "7384", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7385", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7386", + "isReadOnly": false, + "realPath": [ + "servicePrincipalCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7387", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7388", + "fixed": false, + "raw": "The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7389", + "fixed": false, + "raw": "servicePrincipalCredential" + }, + "serializedName": "servicePrincipalCredential", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7390", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7391", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7392", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7393", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7394", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7395", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "DynamicsCrmLinkedServiceTypeProperties", + "documentation": "Dynamics CRM linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "7396", + "fixed": false, + "raw": "DynamicsCrmLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "DynamicsCrmLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/DynamicsCrmLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7397", + "$type": "CompositeType", + "properties": [ + { + "$id": "7398", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7399", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7400", + "fixed": false, + "raw": "Dynamics CRM linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7401", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7318" + } + } + ], + "serializedName": "DynamicsCrm", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Dynamics CRM linked service.", + "containsConstantProperties": false, + "name": { + "$id": "7402", + "fixed": false, + "raw": "DynamicsCrmLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "DynamicsCrmLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/DynamicsCrmLinkedService" + ] + }, + "x-ms-discriminator-value": "DynamicsCrm" + }, + "deprecated": false + }, + { + "$id": "7403", + "$type": "CompositeType", + "properties": [ + { + "$id": "7404", + "isReadOnly": false, + "realPath": [ + "deploymentType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7405", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7406", + "fixed": false, + "raw": "The deployment type of the Common Data Service for Apps instance. 'Online' for Common Data Service for Apps Online and 'OnPremisesWithIfd' for Common Data Service for Apps on-premises with Ifd. Type: string (or Expression with resultType string)." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "DynamicsDeploymentType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/DynamicsCrmLinkedServiceTypeProperties-deploymentType", + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/CommonDataServiceForAppsLinkedServiceTypeProperties-deploymentType" + ] + }, + "x-ms-enum": { + "name": "DynamicsDeploymentType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7407", + "fixed": false, + "raw": "deploymentType" + }, + "serializedName": "deploymentType", + "modelType": { + "$ref": "7323" + } + }, + { + "$id": "7408", + "isReadOnly": false, + "realPath": [ + "hostName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7409", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7410", + "fixed": false, + "raw": "The host name of the on-premises Common Data Service for Apps server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7411", + "fixed": false, + "raw": "hostName" + }, + "serializedName": "hostName", + "modelType": { + "$id": "7412", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7413", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7414", + "isReadOnly": false, + "realPath": [ + "port" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7415", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7416", + "fixed": false, + "raw": "The port of on-premises Common Data Service for Apps server. The property is required for on-prem and not allowed for online. Default is 443. Type: integer (or Expression with resultType integer), minimum: 0." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7417", + "fixed": false, + "raw": "port" + }, + "serializedName": "port", + "modelType": { + "$id": "7418", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7419", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7420", + "isReadOnly": false, + "realPath": [ + "serviceUri" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7421", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7422", + "fixed": false, + "raw": "The URL to the Microsoft Common Data Service for Apps server. The property is required for on-line and not allowed for on-prem. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7423", + "fixed": false, + "raw": "serviceUri" + }, + "serializedName": "serviceUri", + "modelType": { + "$id": "7424", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7425", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7426", + "isReadOnly": false, + "realPath": [ + "organizationName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7427", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7428", + "fixed": false, + "raw": "The organization name of the Common Data Service for Apps instance. The property is required for on-prem and required for online when there are more than one Common Data Service for Apps instances associated with the user. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7429", + "fixed": false, + "raw": "organizationName" + }, + "serializedName": "organizationName", + "modelType": { + "$id": "7430", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7431", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7432", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7433", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7434", + "fixed": false, + "raw": "The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string)." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "DynamicsAuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/DynamicsCrmLinkedServiceTypeProperties-authenticationType", + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/CommonDataServiceForAppsLinkedServiceTypeProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "DynamicsAuthenticationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7435", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$ref": "7357" + } + }, + { + "$id": "7436", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7437", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7438", + "fixed": false, + "raw": "User name to access the Common Data Service for Apps instance. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7439", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "7440", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7441", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7442", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7443", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7444", + "fixed": false, + "raw": "Password to access the Common Data Service for Apps instance." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7445", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7446", + "isReadOnly": false, + "realPath": [ + "servicePrincipalId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7447", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7448", + "fixed": false, + "raw": "The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7449", + "fixed": false, + "raw": "servicePrincipalId" + }, + "serializedName": "servicePrincipalId", + "modelType": { + "$id": "7450", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7451", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7452", + "isReadOnly": false, + "realPath": [ + "servicePrincipalCredentialType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7453", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7454", + "fixed": false, + "raw": "The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string)." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "DynamicsServicePrincipalCredentialType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/DynamicsLinkedServiceTypeProperties-servicePrincipalCredentialType", + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/DynamicsCrmLinkedServiceTypeProperties-servicePrincipalCredentialType", + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/CommonDataServiceForAppsLinkedServiceTypeProperties-servicePrincipalCredentialType" + ] + }, + "x-ms-enum": { + "name": "DynamicsServicePrincipalCredentialType", + "modelAsString": true, + "oldModelAsString": true + }, + "x-internal-autorest-anonymous-schema": { + "anonymous": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7455", + "fixed": false, + "raw": "servicePrincipalCredentialType" + }, + "serializedName": "servicePrincipalCredentialType", + "modelType": { + "$id": "7456", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7457", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7458", + "isReadOnly": false, + "realPath": [ + "servicePrincipalCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7459", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7460", + "fixed": false, + "raw": "The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7461", + "fixed": false, + "raw": "servicePrincipalCredential" + }, + "serializedName": "servicePrincipalCredential", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7462", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7463", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7464", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7465", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7466", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7467", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "CommonDataServiceForAppsLinkedServiceTypeProperties", + "documentation": "Common Data Service for Apps linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "7468", + "fixed": false, + "raw": "CommonDataServiceForAppsLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "CommonDataServiceForAppsLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/CommonDataServiceForAppsLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7469", + "$type": "CompositeType", + "properties": [ + { + "$id": "7470", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7471", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7472", + "fixed": false, + "raw": "Common Data Service for Apps linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7473", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7403" + } + } + ], + "serializedName": "CommonDataServiceForApps", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Common Data Service for Apps linked service.", + "containsConstantProperties": false, + "name": { + "$id": "7474", + "fixed": false, + "raw": "CommonDataServiceForAppsLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "CommonDataServiceForAppsLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/CommonDataServiceForAppsLinkedService" + ] + }, + "x-ms-discriminator-value": "CommonDataServiceForApps" + }, + "deprecated": false + }, + { + "$id": "7475", + "$type": "CompositeType", + "properties": [ + { + "$id": "7476", + "isReadOnly": false, + "realPath": [ + "clusterUri" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7477", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7478", + "fixed": false, + "raw": "HDInsight cluster URI. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7479", + "fixed": false, + "raw": "clusterUri" + }, + "serializedName": "clusterUri", + "modelType": { + "$id": "7480", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7481", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7482", + "isReadOnly": false, + "realPath": [ + "userName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7483", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7484", + "fixed": false, + "raw": "HDInsight cluster user name. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7485", + "fixed": false, + "raw": "userName" + }, + "serializedName": "userName", + "modelType": { + "$id": "7486", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7487", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7488", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7489", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7490", + "fixed": false, + "raw": "HDInsight cluster password." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7491", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7492", + "isReadOnly": false, + "realPath": [ + "linkedServiceName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7493", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7494", + "fixed": false, + "raw": "The Azure Storage linked service reference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7495", + "fixed": false, + "raw": "linkedServiceName" + }, + "serializedName": "linkedServiceName", + "modelType": { + "$ref": "100" + } + }, + { + "$id": "7496", + "isReadOnly": false, + "realPath": [ + "hcatalogLinkedServiceName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7497", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7498", + "fixed": false, + "raw": "A reference to the Azure SQL linked service that points to the HCatalog database." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7499", + "fixed": false, + "raw": "hcatalogLinkedServiceName" + }, + "serializedName": "hcatalogLinkedServiceName", + "modelType": { + "$ref": "100" + } + }, + { + "$id": "7500", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7501", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7502", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7503", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7504", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7505", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7506", + "isReadOnly": false, + "realPath": [ + "isEspEnabled" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7507", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7508", + "fixed": false, + "raw": "Specify if the HDInsight is created with ESP (Enterprise Security Package). Type: Boolean." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7509", + "fixed": false, + "raw": "isEspEnabled" + }, + "serializedName": "isEspEnabled", + "modelType": { + "$id": "7510", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7511", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7512", + "isReadOnly": false, + "realPath": [ + "fileSystem" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7513", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7514", + "fixed": false, + "raw": "Specify the FileSystem if the main storage for the HDInsight is ADLS Gen2. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7515", + "fixed": false, + "raw": "fileSystem" + }, + "serializedName": "fileSystem", + "modelType": { + "$id": "7516", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7517", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "HDInsightLinkedServiceTypeProperties", + "documentation": "HDInsight linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "7518", + "fixed": false, + "raw": "HDInsightLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "HDInsightLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/HDInsightLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7519", + "$type": "CompositeType", + "properties": [ + { + "$id": "7520", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7521", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7522", + "fixed": false, + "raw": "HDInsight linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7523", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7475" + } + } + ], + "serializedName": "HDInsight", + "baseModelType": { + "$ref": "483" + }, + "documentation": "HDInsight linked service.", + "containsConstantProperties": true, + "name": { + "$id": "7524", + "fixed": false, + "raw": "HDInsightLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "HDInsightLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/HDInsightLinkedService" + ] + }, + "x-ms-discriminator-value": "HDInsight" + }, + "deprecated": false + }, + { + "$id": "7525", + "$type": "CompositeType", + "properties": [ + { + "$id": "7526", + "isReadOnly": false, + "realPath": [ + "host" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7527", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7528", + "fixed": false, + "raw": "Host name of the server. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7529", + "fixed": false, + "raw": "host" + }, + "serializedName": "host", + "modelType": { + "$id": "7530", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7531", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7532", + "isReadOnly": false, + "realPath": [ + "userId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7533", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7534", + "fixed": false, + "raw": "User ID to logon the server. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7535", + "fixed": false, + "raw": "userId" + }, + "serializedName": "userId", + "modelType": { + "$id": "7536", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7537", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7538", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7539", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7540", + "fixed": false, + "raw": "Password to logon the server." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7541", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7542", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7543", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7544", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7545", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7546", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7547", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "FileServerLinkedServiceTypeProperties", + "documentation": "File system linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "7548", + "fixed": false, + "raw": "FileServerLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "FileServerLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/FileServerLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7549", + "$type": "CompositeType", + "properties": [ + { + "$id": "7550", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7551", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7552", + "fixed": false, + "raw": "File system linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7553", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7525" + } + } + ], + "serializedName": "FileServer", + "baseModelType": { + "$ref": "483" + }, + "documentation": "File system linked service.", + "containsConstantProperties": false, + "name": { + "$id": "7554", + "fixed": false, + "raw": "FileServerLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "FileServerLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/FileServerLinkedService" + ] + }, + "x-ms-discriminator-value": "FileServer" + }, + "deprecated": false + }, + { + "$id": "7555", + "$type": "CompositeType", + "properties": [ + { + "$id": "7556", + "isReadOnly": false, + "realPath": [ + "host" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7557", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7558", + "fixed": false, + "raw": "Host name of the server. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7559", + "fixed": false, + "raw": "host" + }, + "serializedName": "host", + "modelType": { + "$id": "7560", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7561", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7562", + "isReadOnly": false, + "realPath": [ + "userId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7563", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7564", + "fixed": false, + "raw": "User ID to logon the server. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7565", + "fixed": false, + "raw": "userId" + }, + "serializedName": "userId", + "modelType": { + "$id": "7566", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7567", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7568", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7569", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7570", + "fixed": false, + "raw": "Password to logon the server." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7571", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7572", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7573", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7574", + "fixed": false, + "raw": "The connection string. It is mutually exclusive with sasUri property. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7575", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "7576", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7577", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7578", + "isReadOnly": false, + "realPath": [ + "accountKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7579", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7580", + "fixed": false, + "raw": "The Azure key vault secret reference of accountKey in connection string." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7581", + "fixed": false, + "raw": "accountKey" + }, + "serializedName": "accountKey", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "7582", + "isReadOnly": false, + "realPath": [ + "sasUri" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7583", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7584", + "fixed": false, + "raw": "SAS URI of the Azure File resource. It is mutually exclusive with connectionString property. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7585", + "fixed": false, + "raw": "sasUri" + }, + "serializedName": "sasUri", + "modelType": { + "$id": "7586", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7587", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7588", + "isReadOnly": false, + "realPath": [ + "sasToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7589", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7590", + "fixed": false, + "raw": "The Azure key vault secret reference of sasToken in sas uri." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7591", + "fixed": false, + "raw": "sasToken" + }, + "serializedName": "sasToken", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "7592", + "isReadOnly": false, + "realPath": [ + "fileShare" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7593", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7594", + "fixed": false, + "raw": "The azure file share name. It is required when auth with accountKey/sasToken. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7595", + "fixed": false, + "raw": "fileShare" + }, + "serializedName": "fileShare", + "modelType": { + "$id": "7596", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7597", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7598", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7599", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7600", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7601", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7602", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7603", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureFileStorageLinkedServiceTypeProperties", + "documentation": "Azure File Storage linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "7604", + "fixed": false, + "raw": "AzureFileStorageLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureFileStorageLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureFileStorageLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7605", + "$type": "CompositeType", + "properties": [ + { + "$id": "7606", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7607", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7608", + "fixed": false, + "raw": "Azure File Storage linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7609", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7555" + } + } + ], + "serializedName": "AzureFileStorage", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Azure File Storage linked service.", + "containsConstantProperties": true, + "name": { + "$id": "7610", + "fixed": false, + "raw": "AzureFileStorageLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureFileStorageLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureFileStorageLinkedService" + ] + }, + "x-ms-discriminator-value": "AzureFileStorage" + }, + "deprecated": false + }, + { + "$id": "7611", + "$type": "CompositeType", + "properties": [ + { + "$id": "7612", + "isReadOnly": false, + "realPath": [ + "accessKeyId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7613", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7614", + "fixed": false, + "raw": "The access key identifier of the Google Cloud Storage Identity and Access Management (IAM) user. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7615", + "fixed": false, + "raw": "accessKeyId" + }, + "serializedName": "accessKeyId", + "modelType": { + "$id": "7616", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7617", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7618", + "isReadOnly": false, + "realPath": [ + "secretAccessKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7619", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7620", + "fixed": false, + "raw": "The secret access key of the Google Cloud Storage Identity and Access Management (IAM) user." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7621", + "fixed": false, + "raw": "secretAccessKey" + }, + "serializedName": "secretAccessKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7622", + "isReadOnly": false, + "realPath": [ + "serviceUrl" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7623", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7624", + "fixed": false, + "raw": "This value specifies the endpoint to access with the Google Cloud Storage Connector. This is an optional property; change it only if you want to try a different service endpoint or want to switch between https and http. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7625", + "fixed": false, + "raw": "serviceUrl" + }, + "serializedName": "serviceUrl", + "modelType": { + "$id": "7626", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7627", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7628", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7629", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7630", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7631", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7632", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7633", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "GoogleCloudStorageLinkedServiceTypeProperties", + "documentation": "Google Cloud Storage linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "7634", + "fixed": false, + "raw": "GoogleCloudStorageLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "GoogleCloudStorageLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/GoogleCloudStorageLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7635", + "$type": "CompositeType", + "properties": [ + { + "$id": "7636", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7637", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7638", + "fixed": false, + "raw": "Google Cloud Storage linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7639", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7611" + } + } + ], + "serializedName": "GoogleCloudStorage", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Linked service for Google Cloud Storage.", + "containsConstantProperties": false, + "name": { + "$id": "7640", + "fixed": false, + "raw": "GoogleCloudStorageLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "GoogleCloudStorageLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/GoogleCloudStorageLinkedService" + ] + }, + "x-ms-discriminator-value": "GoogleCloudStorage" + }, + "deprecated": false + }, + { + "$id": "7641", + "$type": "CompositeType", + "properties": [ + { + "$id": "7642", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7643", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7644", + "fixed": false, + "raw": "The connection string. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7645", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "7646", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7647", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7648", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7649", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7650", + "fixed": false, + "raw": "The Azure key vault secret reference of password in connection string." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7651", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "7652", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7653", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7654", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7655", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7656", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7657", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "OracleLinkedServiceTypeProperties", + "documentation": "Oracle database linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "7658", + "fixed": false, + "raw": "OracleLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "OracleLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/OracleLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7659", + "$type": "CompositeType", + "properties": [ + { + "$id": "7660", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7661", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7662", + "fixed": false, + "raw": "Oracle database linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7663", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7641" + } + } + ], + "serializedName": "Oracle", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Oracle database.", + "containsConstantProperties": true, + "name": { + "$id": "7664", + "fixed": false, + "raw": "OracleLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "OracleLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/OracleLinkedService" + ] + }, + "x-ms-discriminator-value": "Oracle" + }, + "deprecated": false + }, + { + "$id": "7665", + "$type": "CompositeType", + "properties": [ + { + "$id": "7666", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7667", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7668", + "fixed": false, + "raw": "The connection string. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7669", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "7670", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7671", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7672", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7673", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7674", + "fixed": false, + "raw": "The Azure key vault secret reference of password in connection string." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7675", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "7676", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7677", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7678", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7679", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7680", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7681", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureMySqlLinkedServiceTypeProperties", + "documentation": "Azure MySQL database linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "7682", + "fixed": false, + "raw": "AzureMySqlLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureMySqlLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureMySqlLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7683", + "$type": "CompositeType", + "properties": [ + { + "$id": "7684", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7685", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7686", + "fixed": false, + "raw": "Azure MySQL database linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7687", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7665" + } + } + ], + "serializedName": "AzureMySql", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Azure MySQL database linked service.", + "containsConstantProperties": true, + "name": { + "$id": "7688", + "fixed": false, + "raw": "AzureMySqlLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureMySqlLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureMySqlLinkedService" + ] + }, + "x-ms-discriminator-value": "AzureMySql" + }, + "deprecated": false + }, + { + "$id": "7689", + "$type": "CompositeType", + "properties": [ + { + "$id": "7690", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7691", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7692", + "fixed": false, + "raw": "The connection string." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7693", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "7694", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7695", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7696", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7697", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7698", + "fixed": false, + "raw": "The Azure key vault secret reference of password in connection string." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7699", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "7700", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7701", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7702", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7703", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7704", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7705", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "MySqlLinkedServiceTypeProperties", + "documentation": "MySQL linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "7706", + "fixed": false, + "raw": "MySqlLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "MySqlLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/MySqlLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7707", + "$type": "CompositeType", + "properties": [ + { + "$id": "7708", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7709", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7710", + "fixed": false, + "raw": "MySQL linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7711", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7689" + } + } + ], + "serializedName": "MySql", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Linked service for MySQL data source.", + "containsConstantProperties": true, + "name": { + "$id": "7712", + "fixed": false, + "raw": "MySqlLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "MySqlLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/MySqlLinkedService" + ] + }, + "x-ms-discriminator-value": "MySql" + }, + "deprecated": false + }, + { + "$id": "7713", + "$type": "CompositeType", + "properties": [ + { + "$id": "7714", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7715", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7716", + "fixed": false, + "raw": "The connection string." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7717", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "7718", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7719", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7720", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7721", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7722", + "fixed": false, + "raw": "The Azure key vault secret reference of password in connection string." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7723", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "7724", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7725", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7726", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7727", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7728", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7729", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "PostgreSqlLinkedServiceTypeProperties", + "documentation": "PostgreSQL linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "7730", + "fixed": false, + "raw": "PostgreSqlLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "PostgreSqlLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/PostgreSqlLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7731", + "$type": "CompositeType", + "properties": [ + { + "$id": "7732", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7733", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7734", + "fixed": false, + "raw": "PostgreSQL linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7735", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7713" + } + } + ], + "serializedName": "PostgreSql", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Linked service for PostgreSQL data source.", + "containsConstantProperties": true, + "name": { + "$id": "7736", + "fixed": false, + "raw": "PostgreSqlLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "PostgreSqlLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/PostgreSqlLinkedService" + ] + }, + "x-ms-discriminator-value": "PostgreSql" + }, + "deprecated": false + }, + { + "$id": "7737", + "$type": "CompositeType", + "properties": [ + { + "$id": "7738", + "isReadOnly": false, + "realPath": [ + "server" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7739", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7740", + "fixed": false, + "raw": "Server name for connection. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7741", + "fixed": false, + "raw": "server" + }, + "serializedName": "server", + "modelType": { + "$id": "7742", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7743", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7744", + "isReadOnly": false, + "realPath": [ + "database" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7745", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7746", + "fixed": false, + "raw": "Database name for connection. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7747", + "fixed": false, + "raw": "database" + }, + "serializedName": "database", + "modelType": { + "$id": "7748", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7749", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7750", + "isReadOnly": false, + "realPath": [ + "schema" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7751", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7752", + "fixed": false, + "raw": "Schema name for connection. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7753", + "fixed": false, + "raw": "schema" + }, + "serializedName": "schema", + "modelType": { + "$id": "7754", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7755", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7756", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7757", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7758", + "fixed": false, + "raw": "AuthenticationType to be used for connection." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SybaseAuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SybaseLinkedServiceTypeProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "SybaseAuthenticationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7759", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "7760", + "$type": "EnumType", + "values": [ + { + "$id": "7761", + "name": "Basic", + "serializedName": "Basic" + }, + { + "$id": "7762", + "name": "Windows", + "serializedName": "Windows" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "7763", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "7764", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "7765", + "fixed": false, + "raw": "SybaseAuthenticationType" + }, + "deprecated": false + } + }, + { + "$id": "7766", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7767", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7768", + "fixed": false, + "raw": "Username for authentication. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7769", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "7770", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7771", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7772", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7773", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7774", + "fixed": false, + "raw": "Password for authentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7775", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7776", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7777", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7778", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7779", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7780", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7781", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SybaseLinkedServiceTypeProperties", + "documentation": "Sybase linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "7782", + "fixed": false, + "raw": "SybaseLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SybaseLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SybaseLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7783", + "$type": "CompositeType", + "properties": [ + { + "$id": "7784", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7785", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7786", + "fixed": false, + "raw": "Sybase linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7787", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7737" + } + } + ], + "serializedName": "Sybase", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Linked service for Sybase data source.", + "containsConstantProperties": false, + "name": { + "$id": "7788", + "fixed": false, + "raw": "SybaseLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SybaseLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SybaseLinkedService" + ] + }, + "x-ms-discriminator-value": "Sybase" + }, + "deprecated": false + }, + { + "$id": "7789", + "$type": "CompositeType", + "properties": [ + { + "$id": "7790", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7791", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7792", + "fixed": false, + "raw": "The connection string. It is mutually exclusive with server, database, authenticationType, userName, packageCollection and certificateCommonName property. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7793", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "7794", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7795", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7796", + "isReadOnly": false, + "realPath": [ + "server" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7797", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7798", + "fixed": false, + "raw": "Server name for connection. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7799", + "fixed": false, + "raw": "server" + }, + "serializedName": "server", + "modelType": { + "$id": "7800", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7801", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7802", + "isReadOnly": false, + "realPath": [ + "database" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7803", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7804", + "fixed": false, + "raw": "Database name for connection. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7805", + "fixed": false, + "raw": "database" + }, + "serializedName": "database", + "modelType": { + "$id": "7806", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7807", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7808", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7809", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7810", + "fixed": false, + "raw": "AuthenticationType to be used for connection. It is mutually exclusive with connectionString property." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "Db2AuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/Db2LinkedServiceTypeProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "Db2AuthenticationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7811", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "7812", + "$type": "EnumType", + "values": [ + { + "$id": "7813", + "name": "Basic", + "serializedName": "Basic" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "7814", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "7815", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "7816", + "fixed": false, + "raw": "Db2AuthenticationType" + }, + "deprecated": false + } + }, + { + "$id": "7817", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7818", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7819", + "fixed": false, + "raw": "Username for authentication. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7820", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "7821", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7822", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7823", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7824", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7825", + "fixed": false, + "raw": "Password for authentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7826", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7827", + "isReadOnly": false, + "realPath": [ + "packageCollection" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7828", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7829", + "fixed": false, + "raw": "Under where packages are created when querying database. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7830", + "fixed": false, + "raw": "packageCollection" + }, + "serializedName": "packageCollection", + "modelType": { + "$id": "7831", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7832", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7833", + "isReadOnly": false, + "realPath": [ + "certificateCommonName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7834", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7835", + "fixed": false, + "raw": "Certificate Common Name when TLS is enabled. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7836", + "fixed": false, + "raw": "certificateCommonName" + }, + "serializedName": "certificateCommonName", + "modelType": { + "$id": "7837", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7838", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7839", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7840", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7841", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7842", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7843", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7844", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "Db2LinkedServiceTypeProperties", + "documentation": "DB2 linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "7845", + "fixed": false, + "raw": "Db2LinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "Db2LinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/Db2LinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7846", + "$type": "CompositeType", + "properties": [ + { + "$id": "7847", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7848", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7849", + "fixed": false, + "raw": "DB2 linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7850", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7789" + } + } + ], + "serializedName": "Db2", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Linked service for DB2 data source.", + "containsConstantProperties": false, + "name": { + "$id": "7851", + "fixed": false, + "raw": "Db2LinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "Db2LinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/Db2LinkedService" + ] + }, + "x-ms-discriminator-value": "Db2" + }, + "deprecated": false + }, + { + "$id": "7852", + "$type": "CompositeType", + "properties": [ + { + "$id": "7853", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7854", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7855", + "fixed": false, + "raw": "Teradata ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7856", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "7857", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7858", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7859", + "isReadOnly": false, + "realPath": [ + "server" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7860", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7861", + "fixed": false, + "raw": "Server name for connection. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7862", + "fixed": false, + "raw": "server" + }, + "serializedName": "server", + "modelType": { + "$id": "7863", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7864", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7865", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7866", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7867", + "fixed": false, + "raw": "AuthenticationType to be used for connection." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "TeradataAuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/TeradataLinkedServiceTypeProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "TeradataAuthenticationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7868", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "7869", + "$type": "EnumType", + "values": [ + { + "$id": "7870", + "name": "Basic", + "serializedName": "Basic" + }, + { + "$id": "7871", + "name": "Windows", + "serializedName": "Windows" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "7872", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "7873", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "7874", + "fixed": false, + "raw": "TeradataAuthenticationType" + }, + "deprecated": false + } + }, + { + "$id": "7875", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7876", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7877", + "fixed": false, + "raw": "Username for authentication. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7878", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "7879", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7880", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7881", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7882", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7883", + "fixed": false, + "raw": "Password for authentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7884", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7885", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7886", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7887", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7888", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7889", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7890", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "TeradataLinkedServiceTypeProperties", + "documentation": "Teradata linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "7891", + "fixed": false, + "raw": "TeradataLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "TeradataLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/TeradataLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7892", + "$type": "CompositeType", + "properties": [ + { + "$id": "7893", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7894", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7895", + "fixed": false, + "raw": "Teradata linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7896", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7852" + } + } + ], + "serializedName": "Teradata", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Linked service for Teradata data source.", + "containsConstantProperties": false, + "name": { + "$id": "7897", + "fixed": false, + "raw": "TeradataLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "TeradataLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/TeradataLinkedService" + ] + }, + "x-ms-discriminator-value": "Teradata" + }, + "deprecated": false + }, + { + "$id": "7898", + "$type": "CompositeType", + "properties": [ + { + "$id": "7899", + "isReadOnly": false, + "realPath": [ + "mlEndpoint" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7900", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7901", + "fixed": false, + "raw": "The Batch Execution REST URL for an Azure ML Studio Web Service endpoint. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7902", + "fixed": false, + "raw": "mlEndpoint" + }, + "serializedName": "mlEndpoint", + "modelType": { + "$id": "7903", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7904", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7905", + "isReadOnly": false, + "realPath": [ + "apiKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7906", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7907", + "fixed": false, + "raw": "The API key for accessing the Azure ML model endpoint." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7908", + "fixed": false, + "raw": "apiKey" + }, + "serializedName": "apiKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7909", + "isReadOnly": false, + "realPath": [ + "updateResourceEndpoint" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7910", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7911", + "fixed": false, + "raw": "The Update Resource REST URL for an Azure ML Studio Web Service endpoint. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7912", + "fixed": false, + "raw": "updateResourceEndpoint" + }, + "serializedName": "updateResourceEndpoint", + "modelType": { + "$id": "7913", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7914", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7915", + "isReadOnly": false, + "realPath": [ + "servicePrincipalId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7916", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7917", + "fixed": false, + "raw": "The ID of the service principal used to authenticate against the ARM-based updateResourceEndpoint of an Azure ML Studio web service. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7918", + "fixed": false, + "raw": "servicePrincipalId" + }, + "serializedName": "servicePrincipalId", + "modelType": { + "$id": "7919", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7920", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7921", + "isReadOnly": false, + "realPath": [ + "servicePrincipalKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7922", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7923", + "fixed": false, + "raw": "The key of the service principal used to authenticate against the ARM-based updateResourceEndpoint of an Azure ML Studio web service." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7924", + "fixed": false, + "raw": "servicePrincipalKey" + }, + "serializedName": "servicePrincipalKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7925", + "isReadOnly": false, + "realPath": [ + "tenant" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7926", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7927", + "fixed": false, + "raw": "The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7928", + "fixed": false, + "raw": "tenant" + }, + "serializedName": "tenant", + "modelType": { + "$id": "7929", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7930", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7931", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7932", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7933", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7934", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7935", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7936", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureMLLinkedServiceTypeProperties", + "documentation": "Azure ML Studio Web Service linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "7937", + "fixed": false, + "raw": "AzureMLLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureMLLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureMLLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7938", + "$type": "CompositeType", + "properties": [ + { + "$id": "7939", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7940", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7941", + "fixed": false, + "raw": "Azure ML Studio Web Service linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7942", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7898" + } + } + ], + "serializedName": "AzureML", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Azure ML Studio Web Service linked service.", + "containsConstantProperties": false, + "name": { + "$id": "7943", + "fixed": false, + "raw": "AzureMLLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureMLLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureMLLinkedService" + ] + }, + "x-ms-discriminator-value": "AzureML" + }, + "deprecated": false + }, + { + "$id": "7944", + "$type": "CompositeType", + "properties": [ + { + "$id": "7945", + "isReadOnly": false, + "realPath": [ + "subscriptionId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7946", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7947", + "fixed": false, + "raw": "Azure ML Service workspace subscription ID. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7948", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "7949", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7950", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7951", + "isReadOnly": false, + "realPath": [ + "resourceGroupName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7952", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7953", + "fixed": false, + "raw": "Azure ML Service workspace resource group name. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7954", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "7955", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7956", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7957", + "isReadOnly": false, + "realPath": [ + "mlWorkspaceName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7958", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7959", + "fixed": false, + "raw": "Azure ML Service workspace name. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7960", + "fixed": false, + "raw": "mlWorkspaceName" + }, + "serializedName": "mlWorkspaceName", + "modelType": { + "$id": "7961", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7962", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7963", + "isReadOnly": false, + "realPath": [ + "servicePrincipalId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7964", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7965", + "fixed": false, + "raw": "The ID of the service principal used to authenticate against the endpoint of a published Azure ML Service pipeline. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7966", + "fixed": false, + "raw": "servicePrincipalId" + }, + "serializedName": "servicePrincipalId", + "modelType": { + "$id": "7967", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7968", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7969", + "isReadOnly": false, + "realPath": [ + "servicePrincipalKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7970", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7971", + "fixed": false, + "raw": "The key of the service principal used to authenticate against the endpoint of a published Azure ML Service pipeline." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7972", + "fixed": false, + "raw": "servicePrincipalKey" + }, + "serializedName": "servicePrincipalKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "7973", + "isReadOnly": false, + "realPath": [ + "tenant" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7974", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7975", + "fixed": false, + "raw": "The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7976", + "fixed": false, + "raw": "tenant" + }, + "serializedName": "tenant", + "modelType": { + "$id": "7977", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7978", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7979", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7980", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7981", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "7982", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "7983", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7984", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureMLServiceLinkedServiceTypeProperties", + "documentation": "Azure ML Service linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "7985", + "fixed": false, + "raw": "AzureMLServiceLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureMLServiceLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureMLServiceLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "7986", + "$type": "CompositeType", + "properties": [ + { + "$id": "7987", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7988", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7989", + "fixed": false, + "raw": "Azure ML Service linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7990", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7944" + } + } + ], + "serializedName": "AzureMLService", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Azure ML Service linked service.", + "containsConstantProperties": false, + "name": { + "$id": "7991", + "fixed": false, + "raw": "AzureMLServiceLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureMLServiceLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureMLServiceLinkedService" + ] + }, + "x-ms-discriminator-value": "AzureMLService" + }, + "deprecated": false + }, + { + "$id": "7992", + "$type": "CompositeType", + "properties": [ + { + "$id": "7993", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "7994", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "7995", + "fixed": false, + "raw": "The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "7996", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "7997", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "7998", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "7999", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8000", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8001", + "fixed": false, + "raw": "Type of authentication used to connect to the ODBC data store. Possible values are: Anonymous and Basic. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8002", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "8003", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8004", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8005", + "isReadOnly": false, + "realPath": [ + "credential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8006", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8007", + "fixed": false, + "raw": "The access credential portion of the connection string specified in driver-specific property-value format." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8008", + "fixed": false, + "raw": "credential" + }, + "serializedName": "credential", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8009", + "isReadOnly": false, + "realPath": [ + "userName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8010", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8011", + "fixed": false, + "raw": "User name for Basic authentication. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8012", + "fixed": false, + "raw": "userName" + }, + "serializedName": "userName", + "modelType": { + "$id": "8013", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8014", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8015", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8016", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8017", + "fixed": false, + "raw": "Password for Basic authentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8018", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8019", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8020", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8021", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8022", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "8023", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8024", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "OdbcLinkedServiceTypeProperties", + "documentation": "ODBC linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "8025", + "fixed": false, + "raw": "OdbcLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "OdbcLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/OdbcLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8026", + "$type": "CompositeType", + "properties": [ + { + "$id": "8027", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8028", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8029", + "fixed": false, + "raw": "ODBC linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8030", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "7992" + } + } + ], + "serializedName": "Odbc", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Open Database Connectivity (ODBC) linked service.", + "containsConstantProperties": false, + "name": { + "$id": "8031", + "fixed": false, + "raw": "OdbcLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "OdbcLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/OdbcLinkedService" + ] + }, + "x-ms-discriminator-value": "Odbc" + }, + "deprecated": false + }, + { + "$id": "8032", + "$type": "CompositeType", + "properties": [ + { + "$id": "8033", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8034", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8035", + "fixed": false, + "raw": "The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8036", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "8037", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8038", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8039", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8040", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8041", + "fixed": false, + "raw": "Type of authentication used to connect to the Informix as ODBC data store. Possible values are: Anonymous and Basic. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8042", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "8043", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8044", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8045", + "isReadOnly": false, + "realPath": [ + "credential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8046", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8047", + "fixed": false, + "raw": "The access credential portion of the connection string specified in driver-specific property-value format." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8048", + "fixed": false, + "raw": "credential" + }, + "serializedName": "credential", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8049", + "isReadOnly": false, + "realPath": [ + "userName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8050", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8051", + "fixed": false, + "raw": "User name for Basic authentication. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8052", + "fixed": false, + "raw": "userName" + }, + "serializedName": "userName", + "modelType": { + "$id": "8053", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8054", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8055", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8056", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8057", + "fixed": false, + "raw": "Password for Basic authentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8058", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8059", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8060", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8061", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8062", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "8063", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8064", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "InformixLinkedServiceTypeProperties", + "documentation": "Informix linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "8065", + "fixed": false, + "raw": "InformixLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "InformixLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/InformixLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8066", + "$type": "CompositeType", + "properties": [ + { + "$id": "8067", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8068", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8069", + "fixed": false, + "raw": "Informix linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8070", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8032" + } + } + ], + "serializedName": "Informix", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Informix linked service.", + "containsConstantProperties": false, + "name": { + "$id": "8071", + "fixed": false, + "raw": "InformixLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "InformixLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/InformixLinkedService" + ] + }, + "x-ms-discriminator-value": "Informix" + }, + "deprecated": false + }, + { + "$id": "8072", + "$type": "CompositeType", + "properties": [ + { + "$id": "8073", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8074", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8075", + "fixed": false, + "raw": "The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8076", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "8077", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8078", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8079", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8080", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8081", + "fixed": false, + "raw": "Type of authentication used to connect to the Microsoft Access as ODBC data store. Possible values are: Anonymous and Basic. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8082", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "8083", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8084", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8085", + "isReadOnly": false, + "realPath": [ + "credential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8086", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8087", + "fixed": false, + "raw": "The access credential portion of the connection string specified in driver-specific property-value format." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8088", + "fixed": false, + "raw": "credential" + }, + "serializedName": "credential", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8089", + "isReadOnly": false, + "realPath": [ + "userName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8090", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8091", + "fixed": false, + "raw": "User name for Basic authentication. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8092", + "fixed": false, + "raw": "userName" + }, + "serializedName": "userName", + "modelType": { + "$id": "8093", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8094", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8095", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8096", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8097", + "fixed": false, + "raw": "Password for Basic authentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8098", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8099", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8100", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8101", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8102", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "8103", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8104", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "MicrosoftAccessLinkedServiceTypeProperties", + "documentation": "Microsoft Access linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "8105", + "fixed": false, + "raw": "MicrosoftAccessLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "MicrosoftAccessLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/MicrosoftAccessLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8106", + "$type": "CompositeType", + "properties": [ + { + "$id": "8107", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8108", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8109", + "fixed": false, + "raw": "Microsoft Access linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8110", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8072" + } + } + ], + "serializedName": "MicrosoftAccess", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Microsoft Access linked service.", + "containsConstantProperties": false, + "name": { + "$id": "8111", + "fixed": false, + "raw": "MicrosoftAccessLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "MicrosoftAccessLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/MicrosoftAccessLinkedService" + ] + }, + "x-ms-discriminator-value": "MicrosoftAccess" + }, + "deprecated": false + }, + { + "$id": "8112", + "$type": "CompositeType", + "properties": [ + { + "$id": "8113", + "isReadOnly": false, + "realPath": [ + "url" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8114", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8115", + "fixed": false, + "raw": "The URL of the HDFS service endpoint, e.g. http://myhostname:50070/webhdfs/v1 . Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8116", + "fixed": false, + "raw": "url" + }, + "serializedName": "url", + "modelType": { + "$id": "8117", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8118", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8119", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8120", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8121", + "fixed": false, + "raw": "Type of authentication used to connect to the HDFS. Possible values are: Anonymous and Windows. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8122", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "8123", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8124", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8125", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8126", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8127", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8128", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "8129", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8130", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8131", + "isReadOnly": false, + "realPath": [ + "userName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8132", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8133", + "fixed": false, + "raw": "User name for Windows authentication. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8134", + "fixed": false, + "raw": "userName" + }, + "serializedName": "userName", + "modelType": { + "$id": "8135", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8136", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8137", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8138", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8139", + "fixed": false, + "raw": "Password for Windows authentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8140", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + } + ], + "serializedName": "HdfsLinkedServiceTypeProperties", + "documentation": "HDFS linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "8141", + "fixed": false, + "raw": "HdfsLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "HdfsLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/HdfsLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8142", + "$type": "CompositeType", + "properties": [ + { + "$id": "8143", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8144", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8145", + "fixed": false, + "raw": "HDFS linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8146", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8112" + } + } + ], + "serializedName": "Hdfs", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Hadoop Distributed File System (HDFS) linked service.", + "containsConstantProperties": false, + "name": { + "$id": "8147", + "fixed": false, + "raw": "HdfsLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "HdfsLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/HdfsLinkedService" + ] + }, + "x-ms-discriminator-value": "Hdfs" + }, + "deprecated": false + }, + { + "$id": "8148", + "$type": "CompositeType", + "properties": [ + { + "$id": "8149", + "isReadOnly": false, + "realPath": [ + "url" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8150", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8151", + "fixed": false, + "raw": "The URL of the OData service endpoint. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8152", + "fixed": false, + "raw": "url" + }, + "serializedName": "url", + "modelType": { + "$id": "8153", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8154", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8155", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8156", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8157", + "fixed": false, + "raw": "Type of authentication used to connect to the OData service." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "ODataAuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/ODataLinkedServiceTypeProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "ODataAuthenticationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8158", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "8159", + "$type": "EnumType", + "values": [ + { + "$id": "8160", + "name": "Basic", + "serializedName": "Basic" + }, + { + "$id": "8161", + "name": "Anonymous", + "serializedName": "Anonymous" + }, + { + "$id": "8162", + "name": "Windows", + "serializedName": "Windows" + }, + { + "$id": "8163", + "name": "AadServicePrincipal", + "serializedName": "AadServicePrincipal" + }, + { + "$id": "8164", + "name": "ManagedServiceIdentity", + "serializedName": "ManagedServiceIdentity" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "8165", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "8166", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "8167", + "fixed": false, + "raw": "ODataAuthenticationType" + }, + "deprecated": false + } + }, + { + "$id": "8168", + "isReadOnly": false, + "realPath": [ + "userName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8169", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8170", + "fixed": false, + "raw": "User name of the OData service. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8171", + "fixed": false, + "raw": "userName" + }, + "serializedName": "userName", + "modelType": { + "$id": "8172", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8173", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8174", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8175", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8176", + "fixed": false, + "raw": "Password of the OData service." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8177", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8178", + "isReadOnly": false, + "realPath": [ + "tenant" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8179", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8180", + "fixed": false, + "raw": "Specify the tenant information (domain name or tenant ID) under which your application resides. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8181", + "fixed": false, + "raw": "tenant" + }, + "serializedName": "tenant", + "modelType": { + "$id": "8182", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8183", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8184", + "isReadOnly": false, + "realPath": [ + "servicePrincipalId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8185", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8186", + "fixed": false, + "raw": "Specify the application id of your application registered in Azure Active Directory. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8187", + "fixed": false, + "raw": "servicePrincipalId" + }, + "serializedName": "servicePrincipalId", + "modelType": { + "$id": "8188", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8189", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8190", + "isReadOnly": false, + "realPath": [ + "aadResourceId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8191", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8192", + "fixed": false, + "raw": "Specify the resource you are requesting authorization to use Directory. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8193", + "fixed": false, + "raw": "aadResourceId" + }, + "serializedName": "aadResourceId", + "modelType": { + "$id": "8194", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8195", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8196", + "isReadOnly": false, + "realPath": [ + "aadServicePrincipalCredentialType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8197", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8198", + "fixed": false, + "raw": "Specify the credential type (key or cert) is used for service principal." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "ODataAadServicePrincipalCredentialType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/ODataLinkedServiceTypeProperties-aadServicePrincipalCredentialType" + ] + }, + "x-ms-enum": { + "name": "ODataAadServicePrincipalCredentialType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8199", + "fixed": false, + "raw": "aadServicePrincipalCredentialType" + }, + "serializedName": "aadServicePrincipalCredentialType", + "modelType": { + "$id": "8200", + "$type": "EnumType", + "values": [ + { + "$id": "8201", + "name": "ServicePrincipalKey", + "serializedName": "ServicePrincipalKey" + }, + { + "$id": "8202", + "name": "ServicePrincipalCert", + "serializedName": "ServicePrincipalCert" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "8203", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "8204", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "8205", + "fixed": false, + "raw": "ODataAadServicePrincipalCredentialType" + }, + "deprecated": false + } + }, + { + "$id": "8206", + "isReadOnly": false, + "realPath": [ + "servicePrincipalKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8207", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8208", + "fixed": false, + "raw": "Specify the secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8209", + "fixed": false, + "raw": "servicePrincipalKey" + }, + "serializedName": "servicePrincipalKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8210", + "isReadOnly": false, + "realPath": [ + "servicePrincipalEmbeddedCert" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8211", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8212", + "fixed": false, + "raw": "Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8213", + "fixed": false, + "raw": "servicePrincipalEmbeddedCert" + }, + "serializedName": "servicePrincipalEmbeddedCert", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8214", + "isReadOnly": false, + "realPath": [ + "servicePrincipalEmbeddedCertPassword" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8215", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8216", + "fixed": false, + "raw": "Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8217", + "fixed": false, + "raw": "servicePrincipalEmbeddedCertPassword" + }, + "serializedName": "servicePrincipalEmbeddedCertPassword", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8218", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8219", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8220", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8221", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "8222", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8223", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "ODataLinkedServiceTypeProperties", + "documentation": "OData linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "8224", + "fixed": false, + "raw": "ODataLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "ODataLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/ODataLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8225", + "$type": "CompositeType", + "properties": [ + { + "$id": "8226", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8227", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8228", + "fixed": false, + "raw": "OData linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8229", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8148" + } + } + ], + "serializedName": "OData", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Open Data Protocol (OData) linked service.", + "containsConstantProperties": false, + "name": { + "$id": "8230", + "fixed": false, + "raw": "ODataLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "ODataLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/ODataLinkedService" + ] + }, + "x-ms-discriminator-value": "OData" + }, + "deprecated": false + }, + { + "$id": "8231", + "$type": "CompositeType", + "properties": [ + { + "$id": "8232", + "isReadOnly": false, + "realPath": [ + "url" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8233", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8234", + "fixed": false, + "raw": "The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8235", + "fixed": false, + "raw": "url" + }, + "serializedName": "url", + "modelType": { + "$id": "8236", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8237", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "WebLinkedServiceTypeProperties", + "polymorphicDiscriminator": "authenticationType", + "documentation": "Base definition of WebLinkedServiceTypeProperties, this typeProperties is polymorphic based on authenticationType, so not flattened in SDK models.", + "containsConstantProperties": false, + "name": { + "$id": "8238", + "fixed": false, + "raw": "WebLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "WebLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/WebLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8239", + "$type": "CompositeType", + "properties": [ + { + "$id": "8240", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8241", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8242", + "fixed": false, + "raw": "Web linked service properties." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8243", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8231" + } + } + ], + "serializedName": "Web", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Web linked service.", + "containsConstantProperties": false, + "name": { + "$id": "8244", + "fixed": false, + "raw": "WebLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "WebLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/WebLinkedService" + ] + }, + "x-ms-discriminator-value": "Web" + }, + "deprecated": false + }, + { + "$id": "8245", + "$type": "CompositeType", + "serializedName": "Anonymous", + "baseModelType": { + "$ref": "8231" + }, + "documentation": "A WebLinkedService that uses anonymous authentication to communicate with an HTTP endpoint.", + "containsConstantProperties": false, + "name": { + "$id": "8246", + "fixed": false, + "raw": "WebAnonymousAuthentication" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "WebAnonymousAuthentication", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/WebAnonymousAuthentication" + ] + }, + "x-ms-discriminator-value": "Anonymous" + }, + "deprecated": false + }, + { + "$id": "8247", + "$type": "CompositeType", + "properties": [ + { + "$id": "8248", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8249", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8250", + "fixed": false, + "raw": "User name for Basic authentication. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8251", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "8252", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8253", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8254", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8255", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8256", + "fixed": false, + "raw": "The password for Basic authentication." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8257", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + } + ], + "serializedName": "Basic", + "baseModelType": { + "$ref": "8231" + }, + "documentation": "A WebLinkedService that uses basic authentication to communicate with an HTTP endpoint.", + "containsConstantProperties": false, + "name": { + "$id": "8258", + "fixed": false, + "raw": "WebBasicAuthentication" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "WebBasicAuthentication", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/WebBasicAuthentication" + ] + }, + "x-ms-discriminator-value": "Basic" + }, + "deprecated": false + }, + { + "$id": "8259", + "$type": "CompositeType", + "properties": [ + { + "$id": "8260", + "isReadOnly": false, + "realPath": [ + "pfx" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8261", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8262", + "fixed": false, + "raw": "Base64-encoded contents of a PFX file." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8263", + "fixed": false, + "raw": "pfx" + }, + "serializedName": "pfx", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8264", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8265", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8266", + "fixed": false, + "raw": "Password for the PFX file." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8267", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + } + ], + "serializedName": "ClientCertificate", + "baseModelType": { + "$ref": "8231" + }, + "documentation": "A WebLinkedService that uses client certificate based authentication to communicate with an HTTP endpoint. This scheme follows mutual authentication; the server must also provide valid credentials to the client.", + "containsConstantProperties": false, + "name": { + "$id": "8268", + "fixed": false, + "raw": "WebClientCertificateAuthentication" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "WebClientCertificateAuthentication", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/WebClientCertificateAuthentication" + ] + }, + "x-ms-discriminator-value": "ClientCertificate" + }, + "deprecated": false + }, + { + "$id": "8269", + "$type": "CompositeType", + "properties": [ + { + "$id": "8270", + "isReadOnly": false, + "realPath": [ + "host" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8271", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8272", + "fixed": false, + "raw": "Host name for connection. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8273", + "fixed": false, + "raw": "host" + }, + "serializedName": "host", + "modelType": { + "$id": "8274", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8275", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8276", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8277", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8278", + "fixed": false, + "raw": "AuthenticationType to be used for connection. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8279", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "8280", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8281", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8282", + "isReadOnly": false, + "realPath": [ + "port" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8283", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8284", + "fixed": false, + "raw": "The port for the connection. Type: integer (or Expression with resultType integer)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8285", + "fixed": false, + "raw": "port" + }, + "serializedName": "port", + "modelType": { + "$id": "8286", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8287", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8288", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8289", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8290", + "fixed": false, + "raw": "Username for authentication. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8291", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "8292", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8293", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8294", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8295", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8296", + "fixed": false, + "raw": "Password for authentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8297", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8298", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8299", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8300", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8301", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "8302", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8303", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "CassandraLinkedServiceTypeProperties", + "documentation": "Cassandra linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "8304", + "fixed": false, + "raw": "CassandraLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "CassandraLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/CassandraLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8305", + "$type": "CompositeType", + "properties": [ + { + "$id": "8306", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8307", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8308", + "fixed": false, + "raw": "Cassandra linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8309", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8269" + } + } + ], + "serializedName": "Cassandra", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Linked service for Cassandra data source.", + "containsConstantProperties": false, + "name": { + "$id": "8310", + "fixed": false, + "raw": "CassandraLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "CassandraLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/CassandraLinkedService" + ] + }, + "x-ms-discriminator-value": "Cassandra" + }, + "deprecated": false + }, + { + "$id": "8311", + "$type": "CompositeType", + "properties": [ + { + "$id": "8312", + "isReadOnly": false, + "realPath": [ + "server" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8313", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8314", + "fixed": false, + "raw": "The IP address or server name of the MongoDB server. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8315", + "fixed": false, + "raw": "server" + }, + "serializedName": "server", + "modelType": { + "$id": "8316", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8317", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8318", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8319", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8320", + "fixed": false, + "raw": "The authentication type to be used to connect to the MongoDB database." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "MongoDbAuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/MongoDbLinkedServiceTypeProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "MongoDbAuthenticationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8321", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "8322", + "$type": "EnumType", + "values": [ + { + "$id": "8323", + "name": "Basic", + "serializedName": "Basic" + }, + { + "$id": "8324", + "name": "Anonymous", + "serializedName": "Anonymous" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "8325", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "8326", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "8327", + "fixed": false, + "raw": "MongoDbAuthenticationType" + }, + "deprecated": false + } + }, + { + "$id": "8328", + "isReadOnly": false, + "realPath": [ + "databaseName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8329", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8330", + "fixed": false, + "raw": "The name of the MongoDB database that you want to access. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8331", + "fixed": false, + "raw": "databaseName" + }, + "serializedName": "databaseName", + "modelType": { + "$id": "8332", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8333", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8334", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8335", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8336", + "fixed": false, + "raw": "Username for authentication. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8337", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "8338", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8339", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8340", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8341", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8342", + "fixed": false, + "raw": "Password for authentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8343", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8344", + "isReadOnly": false, + "realPath": [ + "authSource" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8345", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8346", + "fixed": false, + "raw": "Database to verify the username and password. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8347", + "fixed": false, + "raw": "authSource" + }, + "serializedName": "authSource", + "modelType": { + "$id": "8348", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8349", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8350", + "isReadOnly": false, + "realPath": [ + "port" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8351", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8352", + "fixed": false, + "raw": "The TCP port number that the MongoDB server uses to listen for client connections. The default value is 27017. Type: integer (or Expression with resultType integer), minimum: 0." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8353", + "fixed": false, + "raw": "port" + }, + "serializedName": "port", + "modelType": { + "$id": "8354", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8355", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8356", + "isReadOnly": false, + "realPath": [ + "enableSsl" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8357", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8358", + "fixed": false, + "raw": "Specifies whether the connections to the server are encrypted using SSL. The default value is false. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8359", + "fixed": false, + "raw": "enableSsl" + }, + "serializedName": "enableSsl", + "modelType": { + "$id": "8360", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8361", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8362", + "isReadOnly": false, + "realPath": [ + "allowSelfSignedServerCert" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8363", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8364", + "fixed": false, + "raw": "Specifies whether to allow self-signed certificates from the server. The default value is false. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8365", + "fixed": false, + "raw": "allowSelfSignedServerCert" + }, + "serializedName": "allowSelfSignedServerCert", + "modelType": { + "$id": "8366", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8367", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8368", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8369", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8370", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8371", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "8372", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8373", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "MongoDbLinkedServiceTypeProperties", + "documentation": "MongoDB linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "8374", + "fixed": false, + "raw": "MongoDbLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "MongoDbLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/MongoDbLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8375", + "$type": "CompositeType", + "properties": [ + { + "$id": "8376", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8377", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8378", + "fixed": false, + "raw": "MongoDB linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8379", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8311" + } + } + ], + "serializedName": "MongoDb", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Linked service for MongoDb data source.", + "containsConstantProperties": false, + "name": { + "$id": "8380", + "fixed": false, + "raw": "MongoDbLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "MongoDbLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/MongoDbLinkedService" + ] + }, + "x-ms-discriminator-value": "MongoDb" + }, + "deprecated": false + }, + { + "$id": "8381", + "$type": "CompositeType", + "properties": [ + { + "$id": "8382", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8383", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8384", + "fixed": false, + "raw": "The MongoDB connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8385", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "8386", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8387", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8388", + "isReadOnly": false, + "realPath": [ + "database" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8389", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8390", + "fixed": false, + "raw": "The name of the MongoDB database that you want to access. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8391", + "fixed": false, + "raw": "database" + }, + "serializedName": "database", + "modelType": { + "$id": "8392", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8393", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "MongoDbV2LinkedServiceTypeProperties", + "documentation": "MongoDB linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "8394", + "fixed": false, + "raw": "MongoDbV2LinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "MongoDbV2LinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/MongoDbV2LinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8395", + "$type": "CompositeType", + "properties": [ + { + "$id": "8396", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8397", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8398", + "fixed": false, + "raw": "MongoDB linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8399", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8381" + } + } + ], + "serializedName": "MongoDbV2", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Linked service for MongoDB data source.", + "containsConstantProperties": false, + "name": { + "$id": "8400", + "fixed": false, + "raw": "MongoDbV2LinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "MongoDbV2LinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/MongoDbV2LinkedService" + ] + }, + "x-ms-discriminator-value": "MongoDbV2" + }, + "deprecated": false + }, + { + "$id": "8401", + "$type": "CompositeType", + "properties": [ + { + "$id": "8402", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8403", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8404", + "fixed": false, + "raw": "The CosmosDB (MongoDB API) connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8405", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "8406", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8407", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8408", + "isReadOnly": false, + "realPath": [ + "database" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8409", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8410", + "fixed": false, + "raw": "The name of the CosmosDB (MongoDB API) database that you want to access. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8411", + "fixed": false, + "raw": "database" + }, + "serializedName": "database", + "modelType": { + "$id": "8412", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8413", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "CosmosDbMongoDbApiLinkedServiceTypeProperties", + "documentation": "CosmosDB (MongoDB API) linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "8414", + "fixed": false, + "raw": "CosmosDbMongoDbApiLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "CosmosDbMongoDbApiLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/CosmosDbMongoDbApiLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8415", + "$type": "CompositeType", + "properties": [ + { + "$id": "8416", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8417", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8418", + "fixed": false, + "raw": "CosmosDB (MongoDB API) linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8419", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8401" + } + } + ], + "serializedName": "CosmosDbMongoDbApi", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Linked service for CosmosDB (MongoDB API) data source.", + "containsConstantProperties": false, + "name": { + "$id": "8420", + "fixed": false, + "raw": "CosmosDbMongoDbApiLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "CosmosDbMongoDbApiLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/CosmosDbMongoDbApiLinkedService" + ] + }, + "x-ms-discriminator-value": "CosmosDbMongoDbApi" + }, + "deprecated": false + }, + { + "$id": "8421", + "$type": "CompositeType", + "properties": [ + { + "$id": "8422", + "isReadOnly": false, + "realPath": [ + "dataLakeStoreUri" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8423", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8424", + "fixed": false, + "raw": "Data Lake Store service URI. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8425", + "fixed": false, + "raw": "dataLakeStoreUri" + }, + "serializedName": "dataLakeStoreUri", + "modelType": { + "$id": "8426", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8427", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8428", + "isReadOnly": false, + "realPath": [ + "servicePrincipalId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8429", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8430", + "fixed": false, + "raw": "The ID of the application used to authenticate against the Azure Data Lake Store account. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8431", + "fixed": false, + "raw": "servicePrincipalId" + }, + "serializedName": "servicePrincipalId", + "modelType": { + "$id": "8432", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8433", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8434", + "isReadOnly": false, + "realPath": [ + "servicePrincipalKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8435", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8436", + "fixed": false, + "raw": "The Key of the application used to authenticate against the Azure Data Lake Store account." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8437", + "fixed": false, + "raw": "servicePrincipalKey" + }, + "serializedName": "servicePrincipalKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8438", + "isReadOnly": false, + "realPath": [ + "tenant" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8439", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8440", + "fixed": false, + "raw": "The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8441", + "fixed": false, + "raw": "tenant" + }, + "serializedName": "tenant", + "modelType": { + "$id": "8442", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8443", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8444", + "isReadOnly": false, + "realPath": [ + "accountName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8445", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8446", + "fixed": false, + "raw": "Data Lake Store account name. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8447", + "fixed": false, + "raw": "accountName" + }, + "serializedName": "accountName", + "modelType": { + "$id": "8448", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8449", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8450", + "isReadOnly": false, + "realPath": [ + "subscriptionId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8451", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8452", + "fixed": false, + "raw": "Data Lake Store account subscription ID (if different from Data Factory account). Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8453", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "8454", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8455", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8456", + "isReadOnly": false, + "realPath": [ + "resourceGroupName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8457", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8458", + "fixed": false, + "raw": "Data Lake Store account resource group name (if different from Data Factory account). Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8459", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "8460", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8461", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8462", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8463", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8464", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8465", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "8466", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8467", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureDataLakeStoreLinkedServiceTypeProperties", + "documentation": "Azure Data Lake Store linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "8468", + "fixed": false, + "raw": "AzureDataLakeStoreLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureDataLakeStoreLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureDataLakeStoreLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8469", + "$type": "CompositeType", + "properties": [ + { + "$id": "8470", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8471", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8472", + "fixed": false, + "raw": "Azure Data Lake Store linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8473", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8421" + } + } + ], + "serializedName": "AzureDataLakeStore", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Azure Data Lake Store linked service.", + "containsConstantProperties": false, + "name": { + "$id": "8474", + "fixed": false, + "raw": "AzureDataLakeStoreLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureDataLakeStoreLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureDataLakeStoreLinkedService" + ] + }, + "x-ms-discriminator-value": "AzureDataLakeStore" + }, + "deprecated": false + }, + { + "$id": "8475", + "$type": "CompositeType", + "properties": [ + { + "$id": "8476", + "isReadOnly": false, + "realPath": [ + "url" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8477", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8478", + "fixed": false, + "raw": "Endpoint for the Azure Data Lake Storage Gen2 service. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8479", + "fixed": false, + "raw": "url" + }, + "serializedName": "url", + "modelType": { + "$id": "8480", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8481", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8482", + "isReadOnly": false, + "realPath": [ + "accountKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8483", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8484", + "fixed": false, + "raw": "Account key for the Azure Data Lake Storage Gen2 service. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8485", + "fixed": false, + "raw": "accountKey" + }, + "serializedName": "accountKey", + "modelType": { + "$id": "8486", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8487", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8488", + "isReadOnly": false, + "realPath": [ + "servicePrincipalId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8489", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8490", + "fixed": false, + "raw": "The ID of the application used to authenticate against the Azure Data Lake Storage Gen2 account. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8491", + "fixed": false, + "raw": "servicePrincipalId" + }, + "serializedName": "servicePrincipalId", + "modelType": { + "$id": "8492", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8493", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8494", + "isReadOnly": false, + "realPath": [ + "servicePrincipalKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8495", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8496", + "fixed": false, + "raw": "The Key of the application used to authenticate against the Azure Data Lake Storage Gen2 account." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8497", + "fixed": false, + "raw": "servicePrincipalKey" + }, + "serializedName": "servicePrincipalKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8498", + "isReadOnly": false, + "realPath": [ + "tenant" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8499", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8500", + "fixed": false, + "raw": "The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8501", + "fixed": false, + "raw": "tenant" + }, + "serializedName": "tenant", + "modelType": { + "$id": "8502", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8503", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8504", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8505", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8506", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8507", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "8508", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8509", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureBlobFSLinkedServiceTypeProperties", + "documentation": "Azure Data Lake Storage Gen2 linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "8510", + "fixed": false, + "raw": "AzureBlobFSLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureBlobFSLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureBlobFSLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8511", + "$type": "CompositeType", + "properties": [ + { + "$id": "8512", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8513", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8514", + "fixed": false, + "raw": "Azure Data Lake Storage Gen2 linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8515", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8475" + } + } + ], + "serializedName": "AzureBlobFS", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Azure Data Lake Storage Gen2 linked service.", + "containsConstantProperties": false, + "name": { + "$id": "8516", + "fixed": false, + "raw": "AzureBlobFSLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureBlobFSLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureBlobFSLinkedService" + ] + }, + "x-ms-discriminator-value": "AzureBlobFS" + }, + "deprecated": false + }, + { + "$id": "8517", + "$type": "CompositeType", + "properties": [ + { + "$id": "8518", + "isReadOnly": false, + "realPath": [ + "office365TenantId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8519", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8520", + "fixed": false, + "raw": "Azure tenant ID to which the Office 365 account belongs. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8521", + "fixed": false, + "raw": "office365TenantId" + }, + "serializedName": "office365TenantId", + "modelType": { + "$id": "8522", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8523", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8524", + "isReadOnly": false, + "realPath": [ + "servicePrincipalTenantId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8525", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8526", + "fixed": false, + "raw": "Specify the tenant information under which your Azure AD web application resides. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8527", + "fixed": false, + "raw": "servicePrincipalTenantId" + }, + "serializedName": "servicePrincipalTenantId", + "modelType": { + "$id": "8528", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8529", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8530", + "isReadOnly": false, + "realPath": [ + "servicePrincipalId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8531", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8532", + "fixed": false, + "raw": "Specify the application's client ID. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8533", + "fixed": false, + "raw": "servicePrincipalId" + }, + "serializedName": "servicePrincipalId", + "modelType": { + "$id": "8534", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8535", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8536", + "isReadOnly": false, + "realPath": [ + "servicePrincipalKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8537", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8538", + "fixed": false, + "raw": "Specify the application's key." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8539", + "fixed": false, + "raw": "servicePrincipalKey" + }, + "serializedName": "servicePrincipalKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8540", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8541", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8542", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8543", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "8544", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8545", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "Office365LinkedServiceTypeProperties", + "documentation": "Office365 linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "8546", + "fixed": false, + "raw": "Office365LinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "Office365LinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/Office365LinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8547", + "$type": "CompositeType", + "properties": [ + { + "$id": "8548", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8549", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8550", + "fixed": false, + "raw": "Office365 linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8551", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8517" + } + } + ], + "serializedName": "Office365", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Office365 linked service.", + "containsConstantProperties": false, + "name": { + "$id": "8552", + "fixed": false, + "raw": "Office365LinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "Office365LinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/Office365LinkedService" + ] + }, + "x-ms-discriminator-value": "Office365" + }, + "deprecated": false + }, + { + "$id": "8553", + "$type": "CompositeType", + "properties": [ + { + "$id": "8554", + "isReadOnly": false, + "realPath": [ + "environmentUrl" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8555", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8556", + "fixed": false, + "raw": "The URL of Salesforce instance. Default is 'https://login.salesforce.com'. To copy data from sandbox, specify 'https://test.salesforce.com'. To copy data from custom domain, specify, for example, 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8557", + "fixed": false, + "raw": "environmentUrl" + }, + "serializedName": "environmentUrl", + "modelType": { + "$id": "8558", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8559", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8560", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8561", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8562", + "fixed": false, + "raw": "The username for Basic authentication of the Salesforce instance. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8563", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "8564", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8565", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8566", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8567", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8568", + "fixed": false, + "raw": "The password for Basic authentication of the Salesforce instance." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8569", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8570", + "isReadOnly": false, + "realPath": [ + "securityToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8571", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8572", + "fixed": false, + "raw": "The security token is optional to remotely access Salesforce instance." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8573", + "fixed": false, + "raw": "securityToken" + }, + "serializedName": "securityToken", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8574", + "isReadOnly": false, + "realPath": [ + "apiVersion" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8575", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8576", + "fixed": false, + "raw": "The Salesforce API version used in ADF. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8577", + "fixed": false, + "raw": "apiVersion" + }, + "serializedName": "apiVersion", + "modelType": { + "$id": "8578", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8579", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8580", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8581", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8582", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8583", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "8584", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8585", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SalesforceLinkedServiceTypeProperties", + "documentation": "Salesforce linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "8586", + "fixed": false, + "raw": "SalesforceLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SalesforceLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SalesforceLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8587", + "$type": "CompositeType", + "properties": [ + { + "$id": "8588", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8589", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8590", + "fixed": false, + "raw": "Salesforce linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8591", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8553" + } + } + ], + "serializedName": "Salesforce", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Linked service for Salesforce.", + "containsConstantProperties": false, + "name": { + "$id": "8592", + "fixed": false, + "raw": "SalesforceLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SalesforceLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SalesforceLinkedService" + ] + }, + "x-ms-discriminator-value": "Salesforce" + }, + "deprecated": false + }, + { + "$id": "8593", + "$type": "CompositeType", + "properties": [ + { + "$id": "8594", + "isReadOnly": false, + "realPath": [ + "environmentUrl" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8595", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8596", + "fixed": false, + "raw": "The URL of Salesforce Service Cloud instance. Default is 'https://login.salesforce.com'. To copy data from sandbox, specify 'https://test.salesforce.com'. To copy data from custom domain, specify, for example, 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8597", + "fixed": false, + "raw": "environmentUrl" + }, + "serializedName": "environmentUrl", + "modelType": { + "$id": "8598", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8599", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8600", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8601", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8602", + "fixed": false, + "raw": "The username for Basic authentication of the Salesforce instance. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8603", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "8604", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8605", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8606", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8607", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8608", + "fixed": false, + "raw": "The password for Basic authentication of the Salesforce instance." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8609", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8610", + "isReadOnly": false, + "realPath": [ + "securityToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8611", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8612", + "fixed": false, + "raw": "The security token is optional to remotely access Salesforce instance." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8613", + "fixed": false, + "raw": "securityToken" + }, + "serializedName": "securityToken", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8614", + "isReadOnly": false, + "realPath": [ + "apiVersion" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8615", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8616", + "fixed": false, + "raw": "The Salesforce API version used in ADF. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8617", + "fixed": false, + "raw": "apiVersion" + }, + "serializedName": "apiVersion", + "modelType": { + "$id": "8618", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8619", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8620", + "isReadOnly": false, + "realPath": [ + "extendedProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8621", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8622", + "fixed": false, + "raw": "Extended properties appended to the connection string. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8623", + "fixed": false, + "raw": "extendedProperties" + }, + "serializedName": "extendedProperties", + "modelType": { + "$id": "8624", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8625", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8626", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8627", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8628", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8629", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "8630", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8631", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SalesforceServiceCloudLinkedServiceTypeProperties", + "documentation": "Salesforce Service Cloud linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "8632", + "fixed": false, + "raw": "SalesforceServiceCloudLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SalesforceServiceCloudLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SalesforceServiceCloudLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8633", + "$type": "CompositeType", + "properties": [ + { + "$id": "8634", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8635", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8636", + "fixed": false, + "raw": "Salesforce Service Cloud linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8637", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8593" + } + } + ], + "serializedName": "SalesforceServiceCloud", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Linked service for Salesforce Service Cloud.", + "containsConstantProperties": false, + "name": { + "$id": "8638", + "fixed": false, + "raw": "SalesforceServiceCloudLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SalesforceServiceCloudLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SalesforceServiceCloudLinkedService" + ] + }, + "x-ms-discriminator-value": "SalesforceServiceCloud" + }, + "deprecated": false + }, + { + "$id": "8639", + "$type": "CompositeType", + "properties": [ + { + "$id": "8640", + "isReadOnly": false, + "realPath": [ + "url" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8641", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8642", + "fixed": false, + "raw": "The URL of SAP Cloud for Customer OData API. For example, '[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8643", + "fixed": false, + "raw": "url" + }, + "serializedName": "url", + "modelType": { + "$id": "8644", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8645", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8646", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8647", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8648", + "fixed": false, + "raw": "The username for Basic authentication. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8649", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "8650", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8651", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8652", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8653", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8654", + "fixed": false, + "raw": "The password for Basic authentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8655", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8656", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8657", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8658", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8659", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "8660", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8661", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SapCloudForCustomerLinkedServiceTypeProperties", + "documentation": "SAP Cloud for Customer linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "8662", + "fixed": false, + "raw": "SapCloudForCustomerLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SapCloudForCustomerLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SapCloudForCustomerLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8663", + "$type": "CompositeType", + "properties": [ + { + "$id": "8664", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8665", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8666", + "fixed": false, + "raw": "SAP Cloud for Customer linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8667", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8639" + } + } + ], + "serializedName": "SapCloudForCustomer", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Linked service for SAP Cloud for Customer.", + "containsConstantProperties": false, + "name": { + "$id": "8668", + "fixed": false, + "raw": "SapCloudForCustomerLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SapCloudForCustomerLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SapCloudForCustomerLinkedService" + ] + }, + "x-ms-discriminator-value": "SapCloudForCustomer" + }, + "deprecated": false + }, + { + "$id": "8669", + "$type": "CompositeType", + "properties": [ + { + "$id": "8670", + "isReadOnly": false, + "realPath": [ + "url" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8671", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8672", + "fixed": false, + "raw": "The URL of SAP ECC OData API. For example, '[https://hostname:port/sap/opu/odata/sap/servicename/]'. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8673", + "fixed": false, + "raw": "url" + }, + "serializedName": "url", + "modelType": { + "$id": "8674", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "8675", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "8676", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8677", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8678", + "fixed": false, + "raw": "The username for Basic authentication. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8679", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "8680", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "8681", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "8682", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8683", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8684", + "fixed": false, + "raw": "The password for Basic authentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8685", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8686", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8687", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8688", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8689", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "8690", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "8691", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "SapEccLinkedServiceTypeProperties", + "documentation": "SAP ECC linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "8692", + "fixed": false, + "raw": "SapEccLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SapEccLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SapEccLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8693", + "$type": "CompositeType", + "properties": [ + { + "$id": "8694", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8695", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8696", + "fixed": false, + "raw": "SAP ECC linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8697", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8669" + } + } + ], + "serializedName": "SapEcc", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Linked service for SAP ERP Central Component(SAP ECC).", + "containsConstantProperties": false, + "name": { + "$id": "8698", + "fixed": false, + "raw": "SapEccLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SapEccLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SapEccLinkedService" + ] + }, + "x-ms-discriminator-value": "SapEcc" + }, + "deprecated": false + }, + { + "$id": "8699", + "$type": "CompositeType", + "properties": [ + { + "$id": "8700", + "isReadOnly": false, + "realPath": [ + "server" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8701", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8702", + "fixed": false, + "raw": "Host name of the SAP BW instance where the open hub destination is located. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8703", + "fixed": false, + "raw": "server" + }, + "serializedName": "server", + "modelType": { + "$id": "8704", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8705", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8706", + "isReadOnly": false, + "realPath": [ + "systemNumber" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8707", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8708", + "fixed": false, + "raw": "System number of the BW system where the open hub destination is located. (Usually a two-digit decimal number represented as a string.) Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8709", + "fixed": false, + "raw": "systemNumber" + }, + "serializedName": "systemNumber", + "modelType": { + "$id": "8710", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8711", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8712", + "isReadOnly": false, + "realPath": [ + "clientId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8713", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8714", + "fixed": false, + "raw": "Client ID of the client on the BW system where the open hub destination is located. (Usually a three-digit decimal number represented as a string) Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8715", + "fixed": false, + "raw": "clientId" + }, + "serializedName": "clientId", + "modelType": { + "$id": "8716", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8717", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8718", + "isReadOnly": false, + "realPath": [ + "language" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8719", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8720", + "fixed": false, + "raw": "Language of the BW system where the open hub destination is located. The default value is EN. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8721", + "fixed": false, + "raw": "language" + }, + "serializedName": "language", + "modelType": { + "$id": "8722", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8723", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8724", + "isReadOnly": false, + "realPath": [ + "systemId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8725", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8726", + "fixed": false, + "raw": "SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8727", + "fixed": false, + "raw": "systemId" + }, + "serializedName": "systemId", + "modelType": { + "$id": "8728", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8729", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8730", + "isReadOnly": false, + "realPath": [ + "userName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8731", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8732", + "fixed": false, + "raw": "Username to access the SAP BW server where the open hub destination is located. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8733", + "fixed": false, + "raw": "userName" + }, + "serializedName": "userName", + "modelType": { + "$id": "8734", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8735", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8736", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8737", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8738", + "fixed": false, + "raw": "Password to access the SAP BW server where the open hub destination is located." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8739", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8740", + "isReadOnly": false, + "realPath": [ + "messageServer" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8741", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8742", + "fixed": false, + "raw": "The hostname of the SAP Message Server. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8743", + "fixed": false, + "raw": "messageServer" + }, + "serializedName": "messageServer", + "modelType": { + "$id": "8744", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8745", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8746", + "isReadOnly": false, + "realPath": [ + "messageServerService" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8747", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8748", + "fixed": false, + "raw": "The service name or port number of the Message Server. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8749", + "fixed": false, + "raw": "messageServerService" + }, + "serializedName": "messageServerService", + "modelType": { + "$id": "8750", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8751", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8752", + "isReadOnly": false, + "realPath": [ + "logonGroup" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8753", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8754", + "fixed": false, + "raw": "The Logon Group for the SAP System. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8755", + "fixed": false, + "raw": "logonGroup" + }, + "serializedName": "logonGroup", + "modelType": { + "$id": "8756", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8757", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8758", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8759", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8760", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8761", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "8762", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8763", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SapOpenHubLinkedServiceTypeProperties", + "documentation": "Properties specific to SAP Business Warehouse Open Hub Destination linked service type.", + "containsConstantProperties": false, + "name": { + "$id": "8764", + "fixed": false, + "raw": "SapOpenHubLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SapOpenHubLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SapOpenHubLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8765", + "$type": "CompositeType", + "properties": [ + { + "$id": "8766", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8767", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8768", + "fixed": false, + "raw": "Properties specific to SAP Business Warehouse Open Hub Destination linked service type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8769", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8699" + } + } + ], + "serializedName": "SapOpenHub", + "baseModelType": { + "$ref": "483" + }, + "documentation": "SAP Business Warehouse Open Hub Destination Linked Service.", + "containsConstantProperties": false, + "name": { + "$id": "8770", + "fixed": false, + "raw": "SapOpenHubLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SapOpenHubLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SapOpenHubLinkedService" + ] + }, + "x-ms-discriminator-value": "SapOpenHub" + }, + "deprecated": false + }, + { + "$id": "8771", + "$type": "CompositeType", + "properties": [ + { + "$id": "8772", + "isReadOnly": false, + "realPath": [ + "url" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8773", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8774", + "fixed": false, + "raw": "The base URL of the REST service." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8775", + "fixed": false, + "raw": "url" + }, + "serializedName": "url", + "modelType": { + "$id": "8776", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8777", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8778", + "isReadOnly": false, + "realPath": [ + "enableServerCertificateValidation" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8779", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8780", + "fixed": false, + "raw": "Whether to validate server side SSL certificate when connecting to the endpoint.The default value is true. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8781", + "fixed": false, + "raw": "enableServerCertificateValidation" + }, + "serializedName": "enableServerCertificateValidation", + "modelType": { + "$id": "8782", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8783", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8784", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8785", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8786", + "fixed": false, + "raw": "Type of authentication used to connect to the REST service." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "RestServiceAuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/RestServiceLinkedServiceTypeProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "RestServiceAuthenticationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8787", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "8788", + "$type": "EnumType", + "values": [ + { + "$id": "8789", + "name": "Anonymous", + "serializedName": "Anonymous" + }, + { + "$id": "8790", + "name": "Basic", + "serializedName": "Basic" + }, + { + "$id": "8791", + "name": "AadServicePrincipal", + "serializedName": "AadServicePrincipal" + }, + { + "$id": "8792", + "name": "ManagedServiceIdentity", + "serializedName": "ManagedServiceIdentity" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "8793", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "8794", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "8795", + "fixed": false, + "raw": "RestServiceAuthenticationType" + }, + "deprecated": false + } + }, + { + "$id": "8796", + "isReadOnly": false, + "realPath": [ + "userName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8797", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8798", + "fixed": false, + "raw": "The user name used in Basic authentication type." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8799", + "fixed": false, + "raw": "userName" + }, + "serializedName": "userName", + "modelType": { + "$id": "8800", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8801", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8802", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8803", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8804", + "fixed": false, + "raw": "The password used in Basic authentication type." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8805", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8806", + "isReadOnly": false, + "realPath": [ + "servicePrincipalId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8807", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8808", + "fixed": false, + "raw": "The application's client ID used in AadServicePrincipal authentication type." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8809", + "fixed": false, + "raw": "servicePrincipalId" + }, + "serializedName": "servicePrincipalId", + "modelType": { + "$id": "8810", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8811", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8812", + "isReadOnly": false, + "realPath": [ + "servicePrincipalKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8813", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8814", + "fixed": false, + "raw": "The application's key used in AadServicePrincipal authentication type." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8815", + "fixed": false, + "raw": "servicePrincipalKey" + }, + "serializedName": "servicePrincipalKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8816", + "isReadOnly": false, + "realPath": [ + "tenant" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8817", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8818", + "fixed": false, + "raw": "The tenant information (domain name or tenant ID) used in AadServicePrincipal authentication type under which your application resides." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8819", + "fixed": false, + "raw": "tenant" + }, + "serializedName": "tenant", + "modelType": { + "$id": "8820", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8821", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8822", + "isReadOnly": false, + "realPath": [ + "aadResourceId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8823", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8824", + "fixed": false, + "raw": "The resource you are requesting authorization to use." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8825", + "fixed": false, + "raw": "aadResourceId" + }, + "serializedName": "aadResourceId", + "modelType": { + "$id": "8826", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8827", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8828", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8829", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8830", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8831", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "8832", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8833", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "RestServiceLinkedServiceTypeProperties", + "documentation": "Rest Service linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "8834", + "fixed": false, + "raw": "RestServiceLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "RestServiceLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/RestServiceLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8835", + "$type": "CompositeType", + "properties": [ + { + "$id": "8836", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8837", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8838", + "fixed": false, + "raw": "Rest Service linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8839", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8771" + } + } + ], + "serializedName": "RestService", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Rest Service linked service.", + "containsConstantProperties": false, + "name": { + "$id": "8840", + "fixed": false, + "raw": "RestServiceLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "RestServiceLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/RestServiceLinkedService" + ] + }, + "x-ms-discriminator-value": "RestService" + }, + "deprecated": false + }, + { + "$id": "8841", + "$type": "CompositeType", + "properties": [ + { + "$id": "8842", + "isReadOnly": false, + "realPath": [ + "accessKeyId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8843", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8844", + "fixed": false, + "raw": "The access key identifier of the Amazon S3 Identity and Access Management (IAM) user. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8845", + "fixed": false, + "raw": "accessKeyId" + }, + "serializedName": "accessKeyId", + "modelType": { + "$id": "8846", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8847", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8848", + "isReadOnly": false, + "realPath": [ + "secretAccessKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8849", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8850", + "fixed": false, + "raw": "The secret access key of the Amazon S3 Identity and Access Management (IAM) user." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8851", + "fixed": false, + "raw": "secretAccessKey" + }, + "serializedName": "secretAccessKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8852", + "isReadOnly": false, + "realPath": [ + "serviceUrl" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8853", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8854", + "fixed": false, + "raw": "This value specifies the endpoint to access with the S3 Connector. This is an optional property; change it only if you want to try a different service endpoint or want to switch between https and http. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8855", + "fixed": false, + "raw": "serviceUrl" + }, + "serializedName": "serviceUrl", + "modelType": { + "$id": "8856", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8857", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8858", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8859", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8860", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8861", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "8862", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8863", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AmazonS3LinkedServiceTypeProperties", + "documentation": "Amazon S3 linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "8864", + "fixed": false, + "raw": "AmazonS3LinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AmazonS3LinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AmazonS3LinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8865", + "$type": "CompositeType", + "properties": [ + { + "$id": "8866", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8867", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8868", + "fixed": false, + "raw": "Amazon S3 linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8869", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8841" + } + } + ], + "serializedName": "AmazonS3", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Linked service for Amazon S3.", + "containsConstantProperties": false, + "name": { + "$id": "8870", + "fixed": false, + "raw": "AmazonS3LinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AmazonS3LinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AmazonS3LinkedService" + ] + }, + "x-ms-discriminator-value": "AmazonS3" + }, + "deprecated": false + }, + { + "$id": "8871", + "$type": "CompositeType", + "properties": [ + { + "$id": "8872", + "isReadOnly": false, + "realPath": [ + "server" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8873", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8874", + "fixed": false, + "raw": "The name of the Amazon Redshift server. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8875", + "fixed": false, + "raw": "server" + }, + "serializedName": "server", + "modelType": { + "$id": "8876", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8877", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8878", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8879", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8880", + "fixed": false, + "raw": "The username of the Amazon Redshift source. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8881", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "8882", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8883", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8884", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8885", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8886", + "fixed": false, + "raw": "The password of the Amazon Redshift source." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8887", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8888", + "isReadOnly": false, + "realPath": [ + "database" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8889", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8890", + "fixed": false, + "raw": "The database name of the Amazon Redshift source. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8891", + "fixed": false, + "raw": "database" + }, + "serializedName": "database", + "modelType": { + "$id": "8892", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8893", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8894", + "isReadOnly": false, + "realPath": [ + "port" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8895", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8896", + "fixed": false, + "raw": "The TCP port number that the Amazon Redshift server uses to listen for client connections. The default value is 5439. Type: integer (or Expression with resultType integer)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8897", + "fixed": false, + "raw": "port" + }, + "serializedName": "port", + "modelType": { + "$id": "8898", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8899", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8900", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8901", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8902", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8903", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "8904", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8905", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AmazonRedshiftLinkedServiceTypeProperties", + "documentation": "Amazon Redshift linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "8906", + "fixed": false, + "raw": "AmazonRedshiftLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AmazonRedshiftLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AmazonRedshiftLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8907", + "$type": "CompositeType", + "properties": [ + { + "$id": "8908", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8909", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8910", + "fixed": false, + "raw": "Amazon Redshift linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8911", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8871" + } + } + ], + "serializedName": "AmazonRedshift", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Linked service for Amazon Redshift.", + "containsConstantProperties": false, + "name": { + "$id": "8912", + "fixed": false, + "raw": "AmazonRedshiftLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AmazonRedshiftLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AmazonRedshiftLinkedService" + ] + }, + "x-ms-discriminator-value": "AmazonRedshift" + }, + "deprecated": false + }, + { + "$id": "8913", + "$type": "CompositeType", + "properties": [ + { + "$id": "8914", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8915", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8916", + "fixed": false, + "raw": "Custom linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8917", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$id": "8918", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8919", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "CustomDataSource", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Custom linked service.", + "containsConstantProperties": false, + "name": { + "$id": "8920", + "fixed": false, + "raw": "CustomDataSourceLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "CustomDataSourceLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/CustomDataSourceLinkedService" + ] + }, + "x-ms-discriminator-value": "CustomDataSource" + }, + "deprecated": false + }, + { + "$id": "8921", + "$type": "CompositeType", + "properties": [ + { + "$id": "8922", + "isReadOnly": false, + "realPath": [ + "url" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8923", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8924", + "fixed": false, + "raw": "URL for Azure Search service. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8925", + "fixed": false, + "raw": "url" + }, + "serializedName": "url", + "modelType": { + "$id": "8926", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8927", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8928", + "isReadOnly": false, + "realPath": [ + "key" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8929", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8930", + "fixed": false, + "raw": "Admin Key for Azure Search service" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8931", + "fixed": false, + "raw": "key" + }, + "serializedName": "key", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8932", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8933", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8934", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8935", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "8936", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8937", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureSearchLinkedServiceTypeProperties", + "documentation": "Windows Azure Search Service linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "8938", + "fixed": false, + "raw": "AzureSearchLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureSearchLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureSearchLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "8939", + "$type": "CompositeType", + "properties": [ + { + "$id": "8940", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8941", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8942", + "fixed": false, + "raw": "Windows Azure Search Service linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8943", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8921" + } + } + ], + "serializedName": "AzureSearch", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Linked service for Windows Azure Search Service.", + "containsConstantProperties": false, + "name": { + "$id": "8944", + "fixed": false, + "raw": "AzureSearchLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureSearchLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureSearchLinkedService" + ] + }, + "x-ms-discriminator-value": "AzureSearch" + }, + "deprecated": false + }, + { + "$id": "8945", + "$type": "CompositeType", + "properties": [ + { + "$id": "8946", + "isReadOnly": false, + "realPath": [ + "url" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8947", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8948", + "fixed": false, + "raw": "The base URL of the HTTP endpoint, e.g. http://www.microsoft.com. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "8949", + "fixed": false, + "raw": "url" + }, + "serializedName": "url", + "modelType": { + "$id": "8950", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8951", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8952", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8953", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8954", + "fixed": false, + "raw": "The authentication type to be used to connect to the HTTP server." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "HttpAuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/HttpLinkedServiceTypeProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "HttpAuthenticationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8955", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "8956", + "$type": "EnumType", + "values": [ + { + "$id": "8957", + "name": "Basic", + "serializedName": "Basic" + }, + { + "$id": "8958", + "name": "Anonymous", + "serializedName": "Anonymous" + }, + { + "$id": "8959", + "name": "Digest", + "serializedName": "Digest" + }, + { + "$id": "8960", + "name": "Windows", + "serializedName": "Windows" + }, + { + "$id": "8961", + "name": "ClientCertificate", + "serializedName": "ClientCertificate" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "8962", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "8963", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "8964", + "fixed": false, + "raw": "HttpAuthenticationType" + }, + "deprecated": false + } + }, + { + "$id": "8965", + "isReadOnly": false, + "realPath": [ + "userName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8966", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8967", + "fixed": false, + "raw": "User name for Basic, Digest, or Windows authentication. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8968", + "fixed": false, + "raw": "userName" + }, + "serializedName": "userName", + "modelType": { + "$id": "8969", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8970", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8971", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8972", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8973", + "fixed": false, + "raw": "Password for Basic, Digest, Windows, or ClientCertificate with EmbeddedCertData authentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8974", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "8975", + "isReadOnly": false, + "realPath": [ + "embeddedCertData" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8976", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8977", + "fixed": false, + "raw": "Base64 encoded certificate data for ClientCertificate authentication. For on-premises copy with ClientCertificate authentication, either CertThumbprint or EmbeddedCertData/Password should be specified. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8978", + "fixed": false, + "raw": "embeddedCertData" + }, + "serializedName": "embeddedCertData", + "modelType": { + "$id": "8979", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8980", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8981", + "isReadOnly": false, + "realPath": [ + "certThumbprint" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8982", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8983", + "fixed": false, + "raw": "Thumbprint of certificate for ClientCertificate authentication. Only valid for on-premises copy. For on-premises copy with ClientCertificate authentication, either CertThumbprint or EmbeddedCertData/Password should be specified. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8984", + "fixed": false, + "raw": "certThumbprint" + }, + "serializedName": "certThumbprint", + "modelType": { + "$id": "8985", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8986", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8987", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8988", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8989", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8990", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "8991", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8992", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "8993", + "isReadOnly": false, + "realPath": [ + "enableServerCertificateValidation" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "8994", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "8995", + "fixed": false, + "raw": "If true, validate the HTTPS server SSL certificate. Default value is true. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "8996", + "fixed": false, + "raw": "enableServerCertificateValidation" + }, + "serializedName": "enableServerCertificateValidation", + "modelType": { + "$id": "8997", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "8998", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "HttpLinkedServiceTypeProperties", + "documentation": "Properties specific to this linked service type.", + "containsConstantProperties": false, + "name": { + "$id": "8999", + "fixed": false, + "raw": "HttpLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "HttpLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/HttpLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "9000", + "$type": "CompositeType", + "properties": [ + { + "$id": "9001", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9002", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9003", + "fixed": false, + "raw": "Properties specific to this linked service type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9004", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "8945" + } + } + ], + "serializedName": "HttpServer", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Linked service for an HTTP source.", + "containsConstantProperties": false, + "name": { + "$id": "9005", + "fixed": false, + "raw": "HttpLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "HttpLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/HttpLinkedService" + ] + }, + "x-ms-discriminator-value": "HttpServer" + }, + "deprecated": false + }, + { + "$id": "9006", + "$type": "CompositeType", + "properties": [ + { + "$id": "9007", + "isReadOnly": false, + "realPath": [ + "host" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9008", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9009", + "fixed": false, + "raw": "Host name of the FTP server. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9010", + "fixed": false, + "raw": "host" + }, + "serializedName": "host", + "modelType": { + "$id": "9011", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9012", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9013", + "isReadOnly": false, + "realPath": [ + "port" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9014", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9015", + "fixed": false, + "raw": "The TCP port number that the FTP server uses to listen for client connections. Default value is 21. Type: integer (or Expression with resultType integer), minimum: 0." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9016", + "fixed": false, + "raw": "port" + }, + "serializedName": "port", + "modelType": { + "$id": "9017", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9018", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9019", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9020", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9021", + "fixed": false, + "raw": "The authentication type to be used to connect to the FTP server." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "FtpAuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/FtpServerLinkedServiceTypeProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "FtpAuthenticationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9022", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "9023", + "$type": "EnumType", + "values": [ + { + "$id": "9024", + "name": "Basic", + "serializedName": "Basic" + }, + { + "$id": "9025", + "name": "Anonymous", + "serializedName": "Anonymous" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "9026", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "9027", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "9028", + "fixed": false, + "raw": "FtpAuthenticationType" + }, + "deprecated": false + } + }, + { + "$id": "9029", + "isReadOnly": false, + "realPath": [ + "userName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9030", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9031", + "fixed": false, + "raw": "Username to logon the FTP server. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9032", + "fixed": false, + "raw": "userName" + }, + "serializedName": "userName", + "modelType": { + "$id": "9033", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9034", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9035", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9036", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9037", + "fixed": false, + "raw": "Password to logon the FTP server." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9038", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "9039", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9040", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9041", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9042", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "9043", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9044", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9045", + "isReadOnly": false, + "realPath": [ + "enableSsl" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9046", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9047", + "fixed": false, + "raw": "If true, connect to the FTP server over SSL/TLS channel. Default value is true. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9048", + "fixed": false, + "raw": "enableSsl" + }, + "serializedName": "enableSsl", + "modelType": { + "$id": "9049", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9050", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9051", + "isReadOnly": false, + "realPath": [ + "enableServerCertificateValidation" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9052", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9053", + "fixed": false, + "raw": "If true, validate the FTP server SSL certificate when connect over SSL/TLS channel. Default value is true. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9054", + "fixed": false, + "raw": "enableServerCertificateValidation" + }, + "serializedName": "enableServerCertificateValidation", + "modelType": { + "$id": "9055", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9056", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "FtpServerLinkedServiceTypeProperties", + "documentation": "Properties specific to this linked service type.", + "containsConstantProperties": false, + "name": { + "$id": "9057", + "fixed": false, + "raw": "FtpServerLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "FtpServerLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/FtpServerLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "9058", + "$type": "CompositeType", + "properties": [ + { + "$id": "9059", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9060", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9061", + "fixed": false, + "raw": "Properties specific to this linked service type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9062", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "9006" + } + } + ], + "serializedName": "FtpServer", + "baseModelType": { + "$ref": "483" + }, + "documentation": "A FTP server Linked Service.", + "containsConstantProperties": false, + "name": { + "$id": "9063", + "fixed": false, + "raw": "FtpServerLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "FtpServerLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/FtpServerLinkedService" + ] + }, + "x-ms-discriminator-value": "FtpServer" + }, + "deprecated": false + }, + { + "$id": "9064", + "$type": "CompositeType", + "properties": [ + { + "$id": "9065", + "isReadOnly": false, + "realPath": [ + "host" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9066", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9067", + "fixed": false, + "raw": "The SFTP server host name. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9068", + "fixed": false, + "raw": "host" + }, + "serializedName": "host", + "modelType": { + "$id": "9069", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9070", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9071", + "isReadOnly": false, + "realPath": [ + "port" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9072", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9073", + "fixed": false, + "raw": "The TCP port number that the SFTP server uses to listen for client connections. Default value is 22. Type: integer (or Expression with resultType integer), minimum: 0." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9074", + "fixed": false, + "raw": "port" + }, + "serializedName": "port", + "modelType": { + "$id": "9075", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9076", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9077", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9078", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9079", + "fixed": false, + "raw": "The authentication type to be used to connect to the FTP server." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SftpAuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SftpServerLinkedServiceTypeProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "SftpAuthenticationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9080", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "9081", + "$type": "EnumType", + "values": [ + { + "$id": "9082", + "name": "Basic", + "serializedName": "Basic" + }, + { + "$id": "9083", + "name": "SshPublicKey", + "serializedName": "SshPublicKey" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "9084", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "9085", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "9086", + "fixed": false, + "raw": "SftpAuthenticationType" + }, + "deprecated": false + } + }, + { + "$id": "9087", + "isReadOnly": false, + "realPath": [ + "userName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9088", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9089", + "fixed": false, + "raw": "The username used to log on to the SFTP server. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9090", + "fixed": false, + "raw": "userName" + }, + "serializedName": "userName", + "modelType": { + "$id": "9091", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9092", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9093", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9094", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9095", + "fixed": false, + "raw": "Password to logon the SFTP server for Basic authentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9096", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "9097", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9098", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9099", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9100", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "9101", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9102", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9103", + "isReadOnly": false, + "realPath": [ + "privateKeyPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9104", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9105", + "fixed": false, + "raw": "The SSH private key file path for SshPublicKey authentication. Only valid for on-premises copy. For on-premises copy with SshPublicKey authentication, either PrivateKeyPath or PrivateKeyContent should be specified. SSH private key should be OpenSSH format. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9106", + "fixed": false, + "raw": "privateKeyPath" + }, + "serializedName": "privateKeyPath", + "modelType": { + "$id": "9107", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9108", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9109", + "isReadOnly": false, + "realPath": [ + "privateKeyContent" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9110", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9111", + "fixed": false, + "raw": "Base64 encoded SSH private key content for SshPublicKey authentication. For on-premises copy with SshPublicKey authentication, either PrivateKeyPath or PrivateKeyContent should be specified. SSH private key should be OpenSSH format." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9112", + "fixed": false, + "raw": "privateKeyContent" + }, + "serializedName": "privateKeyContent", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "9113", + "isReadOnly": false, + "realPath": [ + "passPhrase" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9114", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9115", + "fixed": false, + "raw": "The password to decrypt the SSH private key if the SSH private key is encrypted." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9116", + "fixed": false, + "raw": "passPhrase" + }, + "serializedName": "passPhrase", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "9117", + "isReadOnly": false, + "realPath": [ + "skipHostKeyValidation" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9118", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9119", + "fixed": false, + "raw": "If true, skip the SSH host key validation. Default value is false. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9120", + "fixed": false, + "raw": "skipHostKeyValidation" + }, + "serializedName": "skipHostKeyValidation", + "modelType": { + "$id": "9121", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9122", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9123", + "isReadOnly": false, + "realPath": [ + "hostKeyFingerprint" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9124", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9125", + "fixed": false, + "raw": "The host key finger-print of the SFTP server. When SkipHostKeyValidation is false, HostKeyFingerprint should be specified. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9126", + "fixed": false, + "raw": "hostKeyFingerprint" + }, + "serializedName": "hostKeyFingerprint", + "modelType": { + "$id": "9127", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9128", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SftpServerLinkedServiceTypeProperties", + "documentation": "Properties specific to this linked service type.", + "containsConstantProperties": false, + "name": { + "$id": "9129", + "fixed": false, + "raw": "SftpServerLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SftpServerLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SftpServerLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "9130", + "$type": "CompositeType", + "properties": [ + { + "$id": "9131", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9132", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9133", + "fixed": false, + "raw": "Properties specific to this linked service type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9134", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "9064" + } + } + ], + "serializedName": "Sftp", + "baseModelType": { + "$ref": "483" + }, + "documentation": "A linked service for an SSH File Transfer Protocol (SFTP) server. ", + "containsConstantProperties": false, + "name": { + "$id": "9135", + "fixed": false, + "raw": "SftpServerLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SftpServerLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SftpServerLinkedService" + ] + }, + "x-ms-discriminator-value": "Sftp" + }, + "deprecated": false + }, + { + "$id": "9136", + "$type": "CompositeType", + "properties": [ + { + "$id": "9137", + "isReadOnly": false, + "realPath": [ + "server" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9138", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9139", + "fixed": false, + "raw": "Host name of the SAP BW instance. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9140", + "fixed": false, + "raw": "server" + }, + "serializedName": "server", + "modelType": { + "$id": "9141", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9142", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9143", + "isReadOnly": false, + "realPath": [ + "systemNumber" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9144", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9145", + "fixed": false, + "raw": "System number of the BW system. (Usually a two-digit decimal number represented as a string.) Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9146", + "fixed": false, + "raw": "systemNumber" + }, + "serializedName": "systemNumber", + "modelType": { + "$id": "9147", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9148", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9149", + "isReadOnly": false, + "realPath": [ + "clientId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9150", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9151", + "fixed": false, + "raw": "Client ID of the client on the BW system. (Usually a three-digit decimal number represented as a string) Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9152", + "fixed": false, + "raw": "clientId" + }, + "serializedName": "clientId", + "modelType": { + "$id": "9153", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9154", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9155", + "isReadOnly": false, + "realPath": [ + "userName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9156", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9157", + "fixed": false, + "raw": "Username to access the SAP BW server. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9158", + "fixed": false, + "raw": "userName" + }, + "serializedName": "userName", + "modelType": { + "$id": "9159", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9160", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9161", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9162", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9163", + "fixed": false, + "raw": "Password to access the SAP BW server." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9164", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "9165", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9166", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9167", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9168", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "9169", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9170", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SapBWLinkedServiceTypeProperties", + "documentation": "Properties specific to this linked service type.", + "containsConstantProperties": false, + "name": { + "$id": "9171", + "fixed": false, + "raw": "SapBWLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SapBWLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SapBWLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "9172", + "$type": "CompositeType", + "properties": [ + { + "$id": "9173", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9174", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9175", + "fixed": false, + "raw": "Properties specific to this linked service type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9176", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "9136" + } + } + ], + "serializedName": "SapBW", + "baseModelType": { + "$ref": "483" + }, + "documentation": "SAP Business Warehouse Linked Service.", + "containsConstantProperties": false, + "name": { + "$id": "9177", + "fixed": false, + "raw": "SapBWLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SapBWLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SapBWLinkedService" + ] + }, + "x-ms-discriminator-value": "SapBW" + }, + "deprecated": false + }, + { + "$id": "9178", + "$type": "CompositeType", + "properties": [ + { + "$id": "9179", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9180", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9181", + "fixed": false, + "raw": "SAP HANA ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9182", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "9183", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9184", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9185", + "isReadOnly": false, + "realPath": [ + "server" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9186", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9187", + "fixed": false, + "raw": "Host name of the SAP HANA server. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9188", + "fixed": false, + "raw": "server" + }, + "serializedName": "server", + "modelType": { + "$id": "9189", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9190", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9191", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9192", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9193", + "fixed": false, + "raw": "The authentication type to be used to connect to the SAP HANA server." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SapHanaAuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SapHanaLinkedServiceProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "SapHanaAuthenticationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9194", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "9195", + "$type": "EnumType", + "values": [ + { + "$id": "9196", + "name": "Basic", + "serializedName": "Basic" + }, + { + "$id": "9197", + "name": "Windows", + "serializedName": "Windows" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "9198", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "9199", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "9200", + "fixed": false, + "raw": "SapHanaAuthenticationType" + }, + "deprecated": false + } + }, + { + "$id": "9201", + "isReadOnly": false, + "realPath": [ + "userName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9202", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9203", + "fixed": false, + "raw": "Username to access the SAP HANA server. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9204", + "fixed": false, + "raw": "userName" + }, + "serializedName": "userName", + "modelType": { + "$id": "9205", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9206", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9207", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9208", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9209", + "fixed": false, + "raw": "Password to access the SAP HANA server." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9210", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "9211", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9212", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9213", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9214", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "9215", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9216", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SapHanaLinkedServiceProperties", + "documentation": "Properties specific to this linked service type.", + "containsConstantProperties": false, + "name": { + "$id": "9217", + "fixed": false, + "raw": "SapHanaLinkedServiceProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SapHanaLinkedServiceProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SapHanaLinkedServiceProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "9218", + "$type": "CompositeType", + "properties": [ + { + "$id": "9219", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9220", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9221", + "fixed": false, + "raw": "Properties specific to this linked service type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9222", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "9178" + } + } + ], + "serializedName": "SapHana", + "baseModelType": { + "$ref": "483" + }, + "documentation": "SAP HANA Linked Service.", + "containsConstantProperties": false, + "name": { + "$id": "9223", + "fixed": false, + "raw": "SapHanaLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SapHanaLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SapHanaLinkedService" + ] + }, + "x-ms-discriminator-value": "SapHana" + }, + "deprecated": false + }, + { + "$id": "9224", + "$type": "CompositeType", + "properties": [ + { + "$id": "9225", + "isReadOnly": false, + "realPath": [ + "endpoint" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9226", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9227", + "fixed": false, + "raw": "The endpoint of the Amazon MWS server, (i.e. mws.amazonservices.com)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9228", + "fixed": false, + "raw": "endpoint" + }, + "serializedName": "endpoint", + "modelType": { + "$id": "9229", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9230", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9231", + "isReadOnly": false, + "realPath": [ + "marketplaceID" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9232", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9233", + "fixed": false, + "raw": "The Amazon Marketplace ID you want to retrieve data from. To retrieve data from multiple Marketplace IDs, separate them with a comma (,). (i.e. A2EUQ1WTGCTBG2)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9234", + "fixed": false, + "raw": "marketplaceID" + }, + "serializedName": "marketplaceID", + "modelType": { + "$id": "9235", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9236", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9237", + "isReadOnly": false, + "realPath": [ + "sellerID" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9238", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9239", + "fixed": false, + "raw": "The Amazon seller ID." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9240", + "fixed": false, + "raw": "sellerID" + }, + "serializedName": "sellerID", + "modelType": { + "$id": "9241", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9242", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9243", + "isReadOnly": false, + "realPath": [ + "mwsAuthToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9244", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9245", + "fixed": false, + "raw": "The Amazon MWS authentication token." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9246", + "fixed": false, + "raw": "mwsAuthToken" + }, + "serializedName": "mwsAuthToken", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "9247", + "isReadOnly": false, + "realPath": [ + "accessKeyId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9248", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9249", + "fixed": false, + "raw": "The access key id used to access data." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9250", + "fixed": false, + "raw": "accessKeyId" + }, + "serializedName": "accessKeyId", + "modelType": { + "$id": "9251", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9252", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9253", + "isReadOnly": false, + "realPath": [ + "secretKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9254", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9255", + "fixed": false, + "raw": "The secret key used to access data." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9256", + "fixed": false, + "raw": "secretKey" + }, + "serializedName": "secretKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "9257", + "isReadOnly": false, + "realPath": [ + "useEncryptedEndpoints" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9258", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9259", + "fixed": false, + "raw": "Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9260", + "fixed": false, + "raw": "useEncryptedEndpoints" + }, + "serializedName": "useEncryptedEndpoints", + "modelType": { + "$id": "9261", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9262", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9263", + "isReadOnly": false, + "realPath": [ + "useHostVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9264", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9265", + "fixed": false, + "raw": "Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9266", + "fixed": false, + "raw": "useHostVerification" + }, + "serializedName": "useHostVerification", + "modelType": { + "$id": "9267", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9268", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9269", + "isReadOnly": false, + "realPath": [ + "usePeerVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9270", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9271", + "fixed": false, + "raw": "Specifies whether to verify the identity of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9272", + "fixed": false, + "raw": "usePeerVerification" + }, + "serializedName": "usePeerVerification", + "modelType": { + "$id": "9273", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9274", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9275", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9276", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9277", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9278", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "9279", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9280", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AmazonMWSLinkedServiceTypeProperties", + "documentation": "Amazon Marketplace Web Service linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "9281", + "fixed": false, + "raw": "AmazonMWSLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AmazonMWSLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AmazonMWSLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "9282", + "$type": "CompositeType", + "properties": [ + { + "$id": "9283", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9284", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9285", + "fixed": false, + "raw": "Amazon Marketplace Web Service linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9286", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "9224" + } + } + ], + "serializedName": "AmazonMWS", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Amazon Marketplace Web Service linked service.", + "containsConstantProperties": false, + "name": { + "$id": "9287", + "fixed": false, + "raw": "AmazonMWSLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AmazonMWSLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AmazonMWSLinkedService" + ] + }, + "x-ms-discriminator-value": "AmazonMWS" + }, + "deprecated": false + }, + { + "$id": "9288", + "$type": "CompositeType", + "properties": [ + { + "$id": "9289", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9290", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9291", + "fixed": false, + "raw": "An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9292", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "9293", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9294", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9295", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9296", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9297", + "fixed": false, + "raw": "The Azure key vault secret reference of password in connection string." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9298", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "9299", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9300", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9301", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9302", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "9303", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9304", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzurePostgreSqlLinkedServiceTypeProperties", + "documentation": "Azure PostgreSQL linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "9305", + "fixed": false, + "raw": "AzurePostgreSqlLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzurePostgreSqlLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzurePostgreSqlLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "9306", + "$type": "CompositeType", + "properties": [ + { + "$id": "9307", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9308", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9309", + "fixed": false, + "raw": "Azure PostgreSQL linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9310", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "9288" + } + } + ], + "serializedName": "AzurePostgreSql", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Azure PostgreSQL linked service.", + "containsConstantProperties": true, + "name": { + "$id": "9311", + "fixed": false, + "raw": "AzurePostgreSqlLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzurePostgreSqlLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzurePostgreSqlLinkedService" + ] + }, + "x-ms-discriminator-value": "AzurePostgreSql" + }, + "deprecated": false + }, + { + "$id": "9312", + "$type": "CompositeType", + "properties": [ + { + "$id": "9313", + "isReadOnly": false, + "realPath": [ + "clientId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9314", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9315", + "fixed": false, + "raw": "Application client_id supplied by Concur App Management." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9316", + "fixed": false, + "raw": "clientId" + }, + "serializedName": "clientId", + "modelType": { + "$id": "9317", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9318", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9319", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9320", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9321", + "fixed": false, + "raw": "The user name that you use to access Concur Service." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9322", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "9323", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9324", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9325", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9326", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9327", + "fixed": false, + "raw": "The password corresponding to the user name that you provided in the username field." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9328", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "9329", + "isReadOnly": false, + "realPath": [ + "useEncryptedEndpoints" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9330", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9331", + "fixed": false, + "raw": "Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9332", + "fixed": false, + "raw": "useEncryptedEndpoints" + }, + "serializedName": "useEncryptedEndpoints", + "modelType": { + "$id": "9333", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9334", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9335", + "isReadOnly": false, + "realPath": [ + "useHostVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9336", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9337", + "fixed": false, + "raw": "Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9338", + "fixed": false, + "raw": "useHostVerification" + }, + "serializedName": "useHostVerification", + "modelType": { + "$id": "9339", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9340", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9341", + "isReadOnly": false, + "realPath": [ + "usePeerVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9342", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9343", + "fixed": false, + "raw": "Specifies whether to verify the identity of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9344", + "fixed": false, + "raw": "usePeerVerification" + }, + "serializedName": "usePeerVerification", + "modelType": { + "$id": "9345", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9346", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9347", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9348", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9349", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9350", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "9351", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9352", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "ConcurLinkedServiceTypeProperties", + "documentation": "Concur Service linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "9353", + "fixed": false, + "raw": "ConcurLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "ConcurLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/ConcurLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "9354", + "$type": "CompositeType", + "properties": [ + { + "$id": "9355", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9356", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9357", + "fixed": false, + "raw": "Concur Service linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9358", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "9312" + } + } + ], + "serializedName": "Concur", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Concur Service linked service.", + "containsConstantProperties": false, + "name": { + "$id": "9359", + "fixed": false, + "raw": "ConcurLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "ConcurLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/ConcurLinkedService" + ] + }, + "x-ms-discriminator-value": "Concur" + }, + "deprecated": false + }, + { + "$id": "9360", + "$type": "CompositeType", + "properties": [ + { + "$id": "9361", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9362", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9363", + "fixed": false, + "raw": "An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9364", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "9365", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9366", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9367", + "isReadOnly": false, + "realPath": [ + "credString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9368", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9369", + "fixed": false, + "raw": "The Azure key vault secret reference of credString in connection string." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9370", + "fixed": false, + "raw": "credString" + }, + "serializedName": "credString", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "9371", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9372", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9373", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9374", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "9375", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9376", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "CouchbaseLinkedServiceTypeProperties", + "documentation": "Couchbase server linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "9377", + "fixed": false, + "raw": "CouchbaseLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "CouchbaseLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/CouchbaseLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "9378", + "$type": "CompositeType", + "properties": [ + { + "$id": "9379", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9380", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9381", + "fixed": false, + "raw": "Couchbase server linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9382", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "9360" + } + } + ], + "serializedName": "Couchbase", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Couchbase server linked service.", + "containsConstantProperties": true, + "name": { + "$id": "9383", + "fixed": false, + "raw": "CouchbaseLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "CouchbaseLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/CouchbaseLinkedService" + ] + }, + "x-ms-discriminator-value": "Couchbase" + }, + "deprecated": false + }, + { + "$id": "9384", + "$type": "CompositeType", + "properties": [ + { + "$id": "9385", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9386", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9387", + "fixed": false, + "raw": "An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9388", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "9389", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9390", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9391", + "isReadOnly": false, + "realPath": [ + "pwd" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9392", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9393", + "fixed": false, + "raw": "The Azure key vault secret reference of password in connection string." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9394", + "fixed": false, + "raw": "pwd" + }, + "serializedName": "pwd", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "9395", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9396", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9397", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9398", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "9399", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9400", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "DrillLinkedServiceTypeProperties", + "documentation": "Drill server linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "9401", + "fixed": false, + "raw": "DrillLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "DrillLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/DrillLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "9402", + "$type": "CompositeType", + "properties": [ + { + "$id": "9403", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9404", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9405", + "fixed": false, + "raw": "Drill server linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9406", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "9384" + } + } + ], + "serializedName": "Drill", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Drill server linked service.", + "containsConstantProperties": true, + "name": { + "$id": "9407", + "fixed": false, + "raw": "DrillLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "DrillLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/DrillLinkedService" + ] + }, + "x-ms-discriminator-value": "Drill" + }, + "deprecated": false + }, + { + "$id": "9408", + "$type": "CompositeType", + "properties": [ + { + "$id": "9409", + "isReadOnly": false, + "realPath": [ + "endpoint" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9410", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9411", + "fixed": false, + "raw": "The endpoint of the Eloqua server. (i.e. eloqua.example.com)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9412", + "fixed": false, + "raw": "endpoint" + }, + "serializedName": "endpoint", + "modelType": { + "$id": "9413", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9414", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9415", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9416", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9417", + "fixed": false, + "raw": "The site name and user name of your Eloqua account in the form: sitename/username. (i.e. Eloqua/Alice)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9418", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "9419", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9420", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9421", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9422", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9423", + "fixed": false, + "raw": "The password corresponding to the user name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9424", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "9425", + "isReadOnly": false, + "realPath": [ + "useEncryptedEndpoints" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9426", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9427", + "fixed": false, + "raw": "Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9428", + "fixed": false, + "raw": "useEncryptedEndpoints" + }, + "serializedName": "useEncryptedEndpoints", + "modelType": { + "$id": "9429", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9430", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9431", + "isReadOnly": false, + "realPath": [ + "useHostVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9432", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9433", + "fixed": false, + "raw": "Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9434", + "fixed": false, + "raw": "useHostVerification" + }, + "serializedName": "useHostVerification", + "modelType": { + "$id": "9435", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9436", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9437", + "isReadOnly": false, + "realPath": [ + "usePeerVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9438", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9439", + "fixed": false, + "raw": "Specifies whether to verify the identity of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9440", + "fixed": false, + "raw": "usePeerVerification" + }, + "serializedName": "usePeerVerification", + "modelType": { + "$id": "9441", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9442", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9443", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9444", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9445", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9446", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "9447", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9448", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "EloquaLinkedServiceTypeProperties", + "documentation": "Eloqua server linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "9449", + "fixed": false, + "raw": "EloquaLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "EloquaLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/EloquaLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "9450", + "$type": "CompositeType", + "properties": [ + { + "$id": "9451", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9452", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9453", + "fixed": false, + "raw": "Eloqua server linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9454", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "9408" + } + } + ], + "serializedName": "Eloqua", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Eloqua server linked service.", + "containsConstantProperties": false, + "name": { + "$id": "9455", + "fixed": false, + "raw": "EloquaLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "EloquaLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/EloquaLinkedService" + ] + }, + "x-ms-discriminator-value": "Eloqua" + }, + "deprecated": false + }, + { + "$id": "9456", + "$type": "CompositeType", + "properties": [ + { + "$id": "9457", + "isReadOnly": false, + "realPath": [ + "project" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9458", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9459", + "fixed": false, + "raw": "The default BigQuery project to query against." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9460", + "fixed": false, + "raw": "project" + }, + "serializedName": "project", + "modelType": { + "$id": "9461", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9462", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9463", + "isReadOnly": false, + "realPath": [ + "additionalProjects" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9464", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9465", + "fixed": false, + "raw": "A comma-separated list of public BigQuery projects to access." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9466", + "fixed": false, + "raw": "additionalProjects" + }, + "serializedName": "additionalProjects", + "modelType": { + "$id": "9467", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9468", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9469", + "isReadOnly": false, + "realPath": [ + "requestGoogleDriveScope" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9470", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9471", + "fixed": false, + "raw": "Whether to request access to Google Drive. Allowing Google Drive access enables support for federated tables that combine BigQuery data with data from Google Drive. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9472", + "fixed": false, + "raw": "requestGoogleDriveScope" + }, + "serializedName": "requestGoogleDriveScope", + "modelType": { + "$id": "9473", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9474", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9475", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9476", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9477", + "fixed": false, + "raw": "The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on self-hosted IR." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "GoogleBigQueryAuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/GoogleBigQueryLinkedServiceTypeProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "GoogleBigQueryAuthenticationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9478", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "9479", + "$type": "EnumType", + "values": [ + { + "$id": "9480", + "name": "ServiceAuthentication", + "serializedName": "ServiceAuthentication" + }, + { + "$id": "9481", + "name": "UserAuthentication", + "serializedName": "UserAuthentication" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "9482", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "9483", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "9484", + "fixed": false, + "raw": "GoogleBigQueryAuthenticationType" + }, + "deprecated": false + } + }, + { + "$id": "9485", + "isReadOnly": false, + "realPath": [ + "refreshToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9486", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9487", + "fixed": false, + "raw": "The refresh token obtained from Google for authorizing access to BigQuery for UserAuthentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9488", + "fixed": false, + "raw": "refreshToken" + }, + "serializedName": "refreshToken", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "9489", + "isReadOnly": false, + "realPath": [ + "clientId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9490", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9491", + "fixed": false, + "raw": "The client id of the google application used to acquire the refresh token. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9492", + "fixed": false, + "raw": "clientId" + }, + "serializedName": "clientId", + "modelType": { + "$id": "9493", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9494", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9495", + "isReadOnly": false, + "realPath": [ + "clientSecret" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9496", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9497", + "fixed": false, + "raw": "The client secret of the google application used to acquire the refresh token." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9498", + "fixed": false, + "raw": "clientSecret" + }, + "serializedName": "clientSecret", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "9499", + "isReadOnly": false, + "realPath": [ + "email" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9500", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9501", + "fixed": false, + "raw": "The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9502", + "fixed": false, + "raw": "email" + }, + "serializedName": "email", + "modelType": { + "$id": "9503", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9504", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9505", + "isReadOnly": false, + "realPath": [ + "keyFilePath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9506", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9507", + "fixed": false, + "raw": "The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9508", + "fixed": false, + "raw": "keyFilePath" + }, + "serializedName": "keyFilePath", + "modelType": { + "$id": "9509", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9510", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9511", + "isReadOnly": false, + "realPath": [ + "trustedCertPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9512", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9513", + "fixed": false, + "raw": "The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9514", + "fixed": false, + "raw": "trustedCertPath" + }, + "serializedName": "trustedCertPath", + "modelType": { + "$id": "9515", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9516", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9517", + "isReadOnly": false, + "realPath": [ + "useSystemTrustStore" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9518", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9519", + "fixed": false, + "raw": "Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9520", + "fixed": false, + "raw": "useSystemTrustStore" + }, + "serializedName": "useSystemTrustStore", + "modelType": { + "$id": "9521", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9522", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9523", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9524", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9525", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9526", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "9527", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9528", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "GoogleBigQueryLinkedServiceTypeProperties", + "documentation": "Google BigQuery service linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "9529", + "fixed": false, + "raw": "GoogleBigQueryLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "GoogleBigQueryLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/GoogleBigQueryLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "9530", + "$type": "CompositeType", + "properties": [ + { + "$id": "9531", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9532", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9533", + "fixed": false, + "raw": "Google BigQuery service linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9534", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "9456" + } + } + ], + "serializedName": "GoogleBigQuery", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Google BigQuery service linked service.", + "containsConstantProperties": false, + "name": { + "$id": "9535", + "fixed": false, + "raw": "GoogleBigQueryLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "GoogleBigQueryLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/GoogleBigQueryLinkedService" + ] + }, + "x-ms-discriminator-value": "GoogleBigQuery" + }, + "deprecated": false + }, + { + "$id": "9536", + "$type": "CompositeType", + "properties": [ + { + "$id": "9537", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9538", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9539", + "fixed": false, + "raw": "An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9540", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "9541", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9542", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9543", + "isReadOnly": false, + "realPath": [ + "pwd" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9544", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9545", + "fixed": false, + "raw": "The Azure key vault secret reference of password in connection string." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9546", + "fixed": false, + "raw": "pwd" + }, + "serializedName": "pwd", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "9547", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9548", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9549", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9550", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "9551", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9552", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "GreenplumLinkedServiceTypeProperties", + "documentation": "Greenplum Database linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "9553", + "fixed": false, + "raw": "GreenplumLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "GreenplumLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/GreenplumLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "9554", + "$type": "CompositeType", + "properties": [ + { + "$id": "9555", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9556", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9557", + "fixed": false, + "raw": "Greenplum Database linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9558", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "9536" + } + } + ], + "serializedName": "Greenplum", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Greenplum Database linked service.", + "containsConstantProperties": true, + "name": { + "$id": "9559", + "fixed": false, + "raw": "GreenplumLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "GreenplumLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/GreenplumLinkedService" + ] + }, + "x-ms-discriminator-value": "Greenplum" + }, + "deprecated": false + }, + { + "$id": "9560", + "$type": "CompositeType", + "properties": [ + { + "$id": "9561", + "isReadOnly": false, + "realPath": [ + "host" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9562", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9563", + "fixed": false, + "raw": "The IP address or host name of the HBase server. (i.e. 192.168.222.160)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9564", + "fixed": false, + "raw": "host" + }, + "serializedName": "host", + "modelType": { + "$id": "9565", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9566", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9567", + "isReadOnly": false, + "realPath": [ + "port" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9568", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9569", + "fixed": false, + "raw": "The TCP port that the HBase instance uses to listen for client connections. The default value is 9090." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9570", + "fixed": false, + "raw": "port" + }, + "serializedName": "port", + "modelType": { + "$id": "9571", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9572", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9573", + "isReadOnly": false, + "realPath": [ + "httpPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9574", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9575", + "fixed": false, + "raw": "The partial URL corresponding to the HBase server. (i.e. /gateway/sandbox/hbase/version)" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9576", + "fixed": false, + "raw": "httpPath" + }, + "serializedName": "httpPath", + "modelType": { + "$id": "9577", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9578", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9579", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9580", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9581", + "fixed": false, + "raw": "The authentication mechanism to use to connect to the HBase server." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "HBaseAuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/HBaseLinkedServiceTypeProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "HBaseAuthenticationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9582", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "9583", + "$type": "EnumType", + "values": [ + { + "$id": "9584", + "name": "Anonymous", + "serializedName": "Anonymous" + }, + { + "$id": "9585", + "name": "Basic", + "serializedName": "Basic" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "9586", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "9587", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "9588", + "fixed": false, + "raw": "HBaseAuthenticationType" + }, + "deprecated": false + } + }, + { + "$id": "9589", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9590", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9591", + "fixed": false, + "raw": "The user name used to connect to the HBase instance." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9592", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "9593", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9594", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9595", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9596", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9597", + "fixed": false, + "raw": "The password corresponding to the user name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9598", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "9599", + "isReadOnly": false, + "realPath": [ + "enableSsl" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9600", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9601", + "fixed": false, + "raw": "Specifies whether the connections to the server are encrypted using SSL. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9602", + "fixed": false, + "raw": "enableSsl" + }, + "serializedName": "enableSsl", + "modelType": { + "$id": "9603", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9604", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9605", + "isReadOnly": false, + "realPath": [ + "trustedCertPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9606", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9607", + "fixed": false, + "raw": "The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9608", + "fixed": false, + "raw": "trustedCertPath" + }, + "serializedName": "trustedCertPath", + "modelType": { + "$id": "9609", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9610", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9611", + "isReadOnly": false, + "realPath": [ + "allowHostNameCNMismatch" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9612", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9613", + "fixed": false, + "raw": "Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9614", + "fixed": false, + "raw": "allowHostNameCNMismatch" + }, + "serializedName": "allowHostNameCNMismatch", + "modelType": { + "$id": "9615", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9616", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9617", + "isReadOnly": false, + "realPath": [ + "allowSelfSignedServerCert" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9618", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9619", + "fixed": false, + "raw": "Specifies whether to allow self-signed certificates from the server. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9620", + "fixed": false, + "raw": "allowSelfSignedServerCert" + }, + "serializedName": "allowSelfSignedServerCert", + "modelType": { + "$id": "9621", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9622", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9623", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9624", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9625", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9626", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "9627", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9628", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "HBaseLinkedServiceTypeProperties", + "documentation": "HBase server linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "9629", + "fixed": false, + "raw": "HBaseLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "HBaseLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/HBaseLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "9630", + "$type": "CompositeType", + "properties": [ + { + "$id": "9631", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9632", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9633", + "fixed": false, + "raw": "HBase server linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9634", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "9560" + } + } + ], + "serializedName": "HBase", + "baseModelType": { + "$ref": "483" + }, + "documentation": "HBase server linked service.", + "containsConstantProperties": false, + "name": { + "$id": "9635", + "fixed": false, + "raw": "HBaseLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "HBaseLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/HBaseLinkedService" + ] + }, + "x-ms-discriminator-value": "HBase" + }, + "deprecated": false + }, + { + "$id": "9636", + "$type": "CompositeType", + "properties": [ + { + "$id": "9637", + "isReadOnly": false, + "realPath": [ + "host" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9638", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9639", + "fixed": false, + "raw": "IP address or host name of the Hive server, separated by ';' for multiple hosts (only when serviceDiscoveryMode is enable)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9640", + "fixed": false, + "raw": "host" + }, + "serializedName": "host", + "modelType": { + "$id": "9641", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9642", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9643", + "isReadOnly": false, + "realPath": [ + "port" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9644", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9645", + "fixed": false, + "raw": "The TCP port that the Hive server uses to listen for client connections." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9646", + "fixed": false, + "raw": "port" + }, + "serializedName": "port", + "modelType": { + "$id": "9647", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9648", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9649", + "isReadOnly": false, + "realPath": [ + "serverType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9650", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9651", + "fixed": false, + "raw": "The type of Hive server." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "HiveServerType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/HiveLinkedServiceTypeProperties-serverType" + ] + }, + "x-ms-enum": { + "name": "HiveServerType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9652", + "fixed": false, + "raw": "serverType" + }, + "serializedName": "serverType", + "modelType": { + "$id": "9653", + "$type": "EnumType", + "values": [ + { + "$id": "9654", + "name": "HiveServer1", + "serializedName": "HiveServer1" + }, + { + "$id": "9655", + "name": "HiveServer2", + "serializedName": "HiveServer2" + }, + { + "$id": "9656", + "name": "HiveThriftServer", + "serializedName": "HiveThriftServer" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "9657", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "9658", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "9659", + "fixed": false, + "raw": "HiveServerType" + }, + "deprecated": false + } + }, + { + "$id": "9660", + "isReadOnly": false, + "realPath": [ + "thriftTransportProtocol" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9661", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9662", + "fixed": false, + "raw": "The transport protocol to use in the Thrift layer." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "HiveThriftTransportProtocol", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/HiveLinkedServiceTypeProperties-thriftTransportProtocol" + ] + }, + "x-ms-enum": { + "name": "HiveThriftTransportProtocol", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9663", + "fixed": false, + "raw": "thriftTransportProtocol" + }, + "serializedName": "thriftTransportProtocol", + "modelType": { + "$id": "9664", + "$type": "EnumType", + "values": [ + { + "$id": "9665", + "name": "Binary", + "serializedName": "Binary" + }, + { + "$id": "9666", + "name": "SASL", + "serializedName": "SASL" + }, + { + "$id": "9667", + "name": "HTTP ", + "serializedName": "HTTP " + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "9668", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "9669", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "9670", + "fixed": false, + "raw": "HiveThriftTransportProtocol" + }, + "deprecated": false + } + }, + { + "$id": "9671", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9672", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9673", + "fixed": false, + "raw": "The authentication method used to access the Hive server." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "HiveAuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/HiveLinkedServiceTypeProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "HiveAuthenticationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9674", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "9675", + "$type": "EnumType", + "values": [ + { + "$id": "9676", + "name": "Anonymous", + "serializedName": "Anonymous" + }, + { + "$id": "9677", + "name": "Username", + "serializedName": "Username" + }, + { + "$id": "9678", + "name": "UsernameAndPassword", + "serializedName": "UsernameAndPassword" + }, + { + "$id": "9679", + "name": "WindowsAzureHDInsightService", + "serializedName": "WindowsAzureHDInsightService" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "9680", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "9681", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "9682", + "fixed": false, + "raw": "HiveAuthenticationType" + }, + "deprecated": false + } + }, + { + "$id": "9683", + "isReadOnly": false, + "realPath": [ + "serviceDiscoveryMode" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9684", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9685", + "fixed": false, + "raw": "true to indicate using the ZooKeeper service, false not." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9686", + "fixed": false, + "raw": "serviceDiscoveryMode" + }, + "serializedName": "serviceDiscoveryMode", + "modelType": { + "$id": "9687", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9688", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9689", + "isReadOnly": false, + "realPath": [ + "zooKeeperNameSpace" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9690", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9691", + "fixed": false, + "raw": "The namespace on ZooKeeper under which Hive Server 2 nodes are added." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9692", + "fixed": false, + "raw": "zooKeeperNameSpace" + }, + "serializedName": "zooKeeperNameSpace", + "modelType": { + "$id": "9693", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9694", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9695", + "isReadOnly": false, + "realPath": [ + "useNativeQuery" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9696", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9697", + "fixed": false, + "raw": "Specifies whether the driver uses native HiveQL queries,or converts them into an equivalent form in HiveQL." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9698", + "fixed": false, + "raw": "useNativeQuery" + }, + "serializedName": "useNativeQuery", + "modelType": { + "$id": "9699", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9700", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9701", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9702", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9703", + "fixed": false, + "raw": "The user name that you use to access Hive Server." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9704", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "9705", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9706", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9707", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9708", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9709", + "fixed": false, + "raw": "The password corresponding to the user name that you provided in the Username field" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9710", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "9711", + "isReadOnly": false, + "realPath": [ + "httpPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9712", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9713", + "fixed": false, + "raw": "The partial URL corresponding to the Hive server." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9714", + "fixed": false, + "raw": "httpPath" + }, + "serializedName": "httpPath", + "modelType": { + "$id": "9715", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9716", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9717", + "isReadOnly": false, + "realPath": [ + "enableSsl" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9718", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9719", + "fixed": false, + "raw": "Specifies whether the connections to the server are encrypted using SSL. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9720", + "fixed": false, + "raw": "enableSsl" + }, + "serializedName": "enableSsl", + "modelType": { + "$id": "9721", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9722", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9723", + "isReadOnly": false, + "realPath": [ + "trustedCertPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9724", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9725", + "fixed": false, + "raw": "The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9726", + "fixed": false, + "raw": "trustedCertPath" + }, + "serializedName": "trustedCertPath", + "modelType": { + "$id": "9727", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9728", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9729", + "isReadOnly": false, + "realPath": [ + "useSystemTrustStore" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9730", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9731", + "fixed": false, + "raw": "Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9732", + "fixed": false, + "raw": "useSystemTrustStore" + }, + "serializedName": "useSystemTrustStore", + "modelType": { + "$id": "9733", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9734", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9735", + "isReadOnly": false, + "realPath": [ + "allowHostNameCNMismatch" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9736", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9737", + "fixed": false, + "raw": "Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9738", + "fixed": false, + "raw": "allowHostNameCNMismatch" + }, + "serializedName": "allowHostNameCNMismatch", + "modelType": { + "$id": "9739", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9740", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9741", + "isReadOnly": false, + "realPath": [ + "allowSelfSignedServerCert" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9742", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9743", + "fixed": false, + "raw": "Specifies whether to allow self-signed certificates from the server. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9744", + "fixed": false, + "raw": "allowSelfSignedServerCert" + }, + "serializedName": "allowSelfSignedServerCert", + "modelType": { + "$id": "9745", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9746", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9747", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9748", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9749", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9750", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "9751", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9752", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "HiveLinkedServiceTypeProperties", + "documentation": "Hive Server linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "9753", + "fixed": false, + "raw": "HiveLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "HiveLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/HiveLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "9754", + "$type": "CompositeType", + "properties": [ + { + "$id": "9755", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9756", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9757", + "fixed": false, + "raw": "Hive Server linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9758", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "9636" + } + } + ], + "serializedName": "Hive", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Hive Server linked service.", + "containsConstantProperties": false, + "name": { + "$id": "9759", + "fixed": false, + "raw": "HiveLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "HiveLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/HiveLinkedService" + ] + }, + "x-ms-discriminator-value": "Hive" + }, + "deprecated": false + }, + { + "$id": "9760", + "$type": "CompositeType", + "properties": [ + { + "$id": "9761", + "isReadOnly": false, + "realPath": [ + "clientId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9762", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9763", + "fixed": false, + "raw": "The client ID associated with your Hubspot application." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9764", + "fixed": false, + "raw": "clientId" + }, + "serializedName": "clientId", + "modelType": { + "$id": "9765", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9766", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9767", + "isReadOnly": false, + "realPath": [ + "clientSecret" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9768", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9769", + "fixed": false, + "raw": "The client secret associated with your Hubspot application." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9770", + "fixed": false, + "raw": "clientSecret" + }, + "serializedName": "clientSecret", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "9771", + "isReadOnly": false, + "realPath": [ + "accessToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9772", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9773", + "fixed": false, + "raw": "The access token obtained when initially authenticating your OAuth integration." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9774", + "fixed": false, + "raw": "accessToken" + }, + "serializedName": "accessToken", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "9775", + "isReadOnly": false, + "realPath": [ + "refreshToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9776", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9777", + "fixed": false, + "raw": "The refresh token obtained when initially authenticating your OAuth integration." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9778", + "fixed": false, + "raw": "refreshToken" + }, + "serializedName": "refreshToken", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "9779", + "isReadOnly": false, + "realPath": [ + "useEncryptedEndpoints" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9780", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9781", + "fixed": false, + "raw": "Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9782", + "fixed": false, + "raw": "useEncryptedEndpoints" + }, + "serializedName": "useEncryptedEndpoints", + "modelType": { + "$id": "9783", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9784", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9785", + "isReadOnly": false, + "realPath": [ + "useHostVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9786", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9787", + "fixed": false, + "raw": "Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9788", + "fixed": false, + "raw": "useHostVerification" + }, + "serializedName": "useHostVerification", + "modelType": { + "$id": "9789", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9790", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9791", + "isReadOnly": false, + "realPath": [ + "usePeerVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9792", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9793", + "fixed": false, + "raw": "Specifies whether to verify the identity of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9794", + "fixed": false, + "raw": "usePeerVerification" + }, + "serializedName": "usePeerVerification", + "modelType": { + "$id": "9795", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9796", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9797", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9798", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9799", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9800", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "9801", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9802", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "HubspotLinkedServiceTypeProperties", + "documentation": "Hubspot Service linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "9803", + "fixed": false, + "raw": "HubspotLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "HubspotLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/HubspotLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "9804", + "$type": "CompositeType", + "properties": [ + { + "$id": "9805", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9806", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9807", + "fixed": false, + "raw": "Hubspot Service linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9808", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "9760" + } + } + ], + "serializedName": "Hubspot", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Hubspot Service linked service.", + "containsConstantProperties": false, + "name": { + "$id": "9809", + "fixed": false, + "raw": "HubspotLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "HubspotLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/HubspotLinkedService" + ] + }, + "x-ms-discriminator-value": "Hubspot" + }, + "deprecated": false + }, + { + "$id": "9810", + "$type": "CompositeType", + "properties": [ + { + "$id": "9811", + "isReadOnly": false, + "realPath": [ + "host" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9812", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9813", + "fixed": false, + "raw": "The IP address or host name of the Impala server. (i.e. 192.168.222.160)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9814", + "fixed": false, + "raw": "host" + }, + "serializedName": "host", + "modelType": { + "$id": "9815", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9816", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9817", + "isReadOnly": false, + "realPath": [ + "port" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9818", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9819", + "fixed": false, + "raw": "The TCP port that the Impala server uses to listen for client connections. The default value is 21050." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9820", + "fixed": false, + "raw": "port" + }, + "serializedName": "port", + "modelType": { + "$id": "9821", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9822", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9823", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9824", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9825", + "fixed": false, + "raw": "The authentication type to use." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "ImpalaAuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/ImpalaLinkedServiceTypeProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "ImpalaAuthenticationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9826", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "9827", + "$type": "EnumType", + "values": [ + { + "$id": "9828", + "name": "Anonymous", + "serializedName": "Anonymous" + }, + { + "$id": "9829", + "name": "SASLUsername", + "serializedName": "SASLUsername" + }, + { + "$id": "9830", + "name": "UsernameAndPassword", + "serializedName": "UsernameAndPassword" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "9831", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "9832", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "9833", + "fixed": false, + "raw": "ImpalaAuthenticationType" + }, + "deprecated": false + } + }, + { + "$id": "9834", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9835", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9836", + "fixed": false, + "raw": "The user name used to access the Impala server. The default value is anonymous when using SASLUsername." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9837", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "9838", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9839", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9840", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9841", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9842", + "fixed": false, + "raw": "The password corresponding to the user name when using UsernameAndPassword." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9843", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "9844", + "isReadOnly": false, + "realPath": [ + "enableSsl" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9845", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9846", + "fixed": false, + "raw": "Specifies whether the connections to the server are encrypted using SSL. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9847", + "fixed": false, + "raw": "enableSsl" + }, + "serializedName": "enableSsl", + "modelType": { + "$id": "9848", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9849", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9850", + "isReadOnly": false, + "realPath": [ + "trustedCertPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9851", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9852", + "fixed": false, + "raw": "The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9853", + "fixed": false, + "raw": "trustedCertPath" + }, + "serializedName": "trustedCertPath", + "modelType": { + "$id": "9854", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9855", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9856", + "isReadOnly": false, + "realPath": [ + "useSystemTrustStore" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9857", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9858", + "fixed": false, + "raw": "Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9859", + "fixed": false, + "raw": "useSystemTrustStore" + }, + "serializedName": "useSystemTrustStore", + "modelType": { + "$id": "9860", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9861", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9862", + "isReadOnly": false, + "realPath": [ + "allowHostNameCNMismatch" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9863", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9864", + "fixed": false, + "raw": "Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9865", + "fixed": false, + "raw": "allowHostNameCNMismatch" + }, + "serializedName": "allowHostNameCNMismatch", + "modelType": { + "$id": "9866", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9867", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9868", + "isReadOnly": false, + "realPath": [ + "allowSelfSignedServerCert" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9869", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9870", + "fixed": false, + "raw": "Specifies whether to allow self-signed certificates from the server. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9871", + "fixed": false, + "raw": "allowSelfSignedServerCert" + }, + "serializedName": "allowSelfSignedServerCert", + "modelType": { + "$id": "9872", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9873", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9874", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9875", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9876", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9877", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "9878", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9879", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "ImpalaLinkedServiceTypeProperties", + "documentation": "Impala server linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "9880", + "fixed": false, + "raw": "ImpalaLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "ImpalaLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/ImpalaLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "9881", + "$type": "CompositeType", + "properties": [ + { + "$id": "9882", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9883", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9884", + "fixed": false, + "raw": "Impala server linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9885", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "9810" + } + } + ], + "serializedName": "Impala", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Impala server linked service.", + "containsConstantProperties": false, + "name": { + "$id": "9886", + "fixed": false, + "raw": "ImpalaLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "ImpalaLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/ImpalaLinkedService" + ] + }, + "x-ms-discriminator-value": "Impala" + }, + "deprecated": false + }, + { + "$id": "9887", + "$type": "CompositeType", + "properties": [ + { + "$id": "9888", + "isReadOnly": false, + "realPath": [ + "host" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9889", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9890", + "fixed": false, + "raw": "The IP address or host name of the Jira service. (e.g. jira.example.com)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9891", + "fixed": false, + "raw": "host" + }, + "serializedName": "host", + "modelType": { + "$id": "9892", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9893", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9894", + "isReadOnly": false, + "realPath": [ + "port" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9895", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9896", + "fixed": false, + "raw": "The TCP port that the Jira server uses to listen for client connections. The default value is 443 if connecting through HTTPS, or 8080 if connecting through HTTP." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9897", + "fixed": false, + "raw": "port" + }, + "serializedName": "port", + "modelType": { + "$id": "9898", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9899", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9900", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9901", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9902", + "fixed": false, + "raw": "The user name that you use to access Jira Service." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9903", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "9904", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9905", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9906", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9907", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9908", + "fixed": false, + "raw": "The password corresponding to the user name that you provided in the username field." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9909", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "9910", + "isReadOnly": false, + "realPath": [ + "useEncryptedEndpoints" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9911", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9912", + "fixed": false, + "raw": "Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9913", + "fixed": false, + "raw": "useEncryptedEndpoints" + }, + "serializedName": "useEncryptedEndpoints", + "modelType": { + "$id": "9914", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9915", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9916", + "isReadOnly": false, + "realPath": [ + "useHostVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9917", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9918", + "fixed": false, + "raw": "Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9919", + "fixed": false, + "raw": "useHostVerification" + }, + "serializedName": "useHostVerification", + "modelType": { + "$id": "9920", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9921", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9922", + "isReadOnly": false, + "realPath": [ + "usePeerVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9923", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9924", + "fixed": false, + "raw": "Specifies whether to verify the identity of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9925", + "fixed": false, + "raw": "usePeerVerification" + }, + "serializedName": "usePeerVerification", + "modelType": { + "$id": "9926", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9927", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9928", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9929", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9930", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9931", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "9932", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9933", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "JiraLinkedServiceTypeProperties", + "documentation": "Jira Service linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "9934", + "fixed": false, + "raw": "JiraLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "JiraLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/JiraLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "9935", + "$type": "CompositeType", + "properties": [ + { + "$id": "9936", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9937", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9938", + "fixed": false, + "raw": "Jira Service linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9939", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "9887" + } + } + ], + "serializedName": "Jira", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Jira Service linked service.", + "containsConstantProperties": false, + "name": { + "$id": "9940", + "fixed": false, + "raw": "JiraLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "JiraLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/JiraLinkedService" + ] + }, + "x-ms-discriminator-value": "Jira" + }, + "deprecated": false + }, + { + "$id": "9941", + "$type": "CompositeType", + "properties": [ + { + "$id": "9942", + "isReadOnly": false, + "realPath": [ + "host" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9943", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9944", + "fixed": false, + "raw": "The URL of the Magento instance. (i.e. 192.168.222.110/magento3)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9945", + "fixed": false, + "raw": "host" + }, + "serializedName": "host", + "modelType": { + "$id": "9946", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9947", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9948", + "isReadOnly": false, + "realPath": [ + "accessToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9949", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9950", + "fixed": false, + "raw": "The access token from Magento." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9951", + "fixed": false, + "raw": "accessToken" + }, + "serializedName": "accessToken", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "9952", + "isReadOnly": false, + "realPath": [ + "useEncryptedEndpoints" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9953", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9954", + "fixed": false, + "raw": "Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9955", + "fixed": false, + "raw": "useEncryptedEndpoints" + }, + "serializedName": "useEncryptedEndpoints", + "modelType": { + "$id": "9956", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9957", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9958", + "isReadOnly": false, + "realPath": [ + "useHostVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9959", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9960", + "fixed": false, + "raw": "Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9961", + "fixed": false, + "raw": "useHostVerification" + }, + "serializedName": "useHostVerification", + "modelType": { + "$id": "9962", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9963", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9964", + "isReadOnly": false, + "realPath": [ + "usePeerVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9965", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9966", + "fixed": false, + "raw": "Specifies whether to verify the identity of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9967", + "fixed": false, + "raw": "usePeerVerification" + }, + "serializedName": "usePeerVerification", + "modelType": { + "$id": "9968", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9969", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9970", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9971", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9972", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9973", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "9974", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9975", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "MagentoLinkedServiceTypeProperties", + "documentation": "Magento server linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "9976", + "fixed": false, + "raw": "MagentoLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "MagentoLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/MagentoLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "9977", + "$type": "CompositeType", + "properties": [ + { + "$id": "9978", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9979", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9980", + "fixed": false, + "raw": "Magento server linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "9981", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "9941" + } + } + ], + "serializedName": "Magento", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Magento server linked service.", + "containsConstantProperties": false, + "name": { + "$id": "9982", + "fixed": false, + "raw": "MagentoLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "MagentoLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/MagentoLinkedService" + ] + }, + "x-ms-discriminator-value": "Magento" + }, + "deprecated": false + }, + { + "$id": "9983", + "$type": "CompositeType", + "properties": [ + { + "$id": "9984", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9985", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9986", + "fixed": false, + "raw": "An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9987", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "9988", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9989", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "9990", + "isReadOnly": false, + "realPath": [ + "pwd" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9991", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9992", + "fixed": false, + "raw": "The Azure key vault secret reference of password in connection string." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9993", + "fixed": false, + "raw": "pwd" + }, + "serializedName": "pwd", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "9994", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "9995", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "9996", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "9997", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "9998", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "9999", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "MariaDBLinkedServiceTypeProperties", + "documentation": "MariaDB server linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "10000", + "fixed": false, + "raw": "MariaDBLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "MariaDBLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/MariaDBLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "10001", + "$type": "CompositeType", + "properties": [ + { + "$id": "10002", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10003", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10004", + "fixed": false, + "raw": "MariaDB server linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10005", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "9983" + } + } + ], + "serializedName": "MariaDB", + "baseModelType": { + "$ref": "483" + }, + "documentation": "MariaDB server linked service.", + "containsConstantProperties": true, + "name": { + "$id": "10006", + "fixed": false, + "raw": "MariaDBLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "MariaDBLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/MariaDBLinkedService" + ] + }, + "x-ms-discriminator-value": "MariaDB" + }, + "deprecated": false + }, + { + "$id": "10007", + "$type": "CompositeType", + "properties": [ + { + "$id": "10008", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10009", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10010", + "fixed": false, + "raw": "An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10011", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "10012", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10013", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10014", + "isReadOnly": false, + "realPath": [ + "pwd" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10015", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10016", + "fixed": false, + "raw": "The Azure key vault secret reference of password in connection string." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10017", + "fixed": false, + "raw": "pwd" + }, + "serializedName": "pwd", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "10018", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10019", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10020", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10021", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "10022", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10023", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureMariaDBLinkedServiceTypeProperties", + "documentation": "Azure Database for MariaDB linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "10024", + "fixed": false, + "raw": "AzureMariaDBLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureMariaDBLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureMariaDBLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "10025", + "$type": "CompositeType", + "properties": [ + { + "$id": "10026", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10027", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10028", + "fixed": false, + "raw": "Azure Database for MariaDB linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10029", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "10007" + } + } + ], + "serializedName": "AzureMariaDB", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Azure Database for MariaDB linked service.", + "containsConstantProperties": true, + "name": { + "$id": "10030", + "fixed": false, + "raw": "AzureMariaDBLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureMariaDBLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureMariaDBLinkedService" + ] + }, + "x-ms-discriminator-value": "AzureMariaDB" + }, + "deprecated": false + }, + { + "$id": "10031", + "$type": "CompositeType", + "properties": [ + { + "$id": "10032", + "isReadOnly": false, + "realPath": [ + "endpoint" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10033", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10034", + "fixed": false, + "raw": "The endpoint of the Marketo server. (i.e. 123-ABC-321.mktorest.com)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10035", + "fixed": false, + "raw": "endpoint" + }, + "serializedName": "endpoint", + "modelType": { + "$id": "10036", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10037", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10038", + "isReadOnly": false, + "realPath": [ + "clientId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10039", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10040", + "fixed": false, + "raw": "The client Id of your Marketo service." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10041", + "fixed": false, + "raw": "clientId" + }, + "serializedName": "clientId", + "modelType": { + "$id": "10042", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10043", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10044", + "isReadOnly": false, + "realPath": [ + "clientSecret" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10045", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10046", + "fixed": false, + "raw": "The client secret of your Marketo service." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10047", + "fixed": false, + "raw": "clientSecret" + }, + "serializedName": "clientSecret", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "10048", + "isReadOnly": false, + "realPath": [ + "useEncryptedEndpoints" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10049", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10050", + "fixed": false, + "raw": "Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10051", + "fixed": false, + "raw": "useEncryptedEndpoints" + }, + "serializedName": "useEncryptedEndpoints", + "modelType": { + "$id": "10052", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10053", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10054", + "isReadOnly": false, + "realPath": [ + "useHostVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10055", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10056", + "fixed": false, + "raw": "Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10057", + "fixed": false, + "raw": "useHostVerification" + }, + "serializedName": "useHostVerification", + "modelType": { + "$id": "10058", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10059", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10060", + "isReadOnly": false, + "realPath": [ + "usePeerVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10061", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10062", + "fixed": false, + "raw": "Specifies whether to verify the identity of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10063", + "fixed": false, + "raw": "usePeerVerification" + }, + "serializedName": "usePeerVerification", + "modelType": { + "$id": "10064", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10065", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10066", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10067", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10068", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10069", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "10070", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10071", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "MarketoLinkedServiceTypeProperties", + "documentation": "Marketo server linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "10072", + "fixed": false, + "raw": "MarketoLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "MarketoLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/MarketoLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "10073", + "$type": "CompositeType", + "properties": [ + { + "$id": "10074", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10075", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10076", + "fixed": false, + "raw": "Marketo server linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10077", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "10031" + } + } + ], + "serializedName": "Marketo", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Marketo server linked service.", + "containsConstantProperties": false, + "name": { + "$id": "10078", + "fixed": false, + "raw": "MarketoLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "MarketoLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/MarketoLinkedService" + ] + }, + "x-ms-discriminator-value": "Marketo" + }, + "deprecated": false + }, + { + "$id": "10079", + "$type": "CompositeType", + "properties": [ + { + "$id": "10080", + "isReadOnly": false, + "realPath": [ + "host" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10081", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10082", + "fixed": false, + "raw": "The URL of the PayPal instance. (i.e. api.sandbox.paypal.com)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10083", + "fixed": false, + "raw": "host" + }, + "serializedName": "host", + "modelType": { + "$id": "10084", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10085", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10086", + "isReadOnly": false, + "realPath": [ + "clientId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10087", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10088", + "fixed": false, + "raw": "The client ID associated with your PayPal application." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10089", + "fixed": false, + "raw": "clientId" + }, + "serializedName": "clientId", + "modelType": { + "$id": "10090", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10091", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10092", + "isReadOnly": false, + "realPath": [ + "clientSecret" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10093", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10094", + "fixed": false, + "raw": "The client secret associated with your PayPal application." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10095", + "fixed": false, + "raw": "clientSecret" + }, + "serializedName": "clientSecret", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "10096", + "isReadOnly": false, + "realPath": [ + "useEncryptedEndpoints" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10097", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10098", + "fixed": false, + "raw": "Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10099", + "fixed": false, + "raw": "useEncryptedEndpoints" + }, + "serializedName": "useEncryptedEndpoints", + "modelType": { + "$id": "10100", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10101", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10102", + "isReadOnly": false, + "realPath": [ + "useHostVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10103", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10104", + "fixed": false, + "raw": "Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10105", + "fixed": false, + "raw": "useHostVerification" + }, + "serializedName": "useHostVerification", + "modelType": { + "$id": "10106", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10107", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10108", + "isReadOnly": false, + "realPath": [ + "usePeerVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10109", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10110", + "fixed": false, + "raw": "Specifies whether to verify the identity of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10111", + "fixed": false, + "raw": "usePeerVerification" + }, + "serializedName": "usePeerVerification", + "modelType": { + "$id": "10112", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10113", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10114", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10115", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10116", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10117", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "10118", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10119", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "PaypalLinkedServiceTypeProperties", + "documentation": "Paypal Service linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "10120", + "fixed": false, + "raw": "PaypalLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "PaypalLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/PaypalLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "10121", + "$type": "CompositeType", + "properties": [ + { + "$id": "10122", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10123", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10124", + "fixed": false, + "raw": "Paypal Service linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10125", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "10079" + } + } + ], + "serializedName": "Paypal", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Paypal Service linked service.", + "containsConstantProperties": false, + "name": { + "$id": "10126", + "fixed": false, + "raw": "PaypalLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "PaypalLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/PaypalLinkedService" + ] + }, + "x-ms-discriminator-value": "Paypal" + }, + "deprecated": false + }, + { + "$id": "10127", + "$type": "CompositeType", + "properties": [ + { + "$id": "10128", + "isReadOnly": false, + "realPath": [ + "host" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10129", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10130", + "fixed": false, + "raw": "The IP address or host name of the Phoenix server. (i.e. 192.168.222.160)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10131", + "fixed": false, + "raw": "host" + }, + "serializedName": "host", + "modelType": { + "$id": "10132", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10133", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10134", + "isReadOnly": false, + "realPath": [ + "port" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10135", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10136", + "fixed": false, + "raw": "The TCP port that the Phoenix server uses to listen for client connections. The default value is 8765." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10137", + "fixed": false, + "raw": "port" + }, + "serializedName": "port", + "modelType": { + "$id": "10138", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10139", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10140", + "isReadOnly": false, + "realPath": [ + "httpPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10141", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10142", + "fixed": false, + "raw": "The partial URL corresponding to the Phoenix server. (i.e. /gateway/sandbox/phoenix/version). The default value is hbasephoenix if using WindowsAzureHDInsightService." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10143", + "fixed": false, + "raw": "httpPath" + }, + "serializedName": "httpPath", + "modelType": { + "$id": "10144", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10145", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10146", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10147", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10148", + "fixed": false, + "raw": "The authentication mechanism used to connect to the Phoenix server." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "PhoenixAuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/PhoenixLinkedServiceTypeProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "PhoenixAuthenticationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10149", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "10150", + "$type": "EnumType", + "values": [ + { + "$id": "10151", + "name": "Anonymous", + "serializedName": "Anonymous" + }, + { + "$id": "10152", + "name": "UsernameAndPassword", + "serializedName": "UsernameAndPassword" + }, + { + "$id": "10153", + "name": "WindowsAzureHDInsightService", + "serializedName": "WindowsAzureHDInsightService" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "10154", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "10155", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "10156", + "fixed": false, + "raw": "PhoenixAuthenticationType" + }, + "deprecated": false + } + }, + { + "$id": "10157", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10158", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10159", + "fixed": false, + "raw": "The user name used to connect to the Phoenix server." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10160", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "10161", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10162", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10163", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10164", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10165", + "fixed": false, + "raw": "The password corresponding to the user name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10166", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "10167", + "isReadOnly": false, + "realPath": [ + "enableSsl" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10168", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10169", + "fixed": false, + "raw": "Specifies whether the connections to the server are encrypted using SSL. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10170", + "fixed": false, + "raw": "enableSsl" + }, + "serializedName": "enableSsl", + "modelType": { + "$id": "10171", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10172", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10173", + "isReadOnly": false, + "realPath": [ + "trustedCertPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10174", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10175", + "fixed": false, + "raw": "The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10176", + "fixed": false, + "raw": "trustedCertPath" + }, + "serializedName": "trustedCertPath", + "modelType": { + "$id": "10177", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10178", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10179", + "isReadOnly": false, + "realPath": [ + "useSystemTrustStore" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10180", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10181", + "fixed": false, + "raw": "Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10182", + "fixed": false, + "raw": "useSystemTrustStore" + }, + "serializedName": "useSystemTrustStore", + "modelType": { + "$id": "10183", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10184", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10185", + "isReadOnly": false, + "realPath": [ + "allowHostNameCNMismatch" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10186", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10187", + "fixed": false, + "raw": "Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10188", + "fixed": false, + "raw": "allowHostNameCNMismatch" + }, + "serializedName": "allowHostNameCNMismatch", + "modelType": { + "$id": "10189", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10190", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10191", + "isReadOnly": false, + "realPath": [ + "allowSelfSignedServerCert" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10192", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10193", + "fixed": false, + "raw": "Specifies whether to allow self-signed certificates from the server. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10194", + "fixed": false, + "raw": "allowSelfSignedServerCert" + }, + "serializedName": "allowSelfSignedServerCert", + "modelType": { + "$id": "10195", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10196", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10197", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10198", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10199", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10200", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "10201", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10202", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "PhoenixLinkedServiceTypeProperties", + "documentation": "Phoenix server linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "10203", + "fixed": false, + "raw": "PhoenixLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "PhoenixLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/PhoenixLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "10204", + "$type": "CompositeType", + "properties": [ + { + "$id": "10205", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10206", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10207", + "fixed": false, + "raw": "Phoenix server linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10208", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "10127" + } + } + ], + "serializedName": "Phoenix", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Phoenix server linked service.", + "containsConstantProperties": false, + "name": { + "$id": "10209", + "fixed": false, + "raw": "PhoenixLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "PhoenixLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/PhoenixLinkedService" + ] + }, + "x-ms-discriminator-value": "Phoenix" + }, + "deprecated": false + }, + { + "$id": "10210", + "$type": "CompositeType", + "properties": [ + { + "$id": "10211", + "isReadOnly": false, + "realPath": [ + "host" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10212", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10213", + "fixed": false, + "raw": "The IP address or host name of the Presto server. (i.e. 192.168.222.160)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10214", + "fixed": false, + "raw": "host" + }, + "serializedName": "host", + "modelType": { + "$id": "10215", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10216", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10217", + "isReadOnly": false, + "realPath": [ + "serverVersion" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10218", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10219", + "fixed": false, + "raw": "The version of the Presto server. (i.e. 0.148-t)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10220", + "fixed": false, + "raw": "serverVersion" + }, + "serializedName": "serverVersion", + "modelType": { + "$id": "10221", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10222", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10223", + "isReadOnly": false, + "realPath": [ + "catalog" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10224", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10225", + "fixed": false, + "raw": "The catalog context for all request against the server." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10226", + "fixed": false, + "raw": "catalog" + }, + "serializedName": "catalog", + "modelType": { + "$id": "10227", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10228", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10229", + "isReadOnly": false, + "realPath": [ + "port" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10230", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10231", + "fixed": false, + "raw": "The TCP port that the Presto server uses to listen for client connections. The default value is 8080." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10232", + "fixed": false, + "raw": "port" + }, + "serializedName": "port", + "modelType": { + "$id": "10233", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10234", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10235", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10236", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10237", + "fixed": false, + "raw": "The authentication mechanism used to connect to the Presto server." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "PrestoAuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/PrestoLinkedServiceTypeProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "PrestoAuthenticationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10238", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "10239", + "$type": "EnumType", + "values": [ + { + "$id": "10240", + "name": "Anonymous", + "serializedName": "Anonymous" + }, + { + "$id": "10241", + "name": "LDAP", + "serializedName": "LDAP" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "10242", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "10243", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "10244", + "fixed": false, + "raw": "PrestoAuthenticationType" + }, + "deprecated": false + } + }, + { + "$id": "10245", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10246", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10247", + "fixed": false, + "raw": "The user name used to connect to the Presto server." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10248", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "10249", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10250", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10251", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10252", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10253", + "fixed": false, + "raw": "The password corresponding to the user name." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10254", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "10255", + "isReadOnly": false, + "realPath": [ + "enableSsl" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10256", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10257", + "fixed": false, + "raw": "Specifies whether the connections to the server are encrypted using SSL. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10258", + "fixed": false, + "raw": "enableSsl" + }, + "serializedName": "enableSsl", + "modelType": { + "$id": "10259", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10260", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10261", + "isReadOnly": false, + "realPath": [ + "trustedCertPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10262", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10263", + "fixed": false, + "raw": "The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10264", + "fixed": false, + "raw": "trustedCertPath" + }, + "serializedName": "trustedCertPath", + "modelType": { + "$id": "10265", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10266", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10267", + "isReadOnly": false, + "realPath": [ + "useSystemTrustStore" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10268", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10269", + "fixed": false, + "raw": "Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10270", + "fixed": false, + "raw": "useSystemTrustStore" + }, + "serializedName": "useSystemTrustStore", + "modelType": { + "$id": "10271", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10272", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10273", + "isReadOnly": false, + "realPath": [ + "allowHostNameCNMismatch" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10274", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10275", + "fixed": false, + "raw": "Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10276", + "fixed": false, + "raw": "allowHostNameCNMismatch" + }, + "serializedName": "allowHostNameCNMismatch", + "modelType": { + "$id": "10277", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10278", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10279", + "isReadOnly": false, + "realPath": [ + "allowSelfSignedServerCert" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10280", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10281", + "fixed": false, + "raw": "Specifies whether to allow self-signed certificates from the server. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10282", + "fixed": false, + "raw": "allowSelfSignedServerCert" + }, + "serializedName": "allowSelfSignedServerCert", + "modelType": { + "$id": "10283", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10284", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10285", + "isReadOnly": false, + "realPath": [ + "timeZoneID" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10286", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10287", + "fixed": false, + "raw": "The local time zone used by the connection. Valid values for this option are specified in the IANA Time Zone Database. The default value is the system time zone." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10288", + "fixed": false, + "raw": "timeZoneID" + }, + "serializedName": "timeZoneID", + "modelType": { + "$id": "10289", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10290", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10291", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10292", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10293", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10294", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "10295", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10296", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "PrestoLinkedServiceTypeProperties", + "documentation": "Presto server linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "10297", + "fixed": false, + "raw": "PrestoLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "PrestoLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/PrestoLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "10298", + "$type": "CompositeType", + "properties": [ + { + "$id": "10299", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10300", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10301", + "fixed": false, + "raw": "Presto server linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10302", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "10210" + } + } + ], + "serializedName": "Presto", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Presto server linked service.", + "containsConstantProperties": false, + "name": { + "$id": "10303", + "fixed": false, + "raw": "PrestoLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "PrestoLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/PrestoLinkedService" + ] + }, + "x-ms-discriminator-value": "Presto" + }, + "deprecated": false + }, + { + "$id": "10304", + "$type": "CompositeType", + "properties": [ + { + "$id": "10305", + "isReadOnly": false, + "realPath": [ + "endpoint" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10306", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10307", + "fixed": false, + "raw": "The endpoint of the QuickBooks server. (i.e. quickbooks.api.intuit.com)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10308", + "fixed": false, + "raw": "endpoint" + }, + "serializedName": "endpoint", + "modelType": { + "$id": "10309", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10310", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10311", + "isReadOnly": false, + "realPath": [ + "companyId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10312", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10313", + "fixed": false, + "raw": "The company ID of the QuickBooks company to authorize." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10314", + "fixed": false, + "raw": "companyId" + }, + "serializedName": "companyId", + "modelType": { + "$id": "10315", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10316", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10317", + "isReadOnly": false, + "realPath": [ + "consumerKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10318", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10319", + "fixed": false, + "raw": "The consumer key for OAuth 1.0 authentication." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10320", + "fixed": false, + "raw": "consumerKey" + }, + "serializedName": "consumerKey", + "modelType": { + "$id": "10321", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10322", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10323", + "isReadOnly": false, + "realPath": [ + "consumerSecret" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10324", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10325", + "fixed": false, + "raw": "The consumer secret for OAuth 1.0 authentication." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10326", + "fixed": false, + "raw": "consumerSecret" + }, + "serializedName": "consumerSecret", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "10327", + "isReadOnly": false, + "realPath": [ + "accessToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10328", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10329", + "fixed": false, + "raw": "The access token for OAuth 1.0 authentication." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10330", + "fixed": false, + "raw": "accessToken" + }, + "serializedName": "accessToken", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "10331", + "isReadOnly": false, + "realPath": [ + "accessTokenSecret" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10332", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10333", + "fixed": false, + "raw": "The access token secret for OAuth 1.0 authentication." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10334", + "fixed": false, + "raw": "accessTokenSecret" + }, + "serializedName": "accessTokenSecret", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "10335", + "isReadOnly": false, + "realPath": [ + "useEncryptedEndpoints" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10336", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10337", + "fixed": false, + "raw": "Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10338", + "fixed": false, + "raw": "useEncryptedEndpoints" + }, + "serializedName": "useEncryptedEndpoints", + "modelType": { + "$id": "10339", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10340", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10341", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10342", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10343", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10344", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "10345", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10346", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "QuickBooksLinkedServiceTypeProperties", + "documentation": "QuickBooks server linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "10347", + "fixed": false, + "raw": "QuickBooksLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "QuickBooksLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/QuickBooksLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "10348", + "$type": "CompositeType", + "properties": [ + { + "$id": "10349", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10350", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10351", + "fixed": false, + "raw": "QuickBooks server linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10352", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "10304" + } + } + ], + "serializedName": "QuickBooks", + "baseModelType": { + "$ref": "483" + }, + "documentation": "QuickBooks server linked service.", + "containsConstantProperties": false, + "name": { + "$id": "10353", + "fixed": false, + "raw": "QuickBooksLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "QuickBooksLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/QuickBooksLinkedService" + ] + }, + "x-ms-discriminator-value": "QuickBooks" + }, + "deprecated": false + }, + { + "$id": "10354", + "$type": "CompositeType", + "properties": [ + { + "$id": "10355", + "isReadOnly": false, + "realPath": [ + "endpoint" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10356", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10357", + "fixed": false, + "raw": "The endpoint of the ServiceNow server. (i.e. .service-now.com)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10358", + "fixed": false, + "raw": "endpoint" + }, + "serializedName": "endpoint", + "modelType": { + "$id": "10359", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10360", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10361", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10362", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10363", + "fixed": false, + "raw": "The authentication type to use." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "ServiceNowAuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/ServiceNowLinkedServiceTypeProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "ServiceNowAuthenticationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10364", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "10365", + "$type": "EnumType", + "values": [ + { + "$id": "10366", + "name": "Basic", + "serializedName": "Basic" + }, + { + "$id": "10367", + "name": "OAuth2", + "serializedName": "OAuth2" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "10368", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "10369", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "10370", + "fixed": false, + "raw": "ServiceNowAuthenticationType" + }, + "deprecated": false + } + }, + { + "$id": "10371", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10372", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10373", + "fixed": false, + "raw": "The user name used to connect to the ServiceNow server for Basic and OAuth2 authentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10374", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "10375", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10376", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10377", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10378", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10379", + "fixed": false, + "raw": "The password corresponding to the user name for Basic and OAuth2 authentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10380", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "10381", + "isReadOnly": false, + "realPath": [ + "clientId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10382", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10383", + "fixed": false, + "raw": "The client id for OAuth2 authentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10384", + "fixed": false, + "raw": "clientId" + }, + "serializedName": "clientId", + "modelType": { + "$id": "10385", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10386", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10387", + "isReadOnly": false, + "realPath": [ + "clientSecret" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10388", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10389", + "fixed": false, + "raw": "The client secret for OAuth2 authentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10390", + "fixed": false, + "raw": "clientSecret" + }, + "serializedName": "clientSecret", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "10391", + "isReadOnly": false, + "realPath": [ + "useEncryptedEndpoints" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10392", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10393", + "fixed": false, + "raw": "Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10394", + "fixed": false, + "raw": "useEncryptedEndpoints" + }, + "serializedName": "useEncryptedEndpoints", + "modelType": { + "$id": "10395", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10396", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10397", + "isReadOnly": false, + "realPath": [ + "useHostVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10398", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10399", + "fixed": false, + "raw": "Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10400", + "fixed": false, + "raw": "useHostVerification" + }, + "serializedName": "useHostVerification", + "modelType": { + "$id": "10401", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10402", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10403", + "isReadOnly": false, + "realPath": [ + "usePeerVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10404", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10405", + "fixed": false, + "raw": "Specifies whether to verify the identity of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10406", + "fixed": false, + "raw": "usePeerVerification" + }, + "serializedName": "usePeerVerification", + "modelType": { + "$id": "10407", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10408", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10409", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10410", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10411", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10412", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "10413", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10414", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "ServiceNowLinkedServiceTypeProperties", + "documentation": "ServiceNow server linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "10415", + "fixed": false, + "raw": "ServiceNowLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "ServiceNowLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/ServiceNowLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "10416", + "$type": "CompositeType", + "properties": [ + { + "$id": "10417", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10418", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10419", + "fixed": false, + "raw": "ServiceNow server linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10420", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "10354" + } + } + ], + "serializedName": "ServiceNow", + "baseModelType": { + "$ref": "483" + }, + "documentation": "ServiceNow server linked service.", + "containsConstantProperties": false, + "name": { + "$id": "10421", + "fixed": false, + "raw": "ServiceNowLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "ServiceNowLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/ServiceNowLinkedService" + ] + }, + "x-ms-discriminator-value": "ServiceNow" + }, + "deprecated": false + }, + { + "$id": "10422", + "$type": "CompositeType", + "properties": [ + { + "$id": "10423", + "isReadOnly": false, + "realPath": [ + "host" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10424", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10425", + "fixed": false, + "raw": "The endpoint of the Shopify server. (i.e. mystore.myshopify.com)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10426", + "fixed": false, + "raw": "host" + }, + "serializedName": "host", + "modelType": { + "$id": "10427", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10428", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10429", + "isReadOnly": false, + "realPath": [ + "accessToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10430", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10431", + "fixed": false, + "raw": "The API access token that can be used to access Shopify’s data. The token won't expire if it is offline mode." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10432", + "fixed": false, + "raw": "accessToken" + }, + "serializedName": "accessToken", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "10433", + "isReadOnly": false, + "realPath": [ + "useEncryptedEndpoints" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10434", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10435", + "fixed": false, + "raw": "Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10436", + "fixed": false, + "raw": "useEncryptedEndpoints" + }, + "serializedName": "useEncryptedEndpoints", + "modelType": { + "$id": "10437", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10438", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10439", + "isReadOnly": false, + "realPath": [ + "useHostVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10440", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10441", + "fixed": false, + "raw": "Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10442", + "fixed": false, + "raw": "useHostVerification" + }, + "serializedName": "useHostVerification", + "modelType": { + "$id": "10443", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10444", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10445", + "isReadOnly": false, + "realPath": [ + "usePeerVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10446", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10447", + "fixed": false, + "raw": "Specifies whether to verify the identity of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10448", + "fixed": false, + "raw": "usePeerVerification" + }, + "serializedName": "usePeerVerification", + "modelType": { + "$id": "10449", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10450", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10451", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10452", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10453", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10454", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "10455", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10456", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "ShopifyLinkedServiceTypeProperties", + "documentation": "Shopify Service linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "10457", + "fixed": false, + "raw": "ShopifyLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "ShopifyLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/ShopifyLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "10458", + "$type": "CompositeType", + "properties": [ + { + "$id": "10459", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10460", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10461", + "fixed": false, + "raw": "Shopify Service linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10462", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "10422" + } + } + ], + "serializedName": "Shopify", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Shopify Service linked service.", + "containsConstantProperties": false, + "name": { + "$id": "10463", + "fixed": false, + "raw": "ShopifyLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "ShopifyLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/ShopifyLinkedService" + ] + }, + "x-ms-discriminator-value": "Shopify" + }, + "deprecated": false + }, + { + "$id": "10464", + "$type": "CompositeType", + "properties": [ + { + "$id": "10465", + "isReadOnly": false, + "realPath": [ + "host" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10466", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10467", + "fixed": false, + "raw": "IP address or host name of the Spark server" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10468", + "fixed": false, + "raw": "host" + }, + "serializedName": "host", + "modelType": { + "$id": "10469", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10470", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10471", + "isReadOnly": false, + "realPath": [ + "port" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10472", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10473", + "fixed": false, + "raw": "The TCP port that the Spark server uses to listen for client connections." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10474", + "fixed": false, + "raw": "port" + }, + "serializedName": "port", + "modelType": { + "$id": "10475", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10476", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10477", + "isReadOnly": false, + "realPath": [ + "serverType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10478", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10479", + "fixed": false, + "raw": "The type of Spark server." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SparkServerType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SparkLinkedServiceTypeProperties-serverType" + ] + }, + "x-ms-enum": { + "name": "SparkServerType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10480", + "fixed": false, + "raw": "serverType" + }, + "serializedName": "serverType", + "modelType": { + "$id": "10481", + "$type": "EnumType", + "values": [ + { + "$id": "10482", + "name": "SharkServer", + "serializedName": "SharkServer" + }, + { + "$id": "10483", + "name": "SharkServer2", + "serializedName": "SharkServer2" + }, + { + "$id": "10484", + "name": "SparkThriftServer", + "serializedName": "SparkThriftServer" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "10485", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "10486", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "10487", + "fixed": false, + "raw": "SparkServerType" + }, + "deprecated": false + } + }, + { + "$id": "10488", + "isReadOnly": false, + "realPath": [ + "thriftTransportProtocol" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10489", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10490", + "fixed": false, + "raw": "The transport protocol to use in the Thrift layer." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SparkThriftTransportProtocol", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SparkLinkedServiceTypeProperties-thriftTransportProtocol" + ] + }, + "x-ms-enum": { + "name": "SparkThriftTransportProtocol", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10491", + "fixed": false, + "raw": "thriftTransportProtocol" + }, + "serializedName": "thriftTransportProtocol", + "modelType": { + "$id": "10492", + "$type": "EnumType", + "values": [ + { + "$id": "10493", + "name": "Binary", + "serializedName": "Binary" + }, + { + "$id": "10494", + "name": "SASL", + "serializedName": "SASL" + }, + { + "$id": "10495", + "name": "HTTP ", + "serializedName": "HTTP " + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "10496", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "10497", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "10498", + "fixed": false, + "raw": "SparkThriftTransportProtocol" + }, + "deprecated": false + } + }, + { + "$id": "10499", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10500", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10501", + "fixed": false, + "raw": "The authentication method used to access the Spark server." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SparkAuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SparkLinkedServiceTypeProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "SparkAuthenticationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10502", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "10503", + "$type": "EnumType", + "values": [ + { + "$id": "10504", + "name": "Anonymous", + "serializedName": "Anonymous" + }, + { + "$id": "10505", + "name": "Username", + "serializedName": "Username" + }, + { + "$id": "10506", + "name": "UsernameAndPassword", + "serializedName": "UsernameAndPassword" + }, + { + "$id": "10507", + "name": "WindowsAzureHDInsightService", + "serializedName": "WindowsAzureHDInsightService" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "10508", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "10509", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "10510", + "fixed": false, + "raw": "SparkAuthenticationType" + }, + "deprecated": false + } + }, + { + "$id": "10511", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10512", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10513", + "fixed": false, + "raw": "The user name that you use to access Spark Server." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10514", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "10515", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10516", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10517", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10518", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10519", + "fixed": false, + "raw": "The password corresponding to the user name that you provided in the Username field" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10520", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "10521", + "isReadOnly": false, + "realPath": [ + "httpPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10522", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10523", + "fixed": false, + "raw": "The partial URL corresponding to the Spark server." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10524", + "fixed": false, + "raw": "httpPath" + }, + "serializedName": "httpPath", + "modelType": { + "$id": "10525", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10526", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10527", + "isReadOnly": false, + "realPath": [ + "enableSsl" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10528", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10529", + "fixed": false, + "raw": "Specifies whether the connections to the server are encrypted using SSL. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10530", + "fixed": false, + "raw": "enableSsl" + }, + "serializedName": "enableSsl", + "modelType": { + "$id": "10531", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10532", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10533", + "isReadOnly": false, + "realPath": [ + "trustedCertPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10534", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10535", + "fixed": false, + "raw": "The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10536", + "fixed": false, + "raw": "trustedCertPath" + }, + "serializedName": "trustedCertPath", + "modelType": { + "$id": "10537", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10538", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10539", + "isReadOnly": false, + "realPath": [ + "useSystemTrustStore" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10540", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10541", + "fixed": false, + "raw": "Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10542", + "fixed": false, + "raw": "useSystemTrustStore" + }, + "serializedName": "useSystemTrustStore", + "modelType": { + "$id": "10543", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10544", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10545", + "isReadOnly": false, + "realPath": [ + "allowHostNameCNMismatch" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10546", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10547", + "fixed": false, + "raw": "Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10548", + "fixed": false, + "raw": "allowHostNameCNMismatch" + }, + "serializedName": "allowHostNameCNMismatch", + "modelType": { + "$id": "10549", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10550", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10551", + "isReadOnly": false, + "realPath": [ + "allowSelfSignedServerCert" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10552", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10553", + "fixed": false, + "raw": "Specifies whether to allow self-signed certificates from the server. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10554", + "fixed": false, + "raw": "allowSelfSignedServerCert" + }, + "serializedName": "allowSelfSignedServerCert", + "modelType": { + "$id": "10555", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10556", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10557", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10558", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10559", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10560", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "10561", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10562", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SparkLinkedServiceTypeProperties", + "documentation": "Spark Server linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "10563", + "fixed": false, + "raw": "SparkLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SparkLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SparkLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "10564", + "$type": "CompositeType", + "properties": [ + { + "$id": "10565", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10566", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10567", + "fixed": false, + "raw": "Spark Server linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10568", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "10464" + } + } + ], + "serializedName": "Spark", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Spark Server linked service.", + "containsConstantProperties": false, + "name": { + "$id": "10569", + "fixed": false, + "raw": "SparkLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SparkLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SparkLinkedService" + ] + }, + "x-ms-discriminator-value": "Spark" + }, + "deprecated": false + }, + { + "$id": "10570", + "$type": "CompositeType", + "properties": [ + { + "$id": "10571", + "isReadOnly": false, + "realPath": [ + "host" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10572", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10573", + "fixed": false, + "raw": "The URL of the Square instance. (i.e. mystore.mysquare.com)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10574", + "fixed": false, + "raw": "host" + }, + "serializedName": "host", + "modelType": { + "$id": "10575", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10576", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10577", + "isReadOnly": false, + "realPath": [ + "clientId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10578", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10579", + "fixed": false, + "raw": "The client ID associated with your Square application." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10580", + "fixed": false, + "raw": "clientId" + }, + "serializedName": "clientId", + "modelType": { + "$id": "10581", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10582", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10583", + "isReadOnly": false, + "realPath": [ + "clientSecret" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10584", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10585", + "fixed": false, + "raw": "The client secret associated with your Square application." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10586", + "fixed": false, + "raw": "clientSecret" + }, + "serializedName": "clientSecret", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "10587", + "isReadOnly": false, + "realPath": [ + "redirectUri" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10588", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10589", + "fixed": false, + "raw": "The redirect URL assigned in the Square application dashboard. (i.e. http://localhost:2500)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10590", + "fixed": false, + "raw": "redirectUri" + }, + "serializedName": "redirectUri", + "modelType": { + "$id": "10591", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10592", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10593", + "isReadOnly": false, + "realPath": [ + "useEncryptedEndpoints" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10594", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10595", + "fixed": false, + "raw": "Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10596", + "fixed": false, + "raw": "useEncryptedEndpoints" + }, + "serializedName": "useEncryptedEndpoints", + "modelType": { + "$id": "10597", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10598", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10599", + "isReadOnly": false, + "realPath": [ + "useHostVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10600", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10601", + "fixed": false, + "raw": "Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10602", + "fixed": false, + "raw": "useHostVerification" + }, + "serializedName": "useHostVerification", + "modelType": { + "$id": "10603", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10604", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10605", + "isReadOnly": false, + "realPath": [ + "usePeerVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10606", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10607", + "fixed": false, + "raw": "Specifies whether to verify the identity of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10608", + "fixed": false, + "raw": "usePeerVerification" + }, + "serializedName": "usePeerVerification", + "modelType": { + "$id": "10609", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10610", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10611", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10612", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10613", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10614", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "10615", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10616", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SquareLinkedServiceTypeProperties", + "documentation": "Square Service linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "10617", + "fixed": false, + "raw": "SquareLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SquareLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SquareLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "10618", + "$type": "CompositeType", + "properties": [ + { + "$id": "10619", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10620", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10621", + "fixed": false, + "raw": "Square Service linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10622", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "10570" + } + } + ], + "serializedName": "Square", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Square Service linked service.", + "containsConstantProperties": false, + "name": { + "$id": "10623", + "fixed": false, + "raw": "SquareLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SquareLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SquareLinkedService" + ] + }, + "x-ms-discriminator-value": "Square" + }, + "deprecated": false + }, + { + "$id": "10624", + "$type": "CompositeType", + "properties": [ + { + "$id": "10625", + "isReadOnly": false, + "realPath": [ + "host" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10626", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10627", + "fixed": false, + "raw": "The endpoint of the Xero server. (i.e. api.xero.com)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10628", + "fixed": false, + "raw": "host" + }, + "serializedName": "host", + "modelType": { + "$id": "10629", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10630", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10631", + "isReadOnly": false, + "realPath": [ + "consumerKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10632", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10633", + "fixed": false, + "raw": "The consumer key associated with the Xero application." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10634", + "fixed": false, + "raw": "consumerKey" + }, + "serializedName": "consumerKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "10635", + "isReadOnly": false, + "realPath": [ + "privateKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10636", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10637", + "fixed": false, + "raw": "The private key from the .pem file that was generated for your Xero private application. You must include all the text from the .pem file, including the Unix line endings(\n)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10638", + "fixed": false, + "raw": "privateKey" + }, + "serializedName": "privateKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "10639", + "isReadOnly": false, + "realPath": [ + "useEncryptedEndpoints" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10640", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10641", + "fixed": false, + "raw": "Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10642", + "fixed": false, + "raw": "useEncryptedEndpoints" + }, + "serializedName": "useEncryptedEndpoints", + "modelType": { + "$id": "10643", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10644", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10645", + "isReadOnly": false, + "realPath": [ + "useHostVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10646", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10647", + "fixed": false, + "raw": "Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10648", + "fixed": false, + "raw": "useHostVerification" + }, + "serializedName": "useHostVerification", + "modelType": { + "$id": "10649", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10650", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10651", + "isReadOnly": false, + "realPath": [ + "usePeerVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10652", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10653", + "fixed": false, + "raw": "Specifies whether to verify the identity of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10654", + "fixed": false, + "raw": "usePeerVerification" + }, + "serializedName": "usePeerVerification", + "modelType": { + "$id": "10655", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10656", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10657", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10658", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10659", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10660", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "10661", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10662", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "XeroLinkedServiceTypeProperties", + "documentation": "Xero Service linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "10663", + "fixed": false, + "raw": "XeroLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "XeroLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/XeroLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "10664", + "$type": "CompositeType", + "properties": [ + { + "$id": "10665", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10666", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10667", + "fixed": false, + "raw": "Xero Service linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10668", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "10624" + } + } + ], + "serializedName": "Xero", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Xero Service linked service.", + "containsConstantProperties": false, + "name": { + "$id": "10669", + "fixed": false, + "raw": "XeroLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "XeroLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/XeroLinkedService" + ] + }, + "x-ms-discriminator-value": "Xero" + }, + "deprecated": false + }, + { + "$id": "10670", + "$type": "CompositeType", + "properties": [ + { + "$id": "10671", + "isReadOnly": false, + "realPath": [ + "endpoint" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10672", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10673", + "fixed": false, + "raw": "The endpoint of the Zoho server. (i.e. crm.zoho.com/crm/private)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10674", + "fixed": false, + "raw": "endpoint" + }, + "serializedName": "endpoint", + "modelType": { + "$id": "10675", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10676", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10677", + "isReadOnly": false, + "realPath": [ + "accessToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10678", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10679", + "fixed": false, + "raw": "The access token for Zoho authentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10680", + "fixed": false, + "raw": "accessToken" + }, + "serializedName": "accessToken", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "10681", + "isReadOnly": false, + "realPath": [ + "useEncryptedEndpoints" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10682", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10683", + "fixed": false, + "raw": "Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10684", + "fixed": false, + "raw": "useEncryptedEndpoints" + }, + "serializedName": "useEncryptedEndpoints", + "modelType": { + "$id": "10685", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10686", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10687", + "isReadOnly": false, + "realPath": [ + "useHostVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10688", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10689", + "fixed": false, + "raw": "Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10690", + "fixed": false, + "raw": "useHostVerification" + }, + "serializedName": "useHostVerification", + "modelType": { + "$id": "10691", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10692", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10693", + "isReadOnly": false, + "realPath": [ + "usePeerVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10694", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10695", + "fixed": false, + "raw": "Specifies whether to verify the identity of the server when connecting over SSL. The default value is true." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10696", + "fixed": false, + "raw": "usePeerVerification" + }, + "serializedName": "usePeerVerification", + "modelType": { + "$id": "10697", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10698", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10699", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10700", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10701", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10702", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "10703", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10704", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "ZohoLinkedServiceTypeProperties", + "documentation": "Zoho server linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "10705", + "fixed": false, + "raw": "ZohoLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "ZohoLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/ZohoLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "10706", + "$type": "CompositeType", + "properties": [ + { + "$id": "10707", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10708", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10709", + "fixed": false, + "raw": "Zoho server linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10710", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "10670" + } + } + ], + "serializedName": "Zoho", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Zoho server linked service.", + "containsConstantProperties": false, + "name": { + "$id": "10711", + "fixed": false, + "raw": "ZohoLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "ZohoLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/ZohoLinkedService" + ] + }, + "x-ms-discriminator-value": "Zoho" + }, + "deprecated": false + }, + { + "$id": "10712", + "$type": "CompositeType", + "properties": [ + { + "$id": "10713", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10714", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10715", + "fixed": false, + "raw": "An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10716", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "10717", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10718", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10719", + "isReadOnly": false, + "realPath": [ + "pwd" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10720", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10721", + "fixed": false, + "raw": "The Azure key vault secret reference of password in connection string." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10722", + "fixed": false, + "raw": "pwd" + }, + "serializedName": "pwd", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "10723", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10724", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10725", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10726", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "10727", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10728", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "VerticaLinkedServiceTypeProperties", + "documentation": "Vertica linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "10729", + "fixed": false, + "raw": "VerticaLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "VerticaLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/VerticaLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "10730", + "$type": "CompositeType", + "properties": [ + { + "$id": "10731", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10732", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10733", + "fixed": false, + "raw": "Vertica linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10734", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "10712" + } + } + ], + "serializedName": "Vertica", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Vertica linked service.", + "containsConstantProperties": true, + "name": { + "$id": "10735", + "fixed": false, + "raw": "VerticaLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "VerticaLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/VerticaLinkedService" + ] + }, + "x-ms-discriminator-value": "Vertica" + }, + "deprecated": false + }, + { + "$id": "10736", + "$type": "CompositeType", + "properties": [ + { + "$id": "10737", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10738", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10739", + "fixed": false, + "raw": "An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10740", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "10741", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10742", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10743", + "isReadOnly": false, + "realPath": [ + "pwd" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10744", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10745", + "fixed": false, + "raw": "The Azure key vault secret reference of password in connection string." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10746", + "fixed": false, + "raw": "pwd" + }, + "serializedName": "pwd", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "10747", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10748", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10749", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10750", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "10751", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10752", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "NetezzaLinkedServiceTypeProperties", + "documentation": "Netezza linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "10753", + "fixed": false, + "raw": "NetezzaLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "NetezzaLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/NetezzaLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "10754", + "$type": "CompositeType", + "properties": [ + { + "$id": "10755", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10756", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10757", + "fixed": false, + "raw": "Netezza linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10758", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "10736" + } + } + ], + "serializedName": "Netezza", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Netezza linked service.", + "containsConstantProperties": true, + "name": { + "$id": "10759", + "fixed": false, + "raw": "NetezzaLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "NetezzaLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/NetezzaLinkedService" + ] + }, + "x-ms-discriminator-value": "Netezza" + }, + "deprecated": false + }, + { + "$id": "10760", + "$type": "CompositeType", + "properties": [ + { + "$id": "10761", + "isReadOnly": false, + "realPath": [ + "clientId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10762", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10763", + "fixed": false, + "raw": "The client ID associated with the Salesforce Marketing Cloud application. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10764", + "fixed": false, + "raw": "clientId" + }, + "serializedName": "clientId", + "modelType": { + "$id": "10765", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10766", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10767", + "isReadOnly": false, + "realPath": [ + "clientSecret" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10768", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10769", + "fixed": false, + "raw": "The client secret associated with the Salesforce Marketing Cloud application. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10770", + "fixed": false, + "raw": "clientSecret" + }, + "serializedName": "clientSecret", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "10771", + "isReadOnly": false, + "realPath": [ + "useEncryptedEndpoints" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10772", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10773", + "fixed": false, + "raw": "Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10774", + "fixed": false, + "raw": "useEncryptedEndpoints" + }, + "serializedName": "useEncryptedEndpoints", + "modelType": { + "$id": "10775", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10776", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10777", + "isReadOnly": false, + "realPath": [ + "useHostVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10778", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10779", + "fixed": false, + "raw": "Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10780", + "fixed": false, + "raw": "useHostVerification" + }, + "serializedName": "useHostVerification", + "modelType": { + "$id": "10781", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10782", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10783", + "isReadOnly": false, + "realPath": [ + "usePeerVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10784", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10785", + "fixed": false, + "raw": "Specifies whether to verify the identity of the server when connecting over SSL. The default value is true. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10786", + "fixed": false, + "raw": "usePeerVerification" + }, + "serializedName": "usePeerVerification", + "modelType": { + "$id": "10787", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10788", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10789", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10790", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10791", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10792", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "10793", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10794", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SalesforceMarketingCloudLinkedServiceTypeProperties", + "documentation": "Salesforce Marketing Cloud linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "10795", + "fixed": false, + "raw": "SalesforceMarketingCloudLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SalesforceMarketingCloudLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SalesforceMarketingCloudLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "10796", + "$type": "CompositeType", + "properties": [ + { + "$id": "10797", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10798", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10799", + "fixed": false, + "raw": "Salesforce Marketing Cloud linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10800", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "10760" + } + } + ], + "serializedName": "SalesforceMarketingCloud", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Salesforce Marketing Cloud linked service.", + "containsConstantProperties": false, + "name": { + "$id": "10801", + "fixed": false, + "raw": "SalesforceMarketingCloudLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SalesforceMarketingCloudLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SalesforceMarketingCloudLinkedService" + ] + }, + "x-ms-discriminator-value": "SalesforceMarketingCloud" + }, + "deprecated": false + }, + { + "$id": "10802", + "$type": "CompositeType", + "properties": [ + { + "$id": "10803", + "isReadOnly": false, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10804", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10805", + "fixed": false, + "raw": "The user provided name of the script action." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10806", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "10807", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "10808", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "10809", + "isReadOnly": false, + "realPath": [ + "uri" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10810", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10811", + "fixed": false, + "raw": "The URI for the script action." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10812", + "fixed": false, + "raw": "uri" + }, + "serializedName": "uri", + "modelType": { + "$id": "10813", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "10814", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "10815", + "isReadOnly": false, + "realPath": [ + "roles" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10816", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10817", + "fixed": false, + "raw": "The node types on which the script action should be executed." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "HdiNodeTypes", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/ScriptAction-roles" + ] + }, + "x-ms-enum": { + "name": "HdiNodeTypes", + "modelAsString": true, + "oldModelAsString": true + }, + "x-internal-autorest-anonymous-schema": { + "anonymous": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10818", + "fixed": false, + "raw": "roles" + }, + "serializedName": "roles", + "modelType": { + "$id": "10819", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10820", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10821", + "isReadOnly": false, + "realPath": [ + "parameters" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10822", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10823", + "fixed": false, + "raw": "The parameters for the script action." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10824", + "fixed": false, + "raw": "parameters" + }, + "serializedName": "parameters", + "modelType": { + "$id": "10825", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "10826", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "ScriptAction", + "documentation": "Custom script action to run on HDI ondemand cluster once it's up.", + "containsConstantProperties": false, + "name": { + "$id": "10827", + "fixed": false, + "raw": "ScriptAction" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "ScriptAction", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/ScriptAction" + ] + } + }, + "deprecated": false + }, + { + "$id": "10828", + "$type": "CompositeType", + "properties": [ + { + "$id": "10829", + "isReadOnly": false, + "realPath": [ + "clusterSize" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10830", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10831", + "fixed": false, + "raw": "Number of worker/data nodes in the cluster. Suggestion value: 4. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10832", + "fixed": false, + "raw": "clusterSize" + }, + "serializedName": "clusterSize", + "modelType": { + "$id": "10833", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10834", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10835", + "isReadOnly": false, + "realPath": [ + "timeToLive" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10836", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10837", + "fixed": false, + "raw": "The allowed idle time for the on-demand HDInsight cluster. Specifies how long the on-demand HDInsight cluster stays alive after completion of an activity run if there are no other active jobs in the cluster. The minimum value is 5 mins. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10838", + "fixed": false, + "raw": "timeToLive" + }, + "serializedName": "timeToLive", + "modelType": { + "$id": "10839", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10840", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10841", + "isReadOnly": false, + "realPath": [ + "version" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10842", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10843", + "fixed": false, + "raw": "Version of the HDInsight cluster.  Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10844", + "fixed": false, + "raw": "version" + }, + "serializedName": "version", + "modelType": { + "$id": "10845", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10846", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10847", + "isReadOnly": false, + "realPath": [ + "linkedServiceName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10848", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10849", + "fixed": false, + "raw": "Azure Storage linked service to be used by the on-demand cluster for storing and processing data." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10850", + "fixed": false, + "raw": "linkedServiceName" + }, + "serializedName": "linkedServiceName", + "modelType": { + "$ref": "100" + } + }, + { + "$id": "10851", + "isReadOnly": false, + "realPath": [ + "hostSubscriptionId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10852", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10853", + "fixed": false, + "raw": "The customer’s subscription to host the cluster. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10854", + "fixed": false, + "raw": "hostSubscriptionId" + }, + "serializedName": "hostSubscriptionId", + "modelType": { + "$id": "10855", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10856", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10857", + "isReadOnly": false, + "realPath": [ + "servicePrincipalId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10858", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10859", + "fixed": false, + "raw": "The service principal id for the hostSubscriptionId. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10860", + "fixed": false, + "raw": "servicePrincipalId" + }, + "serializedName": "servicePrincipalId", + "modelType": { + "$id": "10861", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10862", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10863", + "isReadOnly": false, + "realPath": [ + "servicePrincipalKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10864", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10865", + "fixed": false, + "raw": "The key for the service principal id." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10866", + "fixed": false, + "raw": "servicePrincipalKey" + }, + "serializedName": "servicePrincipalKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "10867", + "isReadOnly": false, + "realPath": [ + "tenant" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10868", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10869", + "fixed": false, + "raw": "The Tenant id/name to which the service principal belongs. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10870", + "fixed": false, + "raw": "tenant" + }, + "serializedName": "tenant", + "modelType": { + "$id": "10871", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10872", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10873", + "isReadOnly": false, + "realPath": [ + "clusterResourceGroup" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10874", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10875", + "fixed": false, + "raw": "The resource group where the cluster belongs. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "10876", + "fixed": false, + "raw": "clusterResourceGroup" + }, + "serializedName": "clusterResourceGroup", + "modelType": { + "$id": "10877", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10878", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10879", + "isReadOnly": false, + "realPath": [ + "clusterNamePrefix" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10880", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10881", + "fixed": false, + "raw": "The prefix of cluster name, postfix will be distinct with timestamp. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10882", + "fixed": false, + "raw": "clusterNamePrefix" + }, + "serializedName": "clusterNamePrefix", + "modelType": { + "$id": "10883", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10884", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10885", + "isReadOnly": false, + "realPath": [ + "clusterUserName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10886", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10887", + "fixed": false, + "raw": "The username to access the cluster. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10888", + "fixed": false, + "raw": "clusterUserName" + }, + "serializedName": "clusterUserName", + "modelType": { + "$id": "10889", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10890", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10891", + "isReadOnly": false, + "realPath": [ + "clusterPassword" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10892", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10893", + "fixed": false, + "raw": "The password to access the cluster." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10894", + "fixed": false, + "raw": "clusterPassword" + }, + "serializedName": "clusterPassword", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "10895", + "isReadOnly": false, + "realPath": [ + "clusterSshUserName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10896", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10897", + "fixed": false, + "raw": "The username to SSH remotely connect to cluster’s node (for Linux). Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10898", + "fixed": false, + "raw": "clusterSshUserName" + }, + "serializedName": "clusterSshUserName", + "modelType": { + "$id": "10899", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10900", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10901", + "isReadOnly": false, + "realPath": [ + "clusterSshPassword" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10902", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10903", + "fixed": false, + "raw": "The password to SSH remotely connect cluster’s node (for Linux)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10904", + "fixed": false, + "raw": "clusterSshPassword" + }, + "serializedName": "clusterSshPassword", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "10905", + "isReadOnly": false, + "realPath": [ + "additionalLinkedServiceNames" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10906", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10907", + "fixed": false, + "raw": "Specifies additional storage accounts for the HDInsight linked service so that the Data Factory service can register them on your behalf." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10908", + "fixed": false, + "raw": "additionalLinkedServiceNames" + }, + "serializedName": "additionalLinkedServiceNames", + "modelType": { + "$id": "10909", + "$type": "SequenceType", + "elementType": { + "$ref": "100" + }, + "name": { + "$id": "10910", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "10911", + "isReadOnly": false, + "realPath": [ + "hcatalogLinkedServiceName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10912", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10913", + "fixed": false, + "raw": "The name of Azure SQL linked service that point to the HCatalog database. The on-demand HDInsight cluster is created by using the Azure SQL database as the metastore." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10914", + "fixed": false, + "raw": "hcatalogLinkedServiceName" + }, + "serializedName": "hcatalogLinkedServiceName", + "modelType": { + "$ref": "100" + } + }, + { + "$id": "10915", + "isReadOnly": false, + "realPath": [ + "clusterType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10916", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10917", + "fixed": false, + "raw": "The cluster type. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10918", + "fixed": false, + "raw": "clusterType" + }, + "serializedName": "clusterType", + "modelType": { + "$id": "10919", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10920", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10921", + "isReadOnly": false, + "realPath": [ + "sparkVersion" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10922", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10923", + "fixed": false, + "raw": "The version of spark if the cluster type is 'spark'. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10924", + "fixed": false, + "raw": "sparkVersion" + }, + "serializedName": "sparkVersion", + "modelType": { + "$id": "10925", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10926", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10927", + "isReadOnly": false, + "realPath": [ + "coreConfiguration" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10928", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10929", + "fixed": false, + "raw": "Specifies the core configuration parameters (as in core-site.xml) for the HDInsight cluster to be created." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10930", + "fixed": false, + "raw": "coreConfiguration" + }, + "serializedName": "coreConfiguration", + "modelType": { + "$id": "10931", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10932", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10933", + "isReadOnly": false, + "realPath": [ + "hBaseConfiguration" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10934", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10935", + "fixed": false, + "raw": "Specifies the HBase configuration parameters (hbase-site.xml) for the HDInsight cluster." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10936", + "fixed": false, + "raw": "hBaseConfiguration" + }, + "serializedName": "hBaseConfiguration", + "modelType": { + "$id": "10937", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10938", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10939", + "isReadOnly": false, + "realPath": [ + "hdfsConfiguration" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10940", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10941", + "fixed": false, + "raw": "Specifies the HDFS configuration parameters (hdfs-site.xml) for the HDInsight cluster." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10942", + "fixed": false, + "raw": "hdfsConfiguration" + }, + "serializedName": "hdfsConfiguration", + "modelType": { + "$id": "10943", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10944", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10945", + "isReadOnly": false, + "realPath": [ + "hiveConfiguration" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10946", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10947", + "fixed": false, + "raw": "Specifies the hive configuration parameters (hive-site.xml) for the HDInsight cluster." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10948", + "fixed": false, + "raw": "hiveConfiguration" + }, + "serializedName": "hiveConfiguration", + "modelType": { + "$id": "10949", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10950", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10951", + "isReadOnly": false, + "realPath": [ + "mapReduceConfiguration" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10952", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10953", + "fixed": false, + "raw": "Specifies the MapReduce configuration parameters (mapred-site.xml) for the HDInsight cluster." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10954", + "fixed": false, + "raw": "mapReduceConfiguration" + }, + "serializedName": "mapReduceConfiguration", + "modelType": { + "$id": "10955", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10956", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10957", + "isReadOnly": false, + "realPath": [ + "oozieConfiguration" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10958", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10959", + "fixed": false, + "raw": "Specifies the Oozie configuration parameters (oozie-site.xml) for the HDInsight cluster." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10960", + "fixed": false, + "raw": "oozieConfiguration" + }, + "serializedName": "oozieConfiguration", + "modelType": { + "$id": "10961", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10962", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10963", + "isReadOnly": false, + "realPath": [ + "stormConfiguration" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10964", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10965", + "fixed": false, + "raw": "Specifies the Storm configuration parameters (storm-site.xml) for the HDInsight cluster." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10966", + "fixed": false, + "raw": "stormConfiguration" + }, + "serializedName": "stormConfiguration", + "modelType": { + "$id": "10967", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10968", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10969", + "isReadOnly": false, + "realPath": [ + "yarnConfiguration" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10970", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10971", + "fixed": false, + "raw": "Specifies the Yarn configuration parameters (yarn-site.xml) for the HDInsight cluster." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10972", + "fixed": false, + "raw": "yarnConfiguration" + }, + "serializedName": "yarnConfiguration", + "modelType": { + "$id": "10973", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10974", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10975", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10976", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10977", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10978", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "10979", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10980", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10981", + "isReadOnly": false, + "realPath": [ + "headNodeSize" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10982", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10983", + "fixed": false, + "raw": "Specifies the size of the head node for the HDInsight cluster." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10984", + "fixed": false, + "raw": "headNodeSize" + }, + "serializedName": "headNodeSize", + "modelType": { + "$id": "10985", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10986", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10987", + "isReadOnly": false, + "realPath": [ + "dataNodeSize" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10988", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10989", + "fixed": false, + "raw": "Specifies the size of the data node for the HDInsight cluster." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10990", + "fixed": false, + "raw": "dataNodeSize" + }, + "serializedName": "dataNodeSize", + "modelType": { + "$id": "10991", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10992", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10993", + "isReadOnly": false, + "realPath": [ + "zookeeperNodeSize" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "10994", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "10995", + "fixed": false, + "raw": "Specifies the size of the Zoo Keeper node for the HDInsight cluster." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "10996", + "fixed": false, + "raw": "zookeeperNodeSize" + }, + "serializedName": "zookeeperNodeSize", + "modelType": { + "$id": "10997", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "10998", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "10999", + "isReadOnly": false, + "realPath": [ + "scriptActions" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11000", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11001", + "fixed": false, + "raw": "Custom script actions to run on HDI ondemand cluster once it's up. Please refer to https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11002", + "fixed": false, + "raw": "scriptActions" + }, + "serializedName": "scriptActions", + "modelType": { + "$id": "11003", + "$type": "SequenceType", + "elementType": { + "$ref": "10802" + }, + "name": { + "$id": "11004", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "11005", + "isReadOnly": false, + "realPath": [ + "virtualNetworkId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11006", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11007", + "fixed": false, + "raw": "The ARM resource ID for the vNet to which the cluster should be joined after creation. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11008", + "fixed": false, + "raw": "virtualNetworkId" + }, + "serializedName": "virtualNetworkId", + "modelType": { + "$id": "11009", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11010", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11011", + "isReadOnly": false, + "realPath": [ + "subnetName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11012", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11013", + "fixed": false, + "raw": "The ARM resource ID for the subnet in the vNet. If virtualNetworkId was specified, then this property is required. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11014", + "fixed": false, + "raw": "subnetName" + }, + "serializedName": "subnetName", + "modelType": { + "$id": "11015", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11016", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "HDInsightOnDemandLinkedServiceTypeProperties", + "documentation": "HDInsight ondemand linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "11017", + "fixed": false, + "raw": "HDInsightOnDemandLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "HDInsightOnDemandLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/HDInsightOnDemandLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "11018", + "$type": "CompositeType", + "properties": [ + { + "$id": "11019", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11020", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11021", + "fixed": false, + "raw": "HDInsight ondemand linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11022", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "10828" + } + } + ], + "serializedName": "HDInsightOnDemand", + "baseModelType": { + "$ref": "483" + }, + "documentation": "HDInsight ondemand linked service.", + "containsConstantProperties": true, + "name": { + "$id": "11023", + "fixed": false, + "raw": "HDInsightOnDemandLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "HDInsightOnDemandLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/HDInsightOnDemandLinkedService" + ] + }, + "x-ms-discriminator-value": "HDInsightOnDemand" + }, + "deprecated": false + }, + { + "$id": "11024", + "$type": "CompositeType", + "properties": [ + { + "$id": "11025", + "isReadOnly": false, + "realPath": [ + "accountName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11026", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11027", + "fixed": false, + "raw": "The Azure Data Lake Analytics account name. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11028", + "fixed": false, + "raw": "accountName" + }, + "serializedName": "accountName", + "modelType": { + "$id": "11029", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11030", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11031", + "isReadOnly": false, + "realPath": [ + "servicePrincipalId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11032", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11033", + "fixed": false, + "raw": "The ID of the application used to authenticate against the Azure Data Lake Analytics account. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11034", + "fixed": false, + "raw": "servicePrincipalId" + }, + "serializedName": "servicePrincipalId", + "modelType": { + "$id": "11035", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11036", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11037", + "isReadOnly": false, + "realPath": [ + "servicePrincipalKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11038", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11039", + "fixed": false, + "raw": "The Key of the application used to authenticate against the Azure Data Lake Analytics account." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11040", + "fixed": false, + "raw": "servicePrincipalKey" + }, + "serializedName": "servicePrincipalKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "11041", + "isReadOnly": false, + "realPath": [ + "tenant" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11042", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11043", + "fixed": false, + "raw": "The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11044", + "fixed": false, + "raw": "tenant" + }, + "serializedName": "tenant", + "modelType": { + "$id": "11045", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11046", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11047", + "isReadOnly": false, + "realPath": [ + "subscriptionId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11048", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11049", + "fixed": false, + "raw": "Data Lake Analytics account subscription ID (if different from Data Factory account). Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11050", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "11051", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11052", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11053", + "isReadOnly": false, + "realPath": [ + "resourceGroupName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11054", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11055", + "fixed": false, + "raw": "Data Lake Analytics account resource group name (if different from Data Factory account). Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11056", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "11057", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11058", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11059", + "isReadOnly": false, + "realPath": [ + "dataLakeAnalyticsUri" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11060", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11061", + "fixed": false, + "raw": "Azure Data Lake Analytics URI Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11062", + "fixed": false, + "raw": "dataLakeAnalyticsUri" + }, + "serializedName": "dataLakeAnalyticsUri", + "modelType": { + "$id": "11063", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11064", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11065", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11066", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11067", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11068", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "11069", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11070", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureDataLakeAnalyticsLinkedServiceTypeProperties", + "documentation": "Azure Data Lake Analytics linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "11071", + "fixed": false, + "raw": "AzureDataLakeAnalyticsLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureDataLakeAnalyticsLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureDataLakeAnalyticsLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "11072", + "$type": "CompositeType", + "properties": [ + { + "$id": "11073", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11074", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11075", + "fixed": false, + "raw": "Azure Data Lake Analytics linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11076", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "11024" + } + } + ], + "serializedName": "AzureDataLakeAnalytics", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Azure Data Lake Analytics linked service.", + "containsConstantProperties": false, + "name": { + "$id": "11077", + "fixed": false, + "raw": "AzureDataLakeAnalyticsLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureDataLakeAnalyticsLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureDataLakeAnalyticsLinkedService" + ] + }, + "x-ms-discriminator-value": "AzureDataLakeAnalytics" + }, + "deprecated": false + }, + { + "$id": "11078", + "$type": "CompositeType", + "properties": [ + { + "$id": "11079", + "isReadOnly": false, + "realPath": [ + "domain" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11080", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11081", + "fixed": false, + "raw": ".azuredatabricks.net, domain name of your Databricks deployment. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11082", + "fixed": false, + "raw": "domain" + }, + "serializedName": "domain", + "modelType": { + "$id": "11083", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11084", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11085", + "isReadOnly": false, + "realPath": [ + "accessToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11086", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11087", + "fixed": false, + "raw": "Access token for databricks REST API. Refer to https://docs.azuredatabricks.net/api/latest/authentication.html. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11088", + "fixed": false, + "raw": "accessToken" + }, + "serializedName": "accessToken", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "11089", + "isReadOnly": false, + "realPath": [ + "existingClusterId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11090", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11091", + "fixed": false, + "raw": "The id of an existing interactive cluster that will be used for all runs of this activity. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11092", + "fixed": false, + "raw": "existingClusterId" + }, + "serializedName": "existingClusterId", + "modelType": { + "$id": "11093", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11094", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11095", + "isReadOnly": false, + "realPath": [ + "instancePoolId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11096", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11097", + "fixed": false, + "raw": "The id of an existing instance pool that will be used for all runs of this activity. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11098", + "fixed": false, + "raw": "instancePoolId" + }, + "serializedName": "instancePoolId", + "modelType": { + "$id": "11099", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11100", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11101", + "isReadOnly": false, + "realPath": [ + "newClusterVersion" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11102", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11103", + "fixed": false, + "raw": "If not using an existing interactive cluster, this specifies the Spark version of a new job cluster or instance pool nodes created for each run of this activity. Required if instancePoolId is specified. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11104", + "fixed": false, + "raw": "newClusterVersion" + }, + "serializedName": "newClusterVersion", + "modelType": { + "$id": "11105", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11106", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11107", + "isReadOnly": false, + "realPath": [ + "newClusterNumOfWorker" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11108", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11109", + "fixed": false, + "raw": "If not using an existing interactive cluster, this specifies the number of worker nodes to use for the new job cluster or instance pool. For new job clusters, this a string-formatted Int32, like '1' means numOfWorker is 1 or '1:10' means auto-scale from 1 (min) to 10 (max). For instance pools, this is a string-formatted Int32, and can only specify a fixed number of worker nodes, such as '2'. Required if newClusterVersion is specified. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11110", + "fixed": false, + "raw": "newClusterNumOfWorker" + }, + "serializedName": "newClusterNumOfWorker", + "modelType": { + "$id": "11111", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11112", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11113", + "isReadOnly": false, + "realPath": [ + "newClusterNodeType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11114", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11115", + "fixed": false, + "raw": "The node type of the new job cluster. This property is required if newClusterVersion is specified and instancePoolId is not specified. If instancePoolId is specified, this property is ignored. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11116", + "fixed": false, + "raw": "newClusterNodeType" + }, + "serializedName": "newClusterNodeType", + "modelType": { + "$id": "11117", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11118", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11119", + "isReadOnly": false, + "realPath": [ + "newClusterSparkConf" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11120", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11121", + "fixed": false, + "raw": "A set of optional, user-specified Spark configuration key-value pairs." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11122", + "fixed": false, + "raw": "newClusterSparkConf" + }, + "serializedName": "newClusterSparkConf", + "modelType": { + "$id": "11123", + "$type": "DictionaryType", + "valueType": { + "$id": "11124", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11125", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "11126", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "11127", + "isReadOnly": false, + "realPath": [ + "newClusterSparkEnvVars" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11128", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11129", + "fixed": false, + "raw": "A set of optional, user-specified Spark environment variables key-value pairs." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11130", + "fixed": false, + "raw": "newClusterSparkEnvVars" + }, + "serializedName": "newClusterSparkEnvVars", + "modelType": { + "$id": "11131", + "$type": "DictionaryType", + "valueType": { + "$id": "11132", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11133", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "11134", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "11135", + "isReadOnly": false, + "realPath": [ + "newClusterCustomTags" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11136", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11137", + "fixed": false, + "raw": "Additional tags for cluster resources. This property is ignored in instance pool configurations." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11138", + "fixed": false, + "raw": "newClusterCustomTags" + }, + "serializedName": "newClusterCustomTags", + "modelType": { + "$id": "11139", + "$type": "DictionaryType", + "valueType": { + "$id": "11140", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11141", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "11142", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "11143", + "isReadOnly": false, + "realPath": [ + "newClusterDriverNodeType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11144", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11145", + "fixed": false, + "raw": "The driver node type for the new job cluster. This property is ignored in instance pool configurations. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11146", + "fixed": false, + "raw": "newClusterDriverNodeType" + }, + "serializedName": "newClusterDriverNodeType", + "modelType": { + "$id": "11147", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11148", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11149", + "isReadOnly": false, + "realPath": [ + "newClusterInitScripts" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11150", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11151", + "fixed": false, + "raw": "User-defined initialization scripts for the new cluster. Type: array of strings (or Expression with resultType array of strings)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11152", + "fixed": false, + "raw": "newClusterInitScripts" + }, + "serializedName": "newClusterInitScripts", + "modelType": { + "$id": "11153", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11154", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11155", + "isReadOnly": false, + "realPath": [ + "newClusterEnableElasticDisk" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11156", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11157", + "fixed": false, + "raw": "Enable the elastic disk on the new cluster. This property is now ignored, and takes the default elastic disk behavior in Databricks (elastic disks are always enabled). Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11158", + "fixed": false, + "raw": "newClusterEnableElasticDisk" + }, + "serializedName": "newClusterEnableElasticDisk", + "modelType": { + "$id": "11159", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11160", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11161", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11162", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11163", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11164", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "11165", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11166", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureDatabricksLinkedServiceTypeProperties", + "documentation": "Azure Databricks linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "11167", + "fixed": false, + "raw": "AzureDatabricksLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureDatabricksLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureDatabricksLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "11168", + "$type": "CompositeType", + "properties": [ + { + "$id": "11169", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11170", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11171", + "fixed": false, + "raw": "Azure Databricks linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11172", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "11078" + } + } + ], + "serializedName": "AzureDatabricks", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Azure Databricks linked service.", + "containsConstantProperties": false, + "name": { + "$id": "11173", + "fixed": false, + "raw": "AzureDatabricksLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureDatabricksLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureDatabricksLinkedService" + ] + }, + "x-ms-discriminator-value": "AzureDatabricks" + }, + "deprecated": false + }, + { + "$id": "11174", + "$type": "CompositeType", + "properties": [ + { + "$id": "11175", + "isReadOnly": false, + "realPath": [ + "endpoint" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11176", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11177", + "fixed": false, + "raw": "The endpoint of the Responsys server." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11178", + "fixed": false, + "raw": "endpoint" + }, + "serializedName": "endpoint", + "modelType": { + "$id": "11179", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11180", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11181", + "isReadOnly": false, + "realPath": [ + "clientId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11182", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11183", + "fixed": false, + "raw": "The client ID associated with the Responsys application. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11184", + "fixed": false, + "raw": "clientId" + }, + "serializedName": "clientId", + "modelType": { + "$id": "11185", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11186", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11187", + "isReadOnly": false, + "realPath": [ + "clientSecret" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11188", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11189", + "fixed": false, + "raw": "The client secret associated with the Responsys application. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11190", + "fixed": false, + "raw": "clientSecret" + }, + "serializedName": "clientSecret", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "11191", + "isReadOnly": false, + "realPath": [ + "useEncryptedEndpoints" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11192", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11193", + "fixed": false, + "raw": "Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11194", + "fixed": false, + "raw": "useEncryptedEndpoints" + }, + "serializedName": "useEncryptedEndpoints", + "modelType": { + "$id": "11195", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11196", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11197", + "isReadOnly": false, + "realPath": [ + "useHostVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11198", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11199", + "fixed": false, + "raw": "Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11200", + "fixed": false, + "raw": "useHostVerification" + }, + "serializedName": "useHostVerification", + "modelType": { + "$id": "11201", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11202", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11203", + "isReadOnly": false, + "realPath": [ + "usePeerVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11204", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11205", + "fixed": false, + "raw": "Specifies whether to verify the identity of the server when connecting over SSL. The default value is true. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11206", + "fixed": false, + "raw": "usePeerVerification" + }, + "serializedName": "usePeerVerification", + "modelType": { + "$id": "11207", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11208", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11209", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11210", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11211", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11212", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "11213", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11214", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "ResponsysLinkedServiceTypeProperties", + "documentation": "Responsys linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "11215", + "fixed": false, + "raw": "ResponsysLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "ResponsysLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/ResponsysLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "11216", + "$type": "CompositeType", + "properties": [ + { + "$id": "11217", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11218", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11219", + "fixed": false, + "raw": "Responsys linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11220", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "11174" + } + } + ], + "serializedName": "Responsys", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Responsys linked service.", + "containsConstantProperties": false, + "name": { + "$id": "11221", + "fixed": false, + "raw": "ResponsysLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "ResponsysLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/ResponsysLinkedService" + ] + }, + "x-ms-discriminator-value": "Responsys" + }, + "deprecated": false + }, + { + "$id": "11222", + "$type": "CompositeType", + "properties": [ + { + "$id": "11223", + "isReadOnly": false, + "realPath": [ + "url" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11224", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11225", + "fixed": false, + "raw": "The Dynamics AX (or Dynamics 365 Finance and Operations) instance OData endpoint." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11226", + "fixed": false, + "raw": "url" + }, + "serializedName": "url", + "modelType": { + "$id": "11227", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11228", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11229", + "isReadOnly": false, + "realPath": [ + "servicePrincipalId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11230", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11231", + "fixed": false, + "raw": "Specify the application's client ID. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11232", + "fixed": false, + "raw": "servicePrincipalId" + }, + "serializedName": "servicePrincipalId", + "modelType": { + "$id": "11233", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11234", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11235", + "isReadOnly": false, + "realPath": [ + "servicePrincipalKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11236", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11237", + "fixed": false, + "raw": "Specify the application's key. Mark this field as a SecureString to store it securely in Data Factory, or reference a secret stored in Azure Key Vault. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11238", + "fixed": false, + "raw": "servicePrincipalKey" + }, + "serializedName": "servicePrincipalKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "11239", + "isReadOnly": false, + "realPath": [ + "tenant" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11240", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11241", + "fixed": false, + "raw": "Specify the tenant information (domain name or tenant ID) under which your application resides. Retrieve it by hovering the mouse in the top-right corner of the Azure portal. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11242", + "fixed": false, + "raw": "tenant" + }, + "serializedName": "tenant", + "modelType": { + "$id": "11243", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11244", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11245", + "isReadOnly": false, + "realPath": [ + "aadResourceId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11246", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11247", + "fixed": false, + "raw": "Specify the resource you are requesting authorization. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11248", + "fixed": false, + "raw": "aadResourceId" + }, + "serializedName": "aadResourceId", + "modelType": { + "$id": "11249", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11250", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11251", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11252", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11253", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11254", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "11255", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11256", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "DynamicsAXLinkedServiceTypeProperties", + "documentation": "Dynamics AX linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "11257", + "fixed": false, + "raw": "DynamicsAXLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "DynamicsAXLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/DynamicsAXLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "11258", + "$type": "CompositeType", + "properties": [ + { + "$id": "11259", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11260", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11261", + "fixed": false, + "raw": "Dynamics AX linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11262", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "11222" + } + } + ], + "serializedName": "DynamicsAX", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Dynamics AX linked service.", + "containsConstantProperties": false, + "name": { + "$id": "11263", + "fixed": false, + "raw": "DynamicsAXLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "DynamicsAXLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/DynamicsAXLinkedService" + ] + }, + "x-ms-discriminator-value": "DynamicsAX" + }, + "deprecated": false + }, + { + "$id": "11264", + "$type": "CompositeType", + "properties": [ + { + "$id": "11265", + "isReadOnly": false, + "realPath": [ + "host" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11266", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11267", + "fixed": false, + "raw": "The URL of the Oracle Service Cloud instance." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11268", + "fixed": false, + "raw": "host" + }, + "serializedName": "host", + "modelType": { + "$id": "11269", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11270", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11271", + "isReadOnly": false, + "realPath": [ + "username" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11272", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11273", + "fixed": false, + "raw": "The user name that you use to access Oracle Service Cloud server." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11274", + "fixed": false, + "raw": "username" + }, + "serializedName": "username", + "modelType": { + "$id": "11275", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11276", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11277", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11278", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11279", + "fixed": false, + "raw": "The password corresponding to the user name that you provided in the username key." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11280", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "11281", + "isReadOnly": false, + "realPath": [ + "useEncryptedEndpoints" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11282", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11283", + "fixed": false, + "raw": "Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11284", + "fixed": false, + "raw": "useEncryptedEndpoints" + }, + "serializedName": "useEncryptedEndpoints", + "modelType": { + "$id": "11285", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11286", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11287", + "isReadOnly": false, + "realPath": [ + "useHostVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11288", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11289", + "fixed": false, + "raw": "Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11290", + "fixed": false, + "raw": "useHostVerification" + }, + "serializedName": "useHostVerification", + "modelType": { + "$id": "11291", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11292", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11293", + "isReadOnly": false, + "realPath": [ + "usePeerVerification" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11294", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11295", + "fixed": false, + "raw": "Specifies whether to verify the identity of the server when connecting over SSL. The default value is true. Type: boolean (or Expression with resultType boolean)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11296", + "fixed": false, + "raw": "usePeerVerification" + }, + "serializedName": "usePeerVerification", + "modelType": { + "$id": "11297", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11298", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11299", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11300", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11301", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11302", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "11303", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11304", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "OracleServiceCloudLinkedServiceTypeProperties", + "documentation": "Oracle Service Cloud linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "11305", + "fixed": false, + "raw": "OracleServiceCloudLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "OracleServiceCloudLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/OracleServiceCloudLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "11306", + "$type": "CompositeType", + "properties": [ + { + "$id": "11307", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11308", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11309", + "fixed": false, + "raw": "Oracle Service Cloud linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11310", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "11264" + } + } + ], + "serializedName": "OracleServiceCloud", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Oracle Service Cloud linked service.", + "containsConstantProperties": false, + "name": { + "$id": "11311", + "fixed": false, + "raw": "OracleServiceCloudLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "OracleServiceCloudLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/OracleServiceCloudLinkedService" + ] + }, + "x-ms-discriminator-value": "OracleServiceCloud" + }, + "deprecated": false + }, + { + "$id": "11312", + "$type": "CompositeType", + "properties": [ + { + "$id": "11313", + "isReadOnly": false, + "realPath": [ + "clientCustomerID" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11314", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11315", + "fixed": false, + "raw": "The Client customer ID of the AdWords account that you want to fetch report data for." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11316", + "fixed": false, + "raw": "clientCustomerID" + }, + "serializedName": "clientCustomerID", + "modelType": { + "$id": "11317", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11318", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11319", + "isReadOnly": false, + "realPath": [ + "developerToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11320", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11321", + "fixed": false, + "raw": "The developer token associated with the manager account that you use to grant access to the AdWords API." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11322", + "fixed": false, + "raw": "developerToken" + }, + "serializedName": "developerToken", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "11323", + "isReadOnly": false, + "realPath": [ + "authenticationType" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11324", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11325", + "fixed": false, + "raw": "The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on self-hosted IR." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "GoogleAdWordsAuthenticationType", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/GoogleAdWordsLinkedServiceTypeProperties-authenticationType" + ] + }, + "x-ms-enum": { + "name": "GoogleAdWordsAuthenticationType", + "modelAsString": true, + "oldModelAsString": true + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11326", + "fixed": false, + "raw": "authenticationType" + }, + "serializedName": "authenticationType", + "modelType": { + "$id": "11327", + "$type": "EnumType", + "values": [ + { + "$id": "11328", + "name": "ServiceAuthentication", + "serializedName": "ServiceAuthentication" + }, + { + "$id": "11329", + "name": "UserAuthentication", + "serializedName": "UserAuthentication" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "11330", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11331", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "11332", + "fixed": false, + "raw": "GoogleAdWordsAuthenticationType" + }, + "deprecated": false + } + }, + { + "$id": "11333", + "isReadOnly": false, + "realPath": [ + "refreshToken" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11334", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11335", + "fixed": false, + "raw": "The refresh token obtained from Google for authorizing access to AdWords for UserAuthentication." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11336", + "fixed": false, + "raw": "refreshToken" + }, + "serializedName": "refreshToken", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "11337", + "isReadOnly": false, + "realPath": [ + "clientId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11338", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11339", + "fixed": false, + "raw": "The client id of the google application used to acquire the refresh token. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11340", + "fixed": false, + "raw": "clientId" + }, + "serializedName": "clientId", + "modelType": { + "$id": "11341", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11342", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11343", + "isReadOnly": false, + "realPath": [ + "clientSecret" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11344", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11345", + "fixed": false, + "raw": "The client secret of the google application used to acquire the refresh token." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11346", + "fixed": false, + "raw": "clientSecret" + }, + "serializedName": "clientSecret", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "11347", + "isReadOnly": false, + "realPath": [ + "email" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11348", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11349", + "fixed": false, + "raw": "The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11350", + "fixed": false, + "raw": "email" + }, + "serializedName": "email", + "modelType": { + "$id": "11351", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11352", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11353", + "isReadOnly": false, + "realPath": [ + "keyFilePath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11354", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11355", + "fixed": false, + "raw": "The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11356", + "fixed": false, + "raw": "keyFilePath" + }, + "serializedName": "keyFilePath", + "modelType": { + "$id": "11357", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11358", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11359", + "isReadOnly": false, + "realPath": [ + "trustedCertPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11360", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11361", + "fixed": false, + "raw": "The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11362", + "fixed": false, + "raw": "trustedCertPath" + }, + "serializedName": "trustedCertPath", + "modelType": { + "$id": "11363", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11364", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11365", + "isReadOnly": false, + "realPath": [ + "useSystemTrustStore" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11366", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11367", + "fixed": false, + "raw": "Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11368", + "fixed": false, + "raw": "useSystemTrustStore" + }, + "serializedName": "useSystemTrustStore", + "modelType": { + "$id": "11369", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11370", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11371", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11372", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11373", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11374", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "11375", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11376", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "GoogleAdWordsLinkedServiceTypeProperties", + "documentation": "Google AdWords service linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "11377", + "fixed": false, + "raw": "GoogleAdWordsLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "GoogleAdWordsLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/GoogleAdWordsLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "11378", + "$type": "CompositeType", + "properties": [ + { + "$id": "11379", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11380", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11381", + "fixed": false, + "raw": "Google AdWords service linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11382", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "11312" + } + } + ], + "serializedName": "GoogleAdWords", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Google AdWords service linked service.", + "containsConstantProperties": false, + "name": { + "$id": "11383", + "fixed": false, + "raw": "GoogleAdWordsLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "GoogleAdWordsLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/GoogleAdWordsLinkedService" + ] + }, + "x-ms-discriminator-value": "GoogleAdWords" + }, + "deprecated": false + }, + { + "$id": "11384", + "$type": "CompositeType", + "properties": [ + { + "$id": "11385", + "isReadOnly": false, + "realPath": [ + "server" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11386", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11387", + "fixed": false, + "raw": "Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11388", + "fixed": false, + "raw": "server" + }, + "serializedName": "server", + "modelType": { + "$id": "11389", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11390", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11391", + "isReadOnly": false, + "realPath": [ + "systemNumber" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11392", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11393", + "fixed": false, + "raw": "System number of the SAP system where the table is located. (Usually a two-digit decimal number represented as a string.) Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11394", + "fixed": false, + "raw": "systemNumber" + }, + "serializedName": "systemNumber", + "modelType": { + "$id": "11395", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11396", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11397", + "isReadOnly": false, + "realPath": [ + "clientId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11398", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11399", + "fixed": false, + "raw": "Client ID of the client on the SAP system where the table is located. (Usually a three-digit decimal number represented as a string) Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11400", + "fixed": false, + "raw": "clientId" + }, + "serializedName": "clientId", + "modelType": { + "$id": "11401", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11402", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11403", + "isReadOnly": false, + "realPath": [ + "language" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11404", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11405", + "fixed": false, + "raw": "Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11406", + "fixed": false, + "raw": "language" + }, + "serializedName": "language", + "modelType": { + "$id": "11407", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11408", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11409", + "isReadOnly": false, + "realPath": [ + "systemId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11410", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11411", + "fixed": false, + "raw": "SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11412", + "fixed": false, + "raw": "systemId" + }, + "serializedName": "systemId", + "modelType": { + "$id": "11413", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11414", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11415", + "isReadOnly": false, + "realPath": [ + "userName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11416", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11417", + "fixed": false, + "raw": "Username to access the SAP server where the table is located. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11418", + "fixed": false, + "raw": "userName" + }, + "serializedName": "userName", + "modelType": { + "$id": "11419", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11420", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11421", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11422", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11423", + "fixed": false, + "raw": "Password to access the SAP server where the table is located." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11424", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "11425", + "isReadOnly": false, + "realPath": [ + "messageServer" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11426", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11427", + "fixed": false, + "raw": "The hostname of the SAP Message Server. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11428", + "fixed": false, + "raw": "messageServer" + }, + "serializedName": "messageServer", + "modelType": { + "$id": "11429", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11430", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11431", + "isReadOnly": false, + "realPath": [ + "messageServerService" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11432", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11433", + "fixed": false, + "raw": "The service name or port number of the Message Server. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11434", + "fixed": false, + "raw": "messageServerService" + }, + "serializedName": "messageServerService", + "modelType": { + "$id": "11435", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11436", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11437", + "isReadOnly": false, + "realPath": [ + "sncMode" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11438", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11439", + "fixed": false, + "raw": "SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11440", + "fixed": false, + "raw": "sncMode" + }, + "serializedName": "sncMode", + "modelType": { + "$id": "11441", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11442", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11443", + "isReadOnly": false, + "realPath": [ + "sncMyName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11444", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11445", + "fixed": false, + "raw": "Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11446", + "fixed": false, + "raw": "sncMyName" + }, + "serializedName": "sncMyName", + "modelType": { + "$id": "11447", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11448", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11449", + "isReadOnly": false, + "realPath": [ + "sncPartnerName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11450", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11451", + "fixed": false, + "raw": "Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11452", + "fixed": false, + "raw": "sncPartnerName" + }, + "serializedName": "sncPartnerName", + "modelType": { + "$id": "11453", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11454", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11455", + "isReadOnly": false, + "realPath": [ + "sncLibraryPath" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11456", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11457", + "fixed": false, + "raw": "External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11458", + "fixed": false, + "raw": "sncLibraryPath" + }, + "serializedName": "sncLibraryPath", + "modelType": { + "$id": "11459", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11460", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11461", + "isReadOnly": false, + "realPath": [ + "sncQop" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11462", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11463", + "fixed": false, + "raw": "SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11464", + "fixed": false, + "raw": "sncQop" + }, + "serializedName": "sncQop", + "modelType": { + "$id": "11465", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11466", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11467", + "isReadOnly": false, + "realPath": [ + "logonGroup" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11468", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11469", + "fixed": false, + "raw": "The Logon Group for the SAP System. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11470", + "fixed": false, + "raw": "logonGroup" + }, + "serializedName": "logonGroup", + "modelType": { + "$id": "11471", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11472", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11473", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11474", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11475", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11476", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "11477", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11478", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SapTableLinkedServiceTypeProperties", + "documentation": "Properties specific to this linked service type.", + "containsConstantProperties": false, + "name": { + "$id": "11479", + "fixed": false, + "raw": "SapTableLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SapTableLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SapTableLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "11480", + "$type": "CompositeType", + "properties": [ + { + "$id": "11481", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11482", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11483", + "fixed": false, + "raw": "Properties specific to this linked service type." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11484", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "11384" + } + } + ], + "serializedName": "SapTable", + "baseModelType": { + "$ref": "483" + }, + "documentation": "SAP Table Linked Service.", + "containsConstantProperties": false, + "name": { + "$id": "11485", + "fixed": false, + "raw": "SapTableLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SapTableLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SapTableLinkedService" + ] + }, + "x-ms-discriminator-value": "SapTable" + }, + "deprecated": false + }, + { + "$id": "11486", + "$type": "CompositeType", + "properties": [ + { + "$id": "11487", + "isReadOnly": false, + "realPath": [ + "endpoint" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11488", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11489", + "fixed": false, + "raw": "The endpoint of Azure Data Explorer (the engine's endpoint). URL will be in the format https://..kusto.windows.net. Type: string (or Expression with resultType string)" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11490", + "fixed": false, + "raw": "endpoint" + }, + "serializedName": "endpoint", + "modelType": { + "$id": "11491", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11492", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11493", + "isReadOnly": false, + "realPath": [ + "servicePrincipalId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11494", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11495", + "fixed": false, + "raw": "The ID of the service principal used to authenticate against Azure Data Explorer. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11496", + "fixed": false, + "raw": "servicePrincipalId" + }, + "serializedName": "servicePrincipalId", + "modelType": { + "$id": "11497", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11498", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11499", + "isReadOnly": false, + "realPath": [ + "servicePrincipalKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11500", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11501", + "fixed": false, + "raw": "The key of the service principal used to authenticate against Kusto." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11502", + "fixed": false, + "raw": "servicePrincipalKey" + }, + "serializedName": "servicePrincipalKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "11503", + "isReadOnly": false, + "realPath": [ + "database" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11504", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11505", + "fixed": false, + "raw": "Database name for connection. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11506", + "fixed": false, + "raw": "database" + }, + "serializedName": "database", + "modelType": { + "$id": "11507", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11508", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11509", + "isReadOnly": false, + "realPath": [ + "tenant" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11510", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11511", + "fixed": false, + "raw": "The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11512", + "fixed": false, + "raw": "tenant" + }, + "serializedName": "tenant", + "modelType": { + "$id": "11513", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11514", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureDataExplorerLinkedServiceTypeProperties", + "documentation": "Azure Data Explorer (Kusto) linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "11515", + "fixed": false, + "raw": "AzureDataExplorerLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureDataExplorerLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureDataExplorerLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "11516", + "$type": "CompositeType", + "properties": [ + { + "$id": "11517", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11518", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11519", + "fixed": false, + "raw": "Azure Data Explorer (Kusto) linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11520", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "11486" + } + } + ], + "serializedName": "AzureDataExplorer", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Azure Data Explorer (Kusto) linked service.", + "containsConstantProperties": false, + "name": { + "$id": "11521", + "fixed": false, + "raw": "AzureDataExplorerLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureDataExplorerLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureDataExplorerLinkedService" + ] + }, + "x-ms-discriminator-value": "AzureDataExplorer" + }, + "deprecated": false + }, + { + "$id": "11522", + "$type": "CompositeType", + "properties": [ + { + "$id": "11523", + "isReadOnly": false, + "realPath": [ + "functionAppUrl" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11524", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11525", + "fixed": false, + "raw": "The endpoint of the Azure Function App. URL will be in the format https://.azurewebsites.net." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11526", + "fixed": false, + "raw": "functionAppUrl" + }, + "serializedName": "functionAppUrl", + "modelType": { + "$id": "11527", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11528", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11529", + "isReadOnly": false, + "realPath": [ + "functionKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11530", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11531", + "fixed": false, + "raw": "Function or Host key for Azure Function App." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11532", + "fixed": false, + "raw": "functionKey" + }, + "serializedName": "functionKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "11533", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11534", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11535", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11536", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "11537", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11538", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "AzureFunctionLinkedServiceTypeProperties", + "documentation": "Azure Function linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "11539", + "fixed": false, + "raw": "AzureFunctionLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureFunctionLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureFunctionLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "11540", + "$type": "CompositeType", + "properties": [ + { + "$id": "11541", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11542", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11543", + "fixed": false, + "raw": "Azure Function linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11544", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "11522" + } + } + ], + "serializedName": "AzureFunction", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Azure Function linked service.", + "containsConstantProperties": false, + "name": { + "$id": "11545", + "fixed": false, + "raw": "AzureFunctionLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "AzureFunctionLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/AzureFunctionLinkedService" + ] + }, + "x-ms-discriminator-value": "AzureFunction" + }, + "deprecated": false + }, + { + "$id": "11546", + "$type": "CompositeType", + "properties": [ + { + "$id": "11547", + "isReadOnly": false, + "realPath": [ + "connectionString" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11548", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11549", + "fixed": false, + "raw": "The connection string of snowflake. Type: string, SecureString." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11550", + "fixed": false, + "raw": "connectionString" + }, + "serializedName": "connectionString", + "modelType": { + "$id": "11551", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11552", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11553", + "isReadOnly": false, + "realPath": [ + "password" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11554", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11555", + "fixed": false, + "raw": "The Azure key vault secret reference of password in connection string." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11556", + "fixed": false, + "raw": "password" + }, + "serializedName": "password", + "modelType": { + "$ref": "122" + } + }, + { + "$id": "11557", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11558", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11559", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11560", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "11561", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11562", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SnowflakeLinkedServiceTypeProperties", + "documentation": "Snowflake linked service properties.", + "containsConstantProperties": true, + "name": { + "$id": "11563", + "fixed": false, + "raw": "SnowflakeLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SnowflakeLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SnowflakeLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "11564", + "$type": "CompositeType", + "properties": [ + { + "$id": "11565", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11566", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11567", + "fixed": false, + "raw": "Snowflake linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11568", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "11546" + } + } + ], + "serializedName": "Snowflake", + "baseModelType": { + "$ref": "483" + }, + "documentation": "Snowflake linked service.", + "containsConstantProperties": true, + "name": { + "$id": "11569", + "fixed": false, + "raw": "SnowflakeLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SnowflakeLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SnowflakeLinkedService" + ] + }, + "x-ms-discriminator-value": "Snowflake" + }, + "deprecated": false + }, + { + "$id": "11570", + "$type": "CompositeType", + "properties": [ + { + "$id": "11571", + "isReadOnly": false, + "realPath": [ + "siteUrl" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11572", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11573", + "fixed": false, + "raw": "The URL of the SharePoint Online site. For example, https://contoso.sharepoint.com/sites/siteName. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11574", + "fixed": false, + "raw": "siteUrl" + }, + "serializedName": "siteUrl", + "modelType": { + "$id": "11575", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11576", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11577", + "isReadOnly": false, + "realPath": [ + "tenantId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11578", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11579", + "fixed": false, + "raw": "The tenant ID under which your application resides. You can find it from Azure portal Active Directory overview page. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11580", + "fixed": false, + "raw": "tenantId" + }, + "serializedName": "tenantId", + "modelType": { + "$id": "11581", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11582", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11583", + "isReadOnly": false, + "realPath": [ + "servicePrincipalId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11584", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11585", + "fixed": false, + "raw": "The application (client) ID of your application registered in Azure Active Directory. Make sure to grant SharePoint site permission to this application. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11586", + "fixed": false, + "raw": "servicePrincipalId" + }, + "serializedName": "servicePrincipalId", + "modelType": { + "$id": "11587", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11588", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + }, + { + "$id": "11589", + "isReadOnly": false, + "realPath": [ + "servicePrincipalKey" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11590", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11591", + "fixed": false, + "raw": "The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string)." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11592", + "fixed": false, + "raw": "servicePrincipalKey" + }, + "serializedName": "servicePrincipalKey", + "modelType": { + "$ref": "97" + } + }, + { + "$id": "11593", + "isReadOnly": false, + "realPath": [ + "encryptedCredential" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11594", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11595", + "fixed": false, + "raw": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11596", + "fixed": false, + "raw": "encryptedCredential" + }, + "serializedName": "encryptedCredential", + "modelType": { + "$id": "11597", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "11598", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + } + } + ], + "serializedName": "SharePointOnlineListLinkedServiceTypeProperties", + "documentation": "SharePoint Online List linked service properties.", + "containsConstantProperties": false, + "name": { + "$id": "11599", + "fixed": false, + "raw": "SharePointOnlineListLinkedServiceTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SharePointOnlineListLinkedServiceTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SharePointOnlineListLinkedServiceTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "11600", + "$type": "CompositeType", + "properties": [ + { + "$id": "11601", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11602", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11603", + "fixed": false, + "raw": "SharePoint Online List linked service properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11604", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "11570" + } + } + ], + "serializedName": "SharePointOnlineList", + "baseModelType": { + "$ref": "483" + }, + "documentation": "SharePoint Online List linked service.", + "containsConstantProperties": false, + "name": { + "$id": "11605", + "fixed": false, + "raw": "SharePointOnlineListLinkedService" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///274?oai3.shaken.json" + ], + "name": "SharePointOnlineListLinkedService", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json#/components/schemas/SharePointOnlineListLinkedService" + ] + }, + "x-ms-discriminator-value": "SharePointOnlineList" + }, + "deprecated": false + }, + { + "$id": "11606", + "$type": "CompositeType", + "properties": [ + { + "$id": "11607", + "isReadOnly": false, + "realPath": [ + "dataset" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11608", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11609", + "fixed": false, + "raw": "Dataset reference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11610", + "fixed": false, + "raw": "dataset" + }, + "serializedName": "dataset", + "modelType": { + "$ref": "1090" + } + }, + { + "$id": "11611", + "isReadOnly": false, + "realPath": [ + "linkedService" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11612", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11613", + "fixed": false, + "raw": "Linked service reference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11614", + "fixed": false, + "raw": "linkedService" + }, + "serializedName": "linkedService", + "modelType": { + "$ref": "100" + } + }, + { + "$id": "11615", + "isReadOnly": false, + "realPath": [ + "schemaLinkedService" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11616", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11617", + "fixed": false, + "raw": "Schema linked service reference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11618", + "fixed": false, + "raw": "schemaLinkedService" + }, + "serializedName": "schemaLinkedService", + "modelType": { + "$ref": "100" + } + } + ], + "serializedName": "DataFlowSource", + "baseModelType": { + "$id": "11619", + "$type": "CompositeType", + "properties": [ + { + "$id": "11620", + "isReadOnly": false, + "realPath": [ + "name" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11621", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11622", + "fixed": false, + "raw": "Transformation name." + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11623", + "fixed": false, + "raw": "name" + }, + "serializedName": "name", + "modelType": { + "$id": "11624", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11625", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11626", + "isReadOnly": false, + "realPath": [ + "description" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11627", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11628", + "fixed": false, + "raw": "Transformation description." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11629", + "fixed": false, + "raw": "description" + }, + "serializedName": "description", + "modelType": { + "$id": "11630", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11631", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "Transformation", + "documentation": "A data flow transformation.", + "containsConstantProperties": false, + "name": { + "$id": "11632", + "fixed": false, + "raw": "Transformation" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///275?oai3.shaken.json" + ], + "name": "Transformation", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/DataFlow.json#/components/schemas/Transformation" + ] + } + }, + "deprecated": false + }, + "documentation": "Transformation for data flow source.", + "containsConstantProperties": true, + "name": { + "$id": "11633", + "fixed": false, + "raw": "DataFlowSource" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///275?oai3.shaken.json" + ], + "name": "DataFlowSource", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/DataFlow.json#/components/schemas/DataFlowSource" + ] + } + }, + "deprecated": false + }, + { + "$id": "11634", + "$type": "CompositeType", + "properties": [ + { + "$id": "11635", + "isReadOnly": false, + "realPath": [ + "dataset" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11636", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11637", + "fixed": false, + "raw": "Dataset reference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11638", + "fixed": false, + "raw": "dataset" + }, + "serializedName": "dataset", + "modelType": { + "$ref": "1090" + } + }, + { + "$id": "11639", + "isReadOnly": false, + "realPath": [ + "linkedService" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11640", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11641", + "fixed": false, + "raw": "Linked service reference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11642", + "fixed": false, + "raw": "linkedService" + }, + "serializedName": "linkedService", + "modelType": { + "$ref": "100" + } + }, + { + "$id": "11643", + "isReadOnly": false, + "realPath": [ + "schemaLinkedService" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11644", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11645", + "fixed": false, + "raw": "Schema linked service reference." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11646", + "fixed": false, + "raw": "schemaLinkedService" + }, + "serializedName": "schemaLinkedService", + "modelType": { + "$ref": "100" + } + } + ], + "serializedName": "DataFlowSink", + "baseModelType": { + "$ref": "11619" + }, + "documentation": "Transformation for data flow sink.", + "containsConstantProperties": true, + "name": { + "$id": "11647", + "fixed": false, + "raw": "DataFlowSink" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///275?oai3.shaken.json" + ], + "name": "DataFlowSink", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/DataFlow.json#/components/schemas/DataFlowSink" + ] + } + }, + "deprecated": false + }, + { + "$ref": "11619" + }, + { + "$id": "11648", + "$type": "CompositeType", + "properties": [ + { + "$id": "11649", + "isReadOnly": false, + "realPath": [ + "sources" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11650", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11651", + "fixed": false, + "raw": "List of sources in data flow." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11652", + "fixed": false, + "raw": "sources" + }, + "serializedName": "sources", + "modelType": { + "$id": "11653", + "$type": "SequenceType", + "elementType": { + "$ref": "11606" + }, + "name": { + "$id": "11654", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "11655", + "isReadOnly": false, + "realPath": [ + "sinks" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11656", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11657", + "fixed": false, + "raw": "List of sinks in data flow." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11658", + "fixed": false, + "raw": "sinks" + }, + "serializedName": "sinks", + "modelType": { + "$id": "11659", + "$type": "SequenceType", + "elementType": { + "$ref": "11634" + }, + "name": { + "$id": "11660", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "11661", + "isReadOnly": false, + "realPath": [ + "transformations" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11662", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11663", + "fixed": false, + "raw": "List of transformations in data flow." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11664", + "fixed": false, + "raw": "transformations" + }, + "serializedName": "transformations", + "modelType": { + "$id": "11665", + "$type": "SequenceType", + "elementType": { + "$ref": "11619" + }, + "name": { + "$id": "11666", + "fixed": false + }, + "deprecated": false + } + }, + { + "$id": "11667", + "isReadOnly": false, + "realPath": [ + "script" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11668", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11669", + "fixed": false, + "raw": "DataFlow script." + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11670", + "fixed": false, + "raw": "script" + }, + "serializedName": "script", + "modelType": { + "$id": "11671", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11672", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "MappingDataFlowTypeProperties", + "documentation": "Mapping data flow type properties.", + "containsConstantProperties": false, + "name": { + "$id": "11673", + "fixed": false, + "raw": "MappingDataFlowTypeProperties" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///275?oai3.shaken.json" + ], + "name": "MappingDataFlowTypeProperties", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/DataFlow.json#/components/schemas/MappingDataFlowTypeProperties" + ] + } + }, + "deprecated": false + }, + { + "$id": "11674", + "$type": "CompositeType", + "properties": [ + { + "$id": "11675", + "isReadOnly": false, + "realPath": [ + "typeProperties" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11676", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11677", + "fixed": false, + "raw": "Mapping data flow type properties." + }, + "extensions": { + "x-ms-client-flatten": true + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11678", + "fixed": false, + "raw": "typeProperties" + }, + "serializedName": "typeProperties", + "modelType": { + "$ref": "11648" + } + } + ], + "serializedName": "MappingDataFlow", + "baseModelType": { + "$ref": "1832" + }, + "documentation": "Mapping data flow.", + "containsConstantProperties": false, + "name": { + "$id": "11679", + "fixed": false, + "raw": "MappingDataFlow" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///275?oai3.shaken.json" + ], + "name": "MappingDataFlow", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/DataFlow.json#/components/schemas/MappingDataFlow" + ] + }, + "x-ms-discriminator-value": "MappingDataFlow" + }, + "deprecated": false + } + ], + "errorTypes": [ + { + "$ref": "901" + } + ], + "headerTypes": [ + { + "$id": "11680", + "$type": "CompositeType", + "properties": [ + { + "$id": "11681", + "isReadOnly": false, + "realPath": [ + "location" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11682", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11683", + "fixed": false, + "raw": "URI to poll for asynchronous operation status." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1lia43q·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-createdataflowdebugsession·post·responses·202·headers·location", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/headers/paths·1lia43q·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-createdataflowdebugsession·post·responses·202·headers·location" + ] + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11684", + "fixed": false, + "raw": "location" + }, + "serializedName": "location", + "modelType": { + "$id": "11685", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11686", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "DataFlowDebugSession-Create-Headers", + "documentation": "Defines headers for Create operation.", + "containsConstantProperties": false, + "name": { + "$id": "11687", + "fixed": false, + "raw": "DataFlowDebugSession-Create-Headers" + }, + "deprecated": false + }, + { + "$id": "11688", + "$type": "CompositeType", + "properties": [ + { + "$id": "11689", + "isReadOnly": false, + "realPath": [ + "location" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11690", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11691", + "fixed": false, + "raw": "URI to poll for asynchronous operation status." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1h593sz·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-executedataflowdebugcommand·post·responses·202·headers·location", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/headers/paths·1h593sz·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-executedataflowdebugcommand·post·responses·202·headers·location" + ] + } + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11692", + "fixed": false, + "raw": "location" + }, + "serializedName": "location", + "modelType": { + "$id": "11693", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11694", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "serializedName": "DataFlowDebugSession-ExecuteCommand-Headers", + "documentation": "Defines headers for ExecuteCommand operation.", + "containsConstantProperties": false, + "name": { + "$id": "11695", + "fixed": false, + "raw": "DataFlowDebugSession-ExecuteCommand-Headers" + }, + "deprecated": false + } + ], + "enumTypes": [ + { + "$ref": "197" + }, + { + "$ref": "359" + }, + { + "$ref": "405" + }, + { + "$ref": "465" + }, + { + "$ref": "635" + }, + { + "$ref": "698" + }, + { + "$ref": "819" + }, + { + "$ref": "920" + }, + { + "$id": "11696", + "$type": "EnumType", + "values": [ + { + "$id": "11697", + "name": "SystemAssigned", + "serializedName": "SystemAssigned" + } + ], + "oldModelAsString": false, + "modelAsString": false, + "underlyingType": { + "$id": "11698", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11699", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "11700", + "fixed": false, + "raw": "FactoryIdentityType" + }, + "deprecated": false + }, + { + "$ref": "1143" + }, + { + "$ref": "1163" + }, + { + "$ref": "1185" + }, + { + "$ref": "1202" + }, + { + "$ref": "1504" + }, + { + "$ref": "2067" + }, + { + "$id": "11701", + "$type": "EnumType", + "values": [ + { + "$id": "11702", + "name": "Managed", + "serializedName": "Managed" + }, + { + "$id": "11703", + "name": "SelfHosted", + "serializedName": "SelfHosted" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "11704", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11705", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "11706", + "fixed": false, + "raw": "IntegrationRuntimeType" + }, + "deprecated": false + }, + { + "$ref": "2228" + }, + { + "$ref": "2349" + }, + { + "$ref": "2435" + }, + { + "$ref": "2375" + }, + { + "$ref": "2453" + }, + { + "$ref": "2575" + }, + { + "$ref": "2851" + }, + { + "$ref": "2699" + }, + { + "$ref": "2764" + }, + { + "$ref": "2996" + }, + { + "$id": "11707", + "$type": "EnumType", + "values": [ + { + "$id": "11708", + "name": "Folder", + "serializedName": "Folder" + }, + { + "$id": "11709", + "name": "Project", + "serializedName": "Project" + }, + { + "$id": "11710", + "name": "Package", + "serializedName": "Package" + }, + { + "$id": "11711", + "name": "Environment", + "serializedName": "Environment" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "11712", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11713", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "11714", + "fixed": false, + "raw": "SsisObjectMetadataType" + }, + "deprecated": false + }, + { + "$ref": "3678" + }, + { + "$ref": "3709" + }, + { + "$ref": "4094" + }, + { + "$id": "11715", + "$type": "EnumType", + "values": [ + { + "$id": "11716", + "name": "File", + "serializedName": "File" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "11717", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11718", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "11719", + "fixed": false, + "raw": "SsisLogLocationType" + }, + "deprecated": false + }, + { + "$ref": "4468" + }, + { + "$ref": "5024" + }, + { + "$id": "11720", + "$type": "EnumType", + "values": [ + { + "$id": "11721", + "name": "POST", + "serializedName": "POST" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "11722", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11723", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "11724", + "fixed": false, + "raw": "WebHookActivityMethod" + }, + "deprecated": false + }, + { + "$ref": "5293" + }, + { + "$ref": "5498" + }, + { + "$ref": "7323" + }, + { + "$ref": "7357" + }, + { + "$ref": "7760" + }, + { + "$ref": "7812" + }, + { + "$ref": "7869" + }, + { + "$ref": "8159" + }, + { + "$ref": "8200" + }, + { + "$id": "11725", + "$type": "EnumType", + "values": [ + { + "$id": "11726", + "name": "Basic", + "serializedName": "Basic" + }, + { + "$id": "11727", + "name": "Anonymous", + "serializedName": "Anonymous" + }, + { + "$id": "11728", + "name": "ClientCertificate", + "serializedName": "ClientCertificate" + } + ], + "oldModelAsString": true, + "modelAsString": true, + "underlyingType": { + "$id": "11729", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11730", + "fixed": false, + "raw": "String" + }, + "deprecated": false + }, + "name": { + "$id": "11731", + "fixed": false, + "raw": "WebAuthenticationType" + }, + "deprecated": false + }, + { + "$ref": "8322" + }, + { + "$ref": "8788" + }, + { + "$ref": "8956" + }, + { + "$ref": "9023" + }, + { + "$ref": "9081" + }, + { + "$ref": "9195" + }, + { + "$ref": "9479" + }, + { + "$ref": "9583" + }, + { + "$ref": "9653" + }, + { + "$ref": "9664" + }, + { + "$ref": "9675" + }, + { + "$ref": "9827" + }, + { + "$ref": "10150" + }, + { + "$ref": "10239" + }, + { + "$ref": "10365" + }, + { + "$ref": "10481" + }, + { + "$ref": "10492" + }, + { + "$ref": "10503" + }, + { + "$ref": "11327" + } + ], + "name": "DataFactoryManagementClient", + "namespace": "Microsoft.Azure.Management.DataFactory", + "modelsName": "Models", + "apiVersion": "2018-06-01", + "baseUrl": "https://management.azure.com", + "documentation": "The Azure Data Factory V2 management API provides a RESTful set of web services that interact with Azure Data Factory V2 services.", + "extensions": { + "security": [ + { + "azure_auth": [ + "user_impersonation" + ] + } + ] + }, + "properties": [ + { + "$id": "11732", + "isReadOnly": false, + "realPath": [ + "subscriptionId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11733", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11734", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11735", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "11736", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11737", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11738", + "isReadOnly": false, + "realPath": [ + "resourceGroupName" + ], + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "11739", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11740", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11741", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "11742", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11743", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11744", + "isReadOnly": false, + "realPath": [ + "factoryName" + ], + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "11745", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11746", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11747", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "11748", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11749", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11750", + "isReadOnly": false, + "realPath": [ + "locationId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11751", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11752", + "fixed": false, + "raw": "The location identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "locationId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/locationId" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11753", + "fixed": false, + "raw": "locationId" + }, + "serializedName": "locationId", + "modelType": { + "$id": "11754", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11755", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11756", + "isReadOnly": false, + "realPath": [ + "linkedServiceName" + ], + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "11757", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11758", + "fixed": false, + "raw": "The linked service name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "linkedServiceName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/linkedServiceName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11759", + "fixed": false, + "raw": "linkedServiceName" + }, + "serializedName": "linkedServiceName", + "modelType": { + "$id": "11760", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11761", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11762", + "isReadOnly": false, + "realPath": [ + "datasetName" + ], + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "11763", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11764", + "fixed": false, + "raw": "The dataset name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "datasetName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/datasetName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11765", + "fixed": false, + "raw": "datasetName" + }, + "serializedName": "datasetName", + "modelType": { + "$id": "11766", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11767", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11768", + "isReadOnly": false, + "realPath": [ + "pipelineName" + ], + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "11769", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11770", + "fixed": false, + "raw": "The pipeline name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "pipelineName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/pipelineName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11771", + "fixed": false, + "raw": "pipelineName" + }, + "serializedName": "pipelineName", + "modelType": { + "$id": "11772", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11773", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11774", + "isReadOnly": false, + "realPath": [ + "triggerName" + ], + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "11775", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11776", + "fixed": false, + "raw": "The trigger name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "triggerName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/triggerName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11777", + "fixed": false, + "raw": "triggerName" + }, + "serializedName": "triggerName", + "modelType": { + "$id": "11778", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11779", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11780", + "isReadOnly": false, + "realPath": [ + "runId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11781", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11782", + "fixed": false, + "raw": "The pipeline run identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "runId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/runId" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11783", + "fixed": false, + "raw": "runId" + }, + "serializedName": "runId", + "modelType": { + "$id": "11784", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11785", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11786", + "isReadOnly": false, + "realPath": [ + "integrationRuntimeName" + ], + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "11787", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11788", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11789", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "11790", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11791", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11792", + "isReadOnly": false, + "realPath": [ + "nodeName" + ], + "collectionFormat": "none", + "constraints": { + "MaxLength": "150", + "MinLength": "1", + "Pattern": "^[a-z0-9A-Z][a-z0-9A-Z_-]{0,149}$" + }, + "defaultValue": { + "$id": "11793", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11794", + "fixed": false, + "raw": "The integration runtime node name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "nodeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/nodeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11795", + "fixed": false, + "raw": "nodeName" + }, + "serializedName": "nodeName", + "modelType": { + "$id": "11796", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11797", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11798", + "isReadOnly": false, + "realPath": [ + "dataFlowName" + ], + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "11799", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11800", + "fixed": false, + "raw": "The data flow name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "dataFlowName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/dataFlowName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11801", + "fixed": false, + "raw": "dataFlowName" + }, + "serializedName": "dataFlowName", + "modelType": { + "$id": "11802", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11803", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11804", + "isReadOnly": false, + "realPath": [ + "api-version" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11805", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11806", + "fixed": false, + "raw": "The API version." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "api-version", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/api-version" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11807", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "11808", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11809", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11810", + "isReadOnly": false, + "realPath": [ + "If-Match" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11811", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11812", + "fixed": false, + "raw": "ETag of the factory entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1ipn1b8·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·put·parameters·4", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1ipn1b8·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·put·parameters·4" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11813", + "fixed": false, + "raw": "If-Match" + }, + "serializedName": "If-Match", + "modelType": { + "$id": "11814", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11815", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11816", + "isReadOnly": false, + "realPath": [ + "If-None-Match" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11817", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11818", + "fixed": false, + "raw": "ETag of the factory entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·k04xmr·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·get·parameters·4", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·k04xmr·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·get·parameters·4" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11819", + "fixed": false, + "raw": "If-None-Match" + }, + "serializedName": "If-None-Match", + "modelType": { + "$id": "11820", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11821", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11822", + "isReadOnly": false, + "realPath": [ + "If-Match" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11823", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11824", + "fixed": false, + "raw": "ETag of the integration runtime entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1ouvl8b·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·put·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1ouvl8b·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·put·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11825", + "fixed": false, + "raw": "IfMatch1" + }, + "serializedName": "If-Match", + "modelType": { + "$id": "11826", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11827", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11828", + "isReadOnly": false, + "realPath": [ + "If-None-Match" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11829", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11830", + "fixed": false, + "raw": "ETag of the integration runtime entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1kler4l·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·get·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1kler4l·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·get·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11831", + "fixed": false, + "raw": "IfNoneMatch1" + }, + "serializedName": "If-None-Match", + "modelType": { + "$id": "11832", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11833", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11834", + "isReadOnly": false, + "realPath": [ + "If-Match" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11835", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11836", + "fixed": false, + "raw": "ETag of the linkedService entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1ug3osq·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·put·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1ug3osq·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·put·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11837", + "fixed": false, + "raw": "IfMatch2" + }, + "serializedName": "If-Match", + "modelType": { + "$id": "11838", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11839", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11840", + "isReadOnly": false, + "realPath": [ + "If-None-Match" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11841", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11842", + "fixed": false, + "raw": "ETag of the linked service entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·174caog·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·get·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·174caog·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·get·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11843", + "fixed": false, + "raw": "IfNoneMatch2" + }, + "serializedName": "If-None-Match", + "modelType": { + "$id": "11844", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11845", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11846", + "isReadOnly": false, + "realPath": [ + "If-Match" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11847", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11848", + "fixed": false, + "raw": "ETag of the dataset entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1xfzz4m·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·put·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1xfzz4m·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·put·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11849", + "fixed": false, + "raw": "IfMatch3" + }, + "serializedName": "If-Match", + "modelType": { + "$id": "11850", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11851", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11852", + "isReadOnly": false, + "realPath": [ + "If-None-Match" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11853", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11854", + "fixed": false, + "raw": "ETag of the dataset entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1q36a8r·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·get·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1q36a8r·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·get·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11855", + "fixed": false, + "raw": "IfNoneMatch3" + }, + "serializedName": "If-None-Match", + "modelType": { + "$id": "11856", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11857", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11858", + "isReadOnly": false, + "realPath": [ + "If-Match" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11859", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11860", + "fixed": false, + "raw": "ETag of the pipeline entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·t22wux·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·put·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·t22wux·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·put·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11861", + "fixed": false, + "raw": "IfMatch4" + }, + "serializedName": "If-Match", + "modelType": { + "$id": "11862", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11863", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11864", + "isReadOnly": false, + "realPath": [ + "If-None-Match" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11865", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11866", + "fixed": false, + "raw": "ETag of the pipeline entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1ac36qp·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·get·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1ac36qp·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·get·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11867", + "fixed": false, + "raw": "IfNoneMatch4" + }, + "serializedName": "If-None-Match", + "modelType": { + "$id": "11868", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11869", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11870", + "isReadOnly": false, + "realPath": [ + "referencePipelineRunId" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11871", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11872", + "fixed": false, + "raw": "The pipeline run identifier. If run ID is specified the parameters of the specified run will be used to create a new run." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1dep00h·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1dep00h·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11873", + "fixed": false, + "raw": "referencePipelineRunId" + }, + "serializedName": "referencePipelineRunId", + "modelType": { + "$id": "11874", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11875", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11876", + "isReadOnly": false, + "realPath": [ + "isRecovery" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11877", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11878", + "fixed": false, + "raw": "Recovery mode flag. If recovery mode is set to true, the specified referenced pipeline run and the new run will be grouped under the same groupId." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·djfjmt·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·parameters·6", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·djfjmt·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·parameters·6" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11879", + "fixed": false, + "raw": "isRecovery" + }, + "serializedName": "isRecovery", + "modelType": { + "$id": "11880", + "$type": "PrimaryType", + "knownPrimaryType": "boolean", + "name": { + "$id": "11881", + "fixed": false, + "raw": "Boolean" + }, + "deprecated": false + } + }, + { + "$id": "11882", + "isReadOnly": false, + "realPath": [ + "startActivityName" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11883", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11884", + "fixed": false, + "raw": "In recovery mode, the rerun will start from this activity. If not specified, all activities will run." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·kn2dv0·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·parameters·7", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·kn2dv0·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·parameters·7" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11885", + "fixed": false, + "raw": "startActivityName" + }, + "serializedName": "startActivityName", + "modelType": { + "$id": "11886", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11887", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11888", + "isReadOnly": false, + "realPath": [ + "startFromFailure" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11889", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11890", + "fixed": false, + "raw": "In recovery mode, if set to true, the rerun will start from failed activities. The property will be used only if startActivityName is not specified." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·n8svn0·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·parameters·8", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·n8svn0·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·parameters·8" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11891", + "fixed": false, + "raw": "startFromFailure" + }, + "serializedName": "startFromFailure", + "modelType": { + "$id": "11892", + "$type": "PrimaryType", + "knownPrimaryType": "boolean", + "name": { + "$id": "11893", + "fixed": false, + "raw": "Boolean" + }, + "deprecated": false + } + }, + { + "$id": "11894", + "isReadOnly": false, + "realPath": [ + "isRecursive" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11895", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11896", + "fixed": false, + "raw": "If true, cancel all the Child pipelines that are triggered by the current pipeline." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1lsp2jt·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelineruns-runid-cancel·post·parameters·4", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1lsp2jt·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelineruns-runid-cancel·post·parameters·4" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11897", + "fixed": false, + "raw": "isRecursive" + }, + "serializedName": "isRecursive", + "modelType": { + "$id": "11898", + "$type": "PrimaryType", + "knownPrimaryType": "boolean", + "name": { + "$id": "11899", + "fixed": false, + "raw": "Boolean" + }, + "deprecated": false + } + }, + { + "$id": "11900", + "isReadOnly": false, + "realPath": [ + "If-Match" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11901", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11902", + "fixed": false, + "raw": "ETag of the trigger entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·184do5h·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·put·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·184do5h·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·put·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11903", + "fixed": false, + "raw": "IfMatch5" + }, + "serializedName": "If-Match", + "modelType": { + "$id": "11904", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11905", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11906", + "isReadOnly": false, + "realPath": [ + "If-None-Match" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11907", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11908", + "fixed": false, + "raw": "ETag of the trigger entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1ccijpe·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·get·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1ccijpe·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·get·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11909", + "fixed": false, + "raw": "IfNoneMatch5" + }, + "serializedName": "If-None-Match", + "modelType": { + "$id": "11910", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11911", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11912", + "isReadOnly": false, + "realPath": [ + "If-Match" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11913", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11914", + "fixed": false, + "raw": "ETag of the data flow entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·zg3ygs·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·put·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·zg3ygs·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·put·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11915", + "fixed": false, + "raw": "IfMatch6" + }, + "serializedName": "If-Match", + "modelType": { + "$id": "11916", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11917", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11918", + "isReadOnly": false, + "realPath": [ + "If-None-Match" + ], + "collectionFormat": "none", + "defaultValue": { + "$id": "11919", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11920", + "fixed": false, + "raw": "ETag of the data flow entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1i2z8cu·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·get·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1i2z8cu·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·get·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "11921", + "fixed": false, + "raw": "IfNoneMatch6" + }, + "serializedName": "If-None-Match", + "modelType": { + "$id": "11922", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11923", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "operations": [ + { + "$id": "11924", + "methods": [ + { + "$id": "11925", + "parameters": [ + { + "$id": "11926", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "11927", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "11928", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "11929", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "11930", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11931", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "11932", + "fixed": false, + "raw": "List" + }, + "group": { + "$id": "11933", + "fixed": false, + "raw": "Operations" + }, + "serializedName": "Operations_List", + "url": "/providers/Microsoft.DataFactory/operations", + "isAbsoluteUrl": false, + "httpMethod": "get", + "responses": { + "OK": { + "$id": "11934", + "body": { + "$ref": "1748" + }, + "extensions": { + "$id": "11935", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·i6yvad·providers-microsoft-datafactory-operations·get·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·i6yvad·providers-microsoft-datafactory-operations·get·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "11936", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "11937", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1xbko65·providers-microsoft-datafactory-operations·get·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1xbko65·providers-microsoft-datafactory-operations·get·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "11938", + "body": { + "$ref": "1748" + }, + "isNullable": true + }, + "description": "Lists the available Azure Data Factory API operations.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Operations_List": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:46:33 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-tenant-reads": "14999", + "x-ms-request-id": "522fceaa-5c3b-42ff-a518-843b2a53e0aa", + "x-ms-correlation-request-id": "522fceaa-5c3b-42ff-a518-843b2a53e0aa" + }, + "body": { + "value": [ + { + "origin": "system", + "name": "Microsoft.DataFactory/datafactories/providers/Microsoft.Insights/metricDefinitions/read", + "display": { + "provider": "Microsoft.DataFactory", + "resource": "datafactories", + "operation": "Read datafactories metric definitions", + "description": "Gets the available metrics for datafactories" + }, + "properties": { + "serviceSpecification": { + "metricSpecifications": [ + { + "name": "FailedRuns", + "displayName": "Failed Runs", + "unit": "Count", + "aggregationType": "Total", + "availabilities": [ + { + "timeGrain": "PT1H", + "blobDuration": "P1D" + } + ], + "enableRegionalMdmAccount": "false", + "sourceMdmAccount": "MicrosoftDataFactoryProdShoebox", + "sourceMdmNamespace": "ADFMetricsV1", + "dimensions": [ + { + "name": "pipelineName", + "displayName": "Pipeline", + "toBeExportedForShoebox": true + }, + { + "name": "activityName", + "displayName": "Activity", + "toBeExportedForShoebox": true + }, + { + "name": "windowEnd", + "displayName": "Window End", + "toBeExportedForShoebox": true + }, + { + "name": "windowStart", + "displayName": "Window Start", + "toBeExportedForShoebox": true + } + ] + }, + { + "name": "SuccessfulRuns", + "displayName": "Successful Runs", + "unit": "Count", + "aggregationType": "Total", + "availabilities": [ + { + "timeGrain": "PT1H", + "blobDuration": "P1D" + } + ], + "enableRegionalMdmAccount": "false", + "sourceMdmAccount": "MicrosoftDataFactoryProdShoebox", + "sourceMdmNamespace": "ADFMetricsV1", + "dimensions": [ + { + "name": "pipelineName", + "displayName": "Pipeline", + "toBeExportedForShoebox": true + }, + { + "name": "activityName", + "displayName": "Activity", + "toBeExportedForShoebox": true + }, + { + "name": "windowEnd", + "displayName": "Window End", + "toBeExportedForShoebox": true + }, + { + "name": "windowStart", + "displayName": "Window Start", + "toBeExportedForShoebox": true + } + ] + } + ] + } + } + }, + { + "origin": "system", + "name": "Microsoft.DataFactory/datafactories/providers/Microsoft.Insights/diagnosticSettings/read", + "display": { + "provider": "Microsoft.DataFactory", + "resource": "datafactories", + "operation": "Read diagnostic setting", + "description": "Gets the diagnostic setting for the resource" + } + }, + { + "origin": "system", + "name": "Microsoft.DataFactory/datafactories/providers/Microsoft.Insights/diagnosticSettings/write", + "display": { + "provider": "Microsoft.DataFactory", + "resource": "datafactories", + "operation": "Write diagnostic setting", + "description": "Creates or updates the diagnostic setting for the resource" + } + }, + { + "origin": "system", + "name": "Microsoft.DataFactory/factories/providers/Microsoft.Insights/logDefinitions/read", + "display": { + "provider": "Microsoft.DataFactory", + "resource": "The log definition of factories", + "operation": "Read factories log definitions", + "description": "Gets the available logs for factories" + }, + "properties": { + "serviceSpecification": { + "logSpecifications": [ + { + "name": "ActivityRuns", + "displayName": "Pipeline activity runs log", + "blobDuration": "PT1H" + }, + { + "name": "PipelineRuns", + "displayName": "Pipeline runs log", + "blobDuration": "PT1H" + }, + { + "name": "TriggerRuns", + "displayName": "Trigger runs log", + "blobDuration": "PT1H" + } + ] + } + } + }, + { + "origin": "system", + "name": "Microsoft.DataFactory/factories/providers/Microsoft.Insights/diagnosticSettings/read", + "display": { + "provider": "Microsoft.DataFactory", + "resource": "factories", + "operation": "Read diagnostic setting", + "description": "Gets the diagnostic setting for the resource" + } + }, + { + "origin": "system", + "name": "Microsoft.DataFactory/factories/providers/Microsoft.Insights/diagnosticSettings/write", + "display": { + "provider": "Microsoft.DataFactory", + "resource": "factories", + "operation": "Write diagnostic setting", + "description": "Creates or updates the diagnostic setting for the resource" + } + }, + { + "origin": "system", + "name": "Microsoft.DataFactory/factories/providers/Microsoft.Insights/metricDefinitions/read", + "display": { + "provider": "Microsoft.DataFactory", + "resource": "factories", + "operation": "Read metric definitions", + "description": "Gets the available metrics for factories" + }, + "properties": { + "serviceSpecification": { + "metricSpecifications": [ + { + "name": "PipelineFailedRuns", + "displayName": "Failed pipeline runs metrics", + "unit": "Count", + "aggregationType": "Total", + "enableRegionalMdmAccount": "false", + "sourceMdmAccount": "MicrosoftDataFactoryProdShoebox", + "sourceMdmNamespace": "ADFMetrics", + "dimensions": [ + { + "name": "FailureType", + "displayName": "Failure Type", + "toBeExportedForShoebox": true + }, + { + "name": "Name", + "displayName": "Pipeline", + "toBeExportedForShoebox": true + } + ] + }, + { + "name": "PipelineSucceededRuns", + "displayName": "Succeeded pipeline runs metrics", + "unit": "Count", + "aggregationType": "Total", + "enableRegionalMdmAccount": "false", + "sourceMdmAccount": "MicrosoftDataFactoryProdShoebox", + "sourceMdmNamespace": "ADFMetrics", + "dimensions": [ + { + "name": "FailureType", + "displayName": "Failure Type", + "toBeExportedForShoebox": true + }, + { + "name": "Name", + "displayName": "Pipeline", + "toBeExportedForShoebox": true + } + ] + }, + { + "name": "ActivityFailedRuns", + "displayName": "Failed activity runs metrics", + "unit": "Count", + "aggregationType": "Total", + "enableRegionalMdmAccount": "false", + "sourceMdmAccount": "MicrosoftDataFactoryProdShoebox", + "sourceMdmNamespace": "ADFMetrics", + "dimensions": [ + { + "name": "ActivityType", + "displayName": "Activity Type", + "toBeExportedForShoebox": true + }, + { + "name": "PipelineName", + "displayName": "Pipeline", + "toBeExportedForShoebox": true + }, + { + "name": "FailureType", + "displayName": "Failure Type", + "toBeExportedForShoebox": true + }, + { + "name": "Name", + "displayName": "Activity", + "toBeExportedForShoebox": true + } + ] + }, + { + "name": "ActivitySucceededRuns", + "displayName": "Succeeded activity runs metrics", + "unit": "Count", + "aggregationType": "Total", + "enableRegionalMdmAccount": "false", + "sourceMdmAccount": "MicrosoftDataFactoryProdShoebox", + "sourceMdmNamespace": "ADFMetrics", + "dimensions": [ + { + "name": "ActivityType", + "displayName": "Activity Type", + "toBeExportedForShoebox": true + }, + { + "name": "PipelineName", + "displayName": "Pipeline", + "toBeExportedForShoebox": true + }, + { + "name": "FailureType", + "displayName": "Failure Type", + "toBeExportedForShoebox": true + }, + { + "name": "Name", + "displayName": "Activity", + "toBeExportedForShoebox": true + } + ] + }, + { + "name": "TriggerFailedRuns", + "displayName": "Failed trigger runs metrics", + "unit": "Count", + "aggregationType": "Total", + "enableRegionalMdmAccount": "false", + "sourceMdmAccount": "MicrosoftDataFactoryProdShoebox", + "sourceMdmNamespace": "ADFMetrics", + "dimensions": [ + { + "name": "Name", + "displayName": "Trigger", + "toBeExportedForShoebox": true + }, + { + "name": "FailureType", + "displayName": "Failure Type", + "toBeExportedForShoebox": true + } + ] + }, + { + "name": "TriggerSucceededRuns", + "displayName": "Succeeded trigger runs metrics", + "unit": "Count", + "aggregationType": "Total", + "enableRegionalMdmAccount": "false", + "sourceMdmAccount": "MicrosoftDataFactoryProdShoebox", + "sourceMdmNamespace": "ADFMetrics", + "dimensions": [ + { + "name": "Name", + "displayName": "Trigger", + "toBeExportedForShoebox": true + }, + { + "name": "FailureType", + "displayName": "Failure Type", + "toBeExportedForShoebox": true + } + ] + }, + { + "name": "IntegrationRuntimeCpuPercentage", + "displayName": "Integration runtime CPU utilization", + "unit": "Percent", + "aggregationType": "Average", + "enableRegionalMdmAccount": "false", + "sourceMdmAccount": "MicrosoftDataFactoryProdShoebox", + "sourceMdmNamespace": "ADFMetrics", + "dimensions": [ + { + "name": "IntegrationRuntimeName", + "displayName": "Integration Runtime", + "toBeExportedForShoebox": true + }, + { + "name": "NodeName", + "displayName": "Integration Runtime Node", + "toBeExportedForShoebox": true + } + ] + }, + { + "name": "IntegrationRuntimeAvailableMemory", + "displayName": "Integration runtime available memory", + "unit": "Bytes", + "aggregationType": "Average", + "enableRegionalMdmAccount": "false", + "sourceMdmAccount": "MicrosoftDataFactoryProdShoebox", + "sourceMdmNamespace": "ADFMetrics", + "dimensions": [ + { + "name": "IntegrationRuntimeName", + "displayName": "Integration Runtime", + "toBeExportedForShoebox": true + }, + { + "name": "NodeName", + "displayName": "Integration Runtime Node", + "toBeExportedForShoebox": true + } + ] + } + ] + } + } + }, + { + "name": "Microsoft.DataFactory/register/action", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Data Factory Resource Provider", + "operation": "Register Data Factory Resource Provider", + "description": "Registers the subscription for the Data Factory Resource Provider." + } + }, + { + "name": "Microsoft.DataFactory/unregister/action", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Data Factory Resource Provider", + "operation": "Unregister Data Factory Resource Provider", + "description": "Unregisters the subscription for the Data Factory Resource Provider." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Data Factory", + "operation": "Read Data Factory", + "description": "Reads the Data Factory." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/write", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Data Factory", + "operation": "Create or Update Data Factory", + "description": "Creates or Updates the Data Factory." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/delete", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Data Factory", + "operation": "Delete Data Factory", + "description": "Deletes the Data Factory." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/linkedServices/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Linked Service", + "operation": "Read Linked Service", + "description": "Reads any Linked Service." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/linkedServices/delete", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Linked Service", + "operation": "Delete Linked Service", + "description": "Deletes any Linked Service." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/linkedServices/write", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Linked Service", + "operation": "Create or Update Linked Service", + "description": "Creates or Updates any Linked Service." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/datapipelines/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Pipeline", + "operation": "Read Pipeline", + "description": "Reads any Pipeline." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/datapipelines/delete", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Pipeline", + "operation": "Delete Pipeline", + "description": "Deletes any Pipeline." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/datapipelines/pause/action", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Pipeline", + "operation": "Pause Pipeline", + "description": "Pauses any Pipeline." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/datapipelines/resume/action", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Pipeline", + "operation": "Resume Pipeline", + "description": "Resumes any Pipeline." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/datapipelines/update/action", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Pipeline", + "operation": "Update Pipeline", + "description": "Updates any Pipeline." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/datapipelines/write", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Pipeline", + "operation": "Create or Update Pipeline", + "description": "Creates or Updates any Pipeline." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/datasets/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Dataset", + "operation": "Read Dataset", + "description": "Reads any Dataset." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/datasets/delete", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Dataset", + "operation": "Delete Dataset", + "description": "Deletes any Dataset." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/datasets/write", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Dataset", + "operation": "Create or Update Dataset", + "description": "Creates or Updates any Dataset." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/tables/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Dataset", + "operation": "Read Dataset", + "description": "Reads any Dataset." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/tables/delete", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Dataset", + "operation": "Delete Dataset", + "description": "Deletes any Dataset." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/tables/write", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Dataset", + "operation": "Create or Update Dataset", + "description": "Creates or Updates any Dataset." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/datasets/slices/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Data Slice", + "operation": "Read Data Slices", + "description": "Gets the Data Slices in the given period." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/datasets/slices/write", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Data Slice", + "operation": "Update Data Slice Status", + "description": "Update the Status of the Data Slice." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/datasets/sliceruns/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Data Slice", + "operation": "Read Data Slice Run", + "description": "Reads the Data Slice Run for the given dataset with the given start time." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/runs/loginfo/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Run Log", + "operation": "Read Run Log Info", + "description": "Reads a SAS URI to a blob container containing the logs." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/activitywindows/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Activity Windows", + "operation": "Read Activity Windows in any Data Factory", + "description": "Reads Activity Windows in the Data Factory with specified parameters." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/datapipelines/activitywindows/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Activity Windows", + "operation": "Read Activity Windows for any Pipeline", + "description": "Reads Activity Windows for the Pipeline with specified parameters." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/datapipelines/activities/activitywindows/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Activity Windows", + "operation": "Read Activity Windows for any Pipeline Activity", + "description": "Reads Activity Windows for the Pipeline Activity with specified parameters." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/datasets/activitywindows/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Activity Windows", + "operation": "Read Activity Windows for any Dataset", + "description": "Reads Activity Windows for the Dataset with specified parameters." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/gateways/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Gateway", + "operation": "Read Gateway", + "description": "Reads any Gateway." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/gateways/write", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Gateway", + "operation": "Create or Update Gateway", + "description": "Creates or Updates any Gateway." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/gateways/delete", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Gateway", + "operation": "Delete Gateway", + "description": "Deletes any Gateway." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/gateways/connectioninfo/action", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Gateway", + "operation": "Read Gateway Connection Info", + "description": "Reads the Connection Info for any Gateway." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/gateways/listauthkeys/action", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Gateway", + "operation": "List Gateway Authentication Keys", + "description": "Lists the Authentication Keys for any Gateway." + } + }, + { + "name": "Microsoft.DataFactory/datafactories/gateways/regenerateauthkey/action", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Gateway", + "operation": "Regenerate Gateway Authentication Keys", + "description": "Regenerates the Authentication Keys for any Gateway." + } + }, + { + "name": "Microsoft.DataFactory/factories/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Data Factory", + "operation": "Read Data Factory", + "description": "Reads Data Factory." + } + }, + { + "name": "Microsoft.DataFactory/factories/write", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Data Factory", + "operation": "Create or Update any Data Factory.", + "description": "Create or Update Data Factory" + } + }, + { + "name": "Microsoft.DataFactory/factories/delete", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Data Factory", + "operation": "Delete Data Factory", + "description": "Deletes Data Factory." + } + }, + { + "name": "Microsoft.DataFactory/factories/linkedServices/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Linked Service", + "operation": "Read Linked Service", + "description": "Reads Linked Service." + } + }, + { + "name": "Microsoft.DataFactory/factories/linkedServices/delete", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Linked Service", + "operation": "Delete Linked Service", + "description": "Deletes Linked Service." + } + }, + { + "name": "Microsoft.DataFactory/factories/linkedServices/write", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Linked Service", + "operation": "Create or Update any Linked Service.", + "description": "Create or Update Linked Service" + } + }, + { + "name": "Microsoft.DataFactory/factories/pipelines/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Pipeline", + "operation": "Read Pipeline", + "description": "Reads Pipeline." + } + }, + { + "name": "Microsoft.DataFactory/factories/pipelines/delete", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Pipeline", + "operation": "Delete Pipeline", + "description": "Deletes Pipeline." + } + }, + { + "name": "Microsoft.DataFactory/factories/pipelines/write", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Pipeline", + "operation": "Create or Update any Pipeline.", + "description": "Create or Update Pipeline" + } + }, + { + "name": "Microsoft.DataFactory/factories/pipelines/createrun/action", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Pipeline", + "operation": "Create Pipeline Run", + "description": "Creates a run for the Pipeline." + } + }, + { + "name": "Microsoft.DataFactory/factories/cancelpipelinerun/action", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Data Factory", + "operation": "Cancel any Pipeline Run", + "description": "Cancels the pipeline run specified by the run ID." + } + }, + { + "name": "Microsoft.DataFactory/factories/pipelineruns/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Data Factory", + "operation": "Read Pipeline Runs", + "description": "Reads the Pipeline Runs." + } + }, + { + "name": "Microsoft.DataFactory/factories/pipelineruns/activityruns/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Data Factory", + "operation": "Read Activity Runs", + "description": "Reads the activity runs for the specified pipeline run ID." + } + }, + { + "name": "Microsoft.DataFactory/factories/datasets/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Dataset", + "operation": "Read Dataset", + "description": "Reads any Dataset." + } + }, + { + "name": "Microsoft.DataFactory/factories/datasets/delete", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Dataset", + "operation": "Delete Dataset", + "description": "Deletes any Dataset." + } + }, + { + "name": "Microsoft.DataFactory/factories/datasets/write", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Dataset", + "operation": "Create or Update Dataset", + "description": "Creates or Updates any Dataset." + } + }, + { + "name": "Microsoft.DataFactory/factories/integrationruntimes/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Integration Runtime", + "operation": "Read Integration Runtime", + "description": "Reads any Integration Runtime." + } + }, + { + "name": "Microsoft.DataFactory/factories/integrationruntimes/write", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Integration Runtime", + "operation": "Create or Update Integration Runtime", + "description": "Creates or Updates any Integration Runtime." + } + }, + { + "name": "Microsoft.DataFactory/factories/integrationruntimes/delete", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Integration Runtime", + "operation": "Delete Integration Runtime", + "description": "Deletes any Integration Runtime." + } + }, + { + "name": "Microsoft.DataFactory/factories/integrationruntimes/start/action", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Integration Runtime", + "operation": "Start Integration Runtime", + "description": "Starts any Integration Runtime." + } + }, + { + "name": "Microsoft.DataFactory/factories/integrationruntimes/stop/action", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Integration Runtime", + "operation": "Stop Integration Runtime", + "description": "Stops any Integration Runtime." + } + }, + { + "name": "Microsoft.DataFactory/factories/integrationruntimes/getconnectioninfo/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Integration Runtime", + "operation": "Read Integration Runtime Connection Info", + "description": "Reads Integration Runtime Connection Info." + } + }, + { + "name": "Microsoft.DataFactory/factories/integrationruntimes/getstatus/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Integration Runtime", + "operation": "Read Integration Runtime Status", + "description": "Reads Integration Runtime Status." + } + }, + { + "name": "Microsoft.DataFactory/factories/integrationruntimes/listauthkeys/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Integration Runtime", + "operation": "List Integration Runtime Authentication Keys", + "description": "Lists the Authentication Keys for any Integration Runtime." + } + }, + { + "name": "Microsoft.DataFactory/factories/integrationruntimes/monitoringdata/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Integration Runtime", + "operation": "Get Integration Runtime Monitoring Data", + "description": "Gets the Monitoring Data for any Integration Runtime." + } + }, + { + "name": "Microsoft.DataFactory/factories/integrationruntimes/nodes/delete", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Integration Runtime", + "operation": "Delete Integration Runtime Node", + "description": "Deletes the Node for the specified Integration Runtime." + } + }, + { + "name": "Microsoft.DataFactory/factories/integrationruntimes/nodes/write", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Integration Runtime", + "operation": "Update Integration Runtime Node", + "description": "Updates a self-hosted Integration Runtime Node." + } + }, + { + "name": "Microsoft.DataFactory/factories/integrationruntimes/nodes/ipAddress/action", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Integration Runtime", + "operation": "Read Integration Runtime Node IP Address", + "description": "Returns the IP Address for the specified node of the Integration Runtime." + } + }, + { + "name": "Microsoft.DataFactory/factories/integrationruntimes/synccredentials/action", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Integration Runtime", + "operation": "Sync Credentials for Integration Runtime", + "description": "Syncs the Credentials for the specified Integration Runtime." + } + }, + { + "name": "Microsoft.DataFactory/factories/integrationruntimes/upgrade/action", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Integration Runtime", + "operation": "Upgrade Integration Runtime", + "description": "Upgrades the specified Integration Runtime." + } + }, + { + "name": "Microsoft.DataFactory/factories/integrationruntimes/regenerateauthkey/action", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Integration Runtime", + "operation": "Regenerate Integration Runtime Authentication Keys", + "description": "Regenerates the Authentication Keys for the specified Integration Runtime." + } + }, + { + "name": "Microsoft.DataFactory/factories/triggers/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Trigger", + "operation": "Read Trigger", + "description": "Reads any Trigger." + } + }, + { + "name": "Microsoft.DataFactory/factories/triggers/write", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Trigger", + "operation": "Create or Update Trigger", + "description": "Creates or Updates any Trigger." + } + }, + { + "name": "Microsoft.DataFactory/factories/triggers/delete", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Trigger", + "operation": "Delete Trigger", + "description": "Deletes any Trigger." + } + }, + { + "name": "Microsoft.DataFactory/factories/triggers/start/action", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Trigger", + "operation": "Start Trigger", + "description": "Starts any Trigger." + } + }, + { + "name": "Microsoft.DataFactory/factories/triggers/stop/action", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Trigger", + "operation": "Stop Trigger", + "description": "Stops any Trigger." + } + }, + { + "name": "Microsoft.DataFactory/factories/triggers/triggerruns/read", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Data Factory", + "operation": "Read Trigger Runs", + "description": "Reads the Trigger Runs." + } + }, + { + "name": "Microsoft.DataFactory/locations/configureFactoryRepo/action", + "display": { + "provider": "Microsoft Data Factory", + "resource": "Data Factory", + "operation": "Configure Factory Repository", + "description": "Configures the repository for the factory." + } + } + ] + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + } + ], + "name": { + "$id": "11939", + "fixed": false, + "raw": "Operations" + }, + "typeName": { + "$id": "11940", + "fixed": false + }, + "nameForProperty": "Operations" + }, + { + "$id": "11941", + "methods": [ + { + "$id": "11942", + "parameters": [ + { + "$id": "11943", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "11944", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11945", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11946", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "11947", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11948", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11949", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "11950", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "11951", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "11952", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "11953", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11954", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "11955", + "fixed": false, + "raw": "List" + }, + "group": { + "$id": "11956", + "fixed": false, + "raw": "Factories" + }, + "serializedName": "Factories_List", + "url": "/subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/factories", + "isAbsoluteUrl": false, + "httpMethod": "get", + "responses": { + "OK": { + "$id": "11957", + "body": { + "$ref": "262" + }, + "extensions": { + "$id": "11958", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·fr6k32·subscriptions-subscriptionid-providers-microsoft-datafactory-factories·get·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·fr6k32·subscriptions-subscriptionid-providers-microsoft-datafactory-factories·get·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "11959", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "11960", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·8mxln0·subscriptions-subscriptionid-providers-microsoft-datafactory-factories·get·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·8mxln0·subscriptions-subscriptionid-providers-microsoft-datafactory-factories·get·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "11961", + "body": { + "$ref": "262" + }, + "isNullable": true + }, + "description": "Lists factories under the specified subscription.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Factories_List": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Tue, 19 Jun 2018 05:41:51 GMT", + "x-ms-ratelimit-remaining-subscription-reads": "14992", + "x-ms-request-id": "533da6af-ad1a-4f89-ae04-d55e9c72b89d", + "x-ms-correlation-request-id": "533da6af-ad1a-4f89-ae04-d55e9c72b89d", + "X-Content-Type-Options": "nosniff" + }, + "body": { + "value": [ + { + "name": "rpV2OrigDF-72c7d3d4-5e17-4ec6-91de-9ab433f15e79", + "identity": { + "type": "SystemAssigned", + "principalId": "399c3de2-6072-4326-bfa9-4d0c116f1a7b", + "tenantId": "12345678-1234-1234-1234-123456789abc" + }, + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/rg-yanzhang-dfv2/providers/Microsoft.DataFactory/factories/rpv2origdf-72c7d3d4-5e17-4ec6-91de-9ab433f15e79", + "type": "Microsoft.DataFactory/factories", + "properties": { + "provisioningState": "Succeeded", + "createTime": "2018-05-29T13:39:35.615921Z", + "version": "2017-09-01-preview" + }, + "eTag": "\"0000aa0d-0000-0000-0000-5b0d58170000\"", + "location": "East US", + "tags": {} + }, + { + "name": "df-dogfood-yanzhang-we", + "identity": { + "type": "SystemAssigned", + "principalId": "e8dd6df9-bad5-4dea-8fb8-0d13d1845d9e", + "tenantId": "12345678-1234-1234-1234-123456789abc" + }, + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/rg-yanzhang-dfv2/providers/Microsoft.DataFactory/factories/df-dogfood-yanzhang-we", + "type": "Microsoft.DataFactory/factories", + "properties": { + "provisioningState": "Succeeded", + "createTime": "2018-06-14T00:06:04.6667461Z", + "version": "2017-09-01-preview" + }, + "eTag": "\"0000f301-0000-0000-0000-5b21b16c0000\"", + "location": "West Europe", + "tags": {} + }, + { + "name": "exampleFactoryName-linked", + "identity": { + "type": "SystemAssigned", + "principalId": "10743799-44d2-42fe-8c4d-5bc5c51c0684", + "tenantId": "12345678-1234-1234-1234-123456789abc" + }, + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName-linked", + "type": "Microsoft.DataFactory/factories", + "properties": { + "provisioningState": "Succeeded", + "createTime": "2018-06-15T08:56:07.1828318Z", + "version": "2017-09-01-preview" + }, + "eTag": "\"00008a02-0000-0000-0000-5b237f270000\"", + "location": "East US", + "tags": {} + }, + { + "name": "FactoryToUpgrade", + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/factorytoupgrade", + "type": "Microsoft.DataFactory/factories", + "properties": { + "provisioningState": "Succeeded", + "createTime": "2018-06-19T05:35:35.7133828Z", + "version": "2018-06-01" + }, + "eTag": "\"00003d04-0000-0000-0000-5b28962f0000\"", + "location": "East US", + "tags": {} + }, + { + "name": "exampleFactoryName", + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName", + "type": "Microsoft.DataFactory/factories", + "properties": { + "provisioningState": "Succeeded", + "createTime": "2018-06-19T05:41:50.0041314Z", + "version": "2018-06-01", + "repoConfiguration": { + "type": "FactoryVSTSConfiguration", + "projectName": "project", + "tenantId": "", + "accountName": "ADF", + "repositoryName": "repo", + "collaborationBranch": "master", + "rootFolder": "/", + "lastCommitId": "" + } + }, + "eTag": "\"00004004-0000-0000-0000-5b28979e0000\"", + "location": "East US", + "tags": { + "exampleTag": "exampleValue" + } + }, + { + "name": "rpV2OrigDF-72c7d3d4-5e17-4ec6-91de-9ab433f15e79", + "identity": { + "type": "SystemAssigned", + "principalId": "399c3de2-6072-4326-bfa9-4d0c116f1a7b", + "tenantId": "12345678-1234-1234-1234-123456789abc" + }, + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/rg-yanzhang-dfv2/providers/Microsoft.DataFactory/factories/rpv2origdf-72c7d3d4-5e17-4ec6-91de-9ab433f15e79", + "type": "Microsoft.DataFactory/factories", + "properties": { + "provisioningState": "Succeeded", + "createTime": "2018-05-29T13:39:35.615921Z", + "version": "2017-09-01-preview" + }, + "eTag": "\"0000aa0d-0000-0000-0000-5b0d58170000\"", + "location": "East US", + "tags": {} + }, + { + "name": "df-dogfood-yanzhang-we", + "identity": { + "type": "SystemAssigned", + "principalId": "e8dd6df9-bad5-4dea-8fb8-0d13d1845d9e", + "tenantId": "12345678-1234-1234-1234-123456789abc" + }, + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/rg-yanzhang-dfv2/providers/Microsoft.DataFactory/factories/df-dogfood-yanzhang-we", + "type": "Microsoft.DataFactory/factories", + "properties": { + "provisioningState": "Succeeded", + "createTime": "2018-06-14T00:06:04.6667461Z", + "version": "2017-09-01-preview" + }, + "eTag": "\"0000f301-0000-0000-0000-5b21b16c0000\"", + "location": "West Europe", + "tags": {} + }, + { + "name": "exampleFactoryName-linked", + "identity": { + "type": "SystemAssigned", + "principalId": "10743799-44d2-42fe-8c4d-5bc5c51c0684", + "tenantId": "12345678-1234-1234-1234-123456789abc" + }, + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName-linked", + "type": "Microsoft.DataFactory/factories", + "properties": { + "provisioningState": "Succeeded", + "createTime": "2018-06-15T08:56:07.1828318Z", + "version": "2017-09-01-preview" + }, + "eTag": "\"00008a02-0000-0000-0000-5b237f270000\"", + "location": "East US", + "tags": {} + }, + { + "name": "FactoryToUpgrade", + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/factorytoupgrade", + "type": "Microsoft.DataFactory/factories", + "properties": { + "provisioningState": "Succeeded", + "createTime": "2018-06-19T05:35:35.7133828Z", + "version": "2018-06-01" + }, + "eTag": "\"00003d04-0000-0000-0000-5b28962f0000\"", + "location": "East US", + "tags": {} + }, + { + "name": "exampleFactoryName", + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName", + "type": "Microsoft.DataFactory/factories", + "properties": { + "provisioningState": "Succeeded", + "createTime": "2018-06-19T05:41:50.0041314Z", + "version": "2018-06-01", + "repoConfiguration": { + "type": "FactoryVSTSConfiguration", + "projectName": "project", + "tenantId": "", + "accountName": "ADF", + "repositoryName": "repo", + "collaborationBranch": "master", + "rootFolder": "/", + "lastCommitId": "" + } + }, + "eTag": "\"00004004-0000-0000-0000-5b28979e0000\"", + "location": "East US", + "tags": { + "exampleTag": "exampleValue" + } + } + ] + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "11962", + "parameters": [ + { + "$id": "11963", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "11964", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11965", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11966", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "11967", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11968", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11969", + "clientProperty": { + "$ref": "11750" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "11970", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11971", + "fixed": false, + "raw": "The location identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "locationId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/locationId" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11972", + "fixed": false, + "raw": "locationId" + }, + "serializedName": "locationId", + "modelType": { + "$id": "11973", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11974", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11975", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "11976", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "11977", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "11978", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "11979", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11980", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11981", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "11982", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11983", + "fixed": false, + "raw": "Update factory repo request definition." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·wj7qaf·subscriptions-subscriptionid-providers-microsoft-datafactory-locations-locationid-configurefactoryrepo·post·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·wj7qaf·subscriptions-subscriptionid-providers-microsoft-datafactory-locations-locationid-configurefactoryrepo·post·requestbody" + ] + }, + "x-ms-requestBody-name": "factoryRepoUpdate" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11984", + "fixed": false, + "raw": "factoryRepoUpdate" + }, + "serializedName": "factoryRepoUpdate", + "modelType": { + "$ref": "952" + } + } + ], + "name": { + "$id": "11985", + "fixed": false, + "raw": "ConfigureFactoryRepo" + }, + "group": { + "$id": "11986", + "fixed": false, + "raw": "Factories" + }, + "serializedName": "Factories_ConfigureFactoryRepo", + "url": "/subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/locations/{locationId}/configureFactoryRepo", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "11987", + "body": { + "$ref": "244" + }, + "extensions": { + "$id": "11988", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·f18ce2·subscriptions-subscriptionid-providers-microsoft-datafactory-locations-locationid-configurefactoryrepo·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·f18ce2·subscriptions-subscriptionid-providers-microsoft-datafactory-locations-locationid-configurefactoryrepo·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "11989", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "11990", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·scxhwd·subscriptions-subscriptionid-providers-microsoft-datafactory-locations-locationid-configurefactoryrepo·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·scxhwd·subscriptions-subscriptionid-providers-microsoft-datafactory-locations-locationid-configurefactoryrepo·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "11991", + "body": { + "$ref": "244" + }, + "isNullable": true + }, + "description": "Updates a factory's repo information.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "3", + "x-ms-examples": { + "Factories_ConfigureFactoryRepo": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "locationId": "East US", + "factoryRepoUpdate": { + "factoryResourceId": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName", + "repoConfiguration": { + "type": "FactoryVSTSConfiguration", + "projectName": "project", + "tenantId": "", + "accountName": "ADF", + "repositoryName": "repo", + "collaborationBranch": "master", + "rootFolder": "/", + "lastCommitId": "" + } + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Tue, 19 Jun 2018 05:41:50 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "c63640bd-3e5f-4ee0-bae1-cea74f761a7d", + "x-ms-correlation-request-id": "c63640bd-3e5f-4ee0-bae1-cea74f761a7d" + }, + "body": { + "name": "exampleFactoryName", + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName", + "type": "Microsoft.DataFactory/factories", + "properties": { + "provisioningState": "Succeeded", + "createTime": "2018-06-19T05:41:50.0041314Z", + "version": "2018-06-01", + "repoConfiguration": { + "type": "FactoryVSTSConfiguration", + "projectName": "project", + "tenantId": "", + "accountName": "ADF", + "repositoryName": "repo", + "collaborationBranch": "master", + "rootFolder": "/", + "lastCommitId": "" + } + }, + "eTag": "\"00004004-0000-0000-0000-5b28979e0000\"", + "location": "East US", + "tags": { + "exampleTag": "exampleValue" + } + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "11992", + "parameters": [ + { + "$id": "11993", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "11994", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "11995", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "11996", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "11997", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "11998", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "11999", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12000", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12001", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12002", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12003", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12004", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12005", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12006", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12007", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12008", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12009", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12010", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "12011", + "fixed": false, + "raw": "ListByResourceGroup" + }, + "group": { + "$id": "12012", + "fixed": false, + "raw": "Factories" + }, + "serializedName": "Factories_ListByResourceGroup", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories", + "isAbsoluteUrl": false, + "httpMethod": "get", + "responses": { + "OK": { + "$id": "12013", + "body": { + "$ref": "262" + }, + "extensions": { + "$id": "12014", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1a0ki5s·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories·get·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1a0ki5s·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories·get·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12015", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12016", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·11az49·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories·get·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·11az49·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories·get·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12017", + "body": { + "$ref": "262" + }, + "isNullable": true + }, + "description": "Lists factories.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Factories_ListByResourceGroup": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Tue, 19 Jun 2018 05:41:51 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14993", + "x-ms-request-id": "f9c976e7-4205-4cfc-833e-e5d50565fcef", + "x-ms-correlation-request-id": "f9c976e7-4205-4cfc-833e-e5d50565fcef" + }, + "body": { + "value": [ + { + "name": "exampleFactoryName-linked", + "identity": { + "type": "SystemAssigned", + "principalId": "10743799-44d2-42fe-8c4d-5bc5c51c0684", + "tenantId": "12345678-1234-1234-1234-123456789abc" + }, + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName-linked", + "type": "Microsoft.DataFactory/factories", + "properties": { + "provisioningState": "Succeeded", + "createTime": "2018-06-15T08:56:07.1828318Z", + "version": "2017-09-01-preview" + }, + "eTag": "\"00008a02-0000-0000-0000-5b237f270000\"", + "location": "East US", + "tags": {} + }, + { + "name": "FactoryToUpgrade", + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/factorytoupgrade", + "type": "Microsoft.DataFactory/factories", + "properties": { + "provisioningState": "Succeeded", + "createTime": "2018-06-19T05:35:35.7133828Z", + "version": "2018-06-01" + }, + "eTag": "\"00003d04-0000-0000-0000-5b28962f0000\"", + "location": "East US", + "tags": {} + }, + { + "name": "exampleFactoryName", + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName", + "type": "Microsoft.DataFactory/factories", + "properties": { + "provisioningState": "Succeeded", + "createTime": "2018-06-19T05:41:50.0041314Z", + "version": "2018-06-01", + "repoConfiguration": { + "type": "FactoryVSTSConfiguration", + "projectName": "project", + "tenantId": "", + "accountName": "ADF", + "repositoryName": "repo", + "collaborationBranch": "master", + "rootFolder": "/", + "lastCommitId": "" + } + }, + "eTag": "\"00004004-0000-0000-0000-5b28979e0000\"", + "location": "East US", + "tags": { + "exampleTag": "exampleValue" + } + } + ] + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12018", + "parameters": [ + { + "$id": "12019", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12020", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12021", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12022", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12023", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12024", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12025", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12026", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12027", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12028", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12029", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12030", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12031", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12032", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12033", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12034", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12035", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12036", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12037", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12038", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12039", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12040", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12041", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12042", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12043", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "12044", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12045", + "fixed": false, + "raw": "Factory resource definition." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·2tv36k·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·put·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·2tv36k·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·put·requestbody" + ] + }, + "x-ms-requestBody-name": "factory" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12046", + "fixed": false, + "raw": "factory" + }, + "serializedName": "factory", + "modelType": { + "$ref": "244" + } + }, + { + "$id": "12047", + "clientProperty": { + "$ref": "11810" + }, + "location": "header", + "collectionFormat": "none", + "defaultValue": { + "$id": "12048", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12049", + "fixed": false, + "raw": "ETag of the factory entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1ipn1b8·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·put·parameters·4", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1ipn1b8·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·put·parameters·4" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "12050", + "fixed": false, + "raw": "If-Match" + }, + "serializedName": "If-Match", + "modelType": { + "$id": "12051", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12052", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "12053", + "fixed": false, + "raw": "CreateOrUpdate" + }, + "group": { + "$id": "12054", + "fixed": false, + "raw": "Factories" + }, + "serializedName": "Factories_CreateOrUpdate", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}", + "isAbsoluteUrl": false, + "httpMethod": "put", + "responses": { + "OK": { + "$id": "12055", + "body": { + "$ref": "244" + }, + "extensions": { + "$id": "12056", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1nobzc3·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·put·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1nobzc3·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·put·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12057", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12058", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1em1yhn·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·put·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1em1yhn·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·put·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12059", + "body": { + "$ref": "244" + }, + "isNullable": true + }, + "description": "Creates or updates a factory.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "4", + "x-ms-examples": { + "Factories_CreateOrUpdate": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "factory": { + "location": "East US" + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Tue, 19 Jun 2018 05:41:50 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "657028b7-5e63-4d7c-b8e7-cb336ed92ff0", + "x-ms-correlation-request-id": "657028b7-5e63-4d7c-b8e7-cb336ed92ff0" + }, + "body": { + "name": "exampleFactoryName", + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName", + "type": "Microsoft.DataFactory/factories", + "properties": { + "provisioningState": "Succeeded", + "createTime": "2018-06-19T05:41:50.0041314Z", + "version": "2018-06-01" + }, + "eTag": "\"00003e04-0000-0000-0000-5b28979e0000\"", + "location": "East US", + "tags": {} + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12060", + "parameters": [ + { + "$id": "12061", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12062", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12063", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12064", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12065", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12066", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12067", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12068", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12069", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12070", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12071", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12072", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12073", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12074", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12075", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12076", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12077", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12078", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12079", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12080", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12081", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12082", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12083", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12084", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12085", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "12086", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12087", + "fixed": false, + "raw": "The parameters for updating a factory." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·5zblhi·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·patch·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·5zblhi·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·patch·requestbody" + ] + }, + "x-ms-requestBody-name": "factoryUpdateParameters" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12088", + "fixed": false, + "raw": "factoryUpdateParameters" + }, + "serializedName": "factoryUpdateParameters", + "modelType": { + "$ref": "1076" + } + } + ], + "name": { + "$id": "12089", + "fixed": false, + "raw": "Update" + }, + "group": { + "$id": "12090", + "fixed": false, + "raw": "Factories" + }, + "serializedName": "Factories_Update", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}", + "isAbsoluteUrl": false, + "httpMethod": "patch", + "responses": { + "OK": { + "$id": "12091", + "body": { + "$ref": "244" + }, + "extensions": { + "$id": "12092", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·wf5p5g·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·patch·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·wf5p5g·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·patch·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12093", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12094", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1wpkl0w·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·patch·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1wpkl0w·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·patch·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12095", + "body": { + "$ref": "244" + }, + "isNullable": true + }, + "description": "Updates a factory.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "4", + "x-ms-examples": { + "Factories_Update": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "factoryUpdateParameters": { + "tags": { + "exampleTag": "exampleValue" + } + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Tue, 19 Jun 2018 05:41:50 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "699c67a6-fef5-40c9-bc73-d571d09783c3", + "x-ms-correlation-request-id": "699c67a6-fef5-40c9-bc73-d571d09783c3" + }, + "body": { + "name": "exampleFactoryName", + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName", + "type": "Microsoft.DataFactory/factories", + "properties": { + "provisioningState": "Succeeded", + "createTime": "2018-06-19T05:41:50.0041314Z", + "version": "2018-06-01" + }, + "eTag": "\"00003f04-0000-0000-0000-5b28979e0000\"", + "location": "East US", + "tags": { + "exampleTag": "exampleValue" + } + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12096", + "parameters": [ + { + "$id": "12097", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12098", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12099", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12100", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12101", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12102", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12103", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12104", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12105", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12106", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12107", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12108", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12109", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12110", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12111", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12112", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12113", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12114", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12115", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12116", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12117", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12118", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12119", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12120", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12121", + "clientProperty": { + "$ref": "11816" + }, + "location": "header", + "collectionFormat": "none", + "defaultValue": { + "$id": "12122", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12123", + "fixed": false, + "raw": "ETag of the factory entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·k04xmr·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·get·parameters·4", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·k04xmr·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·get·parameters·4" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "12124", + "fixed": false, + "raw": "If-None-Match" + }, + "serializedName": "If-None-Match", + "modelType": { + "$id": "12125", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12126", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "12127", + "fixed": false, + "raw": "Get" + }, + "group": { + "$id": "12128", + "fixed": false, + "raw": "Factories" + }, + "serializedName": "Factories_Get", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}", + "isAbsoluteUrl": false, + "httpMethod": "get", + "responses": { + "OK": { + "$id": "12129", + "body": { + "$ref": "244" + }, + "extensions": { + "$id": "12130", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·mq0aro·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·get·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·mq0aro·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·get·responses·200" + ] + } + }, + "isNullable": true + }, + "NotModified": { + "$id": "12131", + "extensions": { + "$id": "12132", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·dmfd5z·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·get·responses·304", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·dmfd5z·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·get·responses·304" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12133", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12134", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·zkaklp·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·get·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·zkaklp·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·get·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12135", + "body": { + "$ref": "244" + }, + "isNullable": true + }, + "description": "Gets a factory.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "Factories_Get": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "ifNoneMatch": "00004004-0000-0000-0000-5b28979e0000", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Tue, 19 Jun 2018 05:41:50 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14994", + "x-ms-request-id": "d84e59aa-718c-4b1a-951c-076ffff766c8", + "x-ms-correlation-request-id": "d84e59aa-718c-4b1a-951c-076ffff766c8" + }, + "body": { + "name": "exampleFactoryName", + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName", + "type": "Microsoft.DataFactory/factories", + "properties": { + "provisioningState": "Succeeded", + "createTime": "2018-06-19T05:41:50.0041314Z", + "version": "2018-06-01", + "repoConfiguration": { + "type": "FactoryVSTSConfiguration", + "projectName": "project", + "tenantId": "", + "accountName": "ADF", + "repositoryName": "repo", + "collaborationBranch": "master", + "rootFolder": "/", + "lastCommitId": "" + } + }, + "eTag": "\"00004004-0000-0000-0000-5b28979e0000\"", + "location": "East US", + "tags": { + "exampleTag": "exampleValue" + } + } + }, + "304": {} + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12136", + "parameters": [ + { + "$id": "12137", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12138", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12139", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12140", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12141", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12142", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12143", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12144", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12145", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12146", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12147", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12148", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12149", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12150", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12151", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12152", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12153", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12154", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12155", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12156", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12157", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12158", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12159", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12160", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "12161", + "fixed": false, + "raw": "Delete" + }, + "group": { + "$id": "12162", + "fixed": false, + "raw": "Factories" + }, + "serializedName": "Factories_Delete", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}", + "isAbsoluteUrl": false, + "httpMethod": "delete", + "responses": { + "OK": { + "$id": "12163", + "extensions": { + "$id": "12164", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·3mpb1f·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·delete·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·3mpb1f·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·delete·responses·200" + ] + } + }, + "isNullable": true + }, + "NoContent": { + "$id": "12165", + "extensions": { + "$id": "12166", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1v97i3t·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·delete·responses·204", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1v97i3t·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·delete·responses·204" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12167", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12168", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·f1kxb3·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·delete·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·f1kxb3·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname·delete·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12169", + "isNullable": true + }, + "description": "Deletes a factory.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "Factories_Delete": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "api-version": "2018-06-01" + }, + "responses": { + "200": {}, + "204": {} + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12170", + "parameters": [ + { + "$id": "12171", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12172", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12173", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12174", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12175", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12176", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12177", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12178", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12179", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12180", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12181", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12182", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12183", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12184", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12185", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12186", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12187", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12188", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12189", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12190", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12191", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12192", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12193", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12194", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12195", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "12196", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12197", + "fixed": false, + "raw": "Get GitHub access token request definition." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1j81ehr·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-getgithubaccesstoken·post·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·1j81ehr·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-getgithubaccesstoken·post·requestbody" + ] + }, + "x-ms-requestBody-name": "gitHubAccessTokenRequest" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12198", + "fixed": false, + "raw": "gitHubAccessTokenRequest" + }, + "serializedName": "gitHubAccessTokenRequest", + "modelType": { + "$ref": "964" + } + } + ], + "name": { + "$id": "12199", + "fixed": false, + "raw": "GetGitHubAccessToken" + }, + "group": { + "$id": "12200", + "fixed": false, + "raw": "Factories" + }, + "serializedName": "Factories_GetGitHubAccessToken", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/getGitHubAccessToken", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "12201", + "body": { + "$ref": "984" + }, + "extensions": { + "$id": "12202", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·vjov63·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-getgithubaccesstoken·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·vjov63·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-getgithubaccesstoken·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12203", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12204", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·awqonh·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-getgithubaccesstoken·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·awqonh·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-getgithubaccesstoken·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12205", + "body": { + "$ref": "984" + }, + "isNullable": true + }, + "description": "Get GitHub Access Token.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "4", + "x-ms-examples": { + "Factories_GetGitHubAccessToken": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "gitHubAccessTokenRequest": { + "gitHubAccessCode": "some", + "gitHubClientId": "some", + "gitHubAccessTokenBaseUrl": "some" + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Fri, 7 Sep 2018 18:42:45 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "1199", + "x-ms-request-id": "da630ed9-35e4-41cd-9f93-be14dbcbd099", + "x-ms-correlation-request-id": "da630ed9-35e4-41cd-9f93-be14dbcbd099" + }, + "body": { + "gitHubAccessToken": "myAccessTokenExample" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12206", + "parameters": [ + { + "$id": "12207", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12208", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12209", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12210", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12211", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12212", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12213", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12214", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12215", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12216", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12217", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12218", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12219", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12220", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12221", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12222", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12223", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12224", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12225", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12226", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12227", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12228", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12229", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12230", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12231", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "12232", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12233", + "fixed": false, + "raw": "Data Plane user access policy definition." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·18fnqvz·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-getdataplaneaccess·post·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·18fnqvz·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-getdataplaneaccess·post·requestbody" + ] + }, + "x-ms-requestBody-name": "policy" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12234", + "fixed": false, + "raw": "policy" + }, + "serializedName": "policy", + "modelType": { + "$ref": "992" + } + } + ], + "name": { + "$id": "12235", + "fixed": false, + "raw": "GetDataPlaneAccess" + }, + "group": { + "$id": "12236", + "fixed": false, + "raw": "Factories" + }, + "serializedName": "Factories_GetDataPlaneAccess", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/getDataPlaneAccess", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "12237", + "body": { + "$ref": "1024" + }, + "extensions": { + "$id": "12238", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·pq78yx·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-getdataplaneaccess·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·pq78yx·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-getdataplaneaccess·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12239", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12240", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1eoyib9·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-getdataplaneaccess·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1eoyib9·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-getdataplaneaccess·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12241", + "body": { + "$ref": "1024" + }, + "isNullable": true + }, + "description": "Get Data Plane access.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "4", + "x-ms-examples": { + "Factories_GetDataPlaneAccess": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "policy": { + "permissions": "r", + "accessResourcePath": "", + "profileName": "DefaultProfile", + "startTime": "2018-11-10T02:46:20.2659347Z", + "expireTime": "2018-11-10T09:46:20.2659347Z" + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Wed, 07 Nov 2018 03:41:57 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "82bc20d2-4bec-496d-a1c8-3f7746fed307", + "x-ms-correlation-request-id": "82bc20d2-4bec-496d-a1c8-3f7746fed307" + }, + "body": { + "policy": { + "permissions": "r", + "accessResourcePath": "", + "profileName": "DefaultProfile", + "startTime": "2018-11-10T02:46:20.2659347Z", + "expireTime": "2018-11-10T09:46:20.2659347Z" + }, + "dataPlaneUrl": "https://rpeastus.svc.datafactory.azure.com:4433", + "accessToken": "**********" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + } + ], + "name": { + "$id": "12242", + "fixed": false, + "raw": "Factories" + }, + "typeName": { + "$id": "12243", + "fixed": false + }, + "nameForProperty": "Factories" + }, + { + "$id": "12244", + "methods": [ + { + "$id": "12245", + "parameters": [ + { + "$id": "12246", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12247", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12248", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12249", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12250", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12251", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12252", + "clientProperty": { + "$ref": "11750" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12253", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12254", + "fixed": false, + "raw": "The location identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "locationId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/locationId" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12255", + "fixed": false, + "raw": "locationId" + }, + "serializedName": "locationId", + "modelType": { + "$id": "12256", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12257", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12258", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12259", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12260", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12261", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12262", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12263", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12264", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "12265", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12266", + "fixed": false, + "raw": "The exposure control request." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·5gozdh·subscriptions-subscriptionid-providers-microsoft-datafactory-locations-locationid-getfeaturevalue·post·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·5gozdh·subscriptions-subscriptionid-providers-microsoft-datafactory-locations-locationid-getfeaturevalue·post·requestbody" + ] + }, + "x-ms-requestBody-name": "exposureControlRequest" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12267", + "fixed": false, + "raw": "exposureControlRequest" + }, + "serializedName": "exposureControlRequest", + "modelType": { + "$ref": "1796" + } + } + ], + "name": { + "$id": "12268", + "fixed": false, + "raw": "GetFeatureValue" + }, + "group": { + "$id": "12269", + "fixed": false, + "raw": "ExposureControl" + }, + "serializedName": "ExposureControl_GetFeatureValue", + "url": "/subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/locations/{locationId}/getFeatureValue", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "12270", + "body": { + "$ref": "1810" + }, + "extensions": { + "$id": "12271", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1esrn3u·subscriptions-subscriptionid-providers-microsoft-datafactory-locations-locationid-getfeaturevalue·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1esrn3u·subscriptions-subscriptionid-providers-microsoft-datafactory-locations-locationid-getfeaturevalue·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12272", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12273", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·tha2y8·subscriptions-subscriptionid-providers-microsoft-datafactory-locations-locationid-getfeaturevalue·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·tha2y8·subscriptions-subscriptionid-providers-microsoft-datafactory-locations-locationid-getfeaturevalue·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12274", + "body": { + "$ref": "1810" + }, + "isNullable": true + }, + "description": "Get exposure control feature for specific location.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "3", + "x-ms-examples": { + "ExposureControl_GetFeatureValue": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "locationId": "WestEurope", + "exposureControlRequest": { + "featureName": "ADFIntegrationRuntimeSharingRbac", + "featureType": "Feature" + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 22 Dec 2018 09:46:07 GMT", + "X-Content-Type-Options": "nosniff" + }, + "body": { + "featureName": "ADFIntegrationRuntimeSharingRbac", + "value": "False" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12275", + "parameters": [ + { + "$id": "12276", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12277", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12278", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12279", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12280", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12281", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12282", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12283", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12284", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12285", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12286", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12287", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12288", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12289", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12290", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12291", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12292", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12293", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12294", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12295", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12296", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12297", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12298", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12299", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12300", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "12301", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12302", + "fixed": false, + "raw": "The exposure control request." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·ffzucg·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-getfeaturevalue·post·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·ffzucg·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-getfeaturevalue·post·requestbody" + ] + }, + "x-ms-requestBody-name": "exposureControlRequest" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12303", + "fixed": false, + "raw": "exposureControlRequest" + }, + "serializedName": "exposureControlRequest", + "modelType": { + "$ref": "1796" + } + } + ], + "name": { + "$id": "12304", + "fixed": false, + "raw": "GetFeatureValueByFactory" + }, + "group": { + "$id": "12305", + "fixed": false, + "raw": "ExposureControl" + }, + "serializedName": "ExposureControl_GetFeatureValueByFactory", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/getFeatureValue", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "12306", + "body": { + "$ref": "1810" + }, + "extensions": { + "$id": "12307", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·n18kz·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-getfeaturevalue·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·n18kz·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-getfeaturevalue·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12308", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12309", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·2t37i1·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-getfeaturevalue·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·2t37i1·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-getfeaturevalue·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12310", + "body": { + "$ref": "1810" + }, + "isNullable": true + }, + "description": "Get exposure control feature for specific factory.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "4", + "x-ms-examples": { + "ExposureControl_GetFeatureValueByFactory": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "exposureControlRequest": { + "featureName": "ADFIntegrationRuntimeSharingRbac", + "featureType": "Feature" + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 22 Dec 2018 09:46:07 GMT", + "X-Content-Type-Options": "nosniff" + }, + "body": { + "featureName": "ADFIntegrationRuntimeSharingRbac", + "value": "False" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + } + ], + "name": { + "$id": "12311", + "fixed": false, + "raw": "ExposureControl" + }, + "typeName": { + "$id": "12312", + "fixed": false + }, + "nameForProperty": "ExposureControl" + }, + { + "$id": "12313", + "methods": [ + { + "$id": "12314", + "parameters": [ + { + "$id": "12315", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12316", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12317", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12318", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12319", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12320", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12321", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12322", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12323", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12324", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12325", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12326", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12327", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12328", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12329", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12330", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12331", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12332", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12333", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12334", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12335", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12336", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12337", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12338", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "12339", + "fixed": false, + "raw": "ListByFactory" + }, + "group": { + "$id": "12340", + "fixed": false, + "raw": "IntegrationRuntimes" + }, + "serializedName": "IntegrationRuntimes_ListByFactory", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes", + "isAbsoluteUrl": false, + "httpMethod": "get", + "responses": { + "OK": { + "$id": "12341", + "body": { + "$ref": "298" + }, + "extensions": { + "$id": "12342", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·r0hfw0·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes·get·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·r0hfw0·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes·get·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12343", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12344", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·g2hxwx·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes·get·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·g2hxwx·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes·get·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12345", + "body": { + "$ref": "298" + }, + "isNullable": true + }, + "description": "Lists integration runtimes.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "IntegrationRuntimes_ListByFactory": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "ifNoneMatch": null, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Wed, 13 Jun 2018 21:33:05 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14909", + "x-ms-request-id": "f632df92-1140-4e19-9e19-0b1c8cbe393b", + "x-ms-correlation-request-id": "f632df92-1140-4e19-9e19-0b1c8cbe393b" + }, + "body": { + "value": [ + { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/integrationruntimes/exampleIntegrationRuntime", + "name": "exampleIntegrationRuntime", + "type": "Microsoft.DataFactory/factories/integrationruntimes", + "properties": { + "type": "SelfHosted", + "description": "A selfhosted integration runtime" + }, + "etag": "0400f1a1-0000-0000-0000-5b2188640000" + } + ] + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12346", + "parameters": [ + { + "$id": "12347", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12348", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12349", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12350", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12351", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12352", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12353", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12354", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12355", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12356", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12357", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12358", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12359", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12360", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12361", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12362", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12363", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12364", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12365", + "clientProperty": { + "$ref": "11786" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12366", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12367", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12368", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "12369", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12370", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12371", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12372", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12373", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12374", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12375", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12376", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12377", + "clientProperty": { + "$ref": "11810" + }, + "location": "header", + "collectionFormat": "none", + "defaultValue": { + "$id": "12378", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12379", + "fixed": false, + "raw": "ETag of the integration runtime entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1ouvl8b·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·put·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1ouvl8b·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·put·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "12380", + "fixed": false, + "raw": "If-Match" + }, + "serializedName": "If-Match", + "modelType": { + "$id": "12381", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12382", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12383", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "12384", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12385", + "fixed": false, + "raw": "Integration runtime resource definition." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1lbvs1b·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·put·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·1lbvs1b·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·put·requestbody" + ] + }, + "x-ms-requestBody-name": "integrationRuntime" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12386", + "fixed": false, + "raw": "integrationRuntime" + }, + "serializedName": "integrationRuntime", + "modelType": { + "$ref": "292" + } + } + ], + "name": { + "$id": "12387", + "fixed": false, + "raw": "CreateOrUpdate" + }, + "group": { + "$id": "12388", + "fixed": false, + "raw": "IntegrationRuntimes" + }, + "serializedName": "IntegrationRuntimes_CreateOrUpdate", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}", + "isAbsoluteUrl": false, + "httpMethod": "put", + "responses": { + "OK": { + "$id": "12389", + "body": { + "$ref": "292" + }, + "extensions": { + "$id": "12390", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1yw4t3g·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·put·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1yw4t3g·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·put·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12391", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12392", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·t25ie4·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·put·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·t25ie4·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·put·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12393", + "body": { + "$ref": "292" + }, + "isNullable": true + }, + "description": "Creates or updates an integration runtime.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "6", + "x-ms-examples": { + "IntegrationRuntimes_Create": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "integrationRuntimeName": "exampleIntegrationRuntime", + "ifMatch": null, + "integrationRuntime": { + "properties": { + "type": "SelfHosted", + "description": "A selfhosted integration runtime" + } + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Wed, 13 Jun 2018 22:20:47 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "125c07fa-e39a-4541-885f-5019631a5ecd", + "x-ms-correlation-request-id": "125c07fa-e39a-4541-885f-5019631a5ecd" + }, + "body": { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/integrationruntimes/exampleIntegrationRuntime", + "name": "exampleIntegrationRuntime", + "type": "Microsoft.DataFactory/factories/integrationruntimes", + "properties": { + "type": "SelfHosted", + "description": "A selfhosted integration runtime" + }, + "etag": "000046c4-0000-0000-0000-5b2198bf0000" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12394", + "parameters": [ + { + "$id": "12395", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12396", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12397", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12398", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12399", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12400", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12401", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12402", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12403", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12404", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12405", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12406", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12407", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12408", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12409", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12410", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12411", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12412", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12413", + "clientProperty": { + "$ref": "11786" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12414", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12415", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12416", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "12417", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12418", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12419", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12420", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12421", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12422", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12423", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12424", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12425", + "clientProperty": { + "$ref": "11816" + }, + "location": "header", + "collectionFormat": "none", + "defaultValue": { + "$id": "12426", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12427", + "fixed": false, + "raw": "ETag of the integration runtime entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1kler4l·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·get·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1kler4l·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·get·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "12428", + "fixed": false, + "raw": "If-None-Match" + }, + "serializedName": "If-None-Match", + "modelType": { + "$id": "12429", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12430", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "12431", + "fixed": false, + "raw": "Get" + }, + "group": { + "$id": "12432", + "fixed": false, + "raw": "IntegrationRuntimes" + }, + "serializedName": "IntegrationRuntimes_Get", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}", + "isAbsoluteUrl": false, + "httpMethod": "get", + "responses": { + "OK": { + "$id": "12433", + "body": { + "$ref": "292" + }, + "extensions": { + "$id": "12434", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·26lbb·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·get·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·26lbb·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·get·responses·200" + ] + } + }, + "isNullable": true + }, + "NotModified": { + "$id": "12435", + "extensions": { + "$id": "12436", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·qiut1j·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·get·responses·304", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·qiut1j·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·get·responses·304" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12437", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12438", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·cf3bq9·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·get·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·cf3bq9·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·get·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12439", + "body": { + "$ref": "292" + }, + "isNullable": true + }, + "description": "Gets an integration runtime.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "IntegrationRuntimes_Get": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "integrationRuntimeName": "exampleIntegrationRuntime", + "ifNoneMatch": "15003c4f-0000-0200-0000-5cbe090b0000", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Mon, 22 Apr 2019 18:33:47 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "ad824326-e577-4a47-a092-2e621c4d59d9", + "x-ms-correlation-request-id": "ad824326-e577-4a47-a092-2e621c4d59d9" + }, + "body": { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/integrationruntimes/exampleIntegrationRuntime", + "name": "exampleIntegrationRuntime", + "type": "Microsoft.DataFactory/factories/integrationruntimes", + "properties": { + "type": "SelfHosted", + "description": "A selfhosted integration runtime" + }, + "etag": "15003c4f-0000-0200-0000-5cbe090b0000" + } + }, + "304": {} + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12440", + "parameters": [ + { + "$id": "12441", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12442", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12443", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12444", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12445", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12446", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12447", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12448", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12449", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12450", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12451", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12452", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12453", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12454", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12455", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12456", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12457", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12458", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12459", + "clientProperty": { + "$ref": "11786" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12460", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12461", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12462", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "12463", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12464", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12465", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12466", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12467", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12468", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12469", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12470", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12471", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "12472", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12473", + "fixed": false, + "raw": "The parameters for updating an integration runtime." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·mo3wbz·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·patch·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·mo3wbz·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·patch·requestbody" + ] + }, + "x-ms-requestBody-name": "updateIntegrationRuntimeRequest" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12474", + "fixed": false, + "raw": "updateIntegrationRuntimeRequest" + }, + "serializedName": "updateIntegrationRuntimeRequest", + "modelType": { + "$ref": "400" + } + } + ], + "name": { + "$id": "12475", + "fixed": false, + "raw": "Update" + }, + "group": { + "$id": "12476", + "fixed": false, + "raw": "IntegrationRuntimes" + }, + "serializedName": "IntegrationRuntimes_Update", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}", + "isAbsoluteUrl": false, + "httpMethod": "patch", + "responses": { + "OK": { + "$id": "12477", + "body": { + "$ref": "292" + }, + "extensions": { + "$id": "12478", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1jozul4·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·patch·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1jozul4·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·patch·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12479", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12480", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1h7ioos·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·patch·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1h7ioos·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·patch·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12481", + "body": { + "$ref": "292" + }, + "isNullable": true + }, + "description": "Updates an integration runtime.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "5", + "x-ms-examples": { + "IntegrationRuntimes_Update": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "integrationRuntimeName": "exampleIntegrationRuntime", + "updateIntegrationRuntimeRequest": { + "autoUpdate": "Off", + "updateDelayOffset": "\"PT3H\"" + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Wed, 13 Jun 2018 21:33:04 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "eb1c35f8-4b37-4d08-b5dd-d6a0ad8b182d", + "x-ms-correlation-request-id": "eb1c35f8-4b37-4d08-b5dd-d6a0ad8b182d" + }, + "body": { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/integrationruntimes/exampleIntegrationRuntime", + "name": "exampleIntegrationRuntime", + "type": "Microsoft.DataFactory/factories/integrationruntimes", + "properties": { + "type": "SelfHosted", + "description": "A selfhosted integration runtime" + }, + "etag": "0400f1a1-0000-0000-0000-5b2188640000" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12482", + "parameters": [ + { + "$id": "12483", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12484", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12485", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12486", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12487", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12488", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12489", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12490", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12491", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12492", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12493", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12494", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12495", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12496", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12497", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12498", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12499", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12500", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12501", + "clientProperty": { + "$ref": "11786" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12502", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12503", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12504", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "12505", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12506", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12507", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12508", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12509", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12510", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12511", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12512", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "12513", + "fixed": false, + "raw": "Delete" + }, + "group": { + "$id": "12514", + "fixed": false, + "raw": "IntegrationRuntimes" + }, + "serializedName": "IntegrationRuntimes_Delete", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}", + "isAbsoluteUrl": false, + "httpMethod": "delete", + "responses": { + "OK": { + "$id": "12515", + "extensions": { + "$id": "12516", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1t2rjha·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·delete·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1t2rjha·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·delete·responses·200" + ] + } + }, + "isNullable": true + }, + "NoContent": { + "$id": "12517", + "extensions": { + "$id": "12518", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·evissi·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·delete·responses·204", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·evissi·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·delete·responses·204" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12519", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12520", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1nmug1k·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·delete·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1nmug1k·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename·delete·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12521", + "isNullable": true + }, + "description": "Deletes an integration runtime.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "IntegrationRuntimes_Delete": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "integrationRuntimeName": "exampleIntegrationRuntime", + "api-version": "2018-06-01" + }, + "responses": { + "200": {}, + "204": {} + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12522", + "parameters": [ + { + "$id": "12523", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12524", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12525", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12526", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12527", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12528", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12529", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12530", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12531", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12532", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12533", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12534", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12535", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12536", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12537", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12538", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12539", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12540", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12541", + "clientProperty": { + "$ref": "11786" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12542", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12543", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12544", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "12545", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12546", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12547", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12548", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12549", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12550", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12551", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12552", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "12553", + "fixed": false, + "raw": "GetStatus" + }, + "group": { + "$id": "12554", + "fixed": false, + "raw": "IntegrationRuntimes" + }, + "serializedName": "IntegrationRuntimes_GetStatus", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/getStatus", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "12555", + "body": { + "$ref": "374" + }, + "extensions": { + "$id": "12556", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·13ih1eh·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-getstatus·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·13ih1eh·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-getstatus·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12557", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12558", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·qz7nt7·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-getstatus·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·qz7nt7·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-getstatus·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12559", + "body": { + "$ref": "374" + }, + "isNullable": true + }, + "description": "Gets detailed status information for an integration runtime.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "IntegrationRuntimes_GetStatus": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "integrationRuntimeName": "exampleIntegrationRuntime", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Thu, 14 Jun 2018 14:53:22 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14997", + "x-ms-request-id": "19efe790-074f-4241-ae94-0422935d0f46", + "x-ms-correlation-request-id": "19efe790-074f-4241-ae94-0422935d0f46" + }, + "body": { + "name": "exampleIntegrationRuntime", + "properties": { + "state": "Online", + "type": "SelfHosted", + "typeProperties": { + "autoUpdate": "Off", + "taskQueueId": "1a6296ab-423c-4346-9bcc-85a78c2c0582", + "version": "3.8.6730.2", + "nodes": [ + { + "nodeName": "Node_1", + "machineName": "YANZHANG-DT", + "hostServiceUri": "https://yanzhang-dt.fareast.corp.microsoft.com:8050/HostServiceRemote.svc/", + "status": "Online", + "capabilities": { + "serviceBusConnected": "True", + "httpsPortEnabled": "True", + "credentialInSync": "True", + "connectedToResourceManager": "True", + "nodeEnabled": "True" + }, + "versionStatus": "UpToDate", + "version": "3.8.6730.2", + "registerTime": "2018-06-14T14:51:44.9237069Z", + "lastConnectTime": "2018-06-14T14:52:59.8933313Z", + "lastStartTime": "2018-06-14T14:52:59.8933313Z", + "lastUpdateResult": "None", + "isActiveDispatcher": true, + "maxConcurrentJobs": "56" + } + ], + "updateDelayOffset": "PT3H", + "localTimeZoneOffset": "PT8H", + "serviceUrls": [ + "wu.frontend.int.clouddatahub-int.net", + "*.servicebus.windows.net" + ], + "versionStatus": "UpToDate", + "capabilities": { + "serviceBusConnected": "True", + "httpsPortEnabled": "True", + "credentialInSync": "True", + "connectedToResourceManager": "True", + "nodeEnabled": "True" + }, + "latestVersion": "3.7.6711.1", + "createTime": "2018-06-14T09:17:45.1839685Z" + } + } + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12560", + "parameters": [ + { + "$id": "12561", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12562", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12563", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12564", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12565", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12566", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12567", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12568", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12569", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12570", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12571", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12572", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12573", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12574", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12575", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12576", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12577", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12578", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12579", + "clientProperty": { + "$ref": "11786" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12580", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12581", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12582", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "12583", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12584", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12585", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12586", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12587", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12588", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12589", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12590", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "12591", + "fixed": false, + "raw": "GetConnectionInfo" + }, + "group": { + "$id": "12592", + "fixed": false, + "raw": "IntegrationRuntimes" + }, + "serializedName": "IntegrationRuntimes_GetConnectionInfo", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/getConnectionInfo", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "12593", + "body": { + "$ref": "2945" + }, + "extensions": { + "$id": "12594", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·wd6azx·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-getconnectioninfo·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·wd6azx·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-getconnectioninfo·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12595", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12596", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1bthxrb·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-getconnectioninfo·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1bthxrb·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-getconnectioninfo·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12597", + "body": { + "$ref": "2945" + }, + "isNullable": true + }, + "description": "Gets the on-premises integration runtime connection information for encrypting the on-premises data source credentials.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "IntegrationRuntimes_GetConnectionInfo": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "integrationRuntimeName": "exampleIntegrationRuntime", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Thu, 14 Jun 2018 14:53:21 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14998", + "x-ms-request-id": "05774db5-e79b-4224-9097-46714b92fbd8", + "x-ms-correlation-request-id": "05774db5-e79b-4224-9097-46714b92fbd8" + }, + "body": { + "version": "3.8.6730.2", + "publicKey": "**********", + "serviceToken": "**********", + "identityCertThumbprint": "**********", + "hostServiceUri": "https://yanzhang-dt.fareast.corp.microsoft.com:8050/HostServiceRemote.svc/", + "isIdentityCertExprired": false + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12598", + "parameters": [ + { + "$id": "12599", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12600", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12601", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12602", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12603", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12604", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12605", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12606", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12607", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12608", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12609", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12610", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12611", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12612", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12613", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12614", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12615", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12616", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12617", + "clientProperty": { + "$ref": "11786" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12618", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12619", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12620", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "12621", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12622", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12623", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12624", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12625", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12626", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12627", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12628", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12629", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "12630", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12631", + "fixed": false, + "raw": "The parameters for regenerating integration runtime authentication key." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1fm9nig·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-regenerateauthkey·post·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·1fm9nig·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-regenerateauthkey·post·requestbody" + ] + }, + "x-ms-requestBody-name": "regenerateKeyParameters" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12632", + "fixed": false, + "raw": "regenerateKeyParameters" + }, + "serializedName": "regenerateKeyParameters", + "modelType": { + "$ref": "2991" + } + } + ], + "name": { + "$id": "12633", + "fixed": false, + "raw": "RegenerateAuthKey" + }, + "group": { + "$id": "12634", + "fixed": false, + "raw": "IntegrationRuntimes" + }, + "serializedName": "IntegrationRuntimes_RegenerateAuthKey", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/regenerateAuthKey", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "12635", + "body": { + "$ref": "3003" + }, + "extensions": { + "$id": "12636", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·w9fw1c·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-regenerateauthkey·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·w9fw1c·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-regenerateauthkey·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12637", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12638", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·2kp6m0·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-regenerateauthkey·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·2kp6m0·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-regenerateauthkey·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12639", + "body": { + "$ref": "3003" + }, + "isNullable": true + }, + "description": "Regenerates the authentication key for an integration runtime.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "5", + "x-ms-examples": { + "IntegrationRuntimes_RegenerateAuthKey": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "integrationRuntimeName": "exampleIntegrationRuntime", + "regenerateKeyParameters": { + "keyName": "authKey2" + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Thu, 14 Jun 2018 14:50:41 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "25af6d34-52c6-40a4-a882-16052af85c99", + "x-ms-correlation-request-id": "25af6d34-52c6-40a4-a882-16052af85c99" + }, + "body": { + "authKey2": "**********" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12640", + "parameters": [ + { + "$id": "12641", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12642", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12643", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12644", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12645", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12646", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12647", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12648", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12649", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12650", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12651", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12652", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12653", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12654", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12655", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12656", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12657", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12658", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12659", + "clientProperty": { + "$ref": "11786" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12660", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12661", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12662", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "12663", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12664", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12665", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12666", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12667", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12668", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12669", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12670", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "12671", + "fixed": false, + "raw": "ListAuthKeys" + }, + "group": { + "$id": "12672", + "fixed": false, + "raw": "IntegrationRuntimes" + }, + "serializedName": "IntegrationRuntimes_ListAuthKeys", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/listAuthKeys", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "12673", + "body": { + "$ref": "3003" + }, + "extensions": { + "$id": "12674", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1c1bj9t·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-listauthkeys·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1c1bj9t·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-listauthkeys·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12675", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12676", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·18i4s28·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-listauthkeys·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·18i4s28·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-listauthkeys·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12677", + "body": { + "$ref": "3003" + }, + "isNullable": true + }, + "description": "Retrieves the authentication keys for an integration runtime.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "IntegrationRuntimes_ListAuthKeys": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "integrationRuntimeName": "exampleIntegrationRuntime", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Thu, 14 Jun 2018 14:51:00 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14999", + "x-ms-request-id": "2ea25426-9d1d-49f3-88b6-fb853eb02cb9", + "x-ms-correlation-request-id": "2ea25426-9d1d-49f3-88b6-fb853eb02cb9" + }, + "body": { + "authKey1": "**********", + "authKey2": "**********" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12678", + "parameters": [ + { + "$id": "12679", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12680", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12681", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12682", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12683", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12684", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12685", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12686", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12687", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12688", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12689", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12690", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12691", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12692", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12693", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12694", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12695", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12696", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12697", + "clientProperty": { + "$ref": "11786" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12698", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12699", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12700", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "12701", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12702", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12703", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12704", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12705", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12706", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12707", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12708", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "12709", + "fixed": false, + "raw": "Start" + }, + "group": { + "$id": "12710", + "fixed": false, + "raw": "IntegrationRuntimes" + }, + "serializedName": "IntegrationRuntimes_Start", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/start", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "12711", + "body": { + "$ref": "374" + }, + "extensions": { + "$id": "12712", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·13qy5ii·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-start·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·13qy5ii·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-start·post·responses·200" + ] + } + }, + "isNullable": true + }, + "Accepted": { + "$id": "12713", + "extensions": { + "$id": "12714", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1bb0hfs·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-start·post·responses·202", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1bb0hfs·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-start·post·responses·202" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12715", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12716", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·484nda·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-start·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·484nda·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-start·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12717", + "body": { + "$ref": "374" + }, + "isNullable": true + }, + "description": "Starts a ManagedReserved type integration runtime.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-long-running-operation": true, + "x-ms-examples": { + "IntegrationRuntimes_Start": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "integrationRuntimeName": "exampleManagedIntegrationRuntime", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Wed, 13 Jun 2018 21:33:00 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14912", + "x-ms-request-id": "2af47f9f-5625-4b01-a3a5-bccb576a4677", + "x-ms-correlation-request-id": "2af47f9f-5625-4b01-a3a5-bccb576a4677" + }, + "body": { + "name": "exampleManagedIntegrationRuntime", + "properties": { + "dataFactoryName": "exampleFactoryName", + "type": "Managed", + "state": "Started", + "typeProperties": { + "nodes": [], + "otherErrors": [], + "createTime": "2018-06-13T21:11:01.8695494Z" + } + } + } + }, + "202": {} + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12718", + "parameters": [ + { + "$id": "12719", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12720", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12721", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12722", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12723", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12724", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12725", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12726", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12727", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12728", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12729", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12730", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12731", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12732", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12733", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12734", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12735", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12736", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12737", + "clientProperty": { + "$ref": "11786" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12738", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12739", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12740", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "12741", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12742", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12743", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12744", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12745", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12746", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12747", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12748", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "12749", + "fixed": false, + "raw": "Stop" + }, + "group": { + "$id": "12750", + "fixed": false, + "raw": "IntegrationRuntimes" + }, + "serializedName": "IntegrationRuntimes_Stop", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/stop", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "12751", + "extensions": { + "$id": "12752", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1469024·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-stop·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1469024·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-stop·post·responses·200" + ] + } + }, + "isNullable": true + }, + "Accepted": { + "$id": "12753", + "extensions": { + "$id": "12754", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1igdyjk·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-stop·post·responses·202", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1igdyjk·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-stop·post·responses·202" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12755", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12756", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·10phx19·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-stop·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·10phx19·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-stop·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12757", + "isNullable": true + }, + "description": "Stops a ManagedReserved type integration runtime.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-long-running-operation": true, + "x-ms-examples": { + "IntegrationRuntimes_Stop": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "integrationRuntimeName": "exampleManagedIntegrationRuntime", + "api-version": "2018-06-01" + }, + "responses": { + "200": {}, + "202": {} + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12758", + "parameters": [ + { + "$id": "12759", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12760", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12761", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12762", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12763", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12764", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12765", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12766", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12767", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12768", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12769", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12770", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12771", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12772", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12773", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12774", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12775", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12776", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12777", + "clientProperty": { + "$ref": "11786" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12778", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12779", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12780", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "12781", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12782", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12783", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12784", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12785", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12786", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12787", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12788", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "12789", + "fixed": false, + "raw": "SyncCredentials" + }, + "group": { + "$id": "12790", + "fixed": false, + "raw": "IntegrationRuntimes" + }, + "serializedName": "IntegrationRuntimes_SyncCredentials", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/syncCredentials", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "12791", + "extensions": { + "$id": "12792", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·yrh8yc·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-synccredentials·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·yrh8yc·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-synccredentials·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12793", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12794", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·nb297t·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-synccredentials·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·nb297t·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-synccredentials·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12795", + "isNullable": true + }, + "description": "Force the integration runtime to synchronize credentials across integration runtime nodes, and this will override the credentials across all worker nodes with those available on the dispatcher node. If you already have the latest credential backup file, you should manually import it (preferred) on any self-hosted integration runtime node than using this API directly.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "IntegrationRuntimes_SyncCredentials": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "integrationRuntimeName": "exampleIntegrationRuntime", + "api-version": "2018-06-01" + }, + "responses": { + "200": {} + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12796", + "parameters": [ + { + "$id": "12797", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12798", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12799", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12800", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12801", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12802", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12803", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12804", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12805", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12806", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12807", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12808", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12809", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12810", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12811", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12812", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12813", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12814", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12815", + "clientProperty": { + "$ref": "11786" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12816", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12817", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12818", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "12819", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12820", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12821", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12822", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12823", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12824", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12825", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12826", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "12827", + "fixed": false, + "raw": "GetMonitoringData" + }, + "group": { + "$id": "12828", + "fixed": false, + "raw": "IntegrationRuntimes" + }, + "serializedName": "IntegrationRuntimes_GetMonitoringData", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/monitoringData", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "12829", + "body": { + "$ref": "3075" + }, + "extensions": { + "$id": "12830", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·n0m18w·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-monitoringdata·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·n0m18w·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-monitoringdata·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12831", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12832", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·l5yxwg·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-monitoringdata·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·l5yxwg·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-monitoringdata·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12833", + "body": { + "$ref": "3075" + }, + "isNullable": true + }, + "description": "Get the integration runtime monitoring data, which includes the monitor data for all the nodes under this integration runtime.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "IntegrationRuntimes_GetMonitoringData": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "integrationRuntimeName": "exampleIntegrationRuntime", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Thu, 14 Jun 2018 15:27:44 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14999", + "x-ms-request-id": "39277952-edbe-4336-ae94-f6f42b50b5f7", + "x-ms-correlation-request-id": "39277952-edbe-4336-ae94-f6f42b50b5f7" + }, + "body": { + "name": "exampleIntegrationRuntime", + "nodes": [ + { + "nodeName": "Node_1", + "availableMemoryInMB": "16740", + "cpuUtilization": "15", + "concurrentJobsLimit": "28", + "concurrentJobsRunning": "0", + "sentBytes": "2.647491693496704", + "receivedBytes": "6.731423377990723" + } + ] + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12834", + "parameters": [ + { + "$id": "12835", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12836", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12837", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12838", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12839", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12840", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12841", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12842", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12843", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12844", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12845", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12846", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12847", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12848", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12849", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12850", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12851", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12852", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12853", + "clientProperty": { + "$ref": "11786" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12854", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12855", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12856", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "12857", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12858", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12859", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12860", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12861", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12862", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12863", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12864", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "12865", + "fixed": false, + "raw": "Upgrade" + }, + "group": { + "$id": "12866", + "fixed": false, + "raw": "IntegrationRuntimes" + }, + "serializedName": "IntegrationRuntimes_Upgrade", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/upgrade", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "12867", + "extensions": { + "$id": "12868", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1mky5i6·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-upgrade·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1mky5i6·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-upgrade·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12869", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12870", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·x1l89·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-upgrade·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·x1l89·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-upgrade·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12871", + "isNullable": true + }, + "description": "Upgrade self-hosted integration runtime to latest version if availability.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "IntegrationRuntimes_Upgrade": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "integrationRuntimeName": "exampleIntegrationRuntime", + "api-version": "2018-06-01" + }, + "responses": { + "200": {} + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12872", + "parameters": [ + { + "$id": "12873", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12874", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12875", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12876", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12877", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12878", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12879", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12880", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12881", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12882", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12883", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12884", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12885", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12886", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12887", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12888", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12889", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12890", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12891", + "clientProperty": { + "$ref": "11786" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12892", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12893", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12894", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "12895", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12896", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12897", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12898", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12899", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12900", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12901", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12902", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12903", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "12904", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12905", + "fixed": false, + "raw": "The data factory name for the linked integration runtime." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1goj3eb·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-removelinks·post·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·1goj3eb·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-removelinks·post·requestbody" + ] + }, + "x-ms-requestBody-name": "linkedIntegrationRuntimeRequest" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12906", + "fixed": false, + "raw": "linkedIntegrationRuntimeRequest" + }, + "serializedName": "linkedIntegrationRuntimeRequest", + "modelType": { + "$ref": "426" + } + } + ], + "name": { + "$id": "12907", + "fixed": false, + "raw": "RemoveLinks" + }, + "group": { + "$id": "12908", + "fixed": false, + "raw": "IntegrationRuntimes" + }, + "serializedName": "IntegrationRuntimes_RemoveLinks", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/removeLinks", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "12909", + "extensions": { + "$id": "12910", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·7a4ix1·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-removelinks·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·7a4ix1·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-removelinks·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12911", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12912", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·3y3vqi·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-removelinks·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·3y3vqi·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-removelinks·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12913", + "isNullable": true + }, + "description": "Remove all linked integration runtimes under specific data factory in a self-hosted integration runtime.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "5", + "x-ms-examples": { + "IntegrationRuntimes_Upgrade": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "integrationRuntimeName": "exampleIntegrationRuntime", + "linkedIntegrationRuntimeRequest": { + "factoryName": "exampleFactoryName-linked" + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": {} + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12914", + "parameters": [ + { + "$id": "12915", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12916", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12917", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12918", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12919", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12920", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12921", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12922", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12923", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12924", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12925", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12926", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12927", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12928", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12929", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12930", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12931", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12932", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12933", + "clientProperty": { + "$ref": "11786" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12934", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12935", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12936", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "12937", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12938", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12939", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12940", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12941", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12942", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12943", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12944", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12945", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "12946", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12947", + "fixed": false, + "raw": "The linked integration runtime properties." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·x3scht·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-linkedintegrationruntime·post·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·x3scht·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-linkedintegrationruntime·post·requestbody" + ] + }, + "x-ms-requestBody-name": "createLinkedIntegrationRuntimeRequest" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12948", + "fixed": false, + "raw": "createLinkedIntegrationRuntimeRequest" + }, + "serializedName": "createLinkedIntegrationRuntimeRequest", + "modelType": { + "$ref": "434" + } + } + ], + "name": { + "$id": "12949", + "fixed": false, + "raw": "CreateLinkedIntegrationRuntime" + }, + "group": { + "$id": "12950", + "fixed": false, + "raw": "IntegrationRuntimes" + }, + "serializedName": "IntegrationRuntimes_CreateLinkedIntegrationRuntime", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/linkedIntegrationRuntime", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "12951", + "body": { + "$ref": "374" + }, + "extensions": { + "$id": "12952", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1byocj4·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-linkedintegrationruntime·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1byocj4·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-linkedintegrationruntime·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12953", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12954", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·egd57f·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-linkedintegrationruntime·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·egd57f·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-linkedintegrationruntime·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12955", + "body": { + "$ref": "374" + }, + "isNullable": true + }, + "description": "Create a linked integration runtime entry in a shared integration runtime.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "5", + "x-ms-examples": { + "IntegrationRuntimes_CreateLinkedIntegrationRuntime": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "integrationRuntimeName": "exampleIntegrationRuntime", + "createLinkedIntegrationRuntimeRequest": { + "name": "bfa92911-9fb6-4fbe-8f23-beae87bc1c83", + "subscriptionId": "061774c7-4b5a-4159-a55b-365581830283", + "dataFactoryName": "e9955d6d-56ea-4be3-841c-52a12c1a9981", + "dataFactoryLocation": "West US" + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Fri, 17 Aug 2018 06:31:03 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "f9a67067-62f3-43ce-b891-2ccb3de4a15f", + "x-ms-correlation-request-id": "f9a67067-62f3-43ce-b891-2ccb3de4a15f" + }, + "body": { + "name": "exampleIntegrationRuntime", + "properties": { + "dataFactoryName": "exampleFactoryName", + "state": "Online", + "type": "SelfHosted", + "typeProperties": { + "autoUpdate": "On", + "taskQueueId": "823da112-f2d9-426b-a0d8-5f361b94f72a", + "version": "3.8.6743.6", + "nodes": [ + { + "nodeName": "Node_1", + "machineName": "YANZHANG-DT", + "hostServiceUri": "https://yanzhang-dt.fareast.corp.microsoft.com:8050/HostServiceRemote.svc/", + "status": "Online", + "capabilities": { + "serviceBusConnected": "True", + "httpsPortEnabled": "True", + "credentialInSync": "True", + "connectedToResourceManager": "True", + "nodeEnabled": "True" + }, + "versionStatus": "UpToDate", + "version": "3.8.6743.6", + "registerTime": "2018-08-17T03:44:55.8012825Z", + "lastConnectTime": "2018-08-17T06:30:46.6262976Z", + "lastStartTime": "2018-08-17T03:45:30.8499851Z", + "lastUpdateResult": "None", + "isActiveDispatcher": true, + "maxConcurrentJobs": "20" + } + ], + "scheduledUpdateDate": "2018-08-20T00:00:00Z", + "updateDelayOffset": "PT19H", + "localTimeZoneOffset": "PT8H", + "serviceUrls": [ + "wu.frontend.int.clouddatahub-int.net", + "*.servicebus.windows.net" + ], + "links": [ + { + "name": "bfa92911-9fb6-4fbe-8f23-beae87bc1c83", + "subscriptionId": "061774c7-4b5a-4159-a55b-365581830283", + "dataFactoryName": "e9955d6d-56ea-4be3-841c-52a12c1a9981", + "dataFactoryLocation": "West US", + "createTime": "2018-08-17T06:31:04.0617928Z" + } + ], + "versionStatus": "UpdateAvailable", + "capabilities": { + "serviceBusConnected": "True", + "httpsPortEnabled": "True", + "credentialInSync": "True", + "connectedToResourceManager": "True", + "nodeEnabled": "True" + }, + "pushedVersion": "3.9.6774.1", + "latestVersion": "3.9.6774.1", + "autoUpdateETA": "2018-08-20T19:00:00Z", + "createTime": "2018-08-17T03:43:25.7055573Z" + } + } + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + } + ], + "name": { + "$id": "12956", + "fixed": false, + "raw": "IntegrationRuntimes" + }, + "typeName": { + "$id": "12957", + "fixed": false + }, + "nameForProperty": "IntegrationRuntimes" + }, + { + "$id": "12958", + "methods": [ + { + "$id": "12959", + "parameters": [ + { + "$id": "12960", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "12961", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12962", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12963", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "12964", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12965", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12966", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "12967", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12968", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12969", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "12970", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12971", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12972", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12973", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12974", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12975", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "12976", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12977", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12978", + "clientProperty": { + "$ref": "11786" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "12979", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "12980", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "12981", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "12982", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12983", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "12984", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "12985", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "12986", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "12987", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "12988", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "12989", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "12990", + "fixed": false, + "raw": "Refresh" + }, + "group": { + "$id": "12991", + "fixed": false, + "raw": "IntegrationRuntimeObjectMetadata" + }, + "serializedName": "IntegrationRuntimeObjectMetadata_Refresh", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/refreshObjectMetadata", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "12992", + "body": { + "$ref": "1770" + }, + "extensions": { + "$id": "12993", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1gbcb1w·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-refreshobjectmetadata·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1gbcb1w·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-refreshobjectmetadata·post·responses·200" + ] + } + }, + "isNullable": true + }, + "Accepted": { + "$id": "12994", + "extensions": { + "$id": "12995", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·qo1ji9·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-refreshobjectmetadata·post·responses·202", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·qo1ji9·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-refreshobjectmetadata·post·responses·202" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "12996", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "12997", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·10j27f0·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-refreshobjectmetadata·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·10j27f0·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-refreshobjectmetadata·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "12998", + "body": { + "$ref": "1770" + }, + "isNullable": true + }, + "description": "Refresh a SSIS integration runtime object metadata.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-long-running-operation": true, + "x-ms-examples": { + "IntegrationRuntimeObjectMetadata_Refresh": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "integrationRuntimeName": "testactivityv2", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Mon, 03 Dec 2018 06:24:53 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "20708242-215c-4101-9437-44590b27cdbf", + "x-ms-correlation-request-id": "20708242-215c-4101-9437-44590b27cdbf" + }, + "body": { + "status": "Succeeded", + "name": "ca63c855b72d44959653ffcc6eb0b96c", + "properties": null, + "error": null + } + }, + "202": {} + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "12999", + "parameters": [ + { + "$id": "13000", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13001", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13002", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13003", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13004", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13005", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13006", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13007", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13008", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13009", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13010", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13011", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13012", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13013", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13014", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13015", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13016", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13017", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13018", + "clientProperty": { + "$ref": "11786" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13019", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13020", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13021", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "13022", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13023", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13024", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "13025", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13026", + "fixed": false, + "raw": "The parameters for getting a SSIS object metadata." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·lz214·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-getobjectmetadata·post·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·lz214·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-getobjectmetadata·post·requestbody" + ] + }, + "x-ms-requestBody-name": "getMetadataRequest" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "13027", + "fixed": false, + "raw": "getMetadataRequest" + }, + "serializedName": "getMetadataRequest", + "modelType": { + "$ref": "1762" + } + }, + { + "$id": "13028", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13029", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13030", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13031", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13032", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13033", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "13034", + "fixed": false, + "raw": "Get" + }, + "group": { + "$id": "13035", + "fixed": false, + "raw": "IntegrationRuntimeObjectMetadata" + }, + "serializedName": "IntegrationRuntimeObjectMetadata_Get", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/getObjectMetadata", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "13036", + "body": { + "$ref": "3117" + }, + "extensions": { + "$id": "13037", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·x0tz5k·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-getobjectmetadata·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·x0tz5k·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-getobjectmetadata·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13038", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13039", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1ews2er·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-getobjectmetadata·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1ews2er·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-getobjectmetadata·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13040", + "body": { + "$ref": "3117" + }, + "isNullable": true + }, + "description": "Get a SSIS integration runtime object metadata by specified path. The return is pageable metadata list.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "4", + "x-ms-examples": { + "IntegrationRuntimeObjectMetadata_Get": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "integrationRuntimeName": "testactivityv2", + "getMetadataRequest": { + "metadataPath": "ssisFolders" + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Mon, 03 Dec 2018 06:24:54 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "0cbc67c4-60e7-4d49-97d9-e4bc4f9851cd", + "x-ms-correlation-request-id": "0cbc67c4-60e7-4d49-97d9-e4bc4f9851cd" + }, + "body": { + "value": [ + { + "id": "1", + "name": "TestFolder", + "description": "" + }, + { + "id": "2", + "name": "EnvironmentFolder", + "description": "" + }, + { + "id": "3", + "name": "ActivityTest", + "description": "" + }, + { + "id": "4", + "name": "这是文件夹", + "description": "" + }, + { + "id": "5", + "name": "1" + }, + { + "id": "6", + "name": "2" + }, + { + "id": "7", + "name": "3" + }, + { + "id": "8", + "name": "4" + }, + { + "id": "9", + "name": "5" + }, + { + "id": "10", + "name": "6" + }, + { + "id": "11", + "name": "7" + }, + { + "id": "12", + "name": "8" + }, + { + "id": "13", + "name": "9" + }, + { + "id": "14", + "name": "10" + }, + { + "id": "15", + "name": "11" + }, + { + "id": "16", + "name": "12" + }, + { + "id": "17", + "name": "13" + }, + { + "id": "18", + "name": "14" + }, + { + "id": "19", + "name": "15" + }, + { + "id": "20", + "name": "16" + }, + { + "id": "21", + "name": "17" + }, + { + "id": "22", + "name": "18" + }, + { + "id": "23", + "name": "19" + }, + { + "id": "24", + "name": "20" + }, + { + "id": "25", + "name": "21" + }, + { + "id": "26", + "name": "22" + }, + { + "id": "27", + "name": "23" + }, + { + "id": "28", + "name": "24" + }, + { + "id": "29", + "name": "25" + }, + { + "id": "30", + "name": "26" + }, + { + "id": "31", + "name": "27" + }, + { + "id": "32", + "name": "28" + }, + { + "id": "33", + "name": "29" + }, + { + "id": "34", + "name": "30" + }, + { + "id": "35", + "name": "31" + }, + { + "id": "36", + "name": "32" + }, + { + "id": "37", + "name": "33" + }, + { + "id": "38", + "name": "34" + }, + { + "id": "39", + "name": "35" + }, + { + "id": "40", + "name": "36" + }, + { + "id": "41", + "name": "37" + }, + { + "id": "42", + "name": "38" + }, + { + "id": "43", + "name": "39" + }, + { + "id": "44", + "name": "40" + }, + { + "id": "45", + "name": "41" + }, + { + "id": "46", + "name": "42" + }, + { + "id": "47", + "name": "43" + }, + { + "id": "48", + "name": "44" + }, + { + "id": "49", + "name": "45" + }, + { + "id": "50", + "name": "46" + }, + { + "id": "51", + "name": "47" + }, + { + "id": "52", + "name": "48" + }, + { + "id": "53", + "name": "49" + }, + { + "id": "54", + "name": "50" + }, + { + "id": "55", + "name": "51" + }, + { + "id": "56", + "name": "52" + }, + { + "id": "57", + "name": "53" + }, + { + "id": "58", + "name": "54" + }, + { + "id": "59", + "name": "55" + }, + { + "id": "60", + "name": "56" + }, + { + "id": "61", + "name": "57" + }, + { + "id": "62", + "name": "58" + }, + { + "id": "63", + "name": "59" + }, + { + "id": "64", + "name": "60" + }, + { + "id": "65", + "name": "61" + }, + { + "id": "66", + "name": "62" + }, + { + "id": "67", + "name": "63" + }, + { + "id": "68", + "name": "64" + }, + { + "id": "69", + "name": "65" + }, + { + "id": "70", + "name": "66" + }, + { + "id": "71", + "name": "67" + }, + { + "id": "72", + "name": "68" + }, + { + "id": "73", + "name": "69" + }, + { + "id": "74", + "name": "70" + }, + { + "id": "75", + "name": "71" + }, + { + "id": "76", + "name": "72" + }, + { + "id": "77", + "name": "73" + }, + { + "id": "78", + "name": "74" + }, + { + "id": "79", + "name": "75" + }, + { + "id": "80", + "name": "76" + }, + { + "id": "81", + "name": "77" + }, + { + "id": "82", + "name": "78" + }, + { + "id": "83", + "name": "79" + }, + { + "id": "84", + "name": "80" + }, + { + "id": "85", + "name": "81" + }, + { + "id": "86", + "name": "82" + }, + { + "id": "87", + "name": "83" + }, + { + "id": "88", + "name": "84" + }, + { + "id": "89", + "name": "85" + }, + { + "id": "90", + "name": "86" + }, + { + "id": "91", + "name": "87" + }, + { + "id": "92", + "name": "88" + }, + { + "id": "93", + "name": "89" + }, + { + "id": "94", + "name": "90" + }, + { + "id": "95", + "name": "91" + }, + { + "id": "96", + "name": "92" + }, + { + "id": "97", + "name": "93" + }, + { + "id": "98", + "name": "94" + }, + { + "id": "99", + "name": "95" + }, + { + "id": "100", + "name": "96" + } + ], + "nextLink": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/integrationRuntimes/testactivityv2/getObjectMetadata?api-version=2018-06-01&%24skipToken=https%3a%2f%2fwcu.frontend.clouddatahub.net%2fsubscriptions%2f12345678-1234-1234-1234-12345678abc%2fdatafactories%2f6C8E7C90-FD45-4010-8B7C-B5227D0F0CB7%2fintegrationruntimes%2fTESTACTIVITYV2%2fgetSsisObjectMetadata%3f%24skipToken%3dc3Npc0ZvbGRlcnNAQDIwMTgtMTEtMjlUMDM6NTk6MzIuMDQ1Mzc1MiswMDowMEBAZm9sZGVyQEAwMDAwMDAwMDAwMDAwMDAwMTAx0%26api-version%3d1.0" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + } + ], + "name": { + "$id": "13041", + "fixed": false, + "raw": "IntegrationRuntimeObjectMetadata" + }, + "typeName": { + "$id": "13042", + "fixed": false + }, + "nameForProperty": "IntegrationRuntimeObjectMetadata" + }, + { + "$id": "13043", + "methods": [ + { + "$id": "13044", + "parameters": [ + { + "$id": "13045", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13046", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13047", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13048", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13049", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13050", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13051", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13052", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13053", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13054", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13055", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13056", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13057", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13058", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13059", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13060", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13061", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13062", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13063", + "clientProperty": { + "$ref": "11786" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13064", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13065", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13066", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "13067", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13068", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13069", + "clientProperty": { + "$ref": "11792" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "150", + "MinLength": "1", + "Pattern": "^[a-z0-9A-Z][a-z0-9A-Z_-]{0,149}$" + }, + "defaultValue": { + "$id": "13070", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13071", + "fixed": false, + "raw": "The integration runtime node name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "nodeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/nodeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13072", + "fixed": false, + "raw": "nodeName" + }, + "serializedName": "nodeName", + "modelType": { + "$id": "13073", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13074", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13075", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13076", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13077", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13078", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13079", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13080", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "13081", + "fixed": false, + "raw": "Get" + }, + "group": { + "$id": "13082", + "fixed": false, + "raw": "IntegrationRuntimeNodes" + }, + "serializedName": "IntegrationRuntimeNodes_Get", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/nodes/{nodeName}", + "isAbsoluteUrl": false, + "httpMethod": "get", + "responses": { + "OK": { + "$id": "13083", + "body": { + "$ref": "2668" + }, + "extensions": { + "$id": "13084", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1w6g9ri·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-nodes-nodename·get·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1w6g9ri·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-nodes-nodename·get·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13085", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13086", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·2dluaf·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-nodes-nodename·get·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·2dluaf·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-nodes-nodename·get·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13087", + "body": { + "$ref": "2668" + }, + "isNullable": true + }, + "description": "Gets a self-hosted integration runtime node.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "IntegrationRuntimeNodes_Get": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "integrationRuntimeName": "exampleIntegrationRuntime", + "nodeName": "Node_1", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Fri, 17 Aug 2018 06:31:04 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14999", + "x-ms-request-id": "1c8b259a-c6e6-48aa-8121-05b3b3b782aa", + "x-ms-correlation-request-id": "1c8b259a-c6e6-48aa-8121-05b3b3b782aa" + }, + "body": { + "nodeName": "Node_1", + "machineName": "YANZHANG-DT", + "hostServiceUri": "https://yanzhang-dt.fareast.corp.microsoft.com:8050/HostServiceRemote.svc/", + "status": "Online", + "capabilities": { + "serviceBusConnected": "True", + "httpsPortEnabled": "True", + "credentialInSync": "True", + "connectedToResourceManager": "True", + "nodeEnabled": "True" + }, + "versionStatus": "UpToDate", + "version": "3.8.6743.6", + "registerTime": "2018-08-17T03:44:55.8012825Z", + "lastConnectTime": "2018-08-17T06:30:46.6262976Z", + "lastStartTime": "2018-08-17T03:45:30.8499851Z", + "lastUpdateResult": "None", + "isActiveDispatcher": true, + "maxConcurrentJobs": "20" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "13088", + "parameters": [ + { + "$id": "13089", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13090", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13091", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13092", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13093", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13094", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13095", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13096", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13097", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13098", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13099", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13100", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13101", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13102", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13103", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13104", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13105", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13106", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13107", + "clientProperty": { + "$ref": "11786" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13108", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13109", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13110", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "13111", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13112", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13113", + "clientProperty": { + "$ref": "11792" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "150", + "MinLength": "1", + "Pattern": "^[a-z0-9A-Z][a-z0-9A-Z_-]{0,149}$" + }, + "defaultValue": { + "$id": "13114", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13115", + "fixed": false, + "raw": "The integration runtime node name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "nodeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/nodeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13116", + "fixed": false, + "raw": "nodeName" + }, + "serializedName": "nodeName", + "modelType": { + "$id": "13117", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13118", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13119", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13120", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13121", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13122", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13123", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13124", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "13125", + "fixed": false, + "raw": "Delete" + }, + "group": { + "$id": "13126", + "fixed": false, + "raw": "IntegrationRuntimeNodes" + }, + "serializedName": "IntegrationRuntimeNodes_Delete", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/nodes/{nodeName}", + "isAbsoluteUrl": false, + "httpMethod": "delete", + "responses": { + "OK": { + "$id": "13127", + "extensions": { + "$id": "13128", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·vz58b1·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-nodes-nodename·delete·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·vz58b1·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-nodes-nodename·delete·responses·200" + ] + } + }, + "isNullable": true + }, + "NoContent": { + "$id": "13129", + "extensions": { + "$id": "13130", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1rv8ywr·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-nodes-nodename·delete·responses·204", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1rv8ywr·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-nodes-nodename·delete·responses·204" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13131", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13132", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1h70deq·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-nodes-nodename·delete·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1h70deq·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-nodes-nodename·delete·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13133", + "isNullable": true + }, + "description": "Deletes a self-hosted integration runtime node.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "IntegrationRuntimesNodes_Delete": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "integrationRuntimeName": "exampleIntegrationRuntime", + "nodeName": "Node_1", + "api-version": "2018-06-01" + }, + "responses": { + "200": {}, + "204": {} + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "13134", + "parameters": [ + { + "$id": "13135", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13136", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13137", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13138", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13139", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13140", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13141", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13142", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13143", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13144", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13145", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13146", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13147", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13148", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13149", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13150", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13151", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13152", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13153", + "clientProperty": { + "$ref": "11786" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13154", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13155", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13156", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "13157", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13158", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13159", + "clientProperty": { + "$ref": "11792" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "150", + "MinLength": "1", + "Pattern": "^[a-z0-9A-Z][a-z0-9A-Z_-]{0,149}$" + }, + "defaultValue": { + "$id": "13160", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13161", + "fixed": false, + "raw": "The integration runtime node name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "nodeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/nodeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13162", + "fixed": false, + "raw": "nodeName" + }, + "serializedName": "nodeName", + "modelType": { + "$id": "13163", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13164", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13165", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13166", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13167", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13168", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13169", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13170", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13171", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "13172", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13173", + "fixed": false, + "raw": "The parameters for updating an integration runtime node." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·185rrcf·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-nodes-nodename·patch·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·185rrcf·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-nodes-nodename·patch·requestbody" + ] + }, + "x-ms-requestBody-name": "updateIntegrationRuntimeNodeRequest" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13174", + "fixed": false, + "raw": "updateIntegrationRuntimeNodeRequest" + }, + "serializedName": "updateIntegrationRuntimeNodeRequest", + "modelType": { + "$ref": "418" + } + } + ], + "name": { + "$id": "13175", + "fixed": false, + "raw": "Update" + }, + "group": { + "$id": "13176", + "fixed": false, + "raw": "IntegrationRuntimeNodes" + }, + "serializedName": "IntegrationRuntimeNodes_Update", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/nodes/{nodeName}", + "isAbsoluteUrl": false, + "httpMethod": "patch", + "responses": { + "OK": { + "$id": "13177", + "body": { + "$ref": "2668" + }, + "extensions": { + "$id": "13178", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·g770vw·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-nodes-nodename·patch·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·g770vw·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-nodes-nodename·patch·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13179", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13180", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·8mxw7c·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-nodes-nodename·patch·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·8mxw7c·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-nodes-nodename·patch·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13181", + "body": { + "$ref": "2668" + }, + "isNullable": true + }, + "description": "Updates a self-hosted integration runtime node.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "6", + "x-ms-examples": { + "IntegrationRuntimeNodes_Update": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "integrationRuntimeName": "exampleIntegrationRuntime", + "nodeName": "Node_1", + "updateIntegrationRuntimeNodeRequest": { + "concurrentJobsLimit": "2" + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Thu, 14 Jun 2018 15:01:00 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "cf0d05fa-afbe-4fac-aa10-227885658c83", + "x-ms-correlation-request-id": "cf0d05fa-afbe-4fac-aa10-227885658c83" + }, + "body": { + "nodeName": "Node_1", + "machineName": "YANZHANG-DT", + "hostServiceUri": "https://yanzhang-dt.fareast.corp.microsoft.com:8050/HostServiceRemote.svc/", + "status": "Online", + "capabilities": { + "serviceBusConnected": "True", + "httpsPortEnabled": "True", + "credentialInSync": "True", + "connectedToResourceManager": "True", + "nodeEnabled": "True" + }, + "versionStatus": "UpToDate", + "version": "3.8.6730.2", + "registerTime": "2018-06-14T14:51:44.9237069Z", + "lastConnectTime": "2018-06-14T15:00:35.7544322Z", + "lastStartTime": "2018-06-14T14:52:59.8933313Z", + "lastUpdateResult": "None", + "isActiveDispatcher": true, + "concurrentJobsLimit": "2", + "maxConcurrentJobs": "56" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "13182", + "parameters": [ + { + "$id": "13183", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13184", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13185", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13186", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13187", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13188", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13189", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13190", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13191", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13192", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13193", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13194", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13195", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13196", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13197", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13198", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13199", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13200", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13201", + "clientProperty": { + "$ref": "11786" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13202", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13203", + "fixed": false, + "raw": "The integration runtime name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "integrationRuntimeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/integrationRuntimeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13204", + "fixed": false, + "raw": "integrationRuntimeName" + }, + "serializedName": "integrationRuntimeName", + "modelType": { + "$id": "13205", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13206", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13207", + "clientProperty": { + "$ref": "11792" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "150", + "MinLength": "1", + "Pattern": "^[a-z0-9A-Z][a-z0-9A-Z_-]{0,149}$" + }, + "defaultValue": { + "$id": "13208", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13209", + "fixed": false, + "raw": "The integration runtime node name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "nodeName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/nodeName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13210", + "fixed": false, + "raw": "nodeName" + }, + "serializedName": "nodeName", + "modelType": { + "$id": "13211", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13212", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13213", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13214", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13215", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13216", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13217", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13218", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "13219", + "fixed": false, + "raw": "GetIpAddress" + }, + "group": { + "$id": "13220", + "fixed": false, + "raw": "IntegrationRuntimeNodes" + }, + "serializedName": "IntegrationRuntimeNodes_GetIpAddress", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/nodes/{nodeName}/ipAddress", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "13221", + "body": { + "$ref": "3089" + }, + "extensions": { + "$id": "13222", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·i226yw·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-nodes-nodename-ipaddress·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·i226yw·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-nodes-nodename-ipaddress·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13223", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13224", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·17rzrj5·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-nodes-nodename-ipaddress·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·17rzrj5·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-integrationruntimes-integrationruntimename-nodes-nodename-ipaddress·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13225", + "body": { + "$ref": "3089" + }, + "isNullable": true + }, + "description": "Get the IP address of self-hosted integration runtime node.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "IntegrationRuntimeNodes_GetIpAddress": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "integrationRuntimeName": "exampleIntegrationRuntime", + "nodeName": "Node_1", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Thu, 14 Jun 2018 15:36:39 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "f01265af-9f38-44b8-81a1-b67f567ea728", + "x-ms-correlation-request-id": "f01265af-9f38-44b8-81a1-b67f567ea728" + }, + "body": { + "ipAddress": "**********" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + } + ], + "name": { + "$id": "13226", + "fixed": false, + "raw": "IntegrationRuntimeNodes" + }, + "typeName": { + "$id": "13227", + "fixed": false + }, + "nameForProperty": "IntegrationRuntimeNodes" + }, + { + "$id": "13228", + "methods": [ + { + "$id": "13229", + "parameters": [ + { + "$id": "13230", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13231", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13232", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13233", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13234", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13235", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13236", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13237", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13238", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13239", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13240", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13241", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13242", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13243", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13244", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13245", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13246", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13247", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13248", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13249", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13250", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13251", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13252", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13253", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "13254", + "fixed": false, + "raw": "ListByFactory" + }, + "group": { + "$id": "13255", + "fixed": false, + "raw": "LinkedServices" + }, + "serializedName": "LinkedServices_ListByFactory", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices", + "isAbsoluteUrl": false, + "httpMethod": "get", + "responses": { + "OK": { + "$id": "13256", + "body": { + "$ref": "523" + }, + "extensions": { + "$id": "13257", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·fxjbjc·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices·get·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·fxjbjc·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices·get·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13258", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13259", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1gfvybg·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices·get·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1gfvybg·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices·get·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13260", + "body": { + "$ref": "523" + }, + "isNullable": true + }, + "description": "Lists linked services.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "LinkedServices_ListByFactory": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:37:36 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14994", + "x-ms-request-id": "558d0fd8-dc1f-44b6-9ca9-59fcca8af9a5", + "x-ms-correlation-request-id": "558d0fd8-dc1f-44b6-9ca9-59fcca8af9a5" + }, + "body": { + "value": [ + { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/linkedservices/exampleLinkedService", + "name": "exampleLinkedService", + "type": "Microsoft.DataFactory/factories/linkedservices", + "properties": { + "type": "AzureStorage", + "typeProperties": { + "connectionString": { + "type": "SecureString", + "value": "**********" + }, + "encryptedCredential": "ew0KICAiVmVyc2lvbiI6ICIyMDE3LTExLTMwIiwNCiAgIlByb3RlY3Rpb25Nb2RlIjogIktleSIsDQogICJTZWNyZXRDb250ZW50VHlwZSI6ICJQbGFpbnRleHQiLA0KICAiQ3JlZGVudGlhbElkIjogIkRGLURPR0ZPT0QtWUFOWkhBTkctV1VfMGI2M2EyMmYtMGEzNC00NDg2LWIzMDktNzM0NTlkODUyY2Q1Ig0KfQ==" + }, + "description": "Example description" + }, + "etag": "0a0064d4-0000-0000-0000-5b245bd00000" + } + ] + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "13261", + "parameters": [ + { + "$id": "13262", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13263", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13264", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13265", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13266", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13267", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13268", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13269", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13270", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13271", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13272", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13273", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13274", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13275", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13276", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13277", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13278", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13279", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13280", + "clientProperty": { + "$ref": "11756" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "13281", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13282", + "fixed": false, + "raw": "The linked service name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "linkedServiceName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/linkedServiceName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13283", + "fixed": false, + "raw": "linkedServiceName" + }, + "serializedName": "linkedServiceName", + "modelType": { + "$id": "13284", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13285", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13286", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13287", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13288", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13289", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13290", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13291", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13292", + "clientProperty": { + "$ref": "11810" + }, + "location": "header", + "collectionFormat": "none", + "defaultValue": { + "$id": "13293", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13294", + "fixed": false, + "raw": "ETag of the linkedService entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1ug3osq·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·put·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1ug3osq·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·put·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "13295", + "fixed": false, + "raw": "If-Match" + }, + "serializedName": "If-Match", + "modelType": { + "$id": "13296", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13297", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13298", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "13299", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13300", + "fixed": false, + "raw": "Linked service resource definition." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1cn8xlk·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·put·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·1cn8xlk·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·put·requestbody" + ] + }, + "x-ms-requestBody-name": "linkedService" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13301", + "fixed": false, + "raw": "linkedService" + }, + "serializedName": "linkedService", + "modelType": { + "$ref": "517" + } + } + ], + "name": { + "$id": "13302", + "fixed": false, + "raw": "CreateOrUpdate" + }, + "group": { + "$id": "13303", + "fixed": false, + "raw": "LinkedServices" + }, + "serializedName": "LinkedServices_CreateOrUpdate", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices/{linkedServiceName}", + "isAbsoluteUrl": false, + "httpMethod": "put", + "responses": { + "OK": { + "$id": "13304", + "body": { + "$ref": "517" + }, + "extensions": { + "$id": "13305", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1wgqq9d·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·put·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1wgqq9d·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·put·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13306", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13307", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1j7vxop·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·put·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1j7vxop·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·put·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13308", + "body": { + "$ref": "517" + }, + "isNullable": true + }, + "description": "Creates or updates a linked service.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "6", + "x-ms-examples": { + "LinkedServices_Create": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "linkedServiceName": "exampleLinkedService", + "ifMatch": null, + "linkedService": { + "properties": { + "type": "AzureStorage", + "typeProperties": { + "connectionString": { + "type": "SecureString", + "value": "DefaultEndpointsProtocol=https;AccountName=examplestorageaccount;AccountKey=" + } + } + } + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:37:34 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "b3b336b3-b203-4654-9cb6-a3a8d3a4b5de", + "x-ms-correlation-request-id": "b3b336b3-b203-4654-9cb6-a3a8d3a4b5de" + }, + "body": { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/linkedservices/exampleLinkedService", + "name": "exampleLinkedService", + "type": "Microsoft.DataFactory/factories/linkedservices", + "properties": { + "type": "AzureStorage", + "typeProperties": { + "connectionString": { + "type": "SecureString", + "value": "**********" + }, + "encryptedCredential": "ew0KICAiVmVyc2lvbiI6ICIyMDE3LTExLTMwIiwNCiAgIlByb3RlY3Rpb25Nb2RlIjogIktleSIsDQogICJTZWNyZXRDb250ZW50VHlwZSI6ICJQbGFpbnRleHQiLA0KICAiQ3JlZGVudGlhbElkIjogIkRGLURPR0ZPT0QtWUFOWkhBTkctV1VfM2FiMTk0NjYtNWUxNi00NzU1LWJlNzktMjI2ZTVmZWU3YzY0Ig0KfQ==" + } + }, + "etag": "0a0062d4-0000-0000-0000-5b245bcf0000" + } + } + } + }, + "LinkedServices_Update": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "linkedServiceName": "exampleLinkedService", + "ifMatch": null, + "linkedService": { + "properties": { + "type": "AzureStorage", + "typeProperties": { + "connectionString": { + "type": "SecureString", + "value": "DefaultEndpointsProtocol=https;AccountName=examplestorageaccount;AccountKey=" + } + }, + "description": "Example description" + } + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:37:36 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "53ad9761-ecdf-43ed-916f-878a5fb92cb0", + "x-ms-correlation-request-id": "53ad9761-ecdf-43ed-916f-878a5fb92cb0" + }, + "body": { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/linkedservices/exampleLinkedService", + "name": "exampleLinkedService", + "type": "Microsoft.DataFactory/factories/linkedservices", + "properties": { + "type": "AzureStorage", + "typeProperties": { + "connectionString": { + "type": "SecureString", + "value": "**********" + }, + "encryptedCredential": "ew0KICAiVmVyc2lvbiI6ICIyMDE3LTExLTMwIiwNCiAgIlByb3RlY3Rpb25Nb2RlIjogIktleSIsDQogICJTZWNyZXRDb250ZW50VHlwZSI6ICJQbGFpbnRleHQiLA0KICAiQ3JlZGVudGlhbElkIjogIkRGLURPR0ZPT0QtWUFOWkhBTkctV1VfMGI2M2EyMmYtMGEzNC00NDg2LWIzMDktNzM0NTlkODUyY2Q1Ig0KfQ==" + }, + "description": "Example description" + }, + "etag": "0a0064d4-0000-0000-0000-5b245bd00000" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "13309", + "parameters": [ + { + "$id": "13310", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13311", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13312", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13313", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13314", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13315", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13316", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13317", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13318", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13319", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13320", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13321", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13322", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13323", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13324", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13325", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13326", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13327", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13328", + "clientProperty": { + "$ref": "11756" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "13329", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13330", + "fixed": false, + "raw": "The linked service name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "linkedServiceName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/linkedServiceName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13331", + "fixed": false, + "raw": "linkedServiceName" + }, + "serializedName": "linkedServiceName", + "modelType": { + "$id": "13332", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13333", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13334", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13335", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13336", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13337", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13338", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13339", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13340", + "clientProperty": { + "$ref": "11816" + }, + "location": "header", + "collectionFormat": "none", + "defaultValue": { + "$id": "13341", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13342", + "fixed": false, + "raw": "ETag of the linked service entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·174caog·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·get·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·174caog·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·get·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "13343", + "fixed": false, + "raw": "If-None-Match" + }, + "serializedName": "If-None-Match", + "modelType": { + "$id": "13344", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13345", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "13346", + "fixed": false, + "raw": "Get" + }, + "group": { + "$id": "13347", + "fixed": false, + "raw": "LinkedServices" + }, + "serializedName": "LinkedServices_Get", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices/{linkedServiceName}", + "isAbsoluteUrl": false, + "httpMethod": "get", + "responses": { + "OK": { + "$id": "13348", + "body": { + "$ref": "517" + }, + "extensions": { + "$id": "13349", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1u7n04g·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·get·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1u7n04g·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·get·responses·200" + ] + } + }, + "isNullable": true + }, + "NotModified": { + "$id": "13350", + "extensions": { + "$id": "13351", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·diw7lm·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·get·responses·304", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·diw7lm·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·get·responses·304" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13352", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13353", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·lfxt9b·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·get·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·lfxt9b·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·get·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13354", + "body": { + "$ref": "517" + }, + "isNullable": true + }, + "description": "Gets a linked service.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "LinkedServices_Get": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "linkedServiceName": "exampleLinkedService", + "ifNoneMatch": "1500474f-0000-0200-0000-5cbe090d0000", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Mon, 22 Apr 2019 18:33:48 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "99e5d0d9-55e6-45a0-8bd2-cf39210f317c", + "x-ms-correlation-request-id": "99e5d0d9-55e6-45a0-8bd2-cf39210f317c" + }, + "body": { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/linkedservices/exampleLinkedService", + "name": "exampleLinkedService", + "type": "Microsoft.DataFactory/factories/linkedservices", + "properties": { + "type": "AzureStorage", + "typeProperties": { + "connectionString": { + "type": "SecureString", + "value": "**********" + }, + "encryptedCredential": "ew0KICAiVmVyc2lvbiI6ICIyMDE3LTExLTMwIiwNCiAgIlByb3RlY3Rpb25Nb2RlIjogIktleSIsDQogICJTZWNyZXRDb250ZW50VHlwZSI6ICJQbGFpbnRleHQiLA0KICAiQ3JlZGVudGlhbElkIjogIkhWVEVTVEVYQU1QTEVTXzg5MjU1NGY0LTViNGItNDFhOS1hYWYxLTg4ZWI5ZDBjOWIzMyINCn0=" + }, + "description": "Example description" + }, + "etag": "1500474f-0000-0200-0000-5cbe090d0000" + } + }, + "304": {} + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "13355", + "parameters": [ + { + "$id": "13356", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13357", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13358", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13359", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13360", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13361", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13362", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13363", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13364", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13365", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13366", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13367", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13368", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13369", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13370", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13371", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13372", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13373", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13374", + "clientProperty": { + "$ref": "11756" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "13375", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13376", + "fixed": false, + "raw": "The linked service name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "linkedServiceName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/linkedServiceName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13377", + "fixed": false, + "raw": "linkedServiceName" + }, + "serializedName": "linkedServiceName", + "modelType": { + "$id": "13378", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13379", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13380", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13381", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13382", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13383", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13384", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13385", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "13386", + "fixed": false, + "raw": "Delete" + }, + "group": { + "$id": "13387", + "fixed": false, + "raw": "LinkedServices" + }, + "serializedName": "LinkedServices_Delete", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices/{linkedServiceName}", + "isAbsoluteUrl": false, + "httpMethod": "delete", + "responses": { + "OK": { + "$id": "13388", + "extensions": { + "$id": "13389", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1m9aqc9·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·delete·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1m9aqc9·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·delete·responses·200" + ] + } + }, + "isNullable": true + }, + "NoContent": { + "$id": "13390", + "extensions": { + "$id": "13391", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1i0rkfg·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·delete·responses·204", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1i0rkfg·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·delete·responses·204" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13392", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13393", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·r93s57·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·delete·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·r93s57·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-linkedservices-linkedservicename·delete·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13394", + "isNullable": true + }, + "description": "Deletes a linked service.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "LinkedServices_Delete": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "linkedServiceName": "exampleLinkedService", + "api-version": "2018-06-01" + }, + "responses": { + "200": {}, + "204": {} + } + } + } + }, + "deprecated": false, + "hidden": false + } + ], + "name": { + "$id": "13395", + "fixed": false, + "raw": "LinkedServices" + }, + "typeName": { + "$id": "13396", + "fixed": false + }, + "nameForProperty": "LinkedServices" + }, + { + "$id": "13397", + "methods": [ + { + "$id": "13398", + "parameters": [ + { + "$id": "13399", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13400", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13401", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13402", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13403", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13404", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13405", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13406", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13407", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13408", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13409", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13410", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13411", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13412", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13413", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13414", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13415", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13416", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13417", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13418", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13419", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13420", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13421", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13422", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "13423", + "fixed": false, + "raw": "ListByFactory" + }, + "group": { + "$id": "13424", + "fixed": false, + "raw": "Datasets" + }, + "serializedName": "Datasets_ListByFactory", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/datasets", + "isAbsoluteUrl": false, + "httpMethod": "get", + "responses": { + "OK": { + "$id": "13425", + "body": { + "$ref": "601" + }, + "extensions": { + "$id": "13426", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1j9n9yo·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets·get·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1j9n9yo·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets·get·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13427", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13428", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·u94i1r·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets·get·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·u94i1r·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets·get·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13429", + "body": { + "$ref": "601" + }, + "isNullable": true + }, + "description": "Lists datasets.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Datasets_ListByFactory": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:37:40 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14992", + "x-ms-request-id": "341c9ece-5062-448b-be98-3ccbf476ed5d", + "x-ms-correlation-request-id": "341c9ece-5062-448b-be98-3ccbf476ed5d" + }, + "body": { + "value": [ + { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/datasets/exampleDataset", + "name": "exampleDataset", + "type": "Microsoft.DataFactory/factories/datasets", + "properties": { + "type": "AzureBlob", + "typeProperties": { + "folderPath": { + "value": "@dataset().MyFolderPath", + "type": "Expression" + }, + "fileName": { + "value": "@dataset().MyFileName", + "type": "Expression" + }, + "format": { + "type": "TextFormat" + } + }, + "description": "Example description", + "linkedServiceName": { + "referenceName": "exampleLinkedService", + "type": "LinkedServiceReference" + }, + "parameters": { + "MyFolderPath": { + "type": "String" + }, + "MyFileName": { + "type": "String" + } + } + }, + "etag": "0a0068d4-0000-0000-0000-5b245bd30000" + } + ] + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "13430", + "parameters": [ + { + "$id": "13431", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13432", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13433", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13434", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13435", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13436", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13437", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13438", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13439", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13440", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13441", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13442", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13443", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13444", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13445", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13446", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13447", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13448", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13449", + "clientProperty": { + "$ref": "11762" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "13450", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13451", + "fixed": false, + "raw": "The dataset name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "datasetName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/datasetName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13452", + "fixed": false, + "raw": "datasetName" + }, + "serializedName": "datasetName", + "modelType": { + "$id": "13453", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13454", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13455", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13456", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13457", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13458", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13459", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13460", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13461", + "clientProperty": { + "$ref": "11810" + }, + "location": "header", + "collectionFormat": "none", + "defaultValue": { + "$id": "13462", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13463", + "fixed": false, + "raw": "ETag of the dataset entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1xfzz4m·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·put·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1xfzz4m·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·put·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "13464", + "fixed": false, + "raw": "If-Match" + }, + "serializedName": "If-Match", + "modelType": { + "$id": "13465", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13466", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13467", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "13468", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13469", + "fixed": false, + "raw": "Dataset resource definition." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·gn6e6h·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·put·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·gn6e6h·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·put·requestbody" + ] + }, + "x-ms-requestBody-name": "dataset" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13470", + "fixed": false, + "raw": "dataset" + }, + "serializedName": "dataset", + "modelType": { + "$ref": "595" + } + } + ], + "name": { + "$id": "13471", + "fixed": false, + "raw": "CreateOrUpdate" + }, + "group": { + "$id": "13472", + "fixed": false, + "raw": "Datasets" + }, + "serializedName": "Datasets_CreateOrUpdate", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/datasets/{datasetName}", + "isAbsoluteUrl": false, + "httpMethod": "put", + "responses": { + "OK": { + "$id": "13473", + "body": { + "$ref": "595" + }, + "extensions": { + "$id": "13474", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1jqzo5v·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·put·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1jqzo5v·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·put·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13475", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13476", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·12i5nk0·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·put·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·12i5nk0·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·put·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13477", + "body": { + "$ref": "595" + }, + "isNullable": true + }, + "description": "Creates or updates a dataset.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "6", + "x-ms-examples": { + "Datasets_Create": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "datasetName": "exampleDataset", + "ifMatch": null, + "dataset": { + "properties": { + "type": "AzureBlob", + "typeProperties": { + "folderPath": { + "value": "@dataset().MyFolderPath", + "type": "Expression" + }, + "fileName": { + "value": "@dataset().MyFileName", + "type": "Expression" + }, + "format": { + "type": "TextFormat" + } + }, + "linkedServiceName": { + "referenceName": "exampleLinkedService", + "type": "LinkedServiceReference" + }, + "parameters": { + "MyFolderPath": { + "type": "String" + }, + "MyFileName": { + "type": "String" + } + } + } + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:37:38 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "ce95d6dd-c04d-4b02-b7ad-fe79c9b26df0", + "x-ms-correlation-request-id": "ce95d6dd-c04d-4b02-b7ad-fe79c9b26df0" + }, + "body": { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/datasets/exampleDataset", + "name": "exampleDataset", + "type": "Microsoft.DataFactory/factories/datasets", + "properties": { + "type": "AzureBlob", + "schema": [ + { + "name": "col1", + "type": "INT_32" + }, + { + "name": "col2", + "type": "Decimal", + "precision": "38", + "scale": "2" + } + ], + "typeProperties": { + "folderPath": { + "value": "@dataset().MyFolderPath", + "type": "Expression" + }, + "fileName": { + "value": "@dataset().MyFileName", + "type": "Expression" + }, + "format": { + "type": "TextFormat" + } + }, + "linkedServiceName": { + "referenceName": "exampleLinkedService", + "type": "LinkedServiceReference" + }, + "parameters": { + "MyFolderPath": { + "type": "String" + }, + "MyFileName": { + "type": "String" + } + } + }, + "etag": "0a0066d4-0000-0000-0000-5b245bd20000" + } + } + } + }, + "Datasets_Update": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "datasetName": "exampleDataset", + "ifMatch": null, + "dataset": { + "properties": { + "type": "AzureBlob", + "typeProperties": { + "folderPath": { + "value": "@dataset().MyFolderPath", + "type": "Expression" + }, + "fileName": { + "value": "@dataset().MyFileName", + "type": "Expression" + }, + "format": { + "type": "TextFormat" + } + }, + "description": "Example description", + "linkedServiceName": { + "referenceName": "exampleLinkedService", + "type": "LinkedServiceReference" + }, + "parameters": { + "MyFolderPath": { + "type": "String" + }, + "MyFileName": { + "type": "String" + } + } + } + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:37:39 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "e2e7f6be-e7ee-4aae-943f-6ff799e034f2", + "x-ms-correlation-request-id": "e2e7f6be-e7ee-4aae-943f-6ff799e034f2" + }, + "body": { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/datasets/exampleDataset", + "name": "exampleDataset", + "type": "Microsoft.DataFactory/factories/datasets", + "properties": { + "type": "AzureBlob", + "typeProperties": { + "folderPath": { + "value": "@dataset().MyFolderPath", + "type": "Expression" + }, + "fileName": { + "value": "@dataset().MyFileName", + "type": "Expression" + }, + "format": { + "type": "TextFormat" + } + }, + "description": "Example description", + "linkedServiceName": { + "referenceName": "exampleLinkedService", + "type": "LinkedServiceReference" + }, + "parameters": { + "MyFolderPath": { + "type": "String" + }, + "MyFileName": { + "type": "String" + } + } + }, + "etag": "0a0068d4-0000-0000-0000-5b245bd30000" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "13478", + "parameters": [ + { + "$id": "13479", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13480", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13481", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13482", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13483", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13484", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13485", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13486", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13487", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13488", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13489", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13490", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13491", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13492", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13493", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13494", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13495", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13496", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13497", + "clientProperty": { + "$ref": "11762" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "13498", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13499", + "fixed": false, + "raw": "The dataset name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "datasetName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/datasetName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13500", + "fixed": false, + "raw": "datasetName" + }, + "serializedName": "datasetName", + "modelType": { + "$id": "13501", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13502", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13503", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13504", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13505", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13506", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13507", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13508", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13509", + "clientProperty": { + "$ref": "11816" + }, + "location": "header", + "collectionFormat": "none", + "defaultValue": { + "$id": "13510", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13511", + "fixed": false, + "raw": "ETag of the dataset entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1q36a8r·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·get·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1q36a8r·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·get·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "13512", + "fixed": false, + "raw": "If-None-Match" + }, + "serializedName": "If-None-Match", + "modelType": { + "$id": "13513", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13514", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "13515", + "fixed": false, + "raw": "Get" + }, + "group": { + "$id": "13516", + "fixed": false, + "raw": "Datasets" + }, + "serializedName": "Datasets_Get", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/datasets/{datasetName}", + "isAbsoluteUrl": false, + "httpMethod": "get", + "responses": { + "OK": { + "$id": "13517", + "body": { + "$ref": "595" + }, + "extensions": { + "$id": "13518", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1ec7ppx·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·get·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1ec7ppx·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·get·responses·200" + ] + } + }, + "isNullable": true + }, + "NotModified": { + "$id": "13519", + "extensions": { + "$id": "13520", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·nll1jw·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·get·responses·304", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·nll1jw·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·get·responses·304" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13521", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13522", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1wrtlh3·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·get·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1wrtlh3·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·get·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13523", + "body": { + "$ref": "595" + }, + "isNullable": true + }, + "description": "Gets a dataset.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "Datasets_Get": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "datasetName": "exampleDataset", + "ifNoneMatch": "15004c4f-0000-0200-0000-5cbe090e0000", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Mon, 22 Apr 2019 18:33:50 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "48983fb5-612a-44c6-8158-add7ffebb32b", + "x-ms-correlation-request-id": "48983fb5-612a-44c6-8158-add7ffebb32b" + }, + "body": { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/datasets/exampleDataset", + "name": "exampleDataset", + "type": "Microsoft.DataFactory/factories/datasets", + "properties": { + "type": "AzureBlob", + "typeProperties": { + "folderPath": { + "value": "@dataset().MyFolderPath", + "type": "Expression" + }, + "fileName": { + "value": "@dataset().MyFileName", + "type": "Expression" + }, + "format": { + "type": "TextFormat" + } + }, + "description": "Example description", + "linkedServiceName": { + "referenceName": "exampleLinkedService", + "type": "LinkedServiceReference" + }, + "parameters": { + "MyFolderPath": { + "type": "String" + }, + "MyFileName": { + "type": "String" + } + } + }, + "etag": "15004c4f-0000-0200-0000-5cbe090e0000" + } + }, + "304": {} + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "13524", + "parameters": [ + { + "$id": "13525", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13526", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13527", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13528", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13529", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13530", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13531", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13532", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13533", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13534", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13535", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13536", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13537", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13538", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13539", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13540", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13541", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13542", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13543", + "clientProperty": { + "$ref": "11762" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "13544", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13545", + "fixed": false, + "raw": "The dataset name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "datasetName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/datasetName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13546", + "fixed": false, + "raw": "datasetName" + }, + "serializedName": "datasetName", + "modelType": { + "$id": "13547", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13548", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13549", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13550", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13551", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13552", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13553", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13554", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "13555", + "fixed": false, + "raw": "Delete" + }, + "group": { + "$id": "13556", + "fixed": false, + "raw": "Datasets" + }, + "serializedName": "Datasets_Delete", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/datasets/{datasetName}", + "isAbsoluteUrl": false, + "httpMethod": "delete", + "responses": { + "OK": { + "$id": "13557", + "extensions": { + "$id": "13558", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·12cm59x·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·delete·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·12cm59x·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·delete·responses·200" + ] + } + }, + "isNullable": true + }, + "NoContent": { + "$id": "13559", + "extensions": { + "$id": "13560", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·k0i1tq·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·delete·responses·204", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·k0i1tq·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·delete·responses·204" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13561", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13562", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·7sm09d·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·delete·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·7sm09d·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-datasets-datasetname·delete·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13563", + "isNullable": true + }, + "description": "Deletes a dataset.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "Datasets_Delete": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "datasetName": "exampleDataset", + "api-version": "2018-06-01" + }, + "responses": { + "200": {}, + "204": {} + } + } + } + }, + "deprecated": false, + "hidden": false + } + ], + "name": { + "$id": "13564", + "fixed": false, + "raw": "Datasets" + }, + "typeName": { + "$id": "13565", + "fixed": false + }, + "nameForProperty": "Datasets" + }, + { + "$id": "13566", + "methods": [ + { + "$id": "13567", + "parameters": [ + { + "$id": "13568", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13569", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13570", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13571", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13572", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13573", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13574", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13575", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13576", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13577", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13578", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13579", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13580", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13581", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13582", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13583", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13584", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13585", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13586", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13587", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13588", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13589", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13590", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13591", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "13592", + "fixed": false, + "raw": "ListByFactory" + }, + "group": { + "$id": "13593", + "fixed": false, + "raw": "Pipelines" + }, + "serializedName": "Pipelines_ListByFactory", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelines", + "isAbsoluteUrl": false, + "httpMethod": "get", + "responses": { + "OK": { + "$id": "13594", + "body": { + "$ref": "786" + }, + "extensions": { + "$id": "13595", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·mbqnqk·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines·get·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·mbqnqk·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines·get·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13596", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13597", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·50tyiy·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines·get·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·50tyiy·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines·get·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13598", + "body": { + "$ref": "786" + }, + "isNullable": true + }, + "description": "Lists pipelines.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Pipelines_ListByFactory": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:37:43 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14990", + "x-ms-request-id": "92292250-c10f-4c47-8eb6-b886b361add7", + "x-ms-correlation-request-id": "92292250-c10f-4c47-8eb6-b886b361add7" + }, + "body": { + "value": [ + { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/pipelines/examplePipeline", + "name": "examplePipeline", + "type": "Microsoft.DataFactory/factories/pipelines", + "properties": { + "description": "Example description", + "activities": [ + { + "type": "ForEach", + "typeProperties": { + "isSequential": true, + "items": { + "value": "@pipeline().parameters.OutputBlobNameList", + "type": "Expression" + }, + "activities": [ + { + "type": "Copy", + "typeProperties": { + "source": { + "type": "BlobSource" + }, + "sink": { + "type": "BlobSink" + }, + "dataIntegrationUnits": "32" + }, + "inputs": [ + { + "referenceName": "exampleDataset", + "parameters": { + "MyFolderPath": "examplecontainer", + "MyFileName": "examplecontainer.csv" + }, + "type": "DatasetReference" + } + ], + "outputs": [ + { + "referenceName": "exampleDataset", + "parameters": { + "MyFolderPath": "examplecontainer", + "MyFileName": { + "value": "@item()", + "type": "Expression" + } + }, + "type": "DatasetReference" + } + ], + "name": "ExampleCopyActivity" + } + ] + }, + "name": "ExampleForeachActivity" + } + ], + "parameters": { + "OutputBlobNameList": { + "type": "Array" + } + } + }, + "etag": "0a006cd4-0000-0000-0000-5b245bd60000" + } + ] + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "13599", + "parameters": [ + { + "$id": "13600", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13601", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13602", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13603", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13604", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13605", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13606", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13607", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13608", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13609", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13610", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13611", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13612", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13613", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13614", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13615", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13616", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13617", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13618", + "clientProperty": { + "$ref": "11768" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "13619", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13620", + "fixed": false, + "raw": "The pipeline name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "pipelineName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/pipelineName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13621", + "fixed": false, + "raw": "pipelineName" + }, + "serializedName": "pipelineName", + "modelType": { + "$id": "13622", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13623", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13624", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13625", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13626", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13627", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13628", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13629", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13630", + "clientProperty": { + "$ref": "11810" + }, + "location": "header", + "collectionFormat": "none", + "defaultValue": { + "$id": "13631", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13632", + "fixed": false, + "raw": "ETag of the pipeline entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·t22wux·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·put·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·t22wux·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·put·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "13633", + "fixed": false, + "raw": "If-Match" + }, + "serializedName": "If-Match", + "modelType": { + "$id": "13634", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13635", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13636", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "13637", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13638", + "fixed": false, + "raw": "Pipeline resource definition." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·qt4mvo·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·put·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·qt4mvo·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·put·requestbody" + ] + }, + "x-ms-requestBody-name": "pipeline" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13639", + "fixed": false, + "raw": "pipeline" + }, + "serializedName": "pipeline", + "modelType": { + "$ref": "772" + } + } + ], + "name": { + "$id": "13640", + "fixed": false, + "raw": "CreateOrUpdate" + }, + "group": { + "$id": "13641", + "fixed": false, + "raw": "Pipelines" + }, + "serializedName": "Pipelines_CreateOrUpdate", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelines/{pipelineName}", + "isAbsoluteUrl": false, + "httpMethod": "put", + "responses": { + "OK": { + "$id": "13642", + "body": { + "$ref": "772" + }, + "extensions": { + "$id": "13643", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1gtm3pw·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·put·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1gtm3pw·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·put·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13644", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13645", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1jt2ihs·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·put·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1jt2ihs·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·put·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13646", + "body": { + "$ref": "772" + }, + "isNullable": true + }, + "description": "Creates or updates a pipeline.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "6", + "x-ms-examples": { + "Pipelines_Create": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "pipelineName": "examplePipeline", + "ifMatch": null, + "pipeline": { + "properties": { + "activities": [ + { + "type": "ForEach", + "typeProperties": { + "isSequential": true, + "items": { + "value": "@pipeline().parameters.OutputBlobNameList", + "type": "Expression" + }, + "activities": [ + { + "type": "Copy", + "typeProperties": { + "source": { + "type": "BlobSource" + }, + "sink": { + "type": "BlobSink" + }, + "dataIntegrationUnits": "32" + }, + "inputs": [ + { + "referenceName": "exampleDataset", + "parameters": { + "MyFolderPath": "examplecontainer", + "MyFileName": "examplecontainer.csv" + }, + "type": "DatasetReference" + } + ], + "outputs": [ + { + "referenceName": "exampleDataset", + "parameters": { + "MyFolderPath": "examplecontainer", + "MyFileName": { + "value": "@item()", + "type": "Expression" + } + }, + "type": "DatasetReference" + } + ], + "name": "ExampleCopyActivity" + } + ] + }, + "name": "ExampleForeachActivity" + } + ], + "parameters": { + "OutputBlobNameList": { + "type": "Array" + }, + "JobId": { + "type": "String" + } + }, + "variables": { + "TestVariableArray": { + "type": "Array" + } + }, + "runDimensions": { + "JobId": { + "value": "@pipeline().parameters.JobId", + "type": "Expression" + } + } + } + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:37:41 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "e4c589b7-a9fe-4c28-981c-3855ec27d264", + "x-ms-correlation-request-id": "e4c589b7-a9fe-4c28-981c-3855ec27d264" + }, + "body": { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/pipelines/examplePipeline", + "name": "examplePipeline", + "type": "Microsoft.DataFactory/factories/pipelines", + "properties": { + "activities": [ + { + "type": "ForEach", + "typeProperties": { + "isSequential": true, + "items": { + "value": "@pipeline().parameters.OutputBlobNameList", + "type": "Expression" + }, + "activities": [ + { + "type": "Copy", + "typeProperties": { + "source": { + "type": "BlobSource" + }, + "sink": { + "type": "BlobSink" + }, + "dataIntegrationUnits": "32" + }, + "inputs": [ + { + "referenceName": "exampleDataset", + "parameters": { + "MyFolderPath": "examplecontainer", + "MyFileName": "examplecontainer.csv" + }, + "type": "DatasetReference" + } + ], + "outputs": [ + { + "referenceName": "exampleDataset", + "parameters": { + "MyFolderPath": "examplecontainer", + "MyFileName": { + "value": "@item()", + "type": "Expression" + } + }, + "type": "DatasetReference" + } + ], + "name": "ExampleCopyActivity" + } + ] + }, + "name": "ExampleForeachActivity" + } + ], + "parameters": { + "OutputBlobNameList": { + "type": "Array" + }, + "JobId": { + "type": "String" + } + }, + "variables": { + "TestVariableArray": { + "type": "Array" + } + }, + "runDimensions": { + "JobId": { + "value": "@pipeline().parameters.JobId", + "type": "Expression" + } + } + }, + "etag": "0a0069d4-0000-0000-0000-5b245bd50000" + } + } + } + }, + "Pipelines_Update": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "pipelineName": "examplePipeline", + "ifMatch": null, + "pipeline": { + "properties": { + "description": "Example description", + "activities": [ + { + "type": "ForEach", + "typeProperties": { + "isSequential": true, + "items": { + "value": "@pipeline().parameters.OutputBlobNameList", + "type": "Expression" + }, + "activities": [ + { + "type": "Copy", + "typeProperties": { + "source": { + "type": "BlobSource" + }, + "sink": { + "type": "BlobSink" + }, + "dataIntegrationUnits": "32" + }, + "inputs": [ + { + "referenceName": "exampleDataset", + "parameters": { + "MyFolderPath": "examplecontainer", + "MyFileName": "examplecontainer.csv" + }, + "type": "DatasetReference" + } + ], + "outputs": [ + { + "referenceName": "exampleDataset", + "parameters": { + "MyFolderPath": "examplecontainer", + "MyFileName": { + "value": "@item()", + "type": "Expression" + } + }, + "type": "DatasetReference" + } + ], + "name": "ExampleCopyActivity" + } + ] + }, + "name": "ExampleForeachActivity" + } + ], + "parameters": { + "OutputBlobNameList": { + "type": "Array" + } + } + } + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:37:43 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "91a763b0-d944-493f-83fc-e989c8b6e122", + "x-ms-correlation-request-id": "91a763b0-d944-493f-83fc-e989c8b6e122" + }, + "body": { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/pipelines/examplePipeline", + "name": "examplePipeline", + "type": "Microsoft.DataFactory/factories/pipelines", + "properties": { + "description": "Example description", + "activities": [ + { + "type": "ForEach", + "typeProperties": { + "isSequential": true, + "items": { + "value": "@pipeline().parameters.OutputBlobNameList", + "type": "Expression" + }, + "activities": [ + { + "type": "Copy", + "typeProperties": { + "source": { + "type": "BlobSource" + }, + "sink": { + "type": "BlobSink" + }, + "dataIntegrationUnits": "32" + }, + "inputs": [ + { + "referenceName": "exampleDataset", + "parameters": { + "MyFolderPath": "examplecontainer", + "MyFileName": "examplecontainer.csv" + }, + "type": "DatasetReference" + } + ], + "outputs": [ + { + "referenceName": "exampleDataset", + "parameters": { + "MyFolderPath": "examplecontainer", + "MyFileName": { + "value": "@item()", + "type": "Expression" + } + }, + "type": "DatasetReference" + } + ], + "name": "ExampleCopyActivity" + } + ] + }, + "name": "ExampleForeachActivity" + } + ], + "parameters": { + "OutputBlobNameList": { + "type": "Array" + } + } + }, + "etag": "0a006cd4-0000-0000-0000-5b245bd60000" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "13647", + "parameters": [ + { + "$id": "13648", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13649", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13650", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13651", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13652", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13653", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13654", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13655", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13656", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13657", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13658", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13659", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13660", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13661", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13662", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13663", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13664", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13665", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13666", + "clientProperty": { + "$ref": "11768" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "13667", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13668", + "fixed": false, + "raw": "The pipeline name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "pipelineName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/pipelineName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13669", + "fixed": false, + "raw": "pipelineName" + }, + "serializedName": "pipelineName", + "modelType": { + "$id": "13670", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13671", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13672", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13673", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13674", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13675", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13676", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13677", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13678", + "clientProperty": { + "$ref": "11816" + }, + "location": "header", + "collectionFormat": "none", + "defaultValue": { + "$id": "13679", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13680", + "fixed": false, + "raw": "ETag of the pipeline entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1ac36qp·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·get·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1ac36qp·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·get·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "13681", + "fixed": false, + "raw": "If-None-Match" + }, + "serializedName": "If-None-Match", + "modelType": { + "$id": "13682", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13683", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "13684", + "fixed": false, + "raw": "Get" + }, + "group": { + "$id": "13685", + "fixed": false, + "raw": "Pipelines" + }, + "serializedName": "Pipelines_Get", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelines/{pipelineName}", + "isAbsoluteUrl": false, + "httpMethod": "get", + "responses": { + "OK": { + "$id": "13686", + "body": { + "$ref": "772" + }, + "extensions": { + "$id": "13687", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·o9mizh·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·get·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·o9mizh·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·get·responses·200" + ] + } + }, + "isNullable": true + }, + "NotModified": { + "$id": "13688", + "extensions": { + "$id": "13689", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1jmwhg5·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·get·responses·304", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1jmwhg5·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·get·responses·304" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13690", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13691", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·y6h7u9·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·get·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·y6h7u9·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·get·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13692", + "body": { + "$ref": "772" + }, + "isNullable": true + }, + "description": "Gets a pipeline.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "Pipelines_Get": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "pipelineName": "examplePipeline", + "ifNoneMatch": "1500504f-0000-0200-0000-5cbe090f0000", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Mon, 22 Apr 2019 18:33:51 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "f3865c61-4888-4b91-a617-9a985d9dd0fd", + "x-ms-correlation-request-id": "f3865c61-4888-4b91-a617-9a985d9dd0fd" + }, + "body": { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/pipelines/examplePipeline", + "name": "examplePipeline", + "type": "Microsoft.DataFactory/factories/pipelines", + "properties": { + "description": "Example description", + "activities": [ + { + "type": "ForEach", + "typeProperties": { + "isSequential": true, + "items": { + "value": "@pipeline().parameters.OutputBlobNameList", + "type": "Expression" + }, + "activities": [ + { + "type": "Copy", + "typeProperties": { + "source": { + "type": "BlobSource" + }, + "sink": { + "type": "BlobSink" + }, + "dataIntegrationUnits": "32" + }, + "inputs": [ + { + "referenceName": "exampleDataset", + "parameters": { + "MyFolderPath": "examplecontainer", + "MyFileName": "examplecontainer.csv" + }, + "type": "DatasetReference" + } + ], + "outputs": [ + { + "referenceName": "exampleDataset", + "parameters": { + "MyFolderPath": "examplecontainer", + "MyFileName": { + "value": "@item()", + "type": "Expression" + } + }, + "type": "DatasetReference" + } + ], + "name": "ExampleCopyActivity" + } + ] + }, + "name": "ExampleForeachActivity" + } + ], + "parameters": { + "OutputBlobNameList": { + "type": "Array" + } + }, + "variables": { + "TestVariableArray": { + "type": "Array" + } + } + }, + "etag": "1500504f-0000-0200-0000-5cbe090f0000" + } + }, + "304": {} + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "13693", + "parameters": [ + { + "$id": "13694", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13695", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13696", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13697", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13698", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13699", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13700", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13701", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13702", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13703", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13704", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13705", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13706", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13707", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13708", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13709", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13710", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13711", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13712", + "clientProperty": { + "$ref": "11768" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "13713", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13714", + "fixed": false, + "raw": "The pipeline name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "pipelineName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/pipelineName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13715", + "fixed": false, + "raw": "pipelineName" + }, + "serializedName": "pipelineName", + "modelType": { + "$id": "13716", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13717", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13718", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13719", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13720", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13721", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13722", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13723", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "13724", + "fixed": false, + "raw": "Delete" + }, + "group": { + "$id": "13725", + "fixed": false, + "raw": "Pipelines" + }, + "serializedName": "Pipelines_Delete", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelines/{pipelineName}", + "isAbsoluteUrl": false, + "httpMethod": "delete", + "responses": { + "OK": { + "$id": "13726", + "extensions": { + "$id": "13727", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1ehbiz4·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·delete·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1ehbiz4·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·delete·responses·200" + ] + } + }, + "isNullable": true + }, + "NoContent": { + "$id": "13728", + "extensions": { + "$id": "13729", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·oulcjd·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·delete·responses·204", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·oulcjd·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·delete·responses·204" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13730", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13731", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·5na1am·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·delete·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·5na1am·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename·delete·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13732", + "isNullable": true + }, + "description": "Deletes a pipeline.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "Pipelines_Delete": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "pipelineName": "examplePipeline", + "api-version": "2018-06-01" + }, + "responses": { + "200": {}, + "204": {} + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "13733", + "parameters": [ + { + "$id": "13734", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13735", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13736", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13737", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13738", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13739", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13740", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13741", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13742", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13743", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13744", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13745", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13746", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13747", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13748", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13749", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13750", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13751", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13752", + "clientProperty": { + "$ref": "11768" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "13753", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13754", + "fixed": false, + "raw": "The pipeline name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "pipelineName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/pipelineName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13755", + "fixed": false, + "raw": "pipelineName" + }, + "serializedName": "pipelineName", + "modelType": { + "$id": "13756", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13757", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13758", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13759", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13760", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13761", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13762", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13763", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13764", + "clientProperty": { + "$ref": "11870" + }, + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13765", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13766", + "fixed": false, + "raw": "The pipeline run identifier. If run ID is specified the parameters of the specified run will be used to create a new run." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1dep00h·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1dep00h·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "13767", + "fixed": false, + "raw": "referencePipelineRunId" + }, + "serializedName": "referencePipelineRunId", + "modelType": { + "$id": "13768", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13769", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13770", + "clientProperty": { + "$ref": "11876" + }, + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13771", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13772", + "fixed": false, + "raw": "Recovery mode flag. If recovery mode is set to true, the specified referenced pipeline run and the new run will be grouped under the same groupId." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·djfjmt·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·parameters·6", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·djfjmt·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·parameters·6" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "13773", + "fixed": false, + "raw": "isRecovery" + }, + "serializedName": "isRecovery", + "modelType": { + "$id": "13774", + "$type": "PrimaryType", + "knownPrimaryType": "boolean", + "name": { + "$id": "13775", + "fixed": false, + "raw": "Boolean" + }, + "deprecated": false + } + }, + { + "$id": "13776", + "clientProperty": { + "$ref": "11882" + }, + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13777", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13778", + "fixed": false, + "raw": "In recovery mode, the rerun will start from this activity. If not specified, all activities will run." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·kn2dv0·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·parameters·7", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·kn2dv0·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·parameters·7" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "13779", + "fixed": false, + "raw": "startActivityName" + }, + "serializedName": "startActivityName", + "modelType": { + "$id": "13780", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13781", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13782", + "clientProperty": { + "$ref": "11888" + }, + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13783", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13784", + "fixed": false, + "raw": "In recovery mode, if set to true, the rerun will start from failed activities. The property will be used only if startActivityName is not specified." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·n8svn0·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·parameters·8", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·n8svn0·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·parameters·8" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "13785", + "fixed": false, + "raw": "startFromFailure" + }, + "serializedName": "startFromFailure", + "modelType": { + "$id": "13786", + "$type": "PrimaryType", + "knownPrimaryType": "boolean", + "name": { + "$id": "13787", + "fixed": false, + "raw": "Boolean" + }, + "deprecated": false + } + }, + { + "$id": "13788", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "13789", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13790", + "fixed": false, + "raw": "Parameters of the pipeline run. These parameters will be used only if the runId is not specified." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1pq0lfl·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·1pq0lfl·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·requestbody" + ] + }, + "x-ms-requestBody-name": "parameters" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "13791", + "fixed": false, + "raw": "parameters" + }, + "serializedName": "parameters", + "modelType": { + "$id": "13792", + "$type": "DictionaryType", + "valueType": { + "$id": "13793", + "$type": "PrimaryType", + "knownPrimaryType": "object", + "name": { + "$id": "13794", + "fixed": false, + "raw": "Object" + }, + "deprecated": false + }, + "supportsAdditionalProperties": false, + "name": { + "$id": "13795", + "fixed": false + }, + "deprecated": false + } + } + ], + "name": { + "$id": "13796", + "fixed": false, + "raw": "CreateRun" + }, + "group": { + "$id": "13797", + "fixed": false, + "raw": "Pipelines" + }, + "serializedName": "Pipelines_CreateRun", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelines/{pipelineName}/createRun", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "13798", + "body": { + "$ref": "869" + }, + "extensions": { + "$id": "13799", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1srzr3c·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1srzr3c·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13800", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13801", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·k4a14i·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·k4a14i·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelines-pipelinename-createrun·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13802", + "body": { + "$ref": "869" + }, + "isNullable": true + }, + "description": "Creates a run of a pipeline.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "9", + "x-ms-examples": { + "Pipelines_CreateRun": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "pipelineName": "examplePipeline", + "referencePipelineRunId": null, + "parameters": { + "OutputBlobNameList": [ + "exampleoutput.csv" + ] + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:37:48 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "5c2b442b-d360-43ec-9268-f923f88f31fd", + "x-ms-correlation-request-id": "5c2b442b-d360-43ec-9268-f923f88f31fd" + }, + "body": { + "runId": "2f7fdb90-5df1-4b8e-ac2f-064cfa58202b" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + } + ], + "name": { + "$id": "13803", + "fixed": false, + "raw": "Pipelines" + }, + "typeName": { + "$id": "13804", + "fixed": false + }, + "nameForProperty": "Pipelines" + }, + { + "$id": "13805", + "methods": [ + { + "$id": "13806", + "parameters": [ + { + "$id": "13807", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13808", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13809", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13810", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13811", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13812", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13813", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13814", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13815", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13816", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13817", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13818", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13819", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13820", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13821", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13822", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13823", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13824", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13825", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13826", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13827", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13828", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13829", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13830", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13831", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "13832", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13833", + "fixed": false, + "raw": "Parameters to filter the pipeline run." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·8wzgf5·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querypipelineruns·post·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·8wzgf5·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querypipelineruns·post·requestbody" + ] + }, + "x-ms-requestBody-name": "filterParameters" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13834", + "fixed": false, + "raw": "filterParameters" + }, + "serializedName": "filterParameters", + "modelType": { + "$ref": "1209" + } + } + ], + "name": { + "$id": "13835", + "fixed": false, + "raw": "QueryByFactory" + }, + "group": { + "$id": "13836", + "fixed": false, + "raw": "PipelineRuns" + }, + "serializedName": "PipelineRuns_QueryByFactory", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/queryPipelineRuns", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "13837", + "body": { + "$ref": "1351" + }, + "extensions": { + "$id": "13838", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·18a2py6·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querypipelineruns·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·18a2py6·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querypipelineruns·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13839", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13840", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1qxrujg·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querypipelineruns·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1qxrujg·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querypipelineruns·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13841", + "body": { + "$ref": "1351" + }, + "isNullable": true + }, + "description": "Query pipeline runs in the factory based on input filter conditions.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "4", + "x-ms-examples": { + "PipelineRuns_QueryByFactory": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "filterParameters": { + "lastUpdatedAfter": "2018-06-16T00:36:44.3345758Z", + "lastUpdatedBefore": "2018-06-16T00:49:48.3686473Z", + "filters": [ + { + "operand": "PipelineName", + "operator": "Equals", + "values": [ + "examplePipeline" + ] + } + ] + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:40:01 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14989", + "x-ms-request-id": "2f955e10-c6df-45a7-97d4-81acdb8540cd", + "x-ms-correlation-request-id": "2f955e10-c6df-45a7-97d4-81acdb8540cd" + }, + "body": { + "value": [ + { + "runId": "2f7fdb90-5df1-4b8e-ac2f-064cfa58202b", + "pipelineName": "examplePipeline", + "parameters": { + "OutputBlobNameList": "[\"exampleoutput.csv\"]" + }, + "invokedBy": { + "id": "80a01654a9d34ad18b3fcac5d5d76b67", + "name": "Manual" + }, + "runStart": "2018-06-16T00:37:44.6257014Z", + "runEnd": "2018-06-16T00:38:12.7314495Z", + "durationInMs": "28105", + "status": "Succeeded", + "message": "", + "lastUpdated": "2018-06-16T00:38:12.7314495Z", + "annotations": [], + "runDimension": { + "JobId": "79c1cc52-265f-41a5-9553-be65e736fbd3" + } + }, + { + "runId": "16ac5348-ff82-4f95-a80d-638c1d47b721", + "pipelineName": "examplePipeline", + "parameters": { + "OutputBlobNameList": "[\"exampleoutput.csv\"]" + }, + "invokedBy": { + "id": "7c5fd7ef7e8a464b98b931cf15fcac66", + "name": "Manual" + }, + "runStart": "2018-06-16T00:39:49.2745128Z", + "runEnd": null, + "durationInMs": null, + "status": "Cancelled", + "message": "", + "lastUpdated": "2018-06-16T00:39:51.216097Z", + "annotations": [], + "runDimension": { + "JobId": "84a3c493-0628-4b44-852f-ef5b3a11bdab" + } + } + ] + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "13842", + "parameters": [ + { + "$id": "13843", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13844", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13845", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13846", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13847", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13848", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13849", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13850", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13851", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13852", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13853", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13854", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13855", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13856", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13857", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13858", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13859", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13860", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13861", + "clientProperty": { + "$ref": "11780" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13862", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13863", + "fixed": false, + "raw": "The pipeline run identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "runId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/runId" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13864", + "fixed": false, + "raw": "runId" + }, + "serializedName": "runId", + "modelType": { + "$id": "13865", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13866", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13867", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13868", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13869", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13870", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13871", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13872", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "13873", + "fixed": false, + "raw": "Get" + }, + "group": { + "$id": "13874", + "fixed": false, + "raw": "PipelineRuns" + }, + "serializedName": "PipelineRuns_Get", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelineruns/{runId}", + "isAbsoluteUrl": false, + "httpMethod": "get", + "responses": { + "OK": { + "$id": "13875", + "body": { + "$ref": "1261" + }, + "extensions": { + "$id": "13876", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·e4kghl·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelineruns-runid·get·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·e4kghl·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelineruns-runid·get·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13877", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13878", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1ks6dgo·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelineruns-runid·get·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1ks6dgo·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelineruns-runid·get·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13879", + "body": { + "$ref": "1261" + }, + "isNullable": true + }, + "description": "Get a pipeline run by its run ID.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "PipelineRuns_Get": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "runId": "2f7fdb90-5df1-4b8e-ac2f-064cfa58202b", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:40:02 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14988", + "x-ms-request-id": "6d9de9bd-a412-4a6f-8b9e-37d369323646", + "x-ms-correlation-request-id": "6d9de9bd-a412-4a6f-8b9e-37d369323646" + }, + "body": { + "runId": "2f7fdb90-5df1-4b8e-ac2f-064cfa58202b", + "pipelineName": "examplePipeline", + "parameters": { + "OutputBlobNameList": "[\"exampleoutput.csv\"]" + }, + "invokedBy": { + "id": "80a01654a9d34ad18b3fcac5d5d76b67", + "name": "Manual" + }, + "runStart": "2018-06-16T00:37:44.6257014Z", + "runEnd": "2018-06-16T00:38:12.7314495Z", + "durationInMs": "28105", + "status": "Succeeded", + "message": "", + "lastUpdated": "2018-06-16T00:38:12.7314495Z", + "annotations": [] + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "13880", + "parameters": [ + { + "$id": "13881", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13882", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13883", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13884", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13885", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13886", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13887", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13888", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13889", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13890", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13891", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13892", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13893", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13894", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13895", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13896", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13897", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13898", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13899", + "clientProperty": { + "$ref": "11780" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13900", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13901", + "fixed": false, + "raw": "The pipeline run identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "runId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/runId" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13902", + "fixed": false, + "raw": "runId" + }, + "serializedName": "runId", + "modelType": { + "$id": "13903", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13904", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13905", + "clientProperty": { + "$ref": "11894" + }, + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13906", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13907", + "fixed": false, + "raw": "If true, cancel all the Child pipelines that are triggered by the current pipeline." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1lsp2jt·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelineruns-runid-cancel·post·parameters·4", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1lsp2jt·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelineruns-runid-cancel·post·parameters·4" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "13908", + "fixed": false, + "raw": "isRecursive" + }, + "serializedName": "isRecursive", + "modelType": { + "$id": "13909", + "$type": "PrimaryType", + "knownPrimaryType": "boolean", + "name": { + "$id": "13910", + "fixed": false, + "raw": "Boolean" + }, + "deprecated": false + } + }, + { + "$id": "13911", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13912", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13913", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13914", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13915", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13916", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "13917", + "fixed": false, + "raw": "Cancel" + }, + "group": { + "$id": "13918", + "fixed": false, + "raw": "PipelineRuns" + }, + "serializedName": "PipelineRuns_Cancel", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelineruns/{runId}/cancel", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "13919", + "extensions": { + "$id": "13920", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1r8nj90·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelineruns-runid-cancel·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1r8nj90·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelineruns-runid-cancel·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13921", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13922", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1eqbhzq·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelineruns-runid-cancel·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1eqbhzq·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelineruns-runid-cancel·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13923", + "isNullable": true + }, + "description": "Cancel a pipeline run by its run ID.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "PipelineRuns_Cancel": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "runId": "16ac5348-ff82-4f95-a80d-638c1d47b721", + "api-version": "2018-06-01" + }, + "responses": { + "200": {} + } + } + } + }, + "deprecated": false, + "hidden": false + } + ], + "name": { + "$id": "13924", + "fixed": false, + "raw": "PipelineRuns" + }, + "typeName": { + "$id": "13925", + "fixed": false + }, + "nameForProperty": "PipelineRuns" + }, + { + "$id": "13926", + "methods": [ + { + "$id": "13927", + "parameters": [ + { + "$id": "13928", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13929", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13930", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13931", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13932", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13933", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13934", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13935", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13936", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13937", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13938", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13939", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13940", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13941", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13942", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13943", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13944", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13945", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13946", + "clientProperty": { + "$ref": "11780" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13947", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13948", + "fixed": false, + "raw": "The pipeline run identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "runId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/runId" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13949", + "fixed": false, + "raw": "runId" + }, + "serializedName": "runId", + "modelType": { + "$id": "13950", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13951", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13952", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13953", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13954", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13955", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13956", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13957", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13958", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "13959", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13960", + "fixed": false, + "raw": "Parameters to filter the activity runs." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1t877j0·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelineruns-runid-queryactivityruns·post·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·1t877j0·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelineruns-runid-queryactivityruns·post·requestbody" + ] + }, + "x-ms-requestBody-name": "filterParameters" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13961", + "fixed": false, + "raw": "filterParameters" + }, + "serializedName": "filterParameters", + "modelType": { + "$ref": "1209" + } + } + ], + "name": { + "$id": "13962", + "fixed": false, + "raw": "QueryByPipelineRun" + }, + "group": { + "$id": "13963", + "fixed": false, + "raw": "ActivityRuns" + }, + "serializedName": "ActivityRuns_QueryByPipelineRun", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelineruns/{runId}/queryActivityruns", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "13964", + "body": { + "$ref": "1453" + }, + "extensions": { + "$id": "13965", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·5v16xb·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelineruns-runid-queryactivityruns·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·5v16xb·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelineruns-runid-queryactivityruns·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "13966", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "13967", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1ajvkwk·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelineruns-runid-queryactivityruns·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1ajvkwk·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-pipelineruns-runid-queryactivityruns·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "13968", + "body": { + "$ref": "1453" + }, + "isNullable": true + }, + "description": "Query activity runs based on input filter conditions.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "5", + "x-ms-examples": { + "ActivityRuns_QueryByPipelineRun": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "runId": "2f7fdb90-5df1-4b8e-ac2f-064cfa58202b", + "filterParameters": { + "lastUpdatedAfter": "2018-06-16T00:36:44.3345758Z", + "lastUpdatedBefore": "2018-06-16T00:49:48.3686473Z" + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:40:13 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1187", + "x-ms-request-id": "5465cf41-2e71-4ce6-8db4-9de1b92ffda9", + "x-ms-correlation-request-id": "5465cf41-2e71-4ce6-8db4-9de1b92ffda9" + }, + "body": { + "value": [ + { + "activityRunEnd": "2018-06-16T00:38:11.5445431Z", + "activityName": "ExampleForeachActivity", + "activityRunStart": "2018-06-16T00:37:49.4804925Z", + "activityType": "ForEach", + "durationInMs": "22064", + "retryAttempt": null, + "error": { + "errorCode": "", + "message": "", + "failureType": "", + "target": "ExampleForeachActivity" + }, + "activityRunId": "f30c5514-fb85-43ed-9fa4-768d42e58680", + "input": {}, + "linkedServiceName": "", + "output": {}, + "userProperties": {}, + "pipelineName": "examplePipeline", + "pipelineRunId": "2f7fdb90-5df1-4b8e-ac2f-064cfa58202b", + "status": "Succeeded" + }, + { + "activityRunEnd": "2018-06-16T00:38:07.4188923Z", + "activityName": "ExampleCopyActivity", + "activityRunStart": "2018-06-16T00:37:50.2460952Z", + "activityType": "Copy", + "durationInMs": "17172", + "retryAttempt": null, + "error": { + "errorCode": "", + "message": "", + "failureType": "", + "target": "ExampleCopyActivity" + }, + "activityRunId": "a96678c8-7167-4f00-b629-afccfbad4e51", + "input": { + "source": { + "type": "BlobSource" + }, + "sink": { + "type": "BlobSink" + }, + "dataIntegrationUnits": "32" + }, + "linkedServiceName": "", + "output": { + "dataRead": "142000", + "dataWritten": "142000", + "filesRead": "1", + "filesWritten": "1", + "copyDuration": "6", + "throughput": "23.112", + "errors": [], + "effectiveIntegrationRuntime": "DefaultIntegrationRuntime (East US)", + "usedCloudDataMovementUnits": "4", + "usedParallelCopies": "1", + "executionDetails": [ + { + "source": { + "type": "AzureBlob" + }, + "sink": { + "type": "AzureBlob" + }, + "status": "Succeeded", + "start": "2018-06-16T00:37:50.68834Z", + "duration": "6", + "usedCloudDataMovementUnits": "4", + "usedParallelCopies": "1", + "detailedDurations": { + "queuingDuration": "4", + "transferDuration": "2" + } + } + ] + }, + "userProperties": {}, + "pipelineName": "examplePipeline", + "pipelineRunId": "2f7fdb90-5df1-4b8e-ac2f-064cfa58202b", + "status": "Succeeded" + } + ] + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + } + ], + "name": { + "$id": "13969", + "fixed": false, + "raw": "ActivityRuns" + }, + "typeName": { + "$id": "13970", + "fixed": false + }, + "nameForProperty": "ActivityRuns" + }, + { + "$id": "13971", + "methods": [ + { + "$id": "13972", + "parameters": [ + { + "$id": "13973", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "13974", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13975", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13976", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "13977", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13978", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13979", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "13980", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13981", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13982", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "13983", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13984", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13985", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "13986", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "13987", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "13988", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "13989", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13990", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "13991", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "13992", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "13993", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "13994", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "13995", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "13996", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "13997", + "fixed": false, + "raw": "ListByFactory" + }, + "group": { + "$id": "13998", + "fixed": false, + "raw": "Triggers" + }, + "serializedName": "Triggers_ListByFactory", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers", + "isAbsoluteUrl": false, + "httpMethod": "get", + "responses": { + "OK": { + "$id": "13999", + "body": { + "$ref": "855" + }, + "extensions": { + "$id": "14000", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·kkidc8·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers·get·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·kkidc8·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers·get·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "14001", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "14002", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·18g4a4i·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers·get·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·18g4a4i·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers·get·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "14003", + "body": { + "$ref": "855" + }, + "isNullable": true + }, + "description": "Lists triggers.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "Triggers_ListByFactory": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:40:20 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14986", + "x-ms-request-id": "e474f8f8-b34f-4536-b059-ca740e6b44c3", + "x-ms-correlation-request-id": "e474f8f8-b34f-4536-b059-ca740e6b44c3" + }, + "body": { + "value": [ + { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/triggers/exampleTrigger", + "name": "exampleTrigger", + "type": "Microsoft.DataFactory/factories/triggers", + "properties": { + "type": "ScheduleTrigger", + "typeProperties": { + "recurrence": { + "frequency": "Minute", + "interval": "4", + "startTime": "2018-06-16T00:39:14.905167Z", + "endTime": "2018-06-16T00:55:14.905167Z", + "timeZone": "UTC" + } + }, + "pipelines": [ + { + "pipelineReference": { + "referenceName": "examplePipeline", + "type": "PipelineReference" + }, + "parameters": { + "OutputBlobNameList": [ + "exampleoutput.csv" + ] + } + } + ], + "description": "Example description", + "runtimeState": "Started" + }, + "etag": "0a008ed4-0000-0000-0000-5b245c740000" + } + ] + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "14004", + "parameters": [ + { + "$id": "14005", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "14006", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14007", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14008", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "14009", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14010", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14011", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "14012", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14013", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14014", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "14015", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14016", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14017", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "14018", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14019", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14020", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "14021", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14022", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14023", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "14024", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "14025", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "14026", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "14027", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14028", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14029", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "14030", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14031", + "fixed": false, + "raw": "Parameters to filter the triggers." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·b4kdrn·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querytriggers·post·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·b4kdrn·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querytriggers·post·requestbody" + ] + }, + "x-ms-requestBody-name": "filterParameters" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14032", + "fixed": false, + "raw": "filterParameters" + }, + "serializedName": "filterParameters", + "modelType": { + "$ref": "1124" + } + } + ], + "name": { + "$id": "14033", + "fixed": false, + "raw": "QueryByFactory" + }, + "group": { + "$id": "14034", + "fixed": false, + "raw": "Triggers" + }, + "serializedName": "Triggers_QueryByFactory", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/querytriggers", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "14035", + "body": { + "$ref": "841" + }, + "extensions": { + "$id": "14036", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1dym18m·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querytriggers·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1dym18m·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querytriggers·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "14037", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "14038", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·zgmpxm·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querytriggers·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·zgmpxm·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querytriggers·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "14039", + "body": { + "$ref": "841" + }, + "isNullable": true + }, + "description": "Query triggers.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "4", + "x-ms-examples": { + "Triggers_QueryByFactory": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "triggerName": "exampleTrigger", + "api-version": "2018-06-01", + "filterParameters": { + "parentTriggerName": "exampleTrigger" + } + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:40:20 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14986", + "x-ms-request-id": "e474f8f8-b34f-4536-b059-ca740e6b44c3", + "x-ms-correlation-request-id": "e474f8f8-b34f-4536-b059-ca740e6b44c3" + }, + "body": { + "value": [ + { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/triggers/exampleRerunTrigger", + "name": "exampleRerunTrigger", + "type": "Microsoft.DataFactory/factories/triggers", + "properties": { + "type": "RerunTumblingWindowTrigger", + "typeProperties": { + "parentTrigger": "exampleTrigger", + "requestedStartTime": "2018-06-16T00:39:14.905167Z", + "requestedEndTime": "2018-06-16T00:55:14.905167Z", + "rerunConcurrency": "4" + }, + "description": "Example description" + } + } + ] + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "14040", + "parameters": [ + { + "$id": "14041", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "14042", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14043", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14044", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "14045", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14046", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14047", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "14048", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14049", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14050", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "14051", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14052", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14053", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "14054", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14055", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14056", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "14057", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14058", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14059", + "clientProperty": { + "$ref": "11774" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "14060", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14061", + "fixed": false, + "raw": "The trigger name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "triggerName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/triggerName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14062", + "fixed": false, + "raw": "triggerName" + }, + "serializedName": "triggerName", + "modelType": { + "$id": "14063", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14064", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14065", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "14066", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "14067", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "14068", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "14069", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14070", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14071", + "clientProperty": { + "$ref": "11810" + }, + "location": "header", + "collectionFormat": "none", + "defaultValue": { + "$id": "14072", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14073", + "fixed": false, + "raw": "ETag of the trigger entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·184do5h·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·put·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·184do5h·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·put·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "14074", + "fixed": false, + "raw": "If-Match" + }, + "serializedName": "If-Match", + "modelType": { + "$id": "14075", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14076", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14077", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "14078", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14079", + "fixed": false, + "raw": "Trigger resource definition." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1278g8o·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·put·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·1278g8o·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·put·requestbody" + ] + }, + "x-ms-requestBody-name": "trigger" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14080", + "fixed": false, + "raw": "trigger" + }, + "serializedName": "trigger", + "modelType": { + "$ref": "835" + } + } + ], + "name": { + "$id": "14081", + "fixed": false, + "raw": "CreateOrUpdate" + }, + "group": { + "$id": "14082", + "fixed": false, + "raw": "Triggers" + }, + "serializedName": "Triggers_CreateOrUpdate", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}", + "isAbsoluteUrl": false, + "httpMethod": "put", + "responses": { + "OK": { + "$id": "14083", + "body": { + "$ref": "835" + }, + "extensions": { + "$id": "14084", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·184sa7w·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·put·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·184sa7w·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·put·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "14085", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "14086", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·i4vmtt·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·put·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·i4vmtt·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·put·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "14087", + "body": { + "$ref": "835" + }, + "isNullable": true + }, + "description": "Creates or updates a trigger.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "6", + "x-ms-examples": { + "Triggers_Create": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "triggerName": "exampleTrigger", + "ifMatch": null, + "trigger": { + "properties": { + "type": "ScheduleTrigger", + "typeProperties": { + "recurrence": { + "frequency": "Minute", + "interval": "4", + "startTime": "2018-06-16T00:39:13.8441801Z", + "endTime": "2018-06-16T00:55:13.8441801Z", + "timeZone": "UTC" + } + }, + "pipelines": [ + { + "pipelineReference": { + "referenceName": "examplePipeline", + "type": "PipelineReference" + }, + "parameters": { + "OutputBlobNameList": [ + "exampleoutput.csv" + ] + } + } + ] + } + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:40:14 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1186", + "x-ms-request-id": "373f1a49-685d-4c07-8857-0fcf1bcaffcb", + "x-ms-correlation-request-id": "373f1a49-685d-4c07-8857-0fcf1bcaffcb" + }, + "body": { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/triggers/exampleTrigger", + "name": "exampleTrigger", + "type": "Microsoft.DataFactory/factories/triggers", + "properties": { + "type": "ScheduleTrigger", + "typeProperties": { + "recurrence": { + "frequency": "Minute", + "interval": "4", + "startTime": "2018-06-16T00:39:13.8441801Z", + "endTime": "2018-06-16T00:55:13.8441801Z", + "timeZone": "UTC" + } + }, + "pipelines": [ + { + "pipelineReference": { + "referenceName": "examplePipeline", + "type": "PipelineReference" + }, + "parameters": { + "OutputBlobNameList": [ + "exampleoutput.csv" + ] + } + } + ], + "runtimeState": "Stopped" + }, + "etag": "0a008ad4-0000-0000-0000-5b245c6e0000" + } + } + } + }, + "Triggers_Update": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "triggerName": "exampleTrigger", + "ifMatch": null, + "trigger": { + "properties": { + "type": "ScheduleTrigger", + "typeProperties": { + "recurrence": { + "frequency": "Minute", + "interval": "4", + "startTime": "2018-06-16T00:39:14.905167Z", + "endTime": "2018-06-16T00:55:14.905167Z", + "timeZone": "UTC" + } + }, + "pipelines": [ + { + "pipelineReference": { + "referenceName": "examplePipeline", + "type": "PipelineReference" + }, + "parameters": { + "OutputBlobNameList": [ + "exampleoutput.csv" + ] + } + } + ], + "description": "Example description" + } + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:40:15 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1185", + "x-ms-request-id": "d5ccf096-0618-4b26-9829-db77e4c391c7", + "x-ms-correlation-request-id": "d5ccf096-0618-4b26-9829-db77e4c391c7" + }, + "body": { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/triggers/exampleTrigger", + "name": "exampleTrigger", + "type": "Microsoft.DataFactory/factories/triggers", + "properties": { + "type": "ScheduleTrigger", + "typeProperties": { + "recurrence": { + "frequency": "Minute", + "interval": "4", + "startTime": "2018-06-16T00:39:14.905167Z", + "endTime": "2018-06-16T00:55:14.905167Z", + "timeZone": "UTC" + } + }, + "pipelines": [ + { + "pipelineReference": { + "referenceName": "examplePipeline", + "type": "PipelineReference" + }, + "parameters": { + "OutputBlobNameList": [ + "exampleoutput.csv" + ] + } + } + ], + "description": "Example description", + "runtimeState": "Stopped" + }, + "etag": "0a008dd4-0000-0000-0000-5b245c6f0000" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "14088", + "parameters": [ + { + "$id": "14089", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "14090", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14091", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14092", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "14093", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14094", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14095", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "14096", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14097", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14098", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "14099", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14100", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14101", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "14102", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14103", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14104", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "14105", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14106", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14107", + "clientProperty": { + "$ref": "11774" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "14108", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14109", + "fixed": false, + "raw": "The trigger name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "triggerName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/triggerName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14110", + "fixed": false, + "raw": "triggerName" + }, + "serializedName": "triggerName", + "modelType": { + "$id": "14111", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14112", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14113", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "14114", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "14115", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "14116", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "14117", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14118", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14119", + "clientProperty": { + "$ref": "11816" + }, + "location": "header", + "collectionFormat": "none", + "defaultValue": { + "$id": "14120", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14121", + "fixed": false, + "raw": "ETag of the trigger entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1ccijpe·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·get·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1ccijpe·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·get·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "14122", + "fixed": false, + "raw": "If-None-Match" + }, + "serializedName": "If-None-Match", + "modelType": { + "$id": "14123", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14124", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "14125", + "fixed": false, + "raw": "Get" + }, + "group": { + "$id": "14126", + "fixed": false, + "raw": "Triggers" + }, + "serializedName": "Triggers_Get", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}", + "isAbsoluteUrl": false, + "httpMethod": "get", + "responses": { + "OK": { + "$id": "14127", + "body": { + "$ref": "835" + }, + "extensions": { + "$id": "14128", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·nb3x1u·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·get·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·nb3x1u·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·get·responses·200" + ] + } + }, + "isNullable": true + }, + "NotModified": { + "$id": "14129", + "extensions": { + "$id": "14130", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·oog2ci·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·get·responses·304", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·oog2ci·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·get·responses·304" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "14131", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "14132", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·17kyilb·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·get·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·17kyilb·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·get·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "14133", + "body": { + "$ref": "835" + }, + "isNullable": true + }, + "description": "Gets a trigger.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "Triggers_Get": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "triggerName": "exampleTrigger", + "ifNoneMatch": "1500544f-0000-0200-0000-5cbe09100000", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Mon, 22 Apr 2019 18:33:52 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "8ad1759f-24c1-46a5-aef5-edd267e18870", + "x-ms-correlation-request-id": "8ad1759f-24c1-46a5-aef5-edd267e18870" + }, + "body": { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/triggers/exampleTrigger", + "name": "exampleTrigger", + "type": "Microsoft.DataFactory/factories/triggers", + "properties": { + "type": "ScheduleTrigger", + "typeProperties": { + "recurrence": { + "frequency": "Minute", + "interval": "4", + "startTime": "2019-04-22T18:32:52.527912Z", + "endTime": "2019-04-22T18:48:52.5281747Z", + "timeZone": "UTC" + } + }, + "pipelines": [ + { + "pipelineReference": { + "referenceName": "examplePipeline", + "type": "PipelineReference" + }, + "parameters": { + "OutputBlobNameList": [ + "exampleoutput.csv" + ] + } + } + ], + "runtimeState": "Stopped" + }, + "etag": "1500544f-0000-0200-0000-5cbe09100000" + } + }, + "304": {} + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "14134", + "parameters": [ + { + "$id": "14135", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "14136", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14137", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14138", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "14139", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14140", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14141", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "14142", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14143", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14144", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "14145", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14146", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14147", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "14148", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14149", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14150", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "14151", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14152", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14153", + "clientProperty": { + "$ref": "11774" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "14154", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14155", + "fixed": false, + "raw": "The trigger name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "triggerName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/triggerName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14156", + "fixed": false, + "raw": "triggerName" + }, + "serializedName": "triggerName", + "modelType": { + "$id": "14157", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14158", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14159", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "14160", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "14161", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "14162", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "14163", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14164", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "14165", + "fixed": false, + "raw": "Delete" + }, + "group": { + "$id": "14166", + "fixed": false, + "raw": "Triggers" + }, + "serializedName": "Triggers_Delete", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}", + "isAbsoluteUrl": false, + "httpMethod": "delete", + "responses": { + "OK": { + "$id": "14167", + "extensions": { + "$id": "14168", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·4zccu2·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·delete·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·4zccu2·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·delete·responses·200" + ] + } + }, + "isNullable": true + }, + "NoContent": { + "$id": "14169", + "extensions": { + "$id": "14170", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1n4qx5·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·delete·responses·204", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1n4qx5·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·delete·responses·204" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "14171", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "14172", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1wjndku·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·delete·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1wjndku·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername·delete·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "14173", + "isNullable": true + }, + "description": "Deletes a trigger.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "Triggers_Delete": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "triggerName": "exampleTrigger", + "api-version": "2018-06-01" + }, + "responses": { + "200": {}, + "204": {} + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "14174", + "parameters": [ + { + "$id": "14175", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "14176", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14177", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14178", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "14179", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14180", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14181", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "14182", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14183", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14184", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "14185", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14186", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14187", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "14188", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14189", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14190", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "14191", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14192", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14193", + "clientProperty": { + "$ref": "11774" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "14194", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14195", + "fixed": false, + "raw": "The trigger name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "triggerName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/triggerName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14196", + "fixed": false, + "raw": "triggerName" + }, + "serializedName": "triggerName", + "modelType": { + "$id": "14197", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14198", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14199", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "14200", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "14201", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "14202", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "14203", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14204", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "14205", + "fixed": false, + "raw": "SubscribeToEvents" + }, + "group": { + "$id": "14206", + "fixed": false, + "raw": "Triggers" + }, + "serializedName": "Triggers_SubscribeToEvents", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/subscribeToEvents", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "14207", + "body": { + "$ref": "909" + }, + "extensions": { + "$id": "14208", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·8oxfki·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-subscribetoevents·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·8oxfki·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-subscribetoevents·post·responses·200" + ] + } + }, + "isNullable": true + }, + "Accepted": { + "$id": "14209", + "extensions": { + "$id": "14210", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1si0347·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-subscribetoevents·post·responses·202", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1si0347·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-subscribetoevents·post·responses·202" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "14211", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "14212", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·gqayf1·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-subscribetoevents·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·gqayf1·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-subscribetoevents·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "14213", + "body": { + "$ref": "909" + }, + "isNullable": true + }, + "description": "Subscribe event trigger to events.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-long-running-operation": true, + "x-ms-examples": { + "Triggers_SubscribeToEvents": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "triggerName": "exampleTrigger", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "body": { + "triggerName": "exampleTrigger", + "status": "Enabled" + } + }, + "202": { + "headers": { + "Location": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/triggers/exampleTrigger/getEventSubscriptionStatus?api-version=2018-06-01" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "14214", + "parameters": [ + { + "$id": "14215", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "14216", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14217", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14218", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "14219", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14220", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14221", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "14222", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14223", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14224", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "14225", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14226", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14227", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "14228", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14229", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14230", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "14231", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14232", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14233", + "clientProperty": { + "$ref": "11774" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "14234", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14235", + "fixed": false, + "raw": "The trigger name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "triggerName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/triggerName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14236", + "fixed": false, + "raw": "triggerName" + }, + "serializedName": "triggerName", + "modelType": { + "$id": "14237", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14238", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14239", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "14240", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "14241", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "14242", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "14243", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14244", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "14245", + "fixed": false, + "raw": "GetEventSubscriptionStatus" + }, + "group": { + "$id": "14246", + "fixed": false, + "raw": "Triggers" + }, + "serializedName": "Triggers_GetEventSubscriptionStatus", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/getEventSubscriptionStatus", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "14247", + "body": { + "$ref": "909" + }, + "extensions": { + "$id": "14248", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·fr8dd2·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-geteventsubscriptionstatus·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·fr8dd2·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-geteventsubscriptionstatus·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "14249", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "14250", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1ff5fof·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-geteventsubscriptionstatus·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1ff5fof·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-geteventsubscriptionstatus·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "14251", + "body": { + "$ref": "909" + }, + "isNullable": true + }, + "description": "Get a trigger's event subscription status.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "Triggers_GetEventSubscriptionStatus": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "triggerName": "exampleTrigger", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "body": { + "triggerName": "exampleTrigger", + "status": "Enabled" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "14252", + "parameters": [ + { + "$id": "14253", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "14254", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14255", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14256", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "14257", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14258", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14259", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "14260", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14261", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14262", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "14263", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14264", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14265", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "14266", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14267", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14268", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "14269", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14270", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14271", + "clientProperty": { + "$ref": "11774" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "14272", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14273", + "fixed": false, + "raw": "The trigger name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "triggerName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/triggerName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14274", + "fixed": false, + "raw": "triggerName" + }, + "serializedName": "triggerName", + "modelType": { + "$id": "14275", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14276", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14277", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "14278", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "14279", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "14280", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "14281", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14282", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "14283", + "fixed": false, + "raw": "UnsubscribeFromEvents" + }, + "group": { + "$id": "14284", + "fixed": false, + "raw": "Triggers" + }, + "serializedName": "Triggers_UnsubscribeFromEvents", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/unsubscribeFromEvents", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "14285", + "body": { + "$ref": "909" + }, + "extensions": { + "$id": "14286", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1f2k544·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-unsubscribefromevents·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1f2k544·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-unsubscribefromevents·post·responses·200" + ] + } + }, + "isNullable": true + }, + "Accepted": { + "$id": "14287", + "extensions": { + "$id": "14288", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1k9d2vh·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-unsubscribefromevents·post·responses·202", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1k9d2vh·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-unsubscribefromevents·post·responses·202" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "14289", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "14290", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·x24upr·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-unsubscribefromevents·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·x24upr·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-unsubscribefromevents·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "14291", + "body": { + "$ref": "909" + }, + "isNullable": true + }, + "description": "Unsubscribe event trigger from events.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-long-running-operation": true, + "x-ms-examples": { + "Triggers_UnsubscribeFromEvents": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "triggerName": "exampleTrigger", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "body": { + "triggerName": "exampleTrigger", + "status": "Disabled" + } + }, + "202": { + "headers": { + "Location": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/triggers/exampleTrigger/getEventSubscriptionStatus?api-version=2018-06-01" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "14292", + "parameters": [ + { + "$id": "14293", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "14294", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14295", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14296", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "14297", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14298", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14299", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "14300", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14301", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14302", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "14303", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14304", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14305", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "14306", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14307", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14308", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "14309", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14310", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14311", + "clientProperty": { + "$ref": "11774" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "14312", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14313", + "fixed": false, + "raw": "The trigger name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "triggerName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/triggerName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14314", + "fixed": false, + "raw": "triggerName" + }, + "serializedName": "triggerName", + "modelType": { + "$id": "14315", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14316", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14317", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "14318", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "14319", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "14320", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "14321", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14322", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "14323", + "fixed": false, + "raw": "Start" + }, + "group": { + "$id": "14324", + "fixed": false, + "raw": "Triggers" + }, + "serializedName": "Triggers_Start", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/start", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "14325", + "extensions": { + "$id": "14326", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1c7ojjc·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-start·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1c7ojjc·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-start·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "14327", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "14328", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1f6nrlw·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-start·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1f6nrlw·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-start·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "14329", + "isNullable": true + }, + "description": "Starts a trigger.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-long-running-operation": true, + "x-ms-examples": { + "Triggers_Start": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "triggerName": "exampleTrigger", + "api-version": "2018-06-01" + }, + "responses": { + "200": {} + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "14330", + "parameters": [ + { + "$id": "14331", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "14332", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14333", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14334", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "14335", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14336", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14337", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "14338", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14339", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14340", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "14341", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14342", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14343", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "14344", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14345", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14346", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "14347", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14348", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14349", + "clientProperty": { + "$ref": "11774" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "14350", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14351", + "fixed": false, + "raw": "The trigger name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "triggerName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/triggerName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14352", + "fixed": false, + "raw": "triggerName" + }, + "serializedName": "triggerName", + "modelType": { + "$id": "14353", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14354", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14355", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "14356", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "14357", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "14358", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "14359", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14360", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "14361", + "fixed": false, + "raw": "Stop" + }, + "group": { + "$id": "14362", + "fixed": false, + "raw": "Triggers" + }, + "serializedName": "Triggers_Stop", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/stop", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "14363", + "extensions": { + "$id": "14364", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1stzh2q·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-stop·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1stzh2q·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-stop·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "14365", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "14366", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·17tdgao·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-stop·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·17tdgao·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-stop·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "14367", + "isNullable": true + }, + "description": "Stops a trigger.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-long-running-operation": true, + "x-ms-examples": { + "Triggers_Stop": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "triggerName": "exampleTrigger", + "api-version": "2018-06-01" + }, + "responses": { + "200": {} + } + } + } + }, + "deprecated": false, + "hidden": false + } + ], + "name": { + "$id": "14368", + "fixed": false, + "raw": "Triggers" + }, + "typeName": { + "$id": "14369", + "fixed": false + }, + "nameForProperty": "Triggers" + }, + { + "$id": "14370", + "methods": [ + { + "$id": "14371", + "parameters": [ + { + "$id": "14372", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "14373", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14374", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14375", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "14376", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14377", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14378", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "14379", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14380", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14381", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "14382", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14383", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14384", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "14385", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14386", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14387", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "14388", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14389", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14390", + "clientProperty": { + "$ref": "11774" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "14391", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14392", + "fixed": false, + "raw": "The trigger name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "triggerName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/triggerName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14393", + "fixed": false, + "raw": "triggerName" + }, + "serializedName": "triggerName", + "modelType": { + "$id": "14394", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14395", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14396", + "clientProperty": { + "$ref": "11780" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "14397", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14398", + "fixed": false, + "raw": "The pipeline run identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "runId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/runId" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14399", + "fixed": false, + "raw": "runId" + }, + "serializedName": "runId", + "modelType": { + "$id": "14400", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14401", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14402", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "14403", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "14404", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "14405", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "14406", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14407", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "14408", + "fixed": false, + "raw": "Rerun" + }, + "group": { + "$id": "14409", + "fixed": false, + "raw": "TriggerRuns" + }, + "serializedName": "TriggerRuns_Rerun", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/triggerRuns/{runId}/rerun", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "14410", + "extensions": { + "$id": "14411", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1b319br·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-triggerruns-runid-rerun·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1b319br·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-triggerruns-runid-rerun·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "14412", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "14413", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·101xebi·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-triggerruns-runid-rerun·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·101xebi·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-triggers-triggername-triggerruns-runid-rerun·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "14414", + "isNullable": true + }, + "description": "Rerun single trigger instance by runId.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "Triggers_Rerun": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "triggerName": "exampleTrigger", + "runId": "2f7fdb90-5df1-4b8e-ac2f-064cfa58202b", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:46:24 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "5aa854a5-7ac0-4c7e-9356-79c657f4e231", + "x-ms-correlation-request-id": "5aa854a5-7ac0-4c7e-9356-79c657f4e231" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "14415", + "parameters": [ + { + "$id": "14416", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "14417", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14418", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14419", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "14420", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14421", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14422", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "14423", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14424", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14425", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "14426", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14427", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14428", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "14429", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14430", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14431", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "14432", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14433", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14434", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "14435", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "14436", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "14437", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "14438", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14439", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14440", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "14441", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14442", + "fixed": false, + "raw": "Parameters to filter the pipeline run." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·a8qan5·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querytriggerruns·post·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·a8qan5·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querytriggerruns·post·requestbody" + ] + }, + "x-ms-requestBody-name": "filterParameters" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14443", + "fixed": false, + "raw": "filterParameters" + }, + "serializedName": "filterParameters", + "modelType": { + "$ref": "1209" + } + } + ], + "name": { + "$id": "14444", + "fixed": false, + "raw": "QueryByFactory" + }, + "group": { + "$id": "14445", + "fixed": false, + "raw": "TriggerRuns" + }, + "serializedName": "TriggerRuns_QueryByFactory", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/queryTriggerRuns", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "14446", + "body": { + "$ref": "1550" + }, + "extensions": { + "$id": "14447", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·16k47va·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querytriggerruns·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·16k47va·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querytriggerruns·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "14448", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "14449", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·t4y8gt·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querytriggerruns·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·t4y8gt·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querytriggerruns·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "14450", + "body": { + "$ref": "1550" + }, + "isNullable": true + }, + "description": "Query trigger runs.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "4", + "x-ms-examples": { + "TriggerRuns_QueryByFactory": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "filterParameters": { + "lastUpdatedAfter": "2018-06-16T00:36:44.3345758Z", + "lastUpdatedBefore": "2018-06-16T00:49:48.3686473Z", + "filters": [ + { + "operand": "TriggerName", + "operator": "Equals", + "values": [ + "exampleTrigger" + ] + } + ] + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:46:22 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "fb328f3e-d21e-44f7-80d7-dad60c955b4d", + "x-ms-correlation-request-id": "fb328f3e-d21e-44f7-80d7-dad60c955b4d" + }, + "body": { + "value": [ + { + "triggerName": "exampleTrigger", + "triggerRunId": "08586724970898148904457116912CU27", + "triggerType": "ScheduleTrigger", + "triggerRunTimestamp": "2018-06-16T00:43:15.660141Z", + "status": "Succeeded", + "message": "", + "properties": { + "TriggerTime": "6/16/2018 12:43:15 AM", + "ScheduleTime": "6/16/2018 12:43:14 AM" + }, + "triggeredPipelines": { + "examplePipeline": "9f3ce8b3-37d7-43eb-96ac-a656c0476283" + } + } + ] + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + } + ], + "name": { + "$id": "14451", + "fixed": false, + "raw": "TriggerRuns" + }, + "typeName": { + "$id": "14452", + "fixed": false + }, + "nameForProperty": "TriggerRuns" + }, + { + "$id": "14453", + "methods": [ + { + "$id": "14454", + "parameters": [ + { + "$id": "14455", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "14456", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14457", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14458", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "14459", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14460", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14461", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "14462", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14463", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14464", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "14465", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14466", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14467", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "14468", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14469", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14470", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "14471", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14472", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14473", + "clientProperty": { + "$ref": "11798" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "14474", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14475", + "fixed": false, + "raw": "The data flow name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "dataFlowName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/dataFlowName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14476", + "fixed": false, + "raw": "dataFlowName" + }, + "serializedName": "dataFlowName", + "modelType": { + "$id": "14477", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14478", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14479", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "14480", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "14481", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "14482", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "14483", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14484", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14485", + "clientProperty": { + "$ref": "11810" + }, + "location": "header", + "collectionFormat": "none", + "defaultValue": { + "$id": "14486", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14487", + "fixed": false, + "raw": "ETag of the data flow entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·zg3ygs·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·put·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·zg3ygs·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·put·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "14488", + "fixed": false, + "raw": "If-Match" + }, + "serializedName": "If-Match", + "modelType": { + "$id": "14489", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14490", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14491", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "14492", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14493", + "fixed": false, + "raw": "Data flow resource definition." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·r1rbz0·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·put·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·r1rbz0·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·put·requestbody" + ] + }, + "x-ms-requestBody-name": "dataFlow" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14494", + "fixed": false, + "raw": "dataFlow" + }, + "serializedName": "dataFlow", + "modelType": { + "$ref": "1852" + } + } + ], + "name": { + "$id": "14495", + "fixed": false, + "raw": "CreateOrUpdate" + }, + "group": { + "$id": "14496", + "fixed": false, + "raw": "DataFlows" + }, + "serializedName": "DataFlows_CreateOrUpdate", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/dataflows/{dataFlowName}", + "isAbsoluteUrl": false, + "httpMethod": "put", + "responses": { + "OK": { + "$id": "14497", + "body": { + "$ref": "1852" + }, + "extensions": { + "$id": "14498", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·13uo45m·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·put·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·13uo45m·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·put·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "14499", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "14500", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1ut93q8·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·put·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1ut93q8·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·put·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "14501", + "body": { + "$ref": "1852" + }, + "isNullable": true + }, + "description": "Creates or updates a data flow.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "6", + "x-ms-examples": { + "DataFlows_Create": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "dataFlowName": "exampleDataFlow", + "ifMatch": null, + "dataFlow": { + "properties": { + "description": "Sample demo data flow to convert currencies showing usage of union, derive and conditional split transformation.", + "type": "MappingDataFlow", + "typeProperties": { + "sources": [ + { + "dataset": { + "referenceName": "CurrencyDatasetUSD", + "type": "DatasetReference" + }, + "name": "USDCurrency" + }, + { + "dataset": { + "referenceName": "CurrencyDatasetCAD", + "type": "DatasetReference" + }, + "name": "CADSource" + } + ], + "sinks": [ + { + "dataset": { + "referenceName": "USDOutput", + "type": "DatasetReference" + }, + "name": "USDSink" + }, + { + "dataset": { + "referenceName": "CADOutput", + "type": "DatasetReference" + }, + "name": "CADSink" + } + ], + "script": "source(output(PreviousConversionRate as double,Country as string,DateTime1 as string,CurrentConversionRate as double),allowSchemaDrift: false,validateSchema: false) ~> USDCurrency\nsource(output(PreviousConversionRate as double,Country as string,DateTime1 as string,CurrentConversionRate as double),allowSchemaDrift: true,validateSchema: false) ~> CADSource\nUSDCurrency, CADSource union(byName: true)~> Union\nUnion derive(NewCurrencyRate = round(CurrentConversionRate*1.25)) ~> NewCurrencyColumn\nNewCurrencyColumn split(Country == 'USD',Country == 'CAD',disjoint: false) ~> ConditionalSplit1@(USD, CAD)\nConditionalSplit1@USD sink(saveMode:'overwrite' ) ~> USDSink\nConditionalSplit1@CAD sink(saveMode:'overwrite' ) ~> CADSink" + } + } + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2019 00:37:38 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "ce95d6dd-c04d-4b02-b7ad-fe79c9b26df0", + "x-ms-correlation-request-id": "ce95d6dd-c04d-4b02-b7ad-fe79c9b26df0" + }, + "body": { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/datasets/exampleDataset", + "name": "exampleDataFlow", + "type": "Microsoft.DataFactory/factories/dataflows", + "properties": { + "description": "Sample demo data flow to convert currencies showing usage of union, derive and conditional split transformation.", + "type": "MappingDataFlow", + "typeProperties": { + "sources": [ + { + "dataset": { + "referenceName": "CurrencyDatasetUSD", + "type": "DatasetReference" + }, + "name": "USDCurrency" + }, + { + "dataset": { + "referenceName": "CurrencyDatasetCAD", + "type": "DatasetReference" + }, + "name": "CADSource" + } + ], + "sinks": [ + { + "dataset": { + "referenceName": "USDOutput", + "type": "DatasetReference" + }, + "name": "USDSink" + }, + { + "dataset": { + "referenceName": "CADOutput", + "type": "DatasetReference" + }, + "name": "CADSink" + } + ], + "script": "source(output(PreviousConversionRate as double,Country as string,DateTime1 as string,CurrentConversionRate as double),allowSchemaDrift: false,validateSchema: false) ~> USDCurrency\nsource(output(PreviousConversionRate as double,Country as string,DateTime1 as string,CurrentConversionRate as double),allowSchemaDrift: true,validateSchema: false) ~> CADSource\nUSDCurrency, CADSource union(byName: true)~> Union\nUnion derive(NewCurrencyRate = round(CurrentConversionRate*1.25)) ~> NewCurrencyColumn\nNewCurrencyColumn split(Country == 'USD',Country == 'CAD',disjoint: false) ~> ConditionalSplit1@(USD, CAD)\nConditionalSplit1@USD sink(saveMode:'overwrite' ) ~> USDSink\nConditionalSplit1@CAD sink(saveMode:'overwrite' ) ~> CADSink" + } + }, + "etag": "0a0066d4-0000-0000-0000-5b245bd20000" + } + } + } + }, + "DataFlows_Update": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "dataFlowName": "exampleDataFlow", + "ifMatch": null, + "dataFlow": { + "properties": { + "description": "Sample demo data flow to convert currencies showing usage of union, derive and conditional split transformation.", + "type": "MappingDataFlow", + "typeProperties": { + "sources": [ + { + "dataset": { + "referenceName": "CurrencyDatasetUSD", + "type": "DatasetReference" + }, + "name": "USDCurrency" + }, + { + "dataset": { + "referenceName": "CurrencyDatasetCAD", + "type": "DatasetReference" + }, + "name": "CADSource" + } + ], + "sinks": [ + { + "dataset": { + "referenceName": "USDOutput", + "type": "DatasetReference" + }, + "name": "USDSink" + }, + { + "dataset": { + "referenceName": "CADOutput", + "type": "DatasetReference" + }, + "name": "CADSink" + } + ], + "script": "source(output(PreviousConversionRate as double,Country as string,DateTime1 as string,CurrentConversionRate as double),allowSchemaDrift: false,validateSchema: false) ~> USDCurrency\nsource(output(PreviousConversionRate as double,Country as string,DateTime1 as string,CurrentConversionRate as double),allowSchemaDrift: true,validateSchema: false) ~> CADSource\nUSDCurrency, CADSource union(byName: true)~> Union\nUnion derive(NewCurrencyRate = round(CurrentConversionRate*1.25)) ~> NewCurrencyColumn\nNewCurrencyColumn split(Country == 'USD',Country == 'CAD',disjoint: false) ~> ConditionalSplit1@(USD, CAD)\nConditionalSplit1@USD sink(saveMode:'overwrite' ) ~> USDSink\nConditionalSplit1@CAD sink(saveMode:'overwrite' ) ~> CADSink" + } + } + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2019 00:37:38 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "ce95d6dd-c04d-4b02-b7ad-fe79c9b26df0", + "x-ms-correlation-request-id": "ce95d6dd-c04d-4b02-b7ad-fe79c9b26df0" + }, + "body": { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/datasets/exampleDataset", + "name": "exampleDataFlow", + "type": "Microsoft.DataFactory/factories/dataflows", + "properties": { + "description": "Sample demo data flow to convert currencies showing usage of union, derive and conditional split transformation.", + "type": "MappingDataFlow", + "typeProperties": { + "sources": [ + { + "dataset": { + "referenceName": "CurrencyDatasetUSD", + "type": "DatasetReference" + }, + "name": "USDCurrency" + }, + { + "dataset": { + "referenceName": "CurrencyDatasetCAD", + "type": "DatasetReference" + }, + "name": "CADSource" + } + ], + "sinks": [ + { + "dataset": { + "referenceName": "USDOutput", + "type": "DatasetReference" + }, + "name": "USDSink" + }, + { + "dataset": { + "referenceName": "CADOutput", + "type": "DatasetReference" + }, + "name": "CADSink" + } + ], + "script": "source(output(PreviousConversionRate as double,Country as string,DateTime1 as string,CurrentConversionRate as double),allowSchemaDrift: false,validateSchema: false) ~> USDCurrency\nsource(output(PreviousConversionRate as double,Country as string,DateTime1 as string,CurrentConversionRate as double),allowSchemaDrift: true,validateSchema: false) ~> CADSource\nUSDCurrency, CADSource union(byName: true)~> Union\nUnion derive(NewCurrencyRate = round(CurrentConversionRate*1.25)) ~> NewCurrencyColumn\nNewCurrencyColumn split(Country == 'USD',Country == 'CAD',disjoint: false) ~> ConditionalSplit1@(USD, CAD)\nConditionalSplit1@USD sink(saveMode:'overwrite' ) ~> USDSink\nConditionalSplit1@CAD sink(saveMode:'overwrite' ) ~> CADSink" + } + }, + "etag": "0a0068d4-0000-0000-0000-5b245bd30002" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "14502", + "parameters": [ + { + "$id": "14503", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "14504", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14505", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14506", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "14507", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14508", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14509", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "14510", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14511", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14512", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "14513", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14514", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14515", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "14516", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14517", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14518", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "14519", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14520", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14521", + "clientProperty": { + "$ref": "11798" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "14522", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14523", + "fixed": false, + "raw": "The data flow name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "dataFlowName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/dataFlowName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14524", + "fixed": false, + "raw": "dataFlowName" + }, + "serializedName": "dataFlowName", + "modelType": { + "$id": "14525", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14526", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14527", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "14528", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "14529", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "14530", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "14531", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14532", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14533", + "clientProperty": { + "$ref": "11816" + }, + "location": "header", + "collectionFormat": "none", + "defaultValue": { + "$id": "14534", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14535", + "fixed": false, + "raw": "ETag of the data flow entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1i2z8cu·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·get·parameters·5", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/paths·1i2z8cu·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·get·parameters·5" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": false, + "isConstant": false, + "name": { + "$id": "14536", + "fixed": false, + "raw": "If-None-Match" + }, + "serializedName": "If-None-Match", + "modelType": { + "$id": "14537", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14538", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "14539", + "fixed": false, + "raw": "Get" + }, + "group": { + "$id": "14540", + "fixed": false, + "raw": "DataFlows" + }, + "serializedName": "DataFlows_Get", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/dataflows/{dataFlowName}", + "isAbsoluteUrl": false, + "httpMethod": "get", + "responses": { + "OK": { + "$id": "14541", + "body": { + "$ref": "1852" + }, + "extensions": { + "$id": "14542", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·sjhu2r·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·get·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·sjhu2r·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·get·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "14543", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "14544", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·131r1w4·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·get·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·131r1w4·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·get·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "14545", + "body": { + "$ref": "1852" + }, + "isNullable": true + }, + "description": "Gets a data flow.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "DataFlows_Get": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "dataFlowName": "exampleDataFlow", + "ifNoneMatch": "15004c4f-0000-0200-0000-5cbe090e0000", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Mon, 22 Apr 2019 18:33:50 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "48983fb5-612a-44c6-8158-add7ffebb32b", + "x-ms-correlation-request-id": "48983fb5-612a-44c6-8158-add7ffebb32b" + }, + "body": { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/dataflows/exampleDataFlow", + "name": "exampleDataFlow", + "type": "Microsoft.DataFactory/factories/dataflows", + "properties": { + "description": "Sample demo data flow to convert currencies showing usage of union, derive and conditional split transformation.", + "type": "MappingDataFlow", + "typeProperties": { + "sources": [ + { + "dataset": { + "referenceName": "CurrencyDatasetUSD", + "type": "DatasetReference" + }, + "name": "USDCurrency" + }, + { + "dataset": { + "referenceName": "CurrencyDatasetCAD", + "type": "DatasetReference" + }, + "name": "CADSource" + } + ], + "sinks": [ + { + "dataset": { + "referenceName": "USDOutput", + "type": "DatasetReference" + }, + "name": "USDSink" + }, + { + "dataset": { + "referenceName": "CADOutput", + "type": "DatasetReference" + }, + "name": "CADSink" + } + ], + "script": "source(output(PreviousConversionRate as double,Country as string,DateTime1 as string,CurrentConversionRate as double),allowSchemaDrift: false,validateSchema: false) ~> USDCurrency\nsource(output(PreviousConversionRate as double,Country as string,DateTime1 as string,CurrentConversionRate as double),allowSchemaDrift: true,validateSchema: false) ~> CADSource\nUSDCurrency, CADSource union(byName: true)~> Union\nUnion derive(NewCurrencyRate = round(CurrentConversionRate*1.25)) ~> NewCurrencyColumn\nNewCurrencyColumn split(Country == 'USD',Country == 'CAD',disjoint: false) ~> ConditionalSplit1@(USD, CAD)\nConditionalSplit1@USD sink(saveMode:'overwrite' ) ~> USDSink\nConditionalSplit1@CAD sink(saveMode:'overwrite' ) ~> CADSink" + } + }, + "etag": "15004c4f-0000-0200-0000-5cbe090e0000" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "14546", + "parameters": [ + { + "$id": "14547", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "14548", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14549", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14550", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "14551", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14552", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14553", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "14554", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14555", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14556", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "14557", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14558", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14559", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "14560", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14561", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14562", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "14563", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14564", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14565", + "clientProperty": { + "$ref": "11798" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "260", + "MinLength": "1", + "Pattern": "^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$" + }, + "defaultValue": { + "$id": "14566", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14567", + "fixed": false, + "raw": "The data flow name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "dataFlowName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/dataFlowName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14568", + "fixed": false, + "raw": "dataFlowName" + }, + "serializedName": "dataFlowName", + "modelType": { + "$id": "14569", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14570", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14571", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "14572", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "14573", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "14574", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "14575", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14576", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "14577", + "fixed": false, + "raw": "Delete" + }, + "group": { + "$id": "14578", + "fixed": false, + "raw": "DataFlows" + }, + "serializedName": "DataFlows_Delete", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/dataflows/{dataFlowName}", + "isAbsoluteUrl": false, + "httpMethod": "delete", + "responses": { + "OK": { + "$id": "14579", + "extensions": { + "$id": "14580", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1vb5fig·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·delete·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1vb5fig·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·delete·responses·200" + ] + } + }, + "isNullable": true + }, + "NoContent": { + "$id": "14581", + "extensions": { + "$id": "14582", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·4hi8zl·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·delete·responses·204", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·4hi8zl·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·delete·responses·204" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "14583", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "14584", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·o4pnqb·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·delete·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·o4pnqb·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows-dataflowname·delete·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "14585", + "isNullable": true + }, + "description": "Deletes a data flow.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-examples": { + "DataFlows_Delete": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "dataFlowName": "exampleDataFlow", + "api-version": "2018-06-01" + }, + "responses": { + "200": {}, + "204": {} + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "14586", + "parameters": [ + { + "$id": "14587", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "14588", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14589", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14590", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "14591", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14592", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14593", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "14594", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14595", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14596", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "14597", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14598", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14599", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "14600", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14601", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14602", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "14603", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14604", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14605", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "14606", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "14607", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "14608", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "14609", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14610", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "14611", + "fixed": false, + "raw": "ListByFactory" + }, + "group": { + "$id": "14612", + "fixed": false, + "raw": "DataFlows" + }, + "serializedName": "DataFlows_ListByFactory", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/dataflows", + "isAbsoluteUrl": false, + "httpMethod": "get", + "responses": { + "OK": { + "$id": "14613", + "body": { + "$ref": "1858" + }, + "extensions": { + "$id": "14614", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·mq6qy·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows·get·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·mq6qy·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows·get·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "14615", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "14616", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1j2whe5·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows·get·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1j2whe5·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-dataflows·get·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "14617", + "body": { + "$ref": "1858" + }, + "isNullable": true + }, + "description": "Lists data flows.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "DataFlows_ListByFactory": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:37:40 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14992", + "x-ms-request-id": "341c9ece-5062-448b-be98-3ccbf476ed5d", + "x-ms-correlation-request-id": "341c9ece-5062-448b-be98-3ccbf476ed5d" + }, + "body": { + "value": [ + { + "id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/dataflows/exampleDataFlow", + "name": "exampleDataFlow", + "type": "Microsoft.DataFactory/factories/dataflows", + "properties": { + "description": "Sample demo data flow to convert currencies showing usage of union, derive and conditional split transformation.", + "type": "MappingDataFlow", + "typeProperties": { + "sources": [ + { + "dataset": { + "referenceName": "CurrencyDatasetUSD", + "type": "DatasetReference" + }, + "name": "USDCurrency" + }, + { + "dataset": { + "referenceName": "CurrencyDatasetCAD", + "type": "DatasetReference" + }, + "name": "CADSource" + } + ], + "sinks": [ + { + "dataset": { + "referenceName": "USDOutput", + "type": "DatasetReference" + }, + "name": "USDSink" + }, + { + "dataset": { + "referenceName": "CADOutput", + "type": "DatasetReference" + }, + "name": "CADSink" + } + ], + "script": "source(output(PreviousConversionRate as double,Country as string,DateTime1 as string,CurrentConversionRate as double),allowSchemaDrift: false,validateSchema: false) ~> USDCurrency\nsource(output(PreviousConversionRate as double,Country as string,DateTime1 as string,CurrentConversionRate as double),allowSchemaDrift: true,validateSchema: false) ~> CADSource\nUSDCurrency, CADSource union(byName: true)~> Union\nUnion derive(NewCurrencyRate = round(CurrentConversionRate*1.25)) ~> NewCurrencyColumn\nNewCurrencyColumn split(Country == 'USD',Country == 'CAD',disjoint: false) ~> ConditionalSplit1@(USD, CAD)\nConditionalSplit1@USD sink(saveMode:'overwrite' ) ~> USDSink\nConditionalSplit1@CAD sink(saveMode:'overwrite' ) ~> CADSink" + } + }, + "etag": "0a0068d4-0000-0000-0000-5b245bd30000" + } + ] + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + } + ], + "name": { + "$id": "14618", + "fixed": false, + "raw": "DataFlows" + }, + "typeName": { + "$id": "14619", + "fixed": false + }, + "nameForProperty": "DataFlows" + }, + { + "$id": "14620", + "methods": [ + { + "$id": "14621", + "parameters": [ + { + "$id": "14622", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "14623", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14624", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14625", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "14626", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14627", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14628", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "14629", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14630", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14631", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "14632", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14633", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14634", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "14635", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14636", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14637", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "14638", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14639", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14640", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "14641", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "14642", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "14643", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "14644", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14645", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14646", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "14647", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14648", + "fixed": false, + "raw": "Data flow debug session definition" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1wt0aow·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-createdataflowdebugsession·post·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·1wt0aow·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-createdataflowdebugsession·post·requestbody" + ] + }, + "x-ms-requestBody-name": "request" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14649", + "fixed": false, + "raw": "request" + }, + "serializedName": "request", + "modelType": { + "$ref": "1872" + } + } + ], + "name": { + "$id": "14650", + "fixed": false, + "raw": "Create" + }, + "group": { + "$id": "14651", + "fixed": false, + "raw": "DataFlowDebugSession" + }, + "serializedName": "DataFlowDebugSession_Create", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/createDataFlowDebugSession", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "14652", + "body": { + "$ref": "1896" + }, + "headers": { + "$ref": "11680" + }, + "extensions": { + "$id": "14653", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·9es8ef·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-createdataflowdebugsession·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·9es8ef·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-createdataflowdebugsession·post·responses·200" + ] + } + }, + "isNullable": true + }, + "Accepted": { + "$id": "14654", + "headers": { + "$ref": "11680" + }, + "extensions": { + "$id": "14655", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·144m2sp·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-createdataflowdebugsession·post·responses·202", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·144m2sp·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-createdataflowdebugsession·post·responses·202" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "14656", + "body": { + "$ref": "901" + }, + "headers": { + "$ref": "11680" + }, + "extensions": { + "$id": "14657", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1ccap90·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-createdataflowdebugsession·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1ccap90·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-createdataflowdebugsession·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "14658", + "body": { + "$ref": "1896" + }, + "headers": { + "$ref": "11680" + }, + "isNullable": true + }, + "description": "Creates a data flow debug session.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-long-running-operation": true, + "x-ms-requestBody-index": "4", + "x-ms-examples": { + "DataFlowDebugSession_Create": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "request": { + "timeToLive": "60", + "integrationRuntime": { + "name": "ir1", + "properties": { + "type": "Managed", + "typeProperties": { + "computeProperties": { + "location": "AutoResolve", + "dataFlowProperties": { + "computeType": "General", + "coreCount": "48", + "timeToLive": "10" + } + } + } + } + } + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "body": { + "status": "Succeeded", + "sessionId": "229c688c-944c-44ac-b31a-82d50f347154" + } + }, + "202": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:40:01 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14989", + "x-ms-request-id": "2f955e10-c6df-45a7-97d4-81acdb8540cd", + "x-ms-correlation-request-id": "2f955e10-c6df-45a7-97d4-81acdb8540cd", + "location": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/operationStatuses/dfCreateSession$$229c688c-944c-44ac-b31a-82d50f347154?api-version=2018-06-01" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "14659", + "parameters": [ + { + "$id": "14660", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "14661", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14662", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14663", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "14664", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14665", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14666", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "14667", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14668", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14669", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "14670", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14671", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14672", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "14673", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14674", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14675", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "14676", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14677", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14678", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "14679", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "14680", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "14681", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "14682", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14683", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + } + ], + "name": { + "$id": "14684", + "fixed": false, + "raw": "QueryByFactory" + }, + "group": { + "$id": "14685", + "fixed": false, + "raw": "DataFlowDebugSession" + }, + "serializedName": "DataFlowDebugSession_QueryByFactory", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/queryDataFlowDebugSessions", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "14686", + "body": { + "$ref": "2157" + }, + "extensions": { + "$id": "14687", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·zgiqkh·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querydataflowdebugsessions·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·zgiqkh·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querydataflowdebugsessions·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "14688", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "14689", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·112u3yv·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querydataflowdebugsessions·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·112u3yv·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-querydataflowdebugsessions·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "14690", + "body": { + "$ref": "2157" + }, + "isNullable": true + }, + "description": "Query all active data flow debug sessions.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "DataFlowDebugSession_QueryByFactory": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:40:01 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14989", + "x-ms-request-id": "2f955e10-c6df-45a7-97d4-81acdb8540cd", + "x-ms-correlation-request-id": "2f955e10-c6df-45a7-97d4-81acdb8540cd" + }, + "body": { + "value": [ + { + "userObjectId": "0a7e0d6e-f2b7-48cc-8cd8-618326f5662f", + "startTime": "2019-09-06T02:23:20.3257799+08:00", + "lastActivityTime": "2019-09-06T02:28:00.9459674+08:00", + "dataflowName": "DebugSession-0a7e0d6e-f2b7-48cc-8cd8-618326f5662f", + "sessionId": "229c688c-944c-44ac-b31a-82d50f347154", + "coreCount": "48", + "computeType": "General", + "timeToLiveInMinutes": "60" + } + ] + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "14691", + "parameters": [ + { + "$id": "14692", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "14693", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14694", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14695", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "14696", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14697", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14698", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "14699", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14700", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14701", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "14702", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14703", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14704", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "14705", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14706", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14707", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "14708", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14709", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14710", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "14711", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "14712", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "14713", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "14714", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14715", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14716", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "14717", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14718", + "fixed": false, + "raw": "Data flow debug session definition with debug content." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·uybvqb·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-adddataflowtodebugsession·post·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·uybvqb·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-adddataflowtodebugsession·post·requestbody" + ] + }, + "x-ms-requestBody-name": "request" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14719", + "fixed": false, + "raw": "request" + }, + "serializedName": "request", + "modelType": { + "$ref": "1972" + } + } + ], + "name": { + "$id": "14720", + "fixed": false, + "raw": "AddDataFlow" + }, + "group": { + "$id": "14721", + "fixed": false, + "raw": "DataFlowDebugSession" + }, + "serializedName": "DataFlowDebugSession_AddDataFlow", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/addDataFlowToDebugSession", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "14722", + "body": { + "$ref": "2012" + }, + "extensions": { + "$id": "14723", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·7avzp3·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-adddataflowtodebugsession·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·7avzp3·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-adddataflowtodebugsession·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "14724", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "14725", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·jc3df2·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-adddataflowtodebugsession·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·jc3df2·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-adddataflowtodebugsession·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "14726", + "body": { + "$ref": "2012" + }, + "isNullable": true + }, + "description": "Add a data flow into debug session.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "4", + "x-ms-examples": { + "DataFlowDebugSession_AddDataFlow": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "request": { + "dataFlow": { + "name": "dataflow1", + "properties": { + "type": "MappingDataFlow", + "typeProperties": { + "sources": [ + { + "dataset": { + "referenceName": "DelimitedText2", + "type": "DatasetReference" + }, + "name": "source1" + } + ], + "sinks": [], + "transformations": [], + "script": "\n\nsource(output(\n\t\tColumn_1 as string\n\t),\n\tallowSchemaDrift: true,\n\tvalidateSchema: false) ~> source1" + } + } + }, + "datasets": [ + { + "name": "dataset1", + "properties": { + "linkedServiceName": { + "referenceName": "linkedService5", + "type": "LinkedServiceReference" + }, + "annotations": [], + "type": "DelimitedText", + "typeProperties": { + "location": { + "type": "AzureBlobStorageLocation", + "fileName": "Ansiencoding.csv", + "container": "dataflow-sample-data" + }, + "columnDelimiter": ",", + "escapeChar": "\\", + "firstRowAsHeader": true, + "quoteChar": "\"" + }, + "schema": [ + { + "type": "String" + } + ] + } + } + ], + "linkedServices": [ + { + "name": "linkedService1", + "properties": { + "type": "AzureBlobStorage", + "typeProperties": { + "connectionString": "DefaultEndpointsProtocol=https;AccountName=;EndpointSuffix=core.windows.net;", + "encryptedCredential": "" + }, + "annotations": [] + } + } + ], + "debugSettings": { + "sourceSettings": [ + { + "sourceName": "source1", + "rowLimit": "1000" + }, + { + "sourceName": "source2", + "rowLimit": "222" + } + ], + "parameters": { + "sourcePath": "Toy" + }, + "datasetParameters": { + "Movies": { + "path": "abc" + }, + "Output": { + "time": "def" + } + } + }, + "sessionId": "f06ed247-9d07-49b2-b05e-2cb4a2fc871e" + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:40:01 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14989", + "x-ms-request-id": "2f955e10-c6df-45a7-97d4-81acdb8540cd", + "x-ms-correlation-request-id": "2f955e10-c6df-45a7-97d4-81acdb8540cd" + }, + "body": { + "jobVersion": "e5328ee7-c524-4207-8ba4-b709010db33d" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "14727", + "parameters": [ + { + "$id": "14728", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "14729", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14730", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14731", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "14732", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14733", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14734", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "14735", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14736", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14737", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "14738", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14739", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14740", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "14741", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14742", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14743", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "14744", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14745", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14746", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "14747", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "14748", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "14749", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "14750", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14751", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14752", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "14753", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14754", + "fixed": false, + "raw": "Data flow debug session definition for deletion" + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·o2gvwl·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-deletedataflowdebugsession·post·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·o2gvwl·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-deletedataflowdebugsession·post·requestbody" + ] + }, + "x-ms-requestBody-name": "request" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14755", + "fixed": false, + "raw": "request" + }, + "serializedName": "request", + "modelType": { + "$ref": "2020" + } + } + ], + "name": { + "$id": "14756", + "fixed": false, + "raw": "Delete" + }, + "group": { + "$id": "14757", + "fixed": false, + "raw": "DataFlowDebugSession" + }, + "serializedName": "DataFlowDebugSession_Delete", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/deleteDataFlowDebugSession", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "14758", + "extensions": { + "$id": "14759", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1h7cqf7·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-deletedataflowdebugsession·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1h7cqf7·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-deletedataflowdebugsession·post·responses·200" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "14760", + "body": { + "$ref": "901" + }, + "extensions": { + "$id": "14761", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·17zwvn2·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-deletedataflowdebugsession·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·17zwvn2·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-deletedataflowdebugsession·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "14762", + "isNullable": true + }, + "description": "Deletes a data flow debug session.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-requestBody-index": "4", + "x-ms-examples": { + "DataFlowDebugSession_Delete": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "request": { + "sessionId": "91fb57e0-8292-47be-89ff-c8f2d2bb2a7e" + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:40:01 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14989", + "x-ms-request-id": "2f955e10-c6df-45a7-97d4-81acdb8540cd", + "x-ms-correlation-request-id": "2f955e10-c6df-45a7-97d4-81acdb8540cd" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + }, + { + "$id": "14763", + "parameters": [ + { + "$id": "14764", + "clientProperty": { + "$ref": "11732" + }, + "location": "path", + "collectionFormat": "none", + "defaultValue": { + "$id": "14765", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14766", + "fixed": false, + "raw": "The subscription identifier." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "subscriptionId", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/subscriptionId" + ] + } + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14767", + "fixed": false, + "raw": "subscriptionId" + }, + "serializedName": "subscriptionId", + "modelType": { + "$id": "14768", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14769", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14770", + "clientProperty": { + "$ref": "11738" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "90", + "MinLength": "1", + "Pattern": "^[-\\w\\._\\(\\)]+$" + }, + "defaultValue": { + "$id": "14771", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14772", + "fixed": false, + "raw": "The resource group name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "resourceGroupName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/resourceGroupName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14773", + "fixed": false, + "raw": "resourceGroupName" + }, + "serializedName": "resourceGroupName", + "modelType": { + "$id": "14774", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14775", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14776", + "clientProperty": { + "$ref": "11744" + }, + "location": "path", + "collectionFormat": "none", + "constraints": { + "MaxLength": "63", + "MinLength": "3", + "Pattern": "^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$" + }, + "defaultValue": { + "$id": "14777", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14778", + "fixed": false, + "raw": "The factory name." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "factoryName", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/parameters/factoryName" + ] + }, + "x-ms-parameter-location": "method" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14779", + "fixed": false, + "raw": "factoryName" + }, + "serializedName": "factoryName", + "modelType": { + "$id": "14780", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14781", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14782", + "location": "query", + "collectionFormat": "none", + "defaultValue": { + "$id": "14783", + "fixed": false, + "raw": "2018-06-01" + }, + "deprecated": false, + "documentation": { + "$id": "14784", + "fixed": false, + "raw": "The API version to use for the request." + }, + "isRequired": true, + "isConstant": true, + "name": { + "$id": "14785", + "fixed": false, + "raw": "api-version" + }, + "serializedName": "api-version", + "modelType": { + "$id": "14786", + "$type": "PrimaryType", + "knownPrimaryType": "string", + "name": { + "$id": "14787", + "fixed": false, + "raw": "String" + }, + "deprecated": false + } + }, + { + "$id": "14788", + "location": "body", + "collectionFormat": "none", + "defaultValue": { + "$id": "14789", + "fixed": false + }, + "deprecated": false, + "documentation": { + "$id": "14790", + "fixed": false, + "raw": "Data flow debug command definition." + }, + "extensions": { + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·105ducr·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-executedataflowdebugcommand·post·requestbody", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/requestBodies/paths·105ducr·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-executedataflowdebugcommand·post·requestbody" + ] + }, + "x-ms-requestBody-name": "request" + }, + "isRequired": true, + "isConstant": false, + "name": { + "$id": "14791", + "fixed": false, + "raw": "request" + }, + "serializedName": "request", + "modelType": { + "$ref": "2056" + } + } + ], + "name": { + "$id": "14792", + "fixed": false, + "raw": "ExecuteCommand" + }, + "group": { + "$id": "14793", + "fixed": false, + "raw": "DataFlowDebugSession" + }, + "serializedName": "DataFlowDebugSession_ExecuteCommand", + "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/executeDataFlowDebugCommand", + "isAbsoluteUrl": false, + "httpMethod": "post", + "responses": { + "OK": { + "$id": "14794", + "body": { + "$ref": "2079" + }, + "headers": { + "$ref": "11688" + }, + "extensions": { + "$id": "14795", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1mi5kxa·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-executedataflowdebugcommand·post·responses·200", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1mi5kxa·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-executedataflowdebugcommand·post·responses·200" + ] + } + }, + "isNullable": true + }, + "Accepted": { + "$id": "14796", + "headers": { + "$ref": "11688" + }, + "extensions": { + "$id": "14797", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·e61yem·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-executedataflowdebugcommand·post·responses·202", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·e61yem·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-executedataflowdebugcommand·post·responses·202" + ] + } + }, + "isNullable": true + } + }, + "defaultResponse": { + "$id": "14798", + "body": { + "$ref": "901" + }, + "headers": { + "$ref": "11688" + }, + "extensions": { + "$id": "14799", + "x-ms-metadata": { + "apiVersions": [ + "2018-06-01" + ], + "filename": [ + "mem:///269?oai3.shaken.json" + ], + "name": "paths·1a9t6fn·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-executedataflowdebugcommand·post·responses·default", + "originalLocations": [ + "file:///D:/code/swagger/azure-rest-api-specs/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json#/components/responses/paths·1a9t6fn·subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsoft-datafactory-factories-factoryname-executedataflowdebugcommand·post·responses·default" + ] + } + }, + "isNullable": true + }, + "returnType": { + "$id": "14800", + "body": { + "$ref": "2079" + }, + "headers": { + "$ref": "11688" + }, + "isNullable": true + }, + "description": "Execute a data flow debug command.", + "requestContentType": "application/json; charset=utf-8", + "responseContentTypes": [ + "application/json" + ], + "extensions": { + "servers": [ + { + "url": "https://management.azure.com/" + } + ], + "x-ms-long-running-operation": true, + "x-ms-requestBody-index": "4", + "x-ms-examples": { + "DataFlowDebugSession_ExecuteCommand": { + "parameters": { + "subscriptionId": "12345678-1234-1234-1234-12345678abc", + "resourceGroupName": "exampleResourceGroup", + "factoryName": "exampleFactoryName", + "request": { + "commandPayload": { + "streamName": "source1", + "rowLimits": "100" + }, + "command": "executePreviewQuery", + "sessionId": "f06ed247-9d07-49b2-b05e-2cb4a2fc871e" + }, + "api-version": "2018-06-01" + }, + "responses": { + "200": { + "body": { + "status": "Succeeded", + "data": "some output" + } + }, + "202": { + "headers": { + "Date": "Sat, 16 Jun 2018 00:40:01 GMT", + "X-Content-Type-Options": "nosniff", + "x-ms-ratelimit-remaining-subscription-reads": "14989", + "x-ms-request-id": "2f955e10-c6df-45a7-97d4-81acdb8540cd", + "x-ms-correlation-request-id": "2f955e10-c6df-45a7-97d4-81acdb8540cd", + "location": "https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/operationResults/dfCommandOutput$$f06ed247-9d07-49b2-b05e-2cb4a2fc871e$$e5328ee7-c524-4207-8ba4-b709010db33d$$ace5eaf0-3e93-45ba-ada3-bf77da321a7b?api-version=2018-06-01" + } + } + } + } + } + }, + "deprecated": false, + "hidden": false + } + ], + "name": { + "$id": "14801", + "fixed": false, + "raw": "DataFlowDebugSession" + }, + "typeName": { + "$id": "14802", + "fixed": false + }, + "nameForProperty": "DataFlowDebugSession" + } + ] +} \ No newline at end of file diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/tests/JsonSamples/LinkedServiceJsonSamples.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/tests/JsonSamples/LinkedServiceJsonSamples.cs index 90782084ac79f..58a64f6857376 100644 --- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/tests/JsonSamples/LinkedServiceJsonSamples.cs +++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/tests/JsonSamples/LinkedServiceJsonSamples.cs @@ -2506,6 +2506,27 @@ public class LinkedServiceJsonSamples : JsonSampleCollection