diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/CHANGELOG.md b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/CHANGELOG.md index 14e4629d85ff..217905fae424 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/CHANGELOG.md +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/CHANGELOG.md @@ -2,6 +2,8 @@ ## 1.0.0-preview.7 (Unreleased) +### Added +- Many models classes now have public getters. ## 1.0.0-preview.6 (2021-02-10) diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/api/Azure.Analytics.Synapse.Artifacts.netstandard2.0.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/api/Azure.Analytics.Synapse.Artifacts.netstandard2.0.cs index bf2a0a9611d6..630e2371d8e3 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/api/Azure.Analytics.Synapse.Artifacts.netstandard2.0.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/api/Azure.Analytics.Synapse.Artifacts.netstandard2.0.cs @@ -2014,15 +2014,15 @@ public DataFlowDebugPackageDebugSettings() { } public partial class DataFlowDebugPreviewDataRequest { public DataFlowDebugPreviewDataRequest() { } - public string DataFlowName { get { throw null; } } - public int? RowLimits { get { throw null; } } - public string SessionId { get { throw null; } } - public string StreamName { get { throw null; } } + public string DataFlowName { get { throw null; } set { } } + public int? RowLimits { get { throw null; } set { } } + public string SessionId { get { throw null; } set { } } + public string StreamName { get { throw null; } set { } } } public partial class DataFlowDebugQueryResponse { public DataFlowDebugQueryResponse() { } - public string RunId { get { throw null; } } + public string RunId { get { throw null; } set { } } } public partial class DataFlowDebugResource : Azure.Analytics.Synapse.Artifacts.Models.SubResourceDebugResource { @@ -2032,8 +2032,8 @@ public DataFlowDebugResource(Azure.Analytics.Synapse.Artifacts.Models.DataFlow p public partial class DataFlowDebugResultResponse { public DataFlowDebugResultResponse() { } - public string Data { get { throw null; } } - public string Status { get { throw null; } } + public string Data { get { throw null; } set { } } + public string Status { get { throw null; } set { } } } public partial class DataFlowDebugSessionInfo : System.Collections.Generic.IEnumerable>, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyDictionary, System.Collections.IEnumerable { @@ -2061,6 +2061,7 @@ public partial class DataFlowDebugStatisticsRequest public DataFlowDebugStatisticsRequest() { } public System.Collections.Generic.IReadOnlyList Columns { get { throw null; } } public string DataFlowName { get { throw null; } } + public string RunId { get { throw null; } set { } } public string SessionId { get { throw null; } } public string StreamName { get { throw null; } } } @@ -2247,8 +2248,8 @@ public void Add(string key, object value) { } public partial class DatasetDataElement { public DatasetDataElement() { } - public object Name { get { throw null; } } - public object Type { get { throw null; } } + public object Name { get { throw null; } set { } } + public object Type { get { throw null; } set { } } } public partial class DatasetDebugResource : Azure.Analytics.Synapse.Artifacts.Models.SubResourceDebugResource { @@ -2332,9 +2333,9 @@ public partial class DatasetSchemaDataElement : System.Collections.Generic.IEnum public DatasetSchemaDataElement() { } public object this[string key] { get { throw null; } } public System.Collections.Generic.IEnumerable Keys { get { throw null; } } - public object Name { get { throw null; } } + public object Name { get { throw null; } set { } } int System.Collections.Generic.IReadOnlyCollection>.Count { get { throw null; } } - public object Type { get { throw null; } } + public object Type { get { throw null; } set { } } public System.Collections.Generic.IEnumerable Values { get { throw null; } } public bool ContainsKey(string key) { throw null; } public System.Collections.Generic.IEnumerator> GetEnumerator() { throw null; } @@ -2344,10 +2345,10 @@ public DatasetSchemaDataElement() { } public partial class DatasetStorageFormat : System.Collections.Generic.IEnumerable>, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyDictionary, System.Collections.IEnumerable { public DatasetStorageFormat() { } - public object Deserializer { get { throw null; } } + public object Deserializer { get { throw null; } set { } } public object this[string key] { get { throw null; } } public System.Collections.Generic.IEnumerable Keys { get { throw null; } } - public object Serializer { get { throw null; } } + public object Serializer { get { throw null; } set { } } int System.Collections.Generic.IReadOnlyCollection>.Count { get { throw null; } } public System.Collections.Generic.IEnumerable Values { get { throw null; } } public bool ContainsKey(string key) { throw null; } @@ -2764,11 +2765,11 @@ public EntityReference() { } public partial class EvaluateDataFlowExpressionRequest { public EvaluateDataFlowExpressionRequest() { } - public string DataFlowName { get { throw null; } } - public string Expression { get { throw null; } } - public int? RowLimits { get { throw null; } } - public string SessionId { get { throw null; } } - public string StreamName { get { throw null; } } + public string DataFlowName { get { throw null; } set { } } + public string Expression { get { throw null; } set { } } + public int? RowLimits { get { throw null; } set { } } + public string SessionId { get { throw null; } set { } } + public string StreamName { get { throw null; } set { } } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct EventSubscriptionStatus : System.IEquatable @@ -2837,14 +2838,14 @@ public ExecutionActivity(string name) : base (default(string)) { } public partial class ExposureControlRequest { public ExposureControlRequest() { } - public string FeatureName { get { throw null; } } - public string FeatureType { get { throw null; } } + public string FeatureName { get { throw null; } set { } } + public string FeatureType { get { throw null; } set { } } } public partial class ExposureControlResponse { public ExposureControlResponse() { } - public string FeatureName { get { throw null; } } - public string Value { get { throw null; } } + public string FeatureName { get { throw null; } set { } } + public string Value { get { throw null; } set { } } } public partial class Expression { @@ -3010,7 +3011,7 @@ public GetMetadataActivity(string name, Azure.Analytics.Synapse.Artifacts.Models public partial class GetSsisObjectMetadataRequest { public GetSsisObjectMetadataRequest() { } - public string MetadataPath { get { throw null; } } + public string MetadataPath { get { throw null; } set { } } } public partial class GitHubAccessTokenRequest { @@ -3962,11 +3963,11 @@ public JsonDataset(Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReferen public partial class JsonFormat : Azure.Analytics.Synapse.Artifacts.Models.DatasetStorageFormat { public JsonFormat() { } - public object EncodingName { get { throw null; } } - public Azure.Analytics.Synapse.Artifacts.Models.JsonFormatFilePattern? FilePattern { get { throw null; } } - public object JsonNodeReference { get { throw null; } } - public object JsonPathDefinition { get { throw null; } } - public object NestingSeparator { get { throw null; } } + public object EncodingName { get { throw null; } set { } } + public Azure.Analytics.Synapse.Artifacts.Models.JsonFormatFilePattern? FilePattern { get { throw null; } set { } } + public object JsonNodeReference { get { throw null; } set { } } + public object JsonPathDefinition { get { throw null; } set { } } + public object NestingSeparator { get { throw null; } set { } } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct JsonFormatFilePattern : System.IEquatable @@ -5402,8 +5403,8 @@ public RelationalTableDataset(Azure.Analytics.Synapse.Artifacts.Models.LinkedSer public partial class RerunTriggerListResponse { public RerunTriggerListResponse(System.Collections.Generic.IEnumerable value) { } - public string NextLink { get { throw null; } } - public System.Collections.Generic.IReadOnlyList Value { get { throw null; } } + public string NextLink { get { throw null; } set { } } + public System.Collections.Generic.IReadOnlyList Value { get { throw null; } set { } } } public partial class RerunTriggerResource : Azure.Analytics.Synapse.Artifacts.Models.SubResource { @@ -5421,9 +5422,9 @@ public RerunTumblingWindowTrigger(System.DateTimeOffset requestedStartTime, Syst public partial class RerunTumblingWindowTriggerActionParameters { public RerunTumblingWindowTriggerActionParameters(System.DateTimeOffset startTime, System.DateTimeOffset endTime, int maxConcurrency) { } - public System.DateTimeOffset EndTime { get { throw null; } } - public int MaxConcurrency { get { throw null; } } - public System.DateTimeOffset StartTime { get { throw null; } } + public System.DateTimeOffset EndTime { get { throw null; } set { } } + public int MaxConcurrency { get { throw null; } set { } } + public System.DateTimeOffset StartTime { get { throw null; } set { } } } public partial class Resource { @@ -6848,10 +6849,10 @@ public SsisLogLocation(object logPath, Azure.Analytics.Synapse.Artifacts.Models. public partial class SsisObjectMetadataStatusResponse { public SsisObjectMetadataStatusResponse() { } - public string Error { get { throw null; } } - public string Name { get { throw null; } } - public string Properties { get { throw null; } } - public string Status { get { throw null; } } + public string Error { get { throw null; } set { } } + public string Name { get { throw null; } set { } } + public string Properties { get { throw null; } set { } } + public string Status { get { throw null; } set { } } } public partial class SsisPackageLocation { @@ -6917,18 +6918,18 @@ public void Add(string key, object value) { } public partial class StartDataFlowDebugSessionRequest { public StartDataFlowDebugSessionRequest() { } - public Azure.Analytics.Synapse.Artifacts.Models.DataFlowResource DataFlow { get { throw null; } } + public Azure.Analytics.Synapse.Artifacts.Models.DataFlowResource DataFlow { get { throw null; } set { } } public System.Collections.Generic.IReadOnlyList Datasets { get { throw null; } } - public object DebugSettings { get { throw null; } } - public bool? IncrementalDebug { get { throw null; } } + public object DebugSettings { get { throw null; } set { } } + public bool? IncrementalDebug { get { throw null; } set { } } public System.Collections.Generic.IReadOnlyList LinkedServices { get { throw null; } } - public string SessionId { get { throw null; } } - public object Staging { get { throw null; } } + public string SessionId { get { throw null; } set { } } + public object Staging { get { throw null; } set { } } } public partial class StartDataFlowDebugSessionResponse { public StartDataFlowDebugSessionResponse() { } - public string JobVersion { get { throw null; } } + public string JobVersion { get { throw null; } set { } } } public partial class StoredProcedureParameter { @@ -7094,11 +7095,11 @@ public TabularSource() { } public partial class TabularTranslator : Azure.Analytics.Synapse.Artifacts.Models.CopyTranslator { public TabularTranslator() { } - public object CollectionReference { get { throw null; } } - public object ColumnMappings { get { throw null; } } - public object MapComplexValuesToString { get { throw null; } } - public object Mappings { get { throw null; } } - public object SchemaMapping { get { throw null; } } + public object CollectionReference { get { throw null; } set { } } + public object ColumnMappings { get { throw null; } set { } } + public object MapComplexValuesToString { get { throw null; } set { } } + public object Mappings { get { throw null; } set { } } + public object SchemaMapping { get { throw null; } set { } } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct TeradataAuthenticationType : System.IEquatable @@ -7218,8 +7219,8 @@ public void Add(string key, object value) { } public partial class TriggerDependencyProvisioningStatus { public TriggerDependencyProvisioningStatus(string triggerName, string provisioningStatus) { } - public string ProvisioningStatus { get { throw null; } } - public string TriggerName { get { throw null; } } + public string ProvisioningStatus { get { throw null; } set { } } + public string TriggerName { get { throw null; } set { } } } public partial class TriggerDependencyReference : Azure.Analytics.Synapse.Artifacts.Models.DependencyReference { @@ -7598,8 +7599,8 @@ public Workspace(string location) : base (default(string)) { } public partial class WorkspaceIdentity { public WorkspaceIdentity() { } - public string PrincipalId { get { throw null; } } - public string TenantId { get { throw null; } } + public string PrincipalId { get { throw null; } set { } } + public string TenantId { get { throw null; } set { } } public string Type { get { throw null; } } } public partial class WorkspaceKeyDetails @@ -7624,7 +7625,7 @@ public WorkspaceRepositoryConfiguration() { } public partial class WorkspaceUpdateParameters { public WorkspaceUpdateParameters() { } - public Azure.Analytics.Synapse.Artifacts.Models.WorkspaceIdentity Identity { get { throw null; } } + public Azure.Analytics.Synapse.Artifacts.Models.WorkspaceIdentity Identity { get { throw null; } set { } } public System.Collections.Generic.IReadOnlyDictionary Tags { get { throw null; } } } public partial class XeroLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DataFlowDebugPreviewDataRequest.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DataFlowDebugPreviewDataRequest.cs index 0c3a1b1fff3d..045896317395 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DataFlowDebugPreviewDataRequest.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DataFlowDebugPreviewDataRequest.cs @@ -9,5 +9,14 @@ public partial class DataFlowDebugPreviewDataRequest public DataFlowDebugPreviewDataRequest() { } + + /// The ID of data flow debug session. + public string SessionId { get; set; } + /// The data flow which contains the debug session. + public string DataFlowName { get; set; } + /// The output stream name. + public string StreamName { get; set; } + /// The row limit for preview request. + public int? RowLimits { get; set; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DataFlowDebugQueryResponse.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DataFlowDebugQueryResponse.cs index 6287d3142d88..3b387f2e5dd8 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DataFlowDebugQueryResponse.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DataFlowDebugQueryResponse.cs @@ -10,5 +10,8 @@ public partial class DataFlowDebugQueryResponse public DataFlowDebugQueryResponse() { } + + /// The run ID of data flow debug session. + public string RunId { get; set; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DataFlowDebugResultResponse.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DataFlowDebugResultResponse.cs index 2963ec5f54a2..b81b4d945a2f 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DataFlowDebugResultResponse.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DataFlowDebugResultResponse.cs @@ -10,5 +10,10 @@ public partial class DataFlowDebugResultResponse public DataFlowDebugResultResponse() { } + + /// The run status of data preview, statistics or expression preview. + public string Status { get; set; } + /// The result data of data preview, statistics or expression preview. + public string Data { get; set; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DataFlowDebugStatisticsRequest.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DataFlowDebugStatisticsRequest.cs index d29c0663909e..e840bf1e82bc 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DataFlowDebugStatisticsRequest.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DataFlowDebugStatisticsRequest.cs @@ -14,5 +14,8 @@ public DataFlowDebugStatisticsRequest() { Columns = new ChangeTrackingList(); } + + /// The run ID of data flow debug session. + public string RunId { get; set; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DatasetDataElement.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DatasetDataElement.cs index f7e477e179bc..2779498b32a2 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DatasetDataElement.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DatasetDataElement.cs @@ -10,5 +10,10 @@ public partial class DatasetDataElement public DatasetDataElement() { } + + /// Name of the column. Type: string (or Expression with resultType string). + public object Name { get; set; } + /// Type of the column. Type: string (or Expression with resultType string). + public object Type { get; set; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DatasetSchemaDataElement.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DatasetSchemaDataElement.cs index 2ae7d3916d38..adf8f29d8ed1 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DatasetSchemaDataElement.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DatasetSchemaDataElement.cs @@ -15,5 +15,10 @@ public DatasetSchemaDataElement() { AdditionalProperties = new ChangeTrackingDictionary(); } + + /// Name of the schema column. Type: string (or Expression with resultType string). + public object Name { get; set; } + /// Type of the schema column. Type: string (or Expression with resultType string). + public object Type { get; set; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DatasetStorageFormat.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DatasetStorageFormat.cs index 3bd4ccccab6b..acec8b9c4b8c 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DatasetStorageFormat.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DatasetStorageFormat.cs @@ -16,5 +16,10 @@ public DatasetStorageFormat() AdditionalProperties = new ChangeTrackingDictionary(); Type = "DatasetStorageFormat"; } + + /// Serializer. Type: string (or Expression with resultType string). + public object Serializer { get; set; } + /// Deserializer. Type: string (or Expression with resultType string). + public object Deserializer { get; set; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/EvaluateDataFlowExpressionRequest.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/EvaluateDataFlowExpressionRequest.cs index 0fd7639b37cf..937c10f4631d 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/EvaluateDataFlowExpressionRequest.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/EvaluateDataFlowExpressionRequest.cs @@ -10,5 +10,16 @@ public partial class EvaluateDataFlowExpressionRequest public EvaluateDataFlowExpressionRequest() { } + + /// The ID of data flow debug session. + public string SessionId { get; set; } + /// The data flow which contains the debug session. + public string DataFlowName { get; set; } + /// The output stream name. + public string StreamName { get; set; } + /// The row limit for preview request. + public int? RowLimits { get; set; } + /// The expression for preview. + public string Expression { get; set; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/ExposureControlRequest.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/ExposureControlRequest.cs index be308d7e4907..1b136331ec8b 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/ExposureControlRequest.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/ExposureControlRequest.cs @@ -10,5 +10,9 @@ public partial class ExposureControlRequest public ExposureControlRequest() { } + /// The feature name. + public string FeatureName { get; set; } + /// The feature type. + public string FeatureType { get; set; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/ExposureControlResponse.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/ExposureControlResponse.cs index 66699a4651fd..7d861c487818 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/ExposureControlResponse.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/ExposureControlResponse.cs @@ -10,5 +10,10 @@ public partial class ExposureControlResponse public ExposureControlResponse() { } + + /// The feature name. + public string FeatureName { get; set; } + /// The feature value. + public string Value { get; set; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/GetSsisObjectMetadataRequest.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/GetSsisObjectMetadataRequest.cs index b37357c41def..a509b3800052 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/GetSsisObjectMetadataRequest.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/GetSsisObjectMetadataRequest.cs @@ -10,5 +10,8 @@ public partial class GetSsisObjectMetadataRequest public GetSsisObjectMetadataRequest() { } + + /// Metadata path. + public string MetadataPath { get; set; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/JsonFormat.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/JsonFormat.cs index e0f40218e05c..aba0a3684e78 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/JsonFormat.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/JsonFormat.cs @@ -11,5 +11,16 @@ public JsonFormat() { Type = "JsonFormat"; } + + /// 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. + public JsonFormatFilePattern? FilePattern { get; set; } + /// The character used to separate nesting levels. Default value is '.' (dot). Type: string (or Expression with resultType string). + public object NestingSeparator { get; set; } + /// 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). + public object EncodingName { get; set; } + /// The JSONPath of the JSON array element to be flattened. Example: "$.ArrayPath". Type: string (or Expression with resultType string). + public object JsonNodeReference { get; set; } + /// 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 object JsonPathDefinition { get; set; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/RerunTriggerListResponse.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/RerunTriggerListResponse.cs index 54aee56224c4..fc9112c2667b 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/RerunTriggerListResponse.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/RerunTriggerListResponse.cs @@ -22,5 +22,10 @@ public RerunTriggerListResponse(IEnumerable value) Value = value.ToList(); } + + /// List of rerun triggers. + public IReadOnlyList Value { get; set; } + /// The continuation token for getting the next page of results, if any remaining results exist, null otherwise. + public string NextLink { get; set; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/RerunTumblingWindowTriggerActionParameter.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/RerunTumblingWindowTriggerActionParameter.cs index 560e8324c28b..cda514be39b1 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/RerunTumblingWindowTriggerActionParameter.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/RerunTumblingWindowTriggerActionParameter.cs @@ -18,5 +18,12 @@ public RerunTumblingWindowTriggerActionParameters(DateTimeOffset startTime, Date EndTime = endTime; MaxConcurrency = maxConcurrency; } + + /// The start time for the time period for which restatement is initiated. Only UTC time is currently supported. + public DateTimeOffset StartTime { get; set; } + /// The end time for the time period for which restatement is initiated. Only UTC time is currently supported. + public DateTimeOffset EndTime { get; set; } + /// The max number of parallel time windows (ready for execution) for which a rerun is triggered. + public int MaxConcurrency { get; set; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/SsisObjectMetadataStatusResponse.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/SsisObjectMetadataStatusResponse.cs index ea1b3f03ca8a..8ad8b1643430 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/SsisObjectMetadataStatusResponse.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/SsisObjectMetadataStatusResponse.cs @@ -10,5 +10,14 @@ public partial class SsisObjectMetadataStatusResponse public SsisObjectMetadataStatusResponse() { } + + /// The status of the operation. + public string Status { get; set; } + /// The operation name. + public string Name { get; set; } + /// The operation properties. + public string Properties { get; set; } + /// The operation error message. + public string Error { get; set; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/StartDataFlowDebugSessionRequest.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/StartDataFlowDebugSessionRequest.cs index 002f8b2a8767..ce4e2f3e859e 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/StartDataFlowDebugSessionRequest.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/StartDataFlowDebugSessionRequest.cs @@ -15,5 +15,16 @@ public StartDataFlowDebugSessionRequest() Datasets = new ChangeTrackingList(); LinkedServices = new ChangeTrackingList(); } + + /// The ID of data flow debug session. + public string SessionId { get; set; } + /// Data flow instance. + public DataFlowResource DataFlow { get; set; } + /// Staging info for debug session. + public object Staging { get; set; } + /// Data flow debug settings. + public object DebugSettings { get; set; } + /// The type of new Databricks cluster. + public bool? IncrementalDebug { get; set; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/StartDataFlowDebugSessionResponse.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/StartDataFlowDebugSessionResponse.cs index bfb747a3db5d..ce9f50e46e16 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/StartDataFlowDebugSessionResponse.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/StartDataFlowDebugSessionResponse.cs @@ -10,5 +10,8 @@ public partial class StartDataFlowDebugSessionResponse public StartDataFlowDebugSessionResponse() { } + + /// The ID of data flow debug job version. + public string JobVersion { get; set; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/TabularTranslator.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/TabularTranslator.cs index a7be5c61c2a1..ab52ab1129d0 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/TabularTranslator.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/TabularTranslator.cs @@ -11,5 +11,16 @@ public TabularTranslator() { Type = "TabularTranslator"; } + + /// Column mappings. Example: "UserId: MyUserId, Group: MyGroup, Name: MyName" Type: string (or Expression with resultType string). This property will be retired. Please use mappings property. + public object ColumnMappings { get; set; } + /// The schema mapping to map between tabular data and hierarchical data. Example: {"Column1": "$.Column1", "Column2": "$.Column2.Property1", "Column3": "$.Column2.Property2"}. Type: object (or Expression with resultType object). This property will be retired. Please use mappings property. + public object SchemaMapping { get; set; } + /// The JSON Path of the Nested Array that is going to do cross-apply. Type: object (or Expression with resultType object). + public object CollectionReference { get; set; } + /// Whether to map complex (array and object) values to simple strings in json format. Type: boolean (or Expression with resultType boolean). + public object MapComplexValuesToString { get; set; } + /// Column mappings with logical types. Tabular->tabular example: [{"source":{"name":"CustomerName","type":"String"},"sink":{"name":"ClientName","type":"String"}},{"source":{"name":"CustomerAddress","type":"String"},"sink":{"name":"ClientAddress","type":"String"}}]. Hierarchical->tabular example: [{"source":{"path":"$.CustomerName","type":"String"},"sink":{"name":"ClientName","type":"String"}},{"source":{"path":"$.CustomerAddress","type":"String"},"sink":{"name":"ClientAddress","type":"String"}}]. Type: object (or Expression with resultType object). + public object Mappings { get; set; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/TextFormat.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/TextFormat.cs index 9f5509afba73..ee2a6f0077f2 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/TextFormat.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/TextFormat.cs @@ -11,5 +11,24 @@ public TextFormat() { Type = "TextFormat"; } + + /// The column delimiter. Type: string (or Expression with resultType string). + public object ColumnDelimiter { get; } + /// The row delimiter. Type: string (or Expression with resultType string). + public object RowDelimiter { get; } + /// The escape character. Type: string (or Expression with resultType string). + public object EscapeChar { get; } + /// The quote character. Type: string (or Expression with resultType string). + public object QuoteChar { get; } + /// The null value string. Type: string (or Expression with resultType string). + public object NullValue { get; } + /// 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). + public object EncodingName { get; } + /// Treat empty column values in the text file as null. The default value is true. Type: boolean (or Expression with resultType boolean). + public object TreatEmptyAsNull { get; } + /// The number of lines/rows to be skipped when parsing text files. The default value is 0. Type: integer (or Expression with resultType integer). + public object SkipLineCount { get; } + /// 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 object FirstRowAsHeader { get; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/TriggerDependencyProvisioningStatus.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/TriggerDependencyProvisioningStatus.cs index 7a8395143b66..6b04bf096858 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/TriggerDependencyProvisioningStatus.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/TriggerDependencyProvisioningStatus.cs @@ -26,5 +26,10 @@ public TriggerDependencyProvisioningStatus(string triggerName, string provisioni TriggerName = triggerName; ProvisioningStatus = provisioningStatus; } + + /// Trigger name. + public string TriggerName { get; set; } + /// Provisioning status. + public string ProvisioningStatus { get; set; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/WorkspaceIdentity.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/WorkspaceIdentity.cs index 3bb8024841c2..c6f5a2ea491c 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/WorkspaceIdentity.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/WorkspaceIdentity.cs @@ -11,5 +11,10 @@ public WorkspaceIdentity() { Type = "SystemAssigned"; } + + /// The principal id of the identity. + public string PrincipalId { get; set; } + /// The client tenant id of the identity. + public string TenantId { get; set; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/WorkspaceUpdateParameters.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/WorkspaceUpdateParameters.cs index ae5105826ae0..0f81de951967 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/WorkspaceUpdateParameters.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/WorkspaceUpdateParameters.cs @@ -14,5 +14,8 @@ public WorkspaceUpdateParameters() { Tags = new ChangeTrackingDictionary(); } + + /// Managed service identity of the workspace. + public WorkspaceIdentity Identity { get; set; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DataFlowDebugPreviewDataRequest.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DataFlowDebugPreviewDataRequest.cs index 548f9960c1fe..f06edca640c7 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DataFlowDebugPreviewDataRequest.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DataFlowDebugPreviewDataRequest.cs @@ -10,14 +10,5 @@ namespace Azure.Analytics.Synapse.Artifacts.Models /// Request body structure for data flow preview data. public partial class DataFlowDebugPreviewDataRequest { - - /// The ID of data flow debug session. - public string SessionId { get; } - /// The data flow which contains the debug session. - public string DataFlowName { get; } - /// The output stream name. - public string StreamName { get; } - /// The row limit for preview request. - public int? RowLimits { get; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DataFlowDebugQueryResponse.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DataFlowDebugQueryResponse.cs index 34ace734a95a..e361812af8d6 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DataFlowDebugQueryResponse.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DataFlowDebugQueryResponse.cs @@ -10,8 +10,5 @@ namespace Azure.Analytics.Synapse.Artifacts.Models /// Response body structure of data flow query for data preview, statistics or expression preview. public partial class DataFlowDebugQueryResponse { - - /// The run ID of data flow debug session. - public string RunId { get; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DataFlowDebugResultResponse.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DataFlowDebugResultResponse.cs index 3fa05b904064..51719b0e0ddf 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DataFlowDebugResultResponse.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DataFlowDebugResultResponse.cs @@ -10,10 +10,5 @@ namespace Azure.Analytics.Synapse.Artifacts.Models /// Response body structure of data flow result for data preview, statistics or expression preview. public partial class DataFlowDebugResultResponse { - - /// The run status of data preview, statistics or expression preview. - public string Status { get; } - /// The result data of data preview, statistics or expression preview. - public string Data { get; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DatasetDataElement.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DatasetDataElement.cs index 44aaf087b9c5..a70a38879186 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DatasetDataElement.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DatasetDataElement.cs @@ -10,10 +10,5 @@ namespace Azure.Analytics.Synapse.Artifacts.Models /// Columns that define the structure of the dataset. public partial class DatasetDataElement { - - /// Name of the column. Type: string (or Expression with resultType string). - public object Name { get; } - /// Type of the column. Type: string (or Expression with resultType string). - public object Type { get; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DatasetSchemaDataElement.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DatasetSchemaDataElement.cs index 87c93e6ab3e7..2c86b1ed156a 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DatasetSchemaDataElement.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DatasetSchemaDataElement.cs @@ -14,11 +14,6 @@ namespace Azure.Analytics.Synapse.Artifacts.Models /// Columns that define the physical type schema of the dataset. public partial class DatasetSchemaDataElement : IReadOnlyDictionary { - - /// Name of the schema column. Type: string (or Expression with resultType string). - public object Name { get; } - /// Type of the schema column. Type: string (or Expression with resultType string). - public object Type { get; } internal IReadOnlyDictionary AdditionalProperties { get; } /// public IEnumerator> GetEnumerator() => AdditionalProperties.GetEnumerator(); diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DatasetStorageFormat.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DatasetStorageFormat.cs index 81aa07bb1a3f..d254a0cc7b13 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DatasetStorageFormat.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DatasetStorageFormat.cs @@ -17,10 +17,6 @@ public partial class DatasetStorageFormat : IReadOnlyDictionary /// Type of dataset storage format. internal string Type { get; set; } - /// Serializer. Type: string (or Expression with resultType string). - public object Serializer { get; } - /// Deserializer. Type: string (or Expression with resultType string). - public object Deserializer { get; } internal IReadOnlyDictionary AdditionalProperties { get; } /// public IEnumerator> GetEnumerator() => AdditionalProperties.GetEnumerator(); diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/EvaluateDataFlowExpressionRequest.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/EvaluateDataFlowExpressionRequest.cs index f36a7fc7fd79..b661b1b2e3f9 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/EvaluateDataFlowExpressionRequest.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/EvaluateDataFlowExpressionRequest.cs @@ -10,16 +10,5 @@ namespace Azure.Analytics.Synapse.Artifacts.Models /// Request body structure for data flow expression preview. public partial class EvaluateDataFlowExpressionRequest { - - /// The ID of data flow debug session. - public string SessionId { get; } - /// The data flow which contains the debug session. - public string DataFlowName { get; } - /// The output stream name. - public string StreamName { get; } - /// The row limit for preview request. - public int? RowLimits { get; } - /// The expression for preview. - public string Expression { get; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/ExposureControlRequest.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/ExposureControlRequest.cs index 00739c3c32c5..594b1fb78db9 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/ExposureControlRequest.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/ExposureControlRequest.cs @@ -10,10 +10,5 @@ namespace Azure.Analytics.Synapse.Artifacts.Models /// The exposure control request. public partial class ExposureControlRequest { - - /// The feature name. - public string FeatureName { get; } - /// The feature type. - public string FeatureType { get; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/ExposureControlResponse.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/ExposureControlResponse.cs index a02c589350b0..a672a87b6f52 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/ExposureControlResponse.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/ExposureControlResponse.cs @@ -10,10 +10,5 @@ namespace Azure.Analytics.Synapse.Artifacts.Models /// The exposure control response. public partial class ExposureControlResponse { - - /// The feature name. - public string FeatureName { get; } - /// The feature value. - public string Value { get; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/GetSsisObjectMetadataRequest.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/GetSsisObjectMetadataRequest.cs index f408b86319a7..1eecf84344c4 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/GetSsisObjectMetadataRequest.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/GetSsisObjectMetadataRequest.cs @@ -10,8 +10,5 @@ namespace Azure.Analytics.Synapse.Artifacts.Models /// The request payload of get SSIS object metadata. public partial class GetSsisObjectMetadataRequest { - - /// Metadata path. - public string MetadataPath { get; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/JsonFormat.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/JsonFormat.cs index 6c2725355d1e..46ea3822ded9 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/JsonFormat.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/JsonFormat.cs @@ -10,16 +10,5 @@ namespace Azure.Analytics.Synapse.Artifacts.Models /// The data stored in JSON format. public partial class JsonFormat : DatasetStorageFormat { - - /// 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. - public JsonFormatFilePattern? FilePattern { get; } - /// The character used to separate nesting levels. Default value is '.' (dot). Type: string (or Expression with resultType string). - public object NestingSeparator { get; } - /// 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). - public object EncodingName { get; } - /// The JSONPath of the JSON array element to be flattened. Example: "$.ArrayPath". Type: string (or Expression with resultType string). - public object JsonNodeReference { get; } - /// 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 object JsonPathDefinition { get; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/RerunTriggerListResponse.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/RerunTriggerListResponse.cs index f1da8316a7de..86adf39e3551 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/RerunTriggerListResponse.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/RerunTriggerListResponse.cs @@ -14,10 +14,5 @@ namespace Azure.Analytics.Synapse.Artifacts.Models /// A list of rerun triggers. public partial class RerunTriggerListResponse { - - /// List of rerun triggers. - public IReadOnlyList Value { get; } - /// The continuation token for getting the next page of results, if any remaining results exist, null otherwise. - public string NextLink { get; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/RerunTumblingWindowTriggerActionParameters.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/RerunTumblingWindowTriggerActionParameters.cs index 9bcf37661bcb..6b13fc59b575 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/RerunTumblingWindowTriggerActionParameters.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/RerunTumblingWindowTriggerActionParameters.cs @@ -12,12 +12,5 @@ namespace Azure.Analytics.Synapse.Artifacts.Models /// Rerun tumbling window trigger Parameters. public partial class RerunTumblingWindowTriggerActionParameters { - - /// The start time for the time period for which restatement is initiated. Only UTC time is currently supported. - public DateTimeOffset StartTime { get; } - /// The end time for the time period for which restatement is initiated. Only UTC time is currently supported. - public DateTimeOffset EndTime { get; } - /// The max number of parallel time windows (ready for execution) for which a rerun is triggered. - public int MaxConcurrency { get; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/SsisObjectMetadataStatusResponse.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/SsisObjectMetadataStatusResponse.cs index ac4a479f5e86..e8fe37acba54 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/SsisObjectMetadataStatusResponse.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/SsisObjectMetadataStatusResponse.cs @@ -10,14 +10,5 @@ namespace Azure.Analytics.Synapse.Artifacts.Models /// The status of the operation. public partial class SsisObjectMetadataStatusResponse { - - /// The status of the operation. - public string Status { get; } - /// The operation name. - public string Name { get; } - /// The operation properties. - public string Properties { get; } - /// The operation error message. - public string Error { get; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/StartDataFlowDebugSessionRequest.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/StartDataFlowDebugSessionRequest.cs index 05d3f6b8c334..ec6812d24b3f 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/StartDataFlowDebugSessionRequest.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/StartDataFlowDebugSessionRequest.cs @@ -13,20 +13,9 @@ namespace Azure.Analytics.Synapse.Artifacts.Models /// Request body structure for starting data flow debug session. public partial class StartDataFlowDebugSessionRequest { - - /// The ID of data flow debug session. - public string SessionId { get; } - /// Data flow instance. - public DataFlowResource DataFlow { get; } /// List of datasets. public IReadOnlyList Datasets { get; } /// List of linked services. public IReadOnlyList LinkedServices { get; } - /// Staging info for debug session. - public object Staging { get; } - /// Data flow debug settings. - public object DebugSettings { get; } - /// The type of new Databricks cluster. - public bool? IncrementalDebug { get; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/StartDataFlowDebugSessionResponse.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/StartDataFlowDebugSessionResponse.cs index a93428629af6..0f5e92b5d8ef 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/StartDataFlowDebugSessionResponse.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/StartDataFlowDebugSessionResponse.cs @@ -10,8 +10,5 @@ namespace Azure.Analytics.Synapse.Artifacts.Models /// Response body structure for starting data flow debug session. public partial class StartDataFlowDebugSessionResponse { - - /// The ID of data flow debug job version. - public string JobVersion { get; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/TabularTranslator.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/TabularTranslator.cs index 3b96f8a54cd6..dc7bd6f36d8a 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/TabularTranslator.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/TabularTranslator.cs @@ -10,16 +10,5 @@ namespace Azure.Analytics.Synapse.Artifacts.Models /// A copy activity tabular translator. public partial class TabularTranslator : CopyTranslator { - - /// Column mappings. Example: "UserId: MyUserId, Group: MyGroup, Name: MyName" Type: string (or Expression with resultType string). This property will be retired. Please use mappings property. - public object ColumnMappings { get; } - /// The schema mapping to map between tabular data and hierarchical data. Example: {"Column1": "$.Column1", "Column2": "$.Column2.Property1", "Column3": "$.Column2.Property2"}. Type: object (or Expression with resultType object). This property will be retired. Please use mappings property. - public object SchemaMapping { get; } - /// The JSON Path of the Nested Array that is going to do cross-apply. Type: object (or Expression with resultType object). - public object CollectionReference { get; } - /// Whether to map complex (array and object) values to simple strings in json format. Type: boolean (or Expression with resultType boolean). - public object MapComplexValuesToString { get; } - /// Column mappings with logical types. Tabular->tabular example: [{"source":{"name":"CustomerName","type":"String"},"sink":{"name":"ClientName","type":"String"}},{"source":{"name":"CustomerAddress","type":"String"},"sink":{"name":"ClientAddress","type":"String"}}]. Hierarchical->tabular example: [{"source":{"path":"$.CustomerName","type":"String"},"sink":{"name":"ClientName","type":"String"}},{"source":{"path":"$.CustomerAddress","type":"String"},"sink":{"name":"ClientAddress","type":"String"}}]. Type: object (or Expression with resultType object). - public object Mappings { get; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/TextFormat.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/TextFormat.cs index 911189ca2e56..d4508c6fd554 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/TextFormat.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/TextFormat.cs @@ -10,24 +10,5 @@ namespace Azure.Analytics.Synapse.Artifacts.Models /// The data stored in text format. public partial class TextFormat : DatasetStorageFormat { - - /// The column delimiter. Type: string (or Expression with resultType string). - public object ColumnDelimiter { get; } - /// The row delimiter. Type: string (or Expression with resultType string). - public object RowDelimiter { get; } - /// The escape character. Type: string (or Expression with resultType string). - public object EscapeChar { get; } - /// The quote character. Type: string (or Expression with resultType string). - public object QuoteChar { get; } - /// The null value string. Type: string (or Expression with resultType string). - public object NullValue { get; } - /// 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). - public object EncodingName { get; } - /// Treat empty column values in the text file as null. The default value is true. Type: boolean (or Expression with resultType boolean). - public object TreatEmptyAsNull { get; } - /// The number of lines/rows to be skipped when parsing text files. The default value is 0. Type: integer (or Expression with resultType integer). - public object SkipLineCount { get; } - /// 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 object FirstRowAsHeader { get; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/TriggerDependencyProvisioningStatus.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/TriggerDependencyProvisioningStatus.cs index 388cc42d4d3c..74d4bbfb0f59 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/TriggerDependencyProvisioningStatus.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/TriggerDependencyProvisioningStatus.cs @@ -12,10 +12,5 @@ namespace Azure.Analytics.Synapse.Artifacts.Models /// Defines the response of a provision trigger dependency operation. public partial class TriggerDependencyProvisioningStatus { - - /// Trigger name. - public string TriggerName { get; } - /// Provisioning status. - public string ProvisioningStatus { get; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/WorkspaceIdentity.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/WorkspaceIdentity.cs index c48904bbe523..e3f61568322f 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/WorkspaceIdentity.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/WorkspaceIdentity.cs @@ -13,9 +13,5 @@ public partial class WorkspaceIdentity /// The identity type. Currently the only supported type is 'SystemAssigned'. public string Type { get; } - /// The principal id of the identity. - public string PrincipalId { get; } - /// The client tenant id of the identity. - public string TenantId { get; } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/WorkspaceUpdateParameters.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/WorkspaceUpdateParameters.cs index 49890aecbe2f..c18189aedf74 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/WorkspaceUpdateParameters.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/WorkspaceUpdateParameters.cs @@ -16,7 +16,5 @@ public partial class WorkspaceUpdateParameters /// The resource tags. public IReadOnlyDictionary Tags { get; } - /// Managed service identity of the workspace. - public WorkspaceIdentity Identity { get; } } }