Skip to content

Commit e04e422

Browse files
authored
AKS SDK naming convention fix (#25564)
* AKS SDK naming convention fix * Generated code for Az.Aks is not up to date * AKS changelog * Undo Changelog
1 parent 5eb3173 commit e04e422

File tree

191 files changed

+759
-323
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+759
-323
lines changed

src/Aks/Aks.Sdk/Generated/AgentPoolsOperations.cs renamed to src/Aks/Aks.Management.Sdk/Generated/AgentPoolsOperations.cs

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ internal AgentPoolsOperations (ContainerServiceClient client)
3939
public ContainerServiceClient Client { get; private set; }
4040

4141
/// <summary>
42-
/// 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.
42+
/// Aborts the currently running operation on the agent pool. The Agent Pool
43+
/// will be moved to a Canceling state and eventually to a Canceled state when
44+
/// cancellation finishes. If the operation completes before cancellation can
45+
/// take place, a 409 error code is returned.
4346
/// </summary>
4447
/// <param name='resourceGroupName'>
4548
/// The name of the resource group. The name is case insensitive.
@@ -894,7 +897,9 @@ internal AgentPoolsOperations (ContainerServiceClient client)
894897

895898
}
896899
/// <summary>
897-
/// See [supported Kubernetes versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) for more details about the version lifecycle.
900+
/// See [supported Kubernetes
901+
/// versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions)
902+
/// for more details about the version lifecycle.
898903
/// </summary>
899904
/// <param name='resourceGroupName'>
900905
/// The name of the resource group. The name is case insensitive.
@@ -1137,7 +1142,10 @@ internal AgentPoolsOperations (ContainerServiceClient client)
11371142

11381143
}
11391144
/// <summary>
1140-
/// 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
1145+
/// Upgrading the node image version of an agent pool applies the newest OS and
1146+
/// runtime updates to the nodes. AKS provides one new image per week with the
1147+
/// latest updates. For more details on node image versions, see:
1148+
/// https://docs.microsoft.com/azure/aks/node-image-upgrade
11411149
/// </summary>
11421150
/// <param name='resourceGroupName'>
11431151
/// The name of the resource group. The name is case insensitive.
@@ -1162,7 +1170,10 @@ internal AgentPoolsOperations (ContainerServiceClient client)
11621170
}
11631171

11641172
/// <summary>
1165-
/// 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.
1173+
/// Aborts the currently running operation on the agent pool. The Agent Pool
1174+
/// will be moved to a Canceling state and eventually to a Canceled state when
1175+
/// cancellation finishes. If the operation completes before cancellation can
1176+
/// take place, a 409 error code is returned.
11661177
/// </summary>
11671178
/// <param name='resourceGroupName'>
11681179
/// The name of the resource group. The name is case insensitive.
@@ -1955,7 +1966,10 @@ internal AgentPoolsOperations (ContainerServiceClient client)
19551966

19561967
}
19571968
/// <summary>
1958-
/// 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
1969+
/// Upgrading the node image version of an agent pool applies the newest OS and
1970+
/// runtime updates to the nodes. AKS provides one new image per week with the
1971+
/// latest updates. For more details on node image versions, see:
1972+
/// https://docs.microsoft.com/azure/aks/node-image-upgrade
19591973
/// </summary>
19601974
/// <param name='resourceGroupName'>
19611975
/// The name of the resource group. The name is case insensitive.
@@ -2276,6 +2290,7 @@ internal AgentPoolsOperations (ContainerServiceClient client)
22762290
_invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString();
22772291
System.Collections.Generic.Dictionary<string, object> tracingParameters = new System.Collections.Generic.Dictionary<string, object>();
22782292
tracingParameters.Add("nextPageLink", nextPageLink);
2293+
22792294

22802295
tracingParameters.Add("cancellationToken", cancellationToken);
22812296
Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters);

src/Aks/Aks.Sdk/Generated/AgentPoolsOperationsExtensions.cs renamed to src/Aks/Aks.Management.Sdk/Generated/AgentPoolsOperationsExtensions.cs

Lines changed: 38 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ namespace Microsoft.Azure.Management.ContainerService
1313
public static partial class AgentPoolsOperationsExtensions
1414
{
1515
/// <summary>
16-
/// 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.
16+
/// Aborts the currently running operation on the agent pool. The Agent Pool
17+
/// will be moved to a Canceling state and eventually to a Canceled state when
18+
/// cancellation finishes. If the operation completes before cancellation can
19+
/// take place, a 409 error code is returned.
1720
/// </summary>
1821
/// <param name='operations'>
1922
/// The operations group for this extension method.
@@ -33,7 +36,10 @@ public static AgentPoolsAbortLatestOperationHeaders AbortLatestOperation(this IA
3336
}
3437

3538
/// <summary>
36-
/// 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.
39+
/// Aborts the currently running operation on the agent pool. The Agent Pool
40+
/// will be moved to a Canceling state and eventually to a Canceled state when
41+
/// cancellation finishes. If the operation completes before cancellation can
42+
/// take place, a 409 error code is returned.
3743
/// </summary>
3844
/// <param name='operations'>
3945
/// The operations group for this extension method.
@@ -277,7 +283,9 @@ public static AgentPoolUpgradeProfile GetUpgradeProfile(this IAgentPoolsOperatio
277283
}
278284
}
279285
/// <summary>
280-
/// See [supported Kubernetes versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) for more details about the version lifecycle.
286+
/// See [supported Kubernetes
287+
/// versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions)
288+
/// for more details about the version lifecycle.
281289
/// </summary>
282290
/// <param name='operations'>
283291
/// The operations group for this extension method.
@@ -294,7 +302,9 @@ public static AgentPoolAvailableVersions GetAvailableAgentPoolVersions(this IAge
294302
}
295303

