diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/CHANGELOG.md b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/CHANGELOG.md index 26634a18dccd..e0eb8abaeffc 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/CHANGELOG.md +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/CHANGELOG.md @@ -1,7 +1,7 @@ # Release History ## 1.0.0-beta.2 (Unreleased) - +- Expose some models ## 1.0.0-beta.1 (2020-11-12) - Supports List/Get Synapse resources through data plane APIs 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 e89789aed1f3..bf2a0a9611d6 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 @@ -894,6 +894,10 @@ public AvroDataset(Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReferen public int? AvroCompressionLevel { get { throw null; } set { } } public Azure.Analytics.Synapse.Artifacts.Models.DatasetLocation Location { get { throw null; } set { } } } + public partial class AvroFormat : Azure.Analytics.Synapse.Artifacts.Models.DatasetStorageFormat + { + public AvroFormat() { } + } public partial class AvroSink : Azure.Analytics.Synapse.Artifacts.Models.CopySink { public AvroSink() { } @@ -1711,6 +1715,25 @@ public CopyActivity(string name, Azure.Analytics.Synapse.Artifacts.Models.CopySo public Azure.Analytics.Synapse.Artifacts.Models.StagingSettings StagingSettings { get { throw null; } set { } } public object Translator { get { throw null; } set { } } } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct CopyBehaviorType : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public CopyBehaviorType(string value) { throw null; } + public static Azure.Analytics.Synapse.Artifacts.Models.CopyBehaviorType FlattenHierarchy { get { throw null; } } + public static Azure.Analytics.Synapse.Artifacts.Models.CopyBehaviorType MergeFiles { get { throw null; } } + public static Azure.Analytics.Synapse.Artifacts.Models.CopyBehaviorType PreserveHierarchy { get { throw null; } } + public bool Equals(Azure.Analytics.Synapse.Artifacts.Models.CopyBehaviorType other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.Analytics.Synapse.Artifacts.Models.CopyBehaviorType left, Azure.Analytics.Synapse.Artifacts.Models.CopyBehaviorType right) { throw null; } + public static implicit operator Azure.Analytics.Synapse.Artifacts.Models.CopyBehaviorType (string value) { throw null; } + public static bool operator !=(Azure.Analytics.Synapse.Artifacts.Models.CopyBehaviorType left, Azure.Analytics.Synapse.Artifacts.Models.CopyBehaviorType right) { throw null; } + public override string ToString() { throw null; } + } public partial class CopySink : System.Collections.Generic.ICollection>, System.Collections.Generic.IDictionary, System.Collections.Generic.IEnumerable>, System.Collections.IEnumerable { public CopySink() { } @@ -1759,6 +1782,18 @@ public void Add(string key, object value) { } System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } public bool TryGetValue(string key, out object value) { throw null; } } + public partial class CopyTranslator : System.Collections.Generic.IEnumerable>, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyDictionary, System.Collections.IEnumerable + { + public CopyTranslator() { } + public object this[string key] { get { throw null; } } + public System.Collections.Generic.IEnumerable Keys { get { throw null; } } + 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; } + public System.Collections.Generic.IEnumerator> GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + public bool TryGetValue(string key, out object value) { throw null; } + } public partial class CosmosDbLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService { public CosmosDbLinkedService() { } @@ -1976,11 +2011,30 @@ public DataFlowDebugPackageDebugSettings() { } public System.Collections.Generic.IDictionary Parameters { get { throw null; } } public System.Collections.Generic.IList SourceSettings { get { throw null; } } } + 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 partial class DataFlowDebugQueryResponse + { + public DataFlowDebugQueryResponse() { } + public string RunId { get { throw null; } } + } public partial class DataFlowDebugResource : Azure.Analytics.Synapse.Artifacts.Models.SubResourceDebugResource { public DataFlowDebugResource(Azure.Analytics.Synapse.Artifacts.Models.DataFlow properties) { } public Azure.Analytics.Synapse.Artifacts.Models.DataFlow Properties { get { throw null; } } } + public partial class DataFlowDebugResultResponse + { + public DataFlowDebugResultResponse() { } + public string Data { get { throw null; } } + public string Status { get { throw null; } } + } public partial class DataFlowDebugSessionInfo : System.Collections.Generic.IEnumerable>, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyDictionary, System.Collections.IEnumerable { internal DataFlowDebugSessionInfo() { } @@ -2002,6 +2056,14 @@ internal DataFlowDebugSessionInfo() { } System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } public bool TryGetValue(string key, out object value) { throw null; } } + public partial class DataFlowDebugStatisticsRequest + { + public DataFlowDebugStatisticsRequest() { } + public System.Collections.Generic.IReadOnlyList Columns { get { throw null; } } + public string DataFlowName { get { throw null; } } + public string SessionId { get { throw null; } } + public string StreamName { get { throw null; } } + } public partial class DataFlowFolder { public DataFlowFolder() { } @@ -2182,6 +2244,12 @@ public void Add(string key, object value) { } public static bool operator !=(Azure.Analytics.Synapse.Artifacts.Models.DatasetCompressionLevel left, Azure.Analytics.Synapse.Artifacts.Models.DatasetCompressionLevel right) { throw null; } public override string ToString() { throw null; } } + public partial class DatasetDataElement + { + public DatasetDataElement() { } + public object Name { get { throw null; } } + public object Type { get { throw null; } } + } public partial class DatasetDebugResource : Azure.Analytics.Synapse.Artifacts.Models.SubResourceDebugResource { public DatasetDebugResource(Azure.Analytics.Synapse.Artifacts.Models.Dataset properties) { } @@ -2259,6 +2327,34 @@ public partial class DatasetResource : Azure.Analytics.Synapse.Artifacts.Models. public DatasetResource(Azure.Analytics.Synapse.Artifacts.Models.Dataset properties) { } public Azure.Analytics.Synapse.Artifacts.Models.Dataset Properties { get { throw null; } set { } } } + public partial class DatasetSchemaDataElement : System.Collections.Generic.IEnumerable>, System.Collections.Generic.IReadOnlyCollection>, System.Collections.Generic.IReadOnlyDictionary, System.Collections.IEnumerable + { + 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; } } + int System.Collections.Generic.IReadOnlyCollection>.Count { get { throw null; } } + public object Type { get { throw null; } } + public System.Collections.Generic.IEnumerable Values { get { throw null; } } + public bool ContainsKey(string key) { throw null; } + public System.Collections.Generic.IEnumerator> GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + public bool TryGetValue(string key, out object value) { throw null; } + } + 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 this[string key] { get { throw null; } } + public System.Collections.Generic.IEnumerable Keys { get { throw null; } } + public object Serializer { get { throw null; } } + 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; } + public System.Collections.Generic.IEnumerator> GetEnumerator() { throw null; } + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } + public bool TryGetValue(string key, out object value) { throw null; } + } public partial class DatasetZipDeflateCompression : Azure.Analytics.Synapse.Artifacts.Models.DatasetCompression { public DatasetZipDeflateCompression() { } @@ -2665,6 +2761,15 @@ public EntityReference() { } public string ReferenceName { get { throw null; } set { } } public Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeEntityReferenceType? Type { get { throw null; } set { } } } + 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; } } + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct EventSubscriptionStatus : System.IEquatable { @@ -2729,6 +2834,18 @@ public ExecutionActivity(string name) : base (default(string)) { } public Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference LinkedServiceName { get { throw null; } set { } } public Azure.Analytics.Synapse.Artifacts.Models.ActivityPolicy Policy { get { throw null; } set { } } } + public partial class ExposureControlRequest + { + public ExposureControlRequest() { } + public string FeatureName { get { throw null; } } + public string FeatureType { get { throw null; } } + } + public partial class ExposureControlResponse + { + public ExposureControlResponse() { } + public string FeatureName { get { throw null; } } + public string Value { get { throw null; } } + } public partial class Expression { public Expression(Azure.Analytics.Synapse.Artifacts.Models.ExpressionType type, string value) { } @@ -2890,6 +3007,11 @@ public GetMetadataActivity(string name, Azure.Analytics.Synapse.Artifacts.Models public Azure.Analytics.Synapse.Artifacts.Models.DatasetReference Dataset { get { throw null; } set { } } public System.Collections.Generic.IList FieldList { get { throw null; } } } + public partial class GetSsisObjectMetadataRequest + { + public GetSsisObjectMetadataRequest() { } + public string MetadataPath { get { throw null; } } + } public partial class GitHubAccessTokenRequest { public GitHubAccessTokenRequest(string gitHubClientId, string gitHubAccessCode, string gitHubAccessTokenBaseUrl) { } @@ -3837,6 +3959,33 @@ public JsonDataset(Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReferen public object EncodingName { get { throw null; } set { } } public Azure.Analytics.Synapse.Artifacts.Models.DatasetLocation Location { get { throw null; } set { } } } + 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; } } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct JsonFormatFilePattern : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public JsonFormatFilePattern(string value) { throw null; } + public static Azure.Analytics.Synapse.Artifacts.Models.JsonFormatFilePattern ArrayOfObjects { get { throw null; } } + public static Azure.Analytics.Synapse.Artifacts.Models.JsonFormatFilePattern SetOfObjects { get { throw null; } } + public bool Equals(Azure.Analytics.Synapse.Artifacts.Models.JsonFormatFilePattern other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.Analytics.Synapse.Artifacts.Models.JsonFormatFilePattern left, Azure.Analytics.Synapse.Artifacts.Models.JsonFormatFilePattern right) { throw null; } + public static implicit operator Azure.Analytics.Synapse.Artifacts.Models.JsonFormatFilePattern (string value) { throw null; } + public static bool operator !=(Azure.Analytics.Synapse.Artifacts.Models.JsonFormatFilePattern left, Azure.Analytics.Synapse.Artifacts.Models.JsonFormatFilePattern right) { throw null; } + public override string ToString() { throw null; } + } public partial class JsonSink : Azure.Analytics.Synapse.Artifacts.Models.CopySink { public JsonSink() { } @@ -4703,6 +4852,10 @@ public OrcDataset(Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReferenc public Azure.Analytics.Synapse.Artifacts.Models.DatasetLocation Location { get { throw null; } set { } } public Azure.Analytics.Synapse.Artifacts.Models.OrcCompressionCodec? OrcCompressionCodec { get { throw null; } set { } } } + public partial class OrcFormat : Azure.Analytics.Synapse.Artifacts.Models.DatasetStorageFormat + { + public OrcFormat() { } + } public partial class OrcSink : Azure.Analytics.Synapse.Artifacts.Models.CopySink { public OrcSink() { } @@ -4768,6 +4921,10 @@ public ParquetDataset(Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceRefe public Azure.Analytics.Synapse.Artifacts.Models.ParquetCompressionCodec? CompressionCodec { get { throw null; } set { } } public Azure.Analytics.Synapse.Artifacts.Models.DatasetLocation Location { get { throw null; } set { } } } + public partial class ParquetFormat : Azure.Analytics.Synapse.Artifacts.Models.DatasetStorageFormat + { + public ParquetFormat() { } + } public partial class ParquetSink : Azure.Analytics.Synapse.Artifacts.Models.CopySink { public ParquetSink() { } @@ -5242,6 +5399,12 @@ public partial class RelationalTableDataset : Azure.Analytics.Synapse.Artifacts. public RelationalTableDataset(Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedServiceName) : base (default(Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference)) { } public object TableName { get { throw null; } set { } } } + 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 partial class RerunTriggerResource : Azure.Analytics.Synapse.Artifacts.Models.SubResource { public RerunTriggerResource(Azure.Analytics.Synapse.Artifacts.Models.RerunTumblingWindowTrigger properties) { } @@ -5255,6 +5418,13 @@ public RerunTumblingWindowTrigger(System.DateTimeOffset requestedStartTime, Syst public System.DateTimeOffset RequestedEndTime { get { throw null; } set { } } public System.DateTimeOffset RequestedStartTime { get { throw null; } set { } } } + 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 partial class Resource { public Resource() { } @@ -6675,6 +6845,14 @@ public SsisLogLocation(object logPath, Azure.Analytics.Synapse.Artifacts.Models. public static bool operator !=(Azure.Analytics.Synapse.Artifacts.Models.SsisLogLocationType left, Azure.Analytics.Synapse.Artifacts.Models.SsisLogLocationType right) { throw null; } public override string ToString() { throw null; } } + 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 partial class SsisPackageLocation { public SsisPackageLocation() { } @@ -6736,6 +6914,22 @@ public void Add(string key, object value) { } System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } public bool TryGetValue(string key, out object value) { throw null; } } + public partial class StartDataFlowDebugSessionRequest + { + public StartDataFlowDebugSessionRequest() { } + public Azure.Analytics.Synapse.Artifacts.Models.DataFlowResource DataFlow { get { throw null; } } + public System.Collections.Generic.IReadOnlyList Datasets { get { throw null; } } + public object DebugSettings { get { throw null; } } + public bool? IncrementalDebug { get { throw null; } } + public System.Collections.Generic.IReadOnlyList LinkedServices { get { throw null; } } + public string SessionId { get { throw null; } } + public object Staging { get { throw null; } } + } + public partial class StartDataFlowDebugSessionResponse + { + public StartDataFlowDebugSessionResponse() { } + public string JobVersion { get { throw null; } } + } public partial class StoredProcedureParameter { public StoredProcedureParameter() { } @@ -6897,6 +7091,15 @@ public partial class TabularSource : Azure.Analytics.Synapse.Artifacts.Models.Co public TabularSource() { } public object QueryTimeout { get { throw null; } set { } } } + 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; } } + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct TeradataAuthenticationType : System.IEquatable { @@ -6964,6 +7167,19 @@ public TeradataTableDataset(Azure.Analytics.Synapse.Artifacts.Models.LinkedServi public object Database { get { throw null; } set { } } public object Table { get { throw null; } set { } } } + public partial class TextFormat : Azure.Analytics.Synapse.Artifacts.Models.DatasetStorageFormat + { + public TextFormat() { } + public object ColumnDelimiter { get { throw null; } } + public object EncodingName { get { throw null; } } + public object EscapeChar { get { throw null; } } + public object FirstRowAsHeader { get { throw null; } } + public object NullValue { get { throw null; } } + public object QuoteChar { get { throw null; } } + public object RowDelimiter { get { throw null; } } + public object SkipLineCount { get { throw null; } } + public object TreatEmptyAsNull { get { throw null; } } + } public partial class TrackedResource : Azure.Analytics.Synapse.Artifacts.Models.Resource { public TrackedResource(string location) { } @@ -6999,6 +7215,12 @@ public void Add(string key, object value) { } System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } public bool TryGetValue(string key, out object value) { throw null; } } + public partial class TriggerDependencyProvisioningStatus + { + public TriggerDependencyProvisioningStatus(string triggerName, string provisioningStatus) { } + public string ProvisioningStatus { get { throw null; } } + public string TriggerName { get { throw null; } } + } public partial class TriggerDependencyReference : Azure.Analytics.Synapse.Artifacts.Models.DependencyReference { public TriggerDependencyReference(Azure.Analytics.Synapse.Artifacts.Models.TriggerReference referenceTrigger) { } @@ -7373,6 +7595,13 @@ public Workspace(string location) : base (default(string)) { } public Azure.Analytics.Synapse.Artifacts.Models.WorkspaceRepositoryConfiguration WorkspaceRepositoryConfiguration { get { throw null; } set { } } public System.Guid? WorkspaceUID { get { throw null; } } } + public partial class WorkspaceIdentity + { + public WorkspaceIdentity() { } + public string PrincipalId { get { throw null; } } + public string TenantId { get { throw null; } } + public string Type { get { throw null; } } + } public partial class WorkspaceKeyDetails { public WorkspaceKeyDetails() { } @@ -7392,6 +7621,12 @@ public WorkspaceRepositoryConfiguration() { } public System.Guid? TenantId { get { throw null; } set { } } public string Type { get { throw null; } set { } } } + public partial class WorkspaceUpdateParameters + { + public WorkspaceUpdateParameters() { } + public Azure.Analytics.Synapse.Artifacts.Models.WorkspaceIdentity Identity { get { throw null; } } + public System.Collections.Generic.IReadOnlyDictionary Tags { get { throw null; } } + } public partial class XeroLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService { public XeroLinkedService(object host) { } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/AvroFormat.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/AvroFormat.cs new file mode 100644 index 000000000000..05efa599d5e2 --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/AvroFormat.cs @@ -0,0 +1,14 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + public partial class AvroFormat : DatasetStorageFormat + { + /// Initializes a new instance of AvroFormat. + public AvroFormat() + { + Type = "AvroFormat"; + } + } +} diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/CopyBehaviorType.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/CopyBehaviorType.cs new file mode 100644 index 000000000000..1cb0f3007fc7 --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/CopyBehaviorType.cs @@ -0,0 +1,12 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// All available types of copy behavior. + public readonly partial struct CopyBehaviorType : IEquatable + { + } +} diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/CopyTranslator.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/CopyTranslator.cs new file mode 100644 index 000000000000..e98ae415e445 --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/CopyTranslator.cs @@ -0,0 +1,18 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// A copy activity translator. + public partial class CopyTranslator : IReadOnlyDictionary + { + public CopyTranslator() + { + AdditionalProperties = new ChangeTrackingDictionary(); + Type = "CopyTranslator"; + } + } +} 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 new file mode 100644 index 000000000000..0c3a1b1fff3d --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DataFlowDebugPreviewDataRequest.cs @@ -0,0 +1,13 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// Request body structure for data flow preview data. + public partial class DataFlowDebugPreviewDataRequest + { + public DataFlowDebugPreviewDataRequest() + { + } + } +} 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 new file mode 100644 index 000000000000..6287d3142d88 --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DataFlowDebugQueryResponse.cs @@ -0,0 +1,14 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// Response body structure of data flow query for data preview, statistics or expression preview. + public partial class DataFlowDebugQueryResponse + { + /// Initializes a new instance of DataFlowDebugQueryResponse. + public DataFlowDebugQueryResponse() + { + } + } +} 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 new file mode 100644 index 000000000000..2963ec5f54a2 --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DataFlowDebugResultResponse.cs @@ -0,0 +1,14 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// Response body structure of data flow result for data preview, statistics or expression preview. + public partial class DataFlowDebugResultResponse + { + /// Initializes a new instance of DataFlowDebugResultResponse. + public DataFlowDebugResultResponse() + { + } + } +} 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 new file mode 100644 index 000000000000..d29c0663909e --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DataFlowDebugStatisticsRequest.cs @@ -0,0 +1,18 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// Request body structure for data flow statistics. + public partial class DataFlowDebugStatisticsRequest + { + /// Initializes a new instance of DataFlowDebugStatisticsRequest. + public DataFlowDebugStatisticsRequest() + { + Columns = new ChangeTrackingList(); + } + } +} 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 new file mode 100644 index 000000000000..f7e477e179bc --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DatasetDataElement.cs @@ -0,0 +1,14 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// Columns that define the structure of the dataset. + public partial class DatasetDataElement + { + /// Initializes a new instance of DatasetDataElement. + public DatasetDataElement() + { + } + } +} 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 new file mode 100644 index 000000000000..2ae7d3916d38 --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DatasetSchemaDataElement.cs @@ -0,0 +1,19 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System.Collections; +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// Columns that define the physical type schema of the dataset. + public partial class DatasetSchemaDataElement : IReadOnlyDictionary + { + /// Initializes a new instance of DatasetSchemaDataElement. + public DatasetSchemaDataElement() + { + AdditionalProperties = new ChangeTrackingDictionary(); + } + } +} 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 new file mode 100644 index 000000000000..3bd4ccccab6b --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/DatasetStorageFormat.cs @@ -0,0 +1,20 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System.Collections; +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// The format definition of a storage. + public partial class DatasetStorageFormat : IReadOnlyDictionary + { + /// Initializes a new instance of DatasetStorageFormat. + public DatasetStorageFormat() + { + AdditionalProperties = new ChangeTrackingDictionary(); + Type = "DatasetStorageFormat"; + } + } +} 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 new file mode 100644 index 000000000000..0fd7639b37cf --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/EvaluateDataFlowExpressionRequest.cs @@ -0,0 +1,14 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// Request body structure for data flow expression preview. + public partial class EvaluateDataFlowExpressionRequest + { + /// Initializes a new instance of EvaluateDataFlowExpressionRequest. + public EvaluateDataFlowExpressionRequest() + { + } + } +} 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 new file mode 100644 index 000000000000..be308d7e4907 --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/ExposureControlRequest.cs @@ -0,0 +1,14 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// The exposure control request. + public partial class ExposureControlRequest + { + /// Initializes a new instance of ExposureControlRequest. + public ExposureControlRequest() + { + } + } +} 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 new file mode 100644 index 000000000000..66699a4651fd --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/ExposureControlResponse.cs @@ -0,0 +1,14 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// The exposure control response. + public partial class ExposureControlResponse + { + /// Initializes a new instance of ExposureControlResponse. + public ExposureControlResponse() + { + } + } +} 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 new file mode 100644 index 000000000000..b37357c41def --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/GetSsisObjectMetadataRequest.cs @@ -0,0 +1,14 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// The request payload of get SSIS object metadata. + public partial class GetSsisObjectMetadataRequest + { + /// Initializes a new instance of GetSsisObjectMetadataRequest. + public GetSsisObjectMetadataRequest() + { + } + } +} 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 new file mode 100644 index 000000000000..e0f40218e05c --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/JsonFormat.cs @@ -0,0 +1,15 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// The data stored in JSON format. + public partial class JsonFormat : DatasetStorageFormat + { + /// Initializes a new instance of JsonFormat. + public JsonFormat() + { + Type = "JsonFormat"; + } + } +} diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/JsonFormatFilePattern.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/JsonFormatFilePattern.cs new file mode 100644 index 000000000000..822f5e4aeaf2 --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/JsonFormatFilePattern.cs @@ -0,0 +1,12 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// JSON format file pattern. A property of JsonFormat. + public readonly partial struct JsonFormatFilePattern : IEquatable + { + } +} diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/OrcFormat.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/OrcFormat.cs new file mode 100644 index 000000000000..9f006e51f03e --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/OrcFormat.cs @@ -0,0 +1,15 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// The data stored in Optimized Row Columnar (ORC) format. + public partial class OrcFormat : DatasetStorageFormat + { + /// Initializes a new instance of OrcFormat. + public OrcFormat() + { + Type = "OrcFormat"; + } + } +} diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/ParquetFormat.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/ParquetFormat.cs new file mode 100644 index 000000000000..8399885fedb9 --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/ParquetFormat.cs @@ -0,0 +1,15 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// The data stored in Parquet format. + public partial class ParquetFormat : DatasetStorageFormat + { + /// Initializes a new instance of ParquetFormat. + public ParquetFormat() + { + Type = "ParquetFormat"; + } + } +} 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 new file mode 100644 index 000000000000..54aee56224c4 --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/RerunTriggerListResponse.cs @@ -0,0 +1,26 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; +using System.Collections.Generic; +using System.Linq; + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// A list of rerun triggers. + public partial class RerunTriggerListResponse + { + /// Initializes a new instance of RerunTriggerListResponse. + /// List of rerun triggers. + /// is null. + public RerunTriggerListResponse(IEnumerable value) + { + if (value == null) + { + throw new ArgumentNullException(nameof(value)); + } + + Value = value.ToList(); + } + } +} 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 new file mode 100644 index 000000000000..560e8324c28b --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/RerunTumblingWindowTriggerActionParameter.cs @@ -0,0 +1,22 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// Rerun tumbling window trigger Parameters. + public partial class RerunTumblingWindowTriggerActionParameters + { + /// Initializes a new instance of RerunTumblingWindowTriggerActionParameters. + /// 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. + public RerunTumblingWindowTriggerActionParameters(DateTimeOffset startTime, DateTimeOffset endTime, int maxConcurrency) + { + StartTime = startTime; + EndTime = endTime; + MaxConcurrency = maxConcurrency; + } + } +} 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 new file mode 100644 index 000000000000..ea1b3f03ca8a --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/SsisObjectMetadataStatusResponse.cs @@ -0,0 +1,14 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// The status of the operation. + public partial class SsisObjectMetadataStatusResponse + { + /// Initializes a new instance of SsisObjectMetadataStatusResponse. + public SsisObjectMetadataStatusResponse() + { + } + } +} 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 new file mode 100644 index 000000000000..002f8b2a8767 --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/StartDataFlowDebugSessionRequest.cs @@ -0,0 +1,19 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// Request body structure for starting data flow debug session. + public partial class StartDataFlowDebugSessionRequest + { + /// Initializes a new instance of StartDataFlowDebugSessionRequest. + public StartDataFlowDebugSessionRequest() + { + Datasets = new ChangeTrackingList(); + LinkedServices = new ChangeTrackingList(); + } + } +} 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 new file mode 100644 index 000000000000..bfb747a3db5d --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/StartDataFlowDebugSessionResponse.cs @@ -0,0 +1,14 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// Response body structure for starting data flow debug session. + public partial class StartDataFlowDebugSessionResponse + { + /// Initializes a new instance of StartDataFlowDebugSessionResponse. + public StartDataFlowDebugSessionResponse() + { + } + } +} 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 new file mode 100644 index 000000000000..a7be5c61c2a1 --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/TabularTranslator.cs @@ -0,0 +1,15 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// A copy activity tabular translator. + public partial class TabularTranslator : CopyTranslator + { + /// Initializes a new instance of TabularTranslator. + public TabularTranslator() + { + Type = "TabularTranslator"; + } + } +} 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 new file mode 100644 index 000000000000..9f5509afba73 --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/TextFormat.cs @@ -0,0 +1,15 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// The data stored in text format. + public partial class TextFormat : DatasetStorageFormat + { + /// Initializes a new instance of TextFormat. + public TextFormat() + { + Type = "TextFormat"; + } + } +} 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 new file mode 100644 index 000000000000..7a8395143b66 --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/TriggerDependencyProvisioningStatus.cs @@ -0,0 +1,30 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// Defines the response of a provision trigger dependency operation. + public partial class TriggerDependencyProvisioningStatus + { + /// Initializes a new instance of TriggerDependencyProvisioningStatus. + /// Trigger name. + /// Provisioning status. + /// or is null. + public TriggerDependencyProvisioningStatus(string triggerName, string provisioningStatus) + { + if (triggerName == null) + { + throw new ArgumentNullException(nameof(triggerName)); + } + if (provisioningStatus == null) + { + throw new ArgumentNullException(nameof(provisioningStatus)); + } + + TriggerName = triggerName; + ProvisioningStatus = provisioningStatus; + } + } +} 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 new file mode 100644 index 000000000000..3bb8024841c2 --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/WorkspaceIdentity.cs @@ -0,0 +1,15 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// Identity properties of the workspace resource. + public partial class WorkspaceIdentity + { + /// Initializes a new instance of WorkspaceIdentity. + public WorkspaceIdentity() + { + Type = "SystemAssigned"; + } + } +} 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 new file mode 100644 index 000000000000..ae5105826ae0 --- /dev/null +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Customization/Models/WorkspaceUpdateParameters.cs @@ -0,0 +1,18 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.Analytics.Synapse.Artifacts.Models +{ + /// Parameters for updating a workspace resource. + public partial class WorkspaceUpdateParameters + { + /// Initializes a new instance of WorkspaceUpdateParameters. + public WorkspaceUpdateParameters() + { + Tags = new ChangeTrackingDictionary(); + } + } +} diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/AvroFormat.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/AvroFormat.cs index 86e6b0d358ff..c82a844a6cfe 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/AvroFormat.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/AvroFormat.cs @@ -8,12 +8,7 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// The data stored in Avro format. - internal partial class AvroFormat : DatasetStorageFormat + public partial class AvroFormat : DatasetStorageFormat { - /// Initializes a new instance of AvroFormat. - internal AvroFormat() - { - Type = "AvroFormat"; - } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/CopyBehaviorType.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/CopyBehaviorType.cs index 70cea7fd27ad..2df402fd7ed0 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/CopyBehaviorType.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/CopyBehaviorType.cs @@ -11,7 +11,7 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// All available types of copy behavior. - internal readonly partial struct CopyBehaviorType : IEquatable + public readonly partial struct CopyBehaviorType : IEquatable { private readonly string _value; diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/CopyTranslator.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/CopyTranslator.cs index d1fa455922b8..9b15e8dd9815 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/CopyTranslator.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/CopyTranslator.cs @@ -12,14 +12,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// A copy activity translator. - internal partial class CopyTranslator : IReadOnlyDictionary + public partial class CopyTranslator : IReadOnlyDictionary { - /// Initializes a new instance of CopyTranslator. - internal CopyTranslator() - { - AdditionalProperties = new ChangeTrackingDictionary(); - Type = "CopyTranslator"; - } /// Copy translator type. internal string Type { 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 52871d5de97f..548f9960c1fe 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 @@ -8,12 +8,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// Request body structure for data flow preview data. - internal partial class DataFlowDebugPreviewDataRequest + public partial class DataFlowDebugPreviewDataRequest { - /// Initializes a new instance of DataFlowDebugPreviewDataRequest. - internal DataFlowDebugPreviewDataRequest() - { - } /// The ID of data flow debug session. public string SessionId { 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 e39e18dffbaf..34ace734a95a 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 @@ -8,12 +8,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// Response body structure of data flow query for data preview, statistics or expression preview. - internal partial class DataFlowDebugQueryResponse + public partial class DataFlowDebugQueryResponse { - /// Initializes a new instance of DataFlowDebugQueryResponse. - internal 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 00e7cd556dd2..3fa05b904064 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 @@ -8,12 +8,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// Response body structure of data flow result for data preview, statistics or expression preview. - internal partial class DataFlowDebugResultResponse + public partial class DataFlowDebugResultResponse { - /// Initializes a new instance of DataFlowDebugResultResponse. - internal DataFlowDebugResultResponse() - { - } /// The run status of data preview, statistics or expression preview. public string Status { get; } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DataFlowDebugStatisticsRequest.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DataFlowDebugStatisticsRequest.cs index e9e1aeb78b6c..e22444008d03 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DataFlowDebugStatisticsRequest.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/DataFlowDebugStatisticsRequest.cs @@ -11,13 +11,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// Request body structure for data flow statistics. - internal partial class DataFlowDebugStatisticsRequest + public partial class DataFlowDebugStatisticsRequest { - /// Initializes a new instance of DataFlowDebugStatisticsRequest. - internal DataFlowDebugStatisticsRequest() - { - Columns = new ChangeTrackingList(); - } /// The ID of data flow debug session. public string SessionId { 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 9cf7ff79ab9a..44aaf087b9c5 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 @@ -8,12 +8,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// Columns that define the structure of the dataset. - internal partial class DatasetDataElement + public partial class DatasetDataElement { - /// Initializes a new instance of DatasetDataElement. - internal DatasetDataElement() - { - } /// Name of the column. Type: string (or Expression with resultType string). public object Name { 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 defd5e88e76b..87c93e6ab3e7 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 @@ -12,13 +12,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// Columns that define the physical type schema of the dataset. - internal partial class DatasetSchemaDataElement : IReadOnlyDictionary + public partial class DatasetSchemaDataElement : IReadOnlyDictionary { - /// Initializes a new instance of DatasetSchemaDataElement. - internal DatasetSchemaDataElement() - { - AdditionalProperties = new ChangeTrackingDictionary(); - } /// Name of the schema column. Type: string (or Expression with resultType string). public object Name { get; } 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 cfedd47f4829..81aa07bb1a3f 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 @@ -12,14 +12,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// The format definition of a storage. - internal partial class DatasetStorageFormat : IReadOnlyDictionary + public partial class DatasetStorageFormat : IReadOnlyDictionary { - /// Initializes a new instance of DatasetStorageFormat. - internal DatasetStorageFormat() - { - AdditionalProperties = new ChangeTrackingDictionary(); - Type = "DatasetStorageFormat"; - } /// Type of dataset storage format. internal string Type { get; set; } 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 28d533382af5..f36a7fc7fd79 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 @@ -8,12 +8,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// Request body structure for data flow expression preview. - internal partial class EvaluateDataFlowExpressionRequest + public partial class EvaluateDataFlowExpressionRequest { - /// Initializes a new instance of EvaluateDataFlowExpressionRequest. - internal EvaluateDataFlowExpressionRequest() - { - } /// The ID of data flow debug session. public string SessionId { 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 f9cdf6ce5c10..00739c3c32c5 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 @@ -8,12 +8,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// The exposure control request. - internal partial class ExposureControlRequest + public partial class ExposureControlRequest { - /// Initializes a new instance of ExposureControlRequest. - internal ExposureControlRequest() - { - } /// The feature name. public string FeatureName { 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 eaa75c15c1d9..a02c589350b0 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 @@ -8,12 +8,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// The exposure control response. - internal partial class ExposureControlResponse + public partial class ExposureControlResponse { - /// Initializes a new instance of ExposureControlResponse. - internal ExposureControlResponse() - { - } /// The feature name. public string FeatureName { 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 aba7147a9c31..f408b86319a7 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 @@ -8,12 +8,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// The request payload of get SSIS object metadata. - internal partial class GetSsisObjectMetadataRequest + public partial class GetSsisObjectMetadataRequest { - /// Initializes a new instance of GetSsisObjectMetadataRequest. - internal 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 741af26ca1e1..6c2725355d1e 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 @@ -8,13 +8,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// The data stored in JSON format. - internal partial class JsonFormat : DatasetStorageFormat + public partial class JsonFormat : DatasetStorageFormat { - /// Initializes a new instance of JsonFormat. - internal 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; } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/JsonFormatFilePattern.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/JsonFormatFilePattern.cs index 752591ab32b7..1a4c7ef94810 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/JsonFormatFilePattern.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/JsonFormatFilePattern.cs @@ -11,7 +11,7 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// JSON format file pattern. A property of JsonFormat. - internal readonly partial struct JsonFormatFilePattern : IEquatable + public readonly partial struct JsonFormatFilePattern : IEquatable { private readonly string _value; diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/OrcFormat.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/OrcFormat.cs index 0d4332b974c5..c8e2fad55493 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/OrcFormat.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/OrcFormat.cs @@ -8,12 +8,7 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// The data stored in Optimized Row Columnar (ORC) format. - internal partial class OrcFormat : DatasetStorageFormat + public partial class OrcFormat : DatasetStorageFormat { - /// Initializes a new instance of OrcFormat. - internal OrcFormat() - { - Type = "OrcFormat"; - } } } diff --git a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/ParquetFormat.cs b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/ParquetFormat.cs index a39669507631..fc53579ee137 100644 --- a/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/ParquetFormat.cs +++ b/sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/ParquetFormat.cs @@ -8,12 +8,7 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// The data stored in Parquet format. - internal partial class ParquetFormat : DatasetStorageFormat + public partial class ParquetFormat : DatasetStorageFormat { - /// Initializes a new instance of ParquetFormat. - internal ParquetFormat() - { - Type = "ParquetFormat"; - } } } 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 56104d75944d..f1da8316a7de 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 @@ -12,20 +12,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// A list of rerun triggers. - internal partial class RerunTriggerListResponse + public partial class RerunTriggerListResponse { - /// Initializes a new instance of RerunTriggerListResponse. - /// List of rerun triggers. - /// is null. - internal RerunTriggerListResponse(IEnumerable value) - { - if (value == null) - { - throw new ArgumentNullException(nameof(value)); - } - - Value = value.ToList(); - } /// List of rerun triggers. public IReadOnlyList Value { 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 45ccb53b457d..9bcf37661bcb 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 @@ -10,18 +10,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// Rerun tumbling window trigger Parameters. - internal partial class RerunTumblingWindowTriggerActionParameters + public partial class RerunTumblingWindowTriggerActionParameters { - /// Initializes a new instance of RerunTumblingWindowTriggerActionParameters. - /// 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. - internal RerunTumblingWindowTriggerActionParameters(DateTimeOffset startTime, DateTimeOffset endTime, int maxConcurrency) - { - StartTime = startTime; - 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; } 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 42255aea828d..ac4a479f5e86 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 @@ -8,12 +8,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// The status of the operation. - internal partial class SsisObjectMetadataStatusResponse + public partial class SsisObjectMetadataStatusResponse { - /// Initializes a new instance of SsisObjectMetadataStatusResponse. - internal SsisObjectMetadataStatusResponse() - { - } /// The status of the operation. public string Status { 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 253b5708a46e..05d3f6b8c334 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 @@ -11,14 +11,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// Request body structure for starting data flow debug session. - internal partial class StartDataFlowDebugSessionRequest + public partial class StartDataFlowDebugSessionRequest { - /// Initializes a new instance of StartDataFlowDebugSessionRequest. - internal StartDataFlowDebugSessionRequest() - { - Datasets = new ChangeTrackingList(); - LinkedServices = new ChangeTrackingList(); - } /// The ID of data flow debug session. public string SessionId { 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 4154b94c5c2f..a93428629af6 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 @@ -8,12 +8,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// Response body structure for starting data flow debug session. - internal partial class StartDataFlowDebugSessionResponse + public partial class StartDataFlowDebugSessionResponse { - /// Initializes a new instance of StartDataFlowDebugSessionResponse. - internal 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 39c9c0e1b721..3b96f8a54cd6 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 @@ -8,13 +8,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// A copy activity tabular translator. - internal partial class TabularTranslator : CopyTranslator + public partial class TabularTranslator : CopyTranslator { - /// Initializes a new instance of TabularTranslator. - internal 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; } 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 b0afe00d7dcc..911189ca2e56 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 @@ -8,13 +8,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// The data stored in text format. - internal partial class TextFormat : DatasetStorageFormat + public partial class TextFormat : DatasetStorageFormat { - /// Initializes a new instance of TextFormat. - internal TextFormat() - { - Type = "TextFormat"; - } /// The column delimiter. Type: string (or Expression with resultType string). public object ColumnDelimiter { 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 b855bb1c60a6..388cc42d4d3c 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 @@ -10,26 +10,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// Defines the response of a provision trigger dependency operation. - internal partial class TriggerDependencyProvisioningStatus + public partial class TriggerDependencyProvisioningStatus { - /// Initializes a new instance of TriggerDependencyProvisioningStatus. - /// Trigger name. - /// Provisioning status. - /// or is null. - internal TriggerDependencyProvisioningStatus(string triggerName, string provisioningStatus) - { - if (triggerName == null) - { - throw new ArgumentNullException(nameof(triggerName)); - } - if (provisioningStatus == null) - { - throw new ArgumentNullException(nameof(provisioningStatus)); - } - - TriggerName = triggerName; - ProvisioningStatus = provisioningStatus; - } /// Trigger name. public string TriggerName { 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 f07066d07079..c48904bbe523 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 @@ -8,13 +8,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// Identity properties of the workspace resource. - internal partial class WorkspaceIdentity + public partial class WorkspaceIdentity { - /// Initializes a new instance of WorkspaceIdentity. - internal WorkspaceIdentity() - { - Type = "SystemAssigned"; - } /// The identity type. Currently the only supported type is 'SystemAssigned'. public string Type { 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 c15be2f98fb1..49890aecbe2f 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 @@ -11,13 +11,8 @@ namespace Azure.Analytics.Synapse.Artifacts.Models { /// Parameters for updating a workspace resource. - internal partial class WorkspaceUpdateParameters + public partial class WorkspaceUpdateParameters { - /// Initializes a new instance of WorkspaceUpdateParameters. - internal WorkspaceUpdateParameters() - { - Tags = new ChangeTrackingDictionary(); - } /// The resource tags. public IReadOnlyDictionary Tags { get; }