Skip to content
Merged
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
409 changes: 211 additions & 198 deletions src/Aks/Aks.Management.Sdk/Generated/AgentPoolsOperations.cs

Large diffs are not rendered by default.

198 changes: 99 additions & 99 deletions src/Aks/Aks.Management.Sdk/Generated/AgentPoolsOperationsExtensions.cs

Large diffs are not rendered by default.

43 changes: 24 additions & 19 deletions src/Aks/Aks.Management.Sdk/Generated/ContainerServiceClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,30 @@ public partial class ContainerServiceClient : Microsoft.Rest.ServiceClient<Conta
/// </summary>
public virtual IManagedClustersOperations ManagedClusters { get; private set; }
/// <summary>
/// Gets the IMaintenanceConfigurationsOperations
/// Gets the ITrustedAccessRolesOperations
/// </summary>
public virtual IMaintenanceConfigurationsOperations MaintenanceConfigurations { get; private set; }
public virtual ITrustedAccessRolesOperations TrustedAccessRoles { get; private set; }
/// <summary>
/// Gets the ISnapshotsOperations
/// </summary>
public virtual ISnapshotsOperations Snapshots { get; private set; }
/// <summary>
/// Gets the IAgentPoolsOperations
/// </summary>
public virtual IAgentPoolsOperations AgentPools { get; private set; }
/// <summary>
/// Gets the IMachinesOperations
/// </summary>
public virtual IMachinesOperations Machines { get; private set; }
/// <summary>
/// Gets the IMaintenanceConfigurationsOperations
/// </summary>
public virtual IMaintenanceConfigurationsOperations MaintenanceConfigurations { get; private set; }
/// <summary>
/// Gets the IManagedNamespacesOperations
/// </summary>
public virtual IManagedNamespacesOperations ManagedNamespaces { get; private set; }
/// <summary>
/// Gets the IPrivateEndpointConnectionsOperations
/// </summary>
public virtual IPrivateEndpointConnectionsOperations PrivateEndpointConnections { get; private set; }
Expand All @@ -89,22 +105,10 @@ public partial class ContainerServiceClient : Microsoft.Rest.ServiceClient<Conta
/// </summary>
public virtual IResolvePrivateLinkServiceIdOperations ResolvePrivateLinkServiceId { get; private set; }
/// <summary>
/// Gets the ISnapshotsOperations
/// </summary>
public virtual ISnapshotsOperations Snapshots { get; private set; }
/// <summary>
/// Gets the ITrustedAccessRoleBindingsOperations
/// </summary>
public virtual ITrustedAccessRoleBindingsOperations TrustedAccessRoleBindings { get; private set; }
/// <summary>
/// Gets the ITrustedAccessRolesOperations
/// </summary>
public virtual ITrustedAccessRolesOperations TrustedAccessRoles { get; private set; }
/// <summary>
/// Gets the IMachinesOperations
/// </summary>
public virtual IMachinesOperations Machines { get; private set; }
/// <summary>
/// Initializes a new instance of the ContainerServiceClient class.
/// </summary>
/// <param name='httpClient'>
Expand Down Expand Up @@ -344,17 +348,18 @@ private void Initialize()
{
this.Operations = new Operations(this);
this.ManagedClusters = new ManagedClustersOperations(this);
this.MaintenanceConfigurations = new MaintenanceConfigurationsOperations(this);
this.TrustedAccessRoles = new TrustedAccessRolesOperations(this);
this.Snapshots = new SnapshotsOperations(this);
this.AgentPools = new AgentPoolsOperations(this);
this.Machines = new MachinesOperations(this);
this.MaintenanceConfigurations = new MaintenanceConfigurationsOperations(this);
this.ManagedNamespaces = new ManagedNamespacesOperations(this);
this.PrivateEndpointConnections = new PrivateEndpointConnectionsOperations(this);
this.PrivateLinkResources = new PrivateLinkResourcesOperations(this);
this.ResolvePrivateLinkServiceId = new ResolvePrivateLinkServiceIdOperations(this);
this.Snapshots = new SnapshotsOperations(this);
this.TrustedAccessRoleBindings = new TrustedAccessRoleBindingsOperations(this);
this.TrustedAccessRoles = new TrustedAccessRolesOperations(this);
this.Machines = new MachinesOperations(this);
this.BaseUri = new System.Uri("https://management.azure.com");
this.ApiVersion = "2025-08-01";
this.ApiVersion = "2026-03-01";
this.AcceptLanguage = "en-US";
this.LongRunningOperationRetryTimeout = 30;
this.GenerateClientRequestId = true;
Expand Down
136 changes: 68 additions & 68 deletions src/Aks/Aks.Management.Sdk/Generated/IAgentPoolsOperations.cs

Large diffs are not rendered by default.

37 changes: 21 additions & 16 deletions src/Aks/Aks.Management.Sdk/Generated/IContainerServiceClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,49 +79,54 @@ public partial interface IContainerServiceClient : System.IDisposable
IManagedClustersOperations ManagedClusters { get; }

/// <summary>
/// Gets the IMaintenanceConfigurationsOperations
/// Gets the ITrustedAccessRolesOperations
/// </summary>
IMaintenanceConfigurationsOperations MaintenanceConfigurations { get; }
ITrustedAccessRolesOperations TrustedAccessRoles { get; }

/// <summary>
/// Gets the ISnapshotsOperations
/// </summary>
ISnapshotsOperations Snapshots { get; }

/// <summary>
/// Gets the IAgentPoolsOperations
/// </summary>
IAgentPoolsOperations AgentPools { get; }

/// <summary>
/// Gets the IPrivateEndpointConnectionsOperations
/// Gets the IMachinesOperations
/// </summary>
IPrivateEndpointConnectionsOperations PrivateEndpointConnections { get; }
IMachinesOperations Machines { get; }

/// <summary>
/// Gets the IPrivateLinkResourcesOperations
/// Gets the IMaintenanceConfigurationsOperations
/// </summary>
IPrivateLinkResourcesOperations PrivateLinkResources { get; }
IMaintenanceConfigurationsOperations MaintenanceConfigurations { get; }

/// <summary>
/// Gets the IResolvePrivateLinkServiceIdOperations
/// Gets the IManagedNamespacesOperations
/// </summary>
IResolvePrivateLinkServiceIdOperations ResolvePrivateLinkServiceId { get; }
IManagedNamespacesOperations ManagedNamespaces { get; }

/// <summary>
/// Gets the ISnapshotsOperations
/// Gets the IPrivateEndpointConnectionsOperations
/// </summary>
ISnapshotsOperations Snapshots { get; }
IPrivateEndpointConnectionsOperations PrivateEndpointConnections { get; }

/// <summary>
/// Gets the ITrustedAccessRoleBindingsOperations
/// Gets the IPrivateLinkResourcesOperations
/// </summary>
ITrustedAccessRoleBindingsOperations TrustedAccessRoleBindings { get; }
IPrivateLinkResourcesOperations PrivateLinkResources { get; }

/// <summary>
/// Gets the ITrustedAccessRolesOperations
/// Gets the IResolvePrivateLinkServiceIdOperations
/// </summary>
ITrustedAccessRolesOperations TrustedAccessRoles { get; }
IResolvePrivateLinkServiceIdOperations ResolvePrivateLinkServiceId { get; }

/// <summary>
/// Gets the IMachinesOperations
/// Gets the ITrustedAccessRoleBindingsOperations
/// </summary>
IMachinesOperations Machines { get; }
ITrustedAccessRoleBindingsOperations TrustedAccessRoleBindings { get; }

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public partial interface IMachinesOperations
/// The name of the agent pool.
/// </param>
/// <param name='machineName'>
/// host name of the machine
/// Host name of the machine.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ public partial interface IMaintenanceConfigurationsOperations
/// The name of the managed cluster resource.
/// </param>
/// <param name='configName'>
/// The name of the maintenance configuration.
/// The name of the maintenance configuration. Supported values are &#39;default&#39;,
/// &#39;aksManagedAutoUpgradeSchedule&#39;, or &#39;aksManagedNodeOSUpgradeSchedule&#39;.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
Expand Down Expand Up @@ -83,7 +84,8 @@ public partial interface IMaintenanceConfigurationsOperations
/// The name of the managed cluster resource.
/// </param>
/// <param name='configName'>
/// The name of the maintenance configuration.
/// The name of the maintenance configuration. Supported values are &#39;default&#39;,
/// &#39;aksManagedAutoUpgradeSchedule&#39;, or &#39;aksManagedNodeOSUpgradeSchedule&#39;.
/// </param>
/// <param name='parameters'>
/// The maintenance configuration to create or update.
Expand Down Expand Up @@ -115,7 +117,8 @@ public partial interface IMaintenanceConfigurationsOperations
/// The name of the managed cluster resource.
/// </param>
/// <param name='configName'>
/// The name of the maintenance configuration.
/// The name of the maintenance configuration. Supported values are &#39;default&#39;,
/// &#39;aksManagedAutoUpgradeSchedule&#39;, or &#39;aksManagedNodeOSUpgradeSchedule&#39;.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
Expand Down
Loading