@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.
Files changed (1345) hide show
  1. package/README.md +6 -35
  2. package/authorization/accessReviewHistoryDefinitionById.js +2 -2
  3. package/authorization/accessReviewScheduleDefinitionById.js +2 -2
  4. package/authorization/getScopeAccessReviewHistoryDefinitionById.d.ts +109 -0
  5. package/authorization/getScopeAccessReviewHistoryDefinitionById.js +27 -0
  6. package/authorization/getScopeAccessReviewScheduleDefinitionById.d.ts +181 -0
  7. package/authorization/getScopeAccessReviewScheduleDefinitionById.js +27 -0
  8. package/authorization/index.d.ts +6 -1
  9. package/authorization/index.js +14 -2
  10. package/authorization/scopeAccessReviewHistoryDefinitionById.d.ts +151 -0
  11. package/authorization/scopeAccessReviewHistoryDefinitionById.js +98 -0
  12. package/authorization/scopeAccessReviewScheduleDefinitionById.d.ts +291 -0
  13. package/authorization/scopeAccessReviewScheduleDefinitionById.js +134 -0
  14. package/authorization/v20180501preview/accessReviewScheduleDefinitionById.js +2 -2
  15. package/authorization/v20210301preview/accessReviewScheduleDefinitionById.js +2 -2
  16. package/authorization/v20210701preview/accessReviewScheduleDefinitionById.js +2 -2
  17. package/authorization/v20211116preview/accessReviewHistoryDefinitionById.js +2 -2
  18. package/authorization/v20211116preview/accessReviewScheduleDefinitionById.js +2 -2
  19. package/authorization/v20211201preview/accessReviewHistoryDefinitionById.d.ts +146 -0
  20. package/authorization/v20211201preview/accessReviewHistoryDefinitionById.js +93 -0
  21. package/authorization/v20211201preview/accessReviewScheduleDefinitionById.d.ts +286 -0
  22. package/authorization/v20211201preview/accessReviewScheduleDefinitionById.js +129 -0
  23. package/authorization/v20211201preview/getAccessReviewHistoryDefinitionById.d.ts +100 -0
  24. package/authorization/v20211201preview/getAccessReviewHistoryDefinitionById.js +25 -0
  25. package/authorization/v20211201preview/getAccessReviewScheduleDefinitionById.d.ts +172 -0
  26. package/authorization/v20211201preview/getAccessReviewScheduleDefinitionById.js +25 -0
  27. package/authorization/v20211201preview/getScopeAccessReviewHistoryDefinitionById.d.ts +108 -0
  28. package/authorization/v20211201preview/getScopeAccessReviewHistoryDefinitionById.js +26 -0
  29. package/authorization/v20211201preview/getScopeAccessReviewScheduleDefinitionById.d.ts +180 -0
  30. package/authorization/v20211201preview/getScopeAccessReviewScheduleDefinitionById.js +26 -0
  31. package/authorization/v20211201preview/index.d.ts +9 -0
  32. package/authorization/v20211201preview/index.js +55 -0
  33. package/authorization/v20211201preview/scopeAccessReviewHistoryDefinitionById.d.ts +150 -0
  34. package/authorization/v20211201preview/scopeAccessReviewHistoryDefinitionById.js +97 -0
  35. package/authorization/v20211201preview/scopeAccessReviewScheduleDefinitionById.d.ts +290 -0
  36. package/authorization/v20211201preview/scopeAccessReviewScheduleDefinitionById.js +133 -0
  37. package/automanage/v20220504/configurationProfileAssignment.d.ts +4 -0
  38. package/automanage/v20220504/configurationProfileAssignment.js +3 -1
  39. package/automanage/v20220504/configurationProfileHCIAssignment.d.ts +4 -0
  40. package/automanage/v20220504/configurationProfileHCIAssignment.js +3 -1
  41. package/automanage/v20220504/configurationProfileHCRPAssignment.d.ts +4 -0
  42. package/automanage/v20220504/configurationProfileHCRPAssignment.js +3 -1
  43. package/automanage/v20220504/getConfigurationProfileAssignment.d.ts +4 -0
  44. package/automanage/v20220504/getConfigurationProfileAssignment.js +1 -1
  45. package/automanage/v20220504/getConfigurationProfileHCIAssignment.d.ts +4 -0
  46. package/automanage/v20220504/getConfigurationProfileHCIAssignment.js +1 -1
  47. package/automanage/v20220504/getConfigurationProfileHCRPAssignment.d.ts +4 -0
  48. package/automanage/v20220504/getConfigurationProfileHCRPAssignment.js +1 -1
  49. package/automation/hybridRunbookWorkerGroup.js +2 -2
  50. package/automation/index.d.ts +2 -1
  51. package/automation/index.js +4 -2
  52. package/automation/v20210622/hybridRunbookWorkerGroup.js +2 -2
  53. package/automation/v20220222/getHybridRunbookWorkerGroup.d.ts +64 -0
  54. package/automation/v20220222/getHybridRunbookWorkerGroup.js +27 -0
  55. package/automation/v20220222/hybridRunbookWorkerGroup.d.ts +74 -0
  56. package/automation/v20220222/hybridRunbookWorkerGroup.js +75 -0
  57. package/automation/v20220222/index.d.ts +2 -0
  58. package/automation/v20220222/index.js +38 -0
  59. package/communication/communicationService.js +2 -2
  60. package/communication/domain.js +2 -2
  61. package/communication/emailService.js +2 -2
  62. package/communication/index.d.ts +2 -1
  63. package/communication/index.js +4 -2
  64. package/communication/v20200820/communicationService.js +2 -2
  65. package/communication/v20200820preview/communicationService.js +2 -2
  66. package/communication/v20211001preview/communicationService.js +2 -2
  67. package/communication/v20211001preview/domain.js +2 -2
  68. package/communication/v20211001preview/emailService.js +2 -2
  69. package/communication/v20220701preview/communicationService.d.ts +110 -0
  70. package/communication/v20220701preview/communicationService.js +88 -0
  71. package/communication/v20220701preview/domain.d.ts +130 -0
  72. package/communication/v20220701preview/domain.js +96 -0
  73. package/communication/v20220701preview/emailService.d.ts +86 -0
  74. package/communication/v20220701preview/emailService.js +78 -0
  75. package/communication/v20220701preview/getCommunicationService.d.ts +86 -0
  76. package/communication/v20220701preview/getCommunicationService.js +26 -0
  77. package/communication/v20220701preview/getDomain.d.ts +104 -0
  78. package/communication/v20220701preview/getDomain.js +27 -0
  79. package/communication/v20220701preview/getEmailService.d.ts +66 -0
  80. package/communication/v20220701preview/getEmailService.js +26 -0
  81. package/communication/v20220701preview/index.d.ts +8 -0
  82. package/communication/v20220701preview/index.js +51 -0
  83. package/communication/v20220701preview/listCommunicationServiceKeys.d.ts +47 -0
  84. package/communication/v20220701preview/listCommunicationServiceKeys.js +26 -0
  85. package/connectedvmwarevsphere/cluster.js +2 -2
  86. package/connectedvmwarevsphere/datastore.js +2 -2
  87. package/connectedvmwarevsphere/guestAgent.js +2 -2
  88. package/connectedvmwarevsphere/host.js +2 -2
  89. package/connectedvmwarevsphere/hybridIdentityMetadatum.js +2 -2
  90. package/connectedvmwarevsphere/index.d.ts +2 -1
  91. package/connectedvmwarevsphere/index.js +4 -2
  92. package/connectedvmwarevsphere/inventoryItem.js +2 -2
  93. package/connectedvmwarevsphere/machineExtension.js +2 -2
  94. package/connectedvmwarevsphere/resourcePool.js +2 -2
  95. package/connectedvmwarevsphere/v20201001preview/cluster.js +2 -2
  96. package/connectedvmwarevsphere/v20201001preview/datastore.js +2 -2
  97. package/connectedvmwarevsphere/v20201001preview/guestAgent.js +2 -2
  98. package/connectedvmwarevsphere/v20201001preview/host.js +2 -2
  99. package/connectedvmwarevsphere/v20201001preview/hybridIdentityMetadatum.js +2 -2
  100. package/connectedvmwarevsphere/v20201001preview/inventoryItem.js +2 -2
  101. package/connectedvmwarevsphere/v20201001preview/machineExtension.js +2 -2
  102. package/connectedvmwarevsphere/v20201001preview/resourcePool.js +2 -2
  103. package/connectedvmwarevsphere/v20201001preview/vcenter.js +2 -2
  104. package/connectedvmwarevsphere/v20201001preview/virtualMachine.js +2 -2
  105. package/connectedvmwarevsphere/v20201001preview/virtualMachineTemplate.js +2 -2
  106. package/connectedvmwarevsphere/v20201001preview/virtualNetwork.js +2 -2
  107. package/connectedvmwarevsphere/v20220110preview/cluster.d.ts +142 -0
  108. package/connectedvmwarevsphere/v20220110preview/cluster.js +95 -0
  109. package/connectedvmwarevsphere/v20220110preview/datastore.d.ts +134 -0
  110. package/connectedvmwarevsphere/v20220110preview/datastore.js +91 -0
  111. package/connectedvmwarevsphere/v20220110preview/getCluster.d.ts +106 -0
  112. package/connectedvmwarevsphere/v20220110preview/getCluster.js +26 -0
  113. package/connectedvmwarevsphere/v20220110preview/getDatastore.d.ts +98 -0
  114. package/connectedvmwarevsphere/v20220110preview/getDatastore.js +26 -0
  115. package/connectedvmwarevsphere/v20220110preview/getGuestAgent.d.ts +88 -0
  116. package/connectedvmwarevsphere/v20220110preview/getGuestAgent.js +27 -0
  117. package/connectedvmwarevsphere/v20220110preview/getHost.d.ts +98 -0
  118. package/connectedvmwarevsphere/v20220110preview/getHost.js +26 -0
  119. package/connectedvmwarevsphere/v20220110preview/getHybridIdentityMetadatum.d.ts +72 -0
  120. package/connectedvmwarevsphere/v20220110preview/getHybridIdentityMetadatum.js +27 -0
  121. package/connectedvmwarevsphere/v20220110preview/getInventoryItem.d.ts +80 -0
  122. package/connectedvmwarevsphere/v20220110preview/getInventoryItem.js +27 -0
  123. package/connectedvmwarevsphere/v20220110preview/getMachineExtension.d.ts +102 -0
  124. package/connectedvmwarevsphere/v20220110preview/getMachineExtension.js +27 -0
  125. package/connectedvmwarevsphere/v20220110preview/getResourcePool.d.ts +128 -0
  126. package/connectedvmwarevsphere/v20220110preview/getResourcePool.js +26 -0
  127. package/connectedvmwarevsphere/v20220110preview/getVCenter.d.ts +106 -0
  128. package/connectedvmwarevsphere/v20220110preview/getVCenter.js +26 -0
  129. package/connectedvmwarevsphere/v20220110preview/getVirtualMachine.d.ts +163 -0
  130. package/connectedvmwarevsphere/v20220110preview/getVirtualMachine.js +26 -0
  131. package/connectedvmwarevsphere/v20220110preview/getVirtualMachineTemplate.d.ts +144 -0
  132. package/connectedvmwarevsphere/v20220110preview/getVirtualMachineTemplate.js +26 -0
  133. package/connectedvmwarevsphere/v20220110preview/getVirtualNetwork.d.ts +98 -0
  134. package/connectedvmwarevsphere/v20220110preview/getVirtualNetwork.js +26 -0
  135. package/connectedvmwarevsphere/v20220110preview/guestAgent.d.ts +102 -0
  136. package/connectedvmwarevsphere/v20220110preview/guestAgent.js +86 -0
  137. package/connectedvmwarevsphere/v20220110preview/host.d.ts +134 -0
  138. package/connectedvmwarevsphere/v20220110preview/host.js +91 -0
  139. package/connectedvmwarevsphere/v20220110preview/hybridIdentityMetadatum.d.ts +82 -0
  140. package/connectedvmwarevsphere/v20220110preview/hybridIdentityMetadatum.js +79 -0
  141. package/connectedvmwarevsphere/v20220110preview/index.d.ts +25 -0
  142. package/connectedvmwarevsphere/v20220110preview/index.js +95 -0
  143. package/connectedvmwarevsphere/v20220110preview/inventoryItem.d.ts +102 -0
  144. package/connectedvmwarevsphere/v20220110preview/inventoryItem.js +86 -0
  145. package/connectedvmwarevsphere/v20220110preview/machineExtension.d.ts +146 -0
  146. package/connectedvmwarevsphere/v20220110preview/machineExtension.js +92 -0
  147. package/connectedvmwarevsphere/v20220110preview/resourcePool.d.ts +164 -0
  148. package/connectedvmwarevsphere/v20220110preview/resourcePool.js +103 -0
  149. package/connectedvmwarevsphere/v20220110preview/vcenter.d.ts +142 -0
  150. package/connectedvmwarevsphere/v20220110preview/vcenter.js +98 -0
  151. package/connectedvmwarevsphere/v20220110preview/virtualMachine.d.ts +244 -0
  152. package/connectedvmwarevsphere/v20220110preview/virtualMachine.js +123 -0
  153. package/connectedvmwarevsphere/v20220110preview/virtualMachineTemplate.d.ts +181 -0
  154. package/connectedvmwarevsphere/v20220110preview/virtualMachineTemplate.js +113 -0
  155. package/connectedvmwarevsphere/v20220110preview/virtualNetwork.d.ts +134 -0
  156. package/connectedvmwarevsphere/v20220110preview/virtualNetwork.js +91 -0
  157. package/connectedvmwarevsphere/vcenter.js +2 -2
  158. package/connectedvmwarevsphere/virtualMachine.js +2 -2
  159. package/connectedvmwarevsphere/virtualMachineTemplate.js +2 -2
  160. package/connectedvmwarevsphere/virtualNetwork.js +2 -2
  161. package/databricks/accessConnector.d.ts +83 -0
  162. package/databricks/accessConnector.js +74 -0
  163. package/databricks/getAccessConnector.d.ts +63 -0
  164. package/databricks/getAccessConnector.js +27 -0
  165. package/databricks/getPrivateEndpointConnection.d.ts +1 -1
  166. package/databricks/getPrivateEndpointConnection.js +1 -1
  167. package/databricks/index.d.ts +4 -1
  168. package/databricks/index.js +9 -2
  169. package/databricks/privateEndpointConnection.d.ts +1 -1
  170. package/databricks/privateEndpointConnection.js +3 -3
  171. package/databricks/v20180401/vnetPeering.js +2 -2
  172. package/databricks/v20180401/workspace.js +2 -2
  173. package/databricks/v20210401preview/privateEndpointConnection.js +2 -2
  174. package/databricks/v20210401preview/vnetPeering.js +2 -2
  175. package/databricks/v20210401preview/workspace.js +2 -2
  176. package/databricks/v20220401preview/accessConnector.d.ts +82 -0
  177. package/databricks/v20220401preview/accessConnector.js +73 -0
  178. package/databricks/v20220401preview/getAccessConnector.d.ts +62 -0
  179. package/databricks/v20220401preview/getAccessConnector.js +26 -0
  180. package/databricks/v20220401preview/getPrivateEndpointConnection.d.ts +56 -0
  181. package/databricks/v20220401preview/getPrivateEndpointConnection.js +27 -0
  182. package/databricks/v20220401preview/getWorkspace.d.ts +122 -0
  183. package/databricks/v20220401preview/getWorkspace.js +26 -0
  184. package/databricks/v20220401preview/getvNetPeering.d.ts +92 -0
  185. package/databricks/v20220401preview/getvNetPeering.js +27 -0
  186. package/databricks/v20220401preview/index.d.ts +9 -0
  187. package/databricks/v20220401preview/index.js +55 -0
  188. package/databricks/v20220401preview/privateEndpointConnection.d.ts +62 -0
  189. package/databricks/v20220401preview/privateEndpointConnection.js +74 -0
  190. package/databricks/v20220401preview/vnetPeering.d.ts +126 -0
  191. package/databricks/v20220401preview/vnetPeering.js +92 -0
  192. package/databricks/v20220401preview/workspace.d.ts +170 -0
  193. package/databricks/v20220401preview/workspace.js +107 -0
  194. package/databricks/vnetPeering.js +2 -2
  195. package/databricks/workspace.js +2 -2
  196. package/desktopvirtualization/application.js +2 -2
  197. package/desktopvirtualization/applicationGroup.js +2 -2
  198. package/desktopvirtualization/getScalingPlanPooledSchedule.d.ts +125 -0
  199. package/desktopvirtualization/getScalingPlanPooledSchedule.js +28 -0
  200. package/desktopvirtualization/hostPool.js +2 -2
  201. package/desktopvirtualization/index.d.ts +4 -1
  202. package/desktopvirtualization/index.js +9 -2
  203. package/desktopvirtualization/msixpackage.js +2 -2
  204. package/desktopvirtualization/privateEndpointConnectionByHostPool.js +2 -2
  205. package/desktopvirtualization/privateEndpointConnectionByWorkspace.js +2 -2
  206. package/desktopvirtualization/scalingPlan.js +2 -2
  207. package/desktopvirtualization/scalingPlanPooledSchedule.d.ts +195 -0
  208. package/desktopvirtualization/scalingPlanPooledSchedule.js +106 -0
  209. package/desktopvirtualization/v20190123preview/application.js +2 -2
  210. package/desktopvirtualization/v20190123preview/applicationGroup.js +2 -2
  211. package/desktopvirtualization/v20190123preview/hostPool.js +2 -2
  212. package/desktopvirtualization/v20190123preview/workspace.js +2 -2
  213. package/desktopvirtualization/v20190924preview/application.js +2 -2
  214. package/desktopvirtualization/v20190924preview/applicationGroup.js +2 -2
  215. package/desktopvirtualization/v20190924preview/hostPool.js +2 -2
  216. package/desktopvirtualization/v20190924preview/workspace.js +2 -2
  217. package/desktopvirtualization/v20191210preview/application.js +2 -2
  218. package/desktopvirtualization/v20191210preview/applicationGroup.js +2 -2
  219. package/desktopvirtualization/v20191210preview/hostPool.js +2 -2
  220. package/desktopvirtualization/v20191210preview/workspace.js +2 -2
  221. package/desktopvirtualization/v20200921preview/application.js +2 -2
  222. package/desktopvirtualization/v20200921preview/applicationGroup.js +2 -2
  223. package/desktopvirtualization/v20200921preview/hostPool.js +2 -2
  224. package/desktopvirtualization/v20200921preview/msixpackage.js +2 -2
  225. package/desktopvirtualization/v20200921preview/workspace.js +2 -2
  226. package/desktopvirtualization/v20201019preview/application.js +2 -2
  227. package/desktopvirtualization/v20201019preview/applicationGroup.js +2 -2
  228. package/desktopvirtualization/v20201019preview/hostPool.js +2 -2
  229. package/desktopvirtualization/v20201019preview/msixpackage.js +2 -2
  230. package/desktopvirtualization/v20201019preview/workspace.js +2 -2
  231. package/desktopvirtualization/v20201102preview/application.js +2 -2
  232. package/desktopvirtualization/v20201102preview/applicationGroup.js +2 -2
  233. package/desktopvirtualization/v20201102preview/hostPool.js +2 -2
  234. package/desktopvirtualization/v20201102preview/msixpackage.js +2 -2
  235. package/desktopvirtualization/v20201102preview/workspace.js +2 -2
  236. package/desktopvirtualization/v20201110preview/application.js +2 -2
  237. package/desktopvirtualization/v20201110preview/applicationGroup.js +2 -2
  238. package/desktopvirtualization/v20201110preview/hostPool.js +2 -2
  239. package/desktopvirtualization/v20201110preview/msixpackage.js +2 -2
  240. package/desktopvirtualization/v20201110preview/scalingPlan.js +2 -2
  241. package/desktopvirtualization/v20201110preview/workspace.js +2 -2
  242. package/desktopvirtualization/v20210114preview/application.js +2 -2
  243. package/desktopvirtualization/v20210114preview/applicationGroup.js +2 -2
  244. package/desktopvirtualization/v20210114preview/hostPool.js +2 -2
  245. package/desktopvirtualization/v20210114preview/msixpackage.js +2 -2
  246. package/desktopvirtualization/v20210114preview/scalingPlan.js +2 -2
  247. package/desktopvirtualization/v20210114preview/workspace.js +2 -2
  248. package/desktopvirtualization/v20210201preview/application.js +2 -2
  249. package/desktopvirtualization/v20210201preview/applicationGroup.js +2 -2
  250. package/desktopvirtualization/v20210201preview/hostPool.js +2 -2
  251. package/desktopvirtualization/v20210201preview/msixpackage.js +2 -2
  252. package/desktopvirtualization/v20210201preview/scalingPlan.js +2 -2
  253. package/desktopvirtualization/v20210201preview/workspace.js +2 -2
  254. package/desktopvirtualization/v20210309preview/application.js +2 -2
  255. package/desktopvirtualization/v20210309preview/applicationGroup.js +2 -2
  256. package/desktopvirtualization/v20210309preview/hostPool.js +2 -2
  257. package/desktopvirtualization/v20210309preview/msixpackage.js +2 -2
  258. package/desktopvirtualization/v20210309preview/scalingPlan.js +2 -2
  259. package/desktopvirtualization/v20210309preview/workspace.js +2 -2
  260. package/desktopvirtualization/v20210401preview/application.js +2 -2
  261. package/desktopvirtualization/v20210401preview/applicationGroup.js +2 -2
  262. package/desktopvirtualization/v20210401preview/hostPool.js +2 -2
  263. package/desktopvirtualization/v20210401preview/msixpackage.js +2 -2
  264. package/desktopvirtualization/v20210401preview/privateEndpointConnectionByHostPool.js +2 -2
  265. package/desktopvirtualization/v20210401preview/privateEndpointConnectionByWorkspace.js +2 -2
  266. package/desktopvirtualization/v20210401preview/scalingPlan.js +2 -2
  267. package/desktopvirtualization/v20210401preview/workspace.js +2 -2
  268. package/desktopvirtualization/v20210712/application.js +2 -2
  269. package/desktopvirtualization/v20210712/applicationGroup.js +2 -2
  270. package/desktopvirtualization/v20210712/hostPool.js +2 -2
  271. package/desktopvirtualization/v20210712/msixpackage.js +2 -2
  272. package/desktopvirtualization/v20210712/scalingPlan.js +2 -2
  273. package/desktopvirtualization/v20210712/workspace.js +2 -2
  274. package/desktopvirtualization/v20210903preview/application.js +2 -2
  275. package/desktopvirtualization/v20210903preview/applicationGroup.js +2 -2
  276. package/desktopvirtualization/v20210903preview/hostPool.js +2 -2
  277. package/desktopvirtualization/v20210903preview/msixpackage.js +2 -2
  278. package/desktopvirtualization/v20210903preview/privateEndpointConnectionByHostPool.js +2 -2
  279. package/desktopvirtualization/v20210903preview/privateEndpointConnectionByWorkspace.js +2 -2
  280. package/desktopvirtualization/v20210903preview/scalingPlan.js +2 -2
  281. package/desktopvirtualization/v20210903preview/workspace.js +2 -2
  282. package/desktopvirtualization/v20220210preview/application.js +2 -2
  283. package/desktopvirtualization/v20220210preview/applicationGroup.js +2 -2
  284. package/desktopvirtualization/v20220210preview/hostPool.js +2 -2
  285. package/desktopvirtualization/v20220210preview/msixpackage.js +2 -2
  286. package/desktopvirtualization/v20220210preview/privateEndpointConnectionByHostPool.js +2 -2
  287. package/desktopvirtualization/v20220210preview/privateEndpointConnectionByWorkspace.js +2 -2
  288. package/desktopvirtualization/v20220210preview/scalingPlan.js +2 -2
  289. package/desktopvirtualization/v20220210preview/workspace.js +2 -2
  290. package/desktopvirtualization/v20220401preview/application.d.ts +158 -0
  291. package/desktopvirtualization/v20220401preview/application.js +102 -0
  292. package/desktopvirtualization/v20220401preview/applicationGroup.d.ts +152 -0
  293. package/desktopvirtualization/v20220401preview/applicationGroup.js +105 -0
  294. package/desktopvirtualization/v20220401preview/getApplication.d.ts +112 -0
  295. package/desktopvirtualization/v20220401preview/getApplication.js +27 -0
  296. package/desktopvirtualization/v20220401preview/getApplicationGroup.d.ts +105 -0
  297. package/desktopvirtualization/v20220401preview/getApplicationGroup.js +26 -0
  298. package/desktopvirtualization/v20220401preview/getHostPool.d.ts +169 -0
  299. package/desktopvirtualization/v20220401preview/getHostPool.js +26 -0
  300. package/desktopvirtualization/v20220401preview/getMSIXPackage.d.ts +100 -0
  301. package/desktopvirtualization/v20220401preview/getMSIXPackage.js +27 -0
  302. package/desktopvirtualization/v20220401preview/getPrivateEndpointConnectionByHostPool.d.ts +68 -0
  303. package/desktopvirtualization/v20220401preview/getPrivateEndpointConnectionByHostPool.js +27 -0
  304. package/desktopvirtualization/v20220401preview/getPrivateEndpointConnectionByWorkspace.d.ts +68 -0
  305. package/desktopvirtualization/v20220401preview/getPrivateEndpointConnectionByWorkspace.js +27 -0
  306. package/desktopvirtualization/v20220401preview/getScalingPlan.d.ts +105 -0
  307. package/desktopvirtualization/v20220401preview/getScalingPlan.js +26 -0
  308. package/desktopvirtualization/v20220401preview/getScalingPlanPooledSchedule.d.ts +124 -0
  309. package/desktopvirtualization/v20220401preview/getScalingPlanPooledSchedule.js +27 -0
  310. package/desktopvirtualization/v20220401preview/getWorkspace.d.ts +101 -0
  311. package/desktopvirtualization/v20220401preview/getWorkspace.js +26 -0
  312. package/desktopvirtualization/v20220401preview/hostPool.d.ts +276 -0
  313. package/desktopvirtualization/v20220401preview/hostPool.js +140 -0
  314. package/desktopvirtualization/v20220401preview/index.d.ts +19 -0
  315. package/desktopvirtualization/v20220401preview/index.js +80 -0
  316. package/desktopvirtualization/v20220401preview/msixpackage.d.ts +146 -0
  317. package/desktopvirtualization/v20220401preview/msixpackage.js +93 -0
  318. package/desktopvirtualization/v20220401preview/privateEndpointConnectionByHostPool.d.ts +74 -0
  319. package/desktopvirtualization/v20220401preview/privateEndpointConnectionByHostPool.js +80 -0
  320. package/desktopvirtualization/v20220401preview/privateEndpointConnectionByWorkspace.d.ts +74 -0
  321. package/desktopvirtualization/v20220401preview/privateEndpointConnectionByWorkspace.js +80 -0
  322. package/desktopvirtualization/v20220401preview/scalingPlan.d.ts +160 -0
  323. package/desktopvirtualization/v20220401preview/scalingPlan.js +103 -0
  324. package/desktopvirtualization/v20220401preview/scalingPlanPooledSchedule.d.ts +194 -0
  325. package/desktopvirtualization/v20220401preview/scalingPlanPooledSchedule.js +105 -0
  326. package/desktopvirtualization/v20220401preview/workspace.d.ts +144 -0
  327. package/desktopvirtualization/v20220401preview/workspace.js +97 -0
  328. package/desktopvirtualization/workspace.js +2 -2
  329. package/elasticsan/elasticSan.d.ts +4 -4
  330. package/elasticsan/elasticSan.js +3 -3
  331. package/elasticsan/getElasticSan.d.ts +4 -4
  332. package/elasticsan/getVolume.d.ts +0 -4
  333. package/elasticsan/getVolume.js +1 -1
  334. package/elasticsan/getVolumeGroup.d.ts +0 -4
  335. package/elasticsan/getVolumeGroup.js +1 -1
  336. package/elasticsan/v20211120preview/elasticSan.d.ts +4 -4
  337. package/elasticsan/v20211120preview/elasticSan.js +3 -3
  338. package/elasticsan/v20211120preview/getElasticSan.d.ts +4 -4
  339. package/elasticsan/v20211120preview/getVolume.d.ts +0 -4
  340. package/elasticsan/v20211120preview/getVolume.js +1 -1
  341. package/elasticsan/v20211120preview/getVolumeGroup.d.ts +0 -4
  342. package/elasticsan/v20211120preview/getVolumeGroup.js +1 -1
  343. package/elasticsan/v20211120preview/volume.d.ts +0 -8
  344. package/elasticsan/v20211120preview/volume.js +1 -3
  345. package/elasticsan/v20211120preview/volumeGroup.d.ts +0 -8
  346. package/elasticsan/v20211120preview/volumeGroup.js +1 -3
  347. package/elasticsan/volume.d.ts +0 -8
  348. package/elasticsan/volume.js +1 -3
  349. package/elasticsan/volumeGroup.d.ts +0 -8
  350. package/elasticsan/volumeGroup.js +1 -3
  351. package/hybridcompute/index.d.ts +2 -1
  352. package/hybridcompute/index.js +4 -2
  353. package/hybridcompute/machine.js +2 -2
  354. package/hybridcompute/machineExtension.js +2 -2
  355. package/hybridcompute/privateEndpointConnection.js +2 -2
  356. package/hybridcompute/privateLinkScope.js +2 -2
  357. package/hybridcompute/v20190318preview/machine.js +2 -2
  358. package/hybridcompute/v20190802preview/machine.js +2 -2
  359. package/hybridcompute/v20190802preview/machineExtension.js +2 -2
  360. package/hybridcompute/v20191212/machine.js +2 -2
  361. package/hybridcompute/v20191212/machineExtension.js +2 -2
  362. package/hybridcompute/v20200730preview/machine.js +2 -2
  363. package/hybridcompute/v20200730preview/machineExtension.js +2 -2
  364. package/hybridcompute/v20200802/machine.js +2 -2
  365. package/hybridcompute/v20200802/machineExtension.js +2 -2
  366. package/hybridcompute/v20200815preview/machine.js +2 -2
  367. package/hybridcompute/v20200815preview/machineExtension.js +2 -2
  368. package/hybridcompute/v20200815preview/privateEndpointConnection.js +2 -2
  369. package/hybridcompute/v20200815preview/privateLinkScope.js +2 -2
  370. package/hybridcompute/v20210128preview/machine.js +2 -2
  371. package/hybridcompute/v20210128preview/machineExtension.js +2 -2
  372. package/hybridcompute/v20210128preview/privateEndpointConnection.js +2 -2
  373. package/hybridcompute/v20210128preview/privateLinkScope.js +2 -2
  374. package/hybridcompute/v20210325preview/machine.js +2 -2
  375. package/hybridcompute/v20210325preview/machineExtension.js +2 -2
  376. package/hybridcompute/v20210325preview/privateEndpointConnection.js +2 -2
  377. package/hybridcompute/v20210325preview/privateLinkScope.js +2 -2
  378. package/hybridcompute/v20210422preview/machine.js +2 -2
  379. package/hybridcompute/v20210422preview/machineExtension.js +2 -2
  380. package/hybridcompute/v20210422preview/privateEndpointConnection.js +2 -2
  381. package/hybridcompute/v20210422preview/privateLinkScope.js +2 -2
  382. package/hybridcompute/v20210517preview/machine.js +2 -2
  383. package/hybridcompute/v20210517preview/machineExtension.js +2 -2
  384. package/hybridcompute/v20210517preview/privateEndpointConnection.js +2 -2
  385. package/hybridcompute/v20210517preview/privateLinkScope.js +2 -2
  386. package/hybridcompute/v20210520/machine.js +2 -2
  387. package/hybridcompute/v20210520/machineExtension.js +2 -2
  388. package/hybridcompute/v20210520/privateEndpointConnection.js +2 -2
  389. package/hybridcompute/v20210520/privateLinkScope.js +2 -2
  390. package/hybridcompute/v20210610preview/machine.js +2 -2
  391. package/hybridcompute/v20210610preview/machineExtension.js +2 -2
  392. package/hybridcompute/v20210610preview/privateEndpointConnection.js +2 -2
  393. package/hybridcompute/v20210610preview/privateLinkScope.js +2 -2
  394. package/hybridcompute/v20211210preview/machine.js +2 -2
  395. package/hybridcompute/v20211210preview/machineExtension.js +2 -2
  396. package/hybridcompute/v20211210preview/privateEndpointConnection.js +2 -2
  397. package/hybridcompute/v20211210preview/privateLinkScope.js +2 -2
  398. package/hybridcompute/v20220310/machine.js +2 -2
  399. package/hybridcompute/v20220310/machineExtension.js +2 -2
  400. package/hybridcompute/v20220310/privateEndpointConnection.js +2 -2
  401. package/hybridcompute/v20220310/privateLinkScope.js +2 -2
  402. package/hybridcompute/v20220510preview/getMachine.d.ts +78 -0
  403. package/hybridcompute/v20220510preview/getMachine.js +27 -0
  404. package/hybridcompute/v20220510preview/getMachineExtension.d.ts +70 -0
  405. package/hybridcompute/v20220510preview/getMachineExtension.js +27 -0
  406. package/hybridcompute/v20220510preview/getPrivateEndpointConnection.d.ts +60 -0
  407. package/hybridcompute/v20220510preview/getPrivateEndpointConnection.js +27 -0
  408. package/hybridcompute/v20220510preview/getPrivateLinkScope.d.ts +62 -0
  409. package/hybridcompute/v20220510preview/getPrivateLinkScope.js +26 -0
  410. package/hybridcompute/v20220510preview/index.d.ts +9 -0
  411. package/hybridcompute/v20220510preview/index.js +55 -0
  412. package/hybridcompute/v20220510preview/machine.d.ts +94 -0
  413. package/hybridcompute/v20220510preview/machine.js +77 -0
  414. package/hybridcompute/v20220510preview/machineExtension.d.ts +86 -0
  415. package/hybridcompute/v20220510preview/machineExtension.js +77 -0
  416. package/hybridcompute/v20220510preview/privateEndpointConnection.d.ts +66 -0
  417. package/hybridcompute/v20220510preview/privateEndpointConnection.js +73 -0
  418. package/hybridcompute/v20220510preview/privateLinkScope.d.ts +82 -0
  419. package/hybridcompute/v20220510preview/privateLinkScope.js +73 -0
  420. package/insights/index.d.ts +2 -1
  421. package/insights/index.js +4 -2
  422. package/insights/v20150501/webTest.js +2 -2
  423. package/insights/v20180501preview/webTest.js +2 -2
  424. package/insights/v20201005preview/webTest.js +2 -2
  425. package/insights/v20220615/getWebTest.d.ts +110 -0
  426. package/insights/v20220615/getWebTest.js +26 -0
  427. package/insights/v20220615/index.d.ts +3 -0
  428. package/insights/v20220615/index.js +40 -0
  429. package/insights/v20220615/webTest.d.ts +174 -0
  430. package/insights/v20220615/webTest.js +106 -0
  431. package/insights/webTest.js +2 -2
  432. package/keyvault/index.d.ts +2 -1
  433. package/keyvault/index.js +4 -2
  434. package/keyvault/key.js +2 -2
  435. package/keyvault/managedHsm.js +2 -2
  436. package/keyvault/mhsmprivateEndpointConnection.js +2 -2
  437. package/keyvault/privateEndpointConnection.js +2 -2
  438. package/keyvault/secret.js +2 -2
  439. package/keyvault/v20150601/vault.js +2 -2
  440. package/keyvault/v20161001/secret.js +2 -2
  441. package/keyvault/v20161001/vault.js +2 -2
  442. package/keyvault/v20180214/privateEndpointConnection.js +2 -2
  443. package/keyvault/v20180214/secret.js +2 -2
  444. package/keyvault/v20180214/vault.js +2 -2
  445. package/keyvault/v20180214preview/secret.js +2 -2
  446. package/keyvault/v20180214preview/vault.js +2 -2
  447. package/keyvault/v20190901/key.js +2 -2
  448. package/keyvault/v20190901/privateEndpointConnection.js +2 -2
  449. package/keyvault/v20190901/secret.js +2 -2
  450. package/keyvault/v20190901/vault.js +2 -2
  451. package/keyvault/v20200401preview/key.js +2 -2
  452. package/keyvault/v20200401preview/managedHsm.js +2 -2
  453. package/keyvault/v20200401preview/privateEndpointConnection.js +2 -2
  454. package/keyvault/v20200401preview/secret.js +2 -2
  455. package/keyvault/v20200401preview/vault.js +2 -2
  456. package/keyvault/v20210401preview/key.js +2 -2
  457. package/keyvault/v20210401preview/managedHsm.js +2 -2
  458. package/keyvault/v20210401preview/mhsmprivateEndpointConnection.js +2 -2
  459. package/keyvault/v20210401preview/privateEndpointConnection.js +2 -2
  460. package/keyvault/v20210401preview/secret.js +2 -2
  461. package/keyvault/v20210401preview/vault.js +2 -2
  462. package/keyvault/v20210601preview/key.js +2 -2
  463. package/keyvault/v20210601preview/managedHsm.js +2 -2
  464. package/keyvault/v20210601preview/mhsmprivateEndpointConnection.js +2 -2
  465. package/keyvault/v20210601preview/privateEndpointConnection.js +2 -2
  466. package/keyvault/v20210601preview/secret.js +2 -2
  467. package/keyvault/v20210601preview/vault.js +2 -2
  468. package/keyvault/v20211001/key.js +2 -2
  469. package/keyvault/v20211001/managedHsm.js +2 -2
  470. package/keyvault/v20211001/mhsmprivateEndpointConnection.js +2 -2
  471. package/keyvault/v20211001/privateEndpointConnection.js +2 -2
  472. package/keyvault/v20211001/secret.js +2 -2
  473. package/keyvault/v20211001/vault.js +2 -2
  474. package/keyvault/v20211101preview/key.js +2 -2
  475. package/keyvault/v20211101preview/managedHsm.js +2 -2
  476. package/keyvault/v20211101preview/mhsmprivateEndpointConnection.js +2 -2
  477. package/keyvault/v20211101preview/privateEndpointConnection.js +2 -2
  478. package/keyvault/v20211101preview/secret.js +2 -2
  479. package/keyvault/v20211101preview/vault.js +2 -2
  480. package/keyvault/v20220701/getKey.d.ts +95 -0
  481. package/keyvault/v20220701/getKey.js +27 -0
  482. package/keyvault/v20220701/getMHSMPrivateEndpointConnection.d.ts +86 -0
  483. package/keyvault/v20220701/getMHSMPrivateEndpointConnection.js +27 -0
  484. package/keyvault/v20220701/getManagedHsm.d.ts +66 -0
  485. package/keyvault/v20220701/getManagedHsm.js +26 -0
  486. package/keyvault/v20220701/getPrivateEndpointConnection.d.ts +78 -0
  487. package/keyvault/v20220701/getPrivateEndpointConnection.js +27 -0
  488. package/keyvault/v20220701/getSecret.d.ts +66 -0
  489. package/keyvault/v20220701/getSecret.js +27 -0
  490. package/keyvault/v20220701/getVault.d.ts +62 -0
  491. package/keyvault/v20220701/getVault.js +26 -0
  492. package/keyvault/v20220701/index.d.ts +13 -0
  493. package/keyvault/v20220701/index.js +65 -0
  494. package/keyvault/v20220701/key.d.ts +107 -0
  495. package/keyvault/v20220701/key.js +96 -0
  496. package/keyvault/v20220701/managedHsm.d.ts +90 -0
  497. package/keyvault/v20220701/managedHsm.js +75 -0
  498. package/keyvault/v20220701/mhsmprivateEndpointConnection.d.ts +106 -0
  499. package/keyvault/v20220701/mhsmprivateEndpointConnection.js +84 -0
  500. package/keyvault/v20220701/privateEndpointConnection.d.ts +84 -0
  501. package/keyvault/v20220701/privateEndpointConnection.js +81 -0
  502. package/keyvault/v20220701/secret.d.ts +78 -0
  503. package/keyvault/v20220701/secret.js +78 -0
  504. package/keyvault/v20220701/vault.d.ts +82 -0
  505. package/keyvault/v20220701/vault.js +77 -0
  506. package/keyvault/vault.js +2 -2
  507. package/maintenance/configurationAssignment.js +2 -2
  508. package/maintenance/configurationAssignmentParent.js +2 -2
  509. package/maintenance/index.d.ts +2 -1
  510. package/maintenance/index.js +4 -2
  511. package/maintenance/maintenanceConfiguration.js +2 -2
  512. package/maintenance/v20180601preview/maintenanceConfiguration.js +2 -2
  513. package/maintenance/v20200401/maintenanceConfiguration.js +2 -2
  514. package/maintenance/v20200701preview/maintenanceConfiguration.js +2 -2
  515. package/maintenance/v20210401preview/configurationAssignment.js +2 -2
  516. package/maintenance/v20210401preview/configurationAssignmentParent.js +2 -2
  517. package/maintenance/v20210401preview/maintenanceConfiguration.js +2 -2
  518. package/maintenance/v20210501/maintenanceConfiguration.js +2 -2
  519. package/maintenance/v20210901preview/configurationAssignment.js +2 -2
  520. package/maintenance/v20210901preview/configurationAssignmentParent.js +2 -2
  521. package/maintenance/v20210901preview/maintenanceConfiguration.js +2 -2
  522. package/maintenance/v20220701preview/configurationAssignment.d.ts +90 -0
  523. package/maintenance/v20220701preview/configurationAssignment.js +85 -0
  524. package/maintenance/v20220701preview/configurationAssignmentParent.d.ts +98 -0
  525. package/maintenance/v20220701preview/configurationAssignmentParent.js +93 -0
  526. package/maintenance/v20220701preview/getConfigurationAssignment.d.ts +84 -0
  527. package/maintenance/v20220701preview/getConfigurationAssignment.js +29 -0
  528. package/maintenance/v20220701preview/getConfigurationAssignmentParent.d.ts +100 -0
  529. package/maintenance/v20220701preview/getConfigurationAssignmentParent.js +31 -0
  530. package/maintenance/v20220701preview/getMaintenanceConfiguration.d.ts +100 -0
  531. package/maintenance/v20220701preview/getMaintenanceConfiguration.js +26 -0
  532. package/maintenance/v20220701preview/index.d.ts +7 -0
  533. package/maintenance/v20220701preview/index.js +50 -0
  534. package/maintenance/v20220701preview/maintenanceConfiguration.d.ts +158 -0
  535. package/maintenance/v20220701preview/maintenanceConfiguration.js +92 -0
  536. package/network/dnsForwardingRuleset.js +2 -2
  537. package/network/dnsResolver.js +2 -2
  538. package/network/forwardingRule.js +2 -2
  539. package/network/inboundEndpoint.js +2 -2
  540. package/network/index.d.ts +2 -1
  541. package/network/index.js +4 -2
  542. package/network/outboundEndpoint.js +2 -2
  543. package/network/v20200401preview/dnsForwardingRuleset.js +2 -2
  544. package/network/v20200401preview/dnsResolver.js +2 -2
  545. package/network/v20200401preview/forwardingRule.js +2 -2
  546. package/network/v20200401preview/inboundEndpoint.js +2 -2
  547. package/network/v20200401preview/outboundEndpoint.js +2 -2
  548. package/network/v20200401preview/virtualNetworkLink.js +3 -1
  549. package/network/v20220101/subnet.js +2 -2
  550. package/network/v20220701/dnsForwardingRuleset.d.ts +94 -0
  551. package/network/v20220701/dnsForwardingRuleset.js +82 -0
  552. package/network/v20220701/dnsResolver.d.ts +98 -0
  553. package/network/v20220701/dnsResolver.js +84 -0
  554. package/network/v20220701/forwardingRule.d.ts +102 -0
  555. package/network/v20220701/forwardingRule.js +89 -0
  556. package/network/v20220701/getDnsForwardingRuleset.d.ts +74 -0
  557. package/network/v20220701/getDnsForwardingRuleset.js +26 -0
  558. package/network/v20220701/getDnsResolver.d.ts +78 -0
  559. package/network/v20220701/getDnsResolver.js +26 -0
  560. package/network/v20220701/getForwardingRule.d.ts +82 -0
  561. package/network/v20220701/getForwardingRule.js +27 -0
  562. package/network/v20220701/getInboundEndpoint.d.ts +82 -0
  563. package/network/v20220701/getInboundEndpoint.js +27 -0
  564. package/network/v20220701/getOutboundEndpoint.d.ts +82 -0
  565. package/network/v20220701/getOutboundEndpoint.js +27 -0
  566. package/network/v20220701/getVirtualNetworkLink.d.ts +74 -0
  567. package/network/v20220701/getVirtualNetworkLink.js +27 -0
  568. package/network/v20220701/inboundEndpoint.d.ts +98 -0
  569. package/network/v20220701/inboundEndpoint.js +86 -0
  570. package/network/v20220701/index.d.ts +15 -0
  571. package/network/v20220701/index.js +67 -0
  572. package/network/v20220701/listDnsForwardingRulesetByVirtualNetwork.d.ts +48 -0
  573. package/network/v20220701/listDnsForwardingRulesetByVirtualNetwork.js +27 -0
  574. package/network/v20220701/listDnsResolverByVirtualNetwork.d.ts +48 -0
  575. package/network/v20220701/listDnsResolverByVirtualNetwork.js +27 -0
  576. package/network/v20220701/outboundEndpoint.d.ts +98 -0
  577. package/network/v20220701/outboundEndpoint.js +86 -0
  578. package/network/v20220701/virtualNetworkLink.d.ts +86 -0
  579. package/network/v20220701/virtualNetworkLink.js +82 -0
  580. package/openenergyplatform/energyService.d.ts +1 -1
  581. package/openenergyplatform/energyService.js +1 -1
  582. package/openenergyplatform/getEnergyService.d.ts +1 -1
  583. package/openenergyplatform/getEnergyService.js +1 -1
  584. package/package.json +2 -2
  585. package/package.json.dev +2 -2
  586. package/powerplatform/account.d.ts +4 -0
  587. package/powerplatform/account.js +3 -1
  588. package/powerplatform/enterprisePolicy.d.ts +4 -0
  589. package/powerplatform/enterprisePolicy.js +3 -1
  590. package/powerplatform/getAccount.d.ts +4 -0
  591. package/powerplatform/getAccount.js +1 -1
  592. package/powerplatform/getEnterprisePolicy.d.ts +4 -0
  593. package/powerplatform/getEnterprisePolicy.js +1 -1
  594. package/powerplatform/v20201030preview/account.d.ts +4 -0
  595. package/powerplatform/v20201030preview/account.js +3 -1
  596. package/powerplatform/v20201030preview/enterprisePolicy.d.ts +4 -0
  597. package/powerplatform/v20201030preview/enterprisePolicy.js +3 -1
  598. package/powerplatform/v20201030preview/getAccount.d.ts +4 -0
  599. package/powerplatform/v20201030preview/getAccount.js +1 -1
  600. package/powerplatform/v20201030preview/getEnterprisePolicy.d.ts +4 -0
  601. package/powerplatform/v20201030preview/getEnterprisePolicy.js +1 -1
  602. package/security/application.d.ts +71 -0
  603. package/security/application.js +71 -0
  604. package/security/getApplication.d.ts +48 -0
  605. package/security/getApplication.js +26 -0
  606. package/security/getSecurityConnectorApplication.d.ts +64 -0
  607. package/security/getSecurityConnectorApplication.js +28 -0
  608. package/security/index.d.ts +6 -1
  609. package/security/index.js +14 -2
  610. package/security/securityConnectorApplication.d.ts +79 -0
  611. package/security/securityConnectorApplication.js +79 -0
  612. package/security/v20220701preview/application.d.ts +70 -0
  613. package/security/v20220701preview/application.js +70 -0
  614. package/security/v20220701preview/getApplication.d.ts +47 -0
  615. package/security/v20220701preview/getApplication.js +25 -0
  616. package/security/v20220701preview/getSecurityConnectorApplication.d.ts +63 -0
  617. package/security/v20220701preview/getSecurityConnectorApplication.js +27 -0
  618. package/security/v20220701preview/index.d.ts +5 -0
  619. package/security/v20220701preview/index.js +45 -0
  620. package/security/v20220701preview/securityConnectorApplication.d.ts +78 -0
  621. package/security/v20220701preview/securityConnectorApplication.js +78 -0
  622. package/securityinsights/aaddataConnector.js +2 -2
  623. package/securityinsights/aatpdataConnector.js +2 -2
  624. package/securityinsights/action.js +2 -2
  625. package/securityinsights/activityCustomEntityQuery.js +2 -2
  626. package/securityinsights/alertRule.js +2 -2
  627. package/securityinsights/anomalies.js +2 -2
  628. package/securityinsights/anomalySecurityMLAnalyticsSettings.js +2 -2
  629. package/securityinsights/ascdataConnector.js +2 -2
  630. package/securityinsights/automationRule.js +2 -2
  631. package/securityinsights/awsCloudTrailDataConnector.js +2 -2
  632. package/securityinsights/bookmark.js +2 -2
  633. package/securityinsights/bookmarkRelation.js +2 -2
  634. package/securityinsights/dataConnector.js +2 -2
  635. package/securityinsights/entityAnalytics.js +2 -2
  636. package/securityinsights/entityQuery.js +2 -2
  637. package/securityinsights/eyesOn.js +2 -2
  638. package/securityinsights/fusionAlertRule.js +2 -2
  639. package/securityinsights/incident.js +2 -2
  640. package/securityinsights/incidentComment.js +2 -2
  641. package/securityinsights/incidentRelation.js +2 -2
  642. package/securityinsights/index.d.ts +2 -1
  643. package/securityinsights/index.js +4 -2
  644. package/securityinsights/mcasdataConnector.js +2 -2
  645. package/securityinsights/mdatpdataConnector.js +2 -2
  646. package/securityinsights/metadata.js +2 -2
  647. package/securityinsights/microsoftSecurityIncidentCreationAlertRule.js +2 -2
  648. package/securityinsights/officeDataConnector.js +2 -2
  649. package/securityinsights/productSetting.js +2 -2
  650. package/securityinsights/scheduledAlertRule.js +2 -2
  651. package/securityinsights/securityMLAnalyticsSetting.js +2 -2
  652. package/securityinsights/sentinelOnboardingState.js +2 -2
  653. package/securityinsights/sourceControl.js +2 -2
  654. package/securityinsights/threatIntelligenceIndicator.js +2 -2
  655. package/securityinsights/tidataConnector.js +2 -2
  656. package/securityinsights/ueba.js +2 -2
  657. package/securityinsights/v20190101preview/aaddataConnector.js +2 -2
  658. package/securityinsights/v20190101preview/aatpdataConnector.js +2 -2
  659. package/securityinsights/v20190101preview/action.js +2 -2
  660. package/securityinsights/v20190101preview/alertRule.js +2 -2
  661. package/securityinsights/v20190101preview/anomalies.js +2 -2
  662. package/securityinsights/v20190101preview/ascdataConnector.js +2 -2
  663. package/securityinsights/v20190101preview/automationRule.js +2 -2
  664. package/securityinsights/v20190101preview/awsCloudTrailDataConnector.js +2 -2
  665. package/securityinsights/v20190101preview/bookmark.js +2 -2
  666. package/securityinsights/v20190101preview/bookmarkRelation.js +2 -2
  667. package/securityinsights/v20190101preview/dataConnector.js +2 -2
  668. package/securityinsights/v20190101preview/dynamics365DataConnector.js +2 -2
  669. package/securityinsights/v20190101preview/entityAnalytics.js +2 -2
  670. package/securityinsights/v20190101preview/eyesOn.js +2 -2
  671. package/securityinsights/v20190101preview/fusionAlertRule.js +2 -2
  672. package/securityinsights/v20190101preview/incident.js +2 -2
  673. package/securityinsights/v20190101preview/incidentComment.js +2 -2
  674. package/securityinsights/v20190101preview/incidentRelation.js +2 -2
  675. package/securityinsights/v20190101preview/ipsyncer.js +2 -2
  676. package/securityinsights/v20190101preview/mcasdataConnector.js +2 -2
  677. package/securityinsights/v20190101preview/mdatpdataConnector.js +2 -2
  678. package/securityinsights/v20190101preview/microsoftSecurityIncidentCreationAlertRule.js +2 -2
  679. package/securityinsights/v20190101preview/mlbehaviorAnalyticsAlertRule.js +2 -2
  680. package/securityinsights/v20190101preview/mstidataConnector.js +2 -2
  681. package/securityinsights/v20190101preview/mtpdataConnector.js +2 -2
  682. package/securityinsights/v20190101preview/officeATPDataConnector.js +2 -2
  683. package/securityinsights/v20190101preview/officeDataConnector.js +2 -2
  684. package/securityinsights/v20190101preview/productSetting.js +2 -2
  685. package/securityinsights/v20190101preview/scheduledAlertRule.js +2 -2
  686. package/securityinsights/v20190101preview/threatIntelligenceAlertRule.js +2 -2
  687. package/securityinsights/v20190101preview/threatIntelligenceIndicator.js +2 -2
  688. package/securityinsights/v20190101preview/tiTaxiiDataConnector.js +2 -2
  689. package/securityinsights/v20190101preview/tidataConnector.js +2 -2
  690. package/securityinsights/v20190101preview/ueba.js +2 -2
  691. package/securityinsights/v20190101preview/watchlist.js +2 -2
  692. package/securityinsights/v20190101preview/watchlistItem.js +2 -2
  693. package/securityinsights/v20200101/aaddataConnector.js +2 -2
  694. package/securityinsights/v20200101/aatpdataConnector.js +2 -2
  695. package/securityinsights/v20200101/action.js +2 -2
  696. package/securityinsights/v20200101/alertRule.js +2 -2
  697. package/securityinsights/v20200101/ascdataConnector.js +2 -2
  698. package/securityinsights/v20200101/awsCloudTrailDataConnector.js +2 -2
  699. package/securityinsights/v20200101/bookmark.js +2 -2
  700. package/securityinsights/v20200101/dataConnector.js +2 -2
  701. package/securityinsights/v20200101/fusionAlertRule.js +2 -2
  702. package/securityinsights/v20200101/incident.js +2 -2
  703. package/securityinsights/v20200101/mcasdataConnector.js +2 -2
  704. package/securityinsights/v20200101/mdatpdataConnector.js +2 -2
  705. package/securityinsights/v20200101/microsoftSecurityIncidentCreationAlertRule.js +2 -2
  706. package/securityinsights/v20200101/officeDataConnector.js +2 -2
  707. package/securityinsights/v20200101/scheduledAlertRule.js +2 -2
  708. package/securityinsights/v20200101/tidataConnector.js +2 -2
  709. package/securityinsights/v20210301preview/aaddataConnector.js +2 -2
  710. package/securityinsights/v20210301preview/aatpdataConnector.js +2 -2
  711. package/securityinsights/v20210301preview/action.js +2 -2
  712. package/securityinsights/v20210301preview/activityCustomEntityQuery.js +2 -2
  713. package/securityinsights/v20210301preview/alertRule.js +2 -2
  714. package/securityinsights/v20210301preview/anomalies.js +2 -2
  715. package/securityinsights/v20210301preview/ascdataConnector.js +2 -2
  716. package/securityinsights/v20210301preview/awsCloudTrailDataConnector.js +2 -2
  717. package/securityinsights/v20210301preview/codelessUiDataConnector.js +2 -2
  718. package/securityinsights/v20210301preview/dataConnector.js +2 -2
  719. package/securityinsights/v20210301preview/dynamics365DataConnector.js +2 -2
  720. package/securityinsights/v20210301preview/entityAnalytics.js +2 -2
  721. package/securityinsights/v20210301preview/entityQuery.js +2 -2
  722. package/securityinsights/v20210301preview/eyesOn.js +2 -2
  723. package/securityinsights/v20210301preview/fusionAlertRule.js +2 -2
  724. package/securityinsights/v20210301preview/incident.js +2 -2
  725. package/securityinsights/v20210301preview/incidentComment.js +2 -2
  726. package/securityinsights/v20210301preview/incidentRelation.js +2 -2
  727. package/securityinsights/v20210301preview/mcasdataConnector.js +2 -2
  728. package/securityinsights/v20210301preview/mdatpdataConnector.js +2 -2
  729. package/securityinsights/v20210301preview/metadata.js +2 -2
  730. package/securityinsights/v20210301preview/microsoftSecurityIncidentCreationAlertRule.js +2 -2
  731. package/securityinsights/v20210301preview/mlbehaviorAnalyticsAlertRule.js +2 -2
  732. package/securityinsights/v20210301preview/mstidataConnector.js +2 -2
  733. package/securityinsights/v20210301preview/mtpdataConnector.js +2 -2
  734. package/securityinsights/v20210301preview/officeATPDataConnector.js +2 -2
  735. package/securityinsights/v20210301preview/officeDataConnector.js +2 -2
  736. package/securityinsights/v20210301preview/productSetting.js +2 -2
  737. package/securityinsights/v20210301preview/scheduledAlertRule.js +2 -2
  738. package/securityinsights/v20210301preview/sentinelOnboardingState.js +2 -2
  739. package/securityinsights/v20210301preview/sourceControl.js +2 -2
  740. package/securityinsights/v20210301preview/threatIntelligenceAlertRule.js +2 -2
  741. package/securityinsights/v20210301preview/tiTaxiiDataConnector.js +2 -2
  742. package/securityinsights/v20210301preview/tidataConnector.js +2 -2
  743. package/securityinsights/v20210301preview/ueba.js +2 -2
  744. package/securityinsights/v20210301preview/watchlist.js +2 -2
  745. package/securityinsights/v20210301preview/watchlistItem.js +2 -2
  746. package/securityinsights/v20210401/incident.js +2 -2
  747. package/securityinsights/v20210401/incidentComment.js +2 -2
  748. package/securityinsights/v20210401/incidentRelation.js +2 -2
  749. package/securityinsights/v20210401/threatIntelligenceIndicator.js +2 -2
  750. package/securityinsights/v20210401/watchlist.js +2 -2
  751. package/securityinsights/v20210401/watchlistItem.js +2 -2
  752. package/securityinsights/v20210901preview/aaddataConnector.js +2 -2
  753. package/securityinsights/v20210901preview/aatpdataConnector.js +2 -2
  754. package/securityinsights/v20210901preview/action.js +2 -2
  755. package/securityinsights/v20210901preview/activityCustomEntityQuery.js +2 -2
  756. package/securityinsights/v20210901preview/alertRule.js +2 -2
  757. package/securityinsights/v20210901preview/anomalies.js +2 -2
  758. package/securityinsights/v20210901preview/ascdataConnector.js +2 -2
  759. package/securityinsights/v20210901preview/automationRule.js +2 -2
  760. package/securityinsights/v20210901preview/awsCloudTrailDataConnector.js +2 -2
  761. package/securityinsights/v20210901preview/awsS3DataConnector.js +2 -2
  762. package/securityinsights/v20210901preview/bookmark.js +2 -2
  763. package/securityinsights/v20210901preview/bookmarkRelation.js +2 -2
  764. package/securityinsights/v20210901preview/codelessApiPollingDataConnector.js +2 -2
  765. package/securityinsights/v20210901preview/codelessUiDataConnector.js +2 -2
  766. package/securityinsights/v20210901preview/dataConnector.js +2 -2
  767. package/securityinsights/v20210901preview/dynamics365DataConnector.js +2 -2
  768. package/securityinsights/v20210901preview/entityAnalytics.js +2 -2
  769. package/securityinsights/v20210901preview/entityQuery.js +2 -2
  770. package/securityinsights/v20210901preview/eyesOn.js +2 -2
  771. package/securityinsights/v20210901preview/fusionAlertRule.js +2 -2
  772. package/securityinsights/v20210901preview/incident.js +2 -2
  773. package/securityinsights/v20210901preview/incidentComment.js +2 -2
  774. package/securityinsights/v20210901preview/incidentRelation.js +2 -2
  775. package/securityinsights/v20210901preview/mcasdataConnector.js +2 -2
  776. package/securityinsights/v20210901preview/mdatpdataConnector.js +2 -2
  777. package/securityinsights/v20210901preview/metadata.js +2 -2
  778. package/securityinsights/v20210901preview/microsoftSecurityIncidentCreationAlertRule.js +2 -2
  779. package/securityinsights/v20210901preview/mlbehaviorAnalyticsAlertRule.js +2 -2
  780. package/securityinsights/v20210901preview/mstidataConnector.js +2 -2
  781. package/securityinsights/v20210901preview/mtpdataConnector.js +2 -2
  782. package/securityinsights/v20210901preview/nrtAlertRule.js +2 -2
  783. package/securityinsights/v20210901preview/officeATPDataConnector.js +2 -2
  784. package/securityinsights/v20210901preview/officeDataConnector.js +2 -2
  785. package/securityinsights/v20210901preview/officeIRMDataConnector.js +2 -2
  786. package/securityinsights/v20210901preview/productSetting.js +2 -2
  787. package/securityinsights/v20210901preview/scheduledAlertRule.js +2 -2
  788. package/securityinsights/v20210901preview/sentinelOnboardingState.js +2 -2
  789. package/securityinsights/v20210901preview/sourceControl.js +2 -2
  790. package/securityinsights/v20210901preview/threatIntelligenceAlertRule.js +2 -2
  791. package/securityinsights/v20210901preview/threatIntelligenceIndicator.js +2 -2
  792. package/securityinsights/v20210901preview/tiTaxiiDataConnector.js +2 -2
  793. package/securityinsights/v20210901preview/tidataConnector.js +2 -2
  794. package/securityinsights/v20210901preview/ueba.js +2 -2
  795. package/securityinsights/v20210901preview/watchlist.js +2 -2
  796. package/securityinsights/v20210901preview/watchlistItem.js +2 -2
  797. package/securityinsights/v20211001/aaddataConnector.js +2 -2
  798. package/securityinsights/v20211001/aatpdataConnector.js +2 -2
  799. package/securityinsights/v20211001/action.js +2 -2
  800. package/securityinsights/v20211001/alertRule.js +2 -2
  801. package/securityinsights/v20211001/ascdataConnector.js +2 -2
  802. package/securityinsights/v20211001/automationRule.js +2 -2
  803. package/securityinsights/v20211001/awsCloudTrailDataConnector.js +2 -2
  804. package/securityinsights/v20211001/bookmark.js +2 -2
  805. package/securityinsights/v20211001/dataConnector.js +2 -2
  806. package/securityinsights/v20211001/fusionAlertRule.js +2 -2
  807. package/securityinsights/v20211001/incident.js +2 -2
  808. package/securityinsights/v20211001/incidentComment.js +2 -2
  809. package/securityinsights/v20211001/incidentRelation.js +2 -2
  810. package/securityinsights/v20211001/mcasdataConnector.js +2 -2
  811. package/securityinsights/v20211001/mdatpdataConnector.js +2 -2
  812. package/securityinsights/v20211001/microsoftSecurityIncidentCreationAlertRule.js +2 -2
  813. package/securityinsights/v20211001/officeDataConnector.js +2 -2
  814. package/securityinsights/v20211001/scheduledAlertRule.js +2 -2
  815. package/securityinsights/v20211001/sentinelOnboardingState.js +2 -2
  816. package/securityinsights/v20211001/threatIntelligenceIndicator.js +2 -2
  817. package/securityinsights/v20211001/tidataConnector.js +2 -2
  818. package/securityinsights/v20211001/watchlist.js +2 -2
  819. package/securityinsights/v20211001/watchlistItem.js +2 -2
  820. package/securityinsights/v20211001preview/aaddataConnector.js +2 -2
  821. package/securityinsights/v20211001preview/aatpdataConnector.js +2 -2
  822. package/securityinsights/v20211001preview/action.js +2 -2
  823. package/securityinsights/v20211001preview/activityCustomEntityQuery.js +2 -2
  824. package/securityinsights/v20211001preview/alertRule.js +2 -2
  825. package/securityinsights/v20211001preview/anomalies.js +2 -2
  826. package/securityinsights/v20211001preview/ascdataConnector.js +2 -2
  827. package/securityinsights/v20211001preview/automationRule.js +2 -2
  828. package/securityinsights/v20211001preview/awsCloudTrailDataConnector.js +2 -2
  829. package/securityinsights/v20211001preview/awsS3DataConnector.js +2 -2
  830. package/securityinsights/v20211001preview/bookmark.js +2 -2
  831. package/securityinsights/v20211001preview/bookmarkRelation.js +2 -2
  832. package/securityinsights/v20211001preview/codelessApiPollingDataConnector.js +2 -2
  833. package/securityinsights/v20211001preview/codelessUiDataConnector.js +2 -2
  834. package/securityinsights/v20211001preview/dataConnector.js +2 -2
  835. package/securityinsights/v20211001preview/dynamics365DataConnector.js +2 -2
  836. package/securityinsights/v20211001preview/entityAnalytics.js +2 -2
  837. package/securityinsights/v20211001preview/entityQuery.js +2 -2
  838. package/securityinsights/v20211001preview/eyesOn.js +2 -2
  839. package/securityinsights/v20211001preview/fusionAlertRule.js +2 -2
  840. package/securityinsights/v20211001preview/incident.js +2 -2
  841. package/securityinsights/v20211001preview/incidentComment.js +2 -2
  842. package/securityinsights/v20211001preview/incidentRelation.js +2 -2
  843. package/securityinsights/v20211001preview/mcasdataConnector.js +2 -2
  844. package/securityinsights/v20211001preview/mdatpdataConnector.js +2 -2
  845. package/securityinsights/v20211001preview/metadata.js +2 -2
  846. package/securityinsights/v20211001preview/microsoftSecurityIncidentCreationAlertRule.js +2 -2
  847. package/securityinsights/v20211001preview/mlbehaviorAnalyticsAlertRule.js +2 -2
  848. package/securityinsights/v20211001preview/mstidataConnector.js +2 -2
  849. package/securityinsights/v20211001preview/mtpdataConnector.js +2 -2
  850. package/securityinsights/v20211001preview/nrtAlertRule.js +2 -2
  851. package/securityinsights/v20211001preview/office365ProjectDataConnector.js +2 -2
  852. package/securityinsights/v20211001preview/officeATPDataConnector.js +2 -2
  853. package/securityinsights/v20211001preview/officeDataConnector.js +2 -2
  854. package/securityinsights/v20211001preview/officeIRMDataConnector.js +2 -2
  855. package/securityinsights/v20211001preview/officePowerBIDataConnector.js +2 -2
  856. package/securityinsights/v20211001preview/productSetting.js +2 -2
  857. package/securityinsights/v20211001preview/scheduledAlertRule.js +2 -2
  858. package/securityinsights/v20211001preview/sentinelOnboardingState.js +2 -2
  859. package/securityinsights/v20211001preview/sourceControl.js +2 -2
  860. package/securityinsights/v20211001preview/threatIntelligenceAlertRule.js +2 -2
  861. package/securityinsights/v20211001preview/threatIntelligenceIndicator.js +2 -2
  862. package/securityinsights/v20211001preview/tiTaxiiDataConnector.js +2 -2
  863. package/securityinsights/v20211001preview/tidataConnector.js +2 -2
  864. package/securityinsights/v20211001preview/ueba.js +2 -2
  865. package/securityinsights/v20211001preview/watchlist.js +2 -2
  866. package/securityinsights/v20211001preview/watchlistItem.js +2 -2
  867. package/securityinsights/v20220101preview/aaddataConnector.js +2 -2
  868. package/securityinsights/v20220101preview/aatpdataConnector.js +2 -2
  869. package/securityinsights/v20220101preview/action.js +2 -2
  870. package/securityinsights/v20220101preview/activityCustomEntityQuery.js +2 -2
  871. package/securityinsights/v20220101preview/alertRule.js +2 -2
  872. package/securityinsights/v20220101preview/anomalies.js +2 -2
  873. package/securityinsights/v20220101preview/ascdataConnector.js +2 -2
  874. package/securityinsights/v20220101preview/automationRule.js +2 -2
  875. package/securityinsights/v20220101preview/awsCloudTrailDataConnector.js +2 -2
  876. package/securityinsights/v20220101preview/awsS3DataConnector.js +2 -2
  877. package/securityinsights/v20220101preview/bookmark.js +2 -2
  878. package/securityinsights/v20220101preview/bookmarkRelation.js +2 -2
  879. package/securityinsights/v20220101preview/codelessApiPollingDataConnector.js +2 -2
  880. package/securityinsights/v20220101preview/codelessUiDataConnector.js +2 -2
  881. package/securityinsights/v20220101preview/dataConnector.js +2 -2
  882. package/securityinsights/v20220101preview/dynamics365DataConnector.js +2 -2
  883. package/securityinsights/v20220101preview/entityAnalytics.js +2 -2
  884. package/securityinsights/v20220101preview/entityQuery.js +2 -2
  885. package/securityinsights/v20220101preview/eyesOn.js +2 -2
  886. package/securityinsights/v20220101preview/fusionAlertRule.js +2 -2
  887. package/securityinsights/v20220101preview/incident.js +2 -2
  888. package/securityinsights/v20220101preview/incidentComment.js +2 -2
  889. package/securityinsights/v20220101preview/incidentRelation.js +2 -2
  890. package/securityinsights/v20220101preview/ioTDataConnector.js +2 -2
  891. package/securityinsights/v20220101preview/mcasdataConnector.js +2 -2
  892. package/securityinsights/v20220101preview/mdatpdataConnector.js +2 -2
  893. package/securityinsights/v20220101preview/metadata.js +2 -2
  894. package/securityinsights/v20220101preview/microsoftSecurityIncidentCreationAlertRule.js +2 -2
  895. package/securityinsights/v20220101preview/mlbehaviorAnalyticsAlertRule.js +2 -2
  896. package/securityinsights/v20220101preview/mstidataConnector.js +2 -2
  897. package/securityinsights/v20220101preview/mtpdataConnector.js +2 -2
  898. package/securityinsights/v20220101preview/nrtAlertRule.js +2 -2
  899. package/securityinsights/v20220101preview/office365ProjectDataConnector.js +2 -2
  900. package/securityinsights/v20220101preview/officeATPDataConnector.js +2 -2
  901. package/securityinsights/v20220101preview/officeDataConnector.js +2 -2
  902. package/securityinsights/v20220101preview/officeIRMDataConnector.js +2 -2
  903. package/securityinsights/v20220101preview/officePowerBIDataConnector.js +2 -2
  904. package/securityinsights/v20220101preview/productSetting.js +2 -2
  905. package/securityinsights/v20220101preview/scheduledAlertRule.js +2 -2
  906. package/securityinsights/v20220101preview/sentinelOnboardingState.js +2 -2
  907. package/securityinsights/v20220101preview/sourceControl.js +2 -2
  908. package/securityinsights/v20220101preview/threatIntelligenceAlertRule.js +2 -2
  909. package/securityinsights/v20220101preview/threatIntelligenceIndicator.js +2 -2
  910. package/securityinsights/v20220101preview/tiTaxiiDataConnector.js +2 -2
  911. package/securityinsights/v20220101preview/tidataConnector.js +2 -2
  912. package/securityinsights/v20220101preview/ueba.js +2 -2
  913. package/securityinsights/v20220101preview/watchlist.js +2 -2
  914. package/securityinsights/v20220101preview/watchlistItem.js +2 -2
  915. package/securityinsights/v20220401preview/aaddataConnector.js +2 -2
  916. package/securityinsights/v20220401preview/aatpdataConnector.js +2 -2
  917. package/securityinsights/v20220401preview/action.js +2 -2
  918. package/securityinsights/v20220401preview/activityCustomEntityQuery.js +2 -2
  919. package/securityinsights/v20220401preview/alertRule.js +2 -2
  920. package/securityinsights/v20220401preview/anomalies.js +2 -2
  921. package/securityinsights/v20220401preview/ascdataConnector.js +2 -2
  922. package/securityinsights/v20220401preview/automationRule.js +2 -2
  923. package/securityinsights/v20220401preview/awsCloudTrailDataConnector.js +2 -2
  924. package/securityinsights/v20220401preview/awsS3DataConnector.js +2 -2
  925. package/securityinsights/v20220401preview/bookmark.js +2 -2
  926. package/securityinsights/v20220401preview/bookmarkRelation.js +2 -2
  927. package/securityinsights/v20220401preview/codelessApiPollingDataConnector.js +2 -2
  928. package/securityinsights/v20220401preview/codelessUiDataConnector.js +2 -2
  929. package/securityinsights/v20220401preview/dataConnector.js +2 -2
  930. package/securityinsights/v20220401preview/dynamics365DataConnector.js +2 -2
  931. package/securityinsights/v20220401preview/entityAnalytics.js +2 -2
  932. package/securityinsights/v20220401preview/entityQuery.js +2 -2
  933. package/securityinsights/v20220401preview/eyesOn.js +2 -2
  934. package/securityinsights/v20220401preview/fusionAlertRule.js +2 -2
  935. package/securityinsights/v20220401preview/incident.js +2 -2
  936. package/securityinsights/v20220401preview/incidentComment.js +2 -2
  937. package/securityinsights/v20220401preview/incidentRelation.js +2 -2
  938. package/securityinsights/v20220401preview/ioTDataConnector.js +2 -2
  939. package/securityinsights/v20220401preview/mcasdataConnector.js +2 -2
  940. package/securityinsights/v20220401preview/mdatpdataConnector.js +2 -2
  941. package/securityinsights/v20220401preview/metadata.js +2 -2
  942. package/securityinsights/v20220401preview/microsoftSecurityIncidentCreationAlertRule.js +2 -2
  943. package/securityinsights/v20220401preview/mlbehaviorAnalyticsAlertRule.js +2 -2
  944. package/securityinsights/v20220401preview/mstidataConnector.js +2 -2
  945. package/securityinsights/v20220401preview/mtpdataConnector.js +2 -2
  946. package/securityinsights/v20220401preview/nrtAlertRule.js +2 -2
  947. package/securityinsights/v20220401preview/office365ProjectDataConnector.js +2 -2
  948. package/securityinsights/v20220401preview/officeATPDataConnector.js +2 -2
  949. package/securityinsights/v20220401preview/officeDataConnector.js +2 -2
  950. package/securityinsights/v20220401preview/officeIRMDataConnector.js +2 -2
  951. package/securityinsights/v20220401preview/officePowerBIDataConnector.js +2 -2
  952. package/securityinsights/v20220401preview/productSetting.js +2 -2
  953. package/securityinsights/v20220401preview/scheduledAlertRule.js +2 -2
  954. package/securityinsights/v20220401preview/sentinelOnboardingState.js +2 -2
  955. package/securityinsights/v20220401preview/sourceControl.js +2 -2
  956. package/securityinsights/v20220401preview/threatIntelligenceAlertRule.js +2 -2
  957. package/securityinsights/v20220401preview/threatIntelligenceIndicator.js +2 -2
  958. package/securityinsights/v20220401preview/tiTaxiiDataConnector.js +2 -2
  959. package/securityinsights/v20220401preview/tidataConnector.js +2 -2
  960. package/securityinsights/v20220401preview/ueba.js +2 -2
  961. package/securityinsights/v20220401preview/watchlist.js +2 -2
  962. package/securityinsights/v20220401preview/watchlistItem.js +2 -2
  963. package/securityinsights/v20220501preview/aaddataConnector.js +2 -2
  964. package/securityinsights/v20220501preview/aatpdataConnector.js +2 -2
  965. package/securityinsights/v20220501preview/action.js +2 -2
  966. package/securityinsights/v20220501preview/activityCustomEntityQuery.js +2 -2
  967. package/securityinsights/v20220501preview/alertRule.js +2 -2
  968. package/securityinsights/v20220501preview/anomalies.js +2 -2
  969. package/securityinsights/v20220501preview/anomalySecurityMLAnalyticsSettings.js +2 -2
  970. package/securityinsights/v20220501preview/ascdataConnector.js +2 -2
  971. package/securityinsights/v20220501preview/automationRule.js +2 -2
  972. package/securityinsights/v20220501preview/awsCloudTrailDataConnector.js +2 -2
  973. package/securityinsights/v20220501preview/awsS3DataConnector.js +2 -2
  974. package/securityinsights/v20220501preview/bookmark.js +2 -2
  975. package/securityinsights/v20220501preview/bookmarkRelation.js +2 -2
  976. package/securityinsights/v20220501preview/codelessApiPollingDataConnector.js +2 -2
  977. package/securityinsights/v20220501preview/codelessUiDataConnector.js +2 -2
  978. package/securityinsights/v20220501preview/dataConnector.js +2 -2
  979. package/securityinsights/v20220501preview/dynamics365DataConnector.js +2 -2
  980. package/securityinsights/v20220501preview/entityAnalytics.js +2 -2
  981. package/securityinsights/v20220501preview/entityQuery.js +2 -2
  982. package/securityinsights/v20220501preview/eyesOn.js +2 -2
  983. package/securityinsights/v20220501preview/fusionAlertRule.js +2 -2
  984. package/securityinsights/v20220501preview/incident.js +2 -2
  985. package/securityinsights/v20220501preview/incidentComment.js +2 -2
  986. package/securityinsights/v20220501preview/incidentRelation.js +2 -2
  987. package/securityinsights/v20220501preview/ioTDataConnector.js +2 -2
  988. package/securityinsights/v20220501preview/mcasdataConnector.js +2 -2
  989. package/securityinsights/v20220501preview/mdatpdataConnector.js +2 -2
  990. package/securityinsights/v20220501preview/metadata.js +2 -2
  991. package/securityinsights/v20220501preview/microsoftSecurityIncidentCreationAlertRule.js +2 -2
  992. package/securityinsights/v20220501preview/mlbehaviorAnalyticsAlertRule.js +2 -2
  993. package/securityinsights/v20220501preview/mstidataConnector.js +2 -2
  994. package/securityinsights/v20220501preview/mtpdataConnector.js +2 -2
  995. package/securityinsights/v20220501preview/nrtAlertRule.js +2 -2
  996. package/securityinsights/v20220501preview/office365ProjectDataConnector.js +2 -2
  997. package/securityinsights/v20220501preview/officeATPDataConnector.js +2 -2
  998. package/securityinsights/v20220501preview/officeDataConnector.js +2 -2
  999. package/securityinsights/v20220501preview/officeIRMDataConnector.js +2 -2
  1000. package/securityinsights/v20220501preview/officePowerBIDataConnector.js +2 -2
  1001. package/securityinsights/v20220501preview/productSetting.js +2 -2
  1002. package/securityinsights/v20220501preview/scheduledAlertRule.js +2 -2
  1003. package/securityinsights/v20220501preview/securityMLAnalyticsSetting.js +2 -2
  1004. package/securityinsights/v20220501preview/sentinelOnboardingState.js +2 -2
  1005. package/securityinsights/v20220501preview/sourceControl.js +2 -2
  1006. package/securityinsights/v20220501preview/threatIntelligenceAlertRule.js +2 -2
  1007. package/securityinsights/v20220501preview/threatIntelligenceIndicator.js +2 -2
  1008. package/securityinsights/v20220501preview/tiTaxiiDataConnector.js +2 -2
  1009. package/securityinsights/v20220501preview/tidataConnector.js +2 -2
  1010. package/securityinsights/v20220501preview/ueba.js +2 -2
  1011. package/securityinsights/v20220501preview/watchlist.js +2 -2
  1012. package/securityinsights/v20220501preview/watchlistItem.js +2 -2
  1013. package/securityinsights/v20220601preview/aaddataConnector.js +2 -2
  1014. package/securityinsights/v20220601preview/aatpdataConnector.js +2 -2
  1015. package/securityinsights/v20220601preview/action.js +2 -2
  1016. package/securityinsights/v20220601preview/activityCustomEntityQuery.js +2 -2
  1017. package/securityinsights/v20220601preview/alertRule.js +2 -2
  1018. package/securityinsights/v20220601preview/anomalies.js +2 -2
  1019. package/securityinsights/v20220601preview/anomalySecurityMLAnalyticsSettings.js +2 -2
  1020. package/securityinsights/v20220601preview/ascdataConnector.js +2 -2
  1021. package/securityinsights/v20220601preview/automationRule.js +2 -2
  1022. package/securityinsights/v20220601preview/awsCloudTrailDataConnector.js +2 -2
  1023. package/securityinsights/v20220601preview/awsS3DataConnector.js +2 -2
  1024. package/securityinsights/v20220601preview/bookmark.js +2 -2
  1025. package/securityinsights/v20220601preview/bookmarkRelation.js +2 -2
  1026. package/securityinsights/v20220601preview/codelessApiPollingDataConnector.js +2 -2
  1027. package/securityinsights/v20220601preview/codelessUiDataConnector.js +2 -2
  1028. package/securityinsights/v20220601preview/dataConnector.js +2 -2
  1029. package/securityinsights/v20220601preview/dynamics365DataConnector.js +2 -2
  1030. package/securityinsights/v20220601preview/entityAnalytics.js +2 -2
  1031. package/securityinsights/v20220601preview/entityQuery.js +2 -2
  1032. package/securityinsights/v20220601preview/eyesOn.js +2 -2
  1033. package/securityinsights/v20220601preview/fusionAlertRule.js +2 -2
  1034. package/securityinsights/v20220601preview/incident.js +2 -2
  1035. package/securityinsights/v20220601preview/incidentComment.js +2 -2
  1036. package/securityinsights/v20220601preview/incidentRelation.js +2 -2
  1037. package/securityinsights/v20220601preview/ioTDataConnector.js +2 -2
  1038. package/securityinsights/v20220601preview/mcasdataConnector.js +2 -2
  1039. package/securityinsights/v20220601preview/mdatpdataConnector.js +2 -2
  1040. package/securityinsights/v20220601preview/metadata.js +2 -2
  1041. package/securityinsights/v20220601preview/microsoftSecurityIncidentCreationAlertRule.js +2 -2
  1042. package/securityinsights/v20220601preview/mlbehaviorAnalyticsAlertRule.js +2 -2
  1043. package/securityinsights/v20220601preview/mstidataConnector.js +2 -2
  1044. package/securityinsights/v20220601preview/mtpdataConnector.js +2 -2
  1045. package/securityinsights/v20220601preview/nrtAlertRule.js +2 -2
  1046. package/securityinsights/v20220601preview/office365ProjectDataConnector.js +2 -2
  1047. package/securityinsights/v20220601preview/officeATPDataConnector.js +2 -2
  1048. package/securityinsights/v20220601preview/officeDataConnector.js +2 -2
  1049. package/securityinsights/v20220601preview/officeIRMDataConnector.js +2 -2
  1050. package/securityinsights/v20220601preview/officePowerBIDataConnector.js +2 -2
  1051. package/securityinsights/v20220601preview/productSetting.js +2 -2
  1052. package/securityinsights/v20220601preview/scheduledAlertRule.js +2 -2
  1053. package/securityinsights/v20220601preview/securityMLAnalyticsSetting.js +2 -2
  1054. package/securityinsights/v20220601preview/sentinelOnboardingState.js +2 -2
  1055. package/securityinsights/v20220601preview/sourceControl.js +2 -2
  1056. package/securityinsights/v20220601preview/threatIntelligenceAlertRule.js +2 -2
  1057. package/securityinsights/v20220601preview/threatIntelligenceIndicator.js +2 -2
  1058. package/securityinsights/v20220601preview/tiTaxiiDataConnector.js +2 -2
  1059. package/securityinsights/v20220601preview/tidataConnector.js +2 -2
  1060. package/securityinsights/v20220601preview/ueba.js +2 -2
  1061. package/securityinsights/v20220601preview/watchlist.js +2 -2
  1062. package/securityinsights/v20220601preview/watchlistItem.js +2 -2
  1063. package/securityinsights/v20220701preview/aaddataConnector.d.ts +88 -0
  1064. package/securityinsights/v20220701preview/aaddataConnector.js +85 -0
  1065. package/securityinsights/v20220701preview/aatpdataConnector.d.ts +88 -0
  1066. package/securityinsights/v20220701preview/aatpdataConnector.js +85 -0
  1067. package/securityinsights/v20220701preview/action.d.ts +82 -0
  1068. package/securityinsights/v20220701preview/action.js +88 -0
  1069. package/securityinsights/v20220701preview/activityCustomEntityQuery.d.ts +156 -0
  1070. package/securityinsights/v20220701preview/activityCustomEntityQuery.js +100 -0
  1071. package/securityinsights/v20220701preview/alertRule.d.ts +73 -0
  1072. package/securityinsights/v20220701preview/alertRule.js +83 -0
  1073. package/securityinsights/v20220701preview/anomalies.d.ts +76 -0
  1074. package/securityinsights/v20220701preview/anomalies.js +80 -0
  1075. package/securityinsights/v20220701preview/anomalySecurityMLAnalyticsSettings.d.ts +180 -0
  1076. package/securityinsights/v20220701preview/anomalySecurityMLAnalyticsSettings.js +124 -0
  1077. package/securityinsights/v20220701preview/ascdataConnector.d.ts +88 -0
  1078. package/securityinsights/v20220701preview/ascdataConnector.js +82 -0
  1079. package/securityinsights/v20220701preview/automationRule.d.ts +107 -0
  1080. package/securityinsights/v20220701preview/automationRule.js +98 -0
  1081. package/securityinsights/v20220701preview/awsCloudTrailDataConnector.d.ts +88 -0
  1082. package/securityinsights/v20220701preview/awsCloudTrailDataConnector.js +85 -0
  1083. package/securityinsights/v20220701preview/awsS3DataConnector.d.ts +104 -0
  1084. package/securityinsights/v20220701preview/awsS3DataConnector.js +98 -0
  1085. package/securityinsights/v20220701preview/bookmark.d.ts +190 -0
  1086. package/securityinsights/v20220701preview/bookmark.js +111 -0
  1087. package/securityinsights/v20220701preview/bookmarkRelation.d.ts +86 -0
  1088. package/securityinsights/v20220701preview/bookmarkRelation.js +88 -0
  1089. package/securityinsights/v20220701preview/codelessApiPollingDataConnector.d.ts +88 -0
  1090. package/securityinsights/v20220701preview/codelessApiPollingDataConnector.js +82 -0
  1091. package/securityinsights/v20220701preview/codelessUiDataConnector.d.ts +80 -0
  1092. package/securityinsights/v20220701preview/codelessUiDataConnector.js +80 -0
  1093. package/securityinsights/v20220701preview/dataConnector.d.ts +73 -0
  1094. package/securityinsights/v20220701preview/dataConnector.js +83 -0
  1095. package/securityinsights/v20220701preview/dynamics365DataConnector.d.ts +88 -0
  1096. package/securityinsights/v20220701preview/dynamics365DataConnector.js +88 -0
  1097. package/securityinsights/v20220701preview/entityAnalytics.d.ts +80 -0
  1098. package/securityinsights/v20220701preview/entityAnalytics.js +80 -0
  1099. package/securityinsights/v20220701preview/entityQuery.d.ts +73 -0
  1100. package/securityinsights/v20220701preview/entityQuery.js +83 -0
  1101. package/securityinsights/v20220701preview/eyesOn.d.ts +76 -0
  1102. package/securityinsights/v20220701preview/eyesOn.js +80 -0
  1103. package/securityinsights/v20220701preview/fusionAlertRule.d.ts +128 -0
  1104. package/securityinsights/v20220701preview/fusionAlertRule.js +104 -0
  1105. package/securityinsights/v20220701preview/getAADDataConnector.d.ts +73 -0
  1106. package/securityinsights/v20220701preview/getAADDataConnector.js +27 -0
  1107. package/securityinsights/v20220701preview/getAATPDataConnector.d.ts +73 -0
  1108. package/securityinsights/v20220701preview/getAATPDataConnector.js +27 -0
  1109. package/securityinsights/v20220701preview/getASCDataConnector.d.ts +73 -0
  1110. package/securityinsights/v20220701preview/getASCDataConnector.js +27 -0
  1111. package/securityinsights/v20220701preview/getAction.d.ts +76 -0
  1112. package/securityinsights/v20220701preview/getAction.js +28 -0
  1113. package/securityinsights/v20220701preview/getActivityCustomEntityQuery.d.ts +111 -0
  1114. package/securityinsights/v20220701preview/getActivityCustomEntityQuery.js +27 -0
  1115. package/securityinsights/v20220701preview/getAlertRule.d.ts +65 -0
  1116. package/securityinsights/v20220701preview/getAlertRule.js +29 -0
  1117. package/securityinsights/v20220701preview/getAnomalies.d.ts +69 -0
  1118. package/securityinsights/v20220701preview/getAnomalies.js +27 -0
  1119. package/securityinsights/v20220701preview/getAnomalySecurityMLAnalyticsSettings.d.ts +121 -0
  1120. package/securityinsights/v20220701preview/getAnomalySecurityMLAnalyticsSettings.js +27 -0
  1121. package/securityinsights/v20220701preview/getAutomationRule.d.ts +86 -0
  1122. package/securityinsights/v20220701preview/getAutomationRule.js +24 -0
  1123. package/securityinsights/v20220701preview/getAwsCloudTrailDataConnector.d.ts +73 -0
  1124. package/securityinsights/v20220701preview/getAwsCloudTrailDataConnector.js +27 -0
  1125. package/securityinsights/v20220701preview/getAwsS3DataConnector.d.ts +81 -0
  1126. package/securityinsights/v20220701preview/getAwsS3DataConnector.js +27 -0
  1127. package/securityinsights/v20220701preview/getBookmark.d.ts +124 -0
  1128. package/securityinsights/v20220701preview/getBookmark.js +27 -0
  1129. package/securityinsights/v20220701preview/getBookmarkRelation.d.ts +84 -0
  1130. package/securityinsights/v20220701preview/getBookmarkRelation.js +28 -0
  1131. package/securityinsights/v20220701preview/getCodelessApiPollingDataConnector.d.ts +73 -0
  1132. package/securityinsights/v20220701preview/getCodelessApiPollingDataConnector.js +27 -0
  1133. package/securityinsights/v20220701preview/getCodelessUiDataConnector.d.ts +69 -0
  1134. package/securityinsights/v20220701preview/getCodelessUiDataConnector.js +27 -0
  1135. package/securityinsights/v20220701preview/getDataConnector.d.ts +65 -0
  1136. package/securityinsights/v20220701preview/getDataConnector.js +29 -0
  1137. package/securityinsights/v20220701preview/getDynamics365DataConnector.d.ts +73 -0
  1138. package/securityinsights/v20220701preview/getDynamics365DataConnector.js +27 -0
  1139. package/securityinsights/v20220701preview/getEntitiesGetTimeline.d.ts +80 -0
  1140. package/securityinsights/v20220701preview/getEntitiesGetTimeline.js +31 -0
  1141. package/securityinsights/v20220701preview/getEntityAnalytics.d.ts +69 -0
  1142. package/securityinsights/v20220701preview/getEntityAnalytics.js +27 -0
  1143. package/securityinsights/v20220701preview/getEntityInsights.d.ts +80 -0
  1144. package/securityinsights/v20220701preview/getEntityInsights.js +31 -0
  1145. package/securityinsights/v20220701preview/getEntityQuery.d.ts +65 -0
  1146. package/securityinsights/v20220701preview/getEntityQuery.js +29 -0
  1147. package/securityinsights/v20220701preview/getEyesOn.d.ts +69 -0
  1148. package/securityinsights/v20220701preview/getEyesOn.js +27 -0
  1149. package/securityinsights/v20220701preview/getFusionAlertRule.d.ts +105 -0
  1150. package/securityinsights/v20220701preview/getFusionAlertRule.js +27 -0
  1151. package/securityinsights/v20220701preview/getIncident.d.ts +140 -0
  1152. package/securityinsights/v20220701preview/getIncident.js +27 -0
  1153. package/securityinsights/v20220701preview/getIncidentComment.d.ts +84 -0
  1154. package/securityinsights/v20220701preview/getIncidentComment.js +28 -0
  1155. package/securityinsights/v20220701preview/getIncidentRelation.d.ts +84 -0
  1156. package/securityinsights/v20220701preview/getIncidentRelation.js +28 -0
  1157. package/securityinsights/v20220701preview/getIoTDataConnector.d.ts +73 -0
  1158. package/securityinsights/v20220701preview/getIoTDataConnector.js +27 -0
  1159. package/securityinsights/v20220701preview/getMCASDataConnector.d.ts +73 -0
  1160. package/securityinsights/v20220701preview/getMCASDataConnector.js +27 -0
  1161. package/securityinsights/v20220701preview/getMDATPDataConnector.d.ts +73 -0
  1162. package/securityinsights/v20220701preview/getMDATPDataConnector.js +27 -0
  1163. package/securityinsights/v20220701preview/getMLBehaviorAnalyticsAlertRule.d.ts +97 -0
  1164. package/securityinsights/v20220701preview/getMLBehaviorAnalyticsAlertRule.js +27 -0
  1165. package/securityinsights/v20220701preview/getMSTIDataConnector.d.ts +73 -0
  1166. package/securityinsights/v20220701preview/getMSTIDataConnector.js +27 -0
  1167. package/securityinsights/v20220701preview/getMTPDataConnector.d.ts +73 -0
  1168. package/securityinsights/v20220701preview/getMTPDataConnector.js +27 -0
  1169. package/securityinsights/v20220701preview/getMetadata.d.ts +136 -0
  1170. package/securityinsights/v20220701preview/getMetadata.js +27 -0
  1171. package/securityinsights/v20220701preview/getMicrosoftSecurityIncidentCreationAlertRule.d.ts +101 -0
  1172. package/securityinsights/v20220701preview/getMicrosoftSecurityIncidentCreationAlertRule.js +27 -0
  1173. package/securityinsights/v20220701preview/getNrtAlertRule.d.ts +131 -0
  1174. package/securityinsights/v20220701preview/getNrtAlertRule.js +27 -0
  1175. package/securityinsights/v20220701preview/getOffice365ProjectDataConnector.d.ts +73 -0
  1176. package/securityinsights/v20220701preview/getOffice365ProjectDataConnector.js +27 -0
  1177. package/securityinsights/v20220701preview/getOfficeATPDataConnector.d.ts +73 -0
  1178. package/securityinsights/v20220701preview/getOfficeATPDataConnector.js +27 -0
  1179. package/securityinsights/v20220701preview/getOfficeDataConnector.d.ts +73 -0
  1180. package/securityinsights/v20220701preview/getOfficeDataConnector.js +27 -0
  1181. package/securityinsights/v20220701preview/getOfficeIRMDataConnector.d.ts +73 -0
  1182. package/securityinsights/v20220701preview/getOfficeIRMDataConnector.js +27 -0
  1183. package/securityinsights/v20220701preview/getOfficePowerBIDataConnector.d.ts +73 -0
  1184. package/securityinsights/v20220701preview/getOfficePowerBIDataConnector.js +27 -0
  1185. package/securityinsights/v20220701preview/getProductSetting.d.ts +65 -0
  1186. package/securityinsights/v20220701preview/getProductSetting.js +29 -0
  1187. package/securityinsights/v20220701preview/getScheduledAlertRule.d.ts +151 -0
  1188. package/securityinsights/v20220701preview/getScheduledAlertRule.js +27 -0
  1189. package/securityinsights/v20220701preview/getSecurityMLAnalyticsSetting.d.ts +65 -0
  1190. package/securityinsights/v20220701preview/getSecurityMLAnalyticsSetting.js +29 -0
  1191. package/securityinsights/v20220701preview/getSentinelOnboardingState.d.ts +64 -0
  1192. package/securityinsights/v20220701preview/getSentinelOnboardingState.js +27 -0
  1193. package/securityinsights/v20220701preview/getSourceControl.d.ts +92 -0
  1194. package/securityinsights/v20220701preview/getSourceControl.js +27 -0
  1195. package/securityinsights/v20220701preview/getTIDataConnector.d.ts +77 -0
  1196. package/securityinsights/v20220701preview/getTIDataConnector.js +27 -0
  1197. package/securityinsights/v20220701preview/getThreatIntelligenceAlertRule.d.ts +97 -0
  1198. package/securityinsights/v20220701preview/getThreatIntelligenceAlertRule.js +27 -0
  1199. package/securityinsights/v20220701preview/getThreatIntelligenceIndicator.d.ts +64 -0
  1200. package/securityinsights/v20220701preview/getThreatIntelligenceIndicator.js +27 -0
  1201. package/securityinsights/v20220701preview/getTiTaxiiDataConnector.d.ts +105 -0
  1202. package/securityinsights/v20220701preview/getTiTaxiiDataConnector.js +27 -0
  1203. package/securityinsights/v20220701preview/getUeba.d.ts +69 -0
  1204. package/securityinsights/v20220701preview/getUeba.js +27 -0
  1205. package/securityinsights/v20220701preview/getWatchlist.d.ts +144 -0
  1206. package/securityinsights/v20220701preview/getWatchlist.js +27 -0
  1207. package/securityinsights/v20220701preview/getWatchlistItem.d.ts +108 -0
  1208. package/securityinsights/v20220701preview/getWatchlistItem.js +28 -0
  1209. package/securityinsights/v20220701preview/incident.d.ts +194 -0
  1210. package/securityinsights/v20220701preview/incident.js +122 -0
  1211. package/securityinsights/v20220701preview/incidentComment.d.ts +86 -0
  1212. package/securityinsights/v20220701preview/incidentComment.js +88 -0
  1213. package/securityinsights/v20220701preview/incidentRelation.d.ts +86 -0
  1214. package/securityinsights/v20220701preview/incidentRelation.js +88 -0
  1215. package/securityinsights/v20220701preview/index.d.ts +104 -0
  1216. package/securityinsights/v20220701preview/index.js +288 -0
  1217. package/securityinsights/v20220701preview/ioTDataConnector.d.ts +88 -0
  1218. package/securityinsights/v20220701preview/ioTDataConnector.js +82 -0
  1219. package/securityinsights/v20220701preview/listSourceControlRepositories.d.ts +40 -0
  1220. package/securityinsights/v20220701preview/listSourceControlRepositories.js +26 -0
  1221. package/securityinsights/v20220701preview/mcasdataConnector.d.ts +88 -0
  1222. package/securityinsights/v20220701preview/mcasdataConnector.js +88 -0
  1223. package/securityinsights/v20220701preview/mdatpdataConnector.d.ts +88 -0
  1224. package/securityinsights/v20220701preview/mdatpdataConnector.js +85 -0
  1225. package/securityinsights/v20220701preview/metadata.d.ts +214 -0
  1226. package/securityinsights/v20220701preview/metadata.js +117 -0
  1227. package/securityinsights/v20220701preview/microsoftSecurityIncidentCreationAlertRule.d.ts +140 -0
  1228. package/securityinsights/v20220701preview/microsoftSecurityIncidentCreationAlertRule.js +105 -0
  1229. package/securityinsights/v20220701preview/mlbehaviorAnalyticsAlertRule.d.ts +112 -0
  1230. package/securityinsights/v20220701preview/mlbehaviorAnalyticsAlertRule.js +100 -0
  1231. package/securityinsights/v20220701preview/mstidataConnector.d.ts +88 -0
  1232. package/securityinsights/v20220701preview/mstidataConnector.js +88 -0
  1233. package/securityinsights/v20220701preview/mtpdataConnector.d.ts +88 -0
  1234. package/securityinsights/v20220701preview/mtpdataConnector.js +88 -0
  1235. package/securityinsights/v20220701preview/nrtAlertRule.d.ts +200 -0
  1236. package/securityinsights/v20220701preview/nrtAlertRule.js +128 -0
  1237. package/securityinsights/v20220701preview/office365ProjectDataConnector.d.ts +88 -0
  1238. package/securityinsights/v20220701preview/office365ProjectDataConnector.js +88 -0
  1239. package/securityinsights/v20220701preview/officeATPDataConnector.d.ts +88 -0
  1240. package/securityinsights/v20220701preview/officeATPDataConnector.js +85 -0
  1241. package/securityinsights/v20220701preview/officeDataConnector.d.ts +88 -0
  1242. package/securityinsights/v20220701preview/officeDataConnector.js +88 -0
  1243. package/securityinsights/v20220701preview/officeIRMDataConnector.d.ts +88 -0
  1244. package/securityinsights/v20220701preview/officeIRMDataConnector.js +85 -0
  1245. package/securityinsights/v20220701preview/officePowerBIDataConnector.d.ts +88 -0
  1246. package/securityinsights/v20220701preview/officePowerBIDataConnector.js +88 -0
  1247. package/securityinsights/v20220701preview/productSetting.d.ts +73 -0
  1248. package/securityinsights/v20220701preview/productSetting.js +83 -0
  1249. package/securityinsights/v20220701preview/scheduledAlertRule.d.ts +240 -0
  1250. package/securityinsights/v20220701preview/scheduledAlertRule.js +150 -0
  1251. package/securityinsights/v20220701preview/securityMLAnalyticsSetting.d.ts +73 -0
  1252. package/securityinsights/v20220701preview/securityMLAnalyticsSetting.js +83 -0
  1253. package/securityinsights/v20220701preview/sentinelOnboardingState.d.ts +70 -0
  1254. package/securityinsights/v20220701preview/sentinelOnboardingState.js +75 -0
  1255. package/securityinsights/v20220701preview/sourceControl.d.ts +130 -0
  1256. package/securityinsights/v20220701preview/sourceControl.js +102 -0
  1257. package/securityinsights/v20220701preview/threatIntelligenceAlertRule.d.ts +112 -0
  1258. package/securityinsights/v20220701preview/threatIntelligenceAlertRule.js +100 -0
  1259. package/securityinsights/v20220701preview/threatIntelligenceIndicator.d.ts +183 -0
  1260. package/securityinsights/v20220701preview/threatIntelligenceIndicator.js +105 -0
  1261. package/securityinsights/v20220701preview/tiTaxiiDataConnector.d.ts +152 -0
  1262. package/securityinsights/v20220701preview/tiTaxiiDataConnector.js +107 -0
  1263. package/securityinsights/v20220701preview/tidataConnector.d.ts +96 -0
  1264. package/securityinsights/v20220701preview/tidataConnector.js +90 -0
  1265. package/securityinsights/v20220701preview/ueba.d.ts +80 -0
  1266. package/securityinsights/v20220701preview/ueba.js +80 -0
  1267. package/securityinsights/v20220701preview/watchlist.d.ts +226 -0
  1268. package/securityinsights/v20220701preview/watchlist.js +123 -0
  1269. package/securityinsights/v20220701preview/watchlistItem.d.ts +142 -0
  1270. package/securityinsights/v20220701preview/watchlistItem.js +99 -0
  1271. package/securityinsights/watchlist.js +2 -2
  1272. package/securityinsights/watchlistItem.js +2 -2
  1273. package/streamanalytics/v20200301/getOutput.d.ts +1 -1
  1274. package/streamanalytics/v20200301/output.d.ts +2 -2
  1275. package/streamanalytics/v20200301/streamingJob.js +3 -2
  1276. package/streamanalytics/v20211001preview/streamingJob.js +3 -2
  1277. package/synapse/v20210601/getSqlPoolVulnerabilityAssessment.d.ts +4 -0
  1278. package/synapse/v20210601/getSqlPoolVulnerabilityAssessment.js +1 -1
  1279. package/synapse/v20210601/sqlPoolVulnerabilityAssessment.d.ts +4 -0
  1280. package/synapse/v20210601/sqlPoolVulnerabilityAssessment.js +2 -1
  1281. package/types/enums/authorization/index.d.ts +2 -1
  1282. package/types/enums/authorization/index.js +4 -2
  1283. package/types/enums/authorization/v20211201preview/index.d.ts +37 -0
  1284. package/types/enums/authorization/v20211201preview/index.js +27 -0
  1285. package/types/enums/communication/index.d.ts +2 -1
  1286. package/types/enums/communication/index.js +4 -2
  1287. package/types/enums/communication/v20220701preview/index.d.ts +17 -0
  1288. package/types/enums/communication/v20220701preview/index.js +15 -0
  1289. package/types/enums/connectedvmwarevsphere/index.d.ts +2 -1
  1290. package/types/enums/connectedvmwarevsphere/index.js +4 -2
  1291. package/types/enums/connectedvmwarevsphere/v20220110preview/index.d.ts +101 -0
  1292. package/types/enums/connectedvmwarevsphere/v20220110preview/index.js +67 -0
  1293. package/types/enums/databricks/index.d.ts +10 -1
  1294. package/types/enums/databricks/index.js +8 -2
  1295. package/types/enums/databricks/v20220401preview/index.d.ts +50 -0
  1296. package/types/enums/databricks/v20220401preview/index.js +32 -0
  1297. package/types/enums/desktopvirtualization/index.d.ts +12 -1
  1298. package/types/enums/desktopvirtualization/index.js +13 -2
  1299. package/types/enums/desktopvirtualization/v20220401preview/index.d.ts +208 -0
  1300. package/types/enums/desktopvirtualization/v20220401preview/index.js +137 -0
  1301. package/types/enums/elasticsan/index.d.ts +5 -28
  1302. package/types/enums/elasticsan/index.js +6 -29
  1303. package/types/enums/elasticsan/v20211120preview/index.d.ts +5 -28
  1304. package/types/enums/elasticsan/v20211120preview/index.js +6 -29
  1305. package/types/enums/hybridcompute/index.d.ts +2 -1
  1306. package/types/enums/hybridcompute/index.js +4 -2
  1307. package/types/enums/hybridcompute/v20220510preview/index.d.ts +48 -0
  1308. package/types/enums/hybridcompute/v20220510preview/index.js +34 -0
  1309. package/types/enums/insights/index.d.ts +2 -1
  1310. package/types/enums/insights/index.js +5 -3
  1311. package/types/enums/insights/v20220615/index.d.ts +9 -0
  1312. package/types/enums/insights/v20220615/index.js +11 -0
  1313. package/types/enums/keyvault/index.d.ts +2 -1
  1314. package/types/enums/keyvault/index.js +4 -2
  1315. package/types/enums/keyvault/v20220701/index.d.ts +203 -0
  1316. package/types/enums/keyvault/v20220701/index.js +145 -0
  1317. package/types/enums/maintenance/index.d.ts +2 -1
  1318. package/types/enums/maintenance/index.js +4 -2
  1319. package/types/enums/maintenance/v20220701preview/index.d.ts +65 -0
  1320. package/types/enums/maintenance/v20220701preview/index.js +55 -0
  1321. package/types/enums/network/index.d.ts +2 -1
  1322. package/types/enums/network/index.js +7 -5
  1323. package/types/enums/network/v20220701/index.d.ts +16 -0
  1324. package/types/enums/network/v20220701/index.js +14 -0
  1325. package/types/enums/recoveryservices/v20220401/index.d.ts +1 -1
  1326. package/types/enums/security/index.d.ts +12 -1
  1327. package/types/enums/security/index.js +10 -2
  1328. package/types/enums/security/v20220701preview/index.d.ts +10 -0
  1329. package/types/enums/security/v20220701preview/index.js +12 -0
  1330. package/types/enums/securityinsights/index.d.ts +2 -1
  1331. package/types/enums/securityinsights/index.js +4 -2
  1332. package/types/enums/securityinsights/v20220701preview/index.d.ts +1045 -0
  1333. package/types/enums/securityinsights/v20220701preview/index.js +872 -0
  1334. package/types/enums/servicefabricmesh/index.d.ts +1 -1
  1335. package/types/enums/servicefabricmesh/index.js +1 -1
  1336. package/types/enums/servicefabricmesh/v20180901preview/index.d.ts +1 -1
  1337. package/types/enums/servicefabricmesh/v20180901preview/index.js +1 -1
  1338. package/types/enums/servicelinker/v20220501/index.d.ts +1 -0
  1339. package/types/enums/servicelinker/v20220501/index.js +2 -1
  1340. package/types/enums/streamanalytics/v20211001preview/index.d.ts +8 -0
  1341. package/types/enums/streamanalytics/v20211001preview/index.js +6 -2
  1342. package/types/input.d.ts +3897 -500
  1343. package/types/input.js +125 -3
  1344. package/types/output.d.ts +5823 -847
  1345. 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
