@azure/arm-containerservice 25.2.0 → 25.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/api/agentPools/operations.js +42 -24
- package/dist/browser/api/agentPools/operations.js.map +1 -1
- package/dist/browser/api/containerServiceContext.js +4 -2
- package/dist/browser/api/containerServiceContext.js.map +1 -1
- package/dist/browser/api/identityBindings/index.d.ts +3 -0
- package/dist/browser/api/identityBindings/index.js.map +1 -0
- package/dist/browser/api/identityBindings/operations.d.ts +23 -0
- package/dist/{react-native/api/trustedAccessRoleBindings → browser/api/identityBindings}/operations.js +49 -41
- package/dist/browser/api/identityBindings/operations.js.map +1 -0
- package/dist/browser/api/identityBindings/options.d.ts +18 -0
- package/dist/browser/api/identityBindings/options.js.map +1 -0
- package/dist/browser/api/machines/operations.js +9 -5
- package/dist/browser/api/machines/operations.js.map +1 -1
- package/dist/browser/api/maintenanceConfigurations/operations.js +17 -9
- package/dist/browser/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/browser/api/managedClusters/operations.d.ts +2 -2
- package/dist/browser/api/managedClusters/operations.js +123 -71
- package/dist/browser/api/managedClusters/operations.js.map +1 -1
- package/dist/browser/api/managedNamespaces/operations.js +27 -15
- package/dist/browser/api/managedNamespaces/operations.js.map +1 -1
- package/dist/browser/api/operations/operations.js +5 -3
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/privateEndpointConnections/operations.js +17 -9
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/browser/api/privateLinkResources/operations.js +4 -2
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -1
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js +4 -2
- package/dist/browser/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/browser/api/snapshots/operations.js +26 -14
- package/dist/browser/api/snapshots/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoleBindings/operations.js +19 -11
- package/dist/browser/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/browser/api/trustedAccessRoles/operations.js +5 -3
- package/dist/browser/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/browser/classic/identityBindings/index.d.ts +27 -0
- package/dist/browser/classic/identityBindings/index.js +34 -0
- package/dist/browser/classic/identityBindings/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +1 -0
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/managedClusters/index.d.ts +1 -1
- package/dist/browser/classic/managedClusters/index.js.map +1 -1
- package/dist/browser/containerServiceClient.d.ts +3 -0
- package/dist/browser/containerServiceClient.js +4 -0
- package/dist/browser/containerServiceClient.js.map +1 -1
- package/dist/browser/index.d.ts +5 -3
- package/dist/browser/index.js +2 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -2
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +115 -5
- package/dist/browser/models/models.js +121 -0
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +13 -4
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pagingHelpers.js +1 -1
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pollingHelpers.js +1 -1
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/commonjs/api/agentPools/operations.js +42 -24
- package/dist/commonjs/api/agentPools/operations.js.map +2 -2
- package/dist/commonjs/api/containerServiceContext.js +4 -2
- package/dist/commonjs/api/containerServiceContext.js.map +2 -2
- package/dist/commonjs/api/identityBindings/index.d.ts +3 -0
- package/dist/commonjs/api/identityBindings/index.js +34 -0
- package/dist/commonjs/api/identityBindings/index.js.map +7 -0
- package/dist/commonjs/api/identityBindings/operations.d.ts +23 -0
- package/dist/commonjs/api/identityBindings/operations.js +216 -0
- package/dist/commonjs/api/identityBindings/operations.js.map +7 -0
- package/dist/commonjs/api/identityBindings/options.d.ts +18 -0
- package/dist/commonjs/api/identityBindings/options.js +16 -0
- package/dist/commonjs/api/identityBindings/options.js.map +7 -0
- package/dist/commonjs/api/machines/operations.js +9 -5
- package/dist/commonjs/api/machines/operations.js.map +2 -2
- package/dist/commonjs/api/maintenanceConfigurations/operations.js +17 -9
- package/dist/commonjs/api/maintenanceConfigurations/operations.js.map +2 -2
- package/dist/commonjs/api/managedClusters/operations.d.ts +2 -2
- package/dist/commonjs/api/managedClusters/operations.js +123 -71
- package/dist/commonjs/api/managedClusters/operations.js.map +2 -2
- package/dist/commonjs/api/managedNamespaces/operations.js +27 -15
- package/dist/commonjs/api/managedNamespaces/operations.js.map +2 -2
- package/dist/commonjs/api/operations/operations.js +5 -3
- package/dist/commonjs/api/operations/operations.js.map +2 -2
- package/dist/commonjs/api/privateEndpointConnections/operations.js +17 -9
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +2 -2
- package/dist/commonjs/api/privateLinkResources/operations.js +4 -2
- package/dist/commonjs/api/privateLinkResources/operations.js.map +2 -2
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js +4 -2
- package/dist/commonjs/api/resolvePrivateLinkServiceId/operations.js.map +2 -2
- package/dist/commonjs/api/snapshots/operations.js +26 -14
- package/dist/commonjs/api/snapshots/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js +19 -11
- package/dist/commonjs/api/trustedAccessRoleBindings/operations.js.map +2 -2
- package/dist/commonjs/api/trustedAccessRoles/operations.js +5 -3
- package/dist/commonjs/api/trustedAccessRoles/operations.js.map +2 -2
- package/dist/commonjs/classic/identityBindings/index.d.ts +27 -0
- package/dist/commonjs/classic/identityBindings/index.js +85 -0
- package/dist/commonjs/classic/identityBindings/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +1 -0
- package/dist/commonjs/classic/index.js.map +1 -1
- package/dist/commonjs/classic/managedClusters/index.d.ts +1 -1
- package/dist/commonjs/classic/managedClusters/index.js.map +1 -1
- package/dist/commonjs/containerServiceClient.d.ts +3 -0
- package/dist/commonjs/containerServiceClient.js +4 -0
- package/dist/commonjs/containerServiceClient.js.map +2 -2
- package/dist/commonjs/index.d.ts +5 -3
- package/dist/commonjs/index.js +7 -0
- package/dist/commonjs/index.js.map +2 -2
- package/dist/commonjs/models/index.d.ts +2 -2
- package/dist/commonjs/models/index.js +2 -0
- package/dist/commonjs/models/index.js.map +2 -2
- package/dist/commonjs/models/models.d.ts +115 -5
- package/dist/commonjs/models/models.js +129 -2
- package/dist/commonjs/models/models.js.map +3 -3
- package/dist/commonjs/restorePollerHelpers.js +35 -26
- package/dist/commonjs/restorePollerHelpers.js.map +3 -3
- package/dist/commonjs/static-helpers/pagingHelpers.js +1 -1
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +2 -2
- package/dist/commonjs/static-helpers/pollingHelpers.js +1 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +2 -2
- package/dist/esm/api/agentPools/operations.js +42 -24
- package/dist/esm/api/agentPools/operations.js.map +1 -1
- package/dist/esm/api/containerServiceContext.js +4 -2
- package/dist/esm/api/containerServiceContext.js.map +1 -1
- package/dist/esm/api/identityBindings/index.d.ts +3 -0
- package/dist/esm/api/identityBindings/index.js +4 -0
- package/dist/esm/api/identityBindings/index.js.map +1 -0
- package/dist/esm/api/identityBindings/operations.d.ts +23 -0
- package/dist/{react-native/api/maintenanceConfigurations → esm/api/identityBindings}/operations.js +57 -38
- package/dist/esm/api/identityBindings/operations.js.map +1 -0
- package/dist/esm/api/identityBindings/options.d.ts +18 -0
- package/dist/esm/api/identityBindings/options.js.map +1 -0
- package/dist/esm/api/machines/operations.js +9 -5
- package/dist/esm/api/machines/operations.js.map +1 -1
- package/dist/esm/api/maintenanceConfigurations/operations.js +17 -9
- package/dist/esm/api/maintenanceConfigurations/operations.js.map +1 -1
- package/dist/esm/api/managedClusters/operations.d.ts +2 -2
- package/dist/esm/api/managedClusters/operations.js +123 -71
- package/dist/esm/api/managedClusters/operations.js.map +1 -1
- package/dist/esm/api/managedNamespaces/operations.js +27 -15
- package/dist/esm/api/managedNamespaces/operations.js.map +1 -1
- package/dist/esm/api/operations/operations.js +5 -3
- package/dist/esm/api/operations/operations.js.map +1 -1
- package/dist/esm/api/privateEndpointConnections/operations.js +17 -9
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/esm/api/privateLinkResources/operations.js +4 -2
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -1
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js +4 -2
- package/dist/esm/api/resolvePrivateLinkServiceId/operations.js.map +1 -1
- package/dist/esm/api/snapshots/operations.js +26 -14
- package/dist/esm/api/snapshots/operations.js.map +1 -1
- package/dist/esm/api/trustedAccessRoleBindings/operations.js +19 -11
- package/dist/esm/api/trustedAccessRoleBindings/operations.js.map +1 -1
- package/dist/esm/api/trustedAccessRoles/operations.js +5 -3
- package/dist/esm/api/trustedAccessRoles/operations.js.map +1 -1
- package/dist/esm/classic/identityBindings/index.d.ts +27 -0
- package/dist/esm/classic/identityBindings/index.js +34 -0
- package/dist/esm/classic/identityBindings/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +1 -0
- package/dist/esm/classic/index.js.map +1 -1
- package/dist/esm/classic/managedClusters/index.d.ts +1 -1
- package/dist/esm/classic/managedClusters/index.js.map +1 -1
- package/dist/esm/containerServiceClient.d.ts +3 -0
- package/dist/esm/containerServiceClient.js +4 -0
- package/dist/esm/containerServiceClient.js.map +1 -1
- package/dist/esm/index.d.ts +5 -3
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/index.d.ts +2 -2
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +115 -5
- package/dist/esm/models/models.js +121 -0
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/restorePollerHelpers.js +13 -4
- package/dist/esm/restorePollerHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pagingHelpers.js +1 -1
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pollingHelpers.js +1 -1
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
- package/package.json +19 -67
- package/dist/react-native/api/agentPools/index.d.ts +0 -3
- package/dist/react-native/api/agentPools/index.js +0 -4
- package/dist/react-native/api/agentPools/index.js.map +0 -1
- package/dist/react-native/api/agentPools/operations.d.ts +0 -43
- package/dist/react-native/api/agentPools/operations.js +0 -300
- package/dist/react-native/api/agentPools/operations.js.map +0 -1
- package/dist/react-native/api/agentPools/options.d.ts +0 -47
- package/dist/react-native/api/agentPools/options.js.map +0 -1
- package/dist/react-native/api/containerServiceContext.d.ts +0 -22
- package/dist/react-native/api/containerServiceContext.js +0 -24
- package/dist/react-native/api/containerServiceContext.js.map +0 -1
- package/dist/react-native/api/index.d.ts +0 -3
- package/dist/react-native/api/index.js +0 -4
- package/dist/react-native/api/index.js.map +0 -1
- package/dist/react-native/api/machines/index.d.ts +0 -3
- package/dist/react-native/api/machines/index.js +0 -4
- package/dist/react-native/api/machines/index.js.map +0 -1
- package/dist/react-native/api/machines/operations.d.ts +0 -14
- package/dist/react-native/api/machines/operations.js +0 -65
- package/dist/react-native/api/machines/operations.js.map +0 -1
- package/dist/react-native/api/machines/options.d.ts +0 -8
- package/dist/react-native/api/machines/options.js.map +0 -1
- package/dist/react-native/api/maintenanceConfigurations/index.d.ts +0 -3
- package/dist/react-native/api/maintenanceConfigurations/index.js.map +0 -1
- package/dist/react-native/api/maintenanceConfigurations/operations.d.ts +0 -22
- package/dist/react-native/api/maintenanceConfigurations/operations.js.map +0 -1
- package/dist/react-native/api/maintenanceConfigurations/options.d.ts +0 -14
- package/dist/react-native/api/maintenanceConfigurations/options.js +0 -4
- package/dist/react-native/api/maintenanceConfigurations/options.js.map +0 -1
- package/dist/react-native/api/managedClusters/index.d.ts +0 -3
- package/dist/react-native/api/managedClusters/index.js +0 -4
- package/dist/react-native/api/managedClusters/index.js.map +0 -1
- package/dist/react-native/api/managedClusters/operations.d.ts +0 -111
- package/dist/react-native/api/managedClusters/operations.js +0 -801
- package/dist/react-native/api/managedClusters/operations.js.map +0 -1
- package/dist/react-native/api/managedClusters/options.d.ts +0 -119
- package/dist/react-native/api/managedClusters/options.js +0 -4
- package/dist/react-native/api/managedClusters/options.js.map +0 -1
- package/dist/react-native/api/managedNamespaces/index.d.ts +0 -3
- package/dist/react-native/api/managedNamespaces/index.js +0 -4
- package/dist/react-native/api/managedNamespaces/index.js.map +0 -1
- package/dist/react-native/api/managedNamespaces/operations.d.ts +0 -31
- package/dist/react-native/api/managedNamespaces/operations.js +0 -191
- package/dist/react-native/api/managedNamespaces/operations.js.map +0 -1
- package/dist/react-native/api/managedNamespaces/options.d.ts +0 -24
- package/dist/react-native/api/managedNamespaces/options.js +0 -4
- package/dist/react-native/api/managedNamespaces/options.js.map +0 -1
- package/dist/react-native/api/operations/index.d.ts +0 -3
- package/dist/react-native/api/operations/index.js +0 -4
- package/dist/react-native/api/operations/index.js.map +0 -1
- package/dist/react-native/api/operations/operations.d.ts +0 -10
- package/dist/react-native/api/operations/operations.js +0 -31
- package/dist/react-native/api/operations/operations.js.map +0 -1
- package/dist/react-native/api/operations/options.d.ts +0 -5
- package/dist/react-native/api/operations/options.js +0 -4
- package/dist/react-native/api/operations/options.js.map +0 -1
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +0 -3
- package/dist/react-native/api/privateEndpointConnections/index.js +0 -4
- package/dist/react-native/api/privateEndpointConnections/index.js.map +0 -1
- package/dist/react-native/api/privateEndpointConnections/operations.d.ts +0 -22
- package/dist/react-native/api/privateEndpointConnections/operations.js +0 -126
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +0 -1
- package/dist/react-native/api/privateEndpointConnections/options.d.ts +0 -16
- package/dist/react-native/api/privateEndpointConnections/options.js +0 -4
- package/dist/react-native/api/privateEndpointConnections/options.js.map +0 -1
- package/dist/react-native/api/privateLinkResources/index.d.ts +0 -3
- package/dist/react-native/api/privateLinkResources/index.js +0 -4
- package/dist/react-native/api/privateLinkResources/index.js.map +0 -1
- package/dist/react-native/api/privateLinkResources/operations.d.ts +0 -9
- package/dist/react-native/api/privateLinkResources/operations.js +0 -34
- package/dist/react-native/api/privateLinkResources/operations.js.map +0 -1
- package/dist/react-native/api/privateLinkResources/options.d.ts +0 -5
- package/dist/react-native/api/privateLinkResources/options.js +0 -4
- package/dist/react-native/api/privateLinkResources/options.js.map +0 -1
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.d.ts +0 -3
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.js +0 -4
- package/dist/react-native/api/resolvePrivateLinkServiceId/index.js.map +0 -1
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.d.ts +0 -9
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js +0 -36
- package/dist/react-native/api/resolvePrivateLinkServiceId/operations.js.map +0 -1
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.d.ts +0 -5
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.js +0 -4
- package/dist/react-native/api/resolvePrivateLinkServiceId/options.js.map +0 -1
- package/dist/react-native/api/snapshots/index.d.ts +0 -3
- package/dist/react-native/api/snapshots/index.js +0 -4
- package/dist/react-native/api/snapshots/index.js.map +0 -1
- package/dist/react-native/api/snapshots/operations.d.ts +0 -30
- package/dist/react-native/api/snapshots/operations.js +0 -171
- package/dist/react-native/api/snapshots/operations.js.map +0 -1
- package/dist/react-native/api/snapshots/options.d.ts +0 -20
- package/dist/react-native/api/snapshots/options.js +0 -4
- package/dist/react-native/api/snapshots/options.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoleBindings/index.d.ts +0 -3
- package/dist/react-native/api/trustedAccessRoleBindings/index.js +0 -4
- package/dist/react-native/api/trustedAccessRoleBindings/index.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoleBindings/operations.d.ts +0 -23
- package/dist/react-native/api/trustedAccessRoleBindings/operations.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoleBindings/options.d.ts +0 -18
- package/dist/react-native/api/trustedAccessRoleBindings/options.js +0 -4
- package/dist/react-native/api/trustedAccessRoleBindings/options.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoles/index.d.ts +0 -3
- package/dist/react-native/api/trustedAccessRoles/index.js +0 -4
- package/dist/react-native/api/trustedAccessRoles/index.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoles/operations.d.ts +0 -10
- package/dist/react-native/api/trustedAccessRoles/operations.js +0 -33
- package/dist/react-native/api/trustedAccessRoles/operations.js.map +0 -1
- package/dist/react-native/api/trustedAccessRoles/options.d.ts +0 -5
- package/dist/react-native/api/trustedAccessRoles/options.js +0 -4
- package/dist/react-native/api/trustedAccessRoles/options.js.map +0 -1
- package/dist/react-native/classic/agentPools/index.d.ts +0 -49
- package/dist/react-native/classic/agentPools/index.js +0 -63
- package/dist/react-native/classic/agentPools/index.js.map +0 -1
- package/dist/react-native/classic/index.d.ts +0 -13
- package/dist/react-native/classic/index.js +0 -4
- package/dist/react-native/classic/index.js.map +0 -1
- package/dist/react-native/classic/machines/index.d.ts +0 -13
- package/dist/react-native/classic/machines/index.js +0 -15
- package/dist/react-native/classic/machines/index.js.map +0 -1
- package/dist/react-native/classic/maintenanceConfigurations/index.d.ts +0 -17
- package/dist/react-native/classic/maintenanceConfigurations/index.js +0 -17
- package/dist/react-native/classic/maintenanceConfigurations/index.js.map +0 -1
- package/dist/react-native/classic/managedClusters/index.d.ts +0 -107
- package/dist/react-native/classic/managedClusters/index.js +0 -128
- package/dist/react-native/classic/managedClusters/index.js.map +0 -1
- package/dist/react-native/classic/managedNamespaces/index.d.ts +0 -31
- package/dist/react-native/classic/managedNamespaces/index.js +0 -36
- package/dist/react-native/classic/managedNamespaces/index.js.map +0 -1
- package/dist/react-native/classic/operations/index.d.ts +0 -11
- package/dist/react-native/classic/operations/index.js +0 -14
- package/dist/react-native/classic/operations/index.js.map +0 -1
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +0 -22
- package/dist/react-native/classic/privateEndpointConnections/index.js +0 -26
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +0 -1
- package/dist/react-native/classic/privateLinkResources/index.d.ts +0 -10
- package/dist/react-native/classic/privateLinkResources/index.js +0 -14
- package/dist/react-native/classic/privateLinkResources/index.js.map +0 -1
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.d.ts +0 -10
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js +0 -14
- package/dist/react-native/classic/resolvePrivateLinkServiceId/index.js.map +0 -1
- package/dist/react-native/classic/snapshots/index.d.ts +0 -21
- package/dist/react-native/classic/snapshots/index.js +0 -19
- package/dist/react-native/classic/snapshots/index.js.map +0 -1
- package/dist/react-native/classic/trustedAccessRoleBindings/index.d.ts +0 -27
- package/dist/react-native/classic/trustedAccessRoleBindings/index.js +0 -34
- package/dist/react-native/classic/trustedAccessRoleBindings/index.js.map +0 -1
- package/dist/react-native/classic/trustedAccessRoles/index.d.ts +0 -11
- package/dist/react-native/classic/trustedAccessRoles/index.js +0 -14
- package/dist/react-native/classic/trustedAccessRoles/index.js.map +0 -1
- package/dist/react-native/containerServiceClient.d.ts +0 -48
- package/dist/react-native/containerServiceClient.js +0 -77
- package/dist/react-native/containerServiceClient.js.map +0 -1
- package/dist/react-native/index.d.ts +0 -27
- package/dist/react-native/index.js +0 -8
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/logger.d.ts +0 -2
- package/dist/react-native/logger.js +0 -5
- package/dist/react-native/logger.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -3
- package/dist/react-native/models/index.js +0 -4
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/models.d.ts +0 -3949
- package/dist/react-native/models/models.js +0 -4932
- package/dist/react-native/models/models.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/restorePollerHelpers.d.ts +0 -21
- package/dist/react-native/restorePollerHelpers.js +0 -142
- package/dist/react-native/restorePollerHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +0 -22
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +0 -38
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +0 -74
- package/dist/react-native/static-helpers/pagingHelpers.js +0 -143
- package/dist/react-native/static-helpers/pagingHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +0 -34
- package/dist/react-native/static-helpers/pollingHelpers.js +0 -95
- package/dist/react-native/static-helpers/pollingHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +0 -8
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +0 -17
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +0 -1
- package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +0 -73
- package/dist/react-native/static-helpers/simplePollerHelpers.js +0 -44
- package/dist/react-native/static-helpers/simplePollerHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/urlTemplate.d.ts +0 -5
- package/dist/react-native/static-helpers/urlTemplate.js +0 -200
- package/dist/react-native/static-helpers/urlTemplate.js.map +0 -1
- /package/dist/{react-native/api/maintenanceConfigurations → browser/api/identityBindings}/index.js +0 -0
- /package/dist/{react-native/api/agentPools → browser/api/identityBindings}/options.js +0 -0
- /package/dist/{react-native/api/machines → esm/api/identityBindings}/options.js +0 -0
|
@@ -48,8 +48,11 @@ export interface AgentPool extends ProxyResource {
|
|
|
48
48
|
orchestratorVersion?: string;
|
|
49
49
|
/** The version of Kubernetes the Agent Pool is running. If orchestratorVersion is a fully specified version <major.minor.patch>, this field will be exactly equal to it. If orchestratorVersion is <major.minor>, this field will contain the full <major.minor.patch> version being used. */
|
|
50
50
|
readonly currentOrchestratorVersion?: string;
|
|
51
|
-
/**
|
|
52
|
-
|
|
51
|
+
/**
|
|
52
|
+
* The version of the node image. Setting this value triggers an agentPool rollback.
|
|
53
|
+
* Only values from `recentlyUsedVersions` are allowed.
|
|
54
|
+
*/
|
|
55
|
+
nodeImageVersion?: string;
|
|
53
56
|
/** Settings for upgrading the agentpool */
|
|
54
57
|
upgradeSettings?: AgentPoolUpgradeSettings;
|
|
55
58
|
/** The current deployment or provisioning state. */
|
|
@@ -163,8 +166,11 @@ export interface ManagedClusterAgentPoolProfileProperties {
|
|
|
163
166
|
orchestratorVersion?: string;
|
|
164
167
|
/** The version of Kubernetes the Agent Pool is running. If orchestratorVersion is a fully specified version <major.minor.patch>, this field will be exactly equal to it. If orchestratorVersion is <major.minor>, this field will contain the full <major.minor.patch> version being used. */
|
|
165
168
|
readonly currentOrchestratorVersion?: string;
|
|
166
|
-
/**
|
|
167
|
-
|
|
169
|
+
/**
|
|
170
|
+
* The version of the node image. Setting this value triggers an agentPool rollback.
|
|
171
|
+
* Only values from `recentlyUsedVersions` are allowed.
|
|
172
|
+
*/
|
|
173
|
+
nodeImageVersion?: string;
|
|
168
174
|
/** Settings for upgrading the agentpool */
|
|
169
175
|
upgradeSettings?: AgentPoolUpgradeSettings;
|
|
170
176
|
/** The current deployment or provisioning state. */
|
|
@@ -1089,6 +1095,8 @@ export interface AgentPoolUpgradeProfile extends ProxyResource {
|
|
|
1089
1095
|
osType: OSType;
|
|
1090
1096
|
/** List of orchestrator types and versions available for upgrade. */
|
|
1091
1097
|
upgrades?: AgentPoolUpgradeProfilePropertiesUpgradesItem[];
|
|
1098
|
+
/** List of historical good versions for rollback operations. */
|
|
1099
|
+
readonly recentlyUsedVersions?: AgentPoolRecentlyUsedVersion[];
|
|
1092
1100
|
/** The latest AKS supported node image version. */
|
|
1093
1101
|
latestNodeImageVersion?: string;
|
|
1094
1102
|
}
|
|
@@ -1101,6 +1109,8 @@ export interface AgentPoolUpgradeProfileProperties {
|
|
|
1101
1109
|
osType: OSType;
|
|
1102
1110
|
/** List of orchestrator types and versions available for upgrade. */
|
|
1103
1111
|
upgrades?: AgentPoolUpgradeProfilePropertiesUpgradesItem[];
|
|
1112
|
+
/** List of historical good versions for rollback operations. */
|
|
1113
|
+
readonly recentlyUsedVersions?: AgentPoolRecentlyUsedVersion[];
|
|
1104
1114
|
/** The latest AKS supported node image version. */
|
|
1105
1115
|
latestNodeImageVersion?: string;
|
|
1106
1116
|
}
|
|
@@ -1114,6 +1124,17 @@ export interface AgentPoolUpgradeProfilePropertiesUpgradesItem {
|
|
|
1114
1124
|
isPreview?: boolean;
|
|
1115
1125
|
}
|
|
1116
1126
|
export declare function agentPoolUpgradeProfilePropertiesUpgradesItemDeserializer(item: any): AgentPoolUpgradeProfilePropertiesUpgradesItem;
|
|
1127
|
+
export declare function agentPoolRecentlyUsedVersionArrayDeserializer(result: Array<AgentPoolRecentlyUsedVersion>): any[];
|
|
1128
|
+
/** A historical version that can be used for rollback operations. */
|
|
1129
|
+
export interface AgentPoolRecentlyUsedVersion {
|
|
1130
|
+
/** The Kubernetes version (major.minor.patch) available for rollback. */
|
|
1131
|
+
orchestratorVersion?: string;
|
|
1132
|
+
/** The node image version available for rollback. */
|
|
1133
|
+
nodeImageVersion?: string;
|
|
1134
|
+
/** The timestamp when this version was last used. */
|
|
1135
|
+
timestamp?: Date;
|
|
1136
|
+
}
|
|
1137
|
+
export declare function agentPoolRecentlyUsedVersionDeserializer(item: any): AgentPoolRecentlyUsedVersion;
|
|
1117
1138
|
/** Managed cluster. */
|
|
1118
1139
|
export interface ManagedCluster extends TrackedResource {
|
|
1119
1140
|
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
@@ -2439,6 +2460,8 @@ export interface ManagedClusterAzureMonitorProfileMetrics {
|
|
|
2439
2460
|
enabled: boolean;
|
|
2440
2461
|
/** Kube State Metrics profile for the Azure Managed Prometheus addon. These optional settings are for the kube-state-metrics pod that is deployed with the addon. See aka.ms/AzureManagedPrometheus-optional-parameters for details. */
|
|
2441
2462
|
kubeStateMetrics?: ManagedClusterAzureMonitorProfileKubeStateMetrics;
|
|
2463
|
+
/** Control plane metrics collection profile for the Azure Managed Prometheus addon. Configures collection of operational runtime metrics from managed control plane components (kube-apiserver, etcd, etc). See aka.ms/aks/controlplane-metrics for an overview. */
|
|
2464
|
+
controlPlane?: ManagedClusterAzureMonitorProfileMetricsControlPlane;
|
|
2442
2465
|
}
|
|
2443
2466
|
export declare function managedClusterAzureMonitorProfileMetricsSerializer(item: ManagedClusterAzureMonitorProfileMetrics): any;
|
|
2444
2467
|
export declare function managedClusterAzureMonitorProfileMetricsDeserializer(item: any): ManagedClusterAzureMonitorProfileMetrics;
|
|
@@ -2451,6 +2474,13 @@ export interface ManagedClusterAzureMonitorProfileKubeStateMetrics {
|
|
|
2451
2474
|
}
|
|
2452
2475
|
export declare function managedClusterAzureMonitorProfileKubeStateMetricsSerializer(item: ManagedClusterAzureMonitorProfileKubeStateMetrics): any;
|
|
2453
2476
|
export declare function managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(item: any): ManagedClusterAzureMonitorProfileKubeStateMetrics;
|
|
2477
|
+
/** Control plane metrics collection profile for the Azure Managed Prometheus addon. Configures collection of operational runtime metrics from managed control plane components (kube-apiserver, etcd, etc). See aka.ms/aks/controlplane-metrics for an overview. */
|
|
2478
|
+
export interface ManagedClusterAzureMonitorProfileMetricsControlPlane {
|
|
2479
|
+
/** Whether to enable or disable collection of control plane metrics by the Azure Managed Prometheus addon. Defaults to disabled. See aka.ms/aks/controlplane-metrics for details. */
|
|
2480
|
+
enabled?: boolean;
|
|
2481
|
+
}
|
|
2482
|
+
export declare function managedClusterAzureMonitorProfileMetricsControlPlaneSerializer(item: ManagedClusterAzureMonitorProfileMetricsControlPlane): any;
|
|
2483
|
+
export declare function managedClusterAzureMonitorProfileMetricsControlPlaneDeserializer(item: any): ManagedClusterAzureMonitorProfileMetricsControlPlane;
|
|
2454
2484
|
/** Application Monitoring profile for AKS. */
|
|
2455
2485
|
export interface ManagedClusterAzureMonitorProfileAppMonitoring {
|
|
2456
2486
|
/** Application Monitoring auto-instrumentation for AKS. Deploys a webhook that auto-instruments workloads with Microsoft OpenTelemetry Distros to collect OpenTelemetry metrics, logs, and traces. See https://aka.ms/AKSAppMonitoringDocs and https://aka.ms/AzureMonitorApplicationMonitoring for an overview. */
|
|
@@ -3676,6 +3706,83 @@ export interface _TrustedAccessRoleBindingListResult {
|
|
|
3676
3706
|
export declare function _trustedAccessRoleBindingListResultDeserializer(item: any): _TrustedAccessRoleBindingListResult;
|
|
3677
3707
|
export declare function trustedAccessRoleBindingArraySerializer(result: Array<TrustedAccessRoleBinding>): any[];
|
|
3678
3708
|
export declare function trustedAccessRoleBindingArrayDeserializer(result: Array<TrustedAccessRoleBinding>): any[];
|
|
3709
|
+
/** The IdentityBinding resource. */
|
|
3710
|
+
export interface IdentityBinding extends ProxyResource {
|
|
3711
|
+
/** The resource-specific properties for this resource. */
|
|
3712
|
+
properties?: IdentityBindingProperties;
|
|
3713
|
+
/** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
|
|
3714
|
+
readonly eTag?: string;
|
|
3715
|
+
}
|
|
3716
|
+
export declare function identityBindingSerializer(item: IdentityBinding): any;
|
|
3717
|
+
export declare function identityBindingDeserializer(item: any): IdentityBinding;
|
|
3718
|
+
/** IdentityBinding properties. */
|
|
3719
|
+
export interface IdentityBindingProperties {
|
|
3720
|
+
/** Managed identity profile for the identity binding. */
|
|
3721
|
+
managedIdentity: IdentityBindingManagedIdentityProfile;
|
|
3722
|
+
/** The OIDC issuer URL of the IdentityBinding. */
|
|
3723
|
+
readonly oidcIssuer?: IdentityBindingOidcIssuerProfile;
|
|
3724
|
+
/** The status of the last operation. */
|
|
3725
|
+
readonly provisioningState?: IdentityBindingProvisioningState;
|
|
3726
|
+
}
|
|
3727
|
+
export declare function identityBindingPropertiesSerializer(item: IdentityBindingProperties): any;
|
|
3728
|
+
export declare function identityBindingPropertiesDeserializer(item: any): IdentityBindingProperties;
|
|
3729
|
+
/** Managed identity profile for the identity binding. */
|
|
3730
|
+
export interface IdentityBindingManagedIdentityProfile {
|
|
3731
|
+
/** The resource ID of the managed identity. */
|
|
3732
|
+
resourceId: string;
|
|
3733
|
+
/** The object ID of the managed identity. */
|
|
3734
|
+
readonly objectId?: string;
|
|
3735
|
+
/** The client ID of the managed identity. */
|
|
3736
|
+
readonly clientId?: string;
|
|
3737
|
+
/** The tenant ID of the managed identity. */
|
|
3738
|
+
readonly tenantId?: string;
|
|
3739
|
+
}
|
|
3740
|
+
export declare function identityBindingManagedIdentityProfileSerializer(item: IdentityBindingManagedIdentityProfile): any;
|
|
3741
|
+
export declare function identityBindingManagedIdentityProfileDeserializer(item: any): IdentityBindingManagedIdentityProfile;
|
|
3742
|
+
/** IdentityBinding OIDC issuer profile. */
|
|
3743
|
+
export interface IdentityBindingOidcIssuerProfile {
|
|
3744
|
+
/** The OIDC issuer URL of the IdentityBinding. */
|
|
3745
|
+
readonly oidcIssuerUrl?: string;
|
|
3746
|
+
}
|
|
3747
|
+
export declare function identityBindingOidcIssuerProfileDeserializer(item: any): IdentityBindingOidcIssuerProfile;
|
|
3748
|
+
/** The provisioning state of the last accepted operation. */
|
|
3749
|
+
export declare enum KnownIdentityBindingProvisioningState {
|
|
3750
|
+
/** Resource has been created. */
|
|
3751
|
+
Succeeded = "Succeeded",
|
|
3752
|
+
/** Resource creation failed. */
|
|
3753
|
+
Failed = "Failed",
|
|
3754
|
+
/** Resource creation was canceled. */
|
|
3755
|
+
Canceled = "Canceled",
|
|
3756
|
+
/** The identity binding is being created. */
|
|
3757
|
+
Creating = "Creating",
|
|
3758
|
+
/** The identity binding is being updated. */
|
|
3759
|
+
Updating = "Updating",
|
|
3760
|
+
/** The identity binding is being deleted. */
|
|
3761
|
+
Deleting = "Deleting"
|
|
3762
|
+
}
|
|
3763
|
+
/**
|
|
3764
|
+
* The provisioning state of the last accepted operation. \
|
|
3765
|
+
* {@link KnownIdentityBindingProvisioningState} can be used interchangeably with IdentityBindingProvisioningState,
|
|
3766
|
+
* this enum contains the known values that the service supports.
|
|
3767
|
+
* ### Known values supported by the service
|
|
3768
|
+
* **Succeeded**: Resource has been created. \
|
|
3769
|
+
* **Failed**: Resource creation failed. \
|
|
3770
|
+
* **Canceled**: Resource creation was canceled. \
|
|
3771
|
+
* **Creating**: The identity binding is being created. \
|
|
3772
|
+
* **Updating**: The identity binding is being updated. \
|
|
3773
|
+
* **Deleting**: The identity binding is being deleted.
|
|
3774
|
+
*/
|
|
3775
|
+
export type IdentityBindingProvisioningState = string;
|
|
3776
|
+
/** The response of a IdentityBinding list operation. */
|
|
3777
|
+
export interface _IdentityBindingListResult {
|
|
3778
|
+
/** The IdentityBinding items on this page */
|
|
3779
|
+
value: IdentityBinding[];
|
|
3780
|
+
/** The link to the next page of items */
|
|
3781
|
+
nextLink?: string;
|
|
3782
|
+
}
|
|
3783
|
+
export declare function _identityBindingListResultDeserializer(item: any): _IdentityBindingListResult;
|
|
3784
|
+
export declare function identityBindingArraySerializer(result: Array<IdentityBinding>): any[];
|
|
3785
|
+
export declare function identityBindingArrayDeserializer(result: Array<IdentityBinding>): any[];
|
|
3679
3786
|
/** The List Operation response. */
|
|
3680
3787
|
export interface _OperationListResult {
|
|
3681
3788
|
/** The list of operations */
|
|
@@ -3778,7 +3885,9 @@ export declare enum KnownVersions {
|
|
|
3778
3885
|
/** The 2026-02-01 API version. */
|
|
3779
3886
|
V20260201 = "2026-02-01",
|
|
3780
3887
|
/** The 2026-03-01 API version. */
|
|
3781
|
-
V20260301 = "2026-03-01"
|
|
3888
|
+
V20260301 = "2026-03-01",
|
|
3889
|
+
/** The 2026-04-01 API version. */
|
|
3890
|
+
V20260401 = "2026-04-01"
|
|
3782
3891
|
}
|
|
3783
3892
|
export declare function _agentPoolPropertiesSerializer(item: AgentPool): any;
|
|
3784
3893
|
export declare function _agentPoolPropertiesDeserializer(item: any): {
|
|
@@ -3845,6 +3954,7 @@ export declare function _agentPoolUpgradeProfilePropertiesDeserializer(item: any
|
|
|
3845
3954
|
kubernetesVersion: any;
|
|
3846
3955
|
osType: any;
|
|
3847
3956
|
upgrades: any;
|
|
3957
|
+
recentlyUsedVersions: any;
|
|
3848
3958
|
latestNodeImageVersion: any;
|
|
3849
3959
|
};
|
|
3850
3960
|
export declare function _managedClusterPropertiesSerializer(item: ManagedCluster): any;
|
|
@@ -35,6 +35,7 @@ __export(models_exports, {
|
|
|
35
35
|
KnownGPUDriver: () => KnownGPUDriver,
|
|
36
36
|
KnownGPUInstanceProfile: () => KnownGPUInstanceProfile,
|
|
37
37
|
KnownGatewayAPIIstioEnabled: () => KnownGatewayAPIIstioEnabled,
|
|
38
|
+
KnownIdentityBindingProvisioningState: () => KnownIdentityBindingProvisioningState,
|
|
38
39
|
KnownIpFamily: () => KnownIpFamily,
|
|
39
40
|
KnownIstioIngressGatewayMode: () => KnownIstioIngressGatewayMode,
|
|
40
41
|
KnownKeyVaultNetworkAccessTypes: () => KnownKeyVaultNetworkAccessTypes,
|
|
@@ -93,6 +94,7 @@ __export(models_exports, {
|
|
|
93
94
|
_agentPoolPropertiesDeserializer: () => _agentPoolPropertiesDeserializer,
|
|
94
95
|
_agentPoolPropertiesSerializer: () => _agentPoolPropertiesSerializer,
|
|
95
96
|
_agentPoolUpgradeProfilePropertiesDeserializer: () => _agentPoolUpgradeProfilePropertiesDeserializer,
|
|
97
|
+
_identityBindingListResultDeserializer: () => _identityBindingListResultDeserializer,
|
|
96
98
|
_machineListResultDeserializer: () => _machineListResultDeserializer,
|
|
97
99
|
_maintenanceConfigurationListResultDeserializer: () => _maintenanceConfigurationListResultDeserializer,
|
|
98
100
|
_maintenanceConfigurationPropertiesDeserializer: () => _maintenanceConfigurationPropertiesDeserializer,
|
|
@@ -145,6 +147,8 @@ __export(models_exports, {
|
|
|
145
147
|
agentPoolGatewayProfileSerializer: () => agentPoolGatewayProfileSerializer,
|
|
146
148
|
agentPoolNetworkProfileDeserializer: () => agentPoolNetworkProfileDeserializer,
|
|
147
149
|
agentPoolNetworkProfileSerializer: () => agentPoolNetworkProfileSerializer,
|
|
150
|
+
agentPoolRecentlyUsedVersionArrayDeserializer: () => agentPoolRecentlyUsedVersionArrayDeserializer,
|
|
151
|
+
agentPoolRecentlyUsedVersionDeserializer: () => agentPoolRecentlyUsedVersionDeserializer,
|
|
148
152
|
agentPoolSecurityProfileDeserializer: () => agentPoolSecurityProfileDeserializer,
|
|
149
153
|
agentPoolSecurityProfileSerializer: () => agentPoolSecurityProfileSerializer,
|
|
150
154
|
agentPoolSerializer: () => agentPoolSerializer,
|
|
@@ -203,6 +207,15 @@ __export(models_exports, {
|
|
|
203
207
|
extendedLocationSerializer: () => extendedLocationSerializer,
|
|
204
208
|
gpuProfileDeserializer: () => gpuProfileDeserializer,
|
|
205
209
|
gpuProfileSerializer: () => gpuProfileSerializer,
|
|
210
|
+
identityBindingArrayDeserializer: () => identityBindingArrayDeserializer,
|
|
211
|
+
identityBindingArraySerializer: () => identityBindingArraySerializer,
|
|
212
|
+
identityBindingDeserializer: () => identityBindingDeserializer,
|
|
213
|
+
identityBindingManagedIdentityProfileDeserializer: () => identityBindingManagedIdentityProfileDeserializer,
|
|
214
|
+
identityBindingManagedIdentityProfileSerializer: () => identityBindingManagedIdentityProfileSerializer,
|
|
215
|
+
identityBindingOidcIssuerProfileDeserializer: () => identityBindingOidcIssuerProfileDeserializer,
|
|
216
|
+
identityBindingPropertiesDeserializer: () => identityBindingPropertiesDeserializer,
|
|
217
|
+
identityBindingPropertiesSerializer: () => identityBindingPropertiesSerializer,
|
|
218
|
+
identityBindingSerializer: () => identityBindingSerializer,
|
|
206
219
|
ipTagArrayDeserializer: () => ipTagArrayDeserializer,
|
|
207
220
|
ipTagArraySerializer: () => ipTagArraySerializer,
|
|
208
221
|
ipTagDeserializer: () => ipTagDeserializer,
|
|
@@ -284,6 +297,8 @@ __export(models_exports, {
|
|
|
284
297
|
managedClusterAzureMonitorProfileDeserializer: () => managedClusterAzureMonitorProfileDeserializer,
|
|
285
298
|
managedClusterAzureMonitorProfileKubeStateMetricsDeserializer: () => managedClusterAzureMonitorProfileKubeStateMetricsDeserializer,
|
|
286
299
|
managedClusterAzureMonitorProfileKubeStateMetricsSerializer: () => managedClusterAzureMonitorProfileKubeStateMetricsSerializer,
|
|
300
|
+
managedClusterAzureMonitorProfileMetricsControlPlaneDeserializer: () => managedClusterAzureMonitorProfileMetricsControlPlaneDeserializer,
|
|
301
|
+
managedClusterAzureMonitorProfileMetricsControlPlaneSerializer: () => managedClusterAzureMonitorProfileMetricsControlPlaneSerializer,
|
|
287
302
|
managedClusterAzureMonitorProfileMetricsDeserializer: () => managedClusterAzureMonitorProfileMetricsDeserializer,
|
|
288
303
|
managedClusterAzureMonitorProfileMetricsSerializer: () => managedClusterAzureMonitorProfileMetricsSerializer,
|
|
289
304
|
managedClusterAzureMonitorProfileSerializer: () => managedClusterAzureMonitorProfileSerializer,
|
|
@@ -533,6 +548,7 @@ function agentPoolSerializer(item) {
|
|
|
533
548
|
"type",
|
|
534
549
|
"mode",
|
|
535
550
|
"orchestratorVersion",
|
|
551
|
+
"nodeImageVersion",
|
|
536
552
|
"upgradeSettings",
|
|
537
553
|
"powerState",
|
|
538
554
|
"availabilityZones",
|
|
@@ -598,6 +614,7 @@ function managedClusterAgentPoolProfilePropertiesSerializer(item) {
|
|
|
598
614
|
type: item["type"],
|
|
599
615
|
mode: item["mode"],
|
|
600
616
|
orchestratorVersion: item["orchestratorVersion"],
|
|
617
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
601
618
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
602
619
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
603
620
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
@@ -1338,6 +1355,7 @@ function agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
1338
1355
|
kubernetesVersion: item["kubernetesVersion"],
|
|
1339
1356
|
osType: item["osType"],
|
|
1340
1357
|
upgrades: !item["upgrades"] ? item["upgrades"] : agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
1358
|
+
recentlyUsedVersions: !item["recentlyUsedVersions"] ? item["recentlyUsedVersions"] : agentPoolRecentlyUsedVersionArrayDeserializer(item["recentlyUsedVersions"]),
|
|
1341
1359
|
latestNodeImageVersion: item["latestNodeImageVersion"]
|
|
1342
1360
|
};
|
|
1343
1361
|
}
|
|
@@ -1352,6 +1370,18 @@ function agentPoolUpgradeProfilePropertiesUpgradesItemDeserializer(item) {
|
|
|
1352
1370
|
isPreview: item["isPreview"]
|
|
1353
1371
|
};
|
|
1354
1372
|
}
|
|
1373
|
+
function agentPoolRecentlyUsedVersionArrayDeserializer(result) {
|
|
1374
|
+
return result.map((item) => {
|
|
1375
|
+
return agentPoolRecentlyUsedVersionDeserializer(item);
|
|
1376
|
+
});
|
|
1377
|
+
}
|
|
1378
|
+
function agentPoolRecentlyUsedVersionDeserializer(item) {
|
|
1379
|
+
return {
|
|
1380
|
+
orchestratorVersion: item["orchestratorVersion"],
|
|
1381
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
1382
|
+
timestamp: !item["timestamp"] ? item["timestamp"] : new Date(item["timestamp"])
|
|
1383
|
+
};
|
|
1384
|
+
}
|
|
1355
1385
|
function managedClusterSerializer(item) {
|
|
1356
1386
|
return {
|
|
1357
1387
|
tags: item["tags"],
|
|
@@ -1542,6 +1572,7 @@ function managedClusterAgentPoolProfileSerializer(item) {
|
|
|
1542
1572
|
type: item["type"],
|
|
1543
1573
|
mode: item["mode"],
|
|
1544
1574
|
orchestratorVersion: item["orchestratorVersion"],
|
|
1575
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
1545
1576
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
1546
1577
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
1547
1578
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
@@ -2666,13 +2697,15 @@ function managedClusterAzureMonitorProfileDeserializer(item) {
|
|
|
2666
2697
|
function managedClusterAzureMonitorProfileMetricsSerializer(item) {
|
|
2667
2698
|
return {
|
|
2668
2699
|
enabled: item["enabled"],
|
|
2669
|
-
kubeStateMetrics: !item["kubeStateMetrics"] ? item["kubeStateMetrics"] : managedClusterAzureMonitorProfileKubeStateMetricsSerializer(item["kubeStateMetrics"])
|
|
2700
|
+
kubeStateMetrics: !item["kubeStateMetrics"] ? item["kubeStateMetrics"] : managedClusterAzureMonitorProfileKubeStateMetricsSerializer(item["kubeStateMetrics"]),
|
|
2701
|
+
controlPlane: !item["controlPlane"] ? item["controlPlane"] : managedClusterAzureMonitorProfileMetricsControlPlaneSerializer(item["controlPlane"])
|
|
2670
2702
|
};
|
|
2671
2703
|
}
|
|
2672
2704
|
function managedClusterAzureMonitorProfileMetricsDeserializer(item) {
|
|
2673
2705
|
return {
|
|
2674
2706
|
enabled: item["enabled"],
|
|
2675
|
-
kubeStateMetrics: !item["kubeStateMetrics"] ? item["kubeStateMetrics"] : managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(item["kubeStateMetrics"])
|
|
2707
|
+
kubeStateMetrics: !item["kubeStateMetrics"] ? item["kubeStateMetrics"] : managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(item["kubeStateMetrics"]),
|
|
2708
|
+
controlPlane: !item["controlPlane"] ? item["controlPlane"] : managedClusterAzureMonitorProfileMetricsControlPlaneDeserializer(item["controlPlane"])
|
|
2676
2709
|
};
|
|
2677
2710
|
}
|
|
2678
2711
|
function managedClusterAzureMonitorProfileKubeStateMetricsSerializer(item) {
|
|
@@ -2687,6 +2720,14 @@ function managedClusterAzureMonitorProfileKubeStateMetricsDeserializer(item) {
|
|
|
2687
2720
|
metricAnnotationsAllowList: item["metricAnnotationsAllowList"]
|
|
2688
2721
|
};
|
|
2689
2722
|
}
|
|
2723
|
+
function managedClusterAzureMonitorProfileMetricsControlPlaneSerializer(item) {
|
|
2724
|
+
return { enabled: item["enabled"] };
|
|
2725
|
+
}
|
|
2726
|
+
function managedClusterAzureMonitorProfileMetricsControlPlaneDeserializer(item) {
|
|
2727
|
+
return {
|
|
2728
|
+
enabled: item["enabled"]
|
|
2729
|
+
};
|
|
2730
|
+
}
|
|
2690
2731
|
function managedClusterAzureMonitorProfileAppMonitoringSerializer(item) {
|
|
2691
2732
|
return {
|
|
2692
2733
|
autoInstrumentation: !item["autoInstrumentation"] ? item["autoInstrumentation"] : managedClusterAzureMonitorProfileAppMonitoringAutoInstrumentationSerializer(
|
|
@@ -3871,6 +3912,74 @@ function trustedAccessRoleBindingArrayDeserializer(result) {
|
|
|
3871
3912
|
return trustedAccessRoleBindingDeserializer(item);
|
|
3872
3913
|
});
|
|
3873
3914
|
}
|
|
3915
|
+
function identityBindingSerializer(item) {
|
|
3916
|
+
return {
|
|
3917
|
+
properties: !item["properties"] ? item["properties"] : identityBindingPropertiesSerializer(item["properties"])
|
|
3918
|
+
};
|
|
3919
|
+
}
|
|
3920
|
+
function identityBindingDeserializer(item) {
|
|
3921
|
+
return {
|
|
3922
|
+
id: item["id"],
|
|
3923
|
+
name: item["name"],
|
|
3924
|
+
type: item["type"],
|
|
3925
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataDeserializer(item["systemData"]),
|
|
3926
|
+
properties: !item["properties"] ? item["properties"] : identityBindingPropertiesDeserializer(item["properties"]),
|
|
3927
|
+
eTag: item["eTag"]
|
|
3928
|
+
};
|
|
3929
|
+
}
|
|
3930
|
+
function identityBindingPropertiesSerializer(item) {
|
|
3931
|
+
return {
|
|
3932
|
+
managedIdentity: identityBindingManagedIdentityProfileSerializer(item["managedIdentity"])
|
|
3933
|
+
};
|
|
3934
|
+
}
|
|
3935
|
+
function identityBindingPropertiesDeserializer(item) {
|
|
3936
|
+
return {
|
|
3937
|
+
managedIdentity: identityBindingManagedIdentityProfileDeserializer(item["managedIdentity"]),
|
|
3938
|
+
oidcIssuer: !item["oidcIssuer"] ? item["oidcIssuer"] : identityBindingOidcIssuerProfileDeserializer(item["oidcIssuer"]),
|
|
3939
|
+
provisioningState: item["provisioningState"]
|
|
3940
|
+
};
|
|
3941
|
+
}
|
|
3942
|
+
function identityBindingManagedIdentityProfileSerializer(item) {
|
|
3943
|
+
return { resourceId: item["resourceId"] };
|
|
3944
|
+
}
|
|
3945
|
+
function identityBindingManagedIdentityProfileDeserializer(item) {
|
|
3946
|
+
return {
|
|
3947
|
+
resourceId: item["resourceId"],
|
|
3948
|
+
objectId: item["objectId"],
|
|
3949
|
+
clientId: item["clientId"],
|
|
3950
|
+
tenantId: item["tenantId"]
|
|
3951
|
+
};
|
|
3952
|
+
}
|
|
3953
|
+
function identityBindingOidcIssuerProfileDeserializer(item) {
|
|
3954
|
+
return {
|
|
3955
|
+
oidcIssuerUrl: item["oidcIssuerUrl"]
|
|
3956
|
+
};
|
|
3957
|
+
}
|
|
3958
|
+
var KnownIdentityBindingProvisioningState = /* @__PURE__ */ ((KnownIdentityBindingProvisioningState2) => {
|
|
3959
|
+
KnownIdentityBindingProvisioningState2["Succeeded"] = "Succeeded";
|
|
3960
|
+
KnownIdentityBindingProvisioningState2["Failed"] = "Failed";
|
|
3961
|
+
KnownIdentityBindingProvisioningState2["Canceled"] = "Canceled";
|
|
3962
|
+
KnownIdentityBindingProvisioningState2["Creating"] = "Creating";
|
|
3963
|
+
KnownIdentityBindingProvisioningState2["Updating"] = "Updating";
|
|
3964
|
+
KnownIdentityBindingProvisioningState2["Deleting"] = "Deleting";
|
|
3965
|
+
return KnownIdentityBindingProvisioningState2;
|
|
3966
|
+
})(KnownIdentityBindingProvisioningState || {});
|
|
3967
|
+
function _identityBindingListResultDeserializer(item) {
|
|
3968
|
+
return {
|
|
3969
|
+
value: identityBindingArrayDeserializer(item["value"]),
|
|
3970
|
+
nextLink: item["nextLink"]
|
|
3971
|
+
};
|
|
3972
|
+
}
|
|
3973
|
+
function identityBindingArraySerializer(result) {
|
|
3974
|
+
return result.map((item) => {
|
|
3975
|
+
return identityBindingSerializer(item);
|
|
3976
|
+
});
|
|
3977
|
+
}
|
|
3978
|
+
function identityBindingArrayDeserializer(result) {
|
|
3979
|
+
return result.map((item) => {
|
|
3980
|
+
return identityBindingDeserializer(item);
|
|
3981
|
+
});
|
|
3982
|
+
}
|
|
3874
3983
|
function _operationListResultDeserializer(item) {
|
|
3875
3984
|
return {
|
|
3876
3985
|
value: operationValueArrayDeserializer(item["value"]),
|
|
@@ -3954,6 +4063,7 @@ var KnownVersions = /* @__PURE__ */ ((KnownVersions2) => {
|
|
|
3954
4063
|
KnownVersions2["V20260101"] = "2026-01-01";
|
|
3955
4064
|
KnownVersions2["V20260201"] = "2026-02-01";
|
|
3956
4065
|
KnownVersions2["V20260301"] = "2026-03-01";
|
|
4066
|
+
KnownVersions2["V20260401"] = "2026-04-01";
|
|
3957
4067
|
return KnownVersions2;
|
|
3958
4068
|
})(KnownVersions || {});
|
|
3959
4069
|
function _agentPoolPropertiesSerializer(item) {
|
|
@@ -3978,6 +4088,7 @@ function _agentPoolPropertiesSerializer(item) {
|
|
|
3978
4088
|
type: item["typePropertiesType"],
|
|
3979
4089
|
mode: item["mode"],
|
|
3980
4090
|
orchestratorVersion: item["orchestratorVersion"],
|
|
4091
|
+
nodeImageVersion: item["nodeImageVersion"],
|
|
3981
4092
|
upgradeSettings: !item["upgradeSettings"] ? item["upgradeSettings"] : agentPoolUpgradeSettingsSerializer(item["upgradeSettings"]),
|
|
3982
4093
|
powerState: !item["powerState"] ? item["powerState"] : powerStateSerializer(item["powerState"]),
|
|
3983
4094
|
availabilityZones: !item["availabilityZones"] ? item["availabilityZones"] : item["availabilityZones"].map((p) => {
|
|
@@ -4092,6 +4203,7 @@ function _agentPoolUpgradeProfilePropertiesDeserializer(item) {
|
|
|
4092
4203
|
kubernetesVersion: item["kubernetesVersion"],
|
|
4093
4204
|
osType: item["osType"],
|
|
4094
4205
|
upgrades: !item["upgrades"] ? item["upgrades"] : agentPoolUpgradeProfilePropertiesUpgradesItemArrayDeserializer(item["upgrades"]),
|
|
4206
|
+
recentlyUsedVersions: !item["recentlyUsedVersions"] ? item["recentlyUsedVersions"] : agentPoolRecentlyUsedVersionArrayDeserializer(item["recentlyUsedVersions"]),
|
|
4095
4207
|
latestNodeImageVersion: item["latestNodeImageVersion"]
|
|
4096
4208
|
};
|
|
4097
4209
|
}
|
|
@@ -4298,6 +4410,7 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4298
4410
|
KnownGPUDriver,
|
|
4299
4411
|
KnownGPUInstanceProfile,
|
|
4300
4412
|
KnownGatewayAPIIstioEnabled,
|
|
4413
|
+
KnownIdentityBindingProvisioningState,
|
|
4301
4414
|
KnownIpFamily,
|
|
4302
4415
|
KnownIstioIngressGatewayMode,
|
|
4303
4416
|
KnownKeyVaultNetworkAccessTypes,
|
|
@@ -4356,6 +4469,7 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4356
4469
|
_agentPoolPropertiesDeserializer,
|
|
4357
4470
|
_agentPoolPropertiesSerializer,
|
|
4358
4471
|
_agentPoolUpgradeProfilePropertiesDeserializer,
|
|
4472
|
+
_identityBindingListResultDeserializer,
|
|
4359
4473
|
_machineListResultDeserializer,
|
|
4360
4474
|
_maintenanceConfigurationListResultDeserializer,
|
|
4361
4475
|
_maintenanceConfigurationPropertiesDeserializer,
|
|
@@ -4408,6 +4522,8 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4408
4522
|
agentPoolGatewayProfileSerializer,
|
|
4409
4523
|
agentPoolNetworkProfileDeserializer,
|
|
4410
4524
|
agentPoolNetworkProfileSerializer,
|
|
4525
|
+
agentPoolRecentlyUsedVersionArrayDeserializer,
|
|
4526
|
+
agentPoolRecentlyUsedVersionDeserializer,
|
|
4411
4527
|
agentPoolSecurityProfileDeserializer,
|
|
4412
4528
|
agentPoolSecurityProfileSerializer,
|
|
4413
4529
|
agentPoolSerializer,
|
|
@@ -4466,6 +4582,15 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4466
4582
|
extendedLocationSerializer,
|
|
4467
4583
|
gpuProfileDeserializer,
|
|
4468
4584
|
gpuProfileSerializer,
|
|
4585
|
+
identityBindingArrayDeserializer,
|
|
4586
|
+
identityBindingArraySerializer,
|
|
4587
|
+
identityBindingDeserializer,
|
|
4588
|
+
identityBindingManagedIdentityProfileDeserializer,
|
|
4589
|
+
identityBindingManagedIdentityProfileSerializer,
|
|
4590
|
+
identityBindingOidcIssuerProfileDeserializer,
|
|
4591
|
+
identityBindingPropertiesDeserializer,
|
|
4592
|
+
identityBindingPropertiesSerializer,
|
|
4593
|
+
identityBindingSerializer,
|
|
4469
4594
|
ipTagArrayDeserializer,
|
|
4470
4595
|
ipTagArraySerializer,
|
|
4471
4596
|
ipTagDeserializer,
|
|
@@ -4547,6 +4672,8 @@ function _operationValueDisplayDeserializer(item) {
|
|
|
4547
4672
|
managedClusterAzureMonitorProfileDeserializer,
|
|
4548
4673
|
managedClusterAzureMonitorProfileKubeStateMetricsDeserializer,
|
|
4549
4674
|
managedClusterAzureMonitorProfileKubeStateMetricsSerializer,
|
|
4675
|
+
managedClusterAzureMonitorProfileMetricsControlPlaneDeserializer,
|
|
4676
|
+
managedClusterAzureMonitorProfileMetricsControlPlaneSerializer,
|
|
4550
4677
|
managedClusterAzureMonitorProfileMetricsDeserializer,
|
|
4551
4678
|
managedClusterAzureMonitorProfileMetricsSerializer,
|
|
4552
4679
|
managedClusterAzureMonitorProfileSerializer,
|