@azure/arm-devhub 1.0.0-beta.3 → 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 (286) hide show
  1. package/CHANGELOG.md +15 -5
  2. package/LICENSE +4 -4
  3. package/README.md +25 -18
  4. package/{dist-esm/src → dist/browser}/developerHubServiceClient.d.ts +2 -2
  5. package/dist/browser/developerHubServiceClient.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/developerHubServiceClient.js +33 -26
  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/browser/models/index.js.map +1 -0
  13. package/{dist-esm/src → dist/browser}/models/mappers.js +74 -35
  14. package/dist/browser/models/mappers.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  16. package/dist/browser/models/parameters.js.map +1 -0
  17. package/dist/browser/operations/index.d.ts +3 -0
  18. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  19. package/{dist-esm/src → dist/browser}/operations/index.js +2 -2
  20. package/dist/browser/operations/index.js.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  22. package/dist/browser/operations/operations.d.ts.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -2
  24. package/dist/browser/operations/operations.js.map +1 -0
  25. package/{dist-esm/src → dist/browser}/operations/workflowOperations.d.ts +3 -3
  26. package/dist/browser/operations/workflowOperations.d.ts.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/workflowOperations.js +48 -92
  28. package/dist/browser/operations/workflowOperations.js.map +1 -0
  29. package/dist/browser/operationsInterfaces/index.d.ts +3 -0
  30. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  31. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +2 -2
  32. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  34. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  35. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operationsInterfaces/workflowOperations.d.ts +1 -1
  37. package/dist/browser/operationsInterfaces/workflowOperations.d.ts.map +1 -0
  38. package/dist/browser/operationsInterfaces/workflowOperations.js.map +1 -0
  39. package/dist/browser/package.json +3 -0
  40. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  41. package/dist/browser/pagingHelper.js.map +1 -0
  42. package/dist/commonjs/developerHubServiceClient.d.ts +48 -0
  43. package/dist/commonjs/developerHubServiceClient.d.ts.map +1 -0
  44. package/dist/commonjs/developerHubServiceClient.js +238 -0
  45. package/dist/commonjs/developerHubServiceClient.js.map +1 -0
  46. package/dist/commonjs/index.d.ts +5 -0
  47. package/dist/commonjs/index.d.ts.map +1 -0
  48. package/dist/commonjs/index.js +19 -0
  49. package/dist/commonjs/index.js.map +1 -0
  50. package/{types/arm-devhub.d.ts → dist/commonjs/models/index.d.ts} +658 -840
  51. package/dist/commonjs/models/index.d.ts.map +1 -0
  52. package/dist/commonjs/models/index.js +133 -0
  53. package/dist/commonjs/models/index.js.map +1 -0
  54. package/dist/commonjs/models/mappers.d.ts +25 -0
  55. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  56. package/dist/commonjs/models/mappers.js +850 -0
  57. package/dist/commonjs/models/mappers.js.map +1 -0
  58. package/dist/commonjs/models/parameters.d.ts +18 -0
  59. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  60. package/dist/commonjs/models/parameters.js +167 -0
  61. package/dist/commonjs/models/parameters.js.map +1 -0
  62. package/dist/commonjs/operations/index.d.ts +3 -0
  63. package/dist/commonjs/operations/index.d.ts.map +1 -0
  64. package/dist/commonjs/operations/index.js +13 -0
  65. package/dist/commonjs/operations/index.js.map +1 -0
  66. package/dist/commonjs/operations/operations.d.ts +18 -0
  67. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  68. package/dist/commonjs/operations/operations.js +52 -0
  69. package/dist/commonjs/operations/operations.js.map +1 -0
  70. package/dist/commonjs/operations/workflowOperations.d.ts +83 -0
  71. package/dist/commonjs/operations/workflowOperations.d.ts.map +1 -0
  72. package/dist/commonjs/operations/workflowOperations.js +357 -0
  73. package/dist/commonjs/operations/workflowOperations.js.map +1 -0
  74. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
  75. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  76. package/dist/commonjs/operationsInterfaces/index.js +13 -0
  77. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  78. package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
  79. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  80. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  81. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  82. package/dist/commonjs/operationsInterfaces/workflowOperations.d.ts +47 -0
  83. package/dist/commonjs/operationsInterfaces/workflowOperations.d.ts.map +1 -0
  84. package/dist/commonjs/operationsInterfaces/workflowOperations.js +10 -0
  85. package/dist/commonjs/operationsInterfaces/workflowOperations.js.map +1 -0
  86. package/dist/commonjs/package.json +3 -0
  87. package/dist/commonjs/pagingHelper.d.ts +13 -0
  88. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  89. package/dist/commonjs/pagingHelper.js +34 -0
  90. package/dist/commonjs/pagingHelper.js.map +1 -0
  91. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  92. package/dist/esm/developerHubServiceClient.d.ts +48 -0
  93. package/dist/esm/developerHubServiceClient.d.ts.map +1 -0
  94. package/dist/esm/developerHubServiceClient.js +233 -0
  95. package/dist/esm/developerHubServiceClient.js.map +1 -0
  96. package/dist/esm/index.d.ts +5 -0
  97. package/dist/esm/index.d.ts.map +1 -0
  98. package/{src/index.ts → dist/esm/index.js} +5 -5
  99. package/dist/esm/index.js.map +1 -0
  100. package/dist/esm/models/index.d.ts +658 -0
  101. package/dist/esm/models/index.d.ts.map +1 -0
  102. package/dist/esm/models/index.js +130 -0
  103. package/dist/esm/models/index.js.map +1 -0
  104. package/dist/esm/models/mappers.d.ts +25 -0
  105. package/dist/esm/models/mappers.d.ts.map +1 -0
  106. package/dist/esm/models/mappers.js +847 -0
  107. package/dist/esm/models/mappers.js.map +1 -0
  108. package/dist/esm/models/parameters.d.ts +18 -0
  109. package/dist/esm/models/parameters.d.ts.map +1 -0
  110. package/dist/esm/models/parameters.js +164 -0
  111. package/dist/esm/models/parameters.js.map +1 -0
  112. package/dist/esm/operations/index.d.ts +3 -0
  113. package/dist/esm/operations/index.d.ts.map +1 -0
  114. package/dist/esm/operations/index.js +10 -0
  115. package/dist/esm/operations/index.js.map +1 -0
  116. package/dist/esm/operations/operations.d.ts +18 -0
  117. package/dist/esm/operations/operations.d.ts.map +1 -0
  118. package/dist/esm/operations/operations.js +47 -0
  119. package/dist/esm/operations/operations.js.map +1 -0
  120. package/dist/esm/operations/workflowOperations.d.ts +83 -0
  121. package/dist/esm/operations/workflowOperations.d.ts.map +1 -0
  122. package/dist/esm/operations/workflowOperations.js +352 -0
  123. package/dist/esm/operations/workflowOperations.js.map +1 -0
  124. package/dist/esm/operationsInterfaces/index.d.ts +3 -0
  125. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  126. package/dist/esm/operationsInterfaces/index.js +10 -0
  127. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  128. package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
  129. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  130. package/{src/operations/index.ts → dist/esm/operationsInterfaces/operations.js} +2 -3
  131. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  132. package/dist/esm/operationsInterfaces/workflowOperations.d.ts +47 -0
  133. package/dist/esm/operationsInterfaces/workflowOperations.d.ts.map +1 -0
  134. package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/workflowOperations.js} +2 -3
  135. package/dist/esm/operationsInterfaces/workflowOperations.js.map +1 -0
  136. package/dist/esm/package.json +3 -0
  137. package/dist/esm/pagingHelper.d.ts +13 -0
  138. package/dist/esm/pagingHelper.d.ts.map +1 -0
  139. package/dist/esm/pagingHelper.js +30 -0
  140. package/dist/esm/pagingHelper.js.map +1 -0
  141. package/dist/react-native/developerHubServiceClient.d.ts +48 -0
  142. package/dist/react-native/developerHubServiceClient.d.ts.map +1 -0
  143. package/dist/react-native/developerHubServiceClient.js +233 -0
  144. package/dist/react-native/developerHubServiceClient.js.map +1 -0
  145. package/dist/react-native/index.d.ts +5 -0
  146. package/dist/react-native/index.d.ts.map +1 -0
  147. package/dist/react-native/index.js +13 -0
  148. package/dist/react-native/index.js.map +1 -0
  149. package/dist/react-native/models/index.d.ts +658 -0
  150. package/dist/react-native/models/index.d.ts.map +1 -0
  151. package/dist/react-native/models/index.js +130 -0
  152. package/dist/react-native/models/index.js.map +1 -0
  153. package/dist/react-native/models/mappers.d.ts +25 -0
  154. package/dist/react-native/models/mappers.d.ts.map +1 -0
  155. package/dist/react-native/models/mappers.js +847 -0
  156. package/dist/react-native/models/mappers.js.map +1 -0
  157. package/dist/react-native/models/parameters.d.ts +18 -0
  158. package/dist/react-native/models/parameters.d.ts.map +1 -0
  159. package/dist/react-native/models/parameters.js +164 -0
  160. package/dist/react-native/models/parameters.js.map +1 -0
  161. package/dist/react-native/operations/index.d.ts +3 -0
  162. package/dist/react-native/operations/index.d.ts.map +1 -0
  163. package/dist/react-native/operations/index.js +10 -0
  164. package/dist/react-native/operations/index.js.map +1 -0
  165. package/dist/react-native/operations/operations.d.ts +18 -0
  166. package/dist/react-native/operations/operations.d.ts.map +1 -0
  167. package/dist/react-native/operations/operations.js +47 -0
  168. package/dist/react-native/operations/operations.js.map +1 -0
  169. package/dist/react-native/operations/workflowOperations.d.ts +83 -0
  170. package/dist/react-native/operations/workflowOperations.d.ts.map +1 -0
  171. package/dist/react-native/operations/workflowOperations.js +352 -0
  172. package/dist/react-native/operations/workflowOperations.js.map +1 -0
  173. package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
  174. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  175. package/dist/react-native/operationsInterfaces/index.js +10 -0
  176. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  177. package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
  178. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  179. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  180. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  181. package/dist/react-native/operationsInterfaces/workflowOperations.d.ts +47 -0
  182. package/dist/react-native/operationsInterfaces/workflowOperations.d.ts.map +1 -0
  183. package/dist/react-native/operationsInterfaces/workflowOperations.js +9 -0
  184. package/dist/react-native/operationsInterfaces/workflowOperations.js.map +1 -0
  185. package/dist/react-native/package.json +3 -0
  186. package/dist/react-native/pagingHelper.d.ts +13 -0
  187. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  188. package/dist/react-native/pagingHelper.js +30 -0
  189. package/dist/react-native/pagingHelper.js.map +1 -0
  190. package/package.json +84 -75
  191. package/dist/index.js +0 -1846
  192. package/dist/index.js.map +0 -1
  193. package/dist/index.min.js +0 -1
  194. package/dist/index.min.js.map +0 -1
  195. package/dist-esm/samples-dev/generatePreviewArtifactsSample.d.ts +0 -2
  196. package/dist-esm/samples-dev/generatePreviewArtifactsSample.d.ts.map +0 -1
  197. package/dist-esm/samples-dev/generatePreviewArtifactsSample.js +0 -51
  198. package/dist-esm/samples-dev/generatePreviewArtifactsSample.js.map +0 -1
  199. package/dist-esm/samples-dev/gitHubOAuthCallbackSample.d.ts +0 -2
  200. package/dist-esm/samples-dev/gitHubOAuthCallbackSample.d.ts.map +0 -1
  201. package/dist-esm/samples-dev/gitHubOAuthCallbackSample.js +0 -39
  202. package/dist-esm/samples-dev/gitHubOAuthCallbackSample.js.map +0 -1
  203. package/dist-esm/samples-dev/gitHubOAuthSample.d.ts +0 -2
  204. package/dist-esm/samples-dev/gitHubOAuthSample.d.ts.map +0 -1
  205. package/dist-esm/samples-dev/gitHubOAuthSample.js +0 -41
  206. package/dist-esm/samples-dev/gitHubOAuthSample.js.map +0 -1
  207. package/dist-esm/samples-dev/listGitHubOAuthSample.d.ts +0 -2
  208. package/dist-esm/samples-dev/listGitHubOAuthSample.d.ts.map +0 -1
  209. package/dist-esm/samples-dev/listGitHubOAuthSample.js +0 -37
  210. package/dist-esm/samples-dev/listGitHubOAuthSample.js.map +0 -1
  211. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  212. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  213. package/dist-esm/samples-dev/operationsListSample.js +0 -37
  214. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  215. package/dist-esm/samples-dev/workflowCreateOrUpdateSample.d.ts +0 -2
  216. package/dist-esm/samples-dev/workflowCreateOrUpdateSample.d.ts.map +0 -1
  217. package/dist-esm/samples-dev/workflowCreateOrUpdateSample.js +0 -119
  218. package/dist-esm/samples-dev/workflowCreateOrUpdateSample.js.map +0 -1
  219. package/dist-esm/samples-dev/workflowDeleteSample.d.ts +0 -2
  220. package/dist-esm/samples-dev/workflowDeleteSample.d.ts.map +0 -1
  221. package/dist-esm/samples-dev/workflowDeleteSample.js +0 -38
  222. package/dist-esm/samples-dev/workflowDeleteSample.js.map +0 -1
  223. package/dist-esm/samples-dev/workflowGetSample.d.ts +0 -2
  224. package/dist-esm/samples-dev/workflowGetSample.d.ts.map +0 -1
  225. package/dist-esm/samples-dev/workflowGetSample.js +0 -38
  226. package/dist-esm/samples-dev/workflowGetSample.js.map +0 -1
  227. package/dist-esm/samples-dev/workflowListByResourceGroupSample.d.ts +0 -2
  228. package/dist-esm/samples-dev/workflowListByResourceGroupSample.d.ts.map +0 -1
  229. package/dist-esm/samples-dev/workflowListByResourceGroupSample.js +0 -62
  230. package/dist-esm/samples-dev/workflowListByResourceGroupSample.js.map +0 -1
  231. package/dist-esm/samples-dev/workflowListSample.d.ts +0 -2
  232. package/dist-esm/samples-dev/workflowListSample.d.ts.map +0 -1
  233. package/dist-esm/samples-dev/workflowListSample.js +0 -57
  234. package/dist-esm/samples-dev/workflowListSample.js.map +0 -1
  235. package/dist-esm/samples-dev/workflowUpdateTagsSample.d.ts +0 -2
  236. package/dist-esm/samples-dev/workflowUpdateTagsSample.d.ts.map +0 -1
  237. package/dist-esm/samples-dev/workflowUpdateTagsSample.js +0 -41
  238. package/dist-esm/samples-dev/workflowUpdateTagsSample.js.map +0 -1
  239. package/dist-esm/src/developerHubServiceClient.d.ts.map +0 -1
  240. package/dist-esm/src/developerHubServiceClient.js.map +0 -1
  241. package/dist-esm/src/index.d.ts +0 -6
  242. package/dist-esm/src/index.d.ts.map +0 -1
  243. package/dist-esm/src/index.js.map +0 -1
  244. package/dist-esm/src/models/index.js.map +0 -1
  245. package/dist-esm/src/models/mappers.js.map +0 -1
  246. package/dist-esm/src/models/parameters.js.map +0 -1
  247. package/dist-esm/src/operations/index.d.ts +0 -3
  248. package/dist-esm/src/operations/index.js.map +0 -1
  249. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  250. package/dist-esm/src/operations/operations.js.map +0 -1
  251. package/dist-esm/src/operations/workflowOperations.d.ts.map +0 -1
  252. package/dist-esm/src/operations/workflowOperations.js.map +0 -1
  253. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
  254. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  255. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  256. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  257. package/dist-esm/src/operationsInterfaces/workflowOperations.d.ts.map +0 -1
  258. package/dist-esm/src/operationsInterfaces/workflowOperations.js.map +0 -1
  259. package/dist-esm/src/pagingHelper.js.map +0 -1
  260. package/dist-esm/test/devhub_examples.spec.d.ts +0 -4
  261. package/dist-esm/test/devhub_examples.spec.d.ts.map +0 -1
  262. package/dist-esm/test/devhub_examples.spec.js +0 -74
  263. package/dist-esm/test/devhub_examples.spec.js.map +0 -1
  264. package/rollup.config.js +0 -122
  265. package/src/developerHubServiceClient.ts +0 -314
  266. package/src/models/index.ts +0 -732
  267. package/src/models/mappers.ts +0 -878
  268. package/src/models/parameters.ts +0 -192
  269. package/src/operations/operations.ts +0 -59
  270. package/src/operations/workflowOperations.ts +0 -476
  271. package/src/operationsInterfaces/operations.ts +0 -21
  272. package/src/operationsInterfaces/workflowOperations.ts +0 -92
  273. package/src/pagingHelper.ts +0 -39
  274. package/tsconfig.json +0 -33
  275. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  276. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  277. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  278. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  279. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  280. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  281. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  282. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  283. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workflowOperations.js +0 -0
  284. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  285. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  286. /package/review/{arm-devhub.api.md → arm-devhub-node.api.md} +0 -0
