@azure/arm-iotfirmwaredefense 1.0.0-beta.1 → 1.0.1-alpha.20240329.2

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 (286) hide show
  1. package/CHANGELOG.md +13 -3
  2. package/LICENSE +1 -1
  3. package/README.md +2 -2
  4. package/dist/index.js +2280 -2198
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.js +1 -1
  7. package/dist/index.min.js.map +1 -1
  8. package/dist-esm/samples-dev/binaryHardeningListByFirmwareSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/binaryHardeningListByFirmwareSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/{firmwareListGenerateCryptoKeyListSample.js → binaryHardeningListByFirmwareSample.js} +23 -34
  11. package/dist-esm/samples-dev/binaryHardeningListByFirmwareSample.js.map +1 -0
  12. package/dist-esm/samples-dev/cryptoCertificatesListByFirmwareSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/cryptoCertificatesListByFirmwareSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/{firmwareListGenerateCveListSample.js → cryptoCertificatesListByFirmwareSample.js} +25 -37
  15. package/dist-esm/samples-dev/cryptoCertificatesListByFirmwareSample.js.map +1 -0
  16. package/dist-esm/samples-dev/cryptoKeysListByFirmwareSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/cryptoKeysListByFirmwareSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/{firmwareListGenerateCryptoCertificateListSample.js → cryptoKeysListByFirmwareSample.js} +23 -34
  19. package/dist-esm/samples-dev/cryptoKeysListByFirmwareSample.js.map +1 -0
  20. package/dist-esm/samples-dev/cvesListByFirmwareSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/cvesListByFirmwareSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/cvesListByFirmwareSample.js +92 -0
  23. package/dist-esm/samples-dev/cvesListByFirmwareSample.js.map +1 -0
  24. package/dist-esm/samples-dev/firmwaresCreateSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/firmwaresCreateSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/{firmwareCreateSample.js → firmwaresCreateSample.js} +20 -18
  27. package/dist-esm/samples-dev/firmwaresCreateSample.js.map +1 -0
  28. package/dist-esm/samples-dev/firmwaresDeleteSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/firmwaresDeleteSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/{firmwareDeleteSample.js → firmwaresDeleteSample.js} +9 -9
  31. package/dist-esm/samples-dev/firmwaresDeleteSample.js.map +1 -0
  32. package/dist-esm/samples-dev/firmwaresGenerateDownloadUrlSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/firmwaresGenerateDownloadUrlSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/{firmwareGenerateDownloadUrlSample.js → firmwaresGenerateDownloadUrlSample.js} +9 -9
  35. package/dist-esm/samples-dev/firmwaresGenerateDownloadUrlSample.js.map +1 -0
  36. package/dist-esm/samples-dev/firmwaresGenerateFilesystemDownloadUrlSample.d.ts +2 -0
  37. package/dist-esm/samples-dev/firmwaresGenerateFilesystemDownloadUrlSample.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/{firmwareGenerateFilesystemDownloadUrlSample.js → firmwaresGenerateFilesystemDownloadUrlSample.js} +9 -9
  39. package/dist-esm/samples-dev/firmwaresGenerateFilesystemDownloadUrlSample.js.map +1 -0
  40. package/dist-esm/samples-dev/firmwaresGetSample.d.ts +2 -0
  41. package/dist-esm/samples-dev/firmwaresGetSample.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/{firmwareGetSample.js → firmwaresGetSample.js} +9 -9
  43. package/dist-esm/samples-dev/firmwaresGetSample.js.map +1 -0
  44. package/dist-esm/samples-dev/firmwaresListByWorkspaceSample.d.ts +2 -0
  45. package/dist-esm/samples-dev/firmwaresListByWorkspaceSample.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/{firmwareListByWorkspaceSample.js → firmwaresListByWorkspaceSample.js} +13 -23
  47. package/dist-esm/samples-dev/firmwaresListByWorkspaceSample.js.map +1 -0
  48. package/dist-esm/samples-dev/firmwaresUpdateSample.d.ts +2 -0
  49. package/dist-esm/samples-dev/firmwaresUpdateSample.d.ts.map +1 -0
  50. package/dist-esm/samples-dev/{firmwareUpdateSample.js → firmwaresUpdateSample.js} +20 -18
  51. package/dist-esm/samples-dev/firmwaresUpdateSample.js.map +1 -0
  52. package/dist-esm/samples-dev/operationsListSample.js +8 -18
  53. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  54. package/dist-esm/samples-dev/passwordHashesListByFirmwareSample.d.ts +2 -0
  55. package/dist-esm/samples-dev/passwordHashesListByFirmwareSample.d.ts.map +1 -0
  56. package/dist-esm/samples-dev/passwordHashesListByFirmwareSample.js +92 -0
  57. package/dist-esm/samples-dev/passwordHashesListByFirmwareSample.js.map +1 -0
  58. package/dist-esm/samples-dev/sbomComponentsListByFirmwareSample.d.ts +2 -0
  59. package/dist-esm/samples-dev/sbomComponentsListByFirmwareSample.d.ts.map +1 -0
  60. package/dist-esm/samples-dev/sbomComponentsListByFirmwareSample.js +92 -0
  61. package/dist-esm/samples-dev/sbomComponentsListByFirmwareSample.js.map +1 -0
  62. package/dist-esm/samples-dev/summariesGetSample.d.ts +2 -0
  63. package/dist-esm/samples-dev/summariesGetSample.d.ts.map +1 -0
  64. package/dist-esm/samples-dev/{firmwareGenerateSummarySample.js → summariesGetSample.js} +23 -23
  65. package/dist-esm/samples-dev/summariesGetSample.js.map +1 -0
  66. package/dist-esm/samples-dev/summariesListByFirmwareSample.d.ts +2 -0
  67. package/dist-esm/samples-dev/summariesListByFirmwareSample.d.ts.map +1 -0
  68. package/dist-esm/samples-dev/summariesListByFirmwareSample.js +92 -0
  69. package/dist-esm/samples-dev/summariesListByFirmwareSample.js.map +1 -0
  70. package/dist-esm/samples-dev/workspacesCreateSample.js +5 -4
  71. package/dist-esm/samples-dev/workspacesCreateSample.js.map +1 -1
  72. package/dist-esm/samples-dev/workspacesDeleteSample.js +2 -2
  73. package/dist-esm/samples-dev/workspacesGenerateUploadUrlSample.js +4 -4
  74. package/dist-esm/samples-dev/workspacesGenerateUploadUrlSample.js.map +1 -1
  75. package/dist-esm/samples-dev/workspacesGetSample.js +2 -2
  76. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +8 -18
  77. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +1 -1
  78. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +8 -18
  79. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js.map +1 -1
  80. package/dist-esm/samples-dev/workspacesUpdateSample.js +4 -4
  81. package/dist-esm/samples-dev/workspacesUpdateSample.js.map +1 -1
  82. package/dist-esm/src/ioTFirmwareDefenseClient.d.ts +11 -4
  83. package/dist-esm/src/ioTFirmwareDefenseClient.d.ts.map +1 -1
  84. package/dist-esm/src/ioTFirmwareDefenseClient.js +19 -12
  85. package/dist-esm/src/ioTFirmwareDefenseClient.js.map +1 -1
  86. package/dist-esm/src/models/index.d.ts +516 -602
  87. package/dist-esm/src/models/index.d.ts.map +1 -1
  88. package/dist-esm/src/models/index.js +40 -92
  89. package/dist-esm/src/models/index.js.map +1 -1
  90. package/dist-esm/src/models/mappers.d.ts +45 -25
  91. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  92. package/dist-esm/src/models/mappers.js +1120 -1036
  93. package/dist-esm/src/models/mappers.js.map +1 -1
  94. package/dist-esm/src/models/parameters.d.ts +3 -2
  95. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  96. package/dist-esm/src/models/parameters.js +56 -49
  97. package/dist-esm/src/models/parameters.js.map +1 -1
  98. package/dist-esm/src/operations/binaryHardening.d.ts +41 -0
  99. package/dist-esm/src/operations/binaryHardening.d.ts.map +1 -0
  100. package/dist-esm/src/operations/binaryHardening.js +155 -0
  101. package/dist-esm/src/operations/binaryHardening.js.map +1 -0
  102. package/dist-esm/src/operations/cryptoCertificates.d.ts +41 -0
  103. package/dist-esm/src/operations/cryptoCertificates.d.ts.map +1 -0
  104. package/dist-esm/src/operations/cryptoCertificates.js +155 -0
  105. package/dist-esm/src/operations/cryptoCertificates.js.map +1 -0
  106. package/dist-esm/src/operations/cryptoKeys.d.ts +41 -0
  107. package/dist-esm/src/operations/cryptoKeys.d.ts.map +1 -0
  108. package/dist-esm/src/operations/cryptoKeys.js +155 -0
  109. package/dist-esm/src/operations/cryptoKeys.js.map +1 -0
  110. package/dist-esm/src/operations/cves.d.ts +41 -0
  111. package/dist-esm/src/operations/cves.d.ts.map +1 -0
  112. package/dist-esm/src/operations/cves.js +155 -0
  113. package/dist-esm/src/operations/cves.js.map +1 -0
  114. package/dist-esm/src/operations/firmwares.d.ts +88 -0
  115. package/dist-esm/src/operations/firmwares.d.ts.map +1 -0
  116. package/dist-esm/src/operations/firmwares.js +350 -0
  117. package/dist-esm/src/operations/firmwares.js.map +1 -0
  118. package/dist-esm/src/operations/index.d.ts +9 -2
  119. package/dist-esm/src/operations/index.d.ts.map +1 -1
  120. package/dist-esm/src/operations/index.js +9 -2
  121. package/dist-esm/src/operations/index.js.map +1 -1
  122. package/dist-esm/src/operations/operations.js +12 -17
  123. package/dist-esm/src/operations/operations.js.map +1 -1
  124. package/dist-esm/src/operations/passwordHashes.d.ts +41 -0
  125. package/dist-esm/src/operations/passwordHashes.d.ts.map +1 -0
  126. package/dist-esm/src/operations/passwordHashes.js +155 -0
  127. package/dist-esm/src/operations/passwordHashes.js.map +1 -0
  128. package/dist-esm/src/operations/sbomComponents.d.ts +41 -0
  129. package/dist-esm/src/operations/sbomComponents.d.ts.map +1 -0
  130. package/dist-esm/src/operations/sbomComponents.js +155 -0
  131. package/dist-esm/src/operations/sbomComponents.js.map +1 -0
  132. package/dist-esm/src/operations/summaries.d.ts +52 -0
  133. package/dist-esm/src/operations/summaries.d.ts.map +1 -0
  134. package/dist-esm/src/operations/summaries.js +191 -0
  135. package/dist-esm/src/operations/summaries.js.map +1 -0
  136. package/dist-esm/src/operations/workspaces.js +52 -66
  137. package/dist-esm/src/operations/workspaces.js.map +1 -1
  138. package/dist-esm/src/operationsInterfaces/binaryHardening.d.ts +14 -0
  139. package/dist-esm/src/operationsInterfaces/binaryHardening.d.ts.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/{firmwareOperations.js → binaryHardening.js} +1 -1
  141. package/dist-esm/src/operationsInterfaces/binaryHardening.js.map +1 -0
  142. package/dist-esm/src/operationsInterfaces/cryptoCertificates.d.ts +14 -0
  143. package/dist-esm/src/operationsInterfaces/cryptoCertificates.d.ts.map +1 -0
  144. package/dist-esm/src/operationsInterfaces/cryptoCertificates.js +9 -0
  145. package/dist-esm/src/operationsInterfaces/cryptoCertificates.js.map +1 -0
  146. package/dist-esm/src/operationsInterfaces/cryptoKeys.d.ts +14 -0
  147. package/dist-esm/src/operationsInterfaces/cryptoKeys.d.ts.map +1 -0
  148. package/dist-esm/src/operationsInterfaces/cryptoKeys.js +9 -0
  149. package/dist-esm/src/operationsInterfaces/cryptoKeys.js.map +1 -0
  150. package/dist-esm/src/operationsInterfaces/cves.d.ts +14 -0
  151. package/dist-esm/src/operationsInterfaces/cves.d.ts.map +1 -0
  152. package/dist-esm/src/operationsInterfaces/cves.js +9 -0
  153. package/dist-esm/src/operationsInterfaces/cves.js.map +1 -0
  154. package/dist-esm/src/operationsInterfaces/firmwares.d.ts +63 -0
  155. package/dist-esm/src/operationsInterfaces/firmwares.d.ts.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/firmwares.js +9 -0
  157. package/dist-esm/src/operationsInterfaces/firmwares.js.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/index.d.ts +9 -2
  159. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  160. package/dist-esm/src/operationsInterfaces/index.js +9 -2
  161. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  162. package/dist-esm/src/operationsInterfaces/passwordHashes.d.ts +14 -0
  163. package/dist-esm/src/operationsInterfaces/passwordHashes.d.ts.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/passwordHashes.js +9 -0
  165. package/dist-esm/src/operationsInterfaces/passwordHashes.js.map +1 -0
  166. package/dist-esm/src/operationsInterfaces/sbomComponents.d.ts +14 -0
  167. package/dist-esm/src/operationsInterfaces/sbomComponents.d.ts.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/sbomComponents.js +9 -0
  169. package/dist-esm/src/operationsInterfaces/sbomComponents.js.map +1 -0
  170. package/dist-esm/src/operationsInterfaces/summaries.d.ts +24 -0
  171. package/dist-esm/src/operationsInterfaces/summaries.d.ts.map +1 -0
  172. package/dist-esm/src/operationsInterfaces/summaries.js +9 -0
  173. package/dist-esm/src/operationsInterfaces/summaries.js.map +1 -0
  174. package/dist-esm/src/pagingHelper.js.map +1 -1
  175. package/dist-esm/test/iotfirmwaredefense_operations_test.spec.js +7 -17
  176. package/dist-esm/test/iotfirmwaredefense_operations_test.spec.js.map +1 -1
  177. package/package.json +16 -21
  178. package/review/arm-iotfirmwaredefense.api.md +329 -330
  179. package/src/ioTFirmwareDefenseClient.ts +53 -24
  180. package/src/models/index.ts +566 -646
  181. package/src/models/mappers.ts +1190 -1036
  182. package/src/models/parameters.ts +59 -51
  183. package/src/operations/binaryHardening.ts +216 -0
  184. package/src/operations/cryptoCertificates.ts +216 -0
  185. package/src/operations/cryptoKeys.ts +216 -0
  186. package/src/operations/cves.ts +216 -0
  187. package/src/operations/firmwares.ts +469 -0
  188. package/src/operations/index.ts +9 -2
  189. package/src/operations/operations.ts +16 -16
  190. package/src/operations/passwordHashes.ts +216 -0
  191. package/src/operations/sbomComponents.ts +216 -0
  192. package/src/operations/summaries.ts +265 -0
  193. package/src/operations/workspaces.ts +81 -92
  194. package/src/operationsInterfaces/binaryHardening.ts +31 -0
  195. package/src/operationsInterfaces/cryptoCertificates.ts +31 -0
  196. package/src/operationsInterfaces/cryptoKeys.ts +31 -0
  197. package/src/operationsInterfaces/cves.ts +28 -0
  198. package/src/operationsInterfaces/firmwares.ts +123 -0
  199. package/src/operationsInterfaces/index.ts +9 -2
  200. package/src/operationsInterfaces/operations.ts +1 -1
  201. package/src/operationsInterfaces/passwordHashes.ts +31 -0
  202. package/src/operationsInterfaces/sbomComponents.ts +31 -0
  203. package/src/operationsInterfaces/summaries.ts +50 -0
  204. package/src/operationsInterfaces/workspaces.ts +8 -8
  205. package/src/pagingHelper.ts +1 -1
  206. package/types/arm-iotfirmwaredefense.d.ts +573 -675
  207. package/types/tsdoc-metadata.json +1 -1
  208. package/dist-esm/samples-dev/firmwareCreateSample.d.ts +0 -2
  209. package/dist-esm/samples-dev/firmwareCreateSample.d.ts.map +0 -1
  210. package/dist-esm/samples-dev/firmwareCreateSample.js.map +0 -1
  211. package/dist-esm/samples-dev/firmwareDeleteSample.d.ts +0 -2
  212. package/dist-esm/samples-dev/firmwareDeleteSample.d.ts.map +0 -1
  213. package/dist-esm/samples-dev/firmwareDeleteSample.js.map +0 -1
  214. package/dist-esm/samples-dev/firmwareGenerateBinaryHardeningDetailsSample.d.ts +0 -2
  215. package/dist-esm/samples-dev/firmwareGenerateBinaryHardeningDetailsSample.d.ts.map +0 -1
  216. package/dist-esm/samples-dev/firmwareGenerateBinaryHardeningDetailsSample.js +0 -62
  217. package/dist-esm/samples-dev/firmwareGenerateBinaryHardeningDetailsSample.js.map +0 -1
  218. package/dist-esm/samples-dev/firmwareGenerateBinaryHardeningSummarySample.d.ts +0 -2
  219. package/dist-esm/samples-dev/firmwareGenerateBinaryHardeningSummarySample.d.ts.map +0 -1
  220. package/dist-esm/samples-dev/firmwareGenerateBinaryHardeningSummarySample.js +0 -62
  221. package/dist-esm/samples-dev/firmwareGenerateBinaryHardeningSummarySample.js.map +0 -1
  222. package/dist-esm/samples-dev/firmwareGenerateComponentDetailsSample.d.ts +0 -2
  223. package/dist-esm/samples-dev/firmwareGenerateComponentDetailsSample.d.ts.map +0 -1
  224. package/dist-esm/samples-dev/firmwareGenerateComponentDetailsSample.js +0 -62
  225. package/dist-esm/samples-dev/firmwareGenerateComponentDetailsSample.js.map +0 -1
  226. package/dist-esm/samples-dev/firmwareGenerateCryptoCertificateSummarySample.d.ts +0 -2
  227. package/dist-esm/samples-dev/firmwareGenerateCryptoCertificateSummarySample.d.ts.map +0 -1
  228. package/dist-esm/samples-dev/firmwareGenerateCryptoCertificateSummarySample.js +0 -61
  229. package/dist-esm/samples-dev/firmwareGenerateCryptoCertificateSummarySample.js.map +0 -1
  230. package/dist-esm/samples-dev/firmwareGenerateCryptoKeySummarySample.d.ts +0 -2
  231. package/dist-esm/samples-dev/firmwareGenerateCryptoKeySummarySample.d.ts.map +0 -1
  232. package/dist-esm/samples-dev/firmwareGenerateCryptoKeySummarySample.js +0 -61
  233. package/dist-esm/samples-dev/firmwareGenerateCryptoKeySummarySample.js.map +0 -1
  234. package/dist-esm/samples-dev/firmwareGenerateCveSummarySample.d.ts +0 -2
  235. package/dist-esm/samples-dev/firmwareGenerateCveSummarySample.d.ts.map +0 -1
  236. package/dist-esm/samples-dev/firmwareGenerateCveSummarySample.js +0 -62
  237. package/dist-esm/samples-dev/firmwareGenerateCveSummarySample.js.map +0 -1
  238. package/dist-esm/samples-dev/firmwareGenerateDownloadUrlSample.d.ts +0 -2
  239. package/dist-esm/samples-dev/firmwareGenerateDownloadUrlSample.d.ts.map +0 -1
  240. package/dist-esm/samples-dev/firmwareGenerateDownloadUrlSample.js.map +0 -1
  241. package/dist-esm/samples-dev/firmwareGenerateFilesystemDownloadUrlSample.d.ts +0 -2
  242. package/dist-esm/samples-dev/firmwareGenerateFilesystemDownloadUrlSample.d.ts.map +0 -1
  243. package/dist-esm/samples-dev/firmwareGenerateFilesystemDownloadUrlSample.js.map +0 -1
  244. package/dist-esm/samples-dev/firmwareGenerateSummarySample.d.ts +0 -2
  245. package/dist-esm/samples-dev/firmwareGenerateSummarySample.d.ts.map +0 -1
  246. package/dist-esm/samples-dev/firmwareGenerateSummarySample.js.map +0 -1
  247. package/dist-esm/samples-dev/firmwareGetSample.d.ts +0 -2
  248. package/dist-esm/samples-dev/firmwareGetSample.d.ts.map +0 -1
  249. package/dist-esm/samples-dev/firmwareGetSample.js.map +0 -1
  250. package/dist-esm/samples-dev/firmwareListByWorkspaceSample.d.ts +0 -2
  251. package/dist-esm/samples-dev/firmwareListByWorkspaceSample.d.ts.map +0 -1
  252. package/dist-esm/samples-dev/firmwareListByWorkspaceSample.js.map +0 -1
  253. package/dist-esm/samples-dev/firmwareListGenerateBinaryHardeningListSample.d.ts +0 -2
  254. package/dist-esm/samples-dev/firmwareListGenerateBinaryHardeningListSample.d.ts.map +0 -1
  255. package/dist-esm/samples-dev/firmwareListGenerateBinaryHardeningListSample.js +0 -104
  256. package/dist-esm/samples-dev/firmwareListGenerateBinaryHardeningListSample.js.map +0 -1
  257. package/dist-esm/samples-dev/firmwareListGenerateComponentListSample.d.ts +0 -2
  258. package/dist-esm/samples-dev/firmwareListGenerateComponentListSample.d.ts.map +0 -1
  259. package/dist-esm/samples-dev/firmwareListGenerateComponentListSample.js +0 -104
  260. package/dist-esm/samples-dev/firmwareListGenerateComponentListSample.js.map +0 -1
  261. package/dist-esm/samples-dev/firmwareListGenerateCryptoCertificateListSample.d.ts +0 -2
  262. package/dist-esm/samples-dev/firmwareListGenerateCryptoCertificateListSample.d.ts.map +0 -1
  263. package/dist-esm/samples-dev/firmwareListGenerateCryptoCertificateListSample.js.map +0 -1
  264. package/dist-esm/samples-dev/firmwareListGenerateCryptoKeyListSample.d.ts +0 -2
  265. package/dist-esm/samples-dev/firmwareListGenerateCryptoKeyListSample.d.ts.map +0 -1
  266. package/dist-esm/samples-dev/firmwareListGenerateCryptoKeyListSample.js.map +0 -1
  267. package/dist-esm/samples-dev/firmwareListGenerateCveListSample.d.ts +0 -2
  268. package/dist-esm/samples-dev/firmwareListGenerateCveListSample.d.ts.map +0 -1
  269. package/dist-esm/samples-dev/firmwareListGenerateCveListSample.js.map +0 -1
  270. package/dist-esm/samples-dev/firmwareListGeneratePasswordHashListSample.d.ts +0 -2
  271. package/dist-esm/samples-dev/firmwareListGeneratePasswordHashListSample.d.ts.map +0 -1
  272. package/dist-esm/samples-dev/firmwareListGeneratePasswordHashListSample.js +0 -104
  273. package/dist-esm/samples-dev/firmwareListGeneratePasswordHashListSample.js.map +0 -1
  274. package/dist-esm/samples-dev/firmwareUpdateSample.d.ts +0 -2
  275. package/dist-esm/samples-dev/firmwareUpdateSample.d.ts.map +0 -1
  276. package/dist-esm/samples-dev/firmwareUpdateSample.js.map +0 -1
  277. package/dist-esm/src/operations/firmwareOperations.d.ts +0 -313
  278. package/dist-esm/src/operations/firmwareOperations.d.ts.map +0 -1
  279. package/dist-esm/src/operations/firmwareOperations.js +0 -1393
  280. package/dist-esm/src/operations/firmwareOperations.js.map +0 -1
  281. package/dist-esm/src/operationsInterfaces/firmwareOperations.d.ts +0 -169
  282. package/dist-esm/src/operationsInterfaces/firmwareOperations.d.ts.map +0 -1
  283. package/dist-esm/src/operationsInterfaces/firmwareOperations.js.map +0 -1
  284. package/rollup.config.js +0 -122
  285. package/src/operations/firmwareOperations.ts +0 -1892
  286. package/src/operationsInterfaces/firmwareOperations.ts +0 -320
