@azure/arm-containerservice 17.1.0 → 17.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/README.md +1 -1
- package/dist/index.js +150 -3
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/agentPoolsCreateOrUpdateSample.js +17 -17
- package/dist-esm/samples-dev/agentPoolsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/agentPoolsGetAvailableAgentPoolVersionsSample.js +1 -1
- package/dist-esm/samples-dev/agentPoolsGetSample.js +1 -1
- package/dist-esm/samples-dev/agentPoolsGetUpgradeProfileSample.js +1 -1
- package/dist-esm/samples-dev/agentPoolsListSample.js +1 -1
- package/dist-esm/samples-dev/agentPoolsUpgradeNodeImageVersionSample.js +1 -1
- package/dist-esm/samples-dev/maintenanceConfigurationsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/maintenanceConfigurationsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/maintenanceConfigurationsGetSample.js +1 -1
- package/dist-esm/samples-dev/maintenanceConfigurationsListByManagedClusterSample.js +1 -1
- package/dist-esm/samples-dev/managedClustersCreateOrUpdateSample.js +23 -23
- package/dist-esm/samples-dev/managedClustersDeleteSample.js +1 -1
- package/dist-esm/samples-dev/managedClustersGetAccessProfileSample.js +1 -1
- package/dist-esm/samples-dev/managedClustersGetCommandResultSample.js +2 -2
- package/dist-esm/samples-dev/managedClustersGetOSOptionsSample.js +1 -1
- package/dist-esm/samples-dev/managedClustersGetSample.js +1 -1
- package/dist-esm/samples-dev/managedClustersGetUpgradeProfileSample.js +1 -1
- package/dist-esm/samples-dev/managedClustersListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/managedClustersListClusterAdminCredentialsSample.js +1 -1
- package/dist-esm/samples-dev/managedClustersListClusterMonitoringUserCredentialsSample.js +1 -1
- package/dist-esm/samples-dev/managedClustersListClusterUserCredentialsSample.js +1 -1
- package/dist-esm/samples-dev/managedClustersListOutboundNetworkDependenciesEndpointsSample.js +1 -1
- package/dist-esm/samples-dev/managedClustersListSample.js +1 -1
- package/dist-esm/samples-dev/managedClustersResetAadProfileSample.js +1 -1
- package/dist-esm/samples-dev/managedClustersResetServicePrincipalProfileSample.js +1 -1
- package/dist-esm/samples-dev/managedClustersRotateClusterCertificatesSample.js +1 -1
- package/dist-esm/samples-dev/managedClustersRotateServiceAccountSigningKeysSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedClustersRotateServiceAccountSigningKeysSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedClustersRotateServiceAccountSigningKeysSample.js +31 -0
- package/dist-esm/samples-dev/managedClustersRotateServiceAccountSigningKeysSample.js.map +1 -0
- package/dist-esm/samples-dev/managedClustersRunCommandSample.js +1 -1
- package/dist-esm/samples-dev/managedClustersStartSample.js +1 -1
- package/dist-esm/samples-dev/managedClustersStopSample.js +1 -1
- package/dist-esm/samples-dev/managedClustersUpdateTagsSample.js +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js +1 -1
- package/dist-esm/samples-dev/resolvePrivateLinkServiceIdPostSample.js +1 -1
- package/dist-esm/samples-dev/snapshotsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/snapshotsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/snapshotsGetSample.js +1 -1
- package/dist-esm/samples-dev/snapshotsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/snapshotsListSample.js +1 -1
- package/dist-esm/samples-dev/snapshotsUpdateTagsSample.js +1 -1
- package/dist-esm/src/containerServiceClient.js +2 -2
- package/dist-esm/src/models/index.d.ts +32 -0
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +3 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +62 -0
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.js +1 -1
- package/dist-esm/src/operations/managedClusters.d.ts +15 -1
- package/dist-esm/src/operations/managedClusters.d.ts.map +1 -1
- package/dist-esm/src/operations/managedClusters.js +82 -0
- package/dist-esm/src/operations/managedClusters.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/managedClusters.d.ts +15 -1
- package/dist-esm/src/operationsInterfaces/managedClusters.d.ts.map +1 -1
- package/package.json +5 -4
- package/review/arm-containerservice.api.md +30 -0
- package/src/containerServiceClient.ts +2 -2
- package/src/models/index.ts +38 -0
- package/src/models/mappers.ts +66 -0
- package/src/models/parameters.ts +1 -1
- package/src/operations/managedClusters.ts +127 -0
- package/src/operationsInterfaces/managedClusters.ts +31 -0
- package/types/arm-containerservice.d.ts +51 -0
- package/types/tsdoc-metadata.json +1 -1
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
|
|
15
15
|
*
|
|
16
16
|
* @summary Creates or updates an agent pool in the specified managed cluster.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPoolsCreate_Snapshot.json
|
|
18
18
|
*/
|
|
19
19
|
function createAgentPoolUsingAnAgentPoolSnapshot() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -43,7 +43,7 @@ createAgentPoolUsingAnAgentPoolSnapshot().catch(console.error);
|
|
|
43
43
|
* This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
|
|
44
44
|
*
|
|
45
45
|
* @summary Creates or updates an agent pool in the specified managed cluster.
|
|
46
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
46
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPoolsCreate_DedicatedHostGroup.json
|
|
47
47
|
*/
|
|
48
48
|
function createAgentPoolWithDedicatedHostGroup() {
|
|
49
49
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -69,7 +69,7 @@ createAgentPoolWithDedicatedHostGroup().catch(console.error);
|
|
|
69
69
|
* This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
|
|
70
70
|
*
|
|
71
71
|
* @summary Creates or updates an agent pool in the specified managed cluster.
|
|
72
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
72
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPoolsCreate_EnableEncryptionAtHost.json
|
|
73
73
|
*/
|
|
74
74
|
function createAgentPoolWithEncryptionAtHostEnabled() {
|
|
75
75
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -95,7 +95,7 @@ createAgentPoolWithEncryptionAtHostEnabled().catch(console.error);
|
|
|
95
95
|
* This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
|
|
96
96
|
*
|
|
97
97
|
* @summary Creates or updates an agent pool in the specified managed cluster.
|
|
98
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
98
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPoolsCreate_Ephemeral.json
|
|
99
99
|
*/
|
|
100
100
|
function createAgentPoolWithEphemeralOSDisk() {
|
|
101
101
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -122,7 +122,7 @@ createAgentPoolWithEphemeralOSDisk().catch(console.error);
|
|
|
122
122
|
* This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
|
|
123
123
|
*
|
|
124
124
|
* @summary Creates or updates an agent pool in the specified managed cluster.
|
|
125
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
125
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPoolsCreate_EnableFIPS.json
|
|
126
126
|
*/
|
|
127
127
|
function createAgentPoolWithFipsEnabledOS() {
|
|
128
128
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -148,7 +148,7 @@ createAgentPoolWithFipsEnabledOS().catch(console.error);
|
|
|
148
148
|
* This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
|
|
149
149
|
*
|
|
150
150
|
* @summary Creates or updates an agent pool in the specified managed cluster.
|
|
151
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
151
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPoolsCreate_GPUMIG.json
|
|
152
152
|
*/
|
|
153
153
|
function createAgentPoolWithGpumig() {
|
|
154
154
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -195,7 +195,7 @@ createAgentPoolWithGpumig().catch(console.error);
|
|
|
195
195
|
* This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
|
|
196
196
|
*
|
|
197
197
|
* @summary Creates or updates an agent pool in the specified managed cluster.
|
|
198
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
198
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPoolsCreate_WasmWasi.json
|
|
199
199
|
*/
|
|
200
200
|
function createAgentPoolWithKrustletAndTheWasiRuntime() {
|
|
201
201
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -223,7 +223,7 @@ createAgentPoolWithKrustletAndTheWasiRuntime().catch(console.error);
|
|
|
223
223
|
* This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
|
|
224
224
|
*
|
|
225
225
|
* @summary Creates or updates an agent pool in the specified managed cluster.
|
|
226
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
226
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPoolsCreate_CustomNodeConfig.json
|
|
227
227
|
*/
|
|
228
228
|
function createAgentPoolWithKubeletConfigAndLinuxOSConfig() {
|
|
229
229
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -269,7 +269,7 @@ createAgentPoolWithKubeletConfigAndLinuxOSConfig().catch(console.error);
|
|
|
269
269
|
* This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
|
|
270
270
|
*
|
|
271
271
|
* @summary Creates or updates an agent pool in the specified managed cluster.
|
|
272
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
272
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPoolsCreate_OSSKU.json
|
|
273
273
|
*/
|
|
274
274
|
function createAgentPoolWithOssku() {
|
|
275
275
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -316,7 +316,7 @@ createAgentPoolWithOssku().catch(console.error);
|
|
|
316
316
|
* This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
|
|
317
317
|
*
|
|
318
318
|
* @summary Creates or updates an agent pool in the specified managed cluster.
|
|
319
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
319
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPoolsCreate_PPG.json
|
|
320
320
|
*/
|
|
321
321
|
function createAgentPoolWithPpg() {
|
|
322
322
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -342,7 +342,7 @@ createAgentPoolWithPpg().catch(console.error);
|
|
|
342
342
|
* This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
|
|
343
343
|
*
|
|
344
344
|
* @summary Creates or updates an agent pool in the specified managed cluster.
|
|
345
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
345
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPoolsCreate_EnableUltraSSD.json
|
|
346
346
|
*/
|
|
347
347
|
function createAgentPoolWithUltraSsdEnabled() {
|
|
348
348
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -368,7 +368,7 @@ createAgentPoolWithUltraSsdEnabled().catch(console.error);
|
|
|
368
368
|
* This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
|
|
369
369
|
*
|
|
370
370
|
* @summary Creates or updates an agent pool in the specified managed cluster.
|
|
371
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
371
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPoolsCreate_WindowsOSSKU.json
|
|
372
372
|
*/
|
|
373
373
|
function createAgentPoolWithWindowsOssku() {
|
|
374
374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -394,7 +394,7 @@ createAgentPoolWithWindowsOssku().catch(console.error);
|
|
|
394
394
|
* This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
|
|
395
395
|
*
|
|
396
396
|
* @summary Creates or updates an agent pool in the specified managed cluster.
|
|
397
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
397
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPoolsCreate_Spot.json
|
|
398
398
|
*/
|
|
399
399
|
function createSpotAgentPool() {
|
|
400
400
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -424,7 +424,7 @@ createSpotAgentPool().catch(console.error);
|
|
|
424
424
|
* This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
|
|
425
425
|
*
|
|
426
426
|
* @summary Creates or updates an agent pool in the specified managed cluster.
|
|
427
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
427
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPoolsCreate_Update.json
|
|
428
428
|
*/
|
|
429
429
|
function createOrUpdateAgentPool() {
|
|
430
430
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -455,7 +455,7 @@ createOrUpdateAgentPool().catch(console.error);
|
|
|
455
455
|
* This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
|
|
456
456
|
*
|
|
457
457
|
* @summary Creates or updates an agent pool in the specified managed cluster.
|
|
458
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
458
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPools_Start.json
|
|
459
459
|
*/
|
|
460
460
|
function startAgentPool() {
|
|
461
461
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -475,7 +475,7 @@ startAgentPool().catch(console.error);
|
|
|
475
475
|
* This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
|
|
476
476
|
*
|
|
477
477
|
* @summary Creates or updates an agent pool in the specified managed cluster.
|
|
478
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
478
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPools_Stop.json
|
|
479
479
|
*/
|
|
480
480
|
function stopAgentPool() {
|
|
481
481
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -495,7 +495,7 @@ stopAgentPool().catch(console.error);
|
|
|
495
495
|
* This sample demonstrates how to Creates or updates an agent pool in the specified managed cluster.
|
|
496
496
|
*
|
|
497
497
|
* @summary Creates or updates an agent pool in the specified managed cluster.
|
|
498
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
498
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPools_Update.json
|
|
499
499
|
*/
|
|
500
500
|
function updateAgentPool() {
|
|
501
501
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Deletes an agent pool in the specified managed cluster.
|
|
15
15
|
*
|
|
16
16
|
* @summary Deletes an agent pool in the specified managed cluster.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPoolsDelete.json
|
|
18
18
|
*/
|
|
19
19
|
function deleteAgentPool() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to See [supported Kubernetes versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) for more details about the version lifecycle.
|
|
15
15
|
*
|
|
16
16
|
* @summary See [supported Kubernetes versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) for more details about the version lifecycle.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPoolsGetAgentPoolAvailableVersions.json
|
|
18
18
|
*/
|
|
19
19
|
function getAvailableVersionsForAgentPool() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Gets the specified managed cluster agent pool.
|
|
15
15
|
*
|
|
16
16
|
* @summary Gets the specified managed cluster agent pool.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPoolsGet.json
|
|
18
18
|
*/
|
|
19
19
|
function getAgentPool() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Gets the upgrade profile for an agent pool.
|
|
15
15
|
*
|
|
16
16
|
* @summary Gets the upgrade profile for an agent pool.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPoolsGetUpgradeProfile.json
|
|
18
18
|
*/
|
|
19
19
|
function getUpgradeProfileForAgentPool() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Gets a list of agent pools in the specified managed cluster.
|
|
15
15
|
*
|
|
16
16
|
* @summary Gets a list of agent pools in the specified managed cluster.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPoolsList.json
|
|
18
18
|
*/
|
|
19
19
|
function listAgentPoolsByManagedCluster() {
|
|
20
20
|
var e_1, _a;
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to 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
|
|
15
15
|
*
|
|
16
16
|
* @summary 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
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/AgentPoolsUpgradeNodeImageVersion.json
|
|
18
18
|
*/
|
|
19
19
|
function upgradeAgentPoolNodeImageVersion() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Creates or updates a maintenance configuration in the specified managed cluster.
|
|
15
15
|
*
|
|
16
16
|
* @summary Creates or updates a maintenance configuration in the specified managed cluster.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/MaintenanceConfigurationsCreate_Update.json
|
|
18
18
|
*/
|
|
19
19
|
function createOrUpdateMaintenanceConfiguration() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Deletes a maintenance configuration.
|
|
15
15
|
*
|
|
16
16
|
* @summary Deletes a maintenance configuration.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/MaintenanceConfigurationsDelete.json
|
|
18
18
|
*/
|
|
19
19
|
function deleteMaintenanceConfiguration() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Gets the specified maintenance configuration of a managed cluster.
|
|
15
15
|
*
|
|
16
16
|
* @summary Gets the specified maintenance configuration of a managed cluster.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/MaintenanceConfigurationsGet.json
|
|
18
18
|
*/
|
|
19
19
|
function getMaintenanceConfiguration() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Gets a list of maintenance configurations in the specified managed cluster.
|
|
15
15
|
*
|
|
16
16
|
* @summary Gets a list of maintenance configurations in the specified managed cluster.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/MaintenanceConfigurationsList.json
|
|
18
18
|
*/
|
|
19
19
|
function listMaintenanceConfigurationsByManagedCluster() {
|
|
20
20
|
var e_1, _a;
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
15
15
|
*
|
|
16
16
|
* @summary Creates or updates a managed cluster.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_Snapshot.json
|
|
18
18
|
*/
|
|
19
19
|
function createManagedClusterUsingAnAgentPoolSnapshot() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -73,7 +73,7 @@ createManagedClusterUsingAnAgentPoolSnapshot().catch(console.error);
|
|
|
73
73
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
74
74
|
*
|
|
75
75
|
* @summary Creates or updates a managed cluster.
|
|
76
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
76
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_ManagedNATGateway.json
|
|
77
77
|
*/
|
|
78
78
|
function createManagedClusterWithAksManagedNatGatewayAsOutboundType() {
|
|
79
79
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -128,7 +128,7 @@ createManagedClusterWithAksManagedNatGatewayAsOutboundType().catch(console.error
|
|
|
128
128
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
129
129
|
*
|
|
130
130
|
* @summary Creates or updates a managed cluster.
|
|
131
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
131
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_AzureKeyvaultSecretsProvider.json
|
|
132
132
|
*/
|
|
133
133
|
function createManagedClusterWithAzureKeyVaultSecretsProviderAddon() {
|
|
134
134
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -188,7 +188,7 @@ createManagedClusterWithAzureKeyVaultSecretsProviderAddon().catch(console.error)
|
|
|
188
188
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
189
189
|
*
|
|
190
190
|
* @summary Creates or updates a managed cluster.
|
|
191
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
191
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_DedicatedHostGroup.json
|
|
192
192
|
*/
|
|
193
193
|
function createManagedClusterWithDedicatedHostGroup() {
|
|
194
194
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -243,7 +243,7 @@ createManagedClusterWithDedicatedHostGroup().catch(console.error);
|
|
|
243
243
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
244
244
|
*
|
|
245
245
|
* @summary Creates or updates a managed cluster.
|
|
246
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
246
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_EnableEncryptionAtHost.json
|
|
247
247
|
*/
|
|
248
248
|
function createManagedClusterWithEncryptionAtHostEnabled() {
|
|
249
249
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -299,7 +299,7 @@ createManagedClusterWithEncryptionAtHostEnabled().catch(console.error);
|
|
|
299
299
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
300
300
|
*
|
|
301
301
|
* @summary Creates or updates a managed cluster.
|
|
302
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
302
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_EnabledFIPS.json
|
|
303
303
|
*/
|
|
304
304
|
function createManagedClusterWithFipsEnabledOS() {
|
|
305
305
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -355,7 +355,7 @@ createManagedClusterWithFipsEnabledOS().catch(console.error);
|
|
|
355
355
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
356
356
|
*
|
|
357
357
|
* @summary Creates or updates a managed cluster.
|
|
358
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
358
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_GPUMIG.json
|
|
359
359
|
*/
|
|
360
360
|
function createManagedClusterWithGpumig() {
|
|
361
361
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -417,7 +417,7 @@ createManagedClusterWithGpumig().catch(console.error);
|
|
|
417
417
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
418
418
|
*
|
|
419
419
|
* @summary Creates or updates a managed cluster.
|
|
420
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
420
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_HTTPProxy.json
|
|
421
421
|
*/
|
|
422
422
|
function createManagedClusterWithHttpProxyConfigured() {
|
|
423
423
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -478,7 +478,7 @@ createManagedClusterWithHttpProxyConfigured().catch(console.error);
|
|
|
478
478
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
479
479
|
*
|
|
480
480
|
* @summary Creates or updates a managed cluster.
|
|
481
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
481
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_NodePublicIPPrefix.json
|
|
482
482
|
*/
|
|
483
483
|
function createManagedClusterWithNodePublicIPPrefix() {
|
|
484
484
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -534,7 +534,7 @@ createManagedClusterWithNodePublicIPPrefix().catch(console.error);
|
|
|
534
534
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
535
535
|
*
|
|
536
536
|
* @summary Creates or updates a managed cluster.
|
|
537
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
537
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_OSSKU.json
|
|
538
538
|
*/
|
|
539
539
|
function createManagedClusterWithOssku() {
|
|
540
540
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -596,7 +596,7 @@ createManagedClusterWithOssku().catch(console.error);
|
|
|
596
596
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
597
597
|
*
|
|
598
598
|
* @summary Creates or updates a managed cluster.
|
|
599
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
599
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_PPG.json
|
|
600
600
|
*/
|
|
601
601
|
function createManagedClusterWithPpg() {
|
|
602
602
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -652,7 +652,7 @@ createManagedClusterWithPpg().catch(console.error);
|
|
|
652
652
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
653
653
|
*
|
|
654
654
|
* @summary Creates or updates a managed cluster.
|
|
655
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
655
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_PodIdentity.json
|
|
656
656
|
*/
|
|
657
657
|
function createManagedClusterWithPodIdentityEnabled() {
|
|
658
658
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -708,7 +708,7 @@ createManagedClusterWithPodIdentityEnabled().catch(console.error);
|
|
|
708
708
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
709
709
|
*
|
|
710
710
|
* @summary Creates or updates a managed cluster.
|
|
711
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
711
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_DisableRunCommand.json
|
|
712
712
|
*/
|
|
713
713
|
function createManagedClusterWithRunCommandDisabled() {
|
|
714
714
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -764,7 +764,7 @@ createManagedClusterWithRunCommandDisabled().catch(console.error);
|
|
|
764
764
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
765
765
|
*
|
|
766
766
|
* @summary Creates or updates a managed cluster.
|
|
767
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
767
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_SecurityProfile.json
|
|
768
768
|
*/
|
|
769
769
|
function createManagedClusterWithSecurityProfileConfigured() {
|
|
770
770
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -815,7 +815,7 @@ createManagedClusterWithSecurityProfileConfigured().catch(console.error);
|
|
|
815
815
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
816
816
|
*
|
|
817
817
|
* @summary Creates or updates a managed cluster.
|
|
818
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
818
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_EnableUltraSSD.json
|
|
819
819
|
*/
|
|
820
820
|
function createManagedClusterWithUltraSsdEnabled() {
|
|
821
821
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -871,7 +871,7 @@ createManagedClusterWithUltraSsdEnabled().catch(console.error);
|
|
|
871
871
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
872
872
|
*
|
|
873
873
|
* @summary Creates or updates a managed cluster.
|
|
874
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
874
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_UserAssignedNATGateway.json
|
|
875
875
|
*/
|
|
876
876
|
function createManagedClusterWithUserAssignedNatGatewayAsOutboundType() {
|
|
877
877
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -925,7 +925,7 @@ createManagedClusterWithUserAssignedNatGatewayAsOutboundType().catch(console.err
|
|
|
925
925
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
926
926
|
*
|
|
927
927
|
* @summary Creates or updates a managed cluster.
|
|
928
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
928
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_PrivateClusterPublicFQDN.json
|
|
929
929
|
*/
|
|
930
930
|
function createManagedPrivateClusterWithPublicFqdnSpecified() {
|
|
931
931
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -984,7 +984,7 @@ createManagedPrivateClusterWithPublicFqdnSpecified().catch(console.error);
|
|
|
984
984
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
985
985
|
*
|
|
986
986
|
* @summary Creates or updates a managed cluster.
|
|
987
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
987
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_PrivateClusterFQDNSubdomain.json
|
|
988
988
|
*/
|
|
989
989
|
function createManagedPrivateClusterWithFqdnSubdomainSpecified() {
|
|
990
990
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1043,7 +1043,7 @@ createManagedPrivateClusterWithFqdnSubdomainSpecified().catch(console.error);
|
|
|
1043
1043
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
1044
1044
|
*
|
|
1045
1045
|
* @summary Creates or updates a managed cluster.
|
|
1046
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
1046
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_UpdateWithEnableAzureRBAC.json
|
|
1047
1047
|
*/
|
|
1048
1048
|
function createOrUpdateAadManagedClusterWithEnableAzureRbac() {
|
|
1049
1049
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1100,7 +1100,7 @@ createOrUpdateAadManagedClusterWithEnableAzureRbac().catch(console.error);
|
|
|
1100
1100
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
1101
1101
|
*
|
|
1102
1102
|
* @summary Creates or updates a managed cluster.
|
|
1103
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
1103
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_Update.json
|
|
1104
1104
|
*/
|
|
1105
1105
|
function createOrUpdateManagedCluster() {
|
|
1106
1106
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1171,7 +1171,7 @@ createOrUpdateManagedCluster().catch(console.error);
|
|
|
1171
1171
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
1172
1172
|
*
|
|
1173
1173
|
* @summary Creates or updates a managed cluster.
|
|
1174
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
1174
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_UpdateWithAHUB.json
|
|
1175
1175
|
*/
|
|
1176
1176
|
function createOrUpdateManagedClusterWithEnableAhub() {
|
|
1177
1177
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1234,7 +1234,7 @@ createOrUpdateManagedClusterWithEnableAhub().catch(console.error);
|
|
|
1234
1234
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
1235
1235
|
*
|
|
1236
1236
|
* @summary Creates or updates a managed cluster.
|
|
1237
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
1237
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_UpdateWindowsGmsa.json
|
|
1238
1238
|
*/
|
|
1239
1239
|
function createOrUpdateManagedClusterWithWindowsGMsaEnabled() {
|
|
1240
1240
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1297,7 +1297,7 @@ createOrUpdateManagedClusterWithWindowsGMsaEnabled().catch(console.error);
|
|
|
1297
1297
|
* This sample demonstrates how to Creates or updates a managed cluster.
|
|
1298
1298
|
*
|
|
1299
1299
|
* @summary Creates or updates a managed cluster.
|
|
1300
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
1300
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersCreate_DualStackNetworking.json
|
|
1301
1301
|
*/
|
|
1302
1302
|
function createOrUpdateManagedClusterWithDualStackNetworking() {
|
|
1303
1303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Deletes a managed cluster.
|
|
15
15
|
*
|
|
16
16
|
* @summary Deletes a managed cluster.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersDelete.json
|
|
18
18
|
*/
|
|
19
19
|
function deleteManagedCluster() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to **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) .
|
|
15
15
|
*
|
|
16
16
|
* @summary **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) .
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersGetAccessProfile.json
|
|
18
18
|
*/
|
|
19
19
|
function getManagedCluster() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Gets the results of a command which has been run on the Managed Cluster.
|
|
15
15
|
*
|
|
16
16
|
* @summary Gets the results of a command which has been run on the Managed Cluster.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/RunCommandResultFailed.json
|
|
18
18
|
*/
|
|
19
19
|
function commandFailedResult() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -33,7 +33,7 @@ commandFailedResult().catch(console.error);
|
|
|
33
33
|
* This sample demonstrates how to Gets the results of a command which has been run on the Managed Cluster.
|
|
34
34
|
*
|
|
35
35
|
* @summary Gets the results of a command which has been run on the Managed Cluster.
|
|
36
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
36
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/RunCommandResultSucceed.json
|
|
37
37
|
*/
|
|
38
38
|
function commandSucceedResult() {
|
|
39
39
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Gets supported OS options in the specified subscription.
|
|
15
15
|
*
|
|
16
16
|
* @summary Gets supported OS options in the specified subscription.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ContainerServiceGetOSOptions.json
|
|
18
18
|
*/
|
|
19
19
|
function getContainerServiceOSOptions() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Gets a managed cluster.
|
|
15
15
|
*
|
|
16
16
|
* @summary Gets a managed cluster.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersGet.json
|
|
18
18
|
*/
|
|
19
19
|
function getManagedCluster() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Gets the upgrade profile of a managed cluster.
|
|
15
15
|
*
|
|
16
16
|
* @summary Gets the upgrade profile of a managed cluster.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersGetUpgradeProfile.json
|
|
18
18
|
*/
|
|
19
19
|
function getUpgradeProfileForManagedCluster() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Lists managed clusters in the specified subscription and resource group.
|
|
15
15
|
*
|
|
16
16
|
* @summary Lists managed clusters in the specified subscription and resource group.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersListByResourceGroup.json
|
|
18
18
|
*/
|
|
19
19
|
function getManagedClustersByResourceGroup() {
|
|
20
20
|
var e_1, _a;
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Lists the admin credentials of a managed cluster.
|
|
15
15
|
*
|
|
16
16
|
* @summary Lists the admin credentials of a managed cluster.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersListClusterAdminCredentials.json
|
|
18
18
|
*/
|
|
19
19
|
function getManagedCluster() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Lists the cluster monitoring user credentials of a managed cluster.
|
|
15
15
|
*
|
|
16
16
|
* @summary Lists the cluster monitoring user credentials of a managed cluster.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersListClusterMonitoringUserCredentials.json
|
|
18
18
|
*/
|
|
19
19
|
function getManagedCluster() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Lists the user credentials of a managed cluster.
|
|
15
15
|
*
|
|
16
16
|
* @summary Lists the user credentials of a managed cluster.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersListClusterUserCredentials.json
|
|
18
18
|
*/
|
|
19
19
|
function getManagedCluster() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|
package/dist-esm/samples-dev/managedClustersListOutboundNetworkDependenciesEndpointsSample.js
CHANGED
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to 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.
|
|
15
15
|
*
|
|
16
16
|
* @summary 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.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/OutboundNetworkDependenciesEndpointsList.json
|
|
18
18
|
*/
|
|
19
19
|
function listOutboundNetworkDependenciesEndpointsByManagedCluster() {
|
|
20
20
|
var e_1, _a;
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Gets a list of managed clusters in the specified subscription.
|
|
15
15
|
*
|
|
16
16
|
* @summary Gets a list of managed clusters in the specified subscription.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersList.json
|
|
18
18
|
*/
|
|
19
19
|
function listManagedClusters() {
|
|
20
20
|
var e_1, _a;
|
|
@@ -14,7 +14,7 @@ import { DefaultAzureCredential } from "@azure/identity";
|
|
|
14
14
|
* This sample demonstrates how to Reset the AAD Profile of a managed cluster.
|
|
15
15
|
*
|
|
16
16
|
* @summary Reset the AAD Profile of a managed cluster.
|
|
17
|
-
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-
|
|
17
|
+
* x-ms-original-file: specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-09-01/examples/ManagedClustersResetAADProfile.json
|
|
18
18
|
*/
|
|
19
19
|
function resetAadProfile() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|