@azure/arm-devhub 1.0.0-beta.2 → 1.0.0-beta.4

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 (284) hide show
  1. package/CHANGELOG.md +53 -2
  2. package/LICENSE +4 -4
  3. package/README.md +25 -18
  4. package/{dist-esm/src → dist/browser}/developerHubServiceClient.d.ts +9 -2
  5. package/dist/browser/developerHubServiceClient.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/developerHubServiceClient.js +67 -27
  7. package/dist/browser/developerHubServiceClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/index.js +4 -4
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/index.d.ts +222 -20
  13. package/dist/browser/models/index.d.ts.map +1 -0
  14. package/dist/browser/models/index.js +130 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/mappers.d.ts +1 -0
  17. package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +1 -1
  18. package/{dist-esm/src → dist/browser}/models/mappers.js +219 -22
  19. package/dist/browser/models/mappers.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/models/parameters.d.ts +2 -1
  21. package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +1 -1
  22. package/{dist-esm/src → dist/browser}/models/parameters.js +8 -4
  23. package/dist/browser/models/parameters.js.map +1 -0
  24. package/dist/browser/operations/index.d.ts +3 -0
  25. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  26. package/{dist-esm/src → dist/browser}/operations/index.js +2 -2
  27. package/dist/browser/operations/index.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  29. package/dist/browser/operations/operations.d.ts.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -2
  31. package/dist/browser/operations/operations.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/workflowOperations.d.ts +3 -3
  33. package/dist/browser/operations/workflowOperations.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/workflowOperations.js +50 -80
  35. package/dist/browser/operations/workflowOperations.js.map +1 -0
  36. package/dist/browser/operationsInterfaces/index.d.ts +3 -0
  37. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +2 -2
  39. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  41. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  42. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operationsInterfaces/workflowOperations.d.ts +1 -1
  44. package/dist/browser/operationsInterfaces/workflowOperations.d.ts.map +1 -0
  45. package/dist/browser/operationsInterfaces/workflowOperations.js.map +1 -0
  46. package/dist/browser/package.json +3 -0
  47. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  48. package/dist/browser/pagingHelper.js.map +1 -0
  49. package/dist/commonjs/developerHubServiceClient.d.ts +48 -0
  50. package/dist/commonjs/developerHubServiceClient.d.ts.map +1 -0
  51. package/dist/commonjs/developerHubServiceClient.js +238 -0
  52. package/dist/commonjs/developerHubServiceClient.js.map +1 -0
  53. package/dist/commonjs/index.d.ts +5 -0
  54. package/dist/commonjs/index.d.ts.map +1 -0
  55. package/dist/commonjs/index.js +19 -0
  56. package/dist/commonjs/index.js.map +1 -0
  57. package/{types/arm-devhub.d.ts → dist/commonjs/models/index.d.ts} +658 -616
  58. package/dist/commonjs/models/index.d.ts.map +1 -0
  59. package/dist/commonjs/models/index.js +133 -0
  60. package/dist/commonjs/models/index.js.map +1 -0
  61. package/dist/commonjs/models/mappers.d.ts +25 -0
  62. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  63. package/dist/commonjs/models/mappers.js +850 -0
  64. package/dist/commonjs/models/mappers.js.map +1 -0
  65. package/dist/commonjs/models/parameters.d.ts +18 -0
  66. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  67. package/dist/commonjs/models/parameters.js +167 -0
  68. package/dist/commonjs/models/parameters.js.map +1 -0
  69. package/dist/commonjs/operations/index.d.ts +3 -0
  70. package/dist/commonjs/operations/index.d.ts.map +1 -0
  71. package/dist/commonjs/operations/index.js +13 -0
  72. package/dist/commonjs/operations/index.js.map +1 -0
  73. package/dist/commonjs/operations/operations.d.ts +18 -0
  74. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  75. package/dist/commonjs/operations/operations.js +52 -0
  76. package/dist/commonjs/operations/operations.js.map +1 -0
  77. package/dist/commonjs/operations/workflowOperations.d.ts +83 -0
  78. package/dist/commonjs/operations/workflowOperations.d.ts.map +1 -0
  79. package/dist/commonjs/operations/workflowOperations.js +357 -0
  80. package/dist/commonjs/operations/workflowOperations.js.map +1 -0
  81. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
  82. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  83. package/dist/commonjs/operationsInterfaces/index.js +13 -0
  84. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  85. package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
  86. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  87. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  88. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  89. package/dist/commonjs/operationsInterfaces/workflowOperations.d.ts +47 -0
  90. package/dist/commonjs/operationsInterfaces/workflowOperations.d.ts.map +1 -0
  91. package/dist/commonjs/operationsInterfaces/workflowOperations.js +10 -0
  92. package/dist/commonjs/operationsInterfaces/workflowOperations.js.map +1 -0
  93. package/dist/commonjs/package.json +3 -0
  94. package/dist/commonjs/pagingHelper.d.ts +13 -0
  95. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  96. package/dist/commonjs/pagingHelper.js +34 -0
  97. package/dist/commonjs/pagingHelper.js.map +1 -0
  98. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  99. package/dist/esm/developerHubServiceClient.d.ts +48 -0
  100. package/dist/esm/developerHubServiceClient.d.ts.map +1 -0
  101. package/dist/esm/developerHubServiceClient.js +233 -0
  102. package/dist/esm/developerHubServiceClient.js.map +1 -0
  103. package/dist/esm/index.d.ts +5 -0
  104. package/dist/esm/index.d.ts.map +1 -0
  105. package/{src/index.ts → dist/esm/index.js} +5 -5
  106. package/dist/esm/index.js.map +1 -0
  107. package/dist/esm/models/index.d.ts +658 -0
  108. package/dist/esm/models/index.d.ts.map +1 -0
  109. package/dist/esm/models/index.js +130 -0
  110. package/dist/esm/models/index.js.map +1 -0
  111. package/dist/esm/models/mappers.d.ts +25 -0
  112. package/dist/esm/models/mappers.d.ts.map +1 -0
  113. package/dist/esm/models/mappers.js +847 -0
  114. package/dist/esm/models/mappers.js.map +1 -0
  115. package/dist/esm/models/parameters.d.ts +18 -0
  116. package/dist/esm/models/parameters.d.ts.map +1 -0
  117. package/dist/esm/models/parameters.js +164 -0
  118. package/dist/esm/models/parameters.js.map +1 -0
  119. package/dist/esm/operations/index.d.ts +3 -0
  120. package/dist/esm/operations/index.d.ts.map +1 -0
  121. package/dist/esm/operations/index.js +10 -0
  122. package/dist/esm/operations/index.js.map +1 -0
  123. package/dist/esm/operations/operations.d.ts +18 -0
  124. package/dist/esm/operations/operations.d.ts.map +1 -0
  125. package/dist/esm/operations/operations.js +47 -0
  126. package/dist/esm/operations/operations.js.map +1 -0
  127. package/dist/esm/operations/workflowOperations.d.ts +83 -0
  128. package/dist/esm/operations/workflowOperations.d.ts.map +1 -0
  129. package/dist/esm/operations/workflowOperations.js +352 -0
  130. package/dist/esm/operations/workflowOperations.js.map +1 -0
  131. package/dist/esm/operationsInterfaces/index.d.ts +3 -0
  132. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  133. package/dist/esm/operationsInterfaces/index.js +10 -0
  134. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  135. package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
  136. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  137. package/{src/operations/index.ts → dist/esm/operationsInterfaces/operations.js} +2 -3
  138. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  139. package/dist/esm/operationsInterfaces/workflowOperations.d.ts +47 -0
  140. package/dist/esm/operationsInterfaces/workflowOperations.d.ts.map +1 -0
  141. package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/workflowOperations.js} +2 -3
  142. package/dist/esm/operationsInterfaces/workflowOperations.js.map +1 -0
  143. package/dist/esm/package.json +3 -0
  144. package/dist/esm/pagingHelper.d.ts +13 -0
  145. package/dist/esm/pagingHelper.d.ts.map +1 -0
  146. package/dist/esm/pagingHelper.js +30 -0
  147. package/dist/esm/pagingHelper.js.map +1 -0
  148. package/dist/react-native/developerHubServiceClient.d.ts +48 -0
  149. package/dist/react-native/developerHubServiceClient.d.ts.map +1 -0
  150. package/dist/react-native/developerHubServiceClient.js +233 -0
  151. package/dist/react-native/developerHubServiceClient.js.map +1 -0
  152. package/dist/react-native/index.d.ts +5 -0
  153. package/dist/react-native/index.d.ts.map +1 -0
  154. package/dist/react-native/index.js +13 -0
  155. package/dist/react-native/index.js.map +1 -0
  156. package/dist/react-native/models/index.d.ts +658 -0
  157. package/dist/react-native/models/index.d.ts.map +1 -0
  158. package/dist/react-native/models/index.js +130 -0
  159. package/dist/react-native/models/index.js.map +1 -0
  160. package/dist/react-native/models/mappers.d.ts +25 -0
  161. package/dist/react-native/models/mappers.d.ts.map +1 -0
  162. package/dist/react-native/models/mappers.js +847 -0
  163. package/dist/react-native/models/mappers.js.map +1 -0
  164. package/dist/react-native/models/parameters.d.ts +18 -0
  165. package/dist/react-native/models/parameters.d.ts.map +1 -0
  166. package/dist/react-native/models/parameters.js +164 -0
  167. package/dist/react-native/models/parameters.js.map +1 -0
  168. package/dist/react-native/operations/index.d.ts +3 -0
  169. package/dist/react-native/operations/index.d.ts.map +1 -0
  170. package/dist/react-native/operations/index.js +10 -0
  171. package/dist/react-native/operations/index.js.map +1 -0
  172. package/dist/react-native/operations/operations.d.ts +18 -0
  173. package/dist/react-native/operations/operations.d.ts.map +1 -0
  174. package/dist/react-native/operations/operations.js +47 -0
  175. package/dist/react-native/operations/operations.js.map +1 -0
  176. package/dist/react-native/operations/workflowOperations.d.ts +83 -0
  177. package/dist/react-native/operations/workflowOperations.d.ts.map +1 -0
  178. package/dist/react-native/operations/workflowOperations.js +352 -0
  179. package/dist/react-native/operations/workflowOperations.js.map +1 -0
  180. package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
  181. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  182. package/dist/react-native/operationsInterfaces/index.js +10 -0
  183. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  184. package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
  185. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  186. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  187. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  188. package/dist/react-native/operationsInterfaces/workflowOperations.d.ts +47 -0
  189. package/dist/react-native/operationsInterfaces/workflowOperations.d.ts.map +1 -0
  190. package/dist/react-native/operationsInterfaces/workflowOperations.js +9 -0
  191. package/dist/react-native/operationsInterfaces/workflowOperations.js.map +1 -0
  192. package/dist/react-native/package.json +3 -0
  193. package/dist/react-native/pagingHelper.d.ts +13 -0
  194. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  195. package/dist/react-native/pagingHelper.js +30 -0
  196. package/dist/react-native/pagingHelper.js.map +1 -0
  197. package/package.json +85 -76
  198. package/review/{arm-devhub.api.md → arm-devhub-node.api.md} +110 -2
  199. package/dist/index.js +0 -1562
  200. package/dist/index.js.map +0 -1
  201. package/dist/index.min.js +0 -1
  202. package/dist/index.min.js.map +0 -1
  203. package/dist-esm/samples-dev/gitHubOAuthCallbackSample.d.ts +0 -2
  204. package/dist-esm/samples-dev/gitHubOAuthCallbackSample.d.ts.map +0 -1
  205. package/dist-esm/samples-dev/gitHubOAuthCallbackSample.js +0 -39
  206. package/dist-esm/samples-dev/gitHubOAuthCallbackSample.js.map +0 -1
  207. package/dist-esm/samples-dev/gitHubOAuthSample.d.ts +0 -2
  208. package/dist-esm/samples-dev/gitHubOAuthSample.d.ts.map +0 -1
  209. package/dist-esm/samples-dev/gitHubOAuthSample.js +0 -41
  210. package/dist-esm/samples-dev/gitHubOAuthSample.js.map +0 -1
  211. package/dist-esm/samples-dev/listGitHubOAuthSample.d.ts +0 -2
  212. package/dist-esm/samples-dev/listGitHubOAuthSample.d.ts.map +0 -1
  213. package/dist-esm/samples-dev/listGitHubOAuthSample.js +0 -37
  214. package/dist-esm/samples-dev/listGitHubOAuthSample.js.map +0 -1
  215. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  216. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  217. package/dist-esm/samples-dev/operationsListSample.js +0 -37
  218. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  219. package/dist-esm/samples-dev/workflowCreateOrUpdateSample.d.ts +0 -2
  220. package/dist-esm/samples-dev/workflowCreateOrUpdateSample.d.ts.map +0 -1
  221. package/dist-esm/samples-dev/workflowCreateOrUpdateSample.js +0 -63
  222. package/dist-esm/samples-dev/workflowCreateOrUpdateSample.js.map +0 -1
  223. package/dist-esm/samples-dev/workflowDeleteSample.d.ts +0 -2
  224. package/dist-esm/samples-dev/workflowDeleteSample.d.ts.map +0 -1
  225. package/dist-esm/samples-dev/workflowDeleteSample.js +0 -38
  226. package/dist-esm/samples-dev/workflowDeleteSample.js.map +0 -1
  227. package/dist-esm/samples-dev/workflowGetSample.d.ts +0 -2
  228. package/dist-esm/samples-dev/workflowGetSample.d.ts.map +0 -1
  229. package/dist-esm/samples-dev/workflowGetSample.js +0 -38
  230. package/dist-esm/samples-dev/workflowGetSample.js.map +0 -1
  231. package/dist-esm/samples-dev/workflowListByResourceGroupSample.d.ts +0 -2
  232. package/dist-esm/samples-dev/workflowListByResourceGroupSample.d.ts.map +0 -1
  233. package/dist-esm/samples-dev/workflowListByResourceGroupSample.js +0 -55
  234. package/dist-esm/samples-dev/workflowListByResourceGroupSample.js.map +0 -1
  235. package/dist-esm/samples-dev/workflowListSample.d.ts +0 -2
  236. package/dist-esm/samples-dev/workflowListSample.d.ts.map +0 -1
  237. package/dist-esm/samples-dev/workflowListSample.js +0 -50
  238. package/dist-esm/samples-dev/workflowListSample.js.map +0 -1
  239. package/dist-esm/samples-dev/workflowUpdateTagsSample.d.ts +0 -2
  240. package/dist-esm/samples-dev/workflowUpdateTagsSample.d.ts.map +0 -1
  241. package/dist-esm/samples-dev/workflowUpdateTagsSample.js +0 -41
  242. package/dist-esm/samples-dev/workflowUpdateTagsSample.js.map +0 -1
  243. package/dist-esm/src/developerHubServiceClient.d.ts.map +0 -1
  244. package/dist-esm/src/developerHubServiceClient.js.map +0 -1
  245. package/dist-esm/src/index.d.ts +0 -6
  246. package/dist-esm/src/index.d.ts.map +0 -1
  247. package/dist-esm/src/index.js.map +0 -1
  248. package/dist-esm/src/models/index.d.ts.map +0 -1
  249. package/dist-esm/src/models/index.js +0 -56
  250. package/dist-esm/src/models/index.js.map +0 -1
  251. package/dist-esm/src/models/mappers.js.map +0 -1
  252. package/dist-esm/src/models/parameters.js.map +0 -1
  253. package/dist-esm/src/operations/index.d.ts +0 -3
  254. package/dist-esm/src/operations/index.js.map +0 -1
  255. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  256. package/dist-esm/src/operations/operations.js.map +0 -1
  257. package/dist-esm/src/operations/workflowOperations.d.ts.map +0 -1
  258. package/dist-esm/src/operations/workflowOperations.js.map +0 -1
  259. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
  260. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  261. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  262. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  263. package/dist-esm/src/operationsInterfaces/workflowOperations.d.ts.map +0 -1
  264. package/dist-esm/src/operationsInterfaces/workflowOperations.js.map +0 -1
  265. package/dist-esm/src/pagingHelper.js.map +0 -1
  266. package/dist-esm/test/devhub_examples.spec.d.ts +0 -4
  267. package/dist-esm/test/devhub_examples.spec.d.ts.map +0 -1
  268. package/dist-esm/test/devhub_examples.spec.js +0 -67
  269. package/dist-esm/test/devhub_examples.spec.js.map +0 -1
  270. package/rollup.config.js +0 -122
  271. package/src/developerHubServiceClient.ts +0 -269
  272. package/src/models/index.ts +0 -515
  273. package/src/models/mappers.ts +0 -699
  274. package/src/models/parameters.ts +0 -186
  275. package/src/operations/operations.ts +0 -59
  276. package/src/operations/workflowOperations.ts +0 -476
  277. package/src/operationsInterfaces/operations.ts +0 -21
  278. package/src/operationsInterfaces/workflowOperations.ts +0 -92
  279. package/src/pagingHelper.ts +0 -39
  280. package/tsconfig.json +0 -33
  281. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  282. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workflowOperations.js +0 -0
  283. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  284. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n actionType: {\n serializedName: \"actionType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const GitHubOAuthCallRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHubOAuthCallRequest\",\n modelProperties: {\n redirectUrl: {\n serializedName: \"redirectUrl\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GitHubOAuthInfoResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHubOAuthInfoResponse\",\n modelProperties: {\n authURL: {\n serializedName: \"authURL\",\n type: {\n name: \"String\"\n }\n },\n token: {\n serializedName: \"token\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const GitHubOAuthListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHubOAuthListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GitHubOAuthResponse\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const WorkflowListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkflowListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Workflow\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DeploymentProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeploymentProperties\",\n modelProperties: {\n manifestType: {\n serializedName: \"manifestType\",\n type: {\n name: \"String\"\n }\n },\n kubeManifestLocations: {\n serializedName: \"kubeManifestLocations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n helmChartPath: {\n serializedName: \"helmChartPath\",\n type: {\n name: \"String\"\n }\n },\n helmValues: {\n serializedName: \"helmValues\",\n type: {\n name: \"String\"\n }\n },\n overrides: {\n serializedName: \"overrides\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const Acr: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Acr\",\n modelProperties: {\n acrSubscriptionId: {\n serializedName: \"acrSubscriptionId\",\n type: {\n name: \"String\"\n }\n },\n acrResourceGroup: {\n serializedName: \"acrResourceGroup\",\n type: {\n name: \"String\"\n }\n },\n acrRegistryName: {\n serializedName: \"acrRegistryName\",\n type: {\n name: \"String\"\n }\n },\n acrRepositoryName: {\n serializedName: \"acrRepositoryName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GitHubWorkflowProfileOidcCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHubWorkflowProfileOidcCredentials\",\n modelProperties: {\n azureClientId: {\n serializedName: \"azureClientId\",\n type: {\n name: \"String\"\n }\n },\n azureTenantId: {\n serializedName: \"azureTenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WorkflowRun: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkflowRun\",\n modelProperties: {\n succeeded: {\n serializedName: \"succeeded\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n workflowRunURL: {\n serializedName: \"workflowRunURL\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n lastRunAt: {\n serializedName: \"lastRunAt\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n workflowRunStatus: {\n serializedName: \"workflowRunStatus\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArtifactGenerationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactGenerationProperties\",\n modelProperties: {\n generationLanguage: {\n serializedName: \"generationLanguage\",\n type: {\n name: \"String\"\n }\n },\n languageVersion: {\n serializedName: \"languageVersion\",\n type: {\n name: \"String\"\n }\n },\n builderVersion: {\n serializedName: \"builderVersion\",\n type: {\n name: \"String\"\n }\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"String\"\n }\n },\n appName: {\n serializedName: \"appName\",\n type: {\n name: \"String\"\n }\n },\n dockerfileOutputDirectory: {\n serializedName: \"dockerfileOutputDirectory\",\n type: {\n name: \"String\"\n }\n },\n manifestOutputDirectory: {\n serializedName: \"manifestOutputDirectory\",\n type: {\n name: \"String\"\n }\n },\n dockerfileGenerationMode: {\n serializedName: \"dockerfileGenerationMode\",\n type: {\n name: \"String\"\n }\n },\n manifestGenerationMode: {\n serializedName: \"manifestGenerationMode\",\n type: {\n name: \"String\"\n }\n },\n manifestType: {\n serializedName: \"manifestType\",\n type: {\n name: \"String\"\n }\n },\n imageName: {\n serializedName: \"imageName\",\n type: {\n name: \"String\"\n }\n },\n namespace: {\n serializedName: \"namespace\",\n type: {\n name: \"String\"\n }\n },\n imageTag: {\n serializedName: \"imageTag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DeleteWorkflowResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeleteWorkflowResponse\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TagsObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TagsObject\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GitHubOAuthResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GitHubOAuthResponse\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n username: {\n serializedName: \"properties.username\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Workflow: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Workflow\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n generationLanguage: {\n serializedName:\n \"properties.artifactGenerationProperties.generationLanguage\",\n type: {\n name: \"String\"\n }\n },\n languageVersion: {\n serializedName:\n \"properties.artifactGenerationProperties.languageVersion\",\n type: {\n name: \"String\"\n }\n },\n builderVersion: {\n serializedName:\n \"properties.artifactGenerationProperties.builderVersion\",\n type: {\n name: \"String\"\n }\n },\n port: {\n serializedName: \"properties.artifactGenerationProperties.port\",\n type: {\n name: \"String\"\n }\n },\n appName: {\n serializedName: \"properties.artifactGenerationProperties.appName\",\n type: {\n name: \"String\"\n }\n },\n dockerfileOutputDirectory: {\n serializedName:\n \"properties.artifactGenerationProperties.dockerfileOutputDirectory\",\n type: {\n name: \"String\"\n }\n },\n manifestOutputDirectory: {\n serializedName:\n \"properties.artifactGenerationProperties.manifestOutputDirectory\",\n type: {\n name: \"String\"\n }\n },\n dockerfileGenerationMode: {\n serializedName:\n \"properties.artifactGenerationProperties.dockerfileGenerationMode\",\n type: {\n name: \"String\"\n }\n },\n manifestGenerationMode: {\n serializedName:\n \"properties.artifactGenerationProperties.manifestGenerationMode\",\n type: {\n name: \"String\"\n }\n },\n manifestType: {\n serializedName: \"properties.artifactGenerationProperties.manifestType\",\n type: {\n name: \"String\"\n }\n },\n imageName: {\n serializedName: \"properties.artifactGenerationProperties.imageName\",\n type: {\n name: \"String\"\n }\n },\n namespacePropertiesArtifactGenerationPropertiesNamespace: {\n serializedName: \"properties.artifactGenerationProperties.namespace\",\n type: {\n name: \"String\"\n }\n },\n imageTag: {\n serializedName: \"properties.artifactGenerationProperties.imageTag\",\n type: {\n name: \"String\"\n }\n },\n repositoryOwner: {\n serializedName: \"properties.githubWorkflowProfile.repositoryOwner\",\n type: {\n name: \"String\"\n }\n },\n repositoryName: {\n serializedName: \"properties.githubWorkflowProfile.repositoryName\",\n type: {\n name: \"String\"\n }\n },\n branchName: {\n serializedName: \"properties.githubWorkflowProfile.branchName\",\n type: {\n name: \"String\"\n }\n },\n dockerfile: {\n serializedName: \"properties.githubWorkflowProfile.dockerfile\",\n type: {\n name: \"String\"\n }\n },\n dockerBuildContext: {\n serializedName: \"properties.githubWorkflowProfile.dockerBuildContext\",\n type: {\n name: \"String\"\n }\n },\n deploymentProperties: {\n serializedName: \"properties.githubWorkflowProfile.deploymentProperties\",\n type: {\n name: \"Composite\",\n className: \"DeploymentProperties\"\n }\n },\n namespacePropertiesGithubWorkflowProfileNamespace: {\n serializedName: \"properties.githubWorkflowProfile.namespace\",\n type: {\n name: \"String\"\n }\n },\n acr: {\n serializedName: \"properties.githubWorkflowProfile.acr\",\n type: {\n name: \"Composite\",\n className: \"Acr\"\n }\n },\n oidcCredentials: {\n serializedName: \"properties.githubWorkflowProfile.oidcCredentials\",\n type: {\n name: \"Composite\",\n className: \"GitHubWorkflowProfileOidcCredentials\"\n }\n },\n aksResourceId: {\n serializedName: \"properties.githubWorkflowProfile.aksResourceId\",\n type: {\n name: \"String\"\n }\n },\n prURL: {\n serializedName: \"properties.githubWorkflowProfile.prURL\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n pullNumber: {\n serializedName: \"properties.githubWorkflowProfile.pullNumber\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n prStatus: {\n serializedName: \"properties.githubWorkflowProfile.prStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n lastWorkflowRun: {\n serializedName: \"properties.githubWorkflowProfile.lastWorkflowRun\",\n type: {\n name: \"Composite\",\n className: \"WorkflowRun\"\n }\n },\n authStatus: {\n serializedName: \"properties.githubWorkflowProfile.authStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n"]}