@@ -616,193 +616,232 @@ export const ProxyResource = {
616
616
  type: {
617
617
  name: "Composite",
618
618
  className: "ProxyResource",
619
- modelProperties: Object.assign({}, Resource.type.modelProperties)
619
+ modelProperties: {
620
+ ...Resource.type.modelProperties
621
+ }
620
622
  }
621
623
  };
622
624
  export const TrackedResource = {
623
625
  type: {
624
626
  name: "Composite",
625
627
  className: "TrackedResource",
626
- modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
628
+ modelProperties: {
629
+ ...Resource.type.modelProperties,
630
+ tags: {
627
631
  serializedName: "tags",
628
632
  type: {
629
633
  name: "Dictionary",
630
634
  value: { type: { name: "String" } }
631
635
  }
632
- }, location: {
636
+ },
637
+ location: {
633
638
  serializedName: "location",
634
639
  required: true,
635
640
  type: {
636
641
  name: "String"
637
642
  }
638
- } })
643
+ }
644
+ }
639
645
  }
640
646
  };
641
647
  export const GitHubOAuthResponse = {
642
648
  type: {
643
649
  name: "Composite",
644
650
  className: "GitHubOAuthResponse",
645
- modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { username: {
651
+ modelProperties: {
652
+ ...ProxyResource.type.modelProperties,
653
+ username: {
646
654
  serializedName: "properties.username",
647
655
  type: {
648
656
  name: "String"
649
657
  }
650
- } })
658
+ }
659
+ }
651
660
  }
