@azure/arm-policyinsights 6.0.0-beta.3 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (889) hide show
  1. package/CHANGELOG.md +184 -3
  2. package/LICENSE +1 -1
  3. package/README.md +3 -4
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/dist/browser/index.js +13 -0
  7. package/dist/browser/index.js.map +1 -0
  8. package/dist/browser/lroImpl.d.ts +11 -0
  9. package/dist/browser/lroImpl.d.ts.map +1 -0
  10. package/dist/browser/lroImpl.js +21 -0
  11. package/dist/browser/lroImpl.js.map +1 -0
  12. package/dist/browser/models/index.d.ts +2256 -0
  13. package/dist/browser/models/index.d.ts.map +1 -0
  14. package/dist/browser/models/index.js +82 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/dist/browser/models/mappers.d.ts +67 -0
  17. package/dist/browser/models/mappers.d.ts.map +1 -0
  18. package/dist/browser/models/mappers.js +2982 -0
  19. package/dist/browser/models/mappers.js.map +1 -0
  20. package/dist/browser/models/parameters.d.ts +51 -0
  21. package/dist/browser/models/parameters.d.ts.map +1 -0
  22. package/dist/browser/models/parameters.js +488 -0
  23. package/dist/browser/models/parameters.js.map +1 -0
  24. package/dist/browser/operations/attestations.d.ts +161 -0
  25. package/dist/browser/operations/attestations.d.ts.map +1 -0
  26. package/dist/browser/operations/attestations.js +790 -0
  27. package/dist/browser/operations/attestations.js.map +1 -0
  28. package/dist/browser/operations/componentPolicyStates.d.ts +66 -0
  29. package/dist/browser/operations/componentPolicyStates.d.ts.map +1 -0
  30. package/dist/browser/operations/componentPolicyStates.js +292 -0
  31. package/dist/browser/operations/componentPolicyStates.js.map +1 -0
  32. package/dist/browser/operations/index.d.ts +10 -0
  33. package/dist/browser/operations/index.d.ts.map +1 -0
  34. package/dist/browser/operations/index.js +17 -0
  35. package/dist/browser/operations/index.js.map +1 -0
  36. package/dist/browser/operations/operations.d.ts +18 -0
  37. package/dist/browser/operations/operations.d.ts.map +1 -0
  38. package/dist/browser/operations/operations.js +46 -0
  39. package/dist/browser/operations/operations.js.map +1 -0
  40. package/dist/browser/operations/policyEvents.d.ts +256 -0
  41. package/dist/browser/operations/policyEvents.d.ts.map +1 -0
  42. package/dist/browser/operations/policyEvents.js +1200 -0
  43. package/dist/browser/operations/policyEvents.js.map +1 -0
  44. package/dist/browser/operations/policyMetadataOperations.d.ts +38 -0
  45. package/dist/browser/operations/policyMetadataOperations.d.ts.map +1 -0
  46. package/dist/browser/operations/policyMetadataOperations.js +157 -0
  47. package/dist/browser/operations/policyMetadataOperations.js.map +1 -0
  48. package/dist/browser/operations/policyRestrictions.d.ts +34 -0
  49. package/dist/browser/operations/policyRestrictions.d.ts.map +1 -0
  50. package/dist/browser/operations/policyRestrictions.js +112 -0
  51. package/dist/browser/operations/policyRestrictions.js.map +1 -0
  52. package/dist/browser/operations/policyStates.d.ts +385 -0
  53. package/dist/browser/operations/policyStates.d.ts.map +1 -0
  54. package/dist/browser/operations/policyStates.js +1705 -0
  55. package/dist/browser/operations/policyStates.js.map +1 -0
  56. package/dist/browser/operations/policyTrackedResources.d.ts +123 -0
  57. package/dist/browser/operations/policyTrackedResources.d.ts.map +1 -0
  58. package/dist/browser/operations/policyTrackedResources.js +536 -0
  59. package/dist/browser/operations/policyTrackedResources.js.map +1 -0
  60. package/dist/browser/operations/remediations.d.ts +304 -0
  61. package/dist/browser/operations/remediations.d.ts.map +1 -0
  62. package/dist/browser/operations/remediations.js +1474 -0
  63. package/dist/browser/operations/remediations.js.map +1 -0
  64. package/dist/browser/operationsInterfaces/attestations.d.ts +110 -0
  65. package/dist/browser/operationsInterfaces/attestations.d.ts.map +1 -0
  66. package/dist/browser/operationsInterfaces/attestations.js.map +1 -0
  67. package/dist/browser/operationsInterfaces/componentPolicyStates.d.ts +58 -0
  68. package/dist/browser/operationsInterfaces/componentPolicyStates.d.ts.map +1 -0
  69. package/dist/browser/operationsInterfaces/componentPolicyStates.js.map +1 -0
  70. package/dist/browser/operationsInterfaces/index.d.ts +10 -0
  71. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  72. package/dist/browser/operationsInterfaces/index.js +17 -0
  73. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  74. package/dist/browser/operationsInterfaces/operations.d.ts +10 -0
  75. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  76. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  77. package/dist/browser/operationsInterfaces/policyEvents.d.ts +76 -0
  78. package/dist/browser/operationsInterfaces/policyEvents.d.ts.map +1 -0
  79. package/dist/browser/operationsInterfaces/policyEvents.js.map +1 -0
  80. package/dist/browser/operationsInterfaces/policyMetadataOperations.d.ts +17 -0
  81. package/dist/browser/operationsInterfaces/policyMetadataOperations.d.ts.map +1 -0
  82. package/dist/browser/operationsInterfaces/policyMetadataOperations.js.map +1 -0
  83. package/dist/browser/operationsInterfaces/policyRestrictions.d.ts +26 -0
  84. package/dist/browser/operationsInterfaces/policyRestrictions.d.ts.map +1 -0
  85. package/dist/browser/operationsInterfaces/policyRestrictions.js.map +1 -0
  86. package/dist/browser/operationsInterfaces/policyStates.d.ts +189 -0
  87. package/dist/browser/operationsInterfaces/policyStates.d.ts.map +1 -0
  88. package/dist/browser/operationsInterfaces/policyStates.js.map +1 -0
  89. package/dist/browser/operationsInterfaces/policyTrackedResources.d.ts +37 -0
  90. package/dist/browser/operationsInterfaces/policyTrackedResources.d.ts.map +1 -0
  91. package/dist/browser/operationsInterfaces/policyTrackedResources.js.map +1 -0
  92. package/dist/browser/operationsInterfaces/remediations.d.ts +168 -0
  93. package/dist/browser/operationsInterfaces/remediations.d.ts.map +1 -0
  94. package/dist/browser/operationsInterfaces/remediations.js.map +1 -0
  95. package/dist/browser/package.json +3 -0
  96. package/dist/browser/pagingHelper.js.map +1 -0
  97. package/dist/browser/policyInsightsClient.d.ts +26 -0
  98. package/dist/browser/policyInsightsClient.d.ts.map +1 -0
  99. package/dist/browser/policyInsightsClient.js +76 -0
  100. package/dist/browser/policyInsightsClient.js.map +1 -0
  101. package/dist/commonjs/index.d.ts +5 -0
  102. package/dist/commonjs/index.d.ts.map +1 -0
  103. package/dist/commonjs/index.js +19 -0
  104. package/dist/commonjs/index.js.map +1 -0
  105. package/dist/commonjs/lroImpl.d.ts +11 -0
  106. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  107. package/dist/commonjs/lroImpl.js +24 -0
  108. package/dist/commonjs/lroImpl.js.map +1 -0
  109. package/dist/commonjs/models/index.d.ts +2256 -0
  110. package/dist/commonjs/models/index.d.ts.map +1 -0
  111. package/dist/commonjs/models/index.js +85 -0
  112. package/dist/commonjs/models/index.js.map +1 -0
  113. package/dist/commonjs/models/mappers.d.ts +67 -0
  114. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  115. package/dist/commonjs/models/mappers.js +2986 -0
  116. package/dist/commonjs/models/mappers.js.map +1 -0
  117. package/dist/commonjs/models/parameters.d.ts +51 -0
  118. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  119. package/dist/commonjs/models/parameters.js +491 -0
  120. package/dist/commonjs/models/parameters.js.map +1 -0
  121. package/dist/commonjs/operations/attestations.d.ts +161 -0
  122. package/dist/commonjs/operations/attestations.d.ts.map +1 -0
  123. package/dist/commonjs/operations/attestations.js +794 -0
  124. package/dist/commonjs/operations/attestations.js.map +1 -0
  125. package/dist/commonjs/operations/componentPolicyStates.d.ts +66 -0
  126. package/dist/commonjs/operations/componentPolicyStates.d.ts.map +1 -0
  127. package/dist/commonjs/operations/componentPolicyStates.js +297 -0
  128. package/dist/commonjs/operations/componentPolicyStates.js.map +1 -0
  129. package/dist/commonjs/operations/index.d.ts +10 -0
  130. package/dist/commonjs/operations/index.d.ts.map +1 -0
  131. package/dist/commonjs/operations/index.js +20 -0
  132. package/dist/commonjs/operations/index.js.map +1 -0
  133. package/dist/commonjs/operations/operations.d.ts +18 -0
  134. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  135. package/dist/commonjs/operations/operations.js +51 -0
  136. package/dist/commonjs/operations/operations.js.map +1 -0
  137. package/dist/commonjs/operations/policyEvents.d.ts +256 -0
  138. package/dist/commonjs/operations/policyEvents.d.ts.map +1 -0
  139. package/dist/commonjs/operations/policyEvents.js +1204 -0
  140. package/dist/commonjs/operations/policyEvents.js.map +1 -0
  141. package/dist/commonjs/operations/policyMetadataOperations.d.ts +38 -0
  142. package/dist/commonjs/operations/policyMetadataOperations.d.ts.map +1 -0
  143. package/dist/commonjs/operations/policyMetadataOperations.js +161 -0
  144. package/dist/commonjs/operations/policyMetadataOperations.js.map +1 -0
  145. package/dist/commonjs/operations/policyRestrictions.d.ts +34 -0
  146. package/dist/commonjs/operations/policyRestrictions.d.ts.map +1 -0
  147. package/dist/commonjs/operations/policyRestrictions.js +117 -0
  148. package/dist/commonjs/operations/policyRestrictions.js.map +1 -0
  149. package/dist/commonjs/operations/policyStates.d.ts +385 -0
  150. package/dist/commonjs/operations/policyStates.d.ts.map +1 -0
  151. package/dist/commonjs/operations/policyStates.js +1709 -0
  152. package/dist/commonjs/operations/policyStates.js.map +1 -0
  153. package/dist/commonjs/operations/policyTrackedResources.d.ts +123 -0
  154. package/dist/commonjs/operations/policyTrackedResources.d.ts.map +1 -0
  155. package/dist/commonjs/operations/policyTrackedResources.js +540 -0
  156. package/dist/commonjs/operations/policyTrackedResources.js.map +1 -0
  157. package/dist/commonjs/operations/remediations.d.ts +304 -0
  158. package/dist/commonjs/operations/remediations.d.ts.map +1 -0
  159. package/dist/commonjs/operations/remediations.js +1478 -0
  160. package/dist/commonjs/operations/remediations.js.map +1 -0
  161. package/dist/commonjs/operationsInterfaces/attestations.d.ts +110 -0
  162. package/dist/commonjs/operationsInterfaces/attestations.d.ts.map +1 -0
  163. package/dist/commonjs/operationsInterfaces/attestations.js +10 -0
  164. package/dist/commonjs/operationsInterfaces/attestations.js.map +1 -0
  165. package/dist/commonjs/operationsInterfaces/componentPolicyStates.d.ts +58 -0
  166. package/dist/commonjs/operationsInterfaces/componentPolicyStates.d.ts.map +1 -0
  167. package/dist/commonjs/operationsInterfaces/componentPolicyStates.js +10 -0
  168. package/dist/commonjs/operationsInterfaces/componentPolicyStates.js.map +1 -0
  169. package/dist/commonjs/operationsInterfaces/index.d.ts +10 -0
  170. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  171. package/dist/commonjs/operationsInterfaces/index.js +20 -0
  172. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  173. package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
  174. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  175. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  176. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  177. package/dist/commonjs/operationsInterfaces/policyEvents.d.ts +76 -0
  178. package/dist/commonjs/operationsInterfaces/policyEvents.d.ts.map +1 -0
  179. package/dist/commonjs/operationsInterfaces/policyEvents.js +10 -0
  180. package/dist/commonjs/operationsInterfaces/policyEvents.js.map +1 -0
  181. package/dist/commonjs/operationsInterfaces/policyMetadataOperations.d.ts +17 -0
  182. package/dist/commonjs/operationsInterfaces/policyMetadataOperations.d.ts.map +1 -0
  183. package/dist/commonjs/operationsInterfaces/policyMetadataOperations.js +10 -0
  184. package/dist/commonjs/operationsInterfaces/policyMetadataOperations.js.map +1 -0
  185. package/dist/commonjs/operationsInterfaces/policyRestrictions.d.ts +26 -0
  186. package/dist/commonjs/operationsInterfaces/policyRestrictions.d.ts.map +1 -0
  187. package/dist/commonjs/operationsInterfaces/policyRestrictions.js +10 -0
  188. package/dist/commonjs/operationsInterfaces/policyRestrictions.js.map +1 -0
  189. package/dist/commonjs/operationsInterfaces/policyStates.d.ts +189 -0
  190. package/dist/commonjs/operationsInterfaces/policyStates.d.ts.map +1 -0
  191. package/dist/commonjs/operationsInterfaces/policyStates.js +10 -0
  192. package/dist/commonjs/operationsInterfaces/policyStates.js.map +1 -0
  193. package/dist/commonjs/operationsInterfaces/policyTrackedResources.d.ts +37 -0
  194. package/dist/commonjs/operationsInterfaces/policyTrackedResources.d.ts.map +1 -0
  195. package/dist/commonjs/operationsInterfaces/policyTrackedResources.js +10 -0
  196. package/dist/commonjs/operationsInterfaces/policyTrackedResources.js.map +1 -0
  197. package/dist/commonjs/operationsInterfaces/remediations.d.ts +168 -0
  198. package/dist/commonjs/operationsInterfaces/remediations.d.ts.map +1 -0
  199. package/dist/commonjs/operationsInterfaces/remediations.js +10 -0
  200. package/dist/commonjs/operationsInterfaces/remediations.js.map +1 -0
  201. package/dist/commonjs/package.json +3 -0
  202. package/dist/commonjs/pagingHelper.d.ts +13 -0
  203. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  204. package/dist/commonjs/pagingHelper.js +36 -0
  205. package/dist/commonjs/pagingHelper.js.map +1 -0
  206. package/dist/commonjs/policyInsightsClient.d.ts +26 -0
  207. package/dist/commonjs/policyInsightsClient.d.ts.map +1 -0
  208. package/dist/commonjs/policyInsightsClient.js +81 -0
  209. package/dist/commonjs/policyInsightsClient.js.map +1 -0
  210. package/dist/commonjs/tsdoc-metadata.json +11 -0
  211. package/dist/esm/index.d.ts +5 -0
  212. package/dist/esm/index.d.ts.map +1 -0
  213. package/dist/esm/index.js +13 -0
  214. package/dist/esm/index.js.map +1 -0
  215. package/dist/esm/lroImpl.d.ts +11 -0
  216. package/dist/esm/lroImpl.d.ts.map +1 -0
  217. package/dist/esm/lroImpl.js +21 -0
  218. package/dist/esm/lroImpl.js.map +1 -0
  219. package/dist/esm/models/index.d.ts +2256 -0
  220. package/dist/esm/models/index.d.ts.map +1 -0
  221. package/dist/esm/models/index.js +82 -0
  222. package/dist/esm/models/index.js.map +1 -0
  223. package/dist/esm/models/mappers.d.ts +67 -0
  224. package/dist/esm/models/mappers.d.ts.map +1 -0
  225. package/dist/esm/models/mappers.js +2982 -0
  226. package/dist/esm/models/mappers.js.map +1 -0
  227. package/dist/esm/models/parameters.d.ts +51 -0
  228. package/dist/esm/models/parameters.d.ts.map +1 -0
  229. package/dist/esm/models/parameters.js +488 -0
  230. package/dist/esm/models/parameters.js.map +1 -0
  231. package/dist/esm/operations/attestations.d.ts +161 -0
  232. package/dist/esm/operations/attestations.d.ts.map +1 -0
  233. package/dist/esm/operations/attestations.js +790 -0
  234. package/dist/esm/operations/attestations.js.map +1 -0
  235. package/dist/esm/operations/componentPolicyStates.d.ts +66 -0
  236. package/dist/esm/operations/componentPolicyStates.d.ts.map +1 -0
  237. package/dist/esm/operations/componentPolicyStates.js +292 -0
  238. package/dist/esm/operations/componentPolicyStates.js.map +1 -0
  239. package/dist/esm/operations/index.d.ts +10 -0
  240. package/dist/esm/operations/index.d.ts.map +1 -0
  241. package/dist/esm/operations/index.js +17 -0
  242. package/dist/esm/operations/index.js.map +1 -0
  243. package/dist/esm/operations/operations.d.ts +18 -0
  244. package/dist/esm/operations/operations.d.ts.map +1 -0
  245. package/dist/esm/operations/operations.js +46 -0
  246. package/dist/esm/operations/operations.js.map +1 -0
  247. package/dist/esm/operations/policyEvents.d.ts +256 -0
  248. package/dist/esm/operations/policyEvents.d.ts.map +1 -0
  249. package/dist/esm/operations/policyEvents.js +1200 -0
  250. package/dist/esm/operations/policyEvents.js.map +1 -0
  251. package/dist/esm/operations/policyMetadataOperations.d.ts +38 -0
  252. package/dist/esm/operations/policyMetadataOperations.d.ts.map +1 -0
  253. package/dist/esm/operations/policyMetadataOperations.js +157 -0
  254. package/dist/esm/operations/policyMetadataOperations.js.map +1 -0
  255. package/dist/esm/operations/policyRestrictions.d.ts +34 -0
  256. package/dist/esm/operations/policyRestrictions.d.ts.map +1 -0
  257. package/dist/esm/operations/policyRestrictions.js +112 -0
  258. package/dist/esm/operations/policyRestrictions.js.map +1 -0
  259. package/dist/esm/operations/policyStates.d.ts +385 -0
  260. package/dist/esm/operations/policyStates.d.ts.map +1 -0
  261. package/dist/esm/operations/policyStates.js +1705 -0
  262. package/dist/esm/operations/policyStates.js.map +1 -0
  263. package/dist/esm/operations/policyTrackedResources.d.ts +123 -0
  264. package/dist/esm/operations/policyTrackedResources.d.ts.map +1 -0
  265. package/dist/esm/operations/policyTrackedResources.js +536 -0
  266. package/dist/esm/operations/policyTrackedResources.js.map +1 -0
  267. package/dist/esm/operations/remediations.d.ts +304 -0
  268. package/dist/esm/operations/remediations.d.ts.map +1 -0
  269. package/dist/esm/operations/remediations.js +1474 -0
  270. package/dist/esm/operations/remediations.js.map +1 -0
  271. package/dist/esm/operationsInterfaces/attestations.d.ts +110 -0
  272. package/dist/esm/operationsInterfaces/attestations.d.ts.map +1 -0
  273. package/dist/esm/operationsInterfaces/attestations.js +9 -0
  274. package/dist/esm/operationsInterfaces/attestations.js.map +1 -0
  275. package/dist/esm/operationsInterfaces/componentPolicyStates.d.ts +58 -0
  276. package/dist/esm/operationsInterfaces/componentPolicyStates.d.ts.map +1 -0
  277. package/dist/esm/operationsInterfaces/componentPolicyStates.js +9 -0
  278. package/dist/esm/operationsInterfaces/componentPolicyStates.js.map +1 -0
  279. package/dist/esm/operationsInterfaces/index.d.ts +10 -0
  280. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  281. package/dist/esm/operationsInterfaces/index.js +17 -0
  282. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  283. package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
  284. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  285. package/dist/esm/operationsInterfaces/operations.js +9 -0
  286. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  287. package/dist/esm/operationsInterfaces/policyEvents.d.ts +76 -0
  288. package/dist/esm/operationsInterfaces/policyEvents.d.ts.map +1 -0
  289. package/dist/esm/operationsInterfaces/policyEvents.js +9 -0
  290. package/dist/esm/operationsInterfaces/policyEvents.js.map +1 -0
  291. package/dist/esm/operationsInterfaces/policyMetadataOperations.d.ts +17 -0
  292. package/dist/esm/operationsInterfaces/policyMetadataOperations.d.ts.map +1 -0
  293. package/dist/esm/operationsInterfaces/policyMetadataOperations.js +9 -0
  294. package/dist/esm/operationsInterfaces/policyMetadataOperations.js.map +1 -0
  295. package/dist/esm/operationsInterfaces/policyRestrictions.d.ts +26 -0
  296. package/dist/esm/operationsInterfaces/policyRestrictions.d.ts.map +1 -0
  297. package/dist/esm/operationsInterfaces/policyRestrictions.js +9 -0
  298. package/dist/esm/operationsInterfaces/policyRestrictions.js.map +1 -0
  299. package/dist/esm/operationsInterfaces/policyStates.d.ts +189 -0
  300. package/dist/esm/operationsInterfaces/policyStates.d.ts.map +1 -0
  301. package/dist/esm/operationsInterfaces/policyStates.js +9 -0
  302. package/dist/esm/operationsInterfaces/policyStates.js.map +1 -0
  303. package/dist/esm/operationsInterfaces/policyTrackedResources.d.ts +37 -0
  304. package/dist/esm/operationsInterfaces/policyTrackedResources.d.ts.map +1 -0
  305. package/dist/esm/operationsInterfaces/policyTrackedResources.js +9 -0
  306. package/dist/esm/operationsInterfaces/policyTrackedResources.js.map +1 -0
  307. package/dist/esm/operationsInterfaces/remediations.d.ts +168 -0
  308. package/dist/esm/operationsInterfaces/remediations.d.ts.map +1 -0
  309. package/dist/esm/operationsInterfaces/remediations.js +9 -0
  310. package/dist/esm/operationsInterfaces/remediations.js.map +1 -0
  311. package/dist/esm/package.json +3 -0
  312. package/dist/esm/pagingHelper.d.ts +13 -0
  313. package/dist/esm/pagingHelper.d.ts.map +1 -0
  314. package/dist/esm/pagingHelper.js +32 -0
  315. package/dist/esm/pagingHelper.js.map +1 -0
  316. package/dist/esm/policyInsightsClient.d.ts +26 -0
  317. package/dist/esm/policyInsightsClient.d.ts.map +1 -0
  318. package/dist/esm/policyInsightsClient.js +76 -0
  319. package/dist/esm/policyInsightsClient.js.map +1 -0
  320. package/dist/react-native/index.d.ts +5 -0
  321. package/dist/react-native/index.d.ts.map +1 -0
  322. package/dist/react-native/index.js +13 -0
  323. package/dist/react-native/index.js.map +1 -0
  324. package/dist/react-native/lroImpl.d.ts +11 -0
  325. package/dist/react-native/lroImpl.d.ts.map +1 -0
  326. package/dist/react-native/lroImpl.js +21 -0
  327. package/dist/react-native/lroImpl.js.map +1 -0
  328. package/dist/react-native/models/index.d.ts +2256 -0
  329. package/dist/react-native/models/index.d.ts.map +1 -0
  330. package/dist/react-native/models/index.js +82 -0
  331. package/dist/react-native/models/index.js.map +1 -0
  332. package/dist/react-native/models/mappers.d.ts +67 -0
  333. package/dist/react-native/models/mappers.d.ts.map +1 -0
  334. package/dist/react-native/models/mappers.js +2982 -0
  335. package/dist/react-native/models/mappers.js.map +1 -0
  336. package/dist/react-native/models/parameters.d.ts +51 -0
  337. package/dist/react-native/models/parameters.d.ts.map +1 -0
  338. package/dist/react-native/models/parameters.js +488 -0
  339. package/dist/react-native/models/parameters.js.map +1 -0
  340. package/dist/react-native/operations/attestations.d.ts +161 -0
  341. package/dist/react-native/operations/attestations.d.ts.map +1 -0
  342. package/dist/react-native/operations/attestations.js +790 -0
  343. package/dist/react-native/operations/attestations.js.map +1 -0
  344. package/dist/react-native/operations/componentPolicyStates.d.ts +66 -0
  345. package/dist/react-native/operations/componentPolicyStates.d.ts.map +1 -0
  346. package/dist/react-native/operations/componentPolicyStates.js +292 -0
  347. package/dist/react-native/operations/componentPolicyStates.js.map +1 -0
  348. package/dist/react-native/operations/index.d.ts +10 -0
  349. package/dist/react-native/operations/index.d.ts.map +1 -0
  350. package/dist/react-native/operations/index.js +17 -0
  351. package/dist/react-native/operations/index.js.map +1 -0
  352. package/dist/react-native/operations/operations.d.ts +18 -0
  353. package/dist/react-native/operations/operations.d.ts.map +1 -0
  354. package/dist/react-native/operations/operations.js +46 -0
  355. package/dist/react-native/operations/operations.js.map +1 -0
  356. package/dist/react-native/operations/policyEvents.d.ts +256 -0
  357. package/dist/react-native/operations/policyEvents.d.ts.map +1 -0
  358. package/dist/react-native/operations/policyEvents.js +1200 -0
  359. package/dist/react-native/operations/policyEvents.js.map +1 -0
  360. package/dist/react-native/operations/policyMetadataOperations.d.ts +38 -0
  361. package/dist/react-native/operations/policyMetadataOperations.d.ts.map +1 -0
  362. package/dist/react-native/operations/policyMetadataOperations.js +157 -0
  363. package/dist/react-native/operations/policyMetadataOperations.js.map +1 -0
  364. package/dist/react-native/operations/policyRestrictions.d.ts +34 -0
  365. package/dist/react-native/operations/policyRestrictions.d.ts.map +1 -0
  366. package/dist/react-native/operations/policyRestrictions.js +112 -0
  367. package/dist/react-native/operations/policyRestrictions.js.map +1 -0
  368. package/dist/react-native/operations/policyStates.d.ts +385 -0
  369. package/dist/react-native/operations/policyStates.d.ts.map +1 -0
  370. package/dist/react-native/operations/policyStates.js +1705 -0
  371. package/dist/react-native/operations/policyStates.js.map +1 -0
  372. package/dist/react-native/operations/policyTrackedResources.d.ts +123 -0
  373. package/dist/react-native/operations/policyTrackedResources.d.ts.map +1 -0
  374. package/dist/react-native/operations/policyTrackedResources.js +536 -0
  375. package/dist/react-native/operations/policyTrackedResources.js.map +1 -0
  376. package/dist/react-native/operations/remediations.d.ts +304 -0
  377. package/dist/react-native/operations/remediations.d.ts.map +1 -0
  378. package/dist/react-native/operations/remediations.js +1474 -0
  379. package/dist/react-native/operations/remediations.js.map +1 -0
  380. package/dist/react-native/operationsInterfaces/attestations.d.ts +110 -0
  381. package/dist/react-native/operationsInterfaces/attestations.d.ts.map +1 -0
  382. package/dist/react-native/operationsInterfaces/attestations.js +9 -0
  383. package/dist/react-native/operationsInterfaces/attestations.js.map +1 -0
  384. package/dist/react-native/operationsInterfaces/componentPolicyStates.d.ts +58 -0
  385. package/dist/react-native/operationsInterfaces/componentPolicyStates.d.ts.map +1 -0
  386. package/dist/react-native/operationsInterfaces/componentPolicyStates.js +9 -0
  387. package/dist/react-native/operationsInterfaces/componentPolicyStates.js.map +1 -0
  388. package/dist/react-native/operationsInterfaces/index.d.ts +10 -0
  389. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  390. package/dist/react-native/operationsInterfaces/index.js +17 -0
  391. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  392. package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
  393. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  394. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  395. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  396. package/dist/react-native/operationsInterfaces/policyEvents.d.ts +76 -0
  397. package/dist/react-native/operationsInterfaces/policyEvents.d.ts.map +1 -0
  398. package/dist/react-native/operationsInterfaces/policyEvents.js +9 -0
  399. package/dist/react-native/operationsInterfaces/policyEvents.js.map +1 -0
  400. package/dist/react-native/operationsInterfaces/policyMetadataOperations.d.ts +17 -0
  401. package/dist/react-native/operationsInterfaces/policyMetadataOperations.d.ts.map +1 -0
  402. package/dist/react-native/operationsInterfaces/policyMetadataOperations.js +9 -0
  403. package/dist/react-native/operationsInterfaces/policyMetadataOperations.js.map +1 -0
  404. package/dist/react-native/operationsInterfaces/policyRestrictions.d.ts +26 -0
  405. package/dist/react-native/operationsInterfaces/policyRestrictions.d.ts.map +1 -0
  406. package/dist/react-native/operationsInterfaces/policyRestrictions.js +9 -0
  407. package/dist/react-native/operationsInterfaces/policyRestrictions.js.map +1 -0
  408. package/dist/react-native/operationsInterfaces/policyStates.d.ts +189 -0
  409. package/dist/react-native/operationsInterfaces/policyStates.d.ts.map +1 -0
  410. package/dist/react-native/operationsInterfaces/policyStates.js +9 -0
  411. package/dist/react-native/operationsInterfaces/policyStates.js.map +1 -0
  412. package/dist/react-native/operationsInterfaces/policyTrackedResources.d.ts +37 -0
  413. package/dist/react-native/operationsInterfaces/policyTrackedResources.d.ts.map +1 -0
  414. package/dist/react-native/operationsInterfaces/policyTrackedResources.js +9 -0
  415. package/dist/react-native/operationsInterfaces/policyTrackedResources.js.map +1 -0
  416. package/dist/react-native/operationsInterfaces/remediations.d.ts +168 -0
  417. package/dist/react-native/operationsInterfaces/remediations.d.ts.map +1 -0
  418. package/dist/react-native/operationsInterfaces/remediations.js +9 -0
  419. package/dist/react-native/operationsInterfaces/remediations.js.map +1 -0
  420. package/dist/react-native/package.json +3 -0
  421. package/dist/react-native/pagingHelper.d.ts +13 -0
  422. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  423. package/dist/react-native/pagingHelper.js +32 -0
  424. package/dist/react-native/pagingHelper.js.map +1 -0
  425. package/dist/react-native/policyInsightsClient.d.ts +26 -0
  426. package/dist/react-native/policyInsightsClient.d.ts.map +1 -0
  427. package/dist/react-native/policyInsightsClient.js +76 -0
  428. package/dist/react-native/policyInsightsClient.js.map +1 -0
  429. package/package.json +83 -62
  430. package/review/arm-policyinsights.api.md +28 -9
  431. package/dist/index.js +0 -9939
  432. package/dist/index.js.map +0 -1
  433. package/dist/index.min.js +0 -1
  434. package/dist/index.min.js.map +0 -1
  435. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceGroupSample.d.ts +0 -2
  436. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceGroupSample.d.ts.map +0 -1
  437. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceGroupSample.js +0 -55
  438. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceGroupSample.js.map +0 -1
  439. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceSample.d.ts +0 -2
  440. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceSample.d.ts.map +0 -1
  441. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceSample.js +0 -55
  442. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceSample.js.map +0 -1
  443. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtSubscriptionSample.d.ts +0 -2
  444. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtSubscriptionSample.d.ts.map +0 -1
  445. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtSubscriptionSample.js +0 -76
  446. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtSubscriptionSample.js.map +0 -1
  447. package/dist-esm/samples-dev/attestationsDeleteAtResourceGroupSample.d.ts +0 -2
  448. package/dist-esm/samples-dev/attestationsDeleteAtResourceGroupSample.d.ts.map +0 -1
  449. package/dist-esm/samples-dev/attestationsDeleteAtResourceGroupSample.js +0 -39
  450. package/dist-esm/samples-dev/attestationsDeleteAtResourceGroupSample.js.map +0 -1
  451. package/dist-esm/samples-dev/attestationsDeleteAtResourceSample.d.ts +0 -2
  452. package/dist-esm/samples-dev/attestationsDeleteAtResourceSample.d.ts.map +0 -1
  453. package/dist-esm/samples-dev/attestationsDeleteAtResourceSample.js +0 -39
  454. package/dist-esm/samples-dev/attestationsDeleteAtResourceSample.js.map +0 -1
  455. package/dist-esm/samples-dev/attestationsDeleteAtSubscriptionSample.d.ts +0 -2
  456. package/dist-esm/samples-dev/attestationsDeleteAtSubscriptionSample.d.ts.map +0 -1
  457. package/dist-esm/samples-dev/attestationsDeleteAtSubscriptionSample.js +0 -38
  458. package/dist-esm/samples-dev/attestationsDeleteAtSubscriptionSample.js.map +0 -1
  459. package/dist-esm/samples-dev/attestationsGetAtResourceGroupSample.d.ts +0 -2
  460. package/dist-esm/samples-dev/attestationsGetAtResourceGroupSample.d.ts.map +0 -1
  461. package/dist-esm/samples-dev/attestationsGetAtResourceGroupSample.js +0 -39
  462. package/dist-esm/samples-dev/attestationsGetAtResourceGroupSample.js.map +0 -1
  463. package/dist-esm/samples-dev/attestationsGetAtResourceSample.d.ts +0 -2
  464. package/dist-esm/samples-dev/attestationsGetAtResourceSample.d.ts.map +0 -1
  465. package/dist-esm/samples-dev/attestationsGetAtResourceSample.js +0 -39
  466. package/dist-esm/samples-dev/attestationsGetAtResourceSample.js.map +0 -1
  467. package/dist-esm/samples-dev/attestationsGetAtSubscriptionSample.d.ts +0 -2
  468. package/dist-esm/samples-dev/attestationsGetAtSubscriptionSample.d.ts.map +0 -1
  469. package/dist-esm/samples-dev/attestationsGetAtSubscriptionSample.js +0 -38
  470. package/dist-esm/samples-dev/attestationsGetAtSubscriptionSample.js.map +0 -1
  471. package/dist-esm/samples-dev/attestationsListForResourceGroupSample.d.ts +0 -2
  472. package/dist-esm/samples-dev/attestationsListForResourceGroupSample.d.ts.map +0 -1
  473. package/dist-esm/samples-dev/attestationsListForResourceGroupSample.js +0 -92
  474. package/dist-esm/samples-dev/attestationsListForResourceGroupSample.js.map +0 -1
  475. package/dist-esm/samples-dev/attestationsListForResourceSample.d.ts +0 -2
  476. package/dist-esm/samples-dev/attestationsListForResourceSample.d.ts.map +0 -1
  477. package/dist-esm/samples-dev/attestationsListForResourceSample.js +0 -87
  478. package/dist-esm/samples-dev/attestationsListForResourceSample.js.map +0 -1
  479. package/dist-esm/samples-dev/attestationsListForSubscriptionSample.d.ts +0 -2
  480. package/dist-esm/samples-dev/attestationsListForSubscriptionSample.d.ts.map +0 -1
  481. package/dist-esm/samples-dev/attestationsListForSubscriptionSample.js +0 -90
  482. package/dist-esm/samples-dev/attestationsListForSubscriptionSample.js.map +0 -1
  483. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForPolicyDefinitionSample.d.ts +0 -2
  484. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForPolicyDefinitionSample.d.ts.map +0 -1
  485. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForPolicyDefinitionSample.js +0 -39
  486. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForPolicyDefinitionSample.js.map +0 -1
  487. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentSample.d.ts +0 -2
  488. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentSample.d.ts.map +0 -1
  489. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentSample.js +0 -40
  490. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentSample.js.map +0 -1
  491. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForResourceGroupSample.d.ts +0 -2
  492. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForResourceGroupSample.d.ts.map +0 -1
  493. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForResourceGroupSample.js +0 -64
  494. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForResourceGroupSample.js.map +0 -1
  495. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForResourceSample.d.ts +0 -2
  496. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForResourceSample.d.ts.map +0 -1
  497. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForResourceSample.js +0 -131
  498. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForResourceSample.js.map +0 -1
  499. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentSample.d.ts +0 -2
  500. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentSample.d.ts.map +0 -1
  501. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentSample.js +0 -39
  502. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentSample.js.map +0 -1
  503. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForSubscriptionSample.d.ts +0 -2
  504. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForSubscriptionSample.d.ts.map +0 -1
  505. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForSubscriptionSample.js +0 -62
  506. package/dist-esm/samples-dev/componentPolicyStatesListQueryResultsForSubscriptionSample.js.map +0 -1
  507. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  508. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  509. package/dist-esm/samples-dev/operationsListSample.js +0 -37
  510. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  511. package/dist-esm/samples-dev/policyEventsListQueryResultsForManagementGroupSample.d.ts +0 -2
  512. package/dist-esm/samples-dev/policyEventsListQueryResultsForManagementGroupSample.d.ts.map +0 -1
  513. package/dist-esm/samples-dev/policyEventsListQueryResultsForManagementGroupSample.js +0 -90
  514. package/dist-esm/samples-dev/policyEventsListQueryResultsForManagementGroupSample.js.map +0 -1
  515. package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicyDefinitionSample.d.ts +0 -2
  516. package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicyDefinitionSample.d.ts.map +0 -1
  517. package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicyDefinitionSample.js +0 -90
  518. package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicyDefinitionSample.js.map +0 -1
  519. package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicySetDefinitionSample.d.ts +0 -2
  520. package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicySetDefinitionSample.d.ts.map +0 -1
  521. package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicySetDefinitionSample.js +0 -90
  522. package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicySetDefinitionSample.js.map +0 -1
  523. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentSample.d.ts +0 -2
  524. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentSample.d.ts.map +0 -1
  525. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentSample.js +0 -92
  526. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentSample.js.map +0 -1
  527. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupSample.d.ts +0 -2
  528. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupSample.d.ts.map +0 -1
  529. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupSample.js +0 -90
  530. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupSample.js.map +0 -1
  531. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceSample.d.ts +0 -2
  532. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceSample.d.ts.map +0 -1
  533. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceSample.js +0 -265
  534. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceSample.js.map +0 -1
  535. package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentSample.d.ts +0 -2
  536. package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentSample.d.ts.map +0 -1
  537. package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentSample.js +0 -90
  538. package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentSample.js.map +0 -1
  539. package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionSample.d.ts +0 -2
  540. package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionSample.d.ts.map +0 -1
  541. package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionSample.js +0 -284
  542. package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionSample.js.map +0 -1
  543. package/dist-esm/samples-dev/policyMetadataGetResourceSample.d.ts +0 -2
  544. package/dist-esm/samples-dev/policyMetadataGetResourceSample.d.ts.map +0 -1
  545. package/dist-esm/samples-dev/policyMetadataGetResourceSample.js +0 -38
  546. package/dist-esm/samples-dev/policyMetadataGetResourceSample.js.map +0 -1
  547. package/dist-esm/samples-dev/policyMetadataListSample.d.ts +0 -2
  548. package/dist-esm/samples-dev/policyMetadataListSample.d.ts.map +0 -1
  549. package/dist-esm/samples-dev/policyMetadataListSample.js +0 -84
  550. package/dist-esm/samples-dev/policyMetadataListSample.js.map +0 -1
  551. package/dist-esm/samples-dev/policyRestrictionsCheckAtManagementGroupScopeSample.d.ts +0 -2
  552. package/dist-esm/samples-dev/policyRestrictionsCheckAtManagementGroupScopeSample.d.ts.map +0 -1
  553. package/dist-esm/samples-dev/policyRestrictionsCheckAtManagementGroupScopeSample.js +0 -41
  554. package/dist-esm/samples-dev/policyRestrictionsCheckAtManagementGroupScopeSample.js.map +0 -1
  555. package/dist-esm/samples-dev/policyRestrictionsCheckAtResourceGroupScopeSample.d.ts +0 -2
  556. package/dist-esm/samples-dev/policyRestrictionsCheckAtResourceGroupScopeSample.d.ts.map +0 -1
  557. package/dist-esm/samples-dev/policyRestrictionsCheckAtResourceGroupScopeSample.js +0 -55
  558. package/dist-esm/samples-dev/policyRestrictionsCheckAtResourceGroupScopeSample.js.map +0 -1
  559. package/dist-esm/samples-dev/policyRestrictionsCheckAtSubscriptionScopeSample.d.ts +0 -2
  560. package/dist-esm/samples-dev/policyRestrictionsCheckAtSubscriptionScopeSample.d.ts.map +0 -1
  561. package/dist-esm/samples-dev/policyRestrictionsCheckAtSubscriptionScopeSample.js +0 -54
  562. package/dist-esm/samples-dev/policyRestrictionsCheckAtSubscriptionScopeSample.js.map +0 -1
  563. package/dist-esm/samples-dev/policyStatesListQueryResultsForManagementGroupSample.d.ts +0 -2
  564. package/dist-esm/samples-dev/policyStatesListQueryResultsForManagementGroupSample.d.ts.map +0 -1
  565. package/dist-esm/samples-dev/policyStatesListQueryResultsForManagementGroupSample.js +0 -90
  566. package/dist-esm/samples-dev/policyStatesListQueryResultsForManagementGroupSample.js.map +0 -1
  567. package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicyDefinitionSample.d.ts +0 -2
  568. package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicyDefinitionSample.d.ts.map +0 -1
  569. package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicyDefinitionSample.js +0 -90
  570. package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicyDefinitionSample.js.map +0 -1
  571. package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicySetDefinitionSample.d.ts +0 -2
  572. package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicySetDefinitionSample.d.ts.map +0 -1
  573. package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicySetDefinitionSample.js +0 -90
  574. package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicySetDefinitionSample.js.map +0 -1
  575. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentSample.d.ts +0 -2
  576. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentSample.d.ts.map +0 -1
  577. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentSample.js +0 -92
  578. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentSample.js.map +0 -1
  579. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupSample.d.ts +0 -2
  580. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupSample.d.ts.map +0 -1
  581. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupSample.js +0 -90
  582. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupSample.js.map +0 -1
  583. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceSample.d.ts +0 -2
  584. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceSample.d.ts.map +0 -1
  585. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceSample.js +0 -302
  586. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceSample.js.map +0 -1
  587. package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentSample.d.ts +0 -2
  588. package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentSample.d.ts.map +0 -1
  589. package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentSample.js +0 -90
  590. package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentSample.js.map +0 -1
  591. package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionSample.d.ts +0 -2
  592. package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionSample.d.ts.map +0 -1
  593. package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionSample.js +0 -284
  594. package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionSample.js.map +0 -1
  595. package/dist-esm/samples-dev/policyStatesSummarizeForManagementGroupSample.d.ts +0 -2
  596. package/dist-esm/samples-dev/policyStatesSummarizeForManagementGroupSample.d.ts.map +0 -1
  597. package/dist-esm/samples-dev/policyStatesSummarizeForManagementGroupSample.js +0 -46
  598. package/dist-esm/samples-dev/policyStatesSummarizeForManagementGroupSample.js.map +0 -1
  599. package/dist-esm/samples-dev/policyStatesSummarizeForPolicyDefinitionSample.d.ts +0 -2
  600. package/dist-esm/samples-dev/policyStatesSummarizeForPolicyDefinitionSample.d.ts.map +0 -1
  601. package/dist-esm/samples-dev/policyStatesSummarizeForPolicyDefinitionSample.js +0 -39
  602. package/dist-esm/samples-dev/policyStatesSummarizeForPolicyDefinitionSample.js.map +0 -1
  603. package/dist-esm/samples-dev/policyStatesSummarizeForPolicySetDefinitionSample.d.ts +0 -2
  604. package/dist-esm/samples-dev/policyStatesSummarizeForPolicySetDefinitionSample.d.ts.map +0 -1
  605. package/dist-esm/samples-dev/policyStatesSummarizeForPolicySetDefinitionSample.js +0 -46
  606. package/dist-esm/samples-dev/policyStatesSummarizeForPolicySetDefinitionSample.js.map +0 -1
  607. package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupLevelPolicyAssignmentSample.d.ts +0 -2
  608. package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupLevelPolicyAssignmentSample.d.ts.map +0 -1
  609. package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupLevelPolicyAssignmentSample.js +0 -40
  610. package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupLevelPolicyAssignmentSample.js.map +0 -1
  611. package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupSample.d.ts +0 -2
  612. package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupSample.d.ts.map +0 -1
  613. package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupSample.js +0 -39
  614. package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupSample.js.map +0 -1
  615. package/dist-esm/samples-dev/policyStatesSummarizeForResourceSample.d.ts +0 -2
  616. package/dist-esm/samples-dev/policyStatesSummarizeForResourceSample.d.ts.map +0 -1
  617. package/dist-esm/samples-dev/policyStatesSummarizeForResourceSample.js +0 -41
  618. package/dist-esm/samples-dev/policyStatesSummarizeForResourceSample.js.map +0 -1
  619. package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionLevelPolicyAssignmentSample.d.ts +0 -2
  620. package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionLevelPolicyAssignmentSample.d.ts.map +0 -1
  621. package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionLevelPolicyAssignmentSample.js +0 -39
  622. package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionLevelPolicyAssignmentSample.js.map +0 -1
  623. package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionSample.d.ts +0 -2
  624. package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionSample.d.ts.map +0 -1
  625. package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionSample.js +0 -63
  626. package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionSample.js.map +0 -1
  627. package/dist-esm/samples-dev/policyStatesTriggerResourceGroupEvaluationSample.d.ts +0 -2
  628. package/dist-esm/samples-dev/policyStatesTriggerResourceGroupEvaluationSample.d.ts.map +0 -1
  629. package/dist-esm/samples-dev/policyStatesTriggerResourceGroupEvaluationSample.js +0 -38
  630. package/dist-esm/samples-dev/policyStatesTriggerResourceGroupEvaluationSample.js.map +0 -1
  631. package/dist-esm/samples-dev/policyStatesTriggerSubscriptionEvaluationSample.d.ts +0 -2
  632. package/dist-esm/samples-dev/policyStatesTriggerSubscriptionEvaluationSample.d.ts.map +0 -1
  633. package/dist-esm/samples-dev/policyStatesTriggerSubscriptionEvaluationSample.js +0 -37
  634. package/dist-esm/samples-dev/policyStatesTriggerSubscriptionEvaluationSample.js.map +0 -1
  635. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForManagementGroupSample.d.ts +0 -2
  636. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForManagementGroupSample.d.ts.map +0 -1
  637. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForManagementGroupSample.js +0 -91
  638. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForManagementGroupSample.js.map +0 -1
  639. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceGroupSample.d.ts +0 -2
  640. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceGroupSample.d.ts.map +0 -1
  641. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceGroupSample.js +0 -91
  642. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceGroupSample.js.map +0 -1
  643. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceSample.d.ts +0 -2
  644. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceSample.d.ts.map +0 -1
  645. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceSample.js +0 -91
  646. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceSample.js.map +0 -1
  647. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForSubscriptionSample.d.ts +0 -2
  648. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForSubscriptionSample.d.ts.map +0 -1
  649. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForSubscriptionSample.js +0 -89
  650. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForSubscriptionSample.js.map +0 -1
  651. package/dist-esm/samples-dev/remediationsCancelAtManagementGroupSample.d.ts +0 -2
  652. package/dist-esm/samples-dev/remediationsCancelAtManagementGroupSample.d.ts.map +0 -1
  653. package/dist-esm/samples-dev/remediationsCancelAtManagementGroupSample.js +0 -39
  654. package/dist-esm/samples-dev/remediationsCancelAtManagementGroupSample.js.map +0 -1
  655. package/dist-esm/samples-dev/remediationsCancelAtResourceGroupSample.d.ts +0 -2
  656. package/dist-esm/samples-dev/remediationsCancelAtResourceGroupSample.d.ts.map +0 -1
  657. package/dist-esm/samples-dev/remediationsCancelAtResourceGroupSample.js +0 -39
  658. package/dist-esm/samples-dev/remediationsCancelAtResourceGroupSample.js.map +0 -1
  659. package/dist-esm/samples-dev/remediationsCancelAtResourceSample.d.ts +0 -2
  660. package/dist-esm/samples-dev/remediationsCancelAtResourceSample.d.ts.map +0 -1
  661. package/dist-esm/samples-dev/remediationsCancelAtResourceSample.js +0 -39
  662. package/dist-esm/samples-dev/remediationsCancelAtResourceSample.js.map +0 -1
  663. package/dist-esm/samples-dev/remediationsCancelAtSubscriptionSample.d.ts +0 -2
  664. package/dist-esm/samples-dev/remediationsCancelAtSubscriptionSample.d.ts.map +0 -1
  665. package/dist-esm/samples-dev/remediationsCancelAtSubscriptionSample.js +0 -38
  666. package/dist-esm/samples-dev/remediationsCancelAtSubscriptionSample.js.map +0 -1
  667. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtManagementGroupSample.d.ts +0 -2
  668. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtManagementGroupSample.d.ts.map +0 -1
  669. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtManagementGroupSample.js +0 -42
  670. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtManagementGroupSample.js.map +0 -1
  671. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceGroupSample.d.ts +0 -2
  672. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceGroupSample.d.ts.map +0 -1
  673. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceGroupSample.js +0 -42
  674. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceGroupSample.js.map +0 -1
  675. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceSample.d.ts +0 -2
  676. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceSample.d.ts.map +0 -1
  677. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceSample.js +0 -42
  678. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceSample.js.map +0 -1
  679. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtSubscriptionSample.d.ts +0 -2
  680. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtSubscriptionSample.d.ts.map +0 -1
  681. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtSubscriptionSample.js +0 -68
  682. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtSubscriptionSample.js.map +0 -1
  683. package/dist-esm/samples-dev/remediationsDeleteAtManagementGroupSample.d.ts +0 -2
  684. package/dist-esm/samples-dev/remediationsDeleteAtManagementGroupSample.d.ts.map +0 -1
  685. package/dist-esm/samples-dev/remediationsDeleteAtManagementGroupSample.js +0 -39
  686. package/dist-esm/samples-dev/remediationsDeleteAtManagementGroupSample.js.map +0 -1
  687. package/dist-esm/samples-dev/remediationsDeleteAtResourceGroupSample.d.ts +0 -2
  688. package/dist-esm/samples-dev/remediationsDeleteAtResourceGroupSample.d.ts.map +0 -1
  689. package/dist-esm/samples-dev/remediationsDeleteAtResourceGroupSample.js +0 -39
  690. package/dist-esm/samples-dev/remediationsDeleteAtResourceGroupSample.js.map +0 -1
  691. package/dist-esm/samples-dev/remediationsDeleteAtResourceSample.d.ts +0 -2
  692. package/dist-esm/samples-dev/remediationsDeleteAtResourceSample.d.ts.map +0 -1
  693. package/dist-esm/samples-dev/remediationsDeleteAtResourceSample.js +0 -39
  694. package/dist-esm/samples-dev/remediationsDeleteAtResourceSample.js.map +0 -1
  695. package/dist-esm/samples-dev/remediationsDeleteAtSubscriptionSample.d.ts +0 -2
  696. package/dist-esm/samples-dev/remediationsDeleteAtSubscriptionSample.d.ts.map +0 -1
  697. package/dist-esm/samples-dev/remediationsDeleteAtSubscriptionSample.js +0 -38
  698. package/dist-esm/samples-dev/remediationsDeleteAtSubscriptionSample.js.map +0 -1
  699. package/dist-esm/samples-dev/remediationsGetAtManagementGroupSample.d.ts +0 -2
  700. package/dist-esm/samples-dev/remediationsGetAtManagementGroupSample.d.ts.map +0 -1
  701. package/dist-esm/samples-dev/remediationsGetAtManagementGroupSample.js +0 -39
  702. package/dist-esm/samples-dev/remediationsGetAtManagementGroupSample.js.map +0 -1
  703. package/dist-esm/samples-dev/remediationsGetAtResourceGroupSample.d.ts +0 -2
  704. package/dist-esm/samples-dev/remediationsGetAtResourceGroupSample.d.ts.map +0 -1
  705. package/dist-esm/samples-dev/remediationsGetAtResourceGroupSample.js +0 -39
  706. package/dist-esm/samples-dev/remediationsGetAtResourceGroupSample.js.map +0 -1
  707. package/dist-esm/samples-dev/remediationsGetAtResourceSample.d.ts +0 -2
  708. package/dist-esm/samples-dev/remediationsGetAtResourceSample.d.ts.map +0 -1
  709. package/dist-esm/samples-dev/remediationsGetAtResourceSample.js +0 -39
  710. package/dist-esm/samples-dev/remediationsGetAtResourceSample.js.map +0 -1
  711. package/dist-esm/samples-dev/remediationsGetAtSubscriptionSample.d.ts +0 -2
  712. package/dist-esm/samples-dev/remediationsGetAtSubscriptionSample.d.ts.map +0 -1
  713. package/dist-esm/samples-dev/remediationsGetAtSubscriptionSample.js +0 -38
  714. package/dist-esm/samples-dev/remediationsGetAtSubscriptionSample.js.map +0 -1
  715. package/dist-esm/samples-dev/remediationsListDeploymentsAtManagementGroupSample.d.ts +0 -2
  716. package/dist-esm/samples-dev/remediationsListDeploymentsAtManagementGroupSample.d.ts.map +0 -1
  717. package/dist-esm/samples-dev/remediationsListDeploymentsAtManagementGroupSample.js +0 -53
  718. package/dist-esm/samples-dev/remediationsListDeploymentsAtManagementGroupSample.js.map +0 -1
  719. package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceGroupSample.d.ts +0 -2
  720. package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceGroupSample.d.ts.map +0 -1
  721. package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceGroupSample.js +0 -53
  722. package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceGroupSample.js.map +0 -1
  723. package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceSample.d.ts +0 -2
  724. package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceSample.d.ts.map +0 -1
  725. package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceSample.js +0 -53
  726. package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceSample.js.map +0 -1
  727. package/dist-esm/samples-dev/remediationsListDeploymentsAtSubscriptionSample.d.ts +0 -2
  728. package/dist-esm/samples-dev/remediationsListDeploymentsAtSubscriptionSample.d.ts.map +0 -1
  729. package/dist-esm/samples-dev/remediationsListDeploymentsAtSubscriptionSample.js +0 -52
  730. package/dist-esm/samples-dev/remediationsListDeploymentsAtSubscriptionSample.js.map +0 -1
  731. package/dist-esm/samples-dev/remediationsListForManagementGroupSample.d.ts +0 -2
  732. package/dist-esm/samples-dev/remediationsListForManagementGroupSample.d.ts.map +0 -1
  733. package/dist-esm/samples-dev/remediationsListForManagementGroupSample.js +0 -89
  734. package/dist-esm/samples-dev/remediationsListForManagementGroupSample.js.map +0 -1
  735. package/dist-esm/samples-dev/remediationsListForResourceGroupSample.d.ts +0 -2
  736. package/dist-esm/samples-dev/remediationsListForResourceGroupSample.d.ts.map +0 -1
  737. package/dist-esm/samples-dev/remediationsListForResourceGroupSample.js +0 -89
  738. package/dist-esm/samples-dev/remediationsListForResourceGroupSample.js.map +0 -1
  739. package/dist-esm/samples-dev/remediationsListForResourceSample.d.ts +0 -2
  740. package/dist-esm/samples-dev/remediationsListForResourceSample.d.ts.map +0 -1
  741. package/dist-esm/samples-dev/remediationsListForResourceSample.js +0 -87
  742. package/dist-esm/samples-dev/remediationsListForResourceSample.js.map +0 -1
  743. package/dist-esm/samples-dev/remediationsListForSubscriptionSample.d.ts +0 -2
  744. package/dist-esm/samples-dev/remediationsListForSubscriptionSample.d.ts.map +0 -1
  745. package/dist-esm/samples-dev/remediationsListForSubscriptionSample.js +0 -87
  746. package/dist-esm/samples-dev/remediationsListForSubscriptionSample.js.map +0 -1
  747. package/dist-esm/src/index.d.ts +0 -6
  748. package/dist-esm/src/index.d.ts.map +0 -1
  749. package/dist-esm/src/index.js +0 -13
  750. package/dist-esm/src/index.js.map +0 -1
  751. package/dist-esm/src/lroImpl.d.ts +0 -16
  752. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  753. package/dist-esm/src/lroImpl.js +0 -29
  754. package/dist-esm/src/lroImpl.js.map +0 -1
  755. package/dist-esm/src/models/index.d.ts +0 -2214
  756. package/dist-esm/src/models/index.d.ts.map +0 -1
  757. package/dist-esm/src/models/index.js +0 -80
  758. package/dist-esm/src/models/index.js.map +0 -1
  759. package/dist-esm/src/models/mappers.d.ts +0 -65
  760. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  761. package/dist-esm/src/models/mappers.js +0 -2894
  762. package/dist-esm/src/models/mappers.js.map +0 -1
  763. package/dist-esm/src/models/parameters.d.ts +0 -55
  764. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  765. package/dist-esm/src/models/parameters.js +0 -532
  766. package/dist-esm/src/models/parameters.js.map +0 -1
  767. package/dist-esm/src/operations/attestations.d.ts +0 -161
  768. package/dist-esm/src/operations/attestations.d.ts.map +0 -1
  769. package/dist-esm/src/operations/attestations.js +0 -784
  770. package/dist-esm/src/operations/attestations.js.map +0 -1
  771. package/dist-esm/src/operations/componentPolicyStates.d.ts +0 -66
  772. package/dist-esm/src/operations/componentPolicyStates.d.ts.map +0 -1
  773. package/dist-esm/src/operations/componentPolicyStates.js +0 -292
  774. package/dist-esm/src/operations/componentPolicyStates.js.map +0 -1
  775. package/dist-esm/src/operations/index.d.ts +0 -10
  776. package/dist-esm/src/operations/index.d.ts.map +0 -1
  777. package/dist-esm/src/operations/index.js +0 -17
  778. package/dist-esm/src/operations/index.js.map +0 -1
  779. package/dist-esm/src/operations/operations.d.ts +0 -18
  780. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  781. package/dist-esm/src/operations/operations.js +0 -46
  782. package/dist-esm/src/operations/operations.js.map +0 -1
  783. package/dist-esm/src/operations/policyEvents.d.ts +0 -256
  784. package/dist-esm/src/operations/policyEvents.d.ts.map +0 -1
  785. package/dist-esm/src/operations/policyEvents.js +0 -1181
  786. package/dist-esm/src/operations/policyEvents.js.map +0 -1
  787. package/dist-esm/src/operations/policyMetadataOperations.d.ts +0 -38
  788. package/dist-esm/src/operations/policyMetadataOperations.d.ts.map +0 -1
  789. package/dist-esm/src/operations/policyMetadataOperations.js +0 -155
  790. package/dist-esm/src/operations/policyMetadataOperations.js.map +0 -1
  791. package/dist-esm/src/operations/policyRestrictions.d.ts +0 -34
  792. package/dist-esm/src/operations/policyRestrictions.d.ts.map +0 -1
  793. package/dist-esm/src/operations/policyRestrictions.js +0 -112
  794. package/dist-esm/src/operations/policyRestrictions.js.map +0 -1
  795. package/dist-esm/src/operations/policyStates.d.ts +0 -385
  796. package/dist-esm/src/operations/policyStates.d.ts.map +0 -1
  797. package/dist-esm/src/operations/policyStates.js +0 -1686
  798. package/dist-esm/src/operations/policyStates.js.map +0 -1
  799. package/dist-esm/src/operations/policyTrackedResources.d.ts +0 -123
  800. package/dist-esm/src/operations/policyTrackedResources.d.ts.map +0 -1
  801. package/dist-esm/src/operations/policyTrackedResources.js +0 -528
  802. package/dist-esm/src/operations/policyTrackedResources.js.map +0 -1
  803. package/dist-esm/src/operations/remediations.d.ts +0 -304
  804. package/dist-esm/src/operations/remediations.d.ts.map +0 -1
  805. package/dist-esm/src/operations/remediations.js +0 -1458
  806. package/dist-esm/src/operations/remediations.js.map +0 -1
  807. package/dist-esm/src/operationsInterfaces/attestations.d.ts +0 -110
  808. package/dist-esm/src/operationsInterfaces/attestations.d.ts.map +0 -1
  809. package/dist-esm/src/operationsInterfaces/attestations.js.map +0 -1
  810. package/dist-esm/src/operationsInterfaces/componentPolicyStates.d.ts +0 -58
  811. package/dist-esm/src/operationsInterfaces/componentPolicyStates.d.ts.map +0 -1
  812. package/dist-esm/src/operationsInterfaces/componentPolicyStates.js.map +0 -1
  813. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -10
  814. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  815. package/dist-esm/src/operationsInterfaces/index.js +0 -17
  816. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  817. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -10
  818. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  819. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  820. package/dist-esm/src/operationsInterfaces/policyEvents.d.ts +0 -76
  821. package/dist-esm/src/operationsInterfaces/policyEvents.d.ts.map +0 -1
  822. package/dist-esm/src/operationsInterfaces/policyEvents.js.map +0 -1
  823. package/dist-esm/src/operationsInterfaces/policyMetadataOperations.d.ts +0 -17
  824. package/dist-esm/src/operationsInterfaces/policyMetadataOperations.d.ts.map +0 -1
  825. package/dist-esm/src/operationsInterfaces/policyMetadataOperations.js.map +0 -1
  826. package/dist-esm/src/operationsInterfaces/policyRestrictions.d.ts +0 -26
  827. package/dist-esm/src/operationsInterfaces/policyRestrictions.d.ts.map +0 -1
  828. package/dist-esm/src/operationsInterfaces/policyRestrictions.js.map +0 -1
  829. package/dist-esm/src/operationsInterfaces/policyStates.d.ts +0 -189
  830. package/dist-esm/src/operationsInterfaces/policyStates.d.ts.map +0 -1
  831. package/dist-esm/src/operationsInterfaces/policyStates.js.map +0 -1
  832. package/dist-esm/src/operationsInterfaces/policyTrackedResources.d.ts +0 -37
  833. package/dist-esm/src/operationsInterfaces/policyTrackedResources.d.ts.map +0 -1
  834. package/dist-esm/src/operationsInterfaces/policyTrackedResources.js.map +0 -1
  835. package/dist-esm/src/operationsInterfaces/remediations.d.ts +0 -168
  836. package/dist-esm/src/operationsInterfaces/remediations.d.ts.map +0 -1
  837. package/dist-esm/src/operationsInterfaces/remediations.js.map +0 -1
  838. package/dist-esm/src/pagingHelper.js.map +0 -1
  839. package/dist-esm/src/policyInsightsClient.d.ts +0 -25
  840. package/dist-esm/src/policyInsightsClient.d.ts.map +0 -1
  841. package/dist-esm/src/policyInsightsClient.js +0 -78
  842. package/dist-esm/src/policyInsightsClient.js.map +0 -1
  843. package/dist-esm/test/policyinsights_example.spec.d.ts +0 -4
  844. package/dist-esm/test/policyinsights_example.spec.d.ts.map +0 -1
  845. package/dist-esm/test/policyinsights_example.spec.js +0 -71
  846. package/dist-esm/test/policyinsights_example.spec.js.map +0 -1
  847. package/rollup.config.js +0 -122
  848. package/src/index.ts +0 -13
  849. package/src/lroImpl.ts +0 -34
  850. package/src/models/index.ts +0 -2571
  851. package/src/models/mappers.ts +0 -2976
  852. package/src/models/parameters.ts +0 -595
  853. package/src/operations/attestations.ts +0 -1043
  854. package/src/operations/componentPolicyStates.ts +0 -376
  855. package/src/operations/index.ts +0 -17
  856. package/src/operations/operations.ts +0 -59
  857. package/src/operations/policyEvents.ts +0 -1619
  858. package/src/operations/policyMetadataOperations.ts +0 -182
  859. package/src/operations/policyRestrictions.ts +0 -154
  860. package/src/operations/policyStates.ts +0 -2286
  861. package/src/operations/policyTrackedResources.ts +0 -714
  862. package/src/operations/remediations.ts +0 -1912
  863. package/src/operationsInterfaces/attestations.ts +0 -212
  864. package/src/operationsInterfaces/componentPolicyStates.ts +0 -113
  865. package/src/operationsInterfaces/index.ts +0 -17
  866. package/src/operationsInterfaces/operations.ts +0 -21
  867. package/src/operationsInterfaces/policyEvents.ts +0 -134
  868. package/src/operationsInterfaces/policyMetadataOperations.ts +0 -36
  869. package/src/operationsInterfaces/policyRestrictions.ts +0 -54
  870. package/src/operationsInterfaces/policyStates.ts +0 -320
  871. package/src/operationsInterfaces/policyTrackedResources.ts +0 -68
  872. package/src/operationsInterfaces/remediations.ts +0 -310
  873. package/src/pagingHelper.ts +0 -39
  874. package/src/policyInsightsClient.ts +0 -140
  875. package/tsconfig.json +0 -33
  876. package/types/arm-policyinsights.d.ts +0 -3221
  877. package/types/tsdoc-metadata.json +0 -11
  878. /package/{dist-esm/src → dist/browser}/operationsInterfaces/attestations.js +0 -0
  879. /package/{dist-esm/src → dist/browser}/operationsInterfaces/componentPolicyStates.js +0 -0
  880. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  881. /package/{dist-esm/src → dist/browser}/operationsInterfaces/policyEvents.js +0 -0
  882. /package/{dist-esm/src → dist/browser}/operationsInterfaces/policyMetadataOperations.js +0 -0
  883. /package/{dist-esm/src → dist/browser}/operationsInterfaces/policyRestrictions.js +0 -0
  884. /package/{dist-esm/src → dist/browser}/operationsInterfaces/policyStates.js +0 -0
  885. /package/{dist-esm/src → dist/browser}/operationsInterfaces/policyTrackedResources.js +0 -0
  886. /package/{dist-esm/src → dist/browser}/operationsInterfaces/remediations.js +0 -0
  887. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  888. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  889. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"policyEvents.js","sourceRoot":"","sources":["../../../src/operations/policyEvents.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { PolicyEvents } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { PolicyInsightsClient } from \"../policyInsightsClient.js\";\nimport {\n PolicyEvent,\n PolicyEventsResourceType,\n PolicyEventsListQueryResultsForManagementGroupNextOptionalParams,\n PolicyEventsListQueryResultsForManagementGroupOptionalParams,\n PolicyEventsListQueryResultsForManagementGroupResponse,\n PolicyEventsListQueryResultsForSubscriptionNextOptionalParams,\n PolicyEventsListQueryResultsForSubscriptionOptionalParams,\n PolicyEventsListQueryResultsForSubscriptionResponse,\n PolicyEventsListQueryResultsForResourceGroupNextOptionalParams,\n PolicyEventsListQueryResultsForResourceGroupOptionalParams,\n PolicyEventsListQueryResultsForResourceGroupResponse,\n PolicyEventsListQueryResultsForResourceNextOptionalParams,\n PolicyEventsListQueryResultsForResourceOptionalParams,\n PolicyEventsListQueryResultsForResourceResponse,\n PolicyEventsListQueryResultsForPolicySetDefinitionNextOptionalParams,\n PolicyEventsListQueryResultsForPolicySetDefinitionOptionalParams,\n PolicyEventsListQueryResultsForPolicySetDefinitionResponse,\n PolicyEventsListQueryResultsForPolicyDefinitionNextOptionalParams,\n PolicyEventsListQueryResultsForPolicyDefinitionOptionalParams,\n PolicyEventsListQueryResultsForPolicyDefinitionResponse,\n PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentNextOptionalParams,\n PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams,\n PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentResponse,\n PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentNextOptionalParams,\n PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams,\n PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentResponse,\n PolicyEventsListQueryResultsForManagementGroupNextResponse,\n PolicyEventsListQueryResultsForSubscriptionNextResponse,\n PolicyEventsListQueryResultsForResourceGroupNextResponse,\n PolicyEventsListQueryResultsForResourceNextResponse,\n PolicyEventsListQueryResultsForPolicySetDefinitionNextResponse,\n PolicyEventsListQueryResultsForPolicyDefinitionNextResponse,\n PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentNextResponse,\n PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing PolicyEvents operations. */\nexport class PolicyEventsImpl implements PolicyEvents {\n private readonly client: PolicyInsightsClient;\n\n /**\n * Initialize a new instance of the class PolicyEvents class.\n * @param client Reference to the service client\n */\n constructor(client: PolicyInsightsClient) {\n this.client = client;\n }\n\n /**\n * Queries policy events for the resources under the management group.\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param managementGroupName Management group name.\n * @param options The options parameters.\n */\n public listQueryResultsForManagementGroup(\n policyEventsResource: PolicyEventsResourceType,\n managementGroupName: string,\n options?: PolicyEventsListQueryResultsForManagementGroupOptionalParams,\n ): PagedAsyncIterableIterator<PolicyEvent> {\n const iter = this.listQueryResultsForManagementGroupPagingAll(\n policyEventsResource,\n managementGroupName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listQueryResultsForManagementGroupPagingPage(\n policyEventsResource,\n managementGroupName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listQueryResultsForManagementGroupPagingPage(\n policyEventsResource: PolicyEventsResourceType,\n managementGroupName: string,\n options?: PolicyEventsListQueryResultsForManagementGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<PolicyEvent[]> {\n let result: PolicyEventsListQueryResultsForManagementGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listQueryResultsForManagementGroup(\n policyEventsResource,\n managementGroupName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.odataNextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listQueryResultsForManagementGroupNext(\n policyEventsResource,\n managementGroupName,\n continuationToken,\n options,\n );\n continuationToken = result.odataNextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listQueryResultsForManagementGroupPagingAll(\n policyEventsResource: PolicyEventsResourceType,\n managementGroupName: string,\n options?: PolicyEventsListQueryResultsForManagementGroupOptionalParams,\n ): AsyncIterableIterator<PolicyEvent> {\n for await (const page of this.listQueryResultsForManagementGroupPagingPage(\n policyEventsResource,\n managementGroupName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Queries policy events for the resources under the subscription.\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param options The options parameters.\n */\n public listQueryResultsForSubscription(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n options?: PolicyEventsListQueryResultsForSubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<PolicyEvent> {\n const iter = this.listQueryResultsForSubscriptionPagingAll(\n policyEventsResource,\n subscriptionId,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listQueryResultsForSubscriptionPagingPage(\n policyEventsResource,\n subscriptionId,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listQueryResultsForSubscriptionPagingPage(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n options?: PolicyEventsListQueryResultsForSubscriptionOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<PolicyEvent[]> {\n let result: PolicyEventsListQueryResultsForSubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listQueryResultsForSubscription(\n policyEventsResource,\n subscriptionId,\n options,\n );\n let page = result.value || [];\n continuationToken = result.odataNextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listQueryResultsForSubscriptionNext(\n policyEventsResource,\n subscriptionId,\n continuationToken,\n options,\n );\n continuationToken = result.odataNextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listQueryResultsForSubscriptionPagingAll(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n options?: PolicyEventsListQueryResultsForSubscriptionOptionalParams,\n ): AsyncIterableIterator<PolicyEvent> {\n for await (const page of this.listQueryResultsForSubscriptionPagingPage(\n policyEventsResource,\n subscriptionId,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Queries policy events for the resources under the resource group.\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param options The options parameters.\n */\n public listQueryResultsForResourceGroup(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n resourceGroupName: string,\n options?: PolicyEventsListQueryResultsForResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<PolicyEvent> {\n const iter = this.listQueryResultsForResourceGroupPagingAll(\n policyEventsResource,\n subscriptionId,\n resourceGroupName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listQueryResultsForResourceGroupPagingPage(\n policyEventsResource,\n subscriptionId,\n resourceGroupName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listQueryResultsForResourceGroupPagingPage(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n resourceGroupName: string,\n options?: PolicyEventsListQueryResultsForResourceGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<PolicyEvent[]> {\n let result: PolicyEventsListQueryResultsForResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listQueryResultsForResourceGroup(\n policyEventsResource,\n subscriptionId,\n resourceGroupName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.odataNextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listQueryResultsForResourceGroupNext(\n policyEventsResource,\n subscriptionId,\n resourceGroupName,\n continuationToken,\n options,\n );\n continuationToken = result.odataNextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listQueryResultsForResourceGroupPagingAll(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n resourceGroupName: string,\n options?: PolicyEventsListQueryResultsForResourceGroupOptionalParams,\n ): AsyncIterableIterator<PolicyEvent> {\n for await (const page of this.listQueryResultsForResourceGroupPagingPage(\n policyEventsResource,\n subscriptionId,\n resourceGroupName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Queries policy events for the resource.\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param resourceId Resource ID.\n * @param options The options parameters.\n */\n public listQueryResultsForResource(\n policyEventsResource: PolicyEventsResourceType,\n resourceId: string,\n options?: PolicyEventsListQueryResultsForResourceOptionalParams,\n ): PagedAsyncIterableIterator<PolicyEvent> {\n const iter = this.listQueryResultsForResourcePagingAll(\n policyEventsResource,\n resourceId,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listQueryResultsForResourcePagingPage(\n policyEventsResource,\n resourceId,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listQueryResultsForResourcePagingPage(\n policyEventsResource: PolicyEventsResourceType,\n resourceId: string,\n options?: PolicyEventsListQueryResultsForResourceOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<PolicyEvent[]> {\n let result: PolicyEventsListQueryResultsForResourceResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listQueryResultsForResource(\n policyEventsResource,\n resourceId,\n options,\n );\n let page = result.value || [];\n continuationToken = result.odataNextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listQueryResultsForResourceNext(\n policyEventsResource,\n resourceId,\n continuationToken,\n options,\n );\n continuationToken = result.odataNextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listQueryResultsForResourcePagingAll(\n policyEventsResource: PolicyEventsResourceType,\n resourceId: string,\n options?: PolicyEventsListQueryResultsForResourceOptionalParams,\n ): AsyncIterableIterator<PolicyEvent> {\n for await (const page of this.listQueryResultsForResourcePagingPage(\n policyEventsResource,\n resourceId,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Queries policy events for the subscription level policy set definition.\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policySetDefinitionName Policy set definition name.\n * @param options The options parameters.\n */\n public listQueryResultsForPolicySetDefinition(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n policySetDefinitionName: string,\n options?: PolicyEventsListQueryResultsForPolicySetDefinitionOptionalParams,\n ): PagedAsyncIterableIterator<PolicyEvent> {\n const iter = this.listQueryResultsForPolicySetDefinitionPagingAll(\n policyEventsResource,\n subscriptionId,\n policySetDefinitionName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listQueryResultsForPolicySetDefinitionPagingPage(\n policyEventsResource,\n subscriptionId,\n policySetDefinitionName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listQueryResultsForPolicySetDefinitionPagingPage(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n policySetDefinitionName: string,\n options?: PolicyEventsListQueryResultsForPolicySetDefinitionOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<PolicyEvent[]> {\n let result: PolicyEventsListQueryResultsForPolicySetDefinitionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listQueryResultsForPolicySetDefinition(\n policyEventsResource,\n subscriptionId,\n policySetDefinitionName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.odataNextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listQueryResultsForPolicySetDefinitionNext(\n policyEventsResource,\n subscriptionId,\n policySetDefinitionName,\n continuationToken,\n options,\n );\n continuationToken = result.odataNextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listQueryResultsForPolicySetDefinitionPagingAll(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n policySetDefinitionName: string,\n options?: PolicyEventsListQueryResultsForPolicySetDefinitionOptionalParams,\n ): AsyncIterableIterator<PolicyEvent> {\n for await (const page of this.listQueryResultsForPolicySetDefinitionPagingPage(\n policyEventsResource,\n subscriptionId,\n policySetDefinitionName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Queries policy events for the subscription level policy definition.\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyDefinitionName Policy definition name.\n * @param options The options parameters.\n */\n public listQueryResultsForPolicyDefinition(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n policyDefinitionName: string,\n options?: PolicyEventsListQueryResultsForPolicyDefinitionOptionalParams,\n ): PagedAsyncIterableIterator<PolicyEvent> {\n const iter = this.listQueryResultsForPolicyDefinitionPagingAll(\n policyEventsResource,\n subscriptionId,\n policyDefinitionName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listQueryResultsForPolicyDefinitionPagingPage(\n policyEventsResource,\n subscriptionId,\n policyDefinitionName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listQueryResultsForPolicyDefinitionPagingPage(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n policyDefinitionName: string,\n options?: PolicyEventsListQueryResultsForPolicyDefinitionOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<PolicyEvent[]> {\n let result: PolicyEventsListQueryResultsForPolicyDefinitionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listQueryResultsForPolicyDefinition(\n policyEventsResource,\n subscriptionId,\n policyDefinitionName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.odataNextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listQueryResultsForPolicyDefinitionNext(\n policyEventsResource,\n subscriptionId,\n policyDefinitionName,\n continuationToken,\n options,\n );\n continuationToken = result.odataNextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listQueryResultsForPolicyDefinitionPagingAll(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n policyDefinitionName: string,\n options?: PolicyEventsListQueryResultsForPolicyDefinitionOptionalParams,\n ): AsyncIterableIterator<PolicyEvent> {\n for await (const page of this.listQueryResultsForPolicyDefinitionPagingPage(\n policyEventsResource,\n subscriptionId,\n policyDefinitionName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Queries policy events for the subscription level policy assignment.\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyAssignmentName Policy assignment name.\n * @param options The options parameters.\n */\n public listQueryResultsForSubscriptionLevelPolicyAssignment(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n policyAssignmentName: string,\n options?: PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams,\n ): PagedAsyncIterableIterator<PolicyEvent> {\n const iter =\n this.listQueryResultsForSubscriptionLevelPolicyAssignmentPagingAll(\n policyEventsResource,\n subscriptionId,\n policyAssignmentName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listQueryResultsForSubscriptionLevelPolicyAssignmentPagingPage(\n policyEventsResource,\n subscriptionId,\n policyAssignmentName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listQueryResultsForSubscriptionLevelPolicyAssignmentPagingPage(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n policyAssignmentName: string,\n options?: PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<PolicyEvent[]> {\n let result: PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listQueryResultsForSubscriptionLevelPolicyAssignment(\n policyEventsResource,\n subscriptionId,\n policyAssignmentName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.odataNextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result =\n await this._listQueryResultsForSubscriptionLevelPolicyAssignmentNext(\n policyEventsResource,\n subscriptionId,\n policyAssignmentName,\n continuationToken,\n options,\n );\n continuationToken = result.odataNextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listQueryResultsForSubscriptionLevelPolicyAssignmentPagingAll(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n policyAssignmentName: string,\n options?: PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams,\n ): AsyncIterableIterator<PolicyEvent> {\n for await (const page of this.listQueryResultsForSubscriptionLevelPolicyAssignmentPagingPage(\n policyEventsResource,\n subscriptionId,\n policyAssignmentName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Queries policy events for the resource group level policy assignment.\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param policyAssignmentName Policy assignment name.\n * @param options The options parameters.\n */\n public listQueryResultsForResourceGroupLevelPolicyAssignment(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n resourceGroupName: string,\n policyAssignmentName: string,\n options?: PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams,\n ): PagedAsyncIterableIterator<PolicyEvent> {\n const iter =\n this.listQueryResultsForResourceGroupLevelPolicyAssignmentPagingAll(\n policyEventsResource,\n subscriptionId,\n resourceGroupName,\n policyAssignmentName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listQueryResultsForResourceGroupLevelPolicyAssignmentPagingPage(\n policyEventsResource,\n subscriptionId,\n resourceGroupName,\n policyAssignmentName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listQueryResultsForResourceGroupLevelPolicyAssignmentPagingPage(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n resourceGroupName: string,\n policyAssignmentName: string,\n options?: PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<PolicyEvent[]> {\n let result: PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result =\n await this._listQueryResultsForResourceGroupLevelPolicyAssignment(\n policyEventsResource,\n subscriptionId,\n resourceGroupName,\n policyAssignmentName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.odataNextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result =\n await this._listQueryResultsForResourceGroupLevelPolicyAssignmentNext(\n policyEventsResource,\n subscriptionId,\n resourceGroupName,\n policyAssignmentName,\n continuationToken,\n options,\n );\n continuationToken = result.odataNextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listQueryResultsForResourceGroupLevelPolicyAssignmentPagingAll(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n resourceGroupName: string,\n policyAssignmentName: string,\n options?: PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams,\n ): AsyncIterableIterator<PolicyEvent> {\n for await (const page of this.listQueryResultsForResourceGroupLevelPolicyAssignmentPagingPage(\n policyEventsResource,\n subscriptionId,\n resourceGroupName,\n policyAssignmentName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Queries policy events for the resources under the management group.\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param managementGroupName Management group name.\n * @param options The options parameters.\n */\n private _listQueryResultsForManagementGroup(\n policyEventsResource: PolicyEventsResourceType,\n managementGroupName: string,\n options?: PolicyEventsListQueryResultsForManagementGroupOptionalParams,\n ): Promise<PolicyEventsListQueryResultsForManagementGroupResponse> {\n return this.client.sendOperationRequest(\n { policyEventsResource, managementGroupName, options },\n listQueryResultsForManagementGroupOperationSpec,\n );\n }\n\n /**\n * Queries policy events for the resources under the subscription.\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param options The options parameters.\n */\n private _listQueryResultsForSubscription(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n options?: PolicyEventsListQueryResultsForSubscriptionOptionalParams,\n ): Promise<PolicyEventsListQueryResultsForSubscriptionResponse> {\n return this.client.sendOperationRequest(\n { policyEventsResource, subscriptionId, options },\n listQueryResultsForSubscriptionOperationSpec,\n );\n }\n\n /**\n * Queries policy events for the resources under the resource group.\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param options The options parameters.\n */\n private _listQueryResultsForResourceGroup(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n resourceGroupName: string,\n options?: PolicyEventsListQueryResultsForResourceGroupOptionalParams,\n ): Promise<PolicyEventsListQueryResultsForResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { policyEventsResource, subscriptionId, resourceGroupName, options },\n listQueryResultsForResourceGroupOperationSpec,\n );\n }\n\n /**\n * Queries policy events for the resource.\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param resourceId Resource ID.\n * @param options The options parameters.\n */\n private _listQueryResultsForResource(\n policyEventsResource: PolicyEventsResourceType,\n resourceId: string,\n options?: PolicyEventsListQueryResultsForResourceOptionalParams,\n ): Promise<PolicyEventsListQueryResultsForResourceResponse> {\n return this.client.sendOperationRequest(\n { policyEventsResource, resourceId, options },\n listQueryResultsForResourceOperationSpec,\n );\n }\n\n /**\n * Queries policy events for the subscription level policy set definition.\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policySetDefinitionName Policy set definition name.\n * @param options The options parameters.\n */\n private _listQueryResultsForPolicySetDefinition(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n policySetDefinitionName: string,\n options?: PolicyEventsListQueryResultsForPolicySetDefinitionOptionalParams,\n ): Promise<PolicyEventsListQueryResultsForPolicySetDefinitionResponse> {\n return this.client.sendOperationRequest(\n {\n policyEventsResource,\n subscriptionId,\n policySetDefinitionName,\n options,\n },\n listQueryResultsForPolicySetDefinitionOperationSpec,\n );\n }\n\n /**\n * Queries policy events for the subscription level policy definition.\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyDefinitionName Policy definition name.\n * @param options The options parameters.\n */\n private _listQueryResultsForPolicyDefinition(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n policyDefinitionName: string,\n options?: PolicyEventsListQueryResultsForPolicyDefinitionOptionalParams,\n ): Promise<PolicyEventsListQueryResultsForPolicyDefinitionResponse> {\n return this.client.sendOperationRequest(\n { policyEventsResource, subscriptionId, policyDefinitionName, options },\n listQueryResultsForPolicyDefinitionOperationSpec,\n );\n }\n\n /**\n * Queries policy events for the subscription level policy assignment.\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyAssignmentName Policy assignment name.\n * @param options The options parameters.\n */\n private _listQueryResultsForSubscriptionLevelPolicyAssignment(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n policyAssignmentName: string,\n options?: PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams,\n ): Promise<PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentResponse> {\n return this.client.sendOperationRequest(\n { policyEventsResource, subscriptionId, policyAssignmentName, options },\n listQueryResultsForSubscriptionLevelPolicyAssignmentOperationSpec,\n );\n }\n\n /**\n * Queries policy events for the resource group level policy assignment.\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param policyAssignmentName Policy assignment name.\n * @param options The options parameters.\n */\n private _listQueryResultsForResourceGroupLevelPolicyAssignment(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n resourceGroupName: string,\n policyAssignmentName: string,\n options?: PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams,\n ): Promise<PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentResponse> {\n return this.client.sendOperationRequest(\n {\n policyEventsResource,\n subscriptionId,\n resourceGroupName,\n policyAssignmentName,\n options,\n },\n listQueryResultsForResourceGroupLevelPolicyAssignmentOperationSpec,\n );\n }\n\n /**\n * ListQueryResultsForManagementGroupNext\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param managementGroupName Management group name.\n * @param nextLink The nextLink from the previous successful call to the\n * ListQueryResultsForManagementGroup method.\n * @param options The options parameters.\n */\n private _listQueryResultsForManagementGroupNext(\n policyEventsResource: PolicyEventsResourceType,\n managementGroupName: string,\n nextLink: string,\n options?: PolicyEventsListQueryResultsForManagementGroupNextOptionalParams,\n ): Promise<PolicyEventsListQueryResultsForManagementGroupNextResponse> {\n return this.client.sendOperationRequest(\n { policyEventsResource, managementGroupName, nextLink, options },\n listQueryResultsForManagementGroupNextOperationSpec,\n );\n }\n\n /**\n * ListQueryResultsForSubscriptionNext\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param nextLink The nextLink from the previous successful call to the\n * ListQueryResultsForSubscription method.\n * @param options The options parameters.\n */\n private _listQueryResultsForSubscriptionNext(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n nextLink: string,\n options?: PolicyEventsListQueryResultsForSubscriptionNextOptionalParams,\n ): Promise<PolicyEventsListQueryResultsForSubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { policyEventsResource, subscriptionId, nextLink, options },\n listQueryResultsForSubscriptionNextOperationSpec,\n );\n }\n\n /**\n * ListQueryResultsForResourceGroupNext\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param nextLink The nextLink from the previous successful call to the\n * ListQueryResultsForResourceGroup method.\n * @param options The options parameters.\n */\n private _listQueryResultsForResourceGroupNext(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n resourceGroupName: string,\n nextLink: string,\n options?: PolicyEventsListQueryResultsForResourceGroupNextOptionalParams,\n ): Promise<PolicyEventsListQueryResultsForResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n policyEventsResource,\n subscriptionId,\n resourceGroupName,\n nextLink,\n options,\n },\n listQueryResultsForResourceGroupNextOperationSpec,\n );\n }\n\n /**\n * ListQueryResultsForResourceNext\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param resourceId Resource ID.\n * @param nextLink The nextLink from the previous successful call to the ListQueryResultsForResource\n * method.\n * @param options The options parameters.\n */\n private _listQueryResultsForResourceNext(\n policyEventsResource: PolicyEventsResourceType,\n resourceId: string,\n nextLink: string,\n options?: PolicyEventsListQueryResultsForResourceNextOptionalParams,\n ): Promise<PolicyEventsListQueryResultsForResourceNextResponse> {\n return this.client.sendOperationRequest(\n { policyEventsResource, resourceId, nextLink, options },\n listQueryResultsForResourceNextOperationSpec,\n );\n }\n\n /**\n * ListQueryResultsForPolicySetDefinitionNext\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policySetDefinitionName Policy set definition name.\n * @param nextLink The nextLink from the previous successful call to the\n * ListQueryResultsForPolicySetDefinition method.\n * @param options The options parameters.\n */\n private _listQueryResultsForPolicySetDefinitionNext(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n policySetDefinitionName: string,\n nextLink: string,\n options?: PolicyEventsListQueryResultsForPolicySetDefinitionNextOptionalParams,\n ): Promise<PolicyEventsListQueryResultsForPolicySetDefinitionNextResponse> {\n return this.client.sendOperationRequest(\n {\n policyEventsResource,\n subscriptionId,\n policySetDefinitionName,\n nextLink,\n options,\n },\n listQueryResultsForPolicySetDefinitionNextOperationSpec,\n );\n }\n\n /**\n * ListQueryResultsForPolicyDefinitionNext\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyDefinitionName Policy definition name.\n * @param nextLink The nextLink from the previous successful call to the\n * ListQueryResultsForPolicyDefinition method.\n * @param options The options parameters.\n */\n private _listQueryResultsForPolicyDefinitionNext(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n policyDefinitionName: string,\n nextLink: string,\n options?: PolicyEventsListQueryResultsForPolicyDefinitionNextOptionalParams,\n ): Promise<PolicyEventsListQueryResultsForPolicyDefinitionNextResponse> {\n return this.client.sendOperationRequest(\n {\n policyEventsResource,\n subscriptionId,\n policyDefinitionName,\n nextLink,\n options,\n },\n listQueryResultsForPolicyDefinitionNextOperationSpec,\n );\n }\n\n /**\n * ListQueryResultsForSubscriptionLevelPolicyAssignmentNext\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyAssignmentName Policy assignment name.\n * @param nextLink The nextLink from the previous successful call to the\n * ListQueryResultsForSubscriptionLevelPolicyAssignment method.\n * @param options The options parameters.\n */\n private _listQueryResultsForSubscriptionLevelPolicyAssignmentNext(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n policyAssignmentName: string,\n nextLink: string,\n options?: PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentNextOptionalParams,\n ): Promise<PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentNextResponse> {\n return this.client.sendOperationRequest(\n {\n policyEventsResource,\n subscriptionId,\n policyAssignmentName,\n nextLink,\n options,\n },\n listQueryResultsForSubscriptionLevelPolicyAssignmentNextOperationSpec,\n );\n }\n\n /**\n * ListQueryResultsForResourceGroupLevelPolicyAssignmentNext\n * @param policyEventsResource The name of the virtual resource under PolicyEvents resource type; only\n * \"default\" is allowed.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param policyAssignmentName Policy assignment name.\n * @param nextLink The nextLink from the previous successful call to the\n * ListQueryResultsForResourceGroupLevelPolicyAssignment method.\n * @param options The options parameters.\n */\n private _listQueryResultsForResourceGroupLevelPolicyAssignmentNext(\n policyEventsResource: PolicyEventsResourceType,\n subscriptionId: string,\n resourceGroupName: string,\n policyAssignmentName: string,\n nextLink: string,\n options?: PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentNextOptionalParams,\n ): Promise<PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentNextResponse> {\n return this.client.sendOperationRequest(\n {\n policyEventsResource,\n subscriptionId,\n resourceGroupName,\n policyAssignmentName,\n nextLink,\n options,\n },\n listQueryResultsForResourceGroupLevelPolicyAssignmentNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listQueryResultsForManagementGroupOperationSpec: coreClient.OperationSpec =\n {\n path: \"/providers/{managementGroupsNamespace}/managementGroups/{managementGroupName}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults,\n },\n default: {\n bodyMapper: Mappers.QueryFailure,\n },\n },\n queryParameters: [\n Parameters.top,\n Parameters.filter,\n Parameters.apiVersion1,\n Parameters.orderBy,\n Parameters.select,\n Parameters.fromParam,\n Parameters.to,\n Parameters.apply,\n Parameters.skipToken,\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupsNamespace,\n Parameters.managementGroupName,\n Parameters.policyEventsResource,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst listQueryResultsForSubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults,\n },\n default: {\n bodyMapper: Mappers.QueryFailure,\n },\n },\n queryParameters: [\n Parameters.top,\n Parameters.filter,\n Parameters.apiVersion1,\n Parameters.orderBy,\n Parameters.select,\n Parameters.fromParam,\n Parameters.to,\n Parameters.apply,\n Parameters.skipToken,\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.policyEventsResource,\n Parameters.subscriptionId1,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listQueryResultsForResourceGroupOperationSpec: coreClient.OperationSpec =\n {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults,\n },\n default: {\n bodyMapper: Mappers.QueryFailure,\n },\n },\n queryParameters: [\n Parameters.top,\n Parameters.filter,\n Parameters.apiVersion1,\n Parameters.orderBy,\n Parameters.select,\n Parameters.fromParam,\n Parameters.to,\n Parameters.apply,\n Parameters.skipToken,\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.policyEventsResource,\n Parameters.subscriptionId1,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst listQueryResultsForResourceOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceId}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults,\n },\n default: {\n bodyMapper: Mappers.QueryFailure,\n },\n },\n queryParameters: [\n Parameters.top,\n Parameters.filter,\n Parameters.apiVersion1,\n Parameters.orderBy,\n Parameters.select,\n Parameters.fromParam,\n Parameters.to,\n Parameters.apply,\n Parameters.skipToken,\n Parameters.expand,\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceId,\n Parameters.policyEventsResource,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listQueryResultsForPolicySetDefinitionOperationSpec: coreClient.OperationSpec =\n {\n path: \"/subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policySetDefinitions/{policySetDefinitionName}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults,\n },\n default: {\n bodyMapper: Mappers.QueryFailure,\n },\n },\n queryParameters: [\n Parameters.top,\n Parameters.filter,\n Parameters.apiVersion1,\n Parameters.orderBy,\n Parameters.select,\n Parameters.fromParam,\n Parameters.to,\n Parameters.apply,\n Parameters.skipToken,\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.policyEventsResource,\n Parameters.subscriptionId1,\n Parameters.authorizationNamespace,\n Parameters.policySetDefinitionName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst listQueryResultsForPolicyDefinitionOperationSpec: coreClient.OperationSpec =\n {\n path: \"/subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policyDefinitions/{policyDefinitionName}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults,\n },\n default: {\n bodyMapper: Mappers.QueryFailure,\n },\n },\n queryParameters: [\n Parameters.top,\n Parameters.filter,\n Parameters.apiVersion1,\n Parameters.orderBy,\n Parameters.select,\n Parameters.fromParam,\n Parameters.to,\n Parameters.apply,\n Parameters.skipToken,\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.policyEventsResource,\n Parameters.subscriptionId1,\n Parameters.authorizationNamespace,\n Parameters.policyDefinitionName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst listQueryResultsForSubscriptionLevelPolicyAssignmentOperationSpec: coreClient.OperationSpec =\n {\n path: \"/subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policyAssignments/{policyAssignmentName}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults,\n },\n default: {\n bodyMapper: Mappers.QueryFailure,\n },\n },\n queryParameters: [\n Parameters.top,\n Parameters.filter,\n Parameters.apiVersion1,\n Parameters.orderBy,\n Parameters.select,\n Parameters.fromParam,\n Parameters.to,\n Parameters.apply,\n Parameters.skipToken,\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.policyEventsResource,\n Parameters.subscriptionId1,\n Parameters.authorizationNamespace,\n Parameters.policyAssignmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst listQueryResultsForResourceGroupLevelPolicyAssignmentOperationSpec: coreClient.OperationSpec =\n {\n path: \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{authorizationNamespace}/policyAssignments/{policyAssignmentName}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults,\n },\n default: {\n bodyMapper: Mappers.QueryFailure,\n },\n },\n queryParameters: [\n Parameters.top,\n Parameters.filter,\n Parameters.apiVersion1,\n Parameters.orderBy,\n Parameters.select,\n Parameters.fromParam,\n Parameters.to,\n Parameters.apply,\n Parameters.skipToken,\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.policyEventsResource,\n Parameters.subscriptionId1,\n Parameters.authorizationNamespace,\n Parameters.policyAssignmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst listQueryResultsForManagementGroupNextOperationSpec: coreClient.OperationSpec =\n {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults,\n },\n default: {\n bodyMapper: Mappers.QueryFailure,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupsNamespace,\n Parameters.managementGroupName,\n Parameters.nextLink,\n Parameters.policyEventsResource,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst listQueryResultsForSubscriptionNextOperationSpec: coreClient.OperationSpec =\n {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults,\n },\n default: {\n bodyMapper: Mappers.QueryFailure,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.policyEventsResource,\n Parameters.subscriptionId1,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst listQueryResultsForResourceGroupNextOperationSpec: coreClient.OperationSpec =\n {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults,\n },\n default: {\n bodyMapper: Mappers.QueryFailure,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.policyEventsResource,\n Parameters.subscriptionId1,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst listQueryResultsForResourceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults,\n },\n default: {\n bodyMapper: Mappers.QueryFailure,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.resourceId,\n Parameters.nextLink,\n Parameters.policyEventsResource,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listQueryResultsForPolicySetDefinitionNextOperationSpec: coreClient.OperationSpec =\n {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults,\n },\n default: {\n bodyMapper: Mappers.QueryFailure,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.policyEventsResource,\n Parameters.subscriptionId1,\n Parameters.authorizationNamespace,\n Parameters.policySetDefinitionName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst listQueryResultsForPolicyDefinitionNextOperationSpec: coreClient.OperationSpec =\n {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults,\n },\n default: {\n bodyMapper: Mappers.QueryFailure,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.policyEventsResource,\n Parameters.subscriptionId1,\n Parameters.authorizationNamespace,\n Parameters.policyDefinitionName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst listQueryResultsForSubscriptionLevelPolicyAssignmentNextOperationSpec: coreClient.OperationSpec =\n {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults,\n },\n default: {\n bodyMapper: Mappers.QueryFailure,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.policyEventsResource,\n Parameters.subscriptionId1,\n Parameters.authorizationNamespace,\n Parameters.policyAssignmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst listQueryResultsForResourceGroupLevelPolicyAssignmentNextOperationSpec: coreClient.OperationSpec =\n {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults,\n },\n default: {\n bodyMapper: Mappers.QueryFailure,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.policyEventsResource,\n Parameters.subscriptionId1,\n Parameters.authorizationNamespace,\n Parameters.policyAssignmentName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\n"]}
