@azure/arm-msi 2.1.1-alpha.20250214.1 → 2.1.1-alpha.20250218.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 (362) hide show
  1. package/README.md +21 -14
  2. package/dist/browser/index.d.ts +5 -0
  3. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  4. package/{dist-esm/src → dist/browser}/index.js +4 -4
  5. package/dist/browser/index.js.map +1 -0
  6. package/{dist-esm/src → dist/browser}/managedServiceIdentityClient.d.ts +2 -2
  7. package/dist/browser/managedServiceIdentityClient.d.ts.map +1 -0
  8. package/{dist-esm/src → dist/browser}/managedServiceIdentityClient.js +15 -18
  9. package/dist/browser/managedServiceIdentityClient.js.map +1 -0
  10. package/dist/browser/models/index.js.map +1 -0
  11. package/dist/browser/models/mappers.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  13. package/dist/browser/models/parameters.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/operations/federatedIdentityCredentials.d.ts +3 -3
  15. package/dist/browser/operations/federatedIdentityCredentials.d.ts.map +1 -0
  16. package/{dist-esm/src → dist/browser}/operations/federatedIdentityCredentials.js +3 -3
  17. package/dist/browser/operations/federatedIdentityCredentials.js.map +1 -0
  18. package/dist/browser/operations/index.d.ts +5 -0
  19. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  20. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +4 -4
  21. package/dist/browser/operations/index.js.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  23. package/dist/browser/operations/operations.d.ts.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  25. package/dist/browser/operations/operations.js.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/systemAssignedIdentities.d.ts +3 -3
  27. package/dist/browser/operations/systemAssignedIdentities.d.ts.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/systemAssignedIdentities.js +2 -2
  29. package/dist/browser/operations/systemAssignedIdentities.js.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/userAssignedIdentities.d.ts +3 -3
  31. package/dist/browser/operations/userAssignedIdentities.d.ts.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/userAssignedIdentities.js +3 -3
  33. package/dist/browser/operations/userAssignedIdentities.js.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operationsInterfaces/federatedIdentityCredentials.d.ts +1 -1
  35. package/dist/browser/operationsInterfaces/federatedIdentityCredentials.d.ts.map +1 -0
  36. package/dist/browser/operationsInterfaces/federatedIdentityCredentials.js.map +1 -0
  37. package/dist/browser/operationsInterfaces/index.d.ts +5 -0
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  39. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +4 -4
  40. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  42. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  43. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operationsInterfaces/systemAssignedIdentities.d.ts +1 -1
  45. package/{dist-esm/src → dist/browser}/operationsInterfaces/systemAssignedIdentities.d.ts.map +1 -1
  46. package/dist/browser/operationsInterfaces/systemAssignedIdentities.js.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/userAssignedIdentities.d.ts +1 -1
  48. package/dist/browser/operationsInterfaces/userAssignedIdentities.d.ts.map +1 -0
  49. package/dist/browser/operationsInterfaces/userAssignedIdentities.js.map +1 -0
  50. package/dist/browser/package.json +3 -0
  51. package/dist/browser/pagingHelper.js.map +1 -0
  52. package/dist/commonjs/index.d.ts +5 -0
  53. package/dist/commonjs/index.d.ts.map +1 -0
  54. package/dist/commonjs/index.js +19 -0
  55. package/dist/commonjs/index.js.map +1 -0
  56. package/dist/commonjs/managedServiceIdentityClient.d.ts +23 -0
  57. package/dist/commonjs/managedServiceIdentityClient.d.ts.map +1 -0
  58. package/dist/commonjs/managedServiceIdentityClient.js +105 -0
  59. package/dist/commonjs/managedServiceIdentityClient.js.map +1 -0
  60. package/dist/commonjs/models/index.d.ts +298 -0
  61. package/dist/commonjs/models/index.d.ts.map +1 -0
  62. package/dist/commonjs/models/index.js +23 -0
  63. package/dist/commonjs/models/index.js.map +1 -0
  64. package/dist/commonjs/models/mappers.d.ts +17 -0
  65. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  66. package/dist/commonjs/models/mappers.js +432 -0
  67. package/dist/commonjs/models/mappers.js.map +1 -0
  68. package/dist/commonjs/models/parameters.d.ts +18 -0
  69. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  70. package/dist/commonjs/models/parameters.js +168 -0
  71. package/dist/commonjs/models/parameters.js.map +1 -0
  72. package/dist/commonjs/operations/federatedIdentityCredentials.d.ts +66 -0
  73. package/dist/commonjs/operations/federatedIdentityCredentials.d.ts.map +1 -0
  74. package/dist/commonjs/operations/federatedIdentityCredentials.js +278 -0
  75. package/dist/commonjs/operations/federatedIdentityCredentials.js.map +1 -0
  76. package/dist/commonjs/operations/index.d.ts +5 -0
  77. package/dist/commonjs/operations/index.d.ts.map +1 -0
  78. package/dist/commonjs/operations/index.js +15 -0
  79. package/dist/commonjs/operations/index.js.map +1 -0
  80. package/dist/commonjs/operations/operations.d.ts +32 -0
  81. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  82. package/dist/commonjs/operations/operations.js +137 -0
  83. package/dist/commonjs/operations/operations.js.map +1 -0
  84. package/dist/commonjs/operations/systemAssignedIdentities.d.ts +20 -0
  85. package/dist/commonjs/operations/systemAssignedIdentities.d.ts.map +1 -0
  86. package/dist/commonjs/operations/systemAssignedIdentities.js +53 -0
  87. package/dist/commonjs/operations/systemAssignedIdentities.js.map +1 -0
  88. package/dist/commonjs/operations/userAssignedIdentities.d.ts +83 -0
  89. package/dist/commonjs/operations/userAssignedIdentities.d.ts.map +1 -0
  90. package/dist/commonjs/operations/userAssignedIdentities.js +388 -0
  91. package/dist/commonjs/operations/userAssignedIdentities.js.map +1 -0
  92. package/dist/commonjs/operationsInterfaces/federatedIdentityCredentials.d.ts +41 -0
  93. package/dist/commonjs/operationsInterfaces/federatedIdentityCredentials.d.ts.map +1 -0
  94. package/dist/commonjs/operationsInterfaces/federatedIdentityCredentials.js +10 -0
  95. package/dist/commonjs/operationsInterfaces/federatedIdentityCredentials.js.map +1 -0
  96. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
  97. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  98. package/dist/commonjs/operationsInterfaces/index.js +15 -0
  99. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  100. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  101. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  102. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  103. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  104. package/dist/commonjs/operationsInterfaces/systemAssignedIdentities.d.ts +12 -0
  105. package/dist/commonjs/operationsInterfaces/systemAssignedIdentities.d.ts.map +1 -0
  106. package/dist/commonjs/operationsInterfaces/systemAssignedIdentities.js +10 -0
  107. package/dist/commonjs/operationsInterfaces/systemAssignedIdentities.js.map +1 -0
  108. package/dist/commonjs/operationsInterfaces/userAssignedIdentities.d.ts +47 -0
  109. package/dist/commonjs/operationsInterfaces/userAssignedIdentities.d.ts.map +1 -0
  110. package/dist/commonjs/operationsInterfaces/userAssignedIdentities.js +10 -0
  111. package/dist/commonjs/operationsInterfaces/userAssignedIdentities.js.map +1 -0
  112. package/dist/commonjs/package.json +3 -0
  113. package/dist/commonjs/pagingHelper.d.ts +13 -0
  114. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  115. package/dist/commonjs/pagingHelper.js +36 -0
  116. package/dist/commonjs/pagingHelper.js.map +1 -0
  117. package/dist/esm/index.d.ts +5 -0
  118. package/dist/esm/index.d.ts.map +1 -0
  119. package/{src/index.ts → dist/esm/index.js} +5 -5
  120. package/dist/esm/index.js.map +1 -0
  121. package/dist/esm/managedServiceIdentityClient.d.ts +23 -0
  122. package/dist/esm/managedServiceIdentityClient.d.ts.map +1 -0
  123. package/dist/esm/managedServiceIdentityClient.js +100 -0
  124. package/dist/esm/managedServiceIdentityClient.js.map +1 -0
  125. package/dist/esm/models/index.d.ts +298 -0
  126. package/dist/esm/models/index.d.ts.map +1 -0
  127. package/dist/esm/models/index.js +20 -0
  128. package/dist/esm/models/index.js.map +1 -0
  129. package/dist/esm/models/mappers.d.ts +17 -0
  130. package/dist/esm/models/mappers.d.ts.map +1 -0
  131. package/dist/esm/models/mappers.js +429 -0
  132. package/dist/esm/models/mappers.js.map +1 -0
  133. package/dist/esm/models/parameters.d.ts +18 -0
  134. package/dist/esm/models/parameters.d.ts.map +1 -0
  135. package/dist/esm/models/parameters.js +165 -0
  136. package/dist/esm/models/parameters.js.map +1 -0
  137. package/dist/esm/operations/federatedIdentityCredentials.d.ts +66 -0
  138. package/dist/esm/operations/federatedIdentityCredentials.d.ts.map +1 -0
  139. package/dist/esm/operations/federatedIdentityCredentials.js +274 -0
  140. package/dist/esm/operations/federatedIdentityCredentials.js.map +1 -0
  141. package/dist/esm/operations/index.d.ts +5 -0
  142. package/dist/esm/operations/index.d.ts.map +1 -0
  143. package/dist/esm/operations/index.js +12 -0
  144. package/dist/esm/operations/index.js.map +1 -0
  145. package/dist/esm/operations/operations.d.ts +32 -0
  146. package/dist/esm/operations/operations.d.ts.map +1 -0
  147. package/dist/esm/operations/operations.js +133 -0
  148. package/dist/esm/operations/operations.js.map +1 -0
  149. package/dist/esm/operations/systemAssignedIdentities.d.ts +20 -0
  150. package/dist/esm/operations/systemAssignedIdentities.d.ts.map +1 -0
  151. package/dist/esm/operations/systemAssignedIdentities.js +48 -0
  152. package/dist/esm/operations/systemAssignedIdentities.js.map +1 -0
  153. package/dist/esm/operations/userAssignedIdentities.d.ts +83 -0
  154. package/dist/esm/operations/userAssignedIdentities.d.ts.map +1 -0
  155. package/dist/esm/operations/userAssignedIdentities.js +384 -0
  156. package/dist/esm/operations/userAssignedIdentities.js.map +1 -0
  157. package/dist/esm/operationsInterfaces/federatedIdentityCredentials.d.ts +41 -0
  158. package/dist/esm/operationsInterfaces/federatedIdentityCredentials.d.ts.map +1 -0
  159. package/dist/esm/operationsInterfaces/federatedIdentityCredentials.js +9 -0
  160. package/dist/esm/operationsInterfaces/federatedIdentityCredentials.js.map +1 -0
  161. package/dist/esm/operationsInterfaces/index.d.ts +5 -0
  162. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  163. package/dist/esm/operationsInterfaces/index.js +12 -0
  164. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  165. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  166. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  167. package/dist/esm/operationsInterfaces/operations.js +9 -0
  168. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  169. package/dist/esm/operationsInterfaces/systemAssignedIdentities.d.ts +12 -0
  170. package/dist/esm/operationsInterfaces/systemAssignedIdentities.d.ts.map +1 -0
  171. package/dist/esm/operationsInterfaces/systemAssignedIdentities.js +9 -0
  172. package/dist/esm/operationsInterfaces/systemAssignedIdentities.js.map +1 -0
  173. package/dist/esm/operationsInterfaces/userAssignedIdentities.d.ts +47 -0
  174. package/dist/esm/operationsInterfaces/userAssignedIdentities.d.ts.map +1 -0
  175. package/dist/esm/operationsInterfaces/userAssignedIdentities.js +9 -0
  176. package/dist/esm/operationsInterfaces/userAssignedIdentities.js.map +1 -0
  177. package/dist/esm/package.json +3 -0
  178. package/dist/esm/pagingHelper.d.ts +13 -0
  179. package/dist/esm/pagingHelper.d.ts.map +1 -0
  180. package/dist/esm/pagingHelper.js +32 -0
  181. package/dist/esm/pagingHelper.js.map +1 -0
  182. package/dist/react-native/index.d.ts +5 -0
  183. package/dist/react-native/index.d.ts.map +1 -0
  184. package/dist/react-native/index.js +13 -0
  185. package/dist/react-native/index.js.map +1 -0
  186. package/dist/react-native/managedServiceIdentityClient.d.ts +23 -0
  187. package/dist/react-native/managedServiceIdentityClient.d.ts.map +1 -0
  188. package/dist/react-native/managedServiceIdentityClient.js +100 -0
  189. package/dist/react-native/managedServiceIdentityClient.js.map +1 -0
  190. package/dist/react-native/models/index.d.ts +298 -0
  191. package/dist/react-native/models/index.d.ts.map +1 -0
  192. package/dist/react-native/models/index.js +20 -0
  193. package/dist/react-native/models/index.js.map +1 -0
  194. package/dist/react-native/models/mappers.d.ts +17 -0
  195. package/dist/react-native/models/mappers.d.ts.map +1 -0
  196. package/dist/react-native/models/mappers.js +429 -0
  197. package/dist/react-native/models/mappers.js.map +1 -0
  198. package/dist/react-native/models/parameters.d.ts +18 -0
  199. package/dist/react-native/models/parameters.d.ts.map +1 -0
  200. package/dist/react-native/models/parameters.js +165 -0
  201. package/dist/react-native/models/parameters.js.map +1 -0
  202. package/dist/react-native/operations/federatedIdentityCredentials.d.ts +66 -0
  203. package/dist/react-native/operations/federatedIdentityCredentials.d.ts.map +1 -0
  204. package/dist/react-native/operations/federatedIdentityCredentials.js +274 -0
  205. package/dist/react-native/operations/federatedIdentityCredentials.js.map +1 -0
  206. package/dist/react-native/operations/index.d.ts +5 -0
  207. package/dist/react-native/operations/index.d.ts.map +1 -0
  208. package/dist/react-native/operations/index.js +12 -0
  209. package/dist/react-native/operations/index.js.map +1 -0
  210. package/dist/react-native/operations/operations.d.ts +32 -0
  211. package/dist/react-native/operations/operations.d.ts.map +1 -0
  212. package/dist/react-native/operations/operations.js +133 -0
  213. package/dist/react-native/operations/operations.js.map +1 -0
  214. package/dist/react-native/operations/systemAssignedIdentities.d.ts +20 -0
  215. package/dist/react-native/operations/systemAssignedIdentities.d.ts.map +1 -0
  216. package/dist/react-native/operations/systemAssignedIdentities.js +48 -0
  217. package/dist/react-native/operations/systemAssignedIdentities.js.map +1 -0
  218. package/dist/react-native/operations/userAssignedIdentities.d.ts +83 -0
  219. package/dist/react-native/operations/userAssignedIdentities.d.ts.map +1 -0
  220. package/dist/react-native/operations/userAssignedIdentities.js +384 -0
  221. package/dist/react-native/operations/userAssignedIdentities.js.map +1 -0
  222. package/dist/react-native/operationsInterfaces/federatedIdentityCredentials.d.ts +41 -0
  223. package/dist/react-native/operationsInterfaces/federatedIdentityCredentials.d.ts.map +1 -0
  224. package/dist/react-native/operationsInterfaces/federatedIdentityCredentials.js +9 -0
  225. package/dist/react-native/operationsInterfaces/federatedIdentityCredentials.js.map +1 -0
  226. package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
  227. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  228. package/dist/react-native/operationsInterfaces/index.js +12 -0
  229. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  230. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  231. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  232. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  233. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  234. package/dist/react-native/operationsInterfaces/systemAssignedIdentities.d.ts +12 -0
  235. package/dist/react-native/operationsInterfaces/systemAssignedIdentities.d.ts.map +1 -0
  236. package/dist/react-native/operationsInterfaces/systemAssignedIdentities.js +9 -0
  237. package/dist/react-native/operationsInterfaces/systemAssignedIdentities.js.map +1 -0
  238. package/dist/react-native/operationsInterfaces/userAssignedIdentities.d.ts +47 -0
  239. package/dist/react-native/operationsInterfaces/userAssignedIdentities.d.ts.map +1 -0
  240. package/dist/react-native/operationsInterfaces/userAssignedIdentities.js +9 -0
  241. package/dist/react-native/operationsInterfaces/userAssignedIdentities.js.map +1 -0
  242. package/dist/react-native/package.json +3 -0
  243. package/dist/react-native/pagingHelper.d.ts +13 -0
  244. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  245. package/dist/react-native/pagingHelper.js +32 -0
  246. package/dist/react-native/pagingHelper.js.map +1 -0
  247. package/package.json +69 -40
  248. package/dist/index.js +0 -1615
  249. package/dist/index.js.map +0 -1
  250. package/dist/index.min.js +0 -1
  251. package/dist/index.min.js.map +0 -1
  252. package/dist-esm/samples-dev/federatedIdentityCredentialsCreateOrUpdateSample.d.ts +0 -2
  253. package/dist-esm/samples-dev/federatedIdentityCredentialsCreateOrUpdateSample.d.ts.map +0 -1
  254. package/dist-esm/samples-dev/federatedIdentityCredentialsCreateOrUpdateSample.js +0 -35
  255. package/dist-esm/samples-dev/federatedIdentityCredentialsCreateOrUpdateSample.js.map +0 -1
  256. package/dist-esm/samples-dev/federatedIdentityCredentialsDeleteSample.d.ts +0 -2
  257. package/dist-esm/samples-dev/federatedIdentityCredentialsDeleteSample.d.ts.map +0 -1
  258. package/dist-esm/samples-dev/federatedIdentityCredentialsDeleteSample.js +0 -37
  259. package/dist-esm/samples-dev/federatedIdentityCredentialsDeleteSample.js.map +0 -1
  260. package/dist-esm/samples-dev/federatedIdentityCredentialsGetSample.d.ts +0 -2
  261. package/dist-esm/samples-dev/federatedIdentityCredentialsGetSample.d.ts.map +0 -1
  262. package/dist-esm/samples-dev/federatedIdentityCredentialsGetSample.js +0 -37
  263. package/dist-esm/samples-dev/federatedIdentityCredentialsGetSample.js.map +0 -1
  264. package/dist-esm/samples-dev/federatedIdentityCredentialsListSample.d.ts +0 -2
  265. package/dist-esm/samples-dev/federatedIdentityCredentialsListSample.d.ts.map +0 -1
  266. package/dist-esm/samples-dev/federatedIdentityCredentialsListSample.js +0 -52
  267. package/dist-esm/samples-dev/federatedIdentityCredentialsListSample.js.map +0 -1
  268. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  269. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  270. package/dist-esm/samples-dev/operationsListSample.js +0 -50
  271. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  272. package/dist-esm/samples-dev/systemAssignedIdentitiesGetByScopeSample.d.ts +0 -2
  273. package/dist-esm/samples-dev/systemAssignedIdentitiesGetByScopeSample.d.ts.map +0 -1
  274. package/dist-esm/samples-dev/systemAssignedIdentitiesGetByScopeSample.js +0 -35
  275. package/dist-esm/samples-dev/systemAssignedIdentitiesGetByScopeSample.js.map +0 -1
  276. package/dist-esm/samples-dev/userAssignedIdentitiesCreateOrUpdateSample.d.ts +0 -2
  277. package/dist-esm/samples-dev/userAssignedIdentitiesCreateOrUpdateSample.d.ts.map +0 -1
  278. package/dist-esm/samples-dev/userAssignedIdentitiesCreateOrUpdateSample.js +0 -33
  279. package/dist-esm/samples-dev/userAssignedIdentitiesCreateOrUpdateSample.js.map +0 -1
  280. package/dist-esm/samples-dev/userAssignedIdentitiesDeleteSample.d.ts +0 -2
  281. package/dist-esm/samples-dev/userAssignedIdentitiesDeleteSample.d.ts.map +0 -1
  282. package/dist-esm/samples-dev/userAssignedIdentitiesDeleteSample.js +0 -36
  283. package/dist-esm/samples-dev/userAssignedIdentitiesDeleteSample.js.map +0 -1
  284. package/dist-esm/samples-dev/userAssignedIdentitiesGetSample.d.ts +0 -2
  285. package/dist-esm/samples-dev/userAssignedIdentitiesGetSample.d.ts.map +0 -1
  286. package/dist-esm/samples-dev/userAssignedIdentitiesGetSample.js +0 -36
  287. package/dist-esm/samples-dev/userAssignedIdentitiesGetSample.js.map +0 -1
  288. package/dist-esm/samples-dev/userAssignedIdentitiesListByResourceGroupSample.d.ts +0 -2
  289. package/dist-esm/samples-dev/userAssignedIdentitiesListByResourceGroupSample.d.ts.map +0 -1
  290. package/dist-esm/samples-dev/userAssignedIdentitiesListByResourceGroupSample.js +0 -51
  291. package/dist-esm/samples-dev/userAssignedIdentitiesListByResourceGroupSample.js.map +0 -1
  292. package/dist-esm/samples-dev/userAssignedIdentitiesListBySubscriptionSample.d.ts +0 -2
  293. package/dist-esm/samples-dev/userAssignedIdentitiesListBySubscriptionSample.d.ts.map +0 -1
  294. package/dist-esm/samples-dev/userAssignedIdentitiesListBySubscriptionSample.js +0 -50
  295. package/dist-esm/samples-dev/userAssignedIdentitiesListBySubscriptionSample.js.map +0 -1
  296. package/dist-esm/samples-dev/userAssignedIdentitiesUpdateSample.d.ts +0 -2
  297. package/dist-esm/samples-dev/userAssignedIdentitiesUpdateSample.d.ts.map +0 -1
  298. package/dist-esm/samples-dev/userAssignedIdentitiesUpdateSample.js +0 -33
  299. package/dist-esm/samples-dev/userAssignedIdentitiesUpdateSample.js.map +0 -1
  300. package/dist-esm/src/index.d.ts +0 -5
  301. package/dist-esm/src/index.js.map +0 -1
  302. package/dist-esm/src/managedServiceIdentityClient.d.ts.map +0 -1
  303. package/dist-esm/src/managedServiceIdentityClient.js.map +0 -1
  304. package/dist-esm/src/models/index.js.map +0 -1
  305. package/dist-esm/src/models/mappers.js.map +0 -1
  306. package/dist-esm/src/models/parameters.js.map +0 -1
  307. package/dist-esm/src/operations/federatedIdentityCredentials.d.ts.map +0 -1
  308. package/dist-esm/src/operations/federatedIdentityCredentials.js.map +0 -1
  309. package/dist-esm/src/operations/index.d.ts +0 -5
  310. package/dist-esm/src/operations/index.js.map +0 -1
  311. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  312. package/dist-esm/src/operations/operations.js.map +0 -1
  313. package/dist-esm/src/operations/systemAssignedIdentities.d.ts.map +0 -1
  314. package/dist-esm/src/operations/systemAssignedIdentities.js.map +0 -1
  315. package/dist-esm/src/operations/userAssignedIdentities.d.ts.map +0 -1
  316. package/dist-esm/src/operations/userAssignedIdentities.js.map +0 -1
  317. package/dist-esm/src/operationsInterfaces/federatedIdentityCredentials.d.ts.map +0 -1
  318. package/dist-esm/src/operationsInterfaces/federatedIdentityCredentials.js.map +0 -1
  319. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  320. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  321. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  322. package/dist-esm/src/operationsInterfaces/systemAssignedIdentities.js.map +0 -1
  323. package/dist-esm/src/operationsInterfaces/userAssignedIdentities.d.ts.map +0 -1
  324. package/dist-esm/src/operationsInterfaces/userAssignedIdentities.js.map +0 -1
  325. package/dist-esm/src/pagingHelper.js.map +0 -1
  326. package/dist-esm/test/sampleTest.d.ts +0 -2
  327. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  328. package/dist-esm/test/sampleTest.js +0 -42
  329. package/dist-esm/test/sampleTest.js.map +0 -1
  330. package/src/managedServiceIdentityClient.ts +0 -158
  331. package/src/models/index.ts +0 -348
  332. package/src/models/mappers.ts +0 -476
  333. package/src/models/parameters.ts +0 -190
  334. package/src/operations/federatedIdentityCredentials.ts +0 -355
  335. package/src/operations/index.ts +0 -12
  336. package/src/operations/operations.ts +0 -149
  337. package/src/operations/systemAssignedIdentities.ts +0 -65
  338. package/src/operations/userAssignedIdentities.ts +0 -477
  339. package/src/operationsInterfaces/federatedIdentityCredentials.ts +0 -78
  340. package/src/operationsInterfaces/index.ts +0 -12
  341. package/src/operationsInterfaces/operations.ts +0 -22
  342. package/src/operationsInterfaces/systemAssignedIdentities.ts +0 -26
  343. package/src/operationsInterfaces/userAssignedIdentities.ts +0 -91
  344. package/src/pagingHelper.ts +0 -39
  345. package/tsconfig.json +0 -33
  346. package/types/arm-msi.d.ts +0 -481
  347. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  348. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  349. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  350. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  351. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  352. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  353. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  354. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  355. /package/{dist-esm/src → dist/browser}/operationsInterfaces/federatedIdentityCredentials.js +0 -0
  356. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  357. /package/{dist-esm/src → dist/browser}/operationsInterfaces/systemAssignedIdentities.js +0 -0
  358. /package/{dist-esm/src → dist/browser}/operationsInterfaces/userAssignedIdentities.js +0 -0
  359. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  360. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  361. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  362. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.SystemAssignedIdentitiesImpl = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
