@azure/arm-containerservice 22.0.0-beta.1 → 22.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +289 -0
- package/README.md +4 -4
- package/dist/browser/containerServiceClient.d.ts +5 -9
- package/dist/browser/containerServiceClient.d.ts.map +1 -1
- package/dist/browser/containerServiceClient.js +5 -10
- package/dist/browser/containerServiceClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +236 -1109
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +24 -148
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +17 -62
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +355 -1828
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +6 -17
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +19 -93
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/agentPools.d.ts +7 -7
- package/dist/browser/operations/agentPools.d.ts.map +1 -1
- package/dist/browser/operations/agentPools.js +5 -5
- package/dist/browser/operations/agentPools.js.map +1 -1
- package/dist/browser/operations/index.d.ts +2 -6
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +2 -6
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/machines.d.ts +4 -4
- package/dist/browser/operations/machines.d.ts.map +1 -1
- package/dist/browser/operations/machines.js +2 -2
- package/dist/browser/operations/machines.js.map +1 -1
- package/dist/browser/operations/maintenanceConfigurations.d.ts +4 -4
- package/dist/browser/operations/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/browser/operations/maintenanceConfigurations.js +3 -3
- package/dist/browser/operations/maintenanceConfigurations.js.map +1 -1
- package/dist/browser/operations/managedClusters.d.ts +19 -93
- package/dist/browser/operations/managedClusters.d.ts.map +1 -1
- package/dist/browser/operations/managedClusters.js +47 -435
- package/dist/browser/operations/managedClusters.js.map +1 -1
- package/dist/browser/operations/operations.d.ts +4 -4
- package/dist/browser/operations/operations.d.ts.map +1 -1
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +4 -4
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +1 -1
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.d.ts +3 -3
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/resolvePrivateLinkServiceId.d.ts +3 -3
- package/dist/browser/operations/resolvePrivateLinkServiceId.d.ts.map +1 -1
- package/dist/browser/operations/resolvePrivateLinkServiceId.js +1 -1
- package/dist/browser/operations/resolvePrivateLinkServiceId.js.map +1 -1
- package/dist/browser/operations/snapshots.d.ts +4 -4
- package/dist/browser/operations/snapshots.d.ts.map +1 -1
- package/dist/browser/operations/snapshots.js +5 -5
- package/dist/browser/operations/snapshots.js.map +1 -1
- package/dist/browser/operations/trustedAccessRoleBindings.d.ts +5 -5
- package/dist/browser/operations/trustedAccessRoleBindings.d.ts.map +1 -1
- package/dist/browser/operations/trustedAccessRoleBindings.js +2 -2
- package/dist/browser/operations/trustedAccessRoleBindings.js.map +1 -1
- package/dist/browser/operations/trustedAccessRoles.d.ts +4 -4
- package/dist/browser/operations/trustedAccessRoles.d.ts.map +1 -1
- package/dist/browser/operations/trustedAccessRoles.js +2 -2
- package/dist/browser/operations/trustedAccessRoles.js.map +1 -1
- package/dist/browser/operationsInterfaces/agentPools.d.ts +5 -5
- package/dist/browser/operationsInterfaces/agentPools.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/agentPools.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +2 -6
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +2 -6
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/machines.d.ts +2 -2
- package/dist/browser/operationsInterfaces/machines.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/machines.js.map +1 -1
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts +2 -2
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/maintenanceConfigurations.js.map +1 -1
- package/dist/browser/operationsInterfaces/managedClusters.d.ts +17 -61
- package/dist/browser/operationsInterfaces/managedClusters.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/managedClusters.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +2 -2
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +1 -1
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/resolvePrivateLinkServiceId.js.map +1 -1
- package/dist/browser/operationsInterfaces/snapshots.d.ts +2 -2
- package/dist/browser/operationsInterfaces/snapshots.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/snapshots.js.map +1 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.d.ts +3 -3
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoleBindings.js.map +1 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoles.d.ts +2 -2
- package/dist/browser/operationsInterfaces/trustedAccessRoles.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/trustedAccessRoles.js.map +1 -1
- package/dist/commonjs/containerServiceClient.d.ts +5 -9
- package/dist/commonjs/containerServiceClient.d.ts.map +1 -1
- package/dist/commonjs/containerServiceClient.js +4 -9
- package/dist/commonjs/containerServiceClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +236 -1109
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +25 -150
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +17 -62
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +359 -1833
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +6 -17
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +19 -93
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/agentPools.d.ts +7 -7
- package/dist/commonjs/operations/agentPools.d.ts.map +1 -1
- package/dist/commonjs/operations/agentPools.js +5 -5
- package/dist/commonjs/operations/agentPools.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +2 -6
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +2 -6
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/machines.d.ts +4 -4
- package/dist/commonjs/operations/machines.d.ts.map +1 -1
- package/dist/commonjs/operations/machines.js +2 -2
- package/dist/commonjs/operations/machines.js.map +1 -1
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts +4 -4
- package/dist/commonjs/operations/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/commonjs/operations/maintenanceConfigurations.js +3 -3
- package/dist/commonjs/operations/maintenanceConfigurations.js.map +1 -1
- package/dist/commonjs/operations/managedClusters.d.ts +19 -93
- package/dist/commonjs/operations/managedClusters.d.ts.map +1 -1
- package/dist/commonjs/operations/managedClusters.js +47 -435
- package/dist/commonjs/operations/managedClusters.js.map +1 -1
- package/dist/commonjs/operations/operations.d.ts +4 -4
- package/dist/commonjs/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +4 -4
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +3 -3
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.d.ts +3 -3
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.d.ts.map +1 -1
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.js +1 -1
- package/dist/commonjs/operations/resolvePrivateLinkServiceId.js.map +1 -1
- package/dist/commonjs/operations/snapshots.d.ts +4 -4
- package/dist/commonjs/operations/snapshots.d.ts.map +1 -1
- package/dist/commonjs/operations/snapshots.js +5 -5
- package/dist/commonjs/operations/snapshots.js.map +1 -1
- package/dist/commonjs/operations/trustedAccessRoleBindings.d.ts +5 -5
- package/dist/commonjs/operations/trustedAccessRoleBindings.d.ts.map +1 -1
- package/dist/commonjs/operations/trustedAccessRoleBindings.js +2 -2
- package/dist/commonjs/operations/trustedAccessRoleBindings.js.map +1 -1
- package/dist/commonjs/operations/trustedAccessRoles.d.ts +4 -4
- package/dist/commonjs/operations/trustedAccessRoles.d.ts.map +1 -1
- package/dist/commonjs/operations/trustedAccessRoles.js +2 -2
- package/dist/commonjs/operations/trustedAccessRoles.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/agentPools.d.ts +5 -5
- package/dist/commonjs/operationsInterfaces/agentPools.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/agentPools.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +2 -6
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +2 -6
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/machines.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/machines.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/machines.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/maintenanceConfigurations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedClusters.d.ts +17 -61
- package/dist/commonjs/operationsInterfaces/managedClusters.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedClusters.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/resolvePrivateLinkServiceId.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/snapshots.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/snapshots.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/snapshots.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoleBindings.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/trustedAccessRoles.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/containerServiceClient.d.ts +5 -9
- package/dist/esm/containerServiceClient.d.ts.map +1 -1
- package/dist/esm/containerServiceClient.js +5 -10
- package/dist/esm/containerServiceClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +236 -1109
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +24 -148
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +17 -62
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +355 -1828
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +6 -17
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +19 -93
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/agentPools.d.ts +7 -7
- package/dist/esm/operations/agentPools.d.ts.map +1 -1
- package/dist/esm/operations/agentPools.js +5 -5
- package/dist/esm/operations/agentPools.js.map +1 -1
- package/dist/esm/operations/index.d.ts +2 -6
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +2 -6
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/machines.d.ts +4 -4
- package/dist/esm/operations/machines.d.ts.map +1 -1
- package/dist/esm/operations/machines.js +2 -2
- package/dist/esm/operations/machines.js.map +1 -1
- package/dist/esm/operations/maintenanceConfigurations.d.ts +4 -4
- package/dist/esm/operations/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/esm/operations/maintenanceConfigurations.js +3 -3
- package/dist/esm/operations/maintenanceConfigurations.js.map +1 -1
- package/dist/esm/operations/managedClusters.d.ts +19 -93
- package/dist/esm/operations/managedClusters.d.ts.map +1 -1
- package/dist/esm/operations/managedClusters.js +47 -435
- package/dist/esm/operations/managedClusters.js.map +1 -1
- package/dist/esm/operations/operations.d.ts +4 -4
- package/dist/esm/operations/operations.d.ts.map +1 -1
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +4 -4
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +1 -1
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.d.ts +3 -3
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/resolvePrivateLinkServiceId.d.ts +3 -3
- package/dist/esm/operations/resolvePrivateLinkServiceId.d.ts.map +1 -1
- package/dist/esm/operations/resolvePrivateLinkServiceId.js +1 -1
- package/dist/esm/operations/resolvePrivateLinkServiceId.js.map +1 -1
- package/dist/esm/operations/snapshots.d.ts +4 -4
- package/dist/esm/operations/snapshots.d.ts.map +1 -1
- package/dist/esm/operations/snapshots.js +5 -5
- package/dist/esm/operations/snapshots.js.map +1 -1
- package/dist/esm/operations/trustedAccessRoleBindings.d.ts +5 -5
- package/dist/esm/operations/trustedAccessRoleBindings.d.ts.map +1 -1
- package/dist/esm/operations/trustedAccessRoleBindings.js +2 -2
- package/dist/esm/operations/trustedAccessRoleBindings.js.map +1 -1
- package/dist/esm/operations/trustedAccessRoles.d.ts +4 -4
- package/dist/esm/operations/trustedAccessRoles.d.ts.map +1 -1
- package/dist/esm/operations/trustedAccessRoles.js +2 -2
- package/dist/esm/operations/trustedAccessRoles.js.map +1 -1
- package/dist/esm/operationsInterfaces/agentPools.d.ts +5 -5
- package/dist/esm/operationsInterfaces/agentPools.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/agentPools.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +2 -6
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +2 -6
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/machines.d.ts +2 -2
- package/dist/esm/operationsInterfaces/machines.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/machines.js.map +1 -1
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts +2 -2
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/maintenanceConfigurations.js.map +1 -1
- package/dist/esm/operationsInterfaces/managedClusters.d.ts +17 -61
- package/dist/esm/operationsInterfaces/managedClusters.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/managedClusters.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +2 -2
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +1 -1
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/resolvePrivateLinkServiceId.js.map +1 -1
- package/dist/esm/operationsInterfaces/snapshots.d.ts +2 -2
- package/dist/esm/operationsInterfaces/snapshots.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/snapshots.js.map +1 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.d.ts +3 -3
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoleBindings.js.map +1 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoles.d.ts +2 -2
- package/dist/esm/operationsInterfaces/trustedAccessRoles.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/trustedAccessRoles.js.map +1 -1
- package/dist/react-native/containerServiceClient.d.ts +5 -9
- package/dist/react-native/containerServiceClient.d.ts.map +1 -1
- package/dist/react-native/containerServiceClient.js +5 -10
- package/dist/react-native/containerServiceClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +236 -1109
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +24 -148
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +17 -62
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +355 -1828
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +6 -17
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +19 -93
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/agentPools.d.ts +7 -7
- package/dist/react-native/operations/agentPools.d.ts.map +1 -1
- package/dist/react-native/operations/agentPools.js +5 -5
- package/dist/react-native/operations/agentPools.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +2 -6
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +2 -6
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/machines.d.ts +4 -4
- package/dist/react-native/operations/machines.d.ts.map +1 -1
- package/dist/react-native/operations/machines.js +2 -2
- package/dist/react-native/operations/machines.js.map +1 -1
- package/dist/react-native/operations/maintenanceConfigurations.d.ts +4 -4
- package/dist/react-native/operations/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/react-native/operations/maintenanceConfigurations.js +3 -3
- package/dist/react-native/operations/maintenanceConfigurations.js.map +1 -1
- package/dist/react-native/operations/managedClusters.d.ts +19 -93
- package/dist/react-native/operations/managedClusters.d.ts.map +1 -1
- package/dist/react-native/operations/managedClusters.js +47 -435
- package/dist/react-native/operations/managedClusters.js.map +1 -1
- package/dist/react-native/operations/operations.d.ts +4 -4
- package/dist/react-native/operations/operations.d.ts.map +1 -1
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +4 -4
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +3 -3
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/resolvePrivateLinkServiceId.d.ts +3 -3
- package/dist/react-native/operations/resolvePrivateLinkServiceId.d.ts.map +1 -1
- package/dist/react-native/operations/resolvePrivateLinkServiceId.js +1 -1
- package/dist/react-native/operations/resolvePrivateLinkServiceId.js.map +1 -1
- package/dist/react-native/operations/snapshots.d.ts +4 -4
- package/dist/react-native/operations/snapshots.d.ts.map +1 -1
- package/dist/react-native/operations/snapshots.js +5 -5
- package/dist/react-native/operations/snapshots.js.map +1 -1
- package/dist/react-native/operations/trustedAccessRoleBindings.d.ts +5 -5
- package/dist/react-native/operations/trustedAccessRoleBindings.d.ts.map +1 -1
- package/dist/react-native/operations/trustedAccessRoleBindings.js +2 -2
- package/dist/react-native/operations/trustedAccessRoleBindings.js.map +1 -1
- package/dist/react-native/operations/trustedAccessRoles.d.ts +4 -4
- package/dist/react-native/operations/trustedAccessRoles.d.ts.map +1 -1
- package/dist/react-native/operations/trustedAccessRoles.js +2 -2
- package/dist/react-native/operations/trustedAccessRoles.js.map +1 -1
- package/dist/react-native/operationsInterfaces/agentPools.d.ts +5 -5
- package/dist/react-native/operationsInterfaces/agentPools.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/agentPools.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +2 -6
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +2 -6
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/machines.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/machines.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/machines.js.map +1 -1
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/maintenanceConfigurations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/managedClusters.d.ts +17 -61
- package/dist/react-native/operationsInterfaces/managedClusters.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/managedClusters.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/resolvePrivateLinkServiceId.js.map +1 -1
- package/dist/react-native/operationsInterfaces/snapshots.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/snapshots.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/snapshots.js.map +1 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoleBindings.js.map +1 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/trustedAccessRoles.js.map +1 -1
- package/package.json +33 -44
- package/review/arm-containerservice.api.md +23 -720
- package/dist/browser/operations/containerService.d.ts +0 -39
- package/dist/browser/operations/containerService.d.ts.map +0 -1
- package/dist/browser/operations/containerService.js +0 -149
- package/dist/browser/operations/containerService.js.map +0 -1
- package/dist/browser/operations/loadBalancers.d.ts +0 -71
- package/dist/browser/operations/loadBalancers.d.ts.map +0 -1
- package/dist/browser/operations/loadBalancers.js +0 -315
- package/dist/browser/operations/loadBalancers.js.map +0 -1
- package/dist/browser/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/browser/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/browser/operations/managedClusterSnapshots.js +0 -384
- package/dist/browser/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/browser/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/browser/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/browser/operations/operationStatusResultOperations.js +0 -216
- package/dist/browser/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/browser/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/containerService.js +0 -9
- package/dist/browser/operationsInterfaces/containerService.js.map +0 -1
- package/dist/browser/operationsInterfaces/loadBalancers.d.ts +0 -46
- package/dist/browser/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/loadBalancers.js +0 -9
- package/dist/browser/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.js +0 -9
- package/dist/browser/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.js +0 -9
- package/dist/browser/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/commonjs/operations/containerService.d.ts +0 -39
- package/dist/commonjs/operations/containerService.d.ts.map +0 -1
- package/dist/commonjs/operations/containerService.js +0 -153
- package/dist/commonjs/operations/containerService.js.map +0 -1
- package/dist/commonjs/operations/loadBalancers.d.ts +0 -71
- package/dist/commonjs/operations/loadBalancers.d.ts.map +0 -1
- package/dist/commonjs/operations/loadBalancers.js +0 -319
- package/dist/commonjs/operations/loadBalancers.js.map +0 -1
- package/dist/commonjs/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/commonjs/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/commonjs/operations/managedClusterSnapshots.js +0 -388
- package/dist/commonjs/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/commonjs/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/commonjs/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/operationStatusResultOperations.js +0 -220
- package/dist/commonjs/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/containerService.js +0 -10
- package/dist/commonjs/operationsInterfaces/containerService.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/loadBalancers.d.ts +0 -46
- package/dist/commonjs/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/loadBalancers.js +0 -10
- package/dist/commonjs/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.js +0 -10
- package/dist/commonjs/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/esm/operations/containerService.d.ts +0 -39
- package/dist/esm/operations/containerService.d.ts.map +0 -1
- package/dist/esm/operations/containerService.js +0 -149
- package/dist/esm/operations/containerService.js.map +0 -1
- package/dist/esm/operations/loadBalancers.d.ts +0 -71
- package/dist/esm/operations/loadBalancers.d.ts.map +0 -1
- package/dist/esm/operations/loadBalancers.js +0 -315
- package/dist/esm/operations/loadBalancers.js.map +0 -1
- package/dist/esm/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/esm/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/esm/operations/managedClusterSnapshots.js +0 -384
- package/dist/esm/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/esm/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/esm/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/esm/operations/operationStatusResultOperations.js +0 -216
- package/dist/esm/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/esm/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/containerService.js +0 -9
- package/dist/esm/operationsInterfaces/containerService.js.map +0 -1
- package/dist/esm/operationsInterfaces/loadBalancers.d.ts +0 -46
- package/dist/esm/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/loadBalancers.js +0 -9
- package/dist/esm/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.js +0 -9
- package/dist/esm/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.js +0 -9
- package/dist/esm/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
- package/dist/react-native/operations/containerService.d.ts +0 -39
- package/dist/react-native/operations/containerService.d.ts.map +0 -1
- package/dist/react-native/operations/containerService.js +0 -149
- package/dist/react-native/operations/containerService.js.map +0 -1
- package/dist/react-native/operations/loadBalancers.d.ts +0 -71
- package/dist/react-native/operations/loadBalancers.d.ts.map +0 -1
- package/dist/react-native/operations/loadBalancers.js +0 -315
- package/dist/react-native/operations/loadBalancers.js.map +0 -1
- package/dist/react-native/operations/managedClusterSnapshots.d.ts +0 -83
- package/dist/react-native/operations/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/react-native/operations/managedClusterSnapshots.js +0 -384
- package/dist/react-native/operations/managedClusterSnapshots.js.map +0 -1
- package/dist/react-native/operations/operationStatusResultOperations.d.ts +0 -55
- package/dist/react-native/operations/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/react-native/operations/operationStatusResultOperations.js +0 -216
- package/dist/react-native/operations/operationStatusResultOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/containerService.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/containerService.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/containerService.js +0 -9
- package/dist/react-native/operationsInterfaces/containerService.js.map +0 -1
- package/dist/react-native/operationsInterfaces/loadBalancers.d.ts +0 -46
- package/dist/react-native/operationsInterfaces/loadBalancers.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/loadBalancers.js +0 -9
- package/dist/react-native/operationsInterfaces/loadBalancers.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.d.ts +0 -47
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.js +0 -9
- package/dist/react-native/operationsInterfaces/managedClusterSnapshots.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.d.ts +0 -30
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/operationStatusResultOperations.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,294 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
+
## 22.0.0 (2025-06-09)
|
|
4
|
+
|
|
5
|
+
### Features Added
|
|
6
|
+
|
|
7
|
+
- Added Type Alias UndrainableNodeBehavior
|
|
8
|
+
- Interface AgentPoolUpgradeSettings has a new optional parameter maxUnavailable
|
|
9
|
+
- Interface AgentPoolUpgradeSettings has a new optional parameter undrainableNodeBehavior
|
|
10
|
+
- Interface ManagedClusterAPIServerAccessProfile has a new optional parameter enableVnetIntegration
|
|
11
|
+
- Interface ManagedClusterAPIServerAccessProfile has a new optional parameter subnetId
|
|
12
|
+
- Added Enum KnownUndrainableNodeBehavior
|
|
13
|
+
- Enum KnownOssku has a new value Ubuntu2204
|
|
14
|
+
|
|
15
|
+
### Breaking Changes
|
|
16
|
+
|
|
17
|
+
- Interface ManagedCluster no longer has parameter enablePodSecurityPolicy
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
## 22.0.0-beta.2 (2025-04-25)
|
|
21
|
+
Compared with version 21.6.0
|
|
22
|
+
|
|
23
|
+
### Features Added
|
|
24
|
+
|
|
25
|
+
- Added operation group ContainerService
|
|
26
|
+
- Added operation group LoadBalancers
|
|
27
|
+
- Added operation group ManagedClusterSnapshots
|
|
28
|
+
- Added operation group Namespaces
|
|
29
|
+
- Added operation group OperationStatusResultOperations
|
|
30
|
+
- Added operation ManagedClusters.beginRebalanceLoadBalancers
|
|
31
|
+
- Added operation ManagedClusters.beginRebalanceLoadBalancersAndWait
|
|
32
|
+
- Added operation ManagedClusters.getGuardrailsVersions
|
|
33
|
+
- Added operation ManagedClusters.getSafeguardsVersions
|
|
34
|
+
- Added operation ManagedClusters.listGuardrailsVersions
|
|
35
|
+
- Added operation ManagedClusters.listSafeguardsVersions
|
|
36
|
+
- Added Interface AgentPoolArtifactStreamingProfile
|
|
37
|
+
- Added Interface AgentPoolGatewayProfile
|
|
38
|
+
- Added Interface AgentPoolGPUProfile
|
|
39
|
+
- Added Interface AgentPoolStatus
|
|
40
|
+
- Added Interface AutoScaleProfile
|
|
41
|
+
- Added Interface Component
|
|
42
|
+
- Added Interface ComponentsByRelease
|
|
43
|
+
- Added Interface ContainerServiceListNodeImageVersionsNextOptionalParams
|
|
44
|
+
- Added Interface ContainerServiceListNodeImageVersionsOptionalParams
|
|
45
|
+
- Added Interface ContainerServiceNetworkProfileKubeProxyConfig
|
|
46
|
+
- Added Interface ContainerServiceNetworkProfileKubeProxyConfigIpvsConfig
|
|
47
|
+
- Added Interface GuardrailsAvailableVersion
|
|
48
|
+
- Added Interface GuardrailsAvailableVersionsList
|
|
49
|
+
- Added Interface GuardrailsAvailableVersionsProperties
|
|
50
|
+
- Added Interface LabelSelector
|
|
51
|
+
- Added Interface LabelSelectorRequirement
|
|
52
|
+
- Added Interface LoadBalancer
|
|
53
|
+
- Added Interface LoadBalancerListResult
|
|
54
|
+
- Added Interface LoadBalancersCreateOrUpdateOptionalParams
|
|
55
|
+
- Added Interface LoadBalancersDeleteHeaders
|
|
56
|
+
- Added Interface LoadBalancersDeleteOptionalParams
|
|
57
|
+
- Added Interface LoadBalancersGetOptionalParams
|
|
58
|
+
- Added Interface LoadBalancersListByManagedClusterNextOptionalParams
|
|
59
|
+
- Added Interface LoadBalancersListByManagedClusterOptionalParams
|
|
60
|
+
- Added Interface ManagedClusterAIToolchainOperatorProfile
|
|
61
|
+
- Added Interface ManagedClusterAzureMonitorProfileAppMonitoring
|
|
62
|
+
- Added Interface ManagedClusterAzureMonitorProfileAppMonitoringAutoInstrumentation
|
|
63
|
+
- Added Interface ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryLogs
|
|
64
|
+
- Added Interface ManagedClusterAzureMonitorProfileAppMonitoringOpenTelemetryMetrics
|
|
65
|
+
- Added Interface ManagedClusterAzureMonitorProfileContainerInsights
|
|
66
|
+
- Added Interface ManagedClusterNodeProvisioningProfile
|
|
67
|
+
- Added Interface ManagedClusterPropertiesForSnapshot
|
|
68
|
+
- Added Interface ManagedClusterSecurityProfileDefenderSecurityGating
|
|
69
|
+
- Added Interface ManagedClusterSecurityProfileDefenderSecurityGatingIdentitiesItem
|
|
70
|
+
- Added Interface ManagedClusterSecurityProfileImageIntegrity
|
|
71
|
+
- Added Interface ManagedClusterSecurityProfileNodeRestriction
|
|
72
|
+
- Added Interface ManagedClustersGetGuardrailsVersionsOptionalParams
|
|
73
|
+
- Added Interface ManagedClustersGetSafeguardsVersionsOptionalParams
|
|
74
|
+
- Added Interface ManagedClustersListGuardrailsVersionsNextOptionalParams
|
|
75
|
+
- Added Interface ManagedClustersListGuardrailsVersionsOptionalParams
|
|
76
|
+
- Added Interface ManagedClustersListSafeguardsVersionsNextOptionalParams
|
|
77
|
+
- Added Interface ManagedClustersListSafeguardsVersionsOptionalParams
|
|
78
|
+
- Added Interface ManagedClusterSnapshot
|
|
79
|
+
- Added Interface ManagedClusterSnapshotListResult
|
|
80
|
+
- Added Interface ManagedClusterSnapshotsCreateOrUpdateOptionalParams
|
|
81
|
+
- Added Interface ManagedClusterSnapshotsDeleteOptionalParams
|
|
82
|
+
- Added Interface ManagedClusterSnapshotsGetOptionalParams
|
|
83
|
+
- Added Interface ManagedClusterSnapshotsListByResourceGroupNextOptionalParams
|
|
84
|
+
- Added Interface ManagedClusterSnapshotsListByResourceGroupOptionalParams
|
|
85
|
+
- Added Interface ManagedClusterSnapshotsListNextOptionalParams
|
|
86
|
+
- Added Interface ManagedClusterSnapshotsListOptionalParams
|
|
87
|
+
- Added Interface ManagedClusterSnapshotsUpdateTagsOptionalParams
|
|
88
|
+
- Added Interface ManagedClustersRebalanceLoadBalancersHeaders
|
|
89
|
+
- Added Interface ManagedClustersRebalanceLoadBalancersOptionalParams
|
|
90
|
+
- Added Interface ManagedClusterStaticEgressGatewayProfile
|
|
91
|
+
- Added Interface ManagedClusterStatus
|
|
92
|
+
- Added Interface ManualScaleProfile
|
|
93
|
+
- Added Interface Namespace
|
|
94
|
+
- Added Interface NamespaceListResult
|
|
95
|
+
- Added Interface NamespaceProperties
|
|
96
|
+
- Added Interface NamespacesCreateOrUpdateOptionalParams
|
|
97
|
+
- Added Interface NamespacesDeleteHeaders
|
|
98
|
+
- Added Interface NamespacesDeleteOptionalParams
|
|
99
|
+
- Added Interface NamespacesGetOptionalParams
|
|
100
|
+
- Added Interface NamespacesListByManagedClusterNextOptionalParams
|
|
101
|
+
- Added Interface NamespacesListByManagedClusterOptionalParams
|
|
102
|
+
- Added Interface NamespacesListCredentialOptionalParams
|
|
103
|
+
- Added Interface NamespacesUpdateOptionalParams
|
|
104
|
+
- Added Interface NetworkPolicies
|
|
105
|
+
- Added Interface NetworkProfileForSnapshot
|
|
106
|
+
- Added Interface NodeImageVersion
|
|
107
|
+
- Added Interface NodeImageVersionsListResult
|
|
108
|
+
- Added Interface OperationStatusResult
|
|
109
|
+
- Added Interface OperationStatusResultGetByAgentPoolOptionalParams
|
|
110
|
+
- Added Interface OperationStatusResultGetOptionalParams
|
|
111
|
+
- Added Interface OperationStatusResultList
|
|
112
|
+
- Added Interface OperationStatusResultListNextOptionalParams
|
|
113
|
+
- Added Interface OperationStatusResultListOptionalParams
|
|
114
|
+
- Added Interface RebalanceLoadBalancersRequestBody
|
|
115
|
+
- Added Interface ResourceQuota
|
|
116
|
+
- Added Interface SafeguardsAvailableVersion
|
|
117
|
+
- Added Interface SafeguardsAvailableVersionsList
|
|
118
|
+
- Added Interface SafeguardsAvailableVersionsProperties
|
|
119
|
+
- Added Interface SafeguardsProfile
|
|
120
|
+
- Added Interface ScaleProfile
|
|
121
|
+
- Added Interface VirtualMachineNodes
|
|
122
|
+
- Added Interface VirtualMachinesProfile
|
|
123
|
+
- Added Type Alias AddonAutoscaling
|
|
124
|
+
- Added Type Alias AdoptionPolicy
|
|
125
|
+
- Added Type Alias AdvancedNetworkPolicies
|
|
126
|
+
- Added Type Alias AgentPoolSSHAccess
|
|
127
|
+
- Added Type Alias ClusterServiceLoadBalancerHealthProbeMode
|
|
128
|
+
- Added Type Alias ContainerServiceListNodeImageVersionsNextResponse
|
|
129
|
+
- Added Type Alias ContainerServiceListNodeImageVersionsResponse
|
|
130
|
+
- Added Type Alias DeletePolicy
|
|
131
|
+
- Added Type Alias DriverType
|
|
132
|
+
- Added Type Alias GuardrailsSupport
|
|
133
|
+
- Added Type Alias IpvsScheduler
|
|
134
|
+
- Added Type Alias Level
|
|
135
|
+
- Added Type Alias LoadBalancersCreateOrUpdateResponse
|
|
136
|
+
- Added Type Alias LoadBalancersDeleteResponse
|
|
137
|
+
- Added Type Alias LoadBalancersGetResponse
|
|
138
|
+
- Added Type Alias LoadBalancersListByManagedClusterNextResponse
|
|
139
|
+
- Added Type Alias LoadBalancersListByManagedClusterResponse
|
|
140
|
+
- Added Type Alias ManagedClustersGetGuardrailsVersionsResponse
|
|
141
|
+
- Added Type Alias ManagedClustersGetSafeguardsVersionsResponse
|
|
142
|
+
- Added Type Alias ManagedClustersListGuardrailsVersionsNextResponse
|
|
143
|
+
- Added Type Alias ManagedClustersListGuardrailsVersionsResponse
|
|
144
|
+
- Added Type Alias ManagedClustersListSafeguardsVersionsNextResponse
|
|
145
|
+
- Added Type Alias ManagedClustersListSafeguardsVersionsResponse
|
|
146
|
+
- Added Type Alias ManagedClusterSnapshotsCreateOrUpdateResponse
|
|
147
|
+
- Added Type Alias ManagedClusterSnapshotsGetResponse
|
|
148
|
+
- Added Type Alias ManagedClusterSnapshotsListByResourceGroupNextResponse
|
|
149
|
+
- Added Type Alias ManagedClusterSnapshotsListByResourceGroupResponse
|
|
150
|
+
- Added Type Alias ManagedClusterSnapshotsListNextResponse
|
|
151
|
+
- Added Type Alias ManagedClusterSnapshotsListResponse
|
|
152
|
+
- Added Type Alias ManagedClusterSnapshotsUpdateTagsResponse
|
|
153
|
+
- Added Type Alias ManagedClustersRebalanceLoadBalancersResponse
|
|
154
|
+
- Added Type Alias Mode
|
|
155
|
+
- Added Type Alias NamespaceProvisioningState
|
|
156
|
+
- Added Type Alias NamespacesCreateOrUpdateResponse
|
|
157
|
+
- Added Type Alias NamespacesDeleteResponse
|
|
158
|
+
- Added Type Alias NamespacesGetResponse
|
|
159
|
+
- Added Type Alias NamespacesListByManagedClusterNextResponse
|
|
160
|
+
- Added Type Alias NamespacesListByManagedClusterResponse
|
|
161
|
+
- Added Type Alias NamespacesListCredentialResponse
|
|
162
|
+
- Added Type Alias NamespacesUpdateResponse
|
|
163
|
+
- Added Type Alias NodeProvisioningMode
|
|
164
|
+
- Added Type Alias OperationStatusResultGetByAgentPoolResponse
|
|
165
|
+
- Added Type Alias OperationStatusResultGetResponse
|
|
166
|
+
- Added Type Alias OperationStatusResultListNextResponse
|
|
167
|
+
- Added Type Alias OperationStatusResultListResponse
|
|
168
|
+
- Added Type Alias Operator
|
|
169
|
+
- Added Type Alias PodIPAllocationMode
|
|
170
|
+
- Added Type Alias PodLinkLocalAccess
|
|
171
|
+
- Added Type Alias PolicyRule
|
|
172
|
+
- Added Type Alias SafeguardsSupport
|
|
173
|
+
- Added Type Alias SeccompDefault
|
|
174
|
+
- Added Type Alias TransitEncryption
|
|
175
|
+
- Added Type Alias UndrainableNodeBehavior
|
|
176
|
+
- Interface AdvancedNetworkingSecurity has a new optional parameter advancedNetworkPolicies
|
|
177
|
+
- Interface AdvancedNetworkingSecurity has a new optional parameter transitEncryption
|
|
178
|
+
- Interface AgentPool has a new optional parameter artifactStreamingProfile
|
|
179
|
+
- Interface AgentPool has a new optional parameter enableCustomCATrust
|
|
180
|
+
- Interface AgentPool has a new optional parameter gatewayProfile
|
|
181
|
+
- Interface AgentPool has a new optional parameter nodeInitializationTaints
|
|
182
|
+
- Interface AgentPool has a new optional parameter podIPAllocationMode
|
|
183
|
+
- Interface AgentPool has a new optional parameter status
|
|
184
|
+
- Interface AgentPool has a new optional parameter virtualMachineNodesStatus
|
|
185
|
+
- Interface AgentPool has a new optional parameter virtualMachinesProfile
|
|
186
|
+
- Interface AgentPoolSecurityProfile has a new optional parameter sshAccess
|
|
187
|
+
- Interface AgentPoolUpgradeProfile has a new optional parameter componentsByReleases
|
|
188
|
+
- Interface AgentPoolUpgradeProfilePropertiesUpgradesItem has a new optional parameter isOutOfSupport
|
|
189
|
+
- Interface AgentPoolUpgradeSettings has a new optional parameter maxBlockedNodes
|
|
190
|
+
- Interface AgentPoolUpgradeSettings has a new optional parameter maxUnavailable
|
|
191
|
+
- Interface AgentPoolUpgradeSettings has a new optional parameter undrainableNodeBehavior
|
|
192
|
+
- Interface ContainerServiceNetworkProfile has a new optional parameter kubeProxyConfig
|
|
193
|
+
- Interface ContainerServiceNetworkProfile has a new optional parameter podLinkLocalAccess
|
|
194
|
+
- Interface ContainerServiceNetworkProfile has a new optional parameter staticEgressGatewayProfile
|
|
195
|
+
- Interface IstioEgressGateway has a new optional parameter gatewayConfigurationName
|
|
196
|
+
- Interface IstioEgressGateway has a new optional parameter namespace
|
|
197
|
+
- Interface KubeletConfig has a new optional parameter seccompDefault
|
|
198
|
+
- Interface ManagedCluster has a new optional parameter aiToolchainOperatorProfile
|
|
199
|
+
- Interface ManagedCluster has a new optional parameter creationData
|
|
200
|
+
- Interface ManagedCluster has a new optional parameter enableNamespaceResources
|
|
201
|
+
- Interface ManagedCluster has a new optional parameter kind
|
|
202
|
+
- Interface ManagedCluster has a new optional parameter nodeProvisioningProfile
|
|
203
|
+
- Interface ManagedCluster has a new optional parameter safeguardsProfile
|
|
204
|
+
- Interface ManagedCluster has a new optional parameter status
|
|
205
|
+
- Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter artifactStreamingProfile
|
|
206
|
+
- Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter enableCustomCATrust
|
|
207
|
+
- Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter gatewayProfile
|
|
208
|
+
- Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter nodeInitializationTaints
|
|
209
|
+
- Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter podIPAllocationMode
|
|
210
|
+
- Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter status
|
|
211
|
+
- Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter virtualMachineNodesStatus
|
|
212
|
+
- Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter virtualMachinesProfile
|
|
213
|
+
- Interface ManagedClusterAPIServerAccessProfile has a new optional parameter enableVnetIntegration
|
|
214
|
+
- Interface ManagedClusterAPIServerAccessProfile has a new optional parameter subnetId
|
|
215
|
+
- Interface ManagedClusterAzureMonitorProfile has a new optional parameter appMonitoring
|
|
216
|
+
- Interface ManagedClusterAzureMonitorProfile has a new optional parameter containerInsights
|
|
217
|
+
- Interface ManagedClusterHttpProxyConfig has a new optional parameter effectiveNoProxy
|
|
218
|
+
- Interface ManagedClusterLoadBalancerProfile has a new optional parameter clusterServiceLoadBalancerHealthProbeMode
|
|
219
|
+
- Interface ManagedClusterPoolUpgradeProfile has a new optional parameter componentsByReleases
|
|
220
|
+
- Interface ManagedClusterPoolUpgradeProfileUpgradesItem has a new optional parameter isOutOfSupport
|
|
221
|
+
- Interface ManagedClustersDeleteOptionalParams has a new optional parameter ignorePodDisruptionBudget
|
|
222
|
+
- Interface ManagedClusterSecurityProfile has a new optional parameter imageIntegrity
|
|
223
|
+
- Interface ManagedClusterSecurityProfile has a new optional parameter nodeRestriction
|
|
224
|
+
- Interface ManagedClusterSecurityProfileDefender has a new optional parameter securityGating
|
|
225
|
+
- Interface ManagedClusterStorageProfileDiskCSIDriver has a new optional parameter version
|
|
226
|
+
- Interface ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler has a new optional parameter addonAutoscaling
|
|
227
|
+
- Added Enum KnownAddonAutoscaling
|
|
228
|
+
- Added Enum KnownAdoptionPolicy
|
|
229
|
+
- Added Enum KnownAdvancedNetworkPolicies
|
|
230
|
+
- Added Enum KnownAgentPoolSSHAccess
|
|
231
|
+
- Added Enum KnownClusterServiceLoadBalancerHealthProbeMode
|
|
232
|
+
- Added Enum KnownDeletePolicy
|
|
233
|
+
- Added Enum KnownDriverType
|
|
234
|
+
- Added Enum KnownGuardrailsSupport
|
|
235
|
+
- Added Enum KnownIpvsScheduler
|
|
236
|
+
- Added Enum KnownLevel
|
|
237
|
+
- Added Enum KnownMode
|
|
238
|
+
- Added Enum KnownNamespaceProvisioningState
|
|
239
|
+
- Added Enum KnownNodeProvisioningMode
|
|
240
|
+
- Added Enum KnownOperator
|
|
241
|
+
- Added Enum KnownPodIPAllocationMode
|
|
242
|
+
- Added Enum KnownPodLinkLocalAccess
|
|
243
|
+
- Added Enum KnownPolicyRule
|
|
244
|
+
- Added Enum KnownSafeguardsSupport
|
|
245
|
+
- Added Enum KnownSeccompDefault
|
|
246
|
+
- Added Enum KnownTransitEncryption
|
|
247
|
+
- Added Enum KnownUndrainableNodeBehavior
|
|
248
|
+
- Enum KnownAgentPoolMode has a new value Gateway
|
|
249
|
+
- Enum KnownAgentPoolType has a new value VirtualMachines
|
|
250
|
+
- Enum KnownManagedClusterSKUName has a new value Automatic
|
|
251
|
+
- Enum KnownOssku has a new value Mariner
|
|
252
|
+
- Enum KnownOssku has a new value WindowsAnnual
|
|
253
|
+
- Enum KnownPublicNetworkAccess has a new value SecuredByPerimeter
|
|
254
|
+
- Enum KnownSnapshotType has a new value ManagedCluster
|
|
255
|
+
- Enum KnownWorkloadRuntime has a new value KataMshvVmIsolation
|
|
256
|
+
|
|
257
|
+
### Breaking Changes
|
|
258
|
+
|
|
259
|
+
- Interface IstioEgressGateway has a new required parameter name
|
|
260
|
+
- Type of parameter gpuProfile of interface AgentPool is changed from GPUProfile to AgentPoolGPUProfile
|
|
261
|
+
- Type of parameter gpuProfile of interface ManagedClusterAgentPoolProfileProperties is changed from GPUProfile to AgentPoolGPUProfile
|
|
262
|
+
- Removed Enum KnownGPUDriver
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
## 21.6.0 (2025-04-25)
|
|
266
|
+
|
|
267
|
+
### Features Added
|
|
268
|
+
|
|
269
|
+
- Added Interface ManagedClusterIngressProfileNginx
|
|
270
|
+
- Added Type Alias NginxIngressControllerType
|
|
271
|
+
- Interface ManagedClusterIngressProfileWebAppRouting has a new optional parameter nginx
|
|
272
|
+
- Added Enum KnownNginxIngressControllerType
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
## 21.5.0 (2025-03-24)
|
|
276
|
+
|
|
277
|
+
### Features Added
|
|
278
|
+
|
|
279
|
+
- Added Interface GPUProfile
|
|
280
|
+
- Added Interface ManagedClusterBootstrapProfile
|
|
281
|
+
- Added Type Alias ArtifactSource
|
|
282
|
+
- Added Type Alias GPUDriver
|
|
283
|
+
- Interface AgentPool has a new optional parameter gpuProfile
|
|
284
|
+
- Interface ManagedCluster has a new optional parameter bootstrapProfile
|
|
285
|
+
- Interface ManagedClusterAgentPoolProfileProperties has a new optional parameter gpuProfile
|
|
286
|
+
- Interface ManagedClusterSecurityProfile has a new optional parameter customCATrustCertificates
|
|
287
|
+
- Added Enum KnownArtifactSource
|
|
288
|
+
- Added Enum KnownGPUDriver
|
|
289
|
+
- Enum KnownOutboundType has a new value None
|
|
290
|
+
|
|
291
|
+
|
|
3
292
|
## 22.0.0-beta.1 (2025-03-13)
|
|
4
293
|
Compared with version 21.4.0
|
|
5
294
|
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ The Container Service Client.
|
|
|
6
6
|
|
|
7
7
|
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/containerservice/arm-containerservice) |
|
|
8
8
|
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-containerservice) |
|
|
9
|
-
[API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-containerservice
|
|
9
|
+
[API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-containerservice) |
|
|
10
10
|
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
|
|
11
11
|
|
|
12
12
|
## Getting started
|
|
@@ -63,10 +63,11 @@ For browser environments, use the `InteractiveBrowserCredential` from the `@azur
|
|
|
63
63
|
import { InteractiveBrowserCredential } from "@azure/identity";
|
|
64
64
|
import { ContainerServiceClient } from "@azure/arm-containerservice";
|
|
65
65
|
|
|
66
|
+
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
66
67
|
const credential = new InteractiveBrowserCredential({
|
|
67
68
|
tenantId: "<YOUR_TENANT_ID>",
|
|
68
|
-
clientId: "<YOUR_CLIENT_ID>"
|
|
69
|
-
|
|
69
|
+
clientId: "<YOUR_CLIENT_ID>",
|
|
70
|
+
});
|
|
70
71
|
const client = new ContainerServiceClient(credential, subscriptionId);
|
|
71
72
|
```
|
|
72
73
|
|
|
@@ -105,7 +106,6 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
|
105
106
|
|
|
106
107
|
- [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
|
|
107
108
|
|
|
108
|
-

|
|
109
109
|
|
|
110
110
|
[azure_cli]: https://learn.microsoft.com/cli/azure
|
|
111
111
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
|
-
import * as coreAuth from "@azure/core-auth";
|
|
3
|
-
import { Operations, ManagedClusters,
|
|
4
|
-
import { ContainerServiceClientOptionalParams } from "./models/index.js";
|
|
2
|
+
import type * as coreAuth from "@azure/core-auth";
|
|
3
|
+
import type { Operations, ManagedClusters, MaintenanceConfigurations, AgentPools, PrivateEndpointConnections, PrivateLinkResources, ResolvePrivateLinkServiceId, Snapshots, TrustedAccessRoleBindings, TrustedAccessRoles, Machines } from "./operationsInterfaces/index.js";
|
|
4
|
+
import type { ContainerServiceClientOptionalParams } from "./models/index.js";
|
|
5
5
|
export declare class ContainerServiceClient extends coreClient.ServiceClient {
|
|
6
6
|
$host: string;
|
|
7
7
|
apiVersion: string;
|
|
@@ -17,18 +17,14 @@ export declare class ContainerServiceClient extends coreClient.ServiceClient {
|
|
|
17
17
|
private addCustomApiVersionPolicy;
|
|
18
18
|
operations: Operations;
|
|
19
19
|
managedClusters: ManagedClusters;
|
|
20
|
-
containerService: ContainerService;
|
|
21
20
|
maintenanceConfigurations: MaintenanceConfigurations;
|
|
22
21
|
agentPools: AgentPools;
|
|
23
|
-
machines: Machines;
|
|
24
22
|
privateEndpointConnections: PrivateEndpointConnections;
|
|
25
23
|
privateLinkResources: PrivateLinkResources;
|
|
26
24
|
resolvePrivateLinkServiceId: ResolvePrivateLinkServiceId;
|
|
27
|
-
operationStatusResultOperations: OperationStatusResultOperations;
|
|
28
25
|
snapshots: Snapshots;
|
|
29
|
-
managedClusterSnapshots: ManagedClusterSnapshots;
|
|
30
|
-
trustedAccessRoles: TrustedAccessRoles;
|
|
31
26
|
trustedAccessRoleBindings: TrustedAccessRoleBindings;
|
|
32
|
-
|
|
27
|
+
trustedAccessRoles: TrustedAccessRoles;
|
|
28
|
+
machines: Machines;
|
|
33
29
|
}
|
|
34
30
|
//# sourceMappingURL=containerServiceClient.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"containerServiceClient.d.ts","sourceRoot":"","sources":["../../src/containerServiceClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"containerServiceClient.d.ts","sourceRoot":"","sources":["../../src/containerServiceClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAclD,OAAO,KAAK,EACV,UAAU,EACV,eAAe,EACf,yBAAyB,EACzB,UAAU,EACV,0BAA0B,EAC1B,oBAAoB,EACpB,2BAA2B,EAC3B,SAAS,EACT,yBAAyB,EACzB,kBAAkB,EAClB,QAAQ,EACT,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;IAyFhD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,UAAU,EAAE,UAAU,CAAC;IACvB,eAAe,EAAE,eAAe,CAAC;IACjC,yBAAyB,EAAE,yBAAyB,CAAC;IACrD,UAAU,EAAE,UAAU,CAAC;IACvB,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,2BAA2B,EAAE,2BAA2B,CAAC;IACzD,SAAS,EAAE,SAAS,CAAC;IACrB,yBAAyB,EAAE,yBAAyB,CAAC;IACrD,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,QAAQ,EAAE,QAAQ,CAAC;CACpB"}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import * as coreClient from "@azure/core-client";
|
|
9
9
|
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
|
10
|
-
import { OperationsImpl, ManagedClustersImpl,
|
|
10
|
+
import { OperationsImpl, ManagedClustersImpl, MaintenanceConfigurationsImpl, AgentPoolsImpl, PrivateEndpointConnectionsImpl, PrivateLinkResourcesImpl, ResolvePrivateLinkServiceIdImpl, SnapshotsImpl, TrustedAccessRoleBindingsImpl, TrustedAccessRolesImpl, MachinesImpl, } from "./operations/index.js";
|
|
11
11
|
export class ContainerServiceClient extends coreClient.ServiceClient {
|
|
12
12
|
/**
|
|
13
13
|
* Initializes a new instance of the ContainerServiceClient class.
|
|
@@ -31,7 +31,7 @@ export class ContainerServiceClient extends coreClient.ServiceClient {
|
|
|
31
31
|
requestContentType: "application/json; charset=utf-8",
|
|
32
32
|
credential: credentials,
|
|
33
33
|
};
|
|
34
|
-
const packageDetails = `azsdk-js-arm-containerservice/22.0.0
|
|
34
|
+
const packageDetails = `azsdk-js-arm-containerservice/22.0.0`;
|
|
35
35
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
36
36
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
37
37
|
: `${packageDetails}`;
|
|
@@ -64,23 +64,18 @@ export class ContainerServiceClient extends coreClient.ServiceClient {
|
|
|
64
64
|
this.subscriptionId = subscriptionId;
|
|
65
65
|
// Assigning values to Constant parameters
|
|
66
66
|
this.$host = options.$host || "https://management.azure.com";
|
|
67
|
-
this.apiVersion = options.apiVersion || "
|
|
67
|
+
this.apiVersion = options.apiVersion || "2025-03-01";
|
|
68
68
|
this.operations = new OperationsImpl(this);
|
|
69
69
|
this.managedClusters = new ManagedClustersImpl(this);
|
|
70
|
-
this.containerService = new ContainerServiceImpl(this);
|
|
71
70
|
this.maintenanceConfigurations = new MaintenanceConfigurationsImpl(this);
|
|
72
71
|
this.agentPools = new AgentPoolsImpl(this);
|
|
73
|
-
this.machines = new MachinesImpl(this);
|
|
74
72
|
this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);
|
|
75
73
|
this.privateLinkResources = new PrivateLinkResourcesImpl(this);
|
|
76
74
|
this.resolvePrivateLinkServiceId = new ResolvePrivateLinkServiceIdImpl(this);
|
|
77
|
-
this.operationStatusResultOperations =
|
|
78
|
-
new OperationStatusResultOperationsImpl(this);
|
|
79
75
|
this.snapshots = new SnapshotsImpl(this);
|
|
80
|
-
this.managedClusterSnapshots = new ManagedClusterSnapshotsImpl(this);
|
|
81
|
-
this.trustedAccessRoles = new TrustedAccessRolesImpl(this);
|
|
82
76
|
this.trustedAccessRoleBindings = new TrustedAccessRoleBindingsImpl(this);
|
|
83
|
-
this.
|
|
77
|
+
this.trustedAccessRoles = new TrustedAccessRolesImpl(this);
|
|
78
|
+
this.machines = new MachinesImpl(this);
|
|
84
79
|
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
85
80
|
}
|
|
86
81
|
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"containerServiceClient.js","sourceRoot":"","sources":["../../src/containerServiceClient.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * 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 */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest,\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n OperationsImpl,\n ManagedClustersImpl,\n ContainerServiceImpl,\n MaintenanceConfigurationsImpl,\n AgentPoolsImpl,\n MachinesImpl,\n PrivateEndpointConnectionsImpl,\n PrivateLinkResourcesImpl,\n ResolvePrivateLinkServiceIdImpl,\n OperationStatusResultOperationsImpl,\n SnapshotsImpl,\n ManagedClusterSnapshotsImpl,\n TrustedAccessRolesImpl,\n TrustedAccessRoleBindingsImpl,\n LoadBalancersImpl,\n} from \"./operations/index.js\";\nimport {\n Operations,\n ManagedClusters,\n ContainerService,\n MaintenanceConfigurations,\n AgentPools,\n Machines,\n PrivateEndpointConnections,\n PrivateLinkResources,\n ResolvePrivateLinkServiceId,\n OperationStatusResultOperations,\n Snapshots,\n ManagedClusterSnapshots,\n TrustedAccessRoles,\n TrustedAccessRoleBindings,\n LoadBalancers,\n} from \"./operationsInterfaces/index.js\";\nimport { 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/22.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:\n 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 ===\n 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 ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n 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 || \"2024-10-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.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(\n this,\n );\n this.operationStatusResultOperations =\n 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.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(\n request: PipelineRequest,\n next: SendRequest,\n ): 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 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}\n"]}
|
|
1
|
+
{"version":3,"file":"containerServiceClient.js","sourceRoot":"","sources":["../../src/containerServiceClient.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * 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 */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport type {\n PipelineRequest,\n PipelineResponse,\n SendRequest,\n} from \"@azure/core-rest-pipeline\";\nimport type * as coreAuth from \"@azure/core-auth\";\nimport {\n OperationsImpl,\n ManagedClustersImpl,\n MaintenanceConfigurationsImpl,\n AgentPoolsImpl,\n PrivateEndpointConnectionsImpl,\n PrivateLinkResourcesImpl,\n ResolvePrivateLinkServiceIdImpl,\n SnapshotsImpl,\n TrustedAccessRoleBindingsImpl,\n TrustedAccessRolesImpl,\n MachinesImpl,\n} from \"./operations/index.js\";\nimport type {\n Operations,\n ManagedClusters,\n MaintenanceConfigurations,\n AgentPools,\n PrivateEndpointConnections,\n PrivateLinkResources,\n ResolvePrivateLinkServiceId,\n Snapshots,\n TrustedAccessRoleBindings,\n TrustedAccessRoles,\n Machines,\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/22.0.0`;\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:\n 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 ===\n 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 ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n 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-03-01\";\n this.operations = new OperationsImpl(this);\n this.managedClusters = new ManagedClustersImpl(this);\n this.maintenanceConfigurations = new MaintenanceConfigurationsImpl(this);\n this.agentPools = new AgentPoolsImpl(this);\n this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);\n this.privateLinkResources = new PrivateLinkResourcesImpl(this);\n this.resolvePrivateLinkServiceId = new ResolvePrivateLinkServiceIdImpl(\n this,\n );\n this.snapshots = new SnapshotsImpl(this);\n this.trustedAccessRoleBindings = new TrustedAccessRoleBindingsImpl(this);\n this.trustedAccessRoles = new TrustedAccessRolesImpl(this);\n this.machines = new MachinesImpl(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(\n request: PipelineRequest,\n next: SendRequest,\n ): 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 maintenanceConfigurations: MaintenanceConfigurations;\n agentPools: AgentPools;\n privateEndpointConnections: PrivateEndpointConnections;\n privateLinkResources: PrivateLinkResources;\n resolvePrivateLinkServiceId: ResolvePrivateLinkServiceId;\n snapshots: Snapshots;\n trustedAccessRoleBindings: TrustedAccessRoleBindings;\n trustedAccessRoles: TrustedAccessRoles;\n machines: Machines;\n}\n"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LongRunningOperation, LroResponse } from "@azure/core-lro";
|
|
1
|
+
import type { LongRunningOperation, LroResponse } from "@azure/core-lro";
|
|
2
2
|
export declare function createLroSpec<T>(inputs: {
|
|
3
3
|
sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;
|
|
4
4
|
args: Record<string, unknown>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEzE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAmB1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAKH,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,UAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * 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 */\n\nimport type { AbortSignalLike } from \"@azure/abort-controller\";\nimport type { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
|