@azure/arm-containerservice 25.3.0-beta.1 → 25.4.0-beta.1
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/dist/browser/api/agentPools/operations.js +47 -27
- package/dist/browser/api/agentPools/operations.js.map +1 -1
- package/dist/browser/api/containerService/operations.js +5 -3
- package/dist/browser/api/containerService/operations.js.map +1 -1
- package/dist/browser/api/containerServiceContext.js +4 -2
- package/dist/browser/api/containerServiceContext.js.map +1 -1
- package/dist/browser/api/identityBindings/operations.js +19 -11
- package/dist/browser/api/identityBindings/operations.js.map +1 -1
- package/dist/browser/api/jwtAuthenticators/operations.js +19 -11
- package/dist/browser/api/jwtAuthenticators/operations.js.map +1 -1
- package/dist/browser/api/loadBalancers/operations.js +18 -10
- package/dist/browser/api/loadBalancers/operations.js.map +1 -1
- package/dist/browser/api/machines/operations.js +14 -8
- package/dist/browser/api/machines/operations.js.map +1 -1
- package/dist/browser/api/maintenanceConfigurations/operations.js +17 -9
- package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/browser/api/maintenanceWindows/index.d.ts +3 -0
- package/dist/browser/api/maintenanceWindows/index.js +4 -0
- package/dist/browser/api/maintenanceWindows/index.js.map +1 -0
- package/dist/browser/api/maintenanceWindows/operations.d.ts +31 -0
- package/dist/browser/api/maintenanceWindows/operations.js +202 -0
- package/dist/browser/api/maintenanceWindows/operations.js.map +1 -0
- package/dist/browser/api/maintenanceWindows/options.d.ts +24 -0
- package/dist/browser/api/maintenanceWindows/options.js +4 -0
- package/dist/browser/api/maintenanceWindows/options.js.map +1 -0
- package/dist/browser/api/managedClusterSnapshots/operations.js +26 -14
- package/dist/browser/api/managedClusterSnapshots/operations.js.map +1 -1
- package/dist/browser/api/managedClusters/operations.d.ts +2 -2
- package/dist/browser/api/managedClusters/operations.js +146 -84
- package/dist/browser/api/managedClusters/operations.js.map +1 -1
- package/dist/browser/api/managedNamespaces/operations.js +27 -15
- package/dist/browser/api/managedNamespaces/operations.js.map +1 -1
- package/dist/browser/api/meshMemberships/operations.js +19 -11
- package/dist/browser/api/meshMemberships/operations.js.map +1 -1
- package/dist/browser/api/operationStatusResult/operations.js +13 -7
- package/dist/browser/api/operationStatusResult/operations.js.map +1 -1
- package/dist/browser/api/operations/operations.js +5 -3
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/privateEndpointConnections/operations.js +17 -9
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/browser/api/privateLinkResources/operations.js +4 -2
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -1
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js +4 -2
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/browser/api/snapshots/operations.js +26 -14
- package/dist/browser/api/snapshots/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoleBindings/operations.js +19 -11
- package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoles/operations.js +5 -3
- package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/browser/api/vmSkus/operations.js +5 -3
- package/dist/browser/api/vmSkus/operations.js.map +1 -1
- package/dist/browser/classic/index.d.ts +1 -0
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/maintenanceWindows/index.d.ts +31 -0
- package/dist/browser/classic/maintenanceWindows/index.js +36 -0
- package/dist/browser/classic/maintenanceWindows/index.js.map +1 -0
- package/dist/browser/classic/managedClusters/index.d.ts +1 -1
- package/dist/browser/classic/managedClusters/index.js.map +1 -1
- package/dist/browser/containerServiceClient.d.ts +3 -0
- package/dist/browser/containerServiceClient.js +4 -0
- package/dist/browser/containerServiceClient.js.map +1 -1
- package/dist/browser/index.d.ts +5 -3
- package/dist/browser/index.js +2 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -2
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +153 -4
- package/dist/browser/models/models.js +114 -2
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +10 -1
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pagingHelpers.js +1 -1
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pollingHelpers.d.ts +1 -1
- package/dist/browser/static-helpers/pollingHelpers.js +1 -1
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +1 -1
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -1
- package/dist/commonjs/api/agentPools/operations.js +47 -27
- package/dist/commonjs/api/agentPools/operations.js.map +2 -2
- package/dist/commonjs/api/containerService/operations.js +5 -3
- package/dist/commonjs/api/containerService/operations.js.map +2 -2
- package/dist/commonjs/api/containerServiceContext.js +4 -2
- package/dist/commonjs/api/containerServiceContext.js.map +2 -2
- package/dist/commonjs/api/identityBindings/operations.js +19 -11
- package/dist/commonjs/api/identityBindings/operations.js.map +2 -2
- package/dist/commonjs/api/jwtAuthenticators/operations.js +19 -11
- package/dist/commonjs/api/jwtAuthenticators/operations.js.map +2 -2
- package/dist/commonjs/api/loadBalancers/operations.js +18 -10
- package/dist/commonjs/api/loadBalancers/operations.js.map +2 -2
- package/dist/commonjs/api/machines/operations.js +14 -8
- package/dist/commonjs/api/machines/operations.js.map +2 -2
- package/dist/commonjs/api/maintenanceConfigurations/operations.js +17 -9
- package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +2 -2
- package/dist/commonjs/api/maintenanceWindows/index.d.ts +3 -0
- package/dist/commonjs/api/maintenanceWindows/index.js +38 -0
- package/dist/commonjs/api/maintenanceWindows/index.js.map +7 -0
- package/dist/commonjs/api/maintenanceWindows/operations.d.ts +31 -0
- package/dist/commonjs/api/maintenanceWindows/operations.js +296 -0
- package/dist/commonjs/api/maintenanceWindows/operations.js.map +7 -0
- package/dist/commonjs/api/maintenanceWindows/options.d.ts +24 -0
- package/dist/commonjs/api/maintenanceWindows/options.js +16 -0
- package/dist/commonjs/api/maintenanceWindows/options.js.map +7 -0
- package/dist/commonjs/api/managedClusterSnapshots/operations.js +26 -14
- package/dist/commonjs/api/managedClusterSnapshots/operations.js.map +2 -2
- package/dist/commonjs/api/managedClusters/operations.d.ts +2 -2
- package/dist/commonjs/api/managedClusters/operations.js +146 -84
- package/dist/commonjs/api/managedClusters/operations.js.map +2 -2
- package/dist/commonjs/api/managedNamespaces/operations.js +27 -15
- package/dist/commonjs/api/managedNamespaces/operations.js.map +2 -2
- package/dist/commonjs/api/meshMemberships/operations.js +19 -11
- package/dist/commonjs/api/meshMemberships/operations.js.map +2 -2
- package/dist/commonjs/api/operationStatusResult/operations.js +13 -7
- package/dist/commonjs/api/operationStatusResult/operations.js.map +2 -2
- package/dist/commonjs/api/operations/operations.js +5 -3
- package/dist/commonjs/api/operations/operations.js.map +2 -2
- package/dist/commonjs/api/privateEndpointConnections/operations.js +17 -9
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +2 -2
- package/dist/commonjs/api/privateLinkResources/operations.js +4 -2
- package/dist/commonjs/api/privateLinkResources/operations.js.map +2 -2
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +4 -2
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +2 -2
- package/dist/commonjs/api/snapshots/operations.js +26 -14
- package/dist/commonjs/api/snapshots/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +19 -11
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoles/operations.js +5 -3
- package/dist/commonjs/api/trustedAccessRoles/operations.js.map +2 -2
- package/dist/commonjs/api/vmSkus/operations.js +5 -3
- package/dist/commonjs/api/vmSkus/operations.js.map +2 -2
- package/dist/commonjs/classic/index.d.ts +1 -0
- package/dist/commonjs/classic/index.js.map +1 -1
- package/dist/commonjs/classic/maintenanceWindows/index.d.ts +31 -0
- package/dist/commonjs/classic/maintenanceWindows/index.js +72 -0
- package/dist/commonjs/classic/maintenanceWindows/index.js.map +7 -0
- package/dist/commonjs/classic/managedClusters/index.d.ts +1 -1
- package/dist/commonjs/classic/managedClusters/index.js.map +1 -1
- package/dist/commonjs/containerServiceClient.d.ts +3 -0
- package/dist/commonjs/containerServiceClient.js +4 -0
- package/dist/commonjs/containerServiceClient.js.map +2 -2
- package/dist/commonjs/index.d.ts +5 -3
- package/dist/commonjs/index.js +9 -0
- package/dist/commonjs/index.js.map +2 -2
- package/dist/commonjs/models/index.d.ts +2 -2
- package/dist/commonjs/models/index.js +4 -0
- package/dist/commonjs/models/index.js.map +2 -2
- package/dist/commonjs/models/models.d.ts +153 -4
- package/dist/commonjs/models/models.js +109 -1
- package/dist/commonjs/models/models.js.map +3 -3
- package/dist/commonjs/restorePollerHelpers.js +29 -20
- package/dist/commonjs/restorePollerHelpers.js.map +3 -3
- package/dist/commonjs/static-helpers/pagingHelpers.js +1 -1
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +2 -2
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +1 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js +1 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +2 -2
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +1 -1
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +1 -1
- package/dist/esm/api/agentPools/operations.js +47 -27
- package/dist/esm/api/agentPools/operations.js.map +1 -1
- package/dist/esm/api/containerService/operations.js +5 -3
- package/dist/esm/api/containerService/operations.js.map +1 -1
- package/dist/esm/api/containerServiceContext.js +4 -2
- package/dist/esm/api/containerServiceContext.js.map +1 -1
- package/dist/esm/api/identityBindings/operations.js +19 -11
- package/dist/esm/api/identityBindings/operations.js.map +1 -1
- package/dist/esm/api/jwtAuthenticators/operations.js +19 -11
- package/dist/esm/api/jwtAuthenticators/operations.js.map +1 -1
- package/dist/esm/api/loadBalancers/operations.js +18 -10
- package/dist/esm/api/loadBalancers/operations.js.map +1 -1
- package/dist/esm/api/machines/operations.js +14 -8
- package/dist/esm/api/machines/operations.js.map +1 -1
- package/dist/esm/api/maintenanceConfigurations/operations.js +17 -9
- package/dist/esm/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/esm/api/maintenanceWindows/index.d.ts +3 -0
- package/dist/esm/api/maintenanceWindows/index.js +4 -0
- package/dist/esm/api/maintenanceWindows/index.js.map +1 -0
- package/dist/esm/api/maintenanceWindows/operations.d.ts +31 -0
- package/dist/esm/api/maintenanceWindows/operations.js +202 -0
- package/dist/esm/api/maintenanceWindows/operations.js.map +1 -0
- package/dist/esm/api/maintenanceWindows/options.d.ts +24 -0
- package/dist/esm/api/maintenanceWindows/options.js +4 -0
- package/dist/esm/api/maintenanceWindows/options.js.map +1 -0
- package/dist/esm/api/managedClusterSnapshots/operations.js +26 -14
- package/dist/esm/api/managedClusterSnapshots/operations.js.map +1 -1
- package/dist/esm/api/managedClusters/operations.d.ts +2 -2
- package/dist/esm/api/managedClusters/operations.js +146 -84
- package/dist/esm/api/managedClusters/operations.js.map +1 -1
- package/dist/esm/api/managedNamespaces/operations.js +27 -15
- package/dist/esm/api/managedNamespaces/operations.js.map +1 -1
- package/dist/esm/api/meshMemberships/operations.js +19 -11
- package/dist/esm/api/meshMemberships/operations.js.map +1 -1
- package/dist/esm/api/operationStatusResult/operations.js +13 -7
- package/dist/esm/api/operationStatusResult/operations.js.map +1 -1
- package/dist/esm/api/operations/operations.js +5 -3
- package/dist/esm/api/operations/operations.js.map +1 -1
- package/dist/esm/api/privateEndpointConnections/operations.js +17 -9
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/esm/api/privateLinkResources/operations.js +4 -2
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -1
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +4 -2
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/esm/api/snapshots/operations.js +26 -14
- package/dist/esm/api/snapshots/operations.js.map +1 -1
- package/dist/esm/api/trustedAccessRoleBindings/operations.js +19 -11
- package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/esm/api/trustedAccessRoles/operations.js +5 -3
- package/dist/esm/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/esm/api/vmSkus/operations.js +5 -3
- package/dist/esm/api/vmSkus/operations.js.map +1 -1
- package/dist/esm/classic/index.d.ts +1 -0
- package/dist/esm/classic/index.js.map +1 -1
- package/dist/esm/classic/maintenanceWindows/index.d.ts +31 -0
- package/dist/esm/classic/maintenanceWindows/index.js +36 -0
- package/dist/esm/classic/maintenanceWindows/index.js.map +1 -0
- package/dist/esm/classic/managedClusters/index.d.ts +1 -1
- package/dist/esm/classic/managedClusters/index.js.map +1 -1
- package/dist/esm/containerServiceClient.d.ts +3 -0
- package/dist/esm/containerServiceClient.js +4 -0
- package/dist/esm/containerServiceClient.js.map +1 -1
- package/dist/esm/index.d.ts +5 -3
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/index.d.ts +2 -2
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +153 -4
- package/dist/esm/models/models.js +114 -2
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/restorePollerHelpers.js +10 -1
- package/dist/esm/restorePollerHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pagingHelpers.js +1 -1
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pollingHelpers.d.ts +1 -1
- package/dist/esm/static-helpers/pollingHelpers.js +1 -1
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +1 -1
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -1
- package/package.json +18 -3
|
@@ -48,7 +48,10 @@ export interface AgentPool extends ProxyResource {
|
|
|
48
48
|
orchestratorVersion?: string;
|
|
49
49
|
/** The version of Kubernetes the Agent Pool is running. If orchestratorVersion is a fully specified version <major.minor.patch>, this field will be exactly equal to it. If orchestratorVersion is <major.minor>, this field will contain the full <major.minor.patch> version being used. */
|
|
50
50
|
readonly currentOrchestratorVersion?: string;
|
|
51
|
-
/**
|
|
51
|
+
/**
|
|
52
|
+
* The version of the node image. Setting this value triggers an agentPool rollback.
|
|
53
|
+
* Only values from `recentlyUsedVersions` are allowed.
|
|
54
|
+
*/
|
|
52
55
|
nodeImageVersion?: string;
|
|
53
56
|
/** Defines the upgrade strategy for the agent pool. The default is Rolling. */
|
|
54
57
|
upgradeStrategy?: UpgradeStrategy;
|
|
@@ -173,7 +176,10 @@ export interface ManagedClusterAgentPoolProfileProperties {
|
|
|
173
176
|
orchestratorVersion?: string;
|
|
174
177
|
/** The version of Kubernetes the Agent Pool is running. If orchestratorVersion is a fully specified version <major.minor.patch>, this field will be exactly equal to it. If orchestratorVersion is <major.minor>, this field will contain the full <major.minor.patch> version being used. */
|
|
175
178
|
readonly currentOrchestratorVersion?: string;
|
|
176
|
-
/**
|
|
179
|
+
/**
|
|
180
|
+
* The version of the node image. Setting this value triggers an agentPool rollback.
|
|
181
|
+
* Only values from `recentlyUsedVersions` are allowed.
|
|
182
|
+
*/
|
|
177
183
|
nodeImageVersion?: string;
|
|
178
184
|
/** Defines the upgrade strategy for the agent pool. The default is Rolling. */
|
|
179
185
|
upgradeStrategy?: UpgradeStrategy;
|
|
@@ -1274,6 +1280,25 @@ export interface ErrorResponse {
|
|
|
1274
1280
|
error?: ErrorDetail;
|
|
1275
1281
|
}
|
|
1276
1282
|
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
1283
|
+
/** The provisioning state of a resource type. */
|
|
1284
|
+
export declare enum KnownResourceProvisioningState {
|
|
1285
|
+
/** Resource has been created. */
|
|
1286
|
+
Succeeded = "Succeeded",
|
|
1287
|
+
/** Resource creation failed. */
|
|
1288
|
+
Failed = "Failed",
|
|
1289
|
+
/** Resource creation was canceled. */
|
|
1290
|
+
Canceled = "Canceled"
|
|
1291
|
+
}
|
|
1292
|
+
/**
|
|
1293
|
+
* The provisioning state of a resource type. \
|
|
1294
|
+
* {@link KnownResourceProvisioningState} can be used interchangeably with ResourceProvisioningState,
|
|
1295
|
+
* this enum contains the known values that the service supports.
|
|
1296
|
+
* ### Known values supported by the service
|
|
1297
|
+
* **Succeeded**: Resource has been created. \
|
|
1298
|
+
* **Failed**: Resource creation failed. \
|
|
1299
|
+
* **Canceled**: Resource creation was canceled.
|
|
1300
|
+
*/
|
|
1301
|
+
export type ResourceProvisioningState = string;
|
|
1277
1302
|
/** The response of a AgentPool list operation. */
|
|
1278
1303
|
export interface _AgentPoolListResult {
|
|
1279
1304
|
/** The AgentPool items on this page */
|
|
@@ -1910,6 +1935,11 @@ export interface ContainerServiceNetworkProfile {
|
|
|
1910
1935
|
loadBalancerSku?: LoadBalancerSku;
|
|
1911
1936
|
/** Profile of the cluster load balancer. */
|
|
1912
1937
|
loadBalancerProfile?: ManagedClusterLoadBalancerProfile;
|
|
1938
|
+
/**
|
|
1939
|
+
* Profile of the Bastion Host associated with the managed cluster.
|
|
1940
|
+
* See https://aka.ms/aks/BastionConnect for more details.
|
|
1941
|
+
*/
|
|
1942
|
+
bastionProfile?: BastionProfile;
|
|
1913
1943
|
/** Profile of the cluster NAT gateway. */
|
|
1914
1944
|
natGatewayProfile?: ManagedClusterNATGatewayProfile;
|
|
1915
1945
|
/** The profile for Static Egress Gateway addon. For more details about Static Egress Gateway, see https://aka.ms/aks/static-egress-gateway. */
|
|
@@ -2243,6 +2273,56 @@ export declare enum KnownClusterServiceLoadBalancerHealthProbeMode {
|
|
|
2243
2273
|
* **Shared**: All External Traffic Policy Cluster services in a Standard Load Balancer will have a dedicated health probe targeting the backend nodes' kube-proxy health check port 10256.
|
|
2244
2274
|
*/
|
|
2245
2275
|
export type ClusterServiceLoadBalancerHealthProbeMode = string;
|
|
2276
|
+
/**
|
|
2277
|
+
* Profile to enable managed Azure Bastion or reference to an existing Bastion for the managed cluster.
|
|
2278
|
+
* See https://aka.ms/aks/BastionConnect for more details.
|
|
2279
|
+
*/
|
|
2280
|
+
export interface BastionProfile {
|
|
2281
|
+
/** Indicates whether managed bastion is enabled. */
|
|
2282
|
+
enabled?: boolean;
|
|
2283
|
+
/** The resource ID of the managed bastion associated with the managed cluster. */
|
|
2284
|
+
readonly bastionId?: string;
|
|
2285
|
+
/**
|
|
2286
|
+
* The SKU of the managed bastion.
|
|
2287
|
+
*
|
|
2288
|
+
* Only Standard and Premium SKUs are supported.
|
|
2289
|
+
* SKU downgrading is not allowed. To downgrade SKU, please disable then re-enable the managed bastion with new SKU.
|
|
2290
|
+
*
|
|
2291
|
+
* See https://aka.ms/aks/BastionSKUs for more details.
|
|
2292
|
+
*/
|
|
2293
|
+
sku?: BastionSku;
|
|
2294
|
+
/** The scale units of the managed bastion. Default value is 2. */
|
|
2295
|
+
scaleUnits?: number;
|
|
2296
|
+
/**
|
|
2297
|
+
* The resource ID of the public IP address associated with the managed bastion.
|
|
2298
|
+
*
|
|
2299
|
+
* When provided during creation, the managed bastion will reference this existing public IP address instead of creating a new one.
|
|
2300
|
+
* The referenced public IP address must be in the same subscription and region as the managed cluster.
|
|
2301
|
+
*
|
|
2302
|
+
* When not provided during creation, AKS will automatically create a new public IP address.
|
|
2303
|
+
*
|
|
2304
|
+
* This field cannot be updated. To change IP address after creation, please disable and re-enable the managed bastion with the new public IP address.
|
|
2305
|
+
*/
|
|
2306
|
+
publicIpAddressId?: string;
|
|
2307
|
+
}
|
|
2308
|
+
export declare function bastionProfileSerializer(item: BastionProfile): any;
|
|
2309
|
+
export declare function bastionProfileDeserializer(item: any): BastionProfile;
|
|
2310
|
+
/** The SKU of the managed Azure Bastion. The default is 'Standard'. See https://aka.ms/aks/BastionSKUs for more information about the differences between Azure Bastion SKUs. */
|
|
2311
|
+
export declare enum KnownBastionSku {
|
|
2312
|
+
/** Use the standard SKU of Azure Bastion. */
|
|
2313
|
+
Standard = "Standard",
|
|
2314
|
+
/** Use the premium SKU of Azure Bastion. */
|
|
2315
|
+
Premium = "Premium"
|
|
2316
|
+
}
|
|
2317
|
+
/**
|
|
2318
|
+
* The SKU of the managed Azure Bastion. The default is 'Standard'. See https://aka.ms/aks/BastionSKUs for more information about the differences between Azure Bastion SKUs. \
|
|
2319
|
+
* {@link KnownBastionSku} can be used interchangeably with BastionSku,
|
|
2320
|
+
* this enum contains the known values that the service supports.
|
|
2321
|
+
* ### Known values supported by the service
|
|
2322
|
+
* **Standard**: Use the standard SKU of Azure Bastion. \
|
|
2323
|
+
* **Premium**: Use the premium SKU of Azure Bastion.
|
|
2324
|
+
*/
|
|
2325
|
+
export type BastionSku = string;
|
|
2246
2326
|
/** Profile of the managed cluster NAT gateway. */
|
|
2247
2327
|
export interface ManagedClusterNATGatewayProfile {
|
|
2248
2328
|
/** Profile of the managed outbound IP resources of the cluster NAT gateway. */
|
|
@@ -4090,6 +4170,73 @@ export interface _MaintenanceConfigurationListResult {
|
|
|
4090
4170
|
export declare function _maintenanceConfigurationListResultDeserializer(item: any): _MaintenanceConfigurationListResult;
|
|
4091
4171
|
export declare function maintenanceConfigurationArraySerializer(result: Array<MaintenanceConfiguration>): any[];
|
|
4092
4172
|
export declare function maintenanceConfigurationArrayDeserializer(result: Array<MaintenanceConfiguration>): any[];
|
|
4173
|
+
/**
|
|
4174
|
+
* A maintenance window is a resource-group-scoped resource that defines a reusable
|
|
4175
|
+
* maintenance schedule which can be linked to maintenance configurations on one
|
|
4176
|
+
* or more managed clusters.
|
|
4177
|
+
* For more information, see https://aka.ms/aks/maintenance-windows.
|
|
4178
|
+
*/
|
|
4179
|
+
export interface MaintenanceWindowResource extends TrackedResource {
|
|
4180
|
+
/** Properties of a maintenance window. */
|
|
4181
|
+
properties?: MaintenanceWindowResourceProperties;
|
|
4182
|
+
}
|
|
4183
|
+
export declare function maintenanceWindowResourceSerializer(item: MaintenanceWindowResource): any;
|
|
4184
|
+
export declare function maintenanceWindowResourceDeserializer(item: any): MaintenanceWindowResource;
|
|
4185
|
+
/**
|
|
4186
|
+
* Properties of a maintenance window.
|
|
4187
|
+
* For more information, see https://aka.ms/aks/maintenance-windows.
|
|
4188
|
+
*/
|
|
4189
|
+
export interface MaintenanceWindowResourceProperties {
|
|
4190
|
+
/** The provisioning state of the maintenance window. */
|
|
4191
|
+
readonly provisioningState?: ResourceProvisioningState;
|
|
4192
|
+
/**
|
|
4193
|
+
* Recurrence schedule for the maintenance window. One and only one of the schedule
|
|
4194
|
+
* types should be specified: 'daily', 'weekly', 'absoluteMonthly', or 'relativeMonthly'.
|
|
4195
|
+
*/
|
|
4196
|
+
schedule: Schedule;
|
|
4197
|
+
/**
|
|
4198
|
+
* The date the maintenance window activates. If the current date is before this
|
|
4199
|
+
* date, the maintenance window is inactive and will not be used. If not specified,
|
|
4200
|
+
* the maintenance window will be active right away.
|
|
4201
|
+
*/
|
|
4202
|
+
startDate?: Date;
|
|
4203
|
+
/**
|
|
4204
|
+
* The start time of the maintenance window. Accepted values are from '00:00' to
|
|
4205
|
+
* '23:59'. 'utcOffset' applies to this field. For example: '02:00' with
|
|
4206
|
+
* 'utcOffset: +02:00' means UTC time '00:00'.
|
|
4207
|
+
*/
|
|
4208
|
+
startTime: string;
|
|
4209
|
+
/** Length of the maintenance window in hours. */
|
|
4210
|
+
durationHours: number;
|
|
4211
|
+
/**
|
|
4212
|
+
* The UTC offset in format +/-HH:mm. For example, '+05:30' for IST and '-07:00'
|
|
4213
|
+
* for PST. If not specified, the default is '+00:00'.
|
|
4214
|
+
* Note: this is a static offset and does not adjust for Daylight Saving Time.
|
|
4215
|
+
* Customers in DST-observing regions should pick the offset that matches their
|
|
4216
|
+
* preferred wall-clock time year-round; the maintenance window will shift by one
|
|
4217
|
+
* hour relative to local time when DST starts or ends.
|
|
4218
|
+
*/
|
|
4219
|
+
utcOffset?: string;
|
|
4220
|
+
/**
|
|
4221
|
+
* Date ranges during which maintenance is not allowed. 'utcOffset' applies to
|
|
4222
|
+
* these dates. For example, with 'utcOffset: +02:00' and a date span of
|
|
4223
|
+
* '2026-12-23' to '2027-01-03', maintenance will be blocked from
|
|
4224
|
+
* '2026-12-22 22:00' to '2027-01-03 22:00' in UTC time.
|
|
4225
|
+
*/
|
|
4226
|
+
notAllowedDates?: DateSpan[];
|
|
4227
|
+
}
|
|
4228
|
+
export declare function maintenanceWindowResourcePropertiesSerializer(item: MaintenanceWindowResourceProperties): any;
|
|
4229
|
+
export declare function maintenanceWindowResourcePropertiesDeserializer(item: any): MaintenanceWindowResourceProperties;
|
|
4230
|
+
/** The response of a MaintenanceWindowResource list operation. */
|
|
4231
|
+
export interface _MaintenanceWindowResourceListResult {
|
|
4232
|
+
/** The MaintenanceWindowResource items on this page */
|
|
4233
|
+
value: MaintenanceWindowResource[];
|
|
4234
|
+
/** The link to the next page of items */
|
|
4235
|
+
nextLink?: string;
|
|
4236
|
+
}
|
|
4237
|
+
export declare function _maintenanceWindowResourceListResultDeserializer(item: any): _MaintenanceWindowResourceListResult;
|
|
4238
|
+
export declare function maintenanceWindowResourceArraySerializer(result: Array<MaintenanceWindowResource>): any[];
|
|
4239
|
+
export declare function maintenanceWindowResourceArrayDeserializer(result: Array<MaintenanceWindowResource>): any[];
|
|
4093
4240
|
/** Namespace managed by ARM. */
|
|
4094
4241
|
export interface ManagedNamespace extends TrackedResource {
|
|
4095
4242
|
/** Properties of a namespace. */
|
|
@@ -5393,8 +5540,10 @@ export declare enum KnownVersions {
|
|
|
5393
5540
|
V20260201 = "2026-02-01",
|
|
5394
5541
|
/** The 2026-03-01 API version. */
|
|
5395
5542
|
V20260301 = "2026-03-01",
|
|
5396
|
-
/** The 2026-
|
|
5397
|
-
|
|
5543
|
+
/** The 2026-04-01 API version. */
|
|
5544
|
+
V20260401 = "2026-04-01",
|
|
5545
|
+
/** The 2026-04-02-preview API version. */
|
|
5546
|
+
V20260402Preview = "2026-04-02-preview"
|
|
5398
5547
|
}
|
|
5399
5548
|
export declare function _agentPoolPropertiesSerializer(item: AgentPool): any;
|
|
5400
5549
|
export declare function _agentPoolPropertiesDeserializer(item: any): {
|
|
@@ -27,6 +27,7 @@ __export(models_exports, {
|
|
|
27
27
|
KnownAgentPoolType: () => KnownAgentPoolType,
|
|
28
28
|
KnownArtifactSource: () => KnownArtifactSource,
|
|
29
29
|
KnownBackendPoolType: () => KnownBackendPoolType,
|
|
30
|
+
KnownBastionSku: () => KnownBastionSku,
|
|
30
31
|
KnownClusterServiceLoadBalancerHealthProbeMode: () => KnownClusterServiceLoadBalancerHealthProbeMode,
|
|
31
32
|
KnownCode: () => KnownCode,
|
|
32
33
|
KnownConnectionStatus: () => KnownConnectionStatus,
|
|
@@ -93,6 +94,7 @@ __export(models_exports, {
|
|
|
93
94
|
KnownProxyRedirectionMechanism: () => KnownProxyRedirectionMechanism,
|
|
94
95
|
KnownPublicNetworkAccess: () => KnownPublicNetworkAccess,
|
|
95
96
|
KnownResourceIdentityType: () => KnownResourceIdentityType,
|
|
97
|
+
KnownResourceProvisioningState: () => KnownResourceProvisioningState,
|
|
96
98
|
KnownResourceSkuCapacityScaleType: () => KnownResourceSkuCapacityScaleType,
|
|
97
99
|
KnownResourceSkuRestrictionsReasonCode: () => KnownResourceSkuRestrictionsReasonCode,
|
|
98
100
|
KnownResourceSkuRestrictionsType: () => KnownResourceSkuRestrictionsType,
|
|
@@ -130,6 +132,7 @@ __export(models_exports, {
|
|
|
130
132
|
_maintenanceConfigurationListResultDeserializer: () => _maintenanceConfigurationListResultDeserializer,
|
|
131
133
|
_maintenanceConfigurationPropertiesDeserializer: () => _maintenanceConfigurationPropertiesDeserializer,
|
|
132
134
|
_maintenanceConfigurationPropertiesSerializer: () => _maintenanceConfigurationPropertiesSerializer,
|
|
135
|
+
_maintenanceWindowResourceListResultDeserializer: () => _maintenanceWindowResourceListResultDeserializer,
|
|
133
136
|
_managedClusterAccessProfilePropertiesDeserializer: () => _managedClusterAccessProfilePropertiesDeserializer,
|
|
134
137
|
_managedClusterListResultDeserializer: () => _managedClusterListResultDeserializer,
|
|
135
138
|
_managedClusterNATGatewayProfileOutboundIPsDeserializer: () => _managedClusterNATGatewayProfileOutboundIPsDeserializer,
|
|
@@ -217,6 +220,8 @@ __export(models_exports, {
|
|
|
217
220
|
autoScaleProfileSerializer: () => autoScaleProfileSerializer,
|
|
218
221
|
azureKeyVaultKmsDeserializer: () => azureKeyVaultKmsDeserializer,
|
|
219
222
|
azureKeyVaultKmsSerializer: () => azureKeyVaultKmsSerializer,
|
|
223
|
+
bastionProfileDeserializer: () => bastionProfileDeserializer,
|
|
224
|
+
bastionProfileSerializer: () => bastionProfileSerializer,
|
|
220
225
|
clusterUpgradeSettingsDeserializer: () => clusterUpgradeSettingsDeserializer,
|
|
221
226
|
clusterUpgradeSettingsSerializer: () => clusterUpgradeSettingsSerializer,
|
|
222
227
|
commandResultPropertiesDeserializer: () => commandResultPropertiesDeserializer,
|
|
@@ -384,6 +389,12 @@ __export(models_exports, {
|
|
|
384
389
|
maintenanceConfigurationPropertiesSerializer: () => maintenanceConfigurationPropertiesSerializer,
|
|
385
390
|
maintenanceConfigurationSerializer: () => maintenanceConfigurationSerializer,
|
|
386
391
|
maintenanceWindowDeserializer: () => maintenanceWindowDeserializer,
|
|
392
|
+
maintenanceWindowResourceArrayDeserializer: () => maintenanceWindowResourceArrayDeserializer,
|
|
393
|
+
maintenanceWindowResourceArraySerializer: () => maintenanceWindowResourceArraySerializer,
|
|
394
|
+
maintenanceWindowResourceDeserializer: () => maintenanceWindowResourceDeserializer,
|
|
395
|
+
maintenanceWindowResourcePropertiesDeserializer: () => maintenanceWindowResourcePropertiesDeserializer,
|
|
396
|
+
maintenanceWindowResourcePropertiesSerializer: () => maintenanceWindowResourcePropertiesSerializer,
|
|
397
|
+
maintenanceWindowResourceSerializer: () => maintenanceWindowResourceSerializer,
|
|
387
398
|
maintenanceWindowSerializer: () => maintenanceWindowSerializer,
|
|
388
399
|
managedClusterAADProfileDeserializer: () => managedClusterAADProfileDeserializer,
|
|
389
400
|
managedClusterAADProfileSerializer: () => managedClusterAADProfileSerializer,
|
|
@@ -1667,6 +1678,12 @@ function errorResponseDeserializer(item) {
|
|
|
1667
1678
|
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"])
|
|
1668
1679
|
};
|
|
1669
1680
|
}
|
|
1681
|
+
var KnownResourceProvisioningState = /* @__PURE__ */ ((KnownResourceProvisioningState2) => {
|
|
1682
|
+
KnownResourceProvisioningState2["Succeeded"] = "Succeeded";
|
|
1683
|
+
KnownResourceProvisioningState2["Failed"] = "Failed";
|
|
1684
|
+
KnownResourceProvisioningState2["Canceled"] = "Canceled";
|
|
1685
|
+
return KnownResourceProvisioningState2;
|
|
1686
|
+
})(KnownResourceProvisioningState || {});
|
|
1670
1687
|
function _agentPoolListResultDeserializer(item) {
|
|
1671
1688
|
return {
|
|
1672
1689
|
value: agentPoolArrayDeserializer(item["value"]),
|
|
@@ -2377,6 +2394,7 @@ function containerServiceNetworkProfileSerializer(item) {
|
|
|
2377
2394
|
outboundType: item["outboundType"],
|
|
2378
2395
|
loadBalancerSku: item["loadBalancerSku"],
|
|
2379
2396
|
loadBalancerProfile: !item["loadBalancerProfile"] ? item["loadBalancerProfile"] : managedClusterLoadBalancerProfileSerializer(item["loadBalancerProfile"]),
|
|
2397
|
+
bastionProfile: !item["bastionProfile"] ? item["bastionProfile"] : bastionProfileSerializer(item["bastionProfile"]),
|
|
2380
2398
|
natGatewayProfile: !item["natGatewayProfile"] ? item["natGatewayProfile"] : managedClusterNATGatewayProfileSerializer(item["natGatewayProfile"]),
|
|
2381
2399
|
staticEgressGatewayProfile: !item["staticEgressGatewayProfile"] ? item["staticEgressGatewayProfile"] : managedClusterStaticEgressGatewayProfileSerializer(item["staticEgressGatewayProfile"]),
|
|
2382
2400
|
podCidrs: !item["podCidrs"] ? item["podCidrs"] : item["podCidrs"].map((p) => {
|
|
@@ -2406,6 +2424,7 @@ function containerServiceNetworkProfileDeserializer(item) {
|
|
|
2406
2424
|
outboundType: item["outboundType"],
|
|
2407
2425
|
loadBalancerSku: item["loadBalancerSku"],
|
|
2408
2426
|
loadBalancerProfile: !item["loadBalancerProfile"] ? item["loadBalancerProfile"] : managedClusterLoadBalancerProfileDeserializer(item["loadBalancerProfile"]),
|
|
2427
|
+
bastionProfile: !item["bastionProfile"] ? item["bastionProfile"] : bastionProfileDeserializer(item["bastionProfile"]),
|
|
2409
2428
|
natGatewayProfile: !item["natGatewayProfile"] ? item["natGatewayProfile"] : managedClusterNATGatewayProfileDeserializer(item["natGatewayProfile"]),
|
|
2410
2429
|
staticEgressGatewayProfile: !item["staticEgressGatewayProfile"] ? item["staticEgressGatewayProfile"] : managedClusterStaticEgressGatewayProfileDeserializer(item["staticEgressGatewayProfile"]),
|
|
2411
2430
|
podCidrs: !item["podCidrs"] ? item["podCidrs"] : item["podCidrs"].map((p) => {
|
|
@@ -2615,6 +2634,28 @@ var KnownClusterServiceLoadBalancerHealthProbeMode = /* @__PURE__ */ ((KnownClus
|
|
|
2615
2634
|
KnownClusterServiceLoadBalancerHealthProbeMode2["Shared"] = "Shared";
|
|
2616
2635
|
return KnownClusterServiceLoadBalancerHealthProbeMode2;
|
|
2617
2636
|
})(KnownClusterServiceLoadBalancerHealthProbeMode || {});
|
|
2637
|
+
function bastionProfileSerializer(item) {
|
|
2638
|
+
return {
|
|
2639
|
+
enabled: item["enabled"],
|
|
2640
|
+
sku: item["sku"],
|
|
2641
|
+
scaleUnits: item["scaleUnits"],
|
|
2642
|
+
publicIpAddressId: item["publicIpAddressId"]
|
|
2643
|
+
};
|
|
2644
|
+
}
|
|
2645
|
+
function bastionProfileDeserializer(item) {
|
|
2646
|
+
return {
|
|
2647
|
+
enabled: item["enabled"],
|
|
2648
|
+
bastionId: item["bastionId"],
|
|
2649
|
+
sku: item["sku"],
|
|
2650
|
+
scaleUnits: item["scaleUnits"],
|
|
2651
|
+
publicIpAddressId: item["publicIpAddressId"]
|
|
2652
|
+
};
|
|
2653
|
+
}
|
|
2654
|
+
var KnownBastionSku = /* @__PURE__ */ ((KnownBastionSku2) => {
|
|
2655
|
+
KnownBastionSku2["Standard"] = "Standard";
|
|
2656
|
+
KnownBastionSku2["Premium"] = "Premium";
|
|
2657
|
+
return KnownBastionSku2;
|
|
2658
|
+
})(KnownBastionSku || {});
|
|
2618
2659
|
function managedClusterNATGatewayProfileSerializer(item) {
|
|
2619
2660
|
return {
|
|
2620
2661
|
managedOutboundIPProfile: !item["managedOutboundIPProfile"] ? item["managedOutboundIPProfile"] : managedClusterManagedOutboundIPProfileSerializer(item["managedOutboundIPProfile"]),
|
|
@@ -4429,6 +4470,61 @@ function maintenanceConfigurationArrayDeserializer(result) {
|
|
|
4429
4470
|
return maintenanceConfigurationDeserializer(item);
|
|
4430
4471
|
});
|
|
4431
4472
|
}
|
|
4473
|
+
function maintenanceWindowResourceSerializer(item) {
|
|
4474
|
+
return {
|
|
4475
|
+
tags: item["tags"],
|
|
4476
|
+
location: item["location"],
|
|
4477
|
+
properties: !item["properties"] ? item["properties"] : maintenanceWindowResourcePropertiesSerializer(item["properties"])
|
|
4478
|
+
};
|
|
4479
|
+
}
|
|
4480
|
+
function maintenanceWindowResourceDeserializer(item) {
|
|
4481
|
+
return {
|
|
4482
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
4483
|
+
location: item["location"],
|
|
4484
|
+
id: item["id"],
|
|
4485
|
+
name: item["name"],
|
|
4486
|
+
type: item["type"],
|
|
4487
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
4488
|
+
properties: !item["properties"] ? item["properties"] : maintenanceWindowResourcePropertiesDeserializer(item["properties"])
|
|
4489
|
+
};
|
|
4490
|
+
}
|
|
4491
|
+
function maintenanceWindowResourcePropertiesSerializer(item) {
|
|
4492
|
+
return {
|
|
4493
|
+
schedule: scheduleSerializer(item["schedule"]),
|
|
4494
|
+
startDate: !item["startDate"] ? item["startDate"] : item["startDate"].toISOString().split("T")[0],
|
|
4495
|
+
startTime: item["startTime"],
|
|
4496
|
+
durationHours: item["durationHours"],
|
|
4497
|
+
utcOffset: item["utcOffset"],
|
|
4498
|
+
notAllowedDates: !item["notAllowedDates"] ? item["notAllowedDates"] : dateSpanArraySerializer(item["notAllowedDates"])
|
|
4499
|
+
};
|
|
4500
|
+
}
|
|
4501
|
+
function maintenanceWindowResourcePropertiesDeserializer(item) {
|
|
4502
|
+
return {
|
|
4503
|
+
provisioningState: item["provisioningState"],
|
|
4504
|
+
schedule: scheduleDeserializer(item["schedule"]),
|
|
4505
|
+
startDate: !item["startDate"] ? item["startDate"] : new Date(item["startDate"]),
|
|
4506
|
+
startTime: item["startTime"],
|
|
4507
|
+
durationHours: item["durationHours"],
|
|
4508
|
+
utcOffset: item["utcOffset"],
|
|
4509
|
+
notAllowedDates: !item["notAllowedDates"] ? item["notAllowedDates"] : dateSpanArrayDeserializer(item["notAllowedDates"])
|
|
4510
|
+
};
|
|
4511
|
+
}
|
|
4512
|
+
function _maintenanceWindowResourceListResultDeserializer(item) {
|
|
4513
|
+
return {
|
|
4514
|
+
value: maintenanceWindowResourceArrayDeserializer(item["value"]),
|
|
4515
|
+
nextLink: item["nextLink"]
|
|
4516
|
+
};
|
|
4517
|
+
}
|
|
4518
|
+
function maintenanceWindowResourceArraySerializer(result) {
|
|
4519
|
+
return result.map((item) => {
|
|
4520
|
+
return maintenanceWindowResourceSerializer(item);
|
|
4521
|
+
});
|
|
4522
|
+
}
|
|
4523
|
+
function maintenanceWindowResourceArrayDeserializer(result) {
|
|
4524
|
+
return result.map((item) => {
|
|
4525
|
+
return maintenanceWindowResourceDeserializer(item);
|
|
4526
|
+
});
|
|
4527
|
+
}
|
|
4432
4528
|
function managedNamespaceSerializer(item) {
|
|
4433
4529
|
return {
|
|
4434
4530
|
tags: item["tags"],
|
|
@@ -5654,7 +5750,8 @@ var KnownVersions = /* @__PURE__ */ ((KnownVersions2) => {
|
|
|
5654
5750
|
KnownVersions2["V20260101"] = "2026-01-01";
|
|
5655
5751
|
KnownVersions2["V20260201"] = "2026-02-01";
|
|
5656
5752
|
KnownVersions2["V20260301"] = "2026-03-01";
|
|
5657
|
-
KnownVersions2["
|
|
5753
|
+
KnownVersions2["V20260401"] = "2026-04-01";
|
|
5754
|
+
KnownVersions2["V20260402Preview"] = "2026-04-02-preview";
|
|
5658
5755
|
return KnownVersions2;
|
|
5659
5756
|
})(KnownVersions || {});
|
|
5660
5757
|
function _agentPoolPropertiesSerializer(item) {
|
|
@@ -6054,6 +6151,7 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6054
6151
|
KnownAgentPoolType,
|
|
6055
6152
|
KnownArtifactSource,
|
|
6056
6153
|
KnownBackendPoolType,
|
|
6154
|
+
KnownBastionSku,
|
|
6057
6155
|
KnownClusterServiceLoadBalancerHealthProbeMode,
|
|
6058
6156
|
KnownCode,
|
|
6059
6157
|
KnownConnectionStatus,
|
|
@@ -6120,6 +6218,7 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6120
6218
|
KnownProxyRedirectionMechanism,
|
|
6121
6219
|
KnownPublicNetworkAccess,
|
|
6122
6220
|
KnownResourceIdentityType,
|
|
6221
|
+
KnownResourceProvisioningState,
|
|
6123
6222
|
KnownResourceSkuCapacityScaleType,
|
|
6124
6223
|
KnownResourceSkuRestrictionsReasonCode,
|
|
6125
6224
|
KnownResourceSkuRestrictionsType,
|
|
@@ -6157,6 +6256,7 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6157
6256
|
_maintenanceConfigurationListResultDeserializer,
|
|
6158
6257
|
_maintenanceConfigurationPropertiesDeserializer,
|
|
6159
6258
|
_maintenanceConfigurationPropertiesSerializer,
|
|
6259
|
+
_maintenanceWindowResourceListResultDeserializer,
|
|
6160
6260
|
_managedClusterAccessProfilePropertiesDeserializer,
|
|
6161
6261
|
_managedClusterListResultDeserializer,
|
|
6162
6262
|
_managedClusterNATGatewayProfileOutboundIPsDeserializer,
|
|
@@ -6244,6 +6344,8 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6244
6344
|
autoScaleProfileSerializer,
|
|
6245
6345
|
azureKeyVaultKmsDeserializer,
|
|
6246
6346
|
azureKeyVaultKmsSerializer,
|
|
6347
|
+
bastionProfileDeserializer,
|
|
6348
|
+
bastionProfileSerializer,
|
|
6247
6349
|
clusterUpgradeSettingsDeserializer,
|
|
6248
6350
|
clusterUpgradeSettingsSerializer,
|
|
6249
6351
|
commandResultPropertiesDeserializer,
|
|
@@ -6411,6 +6513,12 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
6411
6513
|
maintenanceConfigurationPropertiesSerializer,
|
|
6412
6514
|
maintenanceConfigurationSerializer,
|
|
6413
6515
|
maintenanceWindowDeserializer,
|
|
6516
|
+
maintenanceWindowResourceArrayDeserializer,
|
|
6517
|
+
maintenanceWindowResourceArraySerializer,
|
|
6518
|
+
maintenanceWindowResourceDeserializer,
|
|
6519
|
+
maintenanceWindowResourcePropertiesDeserializer,
|
|
6520
|
+
maintenanceWindowResourcePropertiesSerializer,
|
|
6521
|
+
maintenanceWindowResourceSerializer,
|
|
6414
6522
|
maintenanceWindowSerializer,
|
|
6415
6523
|
managedClusterAADProfileDeserializer,
|
|
6416
6524
|
managedClusterAADProfileSerializer,
|