@pulumi/azure-native 2.21.2 → 2.22.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/appconfiguration/configurationStore.d.ts +1 -1
- package/appconfiguration/configurationStore.js +3 -3
- package/appconfiguration/getConfigurationStore.d.ts +2 -2
- package/appconfiguration/getConfigurationStore.js +2 -2
- package/appconfiguration/getKeyValue.d.ts +4 -0
- package/appconfiguration/getKeyValue.js +5 -1
- package/appconfiguration/getPrivateEndpointConnection.d.ts +4 -0
- package/appconfiguration/getPrivateEndpointConnection.js +5 -1
- package/appconfiguration/getReplica.d.ts +4 -0
- package/appconfiguration/getReplica.js +5 -1
- package/appconfiguration/index.d.ts +2 -1
- package/appconfiguration/index.js +4 -2
- package/appconfiguration/keyValue.d.ts +2 -0
- package/appconfiguration/keyValue.js +4 -2
- package/appconfiguration/listConfigurationStoreKeys.d.ts +2 -2
- package/appconfiguration/listConfigurationStoreKeys.js +2 -2
- package/appconfiguration/privateEndpointConnection.d.ts +2 -0
- package/appconfiguration/privateEndpointConnection.js +4 -2
- package/appconfiguration/replica.d.ts +2 -0
- package/appconfiguration/replica.js +4 -2
- package/appconfiguration/v20230301/configurationStore.js +2 -2
- package/appconfiguration/v20230301/keyValue.js +2 -2
- package/appconfiguration/v20230301/privateEndpointConnection.js +2 -2
- package/appconfiguration/v20230301/replica.js +2 -2
- package/appconfiguration/v20230801preview/configurationStore.d.ts +160 -0
- package/appconfiguration/v20230801preview/configurationStore.js +100 -0
- package/appconfiguration/v20230801preview/getConfigurationStore.d.ts +109 -0
- package/appconfiguration/v20230801preview/getConfigurationStore.js +26 -0
- package/appconfiguration/v20230801preview/getKeyValue.d.ts +92 -0
- package/appconfiguration/v20230801preview/getKeyValue.js +27 -0
- package/appconfiguration/v20230801preview/getPrivateEndpointConnection.d.ts +67 -0
- package/appconfiguration/v20230801preview/getPrivateEndpointConnection.js +27 -0
- package/appconfiguration/v20230801preview/getReplica.d.ts +71 -0
- package/appconfiguration/v20230801preview/getReplica.js +27 -0
- package/appconfiguration/v20230801preview/index.d.ts +28 -0
- package/appconfiguration/v20230801preview/index.js +65 -0
- package/appconfiguration/v20230801preview/keyValue.d.ts +106 -0
- package/appconfiguration/v20230801preview/keyValue.js +85 -0
- package/appconfiguration/v20230801preview/listConfigurationStoreKeys.d.ts +51 -0
- package/appconfiguration/v20230801preview/listConfigurationStoreKeys.js +27 -0
- package/appconfiguration/v20230801preview/privateEndpointConnection.d.ts +75 -0
- package/appconfiguration/v20230801preview/privateEndpointConnection.js +78 -0
- package/appconfiguration/v20230801preview/replica.d.ts +74 -0
- package/appconfiguration/v20230801preview/replica.js +77 -0
- package/azurestackhci/arcSetting.d.ts +1 -1
- package/azurestackhci/arcSetting.js +3 -3
- package/azurestackhci/cluster.d.ts +1 -1
- package/azurestackhci/cluster.js +3 -3
- package/azurestackhci/deploymentSetting.d.ts +2 -0
- package/azurestackhci/deploymentSetting.js +4 -2
- package/azurestackhci/edgeDevice.d.ts +2 -0
- package/azurestackhci/edgeDevice.js +4 -2
- package/azurestackhci/extension.d.ts +1 -1
- package/azurestackhci/extension.js +3 -3
- package/azurestackhci/getArcSetting.d.ts +2 -2
- package/azurestackhci/getArcSetting.js +2 -2
- package/azurestackhci/getCluster.d.ts +2 -2
- package/azurestackhci/getCluster.js +2 -2
- package/azurestackhci/getDeploymentSetting.d.ts +4 -0
- package/azurestackhci/getDeploymentSetting.js +5 -1
- package/azurestackhci/getEdgeDevice.d.ts +4 -0
- package/azurestackhci/getEdgeDevice.js +5 -1
- package/azurestackhci/getExtension.d.ts +2 -2
- package/azurestackhci/getExtension.js +2 -2
- package/azurestackhci/getSecuritySetting.d.ts +73 -0
- package/azurestackhci/getSecuritySetting.js +29 -0
- package/azurestackhci/getUpdate.d.ts +2 -2
- package/azurestackhci/getUpdate.js +2 -2
- package/azurestackhci/getUpdateRun.d.ts +2 -2
- package/azurestackhci/getUpdateRun.js +2 -2
- package/azurestackhci/getUpdateSummary.d.ts +2 -2
- package/azurestackhci/getUpdateSummary.js +2 -2
- package/azurestackhci/index.d.ts +8 -1
- package/azurestackhci/index.js +12 -3
- package/azurestackhci/securitySetting.d.ts +76 -0
- package/azurestackhci/securitySetting.js +79 -0
- package/azurestackhci/update.d.ts +1 -1
- package/azurestackhci/update.js +3 -3
- package/azurestackhci/updateRun.d.ts +1 -1
- package/azurestackhci/updateRun.js +3 -3
- package/azurestackhci/updateSummary.d.ts +1 -1
- package/azurestackhci/updateSummary.js +3 -3
- package/azurestackhci/v20210901preview/arcSetting.js +2 -2
- package/azurestackhci/v20220101/cluster.js +2 -2
- package/azurestackhci/v20220901/cluster.js +2 -2
- package/azurestackhci/v20221215preview/arcSetting.js +2 -2
- package/azurestackhci/v20221215preview/cluster.js +2 -2
- package/azurestackhci/v20221215preview/extension.js +2 -2
- package/azurestackhci/v20221215preview/update.js +2 -2
- package/azurestackhci/v20221215preview/updateRun.js +2 -2
- package/azurestackhci/v20221215preview/updateSummary.js +2 -2
- package/azurestackhci/v20230301/arcSetting.js +2 -2
- package/azurestackhci/v20230301/cluster.js +2 -2
- package/azurestackhci/v20230301/extension.js +2 -2
- package/azurestackhci/v20230301/update.js +2 -2
- package/azurestackhci/v20230301/updateRun.js +2 -2
- package/azurestackhci/v20230301/updateSummary.js +2 -2
- package/azurestackhci/v20230601/arcSetting.js +2 -2
- package/azurestackhci/v20230601/cluster.js +2 -2
- package/azurestackhci/v20230601/extension.js +2 -2
- package/azurestackhci/v20230601/update.js +2 -2
- package/azurestackhci/v20230601/updateRun.js +2 -2
- package/azurestackhci/v20230601/updateSummary.js +2 -2
- package/azurestackhci/v20230801/arcSetting.js +2 -2
- package/azurestackhci/v20230801/cluster.js +2 -2
- package/azurestackhci/v20230801/extension.js +2 -2
- package/azurestackhci/v20230801/update.js +2 -2
- package/azurestackhci/v20230801/updateRun.js +2 -2
- package/azurestackhci/v20230801/updateSummary.js +2 -2
- package/azurestackhci/v20230801preview/arcSetting.js +2 -2
- package/azurestackhci/v20230801preview/cluster.js +2 -2
- package/azurestackhci/v20230801preview/deploymentSetting.js +2 -2
- package/azurestackhci/v20230801preview/edgeDevice.js +2 -2
- package/azurestackhci/v20230801preview/extension.js +2 -2
- package/azurestackhci/v20230801preview/update.js +2 -2
- package/azurestackhci/v20230801preview/updateRun.js +2 -2
- package/azurestackhci/v20230801preview/updateSummary.js +2 -2
- package/azurestackhci/v20231101preview/arcSetting.d.ts +123 -0
- package/azurestackhci/v20231101preview/arcSetting.js +91 -0
- package/azurestackhci/v20231101preview/cluster.d.ts +206 -0
- package/azurestackhci/v20231101preview/cluster.js +120 -0
- package/azurestackhci/v20231101preview/deploymentSetting.d.ts +92 -0
- package/azurestackhci/v20231101preview/deploymentSetting.js +90 -0
- package/azurestackhci/v20231101preview/edgeDevice.d.ts +67 -0
- package/azurestackhci/v20231101preview/edgeDevice.js +74 -0
- package/azurestackhci/v20231101preview/extension.d.ts +138 -0
- package/azurestackhci/v20231101preview/extension.js +97 -0
- package/azurestackhci/v20231101preview/getArcSetting.d.ts +99 -0
- package/azurestackhci/v20231101preview/getArcSetting.js +27 -0
- package/azurestackhci/v20231101preview/getCluster.d.ts +155 -0
- package/azurestackhci/v20231101preview/getCluster.js +26 -0
- package/azurestackhci/v20231101preview/getDeploymentSetting.d.ts +79 -0
- package/azurestackhci/v20231101preview/getDeploymentSetting.js +27 -0
- package/azurestackhci/v20231101preview/getEdgeDevice.d.ts +59 -0
- package/azurestackhci/v20231101preview/getEdgeDevice.js +26 -0
- package/azurestackhci/v20231101preview/getExtension.d.ts +111 -0
- package/azurestackhci/v20231101preview/getExtension.js +28 -0
- package/azurestackhci/v20231101preview/getSecuritySetting.d.ts +71 -0
- package/azurestackhci/v20231101preview/getSecuritySetting.js +27 -0
- package/azurestackhci/v20231101preview/getUpdate.d.ts +131 -0
- package/azurestackhci/v20231101preview/getUpdate.js +27 -0
- package/azurestackhci/v20231101preview/getUpdateRun.d.ts +119 -0
- package/azurestackhci/v20231101preview/getUpdateRun.js +28 -0
- package/azurestackhci/v20231101preview/getUpdateSummary.d.ts +87 -0
- package/azurestackhci/v20231101preview/getUpdateSummary.js +26 -0
- package/azurestackhci/v20231101preview/index.d.ts +55 -0
- package/azurestackhci/v20231101preview/index.js +97 -0
- package/azurestackhci/v20231101preview/securitySetting.d.ts +75 -0
- package/azurestackhci/v20231101preview/securitySetting.js +78 -0
- package/azurestackhci/v20231101preview/update.d.ts +200 -0
- package/azurestackhci/v20231101preview/update.js +107 -0
- package/azurestackhci/v20231101preview/updateRun.d.ts +168 -0
- package/azurestackhci/v20231101preview/updateRun.js +101 -0
- package/azurestackhci/v20231101preview/updateSummary.d.ts +123 -0
- package/azurestackhci/v20231101preview/updateSummary.js +88 -0
- package/compute/availabilitySet.d.ts +1 -1
- package/compute/availabilitySet.js +3 -3
- package/compute/capacityReservation.d.ts +1 -1
- package/compute/capacityReservation.js +3 -3
- package/compute/capacityReservationGroup.d.ts +1 -1
- package/compute/capacityReservationGroup.js +3 -3
- package/compute/dedicatedHost.d.ts +1 -1
- package/compute/dedicatedHost.js +3 -3
- package/compute/dedicatedHostGroup.d.ts +1 -1
- package/compute/dedicatedHostGroup.js +3 -3
- package/compute/getAvailabilitySet.d.ts +2 -2
- package/compute/getAvailabilitySet.js +2 -2
- package/compute/getCapacityReservation.d.ts +2 -2
- package/compute/getCapacityReservation.js +2 -2
- package/compute/getCapacityReservationGroup.d.ts +2 -2
- package/compute/getCapacityReservationGroup.js +2 -2
- package/compute/getDedicatedHost.d.ts +2 -2
- package/compute/getDedicatedHost.js +2 -2
- package/compute/getDedicatedHostGroup.d.ts +2 -2
- package/compute/getDedicatedHostGroup.js +2 -2
- package/compute/getImage.d.ts +2 -2
- package/compute/getImage.js +2 -2
- package/compute/getLogAnalyticExportRequestRateByInterval.d.ts +2 -2
- package/compute/getLogAnalyticExportRequestRateByInterval.js +2 -2
- package/compute/getLogAnalyticExportThrottledRequests.d.ts +2 -2
- package/compute/getLogAnalyticExportThrottledRequests.js +2 -2
- package/compute/getProximityPlacementGroup.d.ts +2 -2
- package/compute/getProximityPlacementGroup.js +2 -2
- package/compute/getRestorePoint.d.ts +2 -2
- package/compute/getRestorePoint.js +2 -2
- package/compute/getRestorePointCollection.d.ts +2 -2
- package/compute/getRestorePointCollection.js +2 -2
- package/compute/getSshPublicKey.d.ts +2 -2
- package/compute/getSshPublicKey.js +2 -2
- package/compute/getVirtualMachine.d.ts +2 -2
- package/compute/getVirtualMachine.js +2 -2
- package/compute/getVirtualMachineExtension.d.ts +2 -2
- package/compute/getVirtualMachineExtension.js +2 -2
- package/compute/getVirtualMachineRunCommandByVirtualMachine.d.ts +2 -2
- package/compute/getVirtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/getVirtualMachineScaleSet.d.ts +2 -2
- package/compute/getVirtualMachineScaleSet.js +2 -2
- package/compute/getVirtualMachineScaleSetExtension.d.ts +2 -2
- package/compute/getVirtualMachineScaleSetExtension.js +2 -2
- package/compute/getVirtualMachineScaleSetVM.d.ts +2 -2
- package/compute/getVirtualMachineScaleSetVM.js +2 -2
- package/compute/getVirtualMachineScaleSetVMExtension.d.ts +2 -2
- package/compute/getVirtualMachineScaleSetVMExtension.js +2 -2
- package/compute/getVirtualMachineScaleSetVMRunCommand.d.ts +2 -2
- package/compute/getVirtualMachineScaleSetVMRunCommand.js +2 -2
- package/compute/image.d.ts +1 -1
- package/compute/image.js +3 -3
- package/compute/index.d.ts +2 -1
- package/compute/index.js +4 -2
- package/compute/proximityPlacementGroup.d.ts +1 -1
- package/compute/proximityPlacementGroup.js +3 -3
- package/compute/restorePoint.d.ts +1 -1
- package/compute/restorePoint.js +3 -3
- package/compute/restorePointCollection.d.ts +1 -1
- package/compute/restorePointCollection.js +3 -3
- package/compute/sshPublicKey.d.ts +1 -1
- package/compute/sshPublicKey.js +3 -3
- 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/v20221101/restorePoint.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/v20230701/availabilitySet.js +2 -2
- package/compute/v20230701/capacityReservation.js +2 -2
- package/compute/v20230701/capacityReservationGroup.js +2 -2
- package/compute/v20230701/dedicatedHost.js +2 -2
- package/compute/v20230701/dedicatedHostGroup.js +2 -2
- package/compute/v20230701/image.js +2 -2
- package/compute/v20230701/proximityPlacementGroup.js +2 -2
- package/compute/v20230701/restorePoint.js +2 -2
- package/compute/v20230701/restorePointCollection.js +2 -2
- package/compute/v20230701/sshPublicKey.js +2 -2
- package/compute/v20230701/virtualMachine.js +2 -2
- package/compute/v20230701/virtualMachineExtension.js +2 -2
- package/compute/v20230701/virtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/v20230701/virtualMachineScaleSet.js +2 -2
- package/compute/v20230701/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20230701/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20230701/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20230701/virtualMachineScaleSetVMRunCommand.js +2 -2
- package/compute/v20230901/availabilitySet.d.ts +115 -0
- package/compute/v20230901/availabilitySet.js +81 -0
- package/compute/v20230901/capacityReservation.d.ts +119 -0
- package/compute/v20230901/capacityReservation.js +94 -0
- package/compute/v20230901/capacityReservationGroup.d.ts +99 -0
- package/compute/v20230901/capacityReservationGroup.js +79 -0
- package/compute/v20230901/dedicatedHost.d.ts +132 -0
- package/compute/v20230901/dedicatedHost.js +96 -0
- package/compute/v20230901/dedicatedHostGroup.d.ts +111 -0
- package/compute/v20230901/dedicatedHostGroup.js +84 -0
- package/compute/v20230901/getAvailabilitySet.d.ts +81 -0
- package/compute/v20230901/getAvailabilitySet.js +26 -0
- package/compute/v20230901/getCapacityReservation.d.ts +109 -0
- package/compute/v20230901/getCapacityReservation.js +28 -0
- package/compute/v20230901/getCapacityReservationGroup.d.ts +85 -0
- package/compute/v20230901/getCapacityReservationGroup.js +27 -0
- package/compute/v20230901/getDedicatedHost.d.ts +113 -0
- package/compute/v20230901/getDedicatedHost.js +28 -0
- package/compute/v20230901/getDedicatedHostGroup.d.ts +89 -0
- package/compute/v20230901/getDedicatedHostGroup.js +27 -0
- package/compute/v20230901/getImage.d.ts +85 -0
- package/compute/v20230901/getImage.js +27 -0
- package/compute/v20230901/getLogAnalyticExportRequestRateByInterval.d.ts +104 -0
- package/compute/v20230901/getLogAnalyticExportRequestRateByInterval.js +34 -0
- package/compute/v20230901/getLogAnalyticExportThrottledRequests.d.ts +95 -0
- package/compute/v20230901/getLogAnalyticExportThrottledRequests.js +33 -0
- package/compute/v20230901/getProximityPlacementGroup.d.ts +93 -0
- package/compute/v20230901/getProximityPlacementGroup.js +27 -0
- package/compute/v20230901/getRestorePoint.d.ts +91 -0
- package/compute/v20230901/getRestorePoint.js +28 -0
- package/compute/v20230901/getRestorePointCollection.d.ts +81 -0
- package/compute/v20230901/getRestorePointCollection.js +27 -0
- package/compute/v20230901/getSshPublicKey.d.ts +60 -0
- package/compute/v20230901/getSshPublicKey.js +26 -0
- package/compute/v20230901/getVirtualMachine.d.ts +197 -0
- package/compute/v20230901/getVirtualMachine.js +27 -0
- package/compute/v20230901/getVirtualMachineExtension.d.ts +121 -0
- package/compute/v20230901/getVirtualMachineExtension.js +28 -0
- package/compute/v20230901/getVirtualMachineRunCommandByVirtualMachine.d.ts +129 -0
- package/compute/v20230901/getVirtualMachineRunCommandByVirtualMachine.js +28 -0
- package/compute/v20230901/getVirtualMachineScaleSet.d.ts +169 -0
- package/compute/v20230901/getVirtualMachineScaleSet.js +27 -0
- package/compute/v20230901/getVirtualMachineScaleSetExtension.d.ts +107 -0
- package/compute/v20230901/getVirtualMachineScaleSetExtension.js +28 -0
- package/compute/v20230901/getVirtualMachineScaleSetVM.d.ts +173 -0
- package/compute/v20230901/getVirtualMachineScaleSetVM.js +28 -0
- package/compute/v20230901/getVirtualMachineScaleSetVMExtension.d.ts +123 -0
- package/compute/v20230901/getVirtualMachineScaleSetVMExtension.js +29 -0
- package/compute/v20230901/getVirtualMachineScaleSetVMRunCommand.d.ts +137 -0
- package/compute/v20230901/getVirtualMachineScaleSetVMRunCommand.js +29 -0
- package/compute/v20230901/image.d.ts +108 -0
- package/compute/v20230901/image.js +79 -0
- package/compute/v20230901/index.d.ts +115 -0
- package/compute/v20230901/index.js +167 -0
- package/compute/v20230901/proximityPlacementGroup.d.ts +116 -0
- package/compute/v20230901/proximityPlacementGroup.js +83 -0
- package/compute/v20230901/restorePoint.d.ts +104 -0
- package/compute/v20230901/restorePoint.js +83 -0
- package/compute/v20230901/restorePointCollection.d.ts +91 -0
- package/compute/v20230901/restorePointCollection.js +77 -0
- package/compute/v20230901/sshPublicKey.d.ts +77 -0
- package/compute/v20230901/sshPublicKey.js +71 -0
- package/compute/v20230901/virtualMachine.d.ts +308 -0
- package/compute/v20230901/virtualMachine.js +135 -0
- package/compute/v20230901/virtualMachineExtension.d.ts +171 -0
- package/compute/v20230901/virtualMachineExtension.js +97 -0
- package/compute/v20230901/virtualMachineRunCommandByVirtualMachine.d.ts +179 -0
- package/compute/v20230901/virtualMachineRunCommandByVirtualMachine.js +102 -0
- package/compute/v20230901/virtualMachineScaleSet.d.ts +264 -0
- package/compute/v20230901/virtualMachineScaleSet.js +121 -0
- package/compute/v20230901/virtualMachineScaleSetExtension.d.ts +147 -0
- package/compute/v20230901/virtualMachineScaleSetExtension.js +91 -0
- package/compute/v20230901/virtualMachineScaleSetVM.d.ts +231 -0
- package/compute/v20230901/virtualMachineScaleSetVM.js +122 -0
- package/compute/v20230901/virtualMachineScaleSetVMExtension.d.ts +163 -0
- package/compute/v20230901/virtualMachineScaleSetVMExtension.js +99 -0
- package/compute/v20230901/virtualMachineScaleSetVMRunCommand.d.ts +183 -0
- package/compute/v20230901/virtualMachineScaleSetVMRunCommand.js +106 -0
- package/compute/virtualMachine.d.ts +1 -1
- package/compute/virtualMachine.js +3 -3
- package/compute/virtualMachineExtension.d.ts +1 -1
- package/compute/virtualMachineExtension.js +3 -3
- package/compute/virtualMachineRunCommandByVirtualMachine.d.ts +1 -1
- package/compute/virtualMachineRunCommandByVirtualMachine.js +3 -3
- package/compute/virtualMachineScaleSet.d.ts +1 -1
- package/compute/virtualMachineScaleSet.js +3 -3
- package/compute/virtualMachineScaleSetExtension.d.ts +1 -1
- package/compute/virtualMachineScaleSetExtension.js +3 -3
- package/compute/virtualMachineScaleSetVM.d.ts +1 -1
- package/compute/virtualMachineScaleSetVM.js +3 -3
- package/compute/virtualMachineScaleSetVMExtension.d.ts +1 -1
- package/compute/virtualMachineScaleSetVMExtension.js +3 -3
- package/compute/virtualMachineScaleSetVMRunCommand.d.ts +1 -1
- package/compute/virtualMachineScaleSetVMRunCommand.js +3 -3
- package/databox/getJob.d.ts +2 -2
- package/databox/getJob.js +2 -2
- package/databox/index.d.ts +2 -1
- package/databox/index.js +4 -2
- package/databox/job.d.ts +1 -1
- package/databox/job.js +3 -3
- package/databox/listJobCredentials.d.ts +2 -2
- package/databox/listJobCredentials.js +2 -2
- package/databox/v20221201/job.js +2 -2
- package/databox/v20230301/job.js +2 -2
- package/databox/v20231201/getJob.d.ts +141 -0
- package/databox/v20231201/getJob.js +27 -0
- package/databox/v20231201/index.d.ts +10 -0
- package/databox/v20231201/index.js +44 -0
- package/databox/v20231201/job.d.ts +172 -0
- package/databox/v20231201/job.js +115 -0
- package/databox/v20231201/listJobCredentials.d.ts +43 -0
- package/databox/v20231201/listJobCredentials.js +26 -0
- package/dataprotection/backupInstance.d.ts +1 -1
- package/dataprotection/backupInstance.js +3 -3
- package/dataprotection/backupPolicy.d.ts +1 -1
- package/dataprotection/backupPolicy.js +3 -3
- package/dataprotection/backupVault.d.ts +1 -1
- package/dataprotection/backupVault.js +3 -3
- package/dataprotection/dppResourceGuardProxy.d.ts +1 -1
- package/dataprotection/dppResourceGuardProxy.js +3 -3
- package/dataprotection/getBackupInstance.d.ts +2 -2
- package/dataprotection/getBackupInstance.js +2 -2
- package/dataprotection/getBackupPolicy.d.ts +2 -2
- package/dataprotection/getBackupPolicy.js +2 -2
- package/dataprotection/getBackupVault.d.ts +2 -2
- package/dataprotection/getBackupVault.js +2 -2
- package/dataprotection/getDppResourceGuardProxy.d.ts +2 -2
- package/dataprotection/getDppResourceGuardProxy.js +2 -2
- package/dataprotection/getResourceGuard.d.ts +2 -2
- package/dataprotection/getResourceGuard.js +2 -2
- package/dataprotection/index.d.ts +1 -2
- package/dataprotection/index.js +2 -4
- package/dataprotection/resourceGuard.d.ts +1 -1
- package/dataprotection/resourceGuard.js +3 -3
- package/dataprotection/v20221101preview/resourceGuard.js +2 -2
- package/dataprotection/v20230101/backupInstance.js +2 -2
- package/dataprotection/v20230101/backupPolicy.js +2 -2
- package/dataprotection/v20230101/backupVault.js +2 -2
- package/dataprotection/v20230101/dppResourceGuardProxy.js +2 -2
- package/dataprotection/v20230101/resourceGuard.js +2 -2
- package/dataprotection/v20230401preview/backupInstance.js +2 -2
- package/dataprotection/v20230401preview/backupPolicy.js +2 -2
- package/dataprotection/v20230401preview/backupVault.js +2 -2
- package/dataprotection/v20230401preview/dppResourceGuardProxy.js +2 -2
- package/dataprotection/v20230401preview/resourceGuard.js +2 -2
- package/dataprotection/v20230501/backupInstance.js +2 -2
- package/dataprotection/v20230501/backupPolicy.js +2 -2
- package/dataprotection/v20230501/backupVault.js +2 -2
- package/dataprotection/v20230501/dppResourceGuardProxy.js +2 -2
- package/dataprotection/v20230501/resourceGuard.js +2 -2
- package/dataprotection/v20230601preview/backupInstance.js +2 -2
- package/dataprotection/v20230601preview/backupPolicy.js +2 -2
- package/dataprotection/v20230601preview/backupVault.js +2 -2
- package/dataprotection/v20230601preview/dppResourceGuardProxy.js +2 -2
- package/dataprotection/v20230601preview/resourceGuard.js +2 -2
- package/dataprotection/v20230801preview/backupInstance.js +2 -2
- package/dataprotection/v20230801preview/backupPolicy.js +2 -2
- package/dataprotection/v20230801preview/backupVault.js +2 -2
- package/dataprotection/v20230801preview/dppResourceGuardProxy.js +2 -2
- package/dataprotection/v20230801preview/resourceGuard.js +2 -2
- package/dataprotection/v20231101/backupInstance.js +2 -2
- package/dataprotection/v20231101/backupPolicy.js +2 -2
- package/dataprotection/v20231101/backupVault.js +2 -2
- package/dataprotection/v20231101/dppResourceGuardProxy.js +2 -2
- package/dataprotection/v20231101/resourceGuard.js +2 -2
- package/kubernetes/connectedCluster.d.ts +1 -1
- package/kubernetes/connectedCluster.js +3 -3
- package/kubernetes/getConnectedCluster.d.ts +2 -2
- package/kubernetes/getConnectedCluster.js +2 -2
- package/kubernetes/index.d.ts +2 -1
- package/kubernetes/index.js +4 -2
- package/kubernetes/listConnectedClusterUserCredential.d.ts +2 -2
- package/kubernetes/listConnectedClusterUserCredential.js +2 -2
- package/kubernetes/v20220501preview/connectedCluster.js +2 -2
- package/kubernetes/v20221001preview/connectedCluster.js +2 -2
- package/kubernetes/v20231101preview/connectedCluster.js +2 -2
- package/kubernetes/v20240101/connectedCluster.d.ts +210 -0
- package/kubernetes/v20240101/connectedCluster.js +121 -0
- package/kubernetes/v20240101/getConnectedCluster.d.ts +147 -0
- package/kubernetes/v20240101/getConnectedCluster.js +26 -0
- package/kubernetes/v20240101/index.d.ts +10 -0
- package/kubernetes/v20240101/index.js +44 -0
- package/kubernetes/v20240101/listConnectedClusterUserCredential.d.ts +60 -0
- package/kubernetes/v20240101/listConnectedClusterUserCredential.js +28 -0
- package/maintenance/configurationAssignment.d.ts +1 -1
- package/maintenance/configurationAssignment.js +3 -3
- package/maintenance/configurationAssignmentParent.d.ts +1 -1
- package/maintenance/configurationAssignmentParent.js +3 -3
- package/maintenance/configurationAssignmentsForResourceGroup.d.ts +1 -1
- package/maintenance/configurationAssignmentsForResourceGroup.js +3 -3
- package/maintenance/configurationAssignmentsForSubscription.d.ts +1 -1
- package/maintenance/configurationAssignmentsForSubscription.js +3 -3
- package/maintenance/getConfigurationAssignment.d.ts +2 -2
- package/maintenance/getConfigurationAssignment.js +2 -2
- package/maintenance/getConfigurationAssignmentParent.d.ts +2 -2
- package/maintenance/getConfigurationAssignmentParent.js +2 -2
- package/maintenance/getConfigurationAssignmentsForResourceGroup.d.ts +2 -2
- package/maintenance/getConfigurationAssignmentsForResourceGroup.js +2 -2
- package/maintenance/getConfigurationAssignmentsForSubscription.d.ts +2 -2
- package/maintenance/getConfigurationAssignmentsForSubscription.js +2 -2
- package/maintenance/getMaintenanceConfiguration.d.ts +2 -2
- package/maintenance/getMaintenanceConfiguration.js +2 -2
- package/maintenance/index.d.ts +2 -1
- package/maintenance/index.js +4 -2
- package/maintenance/maintenanceConfiguration.d.ts +1 -1
- package/maintenance/maintenanceConfiguration.js +3 -3
- package/maintenance/v20221101preview/configurationAssignment.js +2 -2
- package/maintenance/v20221101preview/configurationAssignmentParent.js +2 -2
- package/maintenance/v20221101preview/maintenanceConfiguration.js +2 -2
- package/maintenance/v20230401/configurationAssignment.js +2 -2
- package/maintenance/v20230401/configurationAssignmentParent.js +2 -2
- package/maintenance/v20230401/configurationAssignmentsForResourceGroup.js +2 -2
- package/maintenance/v20230401/configurationAssignmentsForSubscription.js +2 -2
- package/maintenance/v20230401/maintenanceConfiguration.js +2 -2
- package/maintenance/v20230901preview/configurationAssignment.js +2 -2
- package/maintenance/v20230901preview/configurationAssignmentParent.js +2 -2
- package/maintenance/v20230901preview/configurationAssignmentsForResourceGroup.js +2 -2
- package/maintenance/v20230901preview/configurationAssignmentsForSubscription.js +2 -2
- package/maintenance/v20230901preview/maintenanceConfiguration.js +2 -2
- package/maintenance/v20231001preview/configurationAssignment.d.ts +99 -0
- package/maintenance/v20231001preview/configurationAssignment.js +87 -0
- package/maintenance/v20231001preview/configurationAssignmentParent.d.ts +107 -0
- package/maintenance/v20231001preview/configurationAssignmentParent.js +95 -0
- package/maintenance/v20231001preview/configurationAssignmentsForResourceGroup.d.ts +87 -0
- package/maintenance/v20231001preview/configurationAssignmentsForResourceGroup.js +75 -0
- package/maintenance/v20231001preview/configurationAssignmentsForSubscription.d.ts +83 -0
- package/maintenance/v20231001preview/configurationAssignmentsForSubscription.js +71 -0
- package/maintenance/v20231001preview/getConfigurationAssignment.d.ts +91 -0
- package/maintenance/v20231001preview/getConfigurationAssignment.js +29 -0
- package/maintenance/v20231001preview/getConfigurationAssignmentParent.d.ts +107 -0
- package/maintenance/v20231001preview/getConfigurationAssignmentParent.js +31 -0
- package/maintenance/v20231001preview/getConfigurationAssignmentsForResourceGroup.d.ts +67 -0
- package/maintenance/v20231001preview/getConfigurationAssignmentsForResourceGroup.js +26 -0
- package/maintenance/v20231001preview/getConfigurationAssignmentsForSubscription.d.ts +59 -0
- package/maintenance/v20231001preview/getConfigurationAssignmentsForSubscription.js +25 -0
- package/maintenance/v20231001preview/getMaintenanceConfiguration.d.ts +103 -0
- package/maintenance/v20231001preview/getMaintenanceConfiguration.js +26 -0
- package/maintenance/v20231001preview/index.d.ts +31 -0
- package/maintenance/v20231001preview/index.js +69 -0
- package/maintenance/v20231001preview/maintenanceConfiguration.d.ts +160 -0
- package/maintenance/v20231001preview/maintenanceConfiguration.js +92 -0
- package/package.json +1 -1
- package/security/getPricing.d.ts +93 -0
- package/security/getPricing.js +28 -0
- package/security/index.d.ts +8 -1
- package/security/index.js +12 -3
- package/security/pricing.d.ts +113 -0
- package/security/pricing.js +91 -0
- package/security/v20240101/getPricing.d.ts +91 -0
- package/security/v20240101/getPricing.js +26 -0
- package/security/v20240101/index.d.ts +7 -0
- package/security/v20240101/index.js +41 -0
- package/security/v20240101/pricing.d.ts +112 -0
- package/security/v20240101/pricing.js +90 -0
- package/sql/v20230501preview/getLongTermRetentionPolicy.d.ts +8 -0
- package/sql/v20230501preview/getLongTermRetentionPolicy.js +1 -1
- package/sql/v20230501preview/longTermRetentionPolicy.d.ts +17 -0
- package/sql/v20230501preview/longTermRetentionPolicy.js +5 -1
- package/synapse/bigDataPool.d.ts +5 -1
- package/synapse/bigDataPool.js +2 -2
- package/synapse/getBigDataPool.d.ts +1 -1
- package/synapse/v20210601/bigDataPool.d.ts +5 -1
- package/synapse/v20210601/bigDataPool.js +2 -2
- package/synapse/v20210601/getBigDataPool.d.ts +1 -1
- package/synapse/v20210601preview/bigDataPool.d.ts +5 -1
- package/synapse/v20210601preview/bigDataPool.js +2 -2
- package/synapse/v20210601preview/getBigDataPool.d.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/appconfiguration/index.d.ts +2 -1
- package/types/enums/appconfiguration/index.js +4 -2
- package/types/enums/appconfiguration/v20230801preview/index.d.ts +64 -0
- package/types/enums/appconfiguration/v20230801preview/index.js +46 -0
- package/types/enums/azurestackhci/index.d.ts +16 -1
- package/types/enums/azurestackhci/index.js +14 -2
- package/types/enums/azurestackhci/v20231101preview/index.d.ts +128 -0
- package/types/enums/azurestackhci/v20231101preview/index.js +90 -0
- package/types/enums/compute/index.d.ts +2 -1
- package/types/enums/compute/index.js +5 -3
- package/types/enums/compute/v20230901/index.d.ts +593 -0
- package/types/enums/compute/v20230901/index.js +406 -0
- package/types/enums/databox/index.d.ts +2 -1
- package/types/enums/databox/index.js +4 -2
- package/types/enums/databox/v20231201/index.d.ts +247 -0
- package/types/enums/databox/v20231201/index.js +196 -0
- package/types/enums/dataprotection/index.d.ts +1 -2
- package/types/enums/dataprotection/index.js +2 -4
- package/types/enums/kubernetes/index.d.ts +2 -1
- package/types/enums/kubernetes/index.js +4 -2
- package/types/enums/kubernetes/v20240101/index.d.ts +61 -0
- package/types/enums/kubernetes/v20240101/index.js +39 -0
- package/types/enums/maintenance/index.d.ts +2 -1
- package/types/enums/maintenance/index.js +4 -2
- package/types/enums/maintenance/v20231001preview/index.d.ts +65 -0
- package/types/enums/maintenance/v20231001preview/index.js +55 -0
- package/types/enums/security/index.d.ts +44 -1
- package/types/enums/security/index.js +35 -3
- package/types/enums/security/v20240101/index.d.ts +42 -0
- package/types/enums/security/v20240101/index.js +36 -0
- package/types/input.d.ts +3890 -899
- package/types/input.js +243 -1
- package/types/output.d.ts +6920 -1498
- package/types/output.js +243 -1
- package/dataprotection/v20230801/backupInstance.d.ts +0 -79
- package/dataprotection/v20230801/backupInstance.js +0 -75
- package/dataprotection/v20230801/backupPolicy.d.ts +0 -67
- package/dataprotection/v20230801/backupPolicy.js +0 -73
- package/dataprotection/v20230801/backupVault.d.ts +0 -99
- package/dataprotection/v20230801/backupVault.js +0 -80
- package/dataprotection/v20230801/dppResourceGuardProxy.d.ts +0 -67
- package/dataprotection/v20230801/dppResourceGuardProxy.js +0 -73
- package/dataprotection/v20230801/getBackupInstance.d.ts +0 -69
- package/dataprotection/v20230801/getBackupInstance.js +0 -27
- package/dataprotection/v20230801/getBackupPolicy.d.ts +0 -57
- package/dataprotection/v20230801/getBackupPolicy.js +0 -27
- package/dataprotection/v20230801/getBackupVault.d.ts +0 -73
- package/dataprotection/v20230801/getBackupVault.js +0 -26
- package/dataprotection/v20230801/getDppResourceGuardProxy.d.ts +0 -63
- package/dataprotection/v20230801/getDppResourceGuardProxy.js +0 -27
- package/dataprotection/v20230801/getResourceGuard.d.ts +0 -60
- package/dataprotection/v20230801/getResourceGuard.js +0 -20
- package/dataprotection/v20230801/index.d.ts +0 -31
- package/dataprotection/v20230801/index.js +0 -69
- package/dataprotection/v20230801/resourceGuard.d.ts +0 -88
- package/dataprotection/v20230801/resourceGuard.js +0 -72
- package/types/enums/dataprotection/v20230801/index.d.ts +0 -140
- package/types/enums/dataprotection/v20230801/index.js +0 -101
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
+
};
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
+
exports.MaintenanceConfiguration = exports.getMaintenanceConfigurationOutput = exports.getMaintenanceConfiguration = exports.getConfigurationAssignmentsForSubscriptionOutput = exports.getConfigurationAssignmentsForSubscription = exports.getConfigurationAssignmentsForResourceGroupOutput = exports.getConfigurationAssignmentsForResourceGroup = exports.getConfigurationAssignmentParentOutput = exports.getConfigurationAssignmentParent = exports.getConfigurationAssignmentOutput = exports.getConfigurationAssignment = exports.ConfigurationAssignmentsForSubscription = exports.ConfigurationAssignmentsForResourceGroup = exports.ConfigurationAssignmentParent = exports.ConfigurationAssignment = void 0;
|
|
20
|
+
const pulumi = require("@pulumi/pulumi");
|
|
21
|
+
const utilities = require("../../utilities");
|
|
22
|
+
exports.ConfigurationAssignment = null;
|
|
23
|
+
utilities.lazyLoad(exports, ["ConfigurationAssignment"], () => require("./configurationAssignment"));
|
|
24
|
+
exports.ConfigurationAssignmentParent = null;
|
|
25
|
+
utilities.lazyLoad(exports, ["ConfigurationAssignmentParent"], () => require("./configurationAssignmentParent"));
|
|
26
|
+
exports.ConfigurationAssignmentsForResourceGroup = null;
|
|
27
|
+
utilities.lazyLoad(exports, ["ConfigurationAssignmentsForResourceGroup"], () => require("./configurationAssignmentsForResourceGroup"));
|
|
28
|
+
exports.ConfigurationAssignmentsForSubscription = null;
|
|
29
|
+
utilities.lazyLoad(exports, ["ConfigurationAssignmentsForSubscription"], () => require("./configurationAssignmentsForSubscription"));
|
|
30
|
+
exports.getConfigurationAssignment = null;
|
|
31
|
+
exports.getConfigurationAssignmentOutput = null;
|
|
32
|
+
utilities.lazyLoad(exports, ["getConfigurationAssignment", "getConfigurationAssignmentOutput"], () => require("./getConfigurationAssignment"));
|
|
33
|
+
exports.getConfigurationAssignmentParent = null;
|
|
34
|
+
exports.getConfigurationAssignmentParentOutput = null;
|
|
35
|
+
utilities.lazyLoad(exports, ["getConfigurationAssignmentParent", "getConfigurationAssignmentParentOutput"], () => require("./getConfigurationAssignmentParent"));
|
|
36
|
+
exports.getConfigurationAssignmentsForResourceGroup = null;
|
|
37
|
+
exports.getConfigurationAssignmentsForResourceGroupOutput = null;
|
|
38
|
+
utilities.lazyLoad(exports, ["getConfigurationAssignmentsForResourceGroup", "getConfigurationAssignmentsForResourceGroupOutput"], () => require("./getConfigurationAssignmentsForResourceGroup"));
|
|
39
|
+
exports.getConfigurationAssignmentsForSubscription = null;
|
|
40
|
+
exports.getConfigurationAssignmentsForSubscriptionOutput = null;
|
|
41
|
+
utilities.lazyLoad(exports, ["getConfigurationAssignmentsForSubscription", "getConfigurationAssignmentsForSubscriptionOutput"], () => require("./getConfigurationAssignmentsForSubscription"));
|
|
42
|
+
exports.getMaintenanceConfiguration = null;
|
|
43
|
+
exports.getMaintenanceConfigurationOutput = null;
|
|
44
|
+
utilities.lazyLoad(exports, ["getMaintenanceConfiguration", "getMaintenanceConfigurationOutput"], () => require("./getMaintenanceConfiguration"));
|
|
45
|
+
exports.MaintenanceConfiguration = null;
|
|
46
|
+
utilities.lazyLoad(exports, ["MaintenanceConfiguration"], () => require("./maintenanceConfiguration"));
|
|
47
|
+
// Export enums:
|
|
48
|
+
__exportStar(require("../../types/enums/maintenance/v20231001preview"), exports);
|
|
49
|
+
const _module = {
|
|
50
|
+
version: utilities.getVersion(),
|
|
51
|
+
construct: (name, type, urn) => {
|
|
52
|
+
switch (type) {
|
|
53
|
+
case "azure-native:maintenance/v20231001preview:ConfigurationAssignment":
|
|
54
|
+
return new exports.ConfigurationAssignment(name, undefined, { urn });
|
|
55
|
+
case "azure-native:maintenance/v20231001preview:ConfigurationAssignmentParent":
|
|
56
|
+
return new exports.ConfigurationAssignmentParent(name, undefined, { urn });
|
|
57
|
+
case "azure-native:maintenance/v20231001preview:ConfigurationAssignmentsForResourceGroup":
|
|
58
|
+
return new exports.ConfigurationAssignmentsForResourceGroup(name, undefined, { urn });
|
|
59
|
+
case "azure-native:maintenance/v20231001preview:ConfigurationAssignmentsForSubscription":
|
|
60
|
+
return new exports.ConfigurationAssignmentsForSubscription(name, undefined, { urn });
|
|
61
|
+
case "azure-native:maintenance/v20231001preview:MaintenanceConfiguration":
|
|
62
|
+
return new exports.MaintenanceConfiguration(name, undefined, { urn });
|
|
63
|
+
default:
|
|
64
|
+
throw new Error(`unknown resource type ${type}`);
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
};
|
|
68
|
+
pulumi.runtime.registerResourceModule("azure-native", "maintenance/v20231001preview", _module);
|
|
69
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tYWludGVuYW5jZS92MjAyMzEwMDFwcmV2aWV3L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7Ozs7Ozs7Ozs7Ozs7OztBQUVqRix5Q0FBeUM7QUFDekMsNkNBQTZDO0FBS2hDLFFBQUEsdUJBQXVCLEdBQXVFLElBQVcsQ0FBQztBQUN2SCxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLHlCQUF5QixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLDJCQUEyQixDQUFDLENBQUMsQ0FBQztBQUl4RixRQUFBLDZCQUE2QixHQUFtRixJQUFXLENBQUM7QUFDekksU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQywrQkFBK0IsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxpQ0FBaUMsQ0FBQyxDQUFDLENBQUM7QUFJcEcsUUFBQSx3Q0FBd0MsR0FBeUcsSUFBVyxDQUFDO0FBQzFLLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsMENBQTBDLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsNENBQTRDLENBQUMsQ0FBQyxDQUFDO0FBSTFILFFBQUEsdUNBQXVDLEdBQXVHLElBQVcsQ0FBQztBQUN2SyxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLHlDQUF5QyxDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLDJDQUEyQyxDQUFDLENBQUMsQ0FBQztBQUd4SCxRQUFBLDBCQUEwQixHQUE2RSxJQUFXLENBQUM7QUFDbkgsUUFBQSxnQ0FBZ0MsR0FBbUYsSUFBVyxDQUFDO0FBQzVJLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsNEJBQTRCLEVBQUMsa0NBQWtDLENBQUMsRUFBRSxHQUFHLEVB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
|
|
@@ -0,0 +1,160 @@
|
|
|
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
|
+
* Maintenance configuration record type
|
|
7
|
+
*/
|
|
8
|
+
export declare class MaintenanceConfiguration extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing MaintenanceConfiguration 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): MaintenanceConfiguration;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of MaintenanceConfiguration. 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 MaintenanceConfiguration;
|
|
23
|
+
/**
|
|
24
|
+
* Duration of the maintenance window in HH:mm format. If not provided, default value will be used based on maintenance scope provided. Example: 05:00.
|
|
25
|
+
*/
|
|
26
|
+
readonly duration: pulumi.Output<string | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* Effective expiration date of the maintenance window in YYYY-MM-DD hh:mm format. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone. Expiration date must be set to a future date. If not provided, it will be set to the maximum datetime 9999-12-31 23:59:59.
|
|
29
|
+
*/
|
|
30
|
+
readonly expirationDateTime: pulumi.Output<string | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* Gets or sets extensionProperties of the maintenanceConfiguration
|
|
33
|
+
*/
|
|
34
|
+
readonly extensionProperties: pulumi.Output<{
|
|
35
|
+
[key: string]: string;
|
|
36
|
+
} | undefined>;
|
|
37
|
+
/**
|
|
38
|
+
* The input parameters to be passed to the patch run operation.
|
|
39
|
+
*/
|
|
40
|
+
readonly installPatches: pulumi.Output<outputs.maintenance.v20231001preview.InputPatchConfigurationResponse | undefined>;
|
|
41
|
+
/**
|
|
42
|
+
* Gets or sets location of the resource
|
|
43
|
+
*/
|
|
44
|
+
readonly location: pulumi.Output<string | undefined>;
|
|
45
|
+
/**
|
|
46
|
+
* Gets or sets maintenanceScope of the configuration
|
|
47
|
+
*/
|
|
48
|
+
readonly maintenanceScope: pulumi.Output<string | undefined>;
|
|
49
|
+
/**
|
|
50
|
+
* Name of the resource
|
|
51
|
+
*/
|
|
52
|
+
readonly name: pulumi.Output<string>;
|
|
53
|
+
/**
|
|
54
|
+
* Gets or sets namespace of the resource
|
|
55
|
+
*/
|
|
56
|
+
readonly namespace: pulumi.Output<string | undefined>;
|
|
57
|
+
/**
|
|
58
|
+
* Rate at which a Maintenance window is expected to recur. The rate can be expressed as daily, weekly, or monthly schedules. Daily schedule are formatted as recurEvery: [Frequency as integer]['Day(s)']. If no frequency is provided, the default frequency is 1. Daily schedule examples are recurEvery: Day, recurEvery: 3Days. Weekly schedule are formatted as recurEvery: [Frequency as integer]['Week(s)'] [Optional comma separated list of weekdays Monday-Sunday]. Weekly schedule examples are recurEvery: 3Weeks, recurEvery: Week Saturday,Sunday. Monthly schedules are formatted as [Frequency as integer]['Month(s)'] [Comma separated list of month days] or [Frequency as integer]['Month(s)'] [Week of Month (First, Second, Third, Fourth, Last)] [Weekday Monday-Sunday] [Optional Offset(No. of days)]. Offset value must be between -6 to 6 inclusive. Monthly schedule examples are recurEvery: Month, recurEvery: 2Months, recurEvery: Month day23,day24, recurEvery: Month Last Sunday, recurEvery: Month Fourth Monday, recurEvery: Month Last Sunday Offset-3, recurEvery: Month Third Sunday Offset6.
|
|
59
|
+
*/
|
|
60
|
+
readonly recurEvery: pulumi.Output<string | undefined>;
|
|
61
|
+
/**
|
|
62
|
+
* Effective start date of the maintenance window in YYYY-MM-DD hh:mm format. The start date can be set to either the current date or future date. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone.
|
|
63
|
+
*/
|
|
64
|
+
readonly startDateTime: pulumi.Output<string | undefined>;
|
|
65
|
+
/**
|
|
66
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
67
|
+
*/
|
|
68
|
+
readonly systemData: pulumi.Output<outputs.maintenance.v20231001preview.SystemDataResponse>;
|
|
69
|
+
/**
|
|
70
|
+
* Gets or sets tags of the resource
|
|
71
|
+
*/
|
|
72
|
+
readonly tags: pulumi.Output<{
|
|
73
|
+
[key: string]: string;
|
|
74
|
+
} | undefined>;
|
|
75
|
+
/**
|
|
76
|
+
* Name of the timezone. List of timezones can be obtained by executing [System.TimeZoneInfo]::GetSystemTimeZones() in PowerShell. Example: Pacific Standard Time, UTC, W. Europe Standard Time, Korea Standard Time, Cen. Australia Standard Time.
|
|
77
|
+
*/
|
|
78
|
+
readonly timeZone: pulumi.Output<string | undefined>;
|
|
79
|
+
/**
|
|
80
|
+
* Type of the resource
|
|
81
|
+
*/
|
|
82
|
+
readonly type: pulumi.Output<string>;
|
|
83
|
+
/**
|
|
84
|
+
* Gets or sets the visibility of the configuration. The default value is 'Custom'
|
|
85
|
+
*/
|
|
86
|
+
readonly visibility: pulumi.Output<string | undefined>;
|
|
87
|
+
/**
|
|
88
|
+
* Create a MaintenanceConfiguration resource with the given unique name, arguments, and options.
|
|
89
|
+
*
|
|
90
|
+
* @param name The _unique_ name of the resource.
|
|
91
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
92
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
93
|
+
*/
|
|
94
|
+
constructor(name: string, args: MaintenanceConfigurationArgs, opts?: pulumi.CustomResourceOptions);
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* The set of arguments for constructing a MaintenanceConfiguration resource.
|
|
98
|
+
*/
|
|
99
|
+
export interface MaintenanceConfigurationArgs {
|
|
100
|
+
/**
|
|
101
|
+
* Duration of the maintenance window in HH:mm format. If not provided, default value will be used based on maintenance scope provided. Example: 05:00.
|
|
102
|
+
*/
|
|
103
|
+
duration?: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* Effective expiration date of the maintenance window in YYYY-MM-DD hh:mm format. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone. Expiration date must be set to a future date. If not provided, it will be set to the maximum datetime 9999-12-31 23:59:59.
|
|
106
|
+
*/
|
|
107
|
+
expirationDateTime?: pulumi.Input<string>;
|
|
108
|
+
/**
|
|
109
|
+
* Gets or sets extensionProperties of the maintenanceConfiguration
|
|
110
|
+
*/
|
|
111
|
+
extensionProperties?: pulumi.Input<{
|
|
112
|
+
[key: string]: pulumi.Input<string>;
|
|
113
|
+
}>;
|
|
114
|
+
/**
|
|
115
|
+
* The input parameters to be passed to the patch run operation.
|
|
116
|
+
*/
|
|
117
|
+
installPatches?: pulumi.Input<inputs.maintenance.v20231001preview.InputPatchConfigurationArgs>;
|
|
118
|
+
/**
|
|
119
|
+
* Gets or sets location of the resource
|
|
120
|
+
*/
|
|
121
|
+
location?: pulumi.Input<string>;
|
|
122
|
+
/**
|
|
123
|
+
* Gets or sets maintenanceScope of the configuration
|
|
124
|
+
*/
|
|
125
|
+
maintenanceScope?: pulumi.Input<string | enums.maintenance.v20231001preview.MaintenanceScope>;
|
|
126
|
+
/**
|
|
127
|
+
* Gets or sets namespace of the resource
|
|
128
|
+
*/
|
|
129
|
+
namespace?: pulumi.Input<string>;
|
|
130
|
+
/**
|
|
131
|
+
* Rate at which a Maintenance window is expected to recur. The rate can be expressed as daily, weekly, or monthly schedules. Daily schedule are formatted as recurEvery: [Frequency as integer]['Day(s)']. If no frequency is provided, the default frequency is 1. Daily schedule examples are recurEvery: Day, recurEvery: 3Days. Weekly schedule are formatted as recurEvery: [Frequency as integer]['Week(s)'] [Optional comma separated list of weekdays Monday-Sunday]. Weekly schedule examples are recurEvery: 3Weeks, recurEvery: Week Saturday,Sunday. Monthly schedules are formatted as [Frequency as integer]['Month(s)'] [Comma separated list of month days] or [Frequency as integer]['Month(s)'] [Week of Month (First, Second, Third, Fourth, Last)] [Weekday Monday-Sunday] [Optional Offset(No. of days)]. Offset value must be between -6 to 6 inclusive. Monthly schedule examples are recurEvery: Month, recurEvery: 2Months, recurEvery: Month day23,day24, recurEvery: Month Last Sunday, recurEvery: Month Fourth Monday, recurEvery: Month Last Sunday Offset-3, recurEvery: Month Third Sunday Offset6.
|
|
132
|
+
*/
|
|
133
|
+
recurEvery?: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* Resource Group Name
|
|
136
|
+
*/
|
|
137
|
+
resourceGroupName: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* Maintenance Configuration Name
|
|
140
|
+
*/
|
|
141
|
+
resourceName?: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* Effective start date of the maintenance window in YYYY-MM-DD hh:mm format. The start date can be set to either the current date or future date. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone.
|
|
144
|
+
*/
|
|
145
|
+
startDateTime?: pulumi.Input<string>;
|
|
146
|
+
/**
|
|
147
|
+
* Gets or sets tags of the resource
|
|
148
|
+
*/
|
|
149
|
+
tags?: pulumi.Input<{
|
|
150
|
+
[key: string]: pulumi.Input<string>;
|
|
151
|
+
}>;
|
|
152
|
+
/**
|
|
153
|
+
* Name of the timezone. List of timezones can be obtained by executing [System.TimeZoneInfo]::GetSystemTimeZones() in PowerShell. Example: Pacific Standard Time, UTC, W. Europe Standard Time, Korea Standard Time, Cen. Australia Standard Time.
|
|
154
|
+
*/
|
|
155
|
+
timeZone?: pulumi.Input<string>;
|
|
156
|
+
/**
|
|
157
|
+
* Gets or sets the visibility of the configuration. The default value is 'Custom'
|
|
158
|
+
*/
|
|
159
|
+
visibility?: pulumi.Input<string | enums.maintenance.v20231001preview.Visibility>;
|
|
160
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.MaintenanceConfiguration = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const inputs = require("../../types/input");
|
|
8
|
+
const utilities = require("../../utilities");
|
|
9
|
+
/**
|
|
10
|
+
* Maintenance configuration record type
|
|
11
|
+
*/
|
|
12
|
+
class MaintenanceConfiguration extends pulumi.CustomResource {
|
|
13
|
+
/**
|
|
14
|
+
* Get an existing MaintenanceConfiguration resource's state with the given name, ID, and optional extra
|
|
15
|
+
* properties used to qualify the lookup.
|
|
16
|
+
*
|
|
17
|
+
* @param name The _unique_ name of the resulting resource.
|
|
18
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
19
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
20
|
+
*/
|
|
21
|
+
static get(name, id, opts) {
|
|
22
|
+
return new MaintenanceConfiguration(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of MaintenanceConfiguration. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj) {
|
|
29
|
+
if (obj === undefined || obj === null) {
|
|
30
|
+
return false;
|
|
31
|
+
}
|
|
32
|
+
return obj['__pulumiType'] === MaintenanceConfiguration.__pulumiType;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Create a MaintenanceConfiguration resource with the given unique name, arguments, and options.
|
|
36
|
+
*
|
|
37
|
+
* @param name The _unique_ name of the resource.
|
|
38
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
39
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
40
|
+
*/
|
|
41
|
+
constructor(name, args, opts) {
|
|
42
|
+
let resourceInputs = {};
|
|
43
|
+
opts = opts || {};
|
|
44
|
+
if (!opts.id) {
|
|
45
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
46
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
47
|
+
}
|
|
48
|
+
resourceInputs["duration"] = args ? args.duration : undefined;
|
|
49
|
+
resourceInputs["expirationDateTime"] = args ? args.expirationDateTime : undefined;
|
|
50
|
+
resourceInputs["extensionProperties"] = args ? args.extensionProperties : undefined;
|
|
51
|
+
resourceInputs["installPatches"] = args ? (args.installPatches ? pulumi.output(args.installPatches).apply(inputs.maintenance.v20231001preview.inputPatchConfigurationArgsProvideDefaults) : undefined) : undefined;
|
|
52
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
53
|
+
resourceInputs["maintenanceScope"] = args ? args.maintenanceScope : undefined;
|
|
54
|
+
resourceInputs["namespace"] = args ? args.namespace : undefined;
|
|
55
|
+
resourceInputs["recurEvery"] = args ? args.recurEvery : undefined;
|
|
56
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
57
|
+
resourceInputs["resourceName"] = args ? args.resourceName : undefined;
|
|
58
|
+
resourceInputs["startDateTime"] = args ? args.startDateTime : undefined;
|
|
59
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
60
|
+
resourceInputs["timeZone"] = args ? args.timeZone : undefined;
|
|
61
|
+
resourceInputs["visibility"] = args ? args.visibility : undefined;
|
|
62
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
65
|
+
}
|
|
66
|
+
else {
|
|
67
|
+
resourceInputs["duration"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["expirationDateTime"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["extensionProperties"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["installPatches"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["maintenanceScope"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["namespace"] = undefined /*out*/;
|
|
75
|
+
resourceInputs["recurEvery"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["startDateTime"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
79
|
+
resourceInputs["timeZone"] = undefined /*out*/;
|
|
80
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
81
|
+
resourceInputs["visibility"] = undefined /*out*/;
|
|
82
|
+
}
|
|
83
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
84
|
+
const aliasOpts = { aliases: [{ type: "azure-native:maintenance:MaintenanceConfiguration" }, { type: "azure-native:maintenance/v20180601preview:MaintenanceConfiguration" }, { type: "azure-native:maintenance/v20200401:MaintenanceConfiguration" }, { type: "azure-native:maintenance/v20200701preview:MaintenanceConfiguration" }, { type: "azure-native:maintenance/v20210401preview:MaintenanceConfiguration" }, { type: "azure-native:maintenance/v20210501:MaintenanceConfiguration" }, { type: "azure-native:maintenance/v20210901preview:MaintenanceConfiguration" }, { type: "azure-native:maintenance/v20220701preview:MaintenanceConfiguration" }, { type: "azure-native:maintenance/v20221101preview:MaintenanceConfiguration" }, { type: "azure-native:maintenance/v20230401:MaintenanceConfiguration" }, { type: "azure-native:maintenance/v20230901preview:MaintenanceConfiguration" }] };
|
|
85
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
86
|
+
super(MaintenanceConfiguration.__pulumiType, name, resourceInputs, opts);
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
exports.MaintenanceConfiguration = MaintenanceConfiguration;
|
|
90
|
+
/** @internal */
|
|
91
|
+
MaintenanceConfiguration.__pulumiType = 'azure-native:maintenance/v20231001preview:MaintenanceConfiguration';
|
|
92
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbnRlbmFuY2VDb25maWd1cmF0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vbWFpbnRlbmFuY2UvdjIwMjMxMDAxcHJldmlldy9tYWludGVuYW5jZUNvbmZpZ3VyYXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFDekMsNENBQTRDO0FBRzVDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILE1BQWEsd0JBQXlCLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDL0Q7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLHdCQUF3QixDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQ3JGLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyx3QkFBd0IsQ0FBQyxZQUFZLENBQUM7SUFDekUsQ0FBQztJQStERDs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUFrQyxFQUFFLElBQW1DO1FBQzdGLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGlCQUFpQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDOUQsTUFBTSxJ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
|
package/package.json
CHANGED
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Get the Defender plans pricing configurations of the selected scope (valid scopes are resource id or a subscription id). At the resource level, supported resource types are 'VirtualMachines, VMSS and ARC Machines'.
|
|
5
|
+
* Azure REST API version: 2024-01-01.
|
|
6
|
+
*/
|
|
7
|
+
export declare function getPricing(args: GetPricingArgs, opts?: pulumi.InvokeOptions): Promise<GetPricingResult>;
|
|
8
|
+
export interface GetPricingArgs {
|
|
9
|
+
/**
|
|
10
|
+
* name of the pricing configuration
|
|
11
|
+
*/
|
|
12
|
+
pricingName: string;
|
|
13
|
+
/**
|
|
14
|
+
* The scope id of the pricing. Valid scopes are: subscription (format: 'subscriptions/{subscriptionId}'), or a specific resource (format: 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}) - Supported resources are (VirtualMachines)
|
|
15
|
+
*/
|
|
16
|
+
scopeId: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Microsoft Defender for Cloud is provided in two pricing tiers: free and standard. The standard tier offers advanced security capabilities, while the free tier offers basic security features.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetPricingResult {
|
|
22
|
+
/**
|
|
23
|
+
* Optional. True if the plan is deprecated. If there are replacing plans they will appear in `replacedBy` property
|
|
24
|
+
*/
|
|
25
|
+
readonly deprecated: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Optional. If `pricingTier` is `Standard` then this property holds the date of the last time the `pricingTier` was set to `Standard`, when available (e.g 2023-03-01T12:42:42.1921106Z).
|
|
28
|
+
*/
|
|
29
|
+
readonly enablementTime: string;
|
|
30
|
+
/**
|
|
31
|
+
* If set to "False", it allows the descendants of this scope to override the pricing configuration set on this scope (allows setting inherited="False"). If set to "True", it prevents overrides and forces this pricing configuration on all the descendants of this scope. This field is only available for subscription-level pricing.
|
|
32
|
+
*/
|
|
33
|
+
readonly enforce?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Optional. List of extensions offered under a plan.
|
|
36
|
+
*/
|
|
37
|
+
readonly extensions?: outputs.security.ExtensionResponse[];
|
|
38
|
+
/**
|
|
39
|
+
* The duration left for the subscriptions free trial period - in ISO 8601 format (e.g. P3Y6M4DT12H30M5S).
|
|
40
|
+
*/
|
|
41
|
+
readonly freeTrialRemainingTime: string;
|
|
42
|
+
/**
|
|
43
|
+
* Resource Id
|
|
44
|
+
*/
|
|
45
|
+
readonly id: string;
|
|
46
|
+
/**
|
|
47
|
+
* "inherited" = "True" indicates that the current scope inherits its pricing configuration from its parent. The ID of the parent scope that provides the inherited configuration is displayed in the "inheritedFrom" field. On the other hand, "inherited" = "False" indicates that the current scope has its own pricing configuration explicitly set, and does not inherit from its parent. This field is read only and available only for resource-level pricing.
|
|
48
|
+
*/
|
|
49
|
+
readonly inherited: string;
|
|
50
|
+
/**
|
|
51
|
+
* The id of the scope inherited from. "Null" if not inherited. This field is only available for resource-level pricing.
|
|
52
|
+
*/
|
|
53
|
+
readonly inheritedFrom: string;
|
|
54
|
+
/**
|
|
55
|
+
* Resource name
|
|
56
|
+
*/
|
|
57
|
+
readonly name: string;
|
|
58
|
+
/**
|
|
59
|
+
* Indicates whether the Defender plan is enabled on the selected scope. Microsoft Defender for Cloud is provided in two pricing tiers: free and standard. The standard tier offers advanced security capabilities, while the free tier offers basic security features.
|
|
60
|
+
*/
|
|
61
|
+
readonly pricingTier: string;
|
|
62
|
+
/**
|
|
63
|
+
* Optional. List of plans that replace this plan. This property exists only if this plan is deprecated.
|
|
64
|
+
*/
|
|
65
|
+
readonly replacedBy: string[];
|
|
66
|
+
/**
|
|
67
|
+
* This field is available for subscription-level only, and reflects the coverage status of the resources under the subscription. Please note: The "pricingTier" field reflects the plan status of the subscription. However, since the plan status can also be defined at the resource level, there might be misalignment between the subscription's plan status and the resource status. This field helps indicate the coverage status of the resources.
|
|
68
|
+
*/
|
|
69
|
+
readonly resourcesCoverageStatus: string;
|
|
70
|
+
/**
|
|
71
|
+
* The sub-plan selected for a Standard pricing configuration, when more than one sub-plan is available. Each sub-plan enables a set of security features. When not specified, full plan is applied. For VirtualMachines plan, available sub plans are 'P1' & 'P2', where for resource level only 'P1' sub plan is supported.
|
|
72
|
+
*/
|
|
73
|
+
readonly subPlan?: string;
|
|
74
|
+
/**
|
|
75
|
+
* Resource type
|
|
76
|
+
*/
|
|
77
|
+
readonly type: string;
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* Get the Defender plans pricing configurations of the selected scope (valid scopes are resource id or a subscription id). At the resource level, supported resource types are 'VirtualMachines, VMSS and ARC Machines'.
|
|
81
|
+
* Azure REST API version: 2024-01-01.
|
|
82
|
+
*/
|
|
83
|
+
export declare function getPricingOutput(args: GetPricingOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPricingResult>;
|
|
84
|
+
export interface GetPricingOutputArgs {
|
|
85
|
+
/**
|
|
86
|
+
* name of the pricing configuration
|
|
87
|
+
*/
|
|
88
|
+
pricingName: pulumi.Input<string>;
|
|
89
|
+
/**
|
|
90
|
+
* The scope id of the pricing. Valid scopes are: subscription (format: 'subscriptions/{subscriptionId}'), or a specific resource (format: 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}) - Supported resources are (VirtualMachines)
|
|
91
|
+
*/
|
|
92
|
+
scopeId: pulumi.Input<string>;
|
|
93
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.getPricingOutput = exports.getPricing = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get the Defender plans pricing configurations of the selected scope (valid scopes are resource id or a subscription id). At the resource level, supported resource types are 'VirtualMachines, VMSS and ARC Machines'.
|
|
10
|
+
* Azure REST API version: 2024-01-01.
|
|
11
|
+
*/
|
|
12
|
+
function getPricing(args, opts) {
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
14
|
+
return pulumi.runtime.invoke("azure-native:security:getPricing", {
|
|
15
|
+
"pricingName": args.pricingName,
|
|
16
|
+
"scopeId": args.scopeId,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getPricing = getPricing;
|
|
20
|
+
/**
|
|
21
|
+
* Get the Defender plans pricing configurations of the selected scope (valid scopes are resource id or a subscription id). At the resource level, supported resource types are 'VirtualMachines, VMSS and ARC Machines'.
|
|
22
|
+
* Azure REST API version: 2024-01-01.
|
|
23
|
+
*/
|
|
24
|
+
function getPricingOutput(args, opts) {
|
|
25
|
+
return pulumi.output(args).apply((a) => getPricing(a, opts));
|
|
26
|
+
}
|
|
27
|
+
exports.getPricingOutput = getPricingOutput;
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UHJpY2luZy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NlY3VyaXR5L2dldFByaWNpbmcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsMENBQTBDO0FBRTFDOzs7R0FHRztBQUNILFNBQWdCLFVBQVUsQ0FBQyxJQUFvQixFQUFFLElBQTJCO0lBRXhFLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLGtDQUFrQyxFQUFFO1FBQzdELGFBQWEsRUFBRSxJQUFJLENBQUMsV0FBVztRQUMvQixTQUFTLEVBQUUsSUFBSSxDQUFDLE9BQU87S0FDMUIsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFQRCxnQ0FPQztBQTBFRDs7O0dBR0c7QUFDSCxTQUFnQixnQkFBZ0IsQ0FBQyxJQUEwQixFQUFFLElBQTJCO0lBQ3BGLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLFVBQVUsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUNyRSxDQUFDO0FBRkQsNENBRUMifQ==
|
package/security/index.d.ts
CHANGED
|
@@ -112,6 +112,9 @@ export declare const getIotSecuritySolutionOutput: typeof import("./getIotSecuri
|
|
|
112
112
|
export { GetJitNetworkAccessPolicyArgs, GetJitNetworkAccessPolicyResult, GetJitNetworkAccessPolicyOutputArgs } from "./getJitNetworkAccessPolicy";
|
|
113
113
|
export declare const getJitNetworkAccessPolicy: typeof import("./getJitNetworkAccessPolicy").getJitNetworkAccessPolicy;
|
|
114
114
|
export declare const getJitNetworkAccessPolicyOutput: typeof import("./getJitNetworkAccessPolicy").getJitNetworkAccessPolicyOutput;
|
|
115
|
+
export { GetPricingArgs, GetPricingResult, GetPricingOutputArgs } from "./getPricing";
|
|
116
|
+
export declare const getPricing: typeof import("./getPricing").getPricing;
|
|
117
|
+
export declare const getPricingOutput: typeof import("./getPricing").getPricingOutput;
|
|
115
118
|
export { GetSecurityConnectorArgs, GetSecurityConnectorResult, GetSecurityConnectorOutputArgs } from "./getSecurityConnector";
|
|
116
119
|
export declare const getSecurityConnector: typeof import("./getSecurityConnector").getSecurityConnector;
|
|
117
120
|
export declare const getSecurityConnectorOutput: typeof import("./getSecurityConnector").getSecurityConnectorOutput;
|
|
@@ -160,6 +163,9 @@ export declare const listGitLabGroupAvailableOutput: typeof import("./listGitLab
|
|
|
160
163
|
export { ListGitLabSubgroupArgs, ListGitLabSubgroupResult, ListGitLabSubgroupOutputArgs } from "./listGitLabSubgroup";
|
|
161
164
|
export declare const listGitLabSubgroup: typeof import("./listGitLabSubgroup").listGitLabSubgroup;
|
|
162
165
|
export declare const listGitLabSubgroupOutput: typeof import("./listGitLabSubgroup").listGitLabSubgroupOutput;
|
|
166
|
+
export { PricingArgs } from "./pricing";
|
|
167
|
+
export type Pricing = import("./pricing").Pricing;
|
|
168
|
+
export declare const Pricing: typeof import("./pricing").Pricing;
|
|
163
169
|
export { SecurityConnectorArgs } from "./securityConnector";
|
|
164
170
|
export type SecurityConnector = import("./securityConnector").SecurityConnector;
|
|
165
171
|
export declare const SecurityConnector: typeof import("./securityConnector").SecurityConnector;
|
|
@@ -204,4 +210,5 @@ import * as v20230501 from "./v20230501";
|
|
|
204
210
|
import * as v20230901preview from "./v20230901preview";
|
|
205
211
|
import * as v20231001preview from "./v20231001preview";
|
|
206
212
|
import * as v20231115 from "./v20231115";
|
|
207
|
-
|
|
213
|
+
import * as v20240101 from "./v20240101";
|
|
214
|
+
export { v20170801preview, v20190101, v20190101preview, v20190801, v20200101, v20200101preview, v20210601, v20210701preview, v20210801preview, v20220101preview, v20220701preview, v20221120preview, v20230101preview, v20230201preview, v20230301preview, v20230501, v20230901preview, v20231001preview, v20231115, v20240101, };
|