Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR Azure.ResourceManager.Synapse] Added final state-async operation #3940

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public partial class SynapseBigDataPoolInfoData : Azure.ResourceManager.Models.T
public SynapseBigDataPoolInfoData(Azure.Core.AzureLocation location) : base (default(Azure.Core.AzureLocation)) { }
public Azure.ResourceManager.Synapse.Models.BigDataPoolAutoPauseProperties AutoPause { get { throw null; } set { } }
public Azure.ResourceManager.Synapse.Models.BigDataPoolAutoScaleProperties AutoScale { get { throw null; } set { } }
public int? CacheSize { get { throw null; } set { } }
public int? CacheSize { get { throw null; } }
public System.DateTimeOffset? CreatedOn { get { throw null; } }
public System.Collections.Generic.IList<Azure.ResourceManager.Synapse.Models.BigDataPoolLibraryInfo> CustomLibraries { get { throw null; } }
public string DefaultSparkLogFolder { get { throw null; } set { } }
Expand Down Expand Up @@ -882,7 +882,7 @@ public SynapseLibraryData() { }
public string Path { get { throw null; } set { } }
public string ProvisioningStatus { get { throw null; } }
public string TypePropertiesType { get { throw null; } set { } }
public System.DateTimeOffset? UploadedOn { get { throw null; } set { } }
public System.DateTimeOffset? UploadedOn { get { throw null; } }
}
public partial class SynapseLibraryResource : Azure.ResourceManager.ArmResource
{
Expand Down Expand Up @@ -2003,10 +2003,10 @@ public partial class SynapseWorkspaceData : Azure.ResourceManager.Models.Tracked
{
public SynapseWorkspaceData(Azure.Core.AzureLocation location) : base (default(Azure.Core.AzureLocation)) { }
public Azure.Core.ResourceIdentifier AdlaResourceId { get { throw null; } }
public System.Collections.Generic.IDictionary<string, string> ConnectivityEndpoints { get { throw null; } }
public System.Collections.Generic.IReadOnlyDictionary<string, string> ConnectivityEndpoints { get { throw null; } }
public Azure.ResourceManager.Synapse.Models.SynapseDataLakeStorageAccountDetails DefaultDataLakeStorage { get { throw null; } set { } }
public Azure.ResourceManager.Synapse.Models.SynapseEncryptionDetails Encryption { get { throw null; } set { } }
public System.Collections.Generic.IReadOnlyDictionary<string, System.BinaryData> ExtraProperties { get { throw null; } }
public System.BinaryData ExtraProperties { get { throw null; } }
public Azure.ResourceManager.Models.ManagedServiceIdentity Identity { get { throw null; } set { } }
public System.Guid? InitialWorkspaceAdminObjectId { get { throw null; } set { } }
public bool? IsAadOnlyAuthenticationEnabled { get { throw null; } set { } }
Expand Down Expand Up @@ -2190,7 +2190,7 @@ public BigDataPoolLibraryInfo() { }
public string Name { get { throw null; } set { } }
public string Path { get { throw null; } set { } }
public string ProvisioningStatus { get { throw null; } }
public System.DateTimeOffset? UploadedOn { get { throw null; } set { } }
public System.DateTimeOffset? UploadedOn { get { throw null; } }
}
public partial class BigDataPoolLibraryRequirements
{
Expand Down Expand Up @@ -3930,10 +3930,12 @@ internal SynapseSelfHostedIntegrationRuntimeStatus() { }
public System.Collections.Generic.IReadOnlyList<string> NewerVersions { get { throw null; } }
public string NodeCommunicationChannelEncryptionMode { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Synapse.Models.SynapseSelfHostedIntegrationRuntimeNode> Nodes { get { throw null; } }
public int? OSType { get { throw null; } }
public string PushedVersion { get { throw null; } }
public System.DateTimeOffset? ScheduledUpdateOn { get { throw null; } }
public string ServiceRegion { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<string> ServiceUrls { get { throw null; } }
public int? TargetFramework { get { throw null; } }
public string TaskQueueId { get { throw null; } }
public string UpdateDelayOffset { get { throw null; } }
public string Version { get { throw null; } }
Expand Down

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.

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.

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.

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.

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

Loading