@azure/arm-attestation 2.1.1-alpha.20241230.1 → 2.1.1-alpha.20250108.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (327) hide show
  1. package/{dist-esm/src → dist/browser}/attestationManagementClient.d.ts +2 -2
  2. package/dist/browser/attestationManagementClient.d.ts.map +1 -0
  3. package/{dist-esm/src → dist/browser}/attestationManagementClient.js +15 -18
  4. package/dist/browser/attestationManagementClient.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  7. package/{dist-esm/src → dist/browser}/index.js +4 -4
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/models/index.js.map +1 -0
  10. package/dist/browser/models/mappers.js.map +1 -0
  11. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  12. package/dist/browser/models/parameters.js.map +1 -0
  13. package/{dist-esm/src → dist/browser}/operations/attestationProviders.d.ts +3 -3
  14. package/dist/browser/operations/attestationProviders.d.ts.map +1 -0
  15. package/{dist-esm/src → dist/browser}/operations/attestationProviders.js +2 -2
  16. package/dist/browser/operations/attestationProviders.js.map +1 -0
  17. package/dist/browser/operations/index.d.ts +4 -0
  18. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  19. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +3 -3
  20. package/dist/browser/operations/index.js.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  22. package/dist/browser/operations/operations.d.ts.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operations/operations.js +2 -2
  24. package/dist/browser/operations/operations.js.map +1 -0
  25. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +3 -3
  26. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +2 -2
  28. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operationsInterfaces/attestationProviders.d.ts +1 -1
  30. package/dist/browser/operationsInterfaces/attestationProviders.d.ts.map +1 -0
  31. package/dist/browser/operationsInterfaces/attestationProviders.js.map +1 -0
  32. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  33. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  34. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +3 -3
  35. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  37. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  38. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  39. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +1 -1
  40. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  41. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  42. package/dist/browser/package.json +3 -0
  43. package/dist/browser/pagingHelper.js.map +1 -0
  44. package/dist/commonjs/attestationManagementClient.d.ts +22 -0
  45. package/dist/commonjs/attestationManagementClient.d.ts.map +1 -0
  46. package/dist/commonjs/attestationManagementClient.js +104 -0
  47. package/dist/commonjs/attestationManagementClient.js.map +1 -0
  48. package/dist/commonjs/index.d.ts +5 -0
  49. package/dist/commonjs/index.d.ts.map +1 -0
  50. package/dist/commonjs/index.js +19 -0
  51. package/dist/commonjs/index.js.map +1 -0
  52. package/{types/arm-attestation.d.ts → dist/commonjs/models/index.d.ts} +403 -590
  53. package/dist/commonjs/models/index.d.ts.map +1 -0
  54. package/dist/commonjs/models/index.js +55 -0
  55. package/dist/commonjs/models/index.js.map +1 -0
  56. package/dist/commonjs/models/mappers.d.ts +21 -0
  57. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  58. package/dist/commonjs/models/mappers.js +566 -0
  59. package/dist/commonjs/models/mappers.js.map +1 -0
  60. package/dist/commonjs/models/parameters.d.ts +15 -0
  61. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  62. package/dist/commonjs/models/parameters.js +141 -0
  63. package/dist/commonjs/models/parameters.js.map +1 -0
  64. package/dist/commonjs/operations/attestationProviders.d.ts +65 -0
  65. package/dist/commonjs/operations/attestationProviders.d.ts.map +1 -0
  66. package/dist/commonjs/operations/attestationProviders.js +259 -0
  67. package/dist/commonjs/operations/attestationProviders.js.map +1 -0
  68. package/dist/commonjs/operations/index.d.ts +4 -0
  69. package/dist/commonjs/operations/index.d.ts.map +1 -0
  70. package/dist/commonjs/operations/index.js +14 -0
  71. package/dist/commonjs/operations/index.js.map +1 -0
  72. package/dist/commonjs/operations/operations.d.ts +18 -0
  73. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  74. package/dist/commonjs/operations/operations.js +51 -0
  75. package/dist/commonjs/operations/operations.js.map +1 -0
  76. package/dist/commonjs/operations/privateEndpointConnections.d.ts +58 -0
  77. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  78. package/dist/commonjs/operations/privateEndpointConnections.js +226 -0
  79. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  80. package/dist/commonjs/operationsInterfaces/attestationProviders.d.ts +57 -0
  81. package/dist/commonjs/operationsInterfaces/attestationProviders.d.ts.map +1 -0
  82. package/dist/commonjs/operationsInterfaces/attestationProviders.js +10 -0
  83. package/dist/commonjs/operationsInterfaces/attestationProviders.js.map +1 -0
  84. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  85. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  86. package/dist/commonjs/operationsInterfaces/index.js +14 -0
  87. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  88. package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
  89. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  90. package/{src/operations/index.ts → dist/commonjs/operationsInterfaces/operations.js} +3 -4
  91. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  92. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +41 -0
  93. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  94. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  95. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  96. package/dist/commonjs/package.json +3 -0
  97. package/dist/commonjs/pagingHelper.d.ts +13 -0
  98. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  99. package/dist/commonjs/pagingHelper.js +36 -0
  100. package/dist/commonjs/pagingHelper.js.map +1 -0
  101. package/dist/esm/attestationManagementClient.d.ts +22 -0
  102. package/dist/esm/attestationManagementClient.d.ts.map +1 -0
  103. package/dist/esm/attestationManagementClient.js +99 -0
  104. package/dist/esm/attestationManagementClient.js.map +1 -0
  105. package/dist/esm/index.d.ts +5 -0
  106. package/dist/esm/index.d.ts.map +1 -0
  107. package/{src/index.ts → dist/esm/index.js} +5 -5
  108. package/dist/esm/index.js.map +1 -0
  109. package/dist/esm/models/index.d.ts +403 -0
  110. package/dist/esm/models/index.d.ts.map +1 -0
  111. package/dist/esm/models/index.js +52 -0
  112. package/dist/esm/models/index.js.map +1 -0
  113. package/dist/esm/models/mappers.d.ts +21 -0
  114. package/dist/esm/models/mappers.d.ts.map +1 -0
  115. package/dist/esm/models/mappers.js +563 -0
  116. package/dist/esm/models/mappers.js.map +1 -0
  117. package/dist/esm/models/parameters.d.ts +15 -0
  118. package/dist/esm/models/parameters.d.ts.map +1 -0
  119. package/dist/esm/models/parameters.js +138 -0
  120. package/dist/esm/models/parameters.js.map +1 -0
  121. package/dist/esm/operations/attestationProviders.d.ts +65 -0
  122. package/dist/esm/operations/attestationProviders.d.ts.map +1 -0
  123. package/dist/esm/operations/attestationProviders.js +254 -0
  124. package/dist/esm/operations/attestationProviders.js.map +1 -0
  125. package/dist/esm/operations/index.d.ts +4 -0
  126. package/dist/esm/operations/index.d.ts.map +1 -0
  127. package/dist/esm/operations/index.js +11 -0
  128. package/dist/esm/operations/index.js.map +1 -0
  129. package/dist/esm/operations/operations.d.ts +18 -0
  130. package/dist/esm/operations/operations.d.ts.map +1 -0
  131. package/dist/esm/operations/operations.js +46 -0
  132. package/dist/esm/operations/operations.js.map +1 -0
  133. package/dist/esm/operations/privateEndpointConnections.d.ts +58 -0
  134. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  135. package/dist/esm/operations/privateEndpointConnections.js +222 -0
  136. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  137. package/dist/esm/operationsInterfaces/attestationProviders.d.ts +57 -0
  138. package/dist/esm/operationsInterfaces/attestationProviders.d.ts.map +1 -0
  139. package/dist/esm/operationsInterfaces/attestationProviders.js +9 -0
  140. package/dist/esm/operationsInterfaces/attestationProviders.js.map +1 -0
  141. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  142. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  143. package/dist/esm/operationsInterfaces/index.js +11 -0
  144. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  145. package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
  146. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  147. package/dist/esm/operationsInterfaces/operations.js +9 -0
  148. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  149. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +41 -0
  150. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  151. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  152. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  153. package/dist/esm/package.json +3 -0
  154. package/dist/esm/pagingHelper.d.ts +13 -0
  155. package/dist/esm/pagingHelper.d.ts.map +1 -0
  156. package/dist/esm/pagingHelper.js +32 -0
  157. package/dist/esm/pagingHelper.js.map +1 -0
  158. package/dist/react-native/attestationManagementClient.d.ts +22 -0
  159. package/dist/react-native/attestationManagementClient.d.ts.map +1 -0
  160. package/dist/react-native/attestationManagementClient.js +99 -0
  161. package/dist/react-native/attestationManagementClient.js.map +1 -0
  162. package/dist/react-native/index.d.ts +5 -0
  163. package/dist/react-native/index.d.ts.map +1 -0
  164. package/dist/react-native/index.js +13 -0
  165. package/dist/react-native/index.js.map +1 -0
  166. package/dist/react-native/models/index.d.ts +403 -0
  167. package/dist/react-native/models/index.d.ts.map +1 -0
  168. package/dist/react-native/models/index.js +52 -0
  169. package/dist/react-native/models/index.js.map +1 -0
  170. package/dist/react-native/models/mappers.d.ts +21 -0
  171. package/dist/react-native/models/mappers.d.ts.map +1 -0
  172. package/dist/react-native/models/mappers.js +563 -0
  173. package/dist/react-native/models/mappers.js.map +1 -0
  174. package/dist/react-native/models/parameters.d.ts +15 -0
  175. package/dist/react-native/models/parameters.d.ts.map +1 -0
  176. package/dist/react-native/models/parameters.js +138 -0
  177. package/dist/react-native/models/parameters.js.map +1 -0
  178. package/dist/react-native/operations/attestationProviders.d.ts +65 -0
  179. package/dist/react-native/operations/attestationProviders.d.ts.map +1 -0
  180. package/dist/react-native/operations/attestationProviders.js +254 -0
  181. package/dist/react-native/operations/attestationProviders.js.map +1 -0
  182. package/dist/react-native/operations/index.d.ts +4 -0
  183. package/dist/react-native/operations/index.d.ts.map +1 -0
  184. package/dist/react-native/operations/index.js +11 -0
  185. package/dist/react-native/operations/index.js.map +1 -0
  186. package/dist/react-native/operations/operations.d.ts +18 -0
  187. package/dist/react-native/operations/operations.d.ts.map +1 -0
  188. package/dist/react-native/operations/operations.js +46 -0
  189. package/dist/react-native/operations/operations.js.map +1 -0
  190. package/dist/react-native/operations/privateEndpointConnections.d.ts +58 -0
  191. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  192. package/dist/react-native/operations/privateEndpointConnections.js +222 -0
  193. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  194. package/dist/react-native/operationsInterfaces/attestationProviders.d.ts +57 -0
  195. package/dist/react-native/operationsInterfaces/attestationProviders.d.ts.map +1 -0
  196. package/dist/react-native/operationsInterfaces/attestationProviders.js +9 -0
  197. package/dist/react-native/operationsInterfaces/attestationProviders.js.map +1 -0
  198. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  199. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  200. package/dist/react-native/operationsInterfaces/index.js +11 -0
  201. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  202. package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
  203. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  204. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  205. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  206. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +41 -0
  207. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  208. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  209. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  210. package/dist/react-native/package.json +3 -0
  211. package/dist/react-native/pagingHelper.d.ts +13 -0
  212. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  213. package/dist/react-native/pagingHelper.js +32 -0
  214. package/dist/react-native/pagingHelper.js.map +1 -0
  215. package/package.json +58 -28
  216. package/dist/index.js +0 -1439
  217. package/dist/index.js.map +0 -1
  218. package/dist/index.min.js +0 -1
  219. package/dist/index.min.js.map +0 -1
  220. package/dist-esm/samples-dev/attestationProvidersCreateSample.d.ts +0 -2
  221. package/dist-esm/samples-dev/attestationProvidersCreateSample.d.ts.map +0 -1
  222. package/dist-esm/samples-dev/attestationProvidersCreateSample.js +0 -32
  223. package/dist-esm/samples-dev/attestationProvidersCreateSample.js.map +0 -1
  224. package/dist-esm/samples-dev/attestationProvidersDeleteSample.d.ts +0 -2
  225. package/dist-esm/samples-dev/attestationProvidersDeleteSample.d.ts.map +0 -1
  226. package/dist-esm/samples-dev/attestationProvidersDeleteSample.js +0 -31
  227. package/dist-esm/samples-dev/attestationProvidersDeleteSample.js.map +0 -1
  228. package/dist-esm/samples-dev/attestationProvidersGetDefaultByLocationSample.d.ts +0 -2
  229. package/dist-esm/samples-dev/attestationProvidersGetDefaultByLocationSample.d.ts.map +0 -1
  230. package/dist-esm/samples-dev/attestationProvidersGetDefaultByLocationSample.js +0 -30
  231. package/dist-esm/samples-dev/attestationProvidersGetDefaultByLocationSample.js.map +0 -1
  232. package/dist-esm/samples-dev/attestationProvidersGetSample.d.ts +0 -2
  233. package/dist-esm/samples-dev/attestationProvidersGetSample.d.ts.map +0 -1
  234. package/dist-esm/samples-dev/attestationProvidersGetSample.js +0 -31
  235. package/dist-esm/samples-dev/attestationProvidersGetSample.js.map +0 -1
  236. package/dist-esm/samples-dev/attestationProvidersListByResourceGroupSample.d.ts +0 -2
  237. package/dist-esm/samples-dev/attestationProvidersListByResourceGroupSample.d.ts.map +0 -1
  238. package/dist-esm/samples-dev/attestationProvidersListByResourceGroupSample.js +0 -30
  239. package/dist-esm/samples-dev/attestationProvidersListByResourceGroupSample.js.map +0 -1
  240. package/dist-esm/samples-dev/attestationProvidersListDefaultSample.d.ts +0 -2
  241. package/dist-esm/samples-dev/attestationProvidersListDefaultSample.d.ts.map +0 -1
  242. package/dist-esm/samples-dev/attestationProvidersListDefaultSample.js +0 -29
  243. package/dist-esm/samples-dev/attestationProvidersListDefaultSample.js.map +0 -1
  244. package/dist-esm/samples-dev/attestationProvidersListSample.d.ts +0 -2
  245. package/dist-esm/samples-dev/attestationProvidersListSample.d.ts.map +0 -1
  246. package/dist-esm/samples-dev/attestationProvidersListSample.js +0 -29
  247. package/dist-esm/samples-dev/attestationProvidersListSample.js.map +0 -1
  248. package/dist-esm/samples-dev/attestationProvidersUpdateSample.d.ts +0 -2
  249. package/dist-esm/samples-dev/attestationProvidersUpdateSample.d.ts.map +0 -1
  250. package/dist-esm/samples-dev/attestationProvidersUpdateSample.js +0 -34
  251. package/dist-esm/samples-dev/attestationProvidersUpdateSample.js.map +0 -1
  252. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  253. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  254. package/dist-esm/samples-dev/operationsListSample.js +0 -29
  255. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  256. package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.d.ts +0 -2
  257. package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.d.ts.map +0 -1
  258. package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js +0 -38
  259. package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js.map +0 -1
  260. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  261. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  262. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -32
  263. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  264. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  265. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  266. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -32
  267. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  268. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
  269. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
  270. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -47
  271. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
  272. package/dist-esm/src/attestationManagementClient.d.ts.map +0 -1
  273. package/dist-esm/src/attestationManagementClient.js.map +0 -1
  274. package/dist-esm/src/index.d.ts +0 -5
  275. package/dist-esm/src/index.js.map +0 -1
  276. package/dist-esm/src/models/index.js.map +0 -1
  277. package/dist-esm/src/models/mappers.js.map +0 -1
  278. package/dist-esm/src/models/parameters.js.map +0 -1
  279. package/dist-esm/src/operations/attestationProviders.d.ts.map +0 -1
  280. package/dist-esm/src/operations/attestationProviders.js.map +0 -1
  281. package/dist-esm/src/operations/index.d.ts +0 -4
  282. package/dist-esm/src/operations/index.js.map +0 -1
  283. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  284. package/dist-esm/src/operations/operations.js.map +0 -1
  285. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  286. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  287. package/dist-esm/src/operationsInterfaces/attestationProviders.d.ts.map +0 -1
  288. package/dist-esm/src/operationsInterfaces/attestationProviders.js.map +0 -1
  289. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
  290. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  291. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  292. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  293. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  294. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  295. package/dist-esm/src/pagingHelper.js.map +0 -1
  296. package/dist-esm/test/attestation_examples.d.ts +0 -4
  297. package/dist-esm/test/attestation_examples.d.ts.map +0 -1
  298. package/dist-esm/test/attestation_examples.js +0 -96
  299. package/dist-esm/test/attestation_examples.js.map +0 -1
  300. package/src/attestationManagementClient.ts +0 -152
  301. package/src/models/index.ts +0 -457
  302. package/src/models/mappers.ts +0 -599
  303. package/src/models/parameters.ts +0 -160
  304. package/src/operations/attestationProviders.ts +0 -344
  305. package/src/operations/operations.ts +0 -59
  306. package/src/operations/privateEndpointConnections.ts +0 -287
  307. package/src/operationsInterfaces/attestationProviders.ts +0 -111
  308. package/src/operationsInterfaces/index.ts +0 -11
  309. package/src/operationsInterfaces/operations.ts +0 -21
  310. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -78
  311. package/src/pagingHelper.ts +0 -39
  312. package/tsconfig.json +0 -33
  313. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  314. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  315. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  316. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  317. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  318. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  319. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  320. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  321. /package/{dist-esm/src → dist/browser}/operationsInterfaces/attestationProviders.js +0 -0
  322. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  323. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  324. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  325. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  326. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  327. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA0QH,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,iFAAiF;AACjF,MAAM,CAAN,IAAY,6BAOX;AAPD,WAAY,6BAA6B;IACvC,YAAY;IACZ,gDAAe,CAAA;IACf,eAAe;IACf,sDAAqB,CAAA;IACrB,YAAY;IACZ,gDAAe,CAAA;AACjB,CAAC,EAPW,6BAA6B,KAA7B,6BAA6B,QAOxC;AAaD,+FAA+F;AAC/F,MAAM,CAAN,IAAY,2CAOX;AAPD,WAAY,2CAA2C;IACrD,cAAc;IACd,kEAAmB,CAAA;IACnB,eAAe;IACf,oEAAqB,CAAA;IACrB,eAAe;IACf,oEAAqB,CAAA;AACvB,CAAC,EAPW,2CAA2C,KAA3C,2CAA2C,QAOtD;AAaD,mGAAmG;AACnG,MAAM,CAAN,IAAY,+CASX;AATD,WAAY,+CAA+C;IACzD,gBAAgB;IAChB,0EAAuB,CAAA;IACvB,eAAe;IACf,wEAAqB,CAAA;IACrB,eAAe;IACf,wEAAqB,CAAA;IACrB,aAAa;IACb,oEAAiB,CAAA;AACnB,CAAC,EATW,+CAA+C,KAA/C,+CAA+C,QAS1D","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 * as coreClient from \"@azure/core-client\";\n\n/** List of supported operations. */\nexport interface OperationList {\n /**\n * The system metadata relating to this resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** List of supported operations. */\n value?: OperationsDefinition[];\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Definition object with the name and properties of an operation. */\nexport interface OperationsDefinition {\n /** Name of the operation. */\n name?: string;\n /** Display object with properties of the operation. */\n display?: OperationsDisplayDefinition;\n}\n\n/** Display object with properties of the operation. */\nexport interface OperationsDisplayDefinition {\n /** Resource provider of the operation. */\n provider?: string;\n /** Resource for the operation. */\n resource?: string;\n /** Short description of the operation. */\n operation?: string;\n /** Description of the operation. */\n description?: string;\n}\n\n/** An error response from Attestation. */\nexport interface CloudError {\n /** An error response from Attestation. */\n error?: CloudErrorBody;\n}\n\n/** An error response from Attestation. */\nexport interface CloudErrorBody {\n /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */\n code?: string;\n /** A message describing the error, intended to be suitable for displaying in a user interface. */\n message?: string;\n}\n\n/** The Private Endpoint resource. */\nexport interface PrivateEndpoint {\n /**\n * The ARM identifier for Private Endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Parameters for creating an attestation provider */\nexport interface AttestationServiceCreationParams {\n /** The supported Azure location where the attestation provider should be created. */\n location: string;\n /** The tags that will be assigned to the attestation provider. */\n tags?: { [propertyName: string]: string };\n /** Properties of the attestation provider */\n properties: AttestationServiceCreationSpecificParams;\n}\n\n/** Client supplied parameters used to create a new attestation provider. */\nexport interface AttestationServiceCreationSpecificParams {\n /** JSON Web Key Set defining a set of X.509 Certificates that will represent the parent certificate for the signing certificate used for policy operations */\n policySigningCertificates?: JsonWebKeySet;\n}\n\nexport interface JsonWebKeySet {\n /**\n * The value of the \"keys\" parameter is an array of JWK values. By\n * default, the order of the JWK values within the array does not imply\n * an order of preference among them, although applications of JWK Sets\n * can choose to assign a meaning to the order for their purposes, if\n * desired.\n */\n keys?: JsonWebKey[];\n}\n\nexport interface JsonWebKey {\n /**\n * The \"alg\" (algorithm) parameter identifies the algorithm intended for\n * use with the key. The values used should either be registered in the\n * IANA \"JSON Web Signature and Encryption Algorithms\" registry\n * established by [JWA] or be a value that contains a Collision-\n * Resistant Name.\n */\n alg?: string;\n /** The \"crv\" (curve) parameter identifies the curve type */\n crv?: string;\n /** RSA private exponent or ECC private key */\n d?: string;\n /** RSA Private Key Parameter */\n dp?: string;\n /** RSA Private Key Parameter */\n dq?: string;\n /** RSA public exponent, in Base64 */\n e?: string;\n /** Symmetric key */\n k?: string;\n /**\n * The \"kid\" (key ID) parameter is used to match a specific key. This\n * is used, for instance, to choose among a set of keys within a JWK Set\n * during key rollover. The structure of the \"kid\" value is\n * unspecified. When \"kid\" values are used within a JWK Set, different\n * keys within the JWK Set SHOULD use distinct \"kid\" values. (One\n * example in which different keys might use the same \"kid\" value is if\n * they have different \"kty\" (key type) values but are considered to be\n * equivalent alternatives by the application using them.) The \"kid\"\n * value is a case-sensitive string.\n */\n kid?: string;\n /**\n * The \"kty\" (key type) parameter identifies the cryptographic algorithm\n * family used with the key, such as \"RSA\" or \"EC\". \"kty\" values should\n * either be registered in the IANA \"JSON Web Key Types\" registry\n * established by [JWA] or be a value that contains a Collision-\n * Resistant Name. The \"kty\" value is a case-sensitive string.\n */\n kty: string;\n /** RSA modulus, in Base64 */\n n?: string;\n /** RSA secret prime */\n p?: string;\n /** RSA secret prime, with p < q */\n q?: string;\n /** RSA Private Key Parameter */\n qi?: string;\n /**\n * Use (\"public key use\") identifies the intended use of\n * the public key. The \"use\" parameter is employed to indicate whether\n * a public key is used for encrypting data or verifying the signature\n * on data. Values are commonly \"sig\" (signature) or \"enc\" (encryption).\n */\n use?: string;\n /** X coordinate for the Elliptic Curve point */\n x?: string;\n /**\n * The \"x5c\" (X.509 certificate chain) parameter contains a chain of one\n * or more PKIX certificates [RFC5280]. The certificate chain is\n * represented as a JSON array of certificate value strings. Each\n * string in the array is a base64-encoded (Section 4 of [RFC4648] --\n * not base64url-encoded) DER [ITU.X690.1994] PKIX certificate value.\n * The PKIX certificate containing the key value MUST be the first\n * certificate.\n */\n x5C?: string[];\n /** Y coordinate for the Elliptic Curve point */\n y?: string;\n}\n\n/** Parameters for patching an attestation provider */\nexport interface AttestationServicePatchParams {\n /** The tags that will be assigned to the attestation provider. */\n tags?: { [propertyName: string]: string };\n}\n\n/** List of private endpoint connection associated with the specified storage account */\nexport interface PrivateEndpointConnectionListResult {\n /** Array of private endpoint connections */\n value?: PrivateEndpointConnection[];\n}\n\n/** Attestation Providers List. */\nexport interface AttestationProviderListResult {\n /**\n * The system metadata relating to this resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Attestation Provider array. */\n value?: AttestationProvider[];\n}\n\n/** The Private Endpoint Connection resource. */\nexport interface PrivateEndpointConnection extends Resource {\n /** The resource of private end point. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /**\n * The provisioning state of the private endpoint connection resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** Attestation service response message. */\nexport interface AttestationProvider extends TrackedResource {\n /**\n * The system metadata relating to this resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Trust model for the attestation provider. */\n trustModel?: string;\n /** Status of attestation service. */\n status?: AttestationServiceStatus;\n /** Gets the uri of attestation service */\n attestUri?: string;\n /**\n * List of private endpoint connections associated with the attestation provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n}\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link AttestationServiceStatus} that the service accepts. */\nexport enum KnownAttestationServiceStatus {\n /** Ready */\n Ready = \"Ready\",\n /** NotReady */\n NotReady = \"NotReady\",\n /** Error */\n Error = \"Error\"\n}\n\n/**\n * Defines values for AttestationServiceStatus. \\\n * {@link KnownAttestationServiceStatus} can be used interchangeably with AttestationServiceStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Ready** \\\n * **NotReady** \\\n * **Error**\n */\nexport type AttestationServiceStatus = string;\n\n/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\"\n}\n\n/**\n * Defines values for PrivateEndpointServiceConnectionStatus. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected**\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationList;\n\n/** Optional parameters. */\nexport interface AttestationProvidersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AttestationProvidersGetResponse = AttestationProvider;\n\n/** Optional parameters. */\nexport interface AttestationProvidersCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type AttestationProvidersCreateResponse = AttestationProvider;\n\n/** Optional parameters. */\nexport interface AttestationProvidersUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AttestationProvidersUpdateResponse = AttestationProvider;\n\n/** Optional parameters. */\nexport interface AttestationProvidersDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AttestationProvidersListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AttestationProvidersListResponse = AttestationProviderListResult;\n\n/** Optional parameters. */\nexport interface AttestationProvidersListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AttestationProvidersListByResourceGroupResponse = AttestationProviderListResult;\n\n/** Optional parameters. */\nexport interface AttestationProvidersListDefaultOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listDefault operation. */\nexport type AttestationProvidersListDefaultResponse = AttestationProviderListResult;\n\n/** Optional parameters. */\nexport interface AttestationProvidersGetDefaultByLocationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDefaultByLocation operation. */\nexport type AttestationProvidersGetDefaultByLocationResponse = AttestationProvider;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type PrivateEndpointConnectionsCreateResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AttestationManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,21 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const OperationList: coreClient.CompositeMapper;