- $ npm install @pulumi/azure-native
25
+ npm install @pulumi/azure-native
26
26
 
27
27
  or `yarn`:
28
28
 
29
- $ yarn add @pulumi/azure-native
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
- $ pip install pulumi_azure_native
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
- $ go get github.com/pulumi/pulumi-azure-native/sdk
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
- $ dotnet add package Pulumi.AzureNative
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
- ### Dependencies
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjZXNzUmV2aWV3SGlzdG9yeURlZmluaXRpb25CeUlkLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vYXV0aG9yaXphdGlvbi9hY2Nlc3NSZXZpZXdIaXN0b3J5RGVmaW5pdGlvbkJ5SWQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFFekMsMENBQTBDO0FBRTFDOzs7R0FHRztBQUNILE1BQWEsaUNBQWtDLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFvR3hFOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQTRDLEVBQUUsSUFBbUM7UUFDdkcsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLGNBQWMsQ0FBQyxXQUFXLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNoRSxjQUFjLENBQUMsYUFBYSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDcEUsY0FBYyxDQUFDLFNBQVMsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzVELGNBQWMsQ0FBQyxxQkFBcUIsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLG1CQUFtQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDcEYsY0FBYyxDQUFDLFdBQVcsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ2hFLGNBQWMsQ0FBQyxVQUFVLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM5RCxjQUFjLENBQUMscUJBQXFCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ3BGLGNBQWMsQ0FBQyxRQUFRLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUMxRCxjQUFjLENBQUMsV0FBVyxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDaEUsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ3RELGNBQWMsQ0FBQyxpQkFBaUIsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDdEQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLGFBQWEsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDbEQsY0FBYyxDQUFDLGVBQWUsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDcEQsY0FBYyxDQUFDLGVBQWUsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDcEQsY0FBYyxDQUFDLGdDQUFnQyxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUNyRSxjQUFjLENBQUMsa0NBQWtDLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ3ZFLGNBQWMsQ0FBQyxRQUFRLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzdDLGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDM0Q7YUFBTTtZQUNILGNBQWMsQ0FBQyxpQkFBaUIsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDdEQsY0FBYyxDQUFDLFdBQVcsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDaEQsY0FBYyxDQUFDLGFBQWEsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDbEQsY0FBYyxDQUFDLFNBQVMsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDOUMsY0FBYyxDQUFDLFdBQVcsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDaEQsY0FBYyxDQUFDLFVBQVUsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDL0MsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLHFCQUFxQixDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMxRCxjQUFjLENBQUMsYUFBYSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUNsRCxjQUFjLENBQUMsZUFBZSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUNwRCxjQUFjLENBQUMsZUFBZSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUNwRCxjQUFjLENBQUMsZ0NBQWdDLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ3JFLGNBQWMsQ0FBQyxrQ0FBa0MsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDdkUsY0FBYyxDQUFDLFFBQVEsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDN0MsY0FBYyxDQUFDLFdBQVcsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDaEQsY0FBYyxDQUFDLFFBQVEsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDN0MsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLG1CQUFtQixDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztTQUMzRDtRQUNELElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksQ0FBQyxDQUFDO1FBQ25FLE1BQU0sU0FBUyxHQUFHLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxJQUFJLEVBQUUsK0VBQStFLEVBQUUsQ0FBQyxFQUFFLENBQUM7UUFDM0gsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsSUFBSSxFQUFFLFNBQVMsQ0FBQyxDQUFDO1FBQzVDLEtBQUssQ0FBQyxpQ0FBaUMsQ0FBQyxZQUFZLEVBQUUsSUFBSSxFQUFFLGNBQWMsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUN0RixDQUFDO0lBekpEOzs7Ozs7O09BT0c7SUFDSSxNQUFNLENBQUMsR0FBRyxDQUFDLElBQVksRUFBRSxFQUEyQixFQUFFLElBQW1DO1FBQzVGLE9BQU8sSUFBSSxpQ0FBaUMsQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUM5RixDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssaUNBQWlDLENBQUMsWUFBWSxDQUFDO0lBQ2xGLENBQUM7O0FBekJMLDhFQTJKQztBQTlJRyxnQkFBZ0I7QUFDTyw4Q0FBWSxHQUFHLDhEQUE4RCxDQUFDIn0=
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjZXNzUmV2aWV3U2NoZWR1bGVEZWZpbml0aW9uQnlJZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2F1dGhvcml6YXRpb24vYWNjZXNzUmV2aWV3U2NoZWR1bGVEZWZpbml0aW9uQnlJZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsd0VBQXdFO0FBQ3hFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUV6QywwQ0FBMEM7QUFFMUM7OztHQUdHO0FBQ0gsTUFBYSxrQ0FBbUMsU0FBUSxNQUFNLENBQUMsY0FBYztJQW9KekU7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBNkMsRUFBRSxJQUFtQztRQUN4RyxJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsY0FBYyxDQUFDLDJCQUEyQixDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMseUJBQXlCLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNoRyxjQUFjLENBQUMsaUJBQWlCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM1RSxjQUFjLENBQUMsaUJBQWlCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM1RSxjQUFjLENBQUMsd0JBQXdCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxzQkFBc0IsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzFGLGNBQWMsQ0FBQyxzQkFBc0IsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLG9CQUFvQixDQUFDLENBQUMsQ0FBQyxTQUFTLENB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
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==
@@ -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
- 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, };
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, };
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9hdXRob3JpemF0aW9uL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7Ozs7Ozs7Ozs7Ozs7OztBQUVqRix5Q0FBeUM7QUFDekMsMENBQTBDO0FBRTFDLGtCQUFrQjtBQUNsQixzRUFBb0Q7QUFDcEQsdUVBQXFEO0FBQ3JELHlFQUF1RDtBQUN2RCwwRUFBd0Q7QUFDeEQsb0RBQWtDO0FBQ2xDLG1EQUFpQztBQUNqQywwRUFBd0Q7QUFDeEQscUVBQW1EO0FBQ25ELHlFQUF1RDtBQUN2RCw2REFBMkM7QUFDM0Msd0RBQXNDO0FBQ3RDLHdEQUFzQztBQUN0Qyx5RUFBdUQ7QUFDdkQsdURBQXFDO0FBQ3JDLDJEQUF5QztBQUN6Qyw0RUFBMEQ7QUFDMUQsOERBQTRDO0FBQzVDLHFFQUFtRDtBQUNuRCxzREFBb0M7QUFDcEMsc0RBQW9DO0FBQ3BDLHNFQUFvRDtBQUNwRCx1RUFBcUQ7QUFDckQsa0VBQWdEO0FBQ2hELHNFQUFvRDtBQUNwRCwwREFBd0M7QUFDeEMscURBQW1DO0FBQ25DLHFEQUFtQztBQUNuQyxzRUFBb0Q7QUFDcEQsb0RBQWtDO0FBQ2xDLHdEQUFzQztBQUN0Qyx5RUFBdUQ7QUFDdkQsMkRBQXlDO0FBQ3pDLGtFQUFnRDtBQUNoRCxtREFBaUM7QUFDakMsbURBQWlDO0FBQ2pDLG1FQUFpRDtBQUVqRCxnQkFBZ0I7QUFDaEIsK0RBQTZDO0FBRTdDLHNCQUFzQjtBQUN0Qix5Q0FBeUM7QUFnQ3JDLDhCQUFTO0FBL0JiLHlDQUF5QztBQWdDckMsOEJBQVM7QUEvQmIsdURBQXVEO0FBZ0NuRCw0Q0FBZ0I7QUEvQnBCLHlDQUF5QztBQWdDckMsOEJBQVM7QUEvQmIseUNBQXlDO0FBZ0NyQyw4QkFBUztBQS9CYix5Q0FBeUM7QUFnQ3JDLDhCQUFTO0FBL0JiLHlDQUF5QztBQWdDckMsOEJBQVM7QUEvQmIsdURBQXVEO0FB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
196
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9hdXRob3JpemF0aW9uL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7Ozs7Ozs7Ozs7Ozs7OztBQUVqRix5Q0FBeUM7QUFDekMsMENBQTBDO0FBRTFDLGtCQUFrQjtBQUNsQixzRUFBb0Q7QUFDcEQsdUVBQXFEO0FBQ3JELHlFQUF1RDtBQUN2RCwwRUFBd0Q7QUFDeEQsb0RBQWtDO0FBQ2xDLG1EQUFpQztBQUNqQywwRUFBd0Q7QUFDeEQscUVBQW1EO0FBQ25ELHlFQUF1RDtBQUN2RCw2REFBMkM7QUFDM0Msd0RBQXNDO0FBQ3RDLHdEQUFzQztBQUN0Qyx5RUFBdUQ7QUFDdkQsdURBQXFDO0FBQ3JDLDJEQUF5QztBQUN6Qyw0RUFBMEQ7QUFDMUQsOERBQTRDO0FBQzVDLHFFQUFtRDtBQUNuRCxzREFBb0M7QUFDcEMsc0RBQW9DO0FBQ3BDLHNFQUFvRDtBQUNwRCw4RUFBNEQ7QUFDNUQsK0VBQTZEO0FBQzdELHVFQUFxRDtBQUNyRCxrRUFBZ0Q7QUFDaEQsc0VBQW9EO0FBQ3BELDBEQUF3QztBQUN4QyxxREFBbUM7QUFDbkMscURBQW1DO0FBQ25DLHNFQUFvRDtBQUNwRCxvREFBa0M7QUFDbEMsd0RBQXNDO0FBQ3RDLHlFQUF1RDtBQUN2RCwyREFBeUM7QUFDekMsa0VBQWdEO0FBQ2hELG1EQUFpQztBQUNqQyxtREFBaUM7QUFDakMsbUVBQWlEO0FBQ2pELDJFQUF5RDtBQUN6RCw0RUFBMEQ7QUFFMUQsZ0JBQWdCO0FBQ2hCLCtEQUE2QztBQUU3QyxzQkFBc0I7QUFDdEIseUNBQXlDO0FBaUNyQyw4QkFBUztBQWhDYix5Q0FBeUM7QUFpQ3JDLDhCQUFTO0FBaENiLHVEQUF1RDtBQWlDbkQsNENBQWdCO0FBaENwQix5Q0FBeUM7QUFpQ3JDLDhCQUFTO0FBaENiLHlDQUF5QztBQWlDckMsOEJBQVM7QUFoQ2IseUNBQXlDO0FB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