@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,252 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
import * as enums from "../../types/enums";
|
|
5
|
+
/**
|
|
6
|
+
* Describes a Virtual Machine Scale Set.
|
|
7
|
+
*/
|
|
8
|
+
export declare class VirtualMachineScaleSet extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing VirtualMachineScaleSet resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): VirtualMachineScaleSet;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of VirtualMachineScaleSet. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is VirtualMachineScaleSet;
|
|
23
|
+
/**
|
|
24
|
+
* Specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine Scale Set. For instance: whether the Virtual Machines have the capability to support attaching managed data disks with UltraSSD_LRS storage account type.
|
|
25
|
+
*/
|
|
26
|
+
readonly additionalCapabilities: pulumi.Output<outputs.compute.v20230701.AdditionalCapabilitiesResponse | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* Policy for automatic repairs.
|
|
29
|
+
*/
|
|
30
|
+
readonly automaticRepairsPolicy: pulumi.Output<outputs.compute.v20230701.AutomaticRepairsPolicyResponse | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* Optional property which must either be set to True or omitted.
|
|
33
|
+
*/
|
|
34
|
+
readonly constrainedMaximumCapacity: pulumi.Output<boolean | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs.
|
|
37
|
+
*/
|
|
38
|
+
readonly doNotRunExtensionsOnOverprovisionedVMs: pulumi.Output<boolean | undefined>;
|
|
39
|
+
/**
|
|
40
|
+
* The extended location of the Virtual Machine Scale Set.
|
|
41
|
+
*/
|
|
42
|
+
readonly extendedLocation: pulumi.Output<outputs.compute.v20230701.ExtendedLocationResponse | undefined>;
|
|
43
|
+
/**
|
|
44
|
+
* Specifies information about the dedicated host group that the virtual machine scale set resides in. Minimum api-version: 2020-06-01.
|
|
45
|
+
*/
|
|
46
|
+
readonly hostGroup: pulumi.Output<outputs.compute.v20230701.SubResourceResponse | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* The identity of the virtual machine scale set, if configured.
|
|
49
|
+
*/
|
|
50
|
+
readonly identity: pulumi.Output<outputs.compute.v20230701.VirtualMachineScaleSetIdentityResponse | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* Resource location
|
|
53
|
+
*/
|
|
54
|
+
readonly location: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* Resource name
|
|
57
|
+
*/
|
|
58
|
+
readonly name: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* Specifies the orchestration mode for the virtual machine scale set.
|
|
61
|
+
*/
|
|
62
|
+
readonly orchestrationMode: pulumi.Output<string | undefined>;
|
|
63
|
+
/**
|
|
64
|
+
* Specifies whether the Virtual Machine Scale Set should be overprovisioned.
|
|
65
|
+
*/
|
|
66
|
+
readonly overprovision: pulumi.Output<boolean | undefined>;
|
|
67
|
+
/**
|
|
68
|
+
* Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click **Want to deploy programmatically, Get Started ->**. Enter any required information and then click **Save**.
|
|
69
|
+
*/
|
|
70
|
+
readonly plan: pulumi.Output<outputs.compute.v20230701.PlanResponse | undefined>;
|
|
71
|
+
/**
|
|
72
|
+
* Fault Domain count for each placement group.
|
|
73
|
+
*/
|
|
74
|
+
readonly platformFaultDomainCount: pulumi.Output<number | undefined>;
|
|
75
|
+
/**
|
|
76
|
+
* Specifies the desired targets for mixing Spot and Regular priority VMs within the same VMSS Flex instance.
|
|
77
|
+
*/
|
|
78
|
+
readonly priorityMixPolicy: pulumi.Output<outputs.compute.v20230701.PriorityMixPolicyResponse | undefined>;
|
|
79
|
+
/**
|
|
80
|
+
* The provisioning state, which only appears in the response.
|
|
81
|
+
*/
|
|
82
|
+
readonly provisioningState: pulumi.Output<string>;
|
|
83
|
+
/**
|
|
84
|
+
* Specifies information about the proximity placement group that the virtual machine scale set should be assigned to. Minimum api-version: 2018-04-01.
|
|
85
|
+
*/
|
|
86
|
+
readonly proximityPlacementGroup: pulumi.Output<outputs.compute.v20230701.SubResourceResponse | undefined>;
|
|
87
|
+
/**
|
|
88
|
+
* Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set.
|
|
89
|
+
*/
|
|
90
|
+
readonly scaleInPolicy: pulumi.Output<outputs.compute.v20230701.ScaleInPolicyResponse | undefined>;
|
|
91
|
+
/**
|
|
92
|
+
* When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE: If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup is false, it may not be modified to true.
|
|
93
|
+
*/
|
|
94
|
+
readonly singlePlacementGroup: pulumi.Output<boolean | undefined>;
|
|
95
|
+
/**
|
|
96
|
+
* The virtual machine scale set sku.
|
|
97
|
+
*/
|
|
98
|
+
readonly sku: pulumi.Output<outputs.compute.v20230701.SkuResponse | undefined>;
|
|
99
|
+
/**
|
|
100
|
+
* Specifies the Spot Restore properties for the virtual machine scale set.
|
|
101
|
+
*/
|
|
102
|
+
readonly spotRestorePolicy: pulumi.Output<outputs.compute.v20230701.SpotRestorePolicyResponse | undefined>;
|
|
103
|
+
/**
|
|
104
|
+
* Resource tags
|
|
105
|
+
*/
|
|
106
|
+
readonly tags: pulumi.Output<{
|
|
107
|
+
[key: string]: string;
|
|
108
|
+
} | undefined>;
|
|
109
|
+
/**
|
|
110
|
+
* Specifies the time at which the Virtual Machine Scale Set resource was created. Minimum api-version: 2021-11-01.
|
|
111
|
+
*/
|
|
112
|
+
readonly timeCreated: pulumi.Output<string>;
|
|
113
|
+
/**
|
|
114
|
+
* Resource type
|
|
115
|
+
*/
|
|
116
|
+
readonly type: pulumi.Output<string>;
|
|
117
|
+
/**
|
|
118
|
+
* Specifies the ID which uniquely identifies a Virtual Machine Scale Set.
|
|
119
|
+
*/
|
|
120
|
+
readonly uniqueId: pulumi.Output<string>;
|
|
121
|
+
/**
|
|
122
|
+
* The upgrade policy.
|
|
123
|
+
*/
|
|
124
|
+
readonly upgradePolicy: pulumi.Output<outputs.compute.v20230701.UpgradePolicyResponse | undefined>;
|
|
125
|
+
/**
|
|
126
|
+
* The virtual machine profile.
|
|
127
|
+
*/
|
|
128
|
+
readonly virtualMachineProfile: pulumi.Output<outputs.compute.v20230701.VirtualMachineScaleSetVMProfileResponse | undefined>;
|
|
129
|
+
/**
|
|
130
|
+
* Whether to force strictly even Virtual Machine distribution cross x-zones in case there is zone outage. zoneBalance property can only be set if the zones property of the scale set contains more than one zone. If there are no zones or only one zone specified, then zoneBalance property should not be set.
|
|
131
|
+
*/
|
|
132
|
+
readonly zoneBalance: pulumi.Output<boolean | undefined>;
|
|
133
|
+
/**
|
|
134
|
+
* The virtual machine scale set zones. NOTE: Availability zones can only be set when you create the scale set
|
|
135
|
+
*/
|
|
136
|
+
readonly zones: pulumi.Output<string[] | undefined>;
|
|
137
|
+
/**
|
|
138
|
+
* Create a VirtualMachineScaleSet resource with the given unique name, arguments, and options.
|
|
139
|
+
*
|
|
140
|
+
* @param name The _unique_ name of the resource.
|
|
141
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
142
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
143
|
+
*/
|
|
144
|
+
constructor(name: string, args: VirtualMachineScaleSetArgs, opts?: pulumi.CustomResourceOptions);
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* The set of arguments for constructing a VirtualMachineScaleSet resource.
|
|
148
|
+
*/
|
|
149
|
+
export interface VirtualMachineScaleSetArgs {
|
|
150
|
+
/**
|
|
151
|
+
* Specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine Scale Set. For instance: whether the Virtual Machines have the capability to support attaching managed data disks with UltraSSD_LRS storage account type.
|
|
152
|
+
*/
|
|
153
|
+
additionalCapabilities?: pulumi.Input<inputs.compute.v20230701.AdditionalCapabilitiesArgs>;
|
|
154
|
+
/**
|
|
155
|
+
* Policy for automatic repairs.
|
|
156
|
+
*/
|
|
157
|
+
automaticRepairsPolicy?: pulumi.Input<inputs.compute.v20230701.AutomaticRepairsPolicyArgs>;
|
|
158
|
+
/**
|
|
159
|
+
* Optional property which must either be set to True or omitted.
|
|
160
|
+
*/
|
|
161
|
+
constrainedMaximumCapacity?: pulumi.Input<boolean>;
|
|
162
|
+
/**
|
|
163
|
+
* When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs.
|
|
164
|
+
*/
|
|
165
|
+
doNotRunExtensionsOnOverprovisionedVMs?: pulumi.Input<boolean>;
|
|
166
|
+
/**
|
|
167
|
+
* The extended location of the Virtual Machine Scale Set.
|
|
168
|
+
*/
|
|
169
|
+
extendedLocation?: pulumi.Input<inputs.compute.v20230701.ExtendedLocationArgs>;
|
|
170
|
+
/**
|
|
171
|
+
* Specifies information about the dedicated host group that the virtual machine scale set resides in. Minimum api-version: 2020-06-01.
|
|
172
|
+
*/
|
|
173
|
+
hostGroup?: pulumi.Input<inputs.compute.v20230701.SubResourceArgs>;
|
|
174
|
+
/**
|
|
175
|
+
* The identity of the virtual machine scale set, if configured.
|
|
176
|
+
*/
|
|
177
|
+
identity?: pulumi.Input<inputs.compute.v20230701.VirtualMachineScaleSetIdentityArgs>;
|
|
178
|
+
/**
|
|
179
|
+
* Resource location
|
|
180
|
+
*/
|
|
181
|
+
location?: pulumi.Input<string>;
|
|
182
|
+
/**
|
|
183
|
+
* Specifies the orchestration mode for the virtual machine scale set.
|
|
184
|
+
*/
|
|
185
|
+
orchestrationMode?: pulumi.Input<string | enums.compute.v20230701.OrchestrationMode>;
|
|
186
|
+
/**
|
|
187
|
+
* Specifies whether the Virtual Machine Scale Set should be overprovisioned.
|
|
188
|
+
*/
|
|
189
|
+
overprovision?: pulumi.Input<boolean>;
|
|
190
|
+
/**
|
|
191
|
+
* Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click **Want to deploy programmatically, Get Started ->**. Enter any required information and then click **Save**.
|
|
192
|
+
*/
|
|
193
|
+
plan?: pulumi.Input<inputs.compute.v20230701.PlanArgs>;
|
|
194
|
+
/**
|
|
195
|
+
* Fault Domain count for each placement group.
|
|
196
|
+
*/
|
|
197
|
+
platformFaultDomainCount?: pulumi.Input<number>;
|
|
198
|
+
/**
|
|
199
|
+
* Specifies the desired targets for mixing Spot and Regular priority VMs within the same VMSS Flex instance.
|
|
200
|
+
*/
|
|
201
|
+
priorityMixPolicy?: pulumi.Input<inputs.compute.v20230701.PriorityMixPolicyArgs>;
|
|
202
|
+
/**
|
|
203
|
+
* Specifies information about the proximity placement group that the virtual machine scale set should be assigned to. Minimum api-version: 2018-04-01.
|
|
204
|
+
*/
|
|
205
|
+
proximityPlacementGroup?: pulumi.Input<inputs.compute.v20230701.SubResourceArgs>;
|
|
206
|
+
/**
|
|
207
|
+
* The name of the resource group.
|
|
208
|
+
*/
|
|
209
|
+
resourceGroupName: pulumi.Input<string>;
|
|
210
|
+
/**
|
|
211
|
+
* Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set.
|
|
212
|
+
*/
|
|
213
|
+
scaleInPolicy?: pulumi.Input<inputs.compute.v20230701.ScaleInPolicyArgs>;
|
|
214
|
+
/**
|
|
215
|
+
* When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE: If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup is false, it may not be modified to true.
|
|
216
|
+
*/
|
|
217
|
+
singlePlacementGroup?: pulumi.Input<boolean>;
|
|
218
|
+
/**
|
|
219
|
+
* The virtual machine scale set sku.
|
|
220
|
+
*/
|
|
221
|
+
sku?: pulumi.Input<inputs.compute.v20230701.SkuArgs>;
|
|
222
|
+
/**
|
|
223
|
+
* Specifies the Spot Restore properties for the virtual machine scale set.
|
|
224
|
+
*/
|
|
225
|
+
spotRestorePolicy?: pulumi.Input<inputs.compute.v20230701.SpotRestorePolicyArgs>;
|
|
226
|
+
/**
|
|
227
|
+
* Resource tags
|
|
228
|
+
*/
|
|
229
|
+
tags?: pulumi.Input<{
|
|
230
|
+
[key: string]: pulumi.Input<string>;
|
|
231
|
+
}>;
|
|
232
|
+
/**
|
|
233
|
+
* The upgrade policy.
|
|
234
|
+
*/
|
|
235
|
+
upgradePolicy?: pulumi.Input<inputs.compute.v20230701.UpgradePolicyArgs>;
|
|
236
|
+
/**
|
|
237
|
+
* The virtual machine profile.
|
|
238
|
+
*/
|
|
239
|
+
virtualMachineProfile?: pulumi.Input<inputs.compute.v20230701.VirtualMachineScaleSetVMProfileArgs>;
|
|
240
|
+
/**
|
|
241
|
+
* The name of the VM scale set to create or update.
|
|
242
|
+
*/
|
|
243
|
+
vmScaleSetName?: pulumi.Input<string>;
|
|
244
|
+
/**
|
|
245
|
+
* Whether to force strictly even Virtual Machine distribution cross x-zones in case there is zone outage. zoneBalance property can only be set if the zones property of the scale set contains more than one zone. If there are no zones or only one zone specified, then zoneBalance property should not be set.
|
|
246
|
+
*/
|
|
247
|
+
zoneBalance?: pulumi.Input<boolean>;
|
|
248
|
+
/**
|
|
249
|
+
* The virtual machine scale set zones. NOTE: Availability zones can only be set when you create the scale set
|
|
250
|
+
*/
|
|
251
|
+
zones?: pulumi.Input<pulumi.Input<string>[]>;
|
|
252
|
+
}
|
|
@@ -0,0 +1,117 @@
|
|
|
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.VirtualMachineScaleSet = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Describes a Virtual Machine Scale Set.
|
|
10
|
+
*/
|
|
11
|
+
class VirtualMachineScaleSet extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing VirtualMachineScaleSet resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new VirtualMachineScaleSet(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of VirtualMachineScaleSet. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === VirtualMachineScaleSet.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a VirtualMachineScaleSet resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
46
|
+
}
|
|
47
|
+
resourceInputs["additionalCapabilities"] = args ? args.additionalCapabilities : undefined;
|
|
48
|
+
resourceInputs["automaticRepairsPolicy"] = args ? args.automaticRepairsPolicy : undefined;
|
|
49
|
+
resourceInputs["constrainedMaximumCapacity"] = args ? args.constrainedMaximumCapacity : undefined;
|
|
50
|
+
resourceInputs["doNotRunExtensionsOnOverprovisionedVMs"] = args ? args.doNotRunExtensionsOnOverprovisionedVMs : undefined;
|
|
51
|
+
resourceInputs["extendedLocation"] = args ? args.extendedLocation : undefined;
|
|
52
|
+
resourceInputs["hostGroup"] = args ? args.hostGroup : undefined;
|
|
53
|
+
resourceInputs["identity"] = args ? args.identity : undefined;
|
|
54
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
55
|
+
resourceInputs["orchestrationMode"] = args ? args.orchestrationMode : undefined;
|
|
56
|
+
resourceInputs["overprovision"] = args ? args.overprovision : undefined;
|
|
57
|
+
resourceInputs["plan"] = args ? args.plan : undefined;
|
|
58
|
+
resourceInputs["platformFaultDomainCount"] = args ? args.platformFaultDomainCount : undefined;
|
|
59
|
+
resourceInputs["priorityMixPolicy"] = args ? args.priorityMixPolicy : undefined;
|
|
60
|
+
resourceInputs["proximityPlacementGroup"] = args ? args.proximityPlacementGroup : undefined;
|
|
61
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
62
|
+
resourceInputs["scaleInPolicy"] = args ? args.scaleInPolicy : undefined;
|
|
63
|
+
resourceInputs["singlePlacementGroup"] = args ? args.singlePlacementGroup : undefined;
|
|
64
|
+
resourceInputs["sku"] = args ? args.sku : undefined;
|
|
65
|
+
resourceInputs["spotRestorePolicy"] = args ? args.spotRestorePolicy : undefined;
|
|
66
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
67
|
+
resourceInputs["upgradePolicy"] = args ? args.upgradePolicy : undefined;
|
|
68
|
+
resourceInputs["virtualMachineProfile"] = args ? args.virtualMachineProfile : undefined;
|
|
69
|
+
resourceInputs["vmScaleSetName"] = args ? args.vmScaleSetName : undefined;
|
|
70
|
+
resourceInputs["zoneBalance"] = args ? args.zoneBalance : undefined;
|
|
71
|
+
resourceInputs["zones"] = args ? args.zones : undefined;
|
|
72
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
75
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["uniqueId"] = undefined /*out*/;
|
|
77
|
+
}
|
|
78
|
+
else {
|
|
79
|
+
resourceInputs["additionalCapabilities"] = undefined /*out*/;
|
|
80
|
+
resourceInputs["automaticRepairsPolicy"] = undefined /*out*/;
|
|
81
|
+
resourceInputs["constrainedMaximumCapacity"] = undefined /*out*/;
|
|
82
|
+
resourceInputs["doNotRunExtensionsOnOverprovisionedVMs"] = undefined /*out*/;
|
|
83
|
+
resourceInputs["extendedLocation"] = undefined /*out*/;
|
|
84
|
+
resourceInputs["hostGroup"] = undefined /*out*/;
|
|
85
|
+
resourceInputs["identity"] = undefined /*out*/;
|
|
86
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
87
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
88
|
+
resourceInputs["orchestrationMode"] = undefined /*out*/;
|
|
89
|
+
resourceInputs["overprovision"] = undefined /*out*/;
|
|
90
|
+
resourceInputs["plan"] = undefined /*out*/;
|
|
91
|
+
resourceInputs["platformFaultDomainCount"] = undefined /*out*/;
|
|
92
|
+
resourceInputs["priorityMixPolicy"] = undefined /*out*/;
|
|
93
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
94
|
+
resourceInputs["proximityPlacementGroup"] = undefined /*out*/;
|
|
95
|
+
resourceInputs["scaleInPolicy"] = undefined /*out*/;
|
|
96
|
+
resourceInputs["singlePlacementGroup"] = undefined /*out*/;
|
|
97
|
+
resourceInputs["sku"] = undefined /*out*/;
|
|
98
|
+
resourceInputs["spotRestorePolicy"] = undefined /*out*/;
|
|
99
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
100
|
+
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
101
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
102
|
+
resourceInputs["uniqueId"] = undefined /*out*/;
|
|
103
|
+
resourceInputs["upgradePolicy"] = undefined /*out*/;
|
|
104
|
+
resourceInputs["virtualMachineProfile"] = undefined /*out*/;
|
|
105
|
+
resourceInputs["zoneBalance"] = undefined /*out*/;
|
|
106
|
+
resourceInputs["zones"] = undefined /*out*/;
|
|
107
|
+
}
|
|
108
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
109
|
+
const aliasOpts = { aliases: [{ type: "azure-native:compute:VirtualMachineScaleSet" }, { type: "azure-native:compute/v20150615:VirtualMachineScaleSet" }, { type: "azure-native:compute/v20160330:VirtualMachineScaleSet" }, { type: "azure-native:compute/v20160430preview:VirtualMachineScaleSet" }, { type: "azure-native:compute/v20170330:VirtualMachineScaleSet" }, { type: "azure-native:compute/v20171201:VirtualMachineScaleSet" }, { type: "azure-native:compute/v20180401:VirtualMachineScaleSet" }, { type: "azure-native:compute/v20180601:VirtualMachineScaleSet" }, { type: "azure-native:compute/v20181001:VirtualMachineScaleSet" }, { type: "azure-native:compute/v20190301:VirtualMachineScaleSet" }, { type: "azure-native:compute/v20190701:VirtualMachineScaleSet" }, { type: "azure-native:compute/v20191201:VirtualMachineScaleSet" }, { type: "azure-native:compute/v20200601:VirtualMachineScaleSet" }, { type: "azure-native:compute/v20201201:VirtualMachineScaleSet" }, { type: "azure-native:compute/v20210301:VirtualMachineScaleSet" }, { type: "azure-native:compute/v20210401:VirtualMachineScaleSet" }, { type: "azure-native:compute/v20210701:VirtualMachineScaleSet" }, { type: "azure-native:compute/v20211101:VirtualMachineScaleSet" }, { type: "azure-native:compute/v20220301:VirtualMachineScaleSet" }, { type: "azure-native:compute/v20220801:VirtualMachineScaleSet" }, { type: "azure-native:compute/v20221101:VirtualMachineScaleSet" }, { type: "azure-native:compute/v20230301:VirtualMachineScaleSet" }] };
|
|
110
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
111
|
+
super(VirtualMachineScaleSet.__pulumiType, name, resourceInputs, opts);
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
exports.VirtualMachineScaleSet = VirtualMachineScaleSet;
|
|
115
|
+
/** @internal */
|
|
116
|
+
VirtualMachineScaleSet.__pulumiType = 'azure-native:compute/v20230701:VirtualMachineScaleSet';
|
|
117
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlydHVhbE1hY2hpbmVTY2FsZVNldC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2NvbXB1dGUvdjIwMjMwNzAxL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNEQUFzRDtBQUN0RCxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxzQkFBdUIsU0FBUSxNQUFNLENBQUMsY0FBYztJQUM3RDs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksc0JBQXNCLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDbkYsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLHNCQUFzQixDQUFDLFlBQVksQ0FBQztJQUN2RSxDQUFDO0lBbUhEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQWdDLEVBQUUsSUFBbUM7UUFDM0YsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtDQUErQyxDQUFDLENB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
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Describes a Virtual Machine Scale Set Extension.
|
|
6
|
+
*/
|
|
7
|
+
export declare class VirtualMachineScaleSetExtension extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing VirtualMachineScaleSetExtension resource's state with the given name, ID, and optional extra
|
|
10
|
+
* properties used to qualify the lookup.
|
|
11
|
+
*
|
|
12
|
+
* @param name The _unique_ name of the resulting resource.
|
|
13
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
15
|
+
*/
|
|
16
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): VirtualMachineScaleSetExtension;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of VirtualMachineScaleSetExtension. This is designed to work even
|
|
19
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
20
|
+
*/
|
|
21
|
+
static isInstance(obj: any): obj is VirtualMachineScaleSetExtension;
|
|
22
|
+
/**
|
|
23
|
+
* Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
|
|
24
|
+
*/
|
|
25
|
+
readonly autoUpgradeMinorVersion: pulumi.Output<boolean | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
|
|
28
|
+
*/
|
|
29
|
+
readonly enableAutomaticUpgrade: pulumi.Output<boolean | undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
|
|
32
|
+
*/
|
|
33
|
+
readonly forceUpdateTag: pulumi.Output<string | undefined>;
|
|
34
|
+
/**
|
|
35
|
+
* The name of the extension.
|
|
36
|
+
*/
|
|
37
|
+
readonly name: pulumi.Output<string | undefined>;
|
|
38
|
+
/**
|
|
39
|
+
* The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
|
40
|
+
*/
|
|
41
|
+
readonly protectedSettings: pulumi.Output<any | undefined>;
|
|
42
|
+
/**
|
|
43
|
+
* The extensions protected settings that are passed by reference, and consumed from key vault
|
|
44
|
+
*/
|
|
45
|
+
readonly protectedSettingsFromKeyVault: pulumi.Output<outputs.compute.v20230701.KeyVaultSecretReferenceResponse | undefined>;
|
|
46
|
+
/**
|
|
47
|
+
* Collection of extension names after which this extension needs to be provisioned.
|
|
48
|
+
*/
|
|
49
|
+
readonly provisionAfterExtensions: pulumi.Output<string[] | undefined>;
|
|
50
|
+
/**
|
|
51
|
+
* The provisioning state, which only appears in the response.
|
|
52
|
+
*/
|
|
53
|
+
readonly provisioningState: pulumi.Output<string>;
|
|
54
|
+
/**
|
|
55
|
+
* The name of the extension handler publisher.
|
|
56
|
+
*/
|
|
57
|
+
readonly publisher: pulumi.Output<string | undefined>;
|
|
58
|
+
/**
|
|
59
|
+
* Json formatted public settings for the extension.
|
|
60
|
+
*/
|
|
61
|
+
readonly settings: pulumi.Output<any | undefined>;
|
|
62
|
+
/**
|
|
63
|
+
* Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
|
|
64
|
+
*/
|
|
65
|
+
readonly suppressFailures: pulumi.Output<boolean | undefined>;
|
|
66
|
+
/**
|
|
67
|
+
* Resource type
|
|
68
|
+
*/
|
|
69
|
+
readonly type: pulumi.Output<string>;
|
|
70
|
+
/**
|
|
71
|
+
* Specifies the version of the script handler.
|
|
72
|
+
*/
|
|
73
|
+
readonly typeHandlerVersion: pulumi.Output<string | undefined>;
|
|
74
|
+
/**
|
|
75
|
+
* Create a VirtualMachineScaleSetExtension resource with the given unique name, arguments, and options.
|
|
76
|
+
*
|
|
77
|
+
* @param name The _unique_ name of the resource.
|
|
78
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
79
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
80
|
+
*/
|
|
81
|
+
constructor(name: string, args: VirtualMachineScaleSetExtensionArgs, opts?: pulumi.CustomResourceOptions);
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* The set of arguments for constructing a VirtualMachineScaleSetExtension resource.
|
|
85
|
+
*/
|
|
86
|
+
export interface VirtualMachineScaleSetExtensionArgs {
|
|
87
|
+
/**
|
|
88
|
+
* Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
|
|
89
|
+
*/
|
|
90
|
+
autoUpgradeMinorVersion?: pulumi.Input<boolean>;
|
|
91
|
+
/**
|
|
92
|
+
* Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
|
|
93
|
+
*/
|
|
94
|
+
enableAutomaticUpgrade?: pulumi.Input<boolean>;
|
|
95
|
+
/**
|
|
96
|
+
* If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
|
|
97
|
+
*/
|
|
98
|
+
forceUpdateTag?: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* The name of the extension.
|
|
101
|
+
*/
|
|
102
|
+
name?: pulumi.Input<string>;
|
|
103
|
+
/**
|
|
104
|
+
* The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
|
105
|
+
*/
|
|
106
|
+
protectedSettings?: any;
|
|
107
|
+
/**
|
|
108
|
+
* The extensions protected settings that are passed by reference, and consumed from key vault
|
|
109
|
+
*/
|
|
110
|
+
protectedSettingsFromKeyVault?: pulumi.Input<inputs.compute.v20230701.KeyVaultSecretReferenceArgs>;
|
|
111
|
+
/**
|
|
112
|
+
* Collection of extension names after which this extension needs to be provisioned.
|
|
113
|
+
*/
|
|
114
|
+
provisionAfterExtensions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
115
|
+
/**
|
|
116
|
+
* The name of the extension handler publisher.
|
|
117
|
+
*/
|
|
118
|
+
publisher?: pulumi.Input<string>;
|
|
119
|
+
/**
|
|
120
|
+
* The name of the resource group.
|
|
121
|
+
*/
|
|
122
|
+
resourceGroupName: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* Json formatted public settings for the extension.
|
|
125
|
+
*/
|
|
126
|
+
settings?: any;
|
|
127
|
+
/**
|
|
128
|
+
* Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.
|
|
129
|
+
*/
|
|
130
|
+
suppressFailures?: pulumi.Input<boolean>;
|
|
131
|
+
/**
|
|
132
|
+
* Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
133
|
+
*/
|
|
134
|
+
type?: pulumi.Input<string>;
|
|
135
|
+
/**
|
|
136
|
+
* Specifies the version of the script handler.
|
|
137
|
+
*/
|
|
138
|
+
typeHandlerVersion?: pulumi.Input<string>;
|
|
139
|
+
/**
|
|
140
|
+
* The name of the VM scale set where the extension should be create or updated.
|
|
141
|
+
*/
|
|
142
|
+
vmScaleSetName: pulumi.Input<string>;
|
|
143
|
+
/**
|
|
144
|
+
* The name of the VM scale set extension.
|
|
145
|
+
*/
|
|
146
|
+
vmssExtensionName?: pulumi.Input<string>;
|
|
147
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
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.VirtualMachineScaleSetExtension = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Describes a Virtual Machine Scale Set Extension.
|
|
10
|
+
*/
|
|
11
|
+
class VirtualMachineScaleSetExtension extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing VirtualMachineScaleSetExtension resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new VirtualMachineScaleSetExtension(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of VirtualMachineScaleSetExtension. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === VirtualMachineScaleSetExtension.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a VirtualMachineScaleSetExtension resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.vmScaleSetName === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'vmScaleSetName'");
|
|
49
|
+
}
|
|
50
|
+
resourceInputs["autoUpgradeMinorVersion"] = args ? args.autoUpgradeMinorVersion : undefined;
|
|
51
|
+
resourceInputs["enableAutomaticUpgrade"] = args ? args.enableAutomaticUpgrade : undefined;
|
|
52
|
+
resourceInputs["forceUpdateTag"] = args ? args.forceUpdateTag : undefined;
|
|
53
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
54
|
+
resourceInputs["protectedSettings"] = args ? args.protectedSettings : undefined;
|
|
55
|
+
resourceInputs["protectedSettingsFromKeyVault"] = args ? args.protectedSettingsFromKeyVault : undefined;
|
|
56
|
+
resourceInputs["provisionAfterExtensions"] = args ? args.provisionAfterExtensions : undefined;
|
|
57
|
+
resourceInputs["publisher"] = args ? args.publisher : undefined;
|
|
58
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
59
|
+
resourceInputs["settings"] = args ? args.settings : undefined;
|
|
60
|
+
resourceInputs["suppressFailures"] = args ? args.suppressFailures : undefined;
|
|
61
|
+
resourceInputs["type"] = args ? args.type : undefined;
|
|
62
|
+
resourceInputs["typeHandlerVersion"] = args ? args.typeHandlerVersion : undefined;
|
|
63
|
+
resourceInputs["vmScaleSetName"] = args ? args.vmScaleSetName : undefined;
|
|
64
|
+
resourceInputs["vmssExtensionName"] = args ? args.vmssExtensionName : undefined;
|
|
65
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
66
|
+
}
|
|
67
|
+
else {
|
|
68
|
+
resourceInputs["autoUpgradeMinorVersion"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["enableAutomaticUpgrade"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["forceUpdateTag"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["protectedSettings"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["protectedSettingsFromKeyVault"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["provisionAfterExtensions"] = undefined /*out*/;
|
|
75
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["publisher"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["settings"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["suppressFailures"] = undefined /*out*/;
|
|
79
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
80
|
+
resourceInputs["typeHandlerVersion"] = undefined /*out*/;
|
|
81
|
+
}
|
|
82
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
83
|
+
const aliasOpts = { aliases: [{ type: "azure-native:compute:VirtualMachineScaleSetExtension" }, { type: "azure-native:compute/v20170330:VirtualMachineScaleSetExtension" }, { type: "azure-native:compute/v20171201:VirtualMachineScaleSetExtension" }, { type: "azure-native:compute/v20180401:VirtualMachineScaleSetExtension" }, { type: "azure-native:compute/v20180601:VirtualMachineScaleSetExtension" }, { type: "azure-native:compute/v20181001:VirtualMachineScaleSetExtension" }, { type: "azure-native:compute/v20190301:VirtualMachineScaleSetExtension" }, { type: "azure-native:compute/v20190701:VirtualMachineScaleSetExtension" }, { type: "azure-native:compute/v20191201:VirtualMachineScaleSetExtension" }, { type: "azure-native:compute/v20200601:VirtualMachineScaleSetExtension" }, { type: "azure-native:compute/v20201201:VirtualMachineScaleSetExtension" }, { type: "azure-native:compute/v20210301:VirtualMachineScaleSetExtension" }, { type: "azure-native:compute/v20210401:VirtualMachineScaleSetExtension" }, { type: "azure-native:compute/v20210701:VirtualMachineScaleSetExtension" }, { type: "azure-native:compute/v20211101:VirtualMachineScaleSetExtension" }, { type: "azure-native:compute/v20220301:VirtualMachineScaleSetExtension" }, { type: "azure-native:compute/v20220801:VirtualMachineScaleSetExtension" }, { type: "azure-native:compute/v20221101:VirtualMachineScaleSetExtension" }, { type: "azure-native:compute/v20230301:VirtualMachineScaleSetExtension" }] };
|
|
84
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
85
|
+
super(VirtualMachineScaleSetExtension.__pulumiType, name, resourceInputs, opts);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
exports.VirtualMachineScaleSetExtension = VirtualMachineScaleSetExtension;
|
|
89
|
+
/** @internal */
|
|
90
|
+
VirtualMachineScaleSetExtension.__pulumiType = 'azure-native:compute/v20230701:VirtualMachineScaleSetExtension';
|
|
91
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlydHVhbE1hY2hpbmVTY2FsZVNldEV4dGVuc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2NvbXB1dGUvdjIwMjMwNzAxL3ZpcnR1YWxNYWNoaW5lU2NhbGVTZXRFeHRlbnNpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNEQUFzRDtBQUN0RCxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSwrQkFBZ0MsU0FBUSxNQUFNLENBQUMsY0FBYztJQUN0RTs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksK0JBQStCLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDNUYsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLCtCQUErQixDQUFDLFlBQVksQ0FBQztJQUNoRixDQUFDO0lBdUREOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQXlDLEVBQUUsSUFBbUM7UUFDcEcsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxD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
|