@azure/arm-healthdataaiservices 1.0.0-beta.1 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (521) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/README.md +10 -4
  3. package/dist/browser/api/deidServices/index.d.ts +16 -17
  4. package/dist/browser/api/deidServices/index.d.ts.map +1 -1
  5. package/dist/browser/api/deidServices/index.js +32 -424
  6. package/dist/browser/api/deidServices/index.js.map +1 -1
  7. package/dist/browser/api/healthDataAIServicesContext.d.ts +4 -4
  8. package/dist/browser/api/healthDataAIServicesContext.d.ts.map +1 -1
  9. package/dist/browser/api/healthDataAIServicesContext.js +29 -7
  10. package/dist/browser/api/healthDataAIServicesContext.js.map +1 -1
  11. package/dist/browser/api/index.d.ts +2 -1
  12. package/dist/browser/api/index.d.ts.map +1 -1
  13. package/dist/browser/api/index.js +1 -1
  14. package/dist/browser/api/index.js.map +1 -1
  15. package/dist/browser/api/operations/index.d.ts +6 -7
  16. package/dist/browser/api/operations/index.d.ts.map +1 -1
  17. package/dist/browser/api/operations/index.js +8 -26
  18. package/dist/browser/api/operations/index.js.map +1 -1
  19. package/dist/browser/api/options.d.ts.map +1 -0
  20. package/dist/browser/api/options.js +4 -0
  21. package/dist/browser/api/options.js.map +1 -0
  22. package/dist/browser/api/privateEndpointConnections/index.d.ts +12 -13
  23. package/dist/browser/api/privateEndpointConnections/index.d.ts.map +1 -1
  24. package/dist/browser/api/privateEndpointConnections/index.js +22 -126
  25. package/dist/browser/api/privateEndpointConnections/index.js.map +1 -1
  26. package/dist/browser/api/privateLinks/index.d.ts +6 -7
  27. package/dist/browser/api/privateLinks/index.d.ts.map +1 -1
  28. package/dist/browser/api/privateLinks/index.js +8 -38
  29. package/dist/browser/api/privateLinks/index.js.map +1 -1
  30. package/dist/browser/classic/deidServices/index.d.ts +4 -4
  31. package/dist/browser/classic/deidServices/index.d.ts.map +1 -1
  32. package/dist/browser/classic/deidServices/index.js +1 -1
  33. package/dist/browser/classic/deidServices/index.js.map +1 -1
  34. package/dist/browser/classic/index.js +1 -1
  35. package/dist/browser/classic/index.js.map +1 -1
  36. package/dist/browser/classic/operations/index.d.ts +3 -3
  37. package/dist/browser/classic/operations/index.d.ts.map +1 -1
  38. package/dist/browser/classic/operations/index.js +1 -1
  39. package/dist/browser/classic/operations/index.js.map +1 -1
  40. package/dist/browser/classic/privateEndpointConnections/index.d.ts +3 -3
  41. package/dist/browser/classic/privateEndpointConnections/index.d.ts.map +1 -1
  42. package/dist/browser/classic/privateEndpointConnections/index.js +1 -1
  43. package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -1
  44. package/dist/browser/classic/privateLinks/index.d.ts +3 -3
  45. package/dist/browser/classic/privateLinks/index.d.ts.map +1 -1
  46. package/dist/browser/classic/privateLinks/index.js +1 -1
  47. package/dist/browser/classic/privateLinks/index.js.map +1 -1
  48. package/dist/browser/healthDataAIServicesClient.d.ts +2 -2
  49. package/dist/browser/healthDataAIServicesClient.d.ts.map +1 -1
  50. package/dist/browser/healthDataAIServicesClient.js +2 -2
  51. package/dist/browser/healthDataAIServicesClient.js.map +1 -1
  52. package/dist/browser/helpers/serializerHelpers.js +1 -1
  53. package/dist/browser/helpers/serializerHelpers.js.map +1 -1
  54. package/dist/browser/index.d.ts +5 -2
  55. package/dist/browser/index.d.ts.map +1 -1
  56. package/dist/browser/index.js +3 -3
  57. package/dist/browser/index.js.map +1 -1
  58. package/dist/browser/logger.js +1 -1
  59. package/dist/browser/logger.js.map +1 -1
  60. package/dist/browser/models/index.d.ts +1 -3
  61. package/dist/browser/models/index.d.ts.map +1 -1
  62. package/dist/browser/models/index.js +2 -2
  63. package/dist/browser/models/index.js.map +1 -1
  64. package/dist/browser/models/models.d.ts +140 -125
  65. package/dist/browser/models/models.d.ts.map +1 -1
  66. package/dist/browser/models/models.js +319 -73
  67. package/dist/browser/models/models.js.map +1 -1
  68. package/dist/browser/restorePollerHelpers.d.ts +2 -2
  69. package/dist/browser/restorePollerHelpers.d.ts.map +1 -1
  70. package/dist/browser/restorePollerHelpers.js +27 -11
  71. package/dist/browser/restorePollerHelpers.js.map +1 -1
  72. package/dist/browser/{models/pagingTypes.d.ts → static-helpers/pagingHelpers.d.ts} +6 -1
  73. package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
  74. package/dist/{esm/api → browser/static-helpers}/pagingHelpers.js +5 -6
  75. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  76. package/dist/{esm/api → browser/static-helpers}/pollingHelpers.d.ts +1 -1
  77. package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
  78. package/dist/browser/{api → static-helpers}/pollingHelpers.js +7 -12
  79. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  80. package/dist/commonjs/api/deidServices/index.d.ts +16 -17
  81. package/dist/commonjs/api/deidServices/index.d.ts.map +1 -1
  82. package/dist/commonjs/api/deidServices/index.js +30 -422
  83. package/dist/commonjs/api/deidServices/index.js.map +1 -1
  84. package/dist/commonjs/api/healthDataAIServicesContext.d.ts +4 -4
  85. package/dist/commonjs/api/healthDataAIServicesContext.d.ts.map +1 -1
  86. package/dist/commonjs/api/healthDataAIServicesContext.js +28 -7
  87. package/dist/commonjs/api/healthDataAIServicesContext.js.map +1 -1
  88. package/dist/commonjs/api/index.d.ts +2 -1
  89. package/dist/commonjs/api/index.d.ts.map +1 -1
  90. package/dist/commonjs/api/index.js +1 -1
  91. package/dist/commonjs/api/index.js.map +1 -1
  92. package/dist/commonjs/api/operations/index.d.ts +6 -7
  93. package/dist/commonjs/api/operations/index.d.ts.map +1 -1
  94. package/dist/commonjs/api/operations/index.js +7 -25
  95. package/dist/commonjs/api/operations/index.js.map +1 -1
  96. package/dist/commonjs/api/options.d.ts.map +1 -0
  97. package/dist/commonjs/{models → api}/options.js +1 -1
  98. package/dist/commonjs/api/options.js.map +1 -0
  99. package/dist/commonjs/api/privateEndpointConnections/index.d.ts +12 -13
  100. package/dist/commonjs/api/privateEndpointConnections/index.d.ts.map +1 -1
  101. package/dist/commonjs/api/privateEndpointConnections/index.js +20 -124
  102. package/dist/commonjs/api/privateEndpointConnections/index.js.map +1 -1
  103. package/dist/commonjs/api/privateLinks/index.d.ts +6 -7
  104. package/dist/commonjs/api/privateLinks/index.d.ts.map +1 -1
  105. package/dist/commonjs/api/privateLinks/index.js +7 -37
  106. package/dist/commonjs/api/privateLinks/index.js.map +1 -1
  107. package/dist/commonjs/classic/deidServices/index.d.ts +4 -4
  108. package/dist/commonjs/classic/deidServices/index.d.ts.map +1 -1
  109. package/dist/commonjs/classic/deidServices/index.js +1 -1
  110. package/dist/commonjs/classic/deidServices/index.js.map +1 -1
  111. package/dist/commonjs/classic/index.js +1 -1
  112. package/dist/commonjs/classic/index.js.map +1 -1
  113. package/dist/commonjs/classic/operations/index.d.ts +3 -3
  114. package/dist/commonjs/classic/operations/index.d.ts.map +1 -1
  115. package/dist/commonjs/classic/operations/index.js +1 -1
  116. package/dist/commonjs/classic/operations/index.js.map +1 -1
  117. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +3 -3
  118. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts.map +1 -1
  119. package/dist/commonjs/classic/privateEndpointConnections/index.js +1 -1
  120. package/dist/commonjs/classic/privateEndpointConnections/index.js.map +1 -1
  121. package/dist/commonjs/classic/privateLinks/index.d.ts +3 -3
  122. package/dist/commonjs/classic/privateLinks/index.d.ts.map +1 -1
  123. package/dist/commonjs/classic/privateLinks/index.js +1 -1
  124. package/dist/commonjs/classic/privateLinks/index.js.map +1 -1
  125. package/dist/commonjs/healthDataAIServicesClient.d.ts +2 -2
  126. package/dist/commonjs/healthDataAIServicesClient.d.ts.map +1 -1
  127. package/dist/commonjs/healthDataAIServicesClient.js +2 -2
  128. package/dist/commonjs/healthDataAIServicesClient.js.map +1 -1
  129. package/dist/commonjs/helpers/serializerHelpers.js +1 -1
  130. package/dist/commonjs/helpers/serializerHelpers.js.map +1 -1
  131. package/dist/commonjs/index.d.ts +5 -2
  132. package/dist/commonjs/index.d.ts.map +1 -1
  133. package/dist/commonjs/index.js +4 -3
  134. package/dist/commonjs/index.js.map +1 -1
  135. package/dist/commonjs/logger.js +1 -1
  136. package/dist/commonjs/logger.js.map +1 -1
  137. package/dist/commonjs/models/index.d.ts +1 -3
  138. package/dist/commonjs/models/index.d.ts.map +1 -1
  139. package/dist/commonjs/models/index.js +4 -3
  140. package/dist/commonjs/models/index.js.map +1 -1
  141. package/dist/commonjs/models/models.d.ts +140 -125
  142. package/dist/commonjs/models/models.d.ts.map +1 -1
  143. package/dist/commonjs/models/models.js +350 -76
  144. package/dist/commonjs/models/models.js.map +1 -1
  145. package/dist/commonjs/restorePollerHelpers.d.ts +2 -2
  146. package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -1
  147. package/dist/commonjs/restorePollerHelpers.js +27 -11
  148. package/dist/commonjs/restorePollerHelpers.js.map +1 -1
  149. package/dist/commonjs/{models/pagingTypes.d.ts → static-helpers/pagingHelpers.d.ts} +6 -1
  150. package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
  151. package/dist/commonjs/{api → static-helpers}/pagingHelpers.js +5 -6
  152. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  153. package/dist/{browser/api → commonjs/static-helpers}/pollingHelpers.d.ts +1 -1
  154. package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
  155. package/dist/commonjs/{api → static-helpers}/pollingHelpers.js +7 -12
  156. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
  157. package/dist/commonjs/tsdoc-metadata.json +1 -1
  158. package/dist/esm/api/deidServices/index.d.ts +16 -17
  159. package/dist/esm/api/deidServices/index.d.ts.map +1 -1
  160. package/dist/esm/api/deidServices/index.js +32 -424
  161. package/dist/esm/api/deidServices/index.js.map +1 -1
  162. package/dist/esm/api/healthDataAIServicesContext.d.ts +4 -4
  163. package/dist/esm/api/healthDataAIServicesContext.d.ts.map +1 -1
  164. package/dist/esm/api/healthDataAIServicesContext.js +29 -7
  165. package/dist/esm/api/healthDataAIServicesContext.js.map +1 -1
  166. package/dist/esm/api/index.d.ts +2 -1
  167. package/dist/esm/api/index.d.ts.map +1 -1
  168. package/dist/esm/api/index.js +1 -1
  169. package/dist/esm/api/index.js.map +1 -1
  170. package/dist/esm/api/operations/index.d.ts +6 -7
  171. package/dist/esm/api/operations/index.d.ts.map +1 -1
  172. package/dist/esm/api/operations/index.js +8 -26
  173. package/dist/esm/api/operations/index.js.map +1 -1
  174. package/dist/esm/api/options.d.ts.map +1 -0
  175. package/dist/esm/api/options.js +4 -0
  176. package/dist/esm/api/options.js.map +1 -0
  177. package/dist/esm/api/privateEndpointConnections/index.d.ts +12 -13
  178. package/dist/esm/api/privateEndpointConnections/index.d.ts.map +1 -1
  179. package/dist/esm/api/privateEndpointConnections/index.js +22 -126
  180. package/dist/esm/api/privateEndpointConnections/index.js.map +1 -1
  181. package/dist/esm/api/privateLinks/index.d.ts +6 -7
  182. package/dist/esm/api/privateLinks/index.d.ts.map +1 -1
  183. package/dist/esm/api/privateLinks/index.js +8 -38
  184. package/dist/esm/api/privateLinks/index.js.map +1 -1
  185. package/dist/esm/classic/deidServices/index.d.ts +4 -4
  186. package/dist/esm/classic/deidServices/index.d.ts.map +1 -1
  187. package/dist/esm/classic/deidServices/index.js +1 -1
  188. package/dist/esm/classic/deidServices/index.js.map +1 -1
  189. package/dist/esm/classic/index.js +1 -1
  190. package/dist/esm/classic/index.js.map +1 -1
  191. package/dist/esm/classic/operations/index.d.ts +3 -3
  192. package/dist/esm/classic/operations/index.d.ts.map +1 -1
  193. package/dist/esm/classic/operations/index.js +1 -1
  194. package/dist/esm/classic/operations/index.js.map +1 -1
  195. package/dist/esm/classic/privateEndpointConnections/index.d.ts +3 -3
  196. package/dist/esm/classic/privateEndpointConnections/index.d.ts.map +1 -1
  197. package/dist/esm/classic/privateEndpointConnections/index.js +1 -1
  198. package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -1
  199. package/dist/esm/classic/privateLinks/index.d.ts +3 -3
  200. package/dist/esm/classic/privateLinks/index.d.ts.map +1 -1
  201. package/dist/esm/classic/privateLinks/index.js +1 -1
  202. package/dist/esm/classic/privateLinks/index.js.map +1 -1
  203. package/dist/esm/healthDataAIServicesClient.d.ts +2 -2
  204. package/dist/esm/healthDataAIServicesClient.d.ts.map +1 -1
  205. package/dist/esm/healthDataAIServicesClient.js +2 -2
  206. package/dist/esm/healthDataAIServicesClient.js.map +1 -1
  207. package/dist/esm/helpers/serializerHelpers.js +1 -1
  208. package/dist/esm/helpers/serializerHelpers.js.map +1 -1
  209. package/dist/esm/index.d.ts +5 -2
  210. package/dist/esm/index.d.ts.map +1 -1
  211. package/dist/esm/index.js +3 -3
  212. package/dist/esm/index.js.map +1 -1
  213. package/dist/esm/logger.js +1 -1
  214. package/dist/esm/logger.js.map +1 -1
  215. package/dist/esm/models/index.d.ts +1 -3
  216. package/dist/esm/models/index.d.ts.map +1 -1
  217. package/dist/esm/models/index.js +2 -2
  218. package/dist/esm/models/index.js.map +1 -1
  219. package/dist/esm/models/models.d.ts +140 -125
  220. package/dist/esm/models/models.d.ts.map +1 -1
  221. package/dist/esm/models/models.js +319 -73
  222. package/dist/esm/models/models.js.map +1 -1
  223. package/dist/esm/restorePollerHelpers.d.ts +2 -2
  224. package/dist/esm/restorePollerHelpers.d.ts.map +1 -1
  225. package/dist/esm/restorePollerHelpers.js +27 -11
  226. package/dist/esm/restorePollerHelpers.js.map +1 -1
  227. package/dist/esm/{models/pagingTypes.d.ts → static-helpers/pagingHelpers.d.ts} +6 -1
  228. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
  229. package/dist/{react-native/api → esm/static-helpers}/pagingHelpers.js +5 -6
  230. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  231. package/dist/{commonjs/api → esm/static-helpers}/pollingHelpers.d.ts +1 -1
  232. package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
  233. package/dist/{react-native/api → esm/static-helpers}/pollingHelpers.js +7 -12
  234. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  235. package/dist/react-native/api/deidServices/index.d.ts +16 -17
  236. package/dist/react-native/api/deidServices/index.d.ts.map +1 -1
  237. package/dist/react-native/api/deidServices/index.js +32 -424
  238. package/dist/react-native/api/deidServices/index.js.map +1 -1
  239. package/dist/react-native/api/healthDataAIServicesContext.d.ts +4 -4
  240. package/dist/react-native/api/healthDataAIServicesContext.d.ts.map +1 -1
  241. package/dist/react-native/api/healthDataAIServicesContext.js +29 -7
  242. package/dist/react-native/api/healthDataAIServicesContext.js.map +1 -1
  243. package/dist/react-native/api/index.d.ts +2 -1
  244. package/dist/react-native/api/index.d.ts.map +1 -1
  245. package/dist/react-native/api/index.js +1 -1
  246. package/dist/react-native/api/index.js.map +1 -1
  247. package/dist/react-native/api/operations/index.d.ts +6 -7
  248. package/dist/react-native/api/operations/index.d.ts.map +1 -1
  249. package/dist/react-native/api/operations/index.js +8 -26
  250. package/dist/react-native/api/operations/index.js.map +1 -1
  251. package/dist/react-native/api/options.d.ts.map +1 -0
  252. package/dist/react-native/api/options.js +4 -0
  253. package/dist/react-native/api/options.js.map +1 -0
  254. package/dist/react-native/api/privateEndpointConnections/index.d.ts +12 -13
  255. package/dist/react-native/api/privateEndpointConnections/index.d.ts.map +1 -1
  256. package/dist/react-native/api/privateEndpointConnections/index.js +22 -126
  257. package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -1
  258. package/dist/react-native/api/privateLinks/index.d.ts +6 -7
  259. package/dist/react-native/api/privateLinks/index.d.ts.map +1 -1
  260. package/dist/react-native/api/privateLinks/index.js +8 -38
  261. package/dist/react-native/api/privateLinks/index.js.map +1 -1
  262. package/dist/react-native/classic/deidServices/index.d.ts +4 -4
  263. package/dist/react-native/classic/deidServices/index.d.ts.map +1 -1
  264. package/dist/react-native/classic/deidServices/index.js +1 -1
  265. package/dist/react-native/classic/deidServices/index.js.map +1 -1
  266. package/dist/react-native/classic/index.js +1 -1
  267. package/dist/react-native/classic/index.js.map +1 -1
  268. package/dist/react-native/classic/operations/index.d.ts +3 -3
  269. package/dist/react-native/classic/operations/index.d.ts.map +1 -1
  270. package/dist/react-native/classic/operations/index.js +1 -1
  271. package/dist/react-native/classic/operations/index.js.map +1 -1
  272. package/dist/react-native/classic/privateEndpointConnections/index.d.ts +3 -3
  273. package/dist/react-native/classic/privateEndpointConnections/index.d.ts.map +1 -1
  274. package/dist/react-native/classic/privateEndpointConnections/index.js +1 -1
  275. package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -1
  276. package/dist/react-native/classic/privateLinks/index.d.ts +3 -3
  277. package/dist/react-native/classic/privateLinks/index.d.ts.map +1 -1
  278. package/dist/react-native/classic/privateLinks/index.js +1 -1
  279. package/dist/react-native/classic/privateLinks/index.js.map +1 -1
  280. package/dist/react-native/healthDataAIServicesClient.d.ts +2 -2
  281. package/dist/react-native/healthDataAIServicesClient.d.ts.map +1 -1
  282. package/dist/react-native/healthDataAIServicesClient.js +2 -2
  283. package/dist/react-native/healthDataAIServicesClient.js.map +1 -1
  284. package/dist/react-native/helpers/serializerHelpers.js +1 -1
  285. package/dist/react-native/helpers/serializerHelpers.js.map +1 -1
  286. package/dist/react-native/index.d.ts +5 -2
  287. package/dist/react-native/index.d.ts.map +1 -1
  288. package/dist/react-native/index.js +3 -3
  289. package/dist/react-native/index.js.map +1 -1
  290. package/dist/react-native/logger.js +1 -1
  291. package/dist/react-native/logger.js.map +1 -1
  292. package/dist/react-native/models/index.d.ts +1 -3
  293. package/dist/react-native/models/index.d.ts.map +1 -1
  294. package/dist/react-native/models/index.js +2 -2
  295. package/dist/react-native/models/index.js.map +1 -1
  296. package/dist/react-native/models/models.d.ts +140 -125
  297. package/dist/react-native/models/models.d.ts.map +1 -1
  298. package/dist/react-native/models/models.js +319 -73
  299. package/dist/react-native/models/models.js.map +1 -1
  300. package/dist/react-native/restorePollerHelpers.d.ts +2 -2
  301. package/dist/react-native/restorePollerHelpers.d.ts.map +1 -1
  302. package/dist/react-native/restorePollerHelpers.js +27 -11
  303. package/dist/react-native/restorePollerHelpers.js.map +1 -1
  304. package/dist/react-native/{models/pagingTypes.d.ts → static-helpers/pagingHelpers.d.ts} +6 -1
  305. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
  306. package/dist/{browser/api → react-native/static-helpers}/pagingHelpers.js +5 -6
  307. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  308. package/dist/react-native/{api → static-helpers}/pollingHelpers.d.ts +1 -1
  309. package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
  310. package/dist/{esm/api → react-native/static-helpers}/pollingHelpers.js +7 -12
  311. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  312. package/package.json +31 -58
  313. package/review/arm-healthdataaiservices-models.api.md +16 -105
  314. package/review/arm-healthdataaiservices.api.md +16 -33
  315. package/dist/browser/api/pagingHelpers.d.ts +0 -7
  316. package/dist/browser/api/pagingHelpers.d.ts.map +0 -1
  317. package/dist/browser/api/pagingHelpers.js.map +0 -1
  318. package/dist/browser/api/pollingHelpers.d.ts.map +0 -1
  319. package/dist/browser/api/pollingHelpers.js.map +0 -1
  320. package/dist/browser/models/options.d.ts.map +0 -1
  321. package/dist/browser/models/options.js +0 -4
  322. package/dist/browser/models/options.js.map +0 -1
  323. package/dist/browser/models/pagingTypes.d.ts.map +0 -1
  324. package/dist/browser/models/pagingTypes.js +0 -4
  325. package/dist/browser/models/pagingTypes.js.map +0 -1
  326. package/dist/browser/rest/clientDefinitions.d.ts +0 -61
  327. package/dist/browser/rest/clientDefinitions.d.ts.map +0 -1
  328. package/dist/browser/rest/clientDefinitions.js +0 -4
  329. package/dist/browser/rest/clientDefinitions.js.map +0 -1
  330. package/dist/browser/rest/healthDataAIServicesClient.d.ts +0 -15
  331. package/dist/browser/rest/healthDataAIServicesClient.d.ts.map +0 -1
  332. package/dist/browser/rest/healthDataAIServicesClient.js +0 -42
  333. package/dist/browser/rest/healthDataAIServicesClient.js.map +0 -1
  334. package/dist/browser/rest/index.d.ts +0 -12
  335. package/dist/browser/rest/index.d.ts.map +0 -1
  336. package/dist/browser/rest/index.js +0 -14
  337. package/dist/browser/rest/index.js.map +0 -1
  338. package/dist/browser/rest/isUnexpected.d.ts +0 -14
  339. package/dist/browser/rest/isUnexpected.d.ts.map +0 -1
  340. package/dist/browser/rest/isUnexpected.js +0 -83
  341. package/dist/browser/rest/isUnexpected.js.map +0 -1
  342. package/dist/browser/rest/models.d.ts +0 -213
  343. package/dist/browser/rest/models.d.ts.map +0 -1
  344. package/dist/browser/rest/models.js +0 -4
  345. package/dist/browser/rest/models.js.map +0 -1
  346. package/dist/browser/rest/outputModels.d.ts +0 -304
  347. package/dist/browser/rest/outputModels.d.ts.map +0 -1
  348. package/dist/browser/rest/outputModels.js +0 -4
  349. package/dist/browser/rest/outputModels.js.map +0 -1
  350. package/dist/browser/rest/paginateHelper.d.ts +0 -43
  351. package/dist/browser/rest/paginateHelper.d.ts.map +0 -1
  352. package/dist/browser/rest/paginateHelper.js +0 -70
  353. package/dist/browser/rest/paginateHelper.js.map +0 -1
  354. package/dist/browser/rest/parameters.d.ts +0 -27
  355. package/dist/browser/rest/parameters.d.ts.map +0 -1
  356. package/dist/browser/rest/parameters.js +0 -4
  357. package/dist/browser/rest/parameters.js.map +0 -1
  358. package/dist/browser/rest/pollingHelper.d.ts +0 -81
  359. package/dist/browser/rest/pollingHelper.d.ts.map +0 -1
  360. package/dist/browser/rest/pollingHelper.js +0 -97
  361. package/dist/browser/rest/pollingHelper.js.map +0 -1
  362. package/dist/browser/rest/responses.d.ts +0 -190
  363. package/dist/browser/rest/responses.d.ts.map +0 -1
  364. package/dist/browser/rest/responses.js +0 -4
  365. package/dist/browser/rest/responses.js.map +0 -1
  366. package/dist/commonjs/api/pagingHelpers.d.ts +0 -7
  367. package/dist/commonjs/api/pagingHelpers.d.ts.map +0 -1
  368. package/dist/commonjs/api/pagingHelpers.js.map +0 -1
  369. package/dist/commonjs/api/pollingHelpers.d.ts.map +0 -1
  370. package/dist/commonjs/api/pollingHelpers.js.map +0 -1
  371. package/dist/commonjs/models/options.d.ts.map +0 -1
  372. package/dist/commonjs/models/options.js.map +0 -1
  373. package/dist/commonjs/models/pagingTypes.d.ts.map +0 -1
  374. package/dist/commonjs/models/pagingTypes.js +0 -5
  375. package/dist/commonjs/models/pagingTypes.js.map +0 -1
  376. package/dist/commonjs/rest/clientDefinitions.d.ts +0 -61
  377. package/dist/commonjs/rest/clientDefinitions.d.ts.map +0 -1
  378. package/dist/commonjs/rest/clientDefinitions.js +0 -5
  379. package/dist/commonjs/rest/clientDefinitions.js.map +0 -1
  380. package/dist/commonjs/rest/healthDataAIServicesClient.d.ts +0 -15
  381. package/dist/commonjs/rest/healthDataAIServicesClient.d.ts.map +0 -1
  382. package/dist/commonjs/rest/healthDataAIServicesClient.js +0 -45
  383. package/dist/commonjs/rest/healthDataAIServicesClient.js.map +0 -1
  384. package/dist/commonjs/rest/index.d.ts +0 -12
  385. package/dist/commonjs/rest/index.d.ts.map +0 -1
  386. package/dist/commonjs/rest/index.js +0 -17
  387. package/dist/commonjs/rest/index.js.map +0 -1
  388. package/dist/commonjs/rest/isUnexpected.d.ts +0 -14
  389. package/dist/commonjs/rest/isUnexpected.d.ts.map +0 -1
  390. package/dist/commonjs/rest/isUnexpected.js +0 -86
  391. package/dist/commonjs/rest/isUnexpected.js.map +0 -1
  392. package/dist/commonjs/rest/models.d.ts +0 -213
  393. package/dist/commonjs/rest/models.d.ts.map +0 -1
  394. package/dist/commonjs/rest/models.js +0 -5
  395. package/dist/commonjs/rest/models.js.map +0 -1
  396. package/dist/commonjs/rest/outputModels.d.ts +0 -304
  397. package/dist/commonjs/rest/outputModels.d.ts.map +0 -1
  398. package/dist/commonjs/rest/outputModels.js +0 -5
  399. package/dist/commonjs/rest/outputModels.js.map +0 -1
  400. package/dist/commonjs/rest/paginateHelper.d.ts +0 -43
  401. package/dist/commonjs/rest/paginateHelper.d.ts.map +0 -1
  402. package/dist/commonjs/rest/paginateHelper.js +0 -73
  403. package/dist/commonjs/rest/paginateHelper.js.map +0 -1
  404. package/dist/commonjs/rest/parameters.d.ts +0 -27
  405. package/dist/commonjs/rest/parameters.d.ts.map +0 -1
  406. package/dist/commonjs/rest/parameters.js +0 -5
  407. package/dist/commonjs/rest/parameters.js.map +0 -1
  408. package/dist/commonjs/rest/pollingHelper.d.ts +0 -81
  409. package/dist/commonjs/rest/pollingHelper.d.ts.map +0 -1
  410. package/dist/commonjs/rest/pollingHelper.js +0 -100
  411. package/dist/commonjs/rest/pollingHelper.js.map +0 -1
  412. package/dist/commonjs/rest/responses.d.ts +0 -190
  413. package/dist/commonjs/rest/responses.d.ts.map +0 -1
  414. package/dist/commonjs/rest/responses.js +0 -5
  415. package/dist/commonjs/rest/responses.js.map +0 -1
  416. package/dist/esm/api/pagingHelpers.d.ts +0 -7
  417. package/dist/esm/api/pagingHelpers.d.ts.map +0 -1
  418. package/dist/esm/api/pagingHelpers.js.map +0 -1
  419. package/dist/esm/api/pollingHelpers.d.ts.map +0 -1
  420. package/dist/esm/api/pollingHelpers.js.map +0 -1
  421. package/dist/esm/models/options.d.ts.map +0 -1
  422. package/dist/esm/models/options.js +0 -4
  423. package/dist/esm/models/options.js.map +0 -1
  424. package/dist/esm/models/pagingTypes.d.ts.map +0 -1
  425. package/dist/esm/models/pagingTypes.js +0 -4
  426. package/dist/esm/models/pagingTypes.js.map +0 -1
  427. package/dist/esm/rest/clientDefinitions.d.ts +0 -61
  428. package/dist/esm/rest/clientDefinitions.d.ts.map +0 -1
  429. package/dist/esm/rest/clientDefinitions.js +0 -4
  430. package/dist/esm/rest/clientDefinitions.js.map +0 -1
  431. package/dist/esm/rest/healthDataAIServicesClient.d.ts +0 -15
  432. package/dist/esm/rest/healthDataAIServicesClient.d.ts.map +0 -1
  433. package/dist/esm/rest/healthDataAIServicesClient.js +0 -42
  434. package/dist/esm/rest/healthDataAIServicesClient.js.map +0 -1
  435. package/dist/esm/rest/index.d.ts +0 -12
  436. package/dist/esm/rest/index.d.ts.map +0 -1
  437. package/dist/esm/rest/index.js +0 -14
  438. package/dist/esm/rest/index.js.map +0 -1
  439. package/dist/esm/rest/isUnexpected.d.ts +0 -14
  440. package/dist/esm/rest/isUnexpected.d.ts.map +0 -1
  441. package/dist/esm/rest/isUnexpected.js +0 -83
  442. package/dist/esm/rest/isUnexpected.js.map +0 -1
  443. package/dist/esm/rest/models.d.ts +0 -213
  444. package/dist/esm/rest/models.d.ts.map +0 -1
  445. package/dist/esm/rest/models.js +0 -4
  446. package/dist/esm/rest/models.js.map +0 -1
  447. package/dist/esm/rest/outputModels.d.ts +0 -304
  448. package/dist/esm/rest/outputModels.d.ts.map +0 -1
  449. package/dist/esm/rest/outputModels.js +0 -4
  450. package/dist/esm/rest/outputModels.js.map +0 -1
  451. package/dist/esm/rest/paginateHelper.d.ts +0 -43
  452. package/dist/esm/rest/paginateHelper.d.ts.map +0 -1
  453. package/dist/esm/rest/paginateHelper.js +0 -70
  454. package/dist/esm/rest/paginateHelper.js.map +0 -1
  455. package/dist/esm/rest/parameters.d.ts +0 -27
  456. package/dist/esm/rest/parameters.d.ts.map +0 -1
  457. package/dist/esm/rest/parameters.js +0 -4
  458. package/dist/esm/rest/parameters.js.map +0 -1
  459. package/dist/esm/rest/pollingHelper.d.ts +0 -81
  460. package/dist/esm/rest/pollingHelper.d.ts.map +0 -1
  461. package/dist/esm/rest/pollingHelper.js +0 -97
  462. package/dist/esm/rest/pollingHelper.js.map +0 -1
  463. package/dist/esm/rest/responses.d.ts +0 -190
  464. package/dist/esm/rest/responses.d.ts.map +0 -1
  465. package/dist/esm/rest/responses.js +0 -4
  466. package/dist/esm/rest/responses.js.map +0 -1
  467. package/dist/react-native/api/pagingHelpers.d.ts +0 -7
  468. package/dist/react-native/api/pagingHelpers.d.ts.map +0 -1
  469. package/dist/react-native/api/pagingHelpers.js.map +0 -1
  470. package/dist/react-native/api/pollingHelpers.d.ts.map +0 -1
  471. package/dist/react-native/api/pollingHelpers.js.map +0 -1
  472. package/dist/react-native/models/options.d.ts.map +0 -1
  473. package/dist/react-native/models/options.js +0 -4
  474. package/dist/react-native/models/options.js.map +0 -1
  475. package/dist/react-native/models/pagingTypes.d.ts.map +0 -1
  476. package/dist/react-native/models/pagingTypes.js +0 -4
  477. package/dist/react-native/models/pagingTypes.js.map +0 -1
  478. package/dist/react-native/rest/clientDefinitions.d.ts +0 -61
  479. package/dist/react-native/rest/clientDefinitions.d.ts.map +0 -1
  480. package/dist/react-native/rest/clientDefinitions.js +0 -4
  481. package/dist/react-native/rest/clientDefinitions.js.map +0 -1
  482. package/dist/react-native/rest/healthDataAIServicesClient.d.ts +0 -15
  483. package/dist/react-native/rest/healthDataAIServicesClient.d.ts.map +0 -1
  484. package/dist/react-native/rest/healthDataAIServicesClient.js +0 -42
  485. package/dist/react-native/rest/healthDataAIServicesClient.js.map +0 -1
  486. package/dist/react-native/rest/index.d.ts +0 -12
  487. package/dist/react-native/rest/index.d.ts.map +0 -1
  488. package/dist/react-native/rest/index.js +0 -14
  489. package/dist/react-native/rest/index.js.map +0 -1
  490. package/dist/react-native/rest/isUnexpected.d.ts +0 -14
  491. package/dist/react-native/rest/isUnexpected.d.ts.map +0 -1
  492. package/dist/react-native/rest/isUnexpected.js +0 -83
  493. package/dist/react-native/rest/isUnexpected.js.map +0 -1
  494. package/dist/react-native/rest/models.d.ts +0 -213
  495. package/dist/react-native/rest/models.d.ts.map +0 -1
  496. package/dist/react-native/rest/models.js +0 -4
  497. package/dist/react-native/rest/models.js.map +0 -1
  498. package/dist/react-native/rest/outputModels.d.ts +0 -304
  499. package/dist/react-native/rest/outputModels.d.ts.map +0 -1
  500. package/dist/react-native/rest/outputModels.js +0 -4
  501. package/dist/react-native/rest/outputModels.js.map +0 -1
  502. package/dist/react-native/rest/paginateHelper.d.ts +0 -43
  503. package/dist/react-native/rest/paginateHelper.d.ts.map +0 -1
  504. package/dist/react-native/rest/paginateHelper.js +0 -70
  505. package/dist/react-native/rest/paginateHelper.js.map +0 -1
  506. package/dist/react-native/rest/parameters.d.ts +0 -27
  507. package/dist/react-native/rest/parameters.d.ts.map +0 -1
  508. package/dist/react-native/rest/parameters.js +0 -4
  509. package/dist/react-native/rest/parameters.js.map +0 -1
  510. package/dist/react-native/rest/pollingHelper.d.ts +0 -81
  511. package/dist/react-native/rest/pollingHelper.d.ts.map +0 -1
  512. package/dist/react-native/rest/pollingHelper.js +0 -97
  513. package/dist/react-native/rest/pollingHelper.js.map +0 -1
  514. package/dist/react-native/rest/responses.d.ts +0 -190
  515. package/dist/react-native/rest/responses.d.ts.map +0 -1
  516. package/dist/react-native/rest/responses.js +0 -4
  517. package/dist/react-native/rest/responses.js.map +0 -1
  518. /package/dist/browser/{models → api}/options.d.ts +0 -0
  519. /package/dist/commonjs/{models → api}/options.d.ts +0 -0
  520. /package/dist/esm/{models → api}/options.d.ts +0 -0
  521. /package/dist/react-native/{models → api}/options.d.ts +0 -0