296304
/// <summary>
297-
/// See [supported Kubernetes versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) for more details about the version lifecycle.
305+
/// See [supported Kubernetes
306+
/// versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions)
307+
/// for more details about the version lifecycle.
298308
/// </summary>
299309
/// <param name='operations'>
300310
/// The operations group for this extension method.
@@ -316,7 +326,10 @@ public static AgentPoolAvailableVersions GetAvailableAgentPoolVersions(this IAge
316326
}
317327
}
318328
/// <summary>
319-
/// 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
329+
/// Upgrading the node image version of an agent pool applies the newest OS and
330+
/// runtime updates to the nodes. AKS provides one new image per week with the
331+
/// latest updates. For more details on node image versions, see:
332+
/// https://docs.microsoft.com/azure/aks/node-image-upgrade
320333
/// </summary>
321334
/// <param name='operations'>
322335
/// The operations group for this extension method.
@@ -336,7 +349,10 @@ public static AgentPool UpgradeNodeImageVersion(this IAgentPoolsOperations opera
336349
}
337350

338351
/// <summary>
339-
/// 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
352+
/// Upgrading the node image version of an agent pool applies the newest OS and
353+
/// runtime updates to the nodes. AKS provides one new image per week with the
354+
/// latest updates. For more details on node image versions, see:
355+
/// https://docs.microsoft.com/azure/aks/node-image-upgrade
340356
/// </summary>
341357
/// <param name='operations'>
342358
/// The operations group for this extension method.
@@ -361,7 +377,10 @@ public static AgentPool UpgradeNodeImageVersion(this IAgentPoolsOperations opera
361377
}
362378
}
363379
/// <summary>
364-
/// 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.
380+
/// Aborts the currently running operation on the agent pool. The Agent Pool
381+
/// will be moved to a Canceling state and eventually to a Canceled state when
382+
/// cancellation finishes. If the operation completes before cancellation can
383+
/// take place, a 409 error code is returned.
365384
/// </summary>
366385
/// <param name='operations'>
367386
/// The operations group for this extension method.
@@ -381,7 +400,10 @@ public static AgentPoolsAbortLatestOperationHeaders BeginAbortLatestOperation(th
381400
}
382401

383402
/// <summary>
384-
/// 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.
403+
/// Aborts the currently running operation on the agent pool. The Agent Pool
404+
/// will be moved to a Canceling state and eventually to a Canceled state when
405+
/// cancellation finishes. If the operation completes before cancellation can
406+
/// take place, a 409 error code is returned.
385407
/// </summary>
386408
/// <param name='operations'>
387409
/// The operations group for this extension method.
@@ -496,7 +518,10 @@ public static AgentPoolsDeleteHeaders BeginDelete(this IAgentPoolsOperations ope
496518
}
497519
}
498520
/// <summary>
499-
/// 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
521+
/// Upgrading the node image version of an agent pool applies the newest OS and
522+
/// runtime updates to the nodes. AKS provides one new image per week with the
523+
/// latest updates. For more details on node image versions, see:
524+
/// https://docs.microsoft.com/azure/aks/node-image-upgrade
500525
/// </summary>
501526
/// <param name='operations'>
502527
/// The operations group for this extension method.
@@ -516,7 +541,10 @@ public static AgentPool BeginUpgradeNodeImageVersion(this IAgentPoolsOperations
516541
}
517542

518543
/// <summary>
519-
/// 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
544+
/// Upgrading the node image version of an agent pool applies the newest OS and
545+
/// runtime updates to the nodes. AKS provides one new image per week with the
546+
/// latest updates. For more details on node image versions, see:
547+
/// https://docs.microsoft.com/azure/aks/node-image-upgrade
520548
/// </summary>
521549
/// <param name='operations'>
522550
/// The operations group for this extension method.

src/Aks/Aks.Sdk/Generated/ContainerServiceClient.cs renamed to src/Aks/Aks.Management.Sdk/Generated/ContainerServiceClient.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ public partial class ContainerServiceClient : Microsoft.Rest.ServiceClient<Conta
4949

5050
/// <summary>
5151
/// The retry timeout in seconds for Long Running Operations. Default
52-
/// value is 30.
52+
/// /// value is 30.
5353
/// </summary>
5454
public int? LongRunningOperationRetryTimeout { get; set;}
5555

5656
/// <summary>
57-
/// Whether a unique x-ms-client-request-id should be generated. When
58-
/// set to true a unique x-ms-client-request-id value is generated and
59-
/// included in each request. Default is true.
57+
/// Whether a unique x-ms-client-request-id should be generated. When
58+
/// /// set to true a unique x-ms-client-request-id value is generated and
59+
/// /// included in each request. Default is true.
6060
/// </summary>
6161
public bool? GenerateClientRequestId { get; set;}
6262

0 commit comments

Comments
 (0)