652
661
  };
653
662
  export const Workflow = {
654
663
  type: {
655
664
  name: "Composite",
656
665
  className: "Workflow",
657
- modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { generationLanguage: {
666
+ modelProperties: {
667
+ ...TrackedResource.type.modelProperties,
668
+ generationLanguage: {
658
669
  serializedName: "properties.artifactGenerationProperties.generationLanguage",
659
670
  type: {
660
671
  name: "String"
661
672
  }
662
- }, languageVersion: {
673
+ },
674
+ languageVersion: {
663
675
  serializedName: "properties.artifactGenerationProperties.languageVersion",
664
676
  type: {
665
677
  name: "String"
666
678
  }
667
- }, builderVersion: {
679
+ },
680
+ builderVersion: {
668
681
  serializedName: "properties.artifactGenerationProperties.builderVersion",
669
682
  type: {
670
683
  name: "String"
671
684
  }
672
- }, port: {
685
+ },
686
+ port: {
673
687
  serializedName: "properties.artifactGenerationProperties.port",
674
688
  type: {
675
689
  name: "String"
676
690
  }
677
- }, appName: {
691
+ },
692
+ appName: {
678
693
  serializedName: "properties.artifactGenerationProperties.appName",
679
694
  type: {
680
695
  name: "String"
681
696
  }
682
- }, dockerfileOutputDirectory: {
697
+ },
698
+ dockerfileOutputDirectory: {
683
699
  serializedName: "properties.artifactGenerationProperties.dockerfileOutputDirectory",
684
700
  type: {
685
701
  name: "String"
686
702
  }
687
- }, manifestOutputDirectory: {
703
+ },
704
+ manifestOutputDirectory: {
688
705
  serializedName: "properties.artifactGenerationProperties.manifestOutputDirectory",
689
706
  type: {
690
707
  name: "String"
691
708
  }
692
- }, dockerfileGenerationMode: {
709
+ },
710
+ dockerfileGenerationMode: {
693
711
  serializedName: "properties.artifactGenerationProperties.dockerfileGenerationMode",
694
712
  type: {
695
713
  name: "String"
696
714
  }
697
- }, manifestGenerationMode: {
715
+ },
716
+ manifestGenerationMode: {
698
717
  serializedName: "properties.artifactGenerationProperties.manifestGenerationMode",
699
718
  type: {
700
719
  name: "String"
701
720
  }
702
- }, manifestType: {
721
+ },
722
+ manifestType: {
703
723
  serializedName: "properties.artifactGenerationProperties.manifestType",
704
724
  type: {
705
725
  name: "String"
706
726
  }
707
- }, imageName: {
727
+ },
728
+ imageName: {
708
729
  serializedName: "properties.artifactGenerationProperties.imageName",
709
730
  type: {
710
731
  name: "String"
711
732
  }
712
- }, namespacePropertiesArtifactGenerationPropertiesNamespace: {
733
+ },
734
+ namespacePropertiesArtifactGenerationPropertiesNamespace: {
713
735
  serializedName: "properties.artifactGenerationProperties.namespace",
714
736
  type: {
715
737
  name: "String"
716
738
  }
717
- }, imageTag: {
739
+ },
740
+ imageTag: {
718
741
  serializedName: "properties.artifactGenerationProperties.imageTag",
719
742
  type: {
720
743
  name: "String"
721
744
  }
722
- }, repositoryOwner: {
745
+ },
746
+ repositoryOwner: {
723
747
  serializedName: "properties.githubWorkflowProfile.repositoryOwner",
724
748
  type: {
725
749
  name: "String"
726
750
  }
727
- }, repositoryName: {
751
+ },
752
+ repositoryName: {
728
753
  serializedName: "properties.githubWorkflowProfile.repositoryName",
729
754
  type: {
730
755
  name: "String"
731
756
  }
732
- }, branchName: {
757
+ },
758
+ branchName: {
733
759
  serializedName: "properties.githubWorkflowProfile.branchName",
734
760
  type: {
735
761
  name: "String"
736
762
  }
737
- }, dockerfile: {
763
+ },
764
+ dockerfile: {
738
765
  serializedName: "properties.githubWorkflowProfile.dockerfile",
739
766
  type: {
740
767
  name: "String"
741
768
  }
742
- }, dockerBuildContext: {
769
+ },
770
+ dockerBuildContext: {
743
771
  serializedName: "properties.githubWorkflowProfile.dockerBuildContext",
744
772
  type: {
745
773
  name: "String"
746
774
  }
747
- }, deploymentProperties: {
775
+ },
776
+ deploymentProperties: {
748
777
  serializedName: "properties.githubWorkflowProfile.deploymentProperties",
749
778
  type: {
750
779
  name: "Composite",
751
780
  className: "DeploymentProperties"
752
781
  }
753
- }, namespacePropertiesGithubWorkflowProfileNamespace: {
782
+ },
783
+ namespacePropertiesGithubWorkflowProfileNamespace: {
754
784
  serializedName: "properties.githubWorkflowProfile.namespace",
755
785
  type: {
756
786
  name: "String"
757
787
  }
758
- }, acr: {
788
+ },
789
+ acr: {
759
790
  serializedName: "properties.githubWorkflowProfile.acr",
760
791
  type: {
761
792
  name: "Composite",
762
793
  className: "Acr"
763
794
  }
764
- }, oidcCredentials: {
795
+ },
796
+ oidcCredentials: {
765
797
  serializedName: "properties.githubWorkflowProfile.oidcCredentials",
766
798
  type: {
767
799
  name: "Composite",
768
800
  className: "GitHubWorkflowProfileOidcCredentials"
769
801
  }
770
- }, aksResourceId: {
802
+ },
803
+ aksResourceId: {
771
804
  serializedName: "properties.githubWorkflowProfile.aksResourceId",
772
805
  type: {
773
806
  name: "String"
774
807
  }
775
- }, prURL: {
808
+ },
809
+ prURL: {
776
810
  serializedName: "properties.githubWorkflowProfile.prURL",
777
811
  readOnly: true,
778
812
  type: {
779
813
  name: "String"
780
814
  }
781
- }, pullNumber: {
815
+ },
816
+ pullNumber: {
782
817
  serializedName: "properties.githubWorkflowProfile.pullNumber",
783
818
  readOnly: true,
784
819
  type: {
785
820
  name: "Number"
786
821
  }
787
- }, prStatus: {
822
+ },
823
+ prStatus: {
788
824
  serializedName: "properties.githubWorkflowProfile.prStatus",
789
825
  readOnly: true,
790
826
  type: {
791
827
  name: "String"
792
828
  }
793
- }, lastWorkflowRun: {
829
+ },
830
+ lastWorkflowRun: {
794
831
  serializedName: "properties.githubWorkflowProfile.lastWorkflowRun",
795
832
  type: {
796
833
  name: "Composite",
797
834
  className: "WorkflowRun"
798
835
  }
799
- }, authStatus: {
836
+ },
837
+ authStatus: {
800
838
  serializedName: "properties.githubWorkflowProfile.authStatus",
801
839
  readOnly: true,
802
840
  type: {
803
841
  name: "String"
804
842
  }
805
- } })
843
+ }
844
+ }
806
845
  }
