@pulumi/azure-native 1.53.0 → 1.54.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.js +2 -2
- package/appconfiguration/index.d.ts +2 -1
- package/appconfiguration/index.js +4 -2
- package/appconfiguration/keyValue.js +2 -2
- package/appconfiguration/privateEndpointConnection.js +2 -2
- package/appconfiguration/v20190201preview/configurationStore.js +2 -2
- package/appconfiguration/v20191001/configurationStore.js +2 -2
- package/appconfiguration/v20191101preview/configurationStore.js +2 -2
- package/appconfiguration/v20191101preview/privateEndpointConnection.js +2 -2
- package/appconfiguration/v20200601/configurationStore.js +2 -2
- package/appconfiguration/v20200601/privateEndpointConnection.js +2 -2
- package/appconfiguration/v20200701preview/configurationStore.js +2 -2
- package/appconfiguration/v20200701preview/keyValue.js +2 -2
- package/appconfiguration/v20200701preview/privateEndpointConnection.js +2 -2
- package/appconfiguration/v20210301preview/configurationStore.js +2 -2
- package/appconfiguration/v20210301preview/keyValue.js +2 -2
- package/appconfiguration/v20210301preview/privateEndpointConnection.js +2 -2
- package/appconfiguration/v20211001preview/configurationStore.d.ts +150 -0
- package/appconfiguration/v20211001preview/configurationStore.js +100 -0
- package/appconfiguration/v20211001preview/getConfigurationStore.d.ts +102 -0
- package/appconfiguration/v20211001preview/getConfigurationStore.js +28 -0
- package/appconfiguration/v20211001preview/getKeyValue.d.ts +89 -0
- package/appconfiguration/v20211001preview/getKeyValue.js +29 -0
- package/appconfiguration/v20211001preview/getPrivateEndpointConnection.d.ts +64 -0
- package/appconfiguration/v20211001preview/getPrivateEndpointConnection.js +29 -0
- package/appconfiguration/v20211001preview/index.d.ts +8 -0
- package/appconfiguration/v20211001preview/index.js +47 -0
- package/appconfiguration/v20211001preview/keyValue.d.ts +106 -0
- package/appconfiguration/v20211001preview/keyValue.js +87 -0
- package/appconfiguration/v20211001preview/listConfigurationStoreKeys.d.ts +48 -0
- package/appconfiguration/v20211001preview/listConfigurationStoreKeys.js +29 -0
- package/appconfiguration/v20211001preview/privateEndpointConnection.d.ts +74 -0
- package/appconfiguration/v20211001preview/privateEndpointConnection.js +80 -0
- package/authorization/accessReviewHistoryDefinitionById.d.ts +147 -0
- package/authorization/accessReviewHistoryDefinitionById.js +96 -0
- package/authorization/accessReviewScheduleDefinitionById.js +2 -2
- package/authorization/getAccessReviewHistoryDefinitionById.d.ts +101 -0
- package/authorization/getAccessReviewHistoryDefinitionById.js +28 -0
- package/authorization/index.d.ts +4 -1
- package/authorization/index.js +9 -2
- package/authorization/v20180501preview/accessReviewScheduleDefinitionById.js +2 -2
- package/authorization/v20210301preview/accessReviewScheduleDefinitionById.js +2 -2
- package/authorization/v20210701preview/accessReviewScheduleDefinitionById.js +2 -2
- package/authorization/v20211116preview/accessReviewHistoryDefinitionById.d.ts +146 -0
- package/authorization/v20211116preview/accessReviewHistoryDefinitionById.js +95 -0
- package/authorization/v20211116preview/accessReviewScheduleDefinitionById.d.ts +254 -0
- package/authorization/v20211116preview/accessReviewScheduleDefinitionById.js +123 -0
- package/authorization/v20211116preview/getAccessReviewHistoryDefinitionById.d.ts +100 -0
- package/authorization/v20211116preview/getAccessReviewHistoryDefinitionById.js +27 -0
- package/authorization/v20211116preview/getAccessReviewScheduleDefinitionById.d.ts +156 -0
- package/authorization/v20211116preview/getAccessReviewScheduleDefinitionById.js +27 -0
- package/authorization/v20211116preview/index.d.ts +5 -0
- package/authorization/v20211116preview/index.js +41 -0
- package/azurestackhci/arcSetting.js +2 -2
- package/azurestackhci/cluster.js +2 -2
- package/azurestackhci/extension.js +2 -2
- package/azurestackhci/index.d.ts +2 -1
- package/azurestackhci/index.js +4 -2
- package/azurestackhci/v20200301preview/cluster.js +2 -2
- package/azurestackhci/v20201001/cluster.js +2 -2
- package/azurestackhci/v20210101preview/arcSetting.js +2 -2
- package/azurestackhci/v20210101preview/cluster.js +2 -2
- package/azurestackhci/v20210101preview/extension.js +2 -2
- package/azurestackhci/v20210901/arcSetting.js +2 -2
- package/azurestackhci/v20210901/cluster.js +2 -2
- package/azurestackhci/v20210901/extension.js +2 -2
- package/azurestackhci/v20220101/arcSetting.d.ts +122 -0
- package/azurestackhci/v20220101/arcSetting.js +91 -0
- package/azurestackhci/v20220101/cluster.d.ts +186 -0
- package/azurestackhci/v20220101/cluster.js +115 -0
- package/azurestackhci/v20220101/extension.d.ts +170 -0
- package/azurestackhci/v20220101/extension.js +105 -0
- package/azurestackhci/v20220101/getArcSetting.d.ts +92 -0
- package/azurestackhci/v20220101/getArcSetting.js +29 -0
- package/azurestackhci/v20220101/getCluster.d.ts +130 -0
- package/azurestackhci/v20220101/getCluster.js +28 -0
- package/azurestackhci/v20220101/getExtension.d.ts +120 -0
- package/azurestackhci/v20220101/getExtension.js +30 -0
- package/azurestackhci/v20220101/index.d.ts +7 -0
- package/azurestackhci/v20220101/index.js +46 -0
- package/botservice/listChannelWithKeys.d.ts +12 -0
- package/botservice/listChannelWithKeys.js +1 -1
- package/botservice/v20210301/listChannelWithKeys.d.ts +12 -0
- package/botservice/v20210301/listChannelWithKeys.js +1 -1
- package/botservice/v20210501preview/listChannelWithKeys.d.ts +12 -0
- package/botservice/v20210501preview/listChannelWithKeys.js +1 -1
- package/cache/database.js +2 -2
- package/cache/index.d.ts +2 -1
- package/cache/index.js +4 -2
- package/cache/privateEndpointConnection.js +2 -2
- package/cache/redisEnterprise.js +2 -2
- package/cache/v20201001preview/database.js +2 -2
- package/cache/v20201001preview/privateEndpointConnection.js +2 -2
- package/cache/v20201001preview/redisEnterprise.js +2 -2
- package/cache/v20210201preview/database.js +2 -2
- package/cache/v20210201preview/privateEndpointConnection.js +2 -2
- package/cache/v20210201preview/redisEnterprise.js +2 -2
- package/cache/v20210301/database.js +2 -2
- package/cache/v20210301/privateEndpointConnection.js +2 -2
- package/cache/v20210301/redisEnterprise.js +2 -2
- package/cache/v20210801/database.js +2 -2
- package/cache/v20210801/privateEndpointConnection.js +2 -2
- package/cache/v20210801/redisEnterprise.js +2 -2
- package/cache/v20220101/database.d.ts +118 -0
- package/cache/v20220101/database.js +89 -0
- package/cache/v20220101/getDatabase.d.ts +88 -0
- package/cache/v20220101/getDatabase.js +29 -0
- package/cache/v20220101/getPrivateEndpointConnection.d.ts +64 -0
- package/cache/v20220101/getPrivateEndpointConnection.js +29 -0
- package/cache/v20220101/getRedisEnterprise.d.ts +86 -0
- package/cache/v20220101/getRedisEnterprise.js +28 -0
- package/cache/v20220101/index.d.ts +8 -0
- package/cache/v20220101/index.js +47 -0
- package/cache/v20220101/listDatabaseKeys.d.ts +47 -0
- package/cache/v20220101/listDatabaseKeys.js +29 -0
- package/cache/v20220101/privateEndpointConnection.d.ts +70 -0
- package/cache/v20220101/privateEndpointConnection.js +80 -0
- package/cache/v20220101/redisEnterprise.d.ts +114 -0
- package/cache/v20220101/redisEnterprise.js +90 -0
- package/cdn/afdorigin.d.ts +2 -2
- package/cdn/getAFDOrigin.d.ts +1 -1
- package/cdn/getRoute.d.ts +1 -1
- package/cdn/route.d.ts +2 -2
- package/cdn/v20200901/afdorigin.d.ts +2 -2
- package/cdn/v20200901/getAFDOrigin.d.ts +1 -1
- package/cdn/v20200901/getRoute.d.ts +1 -1
- package/cdn/v20200901/route.d.ts +2 -2
- package/cdn/v20210601/afdendpoint.d.ts +0 -8
- package/cdn/v20210601/afdendpoint.js +1 -3
- package/cdn/v20210601/getAFDEndpoint.d.ts +0 -4
- package/cdn/v20210601/getAFDEndpoint.js +1 -1
- 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/image.js +2 -2
- package/compute/index.d.ts +2 -1
- package/compute/index.js +4 -2
- package/compute/proximityPlacementGroup.js +2 -2
- package/compute/restorePoint.js +2 -2
- package/compute/restorePointCollection.js +2 -2
- package/compute/sshPublicKey.js +2 -2
- package/compute/v20150615/availabilitySet.js +2 -2
- package/compute/v20150615/virtualMachine.js +2 -2
- package/compute/v20150615/virtualMachineExtension.js +2 -2
- package/compute/v20150615/virtualMachineScaleSet.js +2 -2
- package/compute/v20160330/availabilitySet.js +2 -2
- package/compute/v20160330/virtualMachine.js +2 -2
- package/compute/v20160330/virtualMachineExtension.js +2 -2
- package/compute/v20160330/virtualMachineScaleSet.js +2 -2
- package/compute/v20160430preview/availabilitySet.js +2 -2
- package/compute/v20160430preview/image.js +2 -2
- package/compute/v20160430preview/virtualMachine.js +2 -2
- package/compute/v20160430preview/virtualMachineExtension.js +2 -2
- package/compute/v20160430preview/virtualMachineScaleSet.js +2 -2
- package/compute/v20170330/availabilitySet.js +2 -2
- package/compute/v20170330/image.js +2 -2
- package/compute/v20170330/virtualMachine.js +2 -2
- package/compute/v20170330/virtualMachineExtension.js +2 -2
- package/compute/v20170330/virtualMachineScaleSet.js +2 -2
- package/compute/v20170330/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20171201/availabilitySet.js +2 -2
- package/compute/v20171201/image.js +2 -2
- package/compute/v20171201/virtualMachine.js +2 -2
- package/compute/v20171201/virtualMachineExtension.js +2 -2
- package/compute/v20171201/virtualMachineScaleSet.js +2 -2
- package/compute/v20171201/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20171201/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20180401/availabilitySet.js +2 -2
- package/compute/v20180401/image.js +2 -2
- package/compute/v20180401/proximityPlacementGroup.js +2 -2
- package/compute/v20180401/virtualMachine.js +2 -2
- package/compute/v20180401/virtualMachineExtension.js +2 -2
- package/compute/v20180401/virtualMachineScaleSet.js +2 -2
- package/compute/v20180401/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20180401/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20180601/availabilitySet.js +2 -2
- package/compute/v20180601/image.js +2 -2
- package/compute/v20180601/proximityPlacementGroup.js +2 -2
- package/compute/v20180601/virtualMachine.js +2 -2
- package/compute/v20180601/virtualMachineExtension.js +2 -2
- package/compute/v20180601/virtualMachineScaleSet.js +2 -2
- package/compute/v20180601/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20180601/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20181001/availabilitySet.js +2 -2
- package/compute/v20181001/image.js +2 -2
- package/compute/v20181001/proximityPlacementGroup.js +2 -2
- package/compute/v20181001/virtualMachine.js +2 -2
- package/compute/v20181001/virtualMachineExtension.js +2 -2
- package/compute/v20181001/virtualMachineScaleSet.js +2 -2
- package/compute/v20181001/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20181001/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20190301/availabilitySet.js +2 -2
- package/compute/v20190301/dedicatedHost.js +2 -2
- package/compute/v20190301/dedicatedHostGroup.js +2 -2
- package/compute/v20190301/image.js +2 -2
- package/compute/v20190301/proximityPlacementGroup.js +2 -2
- package/compute/v20190301/virtualMachine.js +2 -2
- package/compute/v20190301/virtualMachineExtension.js +2 -2
- package/compute/v20190301/virtualMachineScaleSet.js +2 -2
- package/compute/v20190301/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20190301/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20190701/availabilitySet.js +2 -2
- package/compute/v20190701/dedicatedHost.js +2 -2
- package/compute/v20190701/dedicatedHostGroup.js +2 -2
- package/compute/v20190701/image.js +2 -2
- package/compute/v20190701/proximityPlacementGroup.js +2 -2
- package/compute/v20190701/virtualMachine.js +2 -2
- package/compute/v20190701/virtualMachineExtension.js +2 -2
- package/compute/v20190701/virtualMachineScaleSet.js +2 -2
- package/compute/v20190701/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20190701/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20190701/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20191201/availabilitySet.js +2 -2
- package/compute/v20191201/dedicatedHost.js +2 -2
- package/compute/v20191201/dedicatedHostGroup.js +2 -2
- package/compute/v20191201/image.js +2 -2
- package/compute/v20191201/proximityPlacementGroup.js +2 -2
- package/compute/v20191201/sshPublicKey.js +2 -2
- package/compute/v20191201/virtualMachine.js +2 -2
- package/compute/v20191201/virtualMachineExtension.js +2 -2
- package/compute/v20191201/virtualMachineScaleSet.js +2 -2
- package/compute/v20191201/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20191201/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20191201/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20200601/availabilitySet.js +2 -2
- package/compute/v20200601/dedicatedHost.js +2 -2
- package/compute/v20200601/dedicatedHostGroup.js +2 -2
- package/compute/v20200601/image.js +2 -2
- package/compute/v20200601/proximityPlacementGroup.js +2 -2
- package/compute/v20200601/sshPublicKey.js +2 -2
- package/compute/v20200601/virtualMachine.js +2 -2
- package/compute/v20200601/virtualMachineExtension.js +2 -2
- package/compute/v20200601/virtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/v20200601/virtualMachineScaleSet.js +2 -2
- package/compute/v20200601/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20200601/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20200601/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20200601/virtualMachineScaleSetVMRunCommand.js +2 -2
- package/compute/v20201201/availabilitySet.js +2 -2
- package/compute/v20201201/dedicatedHost.js +2 -2
- package/compute/v20201201/dedicatedHostGroup.js +2 -2
- package/compute/v20201201/image.js +2 -2
- package/compute/v20201201/proximityPlacementGroup.js +2 -2
- package/compute/v20201201/sshPublicKey.js +2 -2
- package/compute/v20201201/virtualMachine.js +2 -2
- package/compute/v20201201/virtualMachineExtension.js +2 -2
- package/compute/v20201201/virtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/v20201201/virtualMachineScaleSet.js +2 -2
- package/compute/v20201201/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20201201/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20201201/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20201201/virtualMachineScaleSetVMRunCommand.js +2 -2
- package/compute/v20210301/availabilitySet.js +2 -2
- package/compute/v20210301/dedicatedHost.js +2 -2
- package/compute/v20210301/dedicatedHostGroup.js +2 -2
- package/compute/v20210301/image.js +2 -2
- package/compute/v20210301/proximityPlacementGroup.js +2 -2
- package/compute/v20210301/restorePoint.js +2 -2
- package/compute/v20210301/restorePointCollection.js +2 -2
- package/compute/v20210301/sshPublicKey.js +2 -2
- package/compute/v20210301/virtualMachine.js +2 -2
- package/compute/v20210301/virtualMachineExtension.js +2 -2
- package/compute/v20210301/virtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/v20210301/virtualMachineScaleSet.js +2 -2
- package/compute/v20210301/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20210301/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20210301/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20210301/virtualMachineScaleSetVMRunCommand.js +2 -2
- package/compute/v20210401/availabilitySet.js +2 -2
- package/compute/v20210401/capacityReservation.js +2 -2
- package/compute/v20210401/capacityReservationGroup.js +2 -2
- package/compute/v20210401/dedicatedHost.js +2 -2
- package/compute/v20210401/dedicatedHostGroup.js +2 -2
- package/compute/v20210401/image.js +2 -2
- package/compute/v20210401/proximityPlacementGroup.js +2 -2
- package/compute/v20210401/restorePoint.js +2 -2
- package/compute/v20210401/restorePointCollection.js +2 -2
- package/compute/v20210401/sshPublicKey.js +2 -2
- package/compute/v20210401/virtualMachine.js +2 -2
- package/compute/v20210401/virtualMachineExtension.js +2 -2
- package/compute/v20210401/virtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/v20210401/virtualMachineScaleSet.js +2 -2
- package/compute/v20210401/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20210401/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20210401/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20210401/virtualMachineScaleSetVMRunCommand.js +2 -2
- package/compute/v20210701/availabilitySet.js +2 -2
- package/compute/v20210701/capacityReservation.js +2 -2
- package/compute/v20210701/capacityReservationGroup.js +2 -2
- package/compute/v20210701/dedicatedHost.js +2 -2
- package/compute/v20210701/dedicatedHostGroup.js +2 -2
- package/compute/v20210701/image.js +2 -2
- package/compute/v20210701/proximityPlacementGroup.js +2 -2
- package/compute/v20210701/restorePoint.js +2 -2
- package/compute/v20210701/restorePointCollection.js +2 -2
- package/compute/v20210701/sshPublicKey.js +2 -2
- package/compute/v20210701/virtualMachine.js +2 -2
- package/compute/v20210701/virtualMachineExtension.js +2 -2
- package/compute/v20210701/virtualMachineRunCommandByVirtualMachine.js +2 -2
- package/compute/v20210701/virtualMachineScaleSet.js +2 -2
- package/compute/v20210701/virtualMachineScaleSetExtension.js +2 -2
- package/compute/v20210701/virtualMachineScaleSetVM.js +2 -2
- package/compute/v20210701/virtualMachineScaleSetVMExtension.js +2 -2
- package/compute/v20210701/virtualMachineScaleSetVMRunCommand.js +2 -2
- package/compute/v20211101/availabilitySet.d.ts +114 -0
- package/compute/v20211101/availabilitySet.js +83 -0
- package/compute/v20211101/capacityReservation.d.ts +114 -0
- package/compute/v20211101/capacityReservation.js +94 -0
- package/compute/v20211101/capacityReservationGroup.d.ts +90 -0
- package/compute/v20211101/capacityReservationGroup.js +79 -0
- package/compute/v20211101/dedicatedHost.d.ts +130 -0
- package/compute/v20211101/dedicatedHost.js +98 -0
- package/compute/v20211101/dedicatedHostGroup.d.ts +102 -0
- package/compute/v20211101/dedicatedHostGroup.js +84 -0
- package/compute/v20211101/getAvailabilitySet.d.ts +78 -0
- package/compute/v20211101/getAvailabilitySet.js +28 -0
- package/compute/v20211101/getCapacityReservation.d.ts +102 -0
- package/compute/v20211101/getCapacityReservation.js +30 -0
- package/compute/v20211101/getCapacityReservationGroup.d.ts +78 -0
- package/compute/v20211101/getCapacityReservationGroup.js +29 -0
- package/compute/v20211101/getDedicatedHost.d.ts +110 -0
- package/compute/v20211101/getDedicatedHost.js +30 -0
- package/compute/v20211101/getDedicatedHostGroup.d.ts +82 -0
- package/compute/v20211101/getDedicatedHostGroup.js +29 -0
- package/compute/v20211101/getImage.d.ts +82 -0
- package/compute/v20211101/getImage.js +29 -0
- package/compute/v20211101/getLogAnalyticExportRequestRateByInterval.d.ts +100 -0
- package/compute/v20211101/getLogAnalyticExportRequestRateByInterval.js +36 -0
- package/compute/v20211101/getLogAnalyticExportThrottledRequests.d.ts +92 -0
- package/compute/v20211101/getLogAnalyticExportThrottledRequests.js +35 -0
- package/compute/v20211101/getProximityPlacementGroup.d.ts +82 -0
- package/compute/v20211101/getProximityPlacementGroup.js +29 -0
- package/compute/v20211101/getRestorePoint.d.ts +88 -0
- package/compute/v20211101/getRestorePoint.js +30 -0
- package/compute/v20211101/getRestorePointCollection.d.ts +78 -0
- package/compute/v20211101/getRestorePointCollection.js +29 -0
- package/compute/v20211101/getSshPublicKey.d.ts +57 -0
- package/compute/v20211101/getSshPublicKey.js +28 -0
- package/compute/v20211101/getVirtualMachine.d.ts +186 -0
- package/compute/v20211101/getVirtualMachine.js +29 -0
- package/compute/v20211101/getVirtualMachineExtension.d.ts +114 -0
- package/compute/v20211101/getVirtualMachineExtension.js +30 -0
- package/compute/v20211101/getVirtualMachineRunCommandByVirtualMachine.d.ts +114 -0
- package/compute/v20211101/getVirtualMachineRunCommandByVirtualMachine.js +30 -0
- package/compute/v20211101/getVirtualMachineScaleSet.d.ts +150 -0
- package/compute/v20211101/getVirtualMachineScaleSet.js +29 -0
- package/compute/v20211101/getVirtualMachineScaleSetExtension.d.ts +103 -0
- package/compute/v20211101/getVirtualMachineScaleSetExtension.js +30 -0
- package/compute/v20211101/getVirtualMachineScaleSetVM.d.ts +158 -0
- package/compute/v20211101/getVirtualMachineScaleSetVM.js +30 -0
- package/compute/v20211101/getVirtualMachineScaleSetVMExtension.d.ts +112 -0
- package/compute/v20211101/getVirtualMachineScaleSetVMExtension.js +31 -0
- package/compute/v20211101/getVirtualMachineScaleSetVMRunCommand.d.ts +122 -0
- package/compute/v20211101/getVirtualMachineScaleSetVMRunCommand.js +31 -0
- package/compute/v20211101/image.d.ts +106 -0
- package/compute/v20211101/image.js +81 -0
- package/compute/v20211101/index.d.ts +39 -0
- package/compute/v20211101/index.js +123 -0
- package/compute/v20211101/proximityPlacementGroup.d.ts +98 -0
- package/compute/v20211101/proximityPlacementGroup.js +81 -0
- package/compute/v20211101/restorePoint.d.ts +94 -0
- package/compute/v20211101/restorePoint.js +85 -0
- package/compute/v20211101/restorePointCollection.d.ts +90 -0
- package/compute/v20211101/restorePointCollection.js +79 -0
- package/compute/v20211101/sshPublicKey.d.ts +77 -0
- package/compute/v20211101/sshPublicKey.js +73 -0
- package/compute/v20211101/virtualMachine.d.ts +298 -0
- package/compute/v20211101/virtualMachine.js +133 -0
- package/compute/v20211101/virtualMachineExtension.d.ts +162 -0
- package/compute/v20211101/virtualMachineExtension.js +97 -0
- package/compute/v20211101/virtualMachineRunCommandByVirtualMachine.d.ts +154 -0
- package/compute/v20211101/virtualMachineRunCommandByVirtualMachine.js +98 -0
- package/compute/v20211101/virtualMachineScaleSet.d.ts +234 -0
- package/compute/v20211101/virtualMachineScaleSet.js +115 -0
- package/compute/v20211101/virtualMachineScaleSetExtension.d.ts +145 -0
- package/compute/v20211101/virtualMachineScaleSetExtension.js +93 -0
- package/compute/v20211101/virtualMachineScaleSetVM.d.ts +214 -0
- package/compute/v20211101/virtualMachineScaleSetVM.js +118 -0
- package/compute/v20211101/virtualMachineScaleSetVMExtension.d.ts +146 -0
- package/compute/v20211101/virtualMachineScaleSetVMExtension.js +97 -0
- package/compute/v20211101/virtualMachineScaleSetVMRunCommand.d.ts +158 -0
- package/compute/v20211101/virtualMachineScaleSetVMRunCommand.js +102 -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/containerregistry/connectedRegistry.js +2 -2
- package/containerregistry/exportPipeline.js +2 -2
- package/containerregistry/importPipeline.js +2 -2
- package/containerregistry/index.d.ts +2 -1
- package/containerregistry/index.js +4 -2
- package/containerregistry/pipelineRun.js +2 -2
- package/containerregistry/privateEndpointConnection.js +2 -2
- package/containerregistry/registry.js +2 -2
- package/containerregistry/replication.js +2 -2
- package/containerregistry/scopeMap.js +2 -2
- package/containerregistry/token.js +2 -2
- package/containerregistry/v20160627preview/registry.js +2 -2
- package/containerregistry/v20170301/registry.js +2 -2
- package/containerregistry/v20170601preview/registry.js +2 -2
- package/containerregistry/v20170601preview/replication.js +2 -2
- package/containerregistry/v20170601preview/webhook.js +2 -2
- package/containerregistry/v20171001/registry.js +2 -2
- package/containerregistry/v20171001/replication.js +2 -2
- package/containerregistry/v20171001/webhook.js +2 -2
- package/containerregistry/v20190501/registry.js +2 -2
- package/containerregistry/v20190501/replication.js +2 -2
- package/containerregistry/v20190501/webhook.js +2 -2
- package/containerregistry/v20190501preview/scopeMap.js +2 -2
- package/containerregistry/v20190501preview/token.js +2 -2
- package/containerregistry/v20191201preview/exportPipeline.js +2 -2
- package/containerregistry/v20191201preview/importPipeline.js +2 -2
- package/containerregistry/v20191201preview/pipelineRun.js +2 -2
- package/containerregistry/v20191201preview/privateEndpointConnection.js +2 -2
- package/containerregistry/v20191201preview/registry.js +2 -2
- package/containerregistry/v20191201preview/replication.js +2 -2
- package/containerregistry/v20191201preview/webhook.js +2 -2
- package/containerregistry/v20201101preview/connectedRegistry.js +2 -2
- package/containerregistry/v20201101preview/exportPipeline.js +2 -2
- package/containerregistry/v20201101preview/importPipeline.js +2 -2
- package/containerregistry/v20201101preview/pipelineRun.js +2 -2
- package/containerregistry/v20201101preview/privateEndpointConnection.js +2 -2
- package/containerregistry/v20201101preview/registry.js +2 -2
- package/containerregistry/v20201101preview/replication.js +2 -2
- package/containerregistry/v20201101preview/scopeMap.js +2 -2
- package/containerregistry/v20201101preview/token.js +2 -2
- package/containerregistry/v20201101preview/webhook.js +2 -2
- package/containerregistry/v20210601preview/connectedRegistry.js +2 -2
- package/containerregistry/v20210601preview/exportPipeline.js +2 -2
- package/containerregistry/v20210601preview/importPipeline.js +2 -2
- package/containerregistry/v20210601preview/pipelineRun.js +2 -2
- package/containerregistry/v20210601preview/privateEndpointConnection.js +2 -2
- package/containerregistry/v20210601preview/registry.js +2 -2
- package/containerregistry/v20210601preview/replication.js +2 -2
- package/containerregistry/v20210601preview/scopeMap.js +2 -2
- package/containerregistry/v20210601preview/token.js +2 -2
- package/containerregistry/v20210601preview/webhook.js +2 -2
- package/containerregistry/v20210801preview/connectedRegistry.js +2 -2
- package/containerregistry/v20210801preview/exportPipeline.js +2 -2
- package/containerregistry/v20210801preview/importPipeline.js +2 -2
- package/containerregistry/v20210801preview/pipelineRun.js +2 -2
- package/containerregistry/v20210801preview/privateEndpointConnection.js +2 -2
- package/containerregistry/v20210801preview/registry.js +2 -2
- package/containerregistry/v20210801preview/replication.js +2 -2
- package/containerregistry/v20210801preview/scopeMap.js +2 -2
- package/containerregistry/v20210801preview/token.js +2 -2
- package/containerregistry/v20210801preview/webhook.js +2 -2
- package/containerregistry/v20210901/privateEndpointConnection.js +2 -2
- package/containerregistry/v20210901/registry.js +2 -2
- package/containerregistry/v20210901/replication.js +2 -2
- package/containerregistry/v20210901/webhook.js +2 -2
- package/containerregistry/v20211201preview/connectedRegistry.d.ts +126 -0
- package/containerregistry/v20211201preview/connectedRegistry.js +104 -0
- package/containerregistry/v20211201preview/exportPipeline.d.ts +94 -0
- package/containerregistry/v20211201preview/exportPipeline.js +86 -0
- package/containerregistry/v20211201preview/getConnectedRegistry.d.ts +104 -0
- package/containerregistry/v20211201preview/getConnectedRegistry.js +29 -0
- package/containerregistry/v20211201preview/getExportPipeline.d.ts +76 -0
- package/containerregistry/v20211201preview/getExportPipeline.js +29 -0
- package/containerregistry/v20211201preview/getImportPipeline.d.ts +80 -0
- package/containerregistry/v20211201preview/getImportPipeline.js +29 -0
- package/containerregistry/v20211201preview/getPipelineRun.d.ts +72 -0
- package/containerregistry/v20211201preview/getPipelineRun.js +29 -0
- package/containerregistry/v20211201preview/getPrivateEndpointConnection.d.ts +68 -0
- package/containerregistry/v20211201preview/getPrivateEndpointConnection.js +29 -0
- package/containerregistry/v20211201preview/getRegistry.d.ts +126 -0
- package/containerregistry/v20211201preview/getRegistry.js +28 -0
- package/containerregistry/v20211201preview/getReplication.d.ts +82 -0
- package/containerregistry/v20211201preview/getReplication.js +29 -0
- package/containerregistry/v20211201preview/getScopeMap.d.ts +74 -0
- package/containerregistry/v20211201preview/getScopeMap.js +29 -0
- package/containerregistry/v20211201preview/getToken.d.ts +76 -0
- package/containerregistry/v20211201preview/getToken.js +29 -0
- package/containerregistry/v20211201preview/getWebhook.d.ts +82 -0
- package/containerregistry/v20211201preview/getWebhook.js +29 -0
- package/containerregistry/v20211201preview/getWebhookCallbackConfig.d.ts +49 -0
- package/containerregistry/v20211201preview/getWebhookCallbackConfig.js +29 -0
- package/containerregistry/v20211201preview/importPipeline.d.ts +102 -0
- package/containerregistry/v20211201preview/importPipeline.js +89 -0
- package/containerregistry/v20211201preview/index.d.ts +24 -0
- package/containerregistry/v20211201preview/index.js +84 -0
- package/containerregistry/v20211201preview/listRegistryCredentials.d.ts +40 -0
- package/containerregistry/v20211201preview/listRegistryCredentials.js +28 -0
- package/containerregistry/v20211201preview/listWebhookEvents.d.ts +48 -0
- package/containerregistry/v20211201preview/listWebhookEvents.js +29 -0
- package/containerregistry/v20211201preview/pipelineRun.d.ts +82 -0
- package/containerregistry/v20211201preview/pipelineRun.js +82 -0
- package/containerregistry/v20211201preview/privateEndpointConnection.d.ts +78 -0
- package/containerregistry/v20211201preview/privateEndpointConnection.js +79 -0
- package/containerregistry/v20211201preview/registry.d.ts +186 -0
- package/containerregistry/v20211201preview/registry.js +112 -0
- package/containerregistry/v20211201preview/replication.d.ts +102 -0
- package/containerregistry/v20211201preview/replication.js +86 -0
- package/containerregistry/v20211201preview/scopeMap.d.ts +86 -0
- package/containerregistry/v20211201preview/scopeMap.js +84 -0
- package/containerregistry/v20211201preview/token.d.ts +90 -0
- package/containerregistry/v20211201preview/token.js +83 -0
- package/containerregistry/v20211201preview/webhook.d.ts +116 -0
- package/containerregistry/v20211201preview/webhook.js +93 -0
- package/containerregistry/webhook.js +2 -2
- package/fluidrelay/fluidRelayServer.js +2 -2
- package/fluidrelay/index.d.ts +3 -1
- package/fluidrelay/index.js +6 -2
- package/fluidrelay/v20210312preview/fluidRelayServer.js +2 -2
- package/fluidrelay/v20210615preview/fluidRelayServer.js +2 -2
- package/fluidrelay/v20210830preview/fluidRelayServer.d.ts +98 -0
- package/fluidrelay/v20210830preview/fluidRelayServer.js +81 -0
- package/fluidrelay/v20210830preview/getFluidRelayServer.d.ts +74 -0
- package/fluidrelay/v20210830preview/getFluidRelayServer.js +28 -0
- package/fluidrelay/v20210830preview/getFluidRelayServerKeys.d.ts +39 -0
- package/fluidrelay/v20210830preview/getFluidRelayServerKeys.js +28 -0
- package/fluidrelay/v20210830preview/index.d.ts +4 -0
- package/fluidrelay/v20210830preview/index.js +37 -0
- package/fluidrelay/v20210910preview/fluidRelayServer.d.ts +98 -0
- package/fluidrelay/v20210910preview/fluidRelayServer.js +81 -0
- package/fluidrelay/v20210910preview/getFluidRelayServer.d.ts +74 -0
- package/fluidrelay/v20210910preview/getFluidRelayServer.js +28 -0
- package/fluidrelay/v20210910preview/getFluidRelayServerKeys.d.ts +39 -0
- package/fluidrelay/v20210910preview/getFluidRelayServerKeys.js +28 -0
- package/fluidrelay/v20210910preview/index.d.ts +4 -0
- package/fluidrelay/v20210910preview/index.js +37 -0
- package/hardwaresecuritymodules/dedicatedHsm.js +2 -2
- package/hardwaresecuritymodules/index.d.ts +2 -1
- package/hardwaresecuritymodules/index.js +4 -2
- package/hardwaresecuritymodules/v20181031preview/dedicatedHsm.js +2 -2
- package/hardwaresecuritymodules/v20211130/dedicatedHsm.d.ts +122 -0
- package/hardwaresecuritymodules/v20211130/dedicatedHsm.js +89 -0
- package/hardwaresecuritymodules/v20211130/getDedicatedHsm.d.ts +86 -0
- package/hardwaresecuritymodules/v20211130/getDedicatedHsm.js +28 -0
- package/hardwaresecuritymodules/v20211130/index.d.ts +3 -0
- package/hardwaresecuritymodules/v20211130/index.js +36 -0
- package/keyvault/index.d.ts +3 -1
- package/keyvault/index.js +6 -2
- package/keyvault/key.js +2 -2
- package/keyvault/managedHsm.js +2 -2
- package/keyvault/mhsmprivateEndpointConnection.js +2 -2
- package/keyvault/privateEndpointConnection.js +2 -2
- package/keyvault/secret.js +2 -2
- package/keyvault/v20150601/vault.js +2 -2
- package/keyvault/v20161001/secret.js +2 -2
- package/keyvault/v20161001/vault.js +2 -2
- package/keyvault/v20180214/privateEndpointConnection.js +2 -2
- package/keyvault/v20180214/secret.js +2 -2
- package/keyvault/v20180214/vault.js +2 -2
- package/keyvault/v20180214preview/secret.js +2 -2
- package/keyvault/v20180214preview/vault.js +2 -2
- package/keyvault/v20190901/key.js +2 -2
- package/keyvault/v20190901/privateEndpointConnection.js +2 -2
- package/keyvault/v20190901/secret.js +2 -2
- package/keyvault/v20190901/vault.js +2 -2
- package/keyvault/v20200401preview/key.js +2 -2
- package/keyvault/v20200401preview/managedHsm.js +2 -2
- package/keyvault/v20200401preview/privateEndpointConnection.js +2 -2
- package/keyvault/v20200401preview/secret.js +2 -2
- package/keyvault/v20200401preview/vault.js +2 -2
- package/keyvault/v20210401preview/key.js +2 -2
- package/keyvault/v20210401preview/managedHsm.js +2 -2
- package/keyvault/v20210401preview/mhsmprivateEndpointConnection.js +2 -2
- package/keyvault/v20210401preview/privateEndpointConnection.js +2 -2
- package/keyvault/v20210401preview/secret.js +2 -2
- package/keyvault/v20210401preview/vault.js +2 -2
- package/keyvault/v20210601preview/key.js +2 -2
- package/keyvault/v20210601preview/managedHsm.js +2 -2
- package/keyvault/v20210601preview/mhsmprivateEndpointConnection.js +2 -2
- package/keyvault/v20210601preview/privateEndpointConnection.js +2 -2
- package/keyvault/v20210601preview/secret.js +2 -2
- package/keyvault/v20210601preview/vault.js +2 -2
- package/keyvault/v20211001/getKey.d.ts +87 -0
- package/keyvault/v20211001/getKey.js +29 -0
- package/keyvault/v20211001/getMHSMPrivateEndpointConnection.d.ts +86 -0
- package/keyvault/v20211001/getMHSMPrivateEndpointConnection.js +29 -0
- package/keyvault/v20211001/getManagedHsm.d.ts +66 -0
- package/keyvault/v20211001/getManagedHsm.js +28 -0
- package/keyvault/v20211001/getPrivateEndpointConnection.d.ts +78 -0
- package/keyvault/v20211001/getPrivateEndpointConnection.js +29 -0
- package/keyvault/v20211001/getSecret.d.ts +66 -0
- package/keyvault/v20211001/getSecret.js +29 -0
- package/keyvault/v20211001/getVault.d.ts +62 -0
- package/keyvault/v20211001/getVault.js +28 -0
- package/keyvault/v20211001/index.d.ts +13 -0
- package/keyvault/v20211001/index.js +61 -0
- package/keyvault/v20211001/key.d.ts +99 -0
- package/keyvault/v20211001/key.js +93 -0
- package/keyvault/v20211001/managedHsm.d.ts +90 -0
- package/keyvault/v20211001/managedHsm.js +77 -0
- package/keyvault/v20211001/mhsmprivateEndpointConnection.d.ts +106 -0
- package/keyvault/v20211001/mhsmprivateEndpointConnection.js +86 -0
- package/keyvault/v20211001/privateEndpointConnection.d.ts +84 -0
- package/keyvault/v20211001/privateEndpointConnection.js +83 -0
- package/keyvault/v20211001/secret.d.ts +78 -0
- package/keyvault/v20211001/secret.js +80 -0
- package/keyvault/v20211001/vault.d.ts +82 -0
- package/keyvault/v20211001/vault.js +79 -0
- package/keyvault/v20211101preview/getKey.d.ts +95 -0
- package/keyvault/v20211101preview/getKey.js +29 -0
- package/keyvault/v20211101preview/getMHSMPrivateEndpointConnection.d.ts +86 -0
- package/keyvault/v20211101preview/getMHSMPrivateEndpointConnection.js +29 -0
- package/keyvault/v20211101preview/getManagedHsm.d.ts +66 -0
- package/keyvault/v20211101preview/getManagedHsm.js +28 -0
- package/keyvault/v20211101preview/getPrivateEndpointConnection.d.ts +78 -0
- package/keyvault/v20211101preview/getPrivateEndpointConnection.js +29 -0
- package/keyvault/v20211101preview/getSecret.d.ts +66 -0
- package/keyvault/v20211101preview/getSecret.js +29 -0
- package/keyvault/v20211101preview/getVault.d.ts +62 -0
- package/keyvault/v20211101preview/getVault.js +28 -0
- package/keyvault/v20211101preview/index.d.ts +13 -0
- package/keyvault/v20211101preview/index.js +61 -0
- package/keyvault/v20211101preview/key.d.ts +107 -0
- package/keyvault/v20211101preview/key.js +98 -0
- package/keyvault/v20211101preview/managedHsm.d.ts +90 -0
- package/keyvault/v20211101preview/managedHsm.js +77 -0
- package/keyvault/v20211101preview/mhsmprivateEndpointConnection.d.ts +106 -0
- package/keyvault/v20211101preview/mhsmprivateEndpointConnection.js +86 -0
- package/keyvault/v20211101preview/privateEndpointConnection.d.ts +84 -0
- package/keyvault/v20211101preview/privateEndpointConnection.js +83 -0
- package/keyvault/v20211101preview/secret.d.ts +78 -0
- package/keyvault/v20211101preview/secret.js +80 -0
- package/keyvault/v20211101preview/vault.d.ts +82 -0
- package/keyvault/v20211101preview/vault.js +79 -0
- package/keyvault/vault.js +2 -2
- package/logz/getMetricsSource.d.ts +62 -0
- package/logz/getMetricsSource.js +29 -0
- package/logz/getMetricsSourceTagRule.d.ts +63 -0
- package/logz/getMetricsSourceTagRule.js +31 -0
- package/logz/index.d.ts +6 -1
- package/logz/index.js +14 -2
- package/logz/metricsSource.d.ts +76 -0
- package/logz/metricsSource.js +81 -0
- package/logz/metricsSourceTagRule.d.ts +68 -0
- package/logz/metricsSourceTagRule.js +80 -0
- package/logz/monitor.js +2 -2
- package/logz/subAccount.js +2 -2
- package/logz/subAccountTagRule.js +2 -2
- package/logz/tagRule.js +2 -2
- package/logz/v20201001/monitor.js +2 -2
- package/logz/v20201001/subAccount.js +2 -2
- package/logz/v20201001/subAccountTagRule.js +2 -2
- package/logz/v20201001/tagRule.js +2 -2
- package/logz/v20201001preview/monitor.js +2 -2
- package/logz/v20201001preview/subAccount.js +2 -2
- package/logz/v20201001preview/subAccountTagRule.js +2 -2
- package/logz/v20201001preview/tagRule.js +2 -2
- package/logz/v20220101preview/getMetricsSource.d.ts +59 -0
- package/logz/v20220101preview/getMetricsSource.js +26 -0
- package/logz/v20220101preview/getMetricsSourceTagRule.d.ts +62 -0
- package/logz/v20220101preview/getMetricsSourceTagRule.js +30 -0
- package/logz/v20220101preview/getMonitor.d.ts +51 -0
- package/logz/v20220101preview/getMonitor.js +25 -0
- package/logz/v20220101preview/getSubAccount.d.ts +59 -0
- package/logz/v20220101preview/getSubAccount.js +26 -0
- package/logz/v20220101preview/getSubAccountTagRule.d.ts +62 -0
- package/logz/v20220101preview/getSubAccountTagRule.js +30 -0
- package/logz/v20220101preview/getTagRule.d.ts +54 -0
- package/logz/v20220101preview/getTagRule.js +29 -0
- package/logz/v20220101preview/index.d.ts +18 -0
- package/logz/v20220101preview/index.js +66 -0
- package/logz/v20220101preview/listMonitorMonitoredResources.d.ts +40 -0
- package/logz/v20220101preview/listMonitorMonitoredResources.js +28 -0
- package/logz/v20220101preview/listMonitorUserRoles.d.ts +48 -0
- package/logz/v20220101preview/listMonitorUserRoles.js +29 -0
- package/logz/v20220101preview/listMonitorVMHosts.d.ts +40 -0
- package/logz/v20220101preview/listMonitorVMHosts.js +28 -0
- package/logz/v20220101preview/listSubAccountMonitoredResources.d.ts +48 -0
- package/logz/v20220101preview/listSubAccountMonitoredResources.js +29 -0
- package/logz/v20220101preview/listSubAccountVMHosts.d.ts +48 -0
- package/logz/v20220101preview/listSubAccountVMHosts.js +29 -0
- package/logz/v20220101preview/metricsSource.d.ts +73 -0
- package/logz/v20220101preview/metricsSource.js +78 -0
- package/logz/v20220101preview/metricsSourceTagRule.d.ts +67 -0
- package/logz/v20220101preview/metricsSourceTagRule.js +79 -0
- package/logz/v20220101preview/monitor.d.ts +69 -0
- package/logz/v20220101preview/monitor.js +74 -0
- package/logz/v20220101preview/subAccount.d.ts +73 -0
- package/logz/v20220101preview/subAccount.js +78 -0
- package/logz/v20220101preview/subAccountTagRule.d.ts +67 -0
- package/logz/v20220101preview/subAccountTagRule.js +79 -0
- package/logz/v20220101preview/tagRule.d.ts +63 -0
- package/logz/v20220101preview/tagRule.js +75 -0
- package/network/adminRule.js +2 -2
- package/network/adminRuleCollection.js +2 -2
- package/network/connectivityConfiguration.js +2 -2
- package/network/defaultAdminRule.js +2 -2
- package/network/defaultUserRule.js +2 -2
- package/network/getManagementGroupNetworkManagerConnection.d.ts +61 -0
- package/network/getManagementGroupNetworkManagerConnection.js +29 -0
- package/network/getScopeConnection.d.ts +73 -0
- package/network/getScopeConnection.js +30 -0
- package/network/getStaticMember.d.ts +73 -0
- package/network/getStaticMember.js +31 -0
- package/network/getSubscriptionNetworkManagerConnection.d.ts +53 -0
- package/network/getSubscriptionNetworkManagerConnection.js +28 -0
- package/network/index.d.ts +10 -1
- package/network/index.js +24 -2
- package/network/managementGroupNetworkManagerConnection.d.ts +75 -0
- package/network/managementGroupNetworkManagerConnection.js +76 -0
- package/network/networkGroup.js +2 -2
- package/network/networkManager.js +2 -2
- package/network/scopeConnection.d.ts +87 -0
- package/network/scopeConnection.js +82 -0
- package/network/securityAdminConfiguration.js +2 -2
- package/network/securityUserConfiguration.js +2 -2
- package/network/staticMember.d.ts +75 -0
- package/network/staticMember.js +82 -0
- package/network/subscriptionNetworkManagerConnection.d.ts +71 -0
- package/network/subscriptionNetworkManagerConnection.js +72 -0
- package/network/userRule.js +2 -2
- package/network/userRuleCollection.js +2 -2
- package/network/v20210201preview/adminRule.js +2 -2
- package/network/v20210201preview/adminRuleCollection.js +2 -2
- package/network/v20210201preview/connectivityConfiguration.js +2 -2
- package/network/v20210201preview/defaultAdminRule.js +2 -2
- package/network/v20210201preview/defaultUserRule.js +2 -2
- package/network/v20210201preview/networkGroup.js +2 -2
- package/network/v20210201preview/networkManager.js +2 -2
- package/network/v20210201preview/securityAdminConfiguration.js +2 -2
- package/network/v20210201preview/securityUserConfiguration.js +2 -2
- package/network/v20210201preview/userRule.js +2 -2
- package/network/v20210201preview/userRuleCollection.js +2 -2
- package/network/v20210501preview/adminRule.d.ts +81 -0
- package/network/v20210501preview/adminRule.js +93 -0
- package/network/v20210501preview/adminRuleCollection.d.ts +94 -0
- package/network/v20210501preview/adminRuleCollection.js +90 -0
- package/network/v20210501preview/connectivityConfiguration.d.ts +122 -0
- package/network/v20210501preview/connectivityConfiguration.js +97 -0
- package/network/v20210501preview/defaultAdminRule.d.ts +132 -0
- package/network/v20210501preview/defaultAdminRule.js +112 -0
- package/network/v20210501preview/defaultUserRule.d.ts +124 -0
- package/network/v20210501preview/defaultUserRule.js +108 -0
- package/network/v20210501preview/getAdminRule.d.ts +81 -0
- package/network/v20210501preview/getAdminRule.js +33 -0
- package/network/v20210501preview/getAdminRuleCollection.d.ts +84 -0
- package/network/v20210501preview/getAdminRuleCollection.js +30 -0
- package/network/v20210501preview/getConnectivityConfiguration.d.ts +92 -0
- package/network/v20210501preview/getConnectivityConfiguration.js +29 -0
- package/network/v20210501preview/getDefaultAdminRule.d.ts +129 -0
- package/network/v20210501preview/getDefaultAdminRule.js +31 -0
- package/network/v20210501preview/getDefaultUserRule.d.ts +121 -0
- package/network/v20210501preview/getDefaultUserRule.js +31 -0
- package/network/v20210501preview/getManagementGroupNetworkManagerConnection.d.ts +60 -0
- package/network/v20210501preview/getManagementGroupNetworkManagerConnection.js +28 -0
- package/network/v20210501preview/getNetworkGroup.d.ts +76 -0
- package/network/v20210501preview/getNetworkGroup.js +29 -0
- package/network/v20210501preview/getNetworkManager.d.ts +82 -0
- package/network/v20210501preview/getNetworkManager.js +28 -0
- package/network/v20210501preview/getScopeConnection.d.ts +72 -0
- package/network/v20210501preview/getScopeConnection.js +29 -0
- package/network/v20210501preview/getSecurityAdminConfiguration.d.ts +84 -0
- package/network/v20210501preview/getSecurityAdminConfiguration.js +29 -0
- package/network/v20210501preview/getSecurityUserConfiguration.d.ts +84 -0
- package/network/v20210501preview/getSecurityUserConfiguration.js +29 -0
- package/network/v20210501preview/getStaticMember.d.ts +72 -0
- package/network/v20210501preview/getStaticMember.js +30 -0
- package/network/v20210501preview/getSubscriptionNetworkManagerConnection.d.ts +52 -0
- package/network/v20210501preview/getSubscriptionNetworkManagerConnection.js +27 -0
- package/network/v20210501preview/getUserRule.d.ts +81 -0
- package/network/v20210501preview/getUserRule.js +33 -0
- package/network/v20210501preview/getUserRuleCollection.d.ts +84 -0
- package/network/v20210501preview/getUserRuleCollection.js +30 -0
- package/network/v20210501preview/index.d.ts +39 -0
- package/network/v20210501preview/index.js +114 -0
- package/network/v20210501preview/listActiveConnectivityConfigurations.d.ts +56 -0
- package/network/v20210501preview/listActiveConnectivityConfigurations.js +30 -0
- package/network/v20210501preview/listActiveSecurityAdminRules.d.ts +56 -0
- package/network/v20210501preview/listActiveSecurityAdminRules.js +30 -0
- package/network/v20210501preview/listActiveSecurityUserRules.d.ts +56 -0
- package/network/v20210501preview/listActiveSecurityUserRules.js +30 -0
- package/network/v20210501preview/listEffectiveVirtualNetworkByNetworkManager.d.ts +64 -0
- package/network/v20210501preview/listEffectiveVirtualNetworkByNetworkManager.js +31 -0
- package/network/v20210501preview/listListEffectiveVirtualNetworkByNetworkGroup.d.ts +56 -0
- package/network/v20210501preview/listListEffectiveVirtualNetworkByNetworkGroup.js +30 -0
- package/network/v20210501preview/listNetworkManagerDeploymentStatus.d.ts +64 -0
- package/network/v20210501preview/listNetworkManagerDeploymentStatus.js +31 -0
- package/network/v20210501preview/listNetworkManagerEffectiveConnectivityConfigurations.d.ts +48 -0
- package/network/v20210501preview/listNetworkManagerEffectiveConnectivityConfigurations.js +29 -0
- package/network/v20210501preview/listNetworkManagerEffectiveSecurityAdminRules.d.ts +48 -0
- package/network/v20210501preview/listNetworkManagerEffectiveSecurityAdminRules.js +29 -0
- package/network/v20210501preview/managementGroupNetworkManagerConnection.d.ts +74 -0
- package/network/v20210501preview/managementGroupNetworkManagerConnection.js +75 -0
- package/network/v20210501preview/networkGroup.d.ts +90 -0
- package/network/v20210501preview/networkGroup.js +86 -0
- package/network/v20210501preview/networkManager.d.ts +118 -0
- package/network/v20210501preview/networkManager.js +92 -0
- package/network/v20210501preview/scopeConnection.d.ts +86 -0
- package/network/v20210501preview/scopeConnection.js +81 -0
- package/network/v20210501preview/securityAdminConfiguration.d.ts +106 -0
- package/network/v20210501preview/securityAdminConfiguration.js +87 -0
- package/network/v20210501preview/securityUserConfiguration.d.ts +106 -0
- package/network/v20210501preview/securityUserConfiguration.js +87 -0
- package/network/v20210501preview/staticMember.d.ts +74 -0
- package/network/v20210501preview/staticMember.js +81 -0
- package/network/v20210501preview/subscriptionNetworkManagerConnection.d.ts +70 -0
- package/network/v20210501preview/subscriptionNetworkManagerConnection.js +71 -0
- package/network/v20210501preview/userRule.d.ts +81 -0
- package/network/v20210501preview/userRule.js +93 -0
- package/network/v20210501preview/userRuleCollection.d.ts +94 -0
- package/network/v20210501preview/userRuleCollection.js +90 -0
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/recoveryservices/index.d.ts +3 -1
- package/recoveryservices/index.js +6 -2
- package/recoveryservices/privateEndpointConnection.js +2 -2
- package/recoveryservices/protectedItem.js +2 -2
- package/recoveryservices/protectionContainer.js +2 -2
- package/recoveryservices/protectionIntent.js +2 -2
- package/recoveryservices/protectionPolicy.js +2 -2
- package/recoveryservices/replicationFabric.js +2 -2
- package/recoveryservices/replicationMigrationItem.js +2 -2
- package/recoveryservices/replicationNetworkMapping.js +2 -2
- package/recoveryservices/replicationPolicy.js +2 -2
- package/recoveryservices/replicationProtectedItem.js +2 -2
- package/recoveryservices/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/replicationRecoveryServicesProvider.js +2 -2
- package/recoveryservices/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/replicationvCenter.js +2 -2
- package/recoveryservices/resourceGuardProxy.js +2 -2
- package/recoveryservices/v20160601/protectionPolicy.js +2 -2
- package/recoveryservices/v20160810/replicationFabric.js +2 -2
- package/recoveryservices/v20160810/replicationNetworkMapping.js +2 -2
- package/recoveryservices/v20160810/replicationPolicy.js +2 -2
- package/recoveryservices/v20160810/replicationProtectedItem.js +2 -2
- package/recoveryservices/v20160810/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/v20160810/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/v20160810/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/v20160810/replicationvCenter.js +2 -2
- package/recoveryservices/v20161201/protectionContainer.js +2 -2
- package/recoveryservices/v20170701/protectionIntent.js +2 -2
- package/recoveryservices/v20180110/replicationFabric.js +2 -2
- package/recoveryservices/v20180110/replicationMigrationItem.js +2 -2
- package/recoveryservices/v20180110/replicationNetworkMapping.js +2 -2
- package/recoveryservices/v20180110/replicationPolicy.js +2 -2
- package/recoveryservices/v20180110/replicationProtectedItem.js +2 -2
- package/recoveryservices/v20180110/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/v20180110/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/v20180110/replicationRecoveryServicesProvider.js +2 -2
- package/recoveryservices/v20180110/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/v20180110/replicationvCenter.js +2 -2
- package/recoveryservices/v20180710/replicationFabric.js +2 -2
- package/recoveryservices/v20180710/replicationMigrationItem.js +2 -2
- package/recoveryservices/v20180710/replicationNetworkMapping.js +2 -2
- package/recoveryservices/v20180710/replicationPolicy.js +2 -2
- package/recoveryservices/v20180710/replicationProtectedItem.js +2 -2
- package/recoveryservices/v20180710/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/v20180710/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/v20180710/replicationRecoveryServicesProvider.js +2 -2
- package/recoveryservices/v20180710/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/v20180710/replicationvCenter.js +2 -2
- package/recoveryservices/v20190513/protectedItem.js +2 -2
- package/recoveryservices/v20190615/protectedItem.js +2 -2
- package/recoveryservices/v20200202/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20201001/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20201001/protectedItem.js +2 -2
- package/recoveryservices/v20201001/protectionContainer.js +2 -2
- package/recoveryservices/v20201001/protectionPolicy.js +2 -2
- package/recoveryservices/v20201201/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20201201/protectedItem.js +2 -2
- package/recoveryservices/v20201201/protectionContainer.js +2 -2
- package/recoveryservices/v20201201/protectionPolicy.js +2 -2
- package/recoveryservices/v20210101/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20210101/protectedItem.js +2 -2
- package/recoveryservices/v20210101/protectionContainer.js +2 -2
- package/recoveryservices/v20210101/protectionPolicy.js +2 -2
- package/recoveryservices/v20210201/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20210201/protectedItem.js +2 -2
- package/recoveryservices/v20210201/protectionContainer.js +2 -2
- package/recoveryservices/v20210201/protectionIntent.js +2 -2
- package/recoveryservices/v20210201/protectionPolicy.js +2 -2
- package/recoveryservices/v20210201preview/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20210201preview/protectedItem.js +2 -2
- package/recoveryservices/v20210201preview/protectionContainer.js +2 -2
- package/recoveryservices/v20210201preview/protectionIntent.js +2 -2
- package/recoveryservices/v20210201preview/protectionPolicy.js +2 -2
- package/recoveryservices/v20210201preview/resourceGuardProxy.js +2 -2
- package/recoveryservices/v20210210/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20210210/protectedItem.js +2 -2
- package/recoveryservices/v20210210/protectionContainer.js +2 -2
- package/recoveryservices/v20210210/protectionIntent.js +2 -2
- package/recoveryservices/v20210210/protectionPolicy.js +2 -2
- package/recoveryservices/v20210210/replicationFabric.js +2 -2
- package/recoveryservices/v20210210/replicationMigrationItem.js +2 -2
- package/recoveryservices/v20210210/replicationNetworkMapping.js +2 -2
- package/recoveryservices/v20210210/replicationPolicy.js +2 -2
- package/recoveryservices/v20210210/replicationProtectedItem.js +2 -2
- package/recoveryservices/v20210210/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/v20210210/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/v20210210/replicationRecoveryServicesProvider.js +2 -2
- package/recoveryservices/v20210210/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/v20210210/replicationvCenter.js +2 -2
- package/recoveryservices/v20210301/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20210301/protectedItem.js +2 -2
- package/recoveryservices/v20210301/protectionContainer.js +2 -2
- package/recoveryservices/v20210301/protectionIntent.js +2 -2
- package/recoveryservices/v20210301/protectionPolicy.js +2 -2
- package/recoveryservices/v20210301/replicationFabric.js +2 -2
- package/recoveryservices/v20210301/replicationMigrationItem.js +2 -2
- package/recoveryservices/v20210301/replicationNetworkMapping.js +2 -2
- package/recoveryservices/v20210301/replicationPolicy.js +2 -2
- package/recoveryservices/v20210301/replicationProtectedItem.js +2 -2
- package/recoveryservices/v20210301/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/v20210301/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/v20210301/replicationRecoveryServicesProvider.js +2 -2
- package/recoveryservices/v20210301/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/v20210301/replicationvCenter.js +2 -2
- package/recoveryservices/v20210401/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20210401/protectedItem.js +2 -2
- package/recoveryservices/v20210401/protectionContainer.js +2 -2
- package/recoveryservices/v20210401/protectionIntent.js +2 -2
- package/recoveryservices/v20210401/protectionPolicy.js +2 -2
- package/recoveryservices/v20210401/replicationFabric.js +2 -2
- package/recoveryservices/v20210401/replicationMigrationItem.js +2 -2
- package/recoveryservices/v20210401/replicationNetworkMapping.js +2 -2
- package/recoveryservices/v20210401/replicationPolicy.js +2 -2
- package/recoveryservices/v20210401/replicationProtectedItem.js +2 -2
- package/recoveryservices/v20210401/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/v20210401/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/v20210401/replicationRecoveryServicesProvider.js +2 -2
- package/recoveryservices/v20210401/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/v20210401/replicationvCenter.js +2 -2
- package/recoveryservices/v20210601/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20210601/protectedItem.js +2 -2
- package/recoveryservices/v20210601/protectionContainer.js +2 -2
- package/recoveryservices/v20210601/protectionIntent.js +2 -2
- package/recoveryservices/v20210601/protectionPolicy.js +2 -2
- package/recoveryservices/v20210601/replicationFabric.js +2 -2
- package/recoveryservices/v20210601/replicationMigrationItem.js +2 -2
- package/recoveryservices/v20210601/replicationNetworkMapping.js +2 -2
- package/recoveryservices/v20210601/replicationPolicy.js +2 -2
- package/recoveryservices/v20210601/replicationProtectedItem.js +2 -2
- package/recoveryservices/v20210601/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/v20210601/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/v20210601/replicationRecoveryServicesProvider.js +2 -2
- package/recoveryservices/v20210601/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/v20210601/replicationvCenter.js +2 -2
- package/recoveryservices/v20210701/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20210701/protectedItem.js +2 -2
- package/recoveryservices/v20210701/protectionContainer.js +2 -2
- package/recoveryservices/v20210701/protectionIntent.js +2 -2
- package/recoveryservices/v20210701/protectionPolicy.js +2 -2
- package/recoveryservices/v20210701/replicationFabric.js +2 -2
- package/recoveryservices/v20210701/replicationMigrationItem.js +2 -2
- package/recoveryservices/v20210701/replicationNetworkMapping.js +2 -2
- package/recoveryservices/v20210701/replicationPolicy.js +2 -2
- package/recoveryservices/v20210701/replicationProtectedItem.js +2 -2
- package/recoveryservices/v20210701/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/v20210701/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/v20210701/replicationRecoveryServicesProvider.js +2 -2
- package/recoveryservices/v20210701/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/v20210701/replicationvCenter.js +2 -2
- package/recoveryservices/v20210701/resourceGuardProxy.js +2 -2
- package/recoveryservices/v20210801/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20210801/protectedItem.js +2 -2
- package/recoveryservices/v20210801/protectionContainer.js +2 -2
- package/recoveryservices/v20210801/protectionIntent.js +2 -2
- package/recoveryservices/v20210801/protectionPolicy.js +2 -2
- package/recoveryservices/v20210801/replicationFabric.js +2 -2
- package/recoveryservices/v20210801/replicationMigrationItem.js +2 -2
- package/recoveryservices/v20210801/replicationNetworkMapping.js +2 -2
- package/recoveryservices/v20210801/replicationPolicy.js +2 -2
- package/recoveryservices/v20210801/replicationProtectedItem.js +2 -2
- package/recoveryservices/v20210801/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/v20210801/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/v20210801/replicationRecoveryServicesProvider.js +2 -2
- package/recoveryservices/v20210801/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/v20210801/replicationvCenter.js +2 -2
- package/recoveryservices/v20210801/resourceGuardProxy.js +2 -2
- package/recoveryservices/v20211001/privateEndpointConnection.js +2 -2
- package/recoveryservices/v20211001/protectedItem.js +2 -2
- package/recoveryservices/v20211001/protectionContainer.js +2 -2
- package/recoveryservices/v20211001/protectionIntent.js +2 -2
- package/recoveryservices/v20211001/protectionPolicy.js +2 -2
- package/recoveryservices/v20211001/replicationFabric.js +2 -2
- package/recoveryservices/v20211001/replicationMigrationItem.js +2 -2
- package/recoveryservices/v20211001/replicationNetworkMapping.js +2 -2
- package/recoveryservices/v20211001/replicationPolicy.js +2 -2
- package/recoveryservices/v20211001/replicationProtectedItem.js +2 -2
- package/recoveryservices/v20211001/replicationProtectionContainerMapping.js +2 -2
- package/recoveryservices/v20211001/replicationRecoveryPlan.js +2 -2
- package/recoveryservices/v20211001/replicationRecoveryServicesProvider.js +2 -2
- package/recoveryservices/v20211001/replicationStorageClassificationMapping.js +2 -2
- package/recoveryservices/v20211001/replicationvCenter.js +2 -2
- package/recoveryservices/v20211001/resourceGuardProxy.js +2 -2
- package/recoveryservices/v20211101/getReplicationFabric.d.ts +68 -0
- package/recoveryservices/v20211101/getReplicationFabric.js +30 -0
- package/recoveryservices/v20211101/getReplicationMigrationItem.d.ts +76 -0
- package/recoveryservices/v20211101/getReplicationMigrationItem.js +31 -0
- package/recoveryservices/v20211101/getReplicationNetworkMapping.d.ts +76 -0
- package/recoveryservices/v20211101/getReplicationNetworkMapping.js +31 -0
- package/recoveryservices/v20211101/getReplicationPolicy.d.ts +60 -0
- package/recoveryservices/v20211101/getReplicationPolicy.js +29 -0
- package/recoveryservices/v20211101/getReplicationProtectedItem.d.ts +76 -0
- package/recoveryservices/v20211101/getReplicationProtectedItem.js +31 -0
- package/recoveryservices/v20211101/getReplicationProtectionContainerMapping.d.ts +76 -0
- package/recoveryservices/v20211101/getReplicationProtectionContainerMapping.js +31 -0
- package/recoveryservices/v20211101/getReplicationRecoveryPlan.d.ts +60 -0
- package/recoveryservices/v20211101/getReplicationRecoveryPlan.js +29 -0
- package/recoveryservices/v20211101/getReplicationRecoveryServicesProvider.d.ts +68 -0
- package/recoveryservices/v20211101/getReplicationRecoveryServicesProvider.js +30 -0
- package/recoveryservices/v20211101/getReplicationStorageClassificationMapping.d.ts +76 -0
- package/recoveryservices/v20211101/getReplicationStorageClassificationMapping.js +31 -0
- package/recoveryservices/v20211101/getReplicationvCenter.d.ts +68 -0
- package/recoveryservices/v20211101/getReplicationvCenter.js +30 -0
- package/recoveryservices/v20211101/index.d.ts +21 -0
- package/recoveryservices/v20211101/index.js +81 -0
- package/recoveryservices/v20211101/replicationFabric.d.ts +66 -0
- package/recoveryservices/v20211101/replicationFabric.js +75 -0
- package/recoveryservices/v20211101/replicationMigrationItem.d.ts +74 -0
- package/recoveryservices/v20211101/replicationMigrationItem.js +86 -0
- package/recoveryservices/v20211101/replicationNetworkMapping.d.ts +74 -0
- package/recoveryservices/v20211101/replicationNetworkMapping.js +86 -0
- package/recoveryservices/v20211101/replicationPolicy.d.ts +66 -0
- package/recoveryservices/v20211101/replicationPolicy.js +75 -0
- package/recoveryservices/v20211101/replicationProtectedItem.d.ts +74 -0
- package/recoveryservices/v20211101/replicationProtectedItem.js +83 -0
- package/recoveryservices/v20211101/replicationProtectionContainerMapping.d.ts +74 -0
- package/recoveryservices/v20211101/replicationProtectionContainerMapping.js +83 -0
- package/recoveryservices/v20211101/replicationRecoveryPlan.d.ts +66 -0
- package/recoveryservices/v20211101/replicationRecoveryPlan.js +78 -0
- package/recoveryservices/v20211101/replicationRecoveryServicesProvider.d.ts +70 -0
- package/recoveryservices/v20211101/replicationRecoveryServicesProvider.js +82 -0
- package/recoveryservices/v20211101/replicationStorageClassificationMapping.d.ts +74 -0
- package/recoveryservices/v20211101/replicationStorageClassificationMapping.js +83 -0
- package/recoveryservices/v20211101/replicationvCenter.d.ts +70 -0
- package/recoveryservices/v20211101/replicationvCenter.js +79 -0
- package/recoveryservices/v20211201/getPrivateEndpointConnection.d.ts +70 -0
- package/recoveryservices/v20211201/getPrivateEndpointConnection.js +29 -0
- package/recoveryservices/v20211201/getProtectedItem.d.ts +94 -0
- package/recoveryservices/v20211201/getProtectedItem.js +32 -0
- package/recoveryservices/v20211201/getProtectionContainer.d.ts +78 -0
- package/recoveryservices/v20211201/getProtectionContainer.js +30 -0
- package/recoveryservices/v20211201/getProtectionIntent.d.ts +78 -0
- package/recoveryservices/v20211201/getProtectionIntent.js +30 -0
- package/recoveryservices/v20211201/getProtectionPolicy.d.ts +70 -0
- package/recoveryservices/v20211201/getProtectionPolicy.js +29 -0
- package/recoveryservices/v20211201/getReplicationFabric.d.ts +68 -0
- package/recoveryservices/v20211201/getReplicationFabric.js +30 -0
- package/recoveryservices/v20211201/getReplicationMigrationItem.d.ts +76 -0
- package/recoveryservices/v20211201/getReplicationMigrationItem.js +31 -0
- package/recoveryservices/v20211201/getReplicationNetworkMapping.d.ts +76 -0
- package/recoveryservices/v20211201/getReplicationNetworkMapping.js +31 -0
- package/recoveryservices/v20211201/getReplicationPolicy.d.ts +60 -0
- package/recoveryservices/v20211201/getReplicationPolicy.js +29 -0
- package/recoveryservices/v20211201/getReplicationProtectedItem.d.ts +76 -0
- package/recoveryservices/v20211201/getReplicationProtectedItem.js +31 -0
- package/recoveryservices/v20211201/getReplicationProtectionContainerMapping.d.ts +76 -0
- package/recoveryservices/v20211201/getReplicationProtectionContainerMapping.js +31 -0
- package/recoveryservices/v20211201/getReplicationRecoveryPlan.d.ts +60 -0
- package/recoveryservices/v20211201/getReplicationRecoveryPlan.js +29 -0
- package/recoveryservices/v20211201/getReplicationRecoveryServicesProvider.d.ts +68 -0
- package/recoveryservices/v20211201/getReplicationRecoveryServicesProvider.js +30 -0
- package/recoveryservices/v20211201/getReplicationStorageClassificationMapping.d.ts +76 -0
- package/recoveryservices/v20211201/getReplicationStorageClassificationMapping.js +31 -0
- package/recoveryservices/v20211201/getReplicationvCenter.d.ts +68 -0
- package/recoveryservices/v20211201/getReplicationvCenter.js +30 -0
- package/recoveryservices/v20211201/getResourceGuardProxy.d.ts +58 -0
- package/recoveryservices/v20211201/getResourceGuardProxy.js +26 -0
- package/recoveryservices/v20211201/index.d.ts +33 -0
- package/recoveryservices/v20211201/index.js +111 -0
- package/recoveryservices/v20211201/privateEndpointConnection.d.ts +90 -0
- package/recoveryservices/v20211201/privateEndpointConnection.js +79 -0
- package/recoveryservices/v20211201/protectedItem.d.ts +98 -0
- package/recoveryservices/v20211201/protectedItem.js +87 -0
- package/recoveryservices/v20211201/protectionContainer.d.ts +94 -0
- package/recoveryservices/v20211201/protectionContainer.js +83 -0
- package/recoveryservices/v20211201/protectionIntent.d.ts +94 -0
- package/recoveryservices/v20211201/protectionIntent.js +83 -0
- package/recoveryservices/v20211201/protectionPolicy.d.ts +90 -0
- package/recoveryservices/v20211201/protectionPolicy.js +79 -0
- package/recoveryservices/v20211201/replicationFabric.d.ts +66 -0
- package/recoveryservices/v20211201/replicationFabric.js +75 -0
- package/recoveryservices/v20211201/replicationMigrationItem.d.ts +74 -0
- package/recoveryservices/v20211201/replicationMigrationItem.js +86 -0
- package/recoveryservices/v20211201/replicationNetworkMapping.d.ts +74 -0
- package/recoveryservices/v20211201/replicationNetworkMapping.js +86 -0
- package/recoveryservices/v20211201/replicationPolicy.d.ts +66 -0
- package/recoveryservices/v20211201/replicationPolicy.js +75 -0
- package/recoveryservices/v20211201/replicationProtectedItem.d.ts +74 -0
- package/recoveryservices/v20211201/replicationProtectedItem.js +83 -0
- package/recoveryservices/v20211201/replicationProtectionContainerMapping.d.ts +74 -0
- package/recoveryservices/v20211201/replicationProtectionContainerMapping.js +83 -0
- package/recoveryservices/v20211201/replicationRecoveryPlan.d.ts +66 -0
- package/recoveryservices/v20211201/replicationRecoveryPlan.js +78 -0
- package/recoveryservices/v20211201/replicationRecoveryServicesProvider.d.ts +70 -0
- package/recoveryservices/v20211201/replicationRecoveryServicesProvider.js +82 -0
- package/recoveryservices/v20211201/replicationStorageClassificationMapping.d.ts +74 -0
- package/recoveryservices/v20211201/replicationStorageClassificationMapping.js +83 -0
- package/recoveryservices/v20211201/replicationvCenter.d.ts +70 -0
- package/recoveryservices/v20211201/replicationvCenter.js +79 -0
- package/recoveryservices/v20211201/resourceGuardProxy.d.ts +66 -0
- package/recoveryservices/v20211201/resourceGuardProxy.js +76 -0
- package/security/index.d.ts +1 -4
- package/security/index.js +2 -9
- package/signalrservice/v20211001/index.d.ts +1 -0
- package/signalrservice/v20211001/index.js +2 -1
- package/signalrservice/v20211001/listSignalRKeys.d.ts +47 -0
- package/signalrservice/v20211001/listSignalRKeys.js +28 -0
- package/solutions/v20210701/application.d.ts +2 -2
- package/solutions/v20210701/getApplication.d.ts +1 -1
- package/types/enums/appconfiguration/index.d.ts +2 -1
- package/types/enums/appconfiguration/index.js +4 -2
- package/types/enums/appconfiguration/v20211001preview/index.d.ts +36 -0
- package/types/enums/appconfiguration/v20211001preview/index.js +26 -0
- package/types/enums/authorization/index.d.ts +13 -1
- package/types/enums/authorization/index.js +11 -2
- package/types/enums/authorization/v20211116preview/index.d.ts +37 -0
- package/types/enums/authorization/v20211116preview/index.js +27 -0
- package/types/enums/azurestackhci/index.d.ts +2 -1
- package/types/enums/azurestackhci/index.js +4 -2
- package/types/enums/azurestackhci/v20220101/index.d.ts +27 -0
- package/types/enums/azurestackhci/v20220101/index.js +21 -0
- package/types/enums/cache/index.d.ts +2 -1
- package/types/enums/cache/index.js +4 -2
- package/types/enums/cache/v20220101/index.d.ts +78 -0
- package/types/enums/cache/v20220101/index.js +52 -0
- package/types/enums/cdn/v20210601/index.d.ts +2 -0
- package/types/enums/cdn/v20210601/index.js +3 -1
- package/types/enums/compute/index.d.ts +2 -1
- package/types/enums/compute/index.js +5 -3
- package/types/enums/compute/v20211101/index.d.ts +498 -0
- package/types/enums/compute/v20211101/index.js +347 -0
- package/types/enums/containerregistry/index.d.ts +2 -1
- package/types/enums/containerregistry/index.js +4 -2
- package/types/enums/containerregistry/v20211201preview/index.d.ts +210 -0
- package/types/enums/containerregistry/v20211201preview/index.js +121 -0
- package/types/enums/fluidrelay/index.d.ts +3 -1
- package/types/enums/fluidrelay/index.js +6 -2
- package/types/enums/fluidrelay/v20210830preview/index.d.ts +17 -0
- package/types/enums/fluidrelay/v20210830preview/index.js +15 -0
- package/types/enums/fluidrelay/v20210910preview/index.d.ts +19 -0
- package/types/enums/fluidrelay/v20210910preview/index.js +17 -0
- package/types/enums/hardwaresecuritymodules/index.d.ts +29 -1
- package/types/enums/hardwaresecuritymodules/index.js +31 -2
- package/types/enums/hardwaresecuritymodules/v20181031preview/index.d.ts +27 -0
- package/types/enums/hardwaresecuritymodules/v20181031preview/index.js +28 -1
- package/types/enums/hardwaresecuritymodules/v20211130/index.d.ts +34 -0
- package/types/enums/hardwaresecuritymodules/v20211130/index.js +36 -0
- package/types/enums/keyvault/index.d.ts +3 -1
- package/types/enums/keyvault/index.js +6 -2
- package/types/enums/keyvault/v20211001/index.d.ts +190 -0
- package/types/enums/keyvault/v20211001/index.js +136 -0
- package/types/enums/keyvault/v20211101preview/index.d.ts +203 -0
- package/types/enums/keyvault/v20211101preview/index.js +145 -0
- package/types/enums/logz/index.d.ts +2 -1
- package/types/enums/logz/index.js +4 -2
- package/types/enums/logz/v20220101preview/index.d.ts +29 -0
- package/types/enums/logz/v20220101preview/index.js +22 -0
- package/types/enums/network/index.d.ts +2 -1
- package/types/enums/network/index.js +8 -6
- package/types/enums/network/v20210501preview/index.d.ts +126 -0
- package/types/enums/network/v20210501preview/index.js +72 -0
- package/types/enums/recoveryservices/index.d.ts +3 -1
- package/types/enums/recoveryservices/index.js +7 -3
- package/types/enums/recoveryservices/v20211101/index.d.ts +107 -0
- package/types/enums/recoveryservices/v20211101/index.js +71 -0
- package/types/enums/recoveryservices/v20211201/index.d.ts +441 -0
- package/types/enums/recoveryservices/v20211201/index.js +306 -0
- package/types/enums/solutions/v20210701/index.d.ts +5 -5
- package/types/enums/solutions/v20210701/index.js +5 -5
- package/types/input.d.ts +31964 -22008
- package/types/input.js +530 -7
- package/types/output.d.ts +55641 -35060
- package/types/output.js +546 -7
- package/webpubsub/v20211001/index.d.ts +1 -0
- package/webpubsub/v20211001/index.js +2 -1
- package/webpubsub/v20211001/listWebPubSubKeys.d.ts +47 -0
- package/webpubsub/v20211001/listWebPubSubKeys.js +28 -0
- package/security/getScanner.d.ts +0 -67
- package/security/getScanner.js +0 -29
- package/security/scanner.d.ts +0 -87
- package/security/scanner.js +0 -78
- package/security/v20211201preview/getScanner.d.ts +0 -66
- package/security/v20211201preview/getScanner.js +0 -28
- package/security/v20211201preview/index.d.ts +0 -2
- package/security/v20211201preview/index.js +0 -34
- package/security/v20211201preview/scanner.d.ts +0 -86
- package/security/v20211201preview/scanner.js +0 -77
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
7
|
+
}) : (function(o, m, k, k2) {
|
|
8
|
+
if (k2 === undefined) k2 = k;
|
|
9
|
+
o[k2] = m[k];
|
|
10
|
+
}));
|
|
11
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
12
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
13
|
+
};
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
const pulumi = require("@pulumi/pulumi");
|
|
16
|
+
const utilities = require("../../utilities");
|
|
17
|
+
// Export members:
|
|
18
|
+
__exportStar(require("./availabilitySet"), exports);
|
|
19
|
+
__exportStar(require("./capacityReservation"), exports);
|
|
20
|
+
__exportStar(require("./capacityReservationGroup"), exports);
|
|
21
|
+
__exportStar(require("./dedicatedHost"), exports);
|
|
22
|
+
__exportStar(require("./dedicatedHostGroup"), exports);
|
|
23
|
+
__exportStar(require("./getAvailabilitySet"), exports);
|
|
24
|
+
__exportStar(require("./getCapacityReservation"), exports);
|
|
25
|
+
__exportStar(require("./getCapacityReservationGroup"), exports);
|
|
26
|
+
__exportStar(require("./getDedicatedHost"), exports);
|
|
27
|
+
__exportStar(require("./getDedicatedHostGroup"), exports);
|
|
28
|
+
__exportStar(require("./getImage"), exports);
|
|
29
|
+
__exportStar(require("./getLogAnalyticExportRequestRateByInterval"), exports);
|
|
30
|
+
__exportStar(require("./getLogAnalyticExportThrottledRequests"), exports);
|
|
31
|
+
__exportStar(require("./getProximityPlacementGroup"), exports);
|
|
32
|
+
__exportStar(require("./getRestorePoint"), exports);
|
|
33
|
+
__exportStar(require("./getRestorePointCollection"), exports);
|
|
34
|
+
__exportStar(require("./getSshPublicKey"), exports);
|
|
35
|
+
__exportStar(require("./getVirtualMachine"), exports);
|
|
36
|
+
__exportStar(require("./getVirtualMachineExtension"), exports);
|
|
37
|
+
__exportStar(require("./getVirtualMachineRunCommandByVirtualMachine"), exports);
|
|
38
|
+
__exportStar(require("./getVirtualMachineScaleSet"), exports);
|
|
39
|
+
__exportStar(require("./getVirtualMachineScaleSetExtension"), exports);
|
|
40
|
+
__exportStar(require("./getVirtualMachineScaleSetVM"), exports);
|
|
41
|
+
__exportStar(require("./getVirtualMachineScaleSetVMExtension"), exports);
|
|
42
|
+
__exportStar(require("./getVirtualMachineScaleSetVMRunCommand"), exports);
|
|
43
|
+
__exportStar(require("./image"), exports);
|
|
44
|
+
__exportStar(require("./proximityPlacementGroup"), exports);
|
|
45
|
+
__exportStar(require("./restorePoint"), exports);
|
|
46
|
+
__exportStar(require("./restorePointCollection"), exports);
|
|
47
|
+
__exportStar(require("./sshPublicKey"), exports);
|
|
48
|
+
__exportStar(require("./virtualMachine"), exports);
|
|
49
|
+
__exportStar(require("./virtualMachineExtension"), exports);
|
|
50
|
+
__exportStar(require("./virtualMachineRunCommandByVirtualMachine"), exports);
|
|
51
|
+
__exportStar(require("./virtualMachineScaleSet"), exports);
|
|
52
|
+
__exportStar(require("./virtualMachineScaleSetExtension"), exports);
|
|
53
|
+
__exportStar(require("./virtualMachineScaleSetVM"), exports);
|
|
54
|
+
__exportStar(require("./virtualMachineScaleSetVMExtension"), exports);
|
|
55
|
+
__exportStar(require("./virtualMachineScaleSetVMRunCommand"), exports);
|
|
56
|
+
// Export enums:
|
|
57
|
+
__exportStar(require("../../types/enums/compute/v20211101"), exports);
|
|
58
|
+
// Import resources to register:
|
|
59
|
+
const availabilitySet_1 = require("./availabilitySet");
|
|
60
|
+
const capacityReservation_1 = require("./capacityReservation");
|
|
61
|
+
const capacityReservationGroup_1 = require("./capacityReservationGroup");
|
|
62
|
+
const dedicatedHost_1 = require("./dedicatedHost");
|
|
63
|
+
const dedicatedHostGroup_1 = require("./dedicatedHostGroup");
|
|
64
|
+
const image_1 = require("./image");
|
|
65
|
+
const proximityPlacementGroup_1 = require("./proximityPlacementGroup");
|
|
66
|
+
const restorePoint_1 = require("./restorePoint");
|
|
67
|
+
const restorePointCollection_1 = require("./restorePointCollection");
|
|
68
|
+
const sshPublicKey_1 = require("./sshPublicKey");
|
|
69
|
+
const virtualMachine_1 = require("./virtualMachine");
|
|
70
|
+
const virtualMachineExtension_1 = require("./virtualMachineExtension");
|
|
71
|
+
const virtualMachineRunCommandByVirtualMachine_1 = require("./virtualMachineRunCommandByVirtualMachine");
|
|
72
|
+
const virtualMachineScaleSet_1 = require("./virtualMachineScaleSet");
|
|
73
|
+
const virtualMachineScaleSetExtension_1 = require("./virtualMachineScaleSetExtension");
|
|
74
|
+
const virtualMachineScaleSetVM_1 = require("./virtualMachineScaleSetVM");
|
|
75
|
+
const virtualMachineScaleSetVMExtension_1 = require("./virtualMachineScaleSetVMExtension");
|
|
76
|
+
const virtualMachineScaleSetVMRunCommand_1 = require("./virtualMachineScaleSetVMRunCommand");
|
|
77
|
+
const _module = {
|
|
78
|
+
version: utilities.getVersion(),
|
|
79
|
+
construct: (name, type, urn) => {
|
|
80
|
+
switch (type) {
|
|
81
|
+
case "azure-native:compute/v20211101:AvailabilitySet":
|
|
82
|
+
return new availabilitySet_1.AvailabilitySet(name, undefined, { urn });
|
|
83
|
+
case "azure-native:compute/v20211101:CapacityReservation":
|
|
84
|
+
return new capacityReservation_1.CapacityReservation(name, undefined, { urn });
|
|
85
|
+
case "azure-native:compute/v20211101:CapacityReservationGroup":
|
|
86
|
+
return new capacityReservationGroup_1.CapacityReservationGroup(name, undefined, { urn });
|
|
87
|
+
case "azure-native:compute/v20211101:DedicatedHost":
|
|
88
|
+
return new dedicatedHost_1.DedicatedHost(name, undefined, { urn });
|
|
89
|
+
case "azure-native:compute/v20211101:DedicatedHostGroup":
|
|
90
|
+
return new dedicatedHostGroup_1.DedicatedHostGroup(name, undefined, { urn });
|
|
91
|
+
case "azure-native:compute/v20211101:Image":
|
|
92
|
+
return new image_1.Image(name, undefined, { urn });
|
|
93
|
+
case "azure-native:compute/v20211101:ProximityPlacementGroup":
|
|
94
|
+
return new proximityPlacementGroup_1.ProximityPlacementGroup(name, undefined, { urn });
|
|
95
|
+
case "azure-native:compute/v20211101:RestorePoint":
|
|
96
|
+
return new restorePoint_1.RestorePoint(name, undefined, { urn });
|
|
97
|
+
case "azure-native:compute/v20211101:RestorePointCollection":
|
|
98
|
+
return new restorePointCollection_1.RestorePointCollection(name, undefined, { urn });
|
|
99
|
+
case "azure-native:compute/v20211101:SshPublicKey":
|
|
100
|
+
return new sshPublicKey_1.SshPublicKey(name, undefined, { urn });
|
|
101
|
+
case "azure-native:compute/v20211101:VirtualMachine":
|
|
102
|
+
return new virtualMachine_1.VirtualMachine(name, undefined, { urn });
|
|
103
|
+
case "azure-native:compute/v20211101:VirtualMachineExtension":
|
|
104
|
+
return new virtualMachineExtension_1.VirtualMachineExtension(name, undefined, { urn });
|
|
105
|
+
case "azure-native:compute/v20211101:VirtualMachineRunCommandByVirtualMachine":
|
|
106
|
+
return new virtualMachineRunCommandByVirtualMachine_1.VirtualMachineRunCommandByVirtualMachine(name, undefined, { urn });
|
|
107
|
+
case "azure-native:compute/v20211101:VirtualMachineScaleSet":
|
|
108
|
+
return new virtualMachineScaleSet_1.VirtualMachineScaleSet(name, undefined, { urn });
|
|
109
|
+
case "azure-native:compute/v20211101:VirtualMachineScaleSetExtension":
|
|
110
|
+
return new virtualMachineScaleSetExtension_1.VirtualMachineScaleSetExtension(name, undefined, { urn });
|
|
111
|
+
case "azure-native:compute/v20211101:VirtualMachineScaleSetVM":
|
|
112
|
+
return new virtualMachineScaleSetVM_1.VirtualMachineScaleSetVM(name, undefined, { urn });
|
|
113
|
+
case "azure-native:compute/v20211101:VirtualMachineScaleSetVMExtension":
|
|
114
|
+
return new virtualMachineScaleSetVMExtension_1.VirtualMachineScaleSetVMExtension(name, undefined, { urn });
|
|
115
|
+
case "azure-native:compute/v20211101:VirtualMachineScaleSetVMRunCommand":
|
|
116
|
+
return new virtualMachineScaleSetVMRunCommand_1.VirtualMachineScaleSetVMRunCommand(name, undefined, { urn });
|
|
117
|
+
default:
|
|
118
|
+
throw new Error(`unknown resource type ${type}`);
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
};
|
|
122
|
+
pulumi.runtime.registerResourceModule("azure-native", "compute/v20211101", _module);
|
|
123
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jb21wdXRlL3YyMDIxMTEwMS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsd0VBQXdFO0FBQ3hFLGlGQUFpRjs7Ozs7Ozs7Ozs7O0FBRWpGLHlDQUF5QztBQUN6Qyw2Q0FBNkM7QUFFN0Msa0JBQWtCO0FBQ2xCLG9EQUFrQztBQUNsQyx3REFBc0M7QUFDdEMsNkRBQTJDO0FBQzNDLGtEQUFnQztBQUNoQyx1REFBcUM7QUFDckMsdURBQXFDO0FBQ3JDLDJEQUF5QztBQUN6QyxnRUFBOEM7QUFDOUMscURBQW1DO0FBQ25DLDBEQUF3QztBQUN4Qyw2Q0FBMkI7QUFDM0IsOEVBQTREO0FBQzVELDBFQUF3RDtBQUN4RCwrREFBNkM7QUFDN0Msb0RBQWtDO0FBQ2xDLDhEQUE0QztBQUM1QyxvREFBa0M7QUFDbEMsc0RBQW9DO0FBQ3BDLCtEQUE2QztBQUM3QyxnRkFBOEQ7QUFDOUQsOERBQTRDO0FBQzVDLHVFQUFxRDtBQUNyRCxnRUFBOEM7QUFDOUMseUVBQXVEO0FBQ3ZELDBFQUF3RDtBQUN4RCwwQ0FBd0I7QUFDeEIsNERBQTBDO0FBQzFDLGlEQUErQjtBQUMvQiwyREFBeUM7QUFDekMsaURBQStCO0FBQy9CLG1EQUFpQztBQUNqQyw0REFBMEM7QUFDMUMsNkVBQTJEO0FBQzNELDJEQUF5QztBQUN6QyxvRUFBa0Q7QUFDbEQsNkRBQTJDO0FBQzNDLHNFQUFvRDtBQUNwRCx1RUFBcUQ7QUFFckQsZ0JBQWdCO0FBQ2hCLHNFQUFvRDtBQUVwRCxnQ0FBZ0M7QUFDaEMsdURBQW9EO0FBQ3BELCtEQUE0RDtBQUM1RCx5RUFBc0U7QUFDdEUsbURBQWdEO0FBQ2hELDZEQUEwRDtBQUMxRCxtQ0FBZ0M7QUFDaEMsdUVBQW9FO0FBQ3BFLGlEQUE4QztBQUM5QyxxRUFBa0U7QUFDbEUsaURBQThDO0FBQzlDLHFEQUFrRDtBQUNsRCx1RUFBb0U7QUFDcEUseUdBQXNHO0FB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
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs, enums } from "../../types";
|
|
3
|
+
/**
|
|
4
|
+
* Specifies information about the proximity placement group.
|
|
5
|
+
*/
|
|
6
|
+
export declare class ProximityPlacementGroup extends pulumi.CustomResource {
|
|
7
|
+
/**
|
|
8
|
+
* Get an existing ProximityPlacementGroup resource's state with the given name, ID, and optional extra
|
|
9
|
+
* properties used to qualify the lookup.
|
|
10
|
+
*
|
|
11
|
+
* @param name The _unique_ name of the resulting resource.
|
|
12
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
13
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
14
|
+
*/
|
|
15
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ProximityPlacementGroup;
|
|
16
|
+
/**
|
|
17
|
+
* Returns true if the given object is an instance of ProximityPlacementGroup. This is designed to work even
|
|
18
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
19
|
+
*/
|
|
20
|
+
static isInstance(obj: any): obj is ProximityPlacementGroup;
|
|
21
|
+
/**
|
|
22
|
+
* A list of references to all availability sets in the proximity placement group.
|
|
23
|
+
*/
|
|
24
|
+
readonly availabilitySets: pulumi.Output<outputs.compute.v20211101.SubResourceWithColocationStatusResponse[]>;
|
|
25
|
+
/**
|
|
26
|
+
* Describes colocation status of the Proximity Placement Group.
|
|
27
|
+
*/
|
|
28
|
+
readonly colocationStatus: pulumi.Output<outputs.compute.v20211101.InstanceViewStatusResponse | undefined>;
|
|
29
|
+
/**
|
|
30
|
+
* Resource location
|
|
31
|
+
*/
|
|
32
|
+
readonly location: pulumi.Output<string>;
|
|
33
|
+
/**
|
|
34
|
+
* Resource name
|
|
35
|
+
*/
|
|
36
|
+
readonly name: pulumi.Output<string>;
|
|
37
|
+
/**
|
|
38
|
+
* Specifies the type of the proximity placement group. <br><br> Possible values are: <br><br> **Standard** : Co-locate resources within an Azure region or Availability Zone. <br><br> **Ultra** : For future use.
|
|
39
|
+
*/
|
|
40
|
+
readonly proximityPlacementGroupType: pulumi.Output<string | undefined>;
|
|
41
|
+
/**
|
|
42
|
+
* Resource tags
|
|
43
|
+
*/
|
|
44
|
+
readonly tags: pulumi.Output<{
|
|
45
|
+
[key: string]: string;
|
|
46
|
+
} | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* Resource type
|
|
49
|
+
*/
|
|
50
|
+
readonly type: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* A list of references to all virtual machine scale sets in the proximity placement group.
|
|
53
|
+
*/
|
|
54
|
+
readonly virtualMachineScaleSets: pulumi.Output<outputs.compute.v20211101.SubResourceWithColocationStatusResponse[]>;
|
|
55
|
+
/**
|
|
56
|
+
* A list of references to all virtual machines in the proximity placement group.
|
|
57
|
+
*/
|
|
58
|
+
readonly virtualMachines: pulumi.Output<outputs.compute.v20211101.SubResourceWithColocationStatusResponse[]>;
|
|
59
|
+
/**
|
|
60
|
+
* Create a ProximityPlacementGroup resource with the given unique name, arguments, and options.
|
|
61
|
+
*
|
|
62
|
+
* @param name The _unique_ name of the resource.
|
|
63
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
64
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
65
|
+
*/
|
|
66
|
+
constructor(name: string, args: ProximityPlacementGroupArgs, opts?: pulumi.CustomResourceOptions);
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* The set of arguments for constructing a ProximityPlacementGroup resource.
|
|
70
|
+
*/
|
|
71
|
+
export interface ProximityPlacementGroupArgs {
|
|
72
|
+
/**
|
|
73
|
+
* Describes colocation status of the Proximity Placement Group.
|
|
74
|
+
*/
|
|
75
|
+
colocationStatus?: pulumi.Input<inputs.compute.v20211101.InstanceViewStatusArgs>;
|
|
76
|
+
/**
|
|
77
|
+
* Resource location
|
|
78
|
+
*/
|
|
79
|
+
location?: pulumi.Input<string>;
|
|
80
|
+
/**
|
|
81
|
+
* The name of the proximity placement group.
|
|
82
|
+
*/
|
|
83
|
+
proximityPlacementGroupName?: pulumi.Input<string>;
|
|
84
|
+
/**
|
|
85
|
+
* Specifies the type of the proximity placement group. <br><br> Possible values are: <br><br> **Standard** : Co-locate resources within an Azure region or Availability Zone. <br><br> **Ultra** : For future use.
|
|
86
|
+
*/
|
|
87
|
+
proximityPlacementGroupType?: pulumi.Input<string | enums.compute.v20211101.ProximityPlacementGroupType>;
|
|
88
|
+
/**
|
|
89
|
+
* The name of the resource group.
|
|
90
|
+
*/
|
|
91
|
+
resourceGroupName: pulumi.Input<string>;
|
|
92
|
+
/**
|
|
93
|
+
* Resource tags
|
|
94
|
+
*/
|
|
95
|
+
tags?: pulumi.Input<{
|
|
96
|
+
[key: string]: pulumi.Input<string>;
|
|
97
|
+
}>;
|
|
98
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
|
|
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.ProximityPlacementGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Specifies information about the proximity placement group.
|
|
10
|
+
*/
|
|
11
|
+
class ProximityPlacementGroup extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Create a ProximityPlacementGroup resource with the given unique name, arguments, and options.
|
|
14
|
+
*
|
|
15
|
+
* @param name The _unique_ name of the resource.
|
|
16
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
17
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
18
|
+
*/
|
|
19
|
+
constructor(name, args, opts) {
|
|
20
|
+
let resourceInputs = {};
|
|
21
|
+
opts = opts || {};
|
|
22
|
+
if (!opts.id) {
|
|
23
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
24
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
25
|
+
}
|
|
26
|
+
resourceInputs["colocationStatus"] = args ? args.colocationStatus : undefined;
|
|
27
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
28
|
+
resourceInputs["proximityPlacementGroupName"] = args ? args.proximityPlacementGroupName : undefined;
|
|
29
|
+
resourceInputs["proximityPlacementGroupType"] = args ? args.proximityPlacementGroupType : undefined;
|
|
30
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
31
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
32
|
+
resourceInputs["availabilitySets"] = undefined /*out*/;
|
|
33
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
34
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
35
|
+
resourceInputs["virtualMachineScaleSets"] = undefined /*out*/;
|
|
36
|
+
resourceInputs["virtualMachines"] = undefined /*out*/;
|
|
37
|
+
}
|
|
38
|
+
else {
|
|
39
|
+
resourceInputs["availabilitySets"] = undefined /*out*/;
|
|
40
|
+
resourceInputs["colocationStatus"] = undefined /*out*/;
|
|
41
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
42
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
43
|
+
resourceInputs["proximityPlacementGroupType"] = undefined /*out*/;
|
|
44
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
45
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
46
|
+
resourceInputs["virtualMachineScaleSets"] = undefined /*out*/;
|
|
47
|
+
resourceInputs["virtualMachines"] = undefined /*out*/;
|
|
48
|
+
}
|
|
49
|
+
if (!opts.version) {
|
|
50
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
51
|
+
}
|
|
52
|
+
const aliasOpts = { aliases: [{ type: "azure-native:compute:ProximityPlacementGroup" }, { type: "azure-native:compute/v20180401:ProximityPlacementGroup" }, { type: "azure-native:compute/v20180601:ProximityPlacementGroup" }, { type: "azure-native:compute/v20181001:ProximityPlacementGroup" }, { type: "azure-native:compute/v20190301:ProximityPlacementGroup" }, { type: "azure-native:compute/v20190701:ProximityPlacementGroup" }, { type: "azure-native:compute/v20191201:ProximityPlacementGroup" }, { type: "azure-native:compute/v20200601:ProximityPlacementGroup" }, { type: "azure-native:compute/v20201201:ProximityPlacementGroup" }, { type: "azure-native:compute/v20210301:ProximityPlacementGroup" }, { type: "azure-native:compute/v20210401:ProximityPlacementGroup" }, { type: "azure-native:compute/v20210701:ProximityPlacementGroup" }] };
|
|
53
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
54
|
+
super(ProximityPlacementGroup.__pulumiType, name, resourceInputs, opts);
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Get an existing ProximityPlacementGroup resource's state with the given name, ID, and optional extra
|
|
58
|
+
* properties used to qualify the lookup.
|
|
59
|
+
*
|
|
60
|
+
* @param name The _unique_ name of the resulting resource.
|
|
61
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
62
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
63
|
+
*/
|
|
64
|
+
static get(name, id, opts) {
|
|
65
|
+
return new ProximityPlacementGroup(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Returns true if the given object is an instance of ProximityPlacementGroup. This is designed to work even
|
|
69
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
70
|
+
*/
|
|
71
|
+
static isInstance(obj) {
|
|
72
|
+
if (obj === undefined || obj === null) {
|
|
73
|
+
return false;
|
|
74
|
+
}
|
|
75
|
+
return obj['__pulumiType'] === ProximityPlacementGroup.__pulumiType;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
exports.ProximityPlacementGroup = ProximityPlacementGroup;
|
|
79
|
+
/** @internal */
|
|
80
|
+
ProximityPlacementGroup.__pulumiType = 'azure-native:compute/v20211101:ProximityPlacementGroup';
|
|
81
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJveGltaXR5UGxhY2VtZW50R3JvdXAuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jb21wdXRlL3YyMDIxMTEwMS9wcm94aW1pdHlQbGFjZW1lbnRHcm91cC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsd0VBQXdFO0FBQ3hFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUV6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxNQUFhLHVCQUF3QixTQUFRLE1BQU0sQ0FBQyxjQUFjO0lBZ0U5RDs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUFpQyxFQUFFLElBQW1DO1FBQzVGLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGlCQUFpQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDOUQsTUFBTSxJQUFJLEtBQUssQ0FBQywrQ0FBK0MsQ0FBQyxDQUFDO2FBQ3BFO1lBQ0QsY0FBYyxDQUFDLGtCQUFrQixDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM5RSxjQUFjLENBQUMsVUFBVSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDOUQsY0FBYyxDQUFDLDZCQUE2QixDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsMkJBQTJCLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNwRyxjQUFjLENBQUMsNkJBQTZCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQywyQkFBMkIsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ3BHLGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDaEYsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ3RELGNBQWMsQ0FBQyxrQkFBa0IsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDdkQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLHlCQUF5QixDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUM5RCxjQUFjLENBQUMsaUJBQWlCLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1NBQ3pEO2FBQU07WUFDSCxjQUFjLENBQUMsa0JBQWtCLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ3ZELGNBQWMsQ0FBQyxrQkFBa0IsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDdkQsY0FBYyxDQUFDLFVBQVUsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDL0MsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLDZCQUE2QixDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUNsRSxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMseUJBQXlCLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzlELGNBQWMsQ0FBQyxpQkFBaUIsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDekQ7UUFDRCxJQUFJLENBQUMsSUFBSSxDQUFDLE9BQU8sRUFBRTtZQUNmLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLElBQUksRUFBRSxFQUFFLE9BQU8sRUFBRSxTQUFTLENBQUMsVUFBVSxFQUFFLEVBQUMsQ0FBQyxDQUFDO1NBQ3hFO1FBQ0QsTUFBTSxTQUFTLEdBQUcsRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLElBQUksRUFBRSw4Q0FBOEMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLHdEQUF3RCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsd0RBQXdELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSx3REFBd0QsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLHdEQUF3RCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsd0RBQXdELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSx3REFBd0QsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLHdEQUF3RCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsd0RBQXdELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSx3REFBd0QsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLHdEQUF3RCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsd0RBQXdELEVBQUUsQ0FBQyxFQUFFLENBQUM7UUFDdDBCLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLElBQUksRUFBRSxTQUFTLENBQUMsQ0FBQztRQUM1QyxLQUFLLENBQUMsdUJBQXVCLENBQUMsWUFBWSxFQUFFLElBQUksRUFBRSxjQUFjLEVBQUUsSUFBSSxDQUFDLENBQUM7SUFDNUUsQ0FBQztJQXpHRDs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksdUJBQXVCLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDcEYsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLHVCQUF1QixDQUFDLFlBQVksQ0FBQztJQUN4RSxDQUFDOztBQXpCTCwwREEyR0M7QUE5RkcsZ0JBQWdCO0FBQ08sb0NBQVksR0FBRyx3REFBd0QsQ0FBQyJ9
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../../types";
|
|
3
|
+
/**
|
|
4
|
+
* Restore Point details.
|
|
5
|
+
*/
|
|
6
|
+
export declare class RestorePoint extends pulumi.CustomResource {
|
|
7
|
+
/**
|
|
8
|
+
* Get an existing RestorePoint resource's state with the given name, ID, and optional extra
|
|
9
|
+
* properties used to qualify the lookup.
|
|
10
|
+
*
|
|
11
|
+
* @param name The _unique_ name of the resulting resource.
|
|
12
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
13
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
14
|
+
*/
|
|
15
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): RestorePoint;
|
|
16
|
+
/**
|
|
17
|
+
* Returns true if the given object is an instance of RestorePoint. This is designed to work even
|
|
18
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
19
|
+
*/
|
|
20
|
+
static isInstance(obj: any): obj is RestorePoint;
|
|
21
|
+
/**
|
|
22
|
+
* Gets the consistency mode for the restore point. Please refer to https://aka.ms/RestorePoints for more details.
|
|
23
|
+
*/
|
|
24
|
+
readonly consistencyMode: pulumi.Output<string>;
|
|
25
|
+
/**
|
|
26
|
+
* List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included.
|
|
27
|
+
*/
|
|
28
|
+
readonly excludeDisks: pulumi.Output<outputs.compute.v20211101.ApiEntityReferenceResponse[] | undefined>;
|
|
29
|
+
/**
|
|
30
|
+
* The restore point instance view.
|
|
31
|
+
*/
|
|
32
|
+
readonly instanceView: pulumi.Output<outputs.compute.v20211101.RestorePointInstanceViewResponse>;
|
|
33
|
+
/**
|
|
34
|
+
* Resource name
|
|
35
|
+
*/
|
|
36
|
+
readonly name: pulumi.Output<string>;
|
|
37
|
+
/**
|
|
38
|
+
* Gets the provisioning state of the restore point.
|
|
39
|
+
*/
|
|
40
|
+
readonly provisioningState: pulumi.Output<string>;
|
|
41
|
+
/**
|
|
42
|
+
* Gets the details of the VM captured at the time of the restore point creation.
|
|
43
|
+
*/
|
|
44
|
+
readonly sourceMetadata: pulumi.Output<outputs.compute.v20211101.RestorePointSourceMetadataResponse>;
|
|
45
|
+
/**
|
|
46
|
+
* Resource Id of the source restore point from which a copy needs to be created.
|
|
47
|
+
*/
|
|
48
|
+
readonly sourceRestorePoint: pulumi.Output<outputs.compute.v20211101.ApiEntityReferenceResponse | undefined>;
|
|
49
|
+
/**
|
|
50
|
+
* Gets the creation time of the restore point.
|
|
51
|
+
*/
|
|
52
|
+
readonly timeCreated: pulumi.Output<string | undefined>;
|
|
53
|
+
/**
|
|
54
|
+
* Resource type
|
|
55
|
+
*/
|
|
56
|
+
readonly type: pulumi.Output<string>;
|
|
57
|
+
/**
|
|
58
|
+
* Create a RestorePoint resource with the given unique name, arguments, and options.
|
|
59
|
+
*
|
|
60
|
+
* @param name The _unique_ name of the resource.
|
|
61
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
62
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
63
|
+
*/
|
|
64
|
+
constructor(name: string, args: RestorePointArgs, opts?: pulumi.CustomResourceOptions);
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* The set of arguments for constructing a RestorePoint resource.
|
|
68
|
+
*/
|
|
69
|
+
export interface RestorePointArgs {
|
|
70
|
+
/**
|
|
71
|
+
* List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included.
|
|
72
|
+
*/
|
|
73
|
+
excludeDisks?: pulumi.Input<pulumi.Input<inputs.compute.v20211101.ApiEntityReferenceArgs>[]>;
|
|
74
|
+
/**
|
|
75
|
+
* The name of the resource group.
|
|
76
|
+
*/
|
|
77
|
+
resourceGroupName: pulumi.Input<string>;
|
|
78
|
+
/**
|
|
79
|
+
* The name of the restore point collection.
|
|
80
|
+
*/
|
|
81
|
+
restorePointCollectionName: pulumi.Input<string>;
|
|
82
|
+
/**
|
|
83
|
+
* The name of the restore point.
|
|
84
|
+
*/
|
|
85
|
+
restorePointName?: pulumi.Input<string>;
|
|
86
|
+
/**
|
|
87
|
+
* Resource Id of the source restore point from which a copy needs to be created.
|
|
88
|
+
*/
|
|
89
|
+
sourceRestorePoint?: pulumi.Input<inputs.compute.v20211101.ApiEntityReferenceArgs>;
|
|
90
|
+
/**
|
|
91
|
+
* Gets the creation time of the restore point.
|
|
92
|
+
*/
|
|
93
|
+
timeCreated?: pulumi.Input<string>;
|
|
94
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
|
|
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.RestorePoint = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Restore Point details.
|
|
10
|
+
*/
|
|
11
|
+
class RestorePoint extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Create a RestorePoint resource with the given unique name, arguments, and options.
|
|
14
|
+
*
|
|
15
|
+
* @param name The _unique_ name of the resource.
|
|
16
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
17
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
18
|
+
*/
|
|
19
|
+
constructor(name, args, opts) {
|
|
20
|
+
let resourceInputs = {};
|
|
21
|
+
opts = opts || {};
|
|
22
|
+
if (!opts.id) {
|
|
23
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
24
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
25
|
+
}
|
|
26
|
+
if ((!args || args.restorePointCollectionName === undefined) && !opts.urn) {
|
|
27
|
+
throw new Error("Missing required property 'restorePointCollectionName'");
|
|
28
|
+
}
|
|
29
|
+
resourceInputs["excludeDisks"] = args ? args.excludeDisks : undefined;
|
|
30
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
31
|
+
resourceInputs["restorePointCollectionName"] = args ? args.restorePointCollectionName : undefined;
|
|
32
|
+
resourceInputs["restorePointName"] = args ? args.restorePointName : undefined;
|
|
33
|
+
resourceInputs["sourceRestorePoint"] = args ? args.sourceRestorePoint : undefined;
|
|
34
|
+
resourceInputs["timeCreated"] = args ? args.timeCreated : undefined;
|
|
35
|
+
resourceInputs["consistencyMode"] = undefined /*out*/;
|
|
36
|
+
resourceInputs["instanceView"] = undefined /*out*/;
|
|
37
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
38
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
39
|
+
resourceInputs["sourceMetadata"] = undefined /*out*/;
|
|
40
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
41
|
+
}
|
|
42
|
+
else {
|
|
43
|
+
resourceInputs["consistencyMode"] = undefined /*out*/;
|
|
44
|
+
resourceInputs["excludeDisks"] = undefined /*out*/;
|
|
45
|
+
resourceInputs["instanceView"] = undefined /*out*/;
|
|
46
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
47
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
48
|
+
resourceInputs["sourceMetadata"] = undefined /*out*/;
|
|
49
|
+
resourceInputs["sourceRestorePoint"] = undefined /*out*/;
|
|
50
|
+
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
51
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
52
|
+
}
|
|
53
|
+
if (!opts.version) {
|
|
54
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
55
|
+
}
|
|
56
|
+
const aliasOpts = { aliases: [{ type: "azure-native:compute:RestorePoint" }, { type: "azure-native:compute/v20210301:RestorePoint" }, { type: "azure-native:compute/v20210401:RestorePoint" }, { type: "azure-native:compute/v20210701:RestorePoint" }] };
|
|
57
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
58
|
+
super(RestorePoint.__pulumiType, name, resourceInputs, opts);
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Get an existing RestorePoint resource's state with the given name, ID, and optional extra
|
|
62
|
+
* properties used to qualify the lookup.
|
|
63
|
+
*
|
|
64
|
+
* @param name The _unique_ name of the resulting resource.
|
|
65
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
66
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
67
|
+
*/
|
|
68
|
+
static get(name, id, opts) {
|
|
69
|
+
return new RestorePoint(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Returns true if the given object is an instance of RestorePoint. This is designed to work even
|
|
73
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
74
|
+
*/
|
|
75
|
+
static isInstance(obj) {
|
|
76
|
+
if (obj === undefined || obj === null) {
|
|
77
|
+
return false;
|
|
78
|
+
}
|
|
79
|
+
return obj['__pulumiType'] === RestorePoint.__pulumiType;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
exports.RestorePoint = RestorePoint;
|
|
83
|
+
/** @internal */
|
|
84
|
+
RestorePoint.__pulumiType = 'azure-native:compute/v20211101:RestorePoint';
|
|
85
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzdG9yZVBvaW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY29tcHV0ZS92MjAyMTExMDEvcmVzdG9yZVBvaW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBRXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILE1BQWEsWUFBYSxTQUFRLE1BQU0sQ0FBQyxjQUFjO0lBZ0VuRDs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUFzQixFQUFFLElBQW1DO1FBQ2pGLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGlCQUFpQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDOUQsTUFBTSxJQUFJLEtBQUssQ0FBQywrQ0FBK0MsQ0FBQyxDQUFDO2FBQ3BFO1lBQ0QsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQywwQkFBMEIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQ3ZFLE1BQU0sSUFBSSxLQUFLLENBQUMsd0RBQXdELENBQUMsQ0FBQzthQUM3RTtZQUNELGNBQWMsQ0FBQyxjQUFjLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUN0RSxjQUFjLENBQUMsbUJBQW1CLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ2hGLGNBQWMsQ0FBQyw0QkFBNEIsQ0FBQyxHQUFHLElBQUks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
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../../types";
|
|
3
|
+
/**
|
|
4
|
+
* Create or update Restore Point collection parameters.
|
|
5
|
+
*/
|
|
6
|
+
export declare class RestorePointCollection extends pulumi.CustomResource {
|
|
7
|
+
/**
|
|
8
|
+
* Get an existing RestorePointCollection resource's state with the given name, ID, and optional extra
|
|
9
|
+
* properties used to qualify the lookup.
|
|
10
|
+
*
|
|
11
|
+
* @param name The _unique_ name of the resulting resource.
|
|
12
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
13
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
14
|
+
*/
|
|
15
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): RestorePointCollection;
|
|
16
|
+
/**
|
|
17
|
+
* Returns true if the given object is an instance of RestorePointCollection. This is designed to work even
|
|
18
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
19
|
+
*/
|
|
20
|
+
static isInstance(obj: any): obj is RestorePointCollection;
|
|
21
|
+
/**
|
|
22
|
+
* Resource location
|
|
23
|
+
*/
|
|
24
|
+
readonly location: pulumi.Output<string>;
|
|
25
|
+
/**
|
|
26
|
+
* Resource name
|
|
27
|
+
*/
|
|
28
|
+
readonly name: pulumi.Output<string>;
|
|
29
|
+
/**
|
|
30
|
+
* The provisioning state of the restore point collection.
|
|
31
|
+
*/
|
|
32
|
+
readonly provisioningState: pulumi.Output<string>;
|
|
33
|
+
/**
|
|
34
|
+
* The unique id of the restore point collection.
|
|
35
|
+
*/
|
|
36
|
+
readonly restorePointCollectionId: pulumi.Output<string>;
|
|
37
|
+
/**
|
|
38
|
+
* A list containing all restore points created under this restore point collection.
|
|
39
|
+
*/
|
|
40
|
+
readonly restorePoints: pulumi.Output<outputs.compute.v20211101.RestorePointResponse[]>;
|
|
41
|
+
/**
|
|
42
|
+
* The properties of the source resource that this restore point collection is created from.
|
|
43
|
+
*/
|
|
44
|
+
readonly source: pulumi.Output<outputs.compute.v20211101.RestorePointCollectionSourcePropertiesResponse | undefined>;
|
|
45
|
+
/**
|
|
46
|
+
* Resource tags
|
|
47
|
+
*/
|
|
48
|
+
readonly tags: pulumi.Output<{
|
|
49
|
+
[key: string]: string;
|
|
50
|
+
} | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* Resource type
|
|
53
|
+
*/
|
|
54
|
+
readonly type: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* Create a RestorePointCollection resource with the given unique name, arguments, and options.
|
|
57
|
+
*
|
|
58
|
+
* @param name The _unique_ name of the resource.
|
|
59
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
60
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
61
|
+
*/
|
|
62
|
+
constructor(name: string, args: RestorePointCollectionArgs, opts?: pulumi.CustomResourceOptions);
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* The set of arguments for constructing a RestorePointCollection resource.
|
|
66
|
+
*/
|
|
67
|
+
export interface RestorePointCollectionArgs {
|
|
68
|
+
/**
|
|
69
|
+
* Resource location
|
|
70
|
+
*/
|
|
71
|
+
location?: pulumi.Input<string>;
|
|
72
|
+
/**
|
|
73
|
+
* The name of the resource group.
|
|
74
|
+
*/
|
|
75
|
+
resourceGroupName: pulumi.Input<string>;
|
|
76
|
+
/**
|
|
77
|
+
* The name of the restore point collection.
|
|
78
|
+
*/
|
|
79
|
+
restorePointCollectionName?: pulumi.Input<string>;
|
|
80
|
+
/**
|
|
81
|
+
* The properties of the source resource that this restore point collection is created from.
|
|
82
|
+
*/
|
|
83
|
+
source?: pulumi.Input<inputs.compute.v20211101.RestorePointCollectionSourcePropertiesArgs>;
|
|
84
|
+
/**
|
|
85
|
+
* Resource tags
|
|
86
|
+
*/
|
|
87
|
+
tags?: pulumi.Input<{
|
|
88
|
+
[key: string]: pulumi.Input<string>;
|
|
89
|
+
}>;
|
|
90
|
+
}
|