@@ -0,0 +1,38 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PolicyMetadataOperations } from "../operationsInterfaces/index.js";
3
+ import { PolicyInsightsClient } from "../policyInsightsClient.js";
4
+ import { SlimPolicyMetadata, PolicyMetadataListOptionalParams, PolicyMetadataGetResourceOptionalParams, PolicyMetadataGetResourceResponse } from "../models/index.js";
5
+ /** Class containing PolicyMetadataOperations operations. */
6
+ export declare class PolicyMetadataOperationsImpl implements PolicyMetadataOperations {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class PolicyMetadataOperations class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: PolicyInsightsClient);
13
+ /**
14
+ * Get a list of the policy metadata resources.
15
+ * @param options The options parameters.
16
+ */
17
+ list(options?: PolicyMetadataListOptionalParams): PagedAsyncIterableIterator<SlimPolicyMetadata>;
18
+ private listPagingPage;
19
+ private listPagingAll;
20
+ /**
21
+ * Get policy metadata resource.
22
+ * @param resourceName The name of the policy metadata resource.
23
+ * @param options The options parameters.
24
+ */
25
+ getResource(resourceName: string, options?: PolicyMetadataGetResourceOptionalParams): Promise<PolicyMetadataGetResourceResponse>;
26
+ /**
27
+ * Get a list of the policy metadata resources.
28
+ * @param options The options parameters.
29
+ */
30
+ private _list;
31
+ /**
32
+ * ListNext
33
+ * @param nextLink The nextLink from the previous successful call to the List method.
34
+ * @param options The options parameters.
35
+ */
36
+ private _listNext;
37
+ }
38
+ //# sourceMappingURL=policyMetadataOperations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"policyMetadataOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/policyMetadataOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AAI5E,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EACL,kBAAkB,EAElB,gCAAgC,EAEhC,uCAAuC,EACvC,iCAAiC,EAElC,MAAM,oBAAoB,CAAC;AAG5B,4DAA4D;AAC5D,qBAAa,4BAA6B,YAAW,wBAAwB;IAC3E,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuB;IAE9C;;;OAGG;gBACS,MAAM,EAAE,oBAAoB;IAIxC;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,gCAAgC,GACzC,0BAA0B,CAAC,kBAAkB,CAAC;YAkBlC,cAAc;YAsBd,aAAa;IAQ5B;;;;OAIG;IACH,WAAW,CACT,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC;IAO7C;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
@@ -0,0 +1,157 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
9
+ import { setContinuationToken } from "../pagingHelper.js";
10
+ import * as coreClient from "@azure/core-client";
11
+ import * as Mappers from "../models/mappers.js";
12
+ import * as Parameters from "../models/parameters.js";
13
+ /// <reference lib="esnext.asynciterable" />
14
+ /** Class containing PolicyMetadataOperations operations. */
15
+ export class PolicyMetadataOperationsImpl {
16
+ /**
17
+ * Initialize a new instance of the class PolicyMetadataOperations class.
18
+ * @param client Reference to the service client
19
+ */
20
+ constructor(client) {
21
+ this.client = client;
22
+ }
23
+ /**
24
+ * Get a list of the policy metadata resources.
25
+ * @param options The options parameters.
26
+ */
27
+ list(options) {
28
+ const iter = this.listPagingAll(options);
29
+ return {
30
+ next() {
31
+ return iter.next();
32
+ },
33
+ [Symbol.asyncIterator]() {
34
+ return this;
35
+ },
36
+ byPage: (settings) => {
37
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
38
+ throw new Error("maxPageSize is not supported by this operation.");
39
+ }
40
+ return this.listPagingPage(options, settings);
41
+ },
42
+ };
43
+ }
44
+ listPagingPage(options, settings) {
45
+ return __asyncGenerator(this, arguments, function* listPagingPage_1() {
46
+ let result;
47
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
48
+ if (!continuationToken) {
49
+ result = yield __await(this._list(options));
50
+ let page = result.value || [];
51
+ continuationToken = result.nextLink;
52
+ setContinuationToken(page, continuationToken);
53
+ yield yield __await(page);
54
+ }
55
+ while (continuationToken) {
56
+ result = yield __await(this._listNext(continuationToken, options));
57
+ continuationToken = result.nextLink;
58
+ let page = result.value || [];
59
+ setContinuationToken(page, continuationToken);
60
+ yield yield __await(page);
61
+ }
62
+ });
63
+ }
64
+ listPagingAll(options) {
65
+ return __asyncGenerator(this, arguments, function* listPagingAll_1() {
66
+ var _a, e_1, _b, _c;
67
+ try {
68
+ for (var _d = true, _e = __asyncValues(this.listPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
69
+ _c = _f.value;
70
+ _d = false;
71
+ const page = _c;
72
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
73
+ }
74
+ }
75
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
76
+ finally {
77
+ try {
78
+ if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
79
+ }
80
+ finally { if (e_1) throw e_1.error; }
81
+ }
82
+ });
83
+ }
84
+ /**
85
+ * Get policy metadata resource.
86
+ * @param resourceName The name of the policy metadata resource.
87
+ * @param options The options parameters.
88
+ */
89
+ getResource(resourceName, options) {
90
+ return this.client.sendOperationRequest({ resourceName, options }, getResourceOperationSpec);
91
+ }
92
+ /**
93
+ * Get a list of the policy metadata resources.
94
+ * @param options The options parameters.
95
+ */
96
+ _list(options) {
97
+ return this.client.sendOperationRequest({ options }, listOperationSpec);
98
+ }
99
+ /**
100
+ * ListNext
101
+ * @param nextLink The nextLink from the previous successful call to the List method.
102
+ * @param options The options parameters.
103
+ */
104
+ _listNext(nextLink, options) {
105
+ return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
106
+ }
107
+ }
108
+ // Operation Specifications
109
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
110
+ const getResourceOperationSpec = {
111
+ path: "/providers/Microsoft.PolicyInsights/policyMetadata/{resourceName}",
112
+ httpMethod: "GET",
113
+ responses: {
114
+ 200: {
115
+ bodyMapper: Mappers.PolicyMetadata,
116
+ },
117
+ default: {
118
+ bodyMapper: Mappers.ErrorResponseAutoGenerated,
119
+ },
120
+ },
121
+ queryParameters: [Parameters.apiVersion1],
122
+ urlParameters: [Parameters.$host, Parameters.resourceName],
123
+ headerParameters: [Parameters.accept],
124
+ serializer,
125
+ };
126
+ const listOperationSpec = {
127
+ path: "/providers/Microsoft.PolicyInsights/policyMetadata",
128
+ httpMethod: "GET",
129
+ responses: {
130
+ 200: {
131
+ bodyMapper: Mappers.PolicyMetadataCollection,
132
+ },
133
+ default: {
134
+ bodyMapper: Mappers.ErrorResponseAutoGenerated,
135
+ },
136
+ },
137
+ queryParameters: [Parameters.top, Parameters.apiVersion1],
138
+ urlParameters: [Parameters.$host],
139
+ headerParameters: [Parameters.accept],
140
+ serializer,
141
+ };
142
+ const listNextOperationSpec = {
143
+ path: "{nextLink}",
144
+ httpMethod: "GET",
145
+ responses: {
146
+ 200: {
147
+ bodyMapper: Mappers.PolicyMetadataCollection,
148
+ },
149
+ default: {
150
+ bodyMapper: Mappers.ErrorResponseAutoGenerated,
151
+ },
152
+ },
153
+ urlParameters: [Parameters.$host, Parameters.nextLink],
154
+ headerParameters: [Parameters.accept],
155
+ serializer,
156
+ };
157
+ //# sourceMappingURL=policyMetadataOperations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"policyMetadataOperations.js","sourceRoot":"","sources":["../../../src/operations/policyMetadataOperations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { PolicyMetadataOperations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { PolicyInsightsClient } from \"../policyInsightsClient.js\";\nimport {\n SlimPolicyMetadata,\n PolicyMetadataListNextOptionalParams,\n PolicyMetadataListOptionalParams,\n PolicyMetadataListResponse,\n PolicyMetadataGetResourceOptionalParams,\n PolicyMetadataGetResourceResponse,\n PolicyMetadataListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing PolicyMetadataOperations operations. */\nexport class PolicyMetadataOperationsImpl implements PolicyMetadataOperations {\n private readonly client: PolicyInsightsClient;\n\n /**\n * Initialize a new instance of the class PolicyMetadataOperations class.\n * @param client Reference to the service client\n */\n constructor(client: PolicyInsightsClient) {\n this.client = client;\n }\n\n /**\n * Get a list of the policy metadata resources.\n * @param options The options parameters.\n */\n public list(\n options?: PolicyMetadataListOptionalParams,\n ): PagedAsyncIterableIterator<SlimPolicyMetadata> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n options?: PolicyMetadataListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<SlimPolicyMetadata[]> {\n let result: PolicyMetadataListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: PolicyMetadataListOptionalParams,\n ): AsyncIterableIterator<SlimPolicyMetadata> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Get policy metadata resource.\n * @param resourceName The name of the policy metadata resource.\n * @param options The options parameters.\n */\n getResource(\n resourceName: string,\n options?: PolicyMetadataGetResourceOptionalParams,\n ): Promise<PolicyMetadataGetResourceResponse> {\n return this.client.sendOperationRequest(\n { resourceName, options },\n getResourceOperationSpec,\n );\n }\n\n /**\n * Get a list of the policy metadata resources.\n * @param options The options parameters.\n */\n private _list(\n options?: PolicyMetadataListOptionalParams,\n ): Promise<PolicyMetadataListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: PolicyMetadataListNextOptionalParams,\n ): Promise<PolicyMetadataListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getResourceOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.PolicyInsights/policyMetadata/{resourceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyMetadata,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseAutoGenerated,\n },\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [Parameters.$host, Parameters.resourceName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.PolicyInsights/policyMetadata\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyMetadataCollection,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseAutoGenerated,\n },\n },\n queryParameters: [Parameters.top, Parameters.apiVersion1],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyMetadataCollection,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseAutoGenerated,\n },\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -0,0 +1,34 @@
1
+ import { PolicyRestrictions } from "../operationsInterfaces/index.js";
2
+ import { PolicyInsightsClient } from "../policyInsightsClient.js";
3
+ import { CheckRestrictionsRequest, PolicyRestrictionsCheckAtSubscriptionScopeOptionalParams, PolicyRestrictionsCheckAtSubscriptionScopeResponse, PolicyRestrictionsCheckAtResourceGroupScopeOptionalParams, PolicyRestrictionsCheckAtResourceGroupScopeResponse, CheckManagementGroupRestrictionsRequest, PolicyRestrictionsCheckAtManagementGroupScopeOptionalParams, PolicyRestrictionsCheckAtManagementGroupScopeResponse } from "../models/index.js";
4
+ /** Class containing PolicyRestrictions operations. */
5
+ export declare class PolicyRestrictionsImpl implements PolicyRestrictions {
6
+ private readonly client;
7
+ /**
8
+ * Initialize a new instance of the class PolicyRestrictions class.
9
+ * @param client Reference to the service client
10
+ */
11
+ constructor(client: PolicyInsightsClient);
12
+ /**
13
+ * Checks what restrictions Azure Policy will place on a resource within a subscription.
14
+ * @param parameters The check policy restrictions parameters.
15
+ * @param options The options parameters.
16
+ */
17
+ checkAtSubscriptionScope(parameters: CheckRestrictionsRequest, options?: PolicyRestrictionsCheckAtSubscriptionScopeOptionalParams): Promise<PolicyRestrictionsCheckAtSubscriptionScopeResponse>;
18
+ /**
19
+ * Checks what restrictions Azure Policy will place on a resource within a resource group. Use this
20
+ * when the resource group the resource will be created in is already known.
21
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
22
+ * @param parameters The check policy restrictions parameters.
23
+ * @param options The options parameters.
24
+ */
25
+ checkAtResourceGroupScope(resourceGroupName: string, parameters: CheckRestrictionsRequest, options?: PolicyRestrictionsCheckAtResourceGroupScopeOptionalParams): Promise<PolicyRestrictionsCheckAtResourceGroupScopeResponse>;
26
+ /**
27
+ * Checks what restrictions Azure Policy will place on resources within a management group.
28
+ * @param managementGroupId Management group ID.
29
+ * @param parameters The check policy restrictions parameters.
30
+ * @param options The options parameters.
31
+ */
32
+ checkAtManagementGroupScope(managementGroupId: string, parameters: CheckManagementGroupRestrictionsRequest, options?: PolicyRestrictionsCheckAtManagementGroupScopeOptionalParams): Promise<PolicyRestrictionsCheckAtManagementGroupScopeResponse>;
33
+ }
34
+ //# sourceMappingURL=policyRestrictions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"policyRestrictions.d.ts","sourceRoot":"","sources":["../../../src/operations/policyRestrictions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAItE,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EACL,wBAAwB,EACxB,wDAAwD,EACxD,kDAAkD,EAClD,yDAAyD,EACzD,mDAAmD,EACnD,uCAAuC,EACvC,2DAA2D,EAC3D,qDAAqD,EACtD,MAAM,oBAAoB,CAAC;AAE5B,sDAAsD;AACtD,qBAAa,sBAAuB,YAAW,kBAAkB;IAC/D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuB;IAE9C;;;OAGG;gBACS,MAAM,EAAE,oBAAoB;IAIxC;;;;OAIG;IACH,wBAAwB,CACtB,UAAU,EAAE,wBAAwB,EACpC,OAAO,CAAC,EAAE,wDAAwD,GACjE,OAAO,CAAC,kDAAkD,CAAC;IAO9D;;;;;;OAMG;IACH,yBAAyB,CACvB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,wBAAwB,EACpC,OAAO,CAAC,EAAE,yDAAyD,GAClE,OAAO,CAAC,mDAAmD,CAAC;IAO/D;;;;;OAKG;IACH,2BAA2B,CACzB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,uCAAuC,EACnD,OAAO,CAAC,EAAE,2DAA2D,GACpE,OAAO,CAAC,qDAAqD,CAAC;CAMlE"}
@@ -0,0 +1,112 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import * as coreClient from "@azure/core-client";
9
+ import * as Mappers from "../models/mappers.js";
10
+ import * as Parameters from "../models/parameters.js";
11
+ /** Class containing PolicyRestrictions operations. */
12
+ export class PolicyRestrictionsImpl {
13
+ /**
14
+ * Initialize a new instance of the class PolicyRestrictions class.
15
+ * @param client Reference to the service client
16
+ */
17
+ constructor(client) {
18
+ this.client = client;
19
+ }
20
+ /**
21
+ * Checks what restrictions Azure Policy will place on a resource within a subscription.
22
+ * @param parameters The check policy restrictions parameters.
23
+ * @param options The options parameters.
24
+ */
25
+ checkAtSubscriptionScope(parameters, options) {
26
+ return this.client.sendOperationRequest({ parameters, options }, checkAtSubscriptionScopeOperationSpec);
27
+ }
28
+ /**
29
+ * Checks what restrictions Azure Policy will place on a resource within a resource group. Use this
30
+ * when the resource group the resource will be created in is already known.
31
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
32
+ * @param parameters The check policy restrictions parameters.
33
+ * @param options The options parameters.
34
+ */
35
+ checkAtResourceGroupScope(resourceGroupName, parameters, options) {
36
+ return this.client.sendOperationRequest({ resourceGroupName, parameters, options }, checkAtResourceGroupScopeOperationSpec);
37
+ }
38
+ /**
39
+ * Checks what restrictions Azure Policy will place on resources within a management group.
40
+ * @param managementGroupId Management group ID.
41
+ * @param parameters The check policy restrictions parameters.
42
+ * @param options The options parameters.
43
+ */
44
+ checkAtManagementGroupScope(managementGroupId, parameters, options) {
45
+ return this.client.sendOperationRequest({ managementGroupId, parameters, options }, checkAtManagementGroupScopeOperationSpec);
46
+ }
47
+ }
48
+ // Operation Specifications
49
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
50
+ const checkAtSubscriptionScopeOperationSpec = {
51
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/checkPolicyRestrictions",
52
+ httpMethod: "POST",
53
+ responses: {
54
+ 200: {
55
+ bodyMapper: Mappers.CheckRestrictionsResult,
56
+ },
57
+ default: {
58
+ bodyMapper: Mappers.ErrorResponseAutoGenerated,
59
+ },
60
+ },
61
+ requestBody: Parameters.parameters1,
62
+ queryParameters: [Parameters.apiVersion1],
63
+ urlParameters: [Parameters.$host, Parameters.subscriptionId],
64
+ headerParameters: [Parameters.accept, Parameters.contentType],
65
+ mediaType: "json",
66
+ serializer,
67
+ };
68
+ const checkAtResourceGroupScopeOperationSpec = {
69
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/checkPolicyRestrictions",
70
+ httpMethod: "POST",
71
+ responses: {
72
+ 200: {
73
+ bodyMapper: Mappers.CheckRestrictionsResult,
74
+ },
75
+ default: {
76
+ bodyMapper: Mappers.ErrorResponseAutoGenerated,
77
+ },
78
+ },
79
+ requestBody: Parameters.parameters1,
80
+ queryParameters: [Parameters.apiVersion1],
81
+ urlParameters: [
82
+ Parameters.$host,
83
+ Parameters.subscriptionId,
84
+ Parameters.resourceGroupName1,
85
+ ],
86
+ headerParameters: [Parameters.accept, Parameters.contentType],
87
+ mediaType: "json",
88
+ serializer,
89
+ };
90
+ const checkAtManagementGroupScopeOperationSpec = {
91
+ path: "/providers/{managementGroupsNamespace}/managementGroups/{managementGroupId}/providers/Microsoft.PolicyInsights/checkPolicyRestrictions",
92
+ httpMethod: "POST",
93
+ responses: {
94
+ 200: {
95
+ bodyMapper: Mappers.CheckRestrictionsResult,
96
+ },
97
+ default: {
98
+ bodyMapper: Mappers.ErrorResponseAutoGenerated,
99
+ },
100
+ },
101
+ requestBody: Parameters.parameters2,
102
+ queryParameters: [Parameters.apiVersion1],
103
+ urlParameters: [
104
+ Parameters.$host,
105
+ Parameters.managementGroupsNamespace,
106
+ Parameters.managementGroupId,
107
+ ],
108
+ headerParameters: [Parameters.accept, Parameters.contentType],
109
+ mediaType: "json",
110
+ serializer,
111
+ };
112
+ //# sourceMappingURL=policyRestrictions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"policyRestrictions.js","sourceRoot":"","sources":["../../../src/operations/policyRestrictions.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PolicyRestrictions } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { PolicyInsightsClient } from \"../policyInsightsClient.js\";\nimport {\n CheckRestrictionsRequest,\n PolicyRestrictionsCheckAtSubscriptionScopeOptionalParams,\n PolicyRestrictionsCheckAtSubscriptionScopeResponse,\n PolicyRestrictionsCheckAtResourceGroupScopeOptionalParams,\n PolicyRestrictionsCheckAtResourceGroupScopeResponse,\n CheckManagementGroupRestrictionsRequest,\n PolicyRestrictionsCheckAtManagementGroupScopeOptionalParams,\n PolicyRestrictionsCheckAtManagementGroupScopeResponse,\n} from \"../models/index.js\";\n\n/** Class containing PolicyRestrictions operations. */\nexport class PolicyRestrictionsImpl implements PolicyRestrictions {\n private readonly client: PolicyInsightsClient;\n\n /**\n * Initialize a new instance of the class PolicyRestrictions class.\n * @param client Reference to the service client\n */\n constructor(client: PolicyInsightsClient) {\n this.client = client;\n }\n\n /**\n * Checks what restrictions Azure Policy will place on a resource within a subscription.\n * @param parameters The check policy restrictions parameters.\n * @param options The options parameters.\n */\n checkAtSubscriptionScope(\n parameters: CheckRestrictionsRequest,\n options?: PolicyRestrictionsCheckAtSubscriptionScopeOptionalParams,\n ): Promise<PolicyRestrictionsCheckAtSubscriptionScopeResponse> {\n return this.client.sendOperationRequest(\n { parameters, options },\n checkAtSubscriptionScopeOperationSpec,\n );\n }\n\n /**\n * Checks what restrictions Azure Policy will place on a resource within a resource group. Use this\n * when the resource group the resource will be created in is already known.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param parameters The check policy restrictions parameters.\n * @param options The options parameters.\n */\n checkAtResourceGroupScope(\n resourceGroupName: string,\n parameters: CheckRestrictionsRequest,\n options?: PolicyRestrictionsCheckAtResourceGroupScopeOptionalParams,\n ): Promise<PolicyRestrictionsCheckAtResourceGroupScopeResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, parameters, options },\n checkAtResourceGroupScopeOperationSpec,\n );\n }\n\n /**\n * Checks what restrictions Azure Policy will place on resources within a management group.\n * @param managementGroupId Management group ID.\n * @param parameters The check policy restrictions parameters.\n * @param options The options parameters.\n */\n checkAtManagementGroupScope(\n managementGroupId: string,\n parameters: CheckManagementGroupRestrictionsRequest,\n options?: PolicyRestrictionsCheckAtManagementGroupScopeOptionalParams,\n ): Promise<PolicyRestrictionsCheckAtManagementGroupScopeResponse> {\n return this.client.sendOperationRequest(\n { managementGroupId, parameters, options },\n checkAtManagementGroupScopeOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst checkAtSubscriptionScopeOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/checkPolicyRestrictions\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CheckRestrictionsResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseAutoGenerated,\n },\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst checkAtResourceGroupScopeOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/checkPolicyRestrictions\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CheckRestrictionsResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseAutoGenerated,\n },\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName1,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst checkAtManagementGroupScopeOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/{managementGroupsNamespace}/managementGroups/{managementGroupId}/providers/Microsoft.PolicyInsights/checkPolicyRestrictions\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CheckRestrictionsResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseAutoGenerated,\n },\n },\n requestBody: Parameters.parameters2,\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.managementGroupsNamespace,\n Parameters.managementGroupId,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\n"]}