Skip to content

Commit

Permalink
CodeGen from PR 22303 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 1db49fca75c78688f4487e5a08c9dbfcc2268fb7 into dea4d453ca250eae677d69751d909df00d6b6b05
  • Loading branch information
SDKAuto committed Feb 1, 2023
1 parent b7e182f commit e226c7f
Show file tree
Hide file tree
Showing 16 changed files with 207 additions and 72 deletions.
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 @@ -1381,7 +1381,7 @@ protected SynapseServerVulnerabilityAssessmentCollection() { }
public partial class SynapseServerVulnerabilityAssessmentData : Azure.ResourceManager.Models.ResourceData
{
public SynapseServerVulnerabilityAssessmentData() { }
public Azure.ResourceManager.Synapse.Models.SynapseVulnerabilityAssessmentRecurringScansProperties RecurringScans { get { throw null; } set { } }
public Azure.ResourceManager.Synapse.Models.VulnerabilityAssessmentRecurringScansPropertiesAutoGenerated RecurringScans { get { throw null; } set { } }
public string StorageAccountAccessKey { get { throw null; } set { } }
public string StorageContainerPath { get { throw null; } set { } }
public string StorageContainerSasKey { get { throw null; } set { } }
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 Expand Up @@ -4279,6 +4281,13 @@ public partial class UpdateIntegrationRuntimeNodeContent
public UpdateIntegrationRuntimeNodeContent() { }
public int? ConcurrentJobsLimit { get { throw null; } set { } }
}
public partial class VulnerabilityAssessmentRecurringScansPropertiesAutoGenerated
{
public VulnerabilityAssessmentRecurringScansPropertiesAutoGenerated() { }
public System.Collections.Generic.IList<string> Emails { get { throw null; } }
public bool? EmailSubscriptionAdmins { get { throw null; } set { } }
public bool? IsEnabled { get { throw null; } set { } }
}
public partial class WorkspaceCustomerManagedKeyDetails
{
public WorkspaceCustomerManagedKeyDetails() { }
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.

Loading

0 comments on commit e226c7f

Please sign in to comment.