@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
|
@@ -66,7 +66,7 @@ class Replica extends pulumi.CustomResource {
|
|
|
66
66
|
resourceInputs["type"] = undefined /*out*/;
|
|
67
67
|
}
|
|
68
68
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
69
|
-
const aliasOpts = { aliases: [{ type: "azure-native:appconfiguration:Replica" }, { type: "azure-native:appconfiguration/v20220301preview:Replica" }] };
|
|
69
|
+
const aliasOpts = { aliases: [{ type: "azure-native:appconfiguration:Replica" }, { type: "azure-native:appconfiguration/v20220301preview:Replica" }, { type: "azure-native:appconfiguration/v20230801preview:Replica" }] };
|
|
70
70
|
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
71
71
|
super(Replica.__pulumiType, name, resourceInputs, opts);
|
|
72
72
|
}
|
|
@@ -74,4 +74,4 @@ class Replica extends pulumi.CustomResource {
|
|
|
74
74
|
exports.Replica = Replica;
|
|
75
75
|
/** @internal */
|
|
76
76
|
Replica.__pulumiType = 'azure-native:appconfiguration/v20230301:Replica';
|
|
77
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
77
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVwbGljYS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2FwcGNvbmZpZ3VyYXRpb24vdjIwMjMwMzAxL3JlcGxpY2EudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxPQUFRLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDOUM7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLE9BQU8sQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUNwRSxDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssT0FBTyxDQUFDLFlBQVksQ0FBQztJQUN4RCxDQUFDO0lBMkJEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQWlCLEVBQUUsSUFBbUM7UUFDNUUsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsZUFBZSxLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDNUQsTUFBTSxJQUFJLEtBQUssQ0FBQyw2Q0FBNkMsQ0FBQyxDQUFDO2FBQ2xFO1lBQ0QsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQzthQUNwRTtZQUNELGNBQWMsQ0FBQyxpQkFBaUIsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzVFLGNBQWMsQ0FBQyxVQUFVLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM5RCxjQUFjLENBQUMsYUFBYSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDcEUsY0FBYyxDQUFDLG1CQUFtQixDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNoRixjQUFjLENBQUMsVUFBVSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMvQyxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMsbUJBQW1CLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ3hELGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1NBQzlDO2FBQU07WUFDSCxjQUFjLENBQUMsVUFBVSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMvQyxjQUFjLENBQUMsVUFBVSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMvQyxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMsbUJBQW1CLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ3hELGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1NBQzlDO1FBQ0QsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxDQUFDLENBQUM7UUFDbkUsTUFBTSxTQUFTLEdBQUcsRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLElBQUksRUFBRSx1Q0FBdUMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLHdEQUF3RCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsd0RBQXdELEVBQUUsQ0FBQyxFQUFFLENBQUM7UUFDM04sSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsSUFBSSxFQUFFLFNBQVMsQ0FBQyxDQUFDO1FBQzVDLEtBQUssQ0FBQyxPQUFPLENBQUMsWUFBWSxFQUFFLElBQUksRUFBRSxjQUFjLEVBQUUsSUFBSSxDQUFDLENBQUM7SUFDNUQsQ0FBQzs7QUExRkwsMEJBMkZDO0FBOUVHLGdCQUFnQjtBQUNPLG9CQUFZLEdBQUcsaURBQWlELENBQUMifQ==
|
|
@@ -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
|
+
* The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it.
|
|
7
|
+
*/
|
|
8
|
+
export declare class ConfigurationStore extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing ConfigurationStore 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): ConfigurationStore;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of ConfigurationStore. 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 ConfigurationStore;
|
|
23
|
+
/**
|
|
24
|
+
* The creation date of configuration store.
|
|
25
|
+
*/
|
|
26
|
+
readonly creationDate: pulumi.Output<string>;
|
|
27
|
+
/**
|
|
28
|
+
* Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM).
|
|
29
|
+
*/
|
|
30
|
+
readonly dataPlaneProxy: pulumi.Output<outputs.appconfiguration.v20230801preview.DataPlaneProxyPropertiesResponse | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* Disables all authentication methods other than AAD authentication.
|
|
33
|
+
*/
|
|
34
|
+
readonly disableLocalAuth: pulumi.Output<boolean | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* Property specifying whether protection against purge is enabled for this configuration store.
|
|
37
|
+
*/
|
|
38
|
+
readonly enablePurgeProtection: pulumi.Output<boolean | undefined>;
|
|
39
|
+
/**
|
|
40
|
+
* The encryption settings of the configuration store.
|
|
41
|
+
*/
|
|
42
|
+
readonly encryption: pulumi.Output<outputs.appconfiguration.v20230801preview.EncryptionPropertiesResponse | undefined>;
|
|
43
|
+
/**
|
|
44
|
+
* The DNS endpoint where the configuration store API will be available.
|
|
45
|
+
*/
|
|
46
|
+
readonly endpoint: pulumi.Output<string>;
|
|
47
|
+
/**
|
|
48
|
+
* The managed identity information, if configured.
|
|
49
|
+
*/
|
|
50
|
+
readonly identity: pulumi.Output<outputs.appconfiguration.v20230801preview.ResourceIdentityResponse | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* The geo-location where the resource lives
|
|
53
|
+
*/
|
|
54
|
+
readonly location: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* The name of the resource
|
|
57
|
+
*/
|
|
58
|
+
readonly name: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* The list of private endpoint connections that are set up for this resource.
|
|
61
|
+
*/
|
|
62
|
+
readonly privateEndpointConnections: pulumi.Output<outputs.appconfiguration.v20230801preview.PrivateEndpointConnectionReferenceResponse[]>;
|
|
63
|
+
/**
|
|
64
|
+
* The provisioning state of the configuration store.
|
|
65
|
+
*/
|
|
66
|
+
readonly provisioningState: pulumi.Output<string>;
|
|
67
|
+
/**
|
|
68
|
+
* Control permission for data plane traffic coming from public networks while private endpoint is enabled.
|
|
69
|
+
*/
|
|
70
|
+
readonly publicNetworkAccess: pulumi.Output<string | undefined>;
|
|
71
|
+
/**
|
|
72
|
+
* The sku of the configuration store.
|
|
73
|
+
*/
|
|
74
|
+
readonly sku: pulumi.Output<outputs.appconfiguration.v20230801preview.SkuResponse>;
|
|
75
|
+
/**
|
|
76
|
+
* The amount of time in days that the configuration store will be retained when it is soft deleted.
|
|
77
|
+
*/
|
|
78
|
+
readonly softDeleteRetentionInDays: pulumi.Output<number | undefined>;
|
|
79
|
+
/**
|
|
80
|
+
* Resource system metadata.
|
|
81
|
+
*/
|
|
82
|
+
readonly systemData: pulumi.Output<outputs.appconfiguration.v20230801preview.SystemDataResponse>;
|
|
83
|
+
/**
|
|
84
|
+
* Resource tags.
|
|
85
|
+
*/
|
|
86
|
+
readonly tags: pulumi.Output<{
|
|
87
|
+
[key: string]: string;
|
|
88
|
+
} | undefined>;
|
|
89
|
+
/**
|
|
90
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
91
|
+
*/
|
|
92
|
+
readonly type: pulumi.Output<string>;
|
|
93
|
+
/**
|
|
94
|
+
* Create a ConfigurationStore resource with the given unique name, arguments, and options.
|
|
95
|
+
*
|
|
96
|
+
* @param name The _unique_ name of the resource.
|
|
97
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
98
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
99
|
+
*/
|
|
100
|
+
constructor(name: string, args: ConfigurationStoreArgs, opts?: pulumi.CustomResourceOptions);
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* The set of arguments for constructing a ConfigurationStore resource.
|
|
104
|
+
*/
|
|
105
|
+
export interface ConfigurationStoreArgs {
|
|
106
|
+
/**
|
|
107
|
+
* The name of the configuration store.
|
|
108
|
+
*/
|
|
109
|
+
configStoreName?: pulumi.Input<string>;
|
|
110
|
+
/**
|
|
111
|
+
* Indicates whether the configuration store need to be recovered.
|
|
112
|
+
*/
|
|
113
|
+
createMode?: pulumi.Input<enums.appconfiguration.v20230801preview.CreateMode>;
|
|
114
|
+
/**
|
|
115
|
+
* Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM).
|
|
116
|
+
*/
|
|
117
|
+
dataPlaneProxy?: pulumi.Input<inputs.appconfiguration.v20230801preview.DataPlaneProxyPropertiesArgs>;
|
|
118
|
+
/**
|
|
119
|
+
* Disables all authentication methods other than AAD authentication.
|
|
120
|
+
*/
|
|
121
|
+
disableLocalAuth?: pulumi.Input<boolean>;
|
|
122
|
+
/**
|
|
123
|
+
* Property specifying whether protection against purge is enabled for this configuration store.
|
|
124
|
+
*/
|
|
125
|
+
enablePurgeProtection?: pulumi.Input<boolean>;
|
|
126
|
+
/**
|
|
127
|
+
* The encryption settings of the configuration store.
|
|
128
|
+
*/
|
|
129
|
+
encryption?: pulumi.Input<inputs.appconfiguration.v20230801preview.EncryptionPropertiesArgs>;
|
|
130
|
+
/**
|
|
131
|
+
* The managed identity information, if configured.
|
|
132
|
+
*/
|
|
133
|
+
identity?: pulumi.Input<inputs.appconfiguration.v20230801preview.ResourceIdentityArgs>;
|
|
134
|
+
/**
|
|
135
|
+
* The geo-location where the resource lives
|
|
136
|
+
*/
|
|
137
|
+
location?: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* Control permission for data plane traffic coming from public networks while private endpoint is enabled.
|
|
140
|
+
*/
|
|
141
|
+
publicNetworkAccess?: pulumi.Input<string | enums.appconfiguration.v20230801preview.PublicNetworkAccess>;
|
|
142
|
+
/**
|
|
143
|
+
* The name of the resource group to which the container registry belongs.
|
|
144
|
+
*/
|
|
145
|
+
resourceGroupName: pulumi.Input<string>;
|
|
146
|
+
/**
|
|
147
|
+
* The sku of the configuration store.
|
|
148
|
+
*/
|
|
149
|
+
sku: pulumi.Input<inputs.appconfiguration.v20230801preview.SkuArgs>;
|
|
150
|
+
/**
|
|
151
|
+
* The amount of time in days that the configuration store will be retained when it is soft deleted.
|
|
152
|
+
*/
|
|
153
|
+
softDeleteRetentionInDays?: pulumi.Input<number>;
|
|
154
|
+
/**
|
|
155
|
+
* Resource tags.
|
|
156
|
+
*/
|
|
157
|
+
tags?: pulumi.Input<{
|
|
158
|
+
[key: string]: pulumi.Input<string>;
|
|
159
|
+
}>;
|
|
160
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
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.ConfigurationStore = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it.
|
|
10
|
+
*/
|
|
11
|
+
class ConfigurationStore extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing ConfigurationStore 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 ConfigurationStore(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of ConfigurationStore. 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'] === ConfigurationStore.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a ConfigurationStore 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
|
+
var _a, _b, _c;
|
|
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
|
+
if ((!args || args.sku === undefined) && !opts.urn) {
|
|
49
|
+
throw new Error("Missing required property 'sku'");
|
|
50
|
+
}
|
|
51
|
+
resourceInputs["configStoreName"] = args ? args.configStoreName : undefined;
|
|
52
|
+
resourceInputs["createMode"] = args ? args.createMode : undefined;
|
|
53
|
+
resourceInputs["dataPlaneProxy"] = args ? args.dataPlaneProxy : undefined;
|
|
54
|
+
resourceInputs["disableLocalAuth"] = (_a = (args ? args.disableLocalAuth : undefined)) !== null && _a !== void 0 ? _a : false;
|
|
55
|
+
resourceInputs["enablePurgeProtection"] = (_b = (args ? args.enablePurgeProtection : undefined)) !== null && _b !== void 0 ? _b : false;
|
|
56
|
+
resourceInputs["encryption"] = args ? args.encryption : undefined;
|
|
57
|
+
resourceInputs["identity"] = args ? args.identity : undefined;
|
|
58
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
59
|
+
resourceInputs["publicNetworkAccess"] = args ? args.publicNetworkAccess : undefined;
|
|
60
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
61
|
+
resourceInputs["sku"] = args ? args.sku : undefined;
|
|
62
|
+
resourceInputs["softDeleteRetentionInDays"] = (_c = (args ? args.softDeleteRetentionInDays : undefined)) !== null && _c !== void 0 ? _c : 7;
|
|
63
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
64
|
+
resourceInputs["creationDate"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["endpoint"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["privateEndpointConnections"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
71
|
+
}
|
|
72
|
+
else {
|
|
73
|
+
resourceInputs["creationDate"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["dataPlaneProxy"] = undefined /*out*/;
|
|
75
|
+
resourceInputs["disableLocalAuth"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["enablePurgeProtection"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["encryption"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["endpoint"] = undefined /*out*/;
|
|
79
|
+
resourceInputs["identity"] = undefined /*out*/;
|
|
80
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
81
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
82
|
+
resourceInputs["privateEndpointConnections"] = undefined /*out*/;
|
|
83
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
84
|
+
resourceInputs["publicNetworkAccess"] = undefined /*out*/;
|
|
85
|
+
resourceInputs["sku"] = undefined /*out*/;
|
|
86
|
+
resourceInputs["softDeleteRetentionInDays"] = undefined /*out*/;
|
|
87
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
88
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
89
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
90
|
+
}
|
|
91
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
92
|
+
const aliasOpts = { aliases: [{ type: "azure-native:appconfiguration:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20190201preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20191001:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20191101preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20200601:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20200701preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20210301preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20211001preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20220301preview:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20220501:ConfigurationStore" }, { type: "azure-native:appconfiguration/v20230301:ConfigurationStore" }] };
|
|
93
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
94
|
+
super(ConfigurationStore.__pulumiType, name, resourceInputs, opts);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
exports.ConfigurationStore = ConfigurationStore;
|
|
98
|
+
/** @internal */
|
|
99
|
+
ConfigurationStore.__pulumiType = 'azure-native:appconfiguration/v20230801preview:ConfigurationStore';
|
|
100
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlndXJhdGlvblN0b3JlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vYXBwY29uZmlndXJhdGlvbi92MjAyMzA4MDFwcmV2aWV3L2NvbmZpZ3VyYXRpb25TdG9yZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxNQUFhLGtCQUFtQixTQUFRLE1BQU0sQ0FBQyxjQUFjO0lBQ3pEOzs7Ozs7O09BT0c7SUFDSSxNQUFNLENBQUMsR0FBRyxDQUFDLElBQVksRUFBRSxFQUEyQixFQUFFLElBQW1DO1FBQzVGLE9BQU8sSUFBSSxrQkFBa0IsQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUMvRSxDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssa0JBQWtCLENBQUMsWUFBWSxDQUFDO0lBQ25FLENBQUM7SUF1RUQ7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBNEIsRUFBRSxJQUFtQzs7UUFDdkYsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtDQUEr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
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Gets the properties of the specified configuration store.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getConfigurationStore(args: GetConfigurationStoreArgs, opts?: pulumi.InvokeOptions): Promise<GetConfigurationStoreResult>;
|
|
7
|
+
export interface GetConfigurationStoreArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the configuration store.
|
|
10
|
+
*/
|
|
11
|
+
configStoreName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the resource group to which the container registry belongs.
|
|
14
|
+
*/
|
|
15
|
+
resourceGroupName: string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetConfigurationStoreResult {
|
|
21
|
+
/**
|
|
22
|
+
* The creation date of configuration store.
|
|
23
|
+
*/
|
|
24
|
+
readonly creationDate: string;
|
|
25
|
+
/**
|
|
26
|
+
* Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM).
|
|
27
|
+
*/
|
|
28
|
+
readonly dataPlaneProxy?: outputs.appconfiguration.v20230801preview.DataPlaneProxyPropertiesResponse;
|
|
29
|
+
/**
|
|
30
|
+
* Disables all authentication methods other than AAD authentication.
|
|
31
|
+
*/
|
|
32
|
+
readonly disableLocalAuth?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Property specifying whether protection against purge is enabled for this configuration store.
|
|
35
|
+
*/
|
|
36
|
+
readonly enablePurgeProtection?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* The encryption settings of the configuration store.
|
|
39
|
+
*/
|
|
40
|
+
readonly encryption?: outputs.appconfiguration.v20230801preview.EncryptionPropertiesResponse;
|
|
41
|
+
/**
|
|
42
|
+
* The DNS endpoint where the configuration store API will be available.
|
|
43
|
+
*/
|
|
44
|
+
readonly endpoint: string;
|
|
45
|
+
/**
|
|
46
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
47
|
+
*/
|
|
48
|
+
readonly id: string;
|
|
49
|
+
/**
|
|
50
|
+
* The managed identity information, if configured.
|
|
51
|
+
*/
|
|
52
|
+
readonly identity?: outputs.appconfiguration.v20230801preview.ResourceIdentityResponse;
|
|
53
|
+
/**
|
|
54
|
+
* The geo-location where the resource lives
|
|
55
|
+
*/
|
|
56
|
+
readonly location: string;
|
|
57
|
+
/**
|
|
58
|
+
* The name of the resource
|
|
59
|
+
*/
|
|
60
|
+
readonly name: string;
|
|
61
|
+
/**
|
|
62
|
+
* The list of private endpoint connections that are set up for this resource.
|
|
63
|
+
*/
|
|
64
|
+
readonly privateEndpointConnections: outputs.appconfiguration.v20230801preview.PrivateEndpointConnectionReferenceResponse[];
|
|
65
|
+
/**
|
|
66
|
+
* The provisioning state of the configuration store.
|
|
67
|
+
*/
|
|
68
|
+
readonly provisioningState: string;
|
|
69
|
+
/**
|
|
70
|
+
* Control permission for data plane traffic coming from public networks while private endpoint is enabled.
|
|
71
|
+
*/
|
|
72
|
+
readonly publicNetworkAccess?: string;
|
|
73
|
+
/**
|
|
74
|
+
* The sku of the configuration store.
|
|
75
|
+
*/
|
|
76
|
+
readonly sku: outputs.appconfiguration.v20230801preview.SkuResponse;
|
|
77
|
+
/**
|
|
78
|
+
* The amount of time in days that the configuration store will be retained when it is soft deleted.
|
|
79
|
+
*/
|
|
80
|
+
readonly softDeleteRetentionInDays?: number;
|
|
81
|
+
/**
|
|
82
|
+
* Resource system metadata.
|
|
83
|
+
*/
|
|
84
|
+
readonly systemData: outputs.appconfiguration.v20230801preview.SystemDataResponse;
|
|
85
|
+
/**
|
|
86
|
+
* Resource tags.
|
|
87
|
+
*/
|
|
88
|
+
readonly tags?: {
|
|
89
|
+
[key: string]: string;
|
|
90
|
+
};
|
|
91
|
+
/**
|
|
92
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
93
|
+
*/
|
|
94
|
+
readonly type: string;
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* Gets the properties of the specified configuration store.
|
|
98
|
+
*/
|
|
99
|
+
export declare function getConfigurationStoreOutput(args: GetConfigurationStoreOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetConfigurationStoreResult>;
|
|
100
|
+
export interface GetConfigurationStoreOutputArgs {
|
|
101
|
+
/**
|
|
102
|
+
* The name of the configuration store.
|
|
103
|
+
*/
|
|
104
|
+
configStoreName: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* The name of the resource group to which the container registry belongs.
|
|
107
|
+
*/
|
|
108
|
+
resourceGroupName: pulumi.Input<string>;
|
|
109
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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.getConfigurationStoreOutput = exports.getConfigurationStore = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets the properties of the specified configuration store.
|
|
10
|
+
*/
|
|
11
|
+
function getConfigurationStore(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:appconfiguration/v20230801preview:getConfigurationStore", {
|
|
14
|
+
"configStoreName": args.configStoreName,
|
|
15
|
+
"resourceGroupName": args.resourceGroupName,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getConfigurationStore = getConfigurationStore;
|
|
19
|
+
/**
|
|
20
|
+
* Gets the properties of the specified configuration store.
|
|
21
|
+
*/
|
|
22
|
+
function getConfigurationStoreOutput(args, opts) {
|
|
23
|
+
return pulumi.output(args).apply((a) => getConfigurationStore(a, opts));
|
|
24
|
+
}
|
|
25
|
+
exports.getConfigurationStoreOutput = getConfigurationStoreOutput;
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0Q29uZmlndXJhdGlvblN0b3JlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vYXBwY29uZmlndXJhdGlvbi92MjAyMzA4MDFwcmV2aWV3L2dldENvbmZpZ3VyYXRpb25TdG9yZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixxQkFBcUIsQ0FBQyxJQUErQixFQUFFLElBQTJCO0lBRTlGLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLHNFQUFzRSxFQUFFO1FBQ2pHLGlCQUFpQixFQUFFLElBQUksQ0FBQyxlQUFlO1FBQ3ZDLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7S0FDOUMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFQRCxzREFPQztBQTBGRDs7R0FFRztBQUNILFNBQWdCLDJCQUEyQixDQUFDLElBQXFDLEVBQUUsSUFBMkI7SUFDMUcsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMscUJBQXFCLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDaEYsQ0FBQztBQUZELGtFQUVDIn0=
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Gets the properties of the specified key-value. NOTE: This operation is intended for use in ARM Template deployments. For all other scenarios involving App Configuration key-values the data plane API should be used instead.
|
|
4
|
+
*/
|
|
5
|
+
export declare function getKeyValue(args: GetKeyValueArgs, opts?: pulumi.InvokeOptions): Promise<GetKeyValueResult>;
|
|
6
|
+
export interface GetKeyValueArgs {
|
|
7
|
+
/**
|
|
8
|
+
* The name of the configuration store.
|
|
9
|
+
*/
|
|
10
|
+
configStoreName: string;
|
|
11
|
+
/**
|
|
12
|
+
* Identifier of key and label combination. Key and label are joined by $ character. Label is optional.
|
|
13
|
+
*/
|
|
14
|
+
keyValueName: string;
|
|
15
|
+
/**
|
|
16
|
+
* The name of the resource group to which the container registry belongs.
|
|
17
|
+
*/
|
|
18
|
+
resourceGroupName: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* The key-value resource along with all resource properties.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetKeyValueResult {
|
|
24
|
+
/**
|
|
25
|
+
* The content type of the key-value's value.
|
|
26
|
+
* Providing a proper content-type can enable transformations of values when they are retrieved by applications.
|
|
27
|
+
*/
|
|
28
|
+
readonly contentType?: string;
|
|
29
|
+
/**
|
|
30
|
+
* An ETag indicating the state of a key-value within a configuration store.
|
|
31
|
+
*/
|
|
32
|
+
readonly eTag: string;
|
|
33
|
+
/**
|
|
34
|
+
* The resource ID.
|
|
35
|
+
*/
|
|
36
|
+
readonly id: string;
|
|
37
|
+
/**
|
|
38
|
+
* The primary identifier of a key-value.
|
|
39
|
+
* The key is used in unison with the label to uniquely identify a key-value.
|
|
40
|
+
*/
|
|
41
|
+
readonly key: string;
|
|
42
|
+
/**
|
|
43
|
+
* A value used to group key-values.
|
|
44
|
+
* The label is used in unison with the key to uniquely identify a key-value.
|
|
45
|
+
*/
|
|
46
|
+
readonly label: string;
|
|
47
|
+
/**
|
|
48
|
+
* The last time a modifying operation was performed on the given key-value.
|
|
49
|
+
*/
|
|
50
|
+
readonly lastModified: string;
|
|
51
|
+
/**
|
|
52
|
+
* A value indicating whether the key-value is locked.
|
|
53
|
+
* A locked key-value may not be modified until it is unlocked.
|
|
54
|
+
*/
|
|
55
|
+
readonly locked: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* The name of the resource.
|
|
58
|
+
*/
|
|
59
|
+
readonly name: string;
|
|
60
|
+
/**
|
|
61
|
+
* A dictionary of tags that can help identify what a key-value may be applicable for.
|
|
62
|
+
*/
|
|
63
|
+
readonly tags?: {
|
|
64
|
+
[key: string]: string;
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* The type of the resource.
|
|
68
|
+
*/
|
|
69
|
+
readonly type: string;
|
|
70
|
+
/**
|
|
71
|
+
* The value of the key-value.
|
|
72
|
+
*/
|
|
73
|
+
readonly value?: string;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Gets the properties of the specified key-value. NOTE: This operation is intended for use in ARM Template deployments. For all other scenarios involving App Configuration key-values the data plane API should be used instead.
|
|
77
|
+
*/
|
|
78
|
+
export declare function getKeyValueOutput(args: GetKeyValueOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetKeyValueResult>;
|
|
79
|
+
export interface GetKeyValueOutputArgs {
|
|
80
|
+
/**
|
|
81
|
+
* The name of the configuration store.
|
|
82
|
+
*/
|
|
83
|
+
configStoreName: pulumi.Input<string>;
|
|
84
|
+
/**
|
|
85
|
+
* Identifier of key and label combination. Key and label are joined by $ character. Label is optional.
|
|
86
|
+
*/
|
|
87
|
+
keyValueName: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* The name of the resource group to which the container registry belongs.
|
|
90
|
+
*/
|
|
91
|
+
resourceGroupName: pulumi.Input<string>;
|
|
92
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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.getKeyValueOutput = exports.getKeyValue = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets the properties of the specified key-value. NOTE: This operation is intended for use in ARM Template deployments. For all other scenarios involving App Configuration key-values the data plane API should be used instead.
|
|
10
|
+
*/
|
|
11
|
+
function getKeyValue(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:appconfiguration/v20230801preview:getKeyValue", {
|
|
14
|
+
"configStoreName": args.configStoreName,
|
|
15
|
+
"keyValueName": args.keyValueName,
|
|
16
|
+
"resourceGroupName": args.resourceGroupName,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getKeyValue = getKeyValue;
|
|
20
|
+
/**
|
|
21
|
+
* Gets the properties of the specified key-value. NOTE: This operation is intended for use in ARM Template deployments. For all other scenarios involving App Configuration key-values the data plane API should be used instead.
|
|
22
|
+
*/
|
|
23
|
+
function getKeyValueOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply((a) => getKeyValue(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getKeyValueOutput = getKeyValueOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0S2V5VmFsdWUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9hcHBjb25maWd1cmF0aW9uL3YyMDIzMDgwMXByZXZpZXcvZ2V0S2V5VmFsdWUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFDekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IsV0FBVyxDQUFDLElBQXFCLEVBQUUsSUFBMkI7SUFFMUUsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsNERBQTRELEVBQUU7UUFDdkYsaUJBQWlCLEVBQUUsSUFBSSxDQUFDLGVBQWU7UUFDdkMsY0FBYyxFQUFFLElBQUksQ0FBQyxZQUFZO1FBQ2pDLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7S0FDOUMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFSRCxrQ0FRQztBQXNFRDs7R0FFRztBQUNILFNBQWdCLGlCQUFpQixDQUFDLElBQTJCLEVBQUUsSUFBMkI7SUFDdEYsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsV0FBVyxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3RFLENBQUM7QUFGRCw4Q0FFQyJ9
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Gets the specified private endpoint connection associated with the configuration store.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getPrivateEndpointConnection(args: GetPrivateEndpointConnectionArgs, opts?: pulumi.InvokeOptions): Promise<GetPrivateEndpointConnectionResult>;
|
|
7
|
+
export interface GetPrivateEndpointConnectionArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the configuration store.
|
|
10
|
+
*/
|
|
11
|
+
configStoreName: string;
|
|
12
|
+
/**
|
|
13
|
+
* Private endpoint connection name
|
|
14
|
+
*/
|
|
15
|
+
privateEndpointConnectionName: string;
|
|
16
|
+
/**
|
|
17
|
+
* The name of the resource group to which the container registry belongs.
|
|
18
|
+
*/
|
|
19
|
+
resourceGroupName: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* A private endpoint connection
|
|
23
|
+
*/
|
|
24
|
+
export interface GetPrivateEndpointConnectionResult {
|
|
25
|
+
/**
|
|
26
|
+
* The resource ID.
|
|
27
|
+
*/
|
|
28
|
+
readonly id: string;
|
|
29
|
+
/**
|
|
30
|
+
* The name of the resource.
|
|
31
|
+
*/
|
|
32
|
+
readonly name: string;
|
|
33
|
+
/**
|
|
34
|
+
* The resource of private endpoint.
|
|
35
|
+
*/
|
|
36
|
+
readonly privateEndpoint?: outputs.appconfiguration.v20230801preview.PrivateEndpointResponse;
|
|
37
|
+
/**
|
|
38
|
+
* A collection of information about the state of the connection between service consumer and provider.
|
|
39
|
+
*/
|
|
40
|
+
readonly privateLinkServiceConnectionState: outputs.appconfiguration.v20230801preview.PrivateLinkServiceConnectionStateResponse;
|
|
41
|
+
/**
|
|
42
|
+
* The provisioning status of the private endpoint connection.
|
|
43
|
+
*/
|
|
44
|
+
readonly provisioningState: string;
|
|
45
|
+
/**
|
|
46
|
+
* The type of the resource.
|
|
47
|
+
*/
|
|
48
|
+
readonly type: string;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Gets the specified private endpoint connection associated with the configuration store.
|
|
52
|
+
*/
|
|
53
|
+
export declare function getPrivateEndpointConnectionOutput(args: GetPrivateEndpointConnectionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPrivateEndpointConnectionResult>;
|
|
54
|
+
export interface GetPrivateEndpointConnectionOutputArgs {
|
|
55
|
+
/**
|
|
56
|
+
* The name of the configuration store.
|
|
57
|
+
*/
|
|
58
|
+
configStoreName: pulumi.Input<string>;
|
|
59
|
+
/**
|
|
60
|
+
* Private endpoint connection name
|
|
61
|
+
*/
|
|
62
|
+
privateEndpointConnectionName: pulumi.Input<string>;
|
|
63
|
+
/**
|
|
64
|
+
* The name of the resource group to which the container registry belongs.
|
|
65
|
+
*/
|
|
66
|
+
resourceGroupName: pulumi.Input<string>;
|
|
67
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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.getPrivateEndpointConnectionOutput = exports.getPrivateEndpointConnection = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets the specified private endpoint connection associated with the configuration store.
|
|
10
|
+
*/
|
|
11
|
+
function getPrivateEndpointConnection(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:appconfiguration/v20230801preview:getPrivateEndpointConnection", {
|
|
14
|
+
"configStoreName": args.configStoreName,
|
|
15
|
+
"privateEndpointConnectionName": args.privateEndpointConnectionName,
|
|
16
|
+
"resourceGroupName": args.resourceGroupName,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getPrivateEndpointConnection = getPrivateEndpointConnection;
|
|
20
|
+
/**
|
|
21
|
+
* Gets the specified private endpoint connection associated with the configuration store.
|
|
22
|
+
*/
|
|
23
|
+
function getPrivateEndpointConnectionOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply((a) => getPrivateEndpointConnection(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getPrivateEndpointConnectionOutput = getPrivateEndpointConnectionOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2FwcGNvbmZpZ3VyYXRpb24vdjIwMjMwODAxcHJldmlldy9nZXRQcml2YXRlRW5kcG9pbnRDb25uZWN0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLDRCQUE0QixDQUFDLElBQXNDLEVBQUUsSUFBMkI7SUFFNUcsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsNkVBQTZFLEVBQUU7UUFDeEcsaUJBQWlCLEVBQUUsSUFBSSxDQUFDLGVBQWU7UUFDdkMsK0JBQStCLEVBQUUsSUFBSSxDQUFDLDZCQUE2QjtRQUNuRSxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsb0VBUUM7QUE4Q0Q7O0dBRUc7QUFDSCxTQUFnQixrQ0FBa0MsQ0FBQyxJQUE0QyxFQUFFLElBQTJCO0lBQ3hILE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLDRCQUE0QixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3ZGLENBQUM7QUFGRCxnRkFFQyJ9
|