@@ -1,313 +0,0 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { FirmwareOperations } from "../operationsInterfaces";
3
- import { IoTFirmwareDefenseClient } from "../ioTFirmwareDefenseClient";
4
- import { Firmware, FirmwareListByWorkspaceOptionalParams, Component, FirmwareListGenerateComponentListOptionalParams, BinaryHardening, FirmwareListGenerateBinaryHardeningListOptionalParams, PasswordHash, FirmwareListGeneratePasswordHashListOptionalParams, Cve, FirmwareListGenerateCveListOptionalParams, CryptoCertificate, FirmwareListGenerateCryptoCertificateListOptionalParams, CryptoKey, FirmwareListGenerateCryptoKeyListOptionalParams, FirmwareCreateOptionalParams, FirmwareCreateResponse, FirmwareUpdateDefinition, FirmwareUpdateOptionalParams, FirmwareUpdateResponse, FirmwareDeleteOptionalParams, FirmwareGetOptionalParams, FirmwareGetResponse, FirmwareGenerateDownloadUrlOptionalParams, FirmwareGenerateDownloadUrlResponse, FirmwareGenerateFilesystemDownloadUrlOptionalParams, FirmwareGenerateFilesystemDownloadUrlResponse, FirmwareGenerateSummaryOptionalParams, FirmwareGenerateSummaryResponse, FirmwareGenerateComponentDetailsOptionalParams, FirmwareGenerateComponentDetailsResponse, FirmwareGenerateBinaryHardeningSummaryOptionalParams, FirmwareGenerateBinaryHardeningSummaryResponse, FirmwareGenerateBinaryHardeningDetailsOptionalParams, FirmwareGenerateBinaryHardeningDetailsResponse, FirmwareGenerateCveSummaryOptionalParams, FirmwareGenerateCveSummaryResponse, FirmwareGenerateCryptoCertificateSummaryOptionalParams, FirmwareGenerateCryptoCertificateSummaryResponse, FirmwareGenerateCryptoKeySummaryOptionalParams, FirmwareGenerateCryptoKeySummaryResponse } from "../models";
5
- /** Class containing FirmwareOperations operations. */
6
- export declare class FirmwareOperationsImpl implements FirmwareOperations {
7
- private readonly client;
8
- /**
9
- * Initialize a new instance of the class FirmwareOperations class.
10
- * @param client Reference to the service client
11
- */
12
- constructor(client: IoTFirmwareDefenseClient);
13
- /**
14
- * Lists all of firmwares inside a workspace.
15
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
- * @param workspaceName The name of the firmware analysis workspace.
17
- * @param options The options parameters.
18
- */
19
- listByWorkspace(resourceGroupName: string, workspaceName: string, options?: FirmwareListByWorkspaceOptionalParams): PagedAsyncIterableIterator<Firmware>;
20
- private listByWorkspacePagingPage;
21
- private listByWorkspacePagingAll;
22
- /**
23
- * The operation to list all components result for a firmware.
24
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
25
- * @param workspaceName The name of the firmware analysis workspace.
26
- * @param firmwareId The id of the firmware.
27
- * @param options The options parameters.
28
- */
29
- listGenerateComponentList(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwareListGenerateComponentListOptionalParams): PagedAsyncIterableIterator<Component>;
30
- private listGenerateComponentListPagingPage;
31
- private listGenerateComponentListPagingAll;
32
- /**
33
- * The operation to list all binary hardening result for a firmware.
34
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
35
- * @param workspaceName The name of the firmware analysis workspace.
36
- * @param firmwareId The id of the firmware.
37
- * @param options The options parameters.
38
- */
39
- listGenerateBinaryHardeningList(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwareListGenerateBinaryHardeningListOptionalParams): PagedAsyncIterableIterator<BinaryHardening>;
40
- private listGenerateBinaryHardeningListPagingPage;
41
- private listGenerateBinaryHardeningListPagingAll;
42
- /**
43
- * The operation to list all password hashes for a firmware.
44
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
45
- * @param workspaceName The name of the firmware analysis workspace.
46
- * @param firmwareId The id of the firmware.
47
- * @param options The options parameters.
48
- */
49
- listGeneratePasswordHashList(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwareListGeneratePasswordHashListOptionalParams): PagedAsyncIterableIterator<PasswordHash>;
50
- private listGeneratePasswordHashListPagingPage;
51
- private listGeneratePasswordHashListPagingAll;
52
- /**
53
- * The operation to list all cve results for a firmware.
54
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
55
- * @param workspaceName The name of the firmware analysis workspace.
56
- * @param firmwareId The id of the firmware.
57
- * @param options The options parameters.
58
- */
59
- listGenerateCveList(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwareListGenerateCveListOptionalParams): PagedAsyncIterableIterator<Cve>;
60
- private listGenerateCveListPagingPage;
61
- private listGenerateCveListPagingAll;
62
- /**
63
- * The operation to list all crypto certificates for a firmware.
64
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
65
- * @param workspaceName The name of the firmware analysis workspace.
66
- * @param firmwareId The id of the firmware.
67
- * @param options The options parameters.
68
- */
69
- listGenerateCryptoCertificateList(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwareListGenerateCryptoCertificateListOptionalParams): PagedAsyncIterableIterator<CryptoCertificate>;
70
- private listGenerateCryptoCertificateListPagingPage;
71
- private listGenerateCryptoCertificateListPagingAll;
72
- /**
73
- * The operation to list all crypto keys for a firmware.
74
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
75
- * @param workspaceName The name of the firmware analysis workspace.
76
- * @param firmwareId The id of the firmware.
77
- * @param options The options parameters.
78
- */
79
- listGenerateCryptoKeyList(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwareListGenerateCryptoKeyListOptionalParams): PagedAsyncIterableIterator<CryptoKey>;
80
- private listGenerateCryptoKeyListPagingPage;
81
- private listGenerateCryptoKeyListPagingAll;
82
- /**
83
- * Lists all of firmwares inside a workspace.
84
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
85
- * @param workspaceName The name of the firmware analysis workspace.
86
- * @param options The options parameters.
87
- */
88
- private _listByWorkspace;
89
- /**
90
- * The operation to create a firmware.
91
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
92
- * @param workspaceName The name of the firmware analysis workspace.
93
- * @param firmwareId The id of the firmware.
94
- * @param firmware Details of the firmware being created or updated.
95
- * @param options The options parameters.
96
- */
97
- create(resourceGroupName: string, workspaceName: string, firmwareId: string, firmware: Firmware, options?: FirmwareCreateOptionalParams): Promise<FirmwareCreateResponse>;
98
- /**
99
- * The operation to update firmware.
100
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
101
- * @param workspaceName The name of the firmware analysis workspace.
102
- * @param firmwareId The id of the firmware.
103
- * @param firmware Details of the firmware being created or updated.
104
- * @param options The options parameters.
105
- */
106
- update(resourceGroupName: string, workspaceName: string, firmwareId: string, firmware: FirmwareUpdateDefinition, options?: FirmwareUpdateOptionalParams): Promise<FirmwareUpdateResponse>;
107
- /**
108
- * The operation to delete a firmware.
109
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
110
- * @param workspaceName The name of the firmware analysis workspace.
111
- * @param firmwareId The id of the firmware.
112
- * @param options The options parameters.
113
- */
114
- delete(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwareDeleteOptionalParams): Promise<void>;
115
- /**
116
- * Get firmware.
117
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
118
- * @param workspaceName The name of the firmware analysis workspace.
119
- * @param firmwareId The id of the firmware.
120
- * @param options The options parameters.
121
- */
122
- get(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwareGetOptionalParams): Promise<FirmwareGetResponse>;
123
- /**
124
- * The operation to a url for file download.
125
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
126
- * @param workspaceName The name of the firmware analysis workspace.
127
- * @param firmwareId The id of the firmware.
128
- * @param options The options parameters.
129
- */
130
- generateDownloadUrl(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwareGenerateDownloadUrlOptionalParams): Promise<FirmwareGenerateDownloadUrlResponse>;
131
- /**
132
- * The operation to a url for tar file download.
133
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
134
- * @param workspaceName The name of the firmware analysis workspace.
135
- * @param firmwareId The id of the firmware.
136
- * @param options The options parameters.
137
- */
138
- generateFilesystemDownloadUrl(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwareGenerateFilesystemDownloadUrlOptionalParams): Promise<FirmwareGenerateFilesystemDownloadUrlResponse>;
139
- /**
140
- * The operation to get a scan summary.
141
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
142
- * @param workspaceName The name of the firmware analysis workspace.
143
- * @param firmwareId The id of the firmware.
144
- * @param options The options parameters.
145
- */
146
- generateSummary(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwareGenerateSummaryOptionalParams): Promise<FirmwareGenerateSummaryResponse>;
147
- /**
148
- * The operation to list all components result for a firmware.
149
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
150
- * @param workspaceName The name of the firmware analysis workspace.
151
- * @param firmwareId The id of the firmware.
152
- * @param options The options parameters.
153
- */
154
- private _listGenerateComponentList;
155
- /**
156
- * The operation to get component details for a firmware.
157
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
158
- * @param workspaceName The name of the firmware analysis workspace.
159
- * @param firmwareId The id of the firmware.
160
- * @param options The options parameters.
161
- */
162
- generateComponentDetails(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwareGenerateComponentDetailsOptionalParams): Promise<FirmwareGenerateComponentDetailsResponse>;
163
- /**
164
- * The operation to list all binary hardening result for a firmware.
165
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
166
- * @param workspaceName The name of the firmware analysis workspace.
167
- * @param firmwareId The id of the firmware.
168
- * @param options The options parameters.
169
- */
170
- private _listGenerateBinaryHardeningList;
171
- /**
172
- * The operation to list the binary hardening summary percentages for a firmware.
173
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
174
- * @param workspaceName The name of the firmware analysis workspace.
175
- * @param firmwareId The id of the firmware.
176
- * @param options The options parameters.
177
- */
178
- generateBinaryHardeningSummary(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwareGenerateBinaryHardeningSummaryOptionalParams): Promise<FirmwareGenerateBinaryHardeningSummaryResponse>;
179
- /**
180
- * The operation to get binary hardening details for a firmware.
181
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
182
- * @param workspaceName The name of the firmware analysis workspace.
183
- * @param firmwareId The id of the firmware.
184
- * @param options The options parameters.
185
- */
186
- generateBinaryHardeningDetails(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwareGenerateBinaryHardeningDetailsOptionalParams): Promise<FirmwareGenerateBinaryHardeningDetailsResponse>;
187
- /**
188
- * The operation to list all password hashes for a firmware.
189
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
190
- * @param workspaceName The name of the firmware analysis workspace.
191
- * @param firmwareId The id of the firmware.
192
- * @param options The options parameters.
193
- */
194
- private _listGeneratePasswordHashList;
195
- /**
196
- * The operation to list all cve results for a firmware.
197
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
198
- * @param workspaceName The name of the firmware analysis workspace.
199
- * @param firmwareId The id of the firmware.
200
- * @param options The options parameters.
201
- */
202
- private _listGenerateCveList;
203
- /**
204
- * The operation to provide a high level summary of the CVEs reported for the firmware image.
205
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
206
- * @param workspaceName The name of the firmware analysis workspace.
207
- * @param firmwareId The id of the firmware.
208
- * @param options The options parameters.
209
- */
210
- generateCveSummary(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwareGenerateCveSummaryOptionalParams): Promise<FirmwareGenerateCveSummaryResponse>;
211
- /**
212
- * The operation to provide a high level summary of the discovered cryptographic certificates reported
213
- * for the firmware image.
214
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
215
- * @param workspaceName The name of the firmware analysis workspace.
216
- * @param firmwareId The id of the firmware.
217
- * @param options The options parameters.
218
- */
219
- generateCryptoCertificateSummary(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwareGenerateCryptoCertificateSummaryOptionalParams): Promise<FirmwareGenerateCryptoCertificateSummaryResponse>;
220
- /**
221
- * The operation to provide a high level summary of the discovered cryptographic keys reported for the
222
- * firmware image.
223
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
224
- * @param workspaceName The name of the firmware analysis workspace.
225
- * @param firmwareId The id of the firmware.
226
- * @param options The options parameters.
227
- */
228
- generateCryptoKeySummary(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwareGenerateCryptoKeySummaryOptionalParams): Promise<FirmwareGenerateCryptoKeySummaryResponse>;
229
- /**
230
- * The operation to list all crypto certificates for a firmware.
231
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
232
- * @param workspaceName The name of the firmware analysis workspace.
233
- * @param firmwareId The id of the firmware.
234
- * @param options The options parameters.
235
- */
236
- private _listGenerateCryptoCertificateList;
237
- /**
238
- * The operation to list all crypto keys for a firmware.
239
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
240
- * @param workspaceName The name of the firmware analysis workspace.
241
- * @param firmwareId The id of the firmware.
242
- * @param options The options parameters.
243
- */
244
- private _listGenerateCryptoKeyList;
245
- /**
246
- * ListByWorkspaceNext
247
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
248
- * @param workspaceName The name of the firmware analysis workspace.
249
- * @param nextLink The nextLink from the previous successful call to the ListByWorkspace method.
250
- * @param options The options parameters.
251
- */
252
- private _listByWorkspaceNext;
253
- /**
254
- * ListGenerateComponentListNext
255
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
256
- * @param workspaceName The name of the firmware analysis workspace.
257
- * @param firmwareId The id of the firmware.
258
- * @param nextLink The nextLink from the previous successful call to the ListGenerateComponentList
259
- * method.
260
- * @param options The options parameters.
261
- */
262
- private _listGenerateComponentListNext;
263
- /**
264
- * ListGenerateBinaryHardeningListNext
265
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
266
- * @param workspaceName The name of the firmware analysis workspace.
267
- * @param firmwareId The id of the firmware.
268
- * @param nextLink The nextLink from the previous successful call to the
269
- * ListGenerateBinaryHardeningList method.
270
- * @param options The options parameters.
271
- */
272
- private _listGenerateBinaryHardeningListNext;
273
- /**
274
- * ListGeneratePasswordHashListNext
275
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
276
- * @param workspaceName The name of the firmware analysis workspace.
277
- * @param firmwareId The id of the firmware.
278
- * @param nextLink The nextLink from the previous successful call to the ListGeneratePasswordHashList
279
- * method.
280
- * @param options The options parameters.
281
- */
282
- private _listGeneratePasswordHashListNext;
283
- /**
284
- * ListGenerateCveListNext
285
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
286
- * @param workspaceName The name of the firmware analysis workspace.
287
- * @param firmwareId The id of the firmware.
288
- * @param nextLink The nextLink from the previous successful call to the ListGenerateCveList method.
289
- * @param options The options parameters.
290
- */
291
- private _listGenerateCveListNext;
292
- /**
293
- * ListGenerateCryptoCertificateListNext
294
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
295
- * @param workspaceName The name of the firmware analysis workspace.
296
- * @param firmwareId The id of the firmware.
297
- * @param nextLink The nextLink from the previous successful call to the
298
- * ListGenerateCryptoCertificateList method.
299
- * @param options The options parameters.
300
- */
301
- private _listGenerateCryptoCertificateListNext;
302
- /**
303
- * ListGenerateCryptoKeyListNext
304
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
305
- * @param workspaceName The name of the firmware analysis workspace.
306
- * @param firmwareId The id of the firmware.
307
- * @param nextLink The nextLink from the previous successful call to the ListGenerateCryptoKeyList
308
- * method.
309
- * @param options The options parameters.
310
- */
311
- private _listGenerateCryptoKeyListNext;
312
- }
313
- //# sourceMappingURL=firmwareOperations.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"firmwareOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/firmwareOperations.ts"],"names":[],"mappings":"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"}