Skip to content

Commit

Permalink
Generated code is not up to date, running script to update the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivangiReja committed Jun 10, 2020
1 parent 58761ee commit 9a5b3fa
Show file tree
Hide file tree
Showing 12 changed files with 5,062 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1950,7 +1950,7 @@ public ContainerServicePrincipalProfile(string clientId, string secret) { }
public partial class ContainerServiceSshConfiguration
{
public ContainerServiceSshConfiguration(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.ContainerServiceSshPublicKey> publicKeys) { }
public System.Collections.Generic.IList<Azure.ResourceManager.Compute.Models.ContainerServiceSshPublicKey> PublicKeys { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Compute.Models.ContainerServiceSshPublicKey> PublicKeys { get { throw null; } }
}
public partial class ContainerServiceSshPublicKey
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ public VaultAccessPolicyParameters(Azure.ResourceManager.KeyVault.Models.VaultAc
public partial class VaultAccessPolicyProperties
{
public VaultAccessPolicyProperties(System.Collections.Generic.IEnumerable<Azure.ResourceManager.KeyVault.Models.AccessPolicyEntry> accessPolicies) { }
public System.Collections.Generic.IList<Azure.ResourceManager.KeyVault.Models.AccessPolicyEntry> AccessPolicies { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.KeyVault.Models.AccessPolicyEntry> AccessPolicies { get { throw null; } }
}
public partial class VaultCheckNameAvailabilityParameters
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4119,7 +4119,7 @@ public partial class ApplicationGatewayFirewallRuleGroup
public ApplicationGatewayFirewallRuleGroup(string ruleGroupName, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallRule> rules) { }
public string Description { get { throw null; } set { } }
public string RuleGroupName { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallRule> Rules { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallRule> Rules { get { throw null; } }
}
public partial class ApplicationGatewayFirewallRuleSet : Azure.ResourceManager.Network.Models.Resource
{
Expand Down Expand Up @@ -5488,11 +5488,11 @@ public ConnectionMonitorTestConfiguration(string name, Azure.ResourceManager.Net
public partial class ConnectionMonitorTestGroup
{
public ConnectionMonitorTestGroup(string name, System.Collections.Generic.IEnumerable<string> testConfigurations, System.Collections.Generic.IEnumerable<string> sources, System.Collections.Generic.IEnumerable<string> destinations) { }
public System.Collections.Generic.IList<string> Destinations { get { throw null; } set { } }
public System.Collections.Generic.IList<string> Destinations { get { throw null; } }
public bool? Disable { get { throw null; } set { } }
public string Name { get { throw null; } set { } }
public System.Collections.Generic.IList<string> Sources { get { throw null; } set { } }
public System.Collections.Generic.IList<string> TestConfigurations { get { throw null; } set { } }
public System.Collections.Generic.IList<string> Sources { get { throw null; } }
public System.Collections.Generic.IList<string> TestConfigurations { get { throw null; } }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct ConnectionMonitorType : System.IEquatable<Azure.ResourceManager.Network.Models.ConnectionMonitorType>
Expand Down Expand Up @@ -6882,7 +6882,7 @@ public HubIPAddresses() { }
public partial class HubRoute
{
public HubRoute(string name, string destinationType, System.Collections.Generic.IEnumerable<string> destinations, string nextHopType, string nextHop) { }
public System.Collections.Generic.IList<string> Destinations { get { throw null; } set { } }
public System.Collections.Generic.IList<string> Destinations { get { throw null; } }
public string DestinationType { get { throw null; } set { } }
public string Name { get { throw null; } set { } }
public string NextHop { get { throw null; } set { } }
Expand Down Expand Up @@ -7510,7 +7510,7 @@ public partial class ManagedRulesDefinition
{
public ManagedRulesDefinition(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ManagedRuleSet> managedRuleSets) { }
public System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.OwaspCrsExclusionEntry> Exclusions { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ManagedRuleSet> ManagedRuleSets { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ManagedRuleSet> ManagedRuleSets { get { throw null; } }
}
public partial class ManagedRuleSet
{
Expand All @@ -7530,8 +7530,8 @@ public ManagedServiceIdentity() { }
public partial class MatchCondition
{
public MatchCondition(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.MatchVariable> matchVariables, Azure.ResourceManager.Network.Models.WebApplicationFirewallOperator @operator, System.Collections.Generic.IEnumerable<string> matchValues) { }
public System.Collections.Generic.IList<string> MatchValues { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.MatchVariable> MatchVariables { get { throw null; } set { } }
public System.Collections.Generic.IList<string> MatchValues { get { throw null; } }
public System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.MatchVariable> MatchVariables { get { throw null; } }
public bool? NegationConditon { get { throw null; } set { } }
public Azure.ResourceManager.Network.Models.WebApplicationFirewallOperator Operator { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.WebApplicationFirewallTransform> Transforms { get { throw null; } set { } }
Expand Down Expand Up @@ -9135,8 +9135,8 @@ public TrafficAnalyticsProperties() { }
public partial class TrafficSelectorPolicy
{
public TrafficSelectorPolicy(System.Collections.Generic.IEnumerable<string> localAddressRanges, System.Collections.Generic.IEnumerable<string> remoteAddressRanges) { }
public System.Collections.Generic.IList<string> LocalAddressRanges { get { throw null; } set { } }
public System.Collections.Generic.IList<string> RemoteAddressRanges { get { throw null; } set { } }
public System.Collections.Generic.IList<string> LocalAddressRanges { get { throw null; } }
public System.Collections.Generic.IList<string> RemoteAddressRanges { get { throw null; } }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct TransportProtocol : System.IEquatable<Azure.ResourceManager.Network.Models.TransportProtocol>
Expand Down Expand Up @@ -10179,7 +10179,7 @@ public partial class WebApplicationFirewallCustomRule
public WebApplicationFirewallCustomRule(int priority, Azure.ResourceManager.Network.Models.WebApplicationFirewallRuleType ruleType, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.MatchCondition> matchConditions, Azure.ResourceManager.Network.Models.WebApplicationFirewallAction action) { }
public Azure.ResourceManager.Network.Models.WebApplicationFirewallAction Action { get { throw null; } set { } }
public string Etag { get { throw null; } }
public System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.MatchCondition> MatchConditions { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.MatchCondition> MatchConditions { get { throw null; } }
public string Name { get { throw null; } set { } }
public int Priority { get { throw null; } set { } }
public Azure.ResourceManager.Network.Models.WebApplicationFirewallRuleType RuleType { get { throw null; } set { } }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ public partial class ApplicationDefinition : Azure.ResourceManager.Resources.Mod
{
public ApplicationDefinition(Azure.ResourceManager.Resources.Models.ApplicationLockLevel lockLevel, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.ApplicationProviderAuthorization> authorizations) { }
public System.Collections.Generic.IList<Azure.ResourceManager.Resources.Models.ApplicationArtifact> Artifacts { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Resources.Models.ApplicationProviderAuthorization> Authorizations { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Resources.Models.ApplicationProviderAuthorization> Authorizations { get { throw null; } }
public object CreateUiDefinition { get { throw null; } set { } }
public string Description { get { throw null; } set { } }
public string DisplayName { get { throw null; } set { } }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public BlobContainer() { }
public partial class BlobRestoreParameters
{
public BlobRestoreParameters(System.DateTimeOffset timeToRestore, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Storage.Models.BlobRestoreRange> blobRanges) { }
public System.Collections.Generic.IList<Azure.ResourceManager.Storage.Models.BlobRestoreRange> BlobRanges { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Storage.Models.BlobRestoreRange> BlobRanges { get { throw null; } }
public System.DateTimeOffset TimeToRestore { get { throw null; } set { } }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
Expand Down Expand Up @@ -440,10 +440,10 @@ internal CheckNameAvailabilityResult() { }
public partial class CorsRule
{
public CorsRule(System.Collections.Generic.IEnumerable<string> allowedOrigins, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Storage.Models.CorsRuleAllowedMethodsItem> allowedMethods, int maxAgeInSeconds, System.Collections.Generic.IEnumerable<string> exposedHeaders, System.Collections.Generic.IEnumerable<string> allowedHeaders) { }
public System.Collections.Generic.IList<string> AllowedHeaders { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Storage.Models.CorsRuleAllowedMethodsItem> AllowedMethods { get { throw null; } set { } }
public System.Collections.Generic.IList<string> AllowedOrigins { get { throw null; } set { } }
public System.Collections.Generic.IList<string> ExposedHeaders { get { throw null; } set { } }
public System.Collections.Generic.IList<string> AllowedHeaders { get { throw null; } }
public System.Collections.Generic.IList<Azure.ResourceManager.Storage.Models.CorsRuleAllowedMethodsItem> AllowedMethods { get { throw null; } }
public System.Collections.Generic.IList<string> AllowedOrigins { get { throw null; } }
public System.Collections.Generic.IList<string> ExposedHeaders { get { throw null; } }
public int MaxAgeInSeconds { get { throw null; } set { } }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
Expand Down Expand Up @@ -976,7 +976,7 @@ public partial class LegalHold
{
public LegalHold(System.Collections.Generic.IEnumerable<string> tags) { }
public bool? HasLegalHold { get { throw null; } }
public System.Collections.Generic.IList<string> Tags { get { throw null; } set { } }
public System.Collections.Generic.IList<string> Tags { get { throw null; } }
}
public partial class LegalHoldProperties
{
Expand Down Expand Up @@ -1076,7 +1076,7 @@ public partial class ManagementPolicyFilter
{
public ManagementPolicyFilter(System.Collections.Generic.IEnumerable<string> blobTypes) { }
public System.Collections.Generic.IList<Azure.ResourceManager.Storage.Models.TagFilter> BlobIndexMatch { get { throw null; } set { } }
public System.Collections.Generic.IList<string> BlobTypes { get { throw null; } set { } }
public System.Collections.Generic.IList<string> BlobTypes { get { throw null; } }
public System.Collections.Generic.IList<string> PrefixMatch { get { throw null; } set { } }
}
public partial class ManagementPolicyRule
Expand All @@ -1090,7 +1090,7 @@ public ManagementPolicyRule(string name, Azure.ResourceManager.Storage.Models.Ma
public partial class ManagementPolicySchema
{
public ManagementPolicySchema(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Storage.Models.ManagementPolicyRule> rules) { }
public System.Collections.Generic.IList<Azure.ResourceManager.Storage.Models.ManagementPolicyRule> Rules { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Storage.Models.ManagementPolicyRule> Rules { get { throw null; } }
}
public partial class ManagementPolicySnapShot
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
namespace Azure.Analytics.Synapse.AccessControl
{
public partial class AccessControlClient
{
protected AccessControlClient() { }
public AccessControlClient(System.Uri endpoint, Azure.Core.TokenCredential credential) { }
public AccessControlClient(System.Uri endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.Synapse.AccessControl.AccessControlClientOptions options) { }
public virtual Azure.Response<Azure.Analytics.Synapse.AccessControl.Models.RoleAssignmentDetails> CreateRoleAssignment(Azure.Analytics.Synapse.AccessControl.Models.RoleAssignmentOptions createRoleAssignmentOptions, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.Synapse.AccessControl.Models.RoleAssignmentDetails>> CreateRoleAssignmentAsync(Azure.Analytics.Synapse.AccessControl.Models.RoleAssignmentOptions createRoleAssignmentOptions, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.Response DeleteRoleAssignmentById(string roleAssignmentId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response> DeleteRoleAssignmentByIdAsync(string roleAssignmentId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.Response<System.Collections.Generic.IReadOnlyList<string>> GetCallerRoleAssignments(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response<System.Collections.Generic.IReadOnlyList<string>>> GetCallerRoleAssignmentsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.Response<Azure.Analytics.Synapse.AccessControl.Models.RoleAssignmentDetails> GetRoleAssignmentById(string roleAssignmentId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.Synapse.AccessControl.Models.RoleAssignmentDetails>> GetRoleAssignmentByIdAsync(string roleAssignmentId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.Analytics.Synapse.AccessControl.Models.RoleAssignmentDetails>> GetRoleAssignments(string roleId = null, string principalId = null, string continuationToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.Analytics.Synapse.AccessControl.Models.RoleAssignmentDetails>>> GetRoleAssignmentsAsync(string roleId = null, string principalId = null, string continuationToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.Response<Azure.Analytics.Synapse.AccessControl.Models.SynapseRole> GetRoleDefinitionById(string roleId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.Synapse.AccessControl.Models.SynapseRole>> GetRoleDefinitionByIdAsync(string roleId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.Pageable<Azure.Analytics.Synapse.AccessControl.Models.SynapseRole> GetRoleDefinitions(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.AsyncPageable<Azure.Analytics.Synapse.AccessControl.Models.SynapseRole> GetRoleDefinitionsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
}
public partial class AccessControlClientOptions : Azure.Core.ClientOptions
{
public AccessControlClientOptions(Azure.Analytics.Synapse.AccessControl.AccessControlClientOptions.ServiceVersion serviceVersion = Azure.Analytics.Synapse.AccessControl.AccessControlClientOptions.ServiceVersion.V2020_02_01_preview) { }
public enum ServiceVersion
{
V2020_02_01_preview = 1,
}
}
}
namespace Azure.Analytics.Synapse.AccessControl.Models
{
public partial class RoleAssignmentDetails
{
internal RoleAssignmentDetails() { }
public string Id { get { throw null; } }
public string PrincipalId { get { throw null; } }
public string RoleId { get { throw null; } }
}
public partial class RoleAssignmentOptions
{
public RoleAssignmentOptions(string roleId, string principalId) { }
public string PrincipalId { get { throw null; } }
public string RoleId { get { throw null; } }
}
public partial class RolesListResponse
{
internal RolesListResponse() { }
public string NextLink { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.Analytics.Synapse.AccessControl.Models.SynapseRole> Value { get { throw null; } }
}
public partial class SynapseRole
{
internal SynapseRole() { }
public string Id { get { throw null; } }
public bool IsBuiltIn { get { throw null; } }
public string Name { get { throw null; } }
}
}
Loading

0 comments on commit 9a5b3fa

Please sign in to comment.