@@ -1,14 +0,0 @@
1
- import { OperationsList200Response, OperationsListDefaultResponse, DeidServicesGet200Response, DeidServicesGetDefaultResponse, DeidServicesCreate200Response, DeidServicesCreate201Response, DeidServicesCreateLogicalResponse, DeidServicesCreateDefaultResponse, DeidServicesUpdate200Response, DeidServicesUpdate202Response, DeidServicesUpdateLogicalResponse, DeidServicesUpdateDefaultResponse, DeidServicesDelete202Response, DeidServicesDelete204Response, DeidServicesDeleteLogicalResponse, DeidServicesDeleteDefaultResponse, DeidServicesListByResourceGroup200Response, DeidServicesListByResourceGroupDefaultResponse, DeidServicesListBySubscription200Response, DeidServicesListBySubscriptionDefaultResponse, PrivateEndpointConnectionsGet200Response, PrivateEndpointConnectionsGetDefaultResponse, PrivateEndpointConnectionsCreate200Response, PrivateEndpointConnectionsCreate201Response, PrivateEndpointConnectionsCreateLogicalResponse, PrivateEndpointConnectionsCreateDefaultResponse, PrivateEndpointConnectionsDelete202Response, PrivateEndpointConnectionsDelete204Response, PrivateEndpointConnectionsDeleteLogicalResponse, PrivateEndpointConnectionsDeleteDefaultResponse, PrivateEndpointConnectionsListByDeidService200Response, PrivateEndpointConnectionsListByDeidServiceDefaultResponse, PrivateLinksListByDeidService200Response, PrivateLinksListByDeidServiceDefaultResponse } from "./responses.js";
2
- export declare function isUnexpected(response: OperationsList200Response | OperationsListDefaultResponse): response is OperationsListDefaultResponse;
3
- export declare function isUnexpected(response: DeidServicesGet200Response | DeidServicesGetDefaultResponse): response is DeidServicesGetDefaultResponse;
4
- export declare function isUnexpected(response: DeidServicesCreate200Response | DeidServicesCreate201Response | DeidServicesCreateLogicalResponse | DeidServicesCreateDefaultResponse): response is DeidServicesCreateDefaultResponse;
5
- export declare function isUnexpected(response: DeidServicesUpdate200Response | DeidServicesUpdate202Response | DeidServicesUpdateLogicalResponse | DeidServicesUpdateDefaultResponse): response is DeidServicesUpdateDefaultResponse;
6
- export declare function isUnexpected(response: DeidServicesDelete202Response | DeidServicesDelete204Response | DeidServicesDeleteLogicalResponse | DeidServicesDeleteDefaultResponse): response is DeidServicesDeleteDefaultResponse;
7
- export declare function isUnexpected(response: DeidServicesListByResourceGroup200Response | DeidServicesListByResourceGroupDefaultResponse): response is DeidServicesListByResourceGroupDefaultResponse;
8
- export declare function isUnexpected(response: DeidServicesListBySubscription200Response | DeidServicesListBySubscriptionDefaultResponse): response is DeidServicesListBySubscriptionDefaultResponse;
9
- export declare function isUnexpected(response: PrivateEndpointConnectionsGet200Response | PrivateEndpointConnectionsGetDefaultResponse): response is PrivateEndpointConnectionsGetDefaultResponse;
10
- export declare function isUnexpected(response: PrivateEndpointConnectionsCreate200Response | PrivateEndpointConnectionsCreate201Response | PrivateEndpointConnectionsCreateLogicalResponse | PrivateEndpointConnectionsCreateDefaultResponse): response is PrivateEndpointConnectionsCreateDefaultResponse;
11
- export declare function isUnexpected(response: PrivateEndpointConnectionsDelete202Response | PrivateEndpointConnectionsDelete204Response | PrivateEndpointConnectionsDeleteLogicalResponse | PrivateEndpointConnectionsDeleteDefaultResponse): response is PrivateEndpointConnectionsDeleteDefaultResponse;
12
- export declare function isUnexpected(response: PrivateEndpointConnectionsListByDeidService200Response | PrivateEndpointConnectionsListByDeidServiceDefaultResponse): response is PrivateEndpointConnectionsListByDeidServiceDefaultResponse;
13
- export declare function isUnexpected(response: PrivateLinksListByDeidService200Response | PrivateLinksListByDeidServiceDefaultResponse): response is PrivateLinksListByDeidServiceDefaultResponse;
14
- //# sourceMappingURL=isUnexpected.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"isUnexpected.d.ts","sourceRoot":"","sources":["../../../src/rest/isUnexpected.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,yBAAyB,EACzB,6BAA6B,EAC7B,0BAA0B,EAC1B,8BAA8B,EAC9B,6BAA6B,EAC7B,6BAA6B,EAC7B,iCAAiC,EACjC,iCAAiC,EACjC,6BAA6B,EAC7B,6BAA6B,EAC7B,iCAAiC,EACjC,iCAAiC,EACjC,6BAA6B,EAC7B,6BAA6B,EAC7B,iCAAiC,EACjC,iCAAiC,EACjC,0CAA0C,EAC1C,8CAA8C,EAC9C,yCAAyC,EACzC,6CAA6C,EAC7C,wCAAwC,EACxC,4CAA4C,EAC5C,2CAA2C,EAC3C,2CAA2C,EAC3C,+CAA+C,EAC/C,+CAA+C,EAC/C,2CAA2C,EAC3C,2CAA2C,EAC3C,+CAA+C,EAC/C,+CAA+C,EAC/C,sDAAsD,EACtD,0DAA0D,EAC1D,wCAAwC,EACxC,4CAA4C,EAC7C,MAAM,gBAAgB,CAAC;AA6BxB,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,yBAAyB,GAAG,6BAA6B,GAClE,QAAQ,IAAI,6BAA6B,CAAC;AAC7C,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,0BAA0B,GAAG,8BAA8B,GACpE,QAAQ,IAAI,8BAA8B,CAAC;AAC9C,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,6BAA6B,GAC7B,6BAA6B,GAC7B,iCAAiC,GACjC,iCAAiC,GACpC,QAAQ,IAAI,iCAAiC,CAAC;AACjD,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,6BAA6B,GAC7B,6BAA6B,GAC7B,iCAAiC,GACjC,iCAAiC,GACpC,QAAQ,IAAI,iCAAiC,CAAC;AACjD,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,6BAA6B,GAC7B,6BAA6B,GAC7B,iCAAiC,GACjC,iCAAiC,GACpC,QAAQ,IAAI,iCAAiC,CAAC;AACjD,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,0CAA0C,GAC1C,8CAA8C,GACjD,QAAQ,IAAI,8CAA8C,CAAC;AAC9D,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,yCAAyC,GACzC,6CAA6C,GAChD,QAAQ,IAAI,6CAA6C,CAAC;AAC7D,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,wCAAwC,GAAG,4CAA4C,GAChG,QAAQ,IAAI,4CAA4C,CAAC;AAC5D,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,2CAA2C,GAC3C,2CAA2C,GAC3C,+CAA+C,GAC/C,+CAA+C,GAClD,QAAQ,IAAI,+CAA+C,CAAC;AAC/D,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,2CAA2C,GAC3C,2CAA2C,GAC3C,+CAA+C,GAC/C,+CAA+C,GAClD,QAAQ,IAAI,+CAA+C,CAAC;AAC/D,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,sDAAsD,GACtD,0DAA0D,GAC7D,QAAQ,IAAI,0DAA0D,CAAC;AAC1E,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,wCAAwC,GAAG,4CAA4C,GAChG,QAAQ,IAAI,4CAA4C,CAAC"}
@@ -1,83 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
- const responseMap = {
4
- "GET /providers/Microsoft.HealthDataAIServices/operations": ["200"],
5
- "GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}": ["200"],
6
- "PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}": ["200", "201"],
7
- "PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}": ["200", "202"],
8
- "DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}": ["202", "204"],
9
- "GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices": ["200"],
10
- "GET /subscriptions/{subscriptionId}/providers/Microsoft.HealthDataAIServices/deidServices": [
11
- "200",
12
- ],
13
- "GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateEndpointConnections/{privateEndpointConnectionName}": ["200"],
14
- "PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateEndpointConnections/{privateEndpointConnectionName}": ["200", "201"],
15
- "DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateEndpointConnections/{privateEndpointConnectionName}": ["202", "204"],
16
- "GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateEndpointConnections": ["200"],
17
- "GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateLinkResources": ["200"],
18
- };
19
- export function isUnexpected(response) {
20
- const lroOriginal = response.headers["x-ms-original-url"];
21
- const url = new URL(lroOriginal !== null && lroOriginal !== void 0 ? lroOriginal : response.request.url);
22
- const method = response.request.method;
23
- let pathDetails = responseMap[`${method} ${url.pathname}`];
24
- if (!pathDetails) {
25
- pathDetails = getParametrizedPathSuccess(method, url.pathname);
26
- }
27
- return !pathDetails.includes(response.status);
28
- }
29
- function getParametrizedPathSuccess(method, path) {
30
- var _a, _b, _c, _d;
31
- const pathParts = path.split("/");
32
- // Traverse list to match the longest candidate
33
- // matchedLen: the length of candidate path
34
- // matchedValue: the matched status code array
35
- let matchedLen = -1, matchedValue = [];
36
- // Iterate the responseMap to find a match
37
- for (const [key, value] of Object.entries(responseMap)) {
38
- // Extracting the path from the map key which is in format
39
- // GET /path/foo
40
- if (!key.startsWith(method)) {
41
- continue;
42
- }
43
- const candidatePath = getPathFromMapKey(key);
44
- // Get each part of the url path
45
- const candidateParts = candidatePath.split("/");
46
- // track if we have found a match to return the values found.
47
- let found = true;
48
- for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {
49
- if (((_a = candidateParts[i]) === null || _a === void 0 ? void 0 : _a.startsWith("{")) && ((_b = candidateParts[i]) === null || _b === void 0 ? void 0 : _b.indexOf("}")) !== -1) {
50
- const start = candidateParts[i].indexOf("}") + 1, end = (_c = candidateParts[i]) === null || _c === void 0 ? void 0 : _c.length;
51
- // If the current part of the candidate is a "template" part
52
- // Try to use the suffix of pattern to match the path
53
- // {guid} ==> $
54
- // {guid}:export ==> :export$
55
- const isMatched = new RegExp(`${(_d = candidateParts[i]) === null || _d === void 0 ? void 0 : _d.slice(start, end)}`).test(pathParts[j] || "");
56
- if (!isMatched) {
57
- found = false;
58
- break;
59
- }
60
- continue;
61
- }
62
- // If the candidate part is not a template and
63
- // the parts don't match mark the candidate as not found
64
- // to move on with the next candidate path.
65
- if (candidateParts[i] !== pathParts[j]) {
66
- found = false;
67
- break;
68
- }
69
- }
70
- // We finished evaluating the current candidate parts
71
- // Update the matched value if and only if we found the longer pattern
72
- if (found && candidatePath.length > matchedLen) {
73
- matchedLen = candidatePath.length;
74
- matchedValue = value;
75
- }
76
- }
77
- return matchedValue;
78
- }
79
- function getPathFromMapKey(mapKey) {
80
- const pathStart = mapKey.indexOf("/");
81
- return mapKey.slice(pathStart);
82
- }
83
- //# sourceMappingURL=isUnexpected.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"isUnexpected.js","sourceRoot":"","sources":["../../../src/rest/isUnexpected.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport {\n OperationsList200Response,\n OperationsListDefaultResponse,\n DeidServicesGet200Response,\n DeidServicesGetDefaultResponse,\n DeidServicesCreate200Response,\n DeidServicesCreate201Response,\n DeidServicesCreateLogicalResponse,\n DeidServicesCreateDefaultResponse,\n DeidServicesUpdate200Response,\n DeidServicesUpdate202Response,\n DeidServicesUpdateLogicalResponse,\n DeidServicesUpdateDefaultResponse,\n DeidServicesDelete202Response,\n DeidServicesDelete204Response,\n DeidServicesDeleteLogicalResponse,\n DeidServicesDeleteDefaultResponse,\n DeidServicesListByResourceGroup200Response,\n DeidServicesListByResourceGroupDefaultResponse,\n DeidServicesListBySubscription200Response,\n DeidServicesListBySubscriptionDefaultResponse,\n PrivateEndpointConnectionsGet200Response,\n PrivateEndpointConnectionsGetDefaultResponse,\n PrivateEndpointConnectionsCreate200Response,\n PrivateEndpointConnectionsCreate201Response,\n PrivateEndpointConnectionsCreateLogicalResponse,\n PrivateEndpointConnectionsCreateDefaultResponse,\n PrivateEndpointConnectionsDelete202Response,\n PrivateEndpointConnectionsDelete204Response,\n PrivateEndpointConnectionsDeleteLogicalResponse,\n PrivateEndpointConnectionsDeleteDefaultResponse,\n PrivateEndpointConnectionsListByDeidService200Response,\n PrivateEndpointConnectionsListByDeidServiceDefaultResponse,\n PrivateLinksListByDeidService200Response,\n PrivateLinksListByDeidServiceDefaultResponse,\n} from \"./responses.js\";\n\nconst responseMap: Record<string, string[]> = {\n \"GET /providers/Microsoft.HealthDataAIServices/operations\": [\"200\"],\n \"GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}\":\n [\"200\"],\n \"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}\":\n [\"200\", \"201\"],\n \"PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}\":\n [\"200\", \"202\"],\n \"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}\":\n [\"202\", \"204\"],\n \"GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices\":\n [\"200\"],\n \"GET /subscriptions/{subscriptionId}/providers/Microsoft.HealthDataAIServices/deidServices\": [\n \"200\",\n ],\n \"GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateEndpointConnections/{privateEndpointConnectionName}\":\n [\"200\"],\n \"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateEndpointConnections/{privateEndpointConnectionName}\":\n [\"200\", \"201\"],\n \"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateEndpointConnections/{privateEndpointConnectionName}\":\n [\"202\", \"204\"],\n \"GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateEndpointConnections\":\n [\"200\"],\n \"GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateLinkResources\":\n [\"200\"],\n};\n\nexport function isUnexpected(\n response: OperationsList200Response | OperationsListDefaultResponse,\n): response is OperationsListDefaultResponse;\nexport function isUnexpected(\n response: DeidServicesGet200Response | DeidServicesGetDefaultResponse,\n): response is DeidServicesGetDefaultResponse;\nexport function isUnexpected(\n response:\n | DeidServicesCreate200Response\n | DeidServicesCreate201Response\n | DeidServicesCreateLogicalResponse\n | DeidServicesCreateDefaultResponse,\n): response is DeidServicesCreateDefaultResponse;\nexport function isUnexpected(\n response:\n | DeidServicesUpdate200Response\n | DeidServicesUpdate202Response\n | DeidServicesUpdateLogicalResponse\n | DeidServicesUpdateDefaultResponse,\n): response is DeidServicesUpdateDefaultResponse;\nexport function isUnexpected(\n response:\n | DeidServicesDelete202Response\n | DeidServicesDelete204Response\n | DeidServicesDeleteLogicalResponse\n | DeidServicesDeleteDefaultResponse,\n): response is DeidServicesDeleteDefaultResponse;\nexport function isUnexpected(\n response:\n | DeidServicesListByResourceGroup200Response\n | DeidServicesListByResourceGroupDefaultResponse,\n): response is DeidServicesListByResourceGroupDefaultResponse;\nexport function isUnexpected(\n response:\n | DeidServicesListBySubscription200Response\n | DeidServicesListBySubscriptionDefaultResponse,\n): response is DeidServicesListBySubscriptionDefaultResponse;\nexport function isUnexpected(\n response: PrivateEndpointConnectionsGet200Response | PrivateEndpointConnectionsGetDefaultResponse,\n): response is PrivateEndpointConnectionsGetDefaultResponse;\nexport function isUnexpected(\n response:\n | PrivateEndpointConnectionsCreate200Response\n | PrivateEndpointConnectionsCreate201Response\n | PrivateEndpointConnectionsCreateLogicalResponse\n | PrivateEndpointConnectionsCreateDefaultResponse,\n): response is PrivateEndpointConnectionsCreateDefaultResponse;\nexport function isUnexpected(\n response:\n | PrivateEndpointConnectionsDelete202Response\n | PrivateEndpointConnectionsDelete204Response\n | PrivateEndpointConnectionsDeleteLogicalResponse\n | PrivateEndpointConnectionsDeleteDefaultResponse,\n): response is PrivateEndpointConnectionsDeleteDefaultResponse;\nexport function isUnexpected(\n response:\n | PrivateEndpointConnectionsListByDeidService200Response\n | PrivateEndpointConnectionsListByDeidServiceDefaultResponse,\n): response is PrivateEndpointConnectionsListByDeidServiceDefaultResponse;\nexport function isUnexpected(\n response: PrivateLinksListByDeidService200Response | PrivateLinksListByDeidServiceDefaultResponse,\n): response is PrivateLinksListByDeidServiceDefaultResponse;\nexport function isUnexpected(\n response:\n | OperationsList200Response\n | OperationsListDefaultResponse\n | DeidServicesGet200Response\n | DeidServicesGetDefaultResponse\n | DeidServicesCreate200Response\n | DeidServicesCreate201Response\n | DeidServicesCreateLogicalResponse\n | DeidServicesCreateDefaultResponse\n | DeidServicesUpdate200Response\n | DeidServicesUpdate202Response\n | DeidServicesUpdateLogicalResponse\n | DeidServicesUpdateDefaultResponse\n | DeidServicesDelete202Response\n | DeidServicesDelete204Response\n | DeidServicesDeleteLogicalResponse\n | DeidServicesDeleteDefaultResponse\n | DeidServicesListByResourceGroup200Response\n | DeidServicesListByResourceGroupDefaultResponse\n | DeidServicesListBySubscription200Response\n | DeidServicesListBySubscriptionDefaultResponse\n | PrivateEndpointConnectionsGet200Response\n | PrivateEndpointConnectionsGetDefaultResponse\n | PrivateEndpointConnectionsCreate200Response\n | PrivateEndpointConnectionsCreate201Response\n | PrivateEndpointConnectionsCreateLogicalResponse\n | PrivateEndpointConnectionsCreateDefaultResponse\n | PrivateEndpointConnectionsDelete202Response\n | PrivateEndpointConnectionsDelete204Response\n | PrivateEndpointConnectionsDeleteLogicalResponse\n | PrivateEndpointConnectionsDeleteDefaultResponse\n | PrivateEndpointConnectionsListByDeidService200Response\n | PrivateEndpointConnectionsListByDeidServiceDefaultResponse\n | PrivateLinksListByDeidService200Response\n | PrivateLinksListByDeidServiceDefaultResponse,\n): response is\n | OperationsListDefaultResponse\n | DeidServicesGetDefaultResponse\n | DeidServicesCreateDefaultResponse\n | DeidServicesUpdateDefaultResponse\n | DeidServicesDeleteDefaultResponse\n | DeidServicesListByResourceGroupDefaultResponse\n | DeidServicesListBySubscriptionDefaultResponse\n | PrivateEndpointConnectionsGetDefaultResponse\n | PrivateEndpointConnectionsCreateDefaultResponse\n | PrivateEndpointConnectionsDeleteDefaultResponse\n | PrivateEndpointConnectionsListByDeidServiceDefaultResponse\n | PrivateLinksListByDeidServiceDefaultResponse {\n const lroOriginal = response.headers[\"x-ms-original-url\"];\n const url = new URL(lroOriginal ?? response.request.url);\n const method = response.request.method;\n let pathDetails = responseMap[`${method} ${url.pathname}`];\n if (!pathDetails) {\n pathDetails = getParametrizedPathSuccess(method, url.pathname);\n }\n return !pathDetails.includes(response.status);\n}\n\nfunction getParametrizedPathSuccess(method: string, path: string): string[] {\n const pathParts = path.split(\"/\");\n\n // Traverse list to match the longest candidate\n // matchedLen: the length of candidate path\n // matchedValue: the matched status code array\n let matchedLen = -1,\n matchedValue: string[] = [];\n\n // Iterate the responseMap to find a match\n for (const [key, value] of Object.entries(responseMap)) {\n // Extracting the path from the map key which is in format\n // GET /path/foo\n if (!key.startsWith(method)) {\n continue;\n }\n const candidatePath = getPathFromMapKey(key);\n // Get each part of the url path\n const candidateParts = candidatePath.split(\"/\");\n\n // track if we have found a match to return the values found.\n let found = true;\n for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {\n if (candidateParts[i]?.startsWith(\"{\") && candidateParts[i]?.indexOf(\"}\") !== -1) {\n const start = candidateParts[i]!.indexOf(\"}\") + 1,\n end = candidateParts[i]?.length;\n // If the current part of the candidate is a \"template\" part\n // Try to use the suffix of pattern to match the path\n // {guid} ==> $\n // {guid}:export ==> :export$\n const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(\n pathParts[j] || \"\",\n );\n\n if (!isMatched) {\n found = false;\n break;\n }\n continue;\n }\n\n // If the candidate part is not a template and\n // the parts don't match mark the candidate as not found\n // to move on with the next candidate path.\n if (candidateParts[i] !== pathParts[j]) {\n found = false;\n break;\n }\n }\n\n // We finished evaluating the current candidate parts\n // Update the matched value if and only if we found the longer pattern\n if (found && candidatePath.length > matchedLen) {\n matchedLen = candidatePath.length;\n matchedValue = value;\n }\n }\n\n return matchedValue;\n}\n\nfunction getPathFromMapKey(mapKey: string): string {\n const pathStart = mapKey.indexOf(\"/\");\n return mapKey.slice(pathStart);\n}\n"]}
@@ -1,213 +0,0 @@
1
- /** A HealthDataAIServicesProviderHub resource */
2
- export interface DeidService extends TrackedResource {
3
- /** The resource-specific properties for this resource. */
4
- properties?: DeidServiceProperties;
5
- /** The managed service identities assigned to this resource. */
6
- identity?: ManagedServiceIdentity;
7
- }
8
- /** Details of the HealthDataAIServices DeidService. */
9
- export interface DeidServiceProperties {
10
- /** Gets or sets allow or disallow public network access to resource */
11
- publicNetworkAccess?: PublicNetworkAccess;
12
- }
13
- /** The private endpoint connection resource */
14
- export interface PrivateEndpointConnection extends Resource {
15
- /** The private endpoint connection properties */
16
- properties?: PrivateEndpointConnectionProperties;
17
- }
18
- /** Properties of the private endpoint connection. */
19
- export interface PrivateEndpointConnectionProperties {
20
- /** The private endpoint resource. */
21
- privateEndpoint?: PrivateEndpoint;
22
- /** A collection of information about the state of the connection between service consumer and provider. */
23
- privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
24
- }
25
- /** The Private Endpoint resource. */
26
- export interface PrivateEndpoint {
27
- }
28
- /** A collection of information about the state of the connection between service consumer and provider. */
29
- export interface PrivateLinkServiceConnectionState {
30
- /**
31
- * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
32
- *
33
- * Possible values: "Pending", "Approved", "Rejected"
34
- */
35
- status?: PrivateEndpointServiceConnectionStatus;
36
- /** The reason for approval/rejection of the connection. */
37
- description?: string;
38
- /** A message indicating if changes on the service provider require any updates on the consumer. */
39
- actionsRequired?: string;
40
- }
41
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
42
- export interface Resource {
43
- }
44
- /** Metadata pertaining to creation and last modification of the resource. */
45
- export interface SystemData {
46
- /** The identity that created the resource. */
47
- createdBy?: string;
48
- /**
49
- * The type of identity that created the resource.
50
- *
51
- * Possible values: "User", "Application", "ManagedIdentity", "Key"
52
- */
53
- createdByType?: CreatedByType;
54
- /** The timestamp of resource creation (UTC). */
55
- createdAt?: Date | string;
56
- /** The identity that last modified the resource. */
57
- lastModifiedBy?: string;
58
- /**
59
- * The type of identity that last modified the resource.
60
- *
61
- * Possible values: "User", "Application", "ManagedIdentity", "Key"
62
- */
63
- lastModifiedByType?: CreatedByType;
64
- /** The timestamp of resource last modification (UTC) */
65
- lastModifiedAt?: Date | string;
66
- }
67
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
68
- export interface TrackedResource extends Resource {
69
- /** Resource tags. */
70
- tags?: Record<string, string>;
71
- /** The geo-location where the resource lives */
72
- location: string;
73
- }
74
- /** The resource model definition containing the full set of allowed properties for a resource. Except properties bag, there cannot be a top level property outside of this set. */
75
- export interface ResourceModelWithAllowedPropertySet extends TrackedResource {
76
- /**
77
- * The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource.
78
- * If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
79
- */
80
- managedBy?: string;
81
- /**
82
- * Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type.
83
- * If supported, the resource provider must validate and persist this value.
84
- */
85
- kind?: string;
86
- /**
87
- * The etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal etag convention.
88
- * Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19),
89
- * If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
90
- */
91
- eTag?: string;
92
- identity?: Identity;
93
- sku?: Sku;
94
- plan?: Plan;
95
- }
96
- /** Identity for the resource. */
97
- export interface Identity {
98
- /** The identity type. */
99
- type?: ResourceIdentityType;
100
- }
101
- /** The resource model definition representing SKU */
102
- export interface Sku {
103
- /** The name of the SKU. Ex - P3. It is typically a letter+number code */
104
- name: string;
105
- /** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */
106
- tier?: SkuTier;
107
- /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */
108
- size?: string;
109
- /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */
110
- family?: string;
111
- /** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */
112
- capacity?: number;
113
- }
114
- /** Plan for the resource. */
115
- export interface Plan {
116
- /** A user defined name of the 3rd Party Artifact that is being procured. */
117
- name: string;
118
- /** The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic */
119
- publisher: string;
120
- /** The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding. */
121
- product: string;
122
- /** A publisher provided promotion code as provisioned in Data Market for the said product/artifact. */
123
- promotionCode?: string;
124
- /** The version of the desired product/artifact. */
125
- version?: string;
126
- }
127
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
128
- export interface ProxyResource extends Resource {
129
- }
130
- /** Holder for private endpoint connections */
131
- export interface PrivateEndpointConnectionResource extends ProxyResource {
132
- /** The resource-specific properties for this resource. */
133
- properties?: PrivateEndpointConnectionProperties;
134
- }
135
- /** Private Links for DeidService resource */
136
- export interface PrivateLinkResource extends ProxyResource {
137
- /** The resource-specific properties for this resource. */
138
- properties?: PrivateLinkResourceProperties;
139
- }
140
- /** Properties of a private link resource. */
141
- export interface PrivateLinkResourceProperties {
142
- /** The private link resource private link DNS zone name. */
143
- requiredZoneNames?: string[];
144
- }
145
- /** The base extension resource. */
146
- export interface ExtensionResource extends Resource {
147
- }
148
- /** The resource model definition for an Azure Resource Manager resource with an etag. */
149
- export interface AzureEntityResource extends Resource {
150
- }
151
- /** A private link resource. */
152
- export interface PrivateLinkResource extends Resource {
153
- /** Resource properties. */
154
- properties?: PrivateLinkResourceProperties;
155
- }
156
- /** Managed service identity (system assigned and/or user assigned identities) */
157
- export interface ManagedServiceIdentity {
158
- /**
159
- * The type of managed identity assigned to this resource.
160
- *
161
- * Possible values: "None", "SystemAssigned", "UserAssigned", "SystemAssigned,UserAssigned"
162
- */
163
- type: ManagedServiceIdentityType;
164
- /** The identities assigned to this resource by the user. */
165
- userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
166
- }
167
- /** User assigned identity properties */
168
- export interface UserAssignedIdentity {
169
- }
170
- /** Patch request body for DeidService */
171
- export interface DeidUpdate {
172
- /** Resource tags. */
173
- tags?: Record<string, string>;
174
- /** Updatable managed service identity */
175
- identity?: ManagedServiceIdentityUpdate;
176
- /** RP-specific properties */
177
- properties?: DeidPropertiesUpdate;
178
- }
179
- /** The template for adding optional properties. */
180
- export interface ManagedServiceIdentityUpdate {
181
- /**
182
- * The type of managed identity assigned to this resource.
183
- *
184
- * Possible values: "None", "SystemAssigned", "UserAssigned", "SystemAssigned,UserAssigned"
185
- */
186
- type?: ManagedServiceIdentityType;
187
- /** The identities assigned to this resource by the user. */
188
- userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
189
- }
190
- /** The template for adding optional properties. */
191
- export interface DeidPropertiesUpdate {
192
- /** Gets or sets allow or disallow public network access to resource */
193
- publicNetworkAccess?: PublicNetworkAccess;
194
- }
195
- /** Alias for ResourceProvisioningState */
196
- export type ResourceProvisioningState = string;
197
- /** Alias for ProvisioningState */
198
- export type ProvisioningState = string;
199
- /** Alias for PrivateEndpointServiceConnectionStatus */
200
- export type PrivateEndpointServiceConnectionStatus = string;
201
- /** Alias for PrivateEndpointConnectionProvisioningState */
202
- export type PrivateEndpointConnectionProvisioningState = string;
203
- /** Alias for CreatedByType */
204
- export type CreatedByType = string;
205
- /** Alias for ResourceIdentityType */
206
- export type ResourceIdentityType = "SystemAssigned";
207
- /** Alias for SkuTier */
208
- export type SkuTier = "Free" | "Basic" | "Standard" | "Premium";
209
- /** State of the public network access. */
210
- export type PublicNetworkAccess = "Enabled" | "Disabled";
211
- /** Alias for ManagedServiceIdentityType */
212
- export type ManagedServiceIdentityType = string;
213
- //# sourceMappingURL=models.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/rest/models.ts"],"names":[],"mappings":"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"}
@@ -1,4 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
- export {};
4
- //# sourceMappingURL=models.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/rest/models.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\n/** A HealthDataAIServicesProviderHub resource */\nexport interface DeidService extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: DeidServiceProperties;\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n}\n\n/** Details of the HealthDataAIServices DeidService. */\nexport interface DeidServiceProperties {\n /** Gets or sets allow or disallow public network access to resource */\n publicNetworkAccess?: PublicNetworkAccess;\n}\n\n/** The private endpoint connection resource */\nexport interface PrivateEndpointConnection extends Resource {\n /** The private endpoint connection properties */\n properties?: PrivateEndpointConnectionProperties;\n}\n\n/** Properties of the private endpoint connection. */\nexport interface PrivateEndpointConnectionProperties {\n /** The private endpoint resource. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n}\n\n/** The Private Endpoint resource. */\nexport interface PrivateEndpoint {}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /**\n * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.\n *\n * Possible values: \"Pending\", \"Approved\", \"Rejected\"\n */\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/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /**\n * The type of identity that created the resource.\n *\n * Possible values: \"User\", \"Application\", \"ManagedIdentity\", \"Key\"\n */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date | string;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /**\n * The type of identity that last modified the resource.\n *\n * Possible values: \"User\", \"Application\", \"ManagedIdentity\", \"Key\"\n */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date | string;\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?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition containing the full set of allowed properties for a resource. Except properties bag, there cannot be a top level property outside of this set. */\nexport interface ResourceModelWithAllowedPropertySet extends TrackedResource {\n /**\n * The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource.\n * If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.\n */\n managedBy?: string;\n /**\n * Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type.\n * If supported, the resource provider must validate and persist this value.\n */\n kind?: string;\n /**\n * The etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal etag convention.\n * Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19),\n * If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.\n */\n eTag?: string;\n identity?: Identity;\n sku?: Sku;\n plan?: Plan;\n}\n\n/** Identity for the resource. */\nexport interface Identity {\n /** The identity type. */\n type?: ResourceIdentityType;\n}\n\n/** The resource model definition representing SKU */\nexport interface Sku {\n /** The name of the SKU. Ex - P3. It is typically a letter+number code */\n name: string;\n /** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */\n tier?: SkuTier;\n /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */\n size?: string;\n /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */\n family?: string;\n /** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */\n capacity?: number;\n}\n\n/** Plan for the resource. */\nexport interface Plan {\n /** A user defined name of the 3rd Party Artifact that is being procured. */\n name: string;\n /** The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic */\n publisher: string;\n /** The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding. */\n product: string;\n /** A publisher provided promotion code as provisioned in Data Market for the said product/artifact. */\n promotionCode?: string;\n /** The version of the desired product/artifact. */\n version?: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** Holder for private endpoint connections */\nexport interface PrivateEndpointConnectionResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: PrivateEndpointConnectionProperties;\n}\n\n/** Private Links for DeidService resource */\nexport interface PrivateLinkResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: PrivateLinkResourceProperties;\n}\n\n/** Properties of a private link resource. */\nexport interface PrivateLinkResourceProperties {\n /** The private link resource private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\n/** The base extension resource. */\nexport interface ExtensionResource extends Resource {}\n\n/** The resource model definition for an Azure Resource Manager resource with an etag. */\nexport interface AzureEntityResource extends Resource {}\n\n/** A private link resource. */\nexport interface PrivateLinkResource extends Resource {\n /** Resource properties. */\n properties?: PrivateLinkResourceProperties;\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /**\n * The type of managed identity assigned to this resource.\n *\n * Possible values: \"None\", \"SystemAssigned\", \"UserAssigned\", \"SystemAssigned,UserAssigned\"\n */\n type: ManagedServiceIdentityType;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {}\n\n/** Patch request body for DeidService */\nexport interface DeidUpdate {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** Updatable managed service identity */\n identity?: ManagedServiceIdentityUpdate;\n /** RP-specific properties */\n properties?: DeidPropertiesUpdate;\n}\n\n/** The template for adding optional properties. */\nexport interface ManagedServiceIdentityUpdate {\n /**\n * The type of managed identity assigned to this resource.\n *\n * Possible values: \"None\", \"SystemAssigned\", \"UserAssigned\", \"SystemAssigned,UserAssigned\"\n */\n type?: ManagedServiceIdentityType;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;\n}\n\n/** The template for adding optional properties. */\nexport interface DeidPropertiesUpdate {\n /** Gets or sets allow or disallow public network access to resource */\n publicNetworkAccess?: PublicNetworkAccess;\n}\n\n/** Alias for ResourceProvisioningState */\nexport type ResourceProvisioningState = string;\n/** Alias for ProvisioningState */\nexport type ProvisioningState = string;\n/** Alias for PrivateEndpointServiceConnectionStatus */\nexport type PrivateEndpointServiceConnectionStatus = string;\n/** Alias for PrivateEndpointConnectionProvisioningState */\nexport type PrivateEndpointConnectionProvisioningState = string;\n/** Alias for CreatedByType */\nexport type CreatedByType = string;\n/** Alias for ResourceIdentityType */\nexport type ResourceIdentityType = \"SystemAssigned\";\n/** Alias for SkuTier */\nexport type SkuTier = \"Free\" | \"Basic\" | \"Standard\" | \"Premium\";\n/** State of the public network access. */\nexport type PublicNetworkAccess = \"Enabled\" | \"Disabled\";\n/** Alias for ManagedServiceIdentityType */\nexport type ManagedServiceIdentityType = string;\n"]}