@azure/arm-containerservice 23.0.0-beta.4 → 24.0.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.
Files changed (130) hide show
  1. package/dist/browser/containerServiceClient.d.ts +2 -1
  2. package/dist/browser/containerServiceClient.d.ts.map +1 -1
  3. package/dist/browser/containerServiceClient.js +5 -3
  4. package/dist/browser/containerServiceClient.js.map +1 -1
  5. package/dist/browser/models/index.d.ts +165 -23
  6. package/dist/browser/models/index.d.ts.map +1 -1
  7. package/dist/browser/models/index.js +29 -1
  8. package/dist/browser/models/index.js.map +1 -1
  9. package/dist/browser/models/mappers.d.ts +7 -0
  10. package/dist/browser/models/mappers.d.ts.map +1 -1
  11. package/dist/browser/models/mappers.js +186 -14
  12. package/dist/browser/models/mappers.js.map +1 -1
  13. package/dist/browser/models/parameters.d.ts +2 -0
  14. package/dist/browser/models/parameters.d.ts.map +1 -1
  15. package/dist/browser/models/parameters.js +21 -2
  16. package/dist/browser/models/parameters.js.map +1 -1
  17. package/dist/browser/operations/index.d.ts +1 -0
  18. package/dist/browser/operations/index.d.ts.map +1 -1
  19. package/dist/browser/operations/index.js +1 -0
  20. package/dist/browser/operations/index.js.map +1 -1
  21. package/dist/browser/operations/meshMemberships.d.ts +81 -0
  22. package/dist/browser/operations/meshMemberships.d.ts.map +1 -0
  23. package/dist/browser/operations/meshMemberships.js +350 -0
  24. package/dist/browser/operations/meshMemberships.js.map +1 -0
  25. package/dist/browser/operationsInterfaces/index.d.ts +1 -0
  26. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  27. package/dist/browser/operationsInterfaces/index.js +1 -0
  28. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  29. package/dist/browser/operationsInterfaces/meshMemberships.d.ts +56 -0
  30. package/dist/browser/operationsInterfaces/meshMemberships.d.ts.map +1 -0
  31. package/dist/browser/operationsInterfaces/meshMemberships.js +4 -0
  32. package/dist/browser/operationsInterfaces/meshMemberships.js.map +1 -0
  33. package/dist/commonjs/containerServiceClient.d.ts +2 -1
  34. package/dist/commonjs/containerServiceClient.d.ts.map +1 -1
  35. package/dist/commonjs/containerServiceClient.js +4 -2
  36. package/dist/commonjs/containerServiceClient.js.map +1 -1
  37. package/dist/commonjs/models/index.d.ts +165 -23
  38. package/dist/commonjs/models/index.d.ts.map +1 -1
  39. package/dist/commonjs/models/index.js +30 -2
  40. package/dist/commonjs/models/index.js.map +1 -1
  41. package/dist/commonjs/models/mappers.d.ts +7 -0
  42. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  43. package/dist/commonjs/models/mappers.js +192 -20
  44. package/dist/commonjs/models/mappers.js.map +1 -1
  45. package/dist/commonjs/models/parameters.d.ts +2 -0
  46. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  47. package/dist/commonjs/models/parameters.js +21 -2
  48. package/dist/commonjs/models/parameters.js.map +1 -1
  49. package/dist/commonjs/operations/index.d.ts +1 -0
  50. package/dist/commonjs/operations/index.d.ts.map +1 -1
  51. package/dist/commonjs/operations/index.js +1 -0
  52. package/dist/commonjs/operations/index.js.map +1 -1
  53. package/dist/commonjs/operations/meshMemberships.d.ts +81 -0
  54. package/dist/commonjs/operations/meshMemberships.d.ts.map +1 -0
  55. package/dist/commonjs/operations/meshMemberships.js +355 -0
  56. package/dist/commonjs/operations/meshMemberships.js.map +1 -0
  57. package/dist/commonjs/operationsInterfaces/index.d.ts +1 -0
  58. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  59. package/dist/commonjs/operationsInterfaces/index.js +1 -0
  60. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  61. package/dist/commonjs/operationsInterfaces/meshMemberships.d.ts +56 -0
  62. package/dist/commonjs/operationsInterfaces/meshMemberships.d.ts.map +1 -0
  63. package/dist/commonjs/operationsInterfaces/meshMemberships.js +5 -0
  64. package/dist/commonjs/operationsInterfaces/meshMemberships.js.map +1 -0
  65. package/dist/commonjs/tsdoc-metadata.json +1 -1
  66. package/dist/esm/containerServiceClient.d.ts +2 -1
  67. package/dist/esm/containerServiceClient.d.ts.map +1 -1
  68. package/dist/esm/containerServiceClient.js +5 -3
  69. package/dist/esm/containerServiceClient.js.map +1 -1
  70. package/dist/esm/models/index.d.ts +165 -23
  71. package/dist/esm/models/index.d.ts.map +1 -1
  72. package/dist/esm/models/index.js +29 -1
  73. package/dist/esm/models/index.js.map +1 -1
  74. package/dist/esm/models/mappers.d.ts +7 -0
  75. package/dist/esm/models/mappers.d.ts.map +1 -1
  76. package/dist/esm/models/mappers.js +186 -14
  77. package/dist/esm/models/mappers.js.map +1 -1
  78. package/dist/esm/models/parameters.d.ts +2 -0
  79. package/dist/esm/models/parameters.d.ts.map +1 -1
  80. package/dist/esm/models/parameters.js +21 -2
  81. package/dist/esm/models/parameters.js.map +1 -1
  82. package/dist/esm/operations/index.d.ts +1 -0
  83. package/dist/esm/operations/index.d.ts.map +1 -1
  84. package/dist/esm/operations/index.js +1 -0
  85. package/dist/esm/operations/index.js.map +1 -1
  86. package/dist/esm/operations/meshMemberships.d.ts +81 -0
  87. package/dist/esm/operations/meshMemberships.d.ts.map +1 -0
  88. package/dist/esm/operations/meshMemberships.js +350 -0
  89. package/dist/esm/operations/meshMemberships.js.map +1 -0
  90. package/dist/esm/operationsInterfaces/index.d.ts +1 -0
  91. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  92. package/dist/esm/operationsInterfaces/index.js +1 -0
  93. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  94. package/dist/esm/operationsInterfaces/meshMemberships.d.ts +56 -0
  95. package/dist/esm/operationsInterfaces/meshMemberships.d.ts.map +1 -0
  96. package/dist/esm/operationsInterfaces/meshMemberships.js +4 -0
  97. package/dist/esm/operationsInterfaces/meshMemberships.js.map +1 -0
  98. package/dist/react-native/containerServiceClient.d.ts +2 -1
  99. package/dist/react-native/containerServiceClient.d.ts.map +1 -1
  100. package/dist/react-native/containerServiceClient.js +5 -3
  101. package/dist/react-native/containerServiceClient.js.map +1 -1
  102. package/dist/react-native/models/index.d.ts +165 -23
  103. package/dist/react-native/models/index.d.ts.map +1 -1
  104. package/dist/react-native/models/index.js +29 -1
  105. package/dist/react-native/models/index.js.map +1 -1
  106. package/dist/react-native/models/mappers.d.ts +7 -0
  107. package/dist/react-native/models/mappers.d.ts.map +1 -1
  108. package/dist/react-native/models/mappers.js +186 -14
  109. package/dist/react-native/models/mappers.js.map +1 -1
  110. package/dist/react-native/models/parameters.d.ts +2 -0
  111. package/dist/react-native/models/parameters.d.ts.map +1 -1
  112. package/dist/react-native/models/parameters.js +21 -2
  113. package/dist/react-native/models/parameters.js.map +1 -1
  114. package/dist/react-native/operations/index.d.ts +1 -0
  115. package/dist/react-native/operations/index.d.ts.map +1 -1
  116. package/dist/react-native/operations/index.js +1 -0
  117. package/dist/react-native/operations/index.js.map +1 -1
  118. package/dist/react-native/operations/meshMemberships.d.ts +81 -0
  119. package/dist/react-native/operations/meshMemberships.d.ts.map +1 -0
  120. package/dist/react-native/operations/meshMemberships.js +350 -0
  121. package/dist/react-native/operations/meshMemberships.js.map +1 -0
  122. package/dist/react-native/operationsInterfaces/index.d.ts +1 -0
  123. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  124. package/dist/react-native/operationsInterfaces/index.js +1 -0
  125. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  126. package/dist/react-native/operationsInterfaces/meshMemberships.d.ts +56 -0
  127. package/dist/react-native/operationsInterfaces/meshMemberships.d.ts.map +1 -0
  128. package/dist/react-native/operationsInterfaces/meshMemberships.js +4 -0
  129. package/dist/react-native/operationsInterfaces/meshMemberships.js.map +1 -0
  130. package/package.json +36 -31
