@azure/arm-servicefabricmesh 3.0.0-beta.1 → 3.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (295) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/README.md +11 -0
  3. package/dist/index.js +220 -151
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/applicationCreateSample.d.ts +2 -0
  8. package/dist-esm/samples-dev/applicationCreateSample.d.ts.map +1 -0
  9. package/dist-esm/samples-dev/applicationCreateSample.js +58 -0
  10. package/dist-esm/samples-dev/applicationCreateSample.js.map +1 -0
  11. package/dist-esm/samples-dev/applicationDeleteSample.d.ts +2 -0
  12. package/dist-esm/samples-dev/applicationDeleteSample.d.ts.map +1 -0
  13. package/dist-esm/samples-dev/applicationDeleteSample.js +31 -0
  14. package/dist-esm/samples-dev/applicationDeleteSample.js.map +1 -0
  15. package/dist-esm/samples-dev/applicationGetSample.d.ts +2 -0
  16. package/dist-esm/samples-dev/applicationGetSample.d.ts.map +1 -0
  17. package/dist-esm/samples-dev/applicationGetSample.js +31 -0
  18. package/dist-esm/samples-dev/applicationGetSample.js.map +1 -0
  19. package/dist-esm/samples-dev/applicationListByResourceGroupSample.d.ts +2 -0
  20. package/dist-esm/samples-dev/applicationListByResourceGroupSample.d.ts.map +1 -0
  21. package/dist-esm/samples-dev/applicationListByResourceGroupSample.js +44 -0
  22. package/dist-esm/samples-dev/applicationListByResourceGroupSample.js.map +1 -0
  23. package/dist-esm/samples-dev/applicationListBySubscriptionSample.d.ts +2 -0
  24. package/dist-esm/samples-dev/applicationListBySubscriptionSample.d.ts.map +1 -0
  25. package/dist-esm/samples-dev/applicationListBySubscriptionSample.js +43 -0
  26. package/dist-esm/samples-dev/applicationListBySubscriptionSample.js.map +1 -0
  27. package/dist-esm/samples-dev/codePackageGetContainerLogsSample.d.ts +2 -0
  28. package/dist-esm/samples-dev/codePackageGetContainerLogsSample.d.ts.map +1 -0
  29. package/dist-esm/samples-dev/codePackageGetContainerLogsSample.js +34 -0
  30. package/dist-esm/samples-dev/codePackageGetContainerLogsSample.js.map +1 -0
  31. package/dist-esm/samples-dev/createOrUpdateApplication.d.ts +2 -0
  32. package/dist-esm/samples-dev/createOrUpdateApplication.d.ts.map +1 -0
  33. package/dist-esm/samples-dev/createOrUpdateApplication.js +58 -0
  34. package/dist-esm/samples-dev/createOrUpdateApplication.js.map +1 -0
  35. package/dist-esm/samples-dev/createOrUpdateGateway.d.ts +2 -0
  36. package/dist-esm/samples-dev/createOrUpdateGateway.d.ts.map +1 -0
  37. package/dist-esm/samples-dev/createOrUpdateGateway.js +76 -0
  38. package/dist-esm/samples-dev/createOrUpdateGateway.js.map +1 -0
  39. package/dist-esm/samples-dev/createOrUpdateNetwork.d.ts +2 -0
  40. package/dist-esm/samples-dev/createOrUpdateNetwork.d.ts.map +1 -0
  41. package/dist-esm/samples-dev/createOrUpdateNetwork.js +40 -0
  42. package/dist-esm/samples-dev/createOrUpdateNetwork.js.map +1 -0
  43. package/dist-esm/samples-dev/createOrUpdateSecret.d.ts +2 -0
  44. package/dist-esm/samples-dev/createOrUpdateSecret.d.ts.map +1 -0
  45. package/dist-esm/samples-dev/createOrUpdateSecret.js +40 -0
  46. package/dist-esm/samples-dev/createOrUpdateSecret.js.map +1 -0
  47. package/dist-esm/samples-dev/createOrUpdateVolume.d.ts +2 -0
  48. package/dist-esm/samples-dev/createOrUpdateVolume.d.ts.map +1 -0
  49. package/dist-esm/samples-dev/createOrUpdateVolume.js +42 -0
  50. package/dist-esm/samples-dev/createOrUpdateVolume.js.map +1 -0
  51. package/dist-esm/samples-dev/createSecretValue.d.ts +2 -0
  52. package/dist-esm/samples-dev/createSecretValue.d.ts.map +1 -0
  53. package/dist-esm/samples-dev/createSecretValue.js +37 -0
  54. package/dist-esm/samples-dev/createSecretValue.js.map +1 -0
  55. package/dist-esm/samples-dev/deleteApplication.d.ts +2 -0
  56. package/dist-esm/samples-dev/deleteApplication.d.ts.map +1 -0
  57. package/dist-esm/samples-dev/deleteApplication.js +31 -0
  58. package/dist-esm/samples-dev/deleteApplication.js.map +1 -0
  59. package/dist-esm/samples-dev/deleteGateway.d.ts +2 -0
  60. package/dist-esm/samples-dev/deleteGateway.d.ts.map +1 -0
  61. package/dist-esm/samples-dev/deleteGateway.js +31 -0
  62. package/dist-esm/samples-dev/deleteGateway.js.map +1 -0
  63. package/dist-esm/samples-dev/deleteNetwork.d.ts +2 -0
  64. package/dist-esm/samples-dev/deleteNetwork.d.ts.map +1 -0
  65. package/dist-esm/samples-dev/deleteNetwork.js +31 -0
  66. package/dist-esm/samples-dev/deleteNetwork.js.map +1 -0
  67. package/dist-esm/samples-dev/deleteSecret.d.ts +2 -0
  68. package/dist-esm/samples-dev/deleteSecret.d.ts.map +1 -0
  69. package/dist-esm/samples-dev/deleteSecret.js +31 -0
  70. package/dist-esm/samples-dev/deleteSecret.js.map +1 -0
  71. package/dist-esm/samples-dev/deleteSecretValue.d.ts +2 -0
  72. package/dist-esm/samples-dev/deleteSecretValue.d.ts.map +1 -0
  73. package/dist-esm/samples-dev/deleteSecretValue.js +32 -0
  74. package/dist-esm/samples-dev/deleteSecretValue.js.map +1 -0
  75. package/dist-esm/samples-dev/deleteVolume.d.ts +2 -0
  76. package/dist-esm/samples-dev/deleteVolume.d.ts.map +1 -0
  77. package/dist-esm/samples-dev/deleteVolume.js +31 -0
  78. package/dist-esm/samples-dev/deleteVolume.js.map +1 -0
  79. package/dist-esm/samples-dev/gatewayCreateSample.d.ts +2 -0
  80. package/dist-esm/samples-dev/gatewayCreateSample.d.ts.map +1 -0
  81. package/dist-esm/samples-dev/gatewayCreateSample.js +76 -0
  82. package/dist-esm/samples-dev/gatewayCreateSample.js.map +1 -0
  83. package/dist-esm/samples-dev/gatewayDeleteSample.d.ts +2 -0
  84. package/dist-esm/samples-dev/gatewayDeleteSample.d.ts.map +1 -0
  85. package/dist-esm/samples-dev/gatewayDeleteSample.js +31 -0
  86. package/dist-esm/samples-dev/gatewayDeleteSample.js.map +1 -0
  87. package/dist-esm/samples-dev/gatewayGetSample.d.ts +2 -0
  88. package/dist-esm/samples-dev/gatewayGetSample.d.ts.map +1 -0
  89. package/dist-esm/samples-dev/gatewayGetSample.js +31 -0
  90. package/dist-esm/samples-dev/gatewayGetSample.js.map +1 -0
  91. package/dist-esm/samples-dev/gatewayListByResourceGroupSample.d.ts +2 -0
  92. package/dist-esm/samples-dev/gatewayListByResourceGroupSample.d.ts.map +1 -0
  93. package/dist-esm/samples-dev/gatewayListByResourceGroupSample.js +44 -0
  94. package/dist-esm/samples-dev/gatewayListByResourceGroupSample.js.map +1 -0
  95. package/dist-esm/samples-dev/gatewayListBySubscriptionSample.d.ts +2 -0
  96. package/dist-esm/samples-dev/gatewayListBySubscriptionSample.d.ts.map +1 -0
  97. package/dist-esm/samples-dev/gatewayListBySubscriptionSample.js +43 -0
  98. package/dist-esm/samples-dev/gatewayListBySubscriptionSample.js.map +1 -0
  99. package/dist-esm/samples-dev/getApplication.d.ts +2 -0
  100. package/dist-esm/samples-dev/getApplication.d.ts.map +1 -0
  101. package/dist-esm/samples-dev/getApplication.js +31 -0
  102. package/dist-esm/samples-dev/getApplication.js.map +1 -0
  103. package/dist-esm/samples-dev/getContainerLogs.d.ts +2 -0
  104. package/dist-esm/samples-dev/getContainerLogs.d.ts.map +1 -0
  105. package/dist-esm/samples-dev/getContainerLogs.js +34 -0
  106. package/dist-esm/samples-dev/getContainerLogs.js.map +1 -0
  107. package/dist-esm/samples-dev/getGateway.d.ts +2 -0
  108. package/dist-esm/samples-dev/getGateway.d.ts.map +1 -0
  109. package/dist-esm/samples-dev/getGateway.js +31 -0
  110. package/dist-esm/samples-dev/getGateway.js.map +1 -0
  111. package/dist-esm/samples-dev/getNetwork.d.ts +2 -0
  112. package/dist-esm/samples-dev/getNetwork.d.ts.map +1 -0
  113. package/dist-esm/samples-dev/getNetwork.js +31 -0
  114. package/dist-esm/samples-dev/getNetwork.js.map +1 -0
  115. package/dist-esm/samples-dev/getSecret.d.ts +2 -0
  116. package/dist-esm/samples-dev/getSecret.d.ts.map +1 -0
  117. package/dist-esm/samples-dev/getSecret.js +31 -0
  118. package/dist-esm/samples-dev/getSecret.js.map +1 -0
  119. package/dist-esm/samples-dev/getSecretValue.d.ts +2 -0
  120. package/dist-esm/samples-dev/getSecretValue.d.ts.map +1 -0
  121. package/dist-esm/samples-dev/getSecretValue.js +32 -0
  122. package/dist-esm/samples-dev/getSecretValue.js.map +1 -0
  123. package/dist-esm/samples-dev/getService.d.ts +2 -0
  124. package/dist-esm/samples-dev/getService.d.ts.map +1 -0
  125. package/dist-esm/samples-dev/getService.js +32 -0
  126. package/dist-esm/samples-dev/getService.js.map +1 -0
  127. package/dist-esm/samples-dev/getVolume.d.ts +2 -0
  128. package/dist-esm/samples-dev/getVolume.d.ts.map +1 -0
  129. package/dist-esm/samples-dev/getVolume.js +31 -0
  130. package/dist-esm/samples-dev/getVolume.js.map +1 -0
  131. package/dist-esm/samples-dev/listApplicationsByResourceGroup.d.ts +2 -0
  132. package/dist-esm/samples-dev/listApplicationsByResourceGroup.d.ts.map +1 -0
  133. package/dist-esm/samples-dev/listApplicationsByResourceGroup.js +44 -0
  134. package/dist-esm/samples-dev/listApplicationsByResourceGroup.js.map +1 -0
  135. package/dist-esm/samples-dev/listApplicationsBySubscriptionId.d.ts +2 -0
  136. package/dist-esm/samples-dev/listApplicationsBySubscriptionId.d.ts.map +1 -0
  137. package/dist-esm/samples-dev/listApplicationsBySubscriptionId.js +43 -0
  138. package/dist-esm/samples-dev/listApplicationsBySubscriptionId.js.map +1 -0
  139. package/dist-esm/samples-dev/listGatewaysByResourceGroup.d.ts +2 -0
  140. package/dist-esm/samples-dev/listGatewaysByResourceGroup.d.ts.map +1 -0
  141. package/dist-esm/samples-dev/listGatewaysByResourceGroup.js +44 -0
  142. package/dist-esm/samples-dev/listGatewaysByResourceGroup.js.map +1 -0
  143. package/dist-esm/samples-dev/listGatewaysBySubscriptionId.d.ts +2 -0
  144. package/dist-esm/samples-dev/listGatewaysBySubscriptionId.d.ts.map +1 -0
  145. package/dist-esm/samples-dev/listGatewaysBySubscriptionId.js +43 -0
  146. package/dist-esm/samples-dev/listGatewaysBySubscriptionId.js.map +1 -0
  147. package/dist-esm/samples-dev/listNetworksByResourceGroup.d.ts +2 -0
  148. package/dist-esm/samples-dev/listNetworksByResourceGroup.d.ts.map +1 -0
  149. package/dist-esm/samples-dev/listNetworksByResourceGroup.js +44 -0
  150. package/dist-esm/samples-dev/listNetworksByResourceGroup.js.map +1 -0
  151. package/dist-esm/samples-dev/listNetworksBySubscriptionId.d.ts +2 -0
  152. package/dist-esm/samples-dev/listNetworksBySubscriptionId.d.ts.map +1 -0
  153. package/dist-esm/samples-dev/listNetworksBySubscriptionId.js +43 -0
  154. package/dist-esm/samples-dev/listNetworksBySubscriptionId.js.map +1 -0
  155. package/dist-esm/samples-dev/listSecretValue.d.ts +2 -0
  156. package/dist-esm/samples-dev/listSecretValue.d.ts.map +1 -0
  157. package/dist-esm/samples-dev/listSecretValue.js +32 -0
  158. package/dist-esm/samples-dev/listSecretValue.js.map +1 -0
  159. package/dist-esm/samples-dev/listSecretValues.d.ts +2 -0
  160. package/dist-esm/samples-dev/listSecretValues.d.ts.map +1 -0
  161. package/dist-esm/samples-dev/listSecretValues.js +45 -0
  162. package/dist-esm/samples-dev/listSecretValues.js.map +1 -0
  163. package/dist-esm/samples-dev/listSecretsByResourceGroup.d.ts +2 -0
  164. package/dist-esm/samples-dev/listSecretsByResourceGroup.d.ts.map +1 -0
  165. package/dist-esm/samples-dev/listSecretsByResourceGroup.js +44 -0
  166. package/dist-esm/samples-dev/listSecretsByResourceGroup.js.map +1 -0
  167. package/dist-esm/samples-dev/listSecretsBySubscriptionId.d.ts +2 -0
  168. package/dist-esm/samples-dev/listSecretsBySubscriptionId.d.ts.map +1 -0
  169. package/dist-esm/samples-dev/listSecretsBySubscriptionId.js +43 -0
  170. package/dist-esm/samples-dev/listSecretsBySubscriptionId.js.map +1 -0
  171. package/dist-esm/samples-dev/listServices.d.ts +2 -0
  172. package/dist-esm/samples-dev/listServices.d.ts.map +1 -0
  173. package/dist-esm/samples-dev/listServices.js +45 -0
  174. package/dist-esm/samples-dev/listServices.js.map +1 -0
  175. package/dist-esm/samples-dev/listVolumesByResourceGroup.d.ts +2 -0
  176. package/dist-esm/samples-dev/listVolumesByResourceGroup.d.ts.map +1 -0
  177. package/dist-esm/samples-dev/listVolumesByResourceGroup.js +44 -0
  178. package/dist-esm/samples-dev/listVolumesByResourceGroup.js.map +1 -0
  179. package/dist-esm/samples-dev/listVolumesBySubscriptionId.d.ts +2 -0
  180. package/dist-esm/samples-dev/listVolumesBySubscriptionId.d.ts.map +1 -0
  181. package/dist-esm/samples-dev/listVolumesBySubscriptionId.js +43 -0
  182. package/dist-esm/samples-dev/listVolumesBySubscriptionId.js.map +1 -0
  183. package/dist-esm/samples-dev/networkCreateSample.d.ts +2 -0
  184. package/dist-esm/samples-dev/networkCreateSample.d.ts.map +1 -0
  185. package/dist-esm/samples-dev/networkCreateSample.js +40 -0
  186. package/dist-esm/samples-dev/networkCreateSample.js.map +1 -0
  187. package/dist-esm/samples-dev/networkDeleteSample.d.ts +2 -0
  188. package/dist-esm/samples-dev/networkDeleteSample.d.ts.map +1 -0
  189. package/dist-esm/samples-dev/networkDeleteSample.js +31 -0
  190. package/dist-esm/samples-dev/networkDeleteSample.js.map +1 -0
  191. package/dist-esm/samples-dev/networkGetSample.d.ts +2 -0
  192. package/dist-esm/samples-dev/networkGetSample.d.ts.map +1 -0
  193. package/dist-esm/samples-dev/networkGetSample.js +31 -0
  194. package/dist-esm/samples-dev/networkGetSample.js.map +1 -0
  195. package/dist-esm/samples-dev/networkListByResourceGroupSample.d.ts +2 -0
  196. package/dist-esm/samples-dev/networkListByResourceGroupSample.d.ts.map +1 -0
  197. package/dist-esm/samples-dev/networkListByResourceGroupSample.js +44 -0
  198. package/dist-esm/samples-dev/networkListByResourceGroupSample.js.map +1 -0
  199. package/dist-esm/samples-dev/networkListBySubscriptionSample.d.ts +2 -0
  200. package/dist-esm/samples-dev/networkListBySubscriptionSample.d.ts.map +1 -0
  201. package/dist-esm/samples-dev/networkListBySubscriptionSample.js +43 -0
  202. package/dist-esm/samples-dev/networkListBySubscriptionSample.js.map +1 -0
  203. package/dist-esm/samples-dev/replicaGet.d.ts +2 -0
  204. package/dist-esm/samples-dev/replicaGet.d.ts.map +1 -0
  205. package/dist-esm/samples-dev/replicaGet.js +33 -0
  206. package/dist-esm/samples-dev/replicaGet.js.map +1 -0
  207. package/dist-esm/samples-dev/replicasGetAll.d.ts +2 -0
  208. package/dist-esm/samples-dev/replicasGetAll.d.ts.map +1 -0
  209. package/dist-esm/samples-dev/replicasGetAll.js +46 -0
  210. package/dist-esm/samples-dev/replicasGetAll.js.map +1 -0
  211. package/dist-esm/samples-dev/secretCreateSample.d.ts +2 -0
  212. package/dist-esm/samples-dev/secretCreateSample.d.ts.map +1 -0
  213. package/dist-esm/samples-dev/secretCreateSample.js +40 -0
  214. package/dist-esm/samples-dev/secretCreateSample.js.map +1 -0
  215. package/dist-esm/samples-dev/secretDeleteSample.d.ts +2 -0
  216. package/dist-esm/samples-dev/secretDeleteSample.d.ts.map +1 -0
  217. package/dist-esm/samples-dev/secretDeleteSample.js +31 -0
  218. package/dist-esm/samples-dev/secretDeleteSample.js.map +1 -0
  219. package/dist-esm/samples-dev/secretGetSample.d.ts +2 -0
  220. package/dist-esm/samples-dev/secretGetSample.d.ts.map +1 -0
  221. package/dist-esm/samples-dev/secretGetSample.js +31 -0
  222. package/dist-esm/samples-dev/secretGetSample.js.map +1 -0
  223. package/dist-esm/samples-dev/secretListByResourceGroupSample.d.ts +2 -0
  224. package/dist-esm/samples-dev/secretListByResourceGroupSample.d.ts.map +1 -0
  225. package/dist-esm/samples-dev/secretListByResourceGroupSample.js +44 -0
  226. package/dist-esm/samples-dev/secretListByResourceGroupSample.js.map +1 -0
  227. package/dist-esm/samples-dev/secretListBySubscriptionSample.d.ts +2 -0
  228. package/dist-esm/samples-dev/secretListBySubscriptionSample.d.ts.map +1 -0
  229. package/dist-esm/samples-dev/secretListBySubscriptionSample.js +43 -0
  230. package/dist-esm/samples-dev/secretListBySubscriptionSample.js.map +1 -0
  231. package/dist-esm/samples-dev/secretValueCreateSample.d.ts +2 -0
  232. package/dist-esm/samples-dev/secretValueCreateSample.d.ts.map +1 -0
  233. package/dist-esm/samples-dev/secretValueCreateSample.js +37 -0
  234. package/dist-esm/samples-dev/secretValueCreateSample.js.map +1 -0
  235. package/dist-esm/samples-dev/secretValueDeleteSample.d.ts +2 -0
  236. package/dist-esm/samples-dev/secretValueDeleteSample.d.ts.map +1 -0
  237. package/dist-esm/samples-dev/secretValueDeleteSample.js +32 -0
  238. package/dist-esm/samples-dev/secretValueDeleteSample.js.map +1 -0
  239. package/dist-esm/samples-dev/secretValueGetSample.d.ts +2 -0
  240. package/dist-esm/samples-dev/secretValueGetSample.d.ts.map +1 -0
  241. package/dist-esm/samples-dev/secretValueGetSample.js +32 -0
  242. package/dist-esm/samples-dev/secretValueGetSample.js.map +1 -0
  243. package/dist-esm/samples-dev/secretValueListSample.d.ts +2 -0
  244. package/dist-esm/samples-dev/secretValueListSample.d.ts.map +1 -0
  245. package/dist-esm/samples-dev/secretValueListSample.js +45 -0
  246. package/dist-esm/samples-dev/secretValueListSample.js.map +1 -0
  247. package/dist-esm/samples-dev/secretValueListValueSample.d.ts +2 -0
  248. package/dist-esm/samples-dev/secretValueListValueSample.d.ts.map +1 -0
  249. package/dist-esm/samples-dev/secretValueListValueSample.js +32 -0
  250. package/dist-esm/samples-dev/secretValueListValueSample.js.map +1 -0
  251. package/dist-esm/samples-dev/serviceGetSample.d.ts +2 -0
  252. package/dist-esm/samples-dev/serviceGetSample.d.ts.map +1 -0
  253. package/dist-esm/samples-dev/serviceGetSample.js +32 -0
  254. package/dist-esm/samples-dev/serviceGetSample.js.map +1 -0
  255. package/dist-esm/samples-dev/serviceListSample.d.ts +2 -0
  256. package/dist-esm/samples-dev/serviceListSample.d.ts.map +1 -0
  257. package/dist-esm/samples-dev/serviceListSample.js +45 -0
  258. package/dist-esm/samples-dev/serviceListSample.js.map +1 -0
  259. package/dist-esm/samples-dev/serviceReplicaGetSample.d.ts +2 -0
  260. package/dist-esm/samples-dev/serviceReplicaGetSample.d.ts.map +1 -0
  261. package/dist-esm/samples-dev/serviceReplicaGetSample.js +33 -0
  262. package/dist-esm/samples-dev/serviceReplicaGetSample.js.map +1 -0
  263. package/dist-esm/samples-dev/serviceReplicaListSample.d.ts +2 -0
  264. package/dist-esm/samples-dev/serviceReplicaListSample.d.ts.map +1 -0
  265. package/dist-esm/samples-dev/serviceReplicaListSample.js +46 -0
  266. package/dist-esm/samples-dev/serviceReplicaListSample.js.map +1 -0
  267. package/dist-esm/samples-dev/volumeCreateSample.d.ts +2 -0
  268. package/dist-esm/samples-dev/volumeCreateSample.d.ts.map +1 -0
  269. package/dist-esm/samples-dev/volumeCreateSample.js +42 -0
  270. package/dist-esm/samples-dev/volumeCreateSample.js.map +1 -0
  271. package/dist-esm/samples-dev/volumeDeleteSample.d.ts +2 -0
  272. package/dist-esm/samples-dev/volumeDeleteSample.d.ts.map +1 -0
  273. package/dist-esm/samples-dev/volumeDeleteSample.js +31 -0
  274. package/dist-esm/samples-dev/volumeDeleteSample.js.map +1 -0
  275. package/dist-esm/samples-dev/volumeGetSample.d.ts +2 -0
  276. package/dist-esm/samples-dev/volumeGetSample.d.ts.map +1 -0
  277. package/dist-esm/samples-dev/volumeGetSample.js +31 -0
  278. package/dist-esm/samples-dev/volumeGetSample.js.map +1 -0
  279. package/dist-esm/samples-dev/volumeListByResourceGroupSample.d.ts +2 -0
  280. package/dist-esm/samples-dev/volumeListByResourceGroupSample.d.ts.map +1 -0
  281. package/dist-esm/samples-dev/volumeListByResourceGroupSample.js +44 -0
  282. package/dist-esm/samples-dev/volumeListByResourceGroupSample.js.map +1 -0
  283. package/dist-esm/samples-dev/volumeListBySubscriptionSample.d.ts +2 -0
  284. package/dist-esm/samples-dev/volumeListBySubscriptionSample.d.ts.map +1 -0
  285. package/dist-esm/samples-dev/volumeListBySubscriptionSample.js +43 -0
  286. package/dist-esm/samples-dev/volumeListBySubscriptionSample.js.map +1 -0
  287. package/dist-esm/src/serviceFabricMeshManagementClient.d.ts.map +1 -1
  288. package/dist-esm/src/serviceFabricMeshManagementClient.js +20 -2
  289. package/dist-esm/src/serviceFabricMeshManagementClient.js.map +1 -1
  290. package/package.json +12 -12
  291. package/rollup.config.js +6 -72
  292. package/src/serviceFabricMeshManagementClient.ts +27 -2
  293. package/tsconfig.json +2 -1
  294. package/types/tsdoc-metadata.json +1 -1
  295. package/LICENSE.txt +0 -21
@@ -0,0 +1,32 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ /**
12
+ * This sample demonstrates how to Deletes the secret value resource identified by the name. The name of the resource is typically the version associated with that value. Deletion will fail if the specified value is in use.
13
+ *
14
+ * @summary Deletes the secret value resource identified by the name. The name of the resource is typically the version associated with that value. Deletion will fail if the specified value is in use.
15
+ * x-ms-original-file: specification/servicefabricmesh/resource-manager/Microsoft.ServiceFabricMesh/preview/2018-09-01-preview/examples/secrets/values/delete.json
16
+ */
17
+ import { ServiceFabricMeshManagementClient } from "@azure/arm-servicefabricmesh";
18
+ import { DefaultAzureCredential } from "@azure/identity";
19
+ function deleteSecretValue() {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
22
+ const resourceGroupName = "sbz_demo";
23
+ const secretResourceName = "dbConnectionString";
24
+ const secretValueResourceName = "v1";
25
+ const credential = new DefaultAzureCredential();
26
+ const client = new ServiceFabricMeshManagementClient(credential, subscriptionId);
27
+ const result = yield client.secretValueOperations.delete(resourceGroupName, secretResourceName, secretValueResourceName);
28
+ console.log(result);
29
+ });
30
+ }
31
+ deleteSecretValue().catch(console.error);
32
+ //# sourceMappingURL=deleteSecretValue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deleteSecretValue.js","sourceRoot":"","sources":["../../samples-dev/deleteSecretValue.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,iCAAiC,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,iBAAiB;;QAC9B,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,UAAU,CAAC;QACrC,MAAM,kBAAkB,GAAG,oBAAoB,CAAC;QAChD,MAAM,uBAAuB,GAAG,IAAI,CAAC;QACrC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,qBAAqB,CAAC,MAAM,CACtD,iBAAiB,EACjB,kBAAkB,EAClB,uBAAuB,CACxB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,iBAAiB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=deleteVolume.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deleteVolume.d.ts","sourceRoot":"","sources":["../../samples-dev/deleteVolume.ts"],"names":[],"mappings":""}
@@ -0,0 +1,31 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ /**
12
+ * This sample demonstrates how to Deletes the volume resource identified by the name.
13
+ *
14
+ * @summary Deletes the volume resource identified by the name.
15
+ * x-ms-original-file: specification/servicefabricmesh/resource-manager/Microsoft.ServiceFabricMesh/preview/2018-09-01-preview/examples/volumes/delete.json
16
+ */
17
+ import { ServiceFabricMeshManagementClient } from "@azure/arm-servicefabricmesh";
18
+ import { DefaultAzureCredential } from "@azure/identity";
19
+ function deleteVolume() {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
22
+ const resourceGroupName = "sbz_demo";
23
+ const volumeResourceName = "sampleVolume";
24
+ const credential = new DefaultAzureCredential();
25
+ const client = new ServiceFabricMeshManagementClient(credential, subscriptionId);
26
+ const result = yield client.volume.delete(resourceGroupName, volumeResourceName);
27
+ console.log(result);
28
+ });
29
+ }
30
+ deleteVolume().catch(console.error);
31
+ //# sourceMappingURL=deleteVolume.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deleteVolume.js","sourceRoot":"","sources":["../../samples-dev/deleteVolume.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,iCAAiC,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,YAAY;;QACzB,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,UAAU,CAAC;QACrC,MAAM,kBAAkB,GAAG,cAAc,CAAC;QAC1C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,MAAM,CAAC,MAAM,CACvC,iBAAiB,EACjB,kBAAkB,CACnB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,YAAY,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=gatewayCreateSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gatewayCreateSample.d.ts","sourceRoot":"","sources":["../../samples-dev/gatewayCreateSample.ts"],"names":[],"mappings":""}
@@ -0,0 +1,76 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ import { ServiceFabricMeshManagementClient } from "@azure/arm-servicefabricmesh";
12
+ import { DefaultAzureCredential } from "@azure/identity";
13
+ /**
14
+ * This sample demonstrates how to Creates a gateway resource with the specified name, description and properties. If a gateway resource with the same name exists, then it is updated with the specified description and properties. Use gateway resources to create a gateway for public connectivity for services within your application.
15
+ *
16
+ * @summary Creates a gateway resource with the specified name, description and properties. If a gateway resource with the same name exists, then it is updated with the specified description and properties. Use gateway resources to create a gateway for public connectivity for services within your application.
17
+ * x-ms-original-file: specification/servicefabricmesh/resource-manager/Microsoft.ServiceFabricMesh/preview/2018-09-01-preview/examples/gateways/create_update.json
18
+ */
19
+ function createOrUpdateGateway() {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
22
+ const resourceGroupName = "sbz_demo";
23
+ const gatewayResourceName = "sampleGateway";
24
+ const gatewayResourceDescription = {
25
+ description: "Service Fabric Mesh sample gateway.",
26
+ destinationNetwork: { name: "helloWorldNetwork" },
27
+ location: "EastUS",
28
+ sourceNetwork: { name: "Open" },
29
+ tags: {},
30
+ tcp: [
31
+ {
32
+ name: "web",
33
+ destination: {
34
+ applicationName: "helloWorldApp",
35
+ endpointName: "helloWorldListener",
36
+ serviceName: "helloWorldService"
37
+ },
38
+ port: 80
39
+ }
40
+ ],
41
+ http: [
42
+ {
43
+ name: "contosoWebsite",
44
+ hosts: [
45
+ {
46
+ name: "contoso.com",
47
+ routes: [
48
+ {
49
+ name: "index",
50
+ destination: {
51
+ applicationName: "httpHelloWorldApp",
52
+ endpointName: "indexHttpEndpoint",
53
+ serviceName: "indexService"
54
+ },
55
+ match: {
56
+ path: { type: "prefix", rewrite: "/", value: "/index" },
57
+ headers: [
58
+ { name: "accept", type: "exact", value: "application/json" }
59
+ ]
60
+ }
61
+ }
62
+ ]
63
+ }
64
+ ],
65
+ port: 8081
66
+ }
67
+ ]
68
+ };
69
+ const credential = new DefaultAzureCredential();
70
+ const client = new ServiceFabricMeshManagementClient(credential, subscriptionId);
71
+ const result = yield client.gateway.create(resourceGroupName, gatewayResourceName, gatewayResourceDescription);
72
+ console.log(result);
73
+ });
74
+ }
75
+ createOrUpdateGateway().catch(console.error);
76
+ //# sourceMappingURL=gatewayCreateSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gatewayCreateSample.js","sourceRoot":"","sources":["../../samples-dev/gatewayCreateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,iCAAiC,EAClC,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,qBAAqB;;QAClC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,UAAU,CAAC;QACrC,MAAM,mBAAmB,GAAG,eAAe,CAAC;QAC5C,MAAM,0BAA0B,GAA+B;YAC7D,WAAW,EAAE,qCAAqC;YAClD,kBAAkB,EAAE,EAAE,IAAI,EAAE,mBAAmB,EAAE;YACjD,QAAQ,EAAE,QAAQ;YAClB,aAAa,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE;YAC/B,IAAI,EAAE,EAAE;YACR,GAAG,EAAE;gBACH;oBACE,IAAI,EAAE,KAAK;oBACX,WAAW,EAAE;wBACX,eAAe,EAAE,eAAe;wBAChC,YAAY,EAAE,oBAAoB;wBAClC,WAAW,EAAE,mBAAmB;qBACjC;oBACD,IAAI,EAAE,EAAE;iBACT;aACF;YACD,IAAI,EAAE;gBACJ;oBACE,IAAI,EAAE,gBAAgB;oBACtB,KAAK,EAAE;wBACL;4BACE,IAAI,EAAE,aAAa;4BACnB,MAAM,EAAE;gCACN;oCACE,IAAI,EAAE,OAAO;oCACb,WAAW,EAAE;wCACX,eAAe,EAAE,mBAAmB;wCACpC,YAAY,EAAE,mBAAmB;wCACjC,WAAW,EAAE,cAAc;qCAC5B;oCACD,KAAK,EAAE;wCACL,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,GAAG,EAAE,KAAK,EAAE,QAAQ,EAAE;wCACvD,OAAO,EAAE;4CACP,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,kBAAkB,EAAE;yCAC7D;qCACF;iCACF;6BACF;yBACF;qBACF;oBACD,IAAI,EAAE,IAAI;iBACX;aACF;SACF,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,OAAO,CAAC,MAAM,CACxC,iBAAiB,EACjB,mBAAmB,EACnB,0BAA0B,CAC3B,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,qBAAqB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=gatewayDeleteSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gatewayDeleteSample.d.ts","sourceRoot":"","sources":["../../samples-dev/gatewayDeleteSample.ts"],"names":[],"mappings":""}
@@ -0,0 +1,31 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ import { ServiceFabricMeshManagementClient } from "@azure/arm-servicefabricmesh";
12
+ import { DefaultAzureCredential } from "@azure/identity";
13
+ /**
14
+ * This sample demonstrates how to Deletes the gateway resource identified by the name.
15
+ *
16
+ * @summary Deletes the gateway resource identified by the name.
17
+ * x-ms-original-file: specification/servicefabricmesh/resource-manager/Microsoft.ServiceFabricMesh/preview/2018-09-01-preview/examples/gateways/delete.json
18
+ */
19
+ function deleteGateway() {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
22
+ const resourceGroupName = "sbz_demo";
23
+ const gatewayResourceName = "sampleGateway";
24
+ const credential = new DefaultAzureCredential();
25
+ const client = new ServiceFabricMeshManagementClient(credential, subscriptionId);
26
+ const result = yield client.gateway.delete(resourceGroupName, gatewayResourceName);
27
+ console.log(result);
28
+ });
29
+ }
30
+ deleteGateway().catch(console.error);
31
+ //# sourceMappingURL=gatewayDeleteSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gatewayDeleteSample.js","sourceRoot":"","sources":["../../samples-dev/gatewayDeleteSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,iCAAiC,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,aAAa;;QAC1B,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,UAAU,CAAC;QACrC,MAAM,mBAAmB,GAAG,eAAe,CAAC;QAC5C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,OAAO,CAAC,MAAM,CACxC,iBAAiB,EACjB,mBAAmB,CACpB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,aAAa,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=gatewayGetSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gatewayGetSample.d.ts","sourceRoot":"","sources":["../../samples-dev/gatewayGetSample.ts"],"names":[],"mappings":""}
@@ -0,0 +1,31 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ import { ServiceFabricMeshManagementClient } from "@azure/arm-servicefabricmesh";
12
+ import { DefaultAzureCredential } from "@azure/identity";
13
+ /**
14
+ * This sample demonstrates how to Gets the information about the gateway resource with the given name. The information include the description and other properties of the gateway.
15
+ *
16
+ * @summary Gets the information about the gateway resource with the given name. The information include the description and other properties of the gateway.
17
+ * x-ms-original-file: specification/servicefabricmesh/resource-manager/Microsoft.ServiceFabricMesh/preview/2018-09-01-preview/examples/gateways/get.json
18
+ */
19
+ function getGateway() {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
22
+ const resourceGroupName = "sbz_demo";
23
+ const gatewayResourceName = "sampleGateway";
24
+ const credential = new DefaultAzureCredential();
25
+ const client = new ServiceFabricMeshManagementClient(credential, subscriptionId);
26
+ const result = yield client.gateway.get(resourceGroupName, gatewayResourceName);
27
+ console.log(result);
28
+ });
29
+ }
30
+ getGateway().catch(console.error);
31
+ //# sourceMappingURL=gatewayGetSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gatewayGetSample.js","sourceRoot":"","sources":["../../samples-dev/gatewayGetSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,iCAAiC,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,UAAU;;QACvB,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,UAAU,CAAC;QACrC,MAAM,mBAAmB,GAAG,eAAe,CAAC;QAC5C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,OAAO,CAAC,GAAG,CACrC,iBAAiB,EACjB,mBAAmB,CACpB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,UAAU,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=gatewayListByResourceGroupSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gatewayListByResourceGroupSample.d.ts","sourceRoot":"","sources":["../../samples-dev/gatewayListByResourceGroupSample.ts"],"names":[],"mappings":""}
@@ -0,0 +1,44 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __asyncValues, __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ import { ServiceFabricMeshManagementClient } from "@azure/arm-servicefabricmesh";
12
+ import { DefaultAzureCredential } from "@azure/identity";
13
+ /**
14
+ * This sample demonstrates how to Gets the information about all gateway resources in a given resource group. The information include the description and other properties of the Gateway.
15
+ *
16
+ * @summary Gets the information about all gateway resources in a given resource group. The information include the description and other properties of the Gateway.
17
+ * x-ms-original-file: specification/servicefabricmesh/resource-manager/Microsoft.ServiceFabricMesh/preview/2018-09-01-preview/examples/gateways/list_byResourceGroup.json
18
+ */
19
+ function listGatewaysByResourceGroup() {
20
+ var e_1, _a;
21
+ return __awaiter(this, void 0, void 0, function* () {
22
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
23
+ const resourceGroupName = "sbz_demo";
24
+ const credential = new DefaultAzureCredential();
25
+ const client = new ServiceFabricMeshManagementClient(credential, subscriptionId);
26
+ const resArray = new Array();
27
+ try {
28
+ for (var _b = __asyncValues(client.gateway.listByResourceGroup(resourceGroupName)), _c; _c = yield _b.next(), !_c.done;) {
29
+ let item = _c.value;
30
+ resArray.push(item);
31
+ }
32
+ }
33
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
34
+ finally {
35
+ try {
36
+ if (_c && !_c.done && (_a = _b.return)) yield _a.call(_b);
37
+ }
38
+ finally { if (e_1) throw e_1.error; }
39
+ }
40
+ console.log(resArray);
41
+ });
42
+ }
43
+ listGatewaysByResourceGroup().catch(console.error);
44
+ //# sourceMappingURL=gatewayListByResourceGroupSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gatewayListByResourceGroupSample.js","sourceRoot":"","sources":["../../samples-dev/gatewayListByResourceGroupSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,iCAAiC,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,2BAA2B;;;QACxC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,UAAU,CAAC;QACrC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,IAAA,KAAA,cAAA,MAAM,CAAC,OAAO,CAAC,mBAAmB,CACvD,iBAAiB,CAClB,CAAA,IAAA;gBAFU,IAAI,IAAI,WAAA,CAAA;gBAGjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,2BAA2B,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=gatewayListBySubscriptionSample.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gatewayListBySubscriptionSample.d.ts","sourceRoot":"","sources":["../../samples-dev/gatewayListBySubscriptionSample.ts"],"names":[],"mappings":""}
@@ -0,0 +1,43 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __asyncValues, __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ import { ServiceFabricMeshManagementClient } from "@azure/arm-servicefabricmesh";
12
+ import { DefaultAzureCredential } from "@azure/identity";
13
+ /**
14
+ * This sample demonstrates how to Gets the information about all gateway resources in a given resource group. The information include the description and other properties of the gateway.
15
+ *
16
+ * @summary Gets the information about all gateway resources in a given resource group. The information include the description and other properties of the gateway.
17
+ * x-ms-original-file: specification/servicefabricmesh/resource-manager/Microsoft.ServiceFabricMesh/preview/2018-09-01-preview/examples/gateways/list_bySubscriptionId.json
18
+ */
19
+ function listGatewaysBySubscriptionId() {
20
+ var e_1, _a;
21
+ return __awaiter(this, void 0, void 0, function* () {
22
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
23
+ const credential = new DefaultAzureCredential();
24
+ const client = new ServiceFabricMeshManagementClient(credential, subscriptionId);
25
+ const resArray = new Array();
26
+ try {
27
+ for (var _b = __asyncValues(client.gateway.listBySubscription()), _c; _c = yield _b.next(), !_c.done;) {
28
+ let item = _c.value;
29
+ resArray.push(item);
30
+ }
31
+ }
32
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
33
+ finally {
34
+ try {
35
+ if (_c && !_c.done && (_a = _b.return)) yield _a.call(_b);
36
+ }
37
+ finally { if (e_1) throw e_1.error; }
38
+ }
39
+ console.log(resArray);
40
+ });
41
+ }
42
+ listGatewaysBySubscriptionId().catch(console.error);
43
+ //# sourceMappingURL=gatewayListBySubscriptionSample.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gatewayListBySubscriptionSample.js","sourceRoot":"","sources":["../../samples-dev/gatewayListBySubscriptionSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,iCAAiC,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD;;;;;GAKG;AACH,SAAe,4BAA4B;;;QACzC,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,IAAA,KAAA,cAAA,MAAM,CAAC,OAAO,CAAC,kBAAkB,EAAE,CAAA,IAAA;gBAA/C,IAAI,IAAI,WAAA,CAAA;gBACjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,4BAA4B,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=getApplication.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getApplication.d.ts","sourceRoot":"","sources":["../../samples-dev/getApplication.ts"],"names":[],"mappings":""}
@@ -0,0 +1,31 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ /**
12
+ * This sample demonstrates how to Gets the information about the application resource with the given name. The information include the description and other properties of the application.
13
+ *
14
+ * @summary Gets the information about the application resource with the given name. The information include the description and other properties of the application.
15
+ * x-ms-original-file: specification/servicefabricmesh/resource-manager/Microsoft.ServiceFabricMesh/preview/2018-09-01-preview/examples/applications/get.json
16
+ */
17
+ import { ServiceFabricMeshManagementClient } from "@azure/arm-servicefabricmesh";
18
+ import { DefaultAzureCredential } from "@azure/identity";
19
+ function getApplication() {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
22
+ const resourceGroupName = "sbz_demo";
23
+ const applicationResourceName = "sampleApplication";
24
+ const credential = new DefaultAzureCredential();
25
+ const client = new ServiceFabricMeshManagementClient(credential, subscriptionId);
26
+ const result = yield client.application.get(resourceGroupName, applicationResourceName);
27
+ console.log(result);
28
+ });
29
+ }
30
+ getApplication().catch(console.error);
31
+ //# sourceMappingURL=getApplication.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getApplication.js","sourceRoot":"","sources":["../../samples-dev/getApplication.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,iCAAiC,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,cAAc;;QAC3B,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,UAAU,CAAC;QACrC,MAAM,uBAAuB,GAAG,mBAAmB,CAAC;QACpD,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,GAAG,CACzC,iBAAiB,EACjB,uBAAuB,CACxB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,cAAc,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=getContainerLogs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getContainerLogs.d.ts","sourceRoot":"","sources":["../../samples-dev/getContainerLogs.ts"],"names":[],"mappings":""}
@@ -0,0 +1,34 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ /**
12
+ * This sample demonstrates how to Gets the logs for the container of the specified code package of the service replica.
13
+ *
14
+ * @summary Gets the logs for the container of the specified code package of the service replica.
15
+ * x-ms-original-file: specification/servicefabricmesh/resource-manager/Microsoft.ServiceFabricMesh/preview/2018-09-01-preview/examples/applications/services/replicas/codepackages/get_logs.json
16
+ */
17
+ import { ServiceFabricMeshManagementClient } from "@azure/arm-servicefabricmesh";
18
+ import { DefaultAzureCredential } from "@azure/identity";
19
+ function getContainerLogs() {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
22
+ const resourceGroupName = "sbz_demo";
23
+ const applicationResourceName = "sbzDocApp";
24
+ const serviceResourceName = "sbzDocService";
25
+ const replicaName = "0";
26
+ const codePackageName = "sbzDocCode";
27
+ const credential = new DefaultAzureCredential();
28
+ const client = new ServiceFabricMeshManagementClient(credential, subscriptionId);
29
+ const result = yield client.codePackage.getContainerLogs(resourceGroupName, applicationResourceName, serviceResourceName, replicaName, codePackageName);
30
+ console.log(result);
31
+ });
32
+ }
33
+ getContainerLogs().catch(console.error);
34
+ //# sourceMappingURL=getContainerLogs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getContainerLogs.js","sourceRoot":"","sources":["../../samples-dev/getContainerLogs.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,iCAAiC,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,gBAAgB;;QAC7B,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,UAAU,CAAC;QACrC,MAAM,uBAAuB,GAAG,WAAW,CAAC;QAC5C,MAAM,mBAAmB,GAAG,eAAe,CAAC;QAC5C,MAAM,WAAW,GAAG,GAAG,CAAC;QACxB,MAAM,eAAe,GAAG,YAAY,CAAC;QACrC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,gBAAgB,CACtD,iBAAiB,EACjB,uBAAuB,EACvB,mBAAmB,EACnB,WAAW,EACX,eAAe,CAChB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,gBAAgB,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=getGateway.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getGateway.d.ts","sourceRoot":"","sources":["../../samples-dev/getGateway.ts"],"names":[],"mappings":""}
@@ -0,0 +1,31 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ /**
12
+ * This sample demonstrates how to Gets the information about the gateway resource with the given name. The information include the description and other properties of the gateway.
13
+ *
14
+ * @summary Gets the information about the gateway resource with the given name. The information include the description and other properties of the gateway.
15
+ * x-ms-original-file: specification/servicefabricmesh/resource-manager/Microsoft.ServiceFabricMesh/preview/2018-09-01-preview/examples/gateways/get.json
16
+ */
17
+ import { ServiceFabricMeshManagementClient } from "@azure/arm-servicefabricmesh";
18
+ import { DefaultAzureCredential } from "@azure/identity";
19
+ function getGateway() {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
22
+ const resourceGroupName = "sbz_demo";
23
+ const gatewayResourceName = "sampleGateway";
24
+ const credential = new DefaultAzureCredential();
25
+ const client = new ServiceFabricMeshManagementClient(credential, subscriptionId);
26
+ const result = yield client.gateway.get(resourceGroupName, gatewayResourceName);
27
+ console.log(result);
28
+ });
29
+ }
30
+ getGateway().catch(console.error);
31
+ //# sourceMappingURL=getGateway.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getGateway.js","sourceRoot":"","sources":["../../samples-dev/getGateway.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,iCAAiC,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,UAAU;;QACvB,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,UAAU,CAAC;QACrC,MAAM,mBAAmB,GAAG,eAAe,CAAC;QAC5C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,OAAO,CAAC,GAAG,CACrC,iBAAiB,EACjB,mBAAmB,CACpB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,UAAU,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=getNetwork.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getNetwork.d.ts","sourceRoot":"","sources":["../../samples-dev/getNetwork.ts"],"names":[],"mappings":""}
@@ -0,0 +1,31 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ /**
12
+ * This sample demonstrates how to Gets the information about the network resource with the given name. The information include the description and other properties of the network.
13
+ *
14
+ * @summary Gets the information about the network resource with the given name. The information include the description and other properties of the network.
15
+ * x-ms-original-file: specification/servicefabricmesh/resource-manager/Microsoft.ServiceFabricMesh/preview/2018-09-01-preview/examples/networks/get.json
16
+ */
17
+ import { ServiceFabricMeshManagementClient } from "@azure/arm-servicefabricmesh";
18
+ import { DefaultAzureCredential } from "@azure/identity";
19
+ function getNetwork() {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
22
+ const resourceGroupName = "sbz_demo";
23
+ const networkResourceName = "sampleNetwork";
24
+ const credential = new DefaultAzureCredential();
25
+ const client = new ServiceFabricMeshManagementClient(credential, subscriptionId);
26
+ const result = yield client.network.get(resourceGroupName, networkResourceName);
27
+ console.log(result);
28
+ });
29
+ }
30
+ getNetwork().catch(console.error);
31
+ //# sourceMappingURL=getNetwork.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getNetwork.js","sourceRoot":"","sources":["../../samples-dev/getNetwork.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,iCAAiC,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,UAAU;;QACvB,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,UAAU,CAAC;QACrC,MAAM,mBAAmB,GAAG,eAAe,CAAC;QAC5C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,OAAO,CAAC,GAAG,CACrC,iBAAiB,EACjB,mBAAmB,CACpB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,UAAU,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=getSecret.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSecret.d.ts","sourceRoot":"","sources":["../../samples-dev/getSecret.ts"],"names":[],"mappings":""}
@@ -0,0 +1,31 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __awaiter } from "tslib";
9
+ // Copyright (c) Microsoft Corporation.
10
+ // Licensed under the MIT License.
11
+ /**
12
+ * This sample demonstrates how to Gets the information about the secret resource with the given name. The information include the description and other properties of the secret.
13
+ *
14
+ * @summary Gets the information about the secret resource with the given name. The information include the description and other properties of the secret.
15
+ * x-ms-original-file: specification/servicefabricmesh/resource-manager/Microsoft.ServiceFabricMesh/preview/2018-09-01-preview/examples/secrets/get.json
16
+ */
17
+ import { ServiceFabricMeshManagementClient } from "@azure/arm-servicefabricmesh";
18
+ import { DefaultAzureCredential } from "@azure/identity";
19
+ function getSecret() {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
22
+ const resourceGroupName = "sbz_demo";
23
+ const secretResourceName = "dbConnectionString";
24
+ const credential = new DefaultAzureCredential();
25
+ const client = new ServiceFabricMeshManagementClient(credential, subscriptionId);
26
+ const result = yield client.secret.get(resourceGroupName, secretResourceName);
27
+ console.log(result);
28
+ });
29
+ }
30
+ getSecret().catch(console.error);
31
+ //# sourceMappingURL=getSecret.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSecret.js","sourceRoot":"","sources":["../../samples-dev/getSecret.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC;;;;;GAKG;AACH,OAAO,EAAE,iCAAiC,EAAE,MAAM,8BAA8B,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,SAAe,SAAS;;QACtB,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,iBAAiB,GAAG,UAAU,CAAC;QACrC,MAAM,kBAAkB,GAAG,oBAAoB,CAAC;QAChD,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAAC;QAC9E,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAS,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=getSecretValue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSecretValue.d.ts","sourceRoot":"","sources":["../../samples-dev/getSecretValue.ts"],"names":[],"mappings":""}