@azure/arm-monitor 7.0.1-alpha.20220413.1 → 8.0.0-beta.1

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 (479) hide show
  1. package/CHANGELOG.md +74 -8
  2. package/LICENSE +1 -1
  3. package/README.md +12 -1
  4. package/dist/index.js +1492 -510
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.js +1 -1
  7. package/dist/index.min.js.map +1 -1
  8. package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtActionGroupResourceLevelSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtActionGroupResourceLevelSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtActionGroupResourceLevelSample.js +138 -0
  11. package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtActionGroupResourceLevelSample.js.map +1 -0
  12. package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtResourceGroupLevelSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtResourceGroupLevelSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtResourceGroupLevelSample.js +137 -0
  15. package/dist-esm/samples-dev/actionGroupsCreateNotificationsAtResourceGroupLevelSample.js.map +1 -0
  16. package/dist-esm/samples-dev/actionGroupsCreateOrUpdateSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/actionGroupsCreateOrUpdateSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/actionGroupsCreateOrUpdateSample.js +136 -0
  19. package/dist-esm/samples-dev/actionGroupsCreateOrUpdateSample.js.map +1 -0
  20. package/dist-esm/samples-dev/actionGroupsDeleteSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/actionGroupsDeleteSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/actionGroupsDeleteSample.js +31 -0
  23. package/dist-esm/samples-dev/actionGroupsDeleteSample.js.map +1 -0
  24. package/dist-esm/samples-dev/actionGroupsEnableReceiverSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/actionGroupsEnableReceiverSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/actionGroupsEnableReceiverSample.js +32 -0
  27. package/dist-esm/samples-dev/actionGroupsEnableReceiverSample.js.map +1 -0
  28. package/dist-esm/samples-dev/actionGroupsGetSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/actionGroupsGetSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/actionGroupsGetSample.js +31 -0
  31. package/dist-esm/samples-dev/actionGroupsGetSample.js.map +1 -0
  32. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtActionGroupResourceLevelSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtActionGroupResourceLevelSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtActionGroupResourceLevelSample.js +32 -0
  35. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtActionGroupResourceLevelSample.js.map +1 -0
  36. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtResourceGroupLevelSample.d.ts +2 -0
  37. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtResourceGroupLevelSample.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtResourceGroupLevelSample.js +31 -0
  39. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsAtResourceGroupLevelSample.js.map +1 -0
  40. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsSample.d.ts +2 -0
  41. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsSample.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsSample.js +30 -0
  43. package/dist-esm/samples-dev/actionGroupsGetTestNotificationsSample.js.map +1 -0
  44. package/dist-esm/samples-dev/actionGroupsListByResourceGroupSample.d.ts +2 -0
  45. package/dist-esm/samples-dev/actionGroupsListByResourceGroupSample.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/actionGroupsListByResourceGroupSample.js +44 -0
  47. package/dist-esm/samples-dev/actionGroupsListByResourceGroupSample.js.map +1 -0
  48. package/dist-esm/samples-dev/actionGroupsListBySubscriptionIdSample.d.ts +2 -0
  49. package/dist-esm/samples-dev/actionGroupsListBySubscriptionIdSample.d.ts.map +1 -0
  50. package/dist-esm/samples-dev/actionGroupsListBySubscriptionIdSample.js +43 -0
  51. package/dist-esm/samples-dev/actionGroupsListBySubscriptionIdSample.js.map +1 -0
  52. package/dist-esm/samples-dev/actionGroupsPostTestNotificationsSample.d.ts +2 -0
  53. package/dist-esm/samples-dev/actionGroupsPostTestNotificationsSample.d.ts.map +1 -0
  54. package/dist-esm/samples-dev/actionGroupsPostTestNotificationsSample.js +136 -0
  55. package/dist-esm/samples-dev/actionGroupsPostTestNotificationsSample.js.map +1 -0
  56. package/dist-esm/samples-dev/actionGroupsUpdateSample.d.ts +2 -0
  57. package/dist-esm/samples-dev/actionGroupsUpdateSample.d.ts.map +1 -0
  58. package/dist-esm/samples-dev/actionGroupsUpdateSample.js +35 -0
  59. package/dist-esm/samples-dev/actionGroupsUpdateSample.js.map +1 -0
  60. package/dist-esm/samples-dev/activityLogAlertsCreateOrUpdateSample.d.ts +2 -0
  61. package/dist-esm/samples-dev/activityLogAlertsCreateOrUpdateSample.d.ts.map +1 -0
  62. package/dist-esm/samples-dev/activityLogAlertsCreateOrUpdateSample.js +138 -0
  63. package/dist-esm/samples-dev/activityLogAlertsCreateOrUpdateSample.js.map +1 -0
  64. package/dist-esm/samples-dev/activityLogAlertsDeleteSample.d.ts +2 -0
  65. package/dist-esm/samples-dev/activityLogAlertsDeleteSample.d.ts.map +1 -0
  66. package/dist-esm/samples-dev/activityLogAlertsDeleteSample.js +31 -0
  67. package/dist-esm/samples-dev/activityLogAlertsDeleteSample.js.map +1 -0
  68. package/dist-esm/samples-dev/activityLogAlertsGetSample.d.ts +2 -0
  69. package/dist-esm/samples-dev/activityLogAlertsGetSample.d.ts.map +1 -0
  70. package/dist-esm/samples-dev/activityLogAlertsGetSample.js +31 -0
  71. package/dist-esm/samples-dev/activityLogAlertsGetSample.js.map +1 -0
  72. package/dist-esm/samples-dev/activityLogAlertsListByResourceGroupSample.d.ts +2 -0
  73. package/dist-esm/samples-dev/activityLogAlertsListByResourceGroupSample.d.ts.map +1 -0
  74. package/dist-esm/samples-dev/activityLogAlertsListByResourceGroupSample.js +44 -0
  75. package/dist-esm/samples-dev/activityLogAlertsListByResourceGroupSample.js.map +1 -0
  76. package/dist-esm/samples-dev/activityLogAlertsListBySubscriptionIdSample.d.ts +2 -0
  77. package/dist-esm/samples-dev/activityLogAlertsListBySubscriptionIdSample.d.ts.map +1 -0
  78. package/dist-esm/samples-dev/activityLogAlertsListBySubscriptionIdSample.js +43 -0
  79. package/dist-esm/samples-dev/activityLogAlertsListBySubscriptionIdSample.js.map +1 -0
  80. package/dist-esm/samples-dev/activityLogAlertsUpdateSample.d.ts +2 -0
  81. package/dist-esm/samples-dev/activityLogAlertsUpdateSample.d.ts.map +1 -0
  82. package/dist-esm/samples-dev/activityLogAlertsUpdateSample.js +35 -0
  83. package/dist-esm/samples-dev/activityLogAlertsUpdateSample.js.map +1 -0
  84. package/dist-esm/samples-dev/activityLogsListSample.d.ts +2 -0
  85. package/dist-esm/samples-dev/activityLogsListSample.d.ts.map +1 -0
  86. package/dist-esm/samples-dev/activityLogsListSample.js +77 -0
  87. package/dist-esm/samples-dev/activityLogsListSample.js.map +1 -0
  88. package/dist-esm/samples-dev/alertRuleIncidentsGetSample.d.ts +2 -0
  89. package/dist-esm/samples-dev/alertRuleIncidentsGetSample.d.ts.map +1 -0
  90. package/dist-esm/samples-dev/alertRuleIncidentsGetSample.js +32 -0
  91. package/dist-esm/samples-dev/alertRuleIncidentsGetSample.js.map +1 -0
  92. package/dist-esm/samples-dev/alertRuleIncidentsListByAlertRuleSample.d.ts +2 -0
  93. package/dist-esm/samples-dev/alertRuleIncidentsListByAlertRuleSample.d.ts.map +1 -0
  94. package/dist-esm/samples-dev/alertRuleIncidentsListByAlertRuleSample.js +45 -0
  95. package/dist-esm/samples-dev/alertRuleIncidentsListByAlertRuleSample.js.map +1 -0
  96. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.d.ts +2 -0
  97. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.d.ts.map +1 -0
  98. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.js +51 -0
  99. package/dist-esm/samples-dev/alertRulesCreateOrUpdateSample.js.map +1 -0
  100. package/dist-esm/samples-dev/alertRulesDeleteSample.d.ts +2 -0
  101. package/dist-esm/samples-dev/alertRulesDeleteSample.d.ts.map +1 -0
  102. package/dist-esm/samples-dev/alertRulesDeleteSample.js +31 -0
  103. package/dist-esm/samples-dev/alertRulesDeleteSample.js.map +1 -0
  104. package/dist-esm/samples-dev/alertRulesGetSample.d.ts +2 -0
  105. package/dist-esm/samples-dev/alertRulesGetSample.d.ts.map +1 -0
  106. package/dist-esm/samples-dev/alertRulesGetSample.js +31 -0
  107. package/dist-esm/samples-dev/alertRulesGetSample.js.map +1 -0
  108. package/dist-esm/samples-dev/alertRulesListByResourceGroupSample.d.ts +2 -0
  109. package/dist-esm/samples-dev/alertRulesListByResourceGroupSample.d.ts.map +1 -0
  110. package/dist-esm/samples-dev/alertRulesListByResourceGroupSample.js +44 -0
  111. package/dist-esm/samples-dev/alertRulesListByResourceGroupSample.js.map +1 -0
  112. package/dist-esm/samples-dev/alertRulesListBySubscriptionSample.d.ts +2 -0
  113. package/dist-esm/samples-dev/alertRulesListBySubscriptionSample.d.ts.map +1 -0
  114. package/dist-esm/samples-dev/alertRulesListBySubscriptionSample.js +43 -0
  115. package/dist-esm/samples-dev/alertRulesListBySubscriptionSample.js.map +1 -0
  116. package/dist-esm/samples-dev/alertRulesUpdateSample.d.ts +2 -0
  117. package/dist-esm/samples-dev/alertRulesUpdateSample.d.ts.map +1 -0
  118. package/dist-esm/samples-dev/alertRulesUpdateSample.js +52 -0
  119. package/dist-esm/samples-dev/alertRulesUpdateSample.js.map +1 -0
  120. package/dist-esm/samples-dev/autoscaleSettingsCreateOrUpdateSample.d.ts +2 -0
  121. package/dist-esm/samples-dev/autoscaleSettingsCreateOrUpdateSample.d.ts.map +1 -0
  122. package/dist-esm/samples-dev/autoscaleSettingsCreateOrUpdateSample.js +147 -0
  123. package/dist-esm/samples-dev/autoscaleSettingsCreateOrUpdateSample.js.map +1 -0
  124. package/dist-esm/samples-dev/autoscaleSettingsDeleteSample.d.ts +2 -0
  125. package/dist-esm/samples-dev/autoscaleSettingsDeleteSample.d.ts.map +1 -0
  126. package/dist-esm/samples-dev/autoscaleSettingsDeleteSample.js +31 -0
  127. package/dist-esm/samples-dev/autoscaleSettingsDeleteSample.js.map +1 -0
  128. package/dist-esm/samples-dev/autoscaleSettingsGetSample.d.ts +2 -0
  129. package/dist-esm/samples-dev/autoscaleSettingsGetSample.d.ts.map +1 -0
  130. package/dist-esm/samples-dev/autoscaleSettingsGetSample.js +31 -0
  131. package/dist-esm/samples-dev/autoscaleSettingsGetSample.js.map +1 -0
  132. package/dist-esm/samples-dev/autoscaleSettingsListByResourceGroupSample.d.ts +2 -0
  133. package/dist-esm/samples-dev/autoscaleSettingsListByResourceGroupSample.d.ts.map +1 -0
  134. package/dist-esm/samples-dev/autoscaleSettingsListByResourceGroupSample.js +44 -0
  135. package/dist-esm/samples-dev/autoscaleSettingsListByResourceGroupSample.js.map +1 -0
  136. package/dist-esm/samples-dev/autoscaleSettingsListBySubscriptionSample.d.ts +2 -0
  137. package/dist-esm/samples-dev/autoscaleSettingsListBySubscriptionSample.d.ts.map +1 -0
  138. package/dist-esm/samples-dev/autoscaleSettingsListBySubscriptionSample.js +43 -0
  139. package/dist-esm/samples-dev/autoscaleSettingsListBySubscriptionSample.js.map +1 -0
  140. package/dist-esm/samples-dev/autoscaleSettingsUpdateSample.d.ts +2 -0
  141. package/dist-esm/samples-dev/autoscaleSettingsUpdateSample.d.ts.map +1 -0
  142. package/dist-esm/samples-dev/autoscaleSettingsUpdateSample.js +148 -0
  143. package/dist-esm/samples-dev/autoscaleSettingsUpdateSample.js.map +1 -0
  144. package/dist-esm/samples-dev/baselinesListSample.d.ts +2 -0
  145. package/dist-esm/samples-dev/baselinesListSample.d.ts.map +1 -0
  146. package/dist-esm/samples-dev/baselinesListSample.js +54 -0
  147. package/dist-esm/samples-dev/baselinesListSample.js.map +1 -0
  148. package/dist-esm/samples-dev/dataCollectionEndpointsCreateSample.d.ts +2 -0
  149. package/dist-esm/samples-dev/dataCollectionEndpointsCreateSample.d.ts.map +1 -0
  150. package/dist-esm/samples-dev/dataCollectionEndpointsCreateSample.js +36 -0
  151. package/dist-esm/samples-dev/dataCollectionEndpointsCreateSample.js.map +1 -0
  152. package/dist-esm/samples-dev/dataCollectionEndpointsDeleteSample.d.ts +2 -0
  153. package/dist-esm/samples-dev/dataCollectionEndpointsDeleteSample.d.ts.map +1 -0
  154. package/dist-esm/samples-dev/dataCollectionEndpointsDeleteSample.js +31 -0
  155. package/dist-esm/samples-dev/dataCollectionEndpointsDeleteSample.js.map +1 -0
  156. package/dist-esm/samples-dev/dataCollectionEndpointsGetSample.d.ts +2 -0
  157. package/dist-esm/samples-dev/dataCollectionEndpointsGetSample.d.ts.map +1 -0
  158. package/dist-esm/samples-dev/dataCollectionEndpointsGetSample.js +31 -0
  159. package/dist-esm/samples-dev/dataCollectionEndpointsGetSample.js.map +1 -0
  160. package/dist-esm/samples-dev/dataCollectionEndpointsListByResourceGroupSample.d.ts +2 -0
  161. package/dist-esm/samples-dev/dataCollectionEndpointsListByResourceGroupSample.d.ts.map +1 -0
  162. package/dist-esm/samples-dev/dataCollectionEndpointsListByResourceGroupSample.js +44 -0
  163. package/dist-esm/samples-dev/dataCollectionEndpointsListByResourceGroupSample.js.map +1 -0
  164. package/dist-esm/samples-dev/dataCollectionEndpointsListBySubscriptionSample.d.ts +2 -0
  165. package/dist-esm/samples-dev/dataCollectionEndpointsListBySubscriptionSample.d.ts.map +1 -0
  166. package/dist-esm/samples-dev/dataCollectionEndpointsListBySubscriptionSample.js +43 -0
  167. package/dist-esm/samples-dev/dataCollectionEndpointsListBySubscriptionSample.js.map +1 -0
  168. package/dist-esm/samples-dev/dataCollectionEndpointsUpdateSample.d.ts +2 -0
  169. package/dist-esm/samples-dev/dataCollectionEndpointsUpdateSample.d.ts.map +1 -0
  170. package/dist-esm/samples-dev/dataCollectionEndpointsUpdateSample.js +33 -0
  171. package/dist-esm/samples-dev/dataCollectionEndpointsUpdateSample.js.map +1 -0
  172. package/dist-esm/samples-dev/dataCollectionRuleAssociationsCreateSample.d.ts +2 -0
  173. package/dist-esm/samples-dev/dataCollectionRuleAssociationsCreateSample.d.ts.map +1 -0
  174. package/dist-esm/samples-dev/dataCollectionRuleAssociationsCreateSample.js +35 -0
  175. package/dist-esm/samples-dev/dataCollectionRuleAssociationsCreateSample.js.map +1 -0
  176. package/dist-esm/samples-dev/dataCollectionRuleAssociationsDeleteSample.d.ts +2 -0
  177. package/dist-esm/samples-dev/dataCollectionRuleAssociationsDeleteSample.d.ts.map +1 -0
  178. package/dist-esm/samples-dev/dataCollectionRuleAssociationsDeleteSample.js +31 -0
  179. package/dist-esm/samples-dev/dataCollectionRuleAssociationsDeleteSample.js.map +1 -0
  180. package/dist-esm/samples-dev/dataCollectionRuleAssociationsGetSample.d.ts +2 -0
  181. package/dist-esm/samples-dev/dataCollectionRuleAssociationsGetSample.d.ts.map +1 -0
  182. package/dist-esm/samples-dev/dataCollectionRuleAssociationsGetSample.js +31 -0
  183. package/dist-esm/samples-dev/dataCollectionRuleAssociationsGetSample.js.map +1 -0
  184. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByDataCollectionEndpointSample.d.ts +2 -0
  185. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByDataCollectionEndpointSample.d.ts.map +1 -0
  186. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByDataCollectionEndpointSample.js +45 -0
  187. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByDataCollectionEndpointSample.js.map +1 -0
  188. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByResourceSample.d.ts +2 -0
  189. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByResourceSample.d.ts.map +1 -0
  190. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByResourceSample.js +44 -0
  191. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByResourceSample.js.map +1 -0
  192. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByRuleSample.d.ts +2 -0
  193. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByRuleSample.d.ts.map +1 -0
  194. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByRuleSample.js +45 -0
  195. package/dist-esm/samples-dev/dataCollectionRuleAssociationsListByRuleSample.js.map +1 -0
  196. package/dist-esm/samples-dev/dataCollectionRulesCreateSample.d.ts +2 -0
  197. package/dist-esm/samples-dev/dataCollectionRulesCreateSample.d.ts.map +1 -0
  198. package/dist-esm/samples-dev/dataCollectionRulesCreateSample.js +103 -0
  199. package/dist-esm/samples-dev/dataCollectionRulesCreateSample.js.map +1 -0
  200. package/dist-esm/samples-dev/dataCollectionRulesDeleteSample.d.ts +2 -0
  201. package/dist-esm/samples-dev/dataCollectionRulesDeleteSample.d.ts.map +1 -0
  202. package/dist-esm/samples-dev/dataCollectionRulesDeleteSample.js +31 -0
  203. package/dist-esm/samples-dev/dataCollectionRulesDeleteSample.js.map +1 -0
  204. package/dist-esm/samples-dev/dataCollectionRulesGetSample.d.ts +2 -0
  205. package/dist-esm/samples-dev/dataCollectionRulesGetSample.d.ts.map +1 -0
  206. package/dist-esm/samples-dev/dataCollectionRulesGetSample.js +31 -0
  207. package/dist-esm/samples-dev/dataCollectionRulesGetSample.js.map +1 -0
  208. package/dist-esm/samples-dev/dataCollectionRulesListByResourceGroupSample.d.ts +2 -0
  209. package/dist-esm/samples-dev/dataCollectionRulesListByResourceGroupSample.d.ts.map +1 -0
  210. package/dist-esm/samples-dev/dataCollectionRulesListByResourceGroupSample.js +44 -0
  211. package/dist-esm/samples-dev/dataCollectionRulesListByResourceGroupSample.js.map +1 -0
  212. package/dist-esm/samples-dev/dataCollectionRulesListBySubscriptionSample.d.ts +2 -0
  213. package/dist-esm/samples-dev/dataCollectionRulesListBySubscriptionSample.d.ts.map +1 -0
  214. package/dist-esm/samples-dev/dataCollectionRulesListBySubscriptionSample.js +43 -0
  215. package/dist-esm/samples-dev/dataCollectionRulesListBySubscriptionSample.js.map +1 -0
  216. package/dist-esm/samples-dev/dataCollectionRulesUpdateSample.d.ts +2 -0
  217. package/dist-esm/samples-dev/dataCollectionRulesUpdateSample.d.ts.map +1 -0
  218. package/dist-esm/samples-dev/dataCollectionRulesUpdateSample.js +33 -0
  219. package/dist-esm/samples-dev/dataCollectionRulesUpdateSample.js.map +1 -0
  220. package/dist-esm/samples-dev/diagnosticSettingsCategoryGetSample.d.ts +2 -0
  221. package/dist-esm/samples-dev/diagnosticSettingsCategoryGetSample.d.ts.map +1 -0
  222. package/dist-esm/samples-dev/diagnosticSettingsCategoryGetSample.js +31 -0
  223. package/dist-esm/samples-dev/diagnosticSettingsCategoryGetSample.js.map +1 -0
  224. package/dist-esm/samples-dev/diagnosticSettingsCategoryListSample.d.ts +2 -0
  225. package/dist-esm/samples-dev/diagnosticSettingsCategoryListSample.d.ts.map +1 -0
  226. package/dist-esm/samples-dev/diagnosticSettingsCategoryListSample.js +30 -0
  227. package/dist-esm/samples-dev/diagnosticSettingsCategoryListSample.js.map +1 -0
  228. package/dist-esm/samples-dev/diagnosticSettingsCreateOrUpdateSample.d.ts +2 -0
  229. package/dist-esm/samples-dev/diagnosticSettingsCreateOrUpdateSample.d.ts.map +1 -0
  230. package/dist-esm/samples-dev/diagnosticSettingsCreateOrUpdateSample.js +52 -0
  231. package/dist-esm/samples-dev/diagnosticSettingsCreateOrUpdateSample.js.map +1 -0
  232. package/dist-esm/samples-dev/diagnosticSettingsDeleteSample.d.ts +2 -0
  233. package/dist-esm/samples-dev/diagnosticSettingsDeleteSample.d.ts.map +1 -0
  234. package/dist-esm/samples-dev/diagnosticSettingsDeleteSample.js +31 -0
  235. package/dist-esm/samples-dev/diagnosticSettingsDeleteSample.js.map +1 -0
  236. package/dist-esm/samples-dev/diagnosticSettingsGetSample.d.ts +2 -0
  237. package/dist-esm/samples-dev/diagnosticSettingsGetSample.d.ts.map +1 -0
  238. package/dist-esm/samples-dev/diagnosticSettingsGetSample.js +31 -0
  239. package/dist-esm/samples-dev/diagnosticSettingsGetSample.js.map +1 -0
  240. package/dist-esm/samples-dev/diagnosticSettingsListSample.d.ts +2 -0
  241. package/dist-esm/samples-dev/diagnosticSettingsListSample.d.ts.map +1 -0
  242. package/dist-esm/samples-dev/diagnosticSettingsListSample.js +30 -0
  243. package/dist-esm/samples-dev/diagnosticSettingsListSample.js.map +1 -0
  244. package/dist-esm/samples-dev/eventCategoriesListSample.d.ts +2 -0
  245. package/dist-esm/samples-dev/eventCategoriesListSample.d.ts.map +1 -0
  246. package/dist-esm/samples-dev/eventCategoriesListSample.js +43 -0
  247. package/dist-esm/samples-dev/eventCategoriesListSample.js.map +1 -0
  248. package/dist-esm/samples-dev/logProfilesCreateOrUpdateSample.d.ts +2 -0
  249. package/dist-esm/samples-dev/logProfilesCreateOrUpdateSample.d.ts.map +1 -0
  250. package/dist-esm/samples-dev/logProfilesCreateOrUpdateSample.js +39 -0
  251. package/dist-esm/samples-dev/logProfilesCreateOrUpdateSample.js.map +1 -0
  252. package/dist-esm/samples-dev/logProfilesDeleteSample.d.ts +2 -0
  253. package/dist-esm/samples-dev/logProfilesDeleteSample.d.ts.map +1 -0
  254. package/dist-esm/samples-dev/logProfilesDeleteSample.js +30 -0
  255. package/dist-esm/samples-dev/logProfilesDeleteSample.js.map +1 -0
  256. package/dist-esm/samples-dev/logProfilesGetSample.d.ts +2 -0
  257. package/dist-esm/samples-dev/logProfilesGetSample.d.ts.map +1 -0
  258. package/dist-esm/samples-dev/logProfilesGetSample.js +30 -0
  259. package/dist-esm/samples-dev/logProfilesGetSample.js.map +1 -0
  260. package/dist-esm/samples-dev/logProfilesListSample.d.ts +2 -0
  261. package/dist-esm/samples-dev/logProfilesListSample.d.ts.map +1 -0
  262. package/dist-esm/samples-dev/logProfilesListSample.js +43 -0
  263. package/dist-esm/samples-dev/logProfilesListSample.js.map +1 -0
  264. package/dist-esm/samples-dev/logProfilesUpdateSample.d.ts +2 -0
  265. package/dist-esm/samples-dev/logProfilesUpdateSample.d.ts.map +1 -0
  266. package/dist-esm/samples-dev/logProfilesUpdateSample.js +38 -0
  267. package/dist-esm/samples-dev/logProfilesUpdateSample.js.map +1 -0
  268. package/dist-esm/samples-dev/metricAlertsCreateOrUpdateSample.d.ts +2 -0
  269. package/dist-esm/samples-dev/metricAlertsCreateOrUpdateSample.d.ts.map +1 -0
  270. package/dist-esm/samples-dev/metricAlertsCreateOrUpdateSample.js +438 -0
  271. package/dist-esm/samples-dev/metricAlertsCreateOrUpdateSample.js.map +1 -0
  272. package/dist-esm/samples-dev/metricAlertsDeleteSample.d.ts +2 -0
  273. package/dist-esm/samples-dev/metricAlertsDeleteSample.d.ts.map +1 -0
  274. package/dist-esm/samples-dev/metricAlertsDeleteSample.js +31 -0
  275. package/dist-esm/samples-dev/metricAlertsDeleteSample.js.map +1 -0
  276. package/dist-esm/samples-dev/metricAlertsGetSample.d.ts +2 -0
  277. package/dist-esm/samples-dev/metricAlertsGetSample.d.ts.map +1 -0
  278. package/dist-esm/samples-dev/metricAlertsGetSample.js +139 -0
  279. package/dist-esm/samples-dev/metricAlertsGetSample.js.map +1 -0
  280. package/dist-esm/samples-dev/metricAlertsListByResourceGroupSample.d.ts +2 -0
  281. package/dist-esm/samples-dev/metricAlertsListByResourceGroupSample.d.ts.map +1 -0
  282. package/dist-esm/samples-dev/metricAlertsListByResourceGroupSample.js +44 -0
  283. package/dist-esm/samples-dev/metricAlertsListByResourceGroupSample.js.map +1 -0
  284. package/dist-esm/samples-dev/metricAlertsListBySubscriptionSample.d.ts +2 -0
  285. package/dist-esm/samples-dev/metricAlertsListBySubscriptionSample.d.ts.map +1 -0
  286. package/dist-esm/samples-dev/metricAlertsListBySubscriptionSample.js +43 -0
  287. package/dist-esm/samples-dev/metricAlertsListBySubscriptionSample.js.map +1 -0
  288. package/dist-esm/samples-dev/metricAlertsStatusListByNameSample.d.ts +2 -0
  289. package/dist-esm/samples-dev/metricAlertsStatusListByNameSample.d.ts.map +1 -0
  290. package/dist-esm/samples-dev/metricAlertsStatusListByNameSample.js +32 -0
  291. package/dist-esm/samples-dev/metricAlertsStatusListByNameSample.js.map +1 -0
  292. package/dist-esm/samples-dev/metricAlertsStatusListSample.d.ts +2 -0
  293. package/dist-esm/samples-dev/metricAlertsStatusListSample.d.ts.map +1 -0
  294. package/dist-esm/samples-dev/metricAlertsStatusListSample.js +31 -0
  295. package/dist-esm/samples-dev/metricAlertsStatusListSample.js.map +1 -0
  296. package/dist-esm/samples-dev/metricAlertsUpdateSample.d.ts +2 -0
  297. package/dist-esm/samples-dev/metricAlertsUpdateSample.d.ts.map +1 -0
  298. package/dist-esm/samples-dev/metricAlertsUpdateSample.js +63 -0
  299. package/dist-esm/samples-dev/metricAlertsUpdateSample.js.map +1 -0
  300. package/dist-esm/samples-dev/metricDefinitionsListSample.d.ts +2 -0
  301. package/dist-esm/samples-dev/metricDefinitionsListSample.d.ts.map +1 -0
  302. package/dist-esm/samples-dev/metricDefinitionsListSample.js +112 -0
  303. package/dist-esm/samples-dev/metricDefinitionsListSample.js.map +1 -0
  304. package/dist-esm/samples-dev/metricNamespacesListSample.d.ts +2 -0
  305. package/dist-esm/samples-dev/metricNamespacesListSample.d.ts.map +1 -0
  306. package/dist-esm/samples-dev/metricNamespacesListSample.js +46 -0
  307. package/dist-esm/samples-dev/metricNamespacesListSample.js.map +1 -0
  308. package/dist-esm/samples-dev/metricsListSample.d.ts +2 -0
  309. package/dist-esm/samples-dev/metricsListSample.d.ts.map +1 -0
  310. package/dist-esm/samples-dev/metricsListSample.js +108 -0
  311. package/dist-esm/samples-dev/metricsListSample.js.map +1 -0
  312. package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
  313. package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
  314. package/dist-esm/samples-dev/operationsListSample.js +29 -0
  315. package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
  316. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +2 -0
  317. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +1 -0
  318. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +38 -0
  319. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +1 -0
  320. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +2 -0
  321. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +1 -0
  322. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +32 -0
  323. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +1 -0
  324. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +2 -0
  325. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +1 -0
  326. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +32 -0
  327. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +1 -0
  328. package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.d.ts +2 -0
  329. package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.d.ts.map +1 -0
  330. package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.js +45 -0
  331. package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.js.map +1 -0
  332. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +2 -0
  333. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +1 -0
  334. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +32 -0
  335. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +1 -0
  336. package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.d.ts +2 -0
  337. package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.d.ts.map +1 -0
  338. package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.js +45 -0
  339. package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.js.map +1 -0
  340. package/dist-esm/samples-dev/privateLinkScopeOperationStatusGetSample.d.ts +2 -0
  341. package/dist-esm/samples-dev/privateLinkScopeOperationStatusGetSample.d.ts.map +1 -0
  342. package/dist-esm/samples-dev/privateLinkScopeOperationStatusGetSample.js +31 -0
  343. package/dist-esm/samples-dev/privateLinkScopeOperationStatusGetSample.js.map +1 -0
  344. package/dist-esm/samples-dev/privateLinkScopedResourcesCreateOrUpdateSample.d.ts +2 -0
  345. package/dist-esm/samples-dev/privateLinkScopedResourcesCreateOrUpdateSample.d.ts.map +1 -0
  346. package/dist-esm/samples-dev/privateLinkScopedResourcesCreateOrUpdateSample.js +35 -0
  347. package/dist-esm/samples-dev/privateLinkScopedResourcesCreateOrUpdateSample.js.map +1 -0
  348. package/dist-esm/samples-dev/privateLinkScopedResourcesDeleteSample.d.ts +2 -0
  349. package/dist-esm/samples-dev/privateLinkScopedResourcesDeleteSample.d.ts.map +1 -0
  350. package/dist-esm/samples-dev/privateLinkScopedResourcesDeleteSample.js +32 -0
  351. package/dist-esm/samples-dev/privateLinkScopedResourcesDeleteSample.js.map +1 -0
  352. package/dist-esm/samples-dev/privateLinkScopedResourcesGetSample.d.ts +2 -0
  353. package/dist-esm/samples-dev/privateLinkScopedResourcesGetSample.d.ts.map +1 -0
  354. package/dist-esm/samples-dev/privateLinkScopedResourcesGetSample.js +32 -0
  355. package/dist-esm/samples-dev/privateLinkScopedResourcesGetSample.js.map +1 -0
  356. package/dist-esm/samples-dev/privateLinkScopedResourcesListByPrivateLinkScopeSample.d.ts +2 -0
  357. package/dist-esm/samples-dev/privateLinkScopedResourcesListByPrivateLinkScopeSample.d.ts.map +1 -0
  358. package/dist-esm/samples-dev/privateLinkScopedResourcesListByPrivateLinkScopeSample.js +45 -0
  359. package/dist-esm/samples-dev/privateLinkScopedResourcesListByPrivateLinkScopeSample.js.map +1 -0
  360. package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.d.ts +2 -0
  361. package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.d.ts.map +1 -0
  362. package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.js +56 -0
  363. package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.js.map +1 -0
  364. package/dist-esm/samples-dev/privateLinkScopesDeleteSample.d.ts +2 -0
  365. package/dist-esm/samples-dev/privateLinkScopesDeleteSample.d.ts.map +1 -0
  366. package/dist-esm/samples-dev/privateLinkScopesDeleteSample.js +31 -0
  367. package/dist-esm/samples-dev/privateLinkScopesDeleteSample.js.map +1 -0
  368. package/dist-esm/samples-dev/privateLinkScopesGetSample.d.ts +2 -0
  369. package/dist-esm/samples-dev/privateLinkScopesGetSample.d.ts.map +1 -0
  370. package/dist-esm/samples-dev/privateLinkScopesGetSample.js +31 -0
  371. package/dist-esm/samples-dev/privateLinkScopesGetSample.js.map +1 -0
  372. package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.d.ts +2 -0
  373. package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.d.ts.map +1 -0
  374. package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.js +44 -0
  375. package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.js.map +1 -0
  376. package/dist-esm/samples-dev/privateLinkScopesListSample.d.ts +2 -0
  377. package/dist-esm/samples-dev/privateLinkScopesListSample.d.ts.map +1 -0
  378. package/dist-esm/samples-dev/privateLinkScopesListSample.js +43 -0
  379. package/dist-esm/samples-dev/privateLinkScopesListSample.js.map +1 -0
  380. package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.d.ts +2 -0
  381. package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.d.ts.map +1 -0
  382. package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.js +34 -0
  383. package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.js.map +1 -0
  384. package/dist-esm/samples-dev/scheduledQueryRulesCreateOrUpdateSample.d.ts +2 -0
  385. package/dist-esm/samples-dev/scheduledQueryRulesCreateOrUpdateSample.d.ts.map +1 -0
  386. package/dist-esm/samples-dev/scheduledQueryRulesCreateOrUpdateSample.js +138 -0
  387. package/dist-esm/samples-dev/scheduledQueryRulesCreateOrUpdateSample.js.map +1 -0
  388. package/dist-esm/samples-dev/scheduledQueryRulesDeleteSample.d.ts +2 -0
  389. package/dist-esm/samples-dev/scheduledQueryRulesDeleteSample.d.ts.map +1 -0
  390. package/dist-esm/samples-dev/scheduledQueryRulesDeleteSample.js +31 -0
  391. package/dist-esm/samples-dev/scheduledQueryRulesDeleteSample.js.map +1 -0
  392. package/dist-esm/samples-dev/scheduledQueryRulesGetSample.d.ts +2 -0
  393. package/dist-esm/samples-dev/scheduledQueryRulesGetSample.d.ts.map +1 -0
  394. package/dist-esm/samples-dev/scheduledQueryRulesGetSample.js +31 -0
  395. package/dist-esm/samples-dev/scheduledQueryRulesGetSample.js.map +1 -0
  396. package/dist-esm/samples-dev/scheduledQueryRulesListByResourceGroupSample.d.ts +2 -0
  397. package/dist-esm/samples-dev/scheduledQueryRulesListByResourceGroupSample.d.ts.map +1 -0
  398. package/dist-esm/samples-dev/scheduledQueryRulesListByResourceGroupSample.js +44 -0
  399. package/dist-esm/samples-dev/scheduledQueryRulesListByResourceGroupSample.js.map +1 -0
  400. package/dist-esm/samples-dev/scheduledQueryRulesListBySubscriptionSample.d.ts +2 -0
  401. package/dist-esm/samples-dev/scheduledQueryRulesListBySubscriptionSample.d.ts.map +1 -0
  402. package/dist-esm/samples-dev/scheduledQueryRulesListBySubscriptionSample.js +43 -0
  403. package/dist-esm/samples-dev/scheduledQueryRulesListBySubscriptionSample.js.map +1 -0
  404. package/dist-esm/samples-dev/scheduledQueryRulesUpdateSample.d.ts +2 -0
  405. package/dist-esm/samples-dev/scheduledQueryRulesUpdateSample.d.ts.map +1 -0
  406. package/dist-esm/samples-dev/scheduledQueryRulesUpdateSample.js +32 -0
  407. package/dist-esm/samples-dev/scheduledQueryRulesUpdateSample.js.map +1 -0
  408. package/dist-esm/samples-dev/tenantActivityLogsListSample.d.ts +2 -0
  409. package/dist-esm/samples-dev/tenantActivityLogsListSample.d.ts.map +1 -0
  410. package/dist-esm/samples-dev/tenantActivityLogsListSample.js +140 -0
  411. package/dist-esm/samples-dev/tenantActivityLogsListSample.js.map +1 -0
  412. package/dist-esm/samples-dev/vmInsightsGetOnboardingStatusSample.d.ts +2 -0
  413. package/dist-esm/samples-dev/vmInsightsGetOnboardingStatusSample.d.ts.map +1 -0
  414. package/dist-esm/samples-dev/vmInsightsGetOnboardingStatusSample.js +98 -0
  415. package/dist-esm/samples-dev/vmInsightsGetOnboardingStatusSample.js.map +1 -0
  416. package/dist-esm/src/models/index.d.ts +349 -63
  417. package/dist-esm/src/models/index.d.ts.map +1 -1
  418. package/dist-esm/src/models/index.js +29 -0
  419. package/dist-esm/src/models/index.js.map +1 -1
  420. package/dist-esm/src/models/mappers.d.ts +24 -8
  421. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  422. package/dist-esm/src/models/mappers.js +482 -85
  423. package/dist-esm/src/models/mappers.js.map +1 -1
  424. package/dist-esm/src/models/parameters.d.ts +2 -2
  425. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  426. package/dist-esm/src/models/parameters.js +9 -9
  427. package/dist-esm/src/models/parameters.js.map +1 -1
  428. package/dist-esm/src/monitorClient.d.ts.map +1 -1
  429. package/dist-esm/src/monitorClient.js +20 -2
  430. package/dist-esm/src/monitorClient.js.map +1 -1
  431. package/dist-esm/src/operations/actionGroups.d.ts +46 -1
  432. package/dist-esm/src/operations/actionGroups.d.ts.map +1 -1
  433. package/dist-esm/src/operations/actionGroups.js +238 -5
  434. package/dist-esm/src/operations/actionGroups.js.map +1 -1
  435. package/dist-esm/src/operations/activityLogAlerts.d.ts +32 -18
  436. package/dist-esm/src/operations/activityLogAlerts.d.ts.map +1 -1
  437. package/dist-esm/src/operations/activityLogAlerts.js +111 -35
  438. package/dist-esm/src/operations/activityLogAlerts.js.map +1 -1
  439. package/dist-esm/src/operations/dataCollectionRuleAssociations.d.ts +29 -1
  440. package/dist-esm/src/operations/dataCollectionRuleAssociations.d.ts.map +1 -1
  441. package/dist-esm/src/operations/dataCollectionRuleAssociations.js +116 -0
  442. package/dist-esm/src/operations/dataCollectionRuleAssociations.js.map +1 -1
  443. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
  444. package/dist-esm/src/operations/privateEndpointConnections.js +6 -2
  445. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  446. package/dist-esm/src/operations/privateLinkScopedResources.d.ts.map +1 -1
  447. package/dist-esm/src/operations/privateLinkScopedResources.js +6 -2
  448. package/dist-esm/src/operations/privateLinkScopedResources.js.map +1 -1
  449. package/dist-esm/src/operations/privateLinkScopes.d.ts.map +1 -1
  450. package/dist-esm/src/operations/privateLinkScopes.js +3 -1
  451. package/dist-esm/src/operations/privateLinkScopes.js.map +1 -1
  452. package/dist-esm/src/operationsInterfaces/actionGroups.d.ts +46 -1
  453. package/dist-esm/src/operationsInterfaces/actionGroups.d.ts.map +1 -1
  454. package/dist-esm/src/operationsInterfaces/activityLogAlerts.d.ts +17 -16
  455. package/dist-esm/src/operationsInterfaces/activityLogAlerts.d.ts.map +1 -1
  456. package/dist-esm/src/operationsInterfaces/dataCollectionRuleAssociations.d.ts +9 -1
  457. package/dist-esm/src/operationsInterfaces/dataCollectionRuleAssociations.d.ts.map +1 -1
  458. package/dist-esm/test/monitor_examples.d.ts.map +1 -1
  459. package/dist-esm/test/monitor_examples.js +26 -32
  460. package/dist-esm/test/monitor_examples.js.map +1 -1
  461. package/package.json +33 -13
  462. package/review/arm-monitor.api.md +286 -63
  463. package/rollup.config.js +6 -72
  464. package/src/models/index.ts +385 -65
  465. package/src/models/mappers.ts +519 -94
  466. package/src/models/parameters.ts +9 -9
  467. package/src/monitorClient.ts +27 -2
  468. package/src/operations/actionGroups.ts +358 -5
  469. package/src/operations/activityLogAlerts.ts +136 -37
  470. package/src/operations/dataCollectionRuleAssociations.ts +168 -1
  471. package/src/operations/privateEndpointConnections.ts +6 -2
  472. package/src/operations/privateLinkScopedResources.ts +6 -2
  473. package/src/operations/privateLinkScopes.ts +3 -1
  474. package/src/operationsInterfaces/actionGroups.ts +96 -0
  475. package/src/operationsInterfaces/activityLogAlerts.ts +17 -16
  476. package/src/operationsInterfaces/dataCollectionRuleAssociations.ts +13 -0
  477. package/tsconfig.json +19 -5
  478. package/types/arm-monitor.d.ts +476 -98
  479. package/types/tsdoc-metadata.json +1 -1
