@azure/arm-containerservice 13.3.1 → 14.3.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/README.md +3 -6
- package/dist/arm-containerservice.js +1270 -255
- package/dist/arm-containerservice.js.map +1 -1
- package/dist/arm-containerservice.min.js +1 -1
- package/dist/arm-containerservice.min.js.map +1 -1
- package/esm/containerServiceClient.d.ts +1 -0
- package/esm/containerServiceClient.d.ts.map +1 -1
- package/esm/containerServiceClient.js +1 -0
- package/esm/containerServiceClient.js.map +1 -1
- package/esm/containerServiceClientContext.d.ts +1 -1
- package/esm/containerServiceClientContext.d.ts.map +1 -1
- package/esm/containerServiceClientContext.js +2 -2
- package/esm/containerServiceClientContext.js.map +1 -1
- package/esm/models/agentPoolsMappers.d.ts +1 -1
- package/esm/models/agentPoolsMappers.d.ts.map +1 -1
- package/esm/models/agentPoolsMappers.js +1 -1
- package/esm/models/agentPoolsMappers.js.map +1 -1
- package/esm/models/index.d.ts +1077 -429
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/maintenanceConfigurationsMappers.d.ts +1 -1
- package/esm/models/maintenanceConfigurationsMappers.d.ts.map +1 -1
- package/esm/models/maintenanceConfigurationsMappers.js +1 -1
- package/esm/models/maintenanceConfigurationsMappers.js.map +1 -1
- package/esm/models/managedClustersMappers.d.ts +1 -1
- package/esm/models/managedClustersMappers.d.ts.map +1 -1
- package/esm/models/managedClustersMappers.js +1 -1
- package/esm/models/managedClustersMappers.js.map +1 -1
- package/esm/models/mappers.d.ts +19 -5
- package/esm/models/mappers.d.ts.map +1 -1
- package/esm/models/mappers.js +712 -173
- package/esm/models/mappers.js.map +1 -1
- package/esm/models/parameters.d.ts +1 -0
- package/esm/models/parameters.d.ts.map +1 -1
- package/esm/models/parameters.js +12 -0
- package/esm/models/parameters.js.map +1 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +1 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +1 -1
- package/esm/models/privateEndpointConnectionsMappers.js +1 -1
- package/esm/models/privateEndpointConnectionsMappers.js.map +1 -1
- package/esm/models/snapshotsMappers.d.ts +2 -0
- package/esm/models/snapshotsMappers.d.ts.map +1 -0
- package/esm/models/snapshotsMappers.js +9 -0
- package/esm/models/snapshotsMappers.js.map +1 -0
- package/esm/operations/agentPools.d.ts +20 -25
- package/esm/operations/agentPools.d.ts.map +1 -1
- package/esm/operations/agentPools.js +21 -17
- package/esm/operations/agentPools.js.map +1 -1
- package/esm/operations/index.d.ts +1 -0
- package/esm/operations/index.d.ts.map +1 -1
- package/esm/operations/index.js +1 -0
- package/esm/operations/index.js.map +1 -1
- package/esm/operations/maintenanceConfigurations.d.ts +5 -15
- package/esm/operations/maintenanceConfigurations.d.ts.map +1 -1
- package/esm/operations/maintenanceConfigurations.js.map +1 -1
- package/esm/operations/managedClusters.d.ts +108 -79
- package/esm/operations/managedClusters.d.ts.map +1 -1
- package/esm/operations/managedClusters.js +112 -47
- package/esm/operations/managedClusters.js.map +1 -1
- package/esm/operations/operations.d.ts +1 -1
- package/esm/operations/privateEndpointConnections.d.ts +6 -10
- package/esm/operations/privateEndpointConnections.d.ts.map +1 -1
- package/esm/operations/privateEndpointConnections.js +0 -2
- package/esm/operations/privateEndpointConnections.js.map +1 -1
- package/esm/operations/privateLinkResources.d.ts +1 -2
- package/esm/operations/privateLinkResources.d.ts.map +1 -1
- package/esm/operations/privateLinkResources.js.map +1 -1
- package/esm/operations/resolvePrivateLinkServiceId.d.ts +3 -7
- package/esm/operations/resolvePrivateLinkServiceId.d.ts.map +1 -1
- package/esm/operations/resolvePrivateLinkServiceId.js.map +1 -1
- package/esm/operations/snapshots.d.ts +172 -0
- package/esm/operations/snapshots.d.ts.map +1 -0
- package/esm/operations/snapshots.js +277 -0
- package/esm/operations/snapshots.js.map +1 -0
- package/package.json +2 -2
- package/src/containerServiceClient.ts +2 -0
- package/src/containerServiceClientContext.ts +3 -3
- package/src/models/agentPoolsMappers.ts +11 -2
- package/src/models/index.ts +1115 -428
- package/src/models/maintenanceConfigurationsMappers.ts +10 -2
- package/src/models/managedClustersMappers.ts +14 -2
- package/src/models/mappers.ts +751 -183
- package/src/models/parameters.ts +12 -0
- package/src/models/privateEndpointConnectionsMappers.ts +10 -2
- package/src/models/snapshotsMappers.ts +70 -0
- package/src/operations/agentPools.ts +27 -28
- package/src/operations/index.ts +1 -0
- package/src/operations/maintenanceConfigurations.ts +5 -15
- package/src/operations/managedClusters.ts +187 -85
- package/src/operations/operations.ts +1 -1
- package/src/operations/privateEndpointConnections.ts +6 -10
- package/src/operations/privateLinkResources.ts +1 -2
- package/src/operations/resolvePrivateLinkServiceId.ts +3 -7
- package/src/operations/snapshots.ts +484 -0
|
@@ -15,6 +15,7 @@ export {
|
|
|
15
15
|
ContainerServiceNetworkProfile,
|
|
16
16
|
ContainerServiceSshConfiguration,
|
|
17
17
|
ContainerServiceSshPublicKey,
|
|
18
|
+
CreationData,
|
|
18
19
|
ExtendedLocation,
|
|
19
20
|
KubeletConfig,
|
|
20
21
|
LinuxOSConfig,
|
|
@@ -36,12 +37,17 @@ export {
|
|
|
36
37
|
ManagedClusterLoadBalancerProfileManagedOutboundIPs,
|
|
37
38
|
ManagedClusterLoadBalancerProfileOutboundIPPrefixes,
|
|
38
39
|
ManagedClusterLoadBalancerProfileOutboundIPs,
|
|
40
|
+
ManagedClusterManagedOutboundIPProfile,
|
|
41
|
+
ManagedClusterNATGatewayProfile,
|
|
39
42
|
ManagedClusterPodIdentity,
|
|
40
43
|
ManagedClusterPodIdentityException,
|
|
41
44
|
ManagedClusterPodIdentityProfile,
|
|
45
|
+
ManagedClusterPodIdentityProvisioningError,
|
|
46
|
+
ManagedClusterPodIdentityProvisioningErrorBody,
|
|
42
47
|
ManagedClusterPodIdentityProvisioningInfo,
|
|
43
48
|
ManagedClusterPropertiesAutoScalerProfile,
|
|
44
|
-
|
|
49
|
+
ManagedClusterSecurityProfile,
|
|
50
|
+
ManagedClusterSecurityProfileAzureDefender,
|
|
45
51
|
ManagedClusterServicePrincipalProfile,
|
|
46
52
|
ManagedClusterSKU,
|
|
47
53
|
ManagedClusterWindowsProfile,
|
|
@@ -52,10 +58,12 @@ export {
|
|
|
52
58
|
PrivateLinkServiceConnectionState,
|
|
53
59
|
Resource,
|
|
54
60
|
ResourceReference,
|
|
61
|
+
Snapshot,
|
|
55
62
|
SubResource,
|
|
56
63
|
SysctlConfig,
|
|
57
64
|
SystemData,
|
|
58
65
|
TimeInWeek,
|
|
59
66
|
TimeSpan,
|
|
60
|
-
UserAssignedIdentity
|
|
67
|
+
UserAssignedIdentity,
|
|
68
|
+
WindowsGmsaProfile
|
|
61
69
|
} from "../models/mappers";
|
|
@@ -15,8 +15,11 @@ export {
|
|
|
15
15
|
ContainerServiceNetworkProfile,
|
|
16
16
|
ContainerServiceSshConfiguration,
|
|
17
17
|
ContainerServiceSshPublicKey,
|
|
18
|
+
CreationData,
|
|
18
19
|
CredentialResult,
|
|
19
20
|
CredentialResults,
|
|
21
|
+
EndpointDependency,
|
|
22
|
+
EndpointDetail,
|
|
20
23
|
ExtendedLocation,
|
|
21
24
|
KubeletConfig,
|
|
22
25
|
LinuxOSConfig,
|
|
@@ -38,20 +41,27 @@ export {
|
|
|
38
41
|
ManagedClusterLoadBalancerProfileManagedOutboundIPs,
|
|
39
42
|
ManagedClusterLoadBalancerProfileOutboundIPPrefixes,
|
|
40
43
|
ManagedClusterLoadBalancerProfileOutboundIPs,
|
|
44
|
+
ManagedClusterManagedOutboundIPProfile,
|
|
45
|
+
ManagedClusterNATGatewayProfile,
|
|
41
46
|
ManagedClusterPodIdentity,
|
|
42
47
|
ManagedClusterPodIdentityException,
|
|
43
48
|
ManagedClusterPodIdentityProfile,
|
|
49
|
+
ManagedClusterPodIdentityProvisioningError,
|
|
50
|
+
ManagedClusterPodIdentityProvisioningErrorBody,
|
|
44
51
|
ManagedClusterPodIdentityProvisioningInfo,
|
|
45
52
|
ManagedClusterPoolUpgradeProfile,
|
|
46
53
|
ManagedClusterPoolUpgradeProfileUpgradesItem,
|
|
47
54
|
ManagedClusterPropertiesAutoScalerProfile,
|
|
48
|
-
|
|
55
|
+
ManagedClusterSecurityProfile,
|
|
56
|
+
ManagedClusterSecurityProfileAzureDefender,
|
|
49
57
|
ManagedClusterServicePrincipalProfile,
|
|
50
58
|
ManagedClusterSKU,
|
|
51
59
|
ManagedClusterUpgradeProfile,
|
|
52
60
|
ManagedClusterWindowsProfile,
|
|
53
61
|
OSOptionProfile,
|
|
54
62
|
OSOptionProperty,
|
|
63
|
+
OutboundEnvironmentEndpoint,
|
|
64
|
+
OutboundEnvironmentEndpointCollection,
|
|
55
65
|
PowerState,
|
|
56
66
|
PrivateEndpoint,
|
|
57
67
|
PrivateEndpointConnection,
|
|
@@ -61,11 +71,13 @@ export {
|
|
|
61
71
|
ResourceReference,
|
|
62
72
|
RunCommandRequest,
|
|
63
73
|
RunCommandResult,
|
|
74
|
+
Snapshot,
|
|
64
75
|
SubResource,
|
|
65
76
|
SysctlConfig,
|
|
66
77
|
SystemData,
|
|
67
78
|
TagsObject,
|
|
68
79
|
TimeInWeek,
|
|
69
80
|
TimeSpan,
|
|
70
|
-
UserAssignedIdentity
|
|
81
|
+
UserAssignedIdentity,
|
|
82
|
+
WindowsGmsaProfile
|
|
71
83
|
} from "../models/mappers";
|