807
846
  };
808
847
  //# sourceMappingURL=mappers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const 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"]}
@@ -5,7 +5,7 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { GitHubOAuthCallRequest as GitHubOAuthCallRequestMapper, ArtifactGenerationProperties as ArtifactGenerationPropertiesMapper, Workflow as WorkflowMapper, TagsObject as TagsObjectMapper } from "../models/mappers";
8
+ import { GitHubOAuthCallRequest as GitHubOAuthCallRequestMapper, ArtifactGenerationProperties as ArtifactGenerationPropertiesMapper, Workflow as WorkflowMapper, TagsObject as TagsObjectMapper } from "../models/mappers.js";
9
9
  export const accept = {
10
10
  parameterPath: "accept",
11
11
  mapper: {
@@ -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
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC"}
@@ -5,6 +5,6 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- export * from "./operations";
9
- export * from "./workflowOperations";
8
+ export * from "./operations.js";
9
+ export * from "./workflowOperations.js";
10
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"]}
@@ -1,6 +1,6 @@
1
- import { Operations } from "../operationsInterfaces";
2
- import { DeveloperHubServiceClient } from "../developerHubServiceClient";
3
- import { OperationsListOptionalParams, OperationsListResponse } from "../models";
1
+ import { Operations } from "../operationsInterfaces/index.js";
2
+ import { DeveloperHubServiceClient } from "../developerHubServiceClient.js";
3
+ import { OperationsListOptionalParams, OperationsListResponse } from "../models/index.js";
4
4
  /** Class containing Operations operations. */
5
5
  export declare class OperationsImpl implements Operations {
6
6
  private readonly client;
@@ -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"}
@@ -6,10 +6,11 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
  import * as coreClient from "@azure/core-client";
9
- import * as Mappers from "../models/mappers";
10
- import * as Parameters from "../models/parameters";
9
+ import * as Mappers from "../models/mappers.js";
10
+ import * as Parameters from "../models/parameters.js";
11
11
  /** Class containing Operations operations. */
12
12
  export class OperationsImpl {
13
+ client;
13
14
  /**
14
15
  * Initialize a new instance of the class Operations class.
15
16
  * @param client Reference to the service client
@@ -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"]}
@@ -1,7 +1,7 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { WorkflowOperations } from "../operationsInterfaces";
3
- import { DeveloperHubServiceClient } from "../developerHubServiceClient";
4
- import { Workflow, WorkflowListOptionalParams, WorkflowListByResourceGroupOptionalParams, WorkflowGetOptionalParams, WorkflowGetResponse, WorkflowCreateOrUpdateOptionalParams, WorkflowCreateOrUpdateResponse, WorkflowDeleteOptionalParams, WorkflowDeleteResponse, TagsObject, WorkflowUpdateTagsOptionalParams, WorkflowUpdateTagsResponse } from "../models";
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
5
  /** Class containing WorkflowOperations operations. */
6
6
  export declare class WorkflowOperationsImpl implements WorkflowOperations {
7
7
  private readonly client;
@@ -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"}