@@ -655,16 +655,6 @@ export interface NotificationRequestBody {
655
655
  eventHubReceivers?: EventHubReceiver[];
656
656
  }
657
657
 
658
- /** The response when test notification succeeded */
659
- export interface TestNotificationResponse {
660
- /** The notification id */
661
- notificationId: string;
662
- /** The correlation id */
663
- correlationId: string;
664
- /** The created time */
665
- createdTime: string;
666
- }
667
-
668
658
  /** The details of the test notification results. */
669
659
  export interface TestNotificationDetailsResponse {
670
660
  /** The context info */
@@ -1436,45 +1426,90 @@ export interface ScopedResourceListResult {
1436
1426
  readonly nextLink?: string;
1437
1427
  }
1438
1428
 
1439
- /** An Activity Log alert condition that is met when all its member conditions are met. */
1440
- export interface ActivityLogAlertAllOfCondition {
1441
- /** The list of activity log alert conditions. */
1442
- allOf: ActivityLogAlertLeafCondition[];
1429
+ /** An Activity Log Alert rule condition that is met when all its member conditions are met. */
1430
+ export interface AlertRuleAllOfCondition {
1431
+ /** The list of Activity Log Alert rule conditions. */
1432
+ allOf: AlertRuleAnyOfOrLeafCondition[];
1443
1433
  }
1444
1434
 
1445
- /** An Activity Log alert condition that is met by comparing an activity log field and value. */
1446
- export interface ActivityLogAlertLeafCondition {
1447
- /** The name of the field that this condition will examine. The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties.'. */
1448
- field: string;
1449
- /** The field value will be compared to this value (case-insensitive) to determine if the condition is met. */
1450
- equals: string;
1435
+ /**
1436
+ * An Activity Log Alert rule condition that is met by comparing the field and value of an Activity Log event.
1437
+ * This condition must contain 'field' and either 'equals' or 'containsAny'.
1438
+ */
1439
+ export interface AlertRuleLeafCondition {
1440
+ /**
1441
+ * The name of the Activity Log event's field that this condition will examine.
1442
+ * The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'.
1443
+ */
1444
+ field?: string;
1445
+ /** The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met. */
1446
+ equals?: string;
1447
+ /** The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met. */
1448
+ containsAny?: string[];
1451
1449
  }
1452
1450
 
1453
- /** A list of activity log alert actions. */
1454
- export interface ActivityLogAlertActionList {
1455
- /** The list of activity log alerts. */
1456
- actionGroups?: ActivityLogAlertActionGroup[];
1451
+ /** A list of Activity Log Alert rule actions. */
1452
+ export interface ActionList {
1453
+ /** The list of the Action Groups. */
1454
+ actionGroups?: ActionGroup[];
1457
1455
  }
1458
1456
 
1459
1457
  /** A pointer to an Azure Action Group. */
1460
- export interface ActivityLogAlertActionGroup {
1461
- /** The resourceId of the action group. This cannot be null or empty. */
1458
+ export interface ActionGroup {
1459
+ /** The resource ID of the Action Group. This cannot be null or empty. */
1462
1460
  actionGroupId: string;
1463
1461
  /** the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload. */
1464
1462
  webhookProperties?: { [propertyName: string]: string };
1465
1463
  }
1466
1464
 
1467
- /** An activity log alert object for the body of patch operations. */
1468
- export interface ActivityLogAlertPatchBody {
1469
- /** Resource tags */
1465
+ /** An Azure resource object. */
1466
+ export interface AzureResourceAutoGenerated {
1467
+ /**
1468
+ * The resource Id.
1469
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1470
+ */
1471
+ readonly id?: string;
1472
+ /**
1473
+ * The name of the resource.
1474
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1475
+ */
1476
+ readonly name?: string;
1477
+ /**
1478
+ * The type of the resource.
1479
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1480
+ */
1481
+ readonly type?: string;
1482
+ /** The location of the resource. Since Azure Activity Log Alerts is a global service, the location of the rules should always be 'global'. */
1483
+ location?: string;
1484
+ /** The tags of the resource. */
1470
1485
  tags?: { [propertyName: string]: string };
1471
- /** Indicates whether this activity log alert is enabled. If an activity log alert is not enabled, then none of its actions will be activated. */
1486
+ }
1487
+
1488
+ /** The error response. */
1489
+ export interface ErrorResponseAutoGenerated {
1490
+ /**
1491
+ * The error code.
1492
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1493
+ */
1494
+ readonly code?: string;
1495
+ /**
1496
+ * The error message indicating why the operation failed.
1497
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1498
+ */
1499
+ readonly message?: string;
1500
+ }
1501
+
1502
+ /** An Activity Log Alert rule object for the body of patch operations. */
1503
+ export interface AlertRulePatchObject {
1504
+ /** The resource tags */
1505
+ tags?: { [propertyName: string]: string };
1506
+ /** Indicates whether this Activity Log Alert rule is enabled. If an Activity Log Alert rule is not enabled, then none of its actions will be activated. */
1472
1507
  enabled?: boolean;
1473
1508
  }
1474
1509
 
1475
- /** A list of activity log alerts. */
1476
- export interface ActivityLogAlertList {
1477
- /** The list of activity log alerts. */
1510
+ /** A list of Activity Log Alert rules. */
1511
+ export interface AlertRuleList {
1512
+ /** The list of Activity Log Alert rules. */
1478
1513
  value?: ActivityLogAlertResource[];
1479
1514
  /** Provides the link to retrieve the next set of elements. */
1480
1515
  nextLink?: string;
@@ -1525,7 +1560,7 @@ export interface DataCollectionEndpointResource {
1525
1560
  description?: string;
1526
1561
  /** The immutable ID of this data collection endpoint resource. This property is READ-ONLY. */
1527
1562
  immutableId?: string;
1528
- /** The endpoint used by agents to access their configuration. */
1563
+ /** The endpoint used by clients to access their configuration. */
1529
1564
  configurationAccess?: DataCollectionEndpointConfigurationAccess;
1530
1565
  /** The endpoint used by clients to ingest logs. */
1531
1566
  logsIngestion?: DataCollectionEndpointLogsIngestion;
@@ -1544,7 +1579,7 @@ export interface DataCollectionEndpoint {
1544
1579
  description?: string;
1545
1580
  /** The immutable ID of this data collection endpoint resource. This property is READ-ONLY. */
1546
1581
  immutableId?: string;
1547
- /** The endpoint used by agents to access their configuration. */
1582
+ /** The endpoint used by clients to access their configuration. */
1548
1583
  configurationAccess?: DataCollectionEndpointConfigurationAccess;
1549
1584
  /** The endpoint used by clients to ingest logs. */
1550
1585
  logsIngestion?: DataCollectionEndpointLogsIngestion;
@@ -1684,6 +1719,11 @@ export interface DataCollectionRuleAssociationProxyOnlyResource {
1684
1719
  * NOTE: This property will not be serialized. It can only be populated by the server.
1685
1720
  */
1686
1721
  readonly provisioningState?: KnownDataCollectionRuleAssociationProvisioningState;
1722
+ /**
1723
+ * Metadata about the resource
1724
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1725
+ */
1726
+ readonly metadata?: DataCollectionRuleAssociationMetadata;
1687
1727
  }
1688
1728
 
1689
1729
  /** Definition of association of a data collection rule with a monitored Azure resource. */
@@ -1699,6 +1739,20 @@ export interface DataCollectionRuleAssociation {
1699
1739
  * NOTE: This property will not be serialized. It can only be populated by the server.
1700
1740
  */
1701
1741
  readonly provisioningState?: KnownDataCollectionRuleAssociationProvisioningState;
1742
+ /**
1743
+ * Metadata about the resource
1744
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1745
+ */
1746
+ readonly metadata?: DataCollectionRuleAssociationMetadata;
1747
+ }
1748
+
1749
+ /** Metadata about the resource */
1750
+ export interface Metadata {
1751
+ /**
1752
+ * Azure offering managing this resource on-behalf-of customer.
1753
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1754
+ */
1755
+ readonly provisionedBy?: string;
1702
1756
  }
1703
1757
 
1704
1758
  /** A pageable list of resources. */
@@ -1749,6 +1803,15 @@ export interface DataCollectionRuleResource {
1749
1803
  * NOTE: This property will not be serialized. It can only be populated by the server.
1750
1804
  */
1751
1805
  readonly immutableId?: string;
1806
+ /** The resource ID of the data collection endpoint that this rule can be used with. */
1807
+ dataCollectionEndpointId?: string;
1808
+ /**
1809
+ * Metadata about the resource
1810
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1811
+ */
1812
+ readonly metadata?: DataCollectionRuleMetadata;
1813
+ /** Declaration of custom streams used in this rule. */
1814
+ streamDeclarations?: { [propertyName: string]: StreamDeclaration };
1752
1815
  /**
1753
1816
  * The specification of data sources.
1754
1817
  * This property is optional and can be omitted if the rule is meant to be used via direct calls to the provisioned endpoint.
@@ -1774,6 +1837,15 @@ export interface DataCollectionRule {
1774
1837
  * NOTE: This property will not be serialized. It can only be populated by the server.
1775
1838
  */
1776
1839
  readonly immutableId?: string;
1840
+ /** The resource ID of the data collection endpoint that this rule can be used with. */
1841
+ dataCollectionEndpointId?: string;
1842
+ /**
1843
+ * Metadata about the resource
1844
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1845
+ */
1846
+ readonly metadata?: DataCollectionRuleMetadata;
1847
+ /** Declaration of custom streams used in this rule. */
1848
+ streamDeclarations?: { [propertyName: string]: StreamDeclaration };
1777
1849
  /**
1778
1850
  * The specification of data sources.
1779
1851
  * This property is optional and can be omitted if the rule is meant to be used via direct calls to the provisioned endpoint.
@@ -1790,6 +1862,20 @@ export interface DataCollectionRule {
1790
1862
  readonly provisioningState?: KnownDataCollectionRuleProvisioningState;
1791
1863
  }
1792
1864
 
1865
+ /** Declaration of a custom stream. */
1866
+ export interface StreamDeclaration {
1867
+ /** List of columns used by data in this stream. */
1868
+ columns?: ColumnDefinition[];
1869
+ }
1870
+
1871
+ /** Definition of custom data column. */
1872
+ export interface ColumnDefinition {
1873
+ /** The name of the column. */
1874
+ name?: string;
1875
+ /** The type of the column data. */
1876
+ type?: KnownColumnDefinitionType;
1877
+ }
1878
+
1793
1879
  /** Specification of data sources that will be collected. */
1794
1880
  export interface DataSourcesSpec {
1795
1881
  /** The list of performance counter data source configurations. */
@@ -1800,6 +1886,10 @@ export interface DataSourcesSpec {
1800
1886
  syslog?: SyslogDataSource[];
1801
1887
  /** The list of Azure VM extension data source configurations. */
1802
1888
  extensions?: ExtensionDataSource[];
1889
+ /** The list of Log files source configurations. */
1890
+ logFiles?: LogFilesDataSource[];
1891
+ /** The list of IIS logs source configurations. */
1892
+ iisLogs?: IisLogsDataSource[];
1803
1893
  }
1804
1894
 
1805
1895
  /**
@@ -1890,6 +1980,51 @@ export interface ExtensionDataSource {
1890
1980
  name?: string;
1891
1981
  }
1892
1982
 
1983
+ /** Definition of which custom log files will be collected by this data collection rule */
1984
+ export interface LogFilesDataSource {
1985
+ /**
1986
+ * List of streams that this data source will be sent to.
1987
+ * A stream indicates what schema will be used for this data source
1988
+ */
1989
+ streams: string[];
1990
+ /** File Patterns where the log files are located */
1991
+ filePatterns: string[];
1992
+ /** The data format of the log files */
1993
+ format: KnownLogFilesDataSourceFormat;
1994
+ /** The log files specific settings. */
1995
+ settings?: LogFilesDataSourceSettings;
1996
+ /**
1997
+ * A friendly name for the data source.
1998
+ * This name should be unique across all data sources (regardless of type) within the data collection rule.
1999
+ */
2000
+ name?: string;
2001
+ }
2002
+
2003
+ /** Settings for different log file formats */
2004
+ export interface LogFileSettings {
2005
+ /** Text settings */
2006
+ text?: LogFileSettingsText;
2007
+ }
2008
+
2009
+ /** Settings for text log files */
2010
+ export interface LogFileTextSettings {
2011
+ /** One of the supported timestamp formats */
2012
+ recordStartTimestampFormat: KnownLogFileTextSettingsRecordStartTimestampFormat;
2013
+ }
2014
+
2015
+ /** Enables IIS logs to be collected by this data collection rule. */
2016
+ export interface IisLogsDataSource {
2017
+ /** IIS streams */
2018
+ streams: string[];
2019
+ /** Absolute paths file location */
2020
+ logDirectories?: string[];
2021
+ /**
2022
+ * A friendly name for the data source.
2023
+ * This name should be unique across all data sources (regardless of type) within the data collection rule.
2024
+ */
2025
+ name?: string;
2026
+ }
2027
+
1893
2028
  /** Specification of destinations that can be used in data flows. */
1894
2029
  export interface DestinationsSpec {
1895
2030
  /** List of Log Analytics destinations. */
@@ -1929,6 +2064,10 @@ export interface DataFlow {
1929
2064
  streams?: KnownDataFlowStreams[];
1930
2065
  /** List of destinations for this data flow. */
1931
2066
  destinations?: string[];
2067
+ /** The KQL query to transform stream data. */
2068
+ transformKql?: string;
2069
+ /** The output stream of the transform. Only required if the transform changes data to a different stream. */
2070
+ outputStream?: string;
1932
2071
  }
1933
2072
 
1934
2073
  /** The claims for a rule management event data source. */
@@ -2124,20 +2263,6 @@ export type MetricAlertResource = Resource & {
2124
2263
  readonly isMigrated?: boolean;
2125
2264
  };
2126
2265
 
2127
- /** An activity log alert resource. */
2128
- export type ActivityLogAlertResource = Resource & {
2129
- /** A list of resourceIds that will be used as prefixes. The alert will only apply to activityLogs with resourceIds that fall under one of these prefixes. This list must include at least one item. */
2130
- scopes?: string[];
2131
- /** Indicates whether this activity log alert is enabled. If an activity log alert is not enabled, then none of its actions will be activated. */
2132
- enabled?: boolean;
2133
- /** The condition that will cause this alert to activate. */
2134
- condition?: ActivityLogAlertAllOfCondition;
2135
- /** The actions that will activate when the condition is met. */
2136
- actions?: ActivityLogAlertActionList;
2137
- /** A description of this activity log alert. */
2138
- description?: string;
2139
- };
2140
-
2141
2266
  /** The resource management error response. */
2142
2267
  export type ErrorResponseCommon = ErrorResponse & {
2143
2268
  /**
@@ -2444,44 +2569,85 @@ export type AzureMonitorPrivateLinkScope = PrivateLinkScopesResource & {
2444
2569
  readonly privateEndpointConnections?: PrivateEndpointConnection[];
2445
2570
  };
2446
2571
 
2572
+ /**
2573
+ * An Activity Log Alert rule condition that is met when all its member conditions are met.
2574
+ * Each condition can be of one of the following types:
2575
+ * __Important__: Each type has its unique subset of properties. Properties from different types CANNOT exist in one condition.
2576
+ * * __Leaf Condition -__ must contain 'field' and either 'equals' or 'containsAny'.
2577
+ * _Please note, 'anyOf' should __not__ be set in a Leaf Condition._
2578
+ * * __AnyOf Condition -__ must contain __only__ 'anyOf' (which is an array of Leaf Conditions).
2579
+ * _Please note, 'field', 'equals' and 'containsAny' should __not__ be set in an AnyOf Condition._
2580
+ *
2581
+ */
2582
+ export type AlertRuleAnyOfOrLeafCondition = AlertRuleLeafCondition & {
2583
+ /** An Activity Log Alert rule condition that is met when at least one of its member leaf conditions are met. */
2584
+ anyOf?: AlertRuleLeafCondition[];
2585
+ };
2586
+
2587
+ /** An Activity Log Alert rule resource. */
2588
+ export type ActivityLogAlertResource = AzureResourceAutoGenerated & {
2589
+ /** A list of resource IDs that will be used as prefixes. The alert will only apply to Activity Log events with resource IDs that fall under one of these prefixes. This list must include at least one item. */
2590
+ scopes?: string[];
2591
+ /** The condition that will cause this alert to activate. */
2592
+ condition?: AlertRuleAllOfCondition;
2593
+ /** The actions that will activate when the condition is met. */
2594
+ actions?: ActionList;
2595
+ /** Indicates whether this Activity Log Alert rule is enabled. If an Activity Log Alert rule is not enabled, then none of its actions will be activated. */
2596
+ enabled?: boolean;
2597
+ /** A description of this Activity Log Alert rule. */
2598
+ description?: string;
2599
+ };
2600
+
2447
2601
  /** Resource properties. */
2448
- export type DataCollectionEndpointResourceProperties = DataCollectionEndpoint & {};
2602
+ export type DataCollectionEndpointResourceProperties = DataCollectionEndpoint;
2449
2603
 
2450
- /** The endpoint used by agents to access their configuration. */
2451
- export type DataCollectionEndpointConfigurationAccess = ConfigurationAccessEndpointSpec & {};
2604
+ /** The endpoint used by clients to access their configuration. */
2605
+ export type DataCollectionEndpointConfigurationAccess = ConfigurationAccessEndpointSpec;
2452
2606
 
2453
2607
  /** The endpoint used by clients to ingest logs. */
2454
- export type DataCollectionEndpointLogsIngestion = LogsIngestionEndpointSpec & {};
2608
+ export type DataCollectionEndpointLogsIngestion = LogsIngestionEndpointSpec;
2455
2609
 
2456
2610
  /** Network access control rules for the endpoints. */
2457
- export type DataCollectionEndpointNetworkAcls = NetworkRuleSet & {};
2611
+ export type DataCollectionEndpointNetworkAcls = NetworkRuleSet;
2458
2612
 
2459
2613
  /** Metadata pertaining to creation and last modification of the resource. */
2460
- export type DataCollectionEndpointResourceSystemData = SystemData & {};
2614
+ export type DataCollectionEndpointResourceSystemData = SystemData;
2461
2615
 
2462
2616
  /** Metadata pertaining to creation and last modification of the resource. */
2463
- export type DataCollectionRuleAssociationProxyOnlyResourceSystemData = SystemData & {};
2617
+ export type DataCollectionRuleAssociationProxyOnlyResourceSystemData = SystemData;
2464
2618
 
2465
2619
  /** Metadata pertaining to creation and last modification of the resource. */
2466
- export type DataCollectionRuleResourceSystemData = SystemData & {};
2620
+ export type DataCollectionRuleResourceSystemData = SystemData;
2467
2621
 
2468
2622
  /** Resource properties. */
2469
- export type DataCollectionRuleAssociationProxyOnlyResourceProperties = DataCollectionRuleAssociation & {};
2623
+ export type DataCollectionRuleAssociationProxyOnlyResourceProperties = DataCollectionRuleAssociation;
2624
+
2625
+ /** Metadata about the resource */
2626
+ export type DataCollectionRuleAssociationMetadata = Metadata;
2627
+
2628
+ /** Metadata about the resource */
2629
+ export type DataCollectionRuleMetadata = Metadata;
2470
2630
 
2471
2631
  /** Resource properties. */
2472
- export type DataCollectionRuleResourceProperties = DataCollectionRule & {};
2632
+ export type DataCollectionRuleResourceProperties = DataCollectionRule;
2473
2633
 
2474
2634
  /**
2475
2635
  * The specification of data sources.
2476
2636
  * This property is optional and can be omitted if the rule is meant to be used via direct calls to the provisioned endpoint.
2477
2637
  */
2478
- export type DataCollectionRuleDataSources = DataSourcesSpec & {};
2638
+ export type DataCollectionRuleDataSources = DataSourcesSpec;
2639
+
2640
+ /** The log files specific settings. */
2641
+ export type LogFilesDataSourceSettings = LogFileSettings;
2642
+
2643
+ /** Text settings */
2644
+ export type LogFileSettingsText = LogFileTextSettings;
2479
2645
 
2480
2646
  /** The specification of destinations. */
2481
- export type DataCollectionRuleDestinations = DestinationsSpec & {};
2647
+ export type DataCollectionRuleDestinations = DestinationsSpec;
2482
2648
 
2483
2649
  /** Azure Monitor Metrics destination. */
2484
- export type DestinationsSpecAzureMonitorMetrics = AzureMonitorMetricsDestination & {};
2650
+ export type DestinationsSpecAzureMonitorMetrics = AzureMonitorMetricsDestination;
2485
2651
 
2486
2652
  /** Criterion to filter metrics. */
2487
2653
  export type MetricCriteria = MultiMetricCriteria & {
@@ -2507,6 +2673,24 @@ export type DynamicMetricCriteria = MultiMetricCriteria & {
2507
2673
  ignoreDataBefore?: Date;
2508
2674
  };
2509
2675
 
2676
+ /** Defines headers for ActionGroups_postTestNotifications operation. */
2677
+ export interface ActionGroupsPostTestNotificationsHeaders {
2678
+ /** The location header that has the polling uri. */
2679
+ location?: string;
2680
+ }
2681
+
2682
+ /** Defines headers for ActionGroups_createNotificationsAtResourceGroupLevel operation. */
2683
+ export interface ActionGroupsCreateNotificationsAtResourceGroupLevelHeaders {
2684
+ /** The location header that has the polling uri. */
2685
+ location?: string;
2686
+ }
2687
+
2688
+ /** Defines headers for ActionGroups_createNotificationsAtActionGroupResourceLevel operation. */
2689
+ export interface ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders {
2690
+ /** The location header that has the polling uri. */
2691
+ location?: string;
2692
+ }
2693
+
2510
2694
  /** Known values of {@link ScaleRuleMetricDimensionOperationType} that the service accepts. */
2511
2695
  export enum KnownScaleRuleMetricDimensionOperationType {
2512
2696
  Equals = "Equals",
@@ -2817,6 +3001,32 @@ export enum KnownKnownDataCollectionRuleAssociationProvisioningState {
2817
3001
  */
2818
3002
  export type KnownDataCollectionRuleAssociationProvisioningState = string;
2819
3003
 
3004
+ /** Known values of {@link KnownColumnDefinitionType} that the service accepts. */
3005
+ export enum KnownKnownColumnDefinitionType {
3006
+ String = "string",
3007
+ Int = "int",
3008
+ Long = "long",
3009
+ Real = "real",
3010
+ Boolean = "boolean",
3011
+ Datetime = "datetime",
3012
+ Dynamic = "dynamic"
3013
+ }
3014
+
3015
+ /**
3016
+ * Defines values for KnownColumnDefinitionType. \
3017
+ * {@link KnownKnownColumnDefinitionType} can be used interchangeably with KnownColumnDefinitionType,
3018
+ * this enum contains the known values that the service supports.
3019
+ * ### Known values supported by the service
3020
+ * **string** \
3021
+ * **int** \
3022
+ * **long** \
3023
+ * **real** \
3024
+ * **boolean** \
3025
+ * **datetime** \
3026
+ * **dynamic**
3027
+ */
3028
+ export type KnownColumnDefinitionType = string;
3029
+
2820
3030
  /** Known values of {@link KnownPerfCounterDataSourceStreams} that the service accepts. */
2821
3031
  export enum KnownKnownPerfCounterDataSourceStreams {
2822
3032
  MicrosoftPerf = "Microsoft-Perf",
@@ -2969,6 +3179,50 @@ export enum KnownKnownExtensionDataSourceStreams {
2969
3179
  */
2970
3180
  export type KnownExtensionDataSourceStreams = string;
2971
3181
 
3182
+ /** Known values of {@link KnownLogFilesDataSourceFormat} that the service accepts. */
3183
+ export enum KnownKnownLogFilesDataSourceFormat {
3184
+ Text = "text"
3185
+ }
3186
+
3187
+ /**
3188
+ * Defines values for KnownLogFilesDataSourceFormat. \
3189
+ * {@link KnownKnownLogFilesDataSourceFormat} can be used interchangeably with KnownLogFilesDataSourceFormat,
3190
+ * this enum contains the known values that the service supports.
3191
+ * ### Known values supported by the service
3192
+ * **text**
3193
+ */
3194
+ export type KnownLogFilesDataSourceFormat = string;
3195
+
3196
+ /** Known values of {@link KnownLogFileTextSettingsRecordStartTimestampFormat} that the service accepts. */
3197
+ export enum KnownKnownLogFileTextSettingsRecordStartTimestampFormat {
3198
+ ISO8601 = "ISO 8601",
3199
+ YyyyMMDDHHMMSS = "YYYY-MM-DD HH:MM:SS",
3200
+ MDYyyyHHMMSSAMPM = "M/D/YYYY HH:MM:SS AM/PM",
3201
+ MonDDYyyyHHMMSS = "Mon DD, YYYY HH:MM:SS",
3202
+ YyMMddHHMmSs = "yyMMdd HH:mm:ss",
3203
+ DdMMyyHHMmSs = "ddMMyy HH:mm:ss",
3204
+ MMMDHhMmSs = "MMM d hh:mm:ss",
3205
+ DdMMMYyyyHHMmSsZzz = "dd/MMM/yyyy:HH:mm:ss zzz",
3206
+ YyyyMMDdTHHMmSsK = "yyyy-MM-ddTHH:mm:ssK"
3207
+ }
3208
+
3209
+ /**
3210
+ * Defines values for KnownLogFileTextSettingsRecordStartTimestampFormat. \
3211
+ * {@link KnownKnownLogFileTextSettingsRecordStartTimestampFormat} can be used interchangeably with KnownLogFileTextSettingsRecordStartTimestampFormat,
3212
+ * this enum contains the known values that the service supports.
3213
+ * ### Known values supported by the service
3214
+ * **ISO 8601** \
3215
+ * **YYYY-MM-DD HH:MM:SS** \
3216
+ * **M\/D\/YYYY HH:MM:SS AM\/PM** \
3217
+ * **Mon DD, YYYY HH:MM:SS** \
3218
+ * **yyMMdd HH:mm:ss** \
3219
+ * **ddMMyy HH:mm:ss** \
3220
+ * **MMM d hh:mm:ss** \
3221
+ * **dd\/MMM\/yyyy:HH:mm:ss zzz** \
3222
+ * **yyyy-MM-ddTHH:mm:ssK**
3223
+ */
3224
+ export type KnownLogFileTextSettingsRecordStartTimestampFormat = string;
3225
+
2972
3226
  /** Known values of {@link KnownDataFlowStreams} that the service accepts. */
2973
3227
  export enum KnownKnownDataFlowStreams {
2974
3228
  MicrosoftEvent = "Microsoft-Event",
@@ -3476,7 +3730,31 @@ export interface ActionGroupsPostTestNotificationsOptionalParams
3476
3730
  }
3477
3731
 
3478
3732
  /** Contains response data for the postTestNotifications operation. */
3479
- export type ActionGroupsPostTestNotificationsResponse = TestNotificationResponse;
3733
+ export type ActionGroupsPostTestNotificationsResponse = ActionGroupsPostTestNotificationsHeaders;
3734
+
3735
+ /** Optional parameters. */
3736
+ export interface ActionGroupsCreateNotificationsAtResourceGroupLevelOptionalParams
3737
+ extends coreClient.OperationOptions {
3738
+ /** Delay to wait until next poll, in milliseconds. */
3739
+ updateIntervalInMs?: number;
3740
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3741
+ resumeFrom?: string;
3742
+ }
3743
+
3744
+ /** Contains response data for the createNotificationsAtResourceGroupLevel operation. */
3745
+ export type ActionGroupsCreateNotificationsAtResourceGroupLevelResponse = ActionGroupsCreateNotificationsAtResourceGroupLevelHeaders;
3746
+
3747
+ /** Optional parameters. */
3748
+ export interface ActionGroupsCreateNotificationsAtActionGroupResourceLevelOptionalParams
3749
+ extends coreClient.OperationOptions {
3750
+ /** Delay to wait until next poll, in milliseconds. */
3751
+ updateIntervalInMs?: number;
3752
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3753
+ resumeFrom?: string;
3754
+ }
3755
+
3756
+ /** Contains response data for the createNotificationsAtActionGroupResourceLevel operation. */
3757
+ export type ActionGroupsCreateNotificationsAtActionGroupResourceLevelResponse = ActionGroupsCreateNotificationsAtActionGroupResourceLevelHeaders;
3480
3758
 
3481
3759
  /** Optional parameters. */
3482
3760
  export interface ActionGroupsGetTestNotificationsOptionalParams
@@ -3485,6 +3763,20 @@ export interface ActionGroupsGetTestNotificationsOptionalParams
3485
3763
  /** Contains response data for the getTestNotifications operation. */
3486
3764
  export type ActionGroupsGetTestNotificationsResponse = TestNotificationDetailsResponse;
3487
3765
 
3766
+ /** Optional parameters. */
3767
+ export interface ActionGroupsGetTestNotificationsAtResourceGroupLevelOptionalParams
3768
+ extends coreClient.OperationOptions {}
3769
+
3770
+ /** Contains response data for the getTestNotificationsAtResourceGroupLevel operation. */
3771
+ export type ActionGroupsGetTestNotificationsAtResourceGroupLevelResponse = TestNotificationDetailsResponse;
3772
+
3773
+ /** Optional parameters. */
3774
+ export interface ActionGroupsGetTestNotificationsAtActionGroupResourceLevelOptionalParams
3775
+ extends coreClient.OperationOptions {}
3776
+
3777
+ /** Contains response data for the getTestNotificationsAtActionGroupResourceLevel operation. */
3778
+ export type ActionGroupsGetTestNotificationsAtActionGroupResourceLevelResponse = TestNotificationDetailsResponse;
3779
+
3488
3780
  /** Optional parameters. */
3489
3781
  export interface ActionGroupsListBySubscriptionIdOptionalParams
3490
3782
  extends coreClient.OperationOptions {}
@@ -3936,14 +4228,28 @@ export interface ActivityLogAlertsListBySubscriptionIdOptionalParams
3936
4228
  extends coreClient.OperationOptions {}
3937
4229
 
3938
4230
  /** Contains response data for the listBySubscriptionId operation. */
3939
- export type ActivityLogAlertsListBySubscriptionIdResponse = ActivityLogAlertList;
4231
+ export type ActivityLogAlertsListBySubscriptionIdResponse = AlertRuleList;
3940
4232
 
3941
4233
  /** Optional parameters. */
3942
4234
  export interface ActivityLogAlertsListByResourceGroupOptionalParams
3943
4235
  extends coreClient.OperationOptions {}
3944
4236
 
3945
4237
  /** Contains response data for the listByResourceGroup operation. */
3946
- export type ActivityLogAlertsListByResourceGroupResponse = ActivityLogAlertList;
4238
+ export type ActivityLogAlertsListByResourceGroupResponse = AlertRuleList;
4239
+
4240
+ /** Optional parameters. */
4241
+ export interface ActivityLogAlertsListBySubscriptionIdNextOptionalParams
4242
+ extends coreClient.OperationOptions {}
4243
+
4244
+ /** Contains response data for the listBySubscriptionIdNext operation. */
4245
+ export type ActivityLogAlertsListBySubscriptionIdNextResponse = AlertRuleList;
4246
+
4247
+ /** Optional parameters. */
4248
+ export interface ActivityLogAlertsListByResourceGroupNextOptionalParams
4249
+ extends coreClient.OperationOptions {}
4250
+
4251
+ /** Contains response data for the listByResourceGroupNext operation. */
4252
+ export type ActivityLogAlertsListByResourceGroupNextResponse = AlertRuleList;
3947
4253
 
3948
4254
  /** Optional parameters. */
3949
4255
  export interface DataCollectionEndpointsListByResourceGroupOptionalParams
@@ -4018,6 +4324,13 @@ export interface DataCollectionRuleAssociationsListByRuleOptionalParams
4018
4324
  /** Contains response data for the listByRule operation. */
4019
4325
  export type DataCollectionRuleAssociationsListByRuleResponse = DataCollectionRuleAssociationProxyOnlyResourceListResult;
4020
4326
 
4327
+ /** Optional parameters. */
4328
+ export interface DataCollectionRuleAssociationsListByDataCollectionEndpointOptionalParams
4329
+ extends coreClient.OperationOptions {}
4330
+
4331
+ /** Contains response data for the listByDataCollectionEndpoint operation. */
4332
+ export type DataCollectionRuleAssociationsListByDataCollectionEndpointResponse = DataCollectionRuleAssociationProxyOnlyResourceListResult;
4333
+
4021
4334
  /** Optional parameters. */
4022
4335
  export interface DataCollectionRuleAssociationsGetOptionalParams
4023
4336
  extends coreClient.OperationOptions {}
@@ -4053,6 +4366,13 @@ export interface DataCollectionRuleAssociationsListByRuleNextOptionalParams
4053
4366
  /** Contains response data for the listByRuleNext operation. */
4054
4367
  export type DataCollectionRuleAssociationsListByRuleNextResponse = DataCollectionRuleAssociationProxyOnlyResourceListResult;
4055
4368
 
4369
+ /** Optional parameters. */
4370
+ export interface DataCollectionRuleAssociationsListByDataCollectionEndpointNextOptionalParams
4371
+ extends coreClient.OperationOptions {}
4372
+
4373
+ /** Contains response data for the listByDataCollectionEndpointNext operation. */
4374
+ export type DataCollectionRuleAssociationsListByDataCollectionEndpointNextResponse = DataCollectionRuleAssociationProxyOnlyResourceListResult;
4375
+
4056
4376
  /** Optional parameters. */
4057
4377
  export interface DataCollectionRulesListByResourceGroupOptionalParams
4058
4378
  extends coreClient.OperationOptions {}