13
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
14
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
15
+ /** Class containing SystemAssignedIdentities operations. */
16
+ class SystemAssignedIdentitiesImpl {
17
+ /**
18
+ * Initialize a new instance of the class SystemAssignedIdentities class.
19
+ * @param client Reference to the service client
20
+ */
21
+ constructor(client) {
22
+ this.client = client;
23
+ }
24
+ /**
25
+ * Gets the systemAssignedIdentity available under the specified RP scope.
26
+ * @param scope The resource provider scope of the resource. Parent resource being extended by Managed
27
+ * Identities.
28
+ * @param options The options parameters.
29
+ */
30
+ getByScope(scope, options) {
31
+ return this.client.sendOperationRequest({ scope, options }, getByScopeOperationSpec);
32
+ }
33
+ }
34
+ exports.SystemAssignedIdentitiesImpl = SystemAssignedIdentitiesImpl;
35
+ // Operation Specifications
36
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
37
+ const getByScopeOperationSpec = {
38
+ path: "/{scope}/providers/Microsoft.ManagedIdentity/identities/default",
39
+ httpMethod: "GET",
40
+ responses: {
41
+ 200: {
42
+ bodyMapper: Mappers.SystemAssignedIdentity
43
+ },
44
+ default: {
45
+ bodyMapper: Mappers.CloudError
46
+ }
47
+ },
48
+ queryParameters: [Parameters.apiVersion],
49
+ urlParameters: [Parameters.$host, Parameters.scope],
50
+ headerParameters: [Parameters.accept],
51
+ serializer
52
+ };
53
+ //# sourceMappingURL=systemAssignedIdentities.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"systemAssignedIdentities.js","sourceRoot":"","sources":["../../../src/operations/systemAssignedIdentities.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAGH,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAOtD,4DAA4D;AAC5D,MAAa,4BAA4B;IAGvC;;;OAGG;IACH,YAAY,MAAoC;QAC9C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;OAKG;IACH,UAAU,CACR,KAAa,EACb,OAA0D;QAE1D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClB,uBAAuB,CACxB,CAAC;IACJ,CAAC;CACF;AA1BD,oEA0BC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,uBAAuB,GAA6B;IACxD,IAAI,EAAE,iEAAiE;IACvE,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,sBAAsB;SAC3C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,KAAK,CAAC;IACnD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","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 { SystemAssignedIdentities } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ManagedServiceIdentityClient } from \"../managedServiceIdentityClient.js\";\nimport {\n SystemAssignedIdentitiesGetByScopeOptionalParams,\n SystemAssignedIdentitiesGetByScopeResponse\n} from \"../models/index.js\";\n\n/** Class containing SystemAssignedIdentities operations. */\nexport class SystemAssignedIdentitiesImpl implements SystemAssignedIdentities {\n private readonly client: ManagedServiceIdentityClient;\n\n /**\n * Initialize a new instance of the class SystemAssignedIdentities class.\n * @param client Reference to the service client\n */\n constructor(client: ManagedServiceIdentityClient) {\n this.client = client;\n }\n\n /**\n * Gets the systemAssignedIdentity available under the specified RP scope.\n * @param scope The resource provider scope of the resource. Parent resource being extended by Managed\n * Identities.\n * @param options The options parameters.\n */\n getByScope(\n scope: string,\n options?: SystemAssignedIdentitiesGetByScopeOptionalParams\n ): Promise<SystemAssignedIdentitiesGetByScopeResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n getByScopeOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getByScopeOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.ManagedIdentity/identities/default\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SystemAssignedIdentity\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,83 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { UserAssignedIdentities } from "../operationsInterfaces/index.js";
3
+ import { ManagedServiceIdentityClient } from "../managedServiceIdentityClient.js";
4
+ import { Identity, UserAssignedIdentitiesListBySubscriptionOptionalParams, UserAssignedIdentitiesListByResourceGroupOptionalParams, UserAssignedIdentitiesCreateOrUpdateOptionalParams, UserAssignedIdentitiesCreateOrUpdateResponse, IdentityUpdate, UserAssignedIdentitiesUpdateOptionalParams, UserAssignedIdentitiesUpdateResponse, UserAssignedIdentitiesGetOptionalParams, UserAssignedIdentitiesGetResponse, UserAssignedIdentitiesDeleteOptionalParams } from "../models/index.js";
5
+ /** Class containing UserAssignedIdentities operations. */
6
+ export declare class UserAssignedIdentitiesImpl implements UserAssignedIdentities {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class UserAssignedIdentities class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: ManagedServiceIdentityClient);
13
+ /**
14
+ * Lists all the userAssignedIdentities available under the specified subscription.
15
+ * @param options The options parameters.
16
+ */
17
+ listBySubscription(options?: UserAssignedIdentitiesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Identity>;
18
+ private listBySubscriptionPagingPage;
19
+ private listBySubscriptionPagingAll;
20
+ /**
21
+ * Lists all the userAssignedIdentities available under the specified ResourceGroup.
22
+ * @param resourceGroupName The name of the Resource Group to which the identity belongs.
23
+ * @param options The options parameters.
24
+ */
25
+ listByResourceGroup(resourceGroupName: string, options?: UserAssignedIdentitiesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Identity>;
26
+ private listByResourceGroupPagingPage;
27
+ private listByResourceGroupPagingAll;
28
+ /**
29
+ * Lists all the userAssignedIdentities available under the specified subscription.
30
+ * @param options The options parameters.
31
+ */
32
+ private _listBySubscription;
33
+ /**
34
+ * Lists all the userAssignedIdentities available under the specified ResourceGroup.
35
+ * @param resourceGroupName The name of the Resource Group to which the identity belongs.
36
+ * @param options The options parameters.
37
+ */
38
+ private _listByResourceGroup;
39
+ /**
40
+ * Create or update an identity in the specified subscription and resource group.
41
+ * @param resourceGroupName The name of the Resource Group to which the identity belongs.
42
+ * @param resourceName The name of the identity resource.
43
+ * @param parameters Parameters to create or update the identity
44
+ * @param options The options parameters.
45
+ */
46
+ createOrUpdate(resourceGroupName: string, resourceName: string, parameters: Identity, options?: UserAssignedIdentitiesCreateOrUpdateOptionalParams): Promise<UserAssignedIdentitiesCreateOrUpdateResponse>;
47
+ /**
48
+ * Update an identity in the specified subscription and resource group.
49
+ * @param resourceGroupName The name of the Resource Group to which the identity belongs.
50
+ * @param resourceName The name of the identity resource.
51
+ * @param parameters Parameters to update the identity
52
+ * @param options The options parameters.
53
+ */
54
+ update(resourceGroupName: string, resourceName: string, parameters: IdentityUpdate, options?: UserAssignedIdentitiesUpdateOptionalParams): Promise<UserAssignedIdentitiesUpdateResponse>;
55
+ /**
56
+ * Gets the identity.
57
+ * @param resourceGroupName The name of the Resource Group to which the identity belongs.
58
+ * @param resourceName The name of the identity resource.
59
+ * @param options The options parameters.
60
+ */
61
+ get(resourceGroupName: string, resourceName: string, options?: UserAssignedIdentitiesGetOptionalParams): Promise<UserAssignedIdentitiesGetResponse>;
62
+ /**
63
+ * Deletes the identity.
64
+ * @param resourceGroupName The name of the Resource Group to which the identity belongs.
65
+ * @param resourceName The name of the identity resource.
66
+ * @param options The options parameters.
67
+ */
68
+ delete(resourceGroupName: string, resourceName: string, options?: UserAssignedIdentitiesDeleteOptionalParams): Promise<void>;
69
+ /**
70
+ * ListBySubscriptionNext
71
+ * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
72
+ * @param options The options parameters.
73
+ */
74
+ private _listBySubscriptionNext;
75
+ /**
76
+ * ListByResourceGroupNext
77
+ * @param resourceGroupName The name of the Resource Group to which the identity belongs.
78
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
79
+ * @param options The options parameters.
80
+ */
81
+ private _listByResourceGroupNext;
82
+ }
83
+ //# sourceMappingURL=userAssignedIdentities.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"userAssignedIdentities.d.ts","sourceRoot":"","sources":["../../../src/operations/userAssignedIdentities.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAI1E,OAAO,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AAClF,OAAO,EACL,QAAQ,EAER,sDAAsD,EAGtD,uDAAuD,EAEvD,kDAAkD,EAClD,4CAA4C,EAC5C,cAAc,EACd,0CAA0C,EAC1C,oCAAoC,EACpC,uCAAuC,EACvC,iCAAiC,EACjC,0CAA0C,EAG3C,MAAM,oBAAoB,CAAC;AAG5B,0DAA0D;AAC1D,qBAAa,0BAA2B,YAAW,sBAAsB;IACvE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA+B;IAEtD;;;OAGG;gBACS,MAAM,EAAE,4BAA4B;IAIhD;;;OAGG;IACI,kBAAkB,CACvB,OAAO,CAAC,EAAE,sDAAsD,GAC/D,0BAA0B,CAAC,QAAQ,CAAC;YAkBxB,4BAA4B;YAsB5B,2BAA2B;IAQ1C;;;;OAIG;IACI,mBAAmB,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,uDAAuD,GAChE,0BAA0B,CAAC,QAAQ,CAAC;YAsBxB,6BAA6B;YA2B7B,4BAA4B;IAY3C;;;OAGG;IACH,OAAO,CAAC,mBAAmB;IAS3B;;;;OAIG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;;;;OAMG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,QAAQ,EACpB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC;IAOxD;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,cAAc,EAC1B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC;IAOhD;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC;IAO7C;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;OAIG;IACH,OAAO,CAAC,uBAAuB;IAU/B;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;CAUjC"}
@@ -0,0 +1,388 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.UserAssignedIdentitiesImpl = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const pagingHelper_js_1 = require("../pagingHelper.js");
13
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
14
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
15
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
16
+ /// <reference lib="esnext.asynciterable" />
17
+ /** Class containing UserAssignedIdentities operations. */
18
+ class UserAssignedIdentitiesImpl {
19
+ /**
20
+ * Initialize a new instance of the class UserAssignedIdentities class.
21
+ * @param client Reference to the service client
22
+ */
23
+ constructor(client) {
24
+ this.client = client;
25
+ }
26
+ /**
27
+ * Lists all the userAssignedIdentities available under the specified subscription.
28
+ * @param options The options parameters.
29
+ */
30
+ listBySubscription(options) {
31
+ const iter = this.listBySubscriptionPagingAll(options);
32
+ return {
33
+ next() {
34
+ return iter.next();
35
+ },
36
+ [Symbol.asyncIterator]() {
37
+ return this;
38
+ },
39
+ byPage: (settings) => {
40
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
41
+ throw new Error("maxPageSize is not supported by this operation.");
42
+ }
43
+ return this.listBySubscriptionPagingPage(options, settings);
44
+ }
45
+ };
46
+ }
47
+ listBySubscriptionPagingPage(options, settings) {
48
+ return tslib_1.__asyncGenerator(this, arguments, function* listBySubscriptionPagingPage_1() {
49
+ let result;
50
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
51
+ if (!continuationToken) {
52
+ result = yield tslib_1.__await(this._listBySubscription(options));
53
+ let page = result.value || [];
54
+ continuationToken = result.nextLink;
55
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
56
+ yield yield tslib_1.__await(page);
57
+ }
58
+ while (continuationToken) {
59
+ result = yield tslib_1.__await(this._listBySubscriptionNext(continuationToken, options));
60
+ continuationToken = result.nextLink;
61
+ let page = result.value || [];
62
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
63
+ yield yield tslib_1.__await(page);
64
+ }
65
+ });
66
+ }
67
+ listBySubscriptionPagingAll(options) {
68
+ return tslib_1.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
69
+ var _a, e_1, _b, _c;
70
+ try {
71
+ for (var _d = true, _e = tslib_1.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
72
+ _c = _f.value;
73
+ _d = false;
74
+ const page = _c;
75
+ yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
76
+ }
77
+ }
78
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
79
+ finally {
80
+ try {
81
+ if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
82
+ }
83
+ finally { if (e_1) throw e_1.error; }
84
+ }
85
+ });
86
+ }
87
+ /**
88
+ * Lists all the userAssignedIdentities available under the specified ResourceGroup.
89
+ * @param resourceGroupName The name of the Resource Group to which the identity belongs.
90
+ * @param options The options parameters.
91
+ */
92
+ listByResourceGroup(resourceGroupName, options) {
93
+ const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
94
+ return {
95
+ next() {
96
+ return iter.next();
97
+ },
98
+ [Symbol.asyncIterator]() {
99
+ return this;
100
+ },
101
+ byPage: (settings) => {
102
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
103
+ throw new Error("maxPageSize is not supported by this operation.");
104
+ }
105
+ return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
106
+ }
107
+ };
108
+ }
109
+ listByResourceGroupPagingPage(resourceGroupName, options, settings) {
110
+ return tslib_1.__asyncGenerator(this, arguments, function* listByResourceGroupPagingPage_1() {
111
+ let result;
112
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
113
+ if (!continuationToken) {
114
+ result = yield tslib_1.__await(this._listByResourceGroup(resourceGroupName, options));
115
+ let page = result.value || [];
116
+ continuationToken = result.nextLink;
117
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
118
+ yield yield tslib_1.__await(page);
119
+ }
120
+ while (continuationToken) {
121
+ result = yield tslib_1.__await(this._listByResourceGroupNext(resourceGroupName, continuationToken, options));
122
+ continuationToken = result.nextLink;
123
+ let page = result.value || [];
124
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
125
+ yield yield tslib_1.__await(page);
126
+ }
127
+ });
128
+ }
129
+ listByResourceGroupPagingAll(resourceGroupName, options) {
130
+ return tslib_1.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
131
+ var _a, e_2, _b, _c;
132
+ try {
133
+ for (var _d = true, _e = tslib_1.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
134
+ _c = _f.value;
135
+ _d = false;
136
+ const page = _c;
137
+ yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
138
+ }
139
+ }
140
+ catch (e_2_1) { e_2 = { error: e_2_1 }; }
141
+ finally {
142
+ try {
143
+ if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
144
+ }
145
+ finally { if (e_2) throw e_2.error; }
146
+ }
147
+ });
148
+ }
149
+ /**
150
+ * Lists all the userAssignedIdentities available under the specified subscription.
151
+ * @param options The options parameters.
152
+ */
153
+ _listBySubscription(options) {
154
+ return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);
155
+ }
156
+ /**
157
+ * Lists all the userAssignedIdentities available under the specified ResourceGroup.
158
+ * @param resourceGroupName The name of the Resource Group to which the identity belongs.
159
+ * @param options The options parameters.
160
+ */
161
+ _listByResourceGroup(resourceGroupName, options) {
162
+ return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
163
+ }
164
+ /**
165
+ * Create or update an identity in the specified subscription and resource group.
166
+ * @param resourceGroupName The name of the Resource Group to which the identity belongs.
167
+ * @param resourceName The name of the identity resource.
168
+ * @param parameters Parameters to create or update the identity
169
+ * @param options The options parameters.
170
+ */
171
+ createOrUpdate(resourceGroupName, resourceName, parameters, options) {
172
+ return this.client.sendOperationRequest({ resourceGroupName, resourceName, parameters, options }, createOrUpdateOperationSpec);
173
+ }
174
+ /**
175
+ * Update an identity in the specified subscription and resource group.
176
+ * @param resourceGroupName The name of the Resource Group to which the identity belongs.
177
+ * @param resourceName The name of the identity resource.
178
+ * @param parameters Parameters to update the identity
179
+ * @param options The options parameters.
180
+ */
181
+ update(resourceGroupName, resourceName, parameters, options) {
182
+ return this.client.sendOperationRequest({ resourceGroupName, resourceName, parameters, options }, updateOperationSpec);
183
+ }
184
+ /**
185
+ * Gets the identity.
186
+ * @param resourceGroupName The name of the Resource Group to which the identity belongs.
187
+ * @param resourceName The name of the identity resource.
188
+ * @param options The options parameters.
189
+ */
190
+ get(resourceGroupName, resourceName, options) {
191
+ return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, getOperationSpec);
192
+ }
193
+ /**
194
+ * Deletes the identity.
195
+ * @param resourceGroupName The name of the Resource Group to which the identity belongs.
196
+ * @param resourceName The name of the identity resource.
197
+ * @param options The options parameters.
198
+ */
199
+ delete(resourceGroupName, resourceName, options) {
200
+ return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, deleteOperationSpec);
201
+ }
202
+ /**
203
+ * ListBySubscriptionNext
204
+ * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
205
+ * @param options The options parameters.
206
+ */
207
+ _listBySubscriptionNext(nextLink, options) {
208
+ return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec);
209
+ }
210
+ /**
211
+ * ListByResourceGroupNext
212
+ * @param resourceGroupName The name of the Resource Group to which the identity belongs.
213
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
214
+ * @param options The options parameters.
215
+ */
216
+ _listByResourceGroupNext(resourceGroupName, nextLink, options) {
217
+ return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
218
+ }
219
+ }
220
+ exports.UserAssignedIdentitiesImpl = UserAssignedIdentitiesImpl;
221
+ // Operation Specifications
222
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
223
+ const listBySubscriptionOperationSpec = {
224
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedIdentity/userAssignedIdentities",
225
+ httpMethod: "GET",
226
+ responses: {
227
+ 200: {
228
+ bodyMapper: Mappers.UserAssignedIdentitiesListResult
229
+ },
230
+ default: {
231
+ bodyMapper: Mappers.CloudError
232
+ }
233
+ },
234
+ queryParameters: [Parameters.apiVersion],
235
+ urlParameters: [Parameters.$host, Parameters.subscriptionId],
236
+ headerParameters: [Parameters.accept],
237
+ serializer
238
+ };
239
+ const listByResourceGroupOperationSpec = {
240
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities",
241
+ httpMethod: "GET",
242
+ responses: {
243
+ 200: {
244
+ bodyMapper: Mappers.UserAssignedIdentitiesListResult
245
+ },
246
+ default: {
247
+ bodyMapper: Mappers.CloudError
248
+ }
249
+ },
250
+ queryParameters: [Parameters.apiVersion],
251
+ urlParameters: [
252
+ Parameters.$host,
253
+ Parameters.subscriptionId,
254
+ Parameters.resourceGroupName
255
+ ],
256
+ headerParameters: [Parameters.accept],
257
+ serializer
258
+ };
259
+ const createOrUpdateOperationSpec = {
260
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}",
261
+ httpMethod: "PUT",
262
+ responses: {
263
+ 200: {
264
+ bodyMapper: Mappers.Identity
265
+ },
266
+ 201: {
267
+ bodyMapper: Mappers.Identity
268
+ },
269
+ default: {
270
+ bodyMapper: Mappers.CloudError
271
+ }
272
+ },
273
+ requestBody: Parameters.parameters,
274
+ queryParameters: [Parameters.apiVersion],
275
+ urlParameters: [
276
+ Parameters.$host,
277
+ Parameters.subscriptionId,
278
+ Parameters.resourceGroupName,
279
+ Parameters.resourceName
280
+ ],
281
+ headerParameters: [Parameters.accept, Parameters.contentType],
282
+ mediaType: "json",
283
+ serializer
284
+ };
285
+ const updateOperationSpec = {
286
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}",
287
+ httpMethod: "PATCH",
288
+ responses: {
289
+ 200: {
290
+ bodyMapper: Mappers.Identity
291
+ },
292
+ default: {
293
+ bodyMapper: Mappers.CloudError
294
+ }
295
+ },
296
+ requestBody: Parameters.parameters1,
297
+ queryParameters: [Parameters.apiVersion],
298
+ urlParameters: [
299
+ Parameters.$host,
300
+ Parameters.subscriptionId,
301
+ Parameters.resourceGroupName,
302
+ Parameters.resourceName
303
+ ],
304
+ headerParameters: [Parameters.accept, Parameters.contentType],
305
+ mediaType: "json",
306
+ serializer
307
+ };
308
+ const getOperationSpec = {
309
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}",
310
+ httpMethod: "GET",
311
+ responses: {
312
+ 200: {
313
+ bodyMapper: Mappers.Identity
314
+ },
315
+ default: {
316
+ bodyMapper: Mappers.CloudError
317
+ }
318
+ },
319
+ queryParameters: [Parameters.apiVersion],
320
+ urlParameters: [
321
+ Parameters.$host,
322
+ Parameters.subscriptionId,
323
+ Parameters.resourceGroupName,
324
+ Parameters.resourceName
325
+ ],
326
+ headerParameters: [Parameters.accept],
327
+ serializer
328
+ };
329
+ const deleteOperationSpec = {
330
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}",
331
+ httpMethod: "DELETE",
332
+ responses: {
333
+ 200: {},
334
+ 204: {},
335
+ default: {
336
+ bodyMapper: Mappers.CloudError
337
+ }
338
+ },
339
+ queryParameters: [Parameters.apiVersion],
340
+ urlParameters: [
341
+ Parameters.$host,
342
+ Parameters.subscriptionId,
343
+ Parameters.resourceGroupName,
344
+ Parameters.resourceName
345
+ ],
346
+ headerParameters: [Parameters.accept],
347
+ serializer
348
+ };
349
+ const listBySubscriptionNextOperationSpec = {
350
+ path: "{nextLink}",
351
+ httpMethod: "GET",
352
+ responses: {
353
+ 200: {
354
+ bodyMapper: Mappers.UserAssignedIdentitiesListResult
355
+ },
356
+ default: {
357
+ bodyMapper: Mappers.CloudError
358
+ }
359
+ },
360
+ urlParameters: [
361
+ Parameters.$host,
362
+ Parameters.nextLink,
363
+ Parameters.subscriptionId
364
+ ],
365
+ headerParameters: [Parameters.accept],
366
+ serializer
367
+ };
368
+ const listByResourceGroupNextOperationSpec = {
369
+ path: "{nextLink}",
370
+ httpMethod: "GET",
371
+ responses: {
372
+ 200: {
373
+ bodyMapper: Mappers.UserAssignedIdentitiesListResult
374
+ },
375
+ default: {
376
+ bodyMapper: Mappers.CloudError
377
+ }
378
+ },
379
+ urlParameters: [
380
+ Parameters.$host,
381
+ Parameters.nextLink,
382
+ Parameters.subscriptionId,
383
+ Parameters.resourceGroupName
384
+ ],
385
+ headerParameters: [Parameters.accept],
386
+ serializer
387
+ };
388
+ //# sourceMappingURL=userAssignedIdentities.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"userAssignedIdentities.js","sourceRoot":"","sources":["../../../src/operations/userAssignedIdentities.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { UserAssignedIdentities } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ManagedServiceIdentityClient } from \"../managedServiceIdentityClient.js\";\nimport {\n Identity,\n UserAssignedIdentitiesListBySubscriptionNextOptionalParams,\n UserAssignedIdentitiesListBySubscriptionOptionalParams,\n UserAssignedIdentitiesListBySubscriptionResponse,\n UserAssignedIdentitiesListByResourceGroupNextOptionalParams,\n UserAssignedIdentitiesListByResourceGroupOptionalParams,\n UserAssignedIdentitiesListByResourceGroupResponse,\n UserAssignedIdentitiesCreateOrUpdateOptionalParams,\n UserAssignedIdentitiesCreateOrUpdateResponse,\n IdentityUpdate,\n UserAssignedIdentitiesUpdateOptionalParams,\n UserAssignedIdentitiesUpdateResponse,\n UserAssignedIdentitiesGetOptionalParams,\n UserAssignedIdentitiesGetResponse,\n UserAssignedIdentitiesDeleteOptionalParams,\n UserAssignedIdentitiesListBySubscriptionNextResponse,\n UserAssignedIdentitiesListByResourceGroupNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing UserAssignedIdentities operations. */\nexport class UserAssignedIdentitiesImpl implements UserAssignedIdentities {\n private readonly client: ManagedServiceIdentityClient;\n\n /**\n * Initialize a new instance of the class UserAssignedIdentities class.\n * @param client Reference to the service client\n */\n constructor(client: ManagedServiceIdentityClient) {\n this.client = client;\n }\n\n /**\n * Lists all the userAssignedIdentities available under the specified subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: UserAssignedIdentitiesListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<Identity> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(options, settings);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: UserAssignedIdentitiesListBySubscriptionOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Identity[]> {\n let result: UserAssignedIdentitiesListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: UserAssignedIdentitiesListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Identity> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists all the userAssignedIdentities available under the specified ResourceGroup.\n * @param resourceGroupName The name of the Resource Group to which the identity belongs.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: UserAssignedIdentitiesListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<Identity> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: UserAssignedIdentitiesListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Identity[]> {\n let result: UserAssignedIdentitiesListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: UserAssignedIdentitiesListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Identity> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists all the userAssignedIdentities available under the specified subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: UserAssignedIdentitiesListBySubscriptionOptionalParams\n ): Promise<UserAssignedIdentitiesListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * Lists all the userAssignedIdentities available under the specified ResourceGroup.\n * @param resourceGroupName The name of the Resource Group to which the identity belongs.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: UserAssignedIdentitiesListByResourceGroupOptionalParams\n ): Promise<UserAssignedIdentitiesListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Create or update an identity in the specified subscription and resource group.\n * @param resourceGroupName The name of the Resource Group to which the identity belongs.\n * @param resourceName The name of the identity resource.\n * @param parameters Parameters to create or update the identity\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n resourceName: string,\n parameters: Identity,\n options?: UserAssignedIdentitiesCreateOrUpdateOptionalParams\n ): Promise<UserAssignedIdentitiesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, parameters, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Update an identity in the specified subscription and resource group.\n * @param resourceGroupName The name of the Resource Group to which the identity belongs.\n * @param resourceName The name of the identity resource.\n * @param parameters Parameters to update the identity\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n resourceName: string,\n parameters: IdentityUpdate,\n options?: UserAssignedIdentitiesUpdateOptionalParams\n ): Promise<UserAssignedIdentitiesUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, parameters, options },\n updateOperationSpec\n );\n }\n\n /**\n * Gets the identity.\n * @param resourceGroupName The name of the Resource Group to which the identity belongs.\n * @param resourceName The name of the identity resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n options?: UserAssignedIdentitiesGetOptionalParams\n ): Promise<UserAssignedIdentitiesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, options },\n getOperationSpec\n );\n }\n\n /**\n * Deletes the identity.\n * @param resourceGroupName The name of the Resource Group to which the identity belongs.\n * @param resourceName The name of the identity resource.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n resourceName: string,\n options?: UserAssignedIdentitiesDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: UserAssignedIdentitiesListBySubscriptionNextOptionalParams\n ): Promise<UserAssignedIdentitiesListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the Resource Group to which the identity belongs.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: UserAssignedIdentitiesListByResourceGroupNextOptionalParams\n ): Promise<UserAssignedIdentitiesListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.ManagedIdentity/userAssignedIdentities\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.UserAssignedIdentitiesListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.UserAssignedIdentitiesListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Identity\n },\n 201: {\n bodyMapper: Mappers.Identity\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Identity\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Identity\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.UserAssignedIdentitiesListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.UserAssignedIdentitiesListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,41 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { FederatedIdentityCredential, FederatedIdentityCredentialsListOptionalParams, FederatedIdentityCredentialsCreateOrUpdateOptionalParams, FederatedIdentityCredentialsCreateOrUpdateResponse, FederatedIdentityCredentialsGetOptionalParams, FederatedIdentityCredentialsGetResponse, FederatedIdentityCredentialsDeleteOptionalParams } from "../models/index.js";
3
+ /** Interface representing a FederatedIdentityCredentials. */
4
+ export interface FederatedIdentityCredentials {
5
+ /**
6
+ * Lists all the federated identity credentials under the specified user assigned identity.
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param resourceName The name of the identity resource.
9
+ * @param options The options parameters.
10
+ */
11
+ list(resourceGroupName: string, resourceName: string, options?: FederatedIdentityCredentialsListOptionalParams): PagedAsyncIterableIterator<FederatedIdentityCredential>;
12
+ /**
13
+ * Create or update a federated identity credential under the specified user assigned identity.
14
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
15
+ * @param resourceName The name of the identity resource.
16
+ * @param federatedIdentityCredentialResourceName The name of the federated identity credential
17
+ * resource.
18
+ * @param parameters Parameters to create or update the federated identity credential.
19
+ * @param options The options parameters.
20
+ */
21
+ createOrUpdate(resourceGroupName: string, resourceName: string, federatedIdentityCredentialResourceName: string, parameters: FederatedIdentityCredential, options?: FederatedIdentityCredentialsCreateOrUpdateOptionalParams): Promise<FederatedIdentityCredentialsCreateOrUpdateResponse>;
22
+ /**
23
+ * Gets the federated identity credential.
24
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
25
+ * @param resourceName The name of the identity resource.
26
+ * @param federatedIdentityCredentialResourceName The name of the federated identity credential
27
+ * resource.
28
+ * @param options The options parameters.
29
+ */
30
+ get(resourceGroupName: string, resourceName: string, federatedIdentityCredentialResourceName: string, options?: FederatedIdentityCredentialsGetOptionalParams): Promise<FederatedIdentityCredentialsGetResponse>;
31
+ /**
32
+ * Deletes the federated identity credential.
33
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
34
+ * @param resourceName The name of the identity resource.
35
+ * @param federatedIdentityCredentialResourceName The name of the federated identity credential
36
+ * resource.
37
+ * @param options The options parameters.
38
+ */
39
+ delete(resourceGroupName: string, resourceName: string, federatedIdentityCredentialResourceName: string, options?: FederatedIdentityCredentialsDeleteOptionalParams): Promise<void>;
40
+ }
41
+ //# sourceMappingURL=federatedIdentityCredentials.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"federatedIdentityCredentials.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/federatedIdentityCredentials.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,2BAA2B,EAC3B,8CAA8C,EAC9C,wDAAwD,EACxD,kDAAkD,EAClD,6CAA6C,EAC7C,uCAAuC,EACvC,gDAAgD,EACjD,MAAM,oBAAoB,CAAC;AAG5B,6DAA6D;AAC7D,MAAM,WAAW,4BAA4B;IAC3C;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,8CAA8C,GACvD,0BAA0B,CAAC,2BAA2B,CAAC,CAAC;IAC3D;;;;;;;;OAQG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,uCAAuC,EAAE,MAAM,EAC/C,UAAU,EAAE,2BAA2B,EACvC,OAAO,CAAC,EAAE,wDAAwD,GACjE,OAAO,CAAC,kDAAkD,CAAC,CAAC;IAC/D;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,uCAAuC,EAAE,MAAM,EAC/C,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;IACpD;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,uCAAuC,EAAE,MAAM,EAC/C,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=federatedIdentityCredentials.js.map