@pulumi/azure-native 2.2.1-alpha.1690908073 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/avs/addon.js +2 -2
- package/avs/authorization.js +2 -2
- package/avs/cloudLink.js +2 -2
- package/avs/cluster.js +2 -2
- package/avs/datastore.js +2 -2
- package/avs/globalReachConnection.js +2 -2
- package/avs/hcxEnterpriseSite.js +2 -2
- package/avs/index.d.ts +2 -1
- package/avs/index.js +4 -2
- package/avs/placementPolicy.js +2 -2
- package/avs/privateCloud.js +2 -2
- package/avs/scriptExecution.js +2 -2
- package/avs/v20200320/cluster.js +2 -2
- package/avs/v20210101preview/addon.js +2 -2
- package/avs/v20210101preview/workloadNetworkDhcp.js +2 -2
- package/avs/v20210601/cluster.js +2 -2
- package/avs/v20220501/addon.js +2 -2
- package/avs/v20220501/authorization.js +2 -2
- package/avs/v20220501/cloudLink.js +2 -2
- package/avs/v20220501/cluster.js +2 -2
- package/avs/v20220501/datastore.js +2 -2
- package/avs/v20220501/globalReachConnection.js +2 -2
- package/avs/v20220501/hcxEnterpriseSite.js +2 -2
- package/avs/v20220501/placementPolicy.js +2 -2
- package/avs/v20220501/privateCloud.js +2 -2
- package/avs/v20220501/scriptExecution.js +2 -2
- package/avs/v20220501/workloadNetworkDhcp.js +2 -2
- package/avs/v20220501/workloadNetworkDnsService.js +2 -2
- package/avs/v20220501/workloadNetworkDnsZone.js +2 -2
- package/avs/v20220501/workloadNetworkPortMirroring.js +2 -2
- package/avs/v20220501/workloadNetworkPublicIP.js +2 -2
- package/avs/v20220501/workloadNetworkSegment.js +2 -2
- package/avs/v20220501/workloadNetworkVMGroup.js +2 -2
- package/avs/v20230301/addon.d.ts +63 -0
- package/avs/v20230301/addon.js +71 -0
- package/avs/v20230301/authorization.d.ts +73 -0
- package/avs/v20230301/authorization.js +77 -0
- package/avs/v20230301/cloudLink.d.ts +65 -0
- package/avs/v20230301/cloudLink.js +73 -0
- package/avs/v20230301/cluster.d.ts +87 -0
- package/avs/v20230301/cluster.js +82 -0
- package/avs/v20230301/datastore.d.ts +83 -0
- package/avs/v20230301/datastore.js +82 -0
- package/avs/v20230301/getAddon.d.ts +59 -0
- package/avs/v20230301/getAddon.js +27 -0
- package/avs/v20230301/getAuthorization.d.ts +70 -0
- package/avs/v20230301/getAuthorization.js +27 -0
- package/avs/v20230301/getCloudLink.d.ts +62 -0
- package/avs/v20230301/getCloudLink.js +27 -0
- package/avs/v20230301/getCluster.d.ts +75 -0
- package/avs/v20230301/getCluster.js +27 -0
- package/avs/v20230301/getDatastore.d.ts +79 -0
- package/avs/v20230301/getDatastore.js +28 -0
- package/avs/v20230301/getGlobalReachConnection.d.ts +78 -0
- package/avs/v20230301/getGlobalReachConnection.js +27 -0
- package/avs/v20230301/getHcxEnterpriseSite.d.ts +62 -0
- package/avs/v20230301/getHcxEnterpriseSite.js +27 -0
- package/avs/v20230301/getPlacementPolicy.d.ts +67 -0
- package/avs/v20230301/getPlacementPolicy.js +28 -0
- package/avs/v20230301/getPrivateCloud.d.ts +145 -0
- package/avs/v20230301/getPrivateCloud.js +26 -0
- package/avs/v20230301/getScriptExecution.d.ts +117 -0
- package/avs/v20230301/getScriptExecution.js +27 -0
- package/avs/v20230301/getScriptExecutionLogs.d.ts +117 -0
- package/avs/v20230301/getScriptExecutionLogs.js +27 -0
- package/avs/v20230301/getWorkloadNetworkDhcp.d.ts +59 -0
- package/avs/v20230301/getWorkloadNetworkDhcp.js +27 -0
- package/avs/v20230301/getWorkloadNetworkDnsService.d.ts +86 -0
- package/avs/v20230301/getWorkloadNetworkDnsService.js +27 -0
- package/avs/v20230301/getWorkloadNetworkDnsZone.d.ts +82 -0
- package/avs/v20230301/getWorkloadNetworkDnsZone.js +27 -0
- package/avs/v20230301/getWorkloadNetworkPortMirroring.d.ts +82 -0
- package/avs/v20230301/getWorkloadNetworkPortMirroring.js +27 -0
- package/avs/v20230301/getWorkloadNetworkPublicIP.d.ts +70 -0
- package/avs/v20230301/getWorkloadNetworkPublicIP.js +27 -0
- package/avs/v20230301/getWorkloadNetworkSegment.d.ts +83 -0
- package/avs/v20230301/getWorkloadNetworkSegment.js +27 -0
- package/avs/v20230301/getWorkloadNetworkVMGroup.d.ts +74 -0
- package/avs/v20230301/getWorkloadNetworkVMGroup.js +27 -0
- package/avs/v20230301/globalReachConnection.d.ts +89 -0
- package/avs/v20230301/globalReachConnection.js +81 -0
- package/avs/v20230301/hcxEnterpriseSite.d.ts +61 -0
- package/avs/v20230301/hcxEnterpriseSite.js +73 -0
- package/avs/v20230301/index.d.ts +112 -0
- package/avs/v20230301/index.js +163 -0
- package/avs/v20230301/listClusterZones.d.ts +47 -0
- package/avs/v20230301/listClusterZones.js +27 -0
- package/avs/v20230301/listPrivateCloudAdminCredentials.d.ts +50 -0
- package/avs/v20230301/listPrivateCloudAdminCredentials.js +26 -0
- package/avs/v20230301/placementPolicy.d.ts +67 -0
- package/avs/v20230301/placementPolicy.js +75 -0
- package/avs/v20230301/privateCloud.d.ts +204 -0
- package/avs/v20230301/privateCloud.js +123 -0
- package/avs/v20230301/scriptExecution.d.ts +151 -0
- package/avs/v20230301/scriptExecution.js +102 -0
- package/avs/v20230301/workloadNetworkDhcp.d.ts +63 -0
- package/avs/v20230301/workloadNetworkDhcp.js +71 -0
- package/avs/v20230301/workloadNetworkDnsService.d.ts +110 -0
- package/avs/v20230301/workloadNetworkDnsService.js +85 -0
- package/avs/v20230301/workloadNetworkDnsZone.d.ts +105 -0
- package/avs/v20230301/workloadNetworkDnsZone.js +83 -0
- package/avs/v20230301/workloadNetworkPortMirroring.d.ts +102 -0
- package/avs/v20230301/workloadNetworkPortMirroring.js +83 -0
- package/avs/v20230301/workloadNetworkPublicIP.d.ts +77 -0
- package/avs/v20230301/workloadNetworkPublicIP.js +77 -0
- package/avs/v20230301/workloadNetworkSegment.d.ts +99 -0
- package/avs/v20230301/workloadNetworkSegment.js +83 -0
- package/avs/v20230301/workloadNetworkVMGroup.d.ts +85 -0
- package/avs/v20230301/workloadNetworkVMGroup.js +79 -0
- package/avs/workloadNetworkDhcp.js +2 -2
- package/avs/workloadNetworkDnsService.js +2 -2
- package/avs/workloadNetworkDnsZone.js +2 -2
- package/avs/workloadNetworkPortMirroring.js +2 -2
- package/avs/workloadNetworkPublicIP.js +2 -2
- package/avs/workloadNetworkSegment.js +2 -2
- package/avs/workloadNetworkVMGroup.js +2 -2
- package/compute/availabilitySet.js +2 -2
- package/compute/capacityReservation.js +2 -2
- package/compute/capacityReservationGroup.js +2 -2
- package/compute/dedicatedHost.js +2 -2
- package/compute/dedicatedHostGroup.js +2 -2
- package/compute/disk.js +2 -2
- package/compute/diskAccess.js +2 -2
- package/compute/diskAccessAPrivateEndpointConnection.js +2 -2
- package/compute/diskEncryptionSet.js +2 -2
- package/compute/image.js +2 -2
- package/compute/index.d.ts +3 -1
- package/compute/index.js +6 -2
- package/compute/proximityPlacementGroup.js +2 -2
- package/compute/restorePoint.js +2 -2
- package/compute/restorePointCollection.js +2 -2
- package/compute/snapshot.js +2 -2
- package/compute/sshPublicKey.js +2 -2
- package/compute/v20211101/restorePoint.js +2 -2
- package/compute/v20211101/virtualMachineExtension.js +2 -2
- package/compute/v20211101/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20211101/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20220702/disk.js +2 -2
- package/compute/v20220702/diskAccess.js +2 -2
- package/compute/v20220702/diskAccessAPrivateEndpointConnection.js +2 -2
- package/compute/v20220702/diskEncryptionSet.js +2 -2
- package/compute/v20220702/snapshot.js +2 -2
- package/compute/v20221101/restorePoint.js +2 -2
- package/compute/v20230102/disk.js +2 -2
- package/compute/v20230102/diskAccess.js +2 -2
- package/compute/v20230102/diskAccessAPrivateEndpointConnection.js +2 -2
- package/compute/v20230102/diskEncryptionSet.js +2 -2
- package/compute/v20230102/snapshot.js +2 -2
- package/compute/v20230301/availabilitySet.js +2 -2
- package/compute/v20230301/capacityReservation.js +2 -2
- package/compute/v20230301/capacityReservationGroup.js +2 -2
- package/compute/v20230301/dedicatedHost.js +2 -2
- package/compute/v20230301/dedicatedHostGroup.js +2 -2
- package/compute/v20230301/image.js +2 -2
- package/compute/v20230301/proximityPlacementGroup.js +2 -2
- package/compute/v20230301/restorePoint.js +2 -2
- package/compute/v20230301/restorePointCollection.js +2 -2
- package/compute/v20230301/sshPublicKey.js +2 -2
- package/compute/v20230301/virtualMachine.js +2 -2
- package/compute/v20230301/virtualMachineExtension.js +2 -2
- package/compute/v20230301/virtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/v20230301/virtualMachineScaleSet.js +2 -2
- package/compute/v20230301/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20230301/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20230301/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20230301/virtualMachineScaleSetVMRunCommand.js +2 -2
- package/compute/v20230402/disk.d.ts +324 -0
- package/compute/v20230402/disk.js +146 -0
- package/compute/v20230402/diskAccess.d.ts +91 -0
- package/compute/v20230402/diskAccess.js +77 -0
- package/compute/v20230402/diskAccessAPrivateEndpointConnection.d.ts +71 -0
- package/compute/v20230402/diskAccessAPrivateEndpointConnection.js +78 -0
- package/compute/v20230402/diskEncryptionSet.d.ts +128 -0
- package/compute/v20230402/diskEncryptionSet.js +87 -0
- package/compute/v20230402/getDisk.d.ts +205 -0
- package/compute/v20230402/getDisk.js +26 -0
- package/compute/v20230402/getDiskAccess.d.ts +73 -0
- package/compute/v20230402/getDiskAccess.js +26 -0
- package/compute/v20230402/getDiskAccessAPrivateEndpointConnection.d.ts +67 -0
- package/compute/v20230402/getDiskAccessAPrivateEndpointConnection.js +27 -0
- package/compute/v20230402/getDiskEncryptionSet.d.ts +93 -0
- package/compute/v20230402/getDiskEncryptionSet.js +26 -0
- package/compute/v20230402/getSnapshot.d.ts +161 -0
- package/compute/v20230402/getSnapshot.js +26 -0
- package/compute/v20230402/index.d.ts +31 -0
- package/compute/v20230402/index.js +69 -0
- package/compute/v20230402/snapshot.d.ts +252 -0
- package/compute/v20230402/snapshot.js +124 -0
- package/compute/v20230701/availabilitySet.d.ts +115 -0
- package/compute/v20230701/availabilitySet.js +81 -0
- package/compute/v20230701/capacityReservation.d.ts +119 -0
- package/compute/v20230701/capacityReservation.js +94 -0
- package/compute/v20230701/capacityReservationGroup.d.ts +90 -0
- package/compute/v20230701/capacityReservationGroup.js +77 -0
- package/compute/v20230701/dedicatedHost.d.ts +132 -0
- package/compute/v20230701/dedicatedHost.js +96 -0
- package/compute/v20230701/dedicatedHostGroup.d.ts +111 -0
- package/compute/v20230701/dedicatedHostGroup.js +84 -0
- package/compute/v20230701/getAvailabilitySet.d.ts +81 -0
- package/compute/v20230701/getAvailabilitySet.js +26 -0
- package/compute/v20230701/getCapacityReservation.d.ts +109 -0
- package/compute/v20230701/getCapacityReservation.js +28 -0
- package/compute/v20230701/getCapacityReservationGroup.d.ts +81 -0
- package/compute/v20230701/getCapacityReservationGroup.js +27 -0
- package/compute/v20230701/getDedicatedHost.d.ts +113 -0
- package/compute/v20230701/getDedicatedHost.js +28 -0
- package/compute/v20230701/getDedicatedHostGroup.d.ts +89 -0
- package/compute/v20230701/getDedicatedHostGroup.js +27 -0
- package/compute/v20230701/getImage.d.ts +85 -0
- package/compute/v20230701/getImage.js +27 -0
- package/compute/v20230701/getLogAnalyticExportRequestRateByInterval.d.ts +104 -0
- package/compute/v20230701/getLogAnalyticExportRequestRateByInterval.js +34 -0
- package/compute/v20230701/getLogAnalyticExportThrottledRequests.d.ts +95 -0
- package/compute/v20230701/getLogAnalyticExportThrottledRequests.js +33 -0
- package/compute/v20230701/getProximityPlacementGroup.d.ts +93 -0
- package/compute/v20230701/getProximityPlacementGroup.js +27 -0
- package/compute/v20230701/getRestorePoint.d.ts +91 -0
- package/compute/v20230701/getRestorePoint.js +28 -0
- package/compute/v20230701/getRestorePointCollection.d.ts +81 -0
- package/compute/v20230701/getRestorePointCollection.js +27 -0
- package/compute/v20230701/getSshPublicKey.d.ts +60 -0
- package/compute/v20230701/getSshPublicKey.js +26 -0
- package/compute/v20230701/getVirtualMachine.d.ts +189 -0
- package/compute/v20230701/getVirtualMachine.js +27 -0
- package/compute/v20230701/getVirtualMachineExtension.d.ts +121 -0
- package/compute/v20230701/getVirtualMachineExtension.js +28 -0
- package/compute/v20230701/getVirtualMachineRunCommandByVirtualMachine.d.ts +129 -0
- package/compute/v20230701/getVirtualMachineRunCommandByVirtualMachine.js +28 -0
- package/compute/v20230701/getVirtualMachineScaleSet.d.ts +161 -0
- package/compute/v20230701/getVirtualMachineScaleSet.js +27 -0
- package/compute/v20230701/getVirtualMachineScaleSetExtension.d.ts +107 -0
- package/compute/v20230701/getVirtualMachineScaleSetExtension.js +28 -0
- package/compute/v20230701/getVirtualMachineScaleSetVM.d.ts +169 -0
- package/compute/v20230701/getVirtualMachineScaleSetVM.js +28 -0
- package/compute/v20230701/getVirtualMachineScaleSetVMExtension.d.ts +123 -0
- package/compute/v20230701/getVirtualMachineScaleSetVMExtension.js +29 -0
- package/compute/v20230701/getVirtualMachineScaleSetVMRunCommand.d.ts +137 -0
- package/compute/v20230701/getVirtualMachineScaleSetVMRunCommand.js +29 -0
- package/compute/v20230701/image.d.ts +108 -0
- package/compute/v20230701/image.js +79 -0
- package/compute/v20230701/index.d.ts +115 -0
- package/compute/v20230701/index.js +167 -0
- package/compute/v20230701/proximityPlacementGroup.d.ts +116 -0
- package/compute/v20230701/proximityPlacementGroup.js +83 -0
- package/compute/v20230701/restorePoint.d.ts +104 -0
- package/compute/v20230701/restorePoint.js +83 -0
- package/compute/v20230701/restorePointCollection.d.ts +91 -0
- package/compute/v20230701/restorePointCollection.js +77 -0
- package/compute/v20230701/sshPublicKey.d.ts +77 -0
- package/compute/v20230701/sshPublicKey.js +71 -0
- package/compute/v20230701/virtualMachine.d.ts +300 -0
- package/compute/v20230701/virtualMachine.js +131 -0
- package/{hybridcompute/v20230425preview/machineExtension.d.ts → compute/v20230701/virtualMachineExtension.d.ts} +54 -34
- package/compute/v20230701/virtualMachineExtension.js +97 -0
- package/{hybridcompute/v20230425preview/machineRunCommand.d.ts → compute/v20230701/virtualMachineRunCommandByVirtualMachine.d.ts} +49 -45
- package/compute/v20230701/virtualMachineRunCommandByVirtualMachine.js +102 -0
- package/compute/v20230701/virtualMachineScaleSet.d.ts +252 -0
- package/compute/v20230701/virtualMachineScaleSet.js +117 -0
- package/compute/v20230701/virtualMachineScaleSetExtension.d.ts +147 -0
- package/compute/v20230701/virtualMachineScaleSetExtension.js +91 -0
- package/compute/v20230701/virtualMachineScaleSetVM.d.ts +227 -0
- package/compute/v20230701/virtualMachineScaleSetVM.js +120 -0
- package/compute/v20230701/virtualMachineScaleSetVMExtension.d.ts +163 -0
- package/compute/v20230701/virtualMachineScaleSetVMExtension.js +99 -0
- package/{hybridcompute/machineRunCommand.d.ts → compute/v20230701/virtualMachineScaleSetVMRunCommand.d.ts} +54 -47
- package/compute/v20230701/virtualMachineScaleSetVMRunCommand.js +106 -0
- package/compute/virtualMachine.js +2 -2
- package/compute/virtualMachineExtension.js +2 -2
- package/compute/virtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/virtualMachineScaleSet.js +2 -2
- package/compute/virtualMachineScaleSetExtension.js +2 -2
- package/compute/virtualMachineScaleSetVM.js +2 -2
- package/compute/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/virtualMachineScaleSetVMRunCommand.js +2 -2
- package/containerservice/agentPool.js +2 -2
- package/containerservice/index.d.ts +2 -1
- package/containerservice/index.js +4 -2
- package/containerservice/maintenanceConfiguration.js +2 -2
- package/containerservice/managedCluster.js +2 -2
- package/containerservice/privateEndpointConnection.js +2 -2
- package/containerservice/snapshot.js +2 -2
- package/containerservice/v20190601/managedCluster.js +2 -2
- package/containerservice/v20200601/agentPool.js +2 -2
- package/containerservice/v20210201/agentPool.js +2 -2
- package/containerservice/v20210501/managedCluster.js +2 -2
- package/containerservice/v20210801/agentPool.js +2 -2
- package/containerservice/v20220402preview/agentPool.js +2 -2
- package/containerservice/v20230401/agentPool.js +2 -2
- package/containerservice/v20230401/maintenanceConfiguration.js +2 -2
- package/containerservice/v20230401/managedCluster.js +2 -2
- package/containerservice/v20230401/privateEndpointConnection.js +2 -2
- package/containerservice/v20230401/snapshot.js +2 -2
- package/containerservice/v20230502preview/agentPool.js +2 -2
- package/containerservice/v20230502preview/maintenanceConfiguration.js +2 -2
- package/containerservice/v20230502preview/managedCluster.js +2 -2
- package/containerservice/v20230502preview/privateEndpointConnection.js +2 -2
- package/containerservice/v20230502preview/snapshot.js +2 -2
- package/containerservice/v20230601/agentPool.js +2 -2
- package/containerservice/v20230601/maintenanceConfiguration.js +2 -2
- package/containerservice/v20230601/managedCluster.js +2 -2
- package/containerservice/v20230601/privateEndpointConnection.js +2 -2
- package/containerservice/v20230601/snapshot.js +2 -2
- package/containerservice/v20230602preview/agentPool.js +2 -2
- package/containerservice/v20230602preview/maintenanceConfiguration.js +2 -2
- package/containerservice/v20230602preview/managedCluster.js +2 -2
- package/containerservice/v20230602preview/privateEndpointConnection.js +2 -2
- package/containerservice/v20230602preview/snapshot.js +2 -2
- package/containerservice/v20230701/agentPool.d.ts +376 -0
- package/containerservice/v20230701/agentPool.js +149 -0
- package/containerservice/v20230701/getAgentPool.d.ts +219 -0
- package/containerservice/v20230701/getAgentPool.js +27 -0
- package/containerservice/v20230701/getMaintenanceConfiguration.d.ts +71 -0
- package/containerservice/v20230701/getMaintenanceConfiguration.js +27 -0
- package/containerservice/v20230701/getManagedCluster.d.ts +225 -0
- package/containerservice/v20230701/getManagedCluster.js +26 -0
- package/{hybridcompute/v20230425preview → containerservice/v20230701}/getPrivateEndpointConnection.d.ts +17 -13
- package/containerservice/v20230701/getPrivateEndpointConnection.js +27 -0
- package/containerservice/v20230701/getSnapshot.d.ts +93 -0
- package/containerservice/v20230701/getSnapshot.js +26 -0
- package/containerservice/v20230701/index.d.ts +40 -0
- package/containerservice/v20230701/index.js +78 -0
- package/containerservice/v20230701/listManagedClusterAdminCredentials.d.ts +47 -0
- package/containerservice/v20230701/listManagedClusterAdminCredentials.js +27 -0
- package/containerservice/v20230701/listManagedClusterMonitoringUserCredentials.d.ts +47 -0
- package/containerservice/v20230701/listManagedClusterMonitoringUserCredentials.js +27 -0
- package/containerservice/v20230701/listManagedClusterUserCredentials.d.ts +55 -0
- package/containerservice/v20230701/listManagedClusterUserCredentials.js +28 -0
- package/containerservice/v20230701/maintenanceConfiguration.d.ts +83 -0
- package/containerservice/v20230701/maintenanceConfiguration.js +78 -0
- package/containerservice/v20230701/managedCluster.d.ts +376 -0
- package/containerservice/v20230701/managedCluster.js +152 -0
- package/{hybridcompute/v20230425preview → containerservice/v20230701}/privateEndpointConnection.d.ts +18 -10
- package/containerservice/v20230701/privateEndpointConnection.js +78 -0
- package/containerservice/v20230701/snapshot.d.ts +116 -0
- package/containerservice/v20230701/snapshot.js +87 -0
- package/containerstorage/getPool.d.ts +19 -23
- package/containerstorage/getPool.js +3 -3
- package/containerstorage/{getVolumeSnapshot.d.ts → getSnapshot.d.ts} +15 -23
- package/containerstorage/getSnapshot.js +29 -0
- package/containerstorage/getVolume.d.ts +6 -10
- package/containerstorage/getVolume.js +3 -3
- package/containerstorage/index.d.ts +8 -8
- package/containerstorage/index.js +11 -11
- package/containerstorage/pool.d.ts +32 -43
- package/containerstorage/pool.js +10 -24
- package/containerstorage/{volumeSnapshot.d.ts → snapshot.d.ts} +18 -39
- package/containerstorage/snapshot.js +81 -0
- package/containerstorage/{v20230301preview → v20230701preview}/getPool.d.ts +18 -22
- package/containerstorage/{v20230301preview → v20230701preview}/getPool.js +2 -2
- package/containerstorage/{v20230301preview/getVolumeSnapshot.d.ts → v20230701preview/getSnapshot.d.ts} +14 -22
- package/containerstorage/v20230701preview/getSnapshot.js +27 -0
- package/containerstorage/{v20230301preview → v20230701preview}/getVolume.d.ts +5 -9
- package/containerstorage/{v20230301preview → v20230701preview}/getVolume.js +2 -2
- package/containerstorage/{v20230301preview → v20230701preview}/index.d.ts +7 -7
- package/containerstorage/v20230701preview/index.js +55 -0
- package/containerstorage/{v20230301preview → v20230701preview}/pool.d.ts +32 -43
- package/containerstorage/v20230701preview/pool.js +89 -0
- package/containerstorage/{v20230301preview/volumeSnapshot.d.ts → v20230701preview/snapshot.d.ts} +18 -39
- package/containerstorage/v20230701preview/snapshot.js +80 -0
- package/containerstorage/{v20230301preview → v20230701preview}/volume.d.ts +5 -22
- package/containerstorage/{v20230301preview → v20230701preview}/volume.js +6 -17
- package/containerstorage/volume.d.ts +5 -22
- package/containerstorage/volume.js +7 -18
- package/databox/index.d.ts +2 -1
- package/databox/index.js +4 -2
- package/databox/job.js +2 -2
- package/databox/v20221201/job.js +2 -2
- package/databox/v20230301/getJob.d.ts +141 -0
- package/databox/v20230301/getJob.js +27 -0
- package/databox/v20230301/index.d.ts +10 -0
- package/databox/v20230301/index.js +44 -0
- package/databox/v20230301/job.d.ts +172 -0
- package/databox/v20230301/job.js +115 -0
- package/databox/v20230301/listJobCredentials.d.ts +43 -0
- package/databox/v20230301/listJobCredentials.js +26 -0
- package/desktopvirtualization/application.js +2 -2
- package/desktopvirtualization/applicationGroup.js +2 -2
- package/desktopvirtualization/getScalingPlanPersonalSchedule.d.ts +165 -0
- package/desktopvirtualization/getScalingPlanPersonalSchedule.js +29 -0
- package/desktopvirtualization/hostPool.js +2 -2
- package/desktopvirtualization/index.d.ts +8 -1
- package/desktopvirtualization/index.js +11 -2
- package/desktopvirtualization/msixpackage.js +2 -2
- package/desktopvirtualization/privateEndpointConnectionByHostPool.js +2 -2
- package/desktopvirtualization/privateEndpointConnectionByWorkspace.js +2 -2
- package/desktopvirtualization/scalingPlan.js +2 -2
- package/desktopvirtualization/scalingPlanPersonalSchedule.d.ts +269 -0
- package/desktopvirtualization/scalingPlanPersonalSchedule.js +125 -0
- package/desktopvirtualization/scalingPlanPooledSchedule.js +2 -2
- package/desktopvirtualization/v20210201preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20220210preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20220401preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20220401preview/hostPool.js +2 -2
- package/desktopvirtualization/v20220909/application.js +2 -2
- package/desktopvirtualization/v20220909/applicationGroup.js +2 -2
- package/desktopvirtualization/v20220909/hostPool.js +2 -2
- package/desktopvirtualization/v20220909/msixpackage.js +2 -2
- package/desktopvirtualization/v20220909/scalingPlan.js +2 -2
- package/desktopvirtualization/v20220909/scalingPlanPooledSchedule.js +2 -2
- package/desktopvirtualization/v20220909/workspace.js +2 -2
- package/desktopvirtualization/v20221014preview/application.js +2 -2
- package/desktopvirtualization/v20221014preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20221014preview/hostPool.js +2 -2
- package/desktopvirtualization/v20221014preview/msixpackage.js +2 -2
- package/desktopvirtualization/v20221014preview/privateEndpointConnectionByHostPool.js +2 -2
- package/desktopvirtualization/v20221014preview/privateEndpointConnectionByWorkspace.js +2 -2
- package/desktopvirtualization/v20221014preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20221014preview/scalingPlanPooledSchedule.js +2 -2
- package/desktopvirtualization/v20221014preview/workspace.js +2 -2
- package/desktopvirtualization/v20230707preview/application.d.ts +159 -0
- package/desktopvirtualization/v20230707preview/application.js +102 -0
- package/desktopvirtualization/v20230707preview/applicationGroup.d.ts +154 -0
- package/desktopvirtualization/v20230707preview/applicationGroup.js +105 -0
- package/desktopvirtualization/v20230707preview/getApplication.d.ts +115 -0
- package/desktopvirtualization/v20230707preview/getApplication.js +27 -0
- package/desktopvirtualization/v20230707preview/getApplicationGroup.d.ts +108 -0
- package/desktopvirtualization/v20230707preview/getApplicationGroup.js +26 -0
- package/desktopvirtualization/v20230707preview/getHostPool.d.ts +168 -0
- package/desktopvirtualization/v20230707preview/getHostPool.js +26 -0
- package/desktopvirtualization/v20230707preview/getMSIXPackage.d.ts +103 -0
- package/desktopvirtualization/v20230707preview/getMSIXPackage.js +27 -0
- package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByHostPool.d.ts +71 -0
- package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByHostPool.js +27 -0
- package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByWorkspace.d.ts +71 -0
- package/desktopvirtualization/v20230707preview/getPrivateEndpointConnectionByWorkspace.js +27 -0
- package/desktopvirtualization/v20230707preview/getScalingPlan.d.ts +108 -0
- package/desktopvirtualization/v20230707preview/getScalingPlan.js +26 -0
- package/desktopvirtualization/v20230707preview/getScalingPlanPersonalSchedule.d.ts +163 -0
- package/desktopvirtualization/v20230707preview/getScalingPlanPersonalSchedule.js +27 -0
- package/desktopvirtualization/v20230707preview/getScalingPlanPooledSchedule.d.ts +127 -0
- package/desktopvirtualization/v20230707preview/getScalingPlanPooledSchedule.js +27 -0
- package/desktopvirtualization/v20230707preview/getWorkspace.d.ts +104 -0
- package/desktopvirtualization/v20230707preview/getWorkspace.js +26 -0
- package/desktopvirtualization/v20230707preview/hostPool.d.ts +270 -0
- package/desktopvirtualization/v20230707preview/hostPool.js +138 -0
- package/desktopvirtualization/v20230707preview/index.d.ts +61 -0
- package/desktopvirtualization/v20230707preview/index.js +104 -0
- package/desktopvirtualization/v20230707preview/msixpackage.d.ts +147 -0
- package/desktopvirtualization/v20230707preview/msixpackage.js +93 -0
- package/desktopvirtualization/v20230707preview/privateEndpointConnectionByHostPool.d.ts +75 -0
- package/desktopvirtualization/v20230707preview/privateEndpointConnectionByHostPool.js +80 -0
- package/desktopvirtualization/v20230707preview/privateEndpointConnectionByWorkspace.d.ts +75 -0
- package/desktopvirtualization/v20230707preview/privateEndpointConnectionByWorkspace.js +80 -0
- package/desktopvirtualization/v20230707preview/scalingPlan.d.ts +162 -0
- package/desktopvirtualization/v20230707preview/scalingPlan.js +103 -0
- package/desktopvirtualization/v20230707preview/scalingPlanPersonalSchedule.d.ts +268 -0
- package/desktopvirtualization/v20230707preview/scalingPlanPersonalSchedule.js +124 -0
- package/desktopvirtualization/v20230707preview/scalingPlanPooledSchedule.d.ts +196 -0
- package/desktopvirtualization/v20230707preview/scalingPlanPooledSchedule.js +105 -0
- package/desktopvirtualization/v20230707preview/workspace.d.ts +146 -0
- package/desktopvirtualization/v20230707preview/workspace.js +97 -0
- package/desktopvirtualization/workspace.js +2 -2
- package/hdinsight/clusterPool.d.ts +136 -0
- package/hdinsight/clusterPool.js +95 -0
- package/hdinsight/getClusterPool.d.ts +103 -0
- package/hdinsight/getClusterPool.js +28 -0
- package/hdinsight/index.d.ts +8 -1
- package/hdinsight/index.js +11 -2
- package/hdinsight/v20230601preview/cluster.d.ts +115 -0
- package/hdinsight/v20230601preview/cluster.js +95 -0
- package/hdinsight/v20230601preview/clusterPool.d.ts +135 -0
- package/hdinsight/v20230601preview/clusterPool.js +94 -0
- package/hdinsight/v20230601preview/getCluster.d.ts +93 -0
- package/hdinsight/v20230601preview/getCluster.js +27 -0
- package/hdinsight/v20230601preview/getClusterPool.d.ts +101 -0
- package/hdinsight/v20230601preview/getClusterPool.js +26 -0
- package/hdinsight/v20230601preview/index.d.ts +13 -0
- package/hdinsight/v20230601preview/index.js +48 -0
- package/hybridcompute/index.d.ts +1 -8
- package/hybridcompute/index.js +2 -11
- package/hybridcompute/machine.js +2 -2
- package/hybridcompute/machineExtension.js +2 -2
- package/hybridcompute/privateEndpointConnection.js +2 -2
- package/hybridcompute/privateLinkScope.js +2 -2
- package/hybridcompute/v20200802/machine.js +2 -2
- package/hybridcompute/v20200815preview/machine.js +2 -2
- package/hybridcompute/v20200815preview/machineExtension.js +2 -2
- package/hybridcompute/v20200815preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20200815preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20220510preview/machine.js +2 -2
- package/hybridcompute/v20220510preview/machineExtension.js +2 -2
- package/hybridcompute/v20221227/machine.js +2 -2
- package/hybridcompute/v20221227/machineExtension.js +2 -2
- package/hybridcompute/v20221227/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20221227/privateLinkScope.js +2 -2
- package/index.d.ts +3 -1
- package/index.js +8 -4
- package/managednetworkfabric/v20230615/accessControlList.d.ts +8 -0
- package/managednetworkfabric/v20230615/accessControlList.js +4 -1
- package/managednetworkfabric/v20230615/getAccessControlList.d.ts +4 -0
- package/managednetworkfabric/v20230615/getAccessControlList.js +1 -1
- package/managednetworkfabric/v20230615/getRoutePolicy.d.ts +4 -0
- package/managednetworkfabric/v20230615/getRoutePolicy.js +1 -1
- package/managednetworkfabric/v20230615/routePolicy.d.ts +8 -0
- package/managednetworkfabric/v20230615/routePolicy.js +4 -2
- package/maps/account.js +2 -2
- package/maps/creator.js +2 -2
- package/maps/index.d.ts +2 -1
- package/maps/index.js +4 -2
- package/maps/v20180501/account.js +2 -2
- package/maps/v20200201preview/creator.js +2 -2
- package/maps/v20210201/account.js +2 -2
- package/maps/v20210201/creator.js +2 -2
- package/maps/v20211201preview/account.js +2 -2
- package/maps/v20211201preview/creator.js +2 -2
- package/maps/v20230601/account.d.ts +108 -0
- package/maps/v20230601/account.js +83 -0
- package/{hybridcompute/v20230425preview/privateLinkScope.d.ts → maps/v20230601/creator.d.ts} +29 -25
- package/maps/v20230601/creator.js +80 -0
- package/maps/v20230601/getAccount.d.ts +77 -0
- package/maps/v20230601/getAccount.js +26 -0
- package/maps/v20230601/getCreator.d.ts +73 -0
- package/maps/v20230601/getCreator.js +27 -0
- package/maps/v20230601/index.d.ts +19 -0
- package/maps/v20230601/index.js +54 -0
- package/maps/v20230601/listAccountKeys.d.ts +50 -0
- package/maps/v20230601/listAccountKeys.js +26 -0
- package/maps/v20230601/listAccountSas.d.ts +95 -0
- package/maps/v20230601/listAccountSas.js +40 -0
- package/mobilepacketcore/getNetworkFunction.d.ts +99 -0
- package/mobilepacketcore/getNetworkFunction.js +28 -0
- package/mobilepacketcore/index.d.ts +9 -0
- package/mobilepacketcore/index.js +44 -0
- package/mobilepacketcore/networkFunction.d.ts +136 -0
- package/mobilepacketcore/networkFunction.js +99 -0
- package/mobilepacketcore/v20230515preview/getNetworkFunction.d.ts +97 -0
- package/mobilepacketcore/v20230515preview/getNetworkFunction.js +26 -0
- package/mobilepacketcore/v20230515preview/index.d.ts +7 -0
- package/mobilepacketcore/v20230515preview/index.js +41 -0
- package/mobilepacketcore/v20230515preview/networkFunction.d.ts +135 -0
- package/mobilepacketcore/v20230515preview/networkFunction.js +98 -0
- package/package.json +2 -2
- package/resourceconnector/listApplianceKeys.d.ts +8 -0
- package/resourceconnector/listApplianceKeys.js +2 -1
- package/resourceconnector/v20221027/listApplianceKeys.d.ts +8 -0
- package/resourceconnector/v20221027/listApplianceKeys.js +2 -1
- package/storagetasks/getStorageTask.d.ts +91 -0
- package/storagetasks/getStorageTask.js +28 -0
- package/storagetasks/index.d.ts +9 -0
- package/storagetasks/index.js +44 -0
- package/storagetasks/storageTask.d.ts +120 -0
- package/storagetasks/storageTask.js +95 -0
- package/storagetasks/v20230101/getStorageTask.d.ts +89 -0
- package/storagetasks/v20230101/getStorageTask.js +26 -0
- package/storagetasks/v20230101/index.d.ts +7 -0
- package/storagetasks/v20230101/index.js +41 -0
- package/storagetasks/v20230101/storageTask.d.ts +119 -0
- package/storagetasks/v20230101/storageTask.js +94 -0
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/avs/index.d.ts +2 -1
- package/types/enums/avs/index.js +4 -2
- package/types/enums/avs/v20230301/index.d.ts +135 -0
- package/types/enums/avs/v20230301/index.js +77 -0
- package/types/enums/compute/index.d.ts +3 -1
- package/types/enums/compute/index.js +7 -3
- package/types/enums/compute/v20230402/index.d.ts +266 -0
- package/types/enums/compute/v20230402/index.js +208 -0
- package/types/enums/compute/v20230701/index.d.ts +584 -0
- package/types/enums/compute/v20230701/index.js +401 -0
- package/types/enums/containerservice/index.d.ts +2 -1
- package/types/enums/containerservice/index.js +4 -2
- package/types/enums/containerservice/v20230701/index.d.ts +517 -0
- package/types/enums/containerservice/v20230701/index.js +383 -0
- package/types/enums/containerstorage/index.d.ts +72 -10
- package/types/enums/containerstorage/index.js +59 -9
- package/types/enums/containerstorage/v20230701preview/index.d.ts +90 -0
- package/types/enums/containerstorage/v20230701preview/index.js +76 -0
- package/types/enums/databox/index.d.ts +2 -1
- package/types/enums/databox/index.js +4 -2
- package/types/enums/databox/v20230301/index.d.ts +247 -0
- package/types/enums/databox/v20230301/index.js +196 -0
- package/types/enums/desktopvirtualization/index.d.ts +36 -1
- package/types/enums/desktopvirtualization/index.js +26 -2
- package/types/enums/desktopvirtualization/v20230707preview/index.d.ts +216 -0
- package/types/enums/desktopvirtualization/v20230707preview/index.js +137 -0
- package/types/enums/hdinsight/index.d.ts +2 -1
- package/types/enums/hdinsight/index.js +4 -2
- package/types/enums/hdinsight/v20230601preview/index.d.ts +53 -0
- package/types/enums/hdinsight/v20230601preview/index.js +38 -0
- package/types/enums/hybridcompute/index.d.ts +1 -2
- package/types/enums/hybridcompute/index.js +2 -4
- package/types/enums/index.d.ts +3 -1
- package/types/enums/index.js +7 -3
- package/types/enums/managednetworkfabric/index.d.ts +3 -3
- package/types/enums/managednetworkfabric/v20230615/index.d.ts +4 -4
- package/types/enums/maps/index.d.ts +2 -1
- package/types/enums/maps/index.js +4 -2
- package/types/enums/maps/v20230601/index.d.ts +53 -0
- package/types/enums/maps/v20230601/index.js +35 -0
- package/types/enums/mobilepacketcore/index.d.ts +100 -0
- package/types/enums/mobilepacketcore/index.js +95 -0
- package/types/enums/mobilepacketcore/v20230515preview/index.d.ts +98 -0
- package/types/enums/mobilepacketcore/v20230515preview/index.js +92 -0
- package/types/enums/resourceconnector/index.d.ts +0 -2
- package/types/enums/resourceconnector/index.js +1 -3
- package/types/enums/resourceconnector/v20221027/index.d.ts +0 -2
- package/types/enums/resourceconnector/v20221027/index.js +1 -3
- package/types/enums/storagetasks/index.d.ts +39 -0
- package/types/enums/storagetasks/index.js +30 -0
- package/types/enums/storagetasks/v20230101/index.d.ts +37 -0
- package/types/enums/storagetasks/v20230101/index.js +27 -0
- package/types/input.d.ts +8228 -2058
- package/types/input.js +370 -20
- package/types/output.d.ts +31666 -22843
- package/types/output.js +370 -20
- package/containerstorage/getVolumeSnapshot.js +0 -29
- package/containerstorage/v20230301preview/getVolumeSnapshot.js +0 -27
- package/containerstorage/v20230301preview/index.js +0 -55
- package/containerstorage/v20230301preview/pool.js +0 -103
- package/containerstorage/v20230301preview/volumeSnapshot.js +0 -93
- package/containerstorage/volumeSnapshot.js +0 -94
- package/hybridcompute/getMachineRunCommand.d.ts +0 -123
- package/hybridcompute/getMachineRunCommand.js +0 -29
- package/hybridcompute/machineRunCommand.js +0 -103
- package/hybridcompute/v20230425preview/getMachine.d.ts +0 -199
- package/hybridcompute/v20230425preview/getMachine.js +0 -27
- package/hybridcompute/v20230425preview/getMachineExtension.d.ts +0 -105
- package/hybridcompute/v20230425preview/getMachineExtension.js +0 -27
- package/hybridcompute/v20230425preview/getMachineRunCommand.d.ts +0 -121
- package/hybridcompute/v20230425preview/getMachineRunCommand.js +0 -27
- package/hybridcompute/v20230425preview/getPrivateEndpointConnection.js +0 -27
- package/hybridcompute/v20230425preview/getPrivateLinkScope.d.ts +0 -65
- package/hybridcompute/v20230425preview/getPrivateLinkScope.js +0 -26
- package/hybridcompute/v20230425preview/index.d.ts +0 -31
- package/hybridcompute/v20230425preview/index.js +0 -69
- package/hybridcompute/v20230425preview/machine.d.ts +0 -258
- package/hybridcompute/v20230425preview/machine.js +0 -135
- package/hybridcompute/v20230425preview/machineExtension.js +0 -93
- package/hybridcompute/v20230425preview/machineRunCommand.js +0 -102
- package/hybridcompute/v20230425preview/privateEndpointConnection.js +0 -73
- package/hybridcompute/v20230425preview/privateLinkScope.js +0 -73
- package/types/enums/containerstorage/v20230301preview/index.d.ts +0 -28
- package/types/enums/containerstorage/v20230301preview/index.js +0 -26
- package/types/enums/hybridcompute/v20230425preview/index.d.ts +0 -58
- package/types/enums/hybridcompute/v20230425preview/index.js +0 -40
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Zone = exports.ReclaimPolicy = exports.ManagedServiceIdentityType = exports.ElasticSanSkuName = exports.AzureDiskSkuName = void 0;
|
|
6
|
+
exports.AzureDiskSkuName = {
|
|
7
|
+
/**
|
|
8
|
+
* Premium_LRS SKU
|
|
9
|
+
*/
|
|
10
|
+
Premium_LRS: "Premium_LRS",
|
|
11
|
+
/**
|
|
12
|
+
* Standard_LRS SKU
|
|
13
|
+
*/
|
|
14
|
+
Standard_LRS: "Standard_LRS",
|
|
15
|
+
/**
|
|
16
|
+
* StandardSSD_LRS SKU
|
|
17
|
+
*/
|
|
18
|
+
StandardSSD_LRS: "StandardSSD_LRS",
|
|
19
|
+
/**
|
|
20
|
+
* UltraSSD_LRS SKU
|
|
21
|
+
*/
|
|
22
|
+
UltraSSD_LRS: "UltraSSD_LRS",
|
|
23
|
+
/**
|
|
24
|
+
* Premium_ZRS SKU
|
|
25
|
+
*/
|
|
26
|
+
Premium_ZRS: "Premium_ZRS",
|
|
27
|
+
/**
|
|
28
|
+
* PremiumV2_LRS SKU
|
|
29
|
+
*/
|
|
30
|
+
PremiumV2_LRS: "PremiumV2_LRS",
|
|
31
|
+
/**
|
|
32
|
+
* StandardSSD_ZRS SKU
|
|
33
|
+
*/
|
|
34
|
+
StandardSSD_ZRS: "StandardSSD_ZRS",
|
|
35
|
+
};
|
|
36
|
+
exports.ElasticSanSkuName = {
|
|
37
|
+
/**
|
|
38
|
+
* Premium_LRS SKU
|
|
39
|
+
*/
|
|
40
|
+
Premium_LRS: "Premium_LRS",
|
|
41
|
+
/**
|
|
42
|
+
* Premium_ZRS SKU
|
|
43
|
+
*/
|
|
44
|
+
Premium_ZRS: "Premium_ZRS",
|
|
45
|
+
};
|
|
46
|
+
exports.ManagedServiceIdentityType = {
|
|
47
|
+
None: "None",
|
|
48
|
+
SystemAssigned: "SystemAssigned",
|
|
49
|
+
UserAssigned: "UserAssigned",
|
|
50
|
+
SystemAssigned_UserAssigned: "SystemAssigned, UserAssigned",
|
|
51
|
+
};
|
|
52
|
+
exports.ReclaimPolicy = {
|
|
53
|
+
/**
|
|
54
|
+
* Delete resource
|
|
55
|
+
*/
|
|
56
|
+
Delete: "Delete",
|
|
57
|
+
/**
|
|
58
|
+
* Retain resource
|
|
59
|
+
*/
|
|
60
|
+
Retain: "Retain",
|
|
61
|
+
};
|
|
62
|
+
exports.Zone = {
|
|
63
|
+
/**
|
|
64
|
+
* First availability zone.
|
|
65
|
+
*/
|
|
66
|
+
Zone1: "1",
|
|
67
|
+
/**
|
|
68
|
+
* Second availability zone.
|
|
69
|
+
*/
|
|
70
|
+
Zone2: "2",
|
|
71
|
+
/**
|
|
72
|
+
* Third availability zone.
|
|
73
|
+
*/
|
|
74
|
+
Zone3: "3",
|
|
75
|
+
};
|
|
76
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi90eXBlcy9lbnVtcy9jb250YWluZXJzdG9yYWdlL3YyMDIzMDcwMXByZXZpZXcvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNEQUFzRDtBQUN0RCxpRkFBaUY7OztBQUdwRSxRQUFBLGdCQUFnQixHQUFHO0lBQzVCOztPQUVHO0lBQ0gsV0FBVyxFQUFFLGFBQWE7SUFDMUI7O09BRUc7SUFDSCxZQUFZLEVBQUUsY0FBYztJQUM1Qjs7T0FFRztJQUNILGVBQWUsRUFBRSxpQkFBaUI7SUFDbEM7O09BRUc7SUFDSCxZQUFZLEVBQUUsY0FBYztJQUM1Qjs7T0FFRztJQUNILFdBQVcsRUFBRSxhQUFhO0lBQzFCOztPQUVHO0lBQ0gsYUFBYSxFQUFFLGVBQWU7SUFDOUI7O09BRUc7SUFDSCxlQUFlLEVBQUUsaUJBQWlCO0NBQzVCLENBQUM7QUFPRSxRQUFBLGlCQUFpQixHQUFHO0lBQzdCOztPQUVHO0lBQ0gsV0FBVyxFQUFFLGFBQWE7SUFDMUI7O09BRUc7SUFDSCxXQUFXLEVBQUUsYUFBYTtDQUNwQixDQUFDO0FBT0UsUUFBQSwwQkFBMEIsR0FBRztJQUN0QyxJQUFJLEVBQUUsTUFBTTtJQUNaLGNBQWMsRUFBRSxnQkFBZ0I7SUFDaEMsWUFBWSxFQUFFLGNBQWM7SUFDNUIsMkJBQTJCLEVBQUUsOEJBQThCO0NBQ3JELENBQUM7QUFPRSxRQUFBLGFBQWEsR0FBRztJQUN6Qjs7T0FFRztJQUNILE1BQU0sRUFBRSxRQUFRO0lBQ2hCOztPQUVHO0lBQ0gsTUFBTSxFQUFFLFFBQVE7Q0FDVixDQUFDO0FBT0UsUUFBQSxJQUFJLEdBQUc7SUFDaEI7O09BRUc7SUFDSCxLQUFLLEVBQUUsR0FBRztJQUNWOztPQUVHO0lBQ0gsS0FBSyxFQUFFLEdBQUc7SUFDVjs7T0FFRztJQUNILEtBQUssRUFBRSxHQUFHO0NBQ0osQ0FBQyJ9
|
|
@@ -2,10 +2,12 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by pulumi. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.TransportShipmentTypes = exports.TransferType = exports.TransferConfigurationType = exports.StorageAccountAccessTier = exports.SkuName = exports.NotificationStageName = exports.LogCollectionLevel = exports.KekType = exports.JobDeliveryType = exports.HardwareEncryption = exports.FilterFileType = exports.DoubleEncryption = exports.DataAccountType = exports.ClassDiscriminator = exports.AddressType = exports.v20221201 = void 0;
|
|
5
|
+
exports.TransportShipmentTypes = exports.TransferType = exports.TransferConfigurationType = exports.StorageAccountAccessTier = exports.SkuName = exports.NotificationStageName = exports.LogCollectionLevel = exports.KekType = exports.JobDeliveryType = exports.HardwareEncryption = exports.FilterFileType = exports.DoubleEncryption = exports.DataAccountType = exports.ClassDiscriminator = exports.AddressType = exports.v20230301 = exports.v20221201 = void 0;
|
|
6
6
|
// Export sub-modules:
|
|
7
7
|
const v20221201 = require("./v20221201");
|
|
8
8
|
exports.v20221201 = v20221201;
|
|
9
|
+
const v20230301 = require("./v20230301");
|
|
10
|
+
exports.v20230301 = v20230301;
|
|
9
11
|
exports.AddressType = {
|
|
10
12
|
/**
|
|
11
13
|
* Address type not known.
|
|
@@ -196,4 +198,4 @@ exports.TransportShipmentTypes = {
|
|
|
196
198
|
*/
|
|
197
199
|
MicrosoftManaged: "MicrosoftManaged",
|
|
198
200
|
};
|
|
199
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
201
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90eXBlcy9lbnVtcy9kYXRhYm94L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzREFBc0Q7QUFDdEQsaUZBQWlGOzs7QUFFakYsc0JBQXNCO0FBQ3RCLHlDQUF5QztBQUlyQyw4QkFBUztBQUhiLHlDQUF5QztBQUlyQyw4QkFBUztBQUdBLFFBQUEsV0FBVyxHQUFHO0lBQ3ZCOztPQUVHO0lBQ0gsSUFBSSxFQUFFLE1BQU07SUFDWjs7T0FFRztJQUNILFdBQVcsRUFBRSxhQUFhO0lBQzFCOztPQUVHO0lBQ0gsVUFBVSxFQUFFLFlBQVk7Q0FDbEIsQ0FBQztBQU9FLFFBQUEsa0JBQWtCLEdBQUc7SUFDOUI7O09BRUc7SUFDSCxPQUFPLEVBQUUsU0FBUztJQUNsQjs7T0FFRztJQUNILFdBQVcsRUFBRSxhQUFhO0lBQzFCOztPQUVHO0lBQ0gsWUFBWSxFQUFFLGNBQWM7SUFDNUI7O09BRUc7SUFDSCxtQkFBbUIsRUFBRSxxQkFBcUI7Q0FDcEMsQ0FBQztBQU9FLFFBQUEsZUFBZSxHQUFHO0lBQzNCOztPQUVHO0lBQ0gsY0FBYyxFQUFFLGdCQUFnQjtJQUNoQzs7T0FFRztJQUNILFdBQVcsRUFBRSxhQUFhO0NBQ3BCLENBQUM7QUFPRSxRQUFBLGdCQUFnQixHQUFHO0lBQzVCOztPQUVHO0lBQ0gsT0FBTyxFQUFFLFNBQVM7SUFDbEI7O09BRUc7SUFDSCxRQUFRLEVBQUUsVUFBVTtDQUNkLENBQUM7QUFPRSxRQUFBLGNBQWMsR0FBRztJQUMxQjs7T0FFRztJQUNILFNBQVMsRUFBRSxXQUFXO0lBQ3RCOztPQUVHO0lBQ0gsU0FBUyxFQUFFLFdBQVc7Q0FDaEIsQ0FBQztBQU9FLFFBQUEsa0JBQWtCLEdBQUc7SUFDOUI7O09BRUc7SUFDSCxPQUFPLEVBQUUsU0FBUztJQUNsQjs7T0FFRztJQUNILFFBQVEsRUFBRSxVQUFVO0NBQ2QsQ0FBQztBQU9FLFFBQUEsZUFBZSxHQUFHO0lBQzNCOztPQUVHO0lBQ0gsWUFBWSxFQUFFLGNBQWM7SUFDNUI7O09BRUc7SUFDSCxTQUFTLEVBQUUsV0FBVztDQUNoQixDQUFDO0FBT0UsUUFBQSxPQUFPLEdBQUc7SUFDbkI7O09BRUc7SUFDSCxnQkFBZ0IsRUFBRSxrQkFBa0I7SUFDcEM7O09BRUc7SUFDSCxlQUFlLEVBQUUsaUJBQWlCO0NBQzVCLENBQUM7QUFPRSxRQUFBLGtCQUFrQixHQUFHO0lBQzlCOztPQUVHO0lBQ0gsS0FBSyxFQUFFLE9BQU87SUFDZDs7T0FFRztJQUNILE9BQU8sRUFBRSxTQUFTO0NBQ1osQ0FBQztBQU9FLFFBQUEscUJBQXFCLEdBQUc7SUFDakM7O09BRUc7SUFDSCxjQUFjLEVBQUUsZ0JBQWdCO0lBQ2hDOztPQUVHO0lBQ0gsVUFBVSxFQUFFLFlBQVk7SUFDeEI7O09BRUc7SUFDSCxTQUFTLEVBQUUsV0FBVztJQUN0Qjs7T0FFRztJQUNILFFBQVEsRUFBRSxVQUFVO0lBQ3BCOztPQUVHO0lBQ0gsU0FBUyxFQUFFLFdBQVc7SUFDdEI7O09BRUc7SUFDSCxRQUFRLEVBQUUsVUFBVTtJQUNwQjs7T0FFRztJQUNILE9BQU8sRUFBRSxTQUFTO0lBQ2xCOztPQUVHO0lBQ0gsaUJBQWlCLEVBQUUsbUJBQW1CO0NBQ2hDLENBQUM7QUFPRSxRQUFBLE9BQU8sR0FBRztJQUNuQjs7T0FFRztJQUNILE9BQU8sRUFBRSxTQUFTO0lBQ2xCOztPQUVHO0lBQ0gsV0FBVyxFQUFFLGFBQWE7SUFDMUI7O09BRUc7SUFDSCxZQUFZLEVBQUUsY0FBYztJQUM1Qjs7T0FFRztJQUNILG1CQUFtQixFQUFFLHFCQUFxQjtDQUNwQyxDQUFDO0FBT0UsUUFBQSx3QkFBd0IsR0FBRztJQUNwQzs7T0FFRztJQUNILE9BQU8sRUFBRSxTQUFTO0NBQ1osQ0FBQztBQUlFLFFBQUEseUJBQXlCLEdBQUc7SUFDckM7O09BRUc7SUFDSCxXQUFXLEVBQUUsYUFBYTtJQUMxQjs7T0FFRztJQUNILG1CQUFtQixFQUFFLHFCQUFxQjtDQUNwQyxDQUFDO0FBT0UsUUFBQSxZQUFZLEdBQUc7SUFDeEI7O09BRUc7SUFDSCxhQUFhLEVBQUUsZUFBZTtJQUM5Qjs7T0FFRztJQUNILGVBQWUsRUFBRSxpQkFBaUI7Q0FDNUIsQ0FBQztBQU9FLFFBQUEsc0JBQXNCLEdBQUc7SUFDbEM7O09BRUc7SUFDSCxlQUFlLEVBQUUsaUJBQWlCO0lBQ2xDOztPQUVHO0lBQ0gsZ0JBQWdCLEVBQUUsa0JBQWtCO0NBQzlCLENBQUMifQ==
|
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
export declare const AddressType: {
|
|
2
|
+
/**
|
|
3
|
+
* Address type not known.
|
|
4
|
+
*/
|
|
5
|
+
readonly None: "None";
|
|
6
|
+
/**
|
|
7
|
+
* Residential Address.
|
|
8
|
+
*/
|
|
9
|
+
readonly Residential: "Residential";
|
|
10
|
+
/**
|
|
11
|
+
* Commercial Address.
|
|
12
|
+
*/
|
|
13
|
+
readonly Commercial: "Commercial";
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* Type of address.
|
|
17
|
+
*/
|
|
18
|
+
export type AddressType = (typeof AddressType)[keyof typeof AddressType];
|
|
19
|
+
export declare const ClassDiscriminator: {
|
|
20
|
+
/**
|
|
21
|
+
* Data Box orders.
|
|
22
|
+
*/
|
|
23
|
+
readonly DataBox: "DataBox";
|
|
24
|
+
/**
|
|
25
|
+
* Data Box Disk orders.
|
|
26
|
+
*/
|
|
27
|
+
readonly DataBoxDisk: "DataBoxDisk";
|
|
28
|
+
/**
|
|
29
|
+
* Data Box Heavy orders.
|
|
30
|
+
*/
|
|
31
|
+
readonly DataBoxHeavy: "DataBoxHeavy";
|
|
32
|
+
/**
|
|
33
|
+
* Data Box Customer Disk orders.
|
|
34
|
+
*/
|
|
35
|
+
readonly DataBoxCustomerDisk: "DataBoxCustomerDisk";
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* Indicates the type of job details.
|
|
39
|
+
*/
|
|
40
|
+
export type ClassDiscriminator = (typeof ClassDiscriminator)[keyof typeof ClassDiscriminator];
|
|
41
|
+
export declare const DataAccountType: {
|
|
42
|
+
/**
|
|
43
|
+
* Storage Accounts .
|
|
44
|
+
*/
|
|
45
|
+
readonly StorageAccount: "StorageAccount";
|
|
46
|
+
/**
|
|
47
|
+
* Azure Managed disk storage.
|
|
48
|
+
*/
|
|
49
|
+
readonly ManagedDisk: "ManagedDisk";
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Type of the account of data.
|
|
53
|
+
*/
|
|
54
|
+
export type DataAccountType = (typeof DataAccountType)[keyof typeof DataAccountType];
|
|
55
|
+
export declare const DoubleEncryption: {
|
|
56
|
+
/**
|
|
57
|
+
* Software-based encryption is enabled.
|
|
58
|
+
*/
|
|
59
|
+
readonly Enabled: "Enabled";
|
|
60
|
+
/**
|
|
61
|
+
* Software-based encryption is disabled.
|
|
62
|
+
*/
|
|
63
|
+
readonly Disabled: "Disabled";
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Defines secondary layer of software-based encryption enablement.
|
|
67
|
+
*/
|
|
68
|
+
export type DoubleEncryption = (typeof DoubleEncryption)[keyof typeof DoubleEncryption];
|
|
69
|
+
export declare const FilterFileType: {
|
|
70
|
+
/**
|
|
71
|
+
* Filter file is of the type AzureBlob.
|
|
72
|
+
*/
|
|
73
|
+
readonly AzureBlob: "AzureBlob";
|
|
74
|
+
/**
|
|
75
|
+
* Filter file is of the type AzureFiles.
|
|
76
|
+
*/
|
|
77
|
+
readonly AzureFile: "AzureFile";
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* Type of the filter file.
|
|
81
|
+
*/
|
|
82
|
+
export type FilterFileType = (typeof FilterFileType)[keyof typeof FilterFileType];
|
|
83
|
+
export declare const HardwareEncryption: {
|
|
84
|
+
/**
|
|
85
|
+
* Hardware-based encryption is enabled.
|
|
86
|
+
*/
|
|
87
|
+
readonly Enabled: "Enabled";
|
|
88
|
+
/**
|
|
89
|
+
* Hardware-based encryption is enabled.
|
|
90
|
+
*/
|
|
91
|
+
readonly Disabled: "Disabled";
|
|
92
|
+
};
|
|
93
|
+
/**
|
|
94
|
+
* Defines Hardware level encryption (Only for disk)
|
|
95
|
+
*/
|
|
96
|
+
export type HardwareEncryption = (typeof HardwareEncryption)[keyof typeof HardwareEncryption];
|
|
97
|
+
export declare const JobDeliveryType: {
|
|
98
|
+
/**
|
|
99
|
+
* Non Scheduled job.
|
|
100
|
+
*/
|
|
101
|
+
readonly NonScheduled: "NonScheduled";
|
|
102
|
+
/**
|
|
103
|
+
* Scheduled job.
|
|
104
|
+
*/
|
|
105
|
+
readonly Scheduled: "Scheduled";
|
|
106
|
+
};
|
|
107
|
+
/**
|
|
108
|
+
* Delivery type of Job.
|
|
109
|
+
*/
|
|
110
|
+
export type JobDeliveryType = (typeof JobDeliveryType)[keyof typeof JobDeliveryType];
|
|
111
|
+
export declare const KekType: {
|
|
112
|
+
/**
|
|
113
|
+
* Key encryption key is managed by Microsoft.
|
|
114
|
+
*/
|
|
115
|
+
readonly MicrosoftManaged: "MicrosoftManaged";
|
|
116
|
+
/**
|
|
117
|
+
* Key encryption key is managed by the Customer.
|
|
118
|
+
*/
|
|
119
|
+
readonly CustomerManaged: "CustomerManaged";
|
|
120
|
+
};
|
|
121
|
+
/**
|
|
122
|
+
* Type of encryption key used for key encryption.
|
|
123
|
+
*/
|
|
124
|
+
export type KekType = (typeof KekType)[keyof typeof KekType];
|
|
125
|
+
export declare const LogCollectionLevel: {
|
|
126
|
+
/**
|
|
127
|
+
* Only Errors will be collected in the logs.
|
|
128
|
+
*/
|
|
129
|
+
readonly Error: "Error";
|
|
130
|
+
/**
|
|
131
|
+
* Verbose logging (includes Errors, CRC, size information and others).
|
|
132
|
+
*/
|
|
133
|
+
readonly Verbose: "Verbose";
|
|
134
|
+
};
|
|
135
|
+
/**
|
|
136
|
+
* Level of the logs to be collected.
|
|
137
|
+
*/
|
|
138
|
+
export type LogCollectionLevel = (typeof LogCollectionLevel)[keyof typeof LogCollectionLevel];
|
|
139
|
+
export declare const NotificationStageName: {
|
|
140
|
+
/**
|
|
141
|
+
* Notification at device prepared stage.
|
|
142
|
+
*/
|
|
143
|
+
readonly DevicePrepared: "DevicePrepared";
|
|
144
|
+
/**
|
|
145
|
+
* Notification at device dispatched stage.
|
|
146
|
+
*/
|
|
147
|
+
readonly Dispatched: "Dispatched";
|
|
148
|
+
/**
|
|
149
|
+
* Notification at device delivered stage.
|
|
150
|
+
*/
|
|
151
|
+
readonly Delivered: "Delivered";
|
|
152
|
+
/**
|
|
153
|
+
* Notification at device picked up from user stage.
|
|
154
|
+
*/
|
|
155
|
+
readonly PickedUp: "PickedUp";
|
|
156
|
+
/**
|
|
157
|
+
* Notification at device received at Azure datacenter stage.
|
|
158
|
+
*/
|
|
159
|
+
readonly AtAzureDC: "AtAzureDC";
|
|
160
|
+
/**
|
|
161
|
+
* Notification at data copy started stage.
|
|
162
|
+
*/
|
|
163
|
+
readonly DataCopy: "DataCopy";
|
|
164
|
+
/**
|
|
165
|
+
* Notification at job created stage.
|
|
166
|
+
*/
|
|
167
|
+
readonly Created: "Created";
|
|
168
|
+
/**
|
|
169
|
+
* Notification at shipped devices to customer stage.
|
|
170
|
+
*/
|
|
171
|
+
readonly ShippedToCustomer: "ShippedToCustomer";
|
|
172
|
+
};
|
|
173
|
+
/**
|
|
174
|
+
* Name of the stage.
|
|
175
|
+
*/
|
|
176
|
+
export type NotificationStageName = (typeof NotificationStageName)[keyof typeof NotificationStageName];
|
|
177
|
+
export declare const SkuName: {
|
|
178
|
+
/**
|
|
179
|
+
* Data Box.
|
|
180
|
+
*/
|
|
181
|
+
readonly DataBox: "DataBox";
|
|
182
|
+
/**
|
|
183
|
+
* Data Box Disk.
|
|
184
|
+
*/
|
|
185
|
+
readonly DataBoxDisk: "DataBoxDisk";
|
|
186
|
+
/**
|
|
187
|
+
* Data Box Heavy.
|
|
188
|
+
*/
|
|
189
|
+
readonly DataBoxHeavy: "DataBoxHeavy";
|
|
190
|
+
/**
|
|
191
|
+
* Data Box Customer Disk.
|
|
192
|
+
*/
|
|
193
|
+
readonly DataBoxCustomerDisk: "DataBoxCustomerDisk";
|
|
194
|
+
};
|
|
195
|
+
/**
|
|
196
|
+
* The sku name.
|
|
197
|
+
*/
|
|
198
|
+
export type SkuName = (typeof SkuName)[keyof typeof SkuName];
|
|
199
|
+
export declare const StorageAccountAccessTier: {
|
|
200
|
+
/**
|
|
201
|
+
* Archive Access Tier shares requested by the customer.
|
|
202
|
+
*/
|
|
203
|
+
readonly Archive: "Archive";
|
|
204
|
+
};
|
|
205
|
+
export type StorageAccountAccessTier = (typeof StorageAccountAccessTier)[keyof typeof StorageAccountAccessTier];
|
|
206
|
+
export declare const TransferConfigurationType: {
|
|
207
|
+
/**
|
|
208
|
+
* Transfer all the data.
|
|
209
|
+
*/
|
|
210
|
+
readonly TransferAll: "TransferAll";
|
|
211
|
+
/**
|
|
212
|
+
* Transfer using filter.
|
|
213
|
+
*/
|
|
214
|
+
readonly TransferUsingFilter: "TransferUsingFilter";
|
|
215
|
+
};
|
|
216
|
+
/**
|
|
217
|
+
* Type of the configuration for transfer.
|
|
218
|
+
*/
|
|
219
|
+
export type TransferConfigurationType = (typeof TransferConfigurationType)[keyof typeof TransferConfigurationType];
|
|
220
|
+
export declare const TransferType: {
|
|
221
|
+
/**
|
|
222
|
+
* Import data to azure.
|
|
223
|
+
*/
|
|
224
|
+
readonly ImportToAzure: "ImportToAzure";
|
|
225
|
+
/**
|
|
226
|
+
* Export data from azure.
|
|
227
|
+
*/
|
|
228
|
+
readonly ExportFromAzure: "ExportFromAzure";
|
|
229
|
+
};
|
|
230
|
+
/**
|
|
231
|
+
* Type of the data transfer.
|
|
232
|
+
*/
|
|
233
|
+
export type TransferType = (typeof TransferType)[keyof typeof TransferType];
|
|
234
|
+
export declare const TransportShipmentTypes: {
|
|
235
|
+
/**
|
|
236
|
+
* Shipment Logistics is handled by the customer.
|
|
237
|
+
*/
|
|
238
|
+
readonly CustomerManaged: "CustomerManaged";
|
|
239
|
+
/**
|
|
240
|
+
* Shipment Logistics is handled by Microsoft.
|
|
241
|
+
*/
|
|
242
|
+
readonly MicrosoftManaged: "MicrosoftManaged";
|
|
243
|
+
};
|
|
244
|
+
/**
|
|
245
|
+
* Indicates Shipment Logistics type that the customer preferred.
|
|
246
|
+
*/
|
|
247
|
+
export type TransportShipmentTypes = (typeof TransportShipmentTypes)[keyof typeof TransportShipmentTypes];
|
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.TransportShipmentTypes = exports.TransferType = exports.TransferConfigurationType = exports.StorageAccountAccessTier = exports.SkuName = exports.NotificationStageName = exports.LogCollectionLevel = exports.KekType = exports.JobDeliveryType = exports.HardwareEncryption = exports.FilterFileType = exports.DoubleEncryption = exports.DataAccountType = exports.ClassDiscriminator = exports.AddressType = void 0;
|
|
6
|
+
exports.AddressType = {
|
|
7
|
+
/**
|
|
8
|
+
* Address type not known.
|
|
9
|
+
*/
|
|
10
|
+
None: "None",
|
|
11
|
+
/**
|
|
12
|
+
* Residential Address.
|
|
13
|
+
*/
|
|
14
|
+
Residential: "Residential",
|
|
15
|
+
/**
|
|
16
|
+
* Commercial Address.
|
|
17
|
+
*/
|
|
18
|
+
Commercial: "Commercial",
|
|
19
|
+
};
|
|
20
|
+
exports.ClassDiscriminator = {
|
|
21
|
+
/**
|
|
22
|
+
* Data Box orders.
|
|
23
|
+
*/
|
|
24
|
+
DataBox: "DataBox",
|
|
25
|
+
/**
|
|
26
|
+
* Data Box Disk orders.
|
|
27
|
+
*/
|
|
28
|
+
DataBoxDisk: "DataBoxDisk",
|
|
29
|
+
/**
|
|
30
|
+
* Data Box Heavy orders.
|
|
31
|
+
*/
|
|
32
|
+
DataBoxHeavy: "DataBoxHeavy",
|
|
33
|
+
/**
|
|
34
|
+
* Data Box Customer Disk orders.
|
|
35
|
+
*/
|
|
36
|
+
DataBoxCustomerDisk: "DataBoxCustomerDisk",
|
|
37
|
+
};
|
|
38
|
+
exports.DataAccountType = {
|
|
39
|
+
/**
|
|
40
|
+
* Storage Accounts .
|
|
41
|
+
*/
|
|
42
|
+
StorageAccount: "StorageAccount",
|
|
43
|
+
/**
|
|
44
|
+
* Azure Managed disk storage.
|
|
45
|
+
*/
|
|
46
|
+
ManagedDisk: "ManagedDisk",
|
|
47
|
+
};
|
|
48
|
+
exports.DoubleEncryption = {
|
|
49
|
+
/**
|
|
50
|
+
* Software-based encryption is enabled.
|
|
51
|
+
*/
|
|
52
|
+
Enabled: "Enabled",
|
|
53
|
+
/**
|
|
54
|
+
* Software-based encryption is disabled.
|
|
55
|
+
*/
|
|
56
|
+
Disabled: "Disabled",
|
|
57
|
+
};
|
|
58
|
+
exports.FilterFileType = {
|
|
59
|
+
/**
|
|
60
|
+
* Filter file is of the type AzureBlob.
|
|
61
|
+
*/
|
|
62
|
+
AzureBlob: "AzureBlob",
|
|
63
|
+
/**
|
|
64
|
+
* Filter file is of the type AzureFiles.
|
|
65
|
+
*/
|
|
66
|
+
AzureFile: "AzureFile",
|
|
67
|
+
};
|
|
68
|
+
exports.HardwareEncryption = {
|
|
69
|
+
/**
|
|
70
|
+
* Hardware-based encryption is enabled.
|
|
71
|
+
*/
|
|
72
|
+
Enabled: "Enabled",
|
|
73
|
+
/**
|
|
74
|
+
* Hardware-based encryption is enabled.
|
|
75
|
+
*/
|
|
76
|
+
Disabled: "Disabled",
|
|
77
|
+
};
|
|
78
|
+
exports.JobDeliveryType = {
|
|
79
|
+
/**
|
|
80
|
+
* Non Scheduled job.
|
|
81
|
+
*/
|
|
82
|
+
NonScheduled: "NonScheduled",
|
|
83
|
+
/**
|
|
84
|
+
* Scheduled job.
|
|
85
|
+
*/
|
|
86
|
+
Scheduled: "Scheduled",
|
|
87
|
+
};
|
|
88
|
+
exports.KekType = {
|
|
89
|
+
/**
|
|
90
|
+
* Key encryption key is managed by Microsoft.
|
|
91
|
+
*/
|
|
92
|
+
MicrosoftManaged: "MicrosoftManaged",
|
|
93
|
+
/**
|
|
94
|
+
* Key encryption key is managed by the Customer.
|
|
95
|
+
*/
|
|
96
|
+
CustomerManaged: "CustomerManaged",
|
|
97
|
+
};
|
|
98
|
+
exports.LogCollectionLevel = {
|
|
99
|
+
/**
|
|
100
|
+
* Only Errors will be collected in the logs.
|
|
101
|
+
*/
|
|
102
|
+
Error: "Error",
|
|
103
|
+
/**
|
|
104
|
+
* Verbose logging (includes Errors, CRC, size information and others).
|
|
105
|
+
*/
|
|
106
|
+
Verbose: "Verbose",
|
|
107
|
+
};
|
|
108
|
+
exports.NotificationStageName = {
|
|
109
|
+
/**
|
|
110
|
+
* Notification at device prepared stage.
|
|
111
|
+
*/
|
|
112
|
+
DevicePrepared: "DevicePrepared",
|
|
113
|
+
/**
|
|
114
|
+
* Notification at device dispatched stage.
|
|
115
|
+
*/
|
|
116
|
+
Dispatched: "Dispatched",
|
|
117
|
+
/**
|
|
118
|
+
* Notification at device delivered stage.
|
|
119
|
+
*/
|
|
120
|
+
Delivered: "Delivered",
|
|
121
|
+
/**
|
|
122
|
+
* Notification at device picked up from user stage.
|
|
123
|
+
*/
|
|
124
|
+
PickedUp: "PickedUp",
|
|
125
|
+
/**
|
|
126
|
+
* Notification at device received at Azure datacenter stage.
|
|
127
|
+
*/
|
|
128
|
+
AtAzureDC: "AtAzureDC",
|
|
129
|
+
/**
|
|
130
|
+
* Notification at data copy started stage.
|
|
131
|
+
*/
|
|
132
|
+
DataCopy: "DataCopy",
|
|
133
|
+
/**
|
|
134
|
+
* Notification at job created stage.
|
|
135
|
+
*/
|
|
136
|
+
Created: "Created",
|
|
137
|
+
/**
|
|
138
|
+
* Notification at shipped devices to customer stage.
|
|
139
|
+
*/
|
|
140
|
+
ShippedToCustomer: "ShippedToCustomer",
|
|
141
|
+
};
|
|
142
|
+
exports.SkuName = {
|
|
143
|
+
/**
|
|
144
|
+
* Data Box.
|
|
145
|
+
*/
|
|
146
|
+
DataBox: "DataBox",
|
|
147
|
+
/**
|
|
148
|
+
* Data Box Disk.
|
|
149
|
+
*/
|
|
150
|
+
DataBoxDisk: "DataBoxDisk",
|
|
151
|
+
/**
|
|
152
|
+
* Data Box Heavy.
|
|
153
|
+
*/
|
|
154
|
+
DataBoxHeavy: "DataBoxHeavy",
|
|
155
|
+
/**
|
|
156
|
+
* Data Box Customer Disk.
|
|
157
|
+
*/
|
|
158
|
+
DataBoxCustomerDisk: "DataBoxCustomerDisk",
|
|
159
|
+
};
|
|
160
|
+
exports.StorageAccountAccessTier = {
|
|
161
|
+
/**
|
|
162
|
+
* Archive Access Tier shares requested by the customer.
|
|
163
|
+
*/
|
|
164
|
+
Archive: "Archive",
|
|
165
|
+
};
|
|
166
|
+
exports.TransferConfigurationType = {
|
|
167
|
+
/**
|
|
168
|
+
* Transfer all the data.
|
|
169
|
+
*/
|
|
170
|
+
TransferAll: "TransferAll",
|
|
171
|
+
/**
|
|
172
|
+
* Transfer using filter.
|
|
173
|
+
*/
|
|
174
|
+
TransferUsingFilter: "TransferUsingFilter",
|
|
175
|
+
};
|
|
176
|
+
exports.TransferType = {
|
|
177
|
+
/**
|
|
178
|
+
* Import data to azure.
|
|
179
|
+
*/
|
|
180
|
+
ImportToAzure: "ImportToAzure",
|
|
181
|
+
/**
|
|
182
|
+
* Export data from azure.
|
|
183
|
+
*/
|
|
184
|
+
ExportFromAzure: "ExportFromAzure",
|
|
185
|
+
};
|
|
186
|
+
exports.TransportShipmentTypes = {
|
|
187
|
+
/**
|
|
188
|
+
* Shipment Logistics is handled by the customer.
|
|
189
|
+
*/
|
|
190
|
+
CustomerManaged: "CustomerManaged",
|
|
191
|
+
/**
|
|
192
|
+
* Shipment Logistics is handled by Microsoft.
|
|
193
|
+
*/
|
|
194
|
+
MicrosoftManaged: "MicrosoftManaged",
|
|
195
|
+
};
|
|
196
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi90eXBlcy9lbnVtcy9kYXRhYm94L3YyMDIzMDMwMS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0RBQXNEO0FBQ3RELGlGQUFpRjs7O0FBR3BFLFFBQUEsV0FBVyxHQUFHO0lBQ3ZCOztPQUVHO0lBQ0gsSUFBSSxFQUFFLE1BQU07SUFDWjs7T0FFRztJQUNILFdBQVcsRUFBRSxhQUFhO0lBQzFCOztPQUVHO0lBQ0gsVUFBVSxFQUFFLFlBQVk7Q0FDbEIsQ0FBQztBQU9FLFFBQUEsa0JBQWtCLEdBQUc7SUFDOUI7O09BRUc7SUFDSCxPQUFPLEVBQUUsU0FBUztJQUNsQjs7T0FFRztJQUNILFdBQVcsRUFBRSxhQUFhO0lBQzFCOztPQUVHO0lBQ0gsWUFBWSxFQUFFLGNBQWM7SUFDNUI7O09BRUc7SUFDSCxtQkFBbUIsRUFBRSxxQkFBcUI7Q0FDcEMsQ0FBQztBQU9FLFFBQUEsZUFBZSxHQUFHO0lBQzNCOztPQUVHO0lBQ0gsY0FBYyxFQUFFLGdCQUFnQjtJQUNoQzs7T0FFRztJQUNILFdBQVcsRUFBRSxhQUFhO0NBQ3BCLENBQUM7QUFPRSxRQUFBLGdCQUFnQixHQUFHO0lBQzVCOztPQUVHO0lBQ0gsT0FBTyxFQUFFLFNBQVM7SUFDbEI7O09BRUc7SUFDSCxRQUFRLEVBQUUsVUFBVTtDQUNkLENBQUM7QUFPRSxRQUFBLGNBQWMsR0FBRztJQUMxQjs7T0FFRztJQUNILFNBQVMsRUFBRSxXQUFXO0lBQ3RCOztPQUVHO0lBQ0gsU0FBUyxFQUFFLFdBQVc7Q0FDaEIsQ0FBQztBQU9FLFFBQUEsa0JBQWtCLEdBQUc7SUFDOUI7O09BRUc7SUFDSCxPQUFPLEVBQUUsU0FBUztJQUNsQjs7T0FFRztJQUNILFFBQVEsRUFBRSxVQUFVO0NBQ2QsQ0FBQztBQU9FLFFBQUEsZUFBZSxHQUFHO0lBQzNCOztPQUVHO0lBQ0gsWUFBWSxFQUFFLGNBQWM7SUFDNUI7O09BRUc7SUFDSCxTQUFTLEVBQUUsV0FBVztDQUNoQixDQUFDO0FBT0UsUUFBQSxPQUFPLEdBQUc7SUFDbkI7O09BRUc7SUFDSCxnQkFBZ0IsRUFBRSxrQkFBa0I7SUFDcEM7O09BRUc7SUFDSCxlQUFlLEVBQUUsaUJBQWlCO0NBQzVCLENBQUM7QUFPRSxRQUFBLGtCQUFrQixHQUFHO0lBQzlCOztPQUVHO0lBQ0gsS0FBSyxFQUFFLE9BQU87SUFDZDs7T0FFRztJQUNILE9BQU8sRUFBRSxTQUFTO0NBQ1osQ0FBQztBQU9FLFFBQUEscUJBQXFCLEdBQUc7SUFDakM7O09BRUc7SUFDSCxjQUFjLEVBQUUsZ0JBQWdCO0lBQ2hDOztPQUVHO0lBQ0gsVUFBVSxFQUFFLFlBQVk7SUFDeEI7O09BRUc7SUFDSCxTQUFTLEVBQUUsV0FBVztJQUN0Qjs7T0FFRztJQUNILFFBQVEsRUFBRSxVQUFVO0lBQ3BCOztPQUVHO0lBQ0gsU0FBUyxFQUFFLFdBQVc7SUFDdEI7O09BRUc7SUFDSCxRQUFRLEVBQUUsVUFBVTtJQUNwQjs7T0FFRztJQUNILE9BQU8sRUFBRSxTQUFTO0lBQ2xCOztPQUVHO0lBQ0gsaUJBQWlCLEVBQUUsbUJBQW1CO0NBQ2hDLENBQUM7QUFPRSxRQUFBLE9BQU8sR0FBRztJQUNuQjs7T0FFRztJQUNILE9BQU8sRUFBRSxTQUFTO0lBQ2xCOztPQUVHO0lBQ0gsV0FBVyxFQUFFLGFBQWE7SUFDMUI7O09BRUc7SUFDSCxZQUFZLEVBQUUsY0FBYztJQUM1Qjs7T0FFRztJQUNILG1CQUFtQixFQUFFLHFCQUFxQjtDQUNwQyxDQUFDO0FBT0UsUUFBQSx3QkFBd0IsR0FBRztJQUNwQzs7T0FFRztJQUNILE9BQU8sRUFBRSxTQUFTO0NBQ1osQ0FBQztBQUlFLFFBQUEseUJBQXlCLEdBQUc7SUFDckM7O09BRUc7SUFDSCxXQUFXLEVBQUUsYUFBYTtJQUMxQjs7T0FFRztJQUNILG1CQUFtQixFQUFFLHFCQUFxQjtDQUNwQyxDQUFDO0FBT0UsUUFBQSxZQUFZLEdBQUc7SUFDeEI7O09BRUc7SUFDSCxhQUFhLEVBQUUsZUFBZTtJQUM5Qjs7T0FFRztJQUNILGVBQWUsRUFBRSxpQkFBaUI7Q0FDNUIsQ0FBQztBQU9FLFFBQUEsc0JBQXNCLEdBQUc7SUFDbEM7O09BRUc7SUFDSCxlQUFlLEVBQUUsaUJBQWlCO0lBQ2xDOztPQUVHO0lBQ0gsZ0JBQWdCLEVBQUUsa0JBQWtCO0NBQzlCLENBQUMifQ==
|
|
@@ -3,7 +3,8 @@ import * as v20220210preview from "./v20220210preview";
|
|
|
3
3
|
import * as v20220401preview from "./v20220401preview";
|
|
4
4
|
import * as v20220909 from "./v20220909";
|
|
5
5
|
import * as v20221014preview from "./v20221014preview";
|
|
6
|
-
|
|
6
|
+
import * as v20230707preview from "./v20230707preview";
|
|
7
|
+
export { v20210201preview, v20220210preview, v20220401preview, v20220909, v20221014preview, v20230707preview, };
|
|
7
8
|
export declare const ApplicationGroupType: {
|
|
8
9
|
readonly RemoteApp: "RemoteApp";
|
|
9
10
|
readonly Desktop: "Desktop";
|
|
@@ -128,6 +129,14 @@ export declare const ScalingHostPoolType: {
|
|
|
128
129
|
* HostPool type for desktop.
|
|
129
130
|
*/
|
|
130
131
|
export type ScalingHostPoolType = (typeof ScalingHostPoolType)[keyof typeof ScalingHostPoolType];
|
|
132
|
+
export declare const SessionHandlingOperation: {
|
|
133
|
+
readonly None: "None";
|
|
134
|
+
readonly Deallocate: "Deallocate";
|
|
135
|
+
};
|
|
136
|
+
/**
|
|
137
|
+
* Action to be taken after a logoff during the ramp up period.
|
|
138
|
+
*/
|
|
139
|
+
export type SessionHandlingOperation = (typeof SessionHandlingOperation)[keyof typeof SessionHandlingOperation];
|
|
131
140
|
export declare const SessionHostComponentUpdateType: {
|
|
132
141
|
/**
|
|
133
142
|
* Agent and other agent side components are delivery schedule is controlled by WVD Infra.
|
|
@@ -150,6 +159,14 @@ export declare const SessionHostLoadBalancingAlgorithm: {
|
|
|
150
159
|
* Load balancing algorithm for ramp up period.
|
|
151
160
|
*/
|
|
152
161
|
export type SessionHostLoadBalancingAlgorithm = (typeof SessionHostLoadBalancingAlgorithm)[keyof typeof SessionHostLoadBalancingAlgorithm];
|
|
162
|
+
export declare const SetStartVMOnConnect: {
|
|
163
|
+
readonly Enable: "Enable";
|
|
164
|
+
readonly Disable: "Disable";
|
|
165
|
+
};
|
|
166
|
+
/**
|
|
167
|
+
* The desired configuration of Start VM On Connect for the hostpool during the ramp up phase. If this is disabled, session hosts must be turned on using rampUpAutoStartHosts or by turning them on manually.
|
|
168
|
+
*/
|
|
169
|
+
export type SetStartVMOnConnect = (typeof SetStartVMOnConnect)[keyof typeof SetStartVMOnConnect];
|
|
153
170
|
export declare const SkuTier: {
|
|
154
171
|
readonly Free: "Free";
|
|
155
172
|
readonly Basic: "Basic";
|
|
@@ -160,6 +177,24 @@ export declare const SkuTier: {
|
|
|
160
177
|
* This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
|
|
161
178
|
*/
|
|
162
179
|
export type SkuTier = (typeof SkuTier)[keyof typeof SkuTier];
|
|
180
|
+
export declare const StartupBehavior: {
|
|
181
|
+
/**
|
|
182
|
+
* Session hosts will not be started by the service. This setting depends on Start VM on Connect to be enabled to start the session hosts.
|
|
183
|
+
*/
|
|
184
|
+
readonly None: "None";
|
|
185
|
+
/**
|
|
186
|
+
* Session hosts with an assigned user will be started during Ramp Up
|
|
187
|
+
*/
|
|
188
|
+
readonly WithAssignedUser: "WithAssignedUser";
|
|
189
|
+
/**
|
|
190
|
+
* All personal session hosts in the hostpool will be started during ramp up.
|
|
191
|
+
*/
|
|
192
|
+
readonly All: "All";
|
|
193
|
+
};
|
|
194
|
+
/**
|
|
195
|
+
* The desired startup behavior during the ramp up period for personal vms in the hostpool.
|
|
196
|
+
*/
|
|
197
|
+
export type StartupBehavior = (typeof StartupBehavior)[keyof typeof StartupBehavior];
|
|
163
198
|
export declare const StopHostsWhen: {
|
|
164
199
|
readonly ZeroSessions: "ZeroSessions";
|
|
165
200
|
readonly ZeroActiveSessions: "ZeroActiveSessions";
|