@pulumi/azure-native 1.67.0-alpha.1657565521 → 1.68.0-alpha.1660232939
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/README.md +6 -35
- package/authorization/accessReviewHistoryDefinitionById.js +2 -2
- package/authorization/accessReviewScheduleDefinitionById.js +2 -2
- package/authorization/getScopeAccessReviewHistoryDefinitionById.d.ts +109 -0
- package/authorization/getScopeAccessReviewHistoryDefinitionById.js +27 -0
- package/authorization/getScopeAccessReviewScheduleDefinitionById.d.ts +181 -0
- package/authorization/getScopeAccessReviewScheduleDefinitionById.js +27 -0
- package/authorization/index.d.ts +6 -1
- package/authorization/index.js +14 -2
- package/authorization/scopeAccessReviewHistoryDefinitionById.d.ts +151 -0
- package/authorization/scopeAccessReviewHistoryDefinitionById.js +98 -0
- package/authorization/scopeAccessReviewScheduleDefinitionById.d.ts +291 -0
- package/authorization/scopeAccessReviewScheduleDefinitionById.js +134 -0
- 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.js +2 -2
- package/authorization/v20211116preview/accessReviewScheduleDefinitionById.js +2 -2
- package/authorization/v20211201preview/accessReviewHistoryDefinitionById.d.ts +146 -0
- package/authorization/v20211201preview/accessReviewHistoryDefinitionById.js +93 -0
- package/authorization/v20211201preview/accessReviewScheduleDefinitionById.d.ts +286 -0
- package/authorization/v20211201preview/accessReviewScheduleDefinitionById.js +129 -0
- package/authorization/v20211201preview/getAccessReviewHistoryDefinitionById.d.ts +100 -0
- package/authorization/v20211201preview/getAccessReviewHistoryDefinitionById.js +25 -0
- package/authorization/v20211201preview/getAccessReviewScheduleDefinitionById.d.ts +172 -0
- package/authorization/v20211201preview/getAccessReviewScheduleDefinitionById.js +25 -0
- package/authorization/v20211201preview/getScopeAccessReviewHistoryDefinitionById.d.ts +108 -0
- package/authorization/v20211201preview/getScopeAccessReviewHistoryDefinitionById.js +26 -0
- package/authorization/v20211201preview/getScopeAccessReviewScheduleDefinitionById.d.ts +180 -0
- package/authorization/v20211201preview/getScopeAccessReviewScheduleDefinitionById.js +26 -0
- package/authorization/v20211201preview/index.d.ts +9 -0
- package/authorization/v20211201preview/index.js +55 -0
- package/authorization/v20211201preview/scopeAccessReviewHistoryDefinitionById.d.ts +150 -0
- package/authorization/v20211201preview/scopeAccessReviewHistoryDefinitionById.js +97 -0
- package/authorization/v20211201preview/scopeAccessReviewScheduleDefinitionById.d.ts +290 -0
- package/authorization/v20211201preview/scopeAccessReviewScheduleDefinitionById.js +133 -0
- package/automanage/v20220504/configurationProfileAssignment.d.ts +4 -0
- package/automanage/v20220504/configurationProfileAssignment.js +3 -1
- package/automanage/v20220504/configurationProfileHCIAssignment.d.ts +4 -0
- package/automanage/v20220504/configurationProfileHCIAssignment.js +3 -1
- package/automanage/v20220504/configurationProfileHCRPAssignment.d.ts +4 -0
- package/automanage/v20220504/configurationProfileHCRPAssignment.js +3 -1
- package/automanage/v20220504/getConfigurationProfileAssignment.d.ts +4 -0
- package/automanage/v20220504/getConfigurationProfileAssignment.js +1 -1
- package/automanage/v20220504/getConfigurationProfileHCIAssignment.d.ts +4 -0
- package/automanage/v20220504/getConfigurationProfileHCIAssignment.js +1 -1
- package/automanage/v20220504/getConfigurationProfileHCRPAssignment.d.ts +4 -0
- package/automanage/v20220504/getConfigurationProfileHCRPAssignment.js +1 -1
- package/automation/hybridRunbookWorkerGroup.js +2 -2
- package/automation/index.d.ts +2 -1
- package/automation/index.js +4 -2
- package/automation/v20210622/hybridRunbookWorkerGroup.js +2 -2
- package/automation/v20220222/getHybridRunbookWorkerGroup.d.ts +64 -0
- package/automation/v20220222/getHybridRunbookWorkerGroup.js +27 -0
- package/automation/v20220222/hybridRunbookWorkerGroup.d.ts +74 -0
- package/automation/v20220222/hybridRunbookWorkerGroup.js +75 -0
- package/automation/v20220222/index.d.ts +2 -0
- package/automation/v20220222/index.js +38 -0
- package/communication/communicationService.js +2 -2
- package/communication/domain.js +2 -2
- package/communication/emailService.js +2 -2
- package/communication/index.d.ts +2 -1
- package/communication/index.js +4 -2
- package/communication/v20200820/communicationService.js +2 -2
- package/communication/v20200820preview/communicationService.js +2 -2
- package/communication/v20211001preview/communicationService.js +2 -2
- package/communication/v20211001preview/domain.js +2 -2
- package/communication/v20211001preview/emailService.js +2 -2
- package/communication/v20220701preview/communicationService.d.ts +110 -0
- package/communication/v20220701preview/communicationService.js +88 -0
- package/communication/v20220701preview/domain.d.ts +130 -0
- package/communication/v20220701preview/domain.js +96 -0
- package/communication/v20220701preview/emailService.d.ts +86 -0
- package/communication/v20220701preview/emailService.js +78 -0
- package/communication/v20220701preview/getCommunicationService.d.ts +86 -0
- package/communication/v20220701preview/getCommunicationService.js +26 -0
- package/communication/v20220701preview/getDomain.d.ts +104 -0
- package/communication/v20220701preview/getDomain.js +27 -0
- package/communication/v20220701preview/getEmailService.d.ts +66 -0
- package/communication/v20220701preview/getEmailService.js +26 -0
- package/communication/v20220701preview/index.d.ts +8 -0
- package/communication/v20220701preview/index.js +51 -0
- package/communication/v20220701preview/listCommunicationServiceKeys.d.ts +47 -0
- package/communication/v20220701preview/listCommunicationServiceKeys.js +26 -0
- package/connectedvmwarevsphere/cluster.js +2 -2
- package/connectedvmwarevsphere/datastore.js +2 -2
- package/connectedvmwarevsphere/guestAgent.js +2 -2
- package/connectedvmwarevsphere/host.js +2 -2
- package/connectedvmwarevsphere/hybridIdentityMetadatum.js +2 -2
- package/connectedvmwarevsphere/index.d.ts +2 -1
- package/connectedvmwarevsphere/index.js +4 -2
- package/connectedvmwarevsphere/inventoryItem.js +2 -2
- package/connectedvmwarevsphere/machineExtension.js +2 -2
- package/connectedvmwarevsphere/resourcePool.js +2 -2
- package/connectedvmwarevsphere/v20201001preview/cluster.js +2 -2
- package/connectedvmwarevsphere/v20201001preview/datastore.js +2 -2
- package/connectedvmwarevsphere/v20201001preview/guestAgent.js +2 -2
- package/connectedvmwarevsphere/v20201001preview/host.js +2 -2
- package/connectedvmwarevsphere/v20201001preview/hybridIdentityMetadatum.js +2 -2
- package/connectedvmwarevsphere/v20201001preview/inventoryItem.js +2 -2
- package/connectedvmwarevsphere/v20201001preview/machineExtension.js +2 -2
- package/connectedvmwarevsphere/v20201001preview/resourcePool.js +2 -2
- package/connectedvmwarevsphere/v20201001preview/vcenter.js +2 -2
- package/connectedvmwarevsphere/v20201001preview/virtualMachine.js +2 -2
- package/connectedvmwarevsphere/v20201001preview/virtualMachineTemplate.js +2 -2
- package/connectedvmwarevsphere/v20201001preview/virtualNetwork.js +2 -2
- package/connectedvmwarevsphere/v20220110preview/cluster.d.ts +142 -0
- package/connectedvmwarevsphere/v20220110preview/cluster.js +95 -0
- package/connectedvmwarevsphere/v20220110preview/datastore.d.ts +134 -0
- package/connectedvmwarevsphere/v20220110preview/datastore.js +91 -0
- package/connectedvmwarevsphere/v20220110preview/getCluster.d.ts +106 -0
- package/connectedvmwarevsphere/v20220110preview/getCluster.js +26 -0
- package/connectedvmwarevsphere/v20220110preview/getDatastore.d.ts +98 -0
- package/connectedvmwarevsphere/v20220110preview/getDatastore.js +26 -0
- package/connectedvmwarevsphere/v20220110preview/getGuestAgent.d.ts +88 -0
- package/connectedvmwarevsphere/v20220110preview/getGuestAgent.js +27 -0
- package/connectedvmwarevsphere/v20220110preview/getHost.d.ts +98 -0
- package/connectedvmwarevsphere/v20220110preview/getHost.js +26 -0
- package/connectedvmwarevsphere/v20220110preview/getHybridIdentityMetadatum.d.ts +72 -0
- package/connectedvmwarevsphere/v20220110preview/getHybridIdentityMetadatum.js +27 -0
- package/connectedvmwarevsphere/v20220110preview/getInventoryItem.d.ts +80 -0
- package/connectedvmwarevsphere/v20220110preview/getInventoryItem.js +27 -0
- package/connectedvmwarevsphere/v20220110preview/getMachineExtension.d.ts +102 -0
- package/connectedvmwarevsphere/v20220110preview/getMachineExtension.js +27 -0
- package/connectedvmwarevsphere/v20220110preview/getResourcePool.d.ts +128 -0
- package/connectedvmwarevsphere/v20220110preview/getResourcePool.js +26 -0
- package/connectedvmwarevsphere/v20220110preview/getVCenter.d.ts +106 -0
- package/connectedvmwarevsphere/v20220110preview/getVCenter.js +26 -0
- package/connectedvmwarevsphere/v20220110preview/getVirtualMachine.d.ts +163 -0
- package/connectedvmwarevsphere/v20220110preview/getVirtualMachine.js +26 -0
- package/connectedvmwarevsphere/v20220110preview/getVirtualMachineTemplate.d.ts +144 -0
- package/connectedvmwarevsphere/v20220110preview/getVirtualMachineTemplate.js +26 -0
- package/connectedvmwarevsphere/v20220110preview/getVirtualNetwork.d.ts +98 -0
- package/connectedvmwarevsphere/v20220110preview/getVirtualNetwork.js +26 -0
- package/connectedvmwarevsphere/v20220110preview/guestAgent.d.ts +102 -0
- package/connectedvmwarevsphere/v20220110preview/guestAgent.js +86 -0
- package/connectedvmwarevsphere/v20220110preview/host.d.ts +134 -0
- package/connectedvmwarevsphere/v20220110preview/host.js +91 -0
- package/connectedvmwarevsphere/v20220110preview/hybridIdentityMetadatum.d.ts +82 -0
- package/connectedvmwarevsphere/v20220110preview/hybridIdentityMetadatum.js +79 -0
- package/connectedvmwarevsphere/v20220110preview/index.d.ts +25 -0
- package/connectedvmwarevsphere/v20220110preview/index.js +95 -0
- package/connectedvmwarevsphere/v20220110preview/inventoryItem.d.ts +102 -0
- package/connectedvmwarevsphere/v20220110preview/inventoryItem.js +86 -0
- package/connectedvmwarevsphere/v20220110preview/machineExtension.d.ts +146 -0
- package/connectedvmwarevsphere/v20220110preview/machineExtension.js +92 -0
- package/connectedvmwarevsphere/v20220110preview/resourcePool.d.ts +164 -0
- package/connectedvmwarevsphere/v20220110preview/resourcePool.js +103 -0
- package/connectedvmwarevsphere/v20220110preview/vcenter.d.ts +142 -0
- package/connectedvmwarevsphere/v20220110preview/vcenter.js +98 -0
- package/connectedvmwarevsphere/v20220110preview/virtualMachine.d.ts +244 -0
- package/connectedvmwarevsphere/v20220110preview/virtualMachine.js +123 -0
- package/connectedvmwarevsphere/v20220110preview/virtualMachineTemplate.d.ts +181 -0
- package/connectedvmwarevsphere/v20220110preview/virtualMachineTemplate.js +113 -0
- package/connectedvmwarevsphere/v20220110preview/virtualNetwork.d.ts +134 -0
- package/connectedvmwarevsphere/v20220110preview/virtualNetwork.js +91 -0
- package/connectedvmwarevsphere/vcenter.js +2 -2
- package/connectedvmwarevsphere/virtualMachine.js +2 -2
- package/connectedvmwarevsphere/virtualMachineTemplate.js +2 -2
- package/connectedvmwarevsphere/virtualNetwork.js +2 -2
- package/databricks/accessConnector.d.ts +83 -0
- package/databricks/accessConnector.js +74 -0
- package/databricks/getAccessConnector.d.ts +63 -0
- package/databricks/getAccessConnector.js +27 -0
- package/databricks/getPrivateEndpointConnection.d.ts +1 -1
- package/databricks/getPrivateEndpointConnection.js +1 -1
- package/databricks/index.d.ts +4 -1
- package/databricks/index.js +9 -2
- package/databricks/privateEndpointConnection.d.ts +1 -1
- package/databricks/privateEndpointConnection.js +3 -3
- package/databricks/v20180401/vnetPeering.js +2 -2
- package/databricks/v20180401/workspace.js +2 -2
- package/databricks/v20210401preview/privateEndpointConnection.js +2 -2
- package/databricks/v20210401preview/vnetPeering.js +2 -2
- package/databricks/v20210401preview/workspace.js +2 -2
- package/databricks/v20220401preview/accessConnector.d.ts +82 -0
- package/databricks/v20220401preview/accessConnector.js +73 -0
- package/databricks/v20220401preview/getAccessConnector.d.ts +62 -0
- package/databricks/v20220401preview/getAccessConnector.js +26 -0
- package/databricks/v20220401preview/getPrivateEndpointConnection.d.ts +56 -0
- package/databricks/v20220401preview/getPrivateEndpointConnection.js +27 -0
- package/databricks/v20220401preview/getWorkspace.d.ts +122 -0
- package/databricks/v20220401preview/getWorkspace.js +26 -0
- package/databricks/v20220401preview/getvNetPeering.d.ts +92 -0
- package/databricks/v20220401preview/getvNetPeering.js +27 -0
- package/databricks/v20220401preview/index.d.ts +9 -0
- package/databricks/v20220401preview/index.js +55 -0
- package/databricks/v20220401preview/privateEndpointConnection.d.ts +62 -0
- package/databricks/v20220401preview/privateEndpointConnection.js +74 -0
- package/databricks/v20220401preview/vnetPeering.d.ts +126 -0
- package/databricks/v20220401preview/vnetPeering.js +92 -0
- package/databricks/v20220401preview/workspace.d.ts +170 -0
- package/databricks/v20220401preview/workspace.js +107 -0
- package/databricks/vnetPeering.js +2 -2
- package/databricks/workspace.js +2 -2
- package/desktopvirtualization/application.js +2 -2
- package/desktopvirtualization/applicationGroup.js +2 -2
- package/desktopvirtualization/getScalingPlanPooledSchedule.d.ts +125 -0
- package/desktopvirtualization/getScalingPlanPooledSchedule.js +28 -0
- package/desktopvirtualization/hostPool.js +2 -2
- package/desktopvirtualization/index.d.ts +4 -1
- package/desktopvirtualization/index.js +9 -2
- package/desktopvirtualization/msixpackage.js +2 -2
- package/desktopvirtualization/privateEndpointConnectionByHostPool.js +2 -2
- package/desktopvirtualization/privateEndpointConnectionByWorkspace.js +2 -2
- package/desktopvirtualization/scalingPlan.js +2 -2
- package/desktopvirtualization/scalingPlanPooledSchedule.d.ts +195 -0
- package/desktopvirtualization/scalingPlanPooledSchedule.js +106 -0
- package/desktopvirtualization/v20190123preview/application.js +2 -2
- package/desktopvirtualization/v20190123preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20190123preview/hostPool.js +2 -2
- package/desktopvirtualization/v20190123preview/workspace.js +2 -2
- package/desktopvirtualization/v20190924preview/application.js +2 -2
- package/desktopvirtualization/v20190924preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20190924preview/hostPool.js +2 -2
- package/desktopvirtualization/v20190924preview/workspace.js +2 -2
- package/desktopvirtualization/v20191210preview/application.js +2 -2
- package/desktopvirtualization/v20191210preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20191210preview/hostPool.js +2 -2
- package/desktopvirtualization/v20191210preview/workspace.js +2 -2
- package/desktopvirtualization/v20200921preview/application.js +2 -2
- package/desktopvirtualization/v20200921preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20200921preview/hostPool.js +2 -2
- package/desktopvirtualization/v20200921preview/msixpackage.js +2 -2
- package/desktopvirtualization/v20200921preview/workspace.js +2 -2
- package/desktopvirtualization/v20201019preview/application.js +2 -2
- package/desktopvirtualization/v20201019preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20201019preview/hostPool.js +2 -2
- package/desktopvirtualization/v20201019preview/msixpackage.js +2 -2
- package/desktopvirtualization/v20201019preview/workspace.js +2 -2
- package/desktopvirtualization/v20201102preview/application.js +2 -2
- package/desktopvirtualization/v20201102preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20201102preview/hostPool.js +2 -2
- package/desktopvirtualization/v20201102preview/msixpackage.js +2 -2
- package/desktopvirtualization/v20201102preview/workspace.js +2 -2
- package/desktopvirtualization/v20201110preview/application.js +2 -2
- package/desktopvirtualization/v20201110preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20201110preview/hostPool.js +2 -2
- package/desktopvirtualization/v20201110preview/msixpackage.js +2 -2
- package/desktopvirtualization/v20201110preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20201110preview/workspace.js +2 -2
- package/desktopvirtualization/v20210114preview/application.js +2 -2
- package/desktopvirtualization/v20210114preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20210114preview/hostPool.js +2 -2
- package/desktopvirtualization/v20210114preview/msixpackage.js +2 -2
- package/desktopvirtualization/v20210114preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20210114preview/workspace.js +2 -2
- package/desktopvirtualization/v20210201preview/application.js +2 -2
- package/desktopvirtualization/v20210201preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20210201preview/hostPool.js +2 -2
- package/desktopvirtualization/v20210201preview/msixpackage.js +2 -2
- package/desktopvirtualization/v20210201preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20210201preview/workspace.js +2 -2
- package/desktopvirtualization/v20210309preview/application.js +2 -2
- package/desktopvirtualization/v20210309preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20210309preview/hostPool.js +2 -2
- package/desktopvirtualization/v20210309preview/msixpackage.js +2 -2
- package/desktopvirtualization/v20210309preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20210309preview/workspace.js +2 -2
- package/desktopvirtualization/v20210401preview/application.js +2 -2
- package/desktopvirtualization/v20210401preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20210401preview/hostPool.js +2 -2
- package/desktopvirtualization/v20210401preview/msixpackage.js +2 -2
- package/desktopvirtualization/v20210401preview/privateEndpointConnectionByHostPool.js +2 -2
- package/desktopvirtualization/v20210401preview/privateEndpointConnectionByWorkspace.js +2 -2
- package/desktopvirtualization/v20210401preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20210401preview/workspace.js +2 -2
- package/desktopvirtualization/v20210712/application.js +2 -2
- package/desktopvirtualization/v20210712/applicationGroup.js +2 -2
- package/desktopvirtualization/v20210712/hostPool.js +2 -2
- package/desktopvirtualization/v20210712/msixpackage.js +2 -2
- package/desktopvirtualization/v20210712/scalingPlan.js +2 -2
- package/desktopvirtualization/v20210712/workspace.js +2 -2
- package/desktopvirtualization/v20210903preview/application.js +2 -2
- package/desktopvirtualization/v20210903preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20210903preview/hostPool.js +2 -2
- package/desktopvirtualization/v20210903preview/msixpackage.js +2 -2
- package/desktopvirtualization/v20210903preview/privateEndpointConnectionByHostPool.js +2 -2
- package/desktopvirtualization/v20210903preview/privateEndpointConnectionByWorkspace.js +2 -2
- package/desktopvirtualization/v20210903preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20210903preview/workspace.js +2 -2
- package/desktopvirtualization/v20220210preview/application.js +2 -2
- package/desktopvirtualization/v20220210preview/applicationGroup.js +2 -2
- package/desktopvirtualization/v20220210preview/hostPool.js +2 -2
- package/desktopvirtualization/v20220210preview/msixpackage.js +2 -2
- package/desktopvirtualization/v20220210preview/privateEndpointConnectionByHostPool.js +2 -2
- package/desktopvirtualization/v20220210preview/privateEndpointConnectionByWorkspace.js +2 -2
- package/desktopvirtualization/v20220210preview/scalingPlan.js +2 -2
- package/desktopvirtualization/v20220210preview/workspace.js +2 -2
- package/desktopvirtualization/v20220401preview/application.d.ts +158 -0
- package/desktopvirtualization/v20220401preview/application.js +102 -0
- package/desktopvirtualization/v20220401preview/applicationGroup.d.ts +152 -0
- package/desktopvirtualization/v20220401preview/applicationGroup.js +105 -0
- package/desktopvirtualization/v20220401preview/getApplication.d.ts +112 -0
- package/desktopvirtualization/v20220401preview/getApplication.js +27 -0
- package/desktopvirtualization/v20220401preview/getApplicationGroup.d.ts +105 -0
- package/desktopvirtualization/v20220401preview/getApplicationGroup.js +26 -0
- package/desktopvirtualization/v20220401preview/getHostPool.d.ts +169 -0
- package/desktopvirtualization/v20220401preview/getHostPool.js +26 -0
- package/desktopvirtualization/v20220401preview/getMSIXPackage.d.ts +100 -0
- package/desktopvirtualization/v20220401preview/getMSIXPackage.js +27 -0
- package/desktopvirtualization/v20220401preview/getPrivateEndpointConnectionByHostPool.d.ts +68 -0
- package/desktopvirtualization/v20220401preview/getPrivateEndpointConnectionByHostPool.js +27 -0
- package/desktopvirtualization/v20220401preview/getPrivateEndpointConnectionByWorkspace.d.ts +68 -0
- package/desktopvirtualization/v20220401preview/getPrivateEndpointConnectionByWorkspace.js +27 -0
- package/desktopvirtualization/v20220401preview/getScalingPlan.d.ts +105 -0
- package/desktopvirtualization/v20220401preview/getScalingPlan.js +26 -0
- package/desktopvirtualization/v20220401preview/getScalingPlanPooledSchedule.d.ts +124 -0
- package/desktopvirtualization/v20220401preview/getScalingPlanPooledSchedule.js +27 -0
- package/desktopvirtualization/v20220401preview/getWorkspace.d.ts +101 -0
- package/desktopvirtualization/v20220401preview/getWorkspace.js +26 -0
- package/desktopvirtualization/v20220401preview/hostPool.d.ts +276 -0
- package/desktopvirtualization/v20220401preview/hostPool.js +140 -0
- package/desktopvirtualization/v20220401preview/index.d.ts +19 -0
- package/desktopvirtualization/v20220401preview/index.js +80 -0
- package/desktopvirtualization/v20220401preview/msixpackage.d.ts +146 -0
- package/desktopvirtualization/v20220401preview/msixpackage.js +93 -0
- package/desktopvirtualization/v20220401preview/privateEndpointConnectionByHostPool.d.ts +74 -0
- package/desktopvirtualization/v20220401preview/privateEndpointConnectionByHostPool.js +80 -0
- package/desktopvirtualization/v20220401preview/privateEndpointConnectionByWorkspace.d.ts +74 -0
- package/desktopvirtualization/v20220401preview/privateEndpointConnectionByWorkspace.js +80 -0
- package/desktopvirtualization/v20220401preview/scalingPlan.d.ts +160 -0
- package/desktopvirtualization/v20220401preview/scalingPlan.js +103 -0
- package/desktopvirtualization/v20220401preview/scalingPlanPooledSchedule.d.ts +194 -0
- package/desktopvirtualization/v20220401preview/scalingPlanPooledSchedule.js +105 -0
- package/desktopvirtualization/v20220401preview/workspace.d.ts +144 -0
- package/desktopvirtualization/v20220401preview/workspace.js +97 -0
- package/desktopvirtualization/workspace.js +2 -2
- package/elasticsan/elasticSan.d.ts +4 -4
- package/elasticsan/elasticSan.js +3 -3
- package/elasticsan/getElasticSan.d.ts +4 -4
- package/elasticsan/getVolume.d.ts +0 -4
- package/elasticsan/getVolume.js +1 -1
- package/elasticsan/getVolumeGroup.d.ts +0 -4
- package/elasticsan/getVolumeGroup.js +1 -1
- package/elasticsan/v20211120preview/elasticSan.d.ts +4 -4
- package/elasticsan/v20211120preview/elasticSan.js +3 -3
- package/elasticsan/v20211120preview/getElasticSan.d.ts +4 -4
- package/elasticsan/v20211120preview/getVolume.d.ts +0 -4
- package/elasticsan/v20211120preview/getVolume.js +1 -1
- package/elasticsan/v20211120preview/getVolumeGroup.d.ts +0 -4
- package/elasticsan/v20211120preview/getVolumeGroup.js +1 -1
- package/elasticsan/v20211120preview/volume.d.ts +0 -8
- package/elasticsan/v20211120preview/volume.js +1 -3
- package/elasticsan/v20211120preview/volumeGroup.d.ts +0 -8
- package/elasticsan/v20211120preview/volumeGroup.js +1 -3
- package/elasticsan/volume.d.ts +0 -8
- package/elasticsan/volume.js +1 -3
- package/elasticsan/volumeGroup.d.ts +0 -8
- package/elasticsan/volumeGroup.js +1 -3
- package/hybridcompute/index.d.ts +2 -1
- package/hybridcompute/index.js +4 -2
- package/hybridcompute/machine.js +2 -2
- package/hybridcompute/machineExtension.js +2 -2
- package/hybridcompute/privateEndpointConnection.js +2 -2
- package/hybridcompute/privateLinkScope.js +2 -2
- package/hybridcompute/v20190318preview/machine.js +2 -2
- package/hybridcompute/v20190802preview/machine.js +2 -2
- package/hybridcompute/v20190802preview/machineExtension.js +2 -2
- package/hybridcompute/v20191212/machine.js +2 -2
- package/hybridcompute/v20191212/machineExtension.js +2 -2
- package/hybridcompute/v20200730preview/machine.js +2 -2
- package/hybridcompute/v20200730preview/machineExtension.js +2 -2
- package/hybridcompute/v20200802/machine.js +2 -2
- package/hybridcompute/v20200802/machineExtension.js +2 -2
- package/hybridcompute/v20200815preview/machine.js +2 -2
- package/hybridcompute/v20200815preview/machineExtension.js +2 -2
- package/hybridcompute/v20200815preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20200815preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20210128preview/machine.js +2 -2
- package/hybridcompute/v20210128preview/machineExtension.js +2 -2
- package/hybridcompute/v20210128preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210128preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20210325preview/machine.js +2 -2
- package/hybridcompute/v20210325preview/machineExtension.js +2 -2
- package/hybridcompute/v20210325preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210325preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20210422preview/machine.js +2 -2
- package/hybridcompute/v20210422preview/machineExtension.js +2 -2
- package/hybridcompute/v20210422preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210422preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20210517preview/machine.js +2 -2
- package/hybridcompute/v20210517preview/machineExtension.js +2 -2
- package/hybridcompute/v20210517preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210517preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20210520/machine.js +2 -2
- package/hybridcompute/v20210520/machineExtension.js +2 -2
- package/hybridcompute/v20210520/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210520/privateLinkScope.js +2 -2
- package/hybridcompute/v20210610preview/machine.js +2 -2
- package/hybridcompute/v20210610preview/machineExtension.js +2 -2
- package/hybridcompute/v20210610preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210610preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20211210preview/machine.js +2 -2
- package/hybridcompute/v20211210preview/machineExtension.js +2 -2
- package/hybridcompute/v20211210preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20211210preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20220310/machine.js +2 -2
- package/hybridcompute/v20220310/machineExtension.js +2 -2
- package/hybridcompute/v20220310/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20220310/privateLinkScope.js +2 -2
- package/hybridcompute/v20220510preview/getMachine.d.ts +78 -0
- package/hybridcompute/v20220510preview/getMachine.js +27 -0
- package/hybridcompute/v20220510preview/getMachineExtension.d.ts +70 -0
- package/hybridcompute/v20220510preview/getMachineExtension.js +27 -0
- package/hybridcompute/v20220510preview/getPrivateEndpointConnection.d.ts +60 -0
- package/hybridcompute/v20220510preview/getPrivateEndpointConnection.js +27 -0
- package/hybridcompute/v20220510preview/getPrivateLinkScope.d.ts +62 -0
- package/hybridcompute/v20220510preview/getPrivateLinkScope.js +26 -0
- package/hybridcompute/v20220510preview/index.d.ts +9 -0
- package/hybridcompute/v20220510preview/index.js +55 -0
- package/hybridcompute/v20220510preview/machine.d.ts +94 -0
- package/hybridcompute/v20220510preview/machine.js +77 -0
- package/hybridcompute/v20220510preview/machineExtension.d.ts +86 -0
- package/hybridcompute/v20220510preview/machineExtension.js +77 -0
- package/hybridcompute/v20220510preview/privateEndpointConnection.d.ts +66 -0
- package/hybridcompute/v20220510preview/privateEndpointConnection.js +73 -0
- package/hybridcompute/v20220510preview/privateLinkScope.d.ts +82 -0
- package/hybridcompute/v20220510preview/privateLinkScope.js +73 -0
- package/insights/index.d.ts +2 -1
- package/insights/index.js +4 -2
- package/insights/v20150501/webTest.js +2 -2
- package/insights/v20180501preview/webTest.js +2 -2
- package/insights/v20201005preview/webTest.js +2 -2
- package/insights/v20220615/getWebTest.d.ts +110 -0
- package/insights/v20220615/getWebTest.js +26 -0
- package/insights/v20220615/index.d.ts +3 -0
- package/insights/v20220615/index.js +40 -0
- package/insights/v20220615/webTest.d.ts +174 -0
- package/insights/v20220615/webTest.js +106 -0
- package/insights/webTest.js +2 -2
- package/keyvault/index.d.ts +2 -1
- package/keyvault/index.js +4 -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/key.js +2 -2
- package/keyvault/v20211001/managedHsm.js +2 -2
- package/keyvault/v20211001/mhsmprivateEndpointConnection.js +2 -2
- package/keyvault/v20211001/privateEndpointConnection.js +2 -2
- package/keyvault/v20211001/secret.js +2 -2
- package/keyvault/v20211001/vault.js +2 -2
- package/keyvault/v20211101preview/key.js +2 -2
- package/keyvault/v20211101preview/managedHsm.js +2 -2
- package/keyvault/v20211101preview/mhsmprivateEndpointConnection.js +2 -2
- package/keyvault/v20211101preview/privateEndpointConnection.js +2 -2
- package/keyvault/v20211101preview/secret.js +2 -2
- package/keyvault/v20211101preview/vault.js +2 -2
- package/keyvault/v20220701/getKey.d.ts +95 -0
- package/keyvault/v20220701/getKey.js +27 -0
- package/keyvault/v20220701/getMHSMPrivateEndpointConnection.d.ts +86 -0
- package/keyvault/v20220701/getMHSMPrivateEndpointConnection.js +27 -0
- package/keyvault/v20220701/getManagedHsm.d.ts +66 -0
- package/keyvault/v20220701/getManagedHsm.js +26 -0
- package/keyvault/v20220701/getPrivateEndpointConnection.d.ts +78 -0
- package/keyvault/v20220701/getPrivateEndpointConnection.js +27 -0
- package/keyvault/v20220701/getSecret.d.ts +66 -0
- package/keyvault/v20220701/getSecret.js +27 -0
- package/keyvault/v20220701/getVault.d.ts +62 -0
- package/keyvault/v20220701/getVault.js +26 -0
- package/keyvault/v20220701/index.d.ts +13 -0
- package/keyvault/v20220701/index.js +65 -0
- package/keyvault/v20220701/key.d.ts +107 -0
- package/keyvault/v20220701/key.js +96 -0
- package/keyvault/v20220701/managedHsm.d.ts +90 -0
- package/keyvault/v20220701/managedHsm.js +75 -0
- package/keyvault/v20220701/mhsmprivateEndpointConnection.d.ts +106 -0
- package/keyvault/v20220701/mhsmprivateEndpointConnection.js +84 -0
- package/keyvault/v20220701/privateEndpointConnection.d.ts +84 -0
- package/keyvault/v20220701/privateEndpointConnection.js +81 -0
- package/keyvault/v20220701/secret.d.ts +78 -0
- package/keyvault/v20220701/secret.js +78 -0
- package/keyvault/v20220701/vault.d.ts +82 -0
- package/keyvault/v20220701/vault.js +77 -0
- package/keyvault/vault.js +2 -2
- package/maintenance/configurationAssignment.js +2 -2
- package/maintenance/configurationAssignmentParent.js +2 -2
- package/maintenance/index.d.ts +2 -1
- package/maintenance/index.js +4 -2
- package/maintenance/maintenanceConfiguration.js +2 -2
- package/maintenance/v20180601preview/maintenanceConfiguration.js +2 -2
- package/maintenance/v20200401/maintenanceConfiguration.js +2 -2
- package/maintenance/v20200701preview/maintenanceConfiguration.js +2 -2
- package/maintenance/v20210401preview/configurationAssignment.js +2 -2
- package/maintenance/v20210401preview/configurationAssignmentParent.js +2 -2
- package/maintenance/v20210401preview/maintenanceConfiguration.js +2 -2
- package/maintenance/v20210501/maintenanceConfiguration.js +2 -2
- package/maintenance/v20210901preview/configurationAssignment.js +2 -2
- package/maintenance/v20210901preview/configurationAssignmentParent.js +2 -2
- package/maintenance/v20210901preview/maintenanceConfiguration.js +2 -2
- package/maintenance/v20220701preview/configurationAssignment.d.ts +90 -0
- package/maintenance/v20220701preview/configurationAssignment.js +85 -0
- package/maintenance/v20220701preview/configurationAssignmentParent.d.ts +98 -0
- package/maintenance/v20220701preview/configurationAssignmentParent.js +93 -0
- package/maintenance/v20220701preview/getConfigurationAssignment.d.ts +84 -0
- package/maintenance/v20220701preview/getConfigurationAssignment.js +29 -0
- package/maintenance/v20220701preview/getConfigurationAssignmentParent.d.ts +100 -0
- package/maintenance/v20220701preview/getConfigurationAssignmentParent.js +31 -0
- package/maintenance/v20220701preview/getMaintenanceConfiguration.d.ts +100 -0
- package/maintenance/v20220701preview/getMaintenanceConfiguration.js +26 -0
- package/maintenance/v20220701preview/index.d.ts +7 -0
- package/maintenance/v20220701preview/index.js +50 -0
- package/maintenance/v20220701preview/maintenanceConfiguration.d.ts +158 -0
- package/maintenance/v20220701preview/maintenanceConfiguration.js +92 -0
- package/network/dnsForwardingRuleset.js +2 -2
- package/network/dnsResolver.js +2 -2
- package/network/forwardingRule.js +2 -2
- package/network/inboundEndpoint.js +2 -2
- package/network/index.d.ts +2 -1
- package/network/index.js +4 -2
- package/network/outboundEndpoint.js +2 -2
- package/network/v20200401preview/dnsForwardingRuleset.js +2 -2
- package/network/v20200401preview/dnsResolver.js +2 -2
- package/network/v20200401preview/forwardingRule.js +2 -2
- package/network/v20200401preview/inboundEndpoint.js +2 -2
- package/network/v20200401preview/outboundEndpoint.js +2 -2
- package/network/v20200401preview/virtualNetworkLink.js +3 -1
- package/network/v20220101/subnet.js +2 -2
- package/network/v20220701/dnsForwardingRuleset.d.ts +94 -0
- package/network/v20220701/dnsForwardingRuleset.js +82 -0
- package/network/v20220701/dnsResolver.d.ts +98 -0
- package/network/v20220701/dnsResolver.js +84 -0
- package/network/v20220701/forwardingRule.d.ts +102 -0
- package/network/v20220701/forwardingRule.js +89 -0
- package/network/v20220701/getDnsForwardingRuleset.d.ts +74 -0
- package/network/v20220701/getDnsForwardingRuleset.js +26 -0
- package/network/v20220701/getDnsResolver.d.ts +78 -0
- package/network/v20220701/getDnsResolver.js +26 -0
- package/network/v20220701/getForwardingRule.d.ts +82 -0
- package/network/v20220701/getForwardingRule.js +27 -0
- package/network/v20220701/getInboundEndpoint.d.ts +82 -0
- package/network/v20220701/getInboundEndpoint.js +27 -0
- package/network/v20220701/getOutboundEndpoint.d.ts +82 -0
- package/network/v20220701/getOutboundEndpoint.js +27 -0
- package/network/v20220701/getVirtualNetworkLink.d.ts +74 -0
- package/network/v20220701/getVirtualNetworkLink.js +27 -0
- package/network/v20220701/inboundEndpoint.d.ts +98 -0
- package/network/v20220701/inboundEndpoint.js +86 -0
- package/network/v20220701/index.d.ts +15 -0
- package/network/v20220701/index.js +67 -0
- package/network/v20220701/listDnsForwardingRulesetByVirtualNetwork.d.ts +48 -0
- package/network/v20220701/listDnsForwardingRulesetByVirtualNetwork.js +27 -0
- package/network/v20220701/listDnsResolverByVirtualNetwork.d.ts +48 -0
- package/network/v20220701/listDnsResolverByVirtualNetwork.js +27 -0
- package/network/v20220701/outboundEndpoint.d.ts +98 -0
- package/network/v20220701/outboundEndpoint.js +86 -0
- package/network/v20220701/virtualNetworkLink.d.ts +86 -0
- package/network/v20220701/virtualNetworkLink.js +82 -0
- package/openenergyplatform/energyService.d.ts +1 -1
- package/openenergyplatform/energyService.js +1 -1
- package/openenergyplatform/getEnergyService.d.ts +1 -1
- package/openenergyplatform/getEnergyService.js +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/powerplatform/account.d.ts +4 -0
- package/powerplatform/account.js +3 -1
- package/powerplatform/enterprisePolicy.d.ts +4 -0
- package/powerplatform/enterprisePolicy.js +3 -1
- package/powerplatform/getAccount.d.ts +4 -0
- package/powerplatform/getAccount.js +1 -1
- package/powerplatform/getEnterprisePolicy.d.ts +4 -0
- package/powerplatform/getEnterprisePolicy.js +1 -1
- package/powerplatform/v20201030preview/account.d.ts +4 -0
- package/powerplatform/v20201030preview/account.js +3 -1
- package/powerplatform/v20201030preview/enterprisePolicy.d.ts +4 -0
- package/powerplatform/v20201030preview/enterprisePolicy.js +3 -1
- package/powerplatform/v20201030preview/getAccount.d.ts +4 -0
- package/powerplatform/v20201030preview/getAccount.js +1 -1
- package/powerplatform/v20201030preview/getEnterprisePolicy.d.ts +4 -0
- package/powerplatform/v20201030preview/getEnterprisePolicy.js +1 -1
- package/security/application.d.ts +71 -0
- package/security/application.js +71 -0
- package/security/getApplication.d.ts +48 -0
- package/security/getApplication.js +26 -0
- package/security/getSecurityConnectorApplication.d.ts +64 -0
- package/security/getSecurityConnectorApplication.js +28 -0
- package/security/index.d.ts +6 -1
- package/security/index.js +14 -2
- package/security/securityConnectorApplication.d.ts +79 -0
- package/security/securityConnectorApplication.js +79 -0
- package/security/v20220701preview/application.d.ts +70 -0
- package/security/v20220701preview/application.js +70 -0
- package/security/v20220701preview/getApplication.d.ts +47 -0
- package/security/v20220701preview/getApplication.js +25 -0
- package/security/v20220701preview/getSecurityConnectorApplication.d.ts +63 -0
- package/security/v20220701preview/getSecurityConnectorApplication.js +27 -0
- package/security/v20220701preview/index.d.ts +5 -0
- package/security/v20220701preview/index.js +45 -0
- package/security/v20220701preview/securityConnectorApplication.d.ts +78 -0
- package/security/v20220701preview/securityConnectorApplication.js +78 -0
- package/securityinsights/aaddataConnector.js +2 -2
- package/securityinsights/aatpdataConnector.js +2 -2
- package/securityinsights/action.js +2 -2
- package/securityinsights/activityCustomEntityQuery.js +2 -2
- package/securityinsights/alertRule.js +2 -2
- package/securityinsights/anomalies.js +2 -2
- package/securityinsights/anomalySecurityMLAnalyticsSettings.js +2 -2
- package/securityinsights/ascdataConnector.js +2 -2
- package/securityinsights/automationRule.js +2 -2
- package/securityinsights/awsCloudTrailDataConnector.js +2 -2
- package/securityinsights/bookmark.js +2 -2
- package/securityinsights/bookmarkRelation.js +2 -2
- package/securityinsights/dataConnector.js +2 -2
- package/securityinsights/entityAnalytics.js +2 -2
- package/securityinsights/entityQuery.js +2 -2
- package/securityinsights/eyesOn.js +2 -2
- package/securityinsights/fusionAlertRule.js +2 -2
- package/securityinsights/incident.js +2 -2
- package/securityinsights/incidentComment.js +2 -2
- package/securityinsights/incidentRelation.js +2 -2
- package/securityinsights/index.d.ts +2 -1
- package/securityinsights/index.js +4 -2
- package/securityinsights/mcasdataConnector.js +2 -2
- package/securityinsights/mdatpdataConnector.js +2 -2
- package/securityinsights/metadata.js +2 -2
- package/securityinsights/microsoftSecurityIncidentCreationAlertRule.js +2 -2
- package/securityinsights/officeDataConnector.js +2 -2
- package/securityinsights/productSetting.js +2 -2
- package/securityinsights/scheduledAlertRule.js +2 -2
- package/securityinsights/securityMLAnalyticsSetting.js +2 -2
- package/securityinsights/sentinelOnboardingState.js +2 -2
- package/securityinsights/sourceControl.js +2 -2
- package/securityinsights/threatIntelligenceIndicator.js +2 -2
- package/securityinsights/tidataConnector.js +2 -2
- package/securityinsights/ueba.js +2 -2
- package/securityinsights/v20190101preview/aaddataConnector.js +2 -2
- package/securityinsights/v20190101preview/aatpdataConnector.js +2 -2
- package/securityinsights/v20190101preview/action.js +2 -2
- package/securityinsights/v20190101preview/alertRule.js +2 -2
- package/securityinsights/v20190101preview/anomalies.js +2 -2
- package/securityinsights/v20190101preview/ascdataConnector.js +2 -2
- package/securityinsights/v20190101preview/automationRule.js +2 -2
- package/securityinsights/v20190101preview/awsCloudTrailDataConnector.js +2 -2
- package/securityinsights/v20190101preview/bookmark.js +2 -2
- package/securityinsights/v20190101preview/bookmarkRelation.js +2 -2
- package/securityinsights/v20190101preview/dataConnector.js +2 -2
- package/securityinsights/v20190101preview/dynamics365DataConnector.js +2 -2
- package/securityinsights/v20190101preview/entityAnalytics.js +2 -2
- package/securityinsights/v20190101preview/eyesOn.js +2 -2
- package/securityinsights/v20190101preview/fusionAlertRule.js +2 -2
- package/securityinsights/v20190101preview/incident.js +2 -2
- package/securityinsights/v20190101preview/incidentComment.js +2 -2
- package/securityinsights/v20190101preview/incidentRelation.js +2 -2
- package/securityinsights/v20190101preview/ipsyncer.js +2 -2
- package/securityinsights/v20190101preview/mcasdataConnector.js +2 -2
- package/securityinsights/v20190101preview/mdatpdataConnector.js +2 -2
- package/securityinsights/v20190101preview/microsoftSecurityIncidentCreationAlertRule.js +2 -2
- package/securityinsights/v20190101preview/mlbehaviorAnalyticsAlertRule.js +2 -2
- package/securityinsights/v20190101preview/mstidataConnector.js +2 -2
- package/securityinsights/v20190101preview/mtpdataConnector.js +2 -2
- package/securityinsights/v20190101preview/officeATPDataConnector.js +2 -2
- package/securityinsights/v20190101preview/officeDataConnector.js +2 -2
- package/securityinsights/v20190101preview/productSetting.js +2 -2
- package/securityinsights/v20190101preview/scheduledAlertRule.js +2 -2
- package/securityinsights/v20190101preview/threatIntelligenceAlertRule.js +2 -2
- package/securityinsights/v20190101preview/threatIntelligenceIndicator.js +2 -2
- package/securityinsights/v20190101preview/tiTaxiiDataConnector.js +2 -2
- package/securityinsights/v20190101preview/tidataConnector.js +2 -2
- package/securityinsights/v20190101preview/ueba.js +2 -2
- package/securityinsights/v20190101preview/watchlist.js +2 -2
- package/securityinsights/v20190101preview/watchlistItem.js +2 -2
- package/securityinsights/v20200101/aaddataConnector.js +2 -2
- package/securityinsights/v20200101/aatpdataConnector.js +2 -2
- package/securityinsights/v20200101/action.js +2 -2
- package/securityinsights/v20200101/alertRule.js +2 -2
- package/securityinsights/v20200101/ascdataConnector.js +2 -2
- package/securityinsights/v20200101/awsCloudTrailDataConnector.js +2 -2
- package/securityinsights/v20200101/bookmark.js +2 -2
- package/securityinsights/v20200101/dataConnector.js +2 -2
- package/securityinsights/v20200101/fusionAlertRule.js +2 -2
- package/securityinsights/v20200101/incident.js +2 -2
- package/securityinsights/v20200101/mcasdataConnector.js +2 -2
- package/securityinsights/v20200101/mdatpdataConnector.js +2 -2
- package/securityinsights/v20200101/microsoftSecurityIncidentCreationAlertRule.js +2 -2
- package/securityinsights/v20200101/officeDataConnector.js +2 -2
- package/securityinsights/v20200101/scheduledAlertRule.js +2 -2
- package/securityinsights/v20200101/tidataConnector.js +2 -2
- package/securityinsights/v20210301preview/aaddataConnector.js +2 -2
- package/securityinsights/v20210301preview/aatpdataConnector.js +2 -2
- package/securityinsights/v20210301preview/action.js +2 -2
- package/securityinsights/v20210301preview/activityCustomEntityQuery.js +2 -2
- package/securityinsights/v20210301preview/alertRule.js +2 -2
- package/securityinsights/v20210301preview/anomalies.js +2 -2
- package/securityinsights/v20210301preview/ascdataConnector.js +2 -2
- package/securityinsights/v20210301preview/awsCloudTrailDataConnector.js +2 -2
- package/securityinsights/v20210301preview/codelessUiDataConnector.js +2 -2
- package/securityinsights/v20210301preview/dataConnector.js +2 -2
- package/securityinsights/v20210301preview/dynamics365DataConnector.js +2 -2
- package/securityinsights/v20210301preview/entityAnalytics.js +2 -2
- package/securityinsights/v20210301preview/entityQuery.js +2 -2
- package/securityinsights/v20210301preview/eyesOn.js +2 -2
- package/securityinsights/v20210301preview/fusionAlertRule.js +2 -2
- package/securityinsights/v20210301preview/incident.js +2 -2
- package/securityinsights/v20210301preview/incidentComment.js +2 -2
- package/securityinsights/v20210301preview/incidentRelation.js +2 -2
- package/securityinsights/v20210301preview/mcasdataConnector.js +2 -2
- package/securityinsights/v20210301preview/mdatpdataConnector.js +2 -2
- package/securityinsights/v20210301preview/metadata.js +2 -2
- package/securityinsights/v20210301preview/microsoftSecurityIncidentCreationAlertRule.js +2 -2
- package/securityinsights/v20210301preview/mlbehaviorAnalyticsAlertRule.js +2 -2
- package/securityinsights/v20210301preview/mstidataConnector.js +2 -2
- package/securityinsights/v20210301preview/mtpdataConnector.js +2 -2
- package/securityinsights/v20210301preview/officeATPDataConnector.js +2 -2
- package/securityinsights/v20210301preview/officeDataConnector.js +2 -2
- package/securityinsights/v20210301preview/productSetting.js +2 -2
- package/securityinsights/v20210301preview/scheduledAlertRule.js +2 -2
- package/securityinsights/v20210301preview/sentinelOnboardingState.js +2 -2
- package/securityinsights/v20210301preview/sourceControl.js +2 -2
- package/securityinsights/v20210301preview/threatIntelligenceAlertRule.js +2 -2
- package/securityinsights/v20210301preview/tiTaxiiDataConnector.js +2 -2
- package/securityinsights/v20210301preview/tidataConnector.js +2 -2
- package/securityinsights/v20210301preview/ueba.js +2 -2
- package/securityinsights/v20210301preview/watchlist.js +2 -2
- package/securityinsights/v20210301preview/watchlistItem.js +2 -2
- package/securityinsights/v20210401/incident.js +2 -2
- package/securityinsights/v20210401/incidentComment.js +2 -2
- package/securityinsights/v20210401/incidentRelation.js +2 -2
- package/securityinsights/v20210401/threatIntelligenceIndicator.js +2 -2
- package/securityinsights/v20210401/watchlist.js +2 -2
- package/securityinsights/v20210401/watchlistItem.js +2 -2
- package/securityinsights/v20210901preview/aaddataConnector.js +2 -2
- package/securityinsights/v20210901preview/aatpdataConnector.js +2 -2
- package/securityinsights/v20210901preview/action.js +2 -2
- package/securityinsights/v20210901preview/activityCustomEntityQuery.js +2 -2
- package/securityinsights/v20210901preview/alertRule.js +2 -2
- package/securityinsights/v20210901preview/anomalies.js +2 -2
- package/securityinsights/v20210901preview/ascdataConnector.js +2 -2
- package/securityinsights/v20210901preview/automationRule.js +2 -2
- package/securityinsights/v20210901preview/awsCloudTrailDataConnector.js +2 -2
- package/securityinsights/v20210901preview/awsS3DataConnector.js +2 -2
- package/securityinsights/v20210901preview/bookmark.js +2 -2
- package/securityinsights/v20210901preview/bookmarkRelation.js +2 -2
- package/securityinsights/v20210901preview/codelessApiPollingDataConnector.js +2 -2
- package/securityinsights/v20210901preview/codelessUiDataConnector.js +2 -2
- package/securityinsights/v20210901preview/dataConnector.js +2 -2
- package/securityinsights/v20210901preview/dynamics365DataConnector.js +2 -2
- package/securityinsights/v20210901preview/entityAnalytics.js +2 -2
- package/securityinsights/v20210901preview/entityQuery.js +2 -2
- package/securityinsights/v20210901preview/eyesOn.js +2 -2
- package/securityinsights/v20210901preview/fusionAlertRule.js +2 -2
- package/securityinsights/v20210901preview/incident.js +2 -2
- package/securityinsights/v20210901preview/incidentComment.js +2 -2
- package/securityinsights/v20210901preview/incidentRelation.js +2 -2
- package/securityinsights/v20210901preview/mcasdataConnector.js +2 -2
- package/securityinsights/v20210901preview/mdatpdataConnector.js +2 -2
- package/securityinsights/v20210901preview/metadata.js +2 -2
- package/securityinsights/v20210901preview/microsoftSecurityIncidentCreationAlertRule.js +2 -2
- package/securityinsights/v20210901preview/mlbehaviorAnalyticsAlertRule.js +2 -2
- package/securityinsights/v20210901preview/mstidataConnector.js +2 -2
- package/securityinsights/v20210901preview/mtpdataConnector.js +2 -2
- package/securityinsights/v20210901preview/nrtAlertRule.js +2 -2
- package/securityinsights/v20210901preview/officeATPDataConnector.js +2 -2
- package/securityinsights/v20210901preview/officeDataConnector.js +2 -2
- package/securityinsights/v20210901preview/officeIRMDataConnector.js +2 -2
- package/securityinsights/v20210901preview/productSetting.js +2 -2
- package/securityinsights/v20210901preview/scheduledAlertRule.js +2 -2
- package/securityinsights/v20210901preview/sentinelOnboardingState.js +2 -2
- package/securityinsights/v20210901preview/sourceControl.js +2 -2
- package/securityinsights/v20210901preview/threatIntelligenceAlertRule.js +2 -2
- package/securityinsights/v20210901preview/threatIntelligenceIndicator.js +2 -2
- package/securityinsights/v20210901preview/tiTaxiiDataConnector.js +2 -2
- package/securityinsights/v20210901preview/tidataConnector.js +2 -2
- package/securityinsights/v20210901preview/ueba.js +2 -2
- package/securityinsights/v20210901preview/watchlist.js +2 -2
- package/securityinsights/v20210901preview/watchlistItem.js +2 -2
- package/securityinsights/v20211001/aaddataConnector.js +2 -2
- package/securityinsights/v20211001/aatpdataConnector.js +2 -2
- package/securityinsights/v20211001/action.js +2 -2
- package/securityinsights/v20211001/alertRule.js +2 -2
- package/securityinsights/v20211001/ascdataConnector.js +2 -2
- package/securityinsights/v20211001/automationRule.js +2 -2
- package/securityinsights/v20211001/awsCloudTrailDataConnector.js +2 -2
- package/securityinsights/v20211001/bookmark.js +2 -2
- package/securityinsights/v20211001/dataConnector.js +2 -2
- package/securityinsights/v20211001/fusionAlertRule.js +2 -2
- package/securityinsights/v20211001/incident.js +2 -2
- package/securityinsights/v20211001/incidentComment.js +2 -2
- package/securityinsights/v20211001/incidentRelation.js +2 -2
- package/securityinsights/v20211001/mcasdataConnector.js +2 -2
- package/securityinsights/v20211001/mdatpdataConnector.js +2 -2
- package/securityinsights/v20211001/microsoftSecurityIncidentCreationAlertRule.js +2 -2
- package/securityinsights/v20211001/officeDataConnector.js +2 -2
- package/securityinsights/v20211001/scheduledAlertRule.js +2 -2
- package/securityinsights/v20211001/sentinelOnboardingState.js +2 -2
- package/securityinsights/v20211001/threatIntelligenceIndicator.js +2 -2
- package/securityinsights/v20211001/tidataConnector.js +2 -2
- package/securityinsights/v20211001/watchlist.js +2 -2
- package/securityinsights/v20211001/watchlistItem.js +2 -2
- package/securityinsights/v20211001preview/aaddataConnector.js +2 -2
- package/securityinsights/v20211001preview/aatpdataConnector.js +2 -2
- package/securityinsights/v20211001preview/action.js +2 -2
- package/securityinsights/v20211001preview/activityCustomEntityQuery.js +2 -2
- package/securityinsights/v20211001preview/alertRule.js +2 -2
- package/securityinsights/v20211001preview/anomalies.js +2 -2
- package/securityinsights/v20211001preview/ascdataConnector.js +2 -2
- package/securityinsights/v20211001preview/automationRule.js +2 -2
- package/securityinsights/v20211001preview/awsCloudTrailDataConnector.js +2 -2
- package/securityinsights/v20211001preview/awsS3DataConnector.js +2 -2
- package/securityinsights/v20211001preview/bookmark.js +2 -2
- package/securityinsights/v20211001preview/bookmarkRelation.js +2 -2
- package/securityinsights/v20211001preview/codelessApiPollingDataConnector.js +2 -2
- package/securityinsights/v20211001preview/codelessUiDataConnector.js +2 -2
- package/securityinsights/v20211001preview/dataConnector.js +2 -2
- package/securityinsights/v20211001preview/dynamics365DataConnector.js +2 -2
- package/securityinsights/v20211001preview/entityAnalytics.js +2 -2
- package/securityinsights/v20211001preview/entityQuery.js +2 -2
- package/securityinsights/v20211001preview/eyesOn.js +2 -2
- package/securityinsights/v20211001preview/fusionAlertRule.js +2 -2
- package/securityinsights/v20211001preview/incident.js +2 -2
- package/securityinsights/v20211001preview/incidentComment.js +2 -2
- package/securityinsights/v20211001preview/incidentRelation.js +2 -2
- package/securityinsights/v20211001preview/mcasdataConnector.js +2 -2
- package/securityinsights/v20211001preview/mdatpdataConnector.js +2 -2
- package/securityinsights/v20211001preview/metadata.js +2 -2
- package/securityinsights/v20211001preview/microsoftSecurityIncidentCreationAlertRule.js +2 -2
- package/securityinsights/v20211001preview/mlbehaviorAnalyticsAlertRule.js +2 -2
- package/securityinsights/v20211001preview/mstidataConnector.js +2 -2
- package/securityinsights/v20211001preview/mtpdataConnector.js +2 -2
- package/securityinsights/v20211001preview/nrtAlertRule.js +2 -2
- package/securityinsights/v20211001preview/office365ProjectDataConnector.js +2 -2
- package/securityinsights/v20211001preview/officeATPDataConnector.js +2 -2
- package/securityinsights/v20211001preview/officeDataConnector.js +2 -2
- package/securityinsights/v20211001preview/officeIRMDataConnector.js +2 -2
- package/securityinsights/v20211001preview/officePowerBIDataConnector.js +2 -2
- package/securityinsights/v20211001preview/productSetting.js +2 -2
- package/securityinsights/v20211001preview/scheduledAlertRule.js +2 -2
- package/securityinsights/v20211001preview/sentinelOnboardingState.js +2 -2
- package/securityinsights/v20211001preview/sourceControl.js +2 -2
- package/securityinsights/v20211001preview/threatIntelligenceAlertRule.js +2 -2
- package/securityinsights/v20211001preview/threatIntelligenceIndicator.js +2 -2
- package/securityinsights/v20211001preview/tiTaxiiDataConnector.js +2 -2
- package/securityinsights/v20211001preview/tidataConnector.js +2 -2
- package/securityinsights/v20211001preview/ueba.js +2 -2
- package/securityinsights/v20211001preview/watchlist.js +2 -2
- package/securityinsights/v20211001preview/watchlistItem.js +2 -2
- package/securityinsights/v20220101preview/aaddataConnector.js +2 -2
- package/securityinsights/v20220101preview/aatpdataConnector.js +2 -2
- package/securityinsights/v20220101preview/action.js +2 -2
- package/securityinsights/v20220101preview/activityCustomEntityQuery.js +2 -2
- package/securityinsights/v20220101preview/alertRule.js +2 -2
- package/securityinsights/v20220101preview/anomalies.js +2 -2
- package/securityinsights/v20220101preview/ascdataConnector.js +2 -2
- package/securityinsights/v20220101preview/automationRule.js +2 -2
- package/securityinsights/v20220101preview/awsCloudTrailDataConnector.js +2 -2
- package/securityinsights/v20220101preview/awsS3DataConnector.js +2 -2
- package/securityinsights/v20220101preview/bookmark.js +2 -2
- package/securityinsights/v20220101preview/bookmarkRelation.js +2 -2
- package/securityinsights/v20220101preview/codelessApiPollingDataConnector.js +2 -2
- package/securityinsights/v20220101preview/codelessUiDataConnector.js +2 -2
- package/securityinsights/v20220101preview/dataConnector.js +2 -2
- package/securityinsights/v20220101preview/dynamics365DataConnector.js +2 -2
- package/securityinsights/v20220101preview/entityAnalytics.js +2 -2
- package/securityinsights/v20220101preview/entityQuery.js +2 -2
- package/securityinsights/v20220101preview/eyesOn.js +2 -2
- package/securityinsights/v20220101preview/fusionAlertRule.js +2 -2
- package/securityinsights/v20220101preview/incident.js +2 -2
- package/securityinsights/v20220101preview/incidentComment.js +2 -2
- package/securityinsights/v20220101preview/incidentRelation.js +2 -2
- package/securityinsights/v20220101preview/ioTDataConnector.js +2 -2
- package/securityinsights/v20220101preview/mcasdataConnector.js +2 -2
- package/securityinsights/v20220101preview/mdatpdataConnector.js +2 -2
- package/securityinsights/v20220101preview/metadata.js +2 -2
- package/securityinsights/v20220101preview/microsoftSecurityIncidentCreationAlertRule.js +2 -2
- package/securityinsights/v20220101preview/mlbehaviorAnalyticsAlertRule.js +2 -2
- package/securityinsights/v20220101preview/mstidataConnector.js +2 -2
- package/securityinsights/v20220101preview/mtpdataConnector.js +2 -2
- package/securityinsights/v20220101preview/nrtAlertRule.js +2 -2
- package/securityinsights/v20220101preview/office365ProjectDataConnector.js +2 -2
- package/securityinsights/v20220101preview/officeATPDataConnector.js +2 -2
- package/securityinsights/v20220101preview/officeDataConnector.js +2 -2
- package/securityinsights/v20220101preview/officeIRMDataConnector.js +2 -2
- package/securityinsights/v20220101preview/officePowerBIDataConnector.js +2 -2
- package/securityinsights/v20220101preview/productSetting.js +2 -2
- package/securityinsights/v20220101preview/scheduledAlertRule.js +2 -2
- package/securityinsights/v20220101preview/sentinelOnboardingState.js +2 -2
- package/securityinsights/v20220101preview/sourceControl.js +2 -2
- package/securityinsights/v20220101preview/threatIntelligenceAlertRule.js +2 -2
- package/securityinsights/v20220101preview/threatIntelligenceIndicator.js +2 -2
- package/securityinsights/v20220101preview/tiTaxiiDataConnector.js +2 -2
- package/securityinsights/v20220101preview/tidataConnector.js +2 -2
- package/securityinsights/v20220101preview/ueba.js +2 -2
- package/securityinsights/v20220101preview/watchlist.js +2 -2
- package/securityinsights/v20220101preview/watchlistItem.js +2 -2
- package/securityinsights/v20220401preview/aaddataConnector.js +2 -2
- package/securityinsights/v20220401preview/aatpdataConnector.js +2 -2
- package/securityinsights/v20220401preview/action.js +2 -2
- package/securityinsights/v20220401preview/activityCustomEntityQuery.js +2 -2
- package/securityinsights/v20220401preview/alertRule.js +2 -2
- package/securityinsights/v20220401preview/anomalies.js +2 -2
- package/securityinsights/v20220401preview/ascdataConnector.js +2 -2
- package/securityinsights/v20220401preview/automationRule.js +2 -2
- package/securityinsights/v20220401preview/awsCloudTrailDataConnector.js +2 -2
- package/securityinsights/v20220401preview/awsS3DataConnector.js +2 -2
- package/securityinsights/v20220401preview/bookmark.js +2 -2
- package/securityinsights/v20220401preview/bookmarkRelation.js +2 -2
- package/securityinsights/v20220401preview/codelessApiPollingDataConnector.js +2 -2
- package/securityinsights/v20220401preview/codelessUiDataConnector.js +2 -2
- package/securityinsights/v20220401preview/dataConnector.js +2 -2
- package/securityinsights/v20220401preview/dynamics365DataConnector.js +2 -2
- package/securityinsights/v20220401preview/entityAnalytics.js +2 -2
- package/securityinsights/v20220401preview/entityQuery.js +2 -2
- package/securityinsights/v20220401preview/eyesOn.js +2 -2
- package/securityinsights/v20220401preview/fusionAlertRule.js +2 -2
- package/securityinsights/v20220401preview/incident.js +2 -2
- package/securityinsights/v20220401preview/incidentComment.js +2 -2
- package/securityinsights/v20220401preview/incidentRelation.js +2 -2
- package/securityinsights/v20220401preview/ioTDataConnector.js +2 -2
- package/securityinsights/v20220401preview/mcasdataConnector.js +2 -2
- package/securityinsights/v20220401preview/mdatpdataConnector.js +2 -2
- package/securityinsights/v20220401preview/metadata.js +2 -2
- package/securityinsights/v20220401preview/microsoftSecurityIncidentCreationAlertRule.js +2 -2
- package/securityinsights/v20220401preview/mlbehaviorAnalyticsAlertRule.js +2 -2
- package/securityinsights/v20220401preview/mstidataConnector.js +2 -2
- package/securityinsights/v20220401preview/mtpdataConnector.js +2 -2
- package/securityinsights/v20220401preview/nrtAlertRule.js +2 -2
- package/securityinsights/v20220401preview/office365ProjectDataConnector.js +2 -2
- package/securityinsights/v20220401preview/officeATPDataConnector.js +2 -2
- package/securityinsights/v20220401preview/officeDataConnector.js +2 -2
- package/securityinsights/v20220401preview/officeIRMDataConnector.js +2 -2
- package/securityinsights/v20220401preview/officePowerBIDataConnector.js +2 -2
- package/securityinsights/v20220401preview/productSetting.js +2 -2
- package/securityinsights/v20220401preview/scheduledAlertRule.js +2 -2
- package/securityinsights/v20220401preview/sentinelOnboardingState.js +2 -2
- package/securityinsights/v20220401preview/sourceControl.js +2 -2
- package/securityinsights/v20220401preview/threatIntelligenceAlertRule.js +2 -2
- package/securityinsights/v20220401preview/threatIntelligenceIndicator.js +2 -2
- package/securityinsights/v20220401preview/tiTaxiiDataConnector.js +2 -2
- package/securityinsights/v20220401preview/tidataConnector.js +2 -2
- package/securityinsights/v20220401preview/ueba.js +2 -2
- package/securityinsights/v20220401preview/watchlist.js +2 -2
- package/securityinsights/v20220401preview/watchlistItem.js +2 -2
- package/securityinsights/v20220501preview/aaddataConnector.js +2 -2
- package/securityinsights/v20220501preview/aatpdataConnector.js +2 -2
- package/securityinsights/v20220501preview/action.js +2 -2
- package/securityinsights/v20220501preview/activityCustomEntityQuery.js +2 -2
- package/securityinsights/v20220501preview/alertRule.js +2 -2
- package/securityinsights/v20220501preview/anomalies.js +2 -2
- package/securityinsights/v20220501preview/anomalySecurityMLAnalyticsSettings.js +2 -2
- package/securityinsights/v20220501preview/ascdataConnector.js +2 -2
- package/securityinsights/v20220501preview/automationRule.js +2 -2
- package/securityinsights/v20220501preview/awsCloudTrailDataConnector.js +2 -2
- package/securityinsights/v20220501preview/awsS3DataConnector.js +2 -2
- package/securityinsights/v20220501preview/bookmark.js +2 -2
- package/securityinsights/v20220501preview/bookmarkRelation.js +2 -2
- package/securityinsights/v20220501preview/codelessApiPollingDataConnector.js +2 -2
- package/securityinsights/v20220501preview/codelessUiDataConnector.js +2 -2
- package/securityinsights/v20220501preview/dataConnector.js +2 -2
- package/securityinsights/v20220501preview/dynamics365DataConnector.js +2 -2
- package/securityinsights/v20220501preview/entityAnalytics.js +2 -2
- package/securityinsights/v20220501preview/entityQuery.js +2 -2
- package/securityinsights/v20220501preview/eyesOn.js +2 -2
- package/securityinsights/v20220501preview/fusionAlertRule.js +2 -2
- package/securityinsights/v20220501preview/incident.js +2 -2
- package/securityinsights/v20220501preview/incidentComment.js +2 -2
- package/securityinsights/v20220501preview/incidentRelation.js +2 -2
- package/securityinsights/v20220501preview/ioTDataConnector.js +2 -2
- package/securityinsights/v20220501preview/mcasdataConnector.js +2 -2
- package/securityinsights/v20220501preview/mdatpdataConnector.js +2 -2
- package/securityinsights/v20220501preview/metadata.js +2 -2
- package/securityinsights/v20220501preview/microsoftSecurityIncidentCreationAlertRule.js +2 -2
- package/securityinsights/v20220501preview/mlbehaviorAnalyticsAlertRule.js +2 -2
- package/securityinsights/v20220501preview/mstidataConnector.js +2 -2
- package/securityinsights/v20220501preview/mtpdataConnector.js +2 -2
- package/securityinsights/v20220501preview/nrtAlertRule.js +2 -2
- package/securityinsights/v20220501preview/office365ProjectDataConnector.js +2 -2
- package/securityinsights/v20220501preview/officeATPDataConnector.js +2 -2
- package/securityinsights/v20220501preview/officeDataConnector.js +2 -2
- package/securityinsights/v20220501preview/officeIRMDataConnector.js +2 -2
- package/securityinsights/v20220501preview/officePowerBIDataConnector.js +2 -2
- package/securityinsights/v20220501preview/productSetting.js +2 -2
- package/securityinsights/v20220501preview/scheduledAlertRule.js +2 -2
- package/securityinsights/v20220501preview/securityMLAnalyticsSetting.js +2 -2
- package/securityinsights/v20220501preview/sentinelOnboardingState.js +2 -2
- package/securityinsights/v20220501preview/sourceControl.js +2 -2
- package/securityinsights/v20220501preview/threatIntelligenceAlertRule.js +2 -2
- package/securityinsights/v20220501preview/threatIntelligenceIndicator.js +2 -2
- package/securityinsights/v20220501preview/tiTaxiiDataConnector.js +2 -2
- package/securityinsights/v20220501preview/tidataConnector.js +2 -2
- package/securityinsights/v20220501preview/ueba.js +2 -2
- package/securityinsights/v20220501preview/watchlist.js +2 -2
- package/securityinsights/v20220501preview/watchlistItem.js +2 -2
- package/securityinsights/v20220601preview/aaddataConnector.js +2 -2
- package/securityinsights/v20220601preview/aatpdataConnector.js +2 -2
- package/securityinsights/v20220601preview/action.js +2 -2
- package/securityinsights/v20220601preview/activityCustomEntityQuery.js +2 -2
- package/securityinsights/v20220601preview/alertRule.js +2 -2
- package/securityinsights/v20220601preview/anomalies.js +2 -2
- package/securityinsights/v20220601preview/anomalySecurityMLAnalyticsSettings.js +2 -2
- package/securityinsights/v20220601preview/ascdataConnector.js +2 -2
- package/securityinsights/v20220601preview/automationRule.js +2 -2
- package/securityinsights/v20220601preview/awsCloudTrailDataConnector.js +2 -2
- package/securityinsights/v20220601preview/awsS3DataConnector.js +2 -2
- package/securityinsights/v20220601preview/bookmark.js +2 -2
- package/securityinsights/v20220601preview/bookmarkRelation.js +2 -2
- package/securityinsights/v20220601preview/codelessApiPollingDataConnector.js +2 -2
- package/securityinsights/v20220601preview/codelessUiDataConnector.js +2 -2
- package/securityinsights/v20220601preview/dataConnector.js +2 -2
- package/securityinsights/v20220601preview/dynamics365DataConnector.js +2 -2
- package/securityinsights/v20220601preview/entityAnalytics.js +2 -2
- package/securityinsights/v20220601preview/entityQuery.js +2 -2
- package/securityinsights/v20220601preview/eyesOn.js +2 -2
- package/securityinsights/v20220601preview/fusionAlertRule.js +2 -2
- package/securityinsights/v20220601preview/incident.js +2 -2
- package/securityinsights/v20220601preview/incidentComment.js +2 -2
- package/securityinsights/v20220601preview/incidentRelation.js +2 -2
- package/securityinsights/v20220601preview/ioTDataConnector.js +2 -2
- package/securityinsights/v20220601preview/mcasdataConnector.js +2 -2
- package/securityinsights/v20220601preview/mdatpdataConnector.js +2 -2
- package/securityinsights/v20220601preview/metadata.js +2 -2
- package/securityinsights/v20220601preview/microsoftSecurityIncidentCreationAlertRule.js +2 -2
- package/securityinsights/v20220601preview/mlbehaviorAnalyticsAlertRule.js +2 -2
- package/securityinsights/v20220601preview/mstidataConnector.js +2 -2
- package/securityinsights/v20220601preview/mtpdataConnector.js +2 -2
- package/securityinsights/v20220601preview/nrtAlertRule.js +2 -2
- package/securityinsights/v20220601preview/office365ProjectDataConnector.js +2 -2
- package/securityinsights/v20220601preview/officeATPDataConnector.js +2 -2
- package/securityinsights/v20220601preview/officeDataConnector.js +2 -2
- package/securityinsights/v20220601preview/officeIRMDataConnector.js +2 -2
- package/securityinsights/v20220601preview/officePowerBIDataConnector.js +2 -2
- package/securityinsights/v20220601preview/productSetting.js +2 -2
- package/securityinsights/v20220601preview/scheduledAlertRule.js +2 -2
- package/securityinsights/v20220601preview/securityMLAnalyticsSetting.js +2 -2
- package/securityinsights/v20220601preview/sentinelOnboardingState.js +2 -2
- package/securityinsights/v20220601preview/sourceControl.js +2 -2
- package/securityinsights/v20220601preview/threatIntelligenceAlertRule.js +2 -2
- package/securityinsights/v20220601preview/threatIntelligenceIndicator.js +2 -2
- package/securityinsights/v20220601preview/tiTaxiiDataConnector.js +2 -2
- package/securityinsights/v20220601preview/tidataConnector.js +2 -2
- package/securityinsights/v20220601preview/ueba.js +2 -2
- package/securityinsights/v20220601preview/watchlist.js +2 -2
- package/securityinsights/v20220601preview/watchlistItem.js +2 -2
- package/securityinsights/v20220701preview/aaddataConnector.d.ts +88 -0
- package/securityinsights/v20220701preview/aaddataConnector.js +85 -0
- package/securityinsights/v20220701preview/aatpdataConnector.d.ts +88 -0
- package/securityinsights/v20220701preview/aatpdataConnector.js +85 -0
- package/securityinsights/v20220701preview/action.d.ts +82 -0
- package/securityinsights/v20220701preview/action.js +88 -0
- package/securityinsights/v20220701preview/activityCustomEntityQuery.d.ts +156 -0
- package/securityinsights/v20220701preview/activityCustomEntityQuery.js +100 -0
- package/securityinsights/v20220701preview/alertRule.d.ts +73 -0
- package/securityinsights/v20220701preview/alertRule.js +83 -0
- package/securityinsights/v20220701preview/anomalies.d.ts +76 -0
- package/securityinsights/v20220701preview/anomalies.js +80 -0
- package/securityinsights/v20220701preview/anomalySecurityMLAnalyticsSettings.d.ts +180 -0
- package/securityinsights/v20220701preview/anomalySecurityMLAnalyticsSettings.js +124 -0
- package/securityinsights/v20220701preview/ascdataConnector.d.ts +88 -0
- package/securityinsights/v20220701preview/ascdataConnector.js +82 -0
- package/securityinsights/v20220701preview/automationRule.d.ts +107 -0
- package/securityinsights/v20220701preview/automationRule.js +98 -0
- package/securityinsights/v20220701preview/awsCloudTrailDataConnector.d.ts +88 -0
- package/securityinsights/v20220701preview/awsCloudTrailDataConnector.js +85 -0
- package/securityinsights/v20220701preview/awsS3DataConnector.d.ts +104 -0
- package/securityinsights/v20220701preview/awsS3DataConnector.js +98 -0
- package/securityinsights/v20220701preview/bookmark.d.ts +190 -0
- package/securityinsights/v20220701preview/bookmark.js +111 -0
- package/securityinsights/v20220701preview/bookmarkRelation.d.ts +86 -0
- package/securityinsights/v20220701preview/bookmarkRelation.js +88 -0
- package/securityinsights/v20220701preview/codelessApiPollingDataConnector.d.ts +88 -0
- package/securityinsights/v20220701preview/codelessApiPollingDataConnector.js +82 -0
- package/securityinsights/v20220701preview/codelessUiDataConnector.d.ts +80 -0
- package/securityinsights/v20220701preview/codelessUiDataConnector.js +80 -0
- package/securityinsights/v20220701preview/dataConnector.d.ts +73 -0
- package/securityinsights/v20220701preview/dataConnector.js +83 -0
- package/securityinsights/v20220701preview/dynamics365DataConnector.d.ts +88 -0
- package/securityinsights/v20220701preview/dynamics365DataConnector.js +88 -0
- package/securityinsights/v20220701preview/entityAnalytics.d.ts +80 -0
- package/securityinsights/v20220701preview/entityAnalytics.js +80 -0
- package/securityinsights/v20220701preview/entityQuery.d.ts +73 -0
- package/securityinsights/v20220701preview/entityQuery.js +83 -0
- package/securityinsights/v20220701preview/eyesOn.d.ts +76 -0
- package/securityinsights/v20220701preview/eyesOn.js +80 -0
- package/securityinsights/v20220701preview/fusionAlertRule.d.ts +128 -0
- package/securityinsights/v20220701preview/fusionAlertRule.js +104 -0
- package/securityinsights/v20220701preview/getAADDataConnector.d.ts +73 -0
- package/securityinsights/v20220701preview/getAADDataConnector.js +27 -0
- package/securityinsights/v20220701preview/getAATPDataConnector.d.ts +73 -0
- package/securityinsights/v20220701preview/getAATPDataConnector.js +27 -0
- package/securityinsights/v20220701preview/getASCDataConnector.d.ts +73 -0
- package/securityinsights/v20220701preview/getASCDataConnector.js +27 -0
- package/securityinsights/v20220701preview/getAction.d.ts +76 -0
- package/securityinsights/v20220701preview/getAction.js +28 -0
- package/securityinsights/v20220701preview/getActivityCustomEntityQuery.d.ts +111 -0
- package/securityinsights/v20220701preview/getActivityCustomEntityQuery.js +27 -0
- package/securityinsights/v20220701preview/getAlertRule.d.ts +65 -0
- package/securityinsights/v20220701preview/getAlertRule.js +29 -0
- package/securityinsights/v20220701preview/getAnomalies.d.ts +69 -0
- package/securityinsights/v20220701preview/getAnomalies.js +27 -0
- package/securityinsights/v20220701preview/getAnomalySecurityMLAnalyticsSettings.d.ts +121 -0
- package/securityinsights/v20220701preview/getAnomalySecurityMLAnalyticsSettings.js +27 -0
- package/securityinsights/v20220701preview/getAutomationRule.d.ts +86 -0
- package/securityinsights/v20220701preview/getAutomationRule.js +24 -0
- package/securityinsights/v20220701preview/getAwsCloudTrailDataConnector.d.ts +73 -0
- package/securityinsights/v20220701preview/getAwsCloudTrailDataConnector.js +27 -0
- package/securityinsights/v20220701preview/getAwsS3DataConnector.d.ts +81 -0
- package/securityinsights/v20220701preview/getAwsS3DataConnector.js +27 -0
- package/securityinsights/v20220701preview/getBookmark.d.ts +124 -0
- package/securityinsights/v20220701preview/getBookmark.js +27 -0
- package/securityinsights/v20220701preview/getBookmarkRelation.d.ts +84 -0
- package/securityinsights/v20220701preview/getBookmarkRelation.js +28 -0
- package/securityinsights/v20220701preview/getCodelessApiPollingDataConnector.d.ts +73 -0
- package/securityinsights/v20220701preview/getCodelessApiPollingDataConnector.js +27 -0
- package/securityinsights/v20220701preview/getCodelessUiDataConnector.d.ts +69 -0
- package/securityinsights/v20220701preview/getCodelessUiDataConnector.js +27 -0
- package/securityinsights/v20220701preview/getDataConnector.d.ts +65 -0
- package/securityinsights/v20220701preview/getDataConnector.js +29 -0
- package/securityinsights/v20220701preview/getDynamics365DataConnector.d.ts +73 -0
- package/securityinsights/v20220701preview/getDynamics365DataConnector.js +27 -0
- package/securityinsights/v20220701preview/getEntitiesGetTimeline.d.ts +80 -0
- package/securityinsights/v20220701preview/getEntitiesGetTimeline.js +31 -0
- package/securityinsights/v20220701preview/getEntityAnalytics.d.ts +69 -0
- package/securityinsights/v20220701preview/getEntityAnalytics.js +27 -0
- package/securityinsights/v20220701preview/getEntityInsights.d.ts +80 -0
- package/securityinsights/v20220701preview/getEntityInsights.js +31 -0
- package/securityinsights/v20220701preview/getEntityQuery.d.ts +65 -0
- package/securityinsights/v20220701preview/getEntityQuery.js +29 -0
- package/securityinsights/v20220701preview/getEyesOn.d.ts +69 -0
- package/securityinsights/v20220701preview/getEyesOn.js +27 -0
- package/securityinsights/v20220701preview/getFusionAlertRule.d.ts +105 -0
- package/securityinsights/v20220701preview/getFusionAlertRule.js +27 -0
- package/securityinsights/v20220701preview/getIncident.d.ts +140 -0
- package/securityinsights/v20220701preview/getIncident.js +27 -0
- package/securityinsights/v20220701preview/getIncidentComment.d.ts +84 -0
- package/securityinsights/v20220701preview/getIncidentComment.js +28 -0
- package/securityinsights/v20220701preview/getIncidentRelation.d.ts +84 -0
- package/securityinsights/v20220701preview/getIncidentRelation.js +28 -0
- package/securityinsights/v20220701preview/getIoTDataConnector.d.ts +73 -0
- package/securityinsights/v20220701preview/getIoTDataConnector.js +27 -0
- package/securityinsights/v20220701preview/getMCASDataConnector.d.ts +73 -0
- package/securityinsights/v20220701preview/getMCASDataConnector.js +27 -0
- package/securityinsights/v20220701preview/getMDATPDataConnector.d.ts +73 -0
- package/securityinsights/v20220701preview/getMDATPDataConnector.js +27 -0
- package/securityinsights/v20220701preview/getMLBehaviorAnalyticsAlertRule.d.ts +97 -0
- package/securityinsights/v20220701preview/getMLBehaviorAnalyticsAlertRule.js +27 -0
- package/securityinsights/v20220701preview/getMSTIDataConnector.d.ts +73 -0
- package/securityinsights/v20220701preview/getMSTIDataConnector.js +27 -0
- package/securityinsights/v20220701preview/getMTPDataConnector.d.ts +73 -0
- package/securityinsights/v20220701preview/getMTPDataConnector.js +27 -0
- package/securityinsights/v20220701preview/getMetadata.d.ts +136 -0
- package/securityinsights/v20220701preview/getMetadata.js +27 -0
- package/securityinsights/v20220701preview/getMicrosoftSecurityIncidentCreationAlertRule.d.ts +101 -0
- package/securityinsights/v20220701preview/getMicrosoftSecurityIncidentCreationAlertRule.js +27 -0
- package/securityinsights/v20220701preview/getNrtAlertRule.d.ts +131 -0
- package/securityinsights/v20220701preview/getNrtAlertRule.js +27 -0
- package/securityinsights/v20220701preview/getOffice365ProjectDataConnector.d.ts +73 -0
- package/securityinsights/v20220701preview/getOffice365ProjectDataConnector.js +27 -0
- package/securityinsights/v20220701preview/getOfficeATPDataConnector.d.ts +73 -0
- package/securityinsights/v20220701preview/getOfficeATPDataConnector.js +27 -0
- package/securityinsights/v20220701preview/getOfficeDataConnector.d.ts +73 -0
- package/securityinsights/v20220701preview/getOfficeDataConnector.js +27 -0
- package/securityinsights/v20220701preview/getOfficeIRMDataConnector.d.ts +73 -0
- package/securityinsights/v20220701preview/getOfficeIRMDataConnector.js +27 -0
- package/securityinsights/v20220701preview/getOfficePowerBIDataConnector.d.ts +73 -0
- package/securityinsights/v20220701preview/getOfficePowerBIDataConnector.js +27 -0
- package/securityinsights/v20220701preview/getProductSetting.d.ts +65 -0
- package/securityinsights/v20220701preview/getProductSetting.js +29 -0
- package/securityinsights/v20220701preview/getScheduledAlertRule.d.ts +151 -0
- package/securityinsights/v20220701preview/getScheduledAlertRule.js +27 -0
- package/securityinsights/v20220701preview/getSecurityMLAnalyticsSetting.d.ts +65 -0
- package/securityinsights/v20220701preview/getSecurityMLAnalyticsSetting.js +29 -0
- package/securityinsights/v20220701preview/getSentinelOnboardingState.d.ts +64 -0
- package/securityinsights/v20220701preview/getSentinelOnboardingState.js +27 -0
- package/securityinsights/v20220701preview/getSourceControl.d.ts +92 -0
- package/securityinsights/v20220701preview/getSourceControl.js +27 -0
- package/securityinsights/v20220701preview/getTIDataConnector.d.ts +77 -0
- package/securityinsights/v20220701preview/getTIDataConnector.js +27 -0
- package/securityinsights/v20220701preview/getThreatIntelligenceAlertRule.d.ts +97 -0
- package/securityinsights/v20220701preview/getThreatIntelligenceAlertRule.js +27 -0
- package/securityinsights/v20220701preview/getThreatIntelligenceIndicator.d.ts +64 -0
- package/securityinsights/v20220701preview/getThreatIntelligenceIndicator.js +27 -0
- package/securityinsights/v20220701preview/getTiTaxiiDataConnector.d.ts +105 -0
- package/securityinsights/v20220701preview/getTiTaxiiDataConnector.js +27 -0
- package/securityinsights/v20220701preview/getUeba.d.ts +69 -0
- package/securityinsights/v20220701preview/getUeba.js +27 -0
- package/securityinsights/v20220701preview/getWatchlist.d.ts +144 -0
- package/securityinsights/v20220701preview/getWatchlist.js +27 -0
- package/securityinsights/v20220701preview/getWatchlistItem.d.ts +108 -0
- package/securityinsights/v20220701preview/getWatchlistItem.js +28 -0
- package/securityinsights/v20220701preview/incident.d.ts +194 -0
- package/securityinsights/v20220701preview/incident.js +122 -0
- package/securityinsights/v20220701preview/incidentComment.d.ts +86 -0
- package/securityinsights/v20220701preview/incidentComment.js +88 -0
- package/securityinsights/v20220701preview/incidentRelation.d.ts +86 -0
- package/securityinsights/v20220701preview/incidentRelation.js +88 -0
- package/securityinsights/v20220701preview/index.d.ts +104 -0
- package/securityinsights/v20220701preview/index.js +288 -0
- package/securityinsights/v20220701preview/ioTDataConnector.d.ts +88 -0
- package/securityinsights/v20220701preview/ioTDataConnector.js +82 -0
- package/securityinsights/v20220701preview/listSourceControlRepositories.d.ts +40 -0
- package/securityinsights/v20220701preview/listSourceControlRepositories.js +26 -0
- package/securityinsights/v20220701preview/mcasdataConnector.d.ts +88 -0
- package/securityinsights/v20220701preview/mcasdataConnector.js +88 -0
- package/securityinsights/v20220701preview/mdatpdataConnector.d.ts +88 -0
- package/securityinsights/v20220701preview/mdatpdataConnector.js +85 -0
- package/securityinsights/v20220701preview/metadata.d.ts +214 -0
- package/securityinsights/v20220701preview/metadata.js +117 -0
- package/securityinsights/v20220701preview/microsoftSecurityIncidentCreationAlertRule.d.ts +140 -0
- package/securityinsights/v20220701preview/microsoftSecurityIncidentCreationAlertRule.js +105 -0
- package/securityinsights/v20220701preview/mlbehaviorAnalyticsAlertRule.d.ts +112 -0
- package/securityinsights/v20220701preview/mlbehaviorAnalyticsAlertRule.js +100 -0
- package/securityinsights/v20220701preview/mstidataConnector.d.ts +88 -0
- package/securityinsights/v20220701preview/mstidataConnector.js +88 -0
- package/securityinsights/v20220701preview/mtpdataConnector.d.ts +88 -0
- package/securityinsights/v20220701preview/mtpdataConnector.js +88 -0
- package/securityinsights/v20220701preview/nrtAlertRule.d.ts +200 -0
- package/securityinsights/v20220701preview/nrtAlertRule.js +128 -0
- package/securityinsights/v20220701preview/office365ProjectDataConnector.d.ts +88 -0
- package/securityinsights/v20220701preview/office365ProjectDataConnector.js +88 -0
- package/securityinsights/v20220701preview/officeATPDataConnector.d.ts +88 -0
- package/securityinsights/v20220701preview/officeATPDataConnector.js +85 -0
- package/securityinsights/v20220701preview/officeDataConnector.d.ts +88 -0
- package/securityinsights/v20220701preview/officeDataConnector.js +88 -0
- package/securityinsights/v20220701preview/officeIRMDataConnector.d.ts +88 -0
- package/securityinsights/v20220701preview/officeIRMDataConnector.js +85 -0
- package/securityinsights/v20220701preview/officePowerBIDataConnector.d.ts +88 -0
- package/securityinsights/v20220701preview/officePowerBIDataConnector.js +88 -0
- package/securityinsights/v20220701preview/productSetting.d.ts +73 -0
- package/securityinsights/v20220701preview/productSetting.js +83 -0
- package/securityinsights/v20220701preview/scheduledAlertRule.d.ts +240 -0
- package/securityinsights/v20220701preview/scheduledAlertRule.js +150 -0
- package/securityinsights/v20220701preview/securityMLAnalyticsSetting.d.ts +73 -0
- package/securityinsights/v20220701preview/securityMLAnalyticsSetting.js +83 -0
- package/securityinsights/v20220701preview/sentinelOnboardingState.d.ts +70 -0
- package/securityinsights/v20220701preview/sentinelOnboardingState.js +75 -0
- package/securityinsights/v20220701preview/sourceControl.d.ts +130 -0
- package/securityinsights/v20220701preview/sourceControl.js +102 -0
- package/securityinsights/v20220701preview/threatIntelligenceAlertRule.d.ts +112 -0
- package/securityinsights/v20220701preview/threatIntelligenceAlertRule.js +100 -0
- package/securityinsights/v20220701preview/threatIntelligenceIndicator.d.ts +183 -0
- package/securityinsights/v20220701preview/threatIntelligenceIndicator.js +105 -0
- package/securityinsights/v20220701preview/tiTaxiiDataConnector.d.ts +152 -0
- package/securityinsights/v20220701preview/tiTaxiiDataConnector.js +107 -0
- package/securityinsights/v20220701preview/tidataConnector.d.ts +96 -0
- package/securityinsights/v20220701preview/tidataConnector.js +90 -0
- package/securityinsights/v20220701preview/ueba.d.ts +80 -0
- package/securityinsights/v20220701preview/ueba.js +80 -0
- package/securityinsights/v20220701preview/watchlist.d.ts +226 -0
- package/securityinsights/v20220701preview/watchlist.js +123 -0
- package/securityinsights/v20220701preview/watchlistItem.d.ts +142 -0
- package/securityinsights/v20220701preview/watchlistItem.js +99 -0
- package/securityinsights/watchlist.js +2 -2
- package/securityinsights/watchlistItem.js +2 -2
- package/streamanalytics/v20200301/getOutput.d.ts +1 -1
- package/streamanalytics/v20200301/output.d.ts +2 -2
- package/streamanalytics/v20200301/streamingJob.js +3 -2
- package/streamanalytics/v20211001preview/streamingJob.js +3 -2
- package/synapse/v20210601/getSqlPoolVulnerabilityAssessment.d.ts +4 -0
- package/synapse/v20210601/getSqlPoolVulnerabilityAssessment.js +1 -1
- package/synapse/v20210601/sqlPoolVulnerabilityAssessment.d.ts +4 -0
- package/synapse/v20210601/sqlPoolVulnerabilityAssessment.js +2 -1
- package/types/enums/authorization/index.d.ts +2 -1
- package/types/enums/authorization/index.js +4 -2
- package/types/enums/authorization/v20211201preview/index.d.ts +37 -0
- package/types/enums/authorization/v20211201preview/index.js +27 -0
- package/types/enums/communication/index.d.ts +2 -1
- package/types/enums/communication/index.js +4 -2
- package/types/enums/communication/v20220701preview/index.d.ts +17 -0
- package/types/enums/communication/v20220701preview/index.js +15 -0
- package/types/enums/connectedvmwarevsphere/index.d.ts +2 -1
- package/types/enums/connectedvmwarevsphere/index.js +4 -2
- package/types/enums/connectedvmwarevsphere/v20220110preview/index.d.ts +101 -0
- package/types/enums/connectedvmwarevsphere/v20220110preview/index.js +67 -0
- package/types/enums/databricks/index.d.ts +10 -1
- package/types/enums/databricks/index.js +8 -2
- package/types/enums/databricks/v20220401preview/index.d.ts +50 -0
- package/types/enums/databricks/v20220401preview/index.js +32 -0
- package/types/enums/desktopvirtualization/index.d.ts +12 -1
- package/types/enums/desktopvirtualization/index.js +13 -2
- package/types/enums/desktopvirtualization/v20220401preview/index.d.ts +208 -0
- package/types/enums/desktopvirtualization/v20220401preview/index.js +137 -0
- package/types/enums/elasticsan/index.d.ts +5 -28
- package/types/enums/elasticsan/index.js +6 -29
- package/types/enums/elasticsan/v20211120preview/index.d.ts +5 -28
- package/types/enums/elasticsan/v20211120preview/index.js +6 -29
- package/types/enums/hybridcompute/index.d.ts +2 -1
- package/types/enums/hybridcompute/index.js +4 -2
- package/types/enums/hybridcompute/v20220510preview/index.d.ts +48 -0
- package/types/enums/hybridcompute/v20220510preview/index.js +34 -0
- package/types/enums/insights/index.d.ts +2 -1
- package/types/enums/insights/index.js +5 -3
- package/types/enums/insights/v20220615/index.d.ts +9 -0
- package/types/enums/insights/v20220615/index.js +11 -0
- package/types/enums/keyvault/index.d.ts +2 -1
- package/types/enums/keyvault/index.js +4 -2
- package/types/enums/keyvault/v20220701/index.d.ts +203 -0
- package/types/enums/keyvault/v20220701/index.js +145 -0
- package/types/enums/maintenance/index.d.ts +2 -1
- package/types/enums/maintenance/index.js +4 -2
- package/types/enums/maintenance/v20220701preview/index.d.ts +65 -0
- package/types/enums/maintenance/v20220701preview/index.js +55 -0
- package/types/enums/network/index.d.ts +2 -1
- package/types/enums/network/index.js +7 -5
- package/types/enums/network/v20220701/index.d.ts +16 -0
- package/types/enums/network/v20220701/index.js +14 -0
- package/types/enums/recoveryservices/v20220401/index.d.ts +1 -1
- package/types/enums/security/index.d.ts +12 -1
- package/types/enums/security/index.js +10 -2
- package/types/enums/security/v20220701preview/index.d.ts +10 -0
- package/types/enums/security/v20220701preview/index.js +12 -0
- package/types/enums/securityinsights/index.d.ts +2 -1
- package/types/enums/securityinsights/index.js +4 -2
- package/types/enums/securityinsights/v20220701preview/index.d.ts +1045 -0
- package/types/enums/securityinsights/v20220701preview/index.js +872 -0
- package/types/enums/servicefabricmesh/index.d.ts +1 -1
- package/types/enums/servicefabricmesh/index.js +1 -1
- package/types/enums/servicefabricmesh/v20180901preview/index.d.ts +1 -1
- package/types/enums/servicefabricmesh/v20180901preview/index.js +1 -1
- package/types/enums/servicelinker/v20220501/index.d.ts +1 -0
- package/types/enums/servicelinker/v20220501/index.js +2 -1
- package/types/enums/streamanalytics/v20211001preview/index.d.ts +8 -0
- package/types/enums/streamanalytics/v20211001preview/index.js +6 -2
- package/types/input.d.ts +3897 -500
- package/types/input.js +125 -3
- package/types/output.d.ts +5823 -847
- package/types/output.js +118 -3
package/README.md
CHANGED
|
@@ -22,29 +22,29 @@ This package is available in many languages in the standard packaging formats.
|
|
|
22
22
|
|
|
23
23
|
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
npm install @pulumi/azure-native
|
|
26
26
|
|
|
27
27
|
or `yarn`:
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
yarn add @pulumi/azure-native
|
|
30
30
|
|
|
31
31
|
### Python
|
|
32
32
|
|
|
33
33
|
To use from Python, install using `pip`:
|
|
34
34
|
|
|
35
|
-
|
|
35
|
+
pip install pulumi_azure_native
|
|
36
36
|
|
|
37
37
|
### Go
|
|
38
38
|
|
|
39
39
|
To use from Go, use `go get` to grab the latest version of the library
|
|
40
40
|
|
|
41
|
-
|
|
41
|
+
go get github.com/pulumi/pulumi-azure-native/sdk
|
|
42
42
|
|
|
43
43
|
### .NET
|
|
44
44
|
|
|
45
45
|
To use from .NET, install using `dotnet add package`:
|
|
46
46
|
|
|
47
|
-
|
|
47
|
+
dotnet add package Pulumi.AzureNative
|
|
48
48
|
|
|
49
49
|
## Concepts
|
|
50
50
|
|
|
@@ -62,36 +62,7 @@ To learn how to configure credentials refer to the [Azure configuration options]
|
|
|
62
62
|
|
|
63
63
|
## Building
|
|
64
64
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
- Go 1.15
|
|
68
|
-
- NodeJS 10.X.X or later
|
|
69
|
-
- Python 3.6 or later
|
|
70
|
-
- .NET Core 3.1
|
|
71
|
-
|
|
72
|
-
Please refer to [Contributing to Pulumi](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) for installation
|
|
73
|
-
guidance.
|
|
74
|
-
|
|
75
|
-
### Building locally
|
|
76
|
-
|
|
77
|
-
Run the following commands to install Go modules, generate all SDKs, and build the provider:
|
|
78
|
-
|
|
79
|
-
```
|
|
80
|
-
$ make ensure
|
|
81
|
-
$ make build
|
|
82
|
-
```
|
|
83
|
-
|
|
84
|
-
Add the `bin` folder to your `$PATH` or copy the `bin/pulumi-resource-azurerm` file to another location in your `$PATH`.
|
|
85
|
-
|
|
86
|
-
### Running an example
|
|
87
|
-
|
|
88
|
-
Navigate to one of the `examples` and run Pulumi:
|
|
89
|
-
|
|
90
|
-
```
|
|
91
|
-
$ cd ./exampes/simple
|
|
92
|
-
$ yarn link @pulumi/azure-native
|
|
93
|
-
$ pulumi up
|
|
94
|
-
```
|
|
65
|
+
See [contributing](CONTRIBUTING.md) for details on how to build and contribute to this provider.
|
|
95
66
|
|
|
96
67
|
## Reference
|
|
97
68
|
|
|
@@ -62,7 +62,7 @@ class AccessReviewHistoryDefinitionById extends pulumi.CustomResource {
|
|
|
62
62
|
resourceInputs["userPrincipalName"] = undefined /*out*/;
|
|
63
63
|
}
|
|
64
64
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
65
|
-
const aliasOpts = { aliases: [{ type: "azure-native:authorization/v20211116preview:AccessReviewHistoryDefinitionById" }] };
|
|
65
|
+
const aliasOpts = { aliases: [{ type: "azure-native:authorization/v20211116preview:AccessReviewHistoryDefinitionById" }, { type: "azure-native:authorization/v20211201preview:AccessReviewHistoryDefinitionById" }] };
|
|
66
66
|
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
67
67
|
super(AccessReviewHistoryDefinitionById.__pulumiType, name, resourceInputs, opts);
|
|
68
68
|
}
|
|
@@ -91,4 +91,4 @@ class AccessReviewHistoryDefinitionById extends pulumi.CustomResource {
|
|
|
91
91
|
exports.AccessReviewHistoryDefinitionById = AccessReviewHistoryDefinitionById;
|
|
92
92
|
/** @internal */
|
|
93
93
|
AccessReviewHistoryDefinitionById.__pulumiType = 'azure-native:authorization:AccessReviewHistoryDefinitionById';
|
|
94
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
94
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjZXNzUmV2aWV3SGlzdG9yeURlZmluaXRpb25CeUlkLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vYXV0aG9yaXphdGlvbi9hY2Nlc3NSZXZpZXdIaXN0b3J5RGVmaW5pdGlvbkJ5SWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFFekMsMENBQTBDO0FBRTFDOzs7R0FHRztBQUNILE1BQWEsaUNBQWtDLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFvR3hFOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQTRDLEVBQUUsSUFBbUM7UUFDdkcsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLGNBQWMsQ0FBQyxXQUFXLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNoRSxjQUFjLENBQUMsYUFBYSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDcEUsY0FBYyxDQUFDLFNBQVMsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzVELGNBQWMsQ0FBQyxxQkFBcUIsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLG1CQUFtQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDcEYsY0FBYyxDQUFDLFdBQVcsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ2hFLGNBQWMs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
|
|
@@ -86,7 +86,7 @@ class AccessReviewScheduleDefinitionById extends pulumi.CustomResource {
|
|
|
86
86
|
resourceInputs["userPrincipalName"] = undefined /*out*/;
|
|
87
87
|
}
|
|
88
88
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
89
|
-
const aliasOpts = { aliases: [{ type: "azure-native:authorization/v20180501preview:AccessReviewScheduleDefinitionById" }, { type: "azure-native:authorization/v20210301preview:AccessReviewScheduleDefinitionById" }, { type: "azure-native:authorization/v20210701preview:AccessReviewScheduleDefinitionById" }, { type: "azure-native:authorization/v20211116preview:AccessReviewScheduleDefinitionById" }] };
|
|
89
|
+
const aliasOpts = { aliases: [{ type: "azure-native:authorization/v20180501preview:AccessReviewScheduleDefinitionById" }, { type: "azure-native:authorization/v20210301preview:AccessReviewScheduleDefinitionById" }, { type: "azure-native:authorization/v20210701preview:AccessReviewScheduleDefinitionById" }, { type: "azure-native:authorization/v20211116preview:AccessReviewScheduleDefinitionById" }, { type: "azure-native:authorization/v20211201preview:AccessReviewScheduleDefinitionById" }] };
|
|
90
90
|
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
91
91
|
super(AccessReviewScheduleDefinitionById.__pulumiType, name, resourceInputs, opts);
|
|
92
92
|
}
|
|
@@ -115,4 +115,4 @@ class AccessReviewScheduleDefinitionById extends pulumi.CustomResource {
|
|
|
115
115
|
exports.AccessReviewScheduleDefinitionById = AccessReviewScheduleDefinitionById;
|
|
116
116
|
/** @internal */
|
|
117
117
|
AccessReviewScheduleDefinitionById.__pulumiType = 'azure-native:authorization:AccessReviewScheduleDefinitionById';
|
|
118
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
118
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjZXNzUmV2aWV3U2NoZWR1bGVEZWZpbml0aW9uQnlJZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2F1dGhvcml6YXRpb24vYWNjZXNzUmV2aWV3U2NoZWR1bGVEZWZpbml0aW9uQnlJZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsd0VBQXdFO0FBQ3hFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUV6QywwQ0FBMEM7QUFFMUM7OztHQUdHO0FBQ0gsTUFBYSxrQ0FBbUMsU0FBUSxNQUFNLENBQUMsY0FBYztJQW9KekU7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBNkMsRUFBRSxJQUFtQztRQUN4RyxJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsY0FBYyxDQUFDLDJCQUEyQixDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMseUJBQXlCLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNoRyxjQUFjLENBQUMsaUJBQWlCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM1RSxjQUFjLENBQUMsaUJBQWlCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM1RSxjQUFjLENBQUMsd0JBQXdCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxzQkFBc0IsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzFGLGNBQWMsQ0FBQyxzQkFBc0IsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLG9CQUFvQixDQUFDLENBQUMsQ0FBQyxTQUFTLENB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
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* Access Review History Definition.
|
|
5
|
+
* API Version: 2021-12-01-preview.
|
|
6
|
+
*/
|
|
7
|
+
export declare function getScopeAccessReviewHistoryDefinitionById(args: GetScopeAccessReviewHistoryDefinitionByIdArgs, opts?: pulumi.InvokeOptions): Promise<GetScopeAccessReviewHistoryDefinitionByIdResult>;
|
|
8
|
+
export interface GetScopeAccessReviewHistoryDefinitionByIdArgs {
|
|
9
|
+
/**
|
|
10
|
+
* The id of the access review history definition.
|
|
11
|
+
*/
|
|
12
|
+
historyDefinitionId: string;
|
|
13
|
+
/**
|
|
14
|
+
* The scope of the resource.
|
|
15
|
+
*/
|
|
16
|
+
scope: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Access Review History Definition.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetScopeAccessReviewHistoryDefinitionByIdResult {
|
|
22
|
+
/**
|
|
23
|
+
* Date time when history definition was created
|
|
24
|
+
*/
|
|
25
|
+
readonly createdDateTime: string;
|
|
26
|
+
/**
|
|
27
|
+
* Collection of review decisions which the history data should be filtered on. For example if Approve and Deny are supplied the data will only contain review results in which the decision maker approved or denied a review request.
|
|
28
|
+
*/
|
|
29
|
+
readonly decisions?: string[];
|
|
30
|
+
/**
|
|
31
|
+
* The display name for the history definition.
|
|
32
|
+
*/
|
|
33
|
+
readonly displayName?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The DateTime when the review is scheduled to end. Required if type is endDate
|
|
36
|
+
*/
|
|
37
|
+
readonly endDate?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The access review history definition id.
|
|
40
|
+
*/
|
|
41
|
+
readonly id: string;
|
|
42
|
+
/**
|
|
43
|
+
* Set of access review history instances for this history definition.
|
|
44
|
+
*/
|
|
45
|
+
readonly instances?: outputs.authorization.AccessReviewHistoryInstanceResponse[];
|
|
46
|
+
/**
|
|
47
|
+
* The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly.
|
|
48
|
+
*/
|
|
49
|
+
readonly interval?: number;
|
|
50
|
+
/**
|
|
51
|
+
* The access review history definition unique id.
|
|
52
|
+
*/
|
|
53
|
+
readonly name: string;
|
|
54
|
+
/**
|
|
55
|
+
* The number of times to repeat the access review. Required and must be positive if type is numbered.
|
|
56
|
+
*/
|
|
57
|
+
readonly numberOfOccurrences?: number;
|
|
58
|
+
/**
|
|
59
|
+
* The identity id
|
|
60
|
+
*/
|
|
61
|
+
readonly principalId: string;
|
|
62
|
+
/**
|
|
63
|
+
* The identity display name
|
|
64
|
+
*/
|
|
65
|
+
readonly principalName: string;
|
|
66
|
+
/**
|
|
67
|
+
* The identity type : user/servicePrincipal
|
|
68
|
+
*/
|
|
69
|
+
readonly principalType: string;
|
|
70
|
+
/**
|
|
71
|
+
* Date time used when selecting review data, all reviews included in data end on or before this date. For use only with one-time/non-recurring reports.
|
|
72
|
+
*/
|
|
73
|
+
readonly reviewHistoryPeriodEndDateTime: string;
|
|
74
|
+
/**
|
|
75
|
+
* Date time used when selecting review data, all reviews included in data start on or after this date. For use only with one-time/non-recurring reports.
|
|
76
|
+
*/
|
|
77
|
+
readonly reviewHistoryPeriodStartDateTime: string;
|
|
78
|
+
/**
|
|
79
|
+
* A collection of scopes used when selecting review history data
|
|
80
|
+
*/
|
|
81
|
+
readonly scopes?: outputs.authorization.AccessReviewScopeResponse[];
|
|
82
|
+
/**
|
|
83
|
+
* The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create.
|
|
84
|
+
*/
|
|
85
|
+
readonly startDate?: string;
|
|
86
|
+
/**
|
|
87
|
+
* This read-only field specifies the of the requested review history data. This is either requested, in-progress, done or error.
|
|
88
|
+
*/
|
|
89
|
+
readonly status: string;
|
|
90
|
+
/**
|
|
91
|
+
* The resource type.
|
|
92
|
+
*/
|
|
93
|
+
readonly type: string;
|
|
94
|
+
/**
|
|
95
|
+
* The user principal name(if valid)
|
|
96
|
+
*/
|
|
97
|
+
readonly userPrincipalName: string;
|
|
98
|
+
}
|
|
99
|
+
export declare function getScopeAccessReviewHistoryDefinitionByIdOutput(args: GetScopeAccessReviewHistoryDefinitionByIdOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetScopeAccessReviewHistoryDefinitionByIdResult>;
|
|
100
|
+
export interface GetScopeAccessReviewHistoryDefinitionByIdOutputArgs {
|
|
101
|
+
/**
|
|
102
|
+
* The id of the access review history definition.
|
|
103
|
+
*/
|
|
104
|
+
historyDefinitionId: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* The scope of the resource.
|
|
107
|
+
*/
|
|
108
|
+
scope: pulumi.Input<string>;
|
|
109
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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.getScopeAccessReviewHistoryDefinitionByIdOutput = exports.getScopeAccessReviewHistoryDefinitionById = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Access Review History Definition.
|
|
10
|
+
* API Version: 2021-12-01-preview.
|
|
11
|
+
*/
|
|
12
|
+
function getScopeAccessReviewHistoryDefinitionById(args, opts) {
|
|
13
|
+
if (!opts) {
|
|
14
|
+
opts = {};
|
|
15
|
+
}
|
|
16
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
17
|
+
return pulumi.runtime.invoke("azure-native:authorization:getScopeAccessReviewHistoryDefinitionById", {
|
|
18
|
+
"historyDefinitionId": args.historyDefinitionId,
|
|
19
|
+
"scope": args.scope,
|
|
20
|
+
}, opts);
|
|
21
|
+
}
|
|
22
|
+
exports.getScopeAccessReviewHistoryDefinitionById = getScopeAccessReviewHistoryDefinitionById;
|
|
23
|
+
function getScopeAccessReviewHistoryDefinitionByIdOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply(a => getScopeAccessReviewHistoryDefinitionById(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getScopeAccessReviewHistoryDefinitionByIdOutput = getScopeAccessReviewHistoryDefinitionByIdOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0U2NvcGVBY2Nlc3NSZXZpZXdIaXN0b3J5RGVmaW5pdGlvbkJ5SWQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9hdXRob3JpemF0aW9uL2dldFNjb3BlQWNjZXNzUmV2aWV3SGlzdG9yeURlZmluaXRpb25CeUlkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBRXpDLDBDQUEwQztBQUUxQzs7O0dBR0c7QUFDSCxTQUFnQix5Q0FBeUMsQ0FBQyxJQUFtRCxFQUFFLElBQTJCO0lBQ3RJLElBQUksQ0FBQyxJQUFJLEVBQUU7UUFDUCxJQUFJLEdBQUcsRUFBRSxDQUFBO0tBQ1o7SUFFRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUNuRSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLHNFQUFzRSxFQUFFO1FBQ2pHLHFCQUFxQixFQUFFLElBQUksQ0FBQyxtQkFBbUI7UUFDL0MsT0FBTyxFQUFFLElBQUksQ0FBQyxLQUFLO0tBQ3RCLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBVkQsOEZBVUM7QUErRkQsU0FBZ0IsK0NBQStDLENBQUMsSUFBeUQsRUFBRSxJQUEyQjtJQUNsSixPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMseUNBQXlDLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDN0YsQ0FBQztBQUZELDBHQUVDIn0=
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* Access Review Schedule Definition.
|
|
5
|
+
* API Version: 2021-12-01-preview.
|
|
6
|
+
*/
|
|
7
|
+
export declare function getScopeAccessReviewScheduleDefinitionById(args: GetScopeAccessReviewScheduleDefinitionByIdArgs, opts?: pulumi.InvokeOptions): Promise<GetScopeAccessReviewScheduleDefinitionByIdResult>;
|
|
8
|
+
export interface GetScopeAccessReviewScheduleDefinitionByIdArgs {
|
|
9
|
+
/**
|
|
10
|
+
* The id of the access review schedule definition.
|
|
11
|
+
*/
|
|
12
|
+
scheduleDefinitionId: string;
|
|
13
|
+
/**
|
|
14
|
+
* The scope of the resource.
|
|
15
|
+
*/
|
|
16
|
+
scope: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Access Review Schedule Definition.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetScopeAccessReviewScheduleDefinitionByIdResult {
|
|
22
|
+
/**
|
|
23
|
+
* The role assignment state eligible/active to review
|
|
24
|
+
*/
|
|
25
|
+
readonly assignmentState: string;
|
|
26
|
+
/**
|
|
27
|
+
* Flag to indicate whether auto-apply capability, to automatically change the target object access resource, is enabled. If not enabled, a user must, after the review completes, apply the access review.
|
|
28
|
+
*/
|
|
29
|
+
readonly autoApplyDecisionsEnabled?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* This is the collection of backup reviewers.
|
|
32
|
+
*/
|
|
33
|
+
readonly backupReviewers?: outputs.authorization.AccessReviewReviewerResponse[];
|
|
34
|
+
/**
|
|
35
|
+
* This specifies the behavior for the autoReview feature when an access review completes.
|
|
36
|
+
*/
|
|
37
|
+
readonly defaultDecision?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Flag to indicate whether reviewers are required to provide a justification when reviewing access.
|
|
40
|
+
*/
|
|
41
|
+
readonly defaultDecisionEnabled?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* The description provided by the access review creator and visible to admins.
|
|
44
|
+
*/
|
|
45
|
+
readonly descriptionForAdmins?: string;
|
|
46
|
+
/**
|
|
47
|
+
* The description provided by the access review creator to be shown to reviewers.
|
|
48
|
+
*/
|
|
49
|
+
readonly descriptionForReviewers?: string;
|
|
50
|
+
/**
|
|
51
|
+
* The display name for the schedule definition.
|
|
52
|
+
*/
|
|
53
|
+
readonly displayName?: string;
|
|
54
|
+
/**
|
|
55
|
+
* The DateTime when the review is scheduled to end. Required if type is endDate
|
|
56
|
+
*/
|
|
57
|
+
readonly endDate?: string;
|
|
58
|
+
/**
|
|
59
|
+
* This is used to indicate the resource id(s) to exclude
|
|
60
|
+
*/
|
|
61
|
+
readonly excludeResourceId?: string;
|
|
62
|
+
/**
|
|
63
|
+
* This is used to indicate the role definition id(s) to exclude
|
|
64
|
+
*/
|
|
65
|
+
readonly excludeRoleDefinitionId?: string;
|
|
66
|
+
/**
|
|
67
|
+
* Flag to indicate whether to expand nested memberships or not.
|
|
68
|
+
*/
|
|
69
|
+
readonly expandNestedMemberships?: boolean;
|
|
70
|
+
/**
|
|
71
|
+
* The access review schedule definition id.
|
|
72
|
+
*/
|
|
73
|
+
readonly id: string;
|
|
74
|
+
/**
|
|
75
|
+
* Duration users are inactive for. The value should be in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to convert TimeSpan to a valid interval string: XmlConvert.ToString(new TimeSpan(hours, minutes, seconds))
|
|
76
|
+
*/
|
|
77
|
+
readonly inactiveDuration?: string;
|
|
78
|
+
/**
|
|
79
|
+
* Flag to indicate whether to expand nested memberships or not.
|
|
80
|
+
*/
|
|
81
|
+
readonly includeAccessBelowResource?: boolean;
|
|
82
|
+
/**
|
|
83
|
+
* Flag to indicate whether to expand nested memberships or not.
|
|
84
|
+
*/
|
|
85
|
+
readonly includeInheritedAccess?: boolean;
|
|
86
|
+
/**
|
|
87
|
+
* The duration in days for an instance.
|
|
88
|
+
*/
|
|
89
|
+
readonly instanceDurationInDays?: number;
|
|
90
|
+
/**
|
|
91
|
+
* This is the collection of instances returned when one does an expand on it.
|
|
92
|
+
*/
|
|
93
|
+
readonly instances?: outputs.authorization.AccessReviewInstanceResponse[];
|
|
94
|
+
/**
|
|
95
|
+
* The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly.
|
|
96
|
+
*/
|
|
97
|
+
readonly interval?: number;
|
|
98
|
+
/**
|
|
99
|
+
* Flag to indicate whether the reviewer is required to pass justification when recording a decision.
|
|
100
|
+
*/
|
|
101
|
+
readonly justificationRequiredOnApproval?: boolean;
|
|
102
|
+
/**
|
|
103
|
+
* Flag to indicate whether sending mails to reviewers and the review creator is enabled.
|
|
104
|
+
*/
|
|
105
|
+
readonly mailNotificationsEnabled?: boolean;
|
|
106
|
+
/**
|
|
107
|
+
* The access review schedule definition unique id.
|
|
108
|
+
*/
|
|
109
|
+
readonly name: string;
|
|
110
|
+
/**
|
|
111
|
+
* The number of times to repeat the access review. Required and must be positive if type is numbered.
|
|
112
|
+
*/
|
|
113
|
+
readonly numberOfOccurrences?: number;
|
|
114
|
+
/**
|
|
115
|
+
* The identity id
|
|
116
|
+
*/
|
|
117
|
+
readonly principalId: string;
|
|
118
|
+
/**
|
|
119
|
+
* The identity display name
|
|
120
|
+
*/
|
|
121
|
+
readonly principalName: string;
|
|
122
|
+
/**
|
|
123
|
+
* The identity type user/servicePrincipal to review
|
|
124
|
+
*/
|
|
125
|
+
readonly principalType: string;
|
|
126
|
+
/**
|
|
127
|
+
* Recommendations for access reviews are calculated by looking back at 30 days of data(w.r.t the start date of the review) by default. However, in some scenarios, customers want to change how far back to look at and want to configure 60 days, 90 days, etc. instead. This setting allows customers to configure this duration. The value should be in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to convert TimeSpan to a valid interval string: XmlConvert.ToString(new TimeSpan(hours, minutes, seconds))
|
|
128
|
+
*/
|
|
129
|
+
readonly recommendationLookBackDuration?: string;
|
|
130
|
+
/**
|
|
131
|
+
* Flag to indicate whether showing recommendations to reviewers is enabled.
|
|
132
|
+
*/
|
|
133
|
+
readonly recommendationsEnabled?: boolean;
|
|
134
|
+
/**
|
|
135
|
+
* Flag to indicate whether sending reminder emails to reviewers are enabled.
|
|
136
|
+
*/
|
|
137
|
+
readonly reminderNotificationsEnabled?: boolean;
|
|
138
|
+
/**
|
|
139
|
+
* ResourceId in which this review is getting created
|
|
140
|
+
*/
|
|
141
|
+
readonly resourceId: string;
|
|
142
|
+
/**
|
|
143
|
+
* This is the collection of reviewers.
|
|
144
|
+
*/
|
|
145
|
+
readonly reviewers?: outputs.authorization.AccessReviewReviewerResponse[];
|
|
146
|
+
/**
|
|
147
|
+
* This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.
|
|
148
|
+
*/
|
|
149
|
+
readonly reviewersType: string;
|
|
150
|
+
/**
|
|
151
|
+
* This is used to indicate the role being reviewed
|
|
152
|
+
*/
|
|
153
|
+
readonly roleDefinitionId: string;
|
|
154
|
+
/**
|
|
155
|
+
* The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create.
|
|
156
|
+
*/
|
|
157
|
+
readonly startDate?: string;
|
|
158
|
+
/**
|
|
159
|
+
* This read-only field specifies the status of an accessReview.
|
|
160
|
+
*/
|
|
161
|
+
readonly status: string;
|
|
162
|
+
/**
|
|
163
|
+
* The resource type.
|
|
164
|
+
*/
|
|
165
|
+
readonly type: string;
|
|
166
|
+
/**
|
|
167
|
+
* The user principal name(if valid)
|
|
168
|
+
*/
|
|
169
|
+
readonly userPrincipalName: string;
|
|
170
|
+
}
|
|
171
|
+
export declare function getScopeAccessReviewScheduleDefinitionByIdOutput(args: GetScopeAccessReviewScheduleDefinitionByIdOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetScopeAccessReviewScheduleDefinitionByIdResult>;
|
|
172
|
+
export interface GetScopeAccessReviewScheduleDefinitionByIdOutputArgs {
|
|
173
|
+
/**
|
|
174
|
+
* The id of the access review schedule definition.
|
|
175
|
+
*/
|
|
176
|
+
scheduleDefinitionId: pulumi.Input<string>;
|
|
177
|
+
/**
|
|
178
|
+
* The scope of the resource.
|
|
179
|
+
*/
|
|
180
|
+
scope: pulumi.Input<string>;
|
|
181
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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.getScopeAccessReviewScheduleDefinitionByIdOutput = exports.getScopeAccessReviewScheduleDefinitionById = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Access Review Schedule Definition.
|
|
10
|
+
* API Version: 2021-12-01-preview.
|
|
11
|
+
*/
|
|
12
|
+
function getScopeAccessReviewScheduleDefinitionById(args, opts) {
|
|
13
|
+
if (!opts) {
|
|
14
|
+
opts = {};
|
|
15
|
+
}
|
|
16
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
17
|
+
return pulumi.runtime.invoke("azure-native:authorization:getScopeAccessReviewScheduleDefinitionById", {
|
|
18
|
+
"scheduleDefinitionId": args.scheduleDefinitionId,
|
|
19
|
+
"scope": args.scope,
|
|
20
|
+
}, opts);
|
|
21
|
+
}
|
|
22
|
+
exports.getScopeAccessReviewScheduleDefinitionById = getScopeAccessReviewScheduleDefinitionById;
|
|
23
|
+
function getScopeAccessReviewScheduleDefinitionByIdOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply(a => getScopeAccessReviewScheduleDefinitionById(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getScopeAccessReviewScheduleDefinitionByIdOutput = getScopeAccessReviewScheduleDefinitionByIdOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0U2NvcGVBY2Nlc3NSZXZpZXdTY2hlZHVsZURlZmluaXRpb25CeUlkLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vYXV0aG9yaXphdGlvbi9nZXRTY29wZUFjY2Vzc1Jldmlld1NjaGVkdWxlRGVmaW5pdGlvbkJ5SWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFFekMsMENBQTBDO0FBRTFDOzs7R0FHRztBQUNILFNBQWdCLDBDQUEwQyxDQUFDLElBQW9ELEVBQUUsSUFBMkI7SUFDeEksSUFBSSxDQUFDLElBQUksRUFBRTtRQUNQLElBQUksR0FBRyxFQUFFLENBQUE7S0FDWjtJQUVELElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQ25FLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsdUVBQXVFLEVBQUU7UUFDbEcsc0JBQXNCLEVBQUUsSUFBSSxDQUFDLG9CQUFvQjtRQUNqRCxPQUFPLEVBQUUsSUFBSSxDQUFDLEtBQUs7S0FDdEIsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFWRCxnR0FVQztBQXVLRCxTQUFnQixnREFBZ0QsQ0FBQyxJQUEwRCxFQUFFLElBQTJCO0lBQ3BKLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQywwQ0FBMEMsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUM5RixDQUFDO0FBRkQsNEdBRUMifQ==
|
package/authorization/index.d.ts
CHANGED
|
@@ -19,6 +19,8 @@ export * from "./getResourceManagementPrivateLink";
|
|
|
19
19
|
export * from "./getRoleAssignment";
|
|
20
20
|
export * from "./getRoleDefinition";
|
|
21
21
|
export * from "./getRoleManagementPolicyAssignment";
|
|
22
|
+
export * from "./getScopeAccessReviewHistoryDefinitionById";
|
|
23
|
+
export * from "./getScopeAccessReviewScheduleDefinitionById";
|
|
22
24
|
export * from "./managementLockAtResourceGroupLevel";
|
|
23
25
|
export * from "./managementLockAtResourceLevel";
|
|
24
26
|
export * from "./managementLockAtSubscriptionLevel";
|
|
@@ -34,6 +36,8 @@ export * from "./resourceManagementPrivateLink";
|
|
|
34
36
|
export * from "./roleAssignment";
|
|
35
37
|
export * from "./roleDefinition";
|
|
36
38
|
export * from "./roleManagementPolicyAssignment";
|
|
39
|
+
export * from "./scopeAccessReviewHistoryDefinitionById";
|
|
40
|
+
export * from "./scopeAccessReviewScheduleDefinitionById";
|
|
37
41
|
export * from "../types/enums/authorization";
|
|
38
42
|
import * as v20150101 from "./v20150101";
|
|
39
43
|
import * as v20150701 from "./v20150701";
|
|
@@ -65,4 +69,5 @@ import * as v20210301preview from "./v20210301preview";
|
|
|
65
69
|
import * as v20210601 from "./v20210601";
|
|
66
70
|
import * as v20210701preview from "./v20210701preview";
|
|
67
71
|
import * as v20211116preview from "./v20211116preview";
|
|
68
|
-
|
|
72
|
+
import * as v20211201preview from "./v20211201preview";
|
|
73
|
+
export { v20150101, v20150701, v20151001preview, v20160401, v20160901, v20161201, v20170401, v20170601preview, v20171001preview, v20180101preview, v20180301, v20180501, v20180501preview, v20180901preview, v20190101, v20190601, v20190901, v20200301, v20200301preview, v20200401preview, v20200501, v20200701preview, v20200801preview, v20200901, v20201001, v20201001preview, v20210301preview, v20210601, v20210701preview, v20211116preview, v20211201preview, };
|
package/authorization/index.js
CHANGED
|
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.v20211116preview = exports.v20210701preview = exports.v20210601 = exports.v20210301preview = exports.v20201001preview = exports.v20201001 = exports.v20200901 = exports.v20200801preview = exports.v20200701preview = exports.v20200501 = exports.v20200401preview = exports.v20200301preview = exports.v20200301 = exports.v20190901 = exports.v20190601 = exports.v20190101 = exports.v20180901preview = exports.v20180501preview = exports.v20180501 = exports.v20180301 = exports.v20180101preview = exports.v20171001preview = exports.v20170601preview = exports.v20170401 = exports.v20161201 = exports.v20160901 = exports.v20160401 = exports.v20151001preview = exports.v20150701 = exports.v20150101 = void 0;
|
|
19
|
+
exports.v20211201preview = exports.v20211116preview = exports.v20210701preview = exports.v20210601 = exports.v20210301preview = exports.v20201001preview = exports.v20201001 = exports.v20200901 = exports.v20200801preview = exports.v20200701preview = exports.v20200501 = exports.v20200401preview = exports.v20200301preview = exports.v20200301 = exports.v20190901 = exports.v20190601 = exports.v20190101 = exports.v20180901preview = exports.v20180501preview = exports.v20180501 = exports.v20180301 = exports.v20180101preview = exports.v20171001preview = exports.v20170601preview = exports.v20170401 = exports.v20161201 = exports.v20160901 = exports.v20160401 = exports.v20151001preview = exports.v20150701 = exports.v20150101 = void 0;
|
|
20
20
|
const pulumi = require("@pulumi/pulumi");
|
|
21
21
|
const utilities = require("../utilities");
|
|
22
22
|
// Export members:
|
|
@@ -41,6 +41,8 @@ __exportStar(require("./getResourceManagementPrivateLink"), exports);
|
|
|
41
41
|
__exportStar(require("./getRoleAssignment"), exports);
|
|
42
42
|
__exportStar(require("./getRoleDefinition"), exports);
|
|
43
43
|
__exportStar(require("./getRoleManagementPolicyAssignment"), exports);
|
|
44
|
+
__exportStar(require("./getScopeAccessReviewHistoryDefinitionById"), exports);
|
|
45
|
+
__exportStar(require("./getScopeAccessReviewScheduleDefinitionById"), exports);
|
|
44
46
|
__exportStar(require("./managementLockAtResourceGroupLevel"), exports);
|
|
45
47
|
__exportStar(require("./managementLockAtResourceLevel"), exports);
|
|
46
48
|
__exportStar(require("./managementLockAtSubscriptionLevel"), exports);
|
|
@@ -56,6 +58,8 @@ __exportStar(require("./resourceManagementPrivateLink"), exports);
|
|
|
56
58
|
__exportStar(require("./roleAssignment"), exports);
|
|
57
59
|
__exportStar(require("./roleDefinition"), exports);
|
|
58
60
|
__exportStar(require("./roleManagementPolicyAssignment"), exports);
|
|
61
|
+
__exportStar(require("./scopeAccessReviewHistoryDefinitionById"), exports);
|
|
62
|
+
__exportStar(require("./scopeAccessReviewScheduleDefinitionById"), exports);
|
|
59
63
|
// Export enums:
|
|
60
64
|
__exportStar(require("../types/enums/authorization"), exports);
|
|
61
65
|
// Export sub-modules:
|
|
@@ -119,6 +123,8 @@ const v20210701preview = require("./v20210701preview");
|
|
|
119
123
|
exports.v20210701preview = v20210701preview;
|
|
120
124
|
const v20211116preview = require("./v20211116preview");
|
|
121
125
|
exports.v20211116preview = v20211116preview;
|
|
126
|
+
const v20211201preview = require("./v20211201preview");
|
|
127
|
+
exports.v20211201preview = v20211201preview;
|
|
122
128
|
// Import resources to register:
|
|
123
129
|
const accessReviewHistoryDefinitionById_1 = require("./accessReviewHistoryDefinitionById");
|
|
124
130
|
const accessReviewScheduleDefinitionById_1 = require("./accessReviewScheduleDefinitionById");
|
|
@@ -137,6 +143,8 @@ const resourceManagementPrivateLink_1 = require("./resourceManagementPrivateLink
|
|
|
137
143
|
const roleAssignment_1 = require("./roleAssignment");
|
|
138
144
|
const roleDefinition_1 = require("./roleDefinition");
|
|
139
145
|
const roleManagementPolicyAssignment_1 = require("./roleManagementPolicyAssignment");
|
|
146
|
+
const scopeAccessReviewHistoryDefinitionById_1 = require("./scopeAccessReviewHistoryDefinitionById");
|
|
147
|
+
const scopeAccessReviewScheduleDefinitionById_1 = require("./scopeAccessReviewScheduleDefinitionById");
|
|
140
148
|
const _module = {
|
|
141
149
|
version: utilities.getVersion(),
|
|
142
150
|
construct: (name, type, urn) => {
|
|
@@ -175,10 +183,14 @@ const _module = {
|
|
|
175
183
|
return new roleDefinition_1.RoleDefinition(name, undefined, { urn });
|
|
176
184
|
case "azure-native:authorization:RoleManagementPolicyAssignment":
|
|
177
185
|
return new roleManagementPolicyAssignment_1.RoleManagementPolicyAssignment(name, undefined, { urn });
|
|
186
|
+
case "azure-native:authorization:ScopeAccessReviewHistoryDefinitionById":
|
|
187
|
+
return new scopeAccessReviewHistoryDefinitionById_1.ScopeAccessReviewHistoryDefinitionById(name, undefined, { urn });
|
|
188
|
+
case "azure-native:authorization:ScopeAccessReviewScheduleDefinitionById":
|
|
189
|
+
return new scopeAccessReviewScheduleDefinitionById_1.ScopeAccessReviewScheduleDefinitionById(name, undefined, { urn });
|
|
178
190
|
default:
|
|
179
191
|
throw new Error(`unknown resource type ${type}`);
|
|
180
192
|
}
|
|
181
193
|
},
|
|
182
194
|
};
|
|
183
195
|
pulumi.runtime.registerResourceModule("azure-native", "authorization", _module);
|
|
184
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
196
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9hdXRob3JpemF0aW9uL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7Ozs7Ozs7Ozs7Ozs7OztBQUVqRix5Q0FBeUM7QUFDekMsMENBQTBDO0FBRTFDLGtCQUFrQjtBQUNsQixzRUFBb0Q7QUFDcEQsdUVBQXFEO0FBQ3JELHlFQUF1RDtBQUN2RCwwRUFBd0Q7QUFDeEQsb0RBQWtDO0FBQ2xDLG1EQUFpQztBQUNqQywwRUFBd0Q7QUFDeEQscUVBQW1EO0FBQ25ELHlFQUF1RDtBQUN2RCw2REFBMkM7QUFDM0Msd0RBQXNDO0FBQ3RDLHdEQUFzQztBQUN0Qyx5RUFBdUQ7QUFDdkQsdURBQXFDO0FBQ3JDLDJEQUF5QztBQUN6Qyw0RUFBMEQ7QUFDMUQsOERBQTRDO0FBQzVDLHFFQUFtRDtBQUNuRCxzREFBb0M7QUFDcEMsc0RBQW9DO0FBQ3BDLHNFQUFvRDtBQUNwRCw4RUFBNEQ7QUFDNUQsK0VBQTZEO0FBQzdELHVFQUFxRDtBQUNyRCxrRUFBZ0Q7QUFDaEQsc0VBQW9EO0FBQ3BELDBEQUF3QztBQUN4QyxxREFBbUM7QUFDbkMscURBQW1DO0FBQ25DLHNFQUFvRDtBQUNwRCxvREFBa0M7QUFDbEMsd0RBQXNDO0FBQ3RDLHlFQUF1RDtBQUN2RCwyREFBeUM7QUFDekMsa0VBQWdEO0FBQ2hELG1EQUFpQztBQUNqQyxtREFBaUM7QUFDakMsbUVBQWlEO0FBQ2pELDJFQUF5RDtBQUN6RCw0RUFBMEQ7QUFFMUQsZ0JBQWdCO0FBQ2hCLCtEQUE2QztBQUU3QyxzQkFBc0I7QUFDdEIseUNBQXlDO0FBaUNyQyw4QkFBUztBQWhDYix5Q0FBeUM7QUFpQ3JDLDhCQUFTO0FBaENiLHVEQUF1RDtBQWlDbkQsNENBQWdCO0FBaENwQix5Q0FBeUM7QUFpQ3JDLDhCQUFTO0FBaENiLHlDQUF5QztBQWlDckMsOEJBQVM7QUFoQ2IseUNBQXlDO0FB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
|