3
+ export declare const SystemData: coreClient.CompositeMapper;
4
+ export declare const OperationsDefinition: coreClient.CompositeMapper;
5
+ export declare const OperationsDisplayDefinition: coreClient.CompositeMapper;
6
+ export declare const CloudError: coreClient.CompositeMapper;
7
+ export declare const CloudErrorBody: coreClient.CompositeMapper;
8
+ export declare const PrivateEndpoint: coreClient.CompositeMapper;
9
+ export declare const PrivateLinkServiceConnectionState: coreClient.CompositeMapper;
10
+ export declare const Resource: coreClient.CompositeMapper;
11
+ export declare const AttestationServiceCreationParams: coreClient.CompositeMapper;
12
+ export declare const AttestationServiceCreationSpecificParams: coreClient.CompositeMapper;
13
+ export declare const JsonWebKeySet: coreClient.CompositeMapper;
14
+ export declare const JsonWebKey: coreClient.CompositeMapper;
15
+ export declare const AttestationServicePatchParams: coreClient.CompositeMapper;
16
+ export declare const PrivateEndpointConnectionListResult: coreClient.CompositeMapper;
17
+ export declare const AttestationProviderListResult: coreClient.CompositeMapper;
18
+ export declare const PrivateEndpointConnection: coreClient.CompositeMapper;
19
+ export declare const TrackedResource: coreClient.CompositeMapper;
20
+ export declare const AttestationProvider: coreClient.CompositeMapper;
21
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eA0BtC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAoB7C,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eA+BpD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAcnC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAmBvC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAcxC,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,UAAU,CAAC,eAyB1D,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eA4BjC,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eA4BzD,CAAC;AAEF,eAAO,MAAM,wCAAwC,EAAE,UAAU,CAAC,eAcjE,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAmBtC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAmHnC,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eActD,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAmB5D,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eA0BtD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eA6BlD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA8C5C,CAAC"}
@@ -0,0 +1,563 @@
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
+ export const OperationList = {
9
+ type: {
10
+ name: "Composite",
11
+ className: "OperationList",
12
+ modelProperties: {
13
+ systemData: {
14
+ serializedName: "systemData",
15
+ type: {
16
+ name: "Composite",
17
+ className: "SystemData"
18
+ }
19
+ },
20
+ value: {
21
+ serializedName: "value",
22
+ type: {
23
+ name: "Sequence",
24
+ element: {
25
+ type: {
26
+ name: "Composite",
27
+ className: "OperationsDefinition"
28
+ }
29
+ }
30
+ }
31
+ }
32
+ }
33
+ }
34
+ };
35
+ export const SystemData = {
36
+ type: {
37
+ name: "Composite",
38
+ className: "SystemData",
39
+ modelProperties: {
40
+ createdBy: {
41
+ serializedName: "createdBy",
42
+ type: {
43
+ name: "String"
44
+ }
45
+ },
46
+ createdByType: {
47
+ serializedName: "createdByType",
48
+ type: {
49
+ name: "String"
50
+ }
51
+ },
52
+ createdAt: {
53
+ serializedName: "createdAt",
54
+ type: {
55
+ name: "DateTime"
56
+ }
57
+ },
58
+ lastModifiedBy: {
59
+ serializedName: "lastModifiedBy",
60
+ type: {
61
+ name: "String"
62
+ }
63
+ },
64
+ lastModifiedByType: {
65
+ serializedName: "lastModifiedByType",
66
+ type: {
67
+ name: "String"
68
+ }
69
+ },
70
+ lastModifiedAt: {
71
+ serializedName: "lastModifiedAt",
72
+ type: {
73
+ name: "DateTime"
74
+ }
75
+ }
76
+ }
77
+ }
78
+ };
79
+ export const OperationsDefinition = {
80
+ type: {
81
+ name: "Composite",
82
+ className: "OperationsDefinition",
83
+ modelProperties: {
84
+ name: {
85
+ serializedName: "name",
86
+ type: {
87
+ name: "String"
88
+ }
89
+ },
90
+ display: {
91
+ serializedName: "display",
92
+ type: {
93
+ name: "Composite",
94
+ className: "OperationsDisplayDefinition"
95
+ }
96
+ }
97
+ }
98
+ }
99
+ };
100
+ export const OperationsDisplayDefinition = {
101
+ type: {
102
+ name: "Composite",
103
+ className: "OperationsDisplayDefinition",
104
+ modelProperties: {
105
+ provider: {
106
+ serializedName: "provider",
107
+ type: {
108
+ name: "String"
109
+ }
110
+ },
111
+ resource: {
112
+ serializedName: "resource",
113
+ type: {
114
+ name: "String"
115
+ }
116
+ },
117
+ operation: {
118
+ serializedName: "operation",
119
+ type: {
120
+ name: "String"
121
+ }
122
+ },
123
+ description: {
124
+ serializedName: "description",
125
+ type: {
126
+ name: "String"
127
+ }
128
+ }
129
+ }
130
+ }
131
+ };
132
+ export const CloudError = {
133
+ type: {
134
+ name: "Composite",
135
+ className: "CloudError",
136
+ modelProperties: {
137
+ error: {
138
+ serializedName: "error",
139
+ type: {
140
+ name: "Composite",
141
+ className: "CloudErrorBody"
142
+ }
143
+ }
144
+ }
145
+ }
146
+ };
147
+ export const CloudErrorBody = {
148
+ type: {
149
+ name: "Composite",
150
+ className: "CloudErrorBody",
151
+ modelProperties: {
152
+ code: {
153
+ serializedName: "code",
154
+ type: {
155
+ name: "String"
156
+ }
157
+ },
158
+ message: {
159
+ serializedName: "message",
160
+ type: {
161
+ name: "String"
162
+ }
163
+ }
164
+ }
165
+ }
166
+ };
167
+ export const PrivateEndpoint = {
168
+ type: {
169
+ name: "Composite",
170
+ className: "PrivateEndpoint",
171
+ modelProperties: {
172
+ id: {
173
+ serializedName: "id",
174
+ readOnly: true,
175
+ type: {
176
+ name: "String"
177
+ }
178
+ }
179
+ }
180
+ }
181
+ };
182
+ export const PrivateLinkServiceConnectionState = {
183
+ type: {
184
+ name: "Composite",
185
+ className: "PrivateLinkServiceConnectionState",
186
+ modelProperties: {
187
+ status: {
188
+ serializedName: "status",
189
+ type: {
190
+ name: "String"
191
+ }
192
+ },
193
+ description: {
194
+ serializedName: "description",
195
+ type: {
196
+ name: "String"
197
+ }
198
+ },
199
+ actionsRequired: {
200
+ serializedName: "actionsRequired",
201
+ type: {
202
+ name: "String"
203
+ }
204
+ }
205
+ }
206
+ }
207
+ };
208
+ export const Resource = {
209
+ type: {
210
+ name: "Composite",
211
+ className: "Resource",
212
+ modelProperties: {
213
+ id: {
214
+ serializedName: "id",
215
+ readOnly: true,
216
+ type: {
217
+ name: "String"
218
+ }
219
+ },
220
+ name: {
221
+ serializedName: "name",
222
+ readOnly: true,
223
+ type: {
224
+ name: "String"
225
+ }
226
+ },
227
+ type: {
228
+ serializedName: "type",
229
+ readOnly: true,
230
+ type: {
231
+ name: "String"
232
+ }
233
+ }
234
+ }
235
+ }
236
+ };
237
+ export const AttestationServiceCreationParams = {
238
+ type: {
239
+ name: "Composite",
240
+ className: "AttestationServiceCreationParams",
241
+ modelProperties: {
242
+ location: {
243
+ serializedName: "location",
244
+ required: true,
245
+ type: {
246
+ name: "String"
247
+ }
248
+ },
249
+ tags: {
250
+ serializedName: "tags",
251
+ type: {
252
+ name: "Dictionary",
253
+ value: { type: { name: "String" } }
254
+ }
255
+ },
256
+ properties: {
257
+ serializedName: "properties",
258
+ type: {
259
+ name: "Composite",
260
+ className: "AttestationServiceCreationSpecificParams"
261
+ }
262
+ }
263
+ }
264
+ }
265
+ };
266
+ export const AttestationServiceCreationSpecificParams = {
267
+ type: {
268
+ name: "Composite",
269
+ className: "AttestationServiceCreationSpecificParams",
270
+ modelProperties: {
271
+ policySigningCertificates: {
272
+ serializedName: "policySigningCertificates",
273
+ type: {
274
+ name: "Composite",
275
+ className: "JsonWebKeySet"
276
+ }
277
+ }
278
+ }
279
+ }
280
+ };
281
+ export const JsonWebKeySet = {
282
+ type: {
283
+ name: "Composite",
284
+ className: "JsonWebKeySet",
285
+ modelProperties: {
286
+ keys: {
287
+ serializedName: "keys",
288
+ type: {
289
+ name: "Sequence",
290
+ element: {
291
+ type: {
292
+ name: "Composite",
293
+ className: "JsonWebKey"
294
+ }
295
+ }
296
+ }
297
+ }
298
+ }
299
+ }
300
+ };
301
+ export const JsonWebKey = {
302
+ type: {
303
+ name: "Composite",
304
+ className: "JsonWebKey",
305
+ modelProperties: {
306
+ alg: {
307
+ serializedName: "alg",
308
+ type: {
309
+ name: "String"
310
+ }
311
+ },
312
+ crv: {
313
+ serializedName: "crv",
314
+ type: {
315
+ name: "String"
316
+ }
317
+ },
318
+ d: {
319
+ serializedName: "d",
320
+ type: {
321
+ name: "String"
322
+ }
323
+ },
324
+ dp: {
325
+ serializedName: "dp",
326
+ type: {
327
+ name: "String"
328
+ }
329
+ },
330
+ dq: {
331
+ serializedName: "dq",
332
+ type: {
333
+ name: "String"
334
+ }
335
+ },
336
+ e: {
337
+ serializedName: "e",
338
+ type: {
339
+ name: "String"
340
+ }
341
+ },
342
+ k: {
343
+ serializedName: "k",
344
+ type: {
345
+ name: "String"
346
+ }
347
+ },
348
+ kid: {
349
+ serializedName: "kid",
350
+ type: {
351
+ name: "String"
352
+ }
353
+ },
354
+ kty: {
355
+ serializedName: "kty",
356
+ required: true,
357
+ type: {
358
+ name: "String"
359
+ }
360
+ },
361
+ n: {
362
+ serializedName: "n",
363
+ type: {
364
+ name: "String"
365
+ }
366
+ },
367
+ p: {
368
+ serializedName: "p",
369
+ type: {
370
+ name: "String"
371
+ }
372
+ },
373
+ q: {
374
+ serializedName: "q",
375
+ type: {
376
+ name: "String"
377
+ }
378
+ },
379
+ qi: {
380
+ serializedName: "qi",
381
+ type: {
382
+ name: "String"
383
+ }
384
+ },
385
+ use: {
386
+ serializedName: "use",
387
+ type: {
388
+ name: "String"
389
+ }
390
+ },
391
+ x: {
392
+ serializedName: "x",
393
+ type: {
394
+ name: "String"
395
+ }
396
+ },
397
+ x5C: {
398
+ serializedName: "x5c",
399
+ type: {
400
+ name: "Sequence",
401
+ element: {
402
+ type: {
403
+ name: "String"
404
+ }
405
+ }
406
+ }
407
+ },
408
+ y: {
409
+ serializedName: "y",
410
+ type: {
411
+ name: "String"
412
+ }
413
+ }
414
+ }
415
+ }
416
+ };
417
+ export const AttestationServicePatchParams = {
418
+ type: {
419
+ name: "Composite",
420
+ className: "AttestationServicePatchParams",
421
+ modelProperties: {
422
+ tags: {
423
+ serializedName: "tags",
424
+ type: {
425
+ name: "Dictionary",
426
+ value: { type: { name: "String" } }
427
+ }
428
+ }
429
+ }
430
+ }
431
+ };
432
+ export const PrivateEndpointConnectionListResult = {
433
+ type: {
434
+ name: "Composite",
435
+ className: "PrivateEndpointConnectionListResult",
436
+ modelProperties: {
437
+ value: {
438
+ serializedName: "value",
439
+ type: {
440
+ name: "Sequence",
441
+ element: {
442
+ type: {
443
+ name: "Composite",
444
+ className: "PrivateEndpointConnection"
445
+ }
446
+ }
447
+ }
448
+ }
449
+ }
450
+ }
451
+ };
452
+ export const AttestationProviderListResult = {
453
+ type: {
454
+ name: "Composite",
455
+ className: "AttestationProviderListResult",
456
+ modelProperties: {
457
+ systemData: {
458
+ serializedName: "systemData",
459
+ type: {
460
+ name: "Composite",
461
+ className: "SystemData"
462
+ }
463
+ },
464
+ value: {
465
+ serializedName: "value",
466
+ type: {
467
+ name: "Sequence",
468
+ element: {
469
+ type: {
470
+ name: "Composite",
471
+ className: "AttestationProvider"
472
+ }
473
+ }
474
+ }
475
+ }
476
+ }
477
+ }
478
+ };
479
+ export const PrivateEndpointConnection = {
480
+ type: {
481
+ name: "Composite",
482
+ className: "PrivateEndpointConnection",
483
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { privateEndpoint: {
484
+ serializedName: "properties.privateEndpoint",
485
+ type: {
486
+ name: "Composite",
487
+ className: "PrivateEndpoint"
488
+ }
489
+ }, privateLinkServiceConnectionState: {
490
+ serializedName: "properties.privateLinkServiceConnectionState",
491
+ type: {
492
+ name: "Composite",
493
+ className: "PrivateLinkServiceConnectionState"
494
+ }
495
+ }, provisioningState: {
496
+ serializedName: "properties.provisioningState",
497
+ readOnly: true,
498
+ type: {
499
+ name: "String"
500
+ }
501
+ } })
502
+ }
503
+ };
504
+ export const TrackedResource = {
505
+ type: {
506
+ name: "Composite",
507
+ className: "TrackedResource",
508
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
509
+ serializedName: "tags",
510
+ type: {
511
+ name: "Dictionary",
512
+ value: { type: { name: "String" } }
513
+ }
514
+ }, location: {
515
+ serializedName: "location",
516
+ required: true,
517
+ type: {
518
+ name: "String"
519
+ }
520
+ } })
521
+ }
522
+ };
523
+ export const AttestationProvider = {
524
+ type: {
525
+ name: "Composite",
526
+ className: "AttestationProvider",
527
+ modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { systemData: {
528
+ serializedName: "systemData",
529
+ type: {
530
+ name: "Composite",
531
+ className: "SystemData"
532
+ }
533
+ }, trustModel: {
534
+ serializedName: "properties.trustModel",
535
+ type: {
536
+ name: "String"
537
+ }
538
+ }, status: {
539
+ serializedName: "properties.status",
540
+ type: {
541
+ name: "String"
542
+ }
543
+ }, attestUri: {
544
+ serializedName: "properties.attestUri",
545
+ type: {
546
+ name: "String"
547
+ }
548
+ }, privateEndpointConnections: {
549
+ serializedName: "properties.privateEndpointConnections",
550
+ readOnly: true,
551
+ type: {
552
+ name: "Sequence",
553
+ element: {
554
+ type: {
555
+ name: "Composite",
556
+ className: "PrivateEndpointConnection"
557
+ }
558
+ }
559
+ }
560
+ } })
561
+ }
562
+ };
563
+ //# sourceMappingURL=mappers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.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 * as coreClient from \"@azure/core-client\";\n\nexport const OperationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationList\",\n modelProperties: {\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationsDefinition\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const OperationsDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationsDefinition\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationsDisplayDefinition\"\n }\n }\n }\n }\n};\n\nexport const OperationsDisplayDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationsDisplayDefinition\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CloudError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\"\n }\n }\n }\n }\n};\n\nexport const CloudErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AttestationServiceCreationParams: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AttestationServiceCreationParams\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AttestationServiceCreationSpecificParams\"\n }\n }\n }\n }\n};\n\nexport const AttestationServiceCreationSpecificParams: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AttestationServiceCreationSpecificParams\",\n modelProperties: {\n policySigningCertificates: {\n serializedName: \"policySigningCertificates\",\n type: {\n name: \"Composite\",\n className: \"JsonWebKeySet\"\n }\n }\n }\n }\n};\n\nexport const JsonWebKeySet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JsonWebKeySet\",\n modelProperties: {\n keys: {\n serializedName: \"keys\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JsonWebKey\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const JsonWebKey: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JsonWebKey\",\n modelProperties: {\n alg: {\n serializedName: \"alg\",\n type: {\n name: \"String\"\n }\n },\n crv: {\n serializedName: \"crv\",\n type: {\n name: \"String\"\n }\n },\n d: {\n serializedName: \"d\",\n type: {\n name: \"String\"\n }\n },\n dp: {\n serializedName: \"dp\",\n type: {\n name: \"String\"\n }\n },\n dq: {\n serializedName: \"dq\",\n type: {\n name: \"String\"\n }\n },\n e: {\n serializedName: \"e\",\n type: {\n name: \"String\"\n }\n },\n k: {\n serializedName: \"k\",\n type: {\n name: \"String\"\n }\n },\n kid: {\n serializedName: \"kid\",\n type: {\n name: \"String\"\n }\n },\n kty: {\n serializedName: \"kty\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n n: {\n serializedName: \"n\",\n type: {\n name: \"String\"\n }\n },\n p: {\n serializedName: \"p\",\n type: {\n name: \"String\"\n }\n },\n q: {\n serializedName: \"q\",\n type: {\n name: \"String\"\n }\n },\n qi: {\n serializedName: \"qi\",\n type: {\n name: \"String\"\n }\n },\n use: {\n serializedName: \"use\",\n type: {\n name: \"String\"\n }\n },\n x: {\n serializedName: \"x\",\n type: {\n name: \"String\"\n }\n },\n x5C: {\n serializedName: \"x5c\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n y: {\n serializedName: \"y\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AttestationServicePatchParams: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AttestationServicePatchParams\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AttestationProviderListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AttestationProviderListResult\",\n modelProperties: {\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AttestationProvider\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...Resource.type.modelProperties,\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AttestationProvider: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AttestationProvider\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n trustModel: {\n serializedName: \"properties.trustModel\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n attestUri: {\n serializedName: \"properties.attestUri\",\n type: {\n name: \"String\"\n }\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n }\n }\n }\n};\n"]}