diff --git a/src/Aks/Aks.Sdk/Aks.Sdk.csproj b/src/Aks/Aks.Management.Sdk/Aks.Management.Sdk.csproj
similarity index 100%
rename from src/Aks/Aks.Sdk/Aks.Sdk.csproj
rename to src/Aks/Aks.Management.Sdk/Aks.Management.Sdk.csproj
diff --git a/src/Aks/Aks.Sdk/Generated/AgentPoolsOperations.cs b/src/Aks/Aks.Management.Sdk/Generated/AgentPoolsOperations.cs
similarity index 98%
rename from src/Aks/Aks.Sdk/Generated/AgentPoolsOperations.cs
rename to src/Aks/Aks.Management.Sdk/Generated/AgentPoolsOperations.cs
index ab4148be7c79..4ffe2bc05598 100644
--- a/src/Aks/Aks.Sdk/Generated/AgentPoolsOperations.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/AgentPoolsOperations.cs
@@ -39,7 +39,10 @@ internal AgentPoolsOperations (ContainerServiceClient client)
public ContainerServiceClient Client { get; private set; }
///
- /// Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.
+ /// Aborts the currently running operation on the agent pool. The Agent Pool
+ /// will be moved to a Canceling state and eventually to a Canceled state when
+ /// cancellation finishes. If the operation completes before cancellation can
+ /// take place, a 409 error code is returned.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -894,7 +897,9 @@ internal AgentPoolsOperations (ContainerServiceClient client)
}
///
- /// See [supported Kubernetes versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) for more details about the version lifecycle.
+ /// See [supported Kubernetes
+ /// versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions)
+ /// for more details about the version lifecycle.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -1137,7 +1142,10 @@ internal AgentPoolsOperations (ContainerServiceClient client)
}
///
- /// Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS provides one new image per week with the latest updates. For more details on node image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade
+ /// Upgrading the node image version of an agent pool applies the newest OS and
+ /// runtime updates to the nodes. AKS provides one new image per week with the
+ /// latest updates. For more details on node image versions, see:
+ /// https://docs.microsoft.com/azure/aks/node-image-upgrade
///
///
/// The name of the resource group. The name is case insensitive.
@@ -1162,7 +1170,10 @@ internal AgentPoolsOperations (ContainerServiceClient client)
}
///
- /// Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.
+ /// Aborts the currently running operation on the agent pool. The Agent Pool
+ /// will be moved to a Canceling state and eventually to a Canceled state when
+ /// cancellation finishes. If the operation completes before cancellation can
+ /// take place, a 409 error code is returned.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -1955,7 +1966,10 @@ internal AgentPoolsOperations (ContainerServiceClient client)
}
///
- /// Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS provides one new image per week with the latest updates. For more details on node image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade
+ /// Upgrading the node image version of an agent pool applies the newest OS and
+ /// runtime updates to the nodes. AKS provides one new image per week with the
+ /// latest updates. For more details on node image versions, see:
+ /// https://docs.microsoft.com/azure/aks/node-image-upgrade
///
///
/// The name of the resource group. The name is case insensitive.
@@ -2276,6 +2290,7 @@ internal AgentPoolsOperations (ContainerServiceClient client)
_invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString();
System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary();
tracingParameters.Add("nextPageLink", nextPageLink);
+
tracingParameters.Add("cancellationToken", cancellationToken);
Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters);
diff --git a/src/Aks/Aks.Sdk/Generated/AgentPoolsOperationsExtensions.cs b/src/Aks/Aks.Management.Sdk/Generated/AgentPoolsOperationsExtensions.cs
similarity index 92%
rename from src/Aks/Aks.Sdk/Generated/AgentPoolsOperationsExtensions.cs
rename to src/Aks/Aks.Management.Sdk/Generated/AgentPoolsOperationsExtensions.cs
index 15fb08d1a342..6e52c071710d 100644
--- a/src/Aks/Aks.Sdk/Generated/AgentPoolsOperationsExtensions.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/AgentPoolsOperationsExtensions.cs
@@ -13,7 +13,10 @@ namespace Microsoft.Azure.Management.ContainerService
public static partial class AgentPoolsOperationsExtensions
{
///
- /// Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.
+ /// Aborts the currently running operation on the agent pool. The Agent Pool
+ /// will be moved to a Canceling state and eventually to a Canceled state when
+ /// cancellation finishes. If the operation completes before cancellation can
+ /// take place, a 409 error code is returned.
///
///
/// The operations group for this extension method.
@@ -33,7 +36,10 @@ public static AgentPoolsAbortLatestOperationHeaders AbortLatestOperation(this IA
}
///
- /// Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.
+ /// Aborts the currently running operation on the agent pool. The Agent Pool
+ /// will be moved to a Canceling state and eventually to a Canceled state when
+ /// cancellation finishes. If the operation completes before cancellation can
+ /// take place, a 409 error code is returned.
///
///
/// The operations group for this extension method.
@@ -277,7 +283,9 @@ public static AgentPoolUpgradeProfile GetUpgradeProfile(this IAgentPoolsOperatio
}
}
///
- /// See [supported Kubernetes versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) for more details about the version lifecycle.
+ /// See [supported Kubernetes
+ /// versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions)
+ /// for more details about the version lifecycle.
///
///
/// The operations group for this extension method.
@@ -294,7 +302,9 @@ public static AgentPoolAvailableVersions GetAvailableAgentPoolVersions(this IAge
}
///
- /// See [supported Kubernetes versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) for more details about the version lifecycle.
+ /// See [supported Kubernetes
+ /// versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions)
+ /// for more details about the version lifecycle.
///
///
/// The operations group for this extension method.
@@ -316,7 +326,10 @@ public static AgentPoolAvailableVersions GetAvailableAgentPoolVersions(this IAge
}
}
///
- /// Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS provides one new image per week with the latest updates. For more details on node image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade
+ /// Upgrading the node image version of an agent pool applies the newest OS and
+ /// runtime updates to the nodes. AKS provides one new image per week with the
+ /// latest updates. For more details on node image versions, see:
+ /// https://docs.microsoft.com/azure/aks/node-image-upgrade
///
///
/// The operations group for this extension method.
@@ -336,7 +349,10 @@ public static AgentPool UpgradeNodeImageVersion(this IAgentPoolsOperations opera
}
///
- /// Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS provides one new image per week with the latest updates. For more details on node image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade
+ /// Upgrading the node image version of an agent pool applies the newest OS and
+ /// runtime updates to the nodes. AKS provides one new image per week with the
+ /// latest updates. For more details on node image versions, see:
+ /// https://docs.microsoft.com/azure/aks/node-image-upgrade
///
///
/// The operations group for this extension method.
@@ -361,7 +377,10 @@ public static AgentPool UpgradeNodeImageVersion(this IAgentPoolsOperations opera
}
}
///
- /// Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.
+ /// Aborts the currently running operation on the agent pool. The Agent Pool
+ /// will be moved to a Canceling state and eventually to a Canceled state when
+ /// cancellation finishes. If the operation completes before cancellation can
+ /// take place, a 409 error code is returned.
///
///
/// The operations group for this extension method.
@@ -381,7 +400,10 @@ public static AgentPoolsAbortLatestOperationHeaders BeginAbortLatestOperation(th
}
///
- /// Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.
+ /// Aborts the currently running operation on the agent pool. The Agent Pool
+ /// will be moved to a Canceling state and eventually to a Canceled state when
+ /// cancellation finishes. If the operation completes before cancellation can
+ /// take place, a 409 error code is returned.
///
///
/// The operations group for this extension method.
@@ -496,7 +518,10 @@ public static AgentPoolsDeleteHeaders BeginDelete(this IAgentPoolsOperations ope
}
}
///
- /// Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS provides one new image per week with the latest updates. For more details on node image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade
+ /// Upgrading the node image version of an agent pool applies the newest OS and
+ /// runtime updates to the nodes. AKS provides one new image per week with the
+ /// latest updates. For more details on node image versions, see:
+ /// https://docs.microsoft.com/azure/aks/node-image-upgrade
///
///
/// The operations group for this extension method.
@@ -516,7 +541,10 @@ public static AgentPool BeginUpgradeNodeImageVersion(this IAgentPoolsOperations
}
///
- /// Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS provides one new image per week with the latest updates. For more details on node image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade
+ /// Upgrading the node image version of an agent pool applies the newest OS and
+ /// runtime updates to the nodes. AKS provides one new image per week with the
+ /// latest updates. For more details on node image versions, see:
+ /// https://docs.microsoft.com/azure/aks/node-image-upgrade
///
///
/// The operations group for this extension method.
diff --git a/src/Aks/Aks.Sdk/Generated/ContainerServiceClient.cs b/src/Aks/Aks.Management.Sdk/Generated/ContainerServiceClient.cs
similarity index 98%
rename from src/Aks/Aks.Sdk/Generated/ContainerServiceClient.cs
rename to src/Aks/Aks.Management.Sdk/Generated/ContainerServiceClient.cs
index de157d52b3cd..1889c39ff525 100644
--- a/src/Aks/Aks.Sdk/Generated/ContainerServiceClient.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/ContainerServiceClient.cs
@@ -49,14 +49,14 @@ public partial class ContainerServiceClient : Microsoft.Rest.ServiceClient
/// The retry timeout in seconds for Long Running Operations. Default
- /// value is 30.
+ /// /// value is 30.
///
public int? LongRunningOperationRetryTimeout { get; set;}
///
- /// Whether a unique x-ms-client-request-id should be generated. When
- /// set to true a unique x-ms-client-request-id value is generated and
- /// included in each request. Default is true.
+ /// Whether a unique x-ms-client-request-id should be generated. When
+ /// /// set to true a unique x-ms-client-request-id value is generated and
+ /// /// included in each request. Default is true.
///
public bool? GenerateClientRequestId { get; set;}
diff --git a/src/Aks/Aks.Sdk/Generated/IAgentPoolsOperations.cs b/src/Aks/Aks.Management.Sdk/Generated/IAgentPoolsOperations.cs
similarity index 89%
rename from src/Aks/Aks.Sdk/Generated/IAgentPoolsOperations.cs
rename to src/Aks/Aks.Management.Sdk/Generated/IAgentPoolsOperations.cs
index 1273f95d0bd0..e461d479a879 100644
--- a/src/Aks/Aks.Sdk/Generated/IAgentPoolsOperations.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/IAgentPoolsOperations.cs
@@ -14,10 +14,16 @@ namespace Microsoft.Azure.Management.ContainerService
public partial interface IAgentPoolsOperations
{
///
- /// Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.
+ /// Aborts the currently running operation on the agent pool. The Agent Pool
+ /// will be moved to a Canceling state and eventually to a Canceled state when
+ /// cancellation finishes. If the operation completes before cancellation can
+ /// take place, a 409 error code is returned.
///
///
- /// Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.
+ /// Aborts the currently running operation on the agent pool. The Agent Pool
+ /// will be moved to a Canceling state and eventually to a Canceled state when
+ /// cancellation finishes. If the operation completes before cancellation can
+ /// take place, a 409 error code is returned.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -182,10 +188,14 @@ public partial interface IAgentPoolsOperations
System.Threading.Tasks.Task> GetUpgradeProfileWithHttpMessagesAsync(string resourceGroupName, string resourceName, string agentPoolName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// See [supported Kubernetes versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) for more details about the version lifecycle.
+ /// See [supported Kubernetes
+ /// versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions)
+ /// for more details about the version lifecycle.
///
///
- /// See [supported Kubernetes versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) for more details about the version lifecycle.
+ /// See [supported Kubernetes
+ /// versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions)
+ /// for more details about the version lifecycle.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -208,10 +218,16 @@ public partial interface IAgentPoolsOperations
System.Threading.Tasks.Task> GetAvailableAgentPoolVersionsWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS provides one new image per week with the latest updates. For more details on node image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade
+ /// Upgrading the node image version of an agent pool applies the newest OS and
+ /// runtime updates to the nodes. AKS provides one new image per week with the
+ /// latest updates. For more details on node image versions, see:
+ /// https://docs.microsoft.com/azure/aks/node-image-upgrade
///
///
- /// Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS provides one new image per week with the latest updates. For more details on node image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade
+ /// Upgrading the node image version of an agent pool applies the newest OS and
+ /// runtime updates to the nodes. AKS provides one new image per week with the
+ /// latest updates. For more details on node image versions, see:
+ /// https://docs.microsoft.com/azure/aks/node-image-upgrade
///
///
/// The name of the resource group. The name is case insensitive.
@@ -237,10 +253,16 @@ public partial interface IAgentPoolsOperations
System.Threading.Tasks.Task> UpgradeNodeImageVersionWithHttpMessagesAsync(string resourceGroupName, string resourceName, string agentPoolName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.
+ /// Aborts the currently running operation on the agent pool. The Agent Pool
+ /// will be moved to a Canceling state and eventually to a Canceled state when
+ /// cancellation finishes. If the operation completes before cancellation can
+ /// take place, a 409 error code is returned.
///
///
- /// Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.
+ /// Aborts the currently running operation on the agent pool. The Agent Pool
+ /// will be moved to a Canceling state and eventually to a Canceled state when
+ /// cancellation finishes. If the operation completes before cancellation can
+ /// take place, a 409 error code is returned.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -321,10 +343,16 @@ public partial interface IAgentPoolsOperations
System.Threading.Tasks.Task> BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, string agentPoolName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS provides one new image per week with the latest updates. For more details on node image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade
+ /// Upgrading the node image version of an agent pool applies the newest OS and
+ /// runtime updates to the nodes. AKS provides one new image per week with the
+ /// latest updates. For more details on node image versions, see:
+ /// https://docs.microsoft.com/azure/aks/node-image-upgrade
///
///
- /// Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS provides one new image per week with the latest updates. For more details on node image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade
+ /// Upgrading the node image version of an agent pool applies the newest OS and
+ /// runtime updates to the nodes. AKS provides one new image per week with the
+ /// latest updates. For more details on node image versions, see:
+ /// https://docs.microsoft.com/azure/aks/node-image-upgrade
///
///
/// The name of the resource group. The name is case insensitive.
diff --git a/src/Aks/Aks.Sdk/Generated/IContainerServiceClient.cs b/src/Aks/Aks.Management.Sdk/Generated/IContainerServiceClient.cs
similarity index 94%
rename from src/Aks/Aks.Sdk/Generated/IContainerServiceClient.cs
rename to src/Aks/Aks.Management.Sdk/Generated/IContainerServiceClient.cs
index a50d9878225f..5dae5874c165 100644
--- a/src/Aks/Aks.Sdk/Generated/IContainerServiceClient.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/IContainerServiceClient.cs
@@ -55,15 +55,15 @@ public partial interface IContainerServiceClient : System.IDisposable
///
/// The retry timeout in seconds for Long Running Operations. Default
- /// value is 30.
+ /// /// value is 30.
///
int? LongRunningOperationRetryTimeout { get; set;}
///
- /// Whether a unique x-ms-client-request-id should be generated. When
- /// set to true a unique x-ms-client-request-id value is generated and
- /// included in each request. Default is true.
+ /// Whether a unique x-ms-client-request-id should be generated. When
+ /// /// set to true a unique x-ms-client-request-id value is generated and
+ /// /// included in each request. Default is true.
///
bool? GenerateClientRequestId { get; set;}
diff --git a/src/Aks/Aks.Sdk/Generated/IMaintenanceConfigurationsOperations.cs b/src/Aks/Aks.Management.Sdk/Generated/IMaintenanceConfigurationsOperations.cs
similarity index 98%
rename from src/Aks/Aks.Sdk/Generated/IMaintenanceConfigurationsOperations.cs
rename to src/Aks/Aks.Management.Sdk/Generated/IMaintenanceConfigurationsOperations.cs
index 8ab749e567e1..ac161b35b437 100644
--- a/src/Aks/Aks.Sdk/Generated/IMaintenanceConfigurationsOperations.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/IMaintenanceConfigurationsOperations.cs
@@ -69,10 +69,12 @@ public partial interface IMaintenanceConfigurationsOperations
System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string resourceGroupName, string resourceName, string configName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Creates or updates a maintenance configuration in the specified managed cluster.
+ /// Creates or updates a maintenance configuration in the specified managed
+ /// cluster.
///
///
- /// Creates or updates a maintenance configuration in the specified managed cluster.
+ /// Creates or updates a maintenance configuration in the specified managed
+ /// cluster.
///
///
/// The name of the resource group. The name is case insensitive.
diff --git a/src/Aks/Aks.Sdk/Generated/IManagedClustersOperations.cs b/src/Aks/Aks.Management.Sdk/Generated/IManagedClustersOperations.cs
similarity index 87%
rename from src/Aks/Aks.Sdk/Generated/IManagedClustersOperations.cs
rename to src/Aks/Aks.Management.Sdk/Generated/IManagedClustersOperations.cs
index e8c9d97613f1..6ca108830d8a 100644
--- a/src/Aks/Aks.Sdk/Generated/IManagedClustersOperations.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/IManagedClustersOperations.cs
@@ -40,10 +40,14 @@ public partial interface IManagedClustersOperations
System.Threading.Tasks.Task> GetOSOptionsWithHttpMessagesAsync(string location, string resourceType = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Contains extra metadata on the version, including supported patch versions, capabilities, available upgrades, and details on preview status of the version
+ /// Contains extra metadata on the version, including supported patch versions,
+ /// capabilities, available upgrades, and details on preview status of the
+ /// version
///
///
- /// Contains extra metadata on the version, including supported patch versions, capabilities, available upgrades, and details on preview status of the version
+ /// Contains extra metadata on the version, including supported patch versions,
+ /// capabilities, available upgrades, and details on preview status of the
+ /// version
///
///
/// The name of Azure region.
@@ -132,10 +136,18 @@ public partial interface IManagedClustersOperations
System.Threading.Tasks.Task> GetUpgradeProfileWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// **WARNING**: This API will be deprecated. Instead use [ListClusterUserCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials) or [ListClusterAdminCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials) .
+ /// **WARNING**: This API will be deprecated. Instead use
+ /// [ListClusterUserCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials)
+ /// or
+ /// [ListClusterAdminCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials)
+ /// .
///
///
- /// **WARNING**: This API will be deprecated. Instead use [ListClusterUserCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials) or [ListClusterAdminCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials) .
+ /// **WARNING**: This API will be deprecated. Instead use
+ /// [ListClusterUserCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials)
+ /// or
+ /// [ListClusterAdminCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials)
+ /// .
///
///
/// The name of the resource group. The name is case insensitive.
@@ -205,7 +217,10 @@ public partial interface IManagedClustersOperations
/// server fqdn type for credentials to be returned
///
///
- /// Only apply to AAD clusters, specifies the format of returned kubeconfig. Format 'azure' will return azure auth-provider kubeconfig; format 'exec' will return exec format kubeconfig, which requires kubelogin binary in the path.
+ /// Only apply to AAD clusters, specifies the format of returned kubeconfig.
+ /// Format 'azure' will return azure auth-provider kubeconfig; format 'exec'
+ /// will return exec format kubeconfig, which requires kubelogin binary in the
+ /// path.
///
///
/// The headers that will be added to request.
@@ -358,10 +373,12 @@ public partial interface IManagedClustersOperations
System.Threading.Tasks.Task> DeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// This action cannot be performed on a cluster that is not using a service principal
+ /// This action cannot be performed on a cluster that is not using a service
+ /// principal
///
///
- /// This action cannot be performed on a cluster that is not using a service principal
+ /// This action cannot be performed on a cluster that is not using a service
+ /// principal
///
///
/// The name of the resource group. The name is case insensitive.
@@ -384,10 +401,14 @@ public partial interface IManagedClustersOperations
System.Threading.Tasks.Task> ResetServicePrincipalProfileWithHttpMessagesAsync(string resourceGroupName, string resourceName, ManagedClusterServicePrincipalProfile parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// **WARNING**: This API will be deprecated. Please see [AKS-managed Azure Active Directory integration](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD.
+ /// **WARNING**: This API will be deprecated. Please see [AKS-managed Azure
+ /// Active Directory integration](https://aka.ms/aks-managed-aad) to update
+ /// your cluster with AKS-managed Azure AD.
///
///
- /// **WARNING**: This API will be deprecated. Please see [AKS-managed Azure Active Directory integration](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD.
+ /// **WARNING**: This API will be deprecated. Please see [AKS-managed Azure
+ /// Active Directory integration](https://aka.ms/aks-managed-aad) to update
+ /// your cluster with AKS-managed Azure AD.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -410,10 +431,14 @@ public partial interface IManagedClustersOperations
System.Threading.Tasks.Task> ResetAADProfileWithHttpMessagesAsync(string resourceGroupName, string resourceName, ManagedClusterAADProfile parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more details about rotating managed cluster certificates.
+ /// See [Certificate
+ /// rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for
+ /// more details about rotating managed cluster certificates.
///
///
- /// See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more details about rotating managed cluster certificates.
+ /// See [Certificate
+ /// rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for
+ /// more details about rotating managed cluster certificates.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -433,10 +458,16 @@ public partial interface IManagedClustersOperations
System.Threading.Tasks.Task> RotateClusterCertificatesWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.
+ /// Aborts the currently running operation on the managed cluster. The Managed
+ /// Cluster will be moved to a Canceling state and eventually to a Canceled
+ /// state when cancellation finishes. If the operation completes before
+ /// cancellation can take place, a 409 error code is returned.
///
///
- /// Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.
+ /// Aborts the currently running operation on the managed cluster. The Managed
+ /// Cluster will be moved to a Canceling state and eventually to a Canceled
+ /// state when cancellation finishes. If the operation completes before
+ /// cancellation can take place, a 409 error code is returned.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -479,10 +510,20 @@ public partial interface IManagedClustersOperations
System.Threading.Tasks.Task> RotateServiceAccountSigningKeysWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A cluster does not accrue charges while it is stopped. See [stopping a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a cluster.
+ /// This can only be performed on Azure Virtual Machine Scale set backed
+ /// clusters. Stopping a cluster stops the control plane and agent nodes
+ /// entirely, while maintaining all object and cluster state. A cluster does
+ /// not accrue charges while it is stopped. See [stopping a
+ /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
+ /// details about stopping a cluster.
///
///
- /// This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A cluster does not accrue charges while it is stopped. See [stopping a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a cluster.
+ /// This can only be performed on Azure Virtual Machine Scale set backed
+ /// clusters. Stopping a cluster stops the control plane and agent nodes
+ /// entirely, while maintaining all object and cluster state. A cluster does
+ /// not accrue charges while it is stopped. See [stopping a
+ /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
+ /// details about stopping a cluster.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -502,10 +543,14 @@ public partial interface IManagedClustersOperations
System.Threading.Tasks.Task> StopWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about starting a cluster.
+ /// See [starting a
+ /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
+ /// details about starting a cluster.
///
///
- /// See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about starting a cluster.
+ /// See [starting a
+ /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
+ /// details about starting a cluster.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -525,10 +570,14 @@ public partial interface IManagedClustersOperations
System.Threading.Tasks.Task> StartWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// AKS will create a pod to run the command. This is primarily useful for private clusters. For more information see [AKS Run Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
+ /// AKS will create a pod to run the command. This is primarily useful for
+ /// private clusters. For more information see [AKS Run
+ /// Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
///
///
- /// AKS will create a pod to run the command. This is primarily useful for private clusters. For more information see [AKS Run Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
+ /// AKS will create a pod to run the command. This is primarily useful for
+ /// private clusters. For more information see [AKS Run
+ /// Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
///
///
/// The name of the resource group. The name is case insensitive.
@@ -583,10 +632,14 @@ public partial interface IManagedClustersOperations
System.Threading.Tasks.Task> GetCommandResultWithHttpMessagesAsync(string resourceGroupName, string resourceName, string commandId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster. The operation returns properties of each egress endpoint.
+ /// Gets a list of egress endpoints (network endpoints of all outbound
+ /// dependencies) in the specified managed cluster. The operation returns
+ /// properties of each egress endpoint.
///
///
- /// Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster. The operation returns properties of each egress endpoint.
+ /// Gets a list of egress endpoints (network endpoints of all outbound
+ /// dependencies) in the specified managed cluster. The operation returns
+ /// properties of each egress endpoint.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -690,10 +743,12 @@ public partial interface IManagedClustersOperations
System.Threading.Tasks.Task> BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// This action cannot be performed on a cluster that is not using a service principal
+ /// This action cannot be performed on a cluster that is not using a service
+ /// principal
///
///
- /// This action cannot be performed on a cluster that is not using a service principal
+ /// This action cannot be performed on a cluster that is not using a service
+ /// principal
///
///
/// The name of the resource group. The name is case insensitive.
@@ -716,10 +771,14 @@ public partial interface IManagedClustersOperations
System.Threading.Tasks.Task> BeginResetServicePrincipalProfileWithHttpMessagesAsync(string resourceGroupName, string resourceName, ManagedClusterServicePrincipalProfile parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// **WARNING**: This API will be deprecated. Please see [AKS-managed Azure Active Directory integration](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD.
+ /// **WARNING**: This API will be deprecated. Please see [AKS-managed Azure
+ /// Active Directory integration](https://aka.ms/aks-managed-aad) to update
+ /// your cluster with AKS-managed Azure AD.
///
///
- /// **WARNING**: This API will be deprecated. Please see [AKS-managed Azure Active Directory integration](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD.
+ /// **WARNING**: This API will be deprecated. Please see [AKS-managed Azure
+ /// Active Directory integration](https://aka.ms/aks-managed-aad) to update
+ /// your cluster with AKS-managed Azure AD.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -742,10 +801,14 @@ public partial interface IManagedClustersOperations
System.Threading.Tasks.Task> BeginResetAADProfileWithHttpMessagesAsync(string resourceGroupName, string resourceName, ManagedClusterAADProfile parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more details about rotating managed cluster certificates.
+ /// See [Certificate
+ /// rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for
+ /// more details about rotating managed cluster certificates.
///
///
- /// See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more details about rotating managed cluster certificates.
+ /// See [Certificate
+ /// rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for
+ /// more details about rotating managed cluster certificates.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -765,10 +828,16 @@ public partial interface IManagedClustersOperations
System.Threading.Tasks.Task> BeginRotateClusterCertificatesWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.
+ /// Aborts the currently running operation on the managed cluster. The Managed
+ /// Cluster will be moved to a Canceling state and eventually to a Canceled
+ /// state when cancellation finishes. If the operation completes before
+ /// cancellation can take place, a 409 error code is returned.
///
///
- /// Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.
+ /// Aborts the currently running operation on the managed cluster. The Managed
+ /// Cluster will be moved to a Canceling state and eventually to a Canceled
+ /// state when cancellation finishes. If the operation completes before
+ /// cancellation can take place, a 409 error code is returned.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -811,10 +880,20 @@ public partial interface IManagedClustersOperations
System.Threading.Tasks.Task> BeginRotateServiceAccountSigningKeysWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A cluster does not accrue charges while it is stopped. See [stopping a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a cluster.
+ /// This can only be performed on Azure Virtual Machine Scale set backed
+ /// clusters. Stopping a cluster stops the control plane and agent nodes
+ /// entirely, while maintaining all object and cluster state. A cluster does
+ /// not accrue charges while it is stopped. See [stopping a
+ /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
+ /// details about stopping a cluster.
///
///
- /// This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A cluster does not accrue charges while it is stopped. See [stopping a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a cluster.
+ /// This can only be performed on Azure Virtual Machine Scale set backed
+ /// clusters. Stopping a cluster stops the control plane and agent nodes
+ /// entirely, while maintaining all object and cluster state. A cluster does
+ /// not accrue charges while it is stopped. See [stopping a
+ /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
+ /// details about stopping a cluster.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -834,10 +913,14 @@ public partial interface IManagedClustersOperations
System.Threading.Tasks.Task> BeginStopWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about starting a cluster.
+ /// See [starting a
+ /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
+ /// details about starting a cluster.
///
///
- /// See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about starting a cluster.
+ /// See [starting a
+ /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
+ /// details about starting a cluster.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -857,10 +940,14 @@ public partial interface IManagedClustersOperations
System.Threading.Tasks.Task> BeginStartWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// AKS will create a pod to run the command. This is primarily useful for private clusters. For more information see [AKS Run Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
+ /// AKS will create a pod to run the command. This is primarily useful for
+ /// private clusters. For more information see [AKS Run
+ /// Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
///
///
- /// AKS will create a pod to run the command. This is primarily useful for private clusters. For more information see [AKS Run Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
+ /// AKS will create a pod to run the command. This is primarily useful for
+ /// private clusters. For more information see [AKS Run
+ /// Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
///
///
/// The name of the resource group. The name is case insensitive.
@@ -932,10 +1019,14 @@ public partial interface IManagedClustersOperations
System.Threading.Tasks.Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster. The operation returns properties of each egress endpoint.
+ /// Gets a list of egress endpoints (network endpoints of all outbound
+ /// dependencies) in the specified managed cluster. The operation returns
+ /// properties of each egress endpoint.
///
///
- /// Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster. The operation returns properties of each egress endpoint.
+ /// Gets a list of egress endpoints (network endpoints of all outbound
+ /// dependencies) in the specified managed cluster. The operation returns
+ /// properties of each egress endpoint.
///
///
/// The NextLink from the previous successful call to List operation.
diff --git a/src/Aks/Aks.Sdk/Generated/IOperations.cs b/src/Aks/Aks.Management.Sdk/Generated/IOperations.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/IOperations.cs
rename to src/Aks/Aks.Management.Sdk/Generated/IOperations.cs
diff --git a/src/Aks/Aks.Sdk/Generated/IPrivateEndpointConnectionsOperations.cs b/src/Aks/Aks.Management.Sdk/Generated/IPrivateEndpointConnectionsOperations.cs
similarity index 94%
rename from src/Aks/Aks.Sdk/Generated/IPrivateEndpointConnectionsOperations.cs
rename to src/Aks/Aks.Management.Sdk/Generated/IPrivateEndpointConnectionsOperations.cs
index 4b505a2ca1ef..46216d96ad6e 100644
--- a/src/Aks/Aks.Sdk/Generated/IPrivateEndpointConnectionsOperations.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/IPrivateEndpointConnectionsOperations.cs
@@ -14,10 +14,12 @@ namespace Microsoft.Azure.Management.ContainerService
public partial interface IPrivateEndpointConnectionsOperations
{
///
- /// To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
+ /// To learn more about private clusters, see:
+ /// https://docs.microsoft.com/azure/aks/private-clusters
///
///
- /// To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
+ /// To learn more about private clusters, see:
+ /// https://docs.microsoft.com/azure/aks/private-clusters
///
///
/// The name of the resource group. The name is case insensitive.
@@ -40,10 +42,12 @@ public partial interface IPrivateEndpointConnectionsOperations
System.Threading.Tasks.Task> ListWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
///
- /// To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
+ /// To learn more about private clusters, see:
+ /// https://docs.microsoft.com/azure/aks/private-clusters
///
///
- /// To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
+ /// To learn more about private clusters, see:
+ /// https://docs.microsoft.com/azure/aks/private-clusters
///
///
/// The name of the resource group. The name is case insensitive.
diff --git a/src/Aks/Aks.Sdk/Generated/IPrivateLinkResourcesOperations.cs b/src/Aks/Aks.Management.Sdk/Generated/IPrivateLinkResourcesOperations.cs
similarity index 88%
rename from src/Aks/Aks.Sdk/Generated/IPrivateLinkResourcesOperations.cs
rename to src/Aks/Aks.Management.Sdk/Generated/IPrivateLinkResourcesOperations.cs
index 6345b22d1b40..d6ba16c21d20 100644
--- a/src/Aks/Aks.Sdk/Generated/IPrivateLinkResourcesOperations.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/IPrivateLinkResourcesOperations.cs
@@ -14,10 +14,12 @@ namespace Microsoft.Azure.Management.ContainerService
public partial interface IPrivateLinkResourcesOperations
{
///
- /// To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
+ /// To learn more about private clusters, see:
+ /// https://docs.microsoft.com/azure/aks/private-clusters
///
///
- /// To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
+ /// To learn more about private clusters, see:
+ /// https://docs.microsoft.com/azure/aks/private-clusters
///
///
/// The name of the resource group. The name is case insensitive.
diff --git a/src/Aks/Aks.Sdk/Generated/IResolvePrivateLinkServiceIdOperations.cs b/src/Aks/Aks.Management.Sdk/Generated/IResolvePrivateLinkServiceIdOperations.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/IResolvePrivateLinkServiceIdOperations.cs
rename to src/Aks/Aks.Management.Sdk/Generated/IResolvePrivateLinkServiceIdOperations.cs
diff --git a/src/Aks/Aks.Sdk/Generated/ISnapshotsOperations.cs b/src/Aks/Aks.Management.Sdk/Generated/ISnapshotsOperations.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/ISnapshotsOperations.cs
rename to src/Aks/Aks.Management.Sdk/Generated/ISnapshotsOperations.cs
diff --git a/src/Aks/Aks.Sdk/Generated/MaintenanceConfigurationsOperations.cs b/src/Aks/Aks.Management.Sdk/Generated/MaintenanceConfigurationsOperations.cs
similarity index 99%
rename from src/Aks/Aks.Sdk/Generated/MaintenanceConfigurationsOperations.cs
rename to src/Aks/Aks.Management.Sdk/Generated/MaintenanceConfigurationsOperations.cs
index 7b93f55955ff..09d89b7426e0 100644
--- a/src/Aks/Aks.Sdk/Generated/MaintenanceConfigurationsOperations.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/MaintenanceConfigurationsOperations.cs
@@ -535,7 +535,8 @@ internal MaintenanceConfigurationsOperations (ContainerServiceClient client)
}
///
- /// Creates or updates a maintenance configuration in the specified managed cluster.
+ /// Creates or updates a maintenance configuration in the specified managed
+ /// cluster.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -1076,6 +1077,7 @@ internal MaintenanceConfigurationsOperations (ContainerServiceClient client)
_invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString();
System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary();
tracingParameters.Add("nextPageLink", nextPageLink);
+
tracingParameters.Add("cancellationToken", cancellationToken);
Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListByManagedClusterNext", tracingParameters);
diff --git a/src/Aks/Aks.Sdk/Generated/MaintenanceConfigurationsOperationsExtensions.cs b/src/Aks/Aks.Management.Sdk/Generated/MaintenanceConfigurationsOperationsExtensions.cs
similarity index 99%
rename from src/Aks/Aks.Sdk/Generated/MaintenanceConfigurationsOperationsExtensions.cs
rename to src/Aks/Aks.Management.Sdk/Generated/MaintenanceConfigurationsOperationsExtensions.cs
index 9609ef26cc71..86e22cf27019 100644
--- a/src/Aks/Aks.Sdk/Generated/MaintenanceConfigurationsOperationsExtensions.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/MaintenanceConfigurationsOperationsExtensions.cs
@@ -97,7 +97,8 @@ public static MaintenanceConfiguration Get(this IMaintenanceConfigurationsOperat
}
}
///
- /// Creates or updates a maintenance configuration in the specified managed cluster.
+ /// Creates or updates a maintenance configuration in the specified managed
+ /// cluster.
///
///
/// The operations group for this extension method.
@@ -117,7 +118,8 @@ public static MaintenanceConfiguration CreateOrUpdate(this IMaintenanceConfigura
}
///
- /// Creates or updates a maintenance configuration in the specified managed cluster.
+ /// Creates or updates a maintenance configuration in the specified managed
+ /// cluster.
///
///
/// The operations group for this extension method.
diff --git a/src/Aks/Aks.Sdk/Generated/ManagedClustersOperations.cs b/src/Aks/Aks.Management.Sdk/Generated/ManagedClustersOperations.cs
similarity index 98%
rename from src/Aks/Aks.Sdk/Generated/ManagedClustersOperations.cs
rename to src/Aks/Aks.Management.Sdk/Generated/ManagedClustersOperations.cs
index a12362707092..c3a6140bccc6 100644
--- a/src/Aks/Aks.Sdk/Generated/ManagedClustersOperations.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/ManagedClustersOperations.cs
@@ -263,7 +263,9 @@ internal ManagedClustersOperations (ContainerServiceClient client)
}
///
- /// Contains extra metadata on the version, including supported patch versions, capabilities, available upgrades, and details on preview status of the version
+ /// Contains extra metadata on the version, including supported patch versions,
+ /// capabilities, available upgrades, and details on preview status of the
+ /// version
///
///
/// The name of Azure region.
@@ -1139,7 +1141,11 @@ internal ManagedClustersOperations (ContainerServiceClient client)
}
///
- /// **WARNING**: This API will be deprecated. Instead use [ListClusterUserCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials) or [ListClusterAdminCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials) .
+ /// **WARNING**: This API will be deprecated. Instead use
+ /// [ListClusterUserCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials)
+ /// or
+ /// [ListClusterAdminCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials)
+ /// .
///
///
/// The name of the resource group. The name is case insensitive.
@@ -1656,7 +1662,10 @@ internal ManagedClustersOperations (ContainerServiceClient client)
/// server fqdn type for credentials to be returned
///
///
- /// Only apply to AAD clusters, specifies the format of returned kubeconfig. Format 'azure' will return azure auth-provider kubeconfig; format 'exec' will return exec format kubeconfig, which requires kubelogin binary in the path.
+ /// Only apply to AAD clusters, specifies the format of returned kubeconfig.
+ /// Format 'azure' will return azure auth-provider kubeconfig; format 'exec'
+ /// will return exec format kubeconfig, which requires kubelogin binary in the
+ /// path.
///
///
/// Headers that will be added to request.
@@ -2472,7 +2481,8 @@ internal ManagedClustersOperations (ContainerServiceClient client)
}
///
- /// This action cannot be performed on a cluster that is not using a service principal
+ /// This action cannot be performed on a cluster that is not using a service
+ /// principal
///
///
/// The name of the resource group. The name is case insensitive.
@@ -2497,7 +2507,9 @@ internal ManagedClustersOperations (ContainerServiceClient client)
}
///
- /// **WARNING**: This API will be deprecated. Please see [AKS-managed Azure Active Directory integration](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD.
+ /// **WARNING**: This API will be deprecated. Please see [AKS-managed Azure
+ /// Active Directory integration](https://aka.ms/aks-managed-aad) to update
+ /// your cluster with AKS-managed Azure AD.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -2522,7 +2534,9 @@ internal ManagedClustersOperations (ContainerServiceClient client)
}
///
- /// See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more details about rotating managed cluster certificates.
+ /// See [Certificate
+ /// rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for
+ /// more details about rotating managed cluster certificates.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -2544,7 +2558,10 @@ internal ManagedClustersOperations (ContainerServiceClient client)
}
///
- /// Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.
+ /// Aborts the currently running operation on the managed cluster. The Managed
+ /// Cluster will be moved to a Canceling state and eventually to a Canceled
+ /// state when cancellation finishes. If the operation completes before
+ /// cancellation can take place, a 409 error code is returned.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -2588,7 +2605,12 @@ internal ManagedClustersOperations (ContainerServiceClient client)
}
///
- /// This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A cluster does not accrue charges while it is stopped. See [stopping a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a cluster.
+ /// This can only be performed on Azure Virtual Machine Scale set backed
+ /// clusters. Stopping a cluster stops the control plane and agent nodes
+ /// entirely, while maintaining all object and cluster state. A cluster does
+ /// not accrue charges while it is stopped. See [stopping a
+ /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
+ /// details about stopping a cluster.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -2610,7 +2632,9 @@ internal ManagedClustersOperations (ContainerServiceClient client)
}
///
- /// See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about starting a cluster.
+ /// See [starting a
+ /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
+ /// details about starting a cluster.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -2632,7 +2656,9 @@ internal ManagedClustersOperations (ContainerServiceClient client)
}
///
- /// AKS will create a pod to run the command. This is primarily useful for private clusters. For more information see [AKS Run Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
+ /// AKS will create a pod to run the command. This is primarily useful for
+ /// private clusters. For more information see [AKS Run
+ /// Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
///
///
/// The name of the resource group. The name is case insensitive.
@@ -2923,7 +2949,9 @@ internal ManagedClustersOperations (ContainerServiceClient client)
}
///
- /// Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster. The operation returns properties of each egress endpoint.
+ /// Gets a list of egress endpoints (network endpoints of all outbound
+ /// dependencies) in the specified managed cluster. The operation returns
+ /// properties of each egress endpoint.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -3938,7 +3966,8 @@ internal ManagedClustersOperations (ContainerServiceClient client)
}
///
- /// This action cannot be performed on a cluster that is not using a service principal
+ /// This action cannot be performed on a cluster that is not using a service
+ /// principal
///
///
/// The name of the resource group. The name is case insensitive.
@@ -4191,7 +4220,9 @@ internal ManagedClustersOperations (ContainerServiceClient client)
}
///
- /// **WARNING**: This API will be deprecated. Please see [AKS-managed Azure Active Directory integration](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD.
+ /// **WARNING**: This API will be deprecated. Please see [AKS-managed Azure
+ /// Active Directory integration](https://aka.ms/aks-managed-aad) to update
+ /// your cluster with AKS-managed Azure AD.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -4441,7 +4472,9 @@ internal ManagedClustersOperations (ContainerServiceClient client)
}
///
- /// See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more details about rotating managed cluster certificates.
+ /// See [Certificate
+ /// rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for
+ /// more details about rotating managed cluster certificates.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -4676,7 +4709,10 @@ internal ManagedClustersOperations (ContainerServiceClient client)
}
///
- /// Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.
+ /// Aborts the currently running operation on the managed cluster. The Managed
+ /// Cluster will be moved to a Canceling state and eventually to a Canceled
+ /// state when cancellation finishes. If the operation completes before
+ /// cancellation can take place, a 409 error code is returned.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -5146,7 +5182,12 @@ internal ManagedClustersOperations (ContainerServiceClient client)
}
///
- /// This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A cluster does not accrue charges while it is stopped. See [stopping a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a cluster.
+ /// This can only be performed on Azure Virtual Machine Scale set backed
+ /// clusters. Stopping a cluster stops the control plane and agent nodes
+ /// entirely, while maintaining all object and cluster state. A cluster does
+ /// not accrue charges while it is stopped. See [stopping a
+ /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
+ /// details about stopping a cluster.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -5381,7 +5422,9 @@ internal ManagedClustersOperations (ContainerServiceClient client)
}
///
- /// See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about starting a cluster.
+ /// See [starting a
+ /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
+ /// details about starting a cluster.
///
///
/// The name of the resource group. The name is case insensitive.
@@ -5616,7 +5659,9 @@ internal ManagedClustersOperations (ContainerServiceClient client)
}
///
- /// AKS will create a pod to run the command. This is primarily useful for private clusters. For more information see [AKS Run Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
+ /// AKS will create a pod to run the command. This is primarily useful for
+ /// private clusters. For more information see [AKS Run
+ /// Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
///
///
/// The name of the resource group. The name is case insensitive.
@@ -5931,6 +5976,7 @@ internal ManagedClustersOperations (ContainerServiceClient client)
_invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString();
System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary();
tracingParameters.Add("nextPageLink", nextPageLink);
+
tracingParameters.Add("cancellationToken", cancellationToken);
Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters);
@@ -6112,6 +6158,7 @@ internal ManagedClustersOperations (ContainerServiceClient client)
_invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString();
System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary();
tracingParameters.Add("nextPageLink", nextPageLink);
+
tracingParameters.Add("cancellationToken", cancellationToken);
Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroupNext", tracingParameters);
@@ -6252,7 +6299,9 @@ internal ManagedClustersOperations (ContainerServiceClient client)
}
///
- /// Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster. The operation returns properties of each egress endpoint.
+ /// Gets a list of egress endpoints (network endpoints of all outbound
+ /// dependencies) in the specified managed cluster. The operation returns
+ /// properties of each egress endpoint.
///
///
/// The NextLink from the previous successful call to List operation.
@@ -6293,6 +6342,7 @@ internal ManagedClustersOperations (ContainerServiceClient client)
_invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString();
System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary();
tracingParameters.Add("nextPageLink", nextPageLink);
+
tracingParameters.Add("cancellationToken", cancellationToken);
Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListOutboundNetworkDependenciesEndpointsNext", tracingParameters);
diff --git a/src/Aks/Aks.Sdk/Generated/ManagedClustersOperationsExtensions.cs b/src/Aks/Aks.Management.Sdk/Generated/ManagedClustersOperationsExtensions.cs
similarity index 90%
rename from src/Aks/Aks.Sdk/Generated/ManagedClustersOperationsExtensions.cs
rename to src/Aks/Aks.Management.Sdk/Generated/ManagedClustersOperationsExtensions.cs
index 83430efd2e19..77776bfa66bf 100644
--- a/src/Aks/Aks.Sdk/Generated/ManagedClustersOperationsExtensions.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/ManagedClustersOperationsExtensions.cs
@@ -52,7 +52,9 @@ public static partial class ManagedClustersOperationsExtensions
}
}
///
- /// Contains extra metadata on the version, including supported patch versions, capabilities, available upgrades, and details on preview status of the version
+ /// Contains extra metadata on the version, including supported patch versions,
+ /// capabilities, available upgrades, and details on preview status of the
+ /// version
///
///
/// The operations group for this extension method.
@@ -66,7 +68,9 @@ public static KubernetesVersionListResult ListKubernetesVersions(this IManagedCl
}
///
- /// Contains extra metadata on the version, including supported patch versions, capabilities, available upgrades, and details on preview status of the version
+ /// Contains extra metadata on the version, including supported patch versions,
+ /// capabilities, available upgrades, and details on preview status of the
+ /// version
///
///
/// The operations group for this extension method.
@@ -184,7 +188,11 @@ public static ManagedClusterUpgradeProfile GetUpgradeProfile(this IManagedCluste
}
}
///
- /// **WARNING**: This API will be deprecated. Instead use [ListClusterUserCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials) or [ListClusterAdminCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials) .
+ /// **WARNING**: This API will be deprecated. Instead use
+ /// [ListClusterUserCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials)
+ /// or
+ /// [ListClusterAdminCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials)
+ /// .
///
///
/// The operations group for this extension method.
@@ -204,7 +212,11 @@ public static ManagedClusterAccessProfile GetAccessProfile(this IManagedClusters
}
///
- /// **WARNING**: This API will be deprecated. Instead use [ListClusterUserCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials) or [ListClusterAdminCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials) .
+ /// **WARNING**: This API will be deprecated. Instead use
+ /// [ListClusterUserCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials)
+ /// or
+ /// [ListClusterAdminCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials)
+ /// .
///
///
/// The operations group for this extension method.
@@ -289,7 +301,10 @@ public static ManagedClusterAccessProfile GetAccessProfile(this IManagedClusters
/// server fqdn type for credentials to be returned
///
///
- /// Only apply to AAD clusters, specifies the format of returned kubeconfig. Format 'azure' will return azure auth-provider kubeconfig; format 'exec' will return exec format kubeconfig, which requires kubelogin binary in the path.
+ /// Only apply to AAD clusters, specifies the format of returned kubeconfig.
+ /// Format 'azure' will return azure auth-provider kubeconfig; format 'exec'
+ /// will return exec format kubeconfig, which requires kubelogin binary in the
+ /// path.
///
public static CredentialResults ListClusterUserCredentials(this IManagedClustersOperations operations, string resourceGroupName, string resourceName, string serverFqdn = default(string), string format = default(string))
{
@@ -312,7 +327,10 @@ public static ManagedClusterAccessProfile GetAccessProfile(this IManagedClusters
/// server fqdn type for credentials to be returned
///
///
- /// Only apply to AAD clusters, specifies the format of returned kubeconfig. Format 'azure' will return azure auth-provider kubeconfig; format 'exec' will return exec format kubeconfig, which requires kubelogin binary in the path.
+ /// Only apply to AAD clusters, specifies the format of returned kubeconfig.
+ /// Format 'azure' will return azure auth-provider kubeconfig; format 'exec'
+ /// will return exec format kubeconfig, which requires kubelogin binary in the
+ /// path.
///
///
/// The cancellation token.
@@ -526,7 +544,8 @@ public static ManagedClustersDeleteHeaders Delete(this IManagedClustersOperation
}
}
///
- /// This action cannot be performed on a cluster that is not using a service principal
+ /// This action cannot be performed on a cluster that is not using a service
+ /// principal
///
///
/// The operations group for this extension method.
@@ -543,7 +562,8 @@ public static ManagedClustersResetServicePrincipalProfileHeaders ResetServicePri
}
///
- /// This action cannot be performed on a cluster that is not using a service principal
+ /// This action cannot be performed on a cluster that is not using a service
+ /// principal
///
///
/// The operations group for this extension method.
@@ -565,7 +585,9 @@ public static ManagedClustersResetServicePrincipalProfileHeaders ResetServicePri
}
}
///
- /// **WARNING**: This API will be deprecated. Please see [AKS-managed Azure Active Directory integration](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD.
+ /// **WARNING**: This API will be deprecated. Please see [AKS-managed Azure
+ /// Active Directory integration](https://aka.ms/aks-managed-aad) to update
+ /// your cluster with AKS-managed Azure AD.
///
///
/// The operations group for this extension method.
@@ -582,7 +604,9 @@ public static ManagedClustersResetAadProfileHeaders ResetAADProfile(this IManage
}
///
- /// **WARNING**: This API will be deprecated. Please see [AKS-managed Azure Active Directory integration](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD.
+ /// **WARNING**: This API will be deprecated. Please see [AKS-managed Azure
+ /// Active Directory integration](https://aka.ms/aks-managed-aad) to update
+ /// your cluster with AKS-managed Azure AD.
///
///
/// The operations group for this extension method.
@@ -604,7 +628,9 @@ public static ManagedClustersResetAadProfileHeaders ResetAADProfile(this IManage
}
}
///
- /// See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more details about rotating managed cluster certificates.
+ /// See [Certificate
+ /// rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for
+ /// more details about rotating managed cluster certificates.
///
///
/// The operations group for this extension method.
@@ -621,7 +647,9 @@ public static ManagedClustersRotateClusterCertificatesHeaders RotateClusterCerti
}
///
- /// See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more details about rotating managed cluster certificates.
+ /// See [Certificate
+ /// rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for
+ /// more details about rotating managed cluster certificates.
///
///
/// The operations group for this extension method.
@@ -643,7 +671,10 @@ public static ManagedClustersRotateClusterCertificatesHeaders RotateClusterCerti
}
}
///
- /// Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.
+ /// Aborts the currently running operation on the managed cluster. The Managed
+ /// Cluster will be moved to a Canceling state and eventually to a Canceled
+ /// state when cancellation finishes. If the operation completes before
+ /// cancellation can take place, a 409 error code is returned.
///
///
/// The operations group for this extension method.
@@ -660,7 +691,10 @@ public static ManagedClustersAbortLatestOperationHeaders AbortLatestOperation(th
}
///
- /// Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.
+ /// Aborts the currently running operation on the managed cluster. The Managed
+ /// Cluster will be moved to a Canceling state and eventually to a Canceled
+ /// state when cancellation finishes. If the operation completes before
+ /// cancellation can take place, a 409 error code is returned.
///
///
/// The operations group for this extension method.
@@ -721,7 +755,12 @@ public static ManagedClustersRotateServiceAccountSigningKeysHeaders RotateServic
}
}
///
- /// This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A cluster does not accrue charges while it is stopped. See [stopping a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a cluster.
+ /// This can only be performed on Azure Virtual Machine Scale set backed
+ /// clusters. Stopping a cluster stops the control plane and agent nodes
+ /// entirely, while maintaining all object and cluster state. A cluster does
+ /// not accrue charges while it is stopped. See [stopping a
+ /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
+ /// details about stopping a cluster.
///
///
/// The operations group for this extension method.
@@ -738,7 +777,12 @@ public static ManagedClustersStopHeaders Stop(this IManagedClustersOperations op
}
///
- /// This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A cluster does not accrue charges while it is stopped. See [stopping a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a cluster.
+ /// This can only be performed on Azure Virtual Machine Scale set backed
+ /// clusters. Stopping a cluster stops the control plane and agent nodes
+ /// entirely, while maintaining all object and cluster state. A cluster does
+ /// not accrue charges while it is stopped. See [stopping a
+ /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
+ /// details about stopping a cluster.
///
///
/// The operations group for this extension method.
@@ -760,7 +804,9 @@ public static ManagedClustersStopHeaders Stop(this IManagedClustersOperations op
}
}
///
- /// See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about starting a cluster.
+ /// See [starting a
+ /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
+ /// details about starting a cluster.
///
///
/// The operations group for this extension method.
@@ -777,7 +823,9 @@ public static ManagedClustersStartHeaders Start(this IManagedClustersOperations
}
///
- /// See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about starting a cluster.
+ /// See [starting a
+ /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
+ /// details about starting a cluster.
///
///
/// The operations group for this extension method.
@@ -799,7 +847,9 @@ public static ManagedClustersStartHeaders Start(this IManagedClustersOperations
}
}
///
- /// AKS will create a pod to run the command. This is primarily useful for private clusters. For more information see [AKS Run Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
+ /// AKS will create a pod to run the command. This is primarily useful for
+ /// private clusters. For more information see [AKS Run
+ /// Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
///
///
/// The operations group for this extension method.
@@ -816,7 +866,9 @@ public static RunCommandResult RunCommand(this IManagedClustersOperations operat
}
///
- /// AKS will create a pod to run the command. This is primarily useful for private clusters. For more information see [AKS Run Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
+ /// AKS will create a pod to run the command. This is primarily useful for
+ /// private clusters. For more information see [AKS Run
+ /// Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
///
///
/// The operations group for this extension method.
@@ -883,7 +935,9 @@ public static RunCommandResult GetCommandResult(this IManagedClustersOperations
}
}
///
- /// Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster. The operation returns properties of each egress endpoint.
+ /// Gets a list of egress endpoints (network endpoints of all outbound
+ /// dependencies) in the specified managed cluster. The operation returns
+ /// properties of each egress endpoint.
///
///
/// The operations group for this extension method.
@@ -900,7 +954,9 @@ public static Microsoft.Rest.Azure.IPage ListOutbou
}
///
- /// Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster. The operation returns properties of each egress endpoint.
+ /// Gets a list of egress endpoints (network endpoints of all outbound
+ /// dependencies) in the specified managed cluster. The operation returns
+ /// properties of each egress endpoint.
///
///
/// The operations group for this extension method.
@@ -1039,7 +1095,8 @@ public static ManagedClustersDeleteHeaders BeginDelete(this IManagedClustersOper
}
}
///
- /// This action cannot be performed on a cluster that is not using a service principal
+ /// This action cannot be performed on a cluster that is not using a service
+ /// principal
///
///
/// The operations group for this extension method.
@@ -1056,7 +1113,8 @@ public static ManagedClustersResetServicePrincipalProfileHeaders BeginResetServi
}
///
- /// This action cannot be performed on a cluster that is not using a service principal
+ /// This action cannot be performed on a cluster that is not using a service
+ /// principal
///
///
/// The operations group for this extension method.
@@ -1078,7 +1136,9 @@ public static ManagedClustersResetServicePrincipalProfileHeaders BeginResetServi
}
}
///
- /// **WARNING**: This API will be deprecated. Please see [AKS-managed Azure Active Directory integration](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD.
+ /// **WARNING**: This API will be deprecated. Please see [AKS-managed Azure
+ /// Active Directory integration](https://aka.ms/aks-managed-aad) to update
+ /// your cluster with AKS-managed Azure AD.
///
///
/// The operations group for this extension method.
@@ -1095,7 +1155,9 @@ public static ManagedClustersResetAadProfileHeaders BeginResetAADProfile(this IM
}
///
- /// **WARNING**: This API will be deprecated. Please see [AKS-managed Azure Active Directory integration](https://aka.ms/aks-managed-aad) to update your cluster with AKS-managed Azure AD.
+ /// **WARNING**: This API will be deprecated. Please see [AKS-managed Azure
+ /// Active Directory integration](https://aka.ms/aks-managed-aad) to update
+ /// your cluster with AKS-managed Azure AD.
///
///
/// The operations group for this extension method.
@@ -1117,7 +1179,9 @@ public static ManagedClustersResetAadProfileHeaders BeginResetAADProfile(this IM
}
}
///
- /// See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more details about rotating managed cluster certificates.
+ /// See [Certificate
+ /// rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for
+ /// more details about rotating managed cluster certificates.
///
///
/// The operations group for this extension method.
@@ -1134,7 +1198,9 @@ public static ManagedClustersRotateClusterCertificatesHeaders BeginRotateCluster
}
///
- /// See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more details about rotating managed cluster certificates.
+ /// See [Certificate
+ /// rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for
+ /// more details about rotating managed cluster certificates.
///
///
/// The operations group for this extension method.
@@ -1156,7 +1222,10 @@ public static ManagedClustersRotateClusterCertificatesHeaders BeginRotateCluster
}
}
///
- /// Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.
+ /// Aborts the currently running operation on the managed cluster. The Managed
+ /// Cluster will be moved to a Canceling state and eventually to a Canceled
+ /// state when cancellation finishes. If the operation completes before
+ /// cancellation can take place, a 409 error code is returned.
///
///
/// The operations group for this extension method.
@@ -1173,7 +1242,10 @@ public static ManagedClustersAbortLatestOperationHeaders BeginAbortLatestOperati
}
///
- /// Aborts the currently running operation on the managed cluster. The Managed Cluster will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.
+ /// Aborts the currently running operation on the managed cluster. The Managed
+ /// Cluster will be moved to a Canceling state and eventually to a Canceled
+ /// state when cancellation finishes. If the operation completes before
+ /// cancellation can take place, a 409 error code is returned.
///
///
/// The operations group for this extension method.
@@ -1234,7 +1306,12 @@ public static ManagedClustersRotateServiceAccountSigningKeysHeaders BeginRotateS
}
}
///
- /// This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A cluster does not accrue charges while it is stopped. See [stopping a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a cluster.
+ /// This can only be performed on Azure Virtual Machine Scale set backed
+ /// clusters. Stopping a cluster stops the control plane and agent nodes
+ /// entirely, while maintaining all object and cluster state. A cluster does
+ /// not accrue charges while it is stopped. See [stopping a
+ /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
+ /// details about stopping a cluster.
///
///
/// The operations group for this extension method.
@@ -1251,7 +1328,12 @@ public static ManagedClustersStopHeaders BeginStop(this IManagedClustersOperatio
}
///
- /// This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a cluster stops the control plane and agent nodes entirely, while maintaining all object and cluster state. A cluster does not accrue charges while it is stopped. See [stopping a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about stopping a cluster.
+ /// This can only be performed on Azure Virtual Machine Scale set backed
+ /// clusters. Stopping a cluster stops the control plane and agent nodes
+ /// entirely, while maintaining all object and cluster state. A cluster does
+ /// not accrue charges while it is stopped. See [stopping a
+ /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
+ /// details about stopping a cluster.
///
///
/// The operations group for this extension method.
@@ -1273,7 +1355,9 @@ public static ManagedClustersStopHeaders BeginStop(this IManagedClustersOperatio
}
}
///
- /// See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about starting a cluster.
+ /// See [starting a
+ /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
+ /// details about starting a cluster.
///
///
/// The operations group for this extension method.
@@ -1290,7 +1374,9 @@ public static ManagedClustersStartHeaders BeginStart(this IManagedClustersOperat
}
///
- /// See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about starting a cluster.
+ /// See [starting a
+ /// cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
+ /// details about starting a cluster.
///
///
/// The operations group for this extension method.
@@ -1312,7 +1398,9 @@ public static ManagedClustersStartHeaders BeginStart(this IManagedClustersOperat
}
}
///
- /// AKS will create a pod to run the command. This is primarily useful for private clusters. For more information see [AKS Run Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
+ /// AKS will create a pod to run the command. This is primarily useful for
+ /// private clusters. For more information see [AKS Run
+ /// Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
///
///
/// The operations group for this extension method.
@@ -1329,7 +1417,9 @@ public static RunCommandResult BeginRunCommand(this IManagedClustersOperations o
}
///
- /// AKS will create a pod to run the command. This is primarily useful for private clusters. For more information see [AKS Run Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
+ /// AKS will create a pod to run the command. This is primarily useful for
+ /// private clusters. For more information see [AKS Run
+ /// Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
///
///
/// The operations group for this extension method.
@@ -1417,7 +1507,9 @@ public static Microsoft.Rest.Azure.IPage ListByResourceGroupNext
}
}
///
- /// Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster. The operation returns properties of each egress endpoint.
+ /// Gets a list of egress endpoints (network endpoints of all outbound
+ /// dependencies) in the specified managed cluster. The operation returns
+ /// properties of each egress endpoint.
///
///
/// The operations group for this extension method.
@@ -1431,7 +1523,9 @@ public static Microsoft.Rest.Azure.IPage ListOutbou
}
///
- /// Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster. The operation returns properties of each egress endpoint.
+ /// Gets a list of egress endpoints (network endpoints of all outbound
+ /// dependencies) in the specified managed cluster. The operation returns
+ /// properties of each egress endpoint.
///
///
/// The operations group for this extension method.
diff --git a/src/Aks/Aks.Sdk/Generated/Models/AccessProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/AccessProfile.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/AccessProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/AccessProfile.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/AgentPool.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/AgentPool.cs
similarity index 96%
rename from src/Aks/Aks.Sdk/Generated/Models/AgentPool.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/AgentPool.cs
index cb4471f72fd3..c45f39dffd79 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/AgentPool.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/AgentPool.cs
@@ -36,10 +36,10 @@ public AgentPool()
///
/// Determines the type of workload a node can run.
- /// Possible values include: 'OCIContainer', 'WasmWasi'
+ /// Possible values include: 'OCIContainer', 'WasmWasi'
/// The operating system type. The default is Linux.
- /// Possible values include: 'Linux', 'Windows'
+ /// Possible values include: 'Linux', 'Windows'
/// When an Agent Pool is first created it is initially Running. The Agent Pool
/// can be stopped by setting this field to Stopped. A stopped Agent Pool stops
@@ -74,11 +74,11 @@ public AgentPool()
/// larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'.
/// May not be changed after creation. For more information see [Ephemeral
/// OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os).
- /// Possible values include: 'Managed', 'Ephemeral'
+ /// Possible values include: 'Managed', 'Ephemeral'
/// Determines the placement of emptyDir volumes, container runtime data root,
/// and Kubelet ephemeral storage.
- /// Possible values include: 'OS', 'Temporary'
+ /// Possible values include: 'OS', 'Temporary'
/// If this is not specified, a VNET and subnet will be generated and used. If
/// no podSubnetID is specified, this applies to nodes and pods, otherwise it
@@ -97,8 +97,8 @@ public AgentPool()
/// Specifies the OS SKU used by the agent pool. The default is Ubuntu if
/// OSType is Linux. The default is Windows2019 when Kubernetes <= 1.24 or
/// Windows2022 when Kubernetes >= 1.25 if OSType is Windows.
- /// Possible values include: 'Ubuntu', 'AzureLinux', 'CBLMariner',
- /// 'Windows2019', 'Windows2022'
+ /// Possible values include: 'Ubuntu', 'AzureLinux', 'CBLMariner',
+ /// 'Windows2019', 'Windows2022'
/// The maximum number of nodes for auto-scaling
///
@@ -111,15 +111,15 @@ public AgentPool()
/// This also effects the cluster autoscaler behavior. If not specified, it
/// defaults to Delete.
- /// Possible values include: 'Delete', 'Deallocate'
+ /// Possible values include: 'Delete', 'Deallocate'
/// The type of Agent Pool.
- /// Possible values include: 'VirtualMachineScaleSets', 'AvailabilitySet'
+ /// Possible values include: 'VirtualMachineScaleSets', 'AvailabilitySet'
/// A cluster must have at least one 'System' Agent Pool at all times. For
/// additional information on agent pool restrictions and best practices, see:
/// https://docs.microsoft.com/azure/aks/use-system-pools
- /// Possible values include: 'System', 'User'
+ /// Possible values include: 'System', 'User'
/// Both patch version (major.minor.patch) (e.g. 1.20.13) and (major.minor)
/// (e.g. 1.20) are supported. When (major.minor) is specified, the latest
@@ -169,11 +169,11 @@ public AgentPool()
/// The Virtual Machine Scale Set priority. If not specified, the default is
/// 'Regular'.
- /// Possible values include: 'Spot', 'Regular'
+ /// Possible values include: 'Spot', 'Regular'
/// This cannot be specified unless the scaleSetPriority is 'Spot'. If not
/// specified, the default is 'Delete'.
- /// Possible values include: 'Delete', 'Deallocate'
+ /// Possible values include: 'Delete', 'Deallocate'
/// Possible values are any decimal value greater than zero or -1 which
/// indicates the willingness to pay any on-demand price. For more details on
@@ -212,7 +212,7 @@ public AgentPool()
/// GPUInstanceProfile to be used to specify GPU MIG instance profile for
/// supported GPU VM SKU.
- /// Possible values include: 'MIG1g', 'MIG2g', 'MIG3g', 'MIG4g', 'MIG7g'
+ /// Possible values include: 'MIG1g', 'MIG2g', 'MIG3g', 'MIG4g', 'MIG7g'
/// This is of the form:
/// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}.
diff --git a/src/Aks/Aks.Sdk/Generated/Models/AgentPoolAvailableVersions.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolAvailableVersions.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/AgentPoolAvailableVersions.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolAvailableVersions.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/AgentPoolAvailableVersionsProperties.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolAvailableVersionsProperties.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/AgentPoolAvailableVersionsProperties.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolAvailableVersionsProperties.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/AgentPoolMode.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolMode.cs
similarity index 81%
rename from src/Aks/Aks.Sdk/Generated/Models/AgentPoolMode.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolMode.cs
index f1db6711ffea..ff19fdeca3b8 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/AgentPoolMode.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolMode.cs
@@ -14,7 +14,9 @@ namespace Microsoft.Azure.Management.ContainerService.Models
public static class AgentPoolMode
{
///
- /// System agent pools are primarily for hosting critical system pods such as CoreDNS and metrics-server. System agent pools osType must be Linux. System agent pools VM SKU must have at least 2vCPUs and 4GB of memory.
+ /// System agent pools are primarily for hosting critical system pods such as
+ /// CoreDNS and metrics-server. System agent pools osType must be Linux. System
+ /// agent pools VM SKU must have at least 2vCPUs and 4GB of memory.
///
public const string System = "System";
///
diff --git a/src/Aks/Aks.Sdk/Generated/Models/AgentPoolType.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolType.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/AgentPoolType.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolType.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/AgentPoolUpgradeProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolUpgradeProfile.cs
similarity index 98%
rename from src/Aks/Aks.Sdk/Generated/Models/AgentPoolUpgradeProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolUpgradeProfile.cs
index 732670515209..abe78b383a64 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/AgentPoolUpgradeProfile.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolUpgradeProfile.cs
@@ -35,7 +35,7 @@ public AgentPoolUpgradeProfile()
///
/// The operating system type. The default is Linux.
- /// Possible values include: 'Linux', 'Windows'
+ /// Possible values include: 'Linux', 'Windows'
/// The Kubernetes version (major.minor.patch).
///
diff --git a/src/Aks/Aks.Sdk/Generated/Models/AgentPoolUpgradeProfileProperties.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolUpgradeProfileProperties.cs
similarity index 97%
rename from src/Aks/Aks.Sdk/Generated/Models/AgentPoolUpgradeProfileProperties.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolUpgradeProfileProperties.cs
index 89505a0935e9..f63b42ab6fec 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/AgentPoolUpgradeProfileProperties.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolUpgradeProfileProperties.cs
@@ -28,7 +28,7 @@ public AgentPoolUpgradeProfileProperties()
///
/// The operating system type. The default is Linux.
- /// Possible values include: 'Linux', 'Windows'
+ /// Possible values include: 'Linux', 'Windows'
/// List of orchestrator types and versions available for upgrade.
///
diff --git a/src/Aks/Aks.Sdk/Generated/Models/AgentPoolUpgradeProfilePropertiesUpgradesItem.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolUpgradeProfilePropertiesUpgradesItem.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/AgentPoolUpgradeProfilePropertiesUpgradesItem.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolUpgradeProfilePropertiesUpgradesItem.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/AgentPoolUpgradeSettings.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolUpgradeSettings.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/AgentPoolUpgradeSettings.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolUpgradeSettings.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/AgentPoolsAbortLatestOperationHeaders.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolsAbortLatestOperationHeaders.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/AgentPoolsAbortLatestOperationHeaders.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolsAbortLatestOperationHeaders.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/AgentPoolsDeleteHeaders.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolsDeleteHeaders.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/AgentPoolsDeleteHeaders.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolsDeleteHeaders.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/AgentPoolsUpgradeNodeImageVersionHeaders.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolsUpgradeNodeImageVersionHeaders.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/AgentPoolsUpgradeNodeImageVersionHeaders.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/AgentPoolsUpgradeNodeImageVersionHeaders.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/AzureKeyVaultKms.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/AzureKeyVaultKms.cs
similarity index 98%
rename from src/Aks/Aks.Sdk/Generated/Models/AzureKeyVaultKms.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/AzureKeyVaultKms.cs
index 5d5e9fcd7752..6038938d2564 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/AzureKeyVaultKms.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/AzureKeyVaultKms.cs
@@ -39,7 +39,7 @@ public AzureKeyVaultKms()
/// `Private`. `Public` means the key vault allows public access from all
/// networks. `Private` means the key vault disables public access and enables
/// private link. The default value is `Public`.
- /// Possible values include: 'Public', 'Private'
+ /// Possible values include: 'Public', 'Private'
/// Resource ID of key vault. When keyVaultNetworkAccess is `Private`, this
/// field is required and must be a valid resource ID. When
diff --git a/src/Aks/Aks.Sdk/Generated/Models/Code.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/Code.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/Code.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/Code.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/CommandResultProperties.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/CommandResultProperties.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/CommandResultProperties.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/CommandResultProperties.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ConnectionStatus.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ConnectionStatus.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ConnectionStatus.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ConnectionStatus.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ContainerServiceLinuxProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ContainerServiceLinuxProfile.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ContainerServiceLinuxProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ContainerServiceLinuxProfile.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ContainerServiceNetworkProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ContainerServiceNetworkProfile.cs
similarity index 94%
rename from src/Aks/Aks.Sdk/Generated/Models/ContainerServiceNetworkProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ContainerServiceNetworkProfile.cs
index 79754b855261..25ec12e51406 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/ContainerServiceNetworkProfile.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/ContainerServiceNetworkProfile.cs
@@ -25,19 +25,19 @@ public ContainerServiceNetworkProfile()
///
/// Network plugin used for building the Kubernetes network.
- /// Possible values include: 'azure', 'kubenet', 'none'
+ /// Possible values include: 'azure', 'kubenet', 'none'
/// The mode the network plugin should use.
- /// Possible values include: 'overlay'
+ /// Possible values include: 'overlay'
/// Network policy used for building the Kubernetes network.
- /// Possible values include: 'calico', 'azure', 'cilium'
+ /// Possible values include: 'calico', 'azure', 'cilium'
/// This cannot be specified if networkPlugin is anything other than 'azure'.
- /// Possible values include: 'transparent', 'bridge'
+ /// Possible values include: 'transparent', 'bridge'
/// Network dataplane used in the Kubernetes cluster.
- /// Possible values include: 'azure', 'cilium'
+ /// Possible values include: 'azure', 'cilium'
/// A CIDR notation IP range from which to assign pod IPs when kubenet is used.
///
@@ -53,13 +53,13 @@ public ContainerServiceNetworkProfile()
/// This can only be set at cluster creation time and cannot be changed later.
/// For more information see [egress outbound
/// type](https://docs.microsoft.com/azure/aks/egress-outboundtype).
- /// Possible values include: 'loadBalancer', 'userDefinedRouting',
- /// 'managedNATGateway', 'userAssignedNATGateway'
+ /// Possible values include: 'loadBalancer', 'userDefinedRouting',
+ /// 'managedNATGateway', 'userAssignedNATGateway'
/// The default is 'standard'. See [Azure Load Balancer
/// SKUs](https://docs.microsoft.com/azure/load-balancer/skus) for more
/// information about the differences between load balancer SKUs.
- /// Possible values include: 'standard', 'basic'
+ /// Possible values include: 'standard', 'basic'
/// Profile of the cluster load balancer.
///
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ContainerServiceSshConfiguration.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ContainerServiceSshConfiguration.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ContainerServiceSshConfiguration.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ContainerServiceSshConfiguration.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ContainerServiceSshPublicKey.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ContainerServiceSshPublicKey.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ContainerServiceSshPublicKey.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ContainerServiceSshPublicKey.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/CreatedByType.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/CreatedByType.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/CreatedByType.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/CreatedByType.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/CreationData.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/CreationData.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/CreationData.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/CreationData.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/CredentialResult.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/CredentialResult.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/CredentialResult.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/CredentialResult.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/CredentialResults.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/CredentialResults.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/CredentialResults.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/CredentialResults.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/EndpointDependency.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/EndpointDependency.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/EndpointDependency.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/EndpointDependency.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/EndpointDetail.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/EndpointDetail.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/EndpointDetail.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/EndpointDetail.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/Expander.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/Expander.cs
similarity index 54%
rename from src/Aks/Aks.Sdk/Generated/Models/Expander.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/Expander.cs
index 532fbf884547..ff37222a2748 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/Expander.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/Expander.cs
@@ -14,19 +14,29 @@ namespace Microsoft.Azure.Management.ContainerService.Models
public static class Expander
{
///
- /// Selects the node group that will have the least idle CPU (if tied, unused memory) after scale-up. This is useful when you have different classes of nodes, for example, high CPU or high memory nodes, and only want to expand those when there are pending pods that need a lot of those resources.
+ /// Selects the node group that will have the least idle CPU (if tied, unused
+ /// memory) after scale-up. This is useful when you have different classes of
+ /// nodes, for example, high CPU or high memory nodes, and only want to expand
+ /// those when there are pending pods that need a lot of those resources.
///
public const string LeastWaste = "least-waste";
///
- /// Selects the node group that would be able to schedule the most pods when scaling up. This is useful when you are using nodeSelector to make sure certain pods land on certain nodes. Note that this won't cause the autoscaler to select bigger nodes vs. smaller, as it can add multiple smaller nodes at once.
+ /// Selects the node group that would be able to schedule the most pods when
+ /// scaling up. This is useful when you are using nodeSelector to make sure
+ /// certain pods land on certain nodes. Note that this won't cause the
+ /// autoscaler to select bigger nodes vs. smaller, as it can add multiple
+ /// smaller nodes at once.
///
public const string MostPods = "most-pods";
///
- /// Selects the node group that has the highest priority assigned by the user. It's configuration is described in more details [here](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/expander/priority/readme.md).
+ /// Selects the node group that has the highest priority assigned by the user.
+ /// It's configuration is described in more details
+ /// [here](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/expander/priority/readme.md).
///
public const string Priority = "priority";
///
- /// Used when you don't have a particular need for the node groups to scale differently.
+ /// Used when you don't have a particular need for the node groups to scale
+ /// differently.
///
public const string Random = "random";
}
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ExtendedLocation.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ExtendedLocation.cs
similarity index 96%
rename from src/Aks/Aks.Sdk/Generated/Models/ExtendedLocation.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ExtendedLocation.cs
index 1aedca09ff62..74eadeed3438 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/ExtendedLocation.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/ExtendedLocation.cs
@@ -28,7 +28,7 @@ public ExtendedLocation()
///
/// The type of the extended location.
- /// Possible values include: 'EdgeZone'
+ /// Possible values include: 'EdgeZone'
public ExtendedLocation(string name = default(string), string type = default(string))
{
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ExtendedLocationTypes.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ExtendedLocationTypes.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ExtendedLocationTypes.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ExtendedLocationTypes.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/Format.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/Format.cs
similarity index 84%
rename from src/Aks/Aks.Sdk/Generated/Models/Format.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/Format.cs
index 024015b3b402..486b5baedf10 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/Format.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/Format.cs
@@ -14,11 +14,13 @@ namespace Microsoft.Azure.Management.ContainerService.Models
public static class Format
{
///
- /// Return azure auth-provider kubeconfig. This format is deprecated in v1.22 and will be fully removed in v1.26. See: https://aka.ms/k8s/changes-1-26.
+ /// Return azure auth-provider kubeconfig. This format is deprecated in v1.22
+ /// and will be fully removed in v1.26. See: https://aka.ms/k8s/changes-1-26.
///
public const string Azure = "azure";
///
- /// Return exec format kubeconfig. This format requires kubelogin binary in the path.
+ /// Return exec format kubeconfig. This format requires kubelogin binary in the
+ /// path.
///
public const string Exec = "exec";
}
diff --git a/src/Aks/Aks.Sdk/Generated/Models/GPUInstanceProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/GPUInstanceProfile.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/GPUInstanceProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/GPUInstanceProfile.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/IpFamily.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/IpFamily.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/IpFamily.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/IpFamily.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/KeyVaultNetworkAccessTypes.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/KeyVaultNetworkAccessTypes.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/KeyVaultNetworkAccessTypes.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/KeyVaultNetworkAccessTypes.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/KubeletConfig.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/KubeletConfig.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/KubeletConfig.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/KubeletConfig.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/KubeletDiskType.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/KubeletDiskType.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/KubeletDiskType.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/KubeletDiskType.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/KubernetesPatchVersion.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/KubernetesPatchVersion.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/KubernetesPatchVersion.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/KubernetesPatchVersion.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/KubernetesSupportPlan.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/KubernetesSupportPlan.cs
similarity index 76%
rename from src/Aks/Aks.Sdk/Generated/Models/KubernetesSupportPlan.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/KubernetesSupportPlan.cs
index e25974bfa513..9c147e62ff0c 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/KubernetesSupportPlan.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/KubernetesSupportPlan.cs
@@ -14,11 +14,15 @@ namespace Microsoft.Azure.Management.ContainerService.Models
public static class KubernetesSupportPlan
{
///
- /// Support for the version is the same as for the open source Kubernetes offering. Official Kubernetes open source community support versions for 1 year after release.
+ /// Support for the version is the same as for the open source Kubernetes
+ /// offering. Official Kubernetes open source community support versions for 1
+ /// year after release.
///
public const string KubernetesOfficial = "KubernetesOfficial";
///
- /// Support for the version extended past the KubernetesOfficial support of 1 year. AKS continues to patch CVEs for another 1 year, for a total of 2 years of support.
+ /// Support for the version extended past the KubernetesOfficial support of 1
+ /// year. AKS continues to patch CVEs for another 1 year, for a total of 2
+ /// years of support.
///
public const string AKSLongTermSupport = "AKSLongTermSupport";
}
diff --git a/src/Aks/Aks.Sdk/Generated/Models/KubernetesVersion.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/KubernetesVersion.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/KubernetesVersion.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/KubernetesVersion.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/KubernetesVersionCapabilities.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/KubernetesVersionCapabilities.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/KubernetesVersionCapabilities.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/KubernetesVersionCapabilities.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/KubernetesVersionListResult.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/KubernetesVersionListResult.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/KubernetesVersionListResult.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/KubernetesVersionListResult.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/LicenseType.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/LicenseType.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/LicenseType.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/LicenseType.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/LinuxOSConfig.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/LinuxOSConfig.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/LinuxOSConfig.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/LinuxOSConfig.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/LoadBalancerSku.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/LoadBalancerSku.cs
similarity index 75%
rename from src/Aks/Aks.Sdk/Generated/Models/LoadBalancerSku.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/LoadBalancerSku.cs
index 9bb0dda65878..d902af6efd94 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/LoadBalancerSku.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/LoadBalancerSku.cs
@@ -14,7 +14,11 @@ namespace Microsoft.Azure.Management.ContainerService.Models
public static class LoadBalancerSku
{
///
- /// Use a a standard Load Balancer. This is the recommended Load Balancer SKU. For more information about on working with the load balancer in the managed cluster, see the [standard Load Balancer](https://docs.microsoft.com/azure/aks/load-balancer-standard) article.
+ /// Use a a standard Load Balancer. This is the recommended Load Balancer SKU.
+ /// For more information about on working with the load balancer in the managed
+ /// cluster, see the [standard Load
+ /// Balancer](https://docs.microsoft.com/azure/aks/load-balancer-standard)
+ /// article.
///
public const string Standard = "standard";
///
diff --git a/src/Aks/Aks.Sdk/Generated/Models/MaintenanceConfiguration.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/MaintenanceConfiguration.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/MaintenanceConfiguration.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/MaintenanceConfiguration.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/MaintenanceConfigurationProperties.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/MaintenanceConfigurationProperties.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/MaintenanceConfigurationProperties.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/MaintenanceConfigurationProperties.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedCluster.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedCluster.cs
similarity index 99%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedCluster.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedCluster.cs
index bc6f818b1ba9..05a21e59701a 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/ManagedCluster.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedCluster.cs
@@ -133,7 +133,7 @@ public ManagedCluster()
/// The support plan for the Managed Cluster. If unspecified, the default is
/// 'KubernetesOfficial'.
- /// Possible values include: 'KubernetesOfficial', 'AKSLongTermSupport'
+ /// Possible values include: 'KubernetesOfficial', 'AKSLongTermSupport'
/// (DEPRECATED) Whether to enable Kubernetes pod security policy (preview).
/// PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from
@@ -182,7 +182,7 @@ public ManagedCluster()
///
/// Allow or deny public network access for AKS
- /// Possible values include: 'Enabled', 'Disabled'
+ /// Possible values include: 'Enabled', 'Disabled'
/// Workload Auto-scaler profile for the managed cluster.
///
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAADProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAADProfile.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAADProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAADProfile.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAPIServerAccessProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAPIServerAccessProfile.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAPIServerAccessProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAPIServerAccessProfile.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAccessProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAccessProfile.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAccessProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAccessProfile.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAddonProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAddonProfile.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAddonProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAddonProfile.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAddonProfileIdentity.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAddonProfileIdentity.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAddonProfileIdentity.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAddonProfileIdentity.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAgentPoolProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAgentPoolProfile.cs
similarity index 93%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAgentPoolProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAgentPoolProfile.cs
index f9eda839a35b..5beb3253b054 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAgentPoolProfile.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAgentPoolProfile.cs
@@ -44,14 +44,14 @@ public ManagedClusterAgentPoolProfile()
/// larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'.
/// May not be changed after creation. For more information see [Ephemeral
/// OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os).
- /// Possible values include: 'Managed', 'Ephemeral'
+ /// Possible values include: 'Managed', 'Ephemeral'
/// Determines the placement of emptyDir volumes, container runtime data root,
/// and Kubelet ephemeral storage.
- /// Possible values include: 'OS', 'Temporary'
+ /// Possible values include: 'OS', 'Temporary'
/// Determines the type of workload a node can run.
- /// Possible values include: 'OCIContainer', 'WasmWasi'
+ /// Possible values include: 'OCIContainer', 'WasmWasi'
/// If this is not specified, a VNET and subnet will be generated and used. If
/// no podSubnetID is specified, this applies to nodes and pods, otherwise it
@@ -68,13 +68,13 @@ public ManagedClusterAgentPoolProfile()
///
/// The operating system type. The default is Linux.
- /// Possible values include: 'Linux', 'Windows'
+ /// Possible values include: 'Linux', 'Windows'
/// Specifies the OS SKU used by the agent pool. The default is Ubuntu if
/// OSType is Linux. The default is Windows2019 when Kubernetes <= 1.24 or
/// Windows2022 when Kubernetes >= 1.25 if OSType is Windows.
- /// Possible values include: 'Ubuntu', 'AzureLinux', 'CBLMariner',
- /// 'Windows2019', 'Windows2022'
+ /// Possible values include: 'Ubuntu', 'AzureLinux', 'CBLMariner',
+ /// 'Windows2019', 'Windows2022'
/// The maximum number of nodes for auto-scaling
///
@@ -87,15 +87,15 @@ public ManagedClusterAgentPoolProfile()
/// This also effects the cluster autoscaler behavior. If not specified, it
/// defaults to Delete.
- /// Possible values include: 'Delete', 'Deallocate'
+ /// Possible values include: 'Delete', 'Deallocate'
/// The type of Agent Pool.
- /// Possible values include: 'VirtualMachineScaleSets', 'AvailabilitySet'
+ /// Possible values include: 'VirtualMachineScaleSets', 'AvailabilitySet'
/// A cluster must have at least one 'System' Agent Pool at all times. For
/// additional information on agent pool restrictions and best practices, see:
/// https://docs.microsoft.com/azure/aks/use-system-pools
- /// Possible values include: 'System', 'User'
+ /// Possible values include: 'System', 'User'
/// Both patch version (major.minor.patch) (e.g. 1.20.13) and (major.minor)
/// (e.g. 1.20) are supported. When (major.minor) is specified, the latest
@@ -151,11 +151,11 @@ public ManagedClusterAgentPoolProfile()
/// The Virtual Machine Scale Set priority. If not specified, the default is
/// 'Regular'.
- /// Possible values include: 'Spot', 'Regular'
+ /// Possible values include: 'Spot', 'Regular'
/// This cannot be specified unless the scaleSetPriority is 'Spot'. If not
/// specified, the default is 'Delete'.
- /// Possible values include: 'Delete', 'Deallocate'
+ /// Possible values include: 'Delete', 'Deallocate'
/// Possible values are any decimal value greater than zero or -1 which
/// indicates the willingness to pay any on-demand price. For more details on
@@ -197,7 +197,7 @@ public ManagedClusterAgentPoolProfile()
/// GPUInstanceProfile to be used to specify GPU MIG instance profile for
/// supported GPU VM SKU.
- /// Possible values include: 'MIG1g', 'MIG2g', 'MIG3g', 'MIG4g', 'MIG7g'
+ /// Possible values include: 'MIG1g', 'MIG2g', 'MIG3g', 'MIG4g', 'MIG7g'
/// CreationData to be used to specify the source Snapshot ID if the node pool
/// will be created/upgraded using a snapshot.
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAgentPoolProfileProperties.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAgentPoolProfileProperties.cs
similarity index 96%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAgentPoolProfileProperties.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAgentPoolProfileProperties.cs
index edf75b716e51..205454a2d4a0 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAgentPoolProfileProperties.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAgentPoolProfileProperties.cs
@@ -44,14 +44,14 @@ public ManagedClusterAgentPoolProfileProperties()
/// larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'.
/// May not be changed after creation. For more information see [Ephemeral
/// OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os).
- /// Possible values include: 'Managed', 'Ephemeral'
+ /// Possible values include: 'Managed', 'Ephemeral'
/// Determines the placement of emptyDir volumes, container runtime data root,
/// and Kubelet ephemeral storage.
- /// Possible values include: 'OS', 'Temporary'
+ /// Possible values include: 'OS', 'Temporary'
/// Determines the type of workload a node can run.
- /// Possible values include: 'OCIContainer', 'WasmWasi'
+ /// Possible values include: 'OCIContainer', 'WasmWasi'
/// If this is not specified, a VNET and subnet will be generated and used. If
/// no podSubnetID is specified, this applies to nodes and pods, otherwise it
@@ -68,13 +68,13 @@ public ManagedClusterAgentPoolProfileProperties()
///
/// The operating system type. The default is Linux.
- /// Possible values include: 'Linux', 'Windows'
+ /// Possible values include: 'Linux', 'Windows'
/// Specifies the OS SKU used by the agent pool. The default is Ubuntu if
/// OSType is Linux. The default is Windows2019 when Kubernetes <= 1.24 or
/// Windows2022 when Kubernetes >= 1.25 if OSType is Windows.
- /// Possible values include: 'Ubuntu', 'AzureLinux', 'CBLMariner',
- /// 'Windows2019', 'Windows2022'
+ /// Possible values include: 'Ubuntu', 'AzureLinux', 'CBLMariner',
+ /// 'Windows2019', 'Windows2022'
/// The maximum number of nodes for auto-scaling
///
@@ -87,15 +87,15 @@ public ManagedClusterAgentPoolProfileProperties()
/// This also effects the cluster autoscaler behavior. If not specified, it
/// defaults to Delete.
- /// Possible values include: 'Delete', 'Deallocate'
+ /// Possible values include: 'Delete', 'Deallocate'
/// The type of Agent Pool.
- /// Possible values include: 'VirtualMachineScaleSets', 'AvailabilitySet'
+ /// Possible values include: 'VirtualMachineScaleSets', 'AvailabilitySet'
/// A cluster must have at least one 'System' Agent Pool at all times. For
/// additional information on agent pool restrictions and best practices, see:
/// https://docs.microsoft.com/azure/aks/use-system-pools
- /// Possible values include: 'System', 'User'
+ /// Possible values include: 'System', 'User'
/// Both patch version (major.minor.patch) (e.g. 1.20.13) and (major.minor)
/// (e.g. 1.20) are supported. When (major.minor) is specified, the latest
@@ -151,11 +151,11 @@ public ManagedClusterAgentPoolProfileProperties()
/// The Virtual Machine Scale Set priority. If not specified, the default is
/// 'Regular'.
- /// Possible values include: 'Spot', 'Regular'
+ /// Possible values include: 'Spot', 'Regular'
/// This cannot be specified unless the scaleSetPriority is 'Spot'. If not
/// specified, the default is 'Delete'.
- /// Possible values include: 'Delete', 'Deallocate'
+ /// Possible values include: 'Delete', 'Deallocate'
/// Possible values are any decimal value greater than zero or -1 which
/// indicates the willingness to pay any on-demand price. For more details on
@@ -197,7 +197,7 @@ public ManagedClusterAgentPoolProfileProperties()
/// GPUInstanceProfile to be used to specify GPU MIG instance profile for
/// supported GPU VM SKU.
- /// Possible values include: 'MIG1g', 'MIG2g', 'MIG3g', 'MIG4g', 'MIG7g'
+ /// Possible values include: 'MIG1g', 'MIG2g', 'MIG3g', 'MIG4g', 'MIG7g'
/// CreationData to be used to specify the source Snapshot ID if the node pool
/// will be created/upgraded using a snapshot.
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAutoUpgradeProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAutoUpgradeProfile.cs
similarity index 93%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAutoUpgradeProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAutoUpgradeProfile.cs
index f6f7eeee41c1..4bc5ca9ee891 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAutoUpgradeProfile.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAutoUpgradeProfile.cs
@@ -26,7 +26,7 @@ public ManagedClusterAutoUpgradeProfile()
/// For more information see [setting the AKS cluster auto-upgrade
/// channel](https://docs.microsoft.com/azure/aks/upgrade-cluster#set-auto-upgrade-channel).
- /// Possible values include: 'rapid', 'stable', 'patch', 'node-image', 'none'
+ /// Possible values include: 'rapid', 'stable', 'patch', 'node-image', 'none'
public ManagedClusterAutoUpgradeProfile(string upgradeChannel = default(string))
{
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAzureMonitorProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAzureMonitorProfile.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAzureMonitorProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAzureMonitorProfile.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAzureMonitorProfileKubeStateMetrics.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAzureMonitorProfileKubeStateMetrics.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAzureMonitorProfileKubeStateMetrics.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAzureMonitorProfileKubeStateMetrics.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAzureMonitorProfileMetrics.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAzureMonitorProfileMetrics.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterAzureMonitorProfileMetrics.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterAzureMonitorProfileMetrics.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterHTTPProxyConfig.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterHTTPProxyConfig.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterHTTPProxyConfig.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterHTTPProxyConfig.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterIdentity.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterIdentity.cs
similarity index 97%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterIdentity.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterIdentity.cs
index 3617f6b79388..f37234b24fa2 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterIdentity.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterIdentity.cs
@@ -34,7 +34,7 @@ public ManagedClusterIdentity()
/// For more information see [use managed identities in
/// AKS](https://docs.microsoft.com/azure/aks/use-managed-identity).
- /// Possible values include: 'SystemAssigned', 'UserAssigned', 'None'
+ /// Possible values include: 'SystemAssigned', 'UserAssigned', 'None'
/// The keys must be ARM resource IDs in the form:
/// '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterLoadBalancerProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterLoadBalancerProfile.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterLoadBalancerProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterLoadBalancerProfile.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterLoadBalancerProfileManagedOutboundIPs.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterLoadBalancerProfileManagedOutboundIPs.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterLoadBalancerProfileManagedOutboundIPs.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterLoadBalancerProfileManagedOutboundIPs.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterLoadBalancerProfileOutboundIPPrefixes.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterLoadBalancerProfileOutboundIPPrefixes.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterLoadBalancerProfileOutboundIPPrefixes.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterLoadBalancerProfileOutboundIPPrefixes.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterLoadBalancerProfileOutboundIPs.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterLoadBalancerProfileOutboundIPs.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterLoadBalancerProfileOutboundIPs.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterLoadBalancerProfileOutboundIPs.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterManagedOutboundIPProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterManagedOutboundIPProfile.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterManagedOutboundIPProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterManagedOutboundIPProfile.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterNATGatewayProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterNATGatewayProfile.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterNATGatewayProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterNATGatewayProfile.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterOIDCIssuerProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterOIDCIssuerProfile.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterOIDCIssuerProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterOIDCIssuerProfile.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPodIdentity.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPodIdentity.cs
similarity index 96%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPodIdentity.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPodIdentity.cs
index 53f96a388247..c85aec0b7f4d 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPodIdentity.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPodIdentity.cs
@@ -37,8 +37,8 @@ public ManagedClusterPodIdentity()
///
/// The current provisioning state of the pod identity.
- /// Possible values include: 'Assigned', 'Canceled', 'Deleting', 'Failed',
- /// 'Succeeded', 'Updating'
+ /// Possible values include: 'Assigned', 'Canceled', 'Deleting', 'Failed',
+ /// 'Succeeded', 'Updating'
///
///
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPodIdentityException.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPodIdentityException.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPodIdentityException.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPodIdentityException.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPodIdentityProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPodIdentityProfile.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPodIdentityProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPodIdentityProfile.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPodIdentityProvisioningError.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPodIdentityProvisioningError.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPodIdentityProvisioningError.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPodIdentityProvisioningError.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPodIdentityProvisioningErrorBody.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPodIdentityProvisioningErrorBody.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPodIdentityProvisioningErrorBody.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPodIdentityProvisioningErrorBody.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPodIdentityProvisioningInfo.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPodIdentityProvisioningInfo.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPodIdentityProvisioningInfo.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPodIdentityProvisioningInfo.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPodIdentityProvisioningState.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPodIdentityProvisioningState.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPodIdentityProvisioningState.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPodIdentityProvisioningState.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPoolUpgradeProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPoolUpgradeProfile.cs
similarity index 97%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPoolUpgradeProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPoolUpgradeProfile.cs
index c4de64e0871a..410fb0e4916a 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPoolUpgradeProfile.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPoolUpgradeProfile.cs
@@ -31,7 +31,7 @@ public ManagedClusterPoolUpgradeProfile()
///
/// The operating system type. The default is Linux.
- /// Possible values include: 'Linux', 'Windows'
+ /// Possible values include: 'Linux', 'Windows'
/// List of orchestrator types and versions available for upgrade.
///
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPoolUpgradeProfileUpgradesItem.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPoolUpgradeProfileUpgradesItem.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPoolUpgradeProfileUpgradesItem.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPoolUpgradeProfileUpgradesItem.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterProperties.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterProperties.cs
similarity index 99%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterProperties.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterProperties.cs
index 59ed48e553e5..6353de82f8a7 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterProperties.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterProperties.cs
@@ -102,7 +102,7 @@ public ManagedClusterProperties()
/// The support plan for the Managed Cluster. If unspecified, the default is
/// 'KubernetesOfficial'.
- /// Possible values include: 'KubernetesOfficial', 'AKSLongTermSupport'
+ /// Possible values include: 'KubernetesOfficial', 'AKSLongTermSupport'
/// (DEPRECATED) Whether to enable Kubernetes pod security policy (preview).
/// PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from
@@ -151,7 +151,7 @@ public ManagedClusterProperties()
///
/// Allow or deny public network access for AKS
- /// Possible values include: 'Enabled', 'Disabled'
+ /// Possible values include: 'Enabled', 'Disabled'
/// Workload Auto-scaler profile for the managed cluster.
///
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPropertiesAutoScalerProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPropertiesAutoScalerProfile.cs
similarity index 98%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPropertiesAutoScalerProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPropertiesAutoScalerProfile.cs
index 9e595b2493da..28eede28baac 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterPropertiesAutoScalerProfile.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterPropertiesAutoScalerProfile.cs
@@ -30,7 +30,7 @@ public ManagedClusterPropertiesAutoScalerProfile()
/// If not specified, the default is 'random'. See
/// [expanders](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders)
/// for more information.
- /// Possible values include: 'least-waste', 'most-pods', 'priority', 'random'
+ /// Possible values include: 'least-waste', 'most-pods', 'priority', 'random'
/// The default is 10.
///
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterSKU.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterSKU.cs
similarity index 93%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterSKU.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterSKU.cs
index 0c8754499f35..61bde833b4fd 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterSKU.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterSKU.cs
@@ -25,12 +25,12 @@ public ManagedClusterSKU()
///
/// The name of a managed cluster SKU.
- /// Possible values include: 'Base'
+ /// Possible values include: 'Base'
/// If not specified, the default is 'Free'. See [AKS Pricing
/// Tier](https://learn.microsoft.com/azure/aks/free-standard-pricing-tiers)
/// for more details.
- /// Possible values include: 'Premium', 'Standard', 'Free'
+ /// Possible values include: 'Premium', 'Standard', 'Free'
public ManagedClusterSKU(string name = default(string), string tier = default(string))
{
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterSKUName.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterSKUName.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterSKUName.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterSKUName.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterSKUTier.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterSKUTier.cs
similarity index 58%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterSKUTier.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterSKUTier.cs
index d1f2dc039d1c..f17da0d312ce 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterSKUTier.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterSKUTier.cs
@@ -14,15 +14,23 @@ namespace Microsoft.Azure.Management.ContainerService.Models
public static class ManagedClusterSKUTier
{
///
- /// Cluster has premium capabilities in addition to all of the capabilities included in 'Standard'. Premium enables selection of LongTermSupport (aka.ms/aks/lts) for certain Kubernetes versions.
+ /// Cluster has premium capabilities in addition to all of the capabilities
+ /// included in 'Standard'. Premium enables selection of LongTermSupport
+ /// (aka.ms/aks/lts) for certain Kubernetes versions.
///
public const string Premium = "Premium";
///
- /// Recommended for mission-critical and production workloads. Includes Kubernetes control plane autoscaling, workload-intensive testing, and up to 5,000 nodes per cluster. Guarantees 99.95% availability of the Kubernetes API server endpoint for clusters that use Availability Zones and 99.9% of availability for clusters that don't use Availability Zones.
+ /// Recommended for mission-critical and production workloads. Includes
+ /// Kubernetes control plane autoscaling, workload-intensive testing, and up to
+ /// 5,000 nodes per cluster. Guarantees 99.95% availability of the Kubernetes
+ /// API server endpoint for clusters that use Availability Zones and 99.9% of
+ /// availability for clusters that don't use Availability Zones.
///
public const string Standard = "Standard";
///
- /// The cluster management is free, but charged for VM, storage, and networking usage. Best for experimenting, learning, simple testing, or workloads with fewer than 10 nodes. Not recommended for production use cases.
+ /// The cluster management is free, but charged for VM, storage, and networking
+ /// usage. Best for experimenting, learning, simple testing, or workloads with
+ /// fewer than 10 nodes. Not recommended for production use cases.
///
public const string Free = "Free";
}
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterSecurityProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterSecurityProfile.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterSecurityProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterSecurityProfile.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterSecurityProfileDefender.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterSecurityProfileDefender.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterSecurityProfileDefender.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterSecurityProfileDefender.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterSecurityProfileDefenderSecurityMonitoring.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterSecurityProfileDefenderSecurityMonitoring.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterSecurityProfileDefenderSecurityMonitoring.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterSecurityProfileDefenderSecurityMonitoring.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterSecurityProfileImageCleaner.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterSecurityProfileImageCleaner.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterSecurityProfileImageCleaner.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterSecurityProfileImageCleaner.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterSecurityProfileWorkloadIdentity.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterSecurityProfileWorkloadIdentity.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterSecurityProfileWorkloadIdentity.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterSecurityProfileWorkloadIdentity.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterServicePrincipalProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterServicePrincipalProfile.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterServicePrincipalProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterServicePrincipalProfile.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterStorageProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterStorageProfile.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterStorageProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterStorageProfile.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterStorageProfileBlobCSIDriver.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterStorageProfileBlobCSIDriver.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterStorageProfileBlobCSIDriver.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterStorageProfileBlobCSIDriver.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterStorageProfileDiskCSIDriver.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterStorageProfileDiskCSIDriver.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterStorageProfileDiskCSIDriver.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterStorageProfileDiskCSIDriver.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterStorageProfileFileCSIDriver.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterStorageProfileFileCSIDriver.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterStorageProfileFileCSIDriver.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterStorageProfileFileCSIDriver.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterStorageProfileSnapshotController.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterStorageProfileSnapshotController.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterStorageProfileSnapshotController.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterStorageProfileSnapshotController.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterUpgradeProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterUpgradeProfile.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterUpgradeProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterUpgradeProfile.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterUpgradeProfileProperties.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterUpgradeProfileProperties.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterUpgradeProfileProperties.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterUpgradeProfileProperties.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterWindowsProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterWindowsProfile.cs
similarity index 98%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterWindowsProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterWindowsProfile.cs
index fed520d8be1d..dc8470cd75f2 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterWindowsProfile.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterWindowsProfile.cs
@@ -46,7 +46,7 @@ public ManagedClusterWindowsProfile()
/// The license type to use for Windows VMs. See [Azure Hybrid User
/// Benefits](https://azure.microsoft.com/pricing/hybrid-benefit/faq/) for more
/// details.
- /// Possible values include: 'None', 'Windows_Server'
+ /// Possible values include: 'None', 'Windows_Server'
/// For more details on CSI proxy, see the [CSI proxy GitHub
/// repo](https://github.com/kubernetes-csi/csi-proxy).
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterWorkloadAutoScalerProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterWorkloadAutoScalerProfile.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterWorkloadAutoScalerProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterWorkloadAutoScalerProfile.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClusterWorkloadAutoScalerProfileKeda.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterWorkloadAutoScalerProfileKeda.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClusterWorkloadAutoScalerProfileKeda.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClusterWorkloadAutoScalerProfileKeda.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClustersAbortLatestOperationHeaders.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClustersAbortLatestOperationHeaders.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClustersAbortLatestOperationHeaders.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClustersAbortLatestOperationHeaders.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClustersDeleteHeaders.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClustersDeleteHeaders.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClustersDeleteHeaders.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClustersDeleteHeaders.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClustersGetCommandResultHeaders.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClustersGetCommandResultHeaders.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClustersGetCommandResultHeaders.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClustersGetCommandResultHeaders.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClustersResetAADProfileHeaders.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClustersResetAADProfileHeaders.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClustersResetAADProfileHeaders.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClustersResetAADProfileHeaders.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClustersResetServicePrincipalProfileHeaders.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClustersResetServicePrincipalProfileHeaders.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClustersResetServicePrincipalProfileHeaders.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClustersResetServicePrincipalProfileHeaders.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClustersRotateClusterCertificatesHeaders.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClustersRotateClusterCertificatesHeaders.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClustersRotateClusterCertificatesHeaders.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClustersRotateClusterCertificatesHeaders.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClustersRotateServiceAccountSigningKeysHeaders.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClustersRotateServiceAccountSigningKeysHeaders.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClustersRotateServiceAccountSigningKeysHeaders.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClustersRotateServiceAccountSigningKeysHeaders.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClustersRunCommandHeaders.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClustersRunCommandHeaders.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClustersRunCommandHeaders.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClustersRunCommandHeaders.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClustersStartHeaders.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClustersStartHeaders.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClustersStartHeaders.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClustersStartHeaders.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedClustersStopHeaders.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClustersStopHeaders.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedClustersStopHeaders.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedClustersStopHeaders.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ManagedServiceIdentityUserAssignedIdentitiesValue.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ManagedServiceIdentityUserAssignedIdentitiesValue.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ManagedServiceIdentityUserAssignedIdentitiesValue.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ManagedServiceIdentityUserAssignedIdentitiesValue.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/NetworkDataplane.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/NetworkDataplane.cs
similarity index 86%
rename from src/Aks/Aks.Sdk/Generated/Models/NetworkDataplane.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/NetworkDataplane.cs
index 139acaade3a5..0669dbbb3439 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/NetworkDataplane.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/NetworkDataplane.cs
@@ -18,7 +18,9 @@ public static class NetworkDataplane
///
public const string Azure = "azure";
///
- /// Use Cilium network dataplane. See [Azure CNI Powered by Cilium](https://learn.microsoft.com/azure/aks/azure-cni-powered-by-cilium) for more information.
+ /// Use Cilium network dataplane. See [Azure CNI Powered by
+ /// Cilium](https://learn.microsoft.com/azure/aks/azure-cni-powered-by-cilium)
+ /// for more information.
///
public const string Cilium = "cilium";
}
diff --git a/src/Aks/Aks.Sdk/Generated/Models/NetworkMode.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/NetworkMode.cs
similarity index 80%
rename from src/Aks/Aks.Sdk/Generated/Models/NetworkMode.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/NetworkMode.cs
index 5c080f8181fc..b2bde9f98810 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/NetworkMode.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/NetworkMode.cs
@@ -14,7 +14,10 @@ namespace Microsoft.Azure.Management.ContainerService.Models
public static class NetworkMode
{
///
- /// No bridge is created. Intra-VM Pod to Pod communication is through IP routes created by Azure CNI. See [Transparent Mode](https://docs.microsoft.com/azure/aks/faq#transparent-mode) for more information.
+ /// No bridge is created. Intra-VM Pod to Pod communication is through IP
+ /// routes created by Azure CNI. See [Transparent
+ /// Mode](https://docs.microsoft.com/azure/aks/faq#transparent-mode) for more
+ /// information.
///
public const string Transparent = "transparent";
///
diff --git a/src/Aks/Aks.Sdk/Generated/Models/NetworkPlugin.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/NetworkPlugin.cs
similarity index 66%
rename from src/Aks/Aks.Sdk/Generated/Models/NetworkPlugin.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/NetworkPlugin.cs
index 4184379a4f76..42f88659807f 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/NetworkPlugin.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/NetworkPlugin.cs
@@ -14,15 +14,21 @@ namespace Microsoft.Azure.Management.ContainerService.Models
public static class NetworkPlugin
{
///
- /// Use the Azure CNI network plugin. See [Azure CNI (advanced) networking](https://docs.microsoft.com/azure/aks/concepts-network#azure-cni-advanced-networking) for more information.
+ /// Use the Azure CNI network plugin. See [Azure CNI (advanced)
+ /// networking](https://docs.microsoft.com/azure/aks/concepts-network#azure-cni-advanced-networking)
+ /// for more information.
///
public const string Azure = "azure";
///
- /// Use the Kubenet network plugin. See [Kubenet (basic) networking](https://docs.microsoft.com/azure/aks/concepts-network#kubenet-basic-networking) for more information.
+ /// Use the Kubenet network plugin. See [Kubenet (basic)
+ /// networking](https://docs.microsoft.com/azure/aks/concepts-network#kubenet-basic-networking)
+ /// for more information.
///
public const string Kubenet = "kubenet";
///
- /// No CNI plugin is pre-installed. See [BYO CNI](https://docs.microsoft.com/en-us/azure/aks/use-byo-cni) for more information.
+ /// No CNI plugin is pre-installed. See [BYO
+ /// CNI](https://docs.microsoft.com/en-us/azure/aks/use-byo-cni) for more
+ /// information.
///
public const string None = "none";
}
diff --git a/src/Aks/Aks.Sdk/Generated/Models/NetworkPluginMode.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/NetworkPluginMode.cs
similarity index 77%
rename from src/Aks/Aks.Sdk/Generated/Models/NetworkPluginMode.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/NetworkPluginMode.cs
index 120d42994ab6..efb09eca93e6 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/NetworkPluginMode.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/NetworkPluginMode.cs
@@ -14,7 +14,9 @@ namespace Microsoft.Azure.Management.ContainerService.Models
public static class NetworkPluginMode
{
///
- /// Used with networkPlugin=azure, pods are given IPs from the PodCIDR address space but use Azure Routing Domains rather than Kubenet's method of route tables. For more information visit https://aka.ms/aks/azure-cni-overlay.
+ /// Used with networkPlugin=azure, pods are given IPs from the PodCIDR address
+ /// space but use Azure Routing Domains rather than Kubenet's method of route
+ /// tables. For more information visit https://aka.ms/aks/azure-cni-overlay.
///
public const string Overlay = "overlay";
}
diff --git a/src/Aks/Aks.Sdk/Generated/Models/NetworkPolicy.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/NetworkPolicy.cs
similarity index 67%
rename from src/Aks/Aks.Sdk/Generated/Models/NetworkPolicy.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/NetworkPolicy.cs
index 2edb85a08677..ffea130a4388 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/NetworkPolicy.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/NetworkPolicy.cs
@@ -14,15 +14,20 @@ namespace Microsoft.Azure.Management.ContainerService.Models
public static class NetworkPolicy
{
///
- /// Use Calico network policies. See [differences between Azure and Calico policies](https://docs.microsoft.com/azure/aks/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) for more information.
+ /// Use Calico network policies. See [differences between Azure and Calico
+ /// policies](https://docs.microsoft.com/azure/aks/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities)
+ /// for more information.
///
public const string Calico = "calico";
///
- /// Use Azure network policies. See [differences between Azure and Calico policies](https://docs.microsoft.com/azure/aks/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities) for more information.
+ /// Use Azure network policies. See [differences between Azure and Calico
+ /// policies](https://docs.microsoft.com/azure/aks/use-network-policies#differences-between-azure-and-calico-policies-and-their-capabilities)
+ /// for more information.
///
public const string Azure = "azure";
///
- /// Use Cilium to enforce network policies. This requires networkDataplane to be 'cilium'.
+ /// Use Cilium to enforce network policies. This requires networkDataplane to
+ /// be 'cilium'.
///
public const string Cilium = "cilium";
}
diff --git a/src/Aks/Aks.Sdk/Generated/Models/OSDiskType.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/OSDiskType.cs
similarity index 61%
rename from src/Aks/Aks.Sdk/Generated/Models/OSDiskType.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/OSDiskType.cs
index ba62f588d06e..eaf67b591a5f 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/OSDiskType.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/OSDiskType.cs
@@ -14,11 +14,17 @@ namespace Microsoft.Azure.Management.ContainerService.Models
public static class OSDiskType
{
///
- /// Azure replicates the operating system disk for a virtual machine to Azure storage to avoid data loss should the VM need to be relocated to another host. Since containers aren't designed to have local state persisted, this behavior offers limited value while providing some drawbacks, including slower node provisioning and higher read/write latency.
+ /// Azure replicates the operating system disk for a virtual machine to Azure
+ /// storage to avoid data loss should the VM need to be relocated to another
+ /// host. Since containers aren't designed to have local state persisted, this
+ /// behavior offers limited value while providing some drawbacks, including
+ /// slower node provisioning and higher read/write latency.
///
public const string Managed = "Managed";
///
- /// Ephemeral OS disks are stored only on the host machine, just like a temporary disk. This provides lower read/write latency, along with faster node scaling and cluster upgrades.
+ /// Ephemeral OS disks are stored only on the host machine, just like a
+ /// temporary disk. This provides lower read/write latency, along with faster
+ /// node scaling and cluster upgrades.
///
public const string Ephemeral = "Ephemeral";
}
diff --git a/src/Aks/Aks.Sdk/Generated/Models/OSOptionProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/OSOptionProfile.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/OSOptionProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/OSOptionProfile.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/OSOptionProperty.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/OSOptionProperty.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/OSOptionProperty.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/OSOptionProperty.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/OSOptionPropertyList.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/OSOptionPropertyList.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/OSOptionPropertyList.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/OSOptionPropertyList.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/OSSKU.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/OSSKU.cs
similarity index 71%
rename from src/Aks/Aks.Sdk/Generated/Models/OSSKU.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/OSSKU.cs
index 191d50689651..967dbe49c294 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/OSSKU.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/OSSKU.cs
@@ -18,19 +18,26 @@ public static class Ossku
///
public const string Ubuntu = "Ubuntu";
///
- /// Use AzureLinux as the OS for node images. Azure Linux is a container-optimized Linux distro built by Microsoft, visit https://aka.ms/azurelinux for more information.
+ /// Use AzureLinux as the OS for node images. Azure Linux is a
+ /// container-optimized Linux distro built by Microsoft, visit
+ /// https://aka.ms/azurelinux for more information.
///
public const string AzureLinux = "AzureLinux";
///
- /// Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead.
+ /// Deprecated OSSKU. Microsoft recommends that new deployments choose
+ /// 'AzureLinux' instead.
///
public const string CBLMariner = "CBLMariner";
///
- /// Use Windows2019 as the OS for node images. Unsupported for system node pools. Windows2019 only supports Windows2019 containers; it cannot run Windows2022 containers and vice versa.
+ /// Use Windows2019 as the OS for node images. Unsupported for system node
+ /// pools. Windows2019 only supports Windows2019 containers; it cannot run
+ /// Windows2022 containers and vice versa.
///
public const string Windows2019 = "Windows2019";
///
- /// Use Windows2022 as the OS for node images. Unsupported for system node pools. Windows2022 only supports Windows2022 containers; it cannot run Windows2019 containers and vice versa.
+ /// Use Windows2022 as the OS for node images. Unsupported for system node
+ /// pools. Windows2022 only supports Windows2022 containers; it cannot run
+ /// Windows2019 containers and vice versa.
///
public const string Windows2022 = "Windows2022";
}
diff --git a/src/Aks/Aks.Sdk/Generated/Models/OSType.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/OSType.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/OSType.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/OSType.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/OperationValue.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/OperationValue.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/OperationValue.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/OperationValue.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/OperationValueDisplay.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/OperationValueDisplay.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/OperationValueDisplay.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/OperationValueDisplay.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/OutboundEnvironmentEndpoint.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/OutboundEnvironmentEndpoint.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/OutboundEnvironmentEndpoint.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/OutboundEnvironmentEndpoint.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/OutboundType.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/OutboundType.cs
similarity index 65%
rename from src/Aks/Aks.Sdk/Generated/Models/OutboundType.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/OutboundType.cs
index 61c2e300a2b3..dcd744362d79 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/OutboundType.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/OutboundType.cs
@@ -14,11 +14,17 @@ namespace Microsoft.Azure.Management.ContainerService.Models
public static class OutboundType
{
///
- /// The load balancer is used for egress through an AKS assigned public IP. This supports Kubernetes services of type 'loadBalancer'. For more information see [outbound type loadbalancer](https://docs.microsoft.com/azure/aks/egress-outboundtype#outbound-type-of-loadbalancer).
+ /// The load balancer is used for egress through an AKS assigned public IP.
+ /// This supports Kubernetes services of type 'loadBalancer'. For more
+ /// information see [outbound type
+ /// loadbalancer](https://docs.microsoft.com/azure/aks/egress-outboundtype#outbound-type-of-loadbalancer).
///
public const string LoadBalancer = "loadBalancer";
///
- /// Egress paths must be defined by the user. This is an advanced scenario and requires proper network configuration. For more information see [outbound type userDefinedRouting](https://docs.microsoft.com/azure/aks/egress-outboundtype#outbound-type-of-userdefinedrouting).
+ /// Egress paths must be defined by the user. This is an advanced scenario and
+ /// requires proper network configuration. For more information see [outbound
+ /// type
+ /// userDefinedRouting](https://docs.microsoft.com/azure/aks/egress-outboundtype#outbound-type-of-userdefinedrouting).
///
public const string UserDefinedRouting = "userDefinedRouting";
///
@@ -26,7 +32,9 @@ public static class OutboundType
///
public const string ManagedNATGateway = "managedNATGateway";
///
- /// The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an advanced scenario and requires proper network configuration.
+ /// The user-assigned NAT gateway associated to the cluster subnet is used for
+ /// egress. This is an advanced scenario and requires proper network
+ /// configuration.
///
public const string UserAssignedNATGateway = "userAssignedNATGateway";
}
diff --git a/src/Aks/Aks.Sdk/Generated/Models/Page.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/Page.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/Page.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/Page.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/Page1.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/Page1.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/Page1.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/Page1.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/PowerState.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/PowerState.cs
similarity index 94%
rename from src/Aks/Aks.Sdk/Generated/Models/PowerState.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/PowerState.cs
index dbc361b337df..0be7c5b1436b 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/PowerState.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/PowerState.cs
@@ -25,7 +25,7 @@ public PowerState()
///
/// Tells whether the cluster is Running or Stopped
- /// Possible values include: 'Running', 'Stopped'
+ /// Possible values include: 'Running', 'Stopped'
public PowerState(string code = default(string))
{
diff --git a/src/Aks/Aks.Sdk/Generated/Models/PrivateEndpoint.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/PrivateEndpoint.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/PrivateEndpoint.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/PrivateEndpoint.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/PrivateEndpointConnection.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/PrivateEndpointConnection.cs
similarity index 96%
rename from src/Aks/Aks.Sdk/Generated/Models/PrivateEndpointConnection.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/PrivateEndpointConnection.cs
index 014ef33fd006..5079b6465012 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/PrivateEndpointConnection.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/PrivateEndpointConnection.cs
@@ -38,8 +38,8 @@ public PrivateEndpointConnection()
///
/// The current provisioning state.
- /// Possible values include: 'Canceled', 'Creating', 'Deleting', 'Failed',
- /// 'Succeeded'
+ /// Possible values include: 'Canceled', 'Creating', 'Deleting', 'Failed',
+ /// 'Succeeded'
/// A collection of information about the state of the connection between
/// service consumer and provider.
diff --git a/src/Aks/Aks.Sdk/Generated/Models/PrivateEndpointConnectionListResult.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/PrivateEndpointConnectionListResult.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/PrivateEndpointConnectionListResult.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/PrivateEndpointConnectionListResult.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/PrivateEndpointConnectionProperties.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/PrivateEndpointConnectionProperties.cs
similarity index 95%
rename from src/Aks/Aks.Sdk/Generated/Models/PrivateEndpointConnectionProperties.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/PrivateEndpointConnectionProperties.cs
index fac4fcce1c33..800614313039 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/PrivateEndpointConnectionProperties.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/PrivateEndpointConnectionProperties.cs
@@ -25,8 +25,8 @@ public PrivateEndpointConnectionProperties()
///
/// The current provisioning state.
- /// Possible values include: 'Canceled', 'Creating', 'Deleting', 'Failed',
- /// 'Succeeded'
+ /// Possible values include: 'Canceled', 'Creating', 'Deleting', 'Failed',
+ /// 'Succeeded'
/// The resource of private endpoint.
///
diff --git a/src/Aks/Aks.Sdk/Generated/Models/PrivateEndpointConnectionProvisioningState.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/PrivateEndpointConnectionProvisioningState.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/PrivateEndpointConnectionProvisioningState.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/PrivateEndpointConnectionProvisioningState.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/PrivateLinkResource.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/PrivateLinkResource.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/PrivateLinkResource.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/PrivateLinkResource.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/PrivateLinkResourcesListResult.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/PrivateLinkResourcesListResult.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/PrivateLinkResourcesListResult.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/PrivateLinkResourcesListResult.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/PrivateLinkServiceConnectionState.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/PrivateLinkServiceConnectionState.cs
similarity index 94%
rename from src/Aks/Aks.Sdk/Generated/Models/PrivateLinkServiceConnectionState.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/PrivateLinkServiceConnectionState.cs
index 667b3e6b18b0..afe0c26115a9 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/PrivateLinkServiceConnectionState.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/PrivateLinkServiceConnectionState.cs
@@ -25,7 +25,7 @@ public PrivateLinkServiceConnectionState()
///
/// The private link service connection status.
- /// Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'
+ /// Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'
/// The private link service connection description.
///
diff --git a/src/Aks/Aks.Sdk/Generated/Models/PublicNetworkAccess.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/PublicNetworkAccess.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/PublicNetworkAccess.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/PublicNetworkAccess.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/Resource.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/Resource.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/Resource.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/Resource.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ResourceIdentityType.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ResourceIdentityType.cs
similarity index 83%
rename from src/Aks/Aks.Sdk/Generated/Models/ResourceIdentityType.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ResourceIdentityType.cs
index 82ad88604e9c..0c3df30dd79a 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/ResourceIdentityType.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/ResourceIdentityType.cs
@@ -15,17 +15,23 @@ namespace Microsoft.Azure.Management.ContainerService.Models
public enum ResourceIdentityType
{
///
- /// Use an implicitly created system assigned managed identity to manage cluster resources. Master components in the control plane such as kube-controller-manager will use the system assigned managed identity to manipulate Azure resources.
+ /// Use an implicitly created system assigned managed identity to manage
+ /// cluster resources. Master components in the control plane such as
+ /// kube-controller-manager will use the system assigned managed identity to
+ /// manipulate Azure resources.
///
[System.Runtime.Serialization.EnumMember(Value = "SystemAssigned")]
SystemAssigned,
///
- /// Use a user-specified identity to manage cluster resources. Master components in the control plane such as kube-controller-manager will use the specified user assigned managed identity to manipulate Azure resources.
+ /// Use a user-specified identity to manage cluster resources. Master
+ /// components in the control plane such as kube-controller-manager will use
+ /// the specified user assigned managed identity to manipulate Azure resources.
///
[System.Runtime.Serialization.EnumMember(Value = "UserAssigned")]
UserAssigned,
///
- /// Do not use a managed identity for the Managed Cluster, service principal will be used instead.
+ /// Do not use a managed identity for the Managed Cluster, service principal
+ /// will be used instead.
///
[System.Runtime.Serialization.EnumMember(Value = "None")]
None
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ResourceReference.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ResourceReference.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/ResourceReference.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ResourceReference.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/RunCommandRequest.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/RunCommandRequest.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/RunCommandRequest.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/RunCommandRequest.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/RunCommandResult.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/RunCommandResult.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/RunCommandResult.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/RunCommandResult.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ScaleDownMode.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ScaleDownMode.cs
similarity index 87%
rename from src/Aks/Aks.Sdk/Generated/Models/ScaleDownMode.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ScaleDownMode.cs
index 672e720f39f5..05306eadbdc6 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/ScaleDownMode.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/ScaleDownMode.cs
@@ -14,11 +14,13 @@ namespace Microsoft.Azure.Management.ContainerService.Models
public static class ScaleDownMode
{
///
- /// Create new instances during scale up and remove instances during scale down.
+ /// Create new instances during scale up and remove instances during scale
+ /// down.
///
public const string Delete = "Delete";
///
- /// Attempt to start deallocated instances (if they exist) during scale up and deallocate instances during scale down.
+ /// Attempt to start deallocated instances (if they exist) during scale up and
+ /// deallocate instances during scale down.
///
public const string Deallocate = "Deallocate";
}
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ScaleSetEvictionPolicy.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ScaleSetEvictionPolicy.cs
similarity index 75%
rename from src/Aks/Aks.Sdk/Generated/Models/ScaleSetEvictionPolicy.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ScaleSetEvictionPolicy.cs
index 3b6ed9b3fd52..c1dd573570d3 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/ScaleSetEvictionPolicy.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/ScaleSetEvictionPolicy.cs
@@ -14,11 +14,15 @@ namespace Microsoft.Azure.Management.ContainerService.Models
public static class ScaleSetEvictionPolicy
{
///
- /// Nodes in the underlying Scale Set of the node pool are deleted when they're evicted.
+ /// Nodes in the underlying Scale Set of the node pool are deleted when they're
+ /// evicted.
///
public const string Delete = "Delete";
///
- /// Nodes in the underlying Scale Set of the node pool are set to the stopped-deallocated state upon eviction. Nodes in the stopped-deallocated state count against your compute quota and can cause issues with cluster scaling or upgrading.
+ /// Nodes in the underlying Scale Set of the node pool are set to the
+ /// stopped-deallocated state upon eviction. Nodes in the stopped-deallocated
+ /// state count against your compute quota and can cause issues with cluster
+ /// scaling or upgrading.
///
public const string Deallocate = "Deallocate";
}
diff --git a/src/Aks/Aks.Sdk/Generated/Models/ScaleSetPriority.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/ScaleSetPriority.cs
similarity index 85%
rename from src/Aks/Aks.Sdk/Generated/Models/ScaleSetPriority.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/ScaleSetPriority.cs
index 0f299804292c..3112532fd73a 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/ScaleSetPriority.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/ScaleSetPriority.cs
@@ -14,7 +14,9 @@ namespace Microsoft.Azure.Management.ContainerService.Models
public static class ScaleSetPriority
{
///
- /// Spot priority VMs will be used. There is no SLA for spot nodes. See [spot on AKS](https://docs.microsoft.com/azure/aks/spot-node-pool) for more information.
+ /// Spot priority VMs will be used. There is no SLA for spot nodes. See [spot
+ /// on AKS](https://docs.microsoft.com/azure/aks/spot-node-pool) for more
+ /// information.
///
public const string Spot = "Spot";
///
diff --git a/src/Aks/Aks.Sdk/Generated/Models/Snapshot.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/Snapshot.cs
similarity index 95%
rename from src/Aks/Aks.Sdk/Generated/Models/Snapshot.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/Snapshot.cs
index 8bd1e1f160ef..46eadc4cdfd0 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/Snapshot.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/Snapshot.cs
@@ -51,10 +51,10 @@ public Snapshot()
///
/// The type of a snapshot. The default is NodePool.
- /// Possible values include: 'NodePool'
+ /// Possible values include: 'NodePool'
/// The operating system type. The default is Linux.
- /// Possible values include: 'Linux', 'Windows'
+ /// Possible values include: 'Linux', 'Windows'
/// The version of Kubernetes.
///
@@ -65,8 +65,8 @@ public Snapshot()
/// Specifies the OS SKU used by the agent pool. The default is Ubuntu if
/// OSType is Linux. The default is Windows2019 when Kubernetes <= 1.24 or
/// Windows2022 when Kubernetes >= 1.25 if OSType is Windows.
- /// Possible values include: 'Ubuntu', 'AzureLinux', 'CBLMariner',
- /// 'Windows2019', 'Windows2022'
+ /// Possible values include: 'Ubuntu', 'AzureLinux', 'CBLMariner',
+ /// 'Windows2019', 'Windows2022'
/// The size of the VM.
///
diff --git a/src/Aks/Aks.Sdk/Generated/Models/SnapshotProperties.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/SnapshotProperties.cs
similarity index 94%
rename from src/Aks/Aks.Sdk/Generated/Models/SnapshotProperties.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/SnapshotProperties.cs
index 23f23bcf3806..0f4d5c3b2790 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/SnapshotProperties.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/SnapshotProperties.cs
@@ -29,7 +29,7 @@ public SnapshotProperties()
///
/// The type of a snapshot. The default is NodePool.
- /// Possible values include: 'NodePool'
+ /// Possible values include: 'NodePool'
/// The version of Kubernetes.
///
@@ -38,13 +38,13 @@ public SnapshotProperties()
///
/// The operating system type. The default is Linux.
- /// Possible values include: 'Linux', 'Windows'
+ /// Possible values include: 'Linux', 'Windows'
/// Specifies the OS SKU used by the agent pool. The default is Ubuntu if
/// OSType is Linux. The default is Windows2019 when Kubernetes <= 1.24 or
/// Windows2022 when Kubernetes >= 1.25 if OSType is Windows.
- /// Possible values include: 'Ubuntu', 'AzureLinux', 'CBLMariner',
- /// 'Windows2019', 'Windows2022'
+ /// Possible values include: 'Ubuntu', 'AzureLinux', 'CBLMariner',
+ /// 'Windows2019', 'Windows2022'
/// The size of the VM.
///
diff --git a/src/Aks/Aks.Sdk/Generated/Models/SnapshotType.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/SnapshotType.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/SnapshotType.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/SnapshotType.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/SubResource.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/SubResource.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/SubResource.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/SubResource.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/SysctlConfig.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/SysctlConfig.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/SysctlConfig.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/SysctlConfig.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/SystemData.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/SystemData.cs
similarity index 94%
rename from src/Aks/Aks.Sdk/Generated/Models/SystemData.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/SystemData.cs
index 94ab1b1b1312..1836f2c0cbcb 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/SystemData.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/SystemData.cs
@@ -28,7 +28,7 @@ public SystemData()
///
/// The type of identity that created the resource.
- /// Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
+ /// Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
/// The timestamp of resource creation (UTC).
///
@@ -37,7 +37,7 @@ public SystemData()
///
/// The type of identity that last modified the resource.
- /// Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
+ /// Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
/// The timestamp of resource last modification (UTC)
///
diff --git a/src/Aks/Aks.Sdk/Generated/Models/TagsObject.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/TagsObject.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/TagsObject.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/TagsObject.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/TimeInWeek.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/TimeInWeek.cs
similarity index 92%
rename from src/Aks/Aks.Sdk/Generated/Models/TimeInWeek.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/TimeInWeek.cs
index 8d6d6bc93a06..63c3b74a2925 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/TimeInWeek.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/TimeInWeek.cs
@@ -25,8 +25,8 @@ public TimeInWeek()
///
/// The day of the week.
- /// Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday',
- /// 'Thursday', 'Friday', 'Saturday'
+ /// Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday',
+ /// 'Thursday', 'Friday', 'Saturday'
/// Each integer hour represents a time range beginning at 0m after the hour
/// ending at the next hour (non-inclusive). 0 corresponds to 00:00 UTC, 23
diff --git a/src/Aks/Aks.Sdk/Generated/Models/TimeSpan.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/TimeSpan.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/TimeSpan.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/TimeSpan.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/TrackedResource.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/TrackedResource.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/TrackedResource.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/TrackedResource.cs
diff --git a/src/Aks/Aks.Management.Sdk/Generated/Models/UpgradeChannel.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/UpgradeChannel.cs
new file mode 100644
index 000000000000..36f9be939be3
--- /dev/null
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/UpgradeChannel.cs
@@ -0,0 +1,57 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for license information.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is regenerated.
+
+namespace Microsoft.Azure.Management.ContainerService.Models
+{
+
+ ///
+ /// Defines values for UpgradeChannel.
+ ///
+
+
+ public static class UpgradeChannel
+ {
+ ///
+ /// Automatically upgrade the cluster to the latest supported patch release on
+ /// the latest supported minor version. In cases where the cluster is at a
+ /// version of Kubernetes that is at an N-2 minor version where N is the latest
+ /// supported minor version, the cluster first upgrades to the latest supported
+ /// patch version on N-1 minor version. For example, if a cluster is running
+ /// version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are
+ /// available, your cluster first is upgraded to 1.18.6, then is upgraded to
+ /// 1.19.1.
+ ///
+ public const string Rapid = "rapid";
+ ///
+ /// Automatically upgrade the cluster to the latest supported patch release on
+ /// minor version N-1, where N is the latest supported minor version. For
+ /// example, if a cluster is running version 1.17.7 and versions 1.17.9,
+ /// 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to
+ /// 1.18.6.
+ ///
+ public const string Stable = "stable";
+ ///
+ /// Automatically upgrade the cluster to the latest supported patch version
+ /// when it becomes available while keeping the minor version the same. For
+ /// example, if a cluster is running version 1.17.7 and versions 1.17.9,
+ /// 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to
+ /// 1.17.9.
+ ///
+ public const string Patch = "patch";
+ ///
+ /// Automatically upgrade the node image to the latest version available.
+ /// Microsoft provides patches and new images for image nodes frequently
+ /// (usually weekly), but your running nodes won't get the new images unless
+ /// you do a node image upgrade. Turning on the node-image channel will
+ /// automatically update your node images whenever a new version is available.
+ ///
+ public const string NodeImage = "node-image";
+ ///
+ /// Disables auto-upgrades and keeps the cluster at its current version of
+ /// Kubernetes.
+ ///
+ public const string None = "none";
+ }
+}
\ No newline at end of file
diff --git a/src/Aks/Aks.Sdk/Generated/Models/UserAssignedIdentity.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/UserAssignedIdentity.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/UserAssignedIdentity.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/UserAssignedIdentity.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/WeekDay.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/WeekDay.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/WeekDay.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/WeekDay.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/WindowsGmsaProfile.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/WindowsGmsaProfile.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Models/WindowsGmsaProfile.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/WindowsGmsaProfile.cs
diff --git a/src/Aks/Aks.Sdk/Generated/Models/WorkloadRuntime.cs b/src/Aks/Aks.Management.Sdk/Generated/Models/WorkloadRuntime.cs
similarity index 95%
rename from src/Aks/Aks.Sdk/Generated/Models/WorkloadRuntime.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Models/WorkloadRuntime.cs
index 3fd0aab7ffa1..90f4bdc01f71 100644
--- a/src/Aks/Aks.Sdk/Generated/Models/WorkloadRuntime.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/Models/WorkloadRuntime.cs
@@ -18,7 +18,8 @@ public static class WorkloadRuntime
///
public const string OCIContainer = "OCIContainer";
///
- /// Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview).
+ /// Nodes will use Krustlet to run WASM workloads using the WASI provider
+ /// (Preview).
///
public const string WasmWasi = "WasmWasi";
}
diff --git a/src/Aks/Aks.Sdk/Generated/Operations.cs b/src/Aks/Aks.Management.Sdk/Generated/Operations.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/Operations.cs
rename to src/Aks/Aks.Management.Sdk/Generated/Operations.cs
diff --git a/src/Aks/Aks.Sdk/Generated/OperationsExtensions.cs b/src/Aks/Aks.Management.Sdk/Generated/OperationsExtensions.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/OperationsExtensions.cs
rename to src/Aks/Aks.Management.Sdk/Generated/OperationsExtensions.cs
diff --git a/src/Aks/Aks.Sdk/Generated/PrivateEndpointConnectionsOperations.cs b/src/Aks/Aks.Management.Sdk/Generated/PrivateEndpointConnectionsOperations.cs
similarity index 99%
rename from src/Aks/Aks.Sdk/Generated/PrivateEndpointConnectionsOperations.cs
rename to src/Aks/Aks.Management.Sdk/Generated/PrivateEndpointConnectionsOperations.cs
index b404cf555f98..1deae18b49dc 100644
--- a/src/Aks/Aks.Sdk/Generated/PrivateEndpointConnectionsOperations.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/PrivateEndpointConnectionsOperations.cs
@@ -39,7 +39,8 @@ internal PrivateEndpointConnectionsOperations (ContainerServiceClient client)
public ContainerServiceClient Client { get; private set; }
///
- /// To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
+ /// To learn more about private clusters, see:
+ /// https://docs.microsoft.com/azure/aks/private-clusters
///
///
/// The name of the resource group. The name is case insensitive.
@@ -282,7 +283,8 @@ internal PrivateEndpointConnectionsOperations (ContainerServiceClient client)
}
///
- /// To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
+ /// To learn more about private clusters, see:
+ /// https://docs.microsoft.com/azure/aks/private-clusters
///
///
/// The name of the resource group. The name is case insensitive.
diff --git a/src/Aks/Aks.Sdk/Generated/PrivateEndpointConnectionsOperationsExtensions.cs b/src/Aks/Aks.Management.Sdk/Generated/PrivateEndpointConnectionsOperationsExtensions.cs
similarity index 95%
rename from src/Aks/Aks.Sdk/Generated/PrivateEndpointConnectionsOperationsExtensions.cs
rename to src/Aks/Aks.Management.Sdk/Generated/PrivateEndpointConnectionsOperationsExtensions.cs
index e004ac9f2e06..7693bbf90ae9 100644
--- a/src/Aks/Aks.Sdk/Generated/PrivateEndpointConnectionsOperationsExtensions.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/PrivateEndpointConnectionsOperationsExtensions.cs
@@ -13,7 +13,8 @@ namespace Microsoft.Azure.Management.ContainerService
public static partial class PrivateEndpointConnectionsOperationsExtensions
{
///
- /// To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
+ /// To learn more about private clusters, see:
+ /// https://docs.microsoft.com/azure/aks/private-clusters
///
///
/// The operations group for this extension method.
@@ -30,7 +31,8 @@ public static PrivateEndpointConnectionListResult List(this IPrivateEndpointConn
}
///
- /// To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
+ /// To learn more about private clusters, see:
+ /// https://docs.microsoft.com/azure/aks/private-clusters
///
///
/// The operations group for this extension method.
@@ -52,7 +54,8 @@ public static PrivateEndpointConnectionListResult List(this IPrivateEndpointConn
}
}
///
- /// To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
+ /// To learn more about private clusters, see:
+ /// https://docs.microsoft.com/azure/aks/private-clusters
///
///
/// The operations group for this extension method.
@@ -72,7 +75,8 @@ public static PrivateEndpointConnection Get(this IPrivateEndpointConnectionsOper
}
///
- /// To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
+ /// To learn more about private clusters, see:
+ /// https://docs.microsoft.com/azure/aks/private-clusters
///
///
/// The operations group for this extension method.
diff --git a/src/Aks/Aks.Sdk/Generated/PrivateLinkResourcesOperations.cs b/src/Aks/Aks.Management.Sdk/Generated/PrivateLinkResourcesOperations.cs
similarity index 99%
rename from src/Aks/Aks.Sdk/Generated/PrivateLinkResourcesOperations.cs
rename to src/Aks/Aks.Management.Sdk/Generated/PrivateLinkResourcesOperations.cs
index 813efc93ed48..750d381f853d 100644
--- a/src/Aks/Aks.Sdk/Generated/PrivateLinkResourcesOperations.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/PrivateLinkResourcesOperations.cs
@@ -39,7 +39,8 @@ internal PrivateLinkResourcesOperations (ContainerServiceClient client)
public ContainerServiceClient Client { get; private set; }
///
- /// To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
+ /// To learn more about private clusters, see:
+ /// https://docs.microsoft.com/azure/aks/private-clusters
///
///
/// The name of the resource group. The name is case insensitive.
diff --git a/src/Aks/Aks.Sdk/Generated/PrivateLinkResourcesOperationsExtensions.cs b/src/Aks/Aks.Management.Sdk/Generated/PrivateLinkResourcesOperationsExtensions.cs
similarity index 90%
rename from src/Aks/Aks.Sdk/Generated/PrivateLinkResourcesOperationsExtensions.cs
rename to src/Aks/Aks.Management.Sdk/Generated/PrivateLinkResourcesOperationsExtensions.cs
index 1b56219a23e5..4acd0995a79c 100644
--- a/src/Aks/Aks.Sdk/Generated/PrivateLinkResourcesOperationsExtensions.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/PrivateLinkResourcesOperationsExtensions.cs
@@ -13,7 +13,8 @@ namespace Microsoft.Azure.Management.ContainerService
public static partial class PrivateLinkResourcesOperationsExtensions
{
///
- /// To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
+ /// To learn more about private clusters, see:
+ /// https://docs.microsoft.com/azure/aks/private-clusters
///
///
/// The operations group for this extension method.
@@ -30,7 +31,8 @@ public static PrivateLinkResourcesListResult List(this IPrivateLinkResourcesOper
}
///
- /// To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
+ /// To learn more about private clusters, see:
+ /// https://docs.microsoft.com/azure/aks/private-clusters
///
///
/// The operations group for this extension method.
diff --git a/src/Aks/Aks.Sdk/Generated/ResolvePrivateLinkServiceIdOperations.cs b/src/Aks/Aks.Management.Sdk/Generated/ResolvePrivateLinkServiceIdOperations.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/ResolvePrivateLinkServiceIdOperations.cs
rename to src/Aks/Aks.Management.Sdk/Generated/ResolvePrivateLinkServiceIdOperations.cs
diff --git a/src/Aks/Aks.Sdk/Generated/ResolvePrivateLinkServiceIdOperationsExtensions.cs b/src/Aks/Aks.Management.Sdk/Generated/ResolvePrivateLinkServiceIdOperationsExtensions.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/ResolvePrivateLinkServiceIdOperationsExtensions.cs
rename to src/Aks/Aks.Management.Sdk/Generated/ResolvePrivateLinkServiceIdOperationsExtensions.cs
diff --git a/src/Aks/Aks.Sdk/Generated/SnapshotsOperations.cs b/src/Aks/Aks.Management.Sdk/Generated/SnapshotsOperations.cs
similarity index 99%
rename from src/Aks/Aks.Sdk/Generated/SnapshotsOperations.cs
rename to src/Aks/Aks.Management.Sdk/Generated/SnapshotsOperations.cs
index cda2c8be96fb..ef64ef612a15 100644
--- a/src/Aks/Aks.Sdk/Generated/SnapshotsOperations.cs
+++ b/src/Aks/Aks.Management.Sdk/Generated/SnapshotsOperations.cs
@@ -1500,6 +1500,7 @@ internal SnapshotsOperations (ContainerServiceClient client)
_invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString();
System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary();
tracingParameters.Add("nextPageLink", nextPageLink);
+
tracingParameters.Add("cancellationToken", cancellationToken);
Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters);
@@ -1681,6 +1682,7 @@ internal SnapshotsOperations (ContainerServiceClient client)
_invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString();
System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary();
tracingParameters.Add("nextPageLink", nextPageLink);
+
tracingParameters.Add("cancellationToken", cancellationToken);
Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroupNext", tracingParameters);
diff --git a/src/Aks/Aks.Sdk/Generated/SnapshotsOperationsExtensions.cs b/src/Aks/Aks.Management.Sdk/Generated/SnapshotsOperationsExtensions.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Generated/SnapshotsOperationsExtensions.cs
rename to src/Aks/Aks.Management.Sdk/Generated/SnapshotsOperationsExtensions.cs
diff --git a/src/Aks/Aks.Sdk/Properties/AssemblyInfo.cs b/src/Aks/Aks.Management.Sdk/Properties/AssemblyInfo.cs
similarity index 100%
rename from src/Aks/Aks.Sdk/Properties/AssemblyInfo.cs
rename to src/Aks/Aks.Management.Sdk/Properties/AssemblyInfo.cs
diff --git a/src/Aks/Aks.Sdk/README.md b/src/Aks/Aks.Management.Sdk/README.md
similarity index 100%
rename from src/Aks/Aks.Sdk/README.md
rename to src/Aks/Aks.Management.Sdk/README.md
diff --git a/src/Aks/Aks.Sdk/Generated/Models/UpgradeChannel.cs b/src/Aks/Aks.Sdk/Generated/Models/UpgradeChannel.cs
deleted file mode 100644
index 81bd0852746d..000000000000
--- a/src/Aks/Aks.Sdk/Generated/Models/UpgradeChannel.cs
+++ /dev/null
@@ -1,37 +0,0 @@
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License. See License.txt in the project root for license information.
-// Code generated by Microsoft (R) AutoRest Code Generator.
-// Changes may cause incorrect behavior and will be lost if the code is regenerated.
-
-namespace Microsoft.Azure.Management.ContainerService.Models
-{
-
- ///
- /// Defines values for UpgradeChannel.
- ///
-
-
- public static class UpgradeChannel
- {
- ///
- /// Automatically upgrade the cluster to the latest supported patch release on the latest supported minor version. In cases where the cluster is at a version of Kubernetes that is at an N-2 minor version where N is the latest supported minor version, the cluster first upgrades to the latest supported patch version on N-1 minor version. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster first is upgraded to 1.18.6, then is upgraded to 1.19.1.
- ///
- public const string Rapid = "rapid";
- ///
- /// Automatically upgrade the cluster to the latest supported patch release on minor version N-1, where N is the latest supported minor version. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to 1.18.6.
- ///
- public const string Stable = "stable";
- ///
- /// Automatically upgrade the cluster to the latest supported patch version when it becomes available while keeping the minor version the same. For example, if a cluster is running version 1.17.7 and versions 1.17.9, 1.18.4, 1.18.6, and 1.19.1 are available, your cluster is upgraded to 1.17.9.
- ///
- public const string Patch = "patch";
- ///
- /// Automatically upgrade the node image to the latest version available. Microsoft provides patches and new images for image nodes frequently (usually weekly), but your running nodes won't get the new images unless you do a node image upgrade. Turning on the node-image channel will automatically update your node images whenever a new version is available.
- ///
- public const string NodeImage = "node-image";
- ///
- /// Disables auto-upgrades and keeps the cluster at its current version of Kubernetes.
- ///
- public const string None = "none";
- }
-}
\ No newline at end of file
diff --git a/src/Aks/Aks.sln b/src/Aks/Aks.sln
index ed67357cd092..d0759e689f88 100644
--- a/src/Aks/Aks.sln
+++ b/src/Aks/Aks.sln
@@ -5,38 +5,35 @@ VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Accounts", "Accounts", "{7F7F3C8C-B80E-4823-B2E5-20AF86A219FA}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{B21C8980-5DB5-4951-9D19-40E7A5A78360}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{B21C8980-5DB5-4951-9D19-40E7A5A78360}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{DDFAA914-29D6-4BE7-832B-EF84040DD8CE}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{DDFAA914-29D6-4BE7-832B-EF84040DD8CE}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{4AC5BFC2-D85A-4A2E-9734-501BFB680A04}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{4AC5BFC2-D85A-4A2E-9734-501BFB680A04}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{C78F1A94-FA67-40F5-907A-764C76CAA7E7}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{C78F1A94-FA67-40F5-907A-764C76CAA7E7}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{3087729D-E16D-4A31-BAF7-E115A50F719B}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{3087729D-E16D-4A31-BAF7-E115A50F719B}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Aks", "Aks.Autorest\Az.Aks.csproj", "{4C7EDB6B-7E68-4074-93E9-42129467881B}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aks.Sdk", "Aks.Sdk\Aks.Sdk.csproj", "{304DC65F-6C01-40DE-8D2F-D8320B985372}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Az.Aks", "Aks.Autorest\Az.Aks.csproj", "{4C7EDB6B-7E68-4074-93E9-42129467881B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{3FD20327-1C9F-4940-A96B-AD3B05FC2185}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aks.Test", "Aks.Test\Aks.Test.csproj", "{A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aks.Test", "Aks.Test\Aks.Test.csproj", "{A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aks", "Aks\Aks.csproj", "{FAD0FE20-BE3C-4679-B28F-8C669B8E322F}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aks", "Aks\Aks.csproj", "{FAD0FE20-BE3C-4679-B28F-8C669B8E322F}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestFx", "..\..\tools\TestFx\TestFx.csproj", "{135EE24A-A2A6-494D-B82F-2167FC3A298E}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestFx", "..\..\tools\TestFx\TestFx.csproj", "{135EE24A-A2A6-494D-B82F-2167FC3A298E}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aks.Management.Sdk", "Aks.Management.Sdk\Aks.Management.Sdk.csproj", "{3CB53E47-87C1-41C9-BD57-19E7B07C63FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Debug|Any CPU.Build.0 = Debug|Any CPU
@@ -66,10 +63,6 @@ Global
{4C7EDB6B-7E68-4074-93E9-42129467881B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C7EDB6B-7E68-4074-93E9-42129467881B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C7EDB6B-7E68-4074-93E9-42129467881B}.Release|Any CPU.Build.0 = Release|Any CPU
- {304DC65F-6C01-40DE-8D2F-D8320B985372}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {304DC65F-6C01-40DE-8D2F-D8320B985372}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {304DC65F-6C01-40DE-8D2F-D8320B985372}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {304DC65F-6C01-40DE-8D2F-D8320B985372}.Release|Any CPU.Build.0 = Release|Any CPU
{A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -82,6 +75,13 @@ Global
{135EE24A-A2A6-494D-B82F-2167FC3A298E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{135EE24A-A2A6-494D-B82F-2167FC3A298E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{135EE24A-A2A6-494D-B82F-2167FC3A298E}.Release|Any CPU.Build.0 = Release|Any CPU
+ {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531} = {7F7F3C8C-B80E-4823-B2E5-20AF86A219FA}
@@ -93,4 +93,7 @@ Global
{A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF} = {3FD20327-1C9F-4940-A96B-AD3B05FC2185}
{135EE24A-A2A6-494D-B82F-2167FC3A298E} = {3FD20327-1C9F-4940-A96B-AD3B05FC2185}
EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {35B1D5ED-BE63-4E38-8FFE-7ADAA7A764CA}
+ EndGlobalSection
EndGlobal
diff --git a/src/Aks/Aks/Aks.csproj b/src/Aks/Aks/Aks.csproj
index 20665517378a..8c6b5cb3cf23 100644
--- a/src/Aks/Aks/Aks.csproj
+++ b/src/Aks/Aks/Aks.csproj
@@ -16,7 +16,7 @@
-
+