Skip to content

Commit

Permalink
[Synapse] Update swagger
Browse files Browse the repository at this point in the history
- Bump to eea7c0141c0b7ad9f66f8ba06560b549c6b3b014
  • Loading branch information
chamons authored Dec 7, 2020
1 parent 3fdc7b7 commit ee55027
Show file tree
Hide file tree
Showing 27 changed files with 256 additions and 144 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Run `dotnet build /t:GenerateCode` to generate code.
> see https://aka.ms/autorest
```yaml
repo: https://github.com/Azure/azure-rest-api-specs/blob/fdf4bbfd7a73b28960d3a62490440345d6f2e8e3
repo: https://github.com/Azure/azure-rest-api-specs/blob/eea7c0141c0b7ad9f66f8ba06560b549c6b3b014
```
``` yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1387,11 +1387,6 @@ public AzureTableStorageLinkedService() { }
public Azure.Analytics.Synapse.Artifacts.Models.AzureKeyVaultSecretReference SasToken { get { throw null; } set { } }
public object SasUri { get { throw null; } set { } }
}
public partial class BabylonConfiguration
{
public BabylonConfiguration() { }
public string BabylonResourceId { get { throw null; } set { } }
}
public partial class BigDataPoolReference
{
public BigDataPoolReference(Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReferenceType type, string referenceName) { }
Expand Down Expand Up @@ -1422,12 +1417,14 @@ public BigDataPoolResourceInfo(string location) : base (default(string)) { }
public Azure.Analytics.Synapse.Artifacts.Models.AutoScaleProperties AutoScale { get { throw null; } set { } }
public System.DateTimeOffset? CreationDate { get { throw null; } set { } }
public string DefaultSparkLogFolder { get { throw null; } set { } }
public bool? HaveLibraryRequirementsChanged { get { throw null; } set { } }
public bool? IsComputeIsolationEnabled { get { throw null; } set { } }
public Azure.Analytics.Synapse.Artifacts.Models.LibraryRequirements LibraryRequirements { get { throw null; } set { } }
public int? NodeCount { get { throw null; } set { } }
public Azure.Analytics.Synapse.Artifacts.Models.NodeSize? NodeSize { get { throw null; } set { } }
public Azure.Analytics.Synapse.Artifacts.Models.NodeSizeFamily? NodeSizeFamily { get { throw null; } set { } }
public string ProvisioningState { get { throw null; } set { } }
public bool? SessionLevelPackagesEnabled { get { throw null; } set { } }
public Azure.Analytics.Synapse.Artifacts.Models.LibraryRequirements SparkConfigProperties { get { throw null; } set { } }
public string SparkEventsFolder { get { throw null; } set { } }
public string SparkVersion { get { throw null; } set { } }
Expand Down Expand Up @@ -1456,29 +1453,29 @@ public BinarySource() { }
}
public partial class BlobEventsTrigger : Azure.Analytics.Synapse.Artifacts.Models.MultiplePipelineTrigger
{
public BlobEventsTrigger(System.Collections.Generic.IEnumerable<Azure.Analytics.Synapse.Artifacts.Models.BlobEventTypes> events, string scope) { }
public BlobEventsTrigger(System.Collections.Generic.IEnumerable<Azure.Analytics.Synapse.Artifacts.Models.BlobEventType> events, string scope) { }
public string BlobPathBeginsWith { get { throw null; } set { } }
public string BlobPathEndsWith { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.Analytics.Synapse.Artifacts.Models.BlobEventTypes> Events { get { throw null; } }
public System.Collections.Generic.IList<Azure.Analytics.Synapse.Artifacts.Models.BlobEventType> Events { get { throw null; } }
public bool? IgnoreEmptyBlobs { get { throw null; } set { } }
public string Scope { get { throw null; } set { } }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct BlobEventTypes : System.IEquatable<Azure.Analytics.Synapse.Artifacts.Models.BlobEventTypes>
public readonly partial struct BlobEventType : System.IEquatable<Azure.Analytics.Synapse.Artifacts.Models.BlobEventType>
{
private readonly object _dummy;
private readonly int _dummyPrimitive;
public BlobEventTypes(string value) { throw null; }
public static Azure.Analytics.Synapse.Artifacts.Models.BlobEventTypes MicrosoftStorageBlobCreated { get { throw null; } }
public static Azure.Analytics.Synapse.Artifacts.Models.BlobEventTypes MicrosoftStorageBlobDeleted { get { throw null; } }
public bool Equals(Azure.Analytics.Synapse.Artifacts.Models.BlobEventTypes other) { throw null; }
public BlobEventType(string value) { throw null; }
public static Azure.Analytics.Synapse.Artifacts.Models.BlobEventType MicrosoftStorageBlobCreated { get { throw null; } }
public static Azure.Analytics.Synapse.Artifacts.Models.BlobEventType MicrosoftStorageBlobDeleted { get { throw null; } }
public bool Equals(Azure.Analytics.Synapse.Artifacts.Models.BlobEventType 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.BlobEventTypes left, Azure.Analytics.Synapse.Artifacts.Models.BlobEventTypes right) { throw null; }
public static implicit operator Azure.Analytics.Synapse.Artifacts.Models.BlobEventTypes (string value) { throw null; }
public static bool operator !=(Azure.Analytics.Synapse.Artifacts.Models.BlobEventTypes left, Azure.Analytics.Synapse.Artifacts.Models.BlobEventTypes right) { throw null; }
public static bool operator ==(Azure.Analytics.Synapse.Artifacts.Models.BlobEventType left, Azure.Analytics.Synapse.Artifacts.Models.BlobEventType right) { throw null; }
public static implicit operator Azure.Analytics.Synapse.Artifacts.Models.BlobEventType (string value) { throw null; }
public static bool operator !=(Azure.Analytics.Synapse.Artifacts.Models.BlobEventType left, Azure.Analytics.Synapse.Artifacts.Models.BlobEventType right) { throw null; }
public override string ToString() { throw null; }
}
public partial class BlobSink : Azure.Analytics.Synapse.Artifacts.Models.CopySink
Expand Down Expand Up @@ -4994,6 +4991,11 @@ public partial class ProxyResource : Azure.Analytics.Synapse.Artifacts.Models.Re
{
public ProxyResource() { }
}
public partial class PurviewConfiguration
{
public PurviewConfiguration() { }
public string PurviewResourceId { get { throw null; } set { } }
}
public partial class QueryDataFlowDebugSessionsResponse
{
internal QueryDataFlowDebugSessionsResponse() { }
Expand Down Expand Up @@ -6293,7 +6295,7 @@ public SqlPool(string location) : base (default(string)) { }
public long? MaxSizeBytes { get { throw null; } set { } }
public string ProvisioningState { get { throw null; } set { } }
public string RecoverableDatabaseId { get { throw null; } set { } }
public System.DateTimeOffset? RestorePointInTime { get { throw null; } set { } }
public string RestorePointInTime { get { throw null; } set { } }
public Azure.Analytics.Synapse.Artifacts.Models.Sku Sku { get { throw null; } set { } }
public string SourceDatabaseId { get { throw null; } set { } }
public string Status { get { throw null; } set { } }
Expand Down Expand Up @@ -6757,7 +6759,7 @@ public partial class SybaseTableDataset : Azure.Analytics.Synapse.Artifacts.Mode
public SybaseTableDataset(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 SynapseNotebookActivity : Azure.Analytics.Synapse.Artifacts.Models.Activity
public partial class SynapseNotebookActivity : Azure.Analytics.Synapse.Artifacts.Models.ExecutionActivity
{
public SynapseNotebookActivity(string name, Azure.Analytics.Synapse.Artifacts.Models.SynapseNotebookReference notebook) : base (default(string)) { }
public Azure.Analytics.Synapse.Artifacts.Models.SynapseNotebookReference Notebook { get { throw null; } set { } }
Expand All @@ -6769,7 +6771,7 @@ public SynapseNotebookReference(Azure.Analytics.Synapse.Artifacts.Models.Noteboo
public string ReferenceName { get { throw null; } set { } }
public Azure.Analytics.Synapse.Artifacts.Models.NotebookReferenceType Type { get { throw null; } set { } }
}
public partial class SynapseSparkJobDefinitionActivity : Azure.Analytics.Synapse.Artifacts.Models.Activity
public partial class SynapseSparkJobDefinitionActivity : Azure.Analytics.Synapse.Artifacts.Models.ExecutionActivity
{
public SynapseSparkJobDefinitionActivity(string name, Azure.Analytics.Synapse.Artifacts.Models.SynapseSparkJobReference sparkJob) : base (default(string)) { }
public Azure.Analytics.Synapse.Artifacts.Models.SynapseSparkJobReference SparkJob { get { throw null; } set { } }
Expand Down Expand Up @@ -7243,7 +7245,6 @@ public WebTableDataset(Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceRef
public partial class Workspace : Azure.Analytics.Synapse.Artifacts.Models.TrackedResource
{
public Workspace(string location) : base (default(string)) { }
public Azure.Analytics.Synapse.Artifacts.Models.BabylonConfiguration BabylonConfiguration { get { throw null; } set { } }
public System.Collections.Generic.IDictionary<string, string> ConnectivityEndpoints { get { throw null; } }
public Azure.Analytics.Synapse.Artifacts.Models.DataLakeStorageAccountDetails DefaultDataLakeStorage { get { throw null; } set { } }
public Azure.Analytics.Synapse.Artifacts.Models.EncryptionDetails Encryption { get { throw null; } set { } }
Expand All @@ -7254,6 +7255,7 @@ public Workspace(string location) : base (default(string)) { }
public Azure.Analytics.Synapse.Artifacts.Models.ManagedVirtualNetworkSettings ManagedVirtualNetworkSettings { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.Analytics.Synapse.Artifacts.Models.PrivateEndpointConnection> PrivateEndpointConnections { get { throw null; } }
public string ProvisioningState { get { throw null; } }
public Azure.Analytics.Synapse.Artifacts.Models.PurviewConfiguration PurviewConfiguration { get { throw null; } set { } }
public string SqlAdministratorLogin { get { throw null; } set { } }
public string SqlAdministratorLoginPassword { get { throw null; } set { } }
public Azure.Analytics.Synapse.Artifacts.Models.VirtualNetworkProfile VirtualNetworkProfile { get { throw null; } set { } }
Expand Down

This file was deleted.

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

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

Loading

0 comments on commit ee55027

Please sign in to comment.