@@ -1,6 +1,6 @@
1
1
  import * as coreClient from "@azure/core-client";
2
2
  import type * as coreAuth from "@azure/core-auth";
3
- import type { Operations, ManagedClusters, ContainerService, MaintenanceConfigurations, ManagedNamespaces, AgentPools, Machines, PrivateEndpointConnections, PrivateLinkResources, ResolvePrivateLinkServiceId, OperationStatusResultOperations, Snapshots, ManagedClusterSnapshots, TrustedAccessRoles, TrustedAccessRoleBindings, LoadBalancers, IdentityBindings, JWTAuthenticators } from "./operationsInterfaces/index.js";
3
+ import type { Operations, ManagedClusters, ContainerService, MaintenanceConfigurations, ManagedNamespaces, AgentPools, Machines, PrivateEndpointConnections, PrivateLinkResources, ResolvePrivateLinkServiceId, OperationStatusResultOperations, Snapshots, ManagedClusterSnapshots, TrustedAccessRoles, TrustedAccessRoleBindings, LoadBalancers, IdentityBindings, JWTAuthenticators, MeshMemberships } from "./operationsInterfaces/index.js";
4
4
  import type { ContainerServiceClientOptionalParams } from "./models/index.js";
5
5
  export declare class ContainerServiceClient extends coreClient.ServiceClient {
6
6
  $host: string;
@@ -33,5 +33,6 @@ export declare class ContainerServiceClient extends coreClient.ServiceClient {
33
33
  loadBalancers: LoadBalancers;
34
34
  identityBindings: IdentityBindings;
35
35
  jWTAuthenticators: JWTAuthenticators;
36
+ meshMemberships: MeshMemberships;
36
37
  }
37
38
  //# sourceMappingURL=containerServiceClient.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"containerServiceClient.d.ts","sourceRoot":"","sources":["../../src/containerServiceClient.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAGjD,OAAO,KAAK,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAqBlD,OAAO,KAAK,EACV,UAAU,EACV,eAAe,EACf,gBAAgB,EAChB,yBAAyB,EACzB,iBAAiB,EACjB,UAAU,EACV,QAAQ,EACR,0BAA0B,EAC1B,oBAAoB,EACpB,2BAA2B,EAC3B,+BAA+B,EAC/B,SAAS,EACT,uBAAuB,EACvB,kBAAkB,EAClB,yBAAyB,EACzB,aAAa,EACb,gBAAgB,EAChB,iBAAiB,EAClB,MAAM,iCAAiC,CAAC;AACzC,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,mBAAmB,CAAC;AAE9E,qBAAa,sBAAuB,SAAQ,UAAU,CAAC,aAAa;IAClE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,oCAAoC;IA0FhD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IAwBjC,UAAU,EAAE,UAAU,CAAC;IACvB,eAAe,EAAE,eAAe,CAAC;IACjC,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,yBAAyB,EAAE,yBAAyB,CAAC;IACrD,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,UAAU,EAAE,UAAU,CAAC;IACvB,QAAQ,EAAE,QAAQ,CAAC;IACnB,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,2BAA2B,EAAE,2BAA2B,CAAC;IACzD,+BAA+B,EAAE,+BAA+B,CAAC;IACjE,SAAS,EAAE,SAAS,CAAC;IACrB,uBAAuB,EAAE,uBAAuB,CAAC;IACjD,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,yBAAyB,EAAE,yBAAyB,CAAC;IACrD,aAAa,EAAE,aAAa,CAAC;IAC7B,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,iBAAiB,EAAE,iBAAiB,CAAC;CACtC"}
1
+ {"version":3,"file":"containerServiceClient.d.ts","sourceRoot":"","sources":["../../src/containerServiceClient.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAGjD,OAAO,KAAK,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAsBlD,OAAO,KAAK,EACV,UAAU,EACV,eAAe,EACf,gBAAgB,EAChB,yBAAyB,EACzB,iBAAiB,EACjB,UAAU,EACV,QAAQ,EACR,0BAA0B,EAC1B,oBAAoB,EACpB,2BAA2B,EAC3B,+BAA+B,EAC/B,SAAS,EACT,uBAAuB,EACvB,kBAAkB,EAClB,yBAAyB,EACzB,aAAa,EACb,gBAAgB,EAChB,iBAAiB,EACjB,eAAe,EAChB,MAAM,iCAAiC,CAAC;AACzC,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,mBAAmB,CAAC;AAE9E,qBAAa,sBAAuB,SAAQ,UAAU,CAAC,aAAa;IAClE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,oCAAoC;IA2FhD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IAwBjC,UAAU,EAAE,UAAU,CAAC;IACvB,eAAe,EAAE,eAAe,CAAC;IACjC,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,yBAAyB,EAAE,yBAAyB,CAAC;IACrD,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,UAAU,EAAE,UAAU,CAAC;IACvB,QAAQ,EAAE,QAAQ,CAAC;IACnB,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,2BAA2B,EAAE,2BAA2B,CAAC;IACzD,+BAA+B,EAAE,+BAA+B,CAAC;IACjE,SAAS,EAAE,SAAS,CAAC;IACrB,uBAAuB,EAAE,uBAAuB,CAAC;IACjD,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,yBAAyB,EAAE,yBAAyB,CAAC;IACrD,aAAa,EAAE,aAAa,CAAC;IAC7B,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,eAAe,EAAE,eAAe,CAAC;CAClC"}
@@ -4,7 +4,7 @@
4
4
  // Changes may cause incorrect behavior and will be lost if the code is regenerated.
5
5
  import * as coreClient from "@azure/core-client";
6
6
  import * as coreRestPipeline from "@azure/core-rest-pipeline";
7
- import { OperationsImpl, ManagedClustersImpl, ContainerServiceImpl, MaintenanceConfigurationsImpl, ManagedNamespacesImpl, AgentPoolsImpl, MachinesImpl, PrivateEndpointConnectionsImpl, PrivateLinkResourcesImpl, ResolvePrivateLinkServiceIdImpl, OperationStatusResultOperationsImpl, SnapshotsImpl, ManagedClusterSnapshotsImpl, TrustedAccessRolesImpl, TrustedAccessRoleBindingsImpl, LoadBalancersImpl, IdentityBindingsImpl, JWTAuthenticatorsImpl, } from "./operations/index.js";
7
+ import { OperationsImpl, ManagedClustersImpl, ContainerServiceImpl, MaintenanceConfigurationsImpl, ManagedNamespacesImpl, AgentPoolsImpl, MachinesImpl, PrivateEndpointConnectionsImpl, PrivateLinkResourcesImpl, ResolvePrivateLinkServiceIdImpl, OperationStatusResultOperationsImpl, SnapshotsImpl, ManagedClusterSnapshotsImpl, TrustedAccessRolesImpl, TrustedAccessRoleBindingsImpl, LoadBalancersImpl, IdentityBindingsImpl, JWTAuthenticatorsImpl, MeshMembershipsImpl, } from "./operations/index.js";
8
8
  export class ContainerServiceClient extends coreClient.ServiceClient {
9
9
  $host;
10
10
  apiVersion;
@@ -30,7 +30,7 @@ export class ContainerServiceClient extends coreClient.ServiceClient {
30
30
  requestContentType: "application/json; charset=utf-8",
31
31
  credential: credentials,
32
32
  };
33
- const packageDetails = `azsdk-js-arm-containerservice/23.0.0-beta.4`;
33
+ const packageDetails = `azsdk-js-arm-containerservice/24.0.0-beta.1`;
34
34
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
35
35
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
36
36
  : `${packageDetails}`;
@@ -67,7 +67,7 @@ export class ContainerServiceClient extends coreClient.ServiceClient {
67
67
  this.subscriptionId = subscriptionId;
68
68
  // Assigning values to Constant parameters
69
69
  this.$host = options.$host || "https://management.azure.com";
70
- this.apiVersion = options.apiVersion || "2025-07-02-preview";
70
+ this.apiVersion = options.apiVersion || "2025-08-02-preview";
71
71
  this.operations = new OperationsImpl(this);
72
72
  this.managedClusters = new ManagedClustersImpl(this);
73
73
  this.containerService = new ContainerServiceImpl(this);
@@ -86,6 +86,7 @@ export class ContainerServiceClient extends coreClient.ServiceClient {
86
86
  this.loadBalancers = new LoadBalancersImpl(this);
87
87
  this.identityBindings = new IdentityBindingsImpl(this);
88
88
  this.jWTAuthenticators = new JWTAuthenticatorsImpl(this);
89
+ this.meshMemberships = new MeshMembershipsImpl(this);
89
90
  this.addCustomApiVersionPolicy(options.apiVersion);
90
91
  }
91
92
  /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
@@ -131,5 +132,6 @@ export class ContainerServiceClient extends coreClient.ServiceClient {
131
132
  loadBalancers;
132
133
  identityBindings;
133
134
  jWTAuthenticators;
135
+ meshMemberships;
134
136
  }
135
137
  //# sourceMappingURL=containerServiceClient.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"containerServiceClient.js","sourceRoot":"","sources":["../../src/containerServiceClient.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport type { PipelineRequest, PipelineResponse, SendRequest } from \"@azure/core-rest-pipeline\";\nimport type * as coreAuth from \"@azure/core-auth\";\nimport {\n OperationsImpl,\n ManagedClustersImpl,\n ContainerServiceImpl,\n MaintenanceConfigurationsImpl,\n ManagedNamespacesImpl,\n AgentPoolsImpl,\n MachinesImpl,\n PrivateEndpointConnectionsImpl,\n PrivateLinkResourcesImpl,\n ResolvePrivateLinkServiceIdImpl,\n OperationStatusResultOperationsImpl,\n SnapshotsImpl,\n ManagedClusterSnapshotsImpl,\n TrustedAccessRolesImpl,\n TrustedAccessRoleBindingsImpl,\n LoadBalancersImpl,\n IdentityBindingsImpl,\n JWTAuthenticatorsImpl,\n} from \"./operations/index.js\";\nimport type {\n Operations,\n ManagedClusters,\n ContainerService,\n MaintenanceConfigurations,\n ManagedNamespaces,\n AgentPools,\n Machines,\n PrivateEndpointConnections,\n PrivateLinkResources,\n ResolvePrivateLinkServiceId,\n OperationStatusResultOperations,\n Snapshots,\n ManagedClusterSnapshots,\n TrustedAccessRoles,\n TrustedAccessRoleBindings,\n LoadBalancers,\n IdentityBindings,\n JWTAuthenticators,\n} from \"./operationsInterfaces/index.js\";\nimport type { ContainerServiceClientOptionalParams } from \"./models/index.js\";\n\nexport class ContainerServiceClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the ContainerServiceClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The ID of the target subscription. The value must be an UUID.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: ContainerServiceClientOptionalParams,\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: ContainerServiceClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials,\n };\n\n const packageDetails = `azsdk-js-arm-containerservice/23.0.0-beta.4`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n endpoint: options.endpoint ?? options.baseUri ?? \"https://management.azure.com\",\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] =\n options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name === coreRestPipeline.bearerTokenAuthenticationPolicyName,\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName,\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ?? `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,\n },\n }),\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2025-07-02-preview\";\n this.operations = new OperationsImpl(this);\n this.managedClusters = new ManagedClustersImpl(this);\n this.containerService = new ContainerServiceImpl(this);\n this.maintenanceConfigurations = new MaintenanceConfigurationsImpl(this);\n this.managedNamespaces = new ManagedNamespacesImpl(this);\n this.agentPools = new AgentPoolsImpl(this);\n this.machines = new MachinesImpl(this);\n this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);\n this.privateLinkResources = new PrivateLinkResourcesImpl(this);\n this.resolvePrivateLinkServiceId = new ResolvePrivateLinkServiceIdImpl(this);\n this.operationStatusResultOperations = new OperationStatusResultOperationsImpl(this);\n this.snapshots = new SnapshotsImpl(this);\n this.managedClusterSnapshots = new ManagedClusterSnapshotsImpl(this);\n this.trustedAccessRoles = new TrustedAccessRolesImpl(this);\n this.trustedAccessRoleBindings = new TrustedAccessRoleBindingsImpl(this);\n this.loadBalancers = new LoadBalancersImpl(this);\n this.identityBindings = new IdentityBindingsImpl(this);\n this.jWTAuthenticators = new JWTAuthenticatorsImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(request: PipelineRequest, next: SendRequest): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n },\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n operations: Operations;\n managedClusters: ManagedClusters;\n containerService: ContainerService;\n maintenanceConfigurations: MaintenanceConfigurations;\n managedNamespaces: ManagedNamespaces;\n agentPools: AgentPools;\n machines: Machines;\n privateEndpointConnections: PrivateEndpointConnections;\n privateLinkResources: PrivateLinkResources;\n resolvePrivateLinkServiceId: ResolvePrivateLinkServiceId;\n operationStatusResultOperations: OperationStatusResultOperations;\n snapshots: Snapshots;\n managedClusterSnapshots: ManagedClusterSnapshots;\n trustedAccessRoles: TrustedAccessRoles;\n trustedAccessRoleBindings: TrustedAccessRoleBindings;\n loadBalancers: LoadBalancers;\n identityBindings: IdentityBindings;\n jWTAuthenticators: JWTAuthenticators;\n}\n"]}
1
+ {"version":3,"file":"containerServiceClient.js","sourceRoot":"","sources":["../../src/containerServiceClient.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport type { PipelineRequest, PipelineResponse, SendRequest } from \"@azure/core-rest-pipeline\";\nimport type * as coreAuth from \"@azure/core-auth\";\nimport {\n OperationsImpl,\n ManagedClustersImpl,\n ContainerServiceImpl,\n MaintenanceConfigurationsImpl,\n ManagedNamespacesImpl,\n AgentPoolsImpl,\n MachinesImpl,\n PrivateEndpointConnectionsImpl,\n PrivateLinkResourcesImpl,\n ResolvePrivateLinkServiceIdImpl,\n OperationStatusResultOperationsImpl,\n SnapshotsImpl,\n ManagedClusterSnapshotsImpl,\n TrustedAccessRolesImpl,\n TrustedAccessRoleBindingsImpl,\n LoadBalancersImpl,\n IdentityBindingsImpl,\n JWTAuthenticatorsImpl,\n MeshMembershipsImpl,\n} from \"./operations/index.js\";\nimport type {\n Operations,\n ManagedClusters,\n ContainerService,\n MaintenanceConfigurations,\n ManagedNamespaces,\n AgentPools,\n Machines,\n PrivateEndpointConnections,\n PrivateLinkResources,\n ResolvePrivateLinkServiceId,\n OperationStatusResultOperations,\n Snapshots,\n ManagedClusterSnapshots,\n TrustedAccessRoles,\n TrustedAccessRoleBindings,\n LoadBalancers,\n IdentityBindings,\n JWTAuthenticators,\n MeshMemberships,\n} from \"./operationsInterfaces/index.js\";\nimport type { ContainerServiceClientOptionalParams } from \"./models/index.js\";\n\nexport class ContainerServiceClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the ContainerServiceClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The ID of the target subscription. The value must be an UUID.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: ContainerServiceClientOptionalParams,\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: ContainerServiceClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials,\n };\n\n const packageDetails = `azsdk-js-arm-containerservice/24.0.0-beta.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n endpoint: options.endpoint ?? options.baseUri ?? \"https://management.azure.com\",\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] =\n options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name === coreRestPipeline.bearerTokenAuthenticationPolicyName,\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName,\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ?? `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,\n },\n }),\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2025-08-02-preview\";\n this.operations = new OperationsImpl(this);\n this.managedClusters = new ManagedClustersImpl(this);\n this.containerService = new ContainerServiceImpl(this);\n this.maintenanceConfigurations = new MaintenanceConfigurationsImpl(this);\n this.managedNamespaces = new ManagedNamespacesImpl(this);\n this.agentPools = new AgentPoolsImpl(this);\n this.machines = new MachinesImpl(this);\n this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);\n this.privateLinkResources = new PrivateLinkResourcesImpl(this);\n this.resolvePrivateLinkServiceId = new ResolvePrivateLinkServiceIdImpl(this);\n this.operationStatusResultOperations = new OperationStatusResultOperationsImpl(this);\n this.snapshots = new SnapshotsImpl(this);\n this.managedClusterSnapshots = new ManagedClusterSnapshotsImpl(this);\n this.trustedAccessRoles = new TrustedAccessRolesImpl(this);\n this.trustedAccessRoleBindings = new TrustedAccessRoleBindingsImpl(this);\n this.loadBalancers = new LoadBalancersImpl(this);\n this.identityBindings = new IdentityBindingsImpl(this);\n this.jWTAuthenticators = new JWTAuthenticatorsImpl(this);\n this.meshMemberships = new MeshMembershipsImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(request: PipelineRequest, next: SendRequest): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n },\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n operations: Operations;\n managedClusters: ManagedClusters;\n containerService: ContainerService;\n maintenanceConfigurations: MaintenanceConfigurations;\n managedNamespaces: ManagedNamespaces;\n agentPools: AgentPools;\n machines: Machines;\n privateEndpointConnections: PrivateEndpointConnections;\n privateLinkResources: PrivateLinkResources;\n resolvePrivateLinkServiceId: ResolvePrivateLinkServiceId;\n operationStatusResultOperations: OperationStatusResultOperations;\n snapshots: Snapshots;\n managedClusterSnapshots: ManagedClusterSnapshots;\n trustedAccessRoles: TrustedAccessRoles;\n trustedAccessRoleBindings: TrustedAccessRoleBindings;\n loadBalancers: LoadBalancers;\n identityBindings: IdentityBindings;\n jWTAuthenticators: JWTAuthenticators;\n meshMemberships: MeshMemberships;\n}\n"]}
@@ -219,7 +219,7 @@ export interface CreationData {
219
219
  /** Properties for the container service agent pool profile. */
220
220
  export interface ManagedClusterAgentPoolProfileProperties {
221
221
  /**
222
- * Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal etag convention.
222
+ * Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal eTag convention.
223
223
  * NOTE: This property will not be serialized. It can only be populated by the server.
224
224
  */
225
225
  readonly eTag?: string;
@@ -268,11 +268,8 @@ export interface ManagedClusterAgentPoolProfileProperties {
268
268
  * NOTE: This property will not be serialized. It can only be populated by the server.
269
269
  */
270
270
  readonly currentOrchestratorVersion?: string;
271
- /**
272
- * The version of node image
273
- * NOTE: This property will not be serialized. It can only be populated by the server.
274
- */
275
- readonly nodeImageVersion?: string;
271
+ /** The version of node image */
272
+ nodeImageVersion?: string;
276
273
  /** Defines the upgrade strategy for the agent pool. The default is Rolling. */
277
274
  upgradeStrategy?: UpgradeStrategy;
278
275
  /** Settings for upgrading the agentpool. Applies when upgrade strategy is set to Rolling. */
@@ -290,8 +287,6 @@ export interface ManagedClusterAgentPoolProfileProperties {
290
287
  availabilityZones?: string[];
291
288
  /** Whether each node is allocated its own public IP. Some scenarios may require nodes in a node pool to receive their own dedicated public IP addresses. A common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. For more information see [assigning a public IP per node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools). The default is false. */
292
289
  enableNodePublicIP?: boolean;
293
- /** Whether to enable Custom CA Trust feature. When set to true, AKS adds a label to the node indicating that the feature is enabled and deploys a daemonset along with host services to sync custom certificate authorities from user-provided list of base64 encoded certificates into node trust stores. Defaults to false. */
294
- enableCustomCATrust?: boolean;
295
290
  /** The public IP prefix ID which VM nodes should use IPs from. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName} */
296
291
  nodePublicIPPrefixID?: string;
297
292
  /** The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. */
@@ -352,6 +347,8 @@ export interface ManagedClusterAgentPoolProfileProperties {
352
347
  status?: AgentPoolStatus;
353
348
  /** Configures the per-node local DNS, with VnetDNS and KubeDNS overrides. LocalDNS helps improve performance and reliability of DNS resolution in an AKS cluster. For more details see aka.ms/aks/localdns. */
354
349
  localDNSProfile?: LocalDNSProfile;
350
+ /** Settings to determine the node customization used to provision nodes in a pool. */
351
+ nodeCustomizationProfile?: NodeCustomizationProfile;
355
352
  }
356
353
  /** Settings for rolling upgrade on an agentpool */
357
354
  export interface AgentPoolUpgradeSettings {
@@ -612,6 +609,11 @@ export interface LocalDNSOverride {
612
609
  /** Policy for serving stale data. See [cache plugin](https://coredns.io/plugins/cache) for more information. */
613
610
  serveStale?: LocalDNSServeStale;
614
611
  }
612
+ /** Settings to determine the node customization used to provision nodes in a pool. */
613
+ export interface NodeCustomizationProfile {
614
+ /** The resource ID of the node customization resource to use. This can be a version. Omitting the version will use the latest version of the node customization. */
615
+ nodeCustomizationId?: string;
616
+ }
615
617
  /** Profile for Linux VMs in the container service cluster. */
616
618
  export interface ContainerServiceLinuxProfile {
617
619
  /** The administrator username to use for Linux VMs. */
@@ -1303,6 +1305,8 @@ export interface IstioComponents {
1303
1305
  ingressGateways?: IstioIngressGateway[];
1304
1306
  /** Istio egress gateways. */
1305
1307
  egressGateways?: IstioEgressGateway[];
1308
+ /** Mode of traffic redirection. */
1309
+ proxyRedirectionMechanism?: ProxyRedirectionMechanism;
1306
1310
  }
1307
1311
  /** Istio ingress gateway configuration. For now, we support up to one external ingress gateway named `aks-istio-ingressgateway-external` and one internal ingress gateway named `aks-istio-ingressgateway-internal`. */
1308
1312
  export interface IstioIngressGateway {
@@ -1383,6 +1387,11 @@ export interface SchedulerInstanceProfile {
1383
1387
  /** The config customization mode for this scheduler instance. */
1384
1388
  schedulerConfigMode?: SchedulerConfigMode;
1385
1389
  }
1390
+ /** Settings for hosted system addons. */
1391
+ export interface ManagedClusterHostedSystemProfile {
1392
+ /** Whether to enable hosted system addons for the cluster. */
1393
+ enabled?: boolean;
1394
+ }
1386
1395
  /** Contains read-only information about the Managed Cluster. */
1387
1396
  export interface ManagedClusterStatus {
1388
1397
  /**
@@ -1707,6 +1716,11 @@ export interface AgentPoolUpgradeProfile {
1707
1716
  upgrades?: AgentPoolUpgradeProfilePropertiesUpgradesItem[];
1708
1717
  /** List of components grouped by kubernetes major.minor version. */
1709
1718
  componentsByReleases?: ComponentsByRelease[];
1719
+ /**
1720
+ * List of historical good versions for rollback operations.
1721
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1722
+ */
1723
+ readonly recentlyUsedVersions?: AgentPoolRecentlyUsedVersion[];
1710
1724
  /** The latest AKS supported node image version. */
1711
1725
  latestNodeImageVersion?: string;
1712
1726
  }
@@ -1718,6 +1732,15 @@ export interface AgentPoolUpgradeProfilePropertiesUpgradesItem {
1718
1732
  /** Whether the Kubernetes version is out of support. */
1719
1733
  isOutOfSupport?: boolean;
1720
1734
  }
1735
+ /** A historical version that can be used for rollback operations. */
1736
+ export interface AgentPoolRecentlyUsedVersion {
1737
+ /** The Kubernetes version (major.minor.patch) available for rollback. */
1738
+ orchestratorVersion?: string;
1739
+ /** The node image version available for rollback. */
1740
+ nodeImageVersion?: string;
1741
+ /** The timestamp when this version was last used. */
1742
+ timestamp?: Date;
1743
+ }
1721
1744
  /** Specifies a list of machine names from the agent pool to be deleted. */
1722
1745
  export interface AgentPoolDeleteMachinesParameter {
1723
1746
  /** The agent pool machine names. */
@@ -1769,7 +1792,7 @@ export interface MachineProperties {
1769
1792
  [propertyName: string]: string;
1770
1793
  };
1771
1794
  /**
1772
- * Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal etag convention.
1795
+ * Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal eTag convention.
1773
1796
  * NOTE: This property will not be serialized. It can only be populated by the server.
1774
1797
  */
1775
1798
  readonly eTag?: string;
@@ -2440,6 +2463,26 @@ export interface JWTAuthenticatorExtraClaimMappingExpression {
2440
2463
  /** The CEL expression used to extract the value of the extra attribute. */
2441
2464
  valueExpression: string;
2442
2465
  }
2466
+ /** The result of a request to list mesh memberships in a managed cluster. */
2467
+ export interface MeshMembershipsListResult {
2468
+ /** The list of mesh memberships. */
2469
+ value?: MeshMembership[];
2470
+ /**
2471
+ * The URL to get the next set of mesh membership results.
2472
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2473
+ */
2474
+ readonly nextLink?: string;
2475
+ }
2476
+ /** Mesh membership properties of a managed cluster. */
2477
+ export interface MeshMembershipProperties {
2478
+ /**
2479
+ * The current provisioning state of the Mesh Membership.
2480
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2481
+ */
2482
+ readonly provisioningState?: MeshMembershipProvisioningState;
2483
+ /** The ARM resource id for the managed mesh member. This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppLink/applinks/{appLinkName}/appLinkMembers/{appLinkMemberName}'. Visit https://aka.ms/applink for more information. */
2484
+ managedMeshID: string;
2485
+ }
2443
2486
  /** Profile for the container service agent pool. */
2444
2487
  export interface ManagedClusterAgentPoolProfile extends ManagedClusterAgentPoolProfileProperties {
2445
2488
  /** Unique name of the agent pool profile in the context of the subscription and resource group. Windows agent pool names must be 6 characters or less. */
@@ -2508,7 +2551,7 @@ export interface ManagedNamespace extends SubResource {
2508
2551
  [propertyName: string]: string;
2509
2552
  };
2510
2553
  /**
2511
- * Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal etag convention.
2554
+ * Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal eTag convention.
2512
2555
  * NOTE: This property will not be serialized. It can only be populated by the server.
2513
2556
  */
2514
2557
  readonly eTag?: string;
@@ -2520,7 +2563,7 @@ export interface ManagedNamespace extends SubResource {
2520
2563
  /** Agent Pool. */
2521
2564
  export interface AgentPool extends SubResource {
2522
2565
  /**
2523
- * Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal etag convention.
2566
+ * Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal eTag convention.
2524
2567
  * NOTE: This property will not be serialized. It can only be populated by the server.
2525
2568
  */
2526
2569
  readonly eTag?: string;
@@ -2569,11 +2612,8 @@ export interface AgentPool extends SubResource {
2569
2612
  * NOTE: This property will not be serialized. It can only be populated by the server.
2570
2613
  */
2571
2614
  readonly currentOrchestratorVersion?: string;
2572
- /**
2573
- * The version of node image
2574
- * NOTE: This property will not be serialized. It can only be populated by the server.
2575
- */
2576
- readonly nodeImageVersion?: string;
2615
+ /** The version of node image */
2616
+ nodeImageVersion?: string;
2577
2617
  /** Defines the upgrade strategy for the agent pool. The default is Rolling. */
2578
2618
  upgradeStrategy?: UpgradeStrategy;
2579
2619
  /** Settings for upgrading the agentpool. Applies when upgrade strategy is set to Rolling. */
@@ -2591,8 +2631,6 @@ export interface AgentPool extends SubResource {
2591
2631
  availabilityZones?: string[];
2592
2632
  /** Whether each node is allocated its own public IP. Some scenarios may require nodes in a node pool to receive their own dedicated public IP addresses. A common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. For more information see [assigning a public IP per node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools). The default is false. */
2593
2633
  enableNodePublicIP?: boolean;
2594
- /** Whether to enable Custom CA Trust feature. When set to true, AKS adds a label to the node indicating that the feature is enabled and deploys a daemonset along with host services to sync custom certificate authorities from user-provided list of base64 encoded certificates into node trust stores. Defaults to false. */
2595
- enableCustomCATrust?: boolean;
2596
2634
  /** The public IP prefix ID which VM nodes should use IPs from. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName} */
2597
2635
  nodePublicIPPrefixID?: string;
2598
2636
  /** The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. */
@@ -2653,6 +2691,8 @@ export interface AgentPool extends SubResource {
2653
2691
  status?: AgentPoolStatus;
2654
2692
  /** Configures the per-node local DNS, with VnetDNS and KubeDNS overrides. LocalDNS helps improve performance and reliability of DNS resolution in an AKS cluster. For more details see aka.ms/aks/localdns. */
2655
2693
  localDNSProfile?: LocalDNSProfile;
2694
+ /** Settings to determine the node customization used to provision nodes in a pool. */
2695
+ nodeCustomizationProfile?: NodeCustomizationProfile;
2656
2696
  }
2657
2697
  /** A machine provides detailed information about its configuration and status. A machine may be visible here but not in kubectl get nodes; if so, it may be because the machine has not been registered with the Kubernetes API Server yet. */
2658
2698
  export interface Machine extends SubResource {
@@ -2667,7 +2707,7 @@ export interface MeshUpgradeProfileProperties extends MeshRevision {
2667
2707
  /** Managed cluster. */
2668
2708
  export interface ManagedCluster extends TrackedResource {
2669
2709
  /**
2670
- * Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal etag convention.
2710
+ * Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal eTag convention.
2671
2711
  * NOTE: This property will not be serialized. It can only be populated by the server.
2672
2712
  */
2673
2713
  readonly eTag?: string;
@@ -2801,6 +2841,8 @@ export interface ManagedCluster extends TrackedResource {
2801
2841
  bootstrapProfile?: ManagedClusterBootstrapProfile;
2802
2842
  /** Profile of the pod scheduler configuration. */
2803
2843
  schedulerProfile?: SchedulerProfile;
2844
+ /** Settings for hosted system addons. For more information, see https://aka.ms/aks/automatic/systemcomponents. */
2845
+ hostedSystemProfile?: ManagedClusterHostedSystemProfile;
2804
2846
  /** Contains read-only information about the Managed Cluster. */
2805
2847
  status?: ManagedClusterStatus;
2806
2848
  }
@@ -2891,7 +2933,7 @@ export interface IdentityBinding extends ProxyResource {
2891
2933
  /** The resource-specific properties for this resource. */
2892
2934
  properties?: IdentityBindingProperties;
2893
2935
  /**
2894
- * Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal etag convention.
2936
+ * Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal eTag convention.
2895
2937
  * NOTE: This property will not be serialized. It can only be populated by the server.
2896
2938
  */
2897
2939
  readonly eTag?: string;
@@ -2901,6 +2943,18 @@ export interface JWTAuthenticator extends ProxyResource {
2901
2943
  /** The properties of JWTAuthenticator. For details on how to configure the properties of a JWT authenticator, please refer to the Kubernetes documentation: https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-authentication-configuration. Please note that not all fields available in the Kubernetes documentation are supported by AKS. For troubleshooting, please see https://aka.ms/aks-external-issuers-docs. */
2902
2944
  properties: JWTAuthenticatorProperties;
2903
2945
  }
2946
+ /** Mesh membership of a managed cluster. */
2947
+ export interface MeshMembership extends ProxyResource {
2948
+ /** The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource. */
2949
+ managedBy?: string;
2950
+ /**
2951
+ * Unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal eTag convention.
2952
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2953
+ */
2954
+ readonly eTag?: string;
2955
+ /** Mesh membership properties of a managed cluster. */
2956
+ properties?: MeshMembershipProperties;
2957
+ }
2904
2958
  /** Defines headers for ManagedClusters_delete operation. */
2905
2959
  export interface ManagedClustersDeleteHeaders {
2906
2960
  /** URL to query for status of the operation. */
@@ -3076,6 +3130,11 @@ export interface JWTAuthenticatorsDeleteHeaders {
3076
3130
  export interface JWTAuthenticatorsDeleteExceptionHeaders {
3077
3131
  azureAsyncOperation?: string;
3078
3132
  }
3133
+ /** Defines headers for MeshMemberships_delete operation. */
3134
+ export interface MeshMembershipsDeleteHeaders {
3135
+ /** URL to query for status of the operation. */
3136
+ location?: string;
3137
+ }
3079
3138
  /** Known values of {@link KubernetesSupportPlan} that the service accepts. */
3080
3139
  export declare enum KnownKubernetesSupportPlan {
3081
3140
  /** Support for the version is the same as for the open source Kubernetes offering. Official Kubernetes open source community support versions for 1 year after release. */
@@ -3249,6 +3308,8 @@ export declare enum KnownOssku {
3249
3308
  AzureLinux = "AzureLinux",
3250
3309
  /** Use AzureLinux3 as the OS for node images. Azure Linux is a container-optimized Linux distro built by Microsoft, visit https:\//aka.ms\/azurelinux for more information. For limitations, visit https:\//aka.ms\/aks\/node-images. For OS migration guidance, see https:\//aka.ms\/aks\/upgrade-os-version. */
3251
3310
  AzureLinux3 = "AzureLinux3",
3311
+ /** Use Flatcar Container Linux as the OS for node images. Flatcar is a container-optimized, security-focused Linux OS, with an immutable filesystem and part of the Cloud Native Computing Foundation (CNCF). For more information about Flatcar Container Linux for AKS, see aka.ms\/aks\/flatcar-container-linux-for-aks */
3312
+ Flatcar = "Flatcar",
3252
3313
  /** Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. */
3253
3314
  CBLMariner = "CBLMariner",
3254
3315
  /** Use Windows2019 as the OS for node images. Unsupported for system node pools. Windows2019 only supports Windows2019 containers; it cannot run Windows2022 containers and vice versa. */
@@ -3273,6 +3334,7 @@ export declare enum KnownOssku {
3273
3334
  * **Mariner**: Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. \
3274
3335
  * **AzureLinux**: Use AzureLinux as the OS for node images. Azure Linux is a container-optimized Linux distro built by Microsoft, visit https:\/\/aka.ms\/azurelinux for more information. \
3275
3336
  * **AzureLinux3**: Use AzureLinux3 as the OS for node images. Azure Linux is a container-optimized Linux distro built by Microsoft, visit https:\/\/aka.ms\/azurelinux for more information. For limitations, visit https:\/\/aka.ms\/aks\/node-images. For OS migration guidance, see https:\/\/aka.ms\/aks\/upgrade-os-version. \
3337
+ * **Flatcar**: Use Flatcar Container Linux as the OS for node images. Flatcar is a container-optimized, security-focused Linux OS, with an immutable filesystem and part of the Cloud Native Computing Foundation (CNCF). For more information about Flatcar Container Linux for AKS, see aka.ms\/aks\/flatcar-container-linux-for-aks \
3276
3338
  * **CBLMariner**: Deprecated OSSKU. Microsoft recommends that new deployments choose 'AzureLinux' instead. \
3277
3339
  * **Windows2019**: Use Windows2019 as the OS for node images. Unsupported for system node pools. Windows2019 only supports Windows2019 containers; it cannot run Windows2022 containers and vice versa. \
3278
3340
  * **Windows2022**: Use Windows2022 as the OS for node images. Unsupported for system node pools. Windows2022 only supports Windows2022 containers; it cannot run Windows2019 containers and vice versa. \
@@ -3467,8 +3529,10 @@ export type Protocol = string;
3467
3529
  export declare enum KnownAgentPoolSSHAccess {
3468
3530
  /** Can SSH onto the node as a local user using private key. */
3469
3531
  LocalUser = "LocalUser",
3470
- /** SSH service will be turned off on the node. */
3471
- Disabled = "Disabled"
3532
+ /** SSH service will be turned off on the node. More information can be found under https:\//aka.ms\/aks\/ssh\/disable */
3533
+ Disabled = "Disabled",
3534
+ /** SSH to node with EntraId integration. More information can be found under https:\//aka.ms\/aks\/ssh\/aad */
3535
+ EntraId = "EntraId"
3472
3536
  }
3473
3537
  /**
3474
3538
  * Defines values for AgentPoolSSHAccess. \
@@ -3476,7 +3540,8 @@ export declare enum KnownAgentPoolSSHAccess {
3476
3540
  * this enum contains the known values that the service supports.
3477
3541
  * ### Known values supported by the service
3478
3542
  * **LocalUser**: Can SSH onto the node as a local user using private key. \
3479
- * **Disabled**: SSH service will be turned off on the node.
3543
+ * **Disabled**: SSH service will be turned off on the node. More information can be found under https:\/\/aka.ms\/aks\/ssh\/disable \
3544
+ * **EntraId**: SSH to node with EntraId integration. More information can be found under https:\/\/aka.ms\/aks\/ssh\/aad
3480
3545
  */
3481
3546
  export type AgentPoolSSHAccess = string;
3482
3547
  /** Known values of {@link GPUDriver} that the service accepts. */
@@ -4172,6 +4237,22 @@ export declare enum KnownIstioIngressGatewayMode {
4172
4237
  * **Internal**: The ingress gateway is assigned an internal IP address and cannot is accessed publicly.
4173
4238
  */
4174
4239
  export type IstioIngressGatewayMode = string;
4240
+ /** Known values of {@link ProxyRedirectionMechanism} that the service accepts. */
4241
+ export declare enum KnownProxyRedirectionMechanism {
4242
+ /** Istio will inject an init container into each pod to redirect traffic (requires NET_ADMIN and NET_RAW). */
4243
+ InitContainers = "InitContainers",
4244
+ /** Istio will install a chained CNI plugin to redirect traffic (recommended). */
4245
+ CNIChaining = "CNIChaining"
4246
+ }
4247
+ /**
4248
+ * Defines values for ProxyRedirectionMechanism. \
4249
+ * {@link KnownProxyRedirectionMechanism} can be used interchangeably with ProxyRedirectionMechanism,
4250
+ * this enum contains the known values that the service supports.
4251
+ * ### Known values supported by the service
4252
+ * **InitContainers**: Istio will inject an init container into each pod to redirect traffic (requires NET_ADMIN and NET_RAW). \
4253
+ * **CNIChaining**: Istio will install a chained CNI plugin to redirect traffic (recommended).
4254
+ */
4255
+ export type ProxyRedirectionMechanism = string;
4175
4256
  /** Known values of {@link NodeProvisioningMode} that the service accepts. */
4176
4257
  export declare enum KnownNodeProvisioningMode {
4177
4258
  /** Nodes are provisioned manually by the user */
@@ -4642,6 +4723,34 @@ export declare enum KnownJWTAuthenticatorProvisioningState {
4642
4723
  * **Deleting**: The JWT authenticator is being deleted.
4643
4724
  */
4644
4725
  export type JWTAuthenticatorProvisioningState = string;
4726
+ /** Known values of {@link MeshMembershipProvisioningState} that the service accepts. */
4727
+ export declare enum KnownMeshMembershipProvisioningState {
4728
+ /** Resource creation was canceled. */
4729
+ Canceled = "Canceled",
4730
+ /** The Mesh Membership is being created. */
4731
+ Creating = "Creating",
4732
+ /** The Mesh Membership is being deleted. */
4733
+ Deleting = "Deleting",
4734
+ /** Resource creation failed. */
4735
+ Failed = "Failed",
4736
+ /** Resource has been created. */
4737
+ Succeeded = "Succeeded",
4738
+ /** The Mesh Membership is being updated. */
4739
+ Updating = "Updating"
4740
+ }
4741
+ /**
4742
+ * Defines values for MeshMembershipProvisioningState. \
4743
+ * {@link KnownMeshMembershipProvisioningState} can be used interchangeably with MeshMembershipProvisioningState,
4744
+ * this enum contains the known values that the service supports.
4745
+ * ### Known values supported by the service
4746
+ * **Canceled**: Resource creation was canceled. \
4747
+ * **Creating**: The Mesh Membership is being created. \
4748
+ * **Deleting**: The Mesh Membership is being deleted. \
4749
+ * **Failed**: Resource creation failed. \
4750
+ * **Succeeded**: Resource has been created. \
4751
+ * **Updating**: The Mesh Membership is being updated.
4752
+ */
4753
+ export type MeshMembershipProvisioningState = string;
4645
4754
  /** Defines values for ResourceIdentityType. */
4646
4755
  export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "None";
4647
4756
  /** Optional parameters. */
@@ -5357,6 +5466,39 @@ export interface JWTAuthenticatorsListByManagedClusterNextOptionalParams extends
5357
5466
  /** Contains response data for the listByManagedClusterNext operation. */
5358
5467
  export type JWTAuthenticatorsListByManagedClusterNextResponse = JWTAuthenticatorListResult;
5359
5468
  /** Optional parameters. */
5469
+ export interface MeshMembershipsListByManagedClusterOptionalParams extends coreClient.OperationOptions {
5470
+ }
5471
+ /** Contains response data for the listByManagedCluster operation. */
5472
+ export type MeshMembershipsListByManagedClusterResponse = MeshMembershipsListResult;
5473
+ /** Optional parameters. */
5474
+ export interface MeshMembershipsGetOptionalParams extends coreClient.OperationOptions {
5475
+ }
5476
+ /** Contains response data for the get operation. */
5477
+ export type MeshMembershipsGetResponse = MeshMembership;
5478
+ /** Optional parameters. */
5479
+ export interface MeshMembershipsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
5480
+ /** Delay to wait until next poll, in milliseconds. */
5481
+ updateIntervalInMs?: number;
5482
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5483
+ resumeFrom?: string;
5484
+ }
5485
+ /** Contains response data for the createOrUpdate operation. */
5486
+ export type MeshMembershipsCreateOrUpdateResponse = MeshMembership;
5487
+ /** Optional parameters. */
5488
+ export interface MeshMembershipsDeleteOptionalParams extends coreClient.OperationOptions {
5489
+ /** Delay to wait until next poll, in milliseconds. */
5490
+ updateIntervalInMs?: number;
5491
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5492
+ resumeFrom?: string;
5493
+ }
5494
+ /** Contains response data for the delete operation. */
5495
+ export type MeshMembershipsDeleteResponse = MeshMembershipsDeleteHeaders;
5496
+ /** Optional parameters. */
5497
+ export interface MeshMembershipsListByManagedClusterNextOptionalParams extends coreClient.OperationOptions {
5498
+ }
5499
+ /** Contains response data for the listByManagedClusterNext operation. */
5500
+ export type MeshMembershipsListByManagedClusterNextResponse = MeshMembershipsListResult;
5501
+ /** Optional parameters. */
5360
5502
  export interface ContainerServiceClientOptionalParams extends coreClient.ServiceClientOptions {
5361
5503
  /** server parameter */
5362
5504
  $host?: string;