@@ -0,0 +1,18 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const accept: OperationParameter;
3
+ export declare const $host: OperationURLParameter;
4
+ export declare const apiVersion: OperationQueryParameter;
5
+ export declare const contentType: OperationParameter;
6
+ export declare const parameters: OperationParameter;
7
+ export declare const subscriptionId: OperationURLParameter;
8
+ export declare const location: OperationURLParameter;
9
+ export declare const code: OperationQueryParameter;
10
+ export declare const state: OperationQueryParameter;
11
+ export declare const parameters1: OperationParameter;
12
+ export declare const resourceGroupName: OperationURLParameter;
13
+ export declare const managedClusterResource: OperationQueryParameter;
14
+ export declare const workflowName: OperationURLParameter;
15
+ export declare const parameters2: OperationParameter;
16
+ export declare const parameters3: OperationParameter;
17
+ export declare const nextLink: OperationURLParameter;
18
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAQ5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAY5B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAYtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,uBASlB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,uBASnB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAa/B,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,uBAQpC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAgB1B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC"}
@@ -0,0 +1,164 @@
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 { GitHubOAuthCallRequest as GitHubOAuthCallRequestMapper, ArtifactGenerationProperties as ArtifactGenerationPropertiesMapper, Workflow as WorkflowMapper, TagsObject as TagsObjectMapper } from "../models/mappers.js";
9
+ export const accept = {
10
+ parameterPath: "accept",
11
+ mapper: {
12
+ defaultValue: "application/json",
13
+ isConstant: true,
14
+ serializedName: "Accept",
15
+ type: {
16
+ name: "String"
17
+ }
18
+ }
19
+ };
20
+ export const $host = {
21
+ parameterPath: "$host",
22
+ mapper: {
23
+ serializedName: "$host",
24
+ required: true,
25
+ type: {
26
+ name: "String"
27
+ }
28
+ },
29
+ skipEncoding: true
30
+ };
31
+ export const apiVersion = {
32
+ parameterPath: "apiVersion",
33
+ mapper: {
34
+ defaultValue: "2022-10-11-preview",
35
+ isConstant: true,
36
+ serializedName: "api-version",
37
+ type: {
38
+ name: "String"
39
+ }
40
+ }
41
+ };
42
+ export const contentType = {
43
+ parameterPath: ["options", "contentType"],
44
+ mapper: {
45
+ defaultValue: "application/json",
46
+ isConstant: true,
47
+ serializedName: "Content-Type",
48
+ type: {
49
+ name: "String"
50
+ }
51
+ }
52
+ };
53
+ export const parameters = {
54
+ parameterPath: ["options", "parameters"],
55
+ mapper: GitHubOAuthCallRequestMapper
56
+ };
57
+ export const subscriptionId = {
58
+ parameterPath: "subscriptionId",
59
+ mapper: {
60
+ constraints: {
61
+ MinLength: 1
62
+ },
63
+ serializedName: "subscriptionId",
64
+ required: true,
65
+ type: {
66
+ name: "String"
67
+ }
68
+ }
69
+ };
70
+ export const location = {
71
+ parameterPath: "location",
72
+ mapper: {
73
+ constraints: {
74
+ MinLength: 1
75
+ },
76
+ serializedName: "location",
77
+ required: true,
78
+ type: {
79
+ name: "String"
80
+ }
81
+ }
82
+ };
83
+ export const code = {
84
+ parameterPath: "code",
85
+ mapper: {
86
+ serializedName: "code",
87
+ required: true,
88
+ type: {
89
+ name: "String"
90
+ }
91
+ }
92
+ };
93
+ export const state = {
94
+ parameterPath: "state",
95
+ mapper: {
96
+ serializedName: "state",
97
+ required: true,
98
+ type: {
99
+ name: "String"
100
+ }
101
+ }
102
+ };
103
+ export const parameters1 = {
104
+ parameterPath: "parameters",
105
+ mapper: ArtifactGenerationPropertiesMapper
106
+ };
107
+ export const resourceGroupName = {
108
+ parameterPath: "resourceGroupName",
109
+ mapper: {
110
+ constraints: {
111
+ MaxLength: 90,
112
+ MinLength: 1
113
+ },
114
+ serializedName: "resourceGroupName",
115
+ required: true,
116
+ type: {
117
+ name: "String"
118
+ }
119
+ }
120
+ };
121
+ export const managedClusterResource = {
122
+ parameterPath: ["options", "managedClusterResource"],
123
+ mapper: {
124
+ serializedName: "managedClusterResource",
125
+ type: {
126
+ name: "String"
127
+ }
128
+ }
129
+ };
130
+ export const workflowName = {
131
+ parameterPath: "workflowName",
132
+ mapper: {
133
+ constraints: {
134
+ Pattern: new RegExp("^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$"),
135
+ MaxLength: 63,
136
+ MinLength: 1
137
+ },
138
+ serializedName: "workflowName",
139
+ required: true,
140
+ type: {
141
+ name: "String"
142
+ }
143
+ }
144
+ };
145
+ export const parameters2 = {
146
+ parameterPath: "parameters",
147
+ mapper: WorkflowMapper
148
+ };
149
+ export const parameters3 = {
150
+ parameterPath: "parameters",
151
+ mapper: TagsObjectMapper
152
+ };
153
+ export const nextLink = {
154
+ parameterPath: "nextLink",
155
+ mapper: {
156
+ serializedName: "nextLink",
157
+ required: true,
158
+ type: {
159
+ name: "String"
160
+ }
161
+ },
162
+ skipEncoding: true
163
+ };
164
+ //# sourceMappingURL=parameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n GitHubOAuthCallRequest as GitHubOAuthCallRequestMapper,\n ArtifactGenerationProperties as ArtifactGenerationPropertiesMapper,\n Workflow as WorkflowMapper,\n TagsObject as TagsObjectMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-10-11-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: [\"options\", \"parameters\"],\n mapper: GitHubOAuthCallRequestMapper\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n constraints: {\n MinLength: 1\n },\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const code: OperationQueryParameter = {\n parameterPath: \"code\",\n mapper: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const state: OperationQueryParameter = {\n parameterPath: \"state\",\n mapper: {\n serializedName: \"state\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ArtifactGenerationPropertiesMapper\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const managedClusterResource: OperationQueryParameter = {\n parameterPath: [\"options\", \"managedClusterResource\"],\n mapper: {\n serializedName: \"managedClusterResource\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const workflowName: OperationURLParameter = {\n parameterPath: \"workflowName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\n \"^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$\"\n ),\n MaxLength: 63,\n MinLength: 1\n },\n serializedName: \"workflowName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: WorkflowMapper\n};\n\nexport const parameters3: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: TagsObjectMapper\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n"]}
@@ -0,0 +1,3 @@
1
+ export * from "./operations.js";
2
+ export * from "./workflowOperations.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1,10 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export * from "./operations.js";
9
+ export * from "./workflowOperations.js";
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,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\nexport * from \"./operations.js\";\nexport * from \"./workflowOperations.js\";\n"]}
@@ -0,0 +1,18 @@
1
+ import { Operations } from "../operationsInterfaces/index.js";
2
+ import { DeveloperHubServiceClient } from "../developerHubServiceClient.js";
3
+ import { OperationsListOptionalParams, OperationsListResponse } from "../models/index.js";
4
+ /** Class containing Operations operations. */
5
+ export declare class OperationsImpl implements Operations {
6
+ private readonly client;
7
+ /**
8
+ * Initialize a new instance of the class Operations class.
9
+ * @param client Reference to the service client
10
+ */
11
+ constructor(client: DeveloperHubServiceClient);
12
+ /**
13
+ * Returns list of operations.
14
+ * @param options The options parameters.
15
+ */
16
+ list(options?: OperationsListOptionalParams): Promise<OperationsListResponse>;
17
+ }
18
+ //# sourceMappingURL=operations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,oBAAoB,CAAC;AAE5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;CAGnC"}
@@ -0,0 +1,47 @@
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 * as coreClient from "@azure/core-client";
9
+ import * as Mappers from "../models/mappers.js";
10
+ import * as Parameters from "../models/parameters.js";
11
+ /** Class containing Operations operations. */
12
+ export class OperationsImpl {
13
+ client;
14
+ /**
15
+ * Initialize a new instance of the class Operations class.
16
+ * @param client Reference to the service client
17
+ */
18
+ constructor(client) {
19
+ this.client = client;
20
+ }
21
+ /**
22
+ * Returns list of operations.
23
+ * @param options The options parameters.
24
+ */
25
+ list(options) {
26
+ return this.client.sendOperationRequest({ options }, listOperationSpec);
27
+ }
28
+ }
29
+ // Operation Specifications
30
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
31
+ const listOperationSpec = {
32
+ path: "/providers/Microsoft.DevHub/operations",
33
+ httpMethod: "GET",
34
+ responses: {
35
+ 200: {
36
+ bodyMapper: Mappers.OperationListResult
37
+ },
38
+ default: {
39
+ bodyMapper: Mappers.ErrorResponse
40
+ }
41
+ },
42
+ queryParameters: [Parameters.apiVersion],
43
+ urlParameters: [Parameters.$host],
44
+ headerParameters: [Parameters.accept],
45
+ serializer
46
+ };
47
+ //# sourceMappingURL=operations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAOtD,8CAA8C;AAC9C,MAAM,OAAO,cAAc;IACR,MAAM,CAA4B;IAEnD;;;OAGG;IACH,YAAY,MAAiC;QAC3C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACH,IAAI,CACF,OAAsC;QAEtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAE,iBAAiB,CAAC,CAAC;IAC1E,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,wCAAwC;IAC9C,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC;IACjC,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 { Operations } 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 { DeveloperHubServiceClient } from \"../developerHubServiceClient.js\";\nimport {\n OperationsListOptionalParams,\n OperationsListResponse\n} from \"../models/index.js\";\n\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: DeveloperHubServiceClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: DeveloperHubServiceClient) {\n this.client = client;\n }\n\n /**\n * Returns list of operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.DevHub/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
@@ -0,0 +1,83 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { WorkflowOperations } from "../operationsInterfaces/index.js";
3
+ import { DeveloperHubServiceClient } from "../developerHubServiceClient.js";
4
+ import { Workflow, WorkflowListOptionalParams, WorkflowListByResourceGroupOptionalParams, WorkflowGetOptionalParams, WorkflowGetResponse, WorkflowCreateOrUpdateOptionalParams, WorkflowCreateOrUpdateResponse, WorkflowDeleteOptionalParams, WorkflowDeleteResponse, TagsObject, WorkflowUpdateTagsOptionalParams, WorkflowUpdateTagsResponse } from "../models/index.js";
5
+ /** Class containing WorkflowOperations operations. */
6
+ export declare class WorkflowOperationsImpl implements WorkflowOperations {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class WorkflowOperations class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: DeveloperHubServiceClient);
13
+ /**
14
+ * Gets a list of workflows associated with the specified subscription.
15
+ * @param options The options parameters.
16
+ */
17
+ list(options?: WorkflowListOptionalParams): PagedAsyncIterableIterator<Workflow>;
18
+ private listPagingPage;
19
+ private listPagingAll;
20
+ /**
21
+ * Gets a list of workflows within a resource group.
22
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
23
+ * @param options The options parameters.
24
+ */
25
+ listByResourceGroup(resourceGroupName: string, options?: WorkflowListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Workflow>;
26
+ private listByResourceGroupPagingPage;
27
+ private listByResourceGroupPagingAll;
28
+ /**
29
+ * Gets a list of workflows associated with the specified subscription.
30
+ * @param options The options parameters.
31
+ */
32
+ private _list;
33
+ /**
34
+ * Gets a list of workflows within a resource group.
35
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
36
+ * @param options The options parameters.
37
+ */
38
+ private _listByResourceGroup;
39
+ /**
40
+ * Gets a workflow.
41
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
42
+ * @param workflowName The name of the workflow resource.
43
+ * @param options The options parameters.
44
+ */
45
+ get(resourceGroupName: string, workflowName: string, options?: WorkflowGetOptionalParams): Promise<WorkflowGetResponse>;
46
+ /**
47
+ * Creates or updates a workflow
48
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
49
+ * @param workflowName The name of the workflow resource.
50
+ * @param parameters Resource representation of a workflow
51
+ * @param options The options parameters.
52
+ */
53
+ createOrUpdate(resourceGroupName: string, workflowName: string, parameters: Workflow, options?: WorkflowCreateOrUpdateOptionalParams): Promise<WorkflowCreateOrUpdateResponse>;
54
+ /**
55
+ * Deletes a workflow
56
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
57
+ * @param workflowName The name of the workflow resource.
58
+ * @param options The options parameters.
59
+ */
60
+ delete(resourceGroupName: string, workflowName: string, options?: WorkflowDeleteOptionalParams): Promise<WorkflowDeleteResponse>;
61
+ /**
62
+ * Updates tags on a workflow.
63
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
64
+ * @param workflowName The name of the workflow resource.
65
+ * @param parameters Parameters supplied to the Update Workflow Tags operation.
66
+ * @param options The options parameters.
67
+ */
68
+ updateTags(resourceGroupName: string, workflowName: string, parameters: TagsObject, options?: WorkflowUpdateTagsOptionalParams): Promise<WorkflowUpdateTagsResponse>;
69
+ /**
70
+ * ListNext
71
+ * @param nextLink The nextLink from the previous successful call to the List method.
72
+ * @param options The options parameters.
73
+ */
74
+ private _listNext;
75
+ /**
76
+ * ListByResourceGroupNext
77
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
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=workflowOperations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workflowOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/workflowOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAItE,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,QAAQ,EAER,0BAA0B,EAG1B,yCAAyC,EAEzC,yBAAyB,EACzB,mBAAmB,EACnB,oCAAoC,EACpC,8BAA8B,EAC9B,4BAA4B,EAC5B,sBAAsB,EACtB,UAAU,EACV,gCAAgC,EAChC,0BAA0B,EAG3B,MAAM,oBAAoB,CAAC;AAG5B,sDAAsD;AACtD,qBAAa,sBAAuB,YAAW,kBAAkB;IAC/D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,QAAQ,CAAC;YAkBxB,cAAc;YAsBd,aAAa;IAQ5B;;;;OAIG;IACI,mBAAmB,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,QAAQ,CAAC;YAsBxB,6BAA6B;YA2B7B,4BAA4B;IAY3C;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;IAO/B;;;;;;OAMG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,QAAQ,EACpB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC;IAO1C;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;IAOlC;;;;;;OAMG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,UAAU,EACtB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAOtC;;;;OAIG;IACH,OAAO,CAAC,SAAS;IAUjB;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;CAUjC"}