@@ -15,7 +15,7 @@ import { DefaultAzureCredential } from "@azure/identity";
1515 * This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
1616 *
1717 * @summary Creates or updates an agent pool in the specified managed cluster.
18- * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-02 -01/examples/AgentPoolsCreate_Snapshot.json
18+ * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-03 -01/examples/AgentPoolsCreate_Snapshot.json
1919 */
2020async function createAgentPoolUsingAnAgentPoolSnapshot ( ) {
2121 const subscriptionId = "subid1" ;
@@ -50,7 +50,7 @@ createAgentPoolUsingAnAgentPoolSnapshot().catch(console.error);
5050 * This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
5151 *
5252 * @summary Creates or updates an agent pool in the specified managed cluster.
53- * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-02 -01/examples/AgentPoolsCreate_EnableEncryptionAtHost.json
53+ * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-03 -01/examples/AgentPoolsCreate_EnableEncryptionAtHost.json
5454 */
5555async function createAgentPoolWithEncryptionAtHostEnabled ( ) {
5656 const subscriptionId = "subid1" ;
@@ -81,7 +81,7 @@ createAgentPoolWithEncryptionAtHostEnabled().catch(console.error);
8181 * This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
8282 *
8383 * @summary Creates or updates an agent pool in the specified managed cluster.
84- * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-02 -01/examples/AgentPoolsCreate_Ephemeral.json
84+ * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-03 -01/examples/AgentPoolsCreate_Ephemeral.json
8585 */
8686async function createAgentPoolWithEphemeralOSDisk ( ) {
8787 const subscriptionId = "subid1" ;
@@ -113,7 +113,7 @@ createAgentPoolWithEphemeralOSDisk().catch(console.error);
113113 * This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
114114 *
115115 * @summary Creates or updates an agent pool in the specified managed cluster.
116- * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-02 -01/examples/AgentPoolsCreate_EnableFIPS.json
116+ * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-03 -01/examples/AgentPoolsCreate_EnableFIPS.json
117117 */
118118async function createAgentPoolWithFipsEnabledOS ( ) {
119119 const subscriptionId = "subid1" ;
@@ -144,7 +144,7 @@ createAgentPoolWithFipsEnabledOS().catch(console.error);
144144 * This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
145145 *
146146 * @summary Creates or updates an agent pool in the specified managed cluster.
147- * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-02 -01/examples/AgentPoolsCreate_GPUMIG.json
147+ * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-03 -01/examples/AgentPoolsCreate_GPUMIG.json
148148 */
149149async function createAgentPoolWithGpumig ( ) {
150150 const subscriptionId = "subid1" ;
@@ -196,7 +196,7 @@ createAgentPoolWithGpumig().catch(console.error);
196196 * This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
197197 *
198198 * @summary Creates or updates an agent pool in the specified managed cluster.
199- * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-02 -01/examples/AgentPoolsCreate_WasmWasi.json
199+ * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-03 -01/examples/AgentPoolsCreate_WasmWasi.json
200200 */
201201async function createAgentPoolWithKrustletAndTheWasiRuntime ( ) {
202202 const subscriptionId = "subid1" ;
@@ -229,7 +229,7 @@ createAgentPoolWithKrustletAndTheWasiRuntime().catch(console.error);
229229 * This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
230230 *
231231 * @summary Creates or updates an agent pool in the specified managed cluster.
232- * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-02 -01/examples/AgentPoolsCreate_CustomNodeConfig.json
232+ * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-03 -01/examples/AgentPoolsCreate_CustomNodeConfig.json
233233 */
234234async function createAgentPoolWithKubeletConfigAndLinuxOSConfig ( ) {
235235 const subscriptionId = "subid1" ;
@@ -280,7 +280,7 @@ createAgentPoolWithKubeletConfigAndLinuxOSConfig().catch(console.error);
280280 * This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
281281 *
282282 * @summary Creates or updates an agent pool in the specified managed cluster.
283- * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-02 -01/examples/AgentPoolsCreate_OSSKU.json
283+ * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-03 -01/examples/AgentPoolsCreate_OSSKU.json
284284 */
285285async function createAgentPoolWithOssku ( ) {
286286 const subscriptionId = "subid1" ;
@@ -332,7 +332,7 @@ createAgentPoolWithOssku().catch(console.error);
332332 * This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
333333 *
334334 * @summary Creates or updates an agent pool in the specified managed cluster.
335- * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-02 -01/examples/AgentPoolsCreate_PPG.json
335+ * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-03 -01/examples/AgentPoolsCreate_PPG.json
336336 */
337337async function createAgentPoolWithPpg ( ) {
338338 const subscriptionId = "subid1" ;
@@ -364,7 +364,7 @@ createAgentPoolWithPpg().catch(console.error);
364364 * This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
365365 *
366366 * @summary Creates or updates an agent pool in the specified managed cluster.
367- * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-02 -01/examples/AgentPoolsCreate_EnableUltraSSD.json
367+ * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-03 -01/examples/AgentPoolsCreate_EnableUltraSSD.json
368368 */
369369async function createAgentPoolWithUltraSsdEnabled ( ) {
370370 const subscriptionId = "subid1" ;
@@ -395,7 +395,7 @@ createAgentPoolWithUltraSsdEnabled().catch(console.error);
395395 * This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
396396 *
397397 * @summary Creates or updates an agent pool in the specified managed cluster.
398- * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-02 -01/examples/AgentPoolsCreate_Spot.json
398+ * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-03 -01/examples/AgentPoolsCreate_Spot.json
399399 */
400400async function createSpotAgentPool ( ) {
401401 const subscriptionId = "subid1" ;
@@ -430,7 +430,7 @@ createSpotAgentPool().catch(console.error);
430430 * This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
431431 *
432432 * @summary Creates or updates an agent pool in the specified managed cluster.
433- * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-02 -01/examples/AgentPoolsCreate_Update.json
433+ * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-03 -01/examples/AgentPoolsCreate_Update.json
434434 */
435435async function createOrUpdateAgentPool ( ) {
436436 const subscriptionId = "subid1" ;
@@ -466,7 +466,7 @@ createOrUpdateAgentPool().catch(console.error);
466466 * This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
467467 *
468468 * @summary Creates or updates an agent pool in the specified managed cluster.
469- * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-02 -01/examples/AgentPools_Start.json
469+ * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-03 -01/examples/AgentPools_Start.json
470470 */
471471async function startAgentPool ( ) {
472472 const subscriptionId = "subid1" ;
@@ -491,7 +491,7 @@ startAgentPool().catch(console.error);
491491 * This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
492492 *
493493 * @summary Creates or updates an agent pool in the specified managed cluster.
494- * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-02 -01/examples/AgentPools_Stop.json
494+ * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-03 -01/examples/AgentPools_Stop.json
495495 */
496496async function stopAgentPool ( ) {
497497 const subscriptionId = "subid1" ;
@@ -516,7 +516,7 @@ stopAgentPool().catch(console.error);
516516 * This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
517517 *
518518 * @summary Creates or updates an agent pool in the specified managed cluster.
519- * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-02 -01/examples/AgentPools_Update.json
519+ * x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-03 -01/examples/AgentPools_Update.json
520520 */
521521async function updateAgentPool ( ) {
522522 const subscriptionId = "subid1" ;
0 commit comments