@pulumi/azure-native 2.2.1-alpha.1690908073 → 2.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/avs/addon.js +2 -2
- package/avs/authorization.js +2 -2
- package/avs/cloudLink.js +2 -2
- package/avs/cluster.js +2 -2
- package/avs/datastore.js +2 -2
- package/avs/globalReachConnection.js +2 -2
- package/avs/hcxEnterpriseSite.js +2 -2
- package/avs/index.d.ts +2 -1
- package/avs/index.js +4 -2
- package/avs/placementPolicy.js +2 -2
- package/avs/privateCloud.js +2 -2
- package/avs/scriptExecution.js +2 -2
- package/avs/v20200320/cluster.js +2 -2
- package/avs/v20210101preview/addon.js +2 -2
- package/avs/v20210101preview/workloadNetworkDhcp.js +2 -2
- package/avs/v20210601/cluster.js +2 -2
- package/avs/v20220501/addon.js +2 -2
- package/avs/v20220501/authorization.js +2 -2
- package/avs/v20220501/cloudLink.js +2 -2
- package/avs/v20220501/cluster.js +2 -2
- package/avs/v20220501/datastore.js +2 -2
- package/avs/v20220501/globalReachConnection.js +2 -2
- package/avs/v20220501/hcxEnterpriseSite.js +2 -2
- package/avs/v20220501/placementPolicy.js +2 -2
- package/avs/v20220501/privateCloud.js +2 -2
- package/avs/v20220501/scriptExecution.js +2 -2
- package/avs/v20220501/workloadNetworkDhcp.js +2 -2
- package/avs/v20220501/workloadNetworkDnsService.js +2 -2
- package/avs/v20220501/workloadNetworkDnsZone.js +2 -2
- package/avs/v20220501/workloadNetworkPortMirroring.js +2 -2
- package/avs/v20220501/workloadNetworkPublicIP.js +2 -2
- package/avs/v20220501/workloadNetworkSegment.js +2 -2
- package/avs/v20220501/workloadNetworkVMGroup.js +2 -2
- package/avs/v20230301/addon.d.ts +63 -0
- package/avs/v20230301/addon.js +71 -0
- package/avs/v20230301/authorization.d.ts +73 -0
- package/avs/v20230301/authorization.js +77 -0
- package/avs/v20230301/cloudLink.d.ts +65 -0
- package/avs/v20230301/cloudLink.js +73 -0
- package/avs/v20230301/cluster.d.ts +87 -0
- package/avs/v20230301/cluster.js +82 -0
- package/avs/v20230301/datastore.d.ts +83 -0
- package/avs/v20230301/datastore.js +82 -0
- package/avs/v20230301/getAddon.d.ts +59 -0
- package/avs/v20230301/getAddon.js +27 -0
- package/avs/v20230301/getAuthorization.d.ts +70 -0
- package/avs/v20230301/getAuthorization.js +27 -0
- package/avs/v20230301/getCloudLink.d.ts +62 -0
- package/avs/v20230301/getCloudLink.js +27 -0
- package/avs/v20230301/getCluster.d.ts +75 -0
- package/avs/v20230301/getCluster.js +27 -0
- package/avs/v20230301/getDatastore.d.ts +79 -0
- package/avs/v20230301/getDatastore.js +28 -0
- package/avs/v20230301/getGlobalReachConnection.d.ts +78 -0
- package/avs/v20230301/getGlobalReachConnection.js +27 -0
- package/avs/v20230301/getHcxEnterpriseSite.d.ts +62 -0
- package/avs/v20230301/getHcxEnterpriseSite.js +27 -0
- package/avs/v20230301/getPlacementPolicy.d.ts +67 -0
- package/avs/v20230301/getPlacementPolicy.js +28 -0
- package/avs/v20230301/getPrivateCloud.d.ts +145 -0
- package/avs/v20230301/getPrivateCloud.js +26 -0
- package/avs/v20230301/getScriptExecution.d.ts +117 -0
- package/avs/v20230301/getScriptExecution.js +27 -0
- package/avs/v20230301/getScriptExecutionLogs.d.ts +117 -0
- package/avs/v20230301/getScriptExecutionLogs.js +27 -0
- package/avs/v20230301/getWorkloadNetworkDhcp.d.ts +59 -0
- package/avs/v20230301/getWorkloadNetworkDhcp.js +27 -0
- package/avs/v20230301/getWorkloadNetworkDnsService.d.ts +86 -0
- package/avs/v20230301/getWorkloadNetworkDnsService.js +27 -0
- package/avs/v20230301/getWorkloadNetworkDnsZone.d.ts +82 -0
- package/avs/v20230301/getWorkloadNetworkDnsZone.js +27 -0
- package/avs/v20230301/getWorkloadNetworkPortMirroring.d.ts +82 -0
- package/avs/v20230301/getWorkloadNetworkPortMirroring.js +27 -0
- package/avs/v20230301/getWorkloadNetworkPublicIP.d.ts +70 -0
- package/avs/v20230301/getWorkloadNetworkPublicIP.js +27 -0
- package/avs/v20230301/getWorkloadNetworkSegment.d.ts +83 -0
- package/avs/v20230301/getWorkloadNetworkSegment.js +27 -0
- package/avs/v20230301/getWorkloadNetworkVMGroup.d.ts +74 -0
- package/avs/v20230301/getWorkloadNetworkVMGroup.js +27 -0
- package/avs/v20230301/globalReachConnection.d.ts +89 -0
- package/avs/v20230301/globalReachConnection.js +81 -0
- package/avs/v20230301/hcxEnterpriseSite.d.ts +61 -0
- package/avs/v20230301/hcxEnterpriseSite.js +73 -0
- package/avs/v20230301/index.d.ts +112 -0
- package/avs/v20230301/index.js +163 -0
- package/avs/v20230301/listClusterZones.d.ts +47 -0
- package/avs/v20230301/listClusterZones.js +27 -0
- package/avs/v20230301/listPrivateCloudAdminCredentials.d.ts +50 -0
- package/avs/v20230301/listPrivateCloudAdminCredentials.js +26 -0
- package/avs/v20230301/placementPolicy.d.ts +67 -0
- package/avs/v20230301/placementPolicy.js +75 -0
- package/avs/v20230301/privateCloud.d.ts +204 -0
- package/avs/v20230301/privateCloud.js +123 -0
- package/avs/v20230301/scriptExecution.d.ts +151 -0
- package/avs/v20230301/scriptExecution.js +102 -0
- package/avs/v20230301/workloadNetworkDhcp.d.ts +63 -0
- package/avs/v20230301/workloadNetworkDhcp.js +71 -0
- package/avs/v20230301/workloadNetworkDnsService.d.ts +110 -0
- package/avs/v20230301/workloadNetworkDnsService.js +85 -0
- package/avs/v20230301/workloadNetworkDnsZone.d.ts +105 -0
- package/avs/v20230301/workloadNetworkDnsZone.js +83 -0
- package/avs/v20230301/workloadNetworkPortMirroring.d.ts +102 -0
- package/avs/v20230301/workloadNetworkPortMirroring.js +83 -0
- package/avs/v20230301/workloadNetworkPublicIP.d.ts +77 -0
- package/avs/v20230301/workloadNetworkPublicIP.js +77 -0
- package/avs/v20230301/workloadNetworkSegment.d.ts +99 -0
- package/avs/v20230301/workloadNetworkSegment.js +83 -0
- package/avs/v20230301/workloadNetworkVMGroup.d.ts +85 -0
- package/avs/v20230301/workloadNetworkVMGroup.js +79 -0
- package/avs/workloadNetworkDhcp.js +2 -2
- package/avs/workloadNetworkDnsService.js +2 -2
- package/avs/workloadNetworkDnsZone.js +2 -2
- package/avs/workloadNetworkPortMirroring.js +2 -2
- package/avs/workloadNetworkPublicIP.js +2 -2
- package/avs/workloadNetworkSegment.js +2 -2
- package/avs/workloadNetworkVMGroup.js +2 -2
- package/compute/availabilitySet.js +2 -2
- package/compute/capacityReservation.js +2 -2
- package/compute/capacityReservationGroup.js +2 -2
- package/compute/dedicatedHost.js +2 -2
- package/compute/dedicatedHostGroup.js +2 -2
- package/compute/disk.js +2 -2
- package/compute/diskAccess.js +2 -2
- package/compute/diskAccessAPrivateEndpointConnection.js +2 -2
- package/compute/diskEncryptionSet.js +2 -2
- package/compute/image.js +2 -2
- package/compute/index.d.ts +3 -1
- package/compute/index.js +6 -2
- package/compute/proximityPlacementGroup.js +2 -2
- package/compute/restorePoint.js +2 -2
- package/compute/restorePointCollection.js +2 -2
- package/compute/snapshot.js +2 -2
- package/compute/sshPublicKey.js +2 -2
- package/compute/v20211101/restorePoint.js +2 -2
- package/compute/v20211101/virtualMachineExtension.js +2 -2
- package/compute/v20211101/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20211101/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20220702/disk.js +2 -2
- package/compute/v20220702/diskAccess.js +2 -2
- package/compute/v20220702/diskAccessAPrivateEndpointConnection.js +2 -2
- package/compute/v20220702/diskEncryptionSet.js +2 -2
- package/compute/v20220702/snapshot.js +2 -2
- package/compute/v20221101/restorePoint.js +2 -2
- package/compute/v20230102/disk.js +2 -2
- package/compute/v20230102/diskAccess.js +2 -2
- package/compute/v20230102/diskAccessAPrivateEndpointConnection.js +2 -2
- package/compute/v20230102/diskEncryptionSet.js +2 -2
- package/compute/v20230102/snapshot.js +2 -2
- package/compute/v20230301/availabilitySet.js +2 -2
- package/compute/v20230301/capacityReservation.js +2 -2
- package/compute/v20230301/capacityReservationGroup.js +2 -2
- package/compute/v20230301/dedicatedHost.js +2 -2
- package/compute/v20230301/dedicatedHostGroup.js +2 -2
- package/compute/v20230301/image.js +2 -2
- package/compute/v20230301/proximityPlacementGroup.js +2 -2
- package/compute/v20230301/restorePoint.js +2 -2
- package/compute/v20230301/restorePointCollection.js +2 -2
- package/compute/v20230301/sshPublicKey.js +2 -2
- package/compute/v20230301/virtualMachine.js +2 -2
- package/compute/v20230301/virtualMachineExtension.js +2 -2
- package/compute/v20230301/virtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/v20230301/virtualMachineScaleSet.js +2 -2
- package/compute/v20230301/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20230301/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20230301/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20230301/virtualMachineScaleSetVMRunCommand.js +2 -2
- package/compute/v20230402/disk.d.ts +324 -0
- package/compute/v20230402/disk.js +146 -0
- package/compute/v20230402/diskAccess.d.ts +91 -0
- package/compute/v20230402/diskAccess.js +77 -0
- package/compute/v20230402/diskAccessAPrivateEndpointConnection.d.ts +71 -0
- package/compute/v20230402/diskAccessAPrivateEndpointConnection.js +78 -0
- package/compute/v20230402/diskEncryptionSet.d.ts +128 -0
- package/compute/v20230402/diskEncryptionSet.js +87 -0
- package/compute/v20230402/getDisk.d.ts +205 -0
- package/compute/v20230402/getDisk.js +26 -0
- package/compute/v20230402/getDiskAccess.d.ts +73 -0
- package/compute/v20230402/getDiskAccess.js +26 -0
- package/compute/v20230402/getDiskAccessAPrivateEndpointConnection.d.ts +67 -0
- package/compute/v20230402/getDiskAccessAPrivateEndpointConnection.js +27 -0
- package/compute/v20230402/getDiskEncryptionSet.d.ts +93 -0
- package/compute/v20230402/getDiskEncryptionSet.js +26 -0
- package/compute/v20230402/getSnapshot.d.ts +161 -0
- package/compute/v20230402/getSnapshot.js +26 -0
- package/compute/v20230402/index.d.ts +31 -0
- package/compute/v20230402/index.js +69 -0
- package/compute/v20230402/snapshot.d.ts +252 -0
- package/compute/v20230402/snapshot.js +124 -0
- package/compute/v20230701/availabilitySet.d.ts +115 -0
- package/compute/v20230701/availabilitySet.js +81 -0
- package/compute/v20230701/capacityReservation.d.ts +119 -0
- package/compute/v20230701/capacityReservation.js +94 -0
- package/compute/v20230701/capacityReservationGroup.d.ts +90 -0
- package/compute/v20230701/capacityReservationGroup.js +77 -0
- package/compute/v20230701/dedicatedHost.d.ts +132 -0
- package/compute/v20230701/dedicatedHost.js +96 -0
- package/compute/v20230701/dedicatedHostGroup.d.ts +111 -0
- package/compute/v20230701/dedicatedHostGroup.js +84 -0
- package/compute/v20230701/getAvailabilitySet.d.ts +81 -0
- package/compute/v20230701/getAvailabilitySet.js +26 -0
- package/compute/v20230701/getCapacityReservation.d.ts +109 -0
- package/compute/v20230701/getCapacityReservation.js +28 -0
- package/compute/v20230701/getCapacityReservationGroup.d.ts +81 -0
- package/compute/v20230701/getCapacityReservationGroup.js +27 -0
- package/compute/v20230701/getDedicatedHost.d.ts +113 -0
- package/compute/v20230701/getDedicatedHost.js +28 -0
- package/compute/v20230701/getDedicatedHostGroup.d.ts +89 -0
- package/compute/v20230701/getDedicatedHostGroup.js +27 -0
- package/compute/v20230701/getImage.d.ts +85 -0
- package/compute/v20230701/getImage.js +27 -0
- package/compute/v20230701/getLogAnalyticExportRequestRateByInterval.d.ts +104 -0
- package/compute/v20230701/getLogAnalyticExportRequestRateByInterval.js +34 -0
- package/compute/v20230701/getLogAnalyticExportThrottledRequests.d.ts +95 -0
- package/compute/v20230701/getLogAnalyticExportThrottledRequests.js +33 -0
- package/compute/v20230701/getProximityPlacementGroup.d.ts +93 -0
- package/compute/v20230701/getProximityPlacementGroup.js +27 -0
- package/compute/v20230701/getRestorePoint.d.ts +91 -0
- package/compute/v20230701/getRestorePoint.js +28 -0
- package/compute/v20230701/getRestorePointCollection.d.ts +81 -0
- package/compute/v20230701/getRestorePointCollection.js +27 -0
- package/compute/v20230701/getSshPublicKey.d.ts +60 -0
- package/compute/v20230701/getSshPublicKey.js +26 -0
- package/compute/v20230701/getVirtualMachine.d.ts +189 -0
- package/compute/v20230701/getVirtualMachine.js +27 -0
- package/compute/v20230701/getVirtualMachineExtension.d.ts +121 -0
- package/compute/v20230701/getVirtualMachineExtension.js +28 -0
- package/compute/v20230701/getVirtualMachineRunCommandByVirtualMachine.d.ts +129 -0
- package/compute/v20230701/getVirtualMachineRunCommandByVirtualMachine.js +28 -0
- package/compute/v20230701/getVirtualMachineScaleSet.d.ts +161 -0
- package/compute/v20230701/getVirtualMachineScaleSet.js +27 -0
- package/compute/v20230701/getVirtualMachineScaleSetExtension.d.ts +107 -0
- package/compute/v20230701/getVirtualMachineScaleSetExtension.js +28 -0
- package/compute/v20230701/getVirtualMachineScaleSetVM.d.ts +169 -0
- package/compute/v20230701/getVirtualMachineScaleSetVM.js +28 -0
- package/compute/v20230701/getVirtualMachineScaleSetVMExtension.d.ts +123 -0
- package/compute/v20230701/getVirtualMachineScaleSetVMExtension.js +29 -0
- package/compute/v20230701/getVirtualMachineScaleSetVMRunCommand.d.ts +137 -0
- package/compute/v20230701/getVirtualMachineScaleSetVMRunCommand.js +29 -0
- package/compute/v20230701/image.d.ts +108 -0
- package/compute/v20230701/image.js +79 -0
- package/compute/v20230701/index.d.ts +115 -0
- package/compute/v20230701/index.js +167 -0
- package/compute/v20230701/proximityPlacementGroup.d.ts +116 -0
- package/compute/v20230701/proximityPlacementGroup.js +83 -0
- package/compute/v20230701/restorePoint.d.ts +104 -0
- package/compute/v20230701/restorePoint.js +83 -0
- package/compute/v20230701/restorePointCollection.d.ts +91 -0
- package/compute/v20230701/restorePointCollection.js +77 -0
- package/compute/v20230701/sshPublicKey.d.ts +77 -0
- package/compute/v20230701/sshPublicKey.js +71 -0
- package/compute/v20230701/virtualMachine.d.ts +300 -0
- package/compute/v20230701/virtualMachine.js +131 -0
- package/{hybridcompute/v20230425preview/machineExtension.d.ts → compute/v20230701/virtualMachineExtension.d.ts} +54 -34
- package/compute/v20230701/virtualMachineExtension.js +97 -0
- package/{hybridcompute/v20230425preview/machineRunCommand.d.ts → compute/v20230701/virtualMachineRunCommandByVirtualMachine.d.ts} +49 -45
- package/compute/v20230701/virtualMachineRunCommandByVirtualMachine.js +102 -0
- package/compute/v20230701/virtualMachineScaleSet.d.ts +252 -0
- package/compute/v20230701/virtualMachineScaleSet.js +117 -0
- package/compute/v20230701/virtualMachineScaleSetExtension.d.ts +147 -0
- package/compute/v20230701/virtualMachineScaleSetExtension.js +91 -0
- package/compute/v20230701/virtualMachineScaleSetVM.d.ts +227 -0
- package/compute/v20230701/virtualMachineScaleSetVM.js +120 -0
- package/compute/v20230701/virtualMachineScaleSetVMExtension.d.ts +163 -0
- package/compute/v20230701/virtualMachineScaleSetVMExtension.js +99 -0
- package/{hybridcompute/machineRunCommand.d.ts → compute/v20230701/virtualMachineScaleSetVMRunCommand.d.ts} +54 -47
- package/compute/v20230701/virtualMachineScaleSetVMRunCommand.js +106 -0
- package/compute/virtualMachine.js +2 -2
- package/compute/virtualMachineExtension.js +2 -2
- package/compute/virtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/virtualMachineScaleSet.js +2 -2
- package/compute/virtualMachineScaleSetExtension.js +2 -2
- package/compute/virtualMachineScaleSetVM.js +2 -2
- package/compute/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/virtualMachineScaleSetVMRunCommand.js +2 -2
- package/containerservice/agentPool.js +2 -2
- package/containerservice/index.d.ts +2 -1
- package/containerservice/index.js +4 -2
- package/containerservice/maintenanceConfiguration.js +2 -2
- package/containerservice/managedCluster.js +2 -2
- package/containerservice/privateEndpointConnection.js +2 -2
- package/containerservice/snapshot.js +2 -2
- package/containerservice/v20190601/managedCluster.js +2 -2
- package/containerservice/v20200601/agentPool.js +2 -2
- package/containerservice/v20210201/agentPool.js +2 -2
- package/containerservice/v20210501/managedCluster.js +2 -2
- package/containerservice/v20210801/agentPool.js +2 -2
- package/containerservice/v20220402preview/agentPool.js +2 -2
- package/containerservice/v20230401/agentPool.js +2 -2
- package/containerservice/v20230401/maintenanceConfiguration.js +2 -2
- package/containerservice/v20230401/managedCluster.js +2 -2
- package/containerservice/v20230401/privateEndpointConnection.js +2 -2
- package/containerservice/v20230401/snapshot.js +2 -2
- package/containerservice/v20230502preview/agentPool.js +2 -2
- package/containerservice/v20230502preview/maintenanceConfiguration.js +2 -2
- package/containerservice/v20230502preview/managedCluster.js +2 -2
- package/containerservice/v20230502preview/privateEndpointConnection.js +2 -2
- package/containerservice/v20230502preview/snapshot.js +2 -2
- package/containerservice/v20230601/agentPool.js +2 -2
- package/containerservice/v20230601/maintenanceConfiguration.js +2 -2
- package/containerservice/v20230601/managedCluster.js +2 -2
- package/containerservice/v20230601/privateEndpointConnection.js +2 -2
- package/containerservice/v20230601/snapshot.js +2 -2
- package/containerservice/v20230602preview/agentPool.js +2 -2
- package/containerservice/v20230602preview/maintenanceConfiguration.js +2 -2
- package/containerservice/v20230602preview/managedCluster.js +2 -2
- package/containerservice/v20230602preview/privateEndpointConnection.js +2 -2
- package/containerservice/v20230602preview/snapshot.js +2 -2
- package/containerservice/v20230701/agentPool.d.ts +376 -0
- package/containerservice/v20230701/agentPool.js +149 -0
- package/containerservice/v20230701/getAgentPool.d.ts +219 -0
- package/containerservice/v20230701/getAgentPool.js +27 -0
- package/containerservice/v20230701/getMaintenanceConfiguration.d.ts +71 -0
- package/containerservice/v20230701/getMaintenanceConfiguration.js +27 -0
- package/containerservice/v20230701/getManagedCluster.d.ts +225 -0
- package/containerservice/v20230701/getManagedCluster.js +26 -0
- package/{hybridcompute/v20230425preview → containerservice/v20230701}/getPrivateEndpointConnection.d.ts +17 -13
- package/containerservice/v20230701/getPrivateEndpointConnection.js +27 -0
- package/containerservice/v20230701/getSnapshot.d.ts +93 -0
- package/containerservice/v20230701/getSnapshot.js +26 -0
- package/containerservice/v20230701/index.d.ts +40 -0
- package/containerservice/v20230701/index.js +78 -0
- package/containerservice/v20230701/listManagedClusterAdminCredentials.d.ts +47 -0
- package/containerservice/v20230701/listManagedClusterAdminCredentials.js +27 -0
- package/containerservice/v20230701/listManagedClusterMonitoringUserCredentials.d.ts +47 -0
- package/containerservice/v20230701/listManagedClusterMonitoringUserCredentials.js +27 -0
- package/containerservice/v20230701/listManagedClusterUserCredentials.d.ts +55 -0
- package/containerservice/v20230701/listManagedClusterUserCredentials.js +28 -0
- package/containerservice/v20230701/maintenanceConfiguration.d.ts +83 -0
- package/containerservice/v20230701/maintenanceConfiguration.js +78 -0
- package/containerservice/v20230701/managedCluster.d.ts +376 -0
- package/containerservice/v20230701/managedCluster.js +152 -0
- package/{hybridcompute/v20230425preview → containerservice/v20230701}/privateEndpointConnection.d.ts +18 -10
- package/containerservice/v20230701/privateEndpointConnection.js +78 -0
- package/containerservice/v20230701/snapshot.d.ts +116 -0
- package/containerservice/v20230701/snapshot.js +87 -0
- package/containerstorage/getPool.d.ts +19 -23
- package/containerstorage/getPool.js +3 -3
- package/containerstorage/{getVolumeSnapshot.d.ts → getSnapshot.d.ts} +15 -23
- package/containerstorage/getSnapshot.js +29 -0
- package/containerstorage/getVolume.d.ts +6 -10
- package/containerstorage/getVolume.js +3 -3
- package/containerstorage/index.d.ts +8 -8
- package/containerstorage/index.js +11 -11
- package/containerstorage/pool.d.ts +32 -43
- package/containerstorage/pool.js +10 -24
- package/containerstorage/{volumeSnapshot.d.ts → snapshot.d.ts} +18 -39
- package/containerstorage/snapshot.js +81 -0
- package/containerstorage/{v20230301preview → v20230701preview}/getPool.d.ts +18 -22
- package/containerstorage/{v20230301preview → v20230701preview}/getPool.js +2 -2
- package/containerstorage/{v20230301preview/getVolumeSnapshot.d.ts → v20230701preview/getSnapshot.d.ts} +14 -22
- package/containerstorage/v20230701preview/getSnapshot.js +27 -0
- package/containerstorage/{v20230301preview → v20230701preview}/getVolume.d.ts +5 -9
- package/containerstorage/{v20230301preview → v20230701preview}/getVolume.js +2 -2
- package/containerstorage/{v20230301preview → v20230701preview}/index.d.ts +7 -7
- package/containerstorage/v20230701preview/index.js +55 -0
- package/containerstorage/{v20230301preview → v20230701preview}/pool.d.ts +32 -43
- package/containerstorage/v20230701preview/pool.js +89 -0
- package/containerstorage/{v20230301preview/volumeSnapshot.d.ts → v20230701preview/snapshot.d.ts} +18 -39
- package/containerstorage/v20230701preview/snapshot.js +80 -0
- package/containerstorage/{v20230301preview → v20230701preview}/volume.d.ts +5 -22
- package/containerstorage/{v20230301preview → v20230701preview}/volume.js +6 -17
- package/containerstorage/volume.d.ts +5 -22
- package/containerstorage/volume.js +7 -18
- package/databox/index.d.ts +2 -1
- package/databox/index.js +4 -2
- package/databox/job.js +2 -2
- package/databox/v20221201/job.js +2 -2
- package/databox/v20230301/getJob.d.ts +141 -0
- package/databox/v20230301/getJob.js +27 -0
- package/databox/v20230301/index.d.ts +10 -0
- package/databox/v20230301/index.js +44 -0
- package/databox/v20230301/job.d.ts +172 -0
- package/databox/v20230301/job.js +115 -0
- package/databox/v20230301/listJobCredentials.d.ts +43 -0
- package/databox/v20230301/listJobCredentials.js +26 -0
- package/desktopvirtualization/application.js +2 -2
- package/desktopvirtualization/applicationGroup.js +2 -2
- package/desktopvirtualization/getScalingPlanPersonalSchedule.d.ts +165 -0
- package/desktopvirtualization/getScalingPlanPersonalSchedule.js +29 -0
- package/desktopvirtualization/hostPool.js +2 -2
- package/desktopvirtualization/index.d.ts +8 -1
- package/desktopvirtualization/index.js +11 -2
- package/desktopvirtualization/msixpackage.js +2 -2
- package/desktopvirtualization/privateEndpointConnectionByHostPool.js +2 -2
- package/desktopvirtualization/privateEndpointConnectionByWorkspace.js +2 -2
- package/desktopvirtualization/scalingPlan.js +2 -2
- package/desktopvirtualization/scalingPlanPersonalSchedule.d.ts +269 -0
- package/desktopvirtualization/scalingPlanPersonalSchedule.js +125 -0
- package/desktopvirtualization/scalingPlanPooledSchedule.js +2 -2
- package/desktopvirtualization/v20210201preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20220210preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20220401preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20220401preview/hostPool.js +2 -2
- package/desktopvirtualization/v20220909/application.js +2 -2
- package/desktopvirtualization/v20220909/applicationGroup.js +2 -2
- package/desktopvirtualization/v20220909/hostPool.js +2 -2
- package/desktopvirtualization/v20220909/msixpackage.js +2 -2
- package/desktopvirtualization/v20220909/scalingPlan.js +2 -2
- package/desktopvirtualization/v20220909/scalingPlanPooledSchedule.js +2 -2
- package/desktopvirtualization/v20220909/workspace.js +2 -2
- package/desktopvirtualization/v20221014preview/application.js +2 -2
- package/desktopvirtualization/v20221014preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20221014preview/hostPool.js +2 -2
- package/desktopvirtualization/v20221014preview/msixpackage.js +2 -2
- package/desktopvirtualization/v20221014preview/privateEndpointConnectionByHostPool.js +2 -2
- package/desktopvirtualization/v20221014preview/privateEndpointConnectionByWorkspace.js +2 -2
- package/desktopvirtualization/v20221014preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20221014preview/scalingPlanPooledSchedule.js +2 -2
- package/desktopvirtualization/v20221014preview/workspace.js +2 -2
- package/desktopvirtualization/v20230707preview/application.d.ts +159 -0
- package/desktopvirtualization/v20230707preview/application.js +102 -0
- package/desktopvirtualization/v20230707preview/applicationGroup.d.ts +154 -0
- package/desktopvirtualization/v20230707preview/applicationGroup.js +105 -0
- package/desktopvirtualization/v20230707preview/getApplication.d.ts +115 -0
- package/desktopvirtualization/v20230707preview/getApplication.js +27 -0
- package/desktopvirtualization/v20230707preview/getApplicationGroup.d.ts +108 -0
- package/desktopvirtualization/v20230707preview/getApplicationGroup.js +26 -0
- package/desktopvirtualization/v20230707preview/getHostPool.d.ts +168 -0
- package/desktopvirtualization/v20230707preview/getHostPool.js +26 -0
- package/desktopvirtualization/v20230707preview/getMSIXPackage.d.ts +103 -0
- package/desktopvirtualization/v20230707preview/getMSIXPackage.js +27 -0
- package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByHostPool.d.ts +71 -0
- package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByHostPool.js +27 -0
- package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByWorkspace.d.ts +71 -0
- package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByWorkspace.js +27 -0
- package/desktopvirtualization/v20230707preview/getScalingPlan.d.ts +108 -0
- package/desktopvirtualization/v20230707preview/getScalingPlan.js +26 -0
- package/desktopvirtualization/v20230707preview/getScalingPlanPersonalSchedule.d.ts +163 -0
- package/desktopvirtualization/v20230707preview/getScalingPlanPersonalSchedule.js +27 -0
- package/desktopvirtualization/v20230707preview/getScalingPlanPooledSchedule.d.ts +127 -0
- package/desktopvirtualization/v20230707preview/getScalingPlanPooledSchedule.js +27 -0
- package/desktopvirtualization/v20230707preview/getWorkspace.d.ts +104 -0
- package/desktopvirtualization/v20230707preview/getWorkspace.js +26 -0
- package/desktopvirtualization/v20230707preview/hostPool.d.ts +270 -0
- package/desktopvirtualization/v20230707preview/hostPool.js +138 -0
- package/desktopvirtualization/v20230707preview/index.d.ts +61 -0
- package/desktopvirtualization/v20230707preview/index.js +104 -0
- package/desktopvirtualization/v20230707preview/msixpackage.d.ts +147 -0
- package/desktopvirtualization/v20230707preview/msixpackage.js +93 -0
- package/desktopvirtualization/v20230707preview/privateEndpointConnectionByHostPool.d.ts +75 -0
- package/desktopvirtualization/v20230707preview/privateEndpointConnectionByHostPool.js +80 -0
- package/desktopvirtualization/v20230707preview/privateEndpointConnectionByWorkspace.d.ts +75 -0
- package/desktopvirtualization/v20230707preview/privateEndpointConnectionByWorkspace.js +80 -0
- package/desktopvirtualization/v20230707preview/scalingPlan.d.ts +162 -0
- package/desktopvirtualization/v20230707preview/scalingPlan.js +103 -0
- package/desktopvirtualization/v20230707preview/scalingPlanPersonalSchedule.d.ts +268 -0
- package/desktopvirtualization/v20230707preview/scalingPlanPersonalSchedule.js +124 -0
- package/desktopvirtualization/v20230707preview/scalingPlanPooledSchedule.d.ts +196 -0
- package/desktopvirtualization/v20230707preview/scalingPlanPooledSchedule.js +105 -0
- package/desktopvirtualization/v20230707preview/workspace.d.ts +146 -0
- package/desktopvirtualization/v20230707preview/workspace.js +97 -0
- package/desktopvirtualization/workspace.js +2 -2
- package/hdinsight/clusterPool.d.ts +136 -0
- package/hdinsight/clusterPool.js +95 -0
- package/hdinsight/getClusterPool.d.ts +103 -0
- package/hdinsight/getClusterPool.js +28 -0
- package/hdinsight/index.d.ts +8 -1
- package/hdinsight/index.js +11 -2
- package/hdinsight/v20230601preview/cluster.d.ts +115 -0
- package/hdinsight/v20230601preview/cluster.js +95 -0
- package/hdinsight/v20230601preview/clusterPool.d.ts +135 -0
- package/hdinsight/v20230601preview/clusterPool.js +94 -0
- package/hdinsight/v20230601preview/getCluster.d.ts +93 -0
- package/hdinsight/v20230601preview/getCluster.js +27 -0
- package/hdinsight/v20230601preview/getClusterPool.d.ts +101 -0
- package/hdinsight/v20230601preview/getClusterPool.js +26 -0
- package/hdinsight/v20230601preview/index.d.ts +13 -0
- package/hdinsight/v20230601preview/index.js +48 -0
- package/hybridcompute/index.d.ts +1 -8
- package/hybridcompute/index.js +2 -11
- package/hybridcompute/machine.js +2 -2
- package/hybridcompute/machineExtension.js +2 -2
- package/hybridcompute/privateEndpointConnection.js +2 -2
- package/hybridcompute/privateLinkScope.js +2 -2
- package/hybridcompute/v20200802/machine.js +2 -2
- package/hybridcompute/v20200815preview/machine.js +2 -2
- package/hybridcompute/v20200815preview/machineExtension.js +2 -2
- package/hybridcompute/v20200815preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20200815preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20220510preview/machine.js +2 -2
- package/hybridcompute/v20220510preview/machineExtension.js +2 -2
- package/hybridcompute/v20221227/machine.js +2 -2
- package/hybridcompute/v20221227/machineExtension.js +2 -2
- package/hybridcompute/v20221227/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20221227/privateLinkScope.js +2 -2
- package/index.d.ts +3 -1
- package/index.js +8 -4
- package/managednetworkfabric/v20230615/accessControlList.d.ts +8 -0
- package/managednetworkfabric/v20230615/accessControlList.js +4 -1
- package/managednetworkfabric/v20230615/getAccessControlList.d.ts +4 -0
- package/managednetworkfabric/v20230615/getAccessControlList.js +1 -1
- package/managednetworkfabric/v20230615/getRoutePolicy.d.ts +4 -0
- package/managednetworkfabric/v20230615/getRoutePolicy.js +1 -1
- package/managednetworkfabric/v20230615/routePolicy.d.ts +8 -0
- package/managednetworkfabric/v20230615/routePolicy.js +4 -2
- package/maps/account.js +2 -2
- package/maps/creator.js +2 -2
- package/maps/index.d.ts +2 -1
- package/maps/index.js +4 -2
- package/maps/v20180501/account.js +2 -2
- package/maps/v20200201preview/creator.js +2 -2
- package/maps/v20210201/account.js +2 -2
- package/maps/v20210201/creator.js +2 -2
- package/maps/v20211201preview/account.js +2 -2
- package/maps/v20211201preview/creator.js +2 -2
- package/maps/v20230601/account.d.ts +108 -0
- package/maps/v20230601/account.js +83 -0
- package/{hybridcompute/v20230425preview/privateLinkScope.d.ts → maps/v20230601/creator.d.ts} +29 -25
- package/maps/v20230601/creator.js +80 -0
- package/maps/v20230601/getAccount.d.ts +77 -0
- package/maps/v20230601/getAccount.js +26 -0
- package/maps/v20230601/getCreator.d.ts +73 -0
- package/maps/v20230601/getCreator.js +27 -0
- package/maps/v20230601/index.d.ts +19 -0
- package/maps/v20230601/index.js +54 -0
- package/maps/v20230601/listAccountKeys.d.ts +50 -0
- package/maps/v20230601/listAccountKeys.js +26 -0
- package/maps/v20230601/listAccountSas.d.ts +95 -0
- package/maps/v20230601/listAccountSas.js +40 -0
- package/mobilepacketcore/getNetworkFunction.d.ts +99 -0
- package/mobilepacketcore/getNetworkFunction.js +28 -0
- package/mobilepacketcore/index.d.ts +9 -0
- package/mobilepacketcore/index.js +44 -0
- package/mobilepacketcore/networkFunction.d.ts +136 -0
- package/mobilepacketcore/networkFunction.js +99 -0
- package/mobilepacketcore/v20230515preview/getNetworkFunction.d.ts +97 -0
- package/mobilepacketcore/v20230515preview/getNetworkFunction.js +26 -0
- package/mobilepacketcore/v20230515preview/index.d.ts +7 -0
- package/mobilepacketcore/v20230515preview/index.js +41 -0
- package/mobilepacketcore/v20230515preview/networkFunction.d.ts +135 -0
- package/mobilepacketcore/v20230515preview/networkFunction.js +98 -0
- package/package.json +2 -2
- package/resourceconnector/listApplianceKeys.d.ts +8 -0
- package/resourceconnector/listApplianceKeys.js +2 -1
- package/resourceconnector/v20221027/listApplianceKeys.d.ts +8 -0
- package/resourceconnector/v20221027/listApplianceKeys.js +2 -1
- package/storagetasks/getStorageTask.d.ts +91 -0
- package/storagetasks/getStorageTask.js +28 -0
- package/storagetasks/index.d.ts +9 -0
- package/storagetasks/index.js +44 -0
- package/storagetasks/storageTask.d.ts +120 -0
- package/storagetasks/storageTask.js +95 -0
- package/storagetasks/v20230101/getStorageTask.d.ts +89 -0
- package/storagetasks/v20230101/getStorageTask.js +26 -0
- package/storagetasks/v20230101/index.d.ts +7 -0
- package/storagetasks/v20230101/index.js +41 -0
- package/storagetasks/v20230101/storageTask.d.ts +119 -0
- package/storagetasks/v20230101/storageTask.js +94 -0
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/avs/index.d.ts +2 -1
- package/types/enums/avs/index.js +4 -2
- package/types/enums/avs/v20230301/index.d.ts +135 -0
- package/types/enums/avs/v20230301/index.js +77 -0
- package/types/enums/compute/index.d.ts +3 -1
- package/types/enums/compute/index.js +7 -3
- package/types/enums/compute/v20230402/index.d.ts +266 -0
- package/types/enums/compute/v20230402/index.js +208 -0
- package/types/enums/compute/v20230701/index.d.ts +584 -0
- package/types/enums/compute/v20230701/index.js +401 -0
- package/types/enums/containerservice/index.d.ts +2 -1
- package/types/enums/containerservice/index.js +4 -2
- package/types/enums/containerservice/v20230701/index.d.ts +517 -0
- package/types/enums/containerservice/v20230701/index.js +383 -0
- package/types/enums/containerstorage/index.d.ts +72 -10
- package/types/enums/containerstorage/index.js +59 -9
- package/types/enums/containerstorage/v20230701preview/index.d.ts +90 -0
- package/types/enums/containerstorage/v20230701preview/index.js +76 -0
- package/types/enums/databox/index.d.ts +2 -1
- package/types/enums/databox/index.js +4 -2
- package/types/enums/databox/v20230301/index.d.ts +247 -0
- package/types/enums/databox/v20230301/index.js +196 -0
- package/types/enums/desktopvirtualization/index.d.ts +36 -1
- package/types/enums/desktopvirtualization/index.js +26 -2
- package/types/enums/desktopvirtualization/v20230707preview/index.d.ts +216 -0
- package/types/enums/desktopvirtualization/v20230707preview/index.js +137 -0
- package/types/enums/hdinsight/index.d.ts +2 -1
- package/types/enums/hdinsight/index.js +4 -2
- package/types/enums/hdinsight/v20230601preview/index.d.ts +53 -0
- package/types/enums/hdinsight/v20230601preview/index.js +38 -0
- package/types/enums/hybridcompute/index.d.ts +1 -2
- package/types/enums/hybridcompute/index.js +2 -4
- package/types/enums/index.d.ts +3 -1
- package/types/enums/index.js +7 -3
- package/types/enums/managednetworkfabric/index.d.ts +3 -3
- package/types/enums/managednetworkfabric/v20230615/index.d.ts +4 -4
- package/types/enums/maps/index.d.ts +2 -1
- package/types/enums/maps/index.js +4 -2
- package/types/enums/maps/v20230601/index.d.ts +53 -0
- package/types/enums/maps/v20230601/index.js +35 -0
- package/types/enums/mobilepacketcore/index.d.ts +100 -0
- package/types/enums/mobilepacketcore/index.js +95 -0
- package/types/enums/mobilepacketcore/v20230515preview/index.d.ts +98 -0
- package/types/enums/mobilepacketcore/v20230515preview/index.js +92 -0
- package/types/enums/resourceconnector/index.d.ts +0 -2
- package/types/enums/resourceconnector/index.js +1 -3
- package/types/enums/resourceconnector/v20221027/index.d.ts +0 -2
- package/types/enums/resourceconnector/v20221027/index.js +1 -3
- package/types/enums/storagetasks/index.d.ts +39 -0
- package/types/enums/storagetasks/index.js +30 -0
- package/types/enums/storagetasks/v20230101/index.d.ts +37 -0
- package/types/enums/storagetasks/v20230101/index.js +27 -0
- package/types/input.d.ts +8228 -2058
- package/types/input.js +370 -20
- package/types/output.d.ts +31666 -22843
- package/types/output.js +370 -20
- package/containerstorage/getVolumeSnapshot.js +0 -29
- package/containerstorage/v20230301preview/getVolumeSnapshot.js +0 -27
- package/containerstorage/v20230301preview/index.js +0 -55
- package/containerstorage/v20230301preview/pool.js +0 -103
- package/containerstorage/v20230301preview/volumeSnapshot.js +0 -93
- package/containerstorage/volumeSnapshot.js +0 -94
- package/hybridcompute/getMachineRunCommand.d.ts +0 -123
- package/hybridcompute/getMachineRunCommand.js +0 -29
- package/hybridcompute/machineRunCommand.js +0 -103
- package/hybridcompute/v20230425preview/getMachine.d.ts +0 -199
- package/hybridcompute/v20230425preview/getMachine.js +0 -27
- package/hybridcompute/v20230425preview/getMachineExtension.d.ts +0 -105
- package/hybridcompute/v20230425preview/getMachineExtension.js +0 -27
- package/hybridcompute/v20230425preview/getMachineRunCommand.d.ts +0 -121
- package/hybridcompute/v20230425preview/getMachineRunCommand.js +0 -27
- package/hybridcompute/v20230425preview/getPrivateEndpointConnection.js +0 -27
- package/hybridcompute/v20230425preview/getPrivateLinkScope.d.ts +0 -65
- package/hybridcompute/v20230425preview/getPrivateLinkScope.js +0 -26
- package/hybridcompute/v20230425preview/index.d.ts +0 -31
- package/hybridcompute/v20230425preview/index.js +0 -69
- package/hybridcompute/v20230425preview/machine.d.ts +0 -258
- package/hybridcompute/v20230425preview/machine.js +0 -135
- package/hybridcompute/v20230425preview/machineExtension.js +0 -93
- package/hybridcompute/v20230425preview/machineRunCommand.js +0 -102
- package/hybridcompute/v20230425preview/privateEndpointConnection.js +0 -73
- package/hybridcompute/v20230425preview/privateLinkScope.js +0 -73
- package/types/enums/containerstorage/v20230301preview/index.d.ts +0 -28
- package/types/enums/containerstorage/v20230301preview/index.js +0 -26
- package/types/enums/hybridcompute/v20230425preview/index.d.ts +0 -58
- package/types/enums/hybridcompute/v20230425preview/index.js +0 -40
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Agent Pool.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getAgentPool(args: GetAgentPoolArgs, opts?: pulumi.InvokeOptions): Promise<GetAgentPoolResult>;
|
|
7
|
+
export interface GetAgentPoolArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the agent pool.
|
|
10
|
+
*/
|
|
11
|
+
agentPoolName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the resource group. The name is case insensitive.
|
|
14
|
+
*/
|
|
15
|
+
resourceGroupName: string;
|
|
16
|
+
/**
|
|
17
|
+
* The name of the managed cluster resource.
|
|
18
|
+
*/
|
|
19
|
+
resourceName: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Agent Pool.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetAgentPoolResult {
|
|
25
|
+
/**
|
|
26
|
+
* The list of Availability zones to use for nodes. This can only be specified if the AgentPoolType property is 'VirtualMachineScaleSets'.
|
|
27
|
+
*/
|
|
28
|
+
readonly availabilityZones?: string[];
|
|
29
|
+
/**
|
|
30
|
+
* Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for system pools. The default value is 1.
|
|
31
|
+
*/
|
|
32
|
+
readonly count?: number;
|
|
33
|
+
/**
|
|
34
|
+
* CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot.
|
|
35
|
+
*/
|
|
36
|
+
readonly creationData?: outputs.containerservice.v20230701.CreationDataResponse;
|
|
37
|
+
/**
|
|
38
|
+
* 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.
|
|
39
|
+
*/
|
|
40
|
+
readonly currentOrchestratorVersion: string;
|
|
41
|
+
/**
|
|
42
|
+
* Whether to enable auto-scaler
|
|
43
|
+
*/
|
|
44
|
+
readonly enableAutoScaling?: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* This is only supported on certain VM sizes and in certain Azure regions. For more information, see: https://docs.microsoft.com/azure/aks/enable-host-encryption
|
|
47
|
+
*/
|
|
48
|
+
readonly enableEncryptionAtHost?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* See [Add a FIPS-enabled node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview) for more details.
|
|
51
|
+
*/
|
|
52
|
+
readonly enableFIPS?: boolean;
|
|
53
|
+
/**
|
|
54
|
+
* Some scenarios may require nodes in a node pool to receive their own dedicated public IP addresses. A common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. For more information see [assigning a public IP per node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools). The default is false.
|
|
55
|
+
*/
|
|
56
|
+
readonly enableNodePublicIP?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
* Whether to enable UltraSSD
|
|
59
|
+
*/
|
|
60
|
+
readonly enableUltraSSD?: boolean;
|
|
61
|
+
/**
|
|
62
|
+
* GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.
|
|
63
|
+
*/
|
|
64
|
+
readonly gpuInstanceProfile?: string;
|
|
65
|
+
/**
|
|
66
|
+
* This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}. For more information see [Azure dedicated hosts](https://docs.microsoft.com/azure/virtual-machines/dedicated-hosts).
|
|
67
|
+
*/
|
|
68
|
+
readonly hostGroupID?: string;
|
|
69
|
+
/**
|
|
70
|
+
* Resource ID.
|
|
71
|
+
*/
|
|
72
|
+
readonly id: string;
|
|
73
|
+
/**
|
|
74
|
+
* The Kubelet configuration on the agent pool nodes.
|
|
75
|
+
*/
|
|
76
|
+
readonly kubeletConfig?: outputs.containerservice.v20230701.KubeletConfigResponse;
|
|
77
|
+
/**
|
|
78
|
+
* Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage.
|
|
79
|
+
*/
|
|
80
|
+
readonly kubeletDiskType?: string;
|
|
81
|
+
/**
|
|
82
|
+
* The OS configuration of Linux agent nodes.
|
|
83
|
+
*/
|
|
84
|
+
readonly linuxOSConfig?: outputs.containerservice.v20230701.LinuxOSConfigResponse;
|
|
85
|
+
/**
|
|
86
|
+
* The maximum number of nodes for auto-scaling
|
|
87
|
+
*/
|
|
88
|
+
readonly maxCount?: number;
|
|
89
|
+
/**
|
|
90
|
+
* The maximum number of pods that can run on a node.
|
|
91
|
+
*/
|
|
92
|
+
readonly maxPods?: number;
|
|
93
|
+
/**
|
|
94
|
+
* The minimum number of nodes for auto-scaling
|
|
95
|
+
*/
|
|
96
|
+
readonly minCount?: number;
|
|
97
|
+
/**
|
|
98
|
+
* A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools
|
|
99
|
+
*/
|
|
100
|
+
readonly mode?: string;
|
|
101
|
+
/**
|
|
102
|
+
* The name of the resource that is unique within a resource group. This name can be used to access the resource.
|
|
103
|
+
*/
|
|
104
|
+
readonly name: string;
|
|
105
|
+
/**
|
|
106
|
+
* The version of node image
|
|
107
|
+
*/
|
|
108
|
+
readonly nodeImageVersion: string;
|
|
109
|
+
/**
|
|
110
|
+
* The node labels to be persisted across all nodes in agent pool.
|
|
111
|
+
*/
|
|
112
|
+
readonly nodeLabels?: {
|
|
113
|
+
[key: string]: string;
|
|
114
|
+
};
|
|
115
|
+
/**
|
|
116
|
+
* This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}
|
|
117
|
+
*/
|
|
118
|
+
readonly nodePublicIPPrefixID?: string;
|
|
119
|
+
/**
|
|
120
|
+
* The taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
|
|
121
|
+
*/
|
|
122
|
+
readonly nodeTaints?: string[];
|
|
123
|
+
/**
|
|
124
|
+
* Both patch version <major.minor.patch> (e.g. 1.20.13) and <major.minor> (e.g. 1.20) are supported. When <major.minor> is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same <major.minor> once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version. The node pool version must have the same major version as the control plane. The node pool minor version must be within two minor versions of the control plane version. The node pool version cannot be greater than the control plane version. For more information see [upgrading a node pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool).
|
|
125
|
+
*/
|
|
126
|
+
readonly orchestratorVersion?: string;
|
|
127
|
+
/**
|
|
128
|
+
* OS Disk Size in GB to be used to specify the disk size for every machine in the master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified.
|
|
129
|
+
*/
|
|
130
|
+
readonly osDiskSizeGB?: number;
|
|
131
|
+
/**
|
|
132
|
+
* The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more information see [Ephemeral OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os).
|
|
133
|
+
*/
|
|
134
|
+
readonly osDiskType?: string;
|
|
135
|
+
/**
|
|
136
|
+
* Specifies the OS SKU used by the agent pool. The default is Ubuntu if OSType is Linux. The default is Windows2019 when Kubernetes <= 1.24 or Windows2022 when Kubernetes >= 1.25 if OSType is Windows.
|
|
137
|
+
*/
|
|
138
|
+
readonly osSKU?: string;
|
|
139
|
+
/**
|
|
140
|
+
* The operating system type. The default is Linux.
|
|
141
|
+
*/
|
|
142
|
+
readonly osType?: string;
|
|
143
|
+
/**
|
|
144
|
+
* If omitted, pod IPs are statically assigned on the node subnet (see vnetSubnetID for more details). This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}
|
|
145
|
+
*/
|
|
146
|
+
readonly podSubnetID?: string;
|
|
147
|
+
/**
|
|
148
|
+
* When an Agent Pool is first created it is initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be stopped if it is Running and provisioning state is Succeeded
|
|
149
|
+
*/
|
|
150
|
+
readonly powerState?: outputs.containerservice.v20230701.PowerStateResponse;
|
|
151
|
+
/**
|
|
152
|
+
* The current deployment or provisioning state.
|
|
153
|
+
*/
|
|
154
|
+
readonly provisioningState: string;
|
|
155
|
+
/**
|
|
156
|
+
* The ID for Proximity Placement Group.
|
|
157
|
+
*/
|
|
158
|
+
readonly proximityPlacementGroupID?: string;
|
|
159
|
+
/**
|
|
160
|
+
* This also effects the cluster autoscaler behavior. If not specified, it defaults to Delete.
|
|
161
|
+
*/
|
|
162
|
+
readonly scaleDownMode?: string;
|
|
163
|
+
/**
|
|
164
|
+
* This cannot be specified unless the scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'.
|
|
165
|
+
*/
|
|
166
|
+
readonly scaleSetEvictionPolicy?: string;
|
|
167
|
+
/**
|
|
168
|
+
* The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'.
|
|
169
|
+
*/
|
|
170
|
+
readonly scaleSetPriority?: string;
|
|
171
|
+
/**
|
|
172
|
+
* Possible values are any decimal value greater than zero or -1 which indicates the willingness to pay any on-demand price. For more details on spot pricing, see [spot VMs pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing)
|
|
173
|
+
*/
|
|
174
|
+
readonly spotMaxPrice?: number;
|
|
175
|
+
/**
|
|
176
|
+
* The tags to be persisted on the agent pool virtual machine scale set.
|
|
177
|
+
*/
|
|
178
|
+
readonly tags?: {
|
|
179
|
+
[key: string]: string;
|
|
180
|
+
};
|
|
181
|
+
/**
|
|
182
|
+
* Resource type
|
|
183
|
+
*/
|
|
184
|
+
readonly type: string;
|
|
185
|
+
/**
|
|
186
|
+
* Settings for upgrading the agentpool
|
|
187
|
+
*/
|
|
188
|
+
readonly upgradeSettings?: outputs.containerservice.v20230701.AgentPoolUpgradeSettingsResponse;
|
|
189
|
+
/**
|
|
190
|
+
* VM size availability varies by region. If a node contains insufficient compute resources (memory, cpu, etc) pods might fail to run correctly. For more details on restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions
|
|
191
|
+
*/
|
|
192
|
+
readonly vmSize?: string;
|
|
193
|
+
/**
|
|
194
|
+
* If this is not specified, a VNET and subnet will be generated and used. If no podSubnetID is specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the form: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}
|
|
195
|
+
*/
|
|
196
|
+
readonly vnetSubnetID?: string;
|
|
197
|
+
/**
|
|
198
|
+
* Determines the type of workload a node can run.
|
|
199
|
+
*/
|
|
200
|
+
readonly workloadRuntime?: string;
|
|
201
|
+
}
|
|
202
|
+
/**
|
|
203
|
+
* Agent Pool.
|
|
204
|
+
*/
|
|
205
|
+
export declare function getAgentPoolOutput(args: GetAgentPoolOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAgentPoolResult>;
|
|
206
|
+
export interface GetAgentPoolOutputArgs {
|
|
207
|
+
/**
|
|
208
|
+
* The name of the agent pool.
|
|
209
|
+
*/
|
|
210
|
+
agentPoolName: pulumi.Input<string>;
|
|
211
|
+
/**
|
|
212
|
+
* The name of the resource group. The name is case insensitive.
|
|
213
|
+
*/
|
|
214
|
+
resourceGroupName: pulumi.Input<string>;
|
|
215
|
+
/**
|
|
216
|
+
* The name of the managed cluster resource.
|
|
217
|
+
*/
|
|
218
|
+
resourceName: pulumi.Input<string>;
|
|
219
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getAgentPoolOutput = exports.getAgentPool = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Agent Pool.
|
|
10
|
+
*/
|
|
11
|
+
function getAgentPool(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:containerservice/v20230701:getAgentPool", {
|
|
14
|
+
"agentPoolName": args.agentPoolName,
|
|
15
|
+
"resourceGroupName": args.resourceGroupName,
|
|
16
|
+
"resourceName": args.resourceName,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getAgentPool = getAgentPool;
|
|
20
|
+
/**
|
|
21
|
+
* Agent Pool.
|
|
22
|
+
*/
|
|
23
|
+
function getAgentPoolOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply((a) => getAgentPool(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getAgentPoolOutput = getAgentPoolOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0QWdlbnRQb29sLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY29udGFpbmVyc2VydmljZS92MjAyMzA3MDEvZ2V0QWdlbnRQb29sLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzREFBc0Q7QUFDdEQsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLFlBQVksQ0FBQyxJQUFzQixFQUFFLElBQTJCO0lBRTVFLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLHNEQUFzRCxFQUFFO1FBQ2pGLGVBQWUsRUFBRSxJQUFJLENBQUMsYUFBYTtRQUNuQyxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO1FBQzNDLGNBQWMsRUFBRSxJQUFJLENBQUMsWUFBWTtLQUNwQyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVJELG9DQVFDO0FBa01EOztHQUVHO0FBQ0gsU0FBZ0Isa0JBQWtCLENBQUMsSUFBNEIsRUFBRSxJQUEyQjtJQUN4RixPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxZQUFZLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDdkUsQ0FBQztBQUZELGdEQUVDIn0=
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* See [planned maintenance](https://docs.microsoft.com/azure/aks/planned-maintenance) for more information about planned maintenance.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getMaintenanceConfiguration(args: GetMaintenanceConfigurationArgs, opts?: pulumi.InvokeOptions): Promise<GetMaintenanceConfigurationResult>;
|
|
7
|
+
export interface GetMaintenanceConfigurationArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the maintenance configuration.
|
|
10
|
+
*/
|
|
11
|
+
configName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the resource group. The name is case insensitive.
|
|
14
|
+
*/
|
|
15
|
+
resourceGroupName: string;
|
|
16
|
+
/**
|
|
17
|
+
* The name of the managed cluster resource.
|
|
18
|
+
*/
|
|
19
|
+
resourceName: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* See [planned maintenance](https://docs.microsoft.com/azure/aks/planned-maintenance) for more information about planned maintenance.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetMaintenanceConfigurationResult {
|
|
25
|
+
/**
|
|
26
|
+
* Resource ID.
|
|
27
|
+
*/
|
|
28
|
+
readonly id: string;
|
|
29
|
+
/**
|
|
30
|
+
* Maintenance window for the maintenance configuration.
|
|
31
|
+
*/
|
|
32
|
+
readonly maintenanceWindow?: outputs.containerservice.v20230701.MaintenanceWindowResponse;
|
|
33
|
+
/**
|
|
34
|
+
* The name of the resource that is unique within a resource group. This name can be used to access the resource.
|
|
35
|
+
*/
|
|
36
|
+
readonly name: string;
|
|
37
|
+
/**
|
|
38
|
+
* Time slots on which upgrade is not allowed.
|
|
39
|
+
*/
|
|
40
|
+
readonly notAllowedTime?: outputs.containerservice.v20230701.TimeSpanResponse[];
|
|
41
|
+
/**
|
|
42
|
+
* The system metadata relating to this resource.
|
|
43
|
+
*/
|
|
44
|
+
readonly systemData: outputs.containerservice.v20230701.SystemDataResponse;
|
|
45
|
+
/**
|
|
46
|
+
* If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.
|
|
47
|
+
*/
|
|
48
|
+
readonly timeInWeek?: outputs.containerservice.v20230701.TimeInWeekResponse[];
|
|
49
|
+
/**
|
|
50
|
+
* Resource type
|
|
51
|
+
*/
|
|
52
|
+
readonly type: string;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* See [planned maintenance](https://docs.microsoft.com/azure/aks/planned-maintenance) for more information about planned maintenance.
|
|
56
|
+
*/
|
|
57
|
+
export declare function getMaintenanceConfigurationOutput(args: GetMaintenanceConfigurationOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetMaintenanceConfigurationResult>;
|
|
58
|
+
export interface GetMaintenanceConfigurationOutputArgs {
|
|
59
|
+
/**
|
|
60
|
+
* The name of the maintenance configuration.
|
|
61
|
+
*/
|
|
62
|
+
configName: pulumi.Input<string>;
|
|
63
|
+
/**
|
|
64
|
+
* The name of the resource group. The name is case insensitive.
|
|
65
|
+
*/
|
|
66
|
+
resourceGroupName: pulumi.Input<string>;
|
|
67
|
+
/**
|
|
68
|
+
* The name of the managed cluster resource.
|
|
69
|
+
*/
|
|
70
|
+
resourceName: pulumi.Input<string>;
|
|
71
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getMaintenanceConfigurationOutput = exports.getMaintenanceConfiguration = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* See [planned maintenance](https://docs.microsoft.com/azure/aks/planned-maintenance) for more information about planned maintenance.
|
|
10
|
+
*/
|
|
11
|
+
function getMaintenanceConfiguration(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:containerservice/v20230701:getMaintenanceConfiguration", {
|
|
14
|
+
"configName": args.configName,
|
|
15
|
+
"resourceGroupName": args.resourceGroupName,
|
|
16
|
+
"resourceName": args.resourceName,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getMaintenanceConfiguration = getMaintenanceConfiguration;
|
|
20
|
+
/**
|
|
21
|
+
* See [planned maintenance](https://docs.microsoft.com/azure/aks/planned-maintenance) for more information about planned maintenance.
|
|
22
|
+
*/
|
|
23
|
+
function getMaintenanceConfigurationOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply((a) => getMaintenanceConfiguration(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getMaintenanceConfigurationOutput = getMaintenanceConfigurationOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0TWFpbnRlbmFuY2VDb25maWd1cmF0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY29udGFpbmVyc2VydmljZS92MjAyMzA3MDEvZ2V0TWFpbnRlbmFuY2VDb25maWd1cmF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzREFBc0Q7QUFDdEQsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLDJCQUEyQixDQUFDLElBQXFDLEVBQUUsSUFBMkI7SUFFMUcsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMscUVBQXFFLEVBQUU7UUFDaEcsWUFBWSxFQUFFLElBQUksQ0FBQyxVQUFVO1FBQzdCLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MsY0FBYyxFQUFFLElBQUksQ0FBQyxZQUFZO0tBQ3BDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsa0VBUUM7QUFrREQ7O0dBRUc7QUFDSCxTQUFnQixpQ0FBaUMsQ0FBQyxJQUEyQyxFQUFFLElBQTJCO0lBQ3RILE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLDJCQUEyQixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3RGLENBQUM7QUFGRCw4RUFFQyJ9
|
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Managed cluster.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getManagedCluster(args: GetManagedClusterArgs, opts?: pulumi.InvokeOptions): Promise<GetManagedClusterResult>;
|
|
7
|
+
export interface GetManagedClusterArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the resource group. The name is case insensitive.
|
|
10
|
+
*/
|
|
11
|
+
resourceGroupName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the managed cluster resource.
|
|
14
|
+
*/
|
|
15
|
+
resourceName: string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Managed cluster.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetManagedClusterResult {
|
|
21
|
+
/**
|
|
22
|
+
* The Azure Active Directory configuration.
|
|
23
|
+
*/
|
|
24
|
+
readonly aadProfile?: outputs.containerservice.v20230701.ManagedClusterAADProfileResponse;
|
|
25
|
+
/**
|
|
26
|
+
* The profile of managed cluster add-on.
|
|
27
|
+
*/
|
|
28
|
+
readonly addonProfiles?: {
|
|
29
|
+
[key: string]: outputs.containerservice.v20230701.ManagedClusterAddonProfileResponse;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* The agent pool properties.
|
|
33
|
+
*/
|
|
34
|
+
readonly agentPoolProfiles?: outputs.containerservice.v20230701.ManagedClusterAgentPoolProfileResponse[];
|
|
35
|
+
/**
|
|
36
|
+
* The access profile for managed cluster API server.
|
|
37
|
+
*/
|
|
38
|
+
readonly apiServerAccessProfile?: outputs.containerservice.v20230701.ManagedClusterAPIServerAccessProfileResponse;
|
|
39
|
+
/**
|
|
40
|
+
* Parameters to be applied to the cluster-autoscaler when enabled
|
|
41
|
+
*/
|
|
42
|
+
readonly autoScalerProfile?: outputs.containerservice.v20230701.ManagedClusterPropertiesResponseAutoScalerProfile;
|
|
43
|
+
/**
|
|
44
|
+
* The auto upgrade configuration.
|
|
45
|
+
*/
|
|
46
|
+
readonly autoUpgradeProfile?: outputs.containerservice.v20230701.ManagedClusterAutoUpgradeProfileResponse;
|
|
47
|
+
/**
|
|
48
|
+
* Azure Monitor addon profiles for monitoring the managed cluster.
|
|
49
|
+
*/
|
|
50
|
+
readonly azureMonitorProfile?: outputs.containerservice.v20230701.ManagedClusterAzureMonitorProfileResponse;
|
|
51
|
+
/**
|
|
52
|
+
* The Azure Portal requires certain Cross-Origin Resource Sharing (CORS) headers to be sent in some responses, which Kubernetes APIServer doesn't handle by default. This special FQDN supports CORS, allowing the Azure Portal to function properly.
|
|
53
|
+
*/
|
|
54
|
+
readonly azurePortalFQDN: string;
|
|
55
|
+
/**
|
|
56
|
+
* If kubernetesVersion was a fully specified version <major.minor.patch>, this field will be exactly equal to it. If kubernetesVersion was <major.minor>, this field will contain the full <major.minor.patch> version being used.
|
|
57
|
+
*/
|
|
58
|
+
readonly currentKubernetesVersion: string;
|
|
59
|
+
/**
|
|
60
|
+
* If set to true, getting static credentials will be disabled for this cluster. This must only be used on Managed Clusters that are AAD enabled. For more details see [disable local accounts](https://docs.microsoft.com/azure/aks/managed-aad#disable-local-accounts-preview).
|
|
61
|
+
*/
|
|
62
|
+
readonly disableLocalAccounts?: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* This is of the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}'
|
|
65
|
+
*/
|
|
66
|
+
readonly diskEncryptionSetID?: string;
|
|
67
|
+
/**
|
|
68
|
+
* This cannot be updated once the Managed Cluster has been created.
|
|
69
|
+
*/
|
|
70
|
+
readonly dnsPrefix?: string;
|
|
71
|
+
/**
|
|
72
|
+
* (DEPRECATED) Whether to enable Kubernetes pod security policy (preview). PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from Kubernetes in v1.25. Learn more at https://aka.ms/k8s/psp and https://aka.ms/aks/psp.
|
|
73
|
+
*/
|
|
74
|
+
readonly enablePodSecurityPolicy?: boolean;
|
|
75
|
+
/**
|
|
76
|
+
* Whether to enable Kubernetes Role-Based Access Control.
|
|
77
|
+
*/
|
|
78
|
+
readonly enableRBAC?: boolean;
|
|
79
|
+
/**
|
|
80
|
+
* The extended location of the Virtual Machine.
|
|
81
|
+
*/
|
|
82
|
+
readonly extendedLocation?: outputs.containerservice.v20230701.ExtendedLocationResponse;
|
|
83
|
+
/**
|
|
84
|
+
* The FQDN of the master pool.
|
|
85
|
+
*/
|
|
86
|
+
readonly fqdn: string;
|
|
87
|
+
/**
|
|
88
|
+
* This cannot be updated once the Managed Cluster has been created.
|
|
89
|
+
*/
|
|
90
|
+
readonly fqdnSubdomain?: string;
|
|
91
|
+
/**
|
|
92
|
+
* Configurations for provisioning the cluster with HTTP proxy servers.
|
|
93
|
+
*/
|
|
94
|
+
readonly httpProxyConfig?: outputs.containerservice.v20230701.ManagedClusterHTTPProxyConfigResponse;
|
|
95
|
+
/**
|
|
96
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
97
|
+
*/
|
|
98
|
+
readonly id: string;
|
|
99
|
+
/**
|
|
100
|
+
* The identity of the managed cluster, if configured.
|
|
101
|
+
*/
|
|
102
|
+
readonly identity?: outputs.containerservice.v20230701.ManagedClusterIdentityResponse;
|
|
103
|
+
/**
|
|
104
|
+
* Identities associated with the cluster.
|
|
105
|
+
*/
|
|
106
|
+
readonly identityProfile?: {
|
|
107
|
+
[key: string]: outputs.containerservice.v20230701.UserAssignedIdentityResponse;
|
|
108
|
+
};
|
|
109
|
+
/**
|
|
110
|
+
* Both patch version <major.minor.patch> (e.g. 1.20.13) and <major.minor> (e.g. 1.20) are supported. When <major.minor> is specified, the latest supported GA patch version is chosen automatically. Updating the cluster with the same <major.minor> once it has been created (e.g. 1.14.x -> 1.14) will not trigger an upgrade, even if a newer patch version is available. When you upgrade a supported AKS cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details.
|
|
111
|
+
*/
|
|
112
|
+
readonly kubernetesVersion?: string;
|
|
113
|
+
/**
|
|
114
|
+
* The profile for Linux VMs in the Managed Cluster.
|
|
115
|
+
*/
|
|
116
|
+
readonly linuxProfile?: outputs.containerservice.v20230701.ContainerServiceLinuxProfileResponse;
|
|
117
|
+
/**
|
|
118
|
+
* The geo-location where the resource lives
|
|
119
|
+
*/
|
|
120
|
+
readonly location: string;
|
|
121
|
+
/**
|
|
122
|
+
* The max number of agent pools for the managed cluster.
|
|
123
|
+
*/
|
|
124
|
+
readonly maxAgentPools: number;
|
|
125
|
+
/**
|
|
126
|
+
* The name of the resource
|
|
127
|
+
*/
|
|
128
|
+
readonly name: string;
|
|
129
|
+
/**
|
|
130
|
+
* The network configuration profile.
|
|
131
|
+
*/
|
|
132
|
+
readonly networkProfile?: outputs.containerservice.v20230701.ContainerServiceNetworkProfileResponse;
|
|
133
|
+
/**
|
|
134
|
+
* The name of the resource group containing agent pool nodes.
|
|
135
|
+
*/
|
|
136
|
+
readonly nodeResourceGroup?: string;
|
|
137
|
+
/**
|
|
138
|
+
* The OIDC issuer profile of the Managed Cluster.
|
|
139
|
+
*/
|
|
140
|
+
readonly oidcIssuerProfile?: outputs.containerservice.v20230701.ManagedClusterOIDCIssuerProfileResponse;
|
|
141
|
+
/**
|
|
142
|
+
* See [use AAD pod identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for more details on AAD pod identity integration.
|
|
143
|
+
*/
|
|
144
|
+
readonly podIdentityProfile?: outputs.containerservice.v20230701.ManagedClusterPodIdentityProfileResponse;
|
|
145
|
+
/**
|
|
146
|
+
* The Power State of the cluster.
|
|
147
|
+
*/
|
|
148
|
+
readonly powerState: outputs.containerservice.v20230701.PowerStateResponse;
|
|
149
|
+
/**
|
|
150
|
+
* The FQDN of private cluster.
|
|
151
|
+
*/
|
|
152
|
+
readonly privateFQDN: string;
|
|
153
|
+
/**
|
|
154
|
+
* Private link resources associated with the cluster.
|
|
155
|
+
*/
|
|
156
|
+
readonly privateLinkResources?: outputs.containerservice.v20230701.PrivateLinkResourceResponse[];
|
|
157
|
+
/**
|
|
158
|
+
* The current provisioning state.
|
|
159
|
+
*/
|
|
160
|
+
readonly provisioningState: string;
|
|
161
|
+
/**
|
|
162
|
+
* Allow or deny public network access for AKS
|
|
163
|
+
*/
|
|
164
|
+
readonly publicNetworkAccess?: string;
|
|
165
|
+
/**
|
|
166
|
+
* Security profile for the managed cluster.
|
|
167
|
+
*/
|
|
168
|
+
readonly securityProfile?: outputs.containerservice.v20230701.ManagedClusterSecurityProfileResponse;
|
|
169
|
+
/**
|
|
170
|
+
* Information about a service principal identity for the cluster to use for manipulating Azure APIs.
|
|
171
|
+
*/
|
|
172
|
+
readonly servicePrincipalProfile?: outputs.containerservice.v20230701.ManagedClusterServicePrincipalProfileResponse;
|
|
173
|
+
/**
|
|
174
|
+
* The managed cluster SKU.
|
|
175
|
+
*/
|
|
176
|
+
readonly sku?: outputs.containerservice.v20230701.ManagedClusterSKUResponse;
|
|
177
|
+
/**
|
|
178
|
+
* Storage profile for the managed cluster.
|
|
179
|
+
*/
|
|
180
|
+
readonly storageProfile?: outputs.containerservice.v20230701.ManagedClusterStorageProfileResponse;
|
|
181
|
+
/**
|
|
182
|
+
* The support plan for the Managed Cluster. If unspecified, the default is 'KubernetesOfficial'.
|
|
183
|
+
*/
|
|
184
|
+
readonly supportPlan?: string;
|
|
185
|
+
/**
|
|
186
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
187
|
+
*/
|
|
188
|
+
readonly systemData: outputs.containerservice.v20230701.SystemDataResponse;
|
|
189
|
+
/**
|
|
190
|
+
* Resource tags.
|
|
191
|
+
*/
|
|
192
|
+
readonly tags?: {
|
|
193
|
+
[key: string]: string;
|
|
194
|
+
};
|
|
195
|
+
/**
|
|
196
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
197
|
+
*/
|
|
198
|
+
readonly type: string;
|
|
199
|
+
/**
|
|
200
|
+
* Settings for upgrading a cluster.
|
|
201
|
+
*/
|
|
202
|
+
readonly upgradeSettings?: outputs.containerservice.v20230701.ClusterUpgradeSettingsResponse;
|
|
203
|
+
/**
|
|
204
|
+
* The profile for Windows VMs in the Managed Cluster.
|
|
205
|
+
*/
|
|
206
|
+
readonly windowsProfile?: outputs.containerservice.v20230701.ManagedClusterWindowsProfileResponse;
|
|
207
|
+
/**
|
|
208
|
+
* Workload Auto-scaler profile for the managed cluster.
|
|
209
|
+
*/
|
|
210
|
+
readonly workloadAutoScalerProfile?: outputs.containerservice.v20230701.ManagedClusterWorkloadAutoScalerProfileResponse;
|
|
211
|
+
}
|
|
212
|
+
/**
|
|
213
|
+
* Managed cluster.
|
|
214
|
+
*/
|
|
215
|
+
export declare function getManagedClusterOutput(args: GetManagedClusterOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetManagedClusterResult>;
|
|
216
|
+
export interface GetManagedClusterOutputArgs {
|
|
217
|
+
/**
|
|
218
|
+
* The name of the resource group. The name is case insensitive.
|
|
219
|
+
*/
|
|
220
|
+
resourceGroupName: pulumi.Input<string>;
|
|
221
|
+
/**
|
|
222
|
+
* The name of the managed cluster resource.
|
|
223
|
+
*/
|
|
224
|
+
resourceName: pulumi.Input<string>;
|
|
225
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getManagedClusterOutput = exports.getManagedCluster = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Managed cluster.
|
|
10
|
+
*/
|
|
11
|
+
function getManagedCluster(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:containerservice/v20230701:getManagedCluster", {
|
|
14
|
+
"resourceGroupName": args.resourceGroupName,
|
|
15
|
+
"resourceName": args.resourceName,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getManagedCluster = getManagedCluster;
|
|
19
|
+
/**
|
|
20
|
+
* Managed cluster.
|
|
21
|
+
*/
|
|
22
|
+
function getManagedClusterOutput(args, opts) {
|
|
23
|
+
return pulumi.output(args).apply((a) => getManagedCluster(a, opts));
|
|
24
|
+
}
|
|
25
|
+
exports.getManagedClusterOutput = getManagedClusterOutput;
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0TWFuYWdlZENsdXN0ZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jb250YWluZXJzZXJ2aWNlL3YyMDIzMDcwMS9nZXRNYW5hZ2VkQ2x1c3Rlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0RBQXNEO0FBQ3RELGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixpQkFBaUIsQ0FBQyxJQUEyQixFQUFFLElBQTJCO0lBRXRGLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLDJEQUEyRCxFQUFFO1FBQ3RGLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MsY0FBYyxFQUFFLElBQUksQ0FBQyxZQUFZO0tBQ3BDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUEQsOENBT0M7QUEwTUQ7O0dBRUc7QUFDSCxTQUFnQix1QkFBdUIsQ0FBQyxJQUFpQyxFQUFFLElBQTJCO0lBQ2xHLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLGlCQUFpQixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQzVFLENBQUM7QUFGRCwwREFFQyJ9
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../../types/output";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
|
|
5
5
|
*/
|
|
6
6
|
export declare function getPrivateEndpointConnection(args: GetPrivateEndpointConnectionArgs, opts?: pulumi.InvokeOptions): Promise<GetPrivateEndpointConnectionResult>;
|
|
7
7
|
export interface GetPrivateEndpointConnectionArgs {
|
|
@@ -14,37 +14,41 @@ export interface GetPrivateEndpointConnectionArgs {
|
|
|
14
14
|
*/
|
|
15
15
|
resourceGroupName: string;
|
|
16
16
|
/**
|
|
17
|
-
* The name of the
|
|
17
|
+
* The name of the managed cluster resource.
|
|
18
18
|
*/
|
|
19
|
-
|
|
19
|
+
resourceName: string;
|
|
20
20
|
}
|
|
21
21
|
/**
|
|
22
22
|
* A private endpoint connection
|
|
23
23
|
*/
|
|
24
24
|
export interface GetPrivateEndpointConnectionResult {
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* The ID of the private endpoint connection.
|
|
27
27
|
*/
|
|
28
28
|
readonly id: string;
|
|
29
29
|
/**
|
|
30
|
-
* The name of the
|
|
30
|
+
* The name of the private endpoint connection.
|
|
31
31
|
*/
|
|
32
32
|
readonly name: string;
|
|
33
33
|
/**
|
|
34
|
-
*
|
|
34
|
+
* The resource of private endpoint.
|
|
35
|
+
*/
|
|
36
|
+
readonly privateEndpoint?: outputs.containerservice.v20230701.PrivateEndpointResponse;
|
|
37
|
+
/**
|
|
38
|
+
* A collection of information about the state of the connection between service consumer and provider.
|
|
35
39
|
*/
|
|
36
|
-
readonly
|
|
40
|
+
readonly privateLinkServiceConnectionState: outputs.containerservice.v20230701.PrivateLinkServiceConnectionStateResponse;
|
|
37
41
|
/**
|
|
38
|
-
*
|
|
42
|
+
* The current provisioning state.
|
|
39
43
|
*/
|
|
40
|
-
readonly
|
|
44
|
+
readonly provisioningState: string;
|
|
41
45
|
/**
|
|
42
|
-
* The
|
|
46
|
+
* The resource type.
|
|
43
47
|
*/
|
|
44
48
|
readonly type: string;
|
|
45
49
|
}
|
|
46
50
|
/**
|
|
47
|
-
*
|
|
51
|
+
* To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
|
|
48
52
|
*/
|
|
49
53
|
export declare function getPrivateEndpointConnectionOutput(args: GetPrivateEndpointConnectionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPrivateEndpointConnectionResult>;
|
|
50
54
|
export interface GetPrivateEndpointConnectionOutputArgs {
|
|
@@ -57,7 +61,7 @@ export interface GetPrivateEndpointConnectionOutputArgs {
|
|
|
57
61
|
*/
|
|
58
62
|
resourceGroupName: pulumi.Input<string>;
|
|
59
63
|
/**
|
|
60
|
-
* The name of the
|
|
64
|
+
* The name of the managed cluster resource.
|
|
61
65
|
*/
|
|
62
|
-
|
|
66
|
+
resourceName: pulumi.Input<string>;
|
|
63
67
|
}
|