@azure/arm-automation 10.1.0 → 11.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (905) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +80 -83
  4. package/dist/index.js +17879 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/automationClient.d.ts +70 -0
  9. package/dist-esm/src/automationClient.d.ts.map +1 -0
  10. package/dist-esm/src/automationClient.js +155 -0
  11. package/dist-esm/src/automationClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +4393 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +412 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +184 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/dist-esm/src/models/mappers.js +6683 -0
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +106 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +811 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/activityOperations.d.ts +50 -0
  33. package/dist-esm/src/operations/activityOperations.d.ts.map +1 -0
  34. package/dist-esm/src/operations/activityOperations.js +188 -0
  35. package/dist-esm/src/operations/activityOperations.js.map +1 -0
  36. package/dist-esm/src/operations/agentRegistrationInformation.d.ts +28 -0
  37. package/dist-esm/src/operations/agentRegistrationInformation.d.ts.map +1 -0
  38. package/dist-esm/src/operations/agentRegistrationInformation.js +86 -0
  39. package/dist-esm/src/operations/agentRegistrationInformation.js.map +1 -0
  40. package/dist-esm/src/operations/automationAccountOperations.d.ts +83 -0
  41. package/dist-esm/src/operations/automationAccountOperations.d.ts.map +1 -0
  42. package/dist-esm/src/operations/automationAccountOperations.js +359 -0
  43. package/dist-esm/src/operations/automationAccountOperations.js.map +1 -0
  44. package/dist-esm/src/operations/certificateOperations.d.ts +73 -0
  45. package/dist-esm/src/operations/certificateOperations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/certificateOperations.js +285 -0
  47. package/dist-esm/src/operations/certificateOperations.js.map +1 -0
  48. package/dist-esm/src/operations/connectionOperations.d.ts +73 -0
  49. package/dist-esm/src/operations/connectionOperations.d.ts.map +1 -0
  50. package/dist-esm/src/operations/connectionOperations.js +286 -0
  51. package/dist-esm/src/operations/connectionOperations.js.map +1 -0
  52. package/dist-esm/src/operations/connectionTypeOperations.d.ts +64 -0
  53. package/dist-esm/src/operations/connectionTypeOperations.d.ts.map +1 -0
  54. package/dist-esm/src/operations/connectionTypeOperations.js +242 -0
  55. package/dist-esm/src/operations/connectionTypeOperations.js.map +1 -0
  56. package/dist-esm/src/operations/credentialOperations.d.ts +73 -0
  57. package/dist-esm/src/operations/credentialOperations.d.ts.map +1 -0
  58. package/dist-esm/src/operations/credentialOperations.js +279 -0
  59. package/dist-esm/src/operations/credentialOperations.js.map +1 -0
  60. package/dist-esm/src/operations/deletedAutomationAccounts.d.ts +18 -0
  61. package/dist-esm/src/operations/deletedAutomationAccounts.d.ts.map +1 -0
  62. package/dist-esm/src/operations/deletedAutomationAccounts.js +46 -0
  63. package/dist-esm/src/operations/deletedAutomationAccounts.js.map +1 -0
  64. package/dist-esm/src/operations/dscCompilationJobOperations.d.ts +75 -0
  65. package/dist-esm/src/operations/dscCompilationJobOperations.d.ts.map +1 -0
  66. package/dist-esm/src/operations/dscCompilationJobOperations.js +300 -0
  67. package/dist-esm/src/operations/dscCompilationJobOperations.js.map +1 -0
  68. package/dist-esm/src/operations/dscCompilationJobStream.d.ts +21 -0
  69. package/dist-esm/src/operations/dscCompilationJobStream.d.ts.map +1 -0
  70. package/dist-esm/src/operations/dscCompilationJobStream.js +55 -0
  71. package/dist-esm/src/operations/dscCompilationJobStream.js.map +1 -0
  72. package/dist-esm/src/operations/dscConfigurationOperations.d.ts +101 -0
  73. package/dist-esm/src/operations/dscConfigurationOperations.d.ts.map +1 -0
  74. package/dist-esm/src/operations/dscConfigurationOperations.js +427 -0
  75. package/dist-esm/src/operations/dscConfigurationOperations.js.map +1 -0
  76. package/dist-esm/src/operations/dscNodeConfigurationOperations.d.ts +74 -0
  77. package/dist-esm/src/operations/dscNodeConfigurationOperations.d.ts.map +1 -0
  78. package/dist-esm/src/operations/dscNodeConfigurationOperations.js +310 -0
  79. package/dist-esm/src/operations/dscNodeConfigurationOperations.js.map +1 -0
  80. package/dist-esm/src/operations/dscNodeOperations.d.ts +64 -0
  81. package/dist-esm/src/operations/dscNodeOperations.d.ts.map +1 -0
  82. package/dist-esm/src/operations/dscNodeOperations.js +253 -0
  83. package/dist-esm/src/operations/dscNodeOperations.js.map +1 -0
  84. package/dist-esm/src/operations/fields.d.ts +34 -0
  85. package/dist-esm/src/operations/fields.d.ts.map +1 -0
  86. package/dist-esm/src/operations/fields.js +111 -0
  87. package/dist-esm/src/operations/fields.js.map +1 -0
  88. package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.d.ts +74 -0
  89. package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
  90. package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.js +293 -0
  91. package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.js.map +1 -0
  92. package/dist-esm/src/operations/hybridRunbookWorkers.d.ts +81 -0
  93. package/dist-esm/src/operations/hybridRunbookWorkers.d.ts.map +1 -0
  94. package/dist-esm/src/operations/hybridRunbookWorkers.js +320 -0
  95. package/dist-esm/src/operations/hybridRunbookWorkers.js.map +1 -0
  96. package/dist-esm/src/operations/index.d.ts +46 -0
  97. package/dist-esm/src/operations/index.d.ts.map +1 -0
  98. package/dist-esm/src/operations/index.js +53 -0
  99. package/dist-esm/src/operations/index.js.map +1 -0
  100. package/dist-esm/src/operations/jobOperations.d.ts +96 -0
  101. package/dist-esm/src/operations/jobOperations.d.ts.map +1 -0
  102. package/dist-esm/src/operations/jobOperations.js +365 -0
  103. package/dist-esm/src/operations/jobOperations.js.map +1 -0
  104. package/dist-esm/src/operations/jobScheduleOperations.d.ts +64 -0
  105. package/dist-esm/src/operations/jobScheduleOperations.d.ts.map +1 -0
  106. package/dist-esm/src/operations/jobScheduleOperations.js +241 -0
  107. package/dist-esm/src/operations/jobScheduleOperations.js.map +1 -0
  108. package/dist-esm/src/operations/jobStreamOperations.d.ts +50 -0
  109. package/dist-esm/src/operations/jobStreamOperations.d.ts.map +1 -0
  110. package/dist-esm/src/operations/jobStreamOperations.js +182 -0
  111. package/dist-esm/src/operations/jobStreamOperations.js.map +1 -0
  112. package/dist-esm/src/operations/keys.d.ts +20 -0
  113. package/dist-esm/src/operations/keys.d.ts.map +1 -0
  114. package/dist-esm/src/operations/keys.js +53 -0
  115. package/dist-esm/src/operations/keys.js.map +1 -0
  116. package/dist-esm/src/operations/linkedWorkspaceOperations.d.ts +20 -0
  117. package/dist-esm/src/operations/linkedWorkspaceOperations.d.ts.map +1 -0
  118. package/dist-esm/src/operations/linkedWorkspaceOperations.js +53 -0
  119. package/dist-esm/src/operations/linkedWorkspaceOperations.js.map +1 -0
  120. package/dist-esm/src/operations/moduleOperations.d.ts +73 -0
  121. package/dist-esm/src/operations/moduleOperations.d.ts.map +1 -0
  122. package/dist-esm/src/operations/moduleOperations.js +285 -0
  123. package/dist-esm/src/operations/moduleOperations.js.map +1 -0
  124. package/dist-esm/src/operations/nodeCountInformation.d.ts +21 -0
  125. package/dist-esm/src/operations/nodeCountInformation.d.ts.map +1 -0
  126. package/dist-esm/src/operations/nodeCountInformation.js +55 -0
  127. package/dist-esm/src/operations/nodeCountInformation.js.map +1 -0
  128. package/dist-esm/src/operations/nodeReports.d.ts +59 -0
  129. package/dist-esm/src/operations/nodeReports.d.ts.map +1 -0
  130. package/dist-esm/src/operations/nodeReports.js +212 -0
  131. package/dist-esm/src/operations/nodeReports.js.map +1 -0
  132. package/dist-esm/src/operations/objectDataTypes.d.ts +52 -0
  133. package/dist-esm/src/operations/objectDataTypes.d.ts.map +1 -0
  134. package/dist-esm/src/operations/objectDataTypes.js +188 -0
  135. package/dist-esm/src/operations/objectDataTypes.js.map +1 -0
  136. package/dist-esm/src/operations/operations.d.ts +26 -0
  137. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  138. package/dist-esm/src/operations/operations.js +90 -0
  139. package/dist-esm/src/operations/operations.js.map +1 -0
  140. package/dist-esm/src/operations/privateEndpointConnections.d.ts +73 -0
  141. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  142. package/dist-esm/src/operations/privateEndpointConnections.js +307 -0
  143. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  144. package/dist-esm/src/operations/privateLinkResources.d.ts +30 -0
  145. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  146. package/dist-esm/src/operations/privateLinkResources.js +96 -0
  147. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  148. package/dist-esm/src/operations/python2Package.d.ts +73 -0
  149. package/dist-esm/src/operations/python2Package.d.ts.map +1 -0
  150. package/dist-esm/src/operations/python2Package.js +285 -0
  151. package/dist-esm/src/operations/python2Package.js.map +1 -0
  152. package/dist-esm/src/operations/runbookDraftOperations.d.ts +56 -0
  153. package/dist-esm/src/operations/runbookDraftOperations.d.ts.map +1 -0
  154. package/dist-esm/src/operations/runbookDraftOperations.js +214 -0
  155. package/dist-esm/src/operations/runbookDraftOperations.js.map +1 -0
  156. package/dist-esm/src/operations/runbookOperations.d.ts +99 -0
  157. package/dist-esm/src/operations/runbookOperations.d.ts.map +1 -0
  158. package/dist-esm/src/operations/runbookOperations.js +403 -0
  159. package/dist-esm/src/operations/runbookOperations.js.map +1 -0
  160. package/dist-esm/src/operations/scheduleOperations.d.ts +73 -0
  161. package/dist-esm/src/operations/scheduleOperations.d.ts.map +1 -0
  162. package/dist-esm/src/operations/scheduleOperations.js +286 -0
  163. package/dist-esm/src/operations/scheduleOperations.js.map +1 -0
  164. package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.d.ts +29 -0
  165. package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
  166. package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.js +96 -0
  167. package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.js.map +1 -0
  168. package/dist-esm/src/operations/softwareUpdateConfigurationRuns.d.ts +28 -0
  169. package/dist-esm/src/operations/softwareUpdateConfigurationRuns.d.ts.map +1 -0
  170. package/dist-esm/src/operations/softwareUpdateConfigurationRuns.js +95 -0
  171. package/dist-esm/src/operations/softwareUpdateConfigurationRuns.js.map +1 -0
  172. package/dist-esm/src/operations/softwareUpdateConfigurations.d.ts +45 -0
  173. package/dist-esm/src/operations/softwareUpdateConfigurations.d.ts.map +1 -0
  174. package/dist-esm/src/operations/softwareUpdateConfigurations.js +174 -0
  175. package/dist-esm/src/operations/softwareUpdateConfigurations.js.map +1 -0
  176. package/dist-esm/src/operations/sourceControlOperations.d.ts +73 -0
  177. package/dist-esm/src/operations/sourceControlOperations.d.ts.map +1 -0
  178. package/dist-esm/src/operations/sourceControlOperations.js +285 -0
  179. package/dist-esm/src/operations/sourceControlOperations.js.map +1 -0
  180. package/dist-esm/src/operations/sourceControlSyncJobOperations.d.ts +61 -0
  181. package/dist-esm/src/operations/sourceControlSyncJobOperations.d.ts.map +1 -0
  182. package/dist-esm/src/operations/sourceControlSyncJobOperations.js +233 -0
  183. package/dist-esm/src/operations/sourceControlSyncJobOperations.js.map +1 -0
  184. package/dist-esm/src/operations/sourceControlSyncJobStreams.d.ts +54 -0
  185. package/dist-esm/src/operations/sourceControlSyncJobStreams.d.ts.map +1 -0
  186. package/dist-esm/src/operations/sourceControlSyncJobStreams.js +203 -0
  187. package/dist-esm/src/operations/sourceControlSyncJobStreams.js.map +1 -0
  188. package/dist-esm/src/operations/statisticsOperations.d.ts +30 -0
  189. package/dist-esm/src/operations/statisticsOperations.d.ts.map +1 -0
  190. package/dist-esm/src/operations/statisticsOperations.js +99 -0
  191. package/dist-esm/src/operations/statisticsOperations.js.map +1 -0
  192. package/dist-esm/src/operations/testJobOperations.d.ts +54 -0
  193. package/dist-esm/src/operations/testJobOperations.d.ts.map +1 -0
  194. package/dist-esm/src/operations/testJobOperations.js +186 -0
  195. package/dist-esm/src/operations/testJobOperations.js.map +1 -0
  196. package/dist-esm/src/operations/testJobStreams.d.ts +50 -0
  197. package/dist-esm/src/operations/testJobStreams.d.ts.map +1 -0
  198. package/dist-esm/src/operations/testJobStreams.js +188 -0
  199. package/dist-esm/src/operations/testJobStreams.js.map +1 -0
  200. package/dist-esm/src/operations/usages.d.ts +30 -0
  201. package/dist-esm/src/operations/usages.d.ts.map +1 -0
  202. package/dist-esm/src/operations/usages.js +99 -0
  203. package/dist-esm/src/operations/usages.js.map +1 -0
  204. package/dist-esm/src/operations/variableOperations.d.ts +73 -0
  205. package/dist-esm/src/operations/variableOperations.d.ts.map +1 -0
  206. package/dist-esm/src/operations/variableOperations.js +285 -0
  207. package/dist-esm/src/operations/variableOperations.js.map +1 -0
  208. package/dist-esm/src/operations/watcherOperations.d.ts +89 -0
  209. package/dist-esm/src/operations/watcherOperations.d.ts.map +1 -0
  210. package/dist-esm/src/operations/watcherOperations.js +345 -0
  211. package/dist-esm/src/operations/watcherOperations.js.map +1 -0
  212. package/dist-esm/src/operations/webhookOperations.d.ts +80 -0
  213. package/dist-esm/src/operations/webhookOperations.d.ts.map +1 -0
  214. package/dist-esm/src/operations/webhookOperations.js +315 -0
  215. package/dist-esm/src/operations/webhookOperations.js.map +1 -0
  216. package/dist-esm/src/operationsInterfaces/activityOperations.d.ts +23 -0
  217. package/dist-esm/src/operationsInterfaces/activityOperations.d.ts.map +1 -0
  218. package/dist-esm/src/operationsInterfaces/activityOperations.js +9 -0
  219. package/dist-esm/src/operationsInterfaces/activityOperations.js.map +1 -0
  220. package/dist-esm/src/operationsInterfaces/agentRegistrationInformation.d.ts +20 -0
  221. package/dist-esm/src/operationsInterfaces/agentRegistrationInformation.d.ts.map +1 -0
  222. package/dist-esm/src/operationsInterfaces/agentRegistrationInformation.js +9 -0
  223. package/dist-esm/src/operationsInterfaces/agentRegistrationInformation.js.map +1 -0
  224. package/dist-esm/src/operationsInterfaces/automationAccountOperations.d.ts +47 -0
  225. package/dist-esm/src/operationsInterfaces/automationAccountOperations.d.ts.map +1 -0
  226. package/dist-esm/src/operationsInterfaces/automationAccountOperations.js +9 -0
  227. package/dist-esm/src/operationsInterfaces/automationAccountOperations.js.map +1 -0
  228. package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts +47 -0
  229. package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts.map +1 -0
  230. package/dist-esm/src/operationsInterfaces/certificateOperations.js +9 -0
  231. package/dist-esm/src/operationsInterfaces/certificateOperations.js.map +1 -0
  232. package/dist-esm/src/operationsInterfaces/connectionOperations.d.ts +47 -0
  233. package/dist-esm/src/operationsInterfaces/connectionOperations.d.ts.map +1 -0
  234. package/dist-esm/src/operationsInterfaces/connectionOperations.js +9 -0
  235. package/dist-esm/src/operationsInterfaces/connectionOperations.js.map +1 -0
  236. package/dist-esm/src/operationsInterfaces/connectionTypeOperations.d.ts +38 -0
  237. package/dist-esm/src/operationsInterfaces/connectionTypeOperations.d.ts.map +1 -0
  238. package/dist-esm/src/operationsInterfaces/connectionTypeOperations.js +9 -0
  239. package/dist-esm/src/operationsInterfaces/connectionTypeOperations.js.map +1 -0
  240. package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts +47 -0
  241. package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts.map +1 -0
  242. package/dist-esm/src/operationsInterfaces/credentialOperations.js +9 -0
  243. package/dist-esm/src/operationsInterfaces/credentialOperations.js.map +1 -0
  244. package/dist-esm/src/operationsInterfaces/deletedAutomationAccounts.d.ts +10 -0
  245. package/dist-esm/src/operationsInterfaces/deletedAutomationAccounts.d.ts.map +1 -0
  246. package/dist-esm/src/operationsInterfaces/deletedAutomationAccounts.js +9 -0
  247. package/dist-esm/src/operationsInterfaces/deletedAutomationAccounts.js.map +1 -0
  248. package/dist-esm/src/operationsInterfaces/dscCompilationJobOperations.d.ts +49 -0
  249. package/dist-esm/src/operationsInterfaces/dscCompilationJobOperations.d.ts.map +1 -0
  250. package/dist-esm/src/operationsInterfaces/dscCompilationJobOperations.js +9 -0
  251. package/dist-esm/src/operationsInterfaces/dscCompilationJobOperations.js.map +1 -0
  252. package/dist-esm/src/operationsInterfaces/dscCompilationJobStream.d.ts +13 -0
  253. package/dist-esm/src/operationsInterfaces/dscCompilationJobStream.d.ts.map +1 -0
  254. package/dist-esm/src/operationsInterfaces/dscCompilationJobStream.js +9 -0
  255. package/dist-esm/src/operationsInterfaces/dscCompilationJobStream.js.map +1 -0
  256. package/dist-esm/src/operationsInterfaces/dscConfigurationOperations.d.ts +73 -0
  257. package/dist-esm/src/operationsInterfaces/dscConfigurationOperations.d.ts.map +1 -0
  258. package/dist-esm/src/operationsInterfaces/dscConfigurationOperations.js +9 -0
  259. package/dist-esm/src/operationsInterfaces/dscConfigurationOperations.js.map +1 -0
  260. package/dist-esm/src/operationsInterfaces/dscNodeConfigurationOperations.d.ts +48 -0
  261. package/dist-esm/src/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +1 -0
  262. package/dist-esm/src/operationsInterfaces/dscNodeConfigurationOperations.js +9 -0
  263. package/dist-esm/src/operationsInterfaces/dscNodeConfigurationOperations.js.map +1 -0
  264. package/dist-esm/src/operationsInterfaces/dscNodeOperations.d.ts +38 -0
  265. package/dist-esm/src/operationsInterfaces/dscNodeOperations.d.ts.map +1 -0
  266. package/dist-esm/src/operationsInterfaces/dscNodeOperations.js +9 -0
  267. package/dist-esm/src/operationsInterfaces/dscNodeOperations.js.map +1 -0
  268. package/dist-esm/src/operationsInterfaces/fields.d.ts +15 -0
  269. package/dist-esm/src/operationsInterfaces/fields.d.ts.map +1 -0
  270. package/dist-esm/src/operationsInterfaces/fields.js +9 -0
  271. package/dist-esm/src/operationsInterfaces/fields.js.map +1 -0
  272. package/dist-esm/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +48 -0
  273. package/dist-esm/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
  274. package/dist-esm/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.js +9 -0
  275. package/dist-esm/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +1 -0
  276. package/dist-esm/src/operationsInterfaces/hybridRunbookWorkers.d.ts +53 -0
  277. package/dist-esm/src/operationsInterfaces/hybridRunbookWorkers.d.ts.map +1 -0
  278. package/dist-esm/src/operationsInterfaces/hybridRunbookWorkers.js +9 -0
  279. package/dist-esm/src/operationsInterfaces/hybridRunbookWorkers.js.map +1 -0
  280. package/dist-esm/src/operationsInterfaces/index.d.ts +46 -0
  281. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  282. package/dist-esm/src/operationsInterfaces/index.js +53 -0
  283. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  284. package/dist-esm/src/operationsInterfaces/jobOperations.d.ts +70 -0
  285. package/dist-esm/src/operationsInterfaces/jobOperations.d.ts.map +1 -0
  286. package/dist-esm/src/operationsInterfaces/jobOperations.js +9 -0
  287. package/dist-esm/src/operationsInterfaces/jobOperations.js.map +1 -0
  288. package/dist-esm/src/operationsInterfaces/jobScheduleOperations.d.ts +38 -0
  289. package/dist-esm/src/operationsInterfaces/jobScheduleOperations.d.ts.map +1 -0
  290. package/dist-esm/src/operationsInterfaces/jobScheduleOperations.js +9 -0
  291. package/dist-esm/src/operationsInterfaces/jobScheduleOperations.js.map +1 -0
  292. package/dist-esm/src/operationsInterfaces/jobStreamOperations.d.ts +23 -0
  293. package/dist-esm/src/operationsInterfaces/jobStreamOperations.d.ts.map +1 -0
  294. package/dist-esm/src/operationsInterfaces/jobStreamOperations.js +9 -0
  295. package/dist-esm/src/operationsInterfaces/jobStreamOperations.js.map +1 -0
  296. package/dist-esm/src/operationsInterfaces/keys.d.ts +12 -0
  297. package/dist-esm/src/operationsInterfaces/keys.d.ts.map +1 -0
  298. package/dist-esm/src/operationsInterfaces/keys.js +9 -0
  299. package/dist-esm/src/operationsInterfaces/keys.js.map +1 -0
  300. package/dist-esm/src/operationsInterfaces/linkedWorkspaceOperations.d.ts +12 -0
  301. package/dist-esm/src/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +1 -0
  302. package/dist-esm/src/operationsInterfaces/linkedWorkspaceOperations.js +9 -0
  303. package/dist-esm/src/operationsInterfaces/linkedWorkspaceOperations.js.map +1 -0
  304. package/dist-esm/src/operationsInterfaces/moduleOperations.d.ts +47 -0
  305. package/dist-esm/src/operationsInterfaces/moduleOperations.d.ts.map +1 -0
  306. package/dist-esm/src/operationsInterfaces/moduleOperations.js +9 -0
  307. package/dist-esm/src/operationsInterfaces/moduleOperations.js.map +1 -0
  308. package/dist-esm/src/operationsInterfaces/nodeCountInformation.d.ts +13 -0
  309. package/dist-esm/src/operationsInterfaces/nodeCountInformation.d.ts.map +1 -0
  310. package/dist-esm/src/operationsInterfaces/nodeCountInformation.js +9 -0
  311. package/dist-esm/src/operationsInterfaces/nodeCountInformation.js.map +1 -0
  312. package/dist-esm/src/operationsInterfaces/nodeReports.d.ts +32 -0
  313. package/dist-esm/src/operationsInterfaces/nodeReports.d.ts.map +1 -0
  314. package/dist-esm/src/operationsInterfaces/nodeReports.js +9 -0
  315. package/dist-esm/src/operationsInterfaces/nodeReports.js.map +1 -0
  316. package/dist-esm/src/operationsInterfaces/objectDataTypes.d.ts +23 -0
  317. package/dist-esm/src/operationsInterfaces/objectDataTypes.d.ts.map +1 -0
  318. package/dist-esm/src/operationsInterfaces/objectDataTypes.js +9 -0
  319. package/dist-esm/src/operationsInterfaces/objectDataTypes.js.map +1 -0
  320. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  321. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  322. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  323. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  324. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  325. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  326. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  327. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  328. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +13 -0
  329. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  330. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  331. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  332. package/dist-esm/src/operationsInterfaces/python2Package.d.ts +47 -0
  333. package/dist-esm/src/operationsInterfaces/python2Package.d.ts.map +1 -0
  334. package/dist-esm/src/operationsInterfaces/python2Package.js +9 -0
  335. package/dist-esm/src/operationsInterfaces/python2Package.js.map +1 -0
  336. package/dist-esm/src/operationsInterfaces/runbookDraftOperations.d.ts +48 -0
  337. package/dist-esm/src/operationsInterfaces/runbookDraftOperations.d.ts.map +1 -0
  338. package/dist-esm/src/operationsInterfaces/runbookDraftOperations.js +9 -0
  339. package/dist-esm/src/operationsInterfaces/runbookDraftOperations.js.map +1 -0
  340. package/dist-esm/src/operationsInterfaces/runbookOperations.d.ts +73 -0
  341. package/dist-esm/src/operationsInterfaces/runbookOperations.d.ts.map +1 -0
  342. package/dist-esm/src/operationsInterfaces/runbookOperations.js +9 -0
  343. package/dist-esm/src/operationsInterfaces/runbookOperations.js.map +1 -0
  344. package/dist-esm/src/operationsInterfaces/scheduleOperations.d.ts +47 -0
  345. package/dist-esm/src/operationsInterfaces/scheduleOperations.d.ts.map +1 -0
  346. package/dist-esm/src/operationsInterfaces/scheduleOperations.js +9 -0
  347. package/dist-esm/src/operationsInterfaces/scheduleOperations.js.map +1 -0
  348. package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +21 -0
  349. package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
  350. package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js +9 -0
  351. package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +1 -0
  352. package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +20 -0
  353. package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +1 -0
  354. package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationRuns.js +9 -0
  355. package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +1 -0
  356. package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurations.d.ts +37 -0
  357. package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +1 -0
  358. package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurations.js +9 -0
  359. package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurations.js.map +1 -0
  360. package/dist-esm/src/operationsInterfaces/sourceControlOperations.d.ts +47 -0
  361. package/dist-esm/src/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
  362. package/dist-esm/src/operationsInterfaces/sourceControlOperations.js +9 -0
  363. package/dist-esm/src/operationsInterfaces/sourceControlOperations.js.map +1 -0
  364. package/dist-esm/src/operationsInterfaces/sourceControlSyncJobOperations.d.ts +33 -0
  365. package/dist-esm/src/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +1 -0
  366. package/dist-esm/src/operationsInterfaces/sourceControlSyncJobOperations.js +9 -0
  367. package/dist-esm/src/operationsInterfaces/sourceControlSyncJobOperations.js.map +1 -0
  368. package/dist-esm/src/operationsInterfaces/sourceControlSyncJobStreams.d.ts +25 -0
  369. package/dist-esm/src/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +1 -0
  370. package/dist-esm/src/operationsInterfaces/sourceControlSyncJobStreams.js +9 -0
  371. package/dist-esm/src/operationsInterfaces/sourceControlSyncJobStreams.js.map +1 -0
  372. package/dist-esm/src/operationsInterfaces/statisticsOperations.d.ts +13 -0
  373. package/dist-esm/src/operationsInterfaces/statisticsOperations.d.ts.map +1 -0
  374. package/dist-esm/src/operationsInterfaces/statisticsOperations.js +9 -0
  375. package/dist-esm/src/operationsInterfaces/statisticsOperations.js.map +1 -0
  376. package/dist-esm/src/operationsInterfaces/testJobOperations.d.ts +46 -0
  377. package/dist-esm/src/operationsInterfaces/testJobOperations.d.ts.map +1 -0
  378. package/dist-esm/src/operationsInterfaces/testJobOperations.js +9 -0
  379. package/dist-esm/src/operationsInterfaces/testJobOperations.js.map +1 -0
  380. package/dist-esm/src/operationsInterfaces/testJobStreams.d.ts +23 -0
  381. package/dist-esm/src/operationsInterfaces/testJobStreams.d.ts.map +1 -0
  382. package/dist-esm/src/operationsInterfaces/testJobStreams.js +9 -0
  383. package/dist-esm/src/operationsInterfaces/testJobStreams.js.map +1 -0
  384. package/dist-esm/src/operationsInterfaces/usages.d.ts +13 -0
  385. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +1 -0
  386. package/dist-esm/src/operationsInterfaces/usages.js +9 -0
  387. package/dist-esm/src/operationsInterfaces/usages.js.map +1 -0
  388. package/dist-esm/src/operationsInterfaces/variableOperations.d.ts +47 -0
  389. package/dist-esm/src/operationsInterfaces/variableOperations.d.ts.map +1 -0
  390. package/dist-esm/src/operationsInterfaces/variableOperations.js +9 -0
  391. package/dist-esm/src/operationsInterfaces/variableOperations.js.map +1 -0
  392. package/dist-esm/src/operationsInterfaces/watcherOperations.d.ts +63 -0
  393. package/dist-esm/src/operationsInterfaces/watcherOperations.d.ts.map +1 -0
  394. package/dist-esm/src/operationsInterfaces/watcherOperations.js +9 -0
  395. package/dist-esm/src/operationsInterfaces/watcherOperations.js.map +1 -0
  396. package/dist-esm/src/operationsInterfaces/webhookOperations.d.ts +54 -0
  397. package/dist-esm/src/operationsInterfaces/webhookOperations.d.ts.map +1 -0
  398. package/dist-esm/src/operationsInterfaces/webhookOperations.js +9 -0
  399. package/dist-esm/src/operationsInterfaces/webhookOperations.js.map +1 -0
  400. package/dist-esm/test/automation_examples.d.ts +4 -0
  401. package/dist-esm/test/automation_examples.d.ts.map +1 -0
  402. package/dist-esm/test/automation_examples.js +137 -0
  403. package/dist-esm/test/automation_examples.js.map +1 -0
  404. package/package.json +78 -24
  405. package/review/arm-automation.api.md +3783 -0
  406. package/rollup.config.js +115 -30
  407. package/src/automationClient.ts +342 -114
  408. package/src/index.ts +12 -0
  409. package/src/lroImpl.ts +34 -0
  410. package/src/models/index.ts +4131 -6860
  411. package/src/models/mappers.ts +3993 -3782
  412. package/src/models/parameters.ts +645 -183
  413. package/src/operations/activityOperations.ts +173 -118
  414. package/src/operations/agentRegistrationInformation.ts +64 -100
  415. package/src/operations/automationAccountOperations.ts +285 -317
  416. package/src/operations/certificateOperations.ts +234 -253
  417. package/src/operations/connectionOperations.ts +235 -256
  418. package/src/operations/connectionTypeOperations.ts +209 -216
  419. package/src/operations/credentialOperations.ts +234 -259
  420. package/src/operations/deletedAutomationAccounts.ts +64 -0
  421. package/src/operations/dscCompilationJobOperations.ts +308 -220
  422. package/src/operations/dscCompilationJobStream.ts +41 -58
  423. package/src/operations/dscConfigurationOperations.ts +444 -293
  424. package/src/operations/dscNodeConfigurationOperations.ts +294 -201
  425. package/src/operations/dscNodeOperations.ts +221 -216
  426. package/src/operations/fields.ts +115 -49
  427. package/src/operations/hybridRunbookWorkerGroupOperations.ts +256 -192
  428. package/src/operations/hybridRunbookWorkers.ts +436 -0
  429. package/src/operations/index.ts +24 -22
  430. package/src/operations/jobOperations.ts +298 -393
  431. package/src/operations/jobScheduleOperations.ts +208 -210
  432. package/src/operations/jobStreamOperations.ts +174 -129
  433. package/src/operations/keys.ts +39 -54
  434. package/src/operations/linkedWorkspaceOperations.ts +40 -54
  435. package/src/operations/moduleOperations.ts +234 -253
  436. package/src/operations/nodeCountInformation.ts +43 -55
  437. package/src/operations/nodeReports.ts +198 -179
  438. package/src/operations/objectDataTypes.ts +201 -85
  439. package/src/operations/operations.ts +66 -42
  440. package/src/operations/privateEndpointConnections.ts +437 -0
  441. package/src/operations/privateLinkResources.ts +132 -0
  442. package/src/operations/python2Package.ts +234 -253
  443. package/src/operations/runbookDraftOperations.ts +193 -195
  444. package/src/operations/runbookOperations.ts +360 -338
  445. package/src/operations/scheduleOperations.ts +235 -254
  446. package/src/operations/softwareUpdateConfigurationMachineRuns.ts +69 -98
  447. package/src/operations/softwareUpdateConfigurationRuns.ts +67 -94
  448. package/src/operations/softwareUpdateConfigurations.ts +110 -179
  449. package/src/operations/sourceControlOperations.ts +235 -255
  450. package/src/operations/sourceControlSyncJobOperations.ts +202 -165
  451. package/src/operations/sourceControlSyncJobStreams.ts +191 -120
  452. package/src/operations/statisticsOperations.ts +98 -51
  453. package/src/operations/testJobOperations.ts +130 -222
  454. package/src/operations/testJobStreams.ts +172 -118
  455. package/src/operations/usages.ts +98 -50
  456. package/src/operations/variableOperations.ts +235 -254
  457. package/src/operations/watcherOperations.ts +278 -337
  458. package/src/operations/webhookOperations.ts +257 -298
  459. package/src/operationsInterfaces/activityOperations.ts +48 -0
  460. package/src/operationsInterfaces/agentRegistrationInformation.ts +43 -0
  461. package/src/operationsInterfaces/automationAccountOperations.ts +92 -0
  462. package/src/operationsInterfaces/certificateOperations.ts +94 -0
  463. package/src/operationsInterfaces/connectionOperations.ts +94 -0
  464. package/src/operationsInterfaces/connectionTypeOperations.ts +76 -0
  465. package/src/operationsInterfaces/credentialOperations.ts +94 -0
  466. package/src/operationsInterfaces/deletedAutomationAccounts.ts +23 -0
  467. package/src/operationsInterfaces/dscCompilationJobOperations.ts +100 -0
  468. package/src/operationsInterfaces/dscCompilationJobStream.ts +29 -0
  469. package/src/operationsInterfaces/dscConfigurationOperations.ts +124 -0
  470. package/src/operationsInterfaces/dscNodeConfigurationOperations.ts +91 -0
  471. package/src/operationsInterfaces/dscNodeOperations.ts +76 -0
  472. package/src/operationsInterfaces/fields.ts +30 -0
  473. package/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.ts +94 -0
  474. package/src/operationsInterfaces/hybridRunbookWorkers.ts +104 -0
  475. package/src/operationsInterfaces/index.ts +53 -0
  476. package/src/operationsInterfaces/jobOperations.ts +134 -0
  477. package/src/operationsInterfaces/jobScheduleOperations.ts +76 -0
  478. package/src/operationsInterfaces/jobStreamOperations.ts +48 -0
  479. package/src/operationsInterfaces/keys.ts +27 -0
  480. package/src/operationsInterfaces/linkedWorkspaceOperations.ts +27 -0
  481. package/src/operationsInterfaces/moduleOperations.ts +94 -0
  482. package/src/operationsInterfaces/nodeCountInformation.ts +30 -0
  483. package/src/operationsInterfaces/nodeReports.ts +65 -0
  484. package/src/operationsInterfaces/objectDataTypes.ts +47 -0
  485. package/src/operationsInterfaces/operations.ts +22 -0
  486. package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
  487. package/src/operationsInterfaces/privateLinkResources.ts +29 -0
  488. package/src/operationsInterfaces/python2Package.ts +94 -0
  489. package/src/operationsInterfaces/runbookDraftOperations.ts +97 -0
  490. package/src/operationsInterfaces/runbookOperations.ts +144 -0
  491. package/src/operationsInterfaces/scheduleOperations.ts +94 -0
  492. package/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.ts +43 -0
  493. package/src/operationsInterfaces/softwareUpdateConfigurationRuns.ts +42 -0
  494. package/src/operationsInterfaces/softwareUpdateConfigurations.ts +74 -0
  495. package/src/operationsInterfaces/sourceControlOperations.ts +94 -0
  496. package/src/operationsInterfaces/sourceControlSyncJobOperations.ts +68 -0
  497. package/src/operationsInterfaces/sourceControlSyncJobStreams.ts +52 -0
  498. package/src/operationsInterfaces/statisticsOperations.ts +29 -0
  499. package/src/operationsInterfaces/testJobOperations.ts +89 -0
  500. package/src/operationsInterfaces/testJobStreams.ts +48 -0
  501. package/src/operationsInterfaces/usages.ts +26 -0
  502. package/src/operationsInterfaces/variableOperations.ts +94 -0
  503. package/src/operationsInterfaces/watcherOperations.ts +121 -0
  504. package/src/operationsInterfaces/webhookOperations.ts +107 -0
  505. package/tsconfig.json +14 -6
  506. package/types/arm-automation.d.ts +6596 -0
  507. package/types/tsdoc-metadata.json +11 -0
  508. package/dist/arm-automation.js +0 -15758
  509. package/dist/arm-automation.js.map +0 -1
  510. package/dist/arm-automation.min.js +0 -1
  511. package/dist/arm-automation.min.js.map +0 -1
  512. package/esm/automationClient.d.ts +0 -67
  513. package/esm/automationClient.d.ts.map +0 -1
  514. package/esm/automationClient.js +0 -81
  515. package/esm/automationClient.js.map +0 -1
  516. package/esm/automationClientContext.d.ts +0 -25
  517. package/esm/automationClientContext.d.ts.map +0 -1
  518. package/esm/automationClientContext.js +0 -67
  519. package/esm/automationClientContext.js.map +0 -1
  520. package/esm/models/activityOperationsMappers.d.ts +0 -2
  521. package/esm/models/activityOperationsMappers.d.ts.map +0 -1
  522. package/esm/models/activityOperationsMappers.js +0 -9
  523. package/esm/models/activityOperationsMappers.js.map +0 -1
  524. package/esm/models/agentRegistrationInformationMappers.d.ts +0 -2
  525. package/esm/models/agentRegistrationInformationMappers.d.ts.map +0 -1
  526. package/esm/models/agentRegistrationInformationMappers.js +0 -9
  527. package/esm/models/agentRegistrationInformationMappers.js.map +0 -1
  528. package/esm/models/automationAccountOperationsMappers.d.ts +0 -2
  529. package/esm/models/automationAccountOperationsMappers.d.ts.map +0 -1
  530. package/esm/models/automationAccountOperationsMappers.js +0 -9
  531. package/esm/models/automationAccountOperationsMappers.js.map +0 -1
  532. package/esm/models/certificateOperationsMappers.d.ts +0 -2
  533. package/esm/models/certificateOperationsMappers.d.ts.map +0 -1
  534. package/esm/models/certificateOperationsMappers.js +0 -9
  535. package/esm/models/certificateOperationsMappers.js.map +0 -1
  536. package/esm/models/connectionOperationsMappers.d.ts +0 -2
  537. package/esm/models/connectionOperationsMappers.d.ts.map +0 -1
  538. package/esm/models/connectionOperationsMappers.js +0 -9
  539. package/esm/models/connectionOperationsMappers.js.map +0 -1
  540. package/esm/models/connectionTypeOperationsMappers.d.ts +0 -2
  541. package/esm/models/connectionTypeOperationsMappers.d.ts.map +0 -1
  542. package/esm/models/connectionTypeOperationsMappers.js +0 -9
  543. package/esm/models/connectionTypeOperationsMappers.js.map +0 -1
  544. package/esm/models/credentialOperationsMappers.d.ts +0 -2
  545. package/esm/models/credentialOperationsMappers.d.ts.map +0 -1
  546. package/esm/models/credentialOperationsMappers.js +0 -9
  547. package/esm/models/credentialOperationsMappers.js.map +0 -1
  548. package/esm/models/dscCompilationJobOperationsMappers.d.ts +0 -2
  549. package/esm/models/dscCompilationJobOperationsMappers.d.ts.map +0 -1
  550. package/esm/models/dscCompilationJobOperationsMappers.js +0 -9
  551. package/esm/models/dscCompilationJobOperationsMappers.js.map +0 -1
  552. package/esm/models/dscCompilationJobStreamMappers.d.ts +0 -2
  553. package/esm/models/dscCompilationJobStreamMappers.d.ts.map +0 -1
  554. package/esm/models/dscCompilationJobStreamMappers.js +0 -9
  555. package/esm/models/dscCompilationJobStreamMappers.js.map +0 -1
  556. package/esm/models/dscConfigurationOperationsMappers.d.ts +0 -2
  557. package/esm/models/dscConfigurationOperationsMappers.d.ts.map +0 -1
  558. package/esm/models/dscConfigurationOperationsMappers.js +0 -9
  559. package/esm/models/dscConfigurationOperationsMappers.js.map +0 -1
  560. package/esm/models/dscNodeConfigurationOperationsMappers.d.ts +0 -2
  561. package/esm/models/dscNodeConfigurationOperationsMappers.d.ts.map +0 -1
  562. package/esm/models/dscNodeConfigurationOperationsMappers.js +0 -9
  563. package/esm/models/dscNodeConfigurationOperationsMappers.js.map +0 -1
  564. package/esm/models/dscNodeOperationsMappers.d.ts +0 -2
  565. package/esm/models/dscNodeOperationsMappers.d.ts.map +0 -1
  566. package/esm/models/dscNodeOperationsMappers.js +0 -9
  567. package/esm/models/dscNodeOperationsMappers.js.map +0 -1
  568. package/esm/models/fieldsMappers.d.ts +0 -2
  569. package/esm/models/fieldsMappers.d.ts.map +0 -1
  570. package/esm/models/fieldsMappers.js +0 -9
  571. package/esm/models/fieldsMappers.js.map +0 -1
  572. package/esm/models/hybridRunbookWorkerGroupOperationsMappers.d.ts +0 -2
  573. package/esm/models/hybridRunbookWorkerGroupOperationsMappers.d.ts.map +0 -1
  574. package/esm/models/hybridRunbookWorkerGroupOperationsMappers.js +0 -9
  575. package/esm/models/hybridRunbookWorkerGroupOperationsMappers.js.map +0 -1
  576. package/esm/models/index.d.ts +0 -7233
  577. package/esm/models/index.d.ts.map +0 -1
  578. package/esm/models/index.js +0 -8
  579. package/esm/models/index.js.map +0 -1
  580. package/esm/models/jobOperationsMappers.d.ts +0 -2
  581. package/esm/models/jobOperationsMappers.d.ts.map +0 -1
  582. package/esm/models/jobOperationsMappers.js +0 -9
  583. package/esm/models/jobOperationsMappers.js.map +0 -1
  584. package/esm/models/jobScheduleOperationsMappers.d.ts +0 -2
  585. package/esm/models/jobScheduleOperationsMappers.d.ts.map +0 -1
  586. package/esm/models/jobScheduleOperationsMappers.js +0 -9
  587. package/esm/models/jobScheduleOperationsMappers.js.map +0 -1
  588. package/esm/models/jobStreamOperationsMappers.d.ts +0 -2
  589. package/esm/models/jobStreamOperationsMappers.d.ts.map +0 -1
  590. package/esm/models/jobStreamOperationsMappers.js +0 -9
  591. package/esm/models/jobStreamOperationsMappers.js.map +0 -1
  592. package/esm/models/keysMappers.d.ts +0 -2
  593. package/esm/models/keysMappers.d.ts.map +0 -1
  594. package/esm/models/keysMappers.js +0 -9
  595. package/esm/models/keysMappers.js.map +0 -1
  596. package/esm/models/linkedWorkspaceOperationsMappers.d.ts +0 -2
  597. package/esm/models/linkedWorkspaceOperationsMappers.d.ts.map +0 -1
  598. package/esm/models/linkedWorkspaceOperationsMappers.js +0 -9
  599. package/esm/models/linkedWorkspaceOperationsMappers.js.map +0 -1
  600. package/esm/models/mappers.d.ts +0 -168
  601. package/esm/models/mappers.d.ts.map +0 -1
  602. package/esm/models/mappers.js +0 -6524
  603. package/esm/models/mappers.js.map +0 -1
  604. package/esm/models/moduleOperationsMappers.d.ts +0 -2
  605. package/esm/models/moduleOperationsMappers.d.ts.map +0 -1
  606. package/esm/models/moduleOperationsMappers.js +0 -9
  607. package/esm/models/moduleOperationsMappers.js.map +0 -1
  608. package/esm/models/nodeCountInformationMappers.d.ts +0 -2
  609. package/esm/models/nodeCountInformationMappers.d.ts.map +0 -1
  610. package/esm/models/nodeCountInformationMappers.js +0 -9
  611. package/esm/models/nodeCountInformationMappers.js.map +0 -1
  612. package/esm/models/nodeReportsMappers.d.ts +0 -2
  613. package/esm/models/nodeReportsMappers.d.ts.map +0 -1
  614. package/esm/models/nodeReportsMappers.js +0 -9
  615. package/esm/models/nodeReportsMappers.js.map +0 -1
  616. package/esm/models/objectDataTypesMappers.d.ts +0 -2
  617. package/esm/models/objectDataTypesMappers.d.ts.map +0 -1
  618. package/esm/models/objectDataTypesMappers.js +0 -9
  619. package/esm/models/objectDataTypesMappers.js.map +0 -1
  620. package/esm/models/operationsMappers.d.ts +0 -2
  621. package/esm/models/operationsMappers.d.ts.map +0 -1
  622. package/esm/models/operationsMappers.js +0 -9
  623. package/esm/models/operationsMappers.js.map +0 -1
  624. package/esm/models/parameters.d.ts +0 -48
  625. package/esm/models/parameters.d.ts.map +0 -1
  626. package/esm/models/parameters.js +0 -498
  627. package/esm/models/parameters.js.map +0 -1
  628. package/esm/models/python2PackageMappers.d.ts +0 -2
  629. package/esm/models/python2PackageMappers.d.ts.map +0 -1
  630. package/esm/models/python2PackageMappers.js +0 -9
  631. package/esm/models/python2PackageMappers.js.map +0 -1
  632. package/esm/models/runbookDraftOperationsMappers.d.ts +0 -2
  633. package/esm/models/runbookDraftOperationsMappers.d.ts.map +0 -1
  634. package/esm/models/runbookDraftOperationsMappers.js +0 -9
  635. package/esm/models/runbookDraftOperationsMappers.js.map +0 -1
  636. package/esm/models/runbookOperationsMappers.d.ts +0 -2
  637. package/esm/models/runbookOperationsMappers.d.ts.map +0 -1
  638. package/esm/models/runbookOperationsMappers.js +0 -9
  639. package/esm/models/runbookOperationsMappers.js.map +0 -1
  640. package/esm/models/scheduleOperationsMappers.d.ts +0 -2
  641. package/esm/models/scheduleOperationsMappers.d.ts.map +0 -1
  642. package/esm/models/scheduleOperationsMappers.js +0 -9
  643. package/esm/models/scheduleOperationsMappers.js.map +0 -1
  644. package/esm/models/softwareUpdateConfigurationMachineRunsMappers.d.ts +0 -2
  645. package/esm/models/softwareUpdateConfigurationMachineRunsMappers.d.ts.map +0 -1
  646. package/esm/models/softwareUpdateConfigurationMachineRunsMappers.js +0 -9
  647. package/esm/models/softwareUpdateConfigurationMachineRunsMappers.js.map +0 -1
  648. package/esm/models/softwareUpdateConfigurationRunsMappers.d.ts +0 -2
  649. package/esm/models/softwareUpdateConfigurationRunsMappers.d.ts.map +0 -1
  650. package/esm/models/softwareUpdateConfigurationRunsMappers.js +0 -9
  651. package/esm/models/softwareUpdateConfigurationRunsMappers.js.map +0 -1
  652. package/esm/models/softwareUpdateConfigurationsMappers.d.ts +0 -2
  653. package/esm/models/softwareUpdateConfigurationsMappers.d.ts.map +0 -1
  654. package/esm/models/softwareUpdateConfigurationsMappers.js +0 -9
  655. package/esm/models/softwareUpdateConfigurationsMappers.js.map +0 -1
  656. package/esm/models/sourceControlOperationsMappers.d.ts +0 -2
  657. package/esm/models/sourceControlOperationsMappers.d.ts.map +0 -1
  658. package/esm/models/sourceControlOperationsMappers.js +0 -9
  659. package/esm/models/sourceControlOperationsMappers.js.map +0 -1
  660. package/esm/models/sourceControlSyncJobOperationsMappers.d.ts +0 -2
  661. package/esm/models/sourceControlSyncJobOperationsMappers.d.ts.map +0 -1
  662. package/esm/models/sourceControlSyncJobOperationsMappers.js +0 -9
  663. package/esm/models/sourceControlSyncJobOperationsMappers.js.map +0 -1
  664. package/esm/models/sourceControlSyncJobStreamsMappers.d.ts +0 -2
  665. package/esm/models/sourceControlSyncJobStreamsMappers.d.ts.map +0 -1
  666. package/esm/models/sourceControlSyncJobStreamsMappers.js +0 -9
  667. package/esm/models/sourceControlSyncJobStreamsMappers.js.map +0 -1
  668. package/esm/models/statisticsOperationsMappers.d.ts +0 -2
  669. package/esm/models/statisticsOperationsMappers.d.ts.map +0 -1
  670. package/esm/models/statisticsOperationsMappers.js +0 -9
  671. package/esm/models/statisticsOperationsMappers.js.map +0 -1
  672. package/esm/models/testJobOperationsMappers.d.ts +0 -2
  673. package/esm/models/testJobOperationsMappers.d.ts.map +0 -1
  674. package/esm/models/testJobOperationsMappers.js +0 -9
  675. package/esm/models/testJobOperationsMappers.js.map +0 -1
  676. package/esm/models/testJobStreamsMappers.d.ts +0 -2
  677. package/esm/models/testJobStreamsMappers.d.ts.map +0 -1
  678. package/esm/models/testJobStreamsMappers.js +0 -9
  679. package/esm/models/testJobStreamsMappers.js.map +0 -1
  680. package/esm/models/usagesMappers.d.ts +0 -2
  681. package/esm/models/usagesMappers.d.ts.map +0 -1
  682. package/esm/models/usagesMappers.js +0 -9
  683. package/esm/models/usagesMappers.js.map +0 -1
  684. package/esm/models/variableOperationsMappers.d.ts +0 -2
  685. package/esm/models/variableOperationsMappers.d.ts.map +0 -1
  686. package/esm/models/variableOperationsMappers.js +0 -9
  687. package/esm/models/variableOperationsMappers.js.map +0 -1
  688. package/esm/models/watcherOperationsMappers.d.ts +0 -2
  689. package/esm/models/watcherOperationsMappers.d.ts.map +0 -1
  690. package/esm/models/watcherOperationsMappers.js +0 -9
  691. package/esm/models/watcherOperationsMappers.js.map +0 -1
  692. package/esm/models/webhookOperationsMappers.d.ts +0 -2
  693. package/esm/models/webhookOperationsMappers.d.ts.map +0 -1
  694. package/esm/models/webhookOperationsMappers.js +0 -9
  695. package/esm/models/webhookOperationsMappers.js.map +0 -1
  696. package/esm/operations/activityOperations.d.ts +0 -82
  697. package/esm/operations/activityOperations.d.ts.map +0 -1
  698. package/esm/operations/activityOperations.js +0 -121
  699. package/esm/operations/activityOperations.js.map +0 -1
  700. package/esm/operations/agentRegistrationInformation.d.ts +0 -58
  701. package/esm/operations/agentRegistrationInformation.d.ts.map +0 -1
  702. package/esm/operations/agentRegistrationInformation.js +0 -95
  703. package/esm/operations/agentRegistrationInformation.js.map +0 -1
  704. package/esm/operations/automationAccountOperations.d.ts +0 -174
  705. package/esm/operations/automationAccountOperations.d.ts.map +0 -1
  706. package/esm/operations/automationAccountOperations.js +0 -272
  707. package/esm/operations/automationAccountOperations.js.map +0 -1
  708. package/esm/operations/certificateOperations.d.ts +0 -154
  709. package/esm/operations/certificateOperations.d.ts.map +0 -1
  710. package/esm/operations/certificateOperations.js +0 -228
  711. package/esm/operations/certificateOperations.js.map +0 -1
  712. package/esm/operations/connectionOperations.d.ts +0 -154
  713. package/esm/operations/connectionOperations.d.ts.map +0 -1
  714. package/esm/operations/connectionOperations.js +0 -231
  715. package/esm/operations/connectionOperations.js.map +0 -1
  716. package/esm/operations/connectionTypeOperations.d.ts +0 -130
  717. package/esm/operations/connectionTypeOperations.d.ts.map +0 -1
  718. package/esm/operations/connectionTypeOperations.js +0 -191
  719. package/esm/operations/connectionTypeOperations.js.map +0 -1
  720. package/esm/operations/credentialOperations.d.ts +0 -154
  721. package/esm/operations/credentialOperations.d.ts.map +0 -1
  722. package/esm/operations/credentialOperations.js +0 -228
  723. package/esm/operations/credentialOperations.js.map +0 -1
  724. package/esm/operations/dscCompilationJobOperations.d.ts +0 -124
  725. package/esm/operations/dscCompilationJobOperations.d.ts.map +0 -1
  726. package/esm/operations/dscCompilationJobOperations.js +0 -214
  727. package/esm/operations/dscCompilationJobOperations.js.map +0 -1
  728. package/esm/operations/dscCompilationJobStream.d.ts +0 -37
  729. package/esm/operations/dscCompilationJobStream.d.ts.map +0 -1
  730. package/esm/operations/dscCompilationJobStream.js +0 -60
  731. package/esm/operations/dscCompilationJobStream.js.map +0 -1
  732. package/esm/operations/dscConfigurationOperations.d.ts +0 -175
  733. package/esm/operations/dscConfigurationOperations.d.ts.map +0 -1
  734. package/esm/operations/dscConfigurationOperations.js +0 -273
  735. package/esm/operations/dscConfigurationOperations.js.map +0 -1
  736. package/esm/operations/dscNodeConfigurationOperations.d.ts +0 -121
  737. package/esm/operations/dscNodeConfigurationOperations.d.ts.map +0 -1
  738. package/esm/operations/dscNodeConfigurationOperations.js +0 -214
  739. package/esm/operations/dscNodeConfigurationOperations.js.map +0 -1
  740. package/esm/operations/dscNodeOperations.d.ts +0 -127
  741. package/esm/operations/dscNodeOperations.d.ts.map +0 -1
  742. package/esm/operations/dscNodeOperations.js +0 -193
  743. package/esm/operations/dscNodeOperations.js.map +0 -1
  744. package/esm/operations/fields.d.ts +0 -40
  745. package/esm/operations/fields.d.ts.map +0 -1
  746. package/esm/operations/fields.js +0 -62
  747. package/esm/operations/fields.js.map +0 -1
  748. package/esm/operations/hybridRunbookWorkerGroupOperations.d.ts +0 -127
  749. package/esm/operations/hybridRunbookWorkerGroupOperations.d.ts.map +0 -1
  750. package/esm/operations/hybridRunbookWorkerGroupOperations.js +0 -188
  751. package/esm/operations/hybridRunbookWorkerGroupOperations.js.map +0 -1
  752. package/esm/operations/index.d.ts +0 -42
  753. package/esm/operations/index.d.ts.map +0 -1
  754. package/esm/operations/index.js +0 -51
  755. package/esm/operations/index.js.map +0 -1
  756. package/esm/operations/jobOperations.d.ts +0 -223
  757. package/esm/operations/jobOperations.d.ts.map +0 -1
  758. package/esm/operations/jobOperations.js +0 -335
  759. package/esm/operations/jobOperations.js.map +0 -1
  760. package/esm/operations/jobScheduleOperations.d.ts +0 -127
  761. package/esm/operations/jobScheduleOperations.d.ts.map +0 -1
  762. package/esm/operations/jobScheduleOperations.js +0 -188
  763. package/esm/operations/jobScheduleOperations.js.map +0 -1
  764. package/esm/operations/jobStreamOperations.d.ts +0 -82
  765. package/esm/operations/jobStreamOperations.d.ts.map +0 -1
  766. package/esm/operations/jobStreamOperations.js +0 -125
  767. package/esm/operations/jobStreamOperations.js.map +0 -1
  768. package/esm/operations/keys.d.ts +0 -34
  769. package/esm/operations/keys.d.ts.map +0 -1
  770. package/esm/operations/keys.js +0 -58
  771. package/esm/operations/keys.js.map +0 -1
  772. package/esm/operations/linkedWorkspaceOperations.d.ts +0 -34
  773. package/esm/operations/linkedWorkspaceOperations.d.ts.map +0 -1
  774. package/esm/operations/linkedWorkspaceOperations.js +0 -58
  775. package/esm/operations/linkedWorkspaceOperations.js.map +0 -1
  776. package/esm/operations/moduleOperations.d.ts +0 -154
  777. package/esm/operations/moduleOperations.d.ts.map +0 -1
  778. package/esm/operations/moduleOperations.js +0 -228
  779. package/esm/operations/moduleOperations.js.map +0 -1
  780. package/esm/operations/nodeCountInformation.d.ts +0 -34
  781. package/esm/operations/nodeCountInformation.d.ts.map +0 -1
  782. package/esm/operations/nodeCountInformation.js +0 -59
  783. package/esm/operations/nodeCountInformation.js.map +0 -1
  784. package/esm/operations/nodeReports.d.ts +0 -109
  785. package/esm/operations/nodeReports.d.ts.map +0 -1
  786. package/esm/operations/nodeReports.js +0 -162
  787. package/esm/operations/nodeReports.js.map +0 -1
  788. package/esm/operations/objectDataTypes.d.ts +0 -64
  789. package/esm/operations/objectDataTypes.d.ts.map +0 -1
  790. package/esm/operations/objectDataTypes.js +0 -95
  791. package/esm/operations/objectDataTypes.js.map +0 -1
  792. package/esm/operations/operations.d.ts +0 -28
  793. package/esm/operations/operations.d.ts.map +0 -1
  794. package/esm/operations/operations.js +0 -51
  795. package/esm/operations/operations.js.map +0 -1
  796. package/esm/operations/python2Package.d.ts +0 -154
  797. package/esm/operations/python2Package.d.ts.map +0 -1
  798. package/esm/operations/python2Package.js +0 -228
  799. package/esm/operations/python2Package.js.map +0 -1
  800. package/esm/operations/runbookDraftOperations.d.ts +0 -106
  801. package/esm/operations/runbookDraftOperations.d.ts.map +0 -1
  802. package/esm/operations/runbookDraftOperations.js +0 -207
  803. package/esm/operations/runbookDraftOperations.js.map +0 -1
  804. package/esm/operations/runbookOperations.d.ts +0 -200
  805. package/esm/operations/runbookOperations.d.ts.map +0 -1
  806. package/esm/operations/runbookOperations.js +0 -320
  807. package/esm/operations/runbookOperations.js.map +0 -1
  808. package/esm/operations/scheduleOperations.d.ts +0 -154
  809. package/esm/operations/scheduleOperations.d.ts.map +0 -1
  810. package/esm/operations/scheduleOperations.js +0 -229
  811. package/esm/operations/scheduleOperations.js.map +0 -1
  812. package/esm/operations/softwareUpdateConfigurationMachineRuns.d.ts +0 -61
  813. package/esm/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +0 -1
  814. package/esm/operations/softwareUpdateConfigurationMachineRuns.js +0 -96
  815. package/esm/operations/softwareUpdateConfigurationMachineRuns.js.map +0 -1
  816. package/esm/operations/softwareUpdateConfigurationRuns.d.ts +0 -58
  817. package/esm/operations/softwareUpdateConfigurationRuns.d.ts.map +0 -1
  818. package/esm/operations/softwareUpdateConfigurationRuns.js +0 -96
  819. package/esm/operations/softwareUpdateConfigurationRuns.js.map +0 -1
  820. package/esm/operations/softwareUpdateConfigurations.d.ts +0 -118
  821. package/esm/operations/softwareUpdateConfigurations.d.ts.map +0 -1
  822. package/esm/operations/softwareUpdateConfigurations.js +0 -170
  823. package/esm/operations/softwareUpdateConfigurations.js.map +0 -1
  824. package/esm/operations/sourceControlOperations.d.ts +0 -154
  825. package/esm/operations/sourceControlOperations.d.ts.map +0 -1
  826. package/esm/operations/sourceControlOperations.js +0 -229
  827. package/esm/operations/sourceControlOperations.js.map +0 -1
  828. package/esm/operations/sourceControlSyncJobOperations.d.ts +0 -112
  829. package/esm/operations/sourceControlSyncJobOperations.d.ts.map +0 -1
  830. package/esm/operations/sourceControlSyncJobOperations.js +0 -163
  831. package/esm/operations/sourceControlSyncJobOperations.js.map +0 -1
  832. package/esm/operations/sourceControlSyncJobStreams.d.ts +0 -88
  833. package/esm/operations/sourceControlSyncJobStreams.d.ts.map +0 -1
  834. package/esm/operations/sourceControlSyncJobStreams.js +0 -126
  835. package/esm/operations/sourceControlSyncJobStreams.js.map +0 -1
  836. package/esm/operations/statisticsOperations.d.ts +0 -34
  837. package/esm/operations/statisticsOperations.d.ts.map +0 -1
  838. package/esm/operations/statisticsOperations.js +0 -59
  839. package/esm/operations/statisticsOperations.js.map +0 -1
  840. package/esm/operations/testJobOperations.d.ts +0 -136
  841. package/esm/operations/testJobOperations.d.ts.map +0 -1
  842. package/esm/operations/testJobOperations.js +0 -192
  843. package/esm/operations/testJobOperations.js.map +0 -1
  844. package/esm/operations/testJobStreams.d.ts +0 -82
  845. package/esm/operations/testJobStreams.d.ts.map +0 -1
  846. package/esm/operations/testJobStreams.js +0 -122
  847. package/esm/operations/testJobStreams.js.map +0 -1
  848. package/esm/operations/usages.d.ts +0 -34
  849. package/esm/operations/usages.d.ts.map +0 -1
  850. package/esm/operations/usages.js +0 -58
  851. package/esm/operations/usages.js.map +0 -1
  852. package/esm/operations/variableOperations.d.ts +0 -154
  853. package/esm/operations/variableOperations.d.ts.map +0 -1
  854. package/esm/operations/variableOperations.js +0 -228
  855. package/esm/operations/variableOperations.js.map +0 -1
  856. package/esm/operations/watcherOperations.d.ts +0 -202
  857. package/esm/operations/watcherOperations.d.ts.map +0 -1
  858. package/esm/operations/watcherOperations.js +0 -291
  859. package/esm/operations/watcherOperations.js.map +0 -1
  860. package/esm/operations/webhookOperations.d.ts +0 -175
  861. package/esm/operations/webhookOperations.d.ts.map +0 -1
  862. package/esm/operations/webhookOperations.js +0 -265
  863. package/esm/operations/webhookOperations.js.map +0 -1
  864. package/src/automationClientContext.ts +0 -74
  865. package/src/models/activityOperationsMappers.ts +0 -17
  866. package/src/models/agentRegistrationInformationMappers.ts +0 -14
  867. package/src/models/automationAccountOperationsMappers.ts +0 -60
  868. package/src/models/certificateOperationsMappers.ts +0 -60
  869. package/src/models/connectionOperationsMappers.ts +0 -60
  870. package/src/models/connectionTypeOperationsMappers.ts +0 -15
  871. package/src/models/credentialOperationsMappers.ts +0 -61
  872. package/src/models/dscCompilationJobOperationsMappers.ts +0 -60
  873. package/src/models/dscCompilationJobStreamMappers.ts +0 -13
  874. package/src/models/dscConfigurationOperationsMappers.ts +0 -61
  875. package/src/models/dscNodeConfigurationOperationsMappers.ts +0 -59
  876. package/src/models/dscNodeOperationsMappers.ts +0 -60
  877. package/src/models/fieldsMappers.ts +0 -13
  878. package/src/models/hybridRunbookWorkerGroupOperationsMappers.ts +0 -16
  879. package/src/models/jobOperationsMappers.ts +0 -60
  880. package/src/models/jobScheduleOperationsMappers.ts +0 -16
  881. package/src/models/jobStreamOperationsMappers.ts +0 -13
  882. package/src/models/keysMappers.ts +0 -13
  883. package/src/models/linkedWorkspaceOperationsMappers.ts +0 -12
  884. package/src/models/moduleOperationsMappers.ts +0 -60
  885. package/src/models/nodeCountInformationMappers.ts +0 -14
  886. package/src/models/nodeReportsMappers.ts +0 -17
  887. package/src/models/objectDataTypesMappers.ts +0 -13
  888. package/src/models/operationsMappers.ts +0 -14
  889. package/src/models/python2PackageMappers.ts +0 -60
  890. package/src/models/runbookDraftOperationsMappers.ts +0 -18
  891. package/src/models/runbookOperationsMappers.ts +0 -62
  892. package/src/models/scheduleOperationsMappers.ts +0 -60
  893. package/src/models/softwareUpdateConfigurationMachineRunsMappers.ts +0 -15
  894. package/src/models/softwareUpdateConfigurationRunsMappers.ts +0 -16
  895. package/src/models/softwareUpdateConfigurationsMappers.ts +0 -60
  896. package/src/models/sourceControlOperationsMappers.ts +0 -61
  897. package/src/models/sourceControlSyncJobOperationsMappers.ts +0 -15
  898. package/src/models/sourceControlSyncJobStreamsMappers.ts +0 -14
  899. package/src/models/statisticsOperationsMappers.ts +0 -13
  900. package/src/models/testJobOperationsMappers.ts +0 -13
  901. package/src/models/testJobStreamsMappers.ts +0 -13
  902. package/src/models/usagesMappers.ts +0 -14
  903. package/src/models/variableOperationsMappers.ts +0 -60
  904. package/src/models/watcherOperationsMappers.ts +0 -59
  905. package/src/models/webhookOperationsMappers.ts +0 -60
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/lroImpl.ts","../src/operations/privateEndpointConnections.ts","../src/operations/privateLinkResources.ts","../src/operations/python2Package.ts","../src/operations/agentRegistrationInformation.ts","../src/operations/dscNodeOperations.ts","../src/operations/nodeReports.ts","../src/operations/dscNodeConfigurationOperations.ts","../src/operations/dscCompilationJobOperations.ts","../src/operations/dscCompilationJobStream.ts","../src/operations/nodeCountInformation.ts","../src/operations/sourceControlOperations.ts","../src/operations/sourceControlSyncJobOperations.ts","../src/operations/sourceControlSyncJobStreams.ts","../src/operations/automationAccountOperations.ts","../src/operations/statisticsOperations.ts","../src/operations/usages.ts","../src/operations/keys.ts","../src/operations/certificateOperations.ts","../src/operations/connectionOperations.ts","../src/operations/connectionTypeOperations.ts","../src/operations/credentialOperations.ts","../src/operations/jobScheduleOperations.ts","../src/operations/linkedWorkspaceOperations.ts","../src/operations/activityOperations.ts","../src/operations/moduleOperations.ts","../src/operations/objectDataTypes.ts","../src/operations/fields.ts","../src/operations/scheduleOperations.ts","../src/operations/variableOperations.ts","../src/operations/watcherOperations.ts","../src/operations/dscConfigurationOperations.ts","../src/operations/jobOperations.ts","../src/operations/jobStreamOperations.ts","../src/operations/operations.ts","../src/operations/softwareUpdateConfigurations.ts","../src/operations/softwareUpdateConfigurationRuns.ts","../src/operations/softwareUpdateConfigurationMachineRuns.ts","../src/operations/runbookDraftOperations.ts","../src/operations/runbookOperations.ts","../src/operations/testJobStreams.ts","../src/operations/testJobOperations.ts","../src/operations/webhookOperations.ts","../src/operations/hybridRunbookWorkers.ts","../src/operations/deletedAutomationAccounts.ts","../src/operations/hybridRunbookWorkerGroupOperations.ts","../src/automationClient.ts"],"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\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\n\n/** A list of private endpoint connections */\nexport interface PrivateEndpointConnectionListResult {\n /** Array of private endpoint connections */\n value?: PrivateEndpointConnection[];\n}\n\n/** Private endpoint which the connection belongs to. */\nexport interface PrivateEndpointProperty {\n /** Resource id of the private endpoint. */\n id?: string;\n}\n\n/** Connection State of the Private Endpoint Connection. */\nexport interface PrivateLinkServiceConnectionStateProperty {\n /** The private link service connection status. */\n status?: string;\n /** The private link service connection description. */\n description?: string;\n /**\n * Any action that is required beyond basic workflow (approve/ reject/ disconnect)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionsRequired?: string;\n}\n\n/** The core properties of ARM resources */\nexport interface Resource {\n /**\n * Fully qualified resource Id for the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Error response of an operation failure */\nexport interface ErrorResponse {\n /** Error code */\n code?: string;\n /** Error message indicating why the operation failed. */\n message?: string;\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /** Array of private link resources */\n value?: PrivateLinkResource[];\n}\n\n/** Definition of the content link. */\nexport interface ContentLink {\n /** Gets or sets the uri of the runbook content. */\n uri?: string;\n /** Gets or sets the hash. */\n contentHash?: ContentHash;\n /** Gets or sets the version of the content. */\n version?: string;\n}\n\n/** Definition of the runbook property type. */\nexport interface ContentHash {\n /** Gets or sets the content hash algorithm used to hash the content. */\n algorithm: string;\n /** Gets or sets expected hash value of the content. */\n value: string;\n}\n\n/** Definition of the module error info type. */\nexport interface ModuleErrorInfo {\n /** Gets or sets the error code. */\n code?: string;\n /** Gets or sets the error message. */\n message?: string;\n}\n\n/** The parameters supplied to the create or update module operation. */\nexport interface PythonPackageCreateParameters {\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets the module content link. */\n contentLink: ContentLink;\n}\n\n/** The parameters supplied to the update module operation. */\nexport interface PythonPackageUpdateParameters {\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response model for the list module operation. */\nexport interface ModuleListResult {\n /** Gets or sets a list of modules. */\n value?: Module[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** Definition of the agent registration information type. */\nexport interface AgentRegistration {\n /** Gets or sets the dsc meta configuration. */\n dscMetaConfiguration?: string;\n /** Gets or sets the dsc server endpoint. */\n endpoint?: string;\n /** Gets or sets the agent registration keys. */\n keys?: AgentRegistrationKeys;\n /** Gets or sets the id. */\n id?: string;\n}\n\n/** Definition of the agent registration keys. */\nexport interface AgentRegistrationKeys {\n /** Gets or sets the primary key. */\n primary?: string;\n /** Gets or sets the secondary key. */\n secondary?: string;\n}\n\n/** The parameters supplied to the regenerate keys operation. */\nexport interface AgentRegistrationRegenerateKeyParameter {\n /** Gets or sets the agent registration key name - primary or secondary. */\n keyName: AgentRegistrationKeyName;\n}\n\n/** The dsc extensionHandler property associated with the node */\nexport interface DscNodeExtensionHandlerAssociationProperty {\n /** Gets or sets the name of the extension handler. */\n name?: string;\n /** Gets or sets the version of the extension handler. */\n version?: string;\n}\n\n/** The parameters supplied to the update dsc node operation. */\nexport interface DscNodeUpdateParameters {\n /** Gets or sets the id of the dsc node. */\n nodeId?: string;\n properties?: DscNodeUpdateParametersProperties;\n}\n\nexport interface DscNodeUpdateParametersProperties {\n /** Gets or sets the name of the dsc node configuration. */\n name?: string;\n}\n\n/** The response model for the list dsc nodes operation. */\nexport interface DscNodeListResult {\n /** Gets or sets a list of dsc nodes. */\n value?: DscNode[];\n /** Gets or sets the next link. */\n nextLink?: string;\n /** Gets the total number of nodes matching filter criteria. */\n totalCount?: number;\n}\n\n/** The response model for the list dsc nodes operation. */\nexport interface DscNodeReportListResult {\n /** Gets or sets a list of dsc node reports. */\n value?: DscNodeReport[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** Definition of the dsc node report type. */\nexport interface DscNodeReport {\n /** Gets or sets the end time of the node report. */\n endTime?: Date;\n /** Gets or sets the lastModifiedTime of the node report. */\n lastModifiedTime?: Date;\n /** Gets or sets the start time of the node report. */\n startTime?: Date;\n /** Gets or sets the type of the node report. */\n type?: string;\n /** Gets or sets the id of the node report. */\n reportId?: string;\n /** Gets or sets the status of the node report. */\n status?: string;\n /** Gets or sets the refreshMode of the node report. */\n refreshMode?: string;\n /** Gets or sets the rebootRequested of the node report. */\n rebootRequested?: string;\n /** Gets or sets the reportFormatVersion of the node report. */\n reportFormatVersion?: string;\n /** Gets or sets the configurationVersion of the node report. */\n configurationVersion?: string;\n /** Gets or sets the id. */\n id?: string;\n /** Gets or sets the errors for the node report. */\n errors?: DscReportError[];\n /** Gets or sets the resource for the node report. */\n resources?: DscReportResource[];\n /** Gets or sets the metaConfiguration of the node at the time of the report. */\n metaConfiguration?: DscMetaConfiguration;\n /** Gets or sets the hostname of the node that sent the report. */\n hostName?: string;\n /** Gets or sets the IPv4 address of the node that sent the report. */\n iPV4Addresses?: string[];\n /** Gets or sets the IPv6 address of the node that sent the report. */\n iPV6Addresses?: string[];\n /** Gets or sets the number of resource in the node report. */\n numberOfResources?: number;\n /** Gets or sets the unparsed errors for the node report. */\n rawErrors?: string;\n}\n\n/** Definition of the dsc node report error type. */\nexport interface DscReportError {\n /** Gets or sets the source of the error. */\n errorSource?: string;\n /** Gets or sets the resource ID which generated the error. */\n resourceId?: string;\n /** Gets or sets the error code. */\n errorCode?: string;\n /** Gets or sets the error message. */\n errorMessage?: string;\n /** Gets or sets the locale of the error. */\n locale?: string;\n /** Gets or sets the error details. */\n errorDetails?: string;\n}\n\n/** Definition of the DSC Report Resource. */\nexport interface DscReportResource {\n /** Gets or sets the ID of the resource. */\n resourceId?: string;\n /** Gets or sets the source info of the resource. */\n sourceInfo?: string;\n /** Gets or sets the Resource Navigation values for resources the resource depends on. */\n dependsOn?: DscReportResourceNavigation[];\n /** Gets or sets the module name of the resource. */\n moduleName?: string;\n /** Gets or sets the module version of the resource. */\n moduleVersion?: string;\n /** Gets or sets the name of the resource. */\n resourceName?: string;\n /** Gets or sets the error of the resource. */\n error?: string;\n /** Gets or sets the status of the resource. */\n status?: string;\n /** Gets or sets the duration in seconds for the resource. */\n durationInSeconds?: number;\n /** Gets or sets the start date of the resource. */\n startDate?: Date;\n}\n\n/** Navigation for DSC Report Resource. */\nexport interface DscReportResourceNavigation {\n /** Gets or sets the ID of the resource to navigate to. */\n resourceId?: string;\n}\n\n/** Definition of the DSC Meta Configuration. */\nexport interface DscMetaConfiguration {\n /** Gets or sets the ConfigurationModeFrequencyMins value of the meta configuration. */\n configurationModeFrequencyMins?: number;\n /** Gets or sets the RebootNodeIfNeeded value of the meta configuration. */\n rebootNodeIfNeeded?: boolean;\n /** Gets or sets the ConfigurationMode value of the meta configuration. */\n configurationMode?: string;\n /** Gets or sets the ActionAfterReboot value of the meta configuration. */\n actionAfterReboot?: string;\n /** Gets or sets the CertificateId value of the meta configuration. */\n certificateId?: string;\n /** Gets or sets the RefreshFrequencyMins value of the meta configuration. */\n refreshFrequencyMins?: number;\n /** Gets or sets the AllowModuleOverwrite value of the meta configuration. */\n allowModuleOverwrite?: boolean;\n}\n\n/** The Dsc configuration property associated with the entity. */\nexport interface DscConfigurationAssociationProperty {\n /** Gets or sets the name of the Dsc configuration. */\n name?: string;\n}\n\n/** The parameters supplied to the create or update node configuration operation. */\nexport interface DscNodeConfigurationCreateOrUpdateParameters {\n /** Name of the node configuration. */\n name?: string;\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets the source. */\n source?: ContentSource;\n /** Gets or sets the configuration of the node. */\n configuration?: DscConfigurationAssociationProperty;\n /** If a new build version of NodeConfiguration is required. */\n incrementNodeConfigurationBuild?: boolean;\n}\n\n/** Definition of the content source. */\nexport interface ContentSource {\n /** Gets or sets the hash. */\n hash?: ContentHash;\n /** Gets or sets the content source type. */\n type?: ContentSourceType;\n /** Gets or sets the value of the content. This is based on the content source type. */\n value?: string;\n /** Gets or sets the version of the content. */\n version?: string;\n}\n\n/** The response model for the list job operation. */\nexport interface DscNodeConfigurationListResult {\n /** Gets or sets a list of Dsc node configurations. */\n value?: DscNodeConfiguration[];\n /** Gets or sets the next link. */\n nextLink?: string;\n /** Gets or sets the total rows in query. */\n totalCount?: number;\n}\n\n/** The parameters supplied to the create compilation job operation. */\nexport interface DscCompilationJobCreateParameters {\n /** Gets or sets name of the resource. */\n name?: string;\n /** Gets or sets the location of the resource. */\n location?: string;\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets the configuration. */\n configuration: DscConfigurationAssociationProperty;\n /** Gets or sets the parameters of the job. */\n parameters?: { [propertyName: string]: string };\n /** If a new build version of NodeConfiguration is required. */\n incrementNodeConfigurationBuild?: boolean;\n}\n\n/** The response model for the list job operation. */\nexport interface DscCompilationJobListResult {\n /** Gets or sets a list of Dsc Compilation jobs. */\n value?: DscCompilationJob[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** The response model for the list job stream operation. */\nexport interface JobStreamListResult {\n /** A list of job streams. */\n value?: JobStream[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** Definition of the job stream. */\nexport interface JobStream {\n /** Gets or sets the id of the resource. */\n id?: string;\n /** Gets or sets the id of the job stream. */\n jobStreamId?: string;\n /** Gets or sets the creation time of the job. */\n time?: Date;\n /** Gets or sets the stream type. */\n streamType?: JobStreamType;\n /** Gets or sets the stream text. */\n streamText?: string;\n /** Gets or sets the summary. */\n summary?: string;\n /** Gets or sets the values of the job stream. */\n value?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** Gets the count of nodes by count type */\nexport interface NodeCounts {\n /** Gets an array of counts */\n value?: NodeCount[];\n /** Gets the total number of records matching countType criteria. */\n totalCount?: number;\n}\n\n/** Number of nodes based on the Filter */\nexport interface NodeCount {\n /** Gets the name of a count type */\n name?: string;\n properties?: NodeCountProperties;\n}\n\nexport interface NodeCountProperties {\n /** Gets the count for the name */\n count?: number;\n}\n\n/** The parameters supplied to the create or update source control operation. */\nexport interface SourceControlCreateOrUpdateParameters {\n /** The repo url of the source control. */\n repoUrl?: string;\n /** The repo branch of the source control. Include branch as empty string for VsoTfvc. */\n branch?: string;\n /** The folder path of the source control. Path must be relative. */\n folderPath?: string;\n /** The auto async of the source control. Default is false. */\n autoSync?: boolean;\n /** The auto publish of the source control. Default is true. */\n publishRunbook?: boolean;\n /** The source type. Must be one of VsoGit, VsoTfvc, GitHub, case sensitive. */\n sourceType?: SourceType;\n /** The authorization token for the repo of the source control. */\n securityToken?: SourceControlSecurityTokenProperties;\n /** The user description of the source control. */\n description?: string;\n}\n\nexport interface SourceControlSecurityTokenProperties {\n /** The access token. */\n accessToken?: string;\n /** The refresh token. */\n refreshToken?: string;\n /** The token type. Must be either PersonalAccessToken or Oauth. */\n tokenType?: TokenType;\n}\n\n/** The parameters supplied to the update source control operation. */\nexport interface SourceControlUpdateParameters {\n /** The repo branch of the source control. */\n branch?: string;\n /** The folder path of the source control. Path must be relative. */\n folderPath?: string;\n /** The auto sync of the source control. Default is false. */\n autoSync?: boolean;\n /** The auto publish of the source control. Default is true. */\n publishRunbook?: boolean;\n /** The authorization token for the repo of the source control. */\n securityToken?: SourceControlSecurityTokenProperties;\n /** The user description of the source control. */\n description?: string;\n}\n\n/** The response model for the list source controls operation. */\nexport interface SourceControlListResult {\n /** The list of source controls. */\n value?: SourceControl[];\n /** The next link. */\n nextLink?: string;\n}\n\n/** The parameters supplied to the create source control sync job operation. */\nexport interface SourceControlSyncJobCreateParameters {\n /** The commit id of the source control sync job. If not syncing to a commitId, enter an empty string. */\n commitId: string;\n}\n\n/** Definition of the source control sync job. */\nexport interface SourceControlSyncJob {\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Resource id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** The source control sync job id. */\n sourceControlSyncJobId?: string;\n /**\n * The creation time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /** The provisioning state of the job. */\n provisioningState?: ProvisioningState;\n /**\n * The start time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * The end time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /** The sync type. */\n syncType?: SyncType;\n}\n\n/** Definition of the source control sync job. */\nexport interface SourceControlSyncJobById {\n /** The id of the job. */\n id?: string;\n /** The source control sync job id. */\n sourceControlSyncJobId?: string;\n /**\n * The creation time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /** The provisioning state of the job. */\n provisioningState?: ProvisioningState;\n /**\n * The start time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * The end time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /** The sync type. */\n syncType?: SyncType;\n /** The exceptions that occurred while running the sync job. */\n exception?: string;\n}\n\n/** The response model for the list source control sync jobs operation. */\nexport interface SourceControlSyncJobListResult {\n /** The list of source control sync jobs. */\n value?: SourceControlSyncJob[];\n /** The next link. */\n nextLink?: string;\n}\n\n/** The response model for the list source control sync job streams operation. */\nexport interface SourceControlSyncJobStreamsListBySyncJob {\n /** The list of source control sync job streams. */\n value?: SourceControlSyncJobStream[];\n /**\n * The next link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Definition of the source control sync job stream. */\nexport interface SourceControlSyncJobStream {\n /**\n * Resource id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** The sync job stream id. */\n sourceControlSyncJobStreamId?: string;\n /** The summary of the sync job stream. */\n summary?: string;\n /**\n * The time of the sync job stream.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly time?: Date;\n /** The type of the sync job stream. */\n streamType?: StreamType;\n}\n\n/** Definition of the source control sync job stream by id. */\nexport interface SourceControlSyncJobStreamById {\n /**\n * Resource id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** The sync job stream id. */\n sourceControlSyncJobStreamId?: string;\n /** The summary of the sync job stream. */\n summary?: string;\n /**\n * The time of the sync job stream.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly time?: Date;\n /** The type of the sync job stream. */\n streamType?: StreamType;\n /** The text of the sync job stream. */\n streamText?: string;\n /** The values of the job stream. */\n value?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** The parameters supplied to the update automation account operation. */\nexport interface AutomationAccountUpdateParameters {\n /** Gets or sets the name of the resource. */\n name?: string;\n /** Gets or sets the location of the resource. */\n location?: string;\n /** Sets the identity property for automation account */\n identity?: Identity;\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets account SKU. */\n sku?: Sku;\n /** Set the encryption properties for the automation account */\n encryption?: EncryptionProperties;\n /** Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet */\n publicNetworkAccess?: boolean;\n /** Indicates whether requests using non-AAD authentication are blocked */\n disableLocalAuth?: boolean;\n}\n\n/** The account SKU. */\nexport interface Sku {\n /** Gets or sets the SKU name of the account. */\n name: SkuNameEnum;\n /** Gets or sets the SKU family. */\n family?: string;\n /** Gets or sets the SKU capacity. */\n capacity?: number;\n}\n\n/** The encryption settings for automation account */\nexport interface EncryptionProperties {\n /** Key vault properties. */\n keyVaultProperties?: KeyVaultProperties;\n /** Encryption Key Source */\n keySource?: EncryptionKeySourceType;\n /** User identity used for CMK. */\n identity?: EncryptionPropertiesIdentity;\n}\n\n/** Settings concerning key vault encryption for a configuration store. */\nexport interface KeyVaultProperties {\n /** The URI of the key vault key used to encrypt data. */\n keyvaultUri?: string;\n /** The name of key used to encrypt data. */\n keyName?: string;\n /** The key version of the key used to encrypt data. */\n keyVersion?: string;\n}\n\n/** User identity used for CMK. */\nexport interface EncryptionPropertiesIdentity {\n /** The user identity used for CMK. It will be an ARM resource id in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */\n userAssignedIdentity?: Record<string, unknown>;\n}\n\n/** Identity for the resource. */\nexport interface Identity {\n /**\n * The principal ID of resource identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** The identity type. */\n type?: ResourceIdentityType;\n /** The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */\n userAssignedIdentities?: {\n [propertyName: string]: ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties;\n };\n}\n\nexport interface ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties {\n /**\n * The principal id of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client id of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The parameters supplied to the create or update automation account operation. */\nexport interface AutomationAccountCreateOrUpdateParameters {\n /** Gets or sets name of the resource. */\n name?: string;\n /** Gets or sets the location of the resource. */\n location?: string;\n /** Sets the identity property for automation account */\n identity?: Identity;\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets account SKU. */\n sku?: Sku;\n /** Set the encryption properties for the automation account */\n encryption?: EncryptionProperties;\n /** Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet */\n publicNetworkAccess?: boolean;\n /** Indicates whether requests using non-AAD authentication are blocked */\n disableLocalAuth?: boolean;\n}\n\n/** The response model for the list account operation. */\nexport interface AutomationAccountListResult {\n /** Gets or sets list of accounts. */\n value?: AutomationAccount[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** The response model for the list statistics operation. */\nexport interface StatisticsListResult {\n /** Gets or sets a list of statistics. */\n value?: Statistics[];\n}\n\n/** Definition of the statistic. */\nexport interface Statistics {\n /**\n * Gets the property value of the statistic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly counterProperty?: string;\n /**\n * Gets the value of the statistic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly counterValue?: number;\n /**\n * Gets the startTime of the statistic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * Gets the endTime of the statistic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * Gets the id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** The response model for the get usage operation. */\nexport interface UsageListResult {\n /** Gets or sets usage. */\n value?: Usage[];\n}\n\n/** Definition of Usage. */\nexport interface Usage {\n /** Gets or sets the id of the resource. */\n id?: string;\n /** Gets or sets the usage counter name. */\n name?: UsageCounterName;\n /** Gets or sets the usage unit name. */\n unit?: string;\n /** Gets or sets the current usage value. */\n currentValue?: number;\n /** Gets or sets max limit. -1 for unlimited */\n limit?: number;\n /** Gets or sets the throttle status. */\n throttleStatus?: string;\n}\n\n/** Definition of usage counter name. */\nexport interface UsageCounterName {\n /** Gets or sets the usage counter name. */\n value?: string;\n /** Gets or sets the localized usage counter name. */\n localizedValue?: string;\n}\n\nexport interface KeyListResult {\n /** Lists the automation keys. */\n keys?: Key[];\n}\n\n/** Automation key which is used to register a DSC Node */\nexport interface Key {\n /**\n * Automation key name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyName?: AutomationKeyName;\n /**\n * Automation key permissions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly permissions?: AutomationKeyPermissions;\n /**\n * Value of the Automation Key used for registration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n}\n\n/** The parameters supplied to the create or update or replace certificate operation. */\nexport interface CertificateCreateOrUpdateParameters {\n /** Gets or sets the name of the certificate. */\n name: string;\n /** Gets or sets the base64 encoded value of the certificate. */\n base64Value: string;\n /** Gets or sets the description of the certificate. */\n description?: string;\n /** Gets or sets the thumbprint of the certificate. */\n thumbprint?: string;\n /** Gets or sets the is exportable flag of the certificate. */\n isExportable?: boolean;\n}\n\n/** The parameters supplied to the update certificate operation. */\nexport interface CertificateUpdateParameters {\n /** Gets or sets the name of the certificate. */\n name?: string;\n /** Gets or sets the description of the certificate. */\n description?: string;\n}\n\n/** The response model for the list certificate operation. */\nexport interface CertificateListResult {\n /** Gets or sets a list of certificates. */\n value?: Certificate[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** The connection type property associated with the entity. */\nexport interface ConnectionTypeAssociationProperty {\n /** Gets or sets the name of the connection type. */\n name?: string;\n}\n\n/** The parameters supplied to the create or update connection operation. */\nexport interface ConnectionCreateOrUpdateParameters {\n /** Gets or sets the name of the connection. */\n name: string;\n /** Gets or sets the description of the connection. */\n description?: string;\n /** Gets or sets the connectionType of the connection. */\n connectionType: ConnectionTypeAssociationProperty;\n /** Gets or sets the field definition properties of the connection. */\n fieldDefinitionValues?: { [propertyName: string]: string };\n}\n\n/** The parameters supplied to the update connection operation. */\nexport interface ConnectionUpdateParameters {\n /** Gets or sets the name of the connection. */\n name?: string;\n /** Gets or sets the description of the connection. */\n description?: string;\n /** Gets or sets the field definition values of the connection. */\n fieldDefinitionValues?: { [propertyName: string]: string };\n}\n\n/** The response model for the list connection operation. */\nexport interface ConnectionListResult {\n /** Gets or sets a list of connection. */\n value?: Connection[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** Definition of the connection type. */\nexport interface ConnectionType {\n /**\n * Gets the id of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Gets the name of the connection type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Gets or sets a Boolean value to indicate if the connection type is global. */\n isGlobal?: boolean;\n /**\n * Gets the field definitions of the connection type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fieldDefinitions?: { [propertyName: string]: FieldDefinition };\n /**\n * Gets the creation time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /** Gets or sets the last modified time. */\n lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Definition of the connection fields. */\nexport interface FieldDefinition {\n /** Gets or sets the isEncrypted flag of the connection field definition. */\n isEncrypted?: boolean;\n /** Gets or sets the isOptional flag of the connection field definition. */\n isOptional?: boolean;\n /** Gets or sets the type of the connection field definition. */\n type: string;\n}\n\n/** The parameters supplied to the create or update connection type operation. */\nexport interface ConnectionTypeCreateOrUpdateParameters {\n /** Gets or sets the name of the connection type. */\n name: string;\n /** Gets or sets a Boolean value to indicate if the connection type is global. */\n isGlobal?: boolean;\n /** Gets or sets the field definitions of the connection type. */\n fieldDefinitions: { [propertyName: string]: FieldDefinition };\n}\n\n/** The response model for the list connection type operation. */\nexport interface ConnectionTypeListResult {\n /** Gets or sets a list of connection types. */\n value?: ConnectionType[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** The parameters supplied to the create or update credential operation. */\nexport interface CredentialCreateOrUpdateParameters {\n /** Gets or sets the name of the credential. */\n name: string;\n /** Gets or sets the user name of the credential. */\n userName: string;\n /** Gets or sets the password of the credential. */\n password: string;\n /** Gets or sets the description of the credential. */\n description?: string;\n}\n\n/** The parameters supplied to the Update credential operation. */\nexport interface CredentialUpdateParameters {\n /** Gets or sets the name of the credential. */\n name?: string;\n /** Gets or sets the user name of the credential. */\n userName?: string;\n /** Gets or sets the password of the credential. */\n password?: string;\n /** Gets or sets the description of the credential. */\n description?: string;\n}\n\n/** The response model for the list credential operation. */\nexport interface CredentialListResult {\n /** Gets or sets a list of credentials. */\n value?: Credential[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** Definition of the job schedule. */\nexport interface JobSchedule {\n /**\n * Gets the id of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Gets the name of the variable.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Gets or sets the id of job schedule. */\n jobScheduleId?: string;\n /** Gets or sets the schedule. */\n schedule?: ScheduleAssociationProperty;\n /** Gets or sets the runbook. */\n runbook?: RunbookAssociationProperty;\n /** Gets or sets the hybrid worker group that the scheduled job should run on. */\n runOn?: string;\n /** Gets or sets the parameters of the job schedule. */\n parameters?: { [propertyName: string]: string };\n}\n\n/** The schedule property associated with the entity. */\nexport interface ScheduleAssociationProperty {\n /** Gets or sets the name of the Schedule. */\n name?: string;\n}\n\n/** The runbook property associated with the entity. */\nexport interface RunbookAssociationProperty {\n /** Gets or sets the name of the runbook. */\n name?: string;\n}\n\n/** The parameters supplied to the create job schedule operation. */\nexport interface JobScheduleCreateParameters {\n /** Gets or sets the schedule. */\n schedule: ScheduleAssociationProperty;\n /** Gets or sets the runbook. */\n runbook: RunbookAssociationProperty;\n /** Gets or sets the hybrid worker group that the scheduled job should run on. */\n runOn?: string;\n /** Gets or sets a list of job properties. */\n parameters?: { [propertyName: string]: string };\n}\n\n/** The response model for the list job schedule operation. */\nexport interface JobScheduleListResult {\n /** Gets or sets a list of job schedules. */\n value?: JobSchedule[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** Definition of the linked workspace. */\nexport interface LinkedWorkspace {\n /**\n * Gets the id of the linked workspace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** Definition of the activity. */\nexport interface Activity {\n /** Gets or sets the id of the resource. */\n id?: string;\n /**\n * Gets the name of the activity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Gets or sets the user name of the activity. */\n definition?: string;\n /** Gets or sets the parameter sets of the activity. */\n parameterSets?: ActivityParameterSet[];\n /** Gets or sets the output types of the activity. */\n outputTypes?: ActivityOutputType[];\n /** Gets or sets the creation time. */\n creationTime?: Date;\n /** Gets or sets the last modified time. */\n lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Definition of the activity parameter set. */\nexport interface ActivityParameterSet {\n /** Gets or sets the name of the activity parameter set. */\n name?: string;\n /** Gets or sets the parameters of the activity parameter set. */\n parameters?: ActivityParameter[];\n}\n\n/** Definition of the activity parameter. */\nexport interface ActivityParameter {\n /** Gets or sets the name of the activity parameter. */\n name?: string;\n /** Gets or sets the type of the activity parameter. */\n type?: string;\n /** Gets or sets a Boolean value that indicates true if the parameter is required. If the value is false, the parameter is optional. */\n isMandatory?: boolean;\n /** Gets or sets a Boolean value that indicates true if the parameter is dynamic. */\n isDynamic?: boolean;\n /** Gets or sets the position of the activity parameter. */\n position?: number;\n /** Gets or sets a Boolean value that indicates true if the parameter can take values from the incoming pipeline objects. This setting is used if the cmdlet must access the complete input object. false indicates that the parameter cannot take values from the complete input object. */\n valueFromPipeline?: boolean;\n /** Gets or sets a Boolean value that indicates true if the parameter can be filled from a property of the incoming pipeline object that has the same name as this parameter. false indicates that the parameter cannot be filled from the incoming pipeline object property with the same name. */\n valueFromPipelineByPropertyName?: boolean;\n /** Gets or sets a Boolean value that indicates true if the cmdlet parameter accepts all the remaining command-line arguments that are associated with this parameter in the form of an array. false if the cmdlet parameter does not accept all the remaining argument values. */\n valueFromRemainingArguments?: boolean;\n /** Gets or sets the description of the activity parameter. */\n description?: string;\n /** Gets or sets the validation set of activity parameter. */\n validationSet?: ActivityParameterValidationSet[];\n}\n\n/** Definition of the activity parameter validation set. */\nexport interface ActivityParameterValidationSet {\n /** Gets or sets the name of the activity parameter validation set member. */\n memberValue?: string;\n}\n\n/** Definition of the activity output type. */\nexport interface ActivityOutputType {\n /** Gets or sets the name of the activity output type. */\n name?: string;\n /** Gets or sets the type of the activity output type. */\n type?: string;\n}\n\n/** The response model for the list activity operation. */\nexport interface ActivityListResult {\n /** Gets or sets a list of activities. */\n value?: Activity[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** The parameters supplied to the create or update module operation. */\nexport interface ModuleCreateOrUpdateParameters {\n /** Gets or sets name of the resource. */\n name?: string;\n /** Gets or sets the location of the resource. */\n location?: string;\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets the module content link. */\n contentLink: ContentLink;\n}\n\n/** The parameters supplied to the update module operation. */\nexport interface ModuleUpdateParameters {\n /** Gets or sets name of the resource. */\n name?: string;\n /** Gets or sets the location of the resource. */\n location?: string;\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets the module content link. */\n contentLink?: ContentLink;\n}\n\n/** The response model for the list fields operation. */\nexport interface TypeFieldListResult {\n /** Gets or sets a list of fields. */\n value?: TypeField[];\n}\n\n/** Information about a field of a type. */\nexport interface TypeField {\n /** Gets or sets the name of the field. */\n name?: string;\n /** Gets or sets the type of the field. */\n type?: string;\n}\n\n/** The parameters supplied to the create or update schedule operation. */\nexport interface ScheduleCreateOrUpdateParameters {\n /** Gets or sets the name of the Schedule. */\n name: string;\n /** Gets or sets the description of the schedule. */\n description?: string;\n /** Gets or sets the start time of the schedule. */\n startTime: Date;\n /** Gets or sets the end time of the schedule. */\n expiryTime?: Date;\n /** Gets or sets the interval of the schedule. */\n interval?: any;\n /** Gets or sets the frequency of the schedule. */\n frequency: ScheduleFrequency;\n /** Gets or sets the time zone of the schedule. */\n timeZone?: string;\n /** Gets or sets the AdvancedSchedule. */\n advancedSchedule?: AdvancedSchedule;\n}\n\n/** The properties of the create Advanced Schedule. */\nexport interface AdvancedSchedule {\n /** Days of the week that the job should execute on. */\n weekDays?: string[];\n /** Days of the month that the job should execute on. Must be between 1 and 31. */\n monthDays?: number[];\n /** Occurrences of days within a month. */\n monthlyOccurrences?: AdvancedScheduleMonthlyOccurrence[];\n}\n\n/** The properties of the create advanced schedule monthly occurrence. */\nexport interface AdvancedScheduleMonthlyOccurrence {\n /** Occurrence of the week within the month. Must be between 1 and 5 */\n occurrence?: number;\n /** Day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday. */\n day?: ScheduleDay;\n}\n\n/** The parameters supplied to the update schedule operation. */\nexport interface ScheduleUpdateParameters {\n /** Gets or sets the name of the Schedule. */\n name?: string;\n /** Gets or sets the description of the schedule. */\n description?: string;\n /** Gets or sets a value indicating whether this schedule is enabled. */\n isEnabled?: boolean;\n}\n\n/** The response model for the list schedule operation. */\nexport interface ScheduleListResult {\n /** Gets or sets a list of schedules. */\n value?: Schedule[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** The parameters supplied to the create or update variable operation. */\nexport interface VariableCreateOrUpdateParameters {\n /** Gets or sets the name of the variable. */\n name: string;\n /** Gets or sets the value of the variable. */\n value?: string;\n /** Gets or sets the description of the variable. */\n description?: string;\n /** Gets or sets the encrypted flag of the variable. */\n isEncrypted?: boolean;\n}\n\n/** The parameters supplied to the update variable operation. */\nexport interface VariableUpdateParameters {\n /** Gets or sets the name of the variable. */\n name?: string;\n /** Gets or sets the value of the variable. */\n value?: string;\n /** Gets or sets the description of the variable. */\n description?: string;\n}\n\n/** The response model for the list variables operation. */\nexport interface VariableListResult {\n /** Gets or sets a list of variables. */\n value?: Variable[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\nexport interface WatcherUpdateParameters {\n /** Gets or sets the name of the resource. */\n name?: string;\n /** Gets or sets the frequency at which the watcher is invoked. */\n executionFrequencyInSeconds?: number;\n}\n\n/** The response model for the list watcher operation. */\nexport interface WatcherListResult {\n /** Gets or sets a list of watchers. */\n value?: Watcher[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** Definition of the configuration parameter type. */\nexport interface DscConfigurationParameter {\n /** Gets or sets the type of the parameter. */\n type?: string;\n /** Gets or sets a Boolean value to indicate whether the parameter is mandatory or not. */\n isMandatory?: boolean;\n /** Get or sets the position of the parameter. */\n position?: number;\n /** Gets or sets the default value of parameter. */\n defaultValue?: string;\n}\n\n/** The parameters supplied to the create or update configuration operation. */\nexport interface DscConfigurationCreateOrUpdateParameters {\n /** Gets or sets name of the resource. */\n name?: string;\n /** Gets or sets the location of the resource. */\n location?: string;\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets verbose log option. */\n logVerbose?: boolean;\n /** Gets or sets progress log option. */\n logProgress?: boolean;\n /** Gets or sets the source. */\n source: ContentSource;\n /** Gets or sets the configuration parameters. */\n parameters?: { [propertyName: string]: DscConfigurationParameter };\n /** Gets or sets the description of the configuration. */\n description?: string;\n}\n\n/** The parameters supplied to the create or update configuration operation. */\nexport interface DscConfigurationUpdateParameters {\n /** Gets or sets name of the resource. */\n name?: string;\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets verbose log option. */\n logVerbose?: boolean;\n /** Gets or sets progress log option. */\n logProgress?: boolean;\n /** Gets or sets the source. */\n source?: ContentSource;\n /** Gets or sets the configuration parameters. */\n parameters?: { [propertyName: string]: DscConfigurationParameter };\n /** Gets or sets the description of the configuration. */\n description?: string;\n}\n\n/** The response model for the list configuration operation. */\nexport interface DscConfigurationListResult {\n /** Gets or sets a list of configurations. */\n value?: DscConfiguration[];\n /** Gets or sets the next link. */\n nextLink?: string;\n /** Gets the total number of configurations matching filter criteria. */\n totalCount?: number;\n}\n\n/** The parameters supplied to the create job operation. */\nexport interface JobCreateParameters {\n /** Gets or sets the runbook. */\n runbook?: RunbookAssociationProperty;\n /** Gets or sets the parameters of the job. */\n parameters?: { [propertyName: string]: string };\n /** Gets or sets the runOn which specifies the group name where the job is to be executed. */\n runOn?: string;\n}\n\n/** The response model for the list job operation. */\nexport interface JobListResultV2 {\n /** List of jobs. */\n value?: JobCollectionItem[];\n /**\n * The link to the next page.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The response model for the list of Automation operations */\nexport interface OperationListResult {\n /** List of Automation operations supported by the Automation resource provider. */\n value?: Operation[];\n}\n\n/** Automation REST API operation */\nexport interface Operation {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** Provider, Resource and Operation values */\n display?: OperationDisplay;\n}\n\n/** Provider, Resource and Operation values */\nexport interface OperationDisplay {\n /** Service provider: Microsoft.Automation */\n provider?: string;\n /** Resource on which the operation is performed: Runbooks, Jobs etc. */\n resource?: string;\n /** Operation type: Read, write, delete, etc. */\n operation?: string;\n}\n\n/** Graphical Runbook Content */\nexport interface GraphicalRunbookContent {\n /** Raw graphical Runbook content. */\n rawContent?: RawGraphicalRunbookContent;\n /** Graphical Runbook content as JSON */\n graphRunbookJson?: string;\n}\n\n/** Raw Graphical Runbook content */\nexport interface RawGraphicalRunbookContent {\n /** Schema version of the serializer. */\n schemaVersion?: string;\n /** Serialized Graphical runbook */\n runbookDefinition?: string;\n /** Runbook Type */\n runbookType?: GraphRunbookType;\n}\n\n/** Software update configuration properties. */\nexport interface SoftwareUpdateConfiguration {\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** update specific properties for the Software update configuration */\n updateConfiguration: UpdateConfiguration;\n /** Schedule information for the Software update configuration */\n scheduleInfo: SUCScheduleProperties;\n /**\n * Provisioning state for the software update configuration, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** Details of provisioning error */\n error?: ErrorResponse;\n /**\n * Creation time of the resource, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * CreatedBy property, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdBy?: string;\n /**\n * Last time resource was modified, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /**\n * LastModifiedBy property, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedBy?: string;\n /** Tasks information for the Software update configuration. */\n tasks?: SoftwareUpdateConfigurationTasks;\n}\n\n/** Update specific properties of the software update configuration. */\nexport interface UpdateConfiguration {\n /** operating system of target machines */\n operatingSystem: OperatingSystemType;\n /** Windows specific update configuration. */\n windows?: WindowsProperties;\n /** Linux specific update configuration. */\n linux?: LinuxProperties;\n /** Maximum time allowed for the software update configuration run. Duration needs to be specified using the format PT[n]H[n]M[n]S as per ISO8601 */\n duration?: string;\n /** List of azure resource Ids for azure virtual machines targeted by the software update configuration. */\n azureVirtualMachines?: string[];\n /** List of names of non-azure machines targeted by the software update configuration. */\n nonAzureComputerNames?: string[];\n /** Group targets for the software update configuration. */\n targets?: TargetProperties;\n}\n\n/** Windows specific update configuration. */\nexport interface WindowsProperties {\n /** Update classification included in the software update configuration. A comma separated string with required values */\n includedUpdateClassifications?: WindowsUpdateClasses;\n /** KB numbers excluded from the software update configuration. */\n excludedKbNumbers?: string[];\n /** KB numbers included from the software update configuration. */\n includedKbNumbers?: string[];\n /** Reboot setting for the software update configuration. */\n rebootSetting?: string;\n}\n\n/** Linux specific update configuration. */\nexport interface LinuxProperties {\n /** Update classifications included in the software update configuration. */\n includedPackageClassifications?: LinuxUpdateClasses;\n /** packages excluded from the software update configuration. */\n excludedPackageNameMasks?: string[];\n /** packages included from the software update configuration. */\n includedPackageNameMasks?: string[];\n /** Reboot setting for the software update configuration. */\n rebootSetting?: string;\n}\n\n/** Group specific to the update configuration. */\nexport interface TargetProperties {\n /** List of Azure queries in the software update configuration. */\n azureQueries?: AzureQueryProperties[];\n /** List of non Azure queries in the software update configuration. */\n nonAzureQueries?: NonAzureQueryProperties[];\n}\n\n/** Azure query for the update configuration. */\nexport interface AzureQueryProperties {\n /** List of Subscription or Resource Group ARM Ids. */\n scope?: string[];\n /** List of locations to scope the query to. */\n locations?: string[];\n /** Tag settings for the VM. */\n tagSettings?: TagSettingsProperties;\n}\n\n/** Tag filter information for the VM. */\nexport interface TagSettingsProperties {\n /** Dictionary of tags with its list of values. */\n tags?: { [propertyName: string]: string[] };\n /** Filter VMs by Any or All specified tags. */\n filterOperator?: TagOperators;\n}\n\n/** Non Azure query for the update configuration. */\nexport interface NonAzureQueryProperties {\n /** Log Analytics Saved Search name. */\n functionAlias?: string;\n /** Workspace Id for Log Analytics in which the saved Search is resided. */\n workspaceId?: string;\n}\n\n/** Definition of schedule parameters. */\nexport interface SUCScheduleProperties {\n /** Gets or sets the start time of the schedule. */\n startTime?: Date;\n /**\n * Gets the start time's offset in minutes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTimeOffsetMinutes?: number;\n /** Gets or sets the end time of the schedule. */\n expiryTime?: Date;\n /** Gets or sets the expiry time's offset in minutes. */\n expiryTimeOffsetMinutes?: number;\n /** Gets or sets a value indicating whether this schedule is enabled. */\n isEnabled?: boolean;\n /** Gets or sets the next run time of the schedule. */\n nextRun?: Date;\n /** Gets or sets the next run time's offset in minutes. */\n nextRunOffsetMinutes?: number;\n /** Gets or sets the interval of the schedule. */\n interval?: number;\n /** Gets or sets the frequency of the schedule. */\n frequency?: ScheduleFrequency;\n /** Gets or sets the time zone of the schedule. */\n timeZone?: string;\n /** Gets or sets the advanced schedule. */\n advancedSchedule?: AdvancedSchedule;\n /** Gets or sets the creation time. */\n creationTime?: Date;\n /** Gets or sets the last modified time. */\n lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Task properties of the software update configuration. */\nexport interface SoftwareUpdateConfigurationTasks {\n /** Pre task properties. */\n preTask?: TaskProperties;\n /** Post task properties. */\n postTask?: TaskProperties;\n}\n\n/** Task properties of the software update configuration. */\nexport interface TaskProperties {\n /** Gets or sets the parameters of the task. */\n parameters?: { [propertyName: string]: string };\n /** Gets or sets the name of the runbook. */\n source?: string;\n}\n\n/** result of listing all software update configuration */\nexport interface SoftwareUpdateConfigurationListResult {\n /** outer object returned when listing all software update configurations */\n value?: SoftwareUpdateConfigurationCollectionItem[];\n}\n\n/** Software update configuration collection item properties. */\nexport interface SoftwareUpdateConfigurationCollectionItem {\n /**\n * Name of the software update configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource Id of the software update configuration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Update specific properties of the software update configuration. */\n updateConfiguration?: UpdateConfiguration;\n /** Pre and Post Tasks defined */\n tasks?: SoftwareUpdateConfigurationTasks;\n /** execution frequency of the schedule associated with the software update configuration */\n frequency?: ScheduleFrequency;\n /** the start time of the update. */\n startTime?: Date;\n /**\n * Creation time of the software update configuration, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * Last time software update configuration was modified, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /**\n * Provisioning state for the software update configuration, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** ext run time of the update. */\n nextRun?: Date;\n}\n\n/** Software update configuration Run properties. */\nexport interface SoftwareUpdateConfigurationRun {\n /**\n * Name of the software update configuration run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource Id of the software update configuration run\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** software update configuration triggered this run */\n softwareUpdateConfiguration?: UpdateConfigurationNavigation;\n /**\n * Status of the software update configuration run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * Configured duration for the software update configuration run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly configuredDuration?: string;\n /**\n * Operating system target of the software update configuration triggered this run\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osType?: string;\n /**\n * Start time of the software update configuration run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * End time of the software update configuration run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * Number of computers in the software update configuration run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly computerCount?: number;\n /**\n * Number of computers with failed status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly failedCount?: number;\n /**\n * Creation time of the resource, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * CreatedBy property, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdBy?: string;\n /**\n * Last time resource was modified, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /**\n * LastModifiedBy property, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedBy?: string;\n /** Software update configuration tasks triggered in this run */\n tasks?: SoftwareUpdateConfigurationRunTasks;\n}\n\n/** Software update configuration Run Navigation model. */\nexport interface UpdateConfigurationNavigation {\n /**\n * Name of the software update configuration triggered the software update configuration run\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n}\n\n/** Software update configuration run tasks model. */\nexport interface SoftwareUpdateConfigurationRunTasks {\n /** Pre task properties. */\n preTask?: SoftwareUpdateConfigurationRunTaskProperties;\n /** Post task properties. */\n postTask?: SoftwareUpdateConfigurationRunTaskProperties;\n}\n\n/** Task properties of the software update configuration. */\nexport interface SoftwareUpdateConfigurationRunTaskProperties {\n /** The status of the task. */\n status?: string;\n /** The name of the source of the task. */\n source?: string;\n /** The job id of the task. */\n jobId?: string;\n}\n\n/** result of listing all software update configuration runs */\nexport interface SoftwareUpdateConfigurationRunListResult {\n /** outer object returned when listing all software update configuration runs */\n value?: SoftwareUpdateConfigurationRun[];\n /** link to next page of results. */\n nextLink?: string;\n}\n\n/** Software update configuration machine run model. */\nexport interface SoftwareUpdateConfigurationMachineRun {\n /**\n * Name of the software update configuration machine run\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource Id of the software update configuration machine run\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * name of the updated computer\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetComputer?: string;\n /**\n * type of the updated computer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetComputerType?: string;\n /** software update configuration triggered this run */\n softwareUpdateConfiguration?: UpdateConfigurationNavigation;\n /**\n * Status of the software update configuration machine run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * Operating system target of the software update configuration triggered this run\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osType?: string;\n /**\n * correlation id of the software update configuration machine run\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly correlationId?: string;\n /**\n * source computer id of the software update configuration machine run\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceComputerId?: string;\n /**\n * Start time of the software update configuration machine run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * End time of the software update configuration machine run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * configured duration for the software update configuration run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly configuredDuration?: string;\n /** Job associated with the software update configuration machine run */\n job?: JobNavigation;\n /**\n * Creation time of the resource, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * createdBy property, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdBy?: string;\n /**\n * Last time resource was modified, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /**\n * lastModifiedBy property, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedBy?: string;\n /** Details of provisioning error */\n error?: ErrorResponse;\n}\n\n/** Software update configuration machine run job navigation properties. */\nexport interface JobNavigation {\n /**\n * Id of the job associated with the software update configuration run\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** result of listing all software update configuration machine runs */\nexport interface SoftwareUpdateConfigurationMachineRunListResult {\n /** outer object returned when listing all software update configuration machine runs */\n value?: SoftwareUpdateConfigurationMachineRun[];\n /** link to next page of results. */\n nextLink?: string;\n}\n\nexport interface RunbookDraft {\n /** Gets or sets whether runbook is in edit mode. */\n inEdit?: boolean;\n /** Gets or sets the draft runbook content link. */\n draftContentLink?: ContentLink;\n /** Gets or sets the creation time of the runbook draft. */\n creationTime?: Date;\n /** Gets or sets the last modified time of the runbook draft. */\n lastModifiedTime?: Date;\n /** Gets or sets the runbook draft parameters. */\n parameters?: { [propertyName: string]: RunbookParameter };\n /** Gets or sets the runbook output types. */\n outputTypes?: string[];\n}\n\n/** Definition of the runbook parameter type. */\nexport interface RunbookParameter {\n /** Gets or sets the type of the parameter. */\n type?: string;\n /** Gets or sets a Boolean value to indicate whether the parameter is mandatory or not. */\n isMandatory?: boolean;\n /** Get or sets the position of the parameter. */\n position?: number;\n /** Gets or sets the default value of parameter. */\n defaultValue?: string;\n}\n\n/** The response model for the undo edit runbook operation. */\nexport interface RunbookDraftUndoEditResult {\n statusCode?: HttpStatusCode;\n requestId?: string;\n}\n\n/** The parameters supplied to the create or update runbook operation. */\nexport interface RunbookCreateOrUpdateParameters {\n /** Gets or sets the name of the resource. */\n name?: string;\n /** Gets or sets the location of the resource. */\n location?: string;\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets verbose log option. */\n logVerbose?: boolean;\n /** Gets or sets progress log option. */\n logProgress?: boolean;\n /** Gets or sets the type of the runbook. */\n runbookType: RunbookTypeEnum;\n /** Gets or sets the draft runbook properties. */\n draft?: RunbookDraft;\n /** Gets or sets the published runbook content link. */\n publishContentLink?: ContentLink;\n /** Gets or sets the description of the runbook. */\n description?: string;\n /** Gets or sets the activity-level tracing options of the runbook. */\n logActivityTrace?: number;\n}\n\n/** The parameters supplied to the update runbook operation. */\nexport interface RunbookUpdateParameters {\n /** Gets or sets the name of the resource. */\n name?: string;\n /** Gets or sets the location of the resource. */\n location?: string;\n /** Gets or sets the tags attached to the resource. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets the description of the runbook. */\n description?: string;\n /** Gets or sets verbose log option. */\n logVerbose?: boolean;\n /** Gets or sets progress log option. */\n logProgress?: boolean;\n /** Gets or sets the activity-level tracing options of the runbook. */\n logActivityTrace?: number;\n}\n\n/** The response model for the list runbook operation. */\nexport interface RunbookListResult {\n /** Gets or sets a list of runbooks. */\n value?: Runbook[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** The parameters supplied to the create test job operation. */\nexport interface TestJobCreateParameters {\n /** Gets or sets the parameters of the test job. */\n parameters?: { [propertyName: string]: string };\n /** Gets or sets the runOn which specifies the group name where the job is to be executed. */\n runOn?: string;\n}\n\n/** Definition of the test job. */\nexport interface TestJob {\n /** Gets or sets the creation time of the test job. */\n creationTime?: Date;\n /** Gets or sets the status of the test job. */\n status?: string;\n /** Gets or sets the status details of the test job. */\n statusDetails?: string;\n /** Gets or sets the runOn which specifies the group name where the job is to be executed. */\n runOn?: string;\n /** Gets or sets the start time of the test job. */\n startTime?: Date;\n /** Gets or sets the end time of the test job. */\n endTime?: Date;\n /** Gets or sets the exception of the test job. */\n exception?: string;\n /** Gets or sets the last modified time of the test job. */\n lastModifiedTime?: Date;\n /** Gets or sets the last status modified time of the test job. */\n lastStatusModifiedTime?: Date;\n /** Gets or sets the parameters of the test job. */\n parameters?: { [propertyName: string]: string };\n /** The activity-level tracing options of the runbook. */\n logActivityTrace?: number;\n}\n\n/** The parameters supplied to the create or update webhook operation. */\nexport interface WebhookCreateOrUpdateParameters {\n /** Gets or sets the name of the webhook. */\n name: string;\n /** Gets or sets the value of the enabled flag of webhook. */\n isEnabled?: boolean;\n /** Gets or sets the uri. */\n uri?: string;\n /** Gets or sets the expiry time. */\n expiryTime?: Date;\n /** Gets or sets the parameters of the job. */\n parameters?: { [propertyName: string]: string };\n /** Gets or sets the runbook. */\n runbook?: RunbookAssociationProperty;\n /** Gets or sets the name of the hybrid worker group the webhook job will run on. */\n runOn?: string;\n}\n\n/** The parameters supplied to the update webhook operation. */\nexport interface WebhookUpdateParameters {\n /** Gets or sets the name of the webhook. */\n name?: string;\n /** Gets or sets the value of the enabled flag of webhook. */\n isEnabled?: boolean;\n /** Gets or sets the name of the hybrid worker group the webhook job will run on. */\n runOn?: string;\n /** Gets or sets the parameters of the job. */\n parameters?: { [propertyName: string]: string };\n /** Gets or sets the description of the webhook. */\n description?: string;\n}\n\n/** The response model for the list webhook operation. */\nexport interface WebhookListResult {\n /** Gets or sets a list of webhooks. */\n value?: Webhook[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** The parameters supplied to the create hybrid runbook worker operation. */\nexport interface HybridRunbookWorkerCreateParameters {\n /** Gets or sets the name of the resource. */\n name?: string;\n /** Azure Resource Manager Id for a virtual machine. */\n vmResourceId?: string;\n}\n\n/** Parameters supplied to move hybrid worker operation. */\nexport interface HybridRunbookWorkerMoveParameters {\n /** Gets or sets the target hybrid runbook worker group. */\n hybridRunbookWorkerGroupName?: string;\n}\n\n/** The response model for the list hybrid runbook workers. */\nexport interface HybridRunbookWorkersListResult {\n /** Gets or sets a list of hybrid runbook workers. */\n value?: HybridRunbookWorker[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** The response model for the list deleted automation account. */\nexport interface DeletedAutomationAccountListResult {\n /** Gets or sets the list of deleted automation accounts. */\n value?: DeletedAutomationAccount[];\n}\n\n/** Definition of the deleted automation account type. */\nexport interface DeletedAutomationAccount {\n /** The resource id. */\n id?: string;\n /** Gets or sets name of the resource. */\n name?: string;\n /** The resource type. */\n type?: string;\n /** Gets or sets the location of the resource. */\n location?: string;\n /** Gets or sets the Automation Account Resource Id. */\n automationAccountResourceId?: string;\n /** Gets or sets the Automation Account Id. */\n automationAccountId?: string;\n /** Gets or sets the location of the resource. */\n locationPropertiesLocation?: string;\n /**\n * Gets the deletion time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletionTime?: Date;\n}\n\n/** Definition of RunAs credential to use for hybrid worker. */\nexport interface RunAsCredentialAssociationProperty {\n /** Gets or sets the name of the credential. */\n name?: string;\n}\n\n/** The parameters supplied to the create hybrid runbook worker group operation. */\nexport interface HybridRunbookWorkerGroupCreateOrUpdateParameters {\n /** Gets or sets the name of the resource. */\n name?: string;\n /** Sets the credential of a worker group. */\n credential?: RunAsCredentialAssociationProperty;\n}\n\n/** The response model for the list hybrid runbook worker groups. */\nexport interface HybridRunbookWorkerGroupsListResult {\n /** Gets or sets a list of hybrid runbook worker groups. */\n value?: HybridRunbookWorkerGroup[];\n /** Gets or sets the next link. */\n nextLink?: string;\n}\n\n/** The parameters supplied to the create or update draft runbook properties. */\nexport interface RunbookCreateOrUpdateDraftProperties {\n /** Gets or sets verbose log option. */\n logVerbose?: boolean;\n /** Gets or sets progress log option. */\n logProgress?: boolean;\n /** Gets or sets the type of the runbook. */\n runbookType: RunbookTypeEnum;\n /** Gets or sets the draft runbook properties. */\n draft: RunbookDraft;\n /** Gets or sets the description of the runbook. */\n description?: string;\n /** Gets or sets the activity-level tracing options of the runbook. */\n logActivityTrace?: number;\n}\n\n/** The parameters supplied to the create or update runbook operation. */\nexport interface RunbookCreateOrUpdateDraftParameters {\n /** Content of the Runbook. */\n runbookContent: string;\n}\n\n/** ARM proxy resource. */\nexport interface ProxyResource extends Resource {}\n\n/** The resource model definition for a ARM tracked top level resource */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The Azure Region where the resource lives */\n location?: string;\n}\n\n/** Definition of the watcher type. */\nexport interface Watcher extends Resource {\n /** Gets or sets the etag of the resource. */\n etag?: string;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location?: string;\n /** Gets or sets the frequency at which the watcher is invoked. */\n executionFrequencyInSeconds?: number;\n /** Gets or sets the name of the script the watcher is attached to, i.e. the name of an existing runbook. */\n scriptName?: string;\n /** Gets or sets the parameters of the script. */\n scriptParameters?: { [propertyName: string]: string };\n /** Gets or sets the name of the hybrid worker group the watcher will run on. */\n scriptRunOn?: string;\n /**\n * Gets the current status of the watcher.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * Gets or sets the creation time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * Gets or sets the last modified time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /**\n * Details of the user who last modified the watcher.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedBy?: string;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Definition of hybrid runbook worker. */\nexport interface HybridRunbookWorker extends Resource {\n /**\n * Resource system metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Gets or sets the assigned machine IP address. */\n ip?: string;\n /** Gets or sets the registration time of the worker machine. */\n registeredDateTime?: Date;\n /** Last Heartbeat from the Worker */\n lastSeenDateTime?: Date;\n /** Azure Resource Manager Id for a virtual machine. */\n vmResourceId?: string;\n /** Type of the HybridWorker. */\n workerType?: WorkerType;\n /** Name of the HybridWorker. */\n workerName?: string;\n}\n\n/** Definition of hybrid runbook worker group. */\nexport interface HybridRunbookWorkerGroup extends Resource {\n /**\n * Resource system metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Type of the HybridWorkerGroup. */\n groupType?: GroupTypeEnum;\n /** Sets the credential of a worker group. */\n credential?: RunAsCredentialAssociationProperty;\n}\n\n/** A private endpoint connection */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /** Private endpoint which the connection belongs to. */\n privateEndpoint?: PrivateEndpointProperty;\n /** Gets the groupIds. */\n groupIds?: string[];\n /** Connection State of the Private Endpoint Connection. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource extends ProxyResource {\n /**\n * The private link resource group id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n}\n\n/** Definition of a DscNode */\nexport interface DscNode extends ProxyResource {\n /** Gets or sets the last seen time of the node. */\n lastSeen?: Date;\n /** Gets or sets the registration time of the node. */\n registrationTime?: Date;\n /** Gets or sets the ip of the node. */\n ip?: string;\n /** Gets or sets the account id of the node. */\n accountId?: string;\n /** Gets or sets the status of the node. */\n status?: string;\n /** Gets or sets the node id. */\n nodeId?: string;\n /** Gets or sets the etag of the resource. */\n etag?: string;\n /** Gets the total number of records matching filter criteria. */\n totalCount?: number;\n /** Gets or sets the list of extensionHandler properties for a Node. */\n extensionHandler?: DscNodeExtensionHandlerAssociationProperty[];\n /** Gets or sets the name of the dsc node configuration. */\n namePropertiesNodeConfigurationName?: string;\n}\n\n/** Definition of the dsc node configuration. */\nexport interface DscNodeConfiguration extends ProxyResource {\n /** Gets or sets the last modified time. */\n lastModifiedTime?: Date;\n /** Gets or sets creation time. */\n creationTime?: Date;\n /** Gets or sets the configuration of the node. */\n configuration?: DscConfigurationAssociationProperty;\n /** Source of node configuration. */\n source?: string;\n /** Number of nodes with this node configuration assigned */\n nodeCount?: number;\n /** If a new build version of NodeConfiguration is required. */\n incrementNodeConfigurationBuild?: boolean;\n}\n\n/** Definition of the Dsc Compilation job. */\nexport interface DscCompilationJob extends ProxyResource {\n /** Gets or sets the configuration. */\n configuration?: DscConfigurationAssociationProperty;\n /**\n * Gets the compilation job started by.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startedBy?: string;\n /**\n * Gets the id of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobId?: string;\n /**\n * Gets the creation time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /** The current provisioning state of the job. */\n provisioningState?: JobProvisioningState;\n /** Gets or sets the runOn which specifies the group name where the job is to be executed. */\n runOn?: string;\n /** Gets or sets the status of the job. */\n status?: JobStatus;\n /** Gets or sets the status details of the job. */\n statusDetails?: string;\n /**\n * Gets the start time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * Gets the end time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * Gets the exception of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exception?: string;\n /**\n * Gets the last modified time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /**\n * Gets the last status modified time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastStatusModifiedTime?: Date;\n /** Gets or sets the parameters of the job. */\n parameters?: { [propertyName: string]: string };\n}\n\n/** Definition of the source control. */\nexport interface SourceControl extends ProxyResource {\n /** The repo url of the source control. */\n repoUrl?: string;\n /** The repo branch of the source control. Include branch as empty string for VsoTfvc. */\n branch?: string;\n /** The folder path of the source control. */\n folderPath?: string;\n /** The auto sync of the source control. Default is false. */\n autoSync?: boolean;\n /** The auto publish of the source control. Default is true. */\n publishRunbook?: boolean;\n /** The source type. Must be one of VsoGit, VsoTfvc, GitHub. */\n sourceType?: SourceType;\n /** The description. */\n description?: string;\n /** The creation time. */\n creationTime?: Date;\n /** The last modified time. */\n lastModifiedTime?: Date;\n}\n\n/** Definition of the certificate. */\nexport interface Certificate extends ProxyResource {\n /**\n * Gets the thumbprint of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly thumbprint?: string;\n /**\n * Gets the expiry time of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expiryTime?: Date;\n /**\n * Gets the is exportable flag of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isExportable?: boolean;\n /**\n * Gets the creation time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * Gets the last modified time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Definition of the connection. */\nexport interface Connection extends ProxyResource {\n /** Gets or sets the connectionType of the connection. */\n connectionType?: ConnectionTypeAssociationProperty;\n /**\n * Gets the field definition values of the connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fieldDefinitionValues?: { [propertyName: string]: string };\n /**\n * Gets the creation time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * Gets the last modified time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Definition of the credential. */\nexport interface Credential extends ProxyResource {\n /**\n * Gets the user name of the credential.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userName?: string;\n /**\n * Gets the creation time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * Gets the last modified time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Definition of the schedule. */\nexport interface Schedule extends ProxyResource {\n /** Gets or sets the start time of the schedule. */\n startTime?: Date;\n /**\n * Gets the start time's offset in minutes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTimeOffsetMinutes?: number;\n /** Gets or sets the end time of the schedule. */\n expiryTime?: Date;\n /** Gets or sets the expiry time's offset in minutes. */\n expiryTimeOffsetMinutes?: number;\n /** Gets or sets a value indicating whether this schedule is enabled. */\n isEnabled?: boolean;\n /** Gets or sets the next run time of the schedule. */\n nextRun?: Date;\n /** Gets or sets the next run time's offset in minutes. */\n nextRunOffsetMinutes?: number;\n /** Gets or sets the interval of the schedule. */\n interval?: any;\n /** Gets or sets the frequency of the schedule. */\n frequency?: ScheduleFrequency;\n /** Gets or sets the time zone of the schedule. */\n timeZone?: string;\n /** Gets or sets the advanced schedule. */\n advancedSchedule?: AdvancedSchedule;\n /** Gets or sets the creation time. */\n creationTime?: Date;\n /** Gets or sets the last modified time. */\n lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Definition of the variable. */\nexport interface Variable extends ProxyResource {\n /** Gets or sets the value of the variable. */\n value?: string;\n /** Gets or sets the encrypted flag of the variable. */\n isEncrypted?: boolean;\n /** Gets or sets the creation time. */\n creationTime?: Date;\n /** Gets or sets the last modified time. */\n lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Definition of the job. */\nexport interface Job extends ProxyResource {\n /** Gets or sets the runbook. */\n runbook?: RunbookAssociationProperty;\n /** Gets or sets the job started by. */\n startedBy?: string;\n /** Gets or sets the runOn which specifies the group name where the job is to be executed. */\n runOn?: string;\n /** Gets or sets the id of the job. */\n jobId?: string;\n /** Gets or sets the creation time of the job. */\n creationTime?: Date;\n /** Gets or sets the status of the job. */\n status?: JobStatus;\n /** Gets or sets the status details of the job. */\n statusDetails?: string;\n /** Gets or sets the start time of the job. */\n startTime?: Date;\n /** Gets or sets the end time of the job. */\n endTime?: Date;\n /** Gets or sets the exception of the job. */\n exception?: string;\n /** Gets or sets the last modified time of the job. */\n lastModifiedTime?: Date;\n /** Gets or sets the last status modified time of the job. */\n lastStatusModifiedTime?: Date;\n /** Gets or sets the parameters of the job. */\n parameters?: { [propertyName: string]: string };\n /** The current provisioning state of the job. */\n provisioningState?: JobProvisioningState;\n}\n\n/** Job collection item properties. */\nexport interface JobCollectionItem extends ProxyResource {\n /**\n * The runbook association.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runbook?: RunbookAssociationProperty;\n /**\n * The id of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobId?: string;\n /**\n * The creation time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * The status of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: JobStatus;\n /**\n * The start time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * The end time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * The last modified time of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /**\n * The provisioning state of a resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** Specifies the runOn group name where the job was executed. */\n runOn?: string;\n}\n\n/** Definition of the webhook type. */\nexport interface Webhook extends ProxyResource {\n /** Gets or sets the value of the enabled flag of the webhook. */\n isEnabled?: boolean;\n /** Gets or sets the webhook uri. */\n uri?: string;\n /** Gets or sets the expiry time. */\n expiryTime?: Date;\n /** Gets or sets the last invoked time. */\n lastInvokedTime?: Date;\n /** Gets or sets the parameters of the job that is created when the webhook calls the runbook it is associated with. */\n parameters?: { [propertyName: string]: string };\n /** Gets or sets the runbook the webhook is associated with. */\n runbook?: RunbookAssociationProperty;\n /** Gets or sets the name of the hybrid worker group the webhook job will run on. */\n runOn?: string;\n /** Gets or sets the creation time. */\n creationTime?: Date;\n /** Gets or sets the last modified time. */\n lastModifiedTime?: Date;\n /** Details of the user who last modified the Webhook */\n lastModifiedBy?: string;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Definition of the module type. */\nexport interface Module extends TrackedResource {\n /** Gets or sets the etag of the resource. */\n etag?: string;\n /** Gets or sets the isGlobal flag of the module. */\n isGlobal?: boolean;\n /** Gets or sets the version of the module. */\n version?: string;\n /** Gets or sets the size in bytes of the module. */\n sizeInBytes?: number;\n /** Gets or sets the activity count of the module. */\n activityCount?: number;\n /** Gets or sets the provisioning state of the module. */\n provisioningState?: ModuleProvisioningState;\n /** Gets or sets the contentLink of the module. */\n contentLink?: ContentLink;\n /** Gets or sets the error info of the module. */\n error?: ModuleErrorInfo;\n /** Gets or sets the creation time. */\n creationTime?: Date;\n /** Gets or sets the last modified time. */\n lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n /** Gets or sets type of module, if its composite or not. */\n isComposite?: boolean;\n}\n\n/** Definition of the automation account type. */\nexport interface AutomationAccount extends TrackedResource {\n /** Gets or sets the etag of the resource. */\n etag?: string;\n /** Identity for the resource. */\n identity?: Identity;\n /**\n * Resource system metadata.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Gets or sets the SKU of account. */\n sku?: Sku;\n /** Gets or sets the last modified by. */\n lastModifiedBy?: string;\n /**\n * Gets status of account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: AutomationAccountState;\n /**\n * Gets the creation time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * Gets the last modified time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n /** Encryption properties for the automation account */\n encryption?: EncryptionProperties;\n /** List of Automation operations supported by the Automation resource provider. */\n privateEndpointConnections?: PrivateEndpointConnection[];\n /** Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet */\n publicNetworkAccess?: boolean;\n /** Indicates whether requests using non-AAD authentication are blocked */\n disableLocalAuth?: boolean;\n /** URL of automation hybrid service which is used for hybrid worker on-boarding. */\n automationHybridServiceUrl?: string;\n}\n\n/** Definition of the configuration type. */\nexport interface DscConfiguration extends TrackedResource {\n /** Gets or sets the etag of the resource. */\n etag?: string;\n /** Gets or sets the provisioning state of the configuration. */\n provisioningState?: \"Succeeded\";\n /** Gets or sets the job count of the configuration. */\n jobCount?: number;\n /** Gets or sets the configuration parameters. */\n parameters?: { [propertyName: string]: DscConfigurationParameter };\n /** Gets or sets the source. */\n source?: ContentSource;\n /** Gets or sets the state of the configuration. */\n state?: DscConfigurationState;\n /** Gets or sets verbose log option. */\n logVerbose?: boolean;\n /** Gets or sets the creation time. */\n creationTime?: Date;\n /** Gets or sets the last modified time. */\n lastModifiedTime?: Date;\n /** Gets the number of compiled node configurations. */\n nodeConfigurationCount?: number;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Definition of the runbook type. */\nexport interface Runbook extends TrackedResource {\n /** Gets or sets the etag of the resource. */\n etag?: string;\n /** Gets or sets the type of the runbook. */\n runbookType?: RunbookTypeEnum;\n /** Gets or sets the published runbook content link. */\n publishContentLink?: ContentLink;\n /** Gets or sets the state of the runbook. */\n state?: RunbookState;\n /** Gets or sets verbose log option. */\n logVerbose?: boolean;\n /** Gets or sets progress log option. */\n logProgress?: boolean;\n /** Gets or sets the option to log activity trace of the runbook. */\n logActivityTrace?: number;\n /** Gets or sets the job count of the runbook. */\n jobCount?: number;\n /** Gets or sets the runbook parameters. */\n parameters?: { [propertyName: string]: RunbookParameter };\n /** Gets or sets the runbook output types. */\n outputTypes?: string[];\n /** Gets or sets the draft runbook properties. */\n draft?: RunbookDraft;\n /** Gets or sets the provisioning state of the runbook. */\n provisioningState?: \"Succeeded\";\n /** Gets or sets the last modified by. */\n lastModifiedBy?: string;\n /** Gets or sets the creation time. */\n creationTime?: Date;\n /** Gets or sets the last modified time. */\n lastModifiedTime?: Date;\n /** Gets or sets the description. */\n description?: string;\n}\n\n/** Defines headers for RunbookDraft_replaceContent operation. */\nexport interface RunbookDraftReplaceContentHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Defines headers for Runbook_publish operation. */\nexport interface RunbookPublishHeaders {\n /** URL to query for status of the operation. */\n location?: string;\n}\n\n/** Known values of {@link AgentRegistrationKeyName} that the service accepts. */\nexport enum KnownAgentRegistrationKeyName {\n /** Primary */\n Primary = \"primary\",\n /** Secondary */\n Secondary = \"secondary\"\n}\n\n/**\n * Defines values for AgentRegistrationKeyName. \\\n * {@link KnownAgentRegistrationKeyName} can be used interchangeably with AgentRegistrationKeyName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **primary** \\\n * **secondary**\n */\nexport type AgentRegistrationKeyName = string;\n\n/** Known values of {@link ContentSourceType} that the service accepts. */\nexport enum KnownContentSourceType {\n /** EmbeddedContent */\n EmbeddedContent = \"embeddedContent\",\n /** Uri */\n Uri = \"uri\"\n}\n\n/**\n * Defines values for ContentSourceType. \\\n * {@link KnownContentSourceType} can be used interchangeably with ContentSourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **embeddedContent** \\\n * **uri**\n */\nexport type ContentSourceType = string;\n\n/** Known values of {@link JobProvisioningState} that the service accepts. */\nexport enum KnownJobProvisioningState {\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Suspended */\n Suspended = \"Suspended\",\n /** Processing */\n Processing = \"Processing\"\n}\n\n/**\n * Defines values for JobProvisioningState. \\\n * {@link KnownJobProvisioningState} can be used interchangeably with JobProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Failed** \\\n * **Succeeded** \\\n * **Suspended** \\\n * **Processing**\n */\nexport type JobProvisioningState = string;\n\n/** Known values of {@link JobStatus} that the service accepts. */\nexport enum KnownJobStatus {\n /** New */\n New = \"New\",\n /** Activating */\n Activating = \"Activating\",\n /** Running */\n Running = \"Running\",\n /** Completed */\n Completed = \"Completed\",\n /** Failed */\n Failed = \"Failed\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Blocked */\n Blocked = \"Blocked\",\n /** Suspended */\n Suspended = \"Suspended\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n /** Suspending */\n Suspending = \"Suspending\",\n /** Stopping */\n Stopping = \"Stopping\",\n /** Resuming */\n Resuming = \"Resuming\",\n /** Removing */\n Removing = \"Removing\"\n}\n\n/**\n * Defines values for JobStatus. \\\n * {@link KnownJobStatus} can be used interchangeably with JobStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **New** \\\n * **Activating** \\\n * **Running** \\\n * **Completed** \\\n * **Failed** \\\n * **Stopped** \\\n * **Blocked** \\\n * **Suspended** \\\n * **Disconnected** \\\n * **Suspending** \\\n * **Stopping** \\\n * **Resuming** \\\n * **Removing**\n */\nexport type JobStatus = string;\n\n/** Known values of {@link JobStreamType} that the service accepts. */\nexport enum KnownJobStreamType {\n /** Progress */\n Progress = \"Progress\",\n /** Output */\n Output = \"Output\",\n /** Warning */\n Warning = \"Warning\",\n /** Error */\n Error = \"Error\",\n /** Debug */\n Debug = \"Debug\",\n /** Verbose */\n Verbose = \"Verbose\",\n /** Any */\n Any = \"Any\"\n}\n\n/**\n * Defines values for JobStreamType. \\\n * {@link KnownJobStreamType} can be used interchangeably with JobStreamType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Progress** \\\n * **Output** \\\n * **Warning** \\\n * **Error** \\\n * **Debug** \\\n * **Verbose** \\\n * **Any**\n */\nexport type JobStreamType = string;\n\n/** Known values of {@link CountType} that the service accepts. */\nexport enum KnownCountType {\n /** Status */\n Status = \"status\",\n /** Nodeconfiguration */\n Nodeconfiguration = \"nodeconfiguration\"\n}\n\n/**\n * Defines values for CountType. \\\n * {@link KnownCountType} can be used interchangeably with CountType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **status** \\\n * **nodeconfiguration**\n */\nexport type CountType = string;\n\n/** Known values of {@link SourceType} that the service accepts. */\nexport enum KnownSourceType {\n /** VsoGit */\n VsoGit = \"VsoGit\",\n /** VsoTfvc */\n VsoTfvc = \"VsoTfvc\",\n /** GitHub */\n GitHub = \"GitHub\"\n}\n\n/**\n * Defines values for SourceType. \\\n * {@link KnownSourceType} can be used interchangeably with SourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **VsoGit** \\\n * **VsoTfvc** \\\n * **GitHub**\n */\nexport type SourceType = string;\n\n/** Known values of {@link TokenType} that the service accepts. */\nexport enum KnownTokenType {\n /** PersonalAccessToken */\n PersonalAccessToken = \"PersonalAccessToken\",\n /** Oauth */\n Oauth = \"Oauth\"\n}\n\n/**\n * Defines values for TokenType. \\\n * {@link KnownTokenType} can be used interchangeably with TokenType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PersonalAccessToken** \\\n * **Oauth**\n */\nexport type TokenType = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Completed */\n Completed = \"Completed\",\n /** Failed */\n Failed = \"Failed\",\n /** Running */\n Running = \"Running\"\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Completed** \\\n * **Failed** \\\n * **Running**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link SyncType} that the service accepts. */\nexport enum KnownSyncType {\n /** PartialSync */\n PartialSync = \"PartialSync\",\n /** FullSync */\n FullSync = \"FullSync\"\n}\n\n/**\n * Defines values for SyncType. \\\n * {@link KnownSyncType} can be used interchangeably with SyncType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PartialSync** \\\n * **FullSync**\n */\nexport type SyncType = string;\n\n/** Known values of {@link StreamType} that the service accepts. */\nexport enum KnownStreamType {\n /** Error */\n Error = \"Error\",\n /** Output */\n Output = \"Output\"\n}\n\n/**\n * Defines values for StreamType. \\\n * {@link KnownStreamType} can be used interchangeably with StreamType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Error** \\\n * **Output**\n */\nexport type StreamType = string;\n\n/** Known values of {@link SkuNameEnum} that the service accepts. */\nexport enum KnownSkuNameEnum {\n /** Free */\n Free = \"Free\",\n /** Basic */\n Basic = \"Basic\"\n}\n\n/**\n * Defines values for SkuNameEnum. \\\n * {@link KnownSkuNameEnum} can be used interchangeably with SkuNameEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Free** \\\n * **Basic**\n */\nexport type SkuNameEnum = string;\n\n/** Known values of {@link AutomationAccountState} that the service accepts. */\nexport enum KnownAutomationAccountState {\n /** Ok */\n Ok = \"Ok\",\n /** Unavailable */\n Unavailable = \"Unavailable\",\n /** Suspended */\n Suspended = \"Suspended\"\n}\n\n/**\n * Defines values for AutomationAccountState. \\\n * {@link KnownAutomationAccountState} can be used interchangeably with AutomationAccountState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Ok** \\\n * **Unavailable** \\\n * **Suspended**\n */\nexport type AutomationAccountState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link AutomationKeyName} that the service accepts. */\nexport enum KnownAutomationKeyName {\n /** Primary */\n Primary = \"Primary\",\n /** Secondary */\n Secondary = \"Secondary\"\n}\n\n/**\n * Defines values for AutomationKeyName. \\\n * {@link KnownAutomationKeyName} can be used interchangeably with AutomationKeyName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Primary** \\\n * **Secondary**\n */\nexport type AutomationKeyName = string;\n\n/** Known values of {@link AutomationKeyPermissions} that the service accepts. */\nexport enum KnownAutomationKeyPermissions {\n /** Read */\n Read = \"Read\",\n /** Full */\n Full = \"Full\"\n}\n\n/**\n * Defines values for AutomationKeyPermissions. \\\n * {@link KnownAutomationKeyPermissions} can be used interchangeably with AutomationKeyPermissions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Read** \\\n * **Full**\n */\nexport type AutomationKeyPermissions = string;\n\n/** Known values of {@link ScheduleFrequency} that the service accepts. */\nexport enum KnownScheduleFrequency {\n /** OneTime */\n OneTime = \"OneTime\",\n /** Day */\n Day = \"Day\",\n /** Hour */\n Hour = \"Hour\",\n /** Week */\n Week = \"Week\",\n /** Month */\n Month = \"Month\",\n /** The minimum allowed interval for Minute schedules is 15 minutes. */\n Minute = \"Minute\"\n}\n\n/**\n * Defines values for ScheduleFrequency. \\\n * {@link KnownScheduleFrequency} can be used interchangeably with ScheduleFrequency,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **OneTime** \\\n * **Day** \\\n * **Hour** \\\n * **Week** \\\n * **Month** \\\n * **Minute**: The minimum allowed interval for Minute schedules is 15 minutes.\n */\nexport type ScheduleFrequency = string;\n\n/** Known values of {@link ScheduleDay} that the service accepts. */\nexport enum KnownScheduleDay {\n /** Monday */\n Monday = \"Monday\",\n /** Tuesday */\n Tuesday = \"Tuesday\",\n /** Wednesday */\n Wednesday = \"Wednesday\",\n /** Thursday */\n Thursday = \"Thursday\",\n /** Friday */\n Friday = \"Friday\",\n /** Saturday */\n Saturday = \"Saturday\",\n /** Sunday */\n Sunday = \"Sunday\"\n}\n\n/**\n * Defines values for ScheduleDay. \\\n * {@link KnownScheduleDay} can be used interchangeably with ScheduleDay,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Monday** \\\n * **Tuesday** \\\n * **Wednesday** \\\n * **Thursday** \\\n * **Friday** \\\n * **Saturday** \\\n * **Sunday**\n */\nexport type ScheduleDay = string;\n\n/** Known values of {@link DscConfigurationState} that the service accepts. */\nexport enum KnownDscConfigurationState {\n /** New */\n New = \"New\",\n /** Edit */\n Edit = \"Edit\",\n /** Published */\n Published = \"Published\"\n}\n\n/**\n * Defines values for DscConfigurationState. \\\n * {@link KnownDscConfigurationState} can be used interchangeably with DscConfigurationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **New** \\\n * **Edit** \\\n * **Published**\n */\nexport type DscConfigurationState = string;\n\n/** Known values of {@link GraphRunbookType} that the service accepts. */\nexport enum KnownGraphRunbookType {\n /** GraphPowerShell */\n GraphPowerShell = \"GraphPowerShell\",\n /** GraphPowerShellWorkflow */\n GraphPowerShellWorkflow = \"GraphPowerShellWorkflow\"\n}\n\n/**\n * Defines values for GraphRunbookType. \\\n * {@link KnownGraphRunbookType} can be used interchangeably with GraphRunbookType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **GraphPowerShell** \\\n * **GraphPowerShellWorkflow**\n */\nexport type GraphRunbookType = string;\n\n/** Known values of {@link WindowsUpdateClasses} that the service accepts. */\nexport enum KnownWindowsUpdateClasses {\n /** Unclassified */\n Unclassified = \"Unclassified\",\n /** Critical */\n Critical = \"Critical\",\n /** Security */\n Security = \"Security\",\n /** UpdateRollup */\n UpdateRollup = \"UpdateRollup\",\n /** FeaturePack */\n FeaturePack = \"FeaturePack\",\n /** ServicePack */\n ServicePack = \"ServicePack\",\n /** Definition */\n Definition = \"Definition\",\n /** Tools */\n Tools = \"Tools\",\n /** Updates */\n Updates = \"Updates\"\n}\n\n/**\n * Defines values for WindowsUpdateClasses. \\\n * {@link KnownWindowsUpdateClasses} can be used interchangeably with WindowsUpdateClasses,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unclassified** \\\n * **Critical** \\\n * **Security** \\\n * **UpdateRollup** \\\n * **FeaturePack** \\\n * **ServicePack** \\\n * **Definition** \\\n * **Tools** \\\n * **Updates**\n */\nexport type WindowsUpdateClasses = string;\n\n/** Known values of {@link LinuxUpdateClasses} that the service accepts. */\nexport enum KnownLinuxUpdateClasses {\n /** Unclassified */\n Unclassified = \"Unclassified\",\n /** Critical */\n Critical = \"Critical\",\n /** Security */\n Security = \"Security\",\n /** Other */\n Other = \"Other\"\n}\n\n/**\n * Defines values for LinuxUpdateClasses. \\\n * {@link KnownLinuxUpdateClasses} can be used interchangeably with LinuxUpdateClasses,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unclassified** \\\n * **Critical** \\\n * **Security** \\\n * **Other**\n */\nexport type LinuxUpdateClasses = string;\n\n/** Known values of {@link HttpStatusCode} that the service accepts. */\nexport enum KnownHttpStatusCode {\n /** Continue */\n Continue = \"Continue\",\n /** SwitchingProtocols */\n SwitchingProtocols = \"SwitchingProtocols\",\n /** OK */\n OK = \"OK\",\n /** Created */\n Created = \"Created\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** NonAuthoritativeInformation */\n NonAuthoritativeInformation = \"NonAuthoritativeInformation\",\n /** NoContent */\n NoContent = \"NoContent\",\n /** ResetContent */\n ResetContent = \"ResetContent\",\n /** PartialContent */\n PartialContent = \"PartialContent\",\n /** MultipleChoices */\n MultipleChoices = \"MultipleChoices\",\n /** Ambiguous */\n Ambiguous = \"Ambiguous\",\n /** MovedPermanently */\n MovedPermanently = \"MovedPermanently\",\n /** Moved */\n Moved = \"Moved\",\n /** Found */\n Found = \"Found\",\n /** Redirect */\n Redirect = \"Redirect\",\n /** SeeOther */\n SeeOther = \"SeeOther\",\n /** RedirectMethod */\n RedirectMethod = \"RedirectMethod\",\n /** NotModified */\n NotModified = \"NotModified\",\n /** UseProxy */\n UseProxy = \"UseProxy\",\n /** Unused */\n Unused = \"Unused\",\n /** TemporaryRedirect */\n TemporaryRedirect = \"TemporaryRedirect\",\n /** RedirectKeepVerb */\n RedirectKeepVerb = \"RedirectKeepVerb\",\n /** BadRequest */\n BadRequest = \"BadRequest\",\n /** Unauthorized */\n Unauthorized = \"Unauthorized\",\n /** PaymentRequired */\n PaymentRequired = \"PaymentRequired\",\n /** Forbidden */\n Forbidden = \"Forbidden\",\n /** NotFound */\n NotFound = \"NotFound\",\n /** MethodNotAllowed */\n MethodNotAllowed = \"MethodNotAllowed\",\n /** NotAcceptable */\n NotAcceptable = \"NotAcceptable\",\n /** ProxyAuthenticationRequired */\n ProxyAuthenticationRequired = \"ProxyAuthenticationRequired\",\n /** RequestTimeout */\n RequestTimeout = \"RequestTimeout\",\n /** Conflict */\n Conflict = \"Conflict\",\n /** Gone */\n Gone = \"Gone\",\n /** LengthRequired */\n LengthRequired = \"LengthRequired\",\n /** PreconditionFailed */\n PreconditionFailed = \"PreconditionFailed\",\n /** RequestEntityTooLarge */\n RequestEntityTooLarge = \"RequestEntityTooLarge\",\n /** RequestUriTooLong */\n RequestUriTooLong = \"RequestUriTooLong\",\n /** UnsupportedMediaType */\n UnsupportedMediaType = \"UnsupportedMediaType\",\n /** RequestedRangeNotSatisfiable */\n RequestedRangeNotSatisfiable = \"RequestedRangeNotSatisfiable\",\n /** ExpectationFailed */\n ExpectationFailed = \"ExpectationFailed\",\n /** UpgradeRequired */\n UpgradeRequired = \"UpgradeRequired\",\n /** InternalServerError */\n InternalServerError = \"InternalServerError\",\n /** NotImplemented */\n NotImplemented = \"NotImplemented\",\n /** BadGateway */\n BadGateway = \"BadGateway\",\n /** ServiceUnavailable */\n ServiceUnavailable = \"ServiceUnavailable\",\n /** GatewayTimeout */\n GatewayTimeout = \"GatewayTimeout\",\n /** HttpVersionNotSupported */\n HttpVersionNotSupported = \"HttpVersionNotSupported\"\n}\n\n/**\n * Defines values for HttpStatusCode. \\\n * {@link KnownHttpStatusCode} can be used interchangeably with HttpStatusCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Continue** \\\n * **SwitchingProtocols** \\\n * **OK** \\\n * **Created** \\\n * **Accepted** \\\n * **NonAuthoritativeInformation** \\\n * **NoContent** \\\n * **ResetContent** \\\n * **PartialContent** \\\n * **MultipleChoices** \\\n * **Ambiguous** \\\n * **MovedPermanently** \\\n * **Moved** \\\n * **Found** \\\n * **Redirect** \\\n * **SeeOther** \\\n * **RedirectMethod** \\\n * **NotModified** \\\n * **UseProxy** \\\n * **Unused** \\\n * **TemporaryRedirect** \\\n * **RedirectKeepVerb** \\\n * **BadRequest** \\\n * **Unauthorized** \\\n * **PaymentRequired** \\\n * **Forbidden** \\\n * **NotFound** \\\n * **MethodNotAllowed** \\\n * **NotAcceptable** \\\n * **ProxyAuthenticationRequired** \\\n * **RequestTimeout** \\\n * **Conflict** \\\n * **Gone** \\\n * **LengthRequired** \\\n * **PreconditionFailed** \\\n * **RequestEntityTooLarge** \\\n * **RequestUriTooLong** \\\n * **UnsupportedMediaType** \\\n * **RequestedRangeNotSatisfiable** \\\n * **ExpectationFailed** \\\n * **UpgradeRequired** \\\n * **InternalServerError** \\\n * **NotImplemented** \\\n * **BadGateway** \\\n * **ServiceUnavailable** \\\n * **GatewayTimeout** \\\n * **HttpVersionNotSupported**\n */\nexport type HttpStatusCode = string;\n\n/** Known values of {@link RunbookTypeEnum} that the service accepts. */\nexport enum KnownRunbookTypeEnum {\n /** Script */\n Script = \"Script\",\n /** Graph */\n Graph = \"Graph\",\n /** PowerShellWorkflow */\n PowerShellWorkflow = \"PowerShellWorkflow\",\n /** PowerShell */\n PowerShell = \"PowerShell\",\n /** GraphPowerShellWorkflow */\n GraphPowerShellWorkflow = \"GraphPowerShellWorkflow\",\n /** GraphPowerShell */\n GraphPowerShell = \"GraphPowerShell\",\n /** Python2 */\n Python2 = \"Python2\",\n /** Python3 */\n Python3 = \"Python3\"\n}\n\n/**\n * Defines values for RunbookTypeEnum. \\\n * {@link KnownRunbookTypeEnum} can be used interchangeably with RunbookTypeEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Script** \\\n * **Graph** \\\n * **PowerShellWorkflow** \\\n * **PowerShell** \\\n * **GraphPowerShellWorkflow** \\\n * **GraphPowerShell** \\\n * **Python2** \\\n * **Python3**\n */\nexport type RunbookTypeEnum = string;\n\n/** Known values of {@link RunbookState} that the service accepts. */\nexport enum KnownRunbookState {\n /** New */\n New = \"New\",\n /** Edit */\n Edit = \"Edit\",\n /** Published */\n Published = \"Published\"\n}\n\n/**\n * Defines values for RunbookState. \\\n * {@link KnownRunbookState} can be used interchangeably with RunbookState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **New** \\\n * **Edit** \\\n * **Published**\n */\nexport type RunbookState = string;\n\n/** Known values of {@link WorkerType} that the service accepts. */\nexport enum KnownWorkerType {\n /** HybridV1 */\n HybridV1 = \"HybridV1\",\n /** HybridV2 */\n HybridV2 = \"HybridV2\"\n}\n\n/**\n * Defines values for WorkerType. \\\n * {@link KnownWorkerType} can be used interchangeably with WorkerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **HybridV1** \\\n * **HybridV2**\n */\nexport type WorkerType = string;\n\n/** Known values of {@link GroupTypeEnum} that the service accepts. */\nexport enum KnownGroupTypeEnum {\n /** User */\n User = \"User\",\n /** System */\n System = \"System\"\n}\n\n/**\n * Defines values for GroupTypeEnum. \\\n * {@link KnownGroupTypeEnum} can be used interchangeably with GroupTypeEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **System**\n */\nexport type GroupTypeEnum = string;\n/** Defines values for ModuleProvisioningState. */\nexport type ModuleProvisioningState =\n | \"Created\"\n | \"Creating\"\n | \"StartingImportModuleRunbook\"\n | \"RunningImportModuleRunbook\"\n | \"ContentRetrieved\"\n | \"ContentDownloaded\"\n | \"ContentValidated\"\n | \"ConnectionTypeImported\"\n | \"ContentStored\"\n | \"ModuleDataStored\"\n | \"ActivitiesStored\"\n | \"ModuleImportRunbookComplete\"\n | \"Succeeded\"\n | \"Failed\"\n | \"Cancelled\"\n | \"Updating\";\n/** Defines values for EncryptionKeySourceType. */\nexport type EncryptionKeySourceType =\n | \"Microsoft.Automation\"\n | \"Microsoft.Keyvault\";\n/** Defines values for ResourceIdentityType. */\nexport type ResourceIdentityType =\n | \"SystemAssigned\"\n | \"UserAssigned\"\n | \"SystemAssigned, UserAssigned\"\n | \"None\";\n/** Defines values for OperatingSystemType. */\nexport type OperatingSystemType = \"Windows\" | \"Linux\";\n/** Defines values for TagOperators. */\nexport type TagOperators = \"All\" | \"Any\";\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type PrivateEndpointConnectionsListByAutomationAccountResponse = PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesAutomationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the automation operation. */\nexport type PrivateLinkResourcesAutomationResponse = PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface Python2PackageDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface Python2PackageGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type Python2PackageGetResponse = Module;\n\n/** Optional parameters. */\nexport interface Python2PackageCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type Python2PackageCreateOrUpdateResponse = Module;\n\n/** Optional parameters. */\nexport interface Python2PackageUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type Python2PackageUpdateResponse = Module;\n\n/** Optional parameters. */\nexport interface Python2PackageListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type Python2PackageListByAutomationAccountResponse = ModuleListResult;\n\n/** Optional parameters. */\nexport interface Python2PackageListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type Python2PackageListByAutomationAccountNextResponse = ModuleListResult;\n\n/** Optional parameters. */\nexport interface AgentRegistrationInformationGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AgentRegistrationInformationGetResponse = AgentRegistration;\n\n/** Optional parameters. */\nexport interface AgentRegistrationInformationRegenerateKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerateKey operation. */\nexport type AgentRegistrationInformationRegenerateKeyResponse = AgentRegistration;\n\n/** Optional parameters. */\nexport interface DscNodeDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DscNodeGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DscNodeGetResponse = DscNode;\n\n/** Optional parameters. */\nexport interface DscNodeUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type DscNodeUpdateResponse = DscNode;\n\n/** Optional parameters. */\nexport interface DscNodeListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n /** The number of rows to skip. */\n skip?: number;\n /** The number of rows to take. */\n top?: number;\n /** Return total rows. */\n inlinecount?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type DscNodeListByAutomationAccountResponse = DscNodeListResult;\n\n/** Optional parameters. */\nexport interface DscNodeListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n /** The number of rows to skip. */\n skip?: number;\n /** The number of rows to take. */\n top?: number;\n /** Return total rows. */\n inlinecount?: string;\n}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type DscNodeListByAutomationAccountNextResponse = DscNodeListResult;\n\n/** Optional parameters. */\nexport interface NodeReportsListByNodeOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByNode operation. */\nexport type NodeReportsListByNodeResponse = DscNodeReportListResult;\n\n/** Optional parameters. */\nexport interface NodeReportsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type NodeReportsGetResponse = DscNodeReport;\n\n/** Optional parameters. */\nexport interface NodeReportsGetContentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getContent operation. */\nexport type NodeReportsGetContentResponse = Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface NodeReportsListByNodeNextOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByNodeNext operation. */\nexport type NodeReportsListByNodeNextResponse = DscNodeReportListResult;\n\n/** Optional parameters. */\nexport interface DscNodeConfigurationDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DscNodeConfigurationGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DscNodeConfigurationGetResponse = DscNodeConfiguration;\n\n/** Optional parameters. */\nexport interface DscNodeConfigurationCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DscNodeConfigurationListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n /** The number of rows to skip. */\n skip?: number;\n /** The number of rows to take. */\n top?: number;\n /** Return total rows. */\n inlinecount?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type DscNodeConfigurationListByAutomationAccountResponse = DscNodeConfigurationListResult;\n\n/** Optional parameters. */\nexport interface DscNodeConfigurationListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n /** The number of rows to skip. */\n skip?: number;\n /** The number of rows to take. */\n top?: number;\n /** Return total rows. */\n inlinecount?: string;\n}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type DscNodeConfigurationListByAutomationAccountNextResponse = DscNodeConfigurationListResult;\n\n/** Optional parameters. */\nexport interface DscCompilationJobCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type DscCompilationJobCreateResponse = DscCompilationJob;\n\n/** Optional parameters. */\nexport interface DscCompilationJobGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DscCompilationJobGetResponse = DscCompilationJob;\n\n/** Optional parameters. */\nexport interface DscCompilationJobListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type DscCompilationJobListByAutomationAccountResponse = DscCompilationJobListResult;\n\n/** Optional parameters. */\nexport interface DscCompilationJobGetStreamOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getStream operation. */\nexport type DscCompilationJobGetStreamResponse = JobStream;\n\n/** Optional parameters. */\nexport interface DscCompilationJobListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type DscCompilationJobListByAutomationAccountNextResponse = DscCompilationJobListResult;\n\n/** Optional parameters. */\nexport interface DscCompilationJobStreamListByJobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByJob operation. */\nexport type DscCompilationJobStreamListByJobResponse = JobStreamListResult;\n\n/** Optional parameters. */\nexport interface NodeCountInformationGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type NodeCountInformationGetResponse = NodeCounts;\n\n/** Optional parameters. */\nexport interface SourceControlCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SourceControlCreateOrUpdateResponse = SourceControl;\n\n/** Optional parameters. */\nexport interface SourceControlUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type SourceControlUpdateResponse = SourceControl;\n\n/** Optional parameters. */\nexport interface SourceControlDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SourceControlGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SourceControlGetResponse = SourceControl;\n\n/** Optional parameters. */\nexport interface SourceControlListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type SourceControlListByAutomationAccountResponse = SourceControlListResult;\n\n/** Optional parameters. */\nexport interface SourceControlListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type SourceControlListByAutomationAccountNextResponse = SourceControlListResult;\n\n/** Optional parameters. */\nexport interface SourceControlSyncJobCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type SourceControlSyncJobCreateResponse = SourceControlSyncJob;\n\n/** Optional parameters. */\nexport interface SourceControlSyncJobGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SourceControlSyncJobGetResponse = SourceControlSyncJobById;\n\n/** Optional parameters. */\nexport interface SourceControlSyncJobListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type SourceControlSyncJobListByAutomationAccountResponse = SourceControlSyncJobListResult;\n\n/** Optional parameters. */\nexport interface SourceControlSyncJobListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type SourceControlSyncJobListByAutomationAccountNextResponse = SourceControlSyncJobListResult;\n\n/** Optional parameters. */\nexport interface SourceControlSyncJobStreamsListBySyncJobOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listBySyncJob operation. */\nexport type SourceControlSyncJobStreamsListBySyncJobResponse = SourceControlSyncJobStreamsListBySyncJob;\n\n/** Optional parameters. */\nexport interface SourceControlSyncJobStreamsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SourceControlSyncJobStreamsGetResponse = SourceControlSyncJobStreamById;\n\n/** Optional parameters. */\nexport interface SourceControlSyncJobStreamsListBySyncJobNextOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listBySyncJobNext operation. */\nexport type SourceControlSyncJobStreamsListBySyncJobNextResponse = SourceControlSyncJobStreamsListBySyncJob;\n\n/** Optional parameters. */\nexport interface AutomationAccountUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AutomationAccountUpdateResponse = AutomationAccount;\n\n/** Optional parameters. */\nexport interface AutomationAccountCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AutomationAccountCreateOrUpdateResponse = AutomationAccount;\n\n/** Optional parameters. */\nexport interface AutomationAccountDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AutomationAccountGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AutomationAccountGetResponse = AutomationAccount;\n\n/** Optional parameters. */\nexport interface AutomationAccountListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AutomationAccountListByResourceGroupResponse = AutomationAccountListResult;\n\n/** Optional parameters. */\nexport interface AutomationAccountListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type AutomationAccountListResponse = AutomationAccountListResult;\n\n/** Optional parameters. */\nexport interface AutomationAccountListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AutomationAccountListByResourceGroupNextResponse = AutomationAccountListResult;\n\n/** Optional parameters. */\nexport interface AutomationAccountListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type AutomationAccountListNextResponse = AutomationAccountListResult;\n\n/** Optional parameters. */\nexport interface StatisticsListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type StatisticsListByAutomationAccountResponse = StatisticsListResult;\n\n/** Optional parameters. */\nexport interface UsagesListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type UsagesListByAutomationAccountResponse = UsageListResult;\n\n/** Optional parameters. */\nexport interface KeysListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type KeysListByAutomationAccountResponse = KeyListResult;\n\n/** Optional parameters. */\nexport interface CertificateDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CertificateGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CertificateGetResponse = Certificate;\n\n/** Optional parameters. */\nexport interface CertificateCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CertificateCreateOrUpdateResponse = Certificate;\n\n/** Optional parameters. */\nexport interface CertificateUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type CertificateUpdateResponse = Certificate;\n\n/** Optional parameters. */\nexport interface CertificateListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type CertificateListByAutomationAccountResponse = CertificateListResult;\n\n/** Optional parameters. */\nexport interface CertificateListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type CertificateListByAutomationAccountNextResponse = CertificateListResult;\n\n/** Optional parameters. */\nexport interface ConnectionDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ConnectionGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConnectionGetResponse = Connection;\n\n/** Optional parameters. */\nexport interface ConnectionCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ConnectionCreateOrUpdateResponse = Connection;\n\n/** Optional parameters. */\nexport interface ConnectionUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ConnectionUpdateResponse = Connection;\n\n/** Optional parameters. */\nexport interface ConnectionListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type ConnectionListByAutomationAccountResponse = ConnectionListResult;\n\n/** Optional parameters. */\nexport interface ConnectionListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type ConnectionListByAutomationAccountNextResponse = ConnectionListResult;\n\n/** Optional parameters. */\nexport interface ConnectionTypeDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ConnectionTypeGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConnectionTypeGetResponse = ConnectionType;\n\n/** Optional parameters. */\nexport interface ConnectionTypeCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ConnectionTypeCreateOrUpdateResponse = ConnectionType;\n\n/** Optional parameters. */\nexport interface ConnectionTypeListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type ConnectionTypeListByAutomationAccountResponse = ConnectionTypeListResult;\n\n/** Optional parameters. */\nexport interface ConnectionTypeListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type ConnectionTypeListByAutomationAccountNextResponse = ConnectionTypeListResult;\n\n/** Optional parameters. */\nexport interface CredentialDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CredentialGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CredentialGetResponse = Credential;\n\n/** Optional parameters. */\nexport interface CredentialCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CredentialCreateOrUpdateResponse = Credential;\n\n/** Optional parameters. */\nexport interface CredentialUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type CredentialUpdateResponse = Credential;\n\n/** Optional parameters. */\nexport interface CredentialListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type CredentialListByAutomationAccountResponse = CredentialListResult;\n\n/** Optional parameters. */\nexport interface CredentialListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type CredentialListByAutomationAccountNextResponse = CredentialListResult;\n\n/** Optional parameters. */\nexport interface JobScheduleDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface JobScheduleGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type JobScheduleGetResponse = JobSchedule;\n\n/** Optional parameters. */\nexport interface JobScheduleCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type JobScheduleCreateResponse = JobSchedule;\n\n/** Optional parameters. */\nexport interface JobScheduleListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type JobScheduleListByAutomationAccountResponse = JobScheduleListResult;\n\n/** Optional parameters. */\nexport interface JobScheduleListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type JobScheduleListByAutomationAccountNextResponse = JobScheduleListResult;\n\n/** Optional parameters. */\nexport interface LinkedWorkspaceGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LinkedWorkspaceGetResponse = LinkedWorkspace;\n\n/** Optional parameters. */\nexport interface ActivityGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ActivityGetResponse = Activity;\n\n/** Optional parameters. */\nexport interface ActivityListByModuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByModule operation. */\nexport type ActivityListByModuleResponse = ActivityListResult;\n\n/** Optional parameters. */\nexport interface ActivityListByModuleNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByModuleNext operation. */\nexport type ActivityListByModuleNextResponse = ActivityListResult;\n\n/** Optional parameters. */\nexport interface ModuleDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ModuleGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ModuleGetResponse = Module;\n\n/** Optional parameters. */\nexport interface ModuleCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ModuleCreateOrUpdateResponse = Module;\n\n/** Optional parameters. */\nexport interface ModuleUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ModuleUpdateResponse = Module;\n\n/** Optional parameters. */\nexport interface ModuleListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type ModuleListByAutomationAccountResponse = ModuleListResult;\n\n/** Optional parameters. */\nexport interface ModuleListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type ModuleListByAutomationAccountNextResponse = ModuleListResult;\n\n/** Optional parameters. */\nexport interface ObjectDataTypesListFieldsByModuleAndTypeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listFieldsByModuleAndType operation. */\nexport type ObjectDataTypesListFieldsByModuleAndTypeResponse = TypeFieldListResult;\n\n/** Optional parameters. */\nexport interface ObjectDataTypesListFieldsByTypeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listFieldsByType operation. */\nexport type ObjectDataTypesListFieldsByTypeResponse = TypeFieldListResult;\n\n/** Optional parameters. */\nexport interface FieldsListByTypeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByType operation. */\nexport type FieldsListByTypeResponse = TypeFieldListResult;\n\n/** Optional parameters. */\nexport interface ScheduleCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ScheduleCreateOrUpdateResponse = Schedule;\n\n/** Optional parameters. */\nexport interface ScheduleUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ScheduleUpdateResponse = Schedule;\n\n/** Optional parameters. */\nexport interface ScheduleGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ScheduleGetResponse = Schedule;\n\n/** Optional parameters. */\nexport interface ScheduleDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ScheduleListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type ScheduleListByAutomationAccountResponse = ScheduleListResult;\n\n/** Optional parameters. */\nexport interface ScheduleListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type ScheduleListByAutomationAccountNextResponse = ScheduleListResult;\n\n/** Optional parameters. */\nexport interface VariableCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type VariableCreateOrUpdateResponse = Variable;\n\n/** Optional parameters. */\nexport interface VariableUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type VariableUpdateResponse = Variable;\n\n/** Optional parameters. */\nexport interface VariableDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface VariableGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VariableGetResponse = Variable;\n\n/** Optional parameters. */\nexport interface VariableListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type VariableListByAutomationAccountResponse = VariableListResult;\n\n/** Optional parameters. */\nexport interface VariableListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type VariableListByAutomationAccountNextResponse = VariableListResult;\n\n/** Optional parameters. */\nexport interface WatcherCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type WatcherCreateOrUpdateResponse = Watcher;\n\n/** Optional parameters. */\nexport interface WatcherGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WatcherGetResponse = Watcher;\n\n/** Optional parameters. */\nexport interface WatcherUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type WatcherUpdateResponse = Watcher;\n\n/** Optional parameters. */\nexport interface WatcherDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WatcherStartOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WatcherStopOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WatcherListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type WatcherListByAutomationAccountResponse = WatcherListResult;\n\n/** Optional parameters. */\nexport interface WatcherListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type WatcherListByAutomationAccountNextResponse = WatcherListResult;\n\n/** Optional parameters. */\nexport interface DscConfigurationDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DscConfigurationGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DscConfigurationGetResponse = DscConfiguration;\n\n/** Optional parameters. */\nexport interface DscConfigurationCreateOrUpdate$textOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DscConfigurationCreateOrUpdate$jsonOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DscConfigurationCreateOrUpdateResponse = DscConfiguration;\n\n/** Optional parameters. */\nexport interface DscConfigurationUpdate$textOptionalParams\n extends coreClient.OperationOptions {\n /** The create or update parameters for configuration. */\n parameters?: string;\n}\n\n/** Optional parameters. */\nexport interface DscConfigurationUpdate$jsonOptionalParams\n extends coreClient.OperationOptions {\n /** The create or update parameters for configuration. */\n parameters?: DscConfigurationUpdateParameters;\n}\n\n/** Contains response data for the update operation. */\nexport type DscConfigurationUpdateResponse = DscConfiguration;\n\n/** Optional parameters. */\nexport interface DscConfigurationGetContentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getContent operation. */\nexport type DscConfigurationGetContentResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface DscConfigurationListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n /** The number of rows to skip. */\n skip?: number;\n /** The number of rows to take. */\n top?: number;\n /** Return total rows. */\n inlinecount?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type DscConfigurationListByAutomationAccountResponse = DscConfigurationListResult;\n\n/** Optional parameters. */\nexport interface DscConfigurationListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n /** The number of rows to skip. */\n skip?: number;\n /** The number of rows to take. */\n top?: number;\n /** Return total rows. */\n inlinecount?: string;\n}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type DscConfigurationListByAutomationAccountNextResponse = DscConfigurationListResult;\n\n/** Optional parameters. */\nexport interface JobGetOutputOptionalParams\n extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the getOutput operation. */\nexport type JobGetOutputResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface JobGetRunbookContentOptionalParams\n extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the getRunbookContent operation. */\nexport type JobGetRunbookContentResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface JobSuspendOptionalParams extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface JobStopOptionalParams extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface JobGetOptionalParams extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type JobGetResponse = Job;\n\n/** Optional parameters. */\nexport interface JobCreateOptionalParams extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type JobCreateResponse = Job;\n\n/** Optional parameters. */\nexport interface JobListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type JobListByAutomationAccountResponse = JobListResultV2;\n\n/** Optional parameters. */\nexport interface JobResumeOptionalParams extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface JobListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type JobListByAutomationAccountNextResponse = JobListResultV2;\n\n/** Optional parameters. */\nexport interface JobStreamGetOptionalParams\n extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type JobStreamGetResponse = JobStream;\n\n/** Optional parameters. */\nexport interface JobStreamListByJobOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the listByJob operation. */\nexport type JobStreamListByJobResponse = JobStreamListResult;\n\n/** Optional parameters. */\nexport interface JobStreamListByJobNextOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the listByJobNext operation. */\nexport type JobStreamListByJobNextResponse = JobStreamListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface ConvertGraphRunbookContentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the convertGraphRunbookContent operation. */\nexport type ConvertGraphRunbookContentResponse = GraphicalRunbookContent;\n\n/** Optional parameters. */\nexport interface SoftwareUpdateConfigurationsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type SoftwareUpdateConfigurationsCreateResponse = SoftwareUpdateConfiguration;\n\n/** Optional parameters. */\nexport interface SoftwareUpdateConfigurationsGetByNameOptionalParams\n extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the getByName operation. */\nexport type SoftwareUpdateConfigurationsGetByNameResponse = SoftwareUpdateConfiguration;\n\n/** Optional parameters. */\nexport interface SoftwareUpdateConfigurationsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Optional parameters. */\nexport interface SoftwareUpdateConfigurationsListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type SoftwareUpdateConfigurationsListResponse = SoftwareUpdateConfigurationListResult;\n\n/** Optional parameters. */\nexport interface SoftwareUpdateConfigurationRunsGetByIdOptionalParams\n extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the getById operation. */\nexport type SoftwareUpdateConfigurationRunsGetByIdResponse = SoftwareUpdateConfigurationRun;\n\n/** Optional parameters. */\nexport interface SoftwareUpdateConfigurationRunsListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. You can use the following filters: 'properties/osType', 'properties/status', 'properties/startTime', and 'properties/softwareUpdateConfiguration/name' */\n filter?: string;\n /** Identifies this specific client request. */\n clientRequestId?: string;\n /** Number of entries you skip before returning results */\n skip?: string;\n /** Maximum number of entries returned in the results collection */\n top?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type SoftwareUpdateConfigurationRunsListResponse = SoftwareUpdateConfigurationRunListResult;\n\n/** Optional parameters. */\nexport interface SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams\n extends coreClient.OperationOptions {\n /** Identifies this specific client request. */\n clientRequestId?: string;\n}\n\n/** Contains response data for the getById operation. */\nexport type SoftwareUpdateConfigurationMachineRunsGetByIdResponse = SoftwareUpdateConfigurationMachineRun;\n\n/** Optional parameters. */\nexport interface SoftwareUpdateConfigurationMachineRunsListOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. You can use the following filters: 'properties/osType', 'properties/status', 'properties/startTime', and 'properties/softwareUpdateConfiguration/name' */\n filter?: string;\n /** Identifies this specific client request. */\n clientRequestId?: string;\n /** number of entries you skip before returning results */\n skip?: string;\n /** Maximum number of entries returned in the results collection */\n top?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type SoftwareUpdateConfigurationMachineRunsListResponse = SoftwareUpdateConfigurationMachineRunListResult;\n\n/** Optional parameters. */\nexport interface RunbookDraftGetContentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getContent operation. */\nexport type RunbookDraftGetContentResponse = {\n /** The parsed response body. */\n body: coreRestPipeline.RequestBodyType;\n};\n\n/** Optional parameters. */\nexport interface RunbookDraftReplaceContentOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the replaceContent operation. */\nexport type RunbookDraftReplaceContentResponse = {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface RunbookDraftGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RunbookDraftGetResponse = RunbookDraft;\n\n/** Optional parameters. */\nexport interface RunbookDraftUndoEditOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the undoEdit operation. */\nexport type RunbookDraftUndoEditResponse = RunbookDraftUndoEditResult;\n\n/** Optional parameters. */\nexport interface RunbookPublishOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the publish operation. */\nexport type RunbookPublishResponse = RunbookPublishHeaders;\n\n/** Optional parameters. */\nexport interface RunbookGetContentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getContent operation. */\nexport type RunbookGetContentResponse = {\n /** The parsed response body. */\n body: coreRestPipeline.RequestBodyType;\n};\n\n/** Optional parameters. */\nexport interface RunbookGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RunbookGetResponse = Runbook;\n\n/** Optional parameters. */\nexport interface RunbookCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type RunbookCreateOrUpdateResponse = Runbook;\n\n/** Optional parameters. */\nexport interface RunbookUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type RunbookUpdateResponse = Runbook;\n\n/** Optional parameters. */\nexport interface RunbookDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RunbookListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type RunbookListByAutomationAccountResponse = RunbookListResult;\n\n/** Optional parameters. */\nexport interface RunbookListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type RunbookListByAutomationAccountNextResponse = RunbookListResult;\n\n/** Optional parameters. */\nexport interface TestJobStreamsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TestJobStreamsGetResponse = JobStream;\n\n/** Optional parameters. */\nexport interface TestJobStreamsListByTestJobOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByTestJob operation. */\nexport type TestJobStreamsListByTestJobResponse = JobStreamListResult;\n\n/** Optional parameters. */\nexport interface TestJobStreamsListByTestJobNextOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByTestJobNext operation. */\nexport type TestJobStreamsListByTestJobNextResponse = JobStreamListResult;\n\n/** Optional parameters. */\nexport interface TestJobCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type TestJobCreateResponse = TestJob;\n\n/** Optional parameters. */\nexport interface TestJobGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TestJobGetResponse = TestJob;\n\n/** Optional parameters. */\nexport interface TestJobResumeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface TestJobStopOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface TestJobSuspendOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebhookGenerateUriOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the generateUri operation. */\nexport type WebhookGenerateUriResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface WebhookDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface WebhookGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type WebhookGetResponse = Webhook;\n\n/** Optional parameters. */\nexport interface WebhookCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type WebhookCreateOrUpdateResponse = Webhook;\n\n/** Optional parameters. */\nexport interface WebhookUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type WebhookUpdateResponse = Webhook;\n\n/** Optional parameters. */\nexport interface WebhookListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type WebhookListByAutomationAccountResponse = WebhookListResult;\n\n/** Optional parameters. */\nexport interface WebhookListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type WebhookListByAutomationAccountNextResponse = WebhookListResult;\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkersDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type HybridRunbookWorkersGetResponse = HybridRunbookWorker;\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkersCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type HybridRunbookWorkersCreateResponse = HybridRunbookWorker;\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkersMoveOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkersListByHybridRunbookWorkerGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByHybridRunbookWorkerGroup operation. */\nexport type HybridRunbookWorkersListByHybridRunbookWorkerGroupResponse = HybridRunbookWorkersListResult;\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkersListByHybridRunbookWorkerGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByHybridRunbookWorkerGroupNext operation. */\nexport type HybridRunbookWorkersListByHybridRunbookWorkerGroupNextResponse = HybridRunbookWorkersListResult;\n\n/** Optional parameters. */\nexport interface DeletedAutomationAccountsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type DeletedAutomationAccountsListBySubscriptionResponse = DeletedAutomationAccountListResult;\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkerGroupDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkerGroupGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type HybridRunbookWorkerGroupGetResponse = HybridRunbookWorkerGroup;\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkerGroupCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type HybridRunbookWorkerGroupCreateResponse = HybridRunbookWorkerGroup;\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkerGroupUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type HybridRunbookWorkerGroupUpdateResponse = HybridRunbookWorkerGroup;\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkerGroupListByAutomationAccountOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccount operation. */\nexport type HybridRunbookWorkerGroupListByAutomationAccountResponse = HybridRunbookWorkerGroupsListResult;\n\n/** Optional parameters. */\nexport interface HybridRunbookWorkerGroupListByAutomationAccountNextOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByAutomationAccountNext operation. */\nexport type HybridRunbookWorkerGroupListByAutomationAccountNextResponse = HybridRunbookWorkerGroupsListResult;\n\n/** Optional parameters. */\nexport interface AutomationClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n","/*\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 PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointProperty\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkServiceConnectionStateProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionStateProperty\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n readOnly: true,\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 }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ContentLink: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContentLink\",\n modelProperties: {\n uri: {\n serializedName: \"uri\",\n type: {\n name: \"String\"\n }\n },\n contentHash: {\n serializedName: \"contentHash\",\n type: {\n name: \"Composite\",\n className: \"ContentHash\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContentHash: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContentHash\",\n modelProperties: {\n algorithm: {\n serializedName: \"algorithm\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ModuleErrorInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ModuleErrorInfo\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PythonPackageCreateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PythonPackageCreateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n contentLink: {\n serializedName: \"properties.contentLink\",\n type: {\n name: \"Composite\",\n className: \"ContentLink\"\n }\n }\n }\n }\n};\n\nexport const PythonPackageUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PythonPackageUpdateParameters\",\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 ModuleListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ModuleListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Module\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AgentRegistration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentRegistration\",\n modelProperties: {\n dscMetaConfiguration: {\n serializedName: \"dscMetaConfiguration\",\n type: {\n name: \"String\"\n }\n },\n endpoint: {\n serializedName: \"endpoint\",\n type: {\n name: \"String\"\n }\n },\n keys: {\n serializedName: \"keys\",\n type: {\n name: \"Composite\",\n className: \"AgentRegistrationKeys\"\n }\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AgentRegistrationKeys: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentRegistrationKeys\",\n modelProperties: {\n primary: {\n serializedName: \"primary\",\n type: {\n name: \"String\"\n }\n },\n secondary: {\n serializedName: \"secondary\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AgentRegistrationRegenerateKeyParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentRegistrationRegenerateKeyParameter\",\n modelProperties: {\n keyName: {\n serializedName: \"keyName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscNodeExtensionHandlerAssociationProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscNodeExtensionHandlerAssociationProperty\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscNodeUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscNodeUpdateParameters\",\n modelProperties: {\n nodeId: {\n serializedName: \"nodeId\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DscNodeUpdateParametersProperties\"\n }\n }\n }\n }\n};\n\nexport const DscNodeUpdateParametersProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscNodeUpdateParametersProperties\",\n modelProperties: {\n name: {\n serializedName: \"nodeConfiguration.name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscNodeListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscNodeListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DscNode\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n totalCount: {\n serializedName: \"totalCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const DscNodeReportListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscNodeReportListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DscNodeReport\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscNodeReport: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscNodeReport\",\n modelProperties: {\n endTime: {\n serializedName: \"endTime\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n startTime: {\n serializedName: \"startTime\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n reportId: {\n serializedName: \"reportId\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n refreshMode: {\n serializedName: \"refreshMode\",\n type: {\n name: \"String\"\n }\n },\n rebootRequested: {\n serializedName: \"rebootRequested\",\n type: {\n name: \"String\"\n }\n },\n reportFormatVersion: {\n serializedName: \"reportFormatVersion\",\n type: {\n name: \"String\"\n }\n },\n configurationVersion: {\n serializedName: \"configurationVersion\",\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DscReportError\"\n }\n }\n }\n },\n resources: {\n serializedName: \"resources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DscReportResource\"\n }\n }\n }\n },\n metaConfiguration: {\n serializedName: \"metaConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DscMetaConfiguration\"\n }\n },\n hostName: {\n serializedName: \"hostName\",\n type: {\n name: \"String\"\n }\n },\n iPV4Addresses: {\n serializedName: \"iPV4Addresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n iPV6Addresses: {\n serializedName: \"iPV6Addresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n numberOfResources: {\n serializedName: \"numberOfResources\",\n type: {\n name: \"Number\"\n }\n },\n rawErrors: {\n serializedName: \"rawErrors\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscReportError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscReportError\",\n modelProperties: {\n errorSource: {\n serializedName: \"errorSource\",\n type: {\n name: \"String\"\n }\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n errorCode: {\n serializedName: \"errorCode\",\n type: {\n name: \"String\"\n }\n },\n errorMessage: {\n serializedName: \"errorMessage\",\n type: {\n name: \"String\"\n }\n },\n locale: {\n serializedName: \"locale\",\n type: {\n name: \"String\"\n }\n },\n errorDetails: {\n serializedName: \"errorDetails\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscReportResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscReportResource\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n sourceInfo: {\n serializedName: \"sourceInfo\",\n type: {\n name: \"String\"\n }\n },\n dependsOn: {\n serializedName: \"dependsOn\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DscReportResourceNavigation\"\n }\n }\n }\n },\n moduleName: {\n serializedName: \"moduleName\",\n type: {\n name: \"String\"\n }\n },\n moduleVersion: {\n serializedName: \"moduleVersion\",\n type: {\n name: \"String\"\n }\n },\n resourceName: {\n serializedName: \"resourceName\",\n type: {\n name: \"String\"\n }\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n durationInSeconds: {\n serializedName: \"durationInSeconds\",\n type: {\n name: \"Number\"\n }\n },\n startDate: {\n serializedName: \"startDate\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const DscReportResourceNavigation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscReportResourceNavigation\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscMetaConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscMetaConfiguration\",\n modelProperties: {\n configurationModeFrequencyMins: {\n serializedName: \"configurationModeFrequencyMins\",\n type: {\n name: \"Number\"\n }\n },\n rebootNodeIfNeeded: {\n serializedName: \"rebootNodeIfNeeded\",\n type: {\n name: \"Boolean\"\n }\n },\n configurationMode: {\n serializedName: \"configurationMode\",\n type: {\n name: \"String\"\n }\n },\n actionAfterReboot: {\n serializedName: \"actionAfterReboot\",\n type: {\n name: \"String\"\n }\n },\n certificateId: {\n serializedName: \"certificateId\",\n type: {\n name: \"String\"\n }\n },\n refreshFrequencyMins: {\n serializedName: \"refreshFrequencyMins\",\n type: {\n name: \"Number\"\n }\n },\n allowModuleOverwrite: {\n serializedName: \"allowModuleOverwrite\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const DscConfigurationAssociationProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscConfigurationAssociationProperty\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscNodeConfigurationCreateOrUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscNodeConfigurationCreateOrUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"Composite\",\n className: \"ContentSource\"\n }\n },\n configuration: {\n serializedName: \"properties.configuration\",\n type: {\n name: \"Composite\",\n className: \"DscConfigurationAssociationProperty\"\n }\n },\n incrementNodeConfigurationBuild: {\n serializedName: \"properties.incrementNodeConfigurationBuild\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ContentSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContentSource\",\n modelProperties: {\n hash: {\n serializedName: \"hash\",\n type: {\n name: \"Composite\",\n className: \"ContentHash\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscNodeConfigurationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscNodeConfigurationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DscNodeConfiguration\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n totalCount: {\n serializedName: \"totalCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const DscCompilationJobCreateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscCompilationJobCreateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n configuration: {\n serializedName: \"properties.configuration\",\n type: {\n name: \"Composite\",\n className: \"DscConfigurationAssociationProperty\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n incrementNodeConfigurationBuild: {\n serializedName: \"properties.incrementNodeConfigurationBuild\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const DscCompilationJobListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscCompilationJobListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DscCompilationJob\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JobStreamListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobStreamListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobStream\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JobStream: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobStream\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n jobStreamId: {\n serializedName: \"properties.jobStreamId\",\n type: {\n name: \"String\"\n }\n },\n time: {\n serializedName: \"properties.time\",\n type: {\n name: \"DateTime\"\n }\n },\n streamType: {\n serializedName: \"properties.streamType\",\n type: {\n name: \"String\"\n }\n },\n streamText: {\n serializedName: \"properties.streamText\",\n type: {\n name: \"String\"\n }\n },\n summary: {\n serializedName: \"properties.summary\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"properties.value\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n }\n }\n }\n};\n\nexport const NodeCounts: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NodeCounts\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NodeCount\"\n }\n }\n }\n },\n totalCount: {\n serializedName: \"totalCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const NodeCount: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NodeCount\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"NodeCountProperties\"\n }\n }\n }\n }\n};\n\nexport const NodeCountProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NodeCountProperties\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const SourceControlCreateOrUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceControlCreateOrUpdateParameters\",\n modelProperties: {\n repoUrl: {\n constraints: {\n MaxLength: 2000\n },\n serializedName: \"properties.repoUrl\",\n type: {\n name: \"String\"\n }\n },\n branch: {\n constraints: {\n MaxLength: 255\n },\n serializedName: \"properties.branch\",\n type: {\n name: \"String\"\n }\n },\n folderPath: {\n constraints: {\n MaxLength: 255\n },\n serializedName: \"properties.folderPath\",\n type: {\n name: \"String\"\n }\n },\n autoSync: {\n serializedName: \"properties.autoSync\",\n type: {\n name: \"Boolean\"\n }\n },\n publishRunbook: {\n serializedName: \"properties.publishRunbook\",\n type: {\n name: \"Boolean\"\n }\n },\n sourceType: {\n serializedName: \"properties.sourceType\",\n type: {\n name: \"String\"\n }\n },\n securityToken: {\n serializedName: \"properties.securityToken\",\n type: {\n name: \"Composite\",\n className: \"SourceControlSecurityTokenProperties\"\n }\n },\n description: {\n constraints: {\n MaxLength: 512\n },\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlSecurityTokenProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceControlSecurityTokenProperties\",\n modelProperties: {\n accessToken: {\n constraints: {\n MaxLength: 1024\n },\n serializedName: \"accessToken\",\n type: {\n name: \"String\"\n }\n },\n refreshToken: {\n constraints: {\n MaxLength: 1024\n },\n serializedName: \"refreshToken\",\n type: {\n name: \"String\"\n }\n },\n tokenType: {\n serializedName: \"tokenType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceControlUpdateParameters\",\n modelProperties: {\n branch: {\n serializedName: \"properties.branch\",\n type: {\n name: \"String\"\n }\n },\n folderPath: {\n serializedName: \"properties.folderPath\",\n type: {\n name: \"String\"\n }\n },\n autoSync: {\n serializedName: \"properties.autoSync\",\n type: {\n name: \"Boolean\"\n }\n },\n publishRunbook: {\n serializedName: \"properties.publishRunbook\",\n type: {\n name: \"Boolean\"\n }\n },\n securityToken: {\n serializedName: \"properties.securityToken\",\n type: {\n name: \"Composite\",\n className: \"SourceControlSecurityTokenProperties\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceControlListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SourceControl\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlSyncJobCreateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceControlSyncJobCreateParameters\",\n modelProperties: {\n commitId: {\n serializedName: \"properties.commitId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlSyncJob: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceControlSyncJob\",\n modelProperties: {\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 id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceControlSyncJobId: {\n serializedName: \"properties.sourceControlSyncJobId\",\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n serializedName: \"properties.startTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"properties.endTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n syncType: {\n serializedName: \"properties.syncType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlSyncJobById: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceControlSyncJobById\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n sourceControlSyncJobId: {\n serializedName: \"properties.sourceControlSyncJobId\",\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n serializedName: \"properties.startTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"properties.endTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n syncType: {\n serializedName: \"properties.syncType\",\n type: {\n name: \"String\"\n }\n },\n exception: {\n serializedName: \"properties.exception\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlSyncJobListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceControlSyncJobListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SourceControlSyncJob\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlSyncJobStreamsListBySyncJob: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceControlSyncJobStreamsListBySyncJob\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SourceControlSyncJobStream\"\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 SourceControlSyncJobStream: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceControlSyncJobStream\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceControlSyncJobStreamId: {\n serializedName: \"properties.sourceControlSyncJobStreamId\",\n type: {\n name: \"String\"\n }\n },\n summary: {\n serializedName: \"properties.summary\",\n type: {\n name: \"String\"\n }\n },\n time: {\n serializedName: \"properties.time\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n streamType: {\n serializedName: \"properties.streamType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SourceControlSyncJobStreamById: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceControlSyncJobStreamById\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n sourceControlSyncJobStreamId: {\n serializedName: \"properties.sourceControlSyncJobStreamId\",\n type: {\n name: \"String\"\n }\n },\n summary: {\n serializedName: \"properties.summary\",\n type: {\n name: \"String\"\n }\n },\n time: {\n serializedName: \"properties.time\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n streamType: {\n serializedName: \"properties.streamType\",\n type: {\n name: \"String\"\n }\n },\n streamText: {\n serializedName: \"properties.streamText\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"properties.value\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n }\n }\n }\n};\n\nexport const AutomationAccountUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationAccountUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n sku: {\n serializedName: \"properties.sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n encryption: {\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"EncryptionProperties\"\n }\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"Boolean\"\n }\n },\n disableLocalAuth: {\n serializedName: \"properties.disableLocalAuth\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const Sku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n family: {\n serializedName: \"family\",\n type: {\n name: \"String\"\n }\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const EncryptionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EncryptionProperties\",\n modelProperties: {\n keyVaultProperties: {\n serializedName: \"keyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultProperties\"\n }\n },\n keySource: {\n serializedName: \"keySource\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Microsoft.Automation\", \"Microsoft.Keyvault\"]\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"EncryptionPropertiesIdentity\"\n }\n }\n }\n }\n};\n\nexport const KeyVaultProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KeyVaultProperties\",\n modelProperties: {\n keyvaultUri: {\n serializedName: \"keyvaultUri\",\n type: {\n name: \"String\"\n }\n },\n keyName: {\n serializedName: \"keyName\",\n type: {\n name: \"String\"\n }\n },\n keyVersion: {\n serializedName: \"keyVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EncryptionPropertiesIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EncryptionPropertiesIdentity\",\n modelProperties: {\n userAssignedIdentity: {\n serializedName: \"userAssignedIdentity\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const Identity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"SystemAssigned\",\n \"UserAssigned\",\n \"SystemAssigned, UserAssigned\",\n \"None\"\n ]\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className:\n \"ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className:\n \"ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"String\"\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 AutomationAccountCreateOrUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationAccountCreateOrUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n sku: {\n serializedName: \"properties.sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n encryption: {\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"EncryptionProperties\"\n }\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"Boolean\"\n }\n },\n disableLocalAuth: {\n serializedName: \"properties.disableLocalAuth\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const AutomationAccountListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationAccountListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutomationAccount\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StatisticsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StatisticsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Statistics\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Statistics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Statistics\",\n modelProperties: {\n counterProperty: {\n serializedName: \"counterProperty\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n counterValue: {\n serializedName: \"counterValue\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n startTime: {\n serializedName: \"startTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"endTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UsageListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UsageListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Usage\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Usage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Usage\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"UsageCounterName\"\n }\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\"\n }\n },\n currentValue: {\n serializedName: \"currentValue\",\n type: {\n name: \"Number\"\n }\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\"\n }\n },\n throttleStatus: {\n serializedName: \"throttleStatus\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UsageCounterName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UsageCounterName\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KeyListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KeyListResult\",\n modelProperties: {\n keys: {\n serializedName: \"keys\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Key\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Key: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Key\",\n modelProperties: {\n keyName: {\n serializedName: \"KeyName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n permissions: {\n serializedName: \"Permissions\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"Value\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CertificateCreateOrUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CertificateCreateOrUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n base64Value: {\n serializedName: \"properties.base64Value\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n thumbprint: {\n serializedName: \"properties.thumbprint\",\n type: {\n name: \"String\"\n }\n },\n isExportable: {\n serializedName: \"properties.isExportable\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const CertificateUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CertificateUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CertificateListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CertificateListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Certificate\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectionTypeAssociationProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionTypeAssociationProperty\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectionCreateOrUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionCreateOrUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n connectionType: {\n serializedName: \"properties.connectionType\",\n type: {\n name: \"Composite\",\n className: \"ConnectionTypeAssociationProperty\"\n }\n },\n fieldDefinitionValues: {\n serializedName: \"properties.fieldDefinitionValues\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const ConnectionUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n fieldDefinitionValues: {\n serializedName: \"properties.fieldDefinitionValues\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const ConnectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Connection\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectionType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionType\",\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 isGlobal: {\n serializedName: \"properties.isGlobal\",\n type: {\n name: \"Boolean\"\n }\n },\n fieldDefinitions: {\n serializedName: \"properties.fieldDefinitions\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"FieldDefinition\" } }\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FieldDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FieldDefinition\",\n modelProperties: {\n isEncrypted: {\n serializedName: \"isEncrypted\",\n type: {\n name: \"Boolean\"\n }\n },\n isOptional: {\n serializedName: \"isOptional\",\n type: {\n name: \"Boolean\"\n }\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectionTypeCreateOrUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionTypeCreateOrUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n isGlobal: {\n serializedName: \"properties.isGlobal\",\n type: {\n name: \"Boolean\"\n }\n },\n fieldDefinitions: {\n serializedName: \"properties.fieldDefinitions\",\n required: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"FieldDefinition\" } }\n }\n }\n }\n }\n};\n\nexport const ConnectionTypeListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionTypeListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectionType\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CredentialCreateOrUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CredentialCreateOrUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n userName: {\n serializedName: \"properties.userName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"properties.password\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CredentialUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CredentialUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n userName: {\n serializedName: \"properties.userName\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"properties.password\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CredentialListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CredentialListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Credential\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JobSchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobSchedule\",\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 jobScheduleId: {\n serializedName: \"properties.jobScheduleId\",\n type: {\n name: \"String\"\n }\n },\n schedule: {\n serializedName: \"properties.schedule\",\n type: {\n name: \"Composite\",\n className: \"ScheduleAssociationProperty\"\n }\n },\n runbook: {\n serializedName: \"properties.runbook\",\n type: {\n name: \"Composite\",\n className: \"RunbookAssociationProperty\"\n }\n },\n runOn: {\n serializedName: \"properties.runOn\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const ScheduleAssociationProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScheduleAssociationProperty\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RunbookAssociationProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunbookAssociationProperty\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JobScheduleCreateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobScheduleCreateParameters\",\n modelProperties: {\n schedule: {\n serializedName: \"properties.schedule\",\n type: {\n name: \"Composite\",\n className: \"ScheduleAssociationProperty\"\n }\n },\n runbook: {\n serializedName: \"properties.runbook\",\n type: {\n name: \"Composite\",\n className: \"RunbookAssociationProperty\"\n }\n },\n runOn: {\n serializedName: \"properties.runOn\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const JobScheduleListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobScheduleListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobSchedule\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LinkedWorkspace: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinkedWorkspace\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Activity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Activity\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n definition: {\n serializedName: \"properties.definition\",\n type: {\n name: \"String\"\n }\n },\n parameterSets: {\n serializedName: \"properties.parameterSets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActivityParameterSet\"\n }\n }\n }\n },\n outputTypes: {\n serializedName: \"properties.outputTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActivityOutputType\"\n }\n }\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ActivityParameterSet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActivityParameterSet\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActivityParameter\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ActivityParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActivityParameter\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n isMandatory: {\n serializedName: \"isMandatory\",\n type: {\n name: \"Boolean\"\n }\n },\n isDynamic: {\n serializedName: \"isDynamic\",\n type: {\n name: \"Boolean\"\n }\n },\n position: {\n serializedName: \"position\",\n type: {\n name: \"Number\"\n }\n },\n valueFromPipeline: {\n serializedName: \"valueFromPipeline\",\n type: {\n name: \"Boolean\"\n }\n },\n valueFromPipelineByPropertyName: {\n serializedName: \"valueFromPipelineByPropertyName\",\n type: {\n name: \"Boolean\"\n }\n },\n valueFromRemainingArguments: {\n serializedName: \"valueFromRemainingArguments\",\n type: {\n name: \"Boolean\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n validationSet: {\n serializedName: \"validationSet\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ActivityParameterValidationSet\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ActivityParameterValidationSet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActivityParameterValidationSet\",\n modelProperties: {\n memberValue: {\n serializedName: \"memberValue\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ActivityOutputType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActivityOutputType\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ActivityListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActivityListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Activity\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ModuleCreateOrUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ModuleCreateOrUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n contentLink: {\n serializedName: \"properties.contentLink\",\n type: {\n name: \"Composite\",\n className: \"ContentLink\"\n }\n }\n }\n }\n};\n\nexport const ModuleUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ModuleUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n contentLink: {\n serializedName: \"properties.contentLink\",\n type: {\n name: \"Composite\",\n className: \"ContentLink\"\n }\n }\n }\n }\n};\n\nexport const TypeFieldListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TypeFieldListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TypeField\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TypeField: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TypeField\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ScheduleCreateOrUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScheduleCreateOrUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n serializedName: \"properties.startTime\",\n required: true,\n type: {\n name: \"DateTime\"\n }\n },\n expiryTime: {\n serializedName: \"properties.expiryTime\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n interval: {\n serializedName: \"properties.interval\",\n type: {\n name: \"any\"\n }\n },\n frequency: {\n serializedName: \"properties.frequency\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n timeZone: {\n serializedName: \"properties.timeZone\",\n type: {\n name: \"String\"\n }\n },\n advancedSchedule: {\n serializedName: \"properties.advancedSchedule\",\n type: {\n name: \"Composite\",\n className: \"AdvancedSchedule\"\n }\n }\n }\n }\n};\n\nexport const AdvancedSchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdvancedSchedule\",\n modelProperties: {\n weekDays: {\n serializedName: \"weekDays\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n monthDays: {\n serializedName: \"monthDays\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\"\n }\n }\n }\n },\n monthlyOccurrences: {\n serializedName: \"monthlyOccurrences\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AdvancedScheduleMonthlyOccurrence\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AdvancedScheduleMonthlyOccurrence: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdvancedScheduleMonthlyOccurrence\",\n modelProperties: {\n occurrence: {\n serializedName: \"occurrence\",\n type: {\n name: \"Number\"\n }\n },\n day: {\n serializedName: \"day\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ScheduleUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScheduleUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"properties.isEnabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ScheduleListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScheduleListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Schedule\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VariableCreateOrUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VariableCreateOrUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"properties.value\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n isEncrypted: {\n serializedName: \"properties.isEncrypted\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const VariableUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VariableUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"properties.value\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VariableListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VariableListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Variable\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WatcherUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WatcherUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n executionFrequencyInSeconds: {\n serializedName: \"properties.executionFrequencyInSeconds\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const WatcherListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WatcherListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Watcher\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscConfigurationParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscConfigurationParameter\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n isMandatory: {\n serializedName: \"isMandatory\",\n type: {\n name: \"Boolean\"\n }\n },\n position: {\n serializedName: \"position\",\n type: {\n name: \"Number\"\n }\n },\n defaultValue: {\n serializedName: \"defaultValue\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscConfigurationCreateOrUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscConfigurationCreateOrUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n logVerbose: {\n serializedName: \"properties.logVerbose\",\n type: {\n name: \"Boolean\"\n }\n },\n logProgress: {\n serializedName: \"properties.logProgress\",\n type: {\n name: \"Boolean\"\n }\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"Composite\",\n className: \"ContentSource\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"DscConfigurationParameter\" }\n }\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscConfigurationUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscConfigurationUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n logVerbose: {\n serializedName: \"properties.logVerbose\",\n type: {\n name: \"Boolean\"\n }\n },\n logProgress: {\n serializedName: \"properties.logProgress\",\n type: {\n name: \"Boolean\"\n }\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"Composite\",\n className: \"ContentSource\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"DscConfigurationParameter\" }\n }\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscConfigurationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscConfigurationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DscConfiguration\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n totalCount: {\n serializedName: \"totalCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const JobCreateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobCreateParameters\",\n modelProperties: {\n runbook: {\n serializedName: \"properties.runbook\",\n type: {\n name: \"Composite\",\n className: \"RunbookAssociationProperty\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n runOn: {\n serializedName: \"properties.runOn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JobListResultV2: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobListResultV2\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobCollectionItem\"\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 OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\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 type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\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 type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GraphicalRunbookContent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GraphicalRunbookContent\",\n modelProperties: {\n rawContent: {\n serializedName: \"rawContent\",\n type: {\n name: \"Composite\",\n className: \"RawGraphicalRunbookContent\"\n }\n },\n graphRunbookJson: {\n serializedName: \"graphRunbookJson\",\n nullable: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RawGraphicalRunbookContent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RawGraphicalRunbookContent\",\n modelProperties: {\n schemaVersion: {\n serializedName: \"schemaVersion\",\n type: {\n name: \"String\"\n }\n },\n runbookDefinition: {\n serializedName: \"runbookDefinition\",\n type: {\n name: \"String\"\n }\n },\n runbookType: {\n serializedName: \"runbookType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SoftwareUpdateConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfiguration\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\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 updateConfiguration: {\n serializedName: \"properties.updateConfiguration\",\n type: {\n name: \"Composite\",\n className: \"UpdateConfiguration\"\n }\n },\n scheduleInfo: {\n serializedName: \"properties.scheduleInfo\",\n type: {\n name: \"Composite\",\n className: \"SUCScheduleProperties\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n error: {\n serializedName: \"properties.error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n createdBy: {\n serializedName: \"properties.createdBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"properties.lastModifiedBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tasks: {\n serializedName: \"properties.tasks\",\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationTasks\"\n }\n }\n }\n }\n};\n\nexport const UpdateConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateConfiguration\",\n modelProperties: {\n operatingSystem: {\n serializedName: \"operatingSystem\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Windows\", \"Linux\"]\n }\n },\n windows: {\n serializedName: \"windows\",\n type: {\n name: \"Composite\",\n className: \"WindowsProperties\"\n }\n },\n linux: {\n serializedName: \"linux\",\n type: {\n name: \"Composite\",\n className: \"LinuxProperties\"\n }\n },\n duration: {\n serializedName: \"duration\",\n type: {\n name: \"TimeSpan\"\n }\n },\n azureVirtualMachines: {\n serializedName: \"azureVirtualMachines\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n nonAzureComputerNames: {\n serializedName: \"nonAzureComputerNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n targets: {\n serializedName: \"targets\",\n type: {\n name: \"Composite\",\n className: \"TargetProperties\"\n }\n }\n }\n }\n};\n\nexport const WindowsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WindowsProperties\",\n modelProperties: {\n includedUpdateClassifications: {\n serializedName: \"includedUpdateClassifications\",\n type: {\n name: \"String\"\n }\n },\n excludedKbNumbers: {\n serializedName: \"excludedKbNumbers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n includedKbNumbers: {\n serializedName: \"includedKbNumbers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n rebootSetting: {\n serializedName: \"rebootSetting\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LinuxProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinuxProperties\",\n modelProperties: {\n includedPackageClassifications: {\n serializedName: \"includedPackageClassifications\",\n type: {\n name: \"String\"\n }\n },\n excludedPackageNameMasks: {\n serializedName: \"excludedPackageNameMasks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n includedPackageNameMasks: {\n serializedName: \"includedPackageNameMasks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n rebootSetting: {\n serializedName: \"rebootSetting\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TargetProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TargetProperties\",\n modelProperties: {\n azureQueries: {\n serializedName: \"azureQueries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureQueryProperties\"\n }\n }\n }\n },\n nonAzureQueries: {\n serializedName: \"nonAzureQueries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NonAzureQueryProperties\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AzureQueryProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureQueryProperties\",\n modelProperties: {\n scope: {\n serializedName: \"scope\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n locations: {\n serializedName: \"locations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n tagSettings: {\n serializedName: \"tagSettings\",\n type: {\n name: \"Composite\",\n className: \"TagSettingsProperties\"\n }\n }\n }\n }\n};\n\nexport const TagSettingsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TagSettingsProperties\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Sequence\", element: { type: { name: \"String\" } } }\n }\n }\n },\n filterOperator: {\n serializedName: \"filterOperator\",\n type: {\n name: \"Enum\",\n allowedValues: [\"All\", \"Any\"]\n }\n }\n }\n }\n};\n\nexport const NonAzureQueryProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NonAzureQueryProperties\",\n modelProperties: {\n functionAlias: {\n serializedName: \"functionAlias\",\n type: {\n name: \"String\"\n }\n },\n workspaceId: {\n serializedName: \"workspaceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SUCScheduleProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SUCScheduleProperties\",\n modelProperties: {\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n startTimeOffsetMinutes: {\n serializedName: \"startTimeOffsetMinutes\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n expiryTime: {\n serializedName: \"expiryTime\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n expiryTimeOffsetMinutes: {\n serializedName: \"expiryTimeOffsetMinutes\",\n type: {\n name: \"Number\"\n }\n },\n isEnabled: {\n defaultValue: false,\n serializedName: \"isEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n nextRun: {\n serializedName: \"nextRun\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n nextRunOffsetMinutes: {\n serializedName: \"nextRunOffsetMinutes\",\n type: {\n name: \"Number\"\n }\n },\n interval: {\n serializedName: \"interval\",\n type: {\n name: \"Number\"\n }\n },\n frequency: {\n serializedName: \"frequency\",\n type: {\n name: \"String\"\n }\n },\n timeZone: {\n serializedName: \"timeZone\",\n type: {\n name: \"String\"\n }\n },\n advancedSchedule: {\n serializedName: \"advancedSchedule\",\n type: {\n name: \"Composite\",\n className: \"AdvancedSchedule\"\n }\n },\n creationTime: {\n serializedName: \"creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SoftwareUpdateConfigurationTasks: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationTasks\",\n modelProperties: {\n preTask: {\n serializedName: \"preTask\",\n type: {\n name: \"Composite\",\n className: \"TaskProperties\"\n }\n },\n postTask: {\n serializedName: \"postTask\",\n type: {\n name: \"Composite\",\n className: \"TaskProperties\"\n }\n }\n }\n }\n};\n\nexport const TaskProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TaskProperties\",\n modelProperties: {\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n source: {\n serializedName: \"source\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SoftwareUpdateConfigurationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationCollectionItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SoftwareUpdateConfigurationCollectionItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationCollectionItem\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n updateConfiguration: {\n serializedName: \"properties.updateConfiguration\",\n type: {\n name: \"Composite\",\n className: \"UpdateConfiguration\"\n }\n },\n tasks: {\n serializedName: \"properties.tasks\",\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationTasks\"\n }\n },\n frequency: {\n serializedName: \"properties.frequency\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n nextRun: {\n serializedName: \"properties.nextRun\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const SoftwareUpdateConfigurationRun: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationRun\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n softwareUpdateConfiguration: {\n serializedName: \"properties.softwareUpdateConfiguration\",\n type: {\n name: \"Composite\",\n className: \"UpdateConfigurationNavigation\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n configuredDuration: {\n serializedName: \"properties.configuredDuration\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n osType: {\n serializedName: \"properties.osType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startTime: {\n serializedName: \"properties.startTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"properties.endTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n computerCount: {\n serializedName: \"properties.computerCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n failedCount: {\n serializedName: \"properties.failedCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n createdBy: {\n serializedName: \"properties.createdBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"properties.lastModifiedBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tasks: {\n serializedName: \"properties.tasks\",\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationRunTasks\"\n }\n }\n }\n }\n};\n\nexport const UpdateConfigurationNavigation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateConfigurationNavigation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SoftwareUpdateConfigurationRunTasks: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationRunTasks\",\n modelProperties: {\n preTask: {\n serializedName: \"preTask\",\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationRunTaskProperties\"\n }\n },\n postTask: {\n serializedName: \"postTask\",\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationRunTaskProperties\"\n }\n }\n }\n }\n};\n\nexport const SoftwareUpdateConfigurationRunTaskProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationRunTaskProperties\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n source: {\n serializedName: \"source\",\n type: {\n name: \"String\"\n }\n },\n jobId: {\n serializedName: \"jobId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SoftwareUpdateConfigurationRunListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationRunListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationRun\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SoftwareUpdateConfigurationMachineRun: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationMachineRun\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetComputer: {\n serializedName: \"properties.targetComputer\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetComputerType: {\n serializedName: \"properties.targetComputerType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n softwareUpdateConfiguration: {\n serializedName: \"properties.softwareUpdateConfiguration\",\n type: {\n name: \"Composite\",\n className: \"UpdateConfigurationNavigation\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n osType: {\n serializedName: \"properties.osType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n correlationId: {\n serializedName: \"properties.correlationId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n sourceComputerId: {\n serializedName: \"properties.sourceComputerId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n startTime: {\n serializedName: \"properties.startTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"properties.endTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n configuredDuration: {\n serializedName: \"properties.configuredDuration\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n job: {\n serializedName: \"properties.job\",\n type: {\n name: \"Composite\",\n className: \"JobNavigation\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n createdBy: {\n serializedName: \"properties.createdBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"properties.lastModifiedBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n error: {\n serializedName: \"properties.error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\"\n }\n }\n }\n }\n};\n\nexport const JobNavigation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobNavigation\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SoftwareUpdateConfigurationMachineRunListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationMachineRunListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SoftwareUpdateConfigurationMachineRun\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RunbookDraft: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunbookDraft\",\n modelProperties: {\n inEdit: {\n serializedName: \"inEdit\",\n type: {\n name: \"Boolean\"\n }\n },\n draftContentLink: {\n serializedName: \"draftContentLink\",\n type: {\n name: \"Composite\",\n className: \"ContentLink\"\n }\n },\n creationTime: {\n serializedName: \"creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"RunbookParameter\" } }\n }\n },\n outputTypes: {\n serializedName: \"outputTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RunbookParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunbookParameter\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n isMandatory: {\n serializedName: \"isMandatory\",\n type: {\n name: \"Boolean\"\n }\n },\n position: {\n serializedName: \"position\",\n type: {\n name: \"Number\"\n }\n },\n defaultValue: {\n serializedName: \"defaultValue\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RunbookDraftUndoEditResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunbookDraftUndoEditResult\",\n modelProperties: {\n statusCode: {\n serializedName: \"statusCode\",\n type: {\n name: \"String\"\n }\n },\n requestId: {\n serializedName: \"requestId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RunbookCreateOrUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunbookCreateOrUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n logVerbose: {\n serializedName: \"properties.logVerbose\",\n type: {\n name: \"Boolean\"\n }\n },\n logProgress: {\n serializedName: \"properties.logProgress\",\n type: {\n name: \"Boolean\"\n }\n },\n runbookType: {\n serializedName: \"properties.runbookType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n draft: {\n serializedName: \"properties.draft\",\n type: {\n name: \"Composite\",\n className: \"RunbookDraft\"\n }\n },\n publishContentLink: {\n serializedName: \"properties.publishContentLink\",\n type: {\n name: \"Composite\",\n className: \"ContentLink\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n logActivityTrace: {\n serializedName: \"properties.logActivityTrace\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const RunbookUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunbookUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n logVerbose: {\n serializedName: \"properties.logVerbose\",\n type: {\n name: \"Boolean\"\n }\n },\n logProgress: {\n serializedName: \"properties.logProgress\",\n type: {\n name: \"Boolean\"\n }\n },\n logActivityTrace: {\n serializedName: \"properties.logActivityTrace\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const RunbookListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunbookListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Runbook\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TestJobCreateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TestJobCreateParameters\",\n modelProperties: {\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n runOn: {\n serializedName: \"runOn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TestJob: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TestJob\",\n modelProperties: {\n creationTime: {\n serializedName: \"creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n statusDetails: {\n serializedName: \"statusDetails\",\n type: {\n name: \"String\"\n }\n },\n runOn: {\n serializedName: \"runOn\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n serializedName: \"startTime\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"endTime\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n exception: {\n serializedName: \"exception\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastStatusModifiedTime: {\n serializedName: \"lastStatusModifiedTime\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n logActivityTrace: {\n serializedName: \"logActivityTrace\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const WebhookCreateOrUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebhookCreateOrUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"properties.isEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n uri: {\n serializedName: \"properties.uri\",\n type: {\n name: \"String\"\n }\n },\n expiryTime: {\n serializedName: \"properties.expiryTime\",\n type: {\n name: \"DateTime\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n runbook: {\n serializedName: \"properties.runbook\",\n type: {\n name: \"Composite\",\n className: \"RunbookAssociationProperty\"\n }\n },\n runOn: {\n serializedName: \"properties.runOn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WebhookUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebhookUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n isEnabled: {\n serializedName: \"properties.isEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n runOn: {\n serializedName: \"properties.runOn\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WebhookListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebhookListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Webhook\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HybridRunbookWorkerCreateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HybridRunbookWorkerCreateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n vmResourceId: {\n serializedName: \"properties.vmResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HybridRunbookWorkerMoveParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HybridRunbookWorkerMoveParameters\",\n modelProperties: {\n hybridRunbookWorkerGroupName: {\n serializedName: \"hybridRunbookWorkerGroupName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HybridRunbookWorkersListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HybridRunbookWorkersListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HybridRunbookWorker\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DeletedAutomationAccountListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeletedAutomationAccountListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeletedAutomationAccount\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DeletedAutomationAccount: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeletedAutomationAccount\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n automationAccountResourceId: {\n serializedName: \"properties.automationAccountResourceId\",\n type: {\n name: \"String\"\n }\n },\n automationAccountId: {\n serializedName: \"properties.automationAccountId\",\n type: {\n name: \"String\"\n }\n },\n locationPropertiesLocation: {\n serializedName: \"properties.location\",\n type: {\n name: \"String\"\n }\n },\n deletionTime: {\n serializedName: \"properties.deletionTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const RunAsCredentialAssociationProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunAsCredentialAssociationProperty\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HybridRunbookWorkerGroupCreateOrUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HybridRunbookWorkerGroupCreateOrUpdateParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n credential: {\n serializedName: \"properties.credential\",\n type: {\n name: \"Composite\",\n className: \"RunAsCredentialAssociationProperty\"\n }\n }\n }\n }\n};\n\nexport const HybridRunbookWorkerGroupsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HybridRunbookWorkerGroupsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HybridRunbookWorkerGroup\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RunbookCreateOrUpdateDraftProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunbookCreateOrUpdateDraftProperties\",\n modelProperties: {\n logVerbose: {\n serializedName: \"logVerbose\",\n type: {\n name: \"Boolean\"\n }\n },\n logProgress: {\n serializedName: \"logProgress\",\n type: {\n name: \"Boolean\"\n }\n },\n runbookType: {\n serializedName: \"runbookType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n draft: {\n serializedName: \"draft\",\n type: {\n name: \"Composite\",\n className: \"RunbookDraft\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n logActivityTrace: {\n serializedName: \"logActivityTrace\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const RunbookCreateOrUpdateDraftParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunbookCreateOrUpdateDraftParameters\",\n modelProperties: {\n runbookContent: {\n serializedName: \"runbookContent\",\n required: true,\n type: {\n 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 type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Watcher: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Watcher\",\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n executionFrequencyInSeconds: {\n serializedName: \"properties.executionFrequencyInSeconds\",\n type: {\n name: \"Number\"\n }\n },\n scriptName: {\n serializedName: \"properties.scriptName\",\n type: {\n name: \"String\"\n }\n },\n scriptParameters: {\n serializedName: \"properties.scriptParameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n scriptRunOn: {\n serializedName: \"properties.scriptRunOn\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"properties.lastModifiedBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HybridRunbookWorker: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HybridRunbookWorker\",\n modelProperties: {\n ...Resource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n ip: {\n serializedName: \"properties.ip\",\n type: {\n name: \"String\"\n }\n },\n registeredDateTime: {\n serializedName: \"properties.registeredDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastSeenDateTime: {\n serializedName: \"properties.lastSeenDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n vmResourceId: {\n serializedName: \"properties.vmResourceId\",\n type: {\n name: \"String\"\n }\n },\n workerType: {\n serializedName: \"properties.workerType\",\n type: {\n name: \"String\"\n }\n },\n workerName: {\n serializedName: \"properties.workerName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HybridRunbookWorkerGroup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HybridRunbookWorkerGroup\",\n modelProperties: {\n ...Resource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n groupType: {\n serializedName: \"properties.groupType\",\n type: {\n name: \"String\"\n }\n },\n credential: {\n serializedName: \"properties.credential\",\n type: {\n name: \"Composite\",\n className: \"RunAsCredentialAssociationProperty\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointProperty\"\n }\n },\n groupIds: {\n serializedName: \"properties.groupIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionStateProperty\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n groupId: {\n serializedName: \"properties.groupId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n requiredMembers: {\n serializedName: \"properties.requiredMembers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DscNode: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscNode\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n lastSeen: {\n serializedName: \"properties.lastSeen\",\n type: {\n name: \"DateTime\"\n }\n },\n registrationTime: {\n serializedName: \"properties.registrationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n ip: {\n serializedName: \"properties.ip\",\n type: {\n name: \"String\"\n }\n },\n accountId: {\n serializedName: \"properties.accountId\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n nodeId: {\n serializedName: \"properties.nodeId\",\n type: {\n name: \"String\"\n }\n },\n etag: {\n serializedName: \"properties.etag\",\n type: {\n name: \"String\"\n }\n },\n totalCount: {\n serializedName: \"properties.totalCount\",\n type: {\n name: \"Number\"\n }\n },\n extensionHandler: {\n serializedName: \"properties.extensionHandler\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DscNodeExtensionHandlerAssociationProperty\"\n }\n }\n }\n },\n namePropertiesNodeConfigurationName: {\n serializedName: \"properties.nodeConfiguration.name\",\n nullable: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscNodeConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscNodeConfiguration\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n configuration: {\n serializedName: \"properties.configuration\",\n type: {\n name: \"Composite\",\n className: \"DscConfigurationAssociationProperty\"\n }\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"String\"\n }\n },\n nodeCount: {\n serializedName: \"properties.nodeCount\",\n type: {\n name: \"Number\"\n }\n },\n incrementNodeConfigurationBuild: {\n serializedName: \"properties.incrementNodeConfigurationBuild\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const DscCompilationJob: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscCompilationJob\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n configuration: {\n serializedName: \"properties.configuration\",\n type: {\n name: \"Composite\",\n className: \"DscConfigurationAssociationProperty\"\n }\n },\n startedBy: {\n serializedName: \"properties.startedBy\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n jobId: {\n serializedName: \"properties.jobId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n runOn: {\n serializedName: \"properties.runOn\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n statusDetails: {\n serializedName: \"properties.statusDetails\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n serializedName: \"properties.startTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"properties.endTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n exception: {\n serializedName: \"properties.exception\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastStatusModifiedTime: {\n serializedName: \"properties.lastStatusModifiedTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const SourceControl: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceControl\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n repoUrl: {\n serializedName: \"properties.repoUrl\",\n type: {\n name: \"String\"\n }\n },\n branch: {\n serializedName: \"properties.branch\",\n type: {\n name: \"String\"\n }\n },\n folderPath: {\n serializedName: \"properties.folderPath\",\n type: {\n name: \"String\"\n }\n },\n autoSync: {\n serializedName: \"properties.autoSync\",\n type: {\n name: \"Boolean\"\n }\n },\n publishRunbook: {\n serializedName: \"properties.publishRunbook\",\n type: {\n name: \"Boolean\"\n }\n },\n sourceType: {\n serializedName: \"properties.sourceType\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const Certificate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Certificate\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n thumbprint: {\n serializedName: \"properties.thumbprint\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n expiryTime: {\n serializedName: \"properties.expiryTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n isExportable: {\n serializedName: \"properties.isExportable\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Connection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Connection\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n connectionType: {\n serializedName: \"properties.connectionType\",\n type: {\n name: \"Composite\",\n className: \"ConnectionTypeAssociationProperty\"\n }\n },\n fieldDefinitionValues: {\n serializedName: \"properties.fieldDefinitionValues\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Credential: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Credential\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n userName: {\n serializedName: \"properties.userName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Schedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Schedule\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n startTime: {\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n startTimeOffsetMinutes: {\n serializedName: \"properties.startTimeOffsetMinutes\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n expiryTime: {\n serializedName: \"properties.expiryTime\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n expiryTimeOffsetMinutes: {\n serializedName: \"properties.expiryTimeOffsetMinutes\",\n type: {\n name: \"Number\"\n }\n },\n isEnabled: {\n defaultValue: false,\n serializedName: \"properties.isEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n nextRun: {\n serializedName: \"properties.nextRun\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n nextRunOffsetMinutes: {\n serializedName: \"properties.nextRunOffsetMinutes\",\n type: {\n name: \"Number\"\n }\n },\n interval: {\n serializedName: \"properties.interval\",\n type: {\n name: \"any\"\n }\n },\n frequency: {\n serializedName: \"properties.frequency\",\n type: {\n name: \"String\"\n }\n },\n timeZone: {\n serializedName: \"properties.timeZone\",\n type: {\n name: \"String\"\n }\n },\n advancedSchedule: {\n serializedName: \"properties.advancedSchedule\",\n type: {\n name: \"Composite\",\n className: \"AdvancedSchedule\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Variable: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Variable\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n value: {\n serializedName: \"properties.value\",\n type: {\n name: \"String\"\n }\n },\n isEncrypted: {\n serializedName: \"properties.isEncrypted\",\n nullable: true,\n type: {\n name: \"Boolean\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Job: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Job\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n runbook: {\n serializedName: \"properties.runbook\",\n type: {\n name: \"Composite\",\n className: \"RunbookAssociationProperty\"\n }\n },\n startedBy: {\n serializedName: \"properties.startedBy\",\n type: {\n name: \"String\"\n }\n },\n runOn: {\n serializedName: \"properties.runOn\",\n type: {\n name: \"String\"\n }\n },\n jobId: {\n serializedName: \"properties.jobId\",\n type: {\n name: \"Uuid\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n statusDetails: {\n serializedName: \"properties.statusDetails\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n serializedName: \"properties.startTime\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"properties.endTime\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n exception: {\n serializedName: \"properties.exception\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastStatusModifiedTime: {\n serializedName: \"properties.lastStatusModifiedTime\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JobCollectionItem: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobCollectionItem\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n runbook: {\n serializedName: \"properties.runbook\",\n type: {\n name: \"Composite\",\n className: \"RunbookAssociationProperty\"\n }\n },\n jobId: {\n serializedName: \"properties.jobId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n startTime: {\n serializedName: \"properties.startTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"properties.endTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n runOn: {\n serializedName: \"properties.runOn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Webhook: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Webhook\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n isEnabled: {\n defaultValue: false,\n serializedName: \"properties.isEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n uri: {\n serializedName: \"properties.uri\",\n type: {\n name: \"String\"\n }\n },\n expiryTime: {\n serializedName: \"properties.expiryTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastInvokedTime: {\n serializedName: \"properties.lastInvokedTime\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n runbook: {\n serializedName: \"properties.runbook\",\n type: {\n name: \"Composite\",\n className: \"RunbookAssociationProperty\"\n }\n },\n runOn: {\n serializedName: \"properties.runOn\",\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"properties.lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Module: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Module\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n isGlobal: {\n serializedName: \"properties.isGlobal\",\n type: {\n name: \"Boolean\"\n }\n },\n version: {\n serializedName: \"properties.version\",\n type: {\n name: \"String\"\n }\n },\n sizeInBytes: {\n serializedName: \"properties.sizeInBytes\",\n type: {\n name: \"Number\"\n }\n },\n activityCount: {\n serializedName: \"properties.activityCount\",\n type: {\n name: \"Number\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Created\",\n \"Creating\",\n \"StartingImportModuleRunbook\",\n \"RunningImportModuleRunbook\",\n \"ContentRetrieved\",\n \"ContentDownloaded\",\n \"ContentValidated\",\n \"ConnectionTypeImported\",\n \"ContentStored\",\n \"ModuleDataStored\",\n \"ActivitiesStored\",\n \"ModuleImportRunbookComplete\",\n \"Succeeded\",\n \"Failed\",\n \"Cancelled\",\n \"Updating\"\n ]\n }\n },\n contentLink: {\n serializedName: \"properties.contentLink\",\n type: {\n name: \"Composite\",\n className: \"ContentLink\"\n }\n },\n error: {\n serializedName: \"properties.error\",\n type: {\n name: \"Composite\",\n className: \"ModuleErrorInfo\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n isComposite: {\n serializedName: \"properties.isComposite\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const AutomationAccount: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutomationAccount\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n sku: {\n serializedName: \"properties.sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n lastModifiedBy: {\n serializedName: \"properties.lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"properties.state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n encryption: {\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"EncryptionProperties\"\n }\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"Boolean\"\n }\n },\n disableLocalAuth: {\n serializedName: \"properties.disableLocalAuth\",\n type: {\n name: \"Boolean\"\n }\n },\n automationHybridServiceUrl: {\n serializedName: \"properties.automationHybridServiceUrl\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DscConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DscConfiguration\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n defaultValue: \"Succeeded\",\n isConstant: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n jobCount: {\n serializedName: \"properties.jobCount\",\n type: {\n name: \"Number\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"DscConfigurationParameter\" }\n }\n }\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"Composite\",\n className: \"ContentSource\"\n }\n },\n state: {\n serializedName: \"properties.state\",\n type: {\n name: \"String\"\n }\n },\n logVerbose: {\n serializedName: \"properties.logVerbose\",\n type: {\n name: \"Boolean\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n nodeConfigurationCount: {\n serializedName: \"properties.nodeConfigurationCount\",\n type: {\n name: \"Number\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Runbook: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Runbook\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n runbookType: {\n serializedName: \"properties.runbookType\",\n type: {\n name: \"String\"\n }\n },\n publishContentLink: {\n serializedName: \"properties.publishContentLink\",\n type: {\n name: \"Composite\",\n className: \"ContentLink\"\n }\n },\n state: {\n serializedName: \"properties.state\",\n type: {\n name: \"String\"\n }\n },\n logVerbose: {\n serializedName: \"properties.logVerbose\",\n type: {\n name: \"Boolean\"\n }\n },\n logProgress: {\n serializedName: \"properties.logProgress\",\n type: {\n name: \"Boolean\"\n }\n },\n logActivityTrace: {\n serializedName: \"properties.logActivityTrace\",\n type: {\n name: \"Number\"\n }\n },\n jobCount: {\n serializedName: \"properties.jobCount\",\n type: {\n name: \"Number\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"RunbookParameter\" } }\n }\n },\n outputTypes: {\n serializedName: \"properties.outputTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n draft: {\n serializedName: \"properties.draft\",\n type: {\n name: \"Composite\",\n className: \"RunbookDraft\"\n }\n },\n provisioningState: {\n defaultValue: \"Succeeded\",\n isConstant: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedBy: {\n serializedName: \"properties.lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RunbookDraftReplaceContentHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunbookDraftReplaceContentHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RunbookPublishHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunbookPublishHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\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 PrivateEndpointConnection as PrivateEndpointConnectionMapper,\n PythonPackageCreateParameters as PythonPackageCreateParametersMapper,\n PythonPackageUpdateParameters as PythonPackageUpdateParametersMapper,\n AgentRegistrationRegenerateKeyParameter as AgentRegistrationRegenerateKeyParameterMapper,\n DscNodeUpdateParameters as DscNodeUpdateParametersMapper,\n DscNodeConfigurationCreateOrUpdateParameters as DscNodeConfigurationCreateOrUpdateParametersMapper,\n DscCompilationJobCreateParameters as DscCompilationJobCreateParametersMapper,\n SourceControlCreateOrUpdateParameters as SourceControlCreateOrUpdateParametersMapper,\n SourceControlUpdateParameters as SourceControlUpdateParametersMapper,\n SourceControlSyncJobCreateParameters as SourceControlSyncJobCreateParametersMapper,\n AutomationAccountUpdateParameters as AutomationAccountUpdateParametersMapper,\n AutomationAccountCreateOrUpdateParameters as AutomationAccountCreateOrUpdateParametersMapper,\n CertificateCreateOrUpdateParameters as CertificateCreateOrUpdateParametersMapper,\n CertificateUpdateParameters as CertificateUpdateParametersMapper,\n ConnectionCreateOrUpdateParameters as ConnectionCreateOrUpdateParametersMapper,\n ConnectionUpdateParameters as ConnectionUpdateParametersMapper,\n ConnectionTypeCreateOrUpdateParameters as ConnectionTypeCreateOrUpdateParametersMapper,\n CredentialCreateOrUpdateParameters as CredentialCreateOrUpdateParametersMapper,\n CredentialUpdateParameters as CredentialUpdateParametersMapper,\n JobScheduleCreateParameters as JobScheduleCreateParametersMapper,\n ModuleCreateOrUpdateParameters as ModuleCreateOrUpdateParametersMapper,\n ModuleUpdateParameters as ModuleUpdateParametersMapper,\n ScheduleCreateOrUpdateParameters as ScheduleCreateOrUpdateParametersMapper,\n ScheduleUpdateParameters as ScheduleUpdateParametersMapper,\n VariableCreateOrUpdateParameters as VariableCreateOrUpdateParametersMapper,\n VariableUpdateParameters as VariableUpdateParametersMapper,\n Watcher as WatcherMapper,\n WatcherUpdateParameters as WatcherUpdateParametersMapper,\n DscConfigurationCreateOrUpdateParameters as DscConfigurationCreateOrUpdateParametersMapper,\n DscConfigurationUpdateParameters as DscConfigurationUpdateParametersMapper,\n JobCreateParameters as JobCreateParametersMapper,\n GraphicalRunbookContent as GraphicalRunbookContentMapper,\n SoftwareUpdateConfiguration as SoftwareUpdateConfigurationMapper,\n RunbookCreateOrUpdateParameters as RunbookCreateOrUpdateParametersMapper,\n RunbookUpdateParameters as RunbookUpdateParametersMapper,\n TestJobCreateParameters as TestJobCreateParametersMapper,\n WebhookCreateOrUpdateParameters as WebhookCreateOrUpdateParametersMapper,\n WebhookUpdateParameters as WebhookUpdateParametersMapper,\n HybridRunbookWorkerCreateParameters as HybridRunbookWorkerCreateParametersMapper,\n HybridRunbookWorkerMoveParameters as HybridRunbookWorkerMoveParametersMapper,\n HybridRunbookWorkerGroupCreateOrUpdateParameters as HybridRunbookWorkerGroupCreateOrUpdateParametersMapper\n} from \"../models/mappers\";\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 subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._]+$\"),\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2020-01-13-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const automationAccountName: OperationURLParameter = {\n parameterPath: \"automationAccountName\",\n mapper: {\n serializedName: \"automationAccountName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const privateEndpointConnectionName: OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n serializedName: \"privateEndpointConnectionName\",\n required: true,\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: \"parameters\",\n mapper: PrivateEndpointConnectionMapper\n};\n\nexport const packageName: OperationURLParameter = {\n parameterPath: \"packageName\",\n mapper: {\n serializedName: \"packageName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: PythonPackageCreateParametersMapper\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: PythonPackageUpdateParametersMapper\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\nexport const parameters3: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: AgentRegistrationRegenerateKeyParameterMapper\n};\n\nexport const nodeId: OperationURLParameter = {\n parameterPath: \"nodeId\",\n mapper: {\n serializedName: \"nodeId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const dscNodeUpdateParameters: OperationParameter = {\n parameterPath: \"dscNodeUpdateParameters\",\n mapper: DscNodeUpdateParametersMapper\n};\n\nexport const filter: OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const skip: OperationQueryParameter = {\n parameterPath: [\"options\", \"skip\"],\n mapper: {\n serializedName: \"$skip\",\n type: {\n name: \"Number\"\n }\n }\n};\n\nexport const top: OperationQueryParameter = {\n parameterPath: [\"options\", \"top\"],\n mapper: {\n serializedName: \"$top\",\n type: {\n name: \"Number\"\n }\n }\n};\n\nexport const inlinecount: OperationQueryParameter = {\n parameterPath: [\"options\", \"inlinecount\"],\n mapper: {\n serializedName: \"$inlinecount\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const reportId: OperationURLParameter = {\n parameterPath: \"reportId\",\n mapper: {\n serializedName: \"reportId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nodeConfigurationName: OperationURLParameter = {\n parameterPath: \"nodeConfigurationName\",\n mapper: {\n serializedName: \"nodeConfigurationName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters4: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: DscNodeConfigurationCreateOrUpdateParametersMapper\n};\n\nexport const parameters5: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: DscCompilationJobCreateParametersMapper\n};\n\nexport const compilationJobName: OperationURLParameter = {\n parameterPath: \"compilationJobName\",\n mapper: {\n serializedName: \"compilationJobName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const jobId: OperationURLParameter = {\n parameterPath: \"jobId\",\n mapper: {\n serializedName: \"jobId\",\n required: true,\n type: {\n name: \"Uuid\"\n }\n }\n};\n\nexport const jobStreamId: OperationURLParameter = {\n parameterPath: \"jobStreamId\",\n mapper: {\n serializedName: \"jobStreamId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const countType: OperationURLParameter = {\n parameterPath: \"countType\",\n mapper: {\n serializedName: \"countType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters6: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: SourceControlCreateOrUpdateParametersMapper\n};\n\nexport const sourceControlName: OperationURLParameter = {\n parameterPath: \"sourceControlName\",\n mapper: {\n serializedName: \"sourceControlName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters7: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: SourceControlUpdateParametersMapper\n};\n\nexport const parameters8: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: SourceControlSyncJobCreateParametersMapper\n};\n\nexport const sourceControlSyncJobId: OperationURLParameter = {\n parameterPath: \"sourceControlSyncJobId\",\n mapper: {\n serializedName: \"sourceControlSyncJobId\",\n required: true,\n type: {\n name: \"Uuid\"\n }\n }\n};\n\nexport const streamId: OperationURLParameter = {\n parameterPath: \"streamId\",\n mapper: {\n serializedName: \"streamId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters9: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: AutomationAccountUpdateParametersMapper\n};\n\nexport const apiVersion1: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-06-22\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters10: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: AutomationAccountCreateOrUpdateParametersMapper\n};\n\nexport const certificateName: OperationURLParameter = {\n parameterPath: \"certificateName\",\n mapper: {\n serializedName: \"certificateName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters11: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: CertificateCreateOrUpdateParametersMapper\n};\n\nexport const parameters12: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: CertificateUpdateParametersMapper\n};\n\nexport const connectionName: OperationURLParameter = {\n parameterPath: \"connectionName\",\n mapper: {\n serializedName: \"connectionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters13: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ConnectionCreateOrUpdateParametersMapper\n};\n\nexport const parameters14: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ConnectionUpdateParametersMapper\n};\n\nexport const connectionTypeName: OperationURLParameter = {\n parameterPath: \"connectionTypeName\",\n mapper: {\n serializedName: \"connectionTypeName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters15: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ConnectionTypeCreateOrUpdateParametersMapper\n};\n\nexport const credentialName: OperationURLParameter = {\n parameterPath: \"credentialName\",\n mapper: {\n serializedName: \"credentialName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters16: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: CredentialCreateOrUpdateParametersMapper\n};\n\nexport const parameters17: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: CredentialUpdateParametersMapper\n};\n\nexport const jobScheduleId: OperationURLParameter = {\n parameterPath: \"jobScheduleId\",\n mapper: {\n serializedName: \"jobScheduleId\",\n required: true,\n type: {\n name: \"Uuid\"\n }\n }\n};\n\nexport const parameters18: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: JobScheduleCreateParametersMapper\n};\n\nexport const moduleName: OperationURLParameter = {\n parameterPath: \"moduleName\",\n mapper: {\n serializedName: \"moduleName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const activityName: OperationURLParameter = {\n parameterPath: \"activityName\",\n mapper: {\n serializedName: \"activityName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters19: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ModuleCreateOrUpdateParametersMapper\n};\n\nexport const parameters20: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ModuleUpdateParametersMapper\n};\n\nexport const typeName: OperationURLParameter = {\n parameterPath: \"typeName\",\n mapper: {\n serializedName: \"typeName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters21: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ScheduleCreateOrUpdateParametersMapper\n};\n\nexport const scheduleName: OperationURLParameter = {\n parameterPath: \"scheduleName\",\n mapper: {\n serializedName: \"scheduleName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters22: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ScheduleUpdateParametersMapper\n};\n\nexport const parameters23: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: VariableCreateOrUpdateParametersMapper\n};\n\nexport const variableName: OperationURLParameter = {\n parameterPath: \"variableName\",\n mapper: {\n serializedName: \"variableName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters24: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: VariableUpdateParametersMapper\n};\n\nexport const parameters25: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: WatcherMapper\n};\n\nexport const watcherName: OperationURLParameter = {\n parameterPath: \"watcherName\",\n mapper: {\n serializedName: \"watcherName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters26: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: WatcherUpdateParametersMapper\n};\n\nexport const configurationName: OperationURLParameter = {\n parameterPath: \"configurationName\",\n mapper: {\n serializedName: \"configurationName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion2: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2019-06-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType1: OperationParameter = {\n parameterPath: \"contentType\",\n mapper: {\n defaultValue: \"text/plain; charset=utf-8\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters27: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: {\n serializedName: \"parameters\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const accept1: 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 contentType2: OperationParameter = {\n parameterPath: \"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 parameters28: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: DscConfigurationCreateOrUpdateParametersMapper\n};\n\nexport const parameters29: OperationParameter = {\n parameterPath: [\"options\", \"parameters\"],\n mapper: {\n serializedName: \"parameters\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters30: OperationParameter = {\n parameterPath: [\"options\", \"parameters\"],\n mapper: DscConfigurationUpdateParametersMapper\n};\n\nexport const accept2: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"text/powershell\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const accept3: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"text/plain\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const jobName: OperationURLParameter = {\n parameterPath: \"jobName\",\n mapper: {\n serializedName: \"jobName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const clientRequestId: OperationParameter = {\n parameterPath: [\"options\", \"clientRequestId\"],\n mapper: {\n serializedName: \"clientRequestId\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters31: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: JobCreateParametersMapper\n};\n\nexport const parameters32: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: GraphicalRunbookContentMapper\n};\n\nexport const parameters33: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: SoftwareUpdateConfigurationMapper\n};\n\nexport const softwareUpdateConfigurationName: OperationURLParameter = {\n parameterPath: \"softwareUpdateConfigurationName\",\n mapper: {\n serializedName: \"softwareUpdateConfigurationName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const softwareUpdateConfigurationRunId: OperationURLParameter = {\n parameterPath: \"softwareUpdateConfigurationRunId\",\n mapper: {\n serializedName: \"softwareUpdateConfigurationRunId\",\n required: true,\n type: {\n name: \"Uuid\"\n }\n }\n};\n\nexport const skip1: OperationQueryParameter = {\n parameterPath: [\"options\", \"skip\"],\n mapper: {\n serializedName: \"$skip\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const top1: OperationQueryParameter = {\n parameterPath: [\"options\", \"top\"],\n mapper: {\n serializedName: \"$top\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const softwareUpdateConfigurationMachineRunId: OperationURLParameter = {\n parameterPath: \"softwareUpdateConfigurationMachineRunId\",\n mapper: {\n serializedName: \"softwareUpdateConfigurationMachineRunId\",\n required: true,\n type: {\n name: \"Uuid\"\n }\n }\n};\n\nexport const runbookName: OperationURLParameter = {\n parameterPath: \"runbookName\",\n mapper: {\n serializedName: \"runbookName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion3: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2018-06-30\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType3: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"text/powershell\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const runbookContent: OperationParameter = {\n parameterPath: \"runbookContent\",\n mapper: {\n serializedName: \"runbookContent\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters34: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: RunbookCreateOrUpdateParametersMapper\n};\n\nexport const parameters35: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: RunbookUpdateParametersMapper\n};\n\nexport const parameters36: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: TestJobCreateParametersMapper\n};\n\nexport const apiVersion4: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2015-10-31\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const webhookName: OperationURLParameter = {\n parameterPath: \"webhookName\",\n mapper: {\n serializedName: \"webhookName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters37: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: WebhookCreateOrUpdateParametersMapper\n};\n\nexport const parameters38: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: WebhookUpdateParametersMapper\n};\n\nexport const hybridRunbookWorkerGroupName: OperationURLParameter = {\n parameterPath: \"hybridRunbookWorkerGroupName\",\n mapper: {\n serializedName: \"hybridRunbookWorkerGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const hybridRunbookWorkerId: OperationURLParameter = {\n parameterPath: \"hybridRunbookWorkerId\",\n mapper: {\n serializedName: \"hybridRunbookWorkerId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const hybridRunbookWorkerCreationParameters: OperationParameter = {\n parameterPath: \"hybridRunbookWorkerCreationParameters\",\n mapper: HybridRunbookWorkerCreateParametersMapper\n};\n\nexport const hybridRunbookWorkerMoveParameters: OperationParameter = {\n parameterPath: \"hybridRunbookWorkerMoveParameters\",\n mapper: HybridRunbookWorkerMoveParametersMapper\n};\n\nexport const apiVersion5: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-01-31\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion6: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-02-22\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const hybridRunbookWorkerGroupCreationParameters: OperationParameter = {\n parameterPath: \"hybridRunbookWorkerGroupCreationParameters\",\n mapper: HybridRunbookWorkerGroupCreateOrUpdateParametersMapper\n};\n\nexport const hybridRunbookWorkerGroupUpdationParameters: OperationParameter = {\n parameterPath: \"hybridRunbookWorkerGroupUpdationParameters\",\n mapper: HybridRunbookWorkerGroupCreateOrUpdateParametersMapper\n};\n","/*\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 { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport class LroImpl<T> implements LongRunningOperation<T> {\n constructor(\n private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,\n private args: Record<string, unknown>,\n private spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>,\n public requestPath: string = spec.path!,\n public requestMethod: string = spec.httpMethod\n ) {}\n public async sendInitialRequest(): Promise<LroResponse<T>> {\n return this.sendOperationFn(this.args, this.spec);\n }\n public async sendPollRequest(path: string): Promise<LroResponse<T>> {\n const { requestBody, ...restSpec } = this.spec;\n return this.sendOperationFn(this.args, {\n ...restSpec,\n path,\n httpMethod: \"GET\"\n });\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { PrivateEndpointConnections } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n PrivateEndpointConnection,\n PrivateEndpointConnectionsListByAutomationAccountOptionalParams,\n PrivateEndpointConnectionsListByAutomationAccountResponse,\n PrivateEndpointConnectionsGetOptionalParams,\n PrivateEndpointConnectionsGetResponse,\n PrivateEndpointConnectionsCreateOrUpdateOptionalParams,\n PrivateEndpointConnectionsCreateOrUpdateResponse,\n PrivateEndpointConnectionsDeleteOptionalParams\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing PrivateEndpointConnections operations. */\nexport class PrivateEndpointConnectionsImpl\n implements PrivateEndpointConnections {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class PrivateEndpointConnections class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * List all private endpoint connections on a Automation account.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: PrivateEndpointConnectionsListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<PrivateEndpointConnection> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: PrivateEndpointConnectionsListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<PrivateEndpointConnection[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: PrivateEndpointConnectionsListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<PrivateEndpointConnection> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List all private endpoint connections on a Automation account.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: PrivateEndpointConnectionsListByAutomationAccountOptionalParams\n ): Promise<PrivateEndpointConnectionsListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n\n /**\n * Gets a private endpoint connection.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsGetOptionalParams\n ): Promise<PrivateEndpointConnectionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n privateEndpointConnectionName,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * Approve or reject a private endpoint connection with a given name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param parameters A private endpoint connection\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n automationAccountName: string,\n privateEndpointConnectionName: string,\n parameters: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>,\n PrivateEndpointConnectionsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n {\n resourceGroupName,\n automationAccountName,\n privateEndpointConnectionName,\n parameters,\n options\n },\n createOrUpdateOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Approve or reject a private endpoint connection with a given name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param parameters A private endpoint connection\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n automationAccountName: string,\n privateEndpointConnectionName: string,\n parameters: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams\n ): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n automationAccountName,\n privateEndpointConnectionName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes a private endpoint connection with a given name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n automationAccountName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n {\n resourceGroupName,\n automationAccountName,\n privateEndpointConnectionName,\n options\n },\n deleteOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes a private endpoint connection with a given name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n automationAccountName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n automationAccountName,\n privateEndpointConnectionName,\n options\n );\n return poller.pollUntilDone();\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/privateEndpointConnections\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.privateEndpointConnectionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n 201: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n 202: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n 204: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.privateEndpointConnectionName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.privateEndpointConnectionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { PrivateLinkResources } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n PrivateLinkResource,\n PrivateLinkResourcesAutomationOptionalParams,\n PrivateLinkResourcesAutomationResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing PrivateLinkResources operations. */\nexport class PrivateLinkResourcesImpl implements PrivateLinkResources {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class PrivateLinkResources class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Gets the private link resources that need to be created for Automation account.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listAutomation(\n resourceGroupName: string,\n automationAccountName: string,\n options?: PrivateLinkResourcesAutomationOptionalParams\n ): PagedAsyncIterableIterator<PrivateLinkResource> {\n const iter = this.automationPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.automationPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *automationPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: PrivateLinkResourcesAutomationOptionalParams\n ): AsyncIterableIterator<PrivateLinkResource[]> {\n let result = await this._automation(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n }\n\n private async *automationPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: PrivateLinkResourcesAutomationOptionalParams\n ): AsyncIterableIterator<PrivateLinkResource> {\n for await (const page of this.automationPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets the private link resources that need to be created for Automation account.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _automation(\n resourceGroupName: string,\n automationAccountName: string,\n options?: PrivateLinkResourcesAutomationOptionalParams\n ): Promise<PrivateLinkResourcesAutomationResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n automationOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst automationOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/privateLinkResources\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourceListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Python2Package } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n Module,\n Python2PackageListByAutomationAccountNextOptionalParams,\n Python2PackageListByAutomationAccountOptionalParams,\n Python2PackageDeleteOptionalParams,\n Python2PackageGetOptionalParams,\n Python2PackageGetResponse,\n PythonPackageCreateParameters,\n Python2PackageCreateOrUpdateOptionalParams,\n Python2PackageCreateOrUpdateResponse,\n PythonPackageUpdateParameters,\n Python2PackageUpdateOptionalParams,\n Python2PackageUpdateResponse,\n Python2PackageListByAutomationAccountResponse,\n Python2PackageListByAutomationAccountNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Python2Package operations. */\nexport class Python2PackageImpl implements Python2Package {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class Python2Package class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of python 2 packages.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: Python2PackageListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<Module> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: Python2PackageListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Module[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByAutomationAccountNext(\n resourceGroupName,\n automationAccountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: Python2PackageListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Module> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Delete the python 2 package by name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param packageName The python package name.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n automationAccountName: string,\n packageName: string,\n options?: Python2PackageDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, packageName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Retrieve the python 2 package identified by package name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param packageName The python package name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n packageName: string,\n options?: Python2PackageGetOptionalParams\n ): Promise<Python2PackageGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, packageName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or Update the python 2 package identified by package name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param packageName The name of python package.\n * @param parameters The create or update parameters for python package.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n automationAccountName: string,\n packageName: string,\n parameters: PythonPackageCreateParameters,\n options?: Python2PackageCreateOrUpdateOptionalParams\n ): Promise<Python2PackageCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n packageName,\n parameters,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Update the python 2 package identified by package name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param packageName The name of python package.\n * @param parameters The update parameters for python package.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n automationAccountName: string,\n packageName: string,\n parameters: PythonPackageUpdateParameters,\n options?: Python2PackageUpdateOptionalParams\n ): Promise<Python2PackageUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n packageName,\n parameters,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Retrieve a list of python 2 packages.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: Python2PackageListByAutomationAccountOptionalParams\n ): Promise<Python2PackageListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n\n /**\n * ListByAutomationAccountNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nextLink The nextLink from the previous successful call to the ListByAutomationAccount\n * method.\n * @param options The options parameters.\n */\n private _listByAutomationAccountNext(\n resourceGroupName: string,\n automationAccountName: string,\n nextLink: string,\n options?: Python2PackageListByAutomationAccountNextOptionalParams\n ): Promise<Python2PackageListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nextLink, options },\n listByAutomationAccountNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/python2Packages/{packageName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.packageName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/python2Packages/{packageName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Module\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.packageName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/python2Packages/{packageName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Module\n },\n 201: {\n bodyMapper: Mappers.Module\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.packageName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/python2Packages/{packageName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Module\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.packageName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/python2Packages\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ModuleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ModuleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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 { AgentRegistrationInformation } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n AgentRegistrationInformationGetOptionalParams,\n AgentRegistrationInformationGetResponse,\n AgentRegistrationRegenerateKeyParameter,\n AgentRegistrationInformationRegenerateKeyOptionalParams,\n AgentRegistrationInformationRegenerateKeyResponse\n} from \"../models\";\n\n/** Class containing AgentRegistrationInformation operations. */\nexport class AgentRegistrationInformationImpl\n implements AgentRegistrationInformation {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class AgentRegistrationInformation class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve the automation agent registration information.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n options?: AgentRegistrationInformationGetOptionalParams\n ): Promise<AgentRegistrationInformationGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n getOperationSpec\n );\n }\n\n /**\n * Regenerate a primary or secondary agent registration key\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param parameters The name of the agent registration key to be regenerated\n * @param options The options parameters.\n */\n regenerateKey(\n resourceGroupName: string,\n automationAccountName: string,\n parameters: AgentRegistrationRegenerateKeyParameter,\n options?: AgentRegistrationInformationRegenerateKeyOptionalParams\n ): Promise<AgentRegistrationInformationRegenerateKeyResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, parameters, options },\n regenerateKeyOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/agentRegistrationInformation\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AgentRegistration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst regenerateKeyOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/agentRegistrationInformation/regenerateKey\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.AgentRegistration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters3,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { DscNodeOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n DscNode,\n DscNodeListByAutomationAccountNextOptionalParams,\n DscNodeListByAutomationAccountOptionalParams,\n DscNodeDeleteOptionalParams,\n DscNodeGetOptionalParams,\n DscNodeGetResponse,\n DscNodeUpdateParameters,\n DscNodeUpdateOptionalParams,\n DscNodeUpdateResponse,\n DscNodeListByAutomationAccountResponse,\n DscNodeListByAutomationAccountNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing DscNodeOperations operations. */\nexport class DscNodeOperationsImpl implements DscNodeOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class DscNodeOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of dsc nodes.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: DscNodeListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<DscNode> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: DscNodeListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<DscNode[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByAutomationAccountNext(\n resourceGroupName,\n automationAccountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: DscNodeListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<DscNode> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Delete the dsc node identified by node id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The node id.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n automationAccountName: string,\n nodeId: string,\n options?: DscNodeDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nodeId, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Retrieve the dsc node identified by node id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The node id.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n nodeId: string,\n options?: DscNodeGetOptionalParams\n ): Promise<DscNodeGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nodeId, options },\n getOperationSpec\n );\n }\n\n /**\n * Update the dsc node.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId Parameters supplied to the update dsc node.\n * @param dscNodeUpdateParameters Parameters supplied to the update dsc node.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n automationAccountName: string,\n nodeId: string,\n dscNodeUpdateParameters: DscNodeUpdateParameters,\n options?: DscNodeUpdateOptionalParams\n ): Promise<DscNodeUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n nodeId,\n dscNodeUpdateParameters,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Retrieve a list of dsc nodes.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: DscNodeListByAutomationAccountOptionalParams\n ): Promise<DscNodeListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n\n /**\n * ListByAutomationAccountNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nextLink The nextLink from the previous successful call to the ListByAutomationAccount\n * method.\n * @param options The options parameters.\n */\n private _listByAutomationAccountNext(\n resourceGroupName: string,\n automationAccountName: string,\n nextLink: string,\n options?: DscNodeListByAutomationAccountNextOptionalParams\n ): Promise<DscNodeListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nextLink, options },\n listByAutomationAccountNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodes/{nodeId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nodeId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodes/{nodeId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DscNode\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nodeId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodes/{nodeId}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.DscNode\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.dscNodeUpdateParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nodeId\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodes\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DscNodeListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.skip,\n Parameters.top,\n Parameters.inlinecount\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DscNodeListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.skip,\n Parameters.top,\n Parameters.inlinecount\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { NodeReports } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n DscNodeReport,\n NodeReportsListByNodeNextOptionalParams,\n NodeReportsListByNodeOptionalParams,\n NodeReportsListByNodeResponse,\n NodeReportsGetOptionalParams,\n NodeReportsGetResponse,\n NodeReportsGetContentOptionalParams,\n NodeReportsGetContentResponse,\n NodeReportsListByNodeNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing NodeReports operations. */\nexport class NodeReportsImpl implements NodeReports {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class NodeReports class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve the Dsc node report list by node id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The parameters supplied to the list operation.\n * @param options The options parameters.\n */\n public listByNode(\n resourceGroupName: string,\n automationAccountName: string,\n nodeId: string,\n options?: NodeReportsListByNodeOptionalParams\n ): PagedAsyncIterableIterator<DscNodeReport> {\n const iter = this.listByNodePagingAll(\n resourceGroupName,\n automationAccountName,\n nodeId,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByNodePagingPage(\n resourceGroupName,\n automationAccountName,\n nodeId,\n options\n );\n }\n };\n }\n\n private async *listByNodePagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n nodeId: string,\n options?: NodeReportsListByNodeOptionalParams\n ): AsyncIterableIterator<DscNodeReport[]> {\n let result = await this._listByNode(\n resourceGroupName,\n automationAccountName,\n nodeId,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByNodeNext(\n resourceGroupName,\n automationAccountName,\n nodeId,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByNodePagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n nodeId: string,\n options?: NodeReportsListByNodeOptionalParams\n ): AsyncIterableIterator<DscNodeReport> {\n for await (const page of this.listByNodePagingPage(\n resourceGroupName,\n automationAccountName,\n nodeId,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Retrieve the Dsc node report list by node id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The parameters supplied to the list operation.\n * @param options The options parameters.\n */\n private _listByNode(\n resourceGroupName: string,\n automationAccountName: string,\n nodeId: string,\n options?: NodeReportsListByNodeOptionalParams\n ): Promise<NodeReportsListByNodeResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nodeId, options },\n listByNodeOperationSpec\n );\n }\n\n /**\n * Retrieve the Dsc node report data by node id and report id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The Dsc node id.\n * @param reportId The report id.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n nodeId: string,\n reportId: string,\n options?: NodeReportsGetOptionalParams\n ): Promise<NodeReportsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nodeId, reportId, options },\n getOperationSpec\n );\n }\n\n /**\n * Retrieve the Dsc node reports by node id and report id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The Dsc node id.\n * @param reportId The report id.\n * @param options The options parameters.\n */\n getContent(\n resourceGroupName: string,\n automationAccountName: string,\n nodeId: string,\n reportId: string,\n options?: NodeReportsGetContentOptionalParams\n ): Promise<NodeReportsGetContentResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nodeId, reportId, options },\n getContentOperationSpec\n );\n }\n\n /**\n * ListByNodeNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeId The parameters supplied to the list operation.\n * @param nextLink The nextLink from the previous successful call to the ListByNode method.\n * @param options The options parameters.\n */\n private _listByNodeNext(\n resourceGroupName: string,\n automationAccountName: string,\n nodeId: string,\n nextLink: string,\n options?: NodeReportsListByNodeNextOptionalParams\n ): Promise<NodeReportsListByNodeNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nodeId, nextLink, options },\n listByNodeNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByNodeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodes/{nodeId}/reports\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DscNodeReportListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nodeId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodes/{nodeId}/reports/{reportId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DscNodeReport\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nodeId,\n Parameters.reportId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getContentOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodes/{nodeId}/reports/{reportId}/content\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nodeId,\n Parameters.reportId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByNodeNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DscNodeReportListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink,\n Parameters.nodeId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { DscNodeConfigurationOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n DscNodeConfiguration,\n DscNodeConfigurationListByAutomationAccountNextOptionalParams,\n DscNodeConfigurationListByAutomationAccountOptionalParams,\n DscNodeConfigurationDeleteOptionalParams,\n DscNodeConfigurationGetOptionalParams,\n DscNodeConfigurationGetResponse,\n DscNodeConfigurationCreateOrUpdateParameters,\n DscNodeConfigurationCreateOrUpdateOptionalParams,\n DscNodeConfigurationListByAutomationAccountResponse,\n DscNodeConfigurationListByAutomationAccountNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing DscNodeConfigurationOperations operations. */\nexport class DscNodeConfigurationOperationsImpl\n implements DscNodeConfigurationOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class DscNodeConfigurationOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of dsc node configurations.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: DscNodeConfigurationListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<DscNodeConfiguration> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: DscNodeConfigurationListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<DscNodeConfiguration[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByAutomationAccountNext(\n resourceGroupName,\n automationAccountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: DscNodeConfigurationListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<DscNodeConfiguration> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Delete the Dsc node configurations by node configuration.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeConfigurationName The Dsc node configuration name.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n automationAccountName: string,\n nodeConfigurationName: string,\n options?: DscNodeConfigurationDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n nodeConfigurationName,\n options\n },\n deleteOperationSpec\n );\n }\n\n /**\n * Retrieve the Dsc node configurations by node configuration.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeConfigurationName The Dsc node configuration name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n nodeConfigurationName: string,\n options?: DscNodeConfigurationGetOptionalParams\n ): Promise<DscNodeConfigurationGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n nodeConfigurationName,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * Create the node configuration identified by node configuration name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeConfigurationName The Dsc node configuration name.\n * @param parameters The create or update parameters for configuration.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n automationAccountName: string,\n nodeConfigurationName: string,\n parameters: DscNodeConfigurationCreateOrUpdateParameters,\n options?: DscNodeConfigurationCreateOrUpdateOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n {\n resourceGroupName,\n automationAccountName,\n nodeConfigurationName,\n parameters,\n options\n },\n createOrUpdateOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create the node configuration identified by node configuration name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nodeConfigurationName The Dsc node configuration name.\n * @param parameters The create or update parameters for configuration.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n automationAccountName: string,\n nodeConfigurationName: string,\n parameters: DscNodeConfigurationCreateOrUpdateParameters,\n options?: DscNodeConfigurationCreateOrUpdateOptionalParams\n ): Promise<void> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n automationAccountName,\n nodeConfigurationName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Retrieve a list of dsc node configurations.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: DscNodeConfigurationListByAutomationAccountOptionalParams\n ): Promise<DscNodeConfigurationListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n\n /**\n * ListByAutomationAccountNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nextLink The nextLink from the previous successful call to the ListByAutomationAccount\n * method.\n * @param options The options parameters.\n */\n private _listByAutomationAccountNext(\n resourceGroupName: string,\n automationAccountName: string,\n nextLink: string,\n options?: DscNodeConfigurationListByAutomationAccountNextOptionalParams\n ): Promise<DscNodeConfigurationListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nextLink, options },\n listByAutomationAccountNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodeConfigurations/{nodeConfigurationName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nodeConfigurationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodeConfigurations/{nodeConfigurationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DscNodeConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nodeConfigurationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodeConfigurations/{nodeConfigurationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters4,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nodeConfigurationName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodeConfigurations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DscNodeConfigurationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.skip,\n Parameters.top,\n Parameters.inlinecount\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DscNodeConfigurationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.skip,\n Parameters.top,\n Parameters.inlinecount\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { DscCompilationJobOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n DscCompilationJob,\n DscCompilationJobListByAutomationAccountNextOptionalParams,\n DscCompilationJobListByAutomationAccountOptionalParams,\n DscCompilationJobCreateParameters,\n DscCompilationJobCreateOptionalParams,\n DscCompilationJobCreateResponse,\n DscCompilationJobGetOptionalParams,\n DscCompilationJobGetResponse,\n DscCompilationJobListByAutomationAccountResponse,\n DscCompilationJobGetStreamOptionalParams,\n DscCompilationJobGetStreamResponse,\n DscCompilationJobListByAutomationAccountNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing DscCompilationJobOperations operations. */\nexport class DscCompilationJobOperationsImpl\n implements DscCompilationJobOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class DscCompilationJobOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of dsc compilation jobs.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: DscCompilationJobListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<DscCompilationJob> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: DscCompilationJobListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<DscCompilationJob[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByAutomationAccountNext(\n resourceGroupName,\n automationAccountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: DscCompilationJobListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<DscCompilationJob> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Creates the Dsc compilation job of the configuration.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param compilationJobName The DSC configuration Id.\n * @param parameters The parameters supplied to the create compilation job operation.\n * @param options The options parameters.\n */\n async beginCreate(\n resourceGroupName: string,\n automationAccountName: string,\n compilationJobName: string,\n parameters: DscCompilationJobCreateParameters,\n options?: DscCompilationJobCreateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<DscCompilationJobCreateResponse>,\n DscCompilationJobCreateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<DscCompilationJobCreateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n {\n resourceGroupName,\n automationAccountName,\n compilationJobName,\n parameters,\n options\n },\n createOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates the Dsc compilation job of the configuration.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param compilationJobName The DSC configuration Id.\n * @param parameters The parameters supplied to the create compilation job operation.\n * @param options The options parameters.\n */\n async beginCreateAndWait(\n resourceGroupName: string,\n automationAccountName: string,\n compilationJobName: string,\n parameters: DscCompilationJobCreateParameters,\n options?: DscCompilationJobCreateOptionalParams\n ): Promise<DscCompilationJobCreateResponse> {\n const poller = await this.beginCreate(\n resourceGroupName,\n automationAccountName,\n compilationJobName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Retrieve the Dsc configuration compilation job identified by job id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param compilationJobName The DSC configuration Id.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n compilationJobName: string,\n options?: DscCompilationJobGetOptionalParams\n ): Promise<DscCompilationJobGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, compilationJobName, options },\n getOperationSpec\n );\n }\n\n /**\n * Retrieve a list of dsc compilation jobs.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: DscCompilationJobListByAutomationAccountOptionalParams\n ): Promise<DscCompilationJobListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n\n /**\n * Retrieve the job stream identified by job stream id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobId The job id.\n * @param jobStreamId The job stream id.\n * @param options The options parameters.\n */\n getStream(\n resourceGroupName: string,\n automationAccountName: string,\n jobId: string,\n jobStreamId: string,\n options?: DscCompilationJobGetStreamOptionalParams\n ): Promise<DscCompilationJobGetStreamResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, jobId, jobStreamId, options },\n getStreamOperationSpec\n );\n }\n\n /**\n * ListByAutomationAccountNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nextLink The nextLink from the previous successful call to the ListByAutomationAccount\n * method.\n * @param options The options parameters.\n */\n private _listByAutomationAccountNext(\n resourceGroupName: string,\n automationAccountName: string,\n nextLink: string,\n options?: DscCompilationJobListByAutomationAccountNextOptionalParams\n ): Promise<DscCompilationJobListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nextLink, options },\n listByAutomationAccountNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/compilationjobs/{compilationJobName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.DscCompilationJob\n },\n 201: {\n bodyMapper: Mappers.DscCompilationJob\n },\n 202: {\n bodyMapper: Mappers.DscCompilationJob\n },\n 204: {\n bodyMapper: Mappers.DscCompilationJob\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters5,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.compilationJobName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/compilationjobs/{compilationJobName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DscCompilationJob\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.compilationJobName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/compilationjobs\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DscCompilationJobListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getStreamOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/compilationjobs/{jobId}/streams/{jobStreamId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JobStream\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobId,\n Parameters.jobStreamId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DscCompilationJobListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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 { DscCompilationJobStream } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n DscCompilationJobStreamListByJobOptionalParams,\n DscCompilationJobStreamListByJobResponse\n} from \"../models\";\n\n/** Class containing DscCompilationJobStream operations. */\nexport class DscCompilationJobStreamImpl implements DscCompilationJobStream {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class DscCompilationJobStream class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve all the job streams for the compilation Job.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobId The job id.\n * @param options The options parameters.\n */\n listByJob(\n resourceGroupName: string,\n automationAccountName: string,\n jobId: string,\n options?: DscCompilationJobStreamListByJobOptionalParams\n ): Promise<DscCompilationJobStreamListByJobResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, jobId, options },\n listByJobOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByJobOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/compilationjobs/{jobId}/streams\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JobStreamListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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 { NodeCountInformation } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n CountType,\n NodeCountInformationGetOptionalParams,\n NodeCountInformationGetResponse\n} from \"../models\";\n\n/** Class containing NodeCountInformation operations. */\nexport class NodeCountInformationImpl implements NodeCountInformation {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class NodeCountInformation class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve counts for Dsc Nodes.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param countType The type of counts to retrieve\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n countType: CountType,\n options?: NodeCountInformationGetOptionalParams\n ): Promise<NodeCountInformationGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, countType, options },\n getOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/nodecounts/{countType}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.NodeCounts\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.countType\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SourceControlOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n SourceControl,\n SourceControlListByAutomationAccountNextOptionalParams,\n SourceControlListByAutomationAccountOptionalParams,\n SourceControlCreateOrUpdateParameters,\n SourceControlCreateOrUpdateOptionalParams,\n SourceControlCreateOrUpdateResponse,\n SourceControlUpdateParameters,\n SourceControlUpdateOptionalParams,\n SourceControlUpdateResponse,\n SourceControlDeleteOptionalParams,\n SourceControlGetOptionalParams,\n SourceControlGetResponse,\n SourceControlListByAutomationAccountResponse,\n SourceControlListByAutomationAccountNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing SourceControlOperations operations. */\nexport class SourceControlOperationsImpl implements SourceControlOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class SourceControlOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of source controls.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: SourceControlListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<SourceControl> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: SourceControlListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<SourceControl[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByAutomationAccountNext(\n resourceGroupName,\n automationAccountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: SourceControlListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<SourceControl> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Create a source control.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param parameters The parameters supplied to the create or update source control operation.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n automationAccountName: string,\n sourceControlName: string,\n parameters: SourceControlCreateOrUpdateParameters,\n options?: SourceControlCreateOrUpdateOptionalParams\n ): Promise<SourceControlCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n parameters,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Update a source control.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param parameters The parameters supplied to the update source control operation.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n automationAccountName: string,\n sourceControlName: string,\n parameters: SourceControlUpdateParameters,\n options?: SourceControlUpdateOptionalParams\n ): Promise<SourceControlUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n parameters,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Delete the source control.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The name of source control.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n automationAccountName: string,\n sourceControlName: string,\n options?: SourceControlDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, sourceControlName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Retrieve the source control identified by source control name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The name of source control.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n sourceControlName: string,\n options?: SourceControlGetOptionalParams\n ): Promise<SourceControlGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, sourceControlName, options },\n getOperationSpec\n );\n }\n\n /**\n * Retrieve a list of source controls.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: SourceControlListByAutomationAccountOptionalParams\n ): Promise<SourceControlListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n\n /**\n * ListByAutomationAccountNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nextLink The nextLink from the previous successful call to the ListByAutomationAccount\n * method.\n * @param options The options parameters.\n */\n private _listByAutomationAccountNext(\n resourceGroupName: string,\n automationAccountName: string,\n nextLink: string,\n options?: SourceControlListByAutomationAccountNextOptionalParams\n ): Promise<SourceControlListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nextLink, options },\n listByAutomationAccountNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControl\n },\n 201: {\n bodyMapper: Mappers.SourceControl\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters6,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.sourceControlName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControl\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters7,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.sourceControlName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.sourceControlName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControl\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.sourceControlName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SourceControlSyncJobOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n SourceControlSyncJob,\n SourceControlSyncJobListByAutomationAccountNextOptionalParams,\n SourceControlSyncJobListByAutomationAccountOptionalParams,\n SourceControlSyncJobCreateParameters,\n SourceControlSyncJobCreateOptionalParams,\n SourceControlSyncJobCreateResponse,\n SourceControlSyncJobGetOptionalParams,\n SourceControlSyncJobGetResponse,\n SourceControlSyncJobListByAutomationAccountResponse,\n SourceControlSyncJobListByAutomationAccountNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing SourceControlSyncJobOperations operations. */\nexport class SourceControlSyncJobOperationsImpl\n implements SourceControlSyncJobOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class SourceControlSyncJobOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of source control sync jobs.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n sourceControlName: string,\n options?: SourceControlSyncJobListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<SourceControlSyncJob> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n sourceControlName: string,\n options?: SourceControlSyncJobListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<SourceControlSyncJob[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByAutomationAccountNext(\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n sourceControlName: string,\n options?: SourceControlSyncJobListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<SourceControlSyncJob> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Creates the sync job for a source control.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param sourceControlSyncJobId The source control sync job id.\n * @param parameters The parameters supplied to the create source control sync job operation.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n automationAccountName: string,\n sourceControlName: string,\n sourceControlSyncJobId: string,\n parameters: SourceControlSyncJobCreateParameters,\n options?: SourceControlSyncJobCreateOptionalParams\n ): Promise<SourceControlSyncJobCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n sourceControlSyncJobId,\n parameters,\n options\n },\n createOperationSpec\n );\n }\n\n /**\n * Retrieve the source control sync job identified by job id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param sourceControlSyncJobId The source control sync job id.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n sourceControlName: string,\n sourceControlSyncJobId: string,\n options?: SourceControlSyncJobGetOptionalParams\n ): Promise<SourceControlSyncJobGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n sourceControlSyncJobId,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * Retrieve a list of source control sync jobs.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n sourceControlName: string,\n options?: SourceControlSyncJobListByAutomationAccountOptionalParams\n ): Promise<SourceControlSyncJobListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, sourceControlName, options },\n listByAutomationAccountOperationSpec\n );\n }\n\n /**\n * ListByAutomationAccountNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param nextLink The nextLink from the previous successful call to the ListByAutomationAccount\n * method.\n * @param options The options parameters.\n */\n private _listByAutomationAccountNext(\n resourceGroupName: string,\n automationAccountName: string,\n sourceControlName: string,\n nextLink: string,\n options?: SourceControlSyncJobListByAutomationAccountNextOptionalParams\n ): Promise<SourceControlSyncJobListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n nextLink,\n options\n },\n listByAutomationAccountNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}/sourceControlSyncJobs/{sourceControlSyncJobId}\",\n httpMethod: \"PUT\",\n responses: {\n 201: {\n bodyMapper: Mappers.SourceControlSyncJob\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters8,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.sourceControlName,\n Parameters.sourceControlSyncJobId\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}/sourceControlSyncJobs/{sourceControlSyncJobId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlSyncJobById\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.sourceControlName,\n Parameters.sourceControlSyncJobId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}/sourceControlSyncJobs\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlSyncJobListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.sourceControlName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlSyncJobListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink,\n Parameters.sourceControlName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SourceControlSyncJobStreams } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n SourceControlSyncJobStream,\n SourceControlSyncJobStreamsListBySyncJobNextOptionalParams,\n SourceControlSyncJobStreamsListBySyncJobOptionalParams,\n SourceControlSyncJobStreamsListBySyncJobResponse,\n SourceControlSyncJobStreamsGetOptionalParams,\n SourceControlSyncJobStreamsGetResponse,\n SourceControlSyncJobStreamsListBySyncJobNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing SourceControlSyncJobStreams operations. */\nexport class SourceControlSyncJobStreamsImpl\n implements SourceControlSyncJobStreams {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class SourceControlSyncJobStreams class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of sync job streams identified by sync job id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param sourceControlSyncJobId The source control sync job id.\n * @param options The options parameters.\n */\n public listBySyncJob(\n resourceGroupName: string,\n automationAccountName: string,\n sourceControlName: string,\n sourceControlSyncJobId: string,\n options?: SourceControlSyncJobStreamsListBySyncJobOptionalParams\n ): PagedAsyncIterableIterator<SourceControlSyncJobStream> {\n const iter = this.listBySyncJobPagingAll(\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n sourceControlSyncJobId,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listBySyncJobPagingPage(\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n sourceControlSyncJobId,\n options\n );\n }\n };\n }\n\n private async *listBySyncJobPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n sourceControlName: string,\n sourceControlSyncJobId: string,\n options?: SourceControlSyncJobStreamsListBySyncJobOptionalParams\n ): AsyncIterableIterator<SourceControlSyncJobStream[]> {\n let result = await this._listBySyncJob(\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n sourceControlSyncJobId,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listBySyncJobNext(\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n sourceControlSyncJobId,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listBySyncJobPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n sourceControlName: string,\n sourceControlSyncJobId: string,\n options?: SourceControlSyncJobStreamsListBySyncJobOptionalParams\n ): AsyncIterableIterator<SourceControlSyncJobStream> {\n for await (const page of this.listBySyncJobPagingPage(\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n sourceControlSyncJobId,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Retrieve a list of sync job streams identified by sync job id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param sourceControlSyncJobId The source control sync job id.\n * @param options The options parameters.\n */\n private _listBySyncJob(\n resourceGroupName: string,\n automationAccountName: string,\n sourceControlName: string,\n sourceControlSyncJobId: string,\n options?: SourceControlSyncJobStreamsListBySyncJobOptionalParams\n ): Promise<SourceControlSyncJobStreamsListBySyncJobResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n sourceControlSyncJobId,\n options\n },\n listBySyncJobOperationSpec\n );\n }\n\n /**\n * Retrieve a sync job stream identified by stream id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param sourceControlSyncJobId The source control sync job id.\n * @param streamId The id of the sync job stream.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n sourceControlName: string,\n sourceControlSyncJobId: string,\n streamId: string,\n options?: SourceControlSyncJobStreamsGetOptionalParams\n ): Promise<SourceControlSyncJobStreamsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n sourceControlSyncJobId,\n streamId,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * ListBySyncJobNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param sourceControlName The source control name.\n * @param sourceControlSyncJobId The source control sync job id.\n * @param nextLink The nextLink from the previous successful call to the ListBySyncJob method.\n * @param options The options parameters.\n */\n private _listBySyncJobNext(\n resourceGroupName: string,\n automationAccountName: string,\n sourceControlName: string,\n sourceControlSyncJobId: string,\n nextLink: string,\n options?: SourceControlSyncJobStreamsListBySyncJobNextOptionalParams\n ): Promise<SourceControlSyncJobStreamsListBySyncJobNextResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n sourceControlName,\n sourceControlSyncJobId,\n nextLink,\n options\n },\n listBySyncJobNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySyncJobOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}/sourceControlSyncJobs/{sourceControlSyncJobId}/streams\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlSyncJobStreamsListBySyncJob\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.sourceControlName,\n Parameters.sourceControlSyncJobId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}/sourceControlSyncJobs/{sourceControlSyncJobId}/streams/{streamId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlSyncJobStreamById\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.sourceControlName,\n Parameters.sourceControlSyncJobId,\n Parameters.streamId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySyncJobNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SourceControlSyncJobStreamsListBySyncJob\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink,\n Parameters.sourceControlName,\n Parameters.sourceControlSyncJobId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { AutomationAccountOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n AutomationAccount,\n AutomationAccountListByResourceGroupNextOptionalParams,\n AutomationAccountListByResourceGroupOptionalParams,\n AutomationAccountListNextOptionalParams,\n AutomationAccountListOptionalParams,\n AutomationAccountUpdateParameters,\n AutomationAccountUpdateOptionalParams,\n AutomationAccountUpdateResponse,\n AutomationAccountCreateOrUpdateParameters,\n AutomationAccountCreateOrUpdateOptionalParams,\n AutomationAccountCreateOrUpdateResponse,\n AutomationAccountDeleteOptionalParams,\n AutomationAccountGetOptionalParams,\n AutomationAccountGetResponse,\n AutomationAccountListByResourceGroupResponse,\n AutomationAccountListResponse,\n AutomationAccountListByResourceGroupNextResponse,\n AutomationAccountListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AutomationAccountOperations operations. */\nexport class AutomationAccountOperationsImpl\n implements AutomationAccountOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class AutomationAccountOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of accounts within a given resource group.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: AutomationAccountListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<AutomationAccount> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourceGroupPagingPage(resourceGroupName, options);\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: AutomationAccountListByResourceGroupOptionalParams\n ): AsyncIterableIterator<AutomationAccount[]> {\n let result = await this._listByResourceGroup(resourceGroupName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: AutomationAccountListByResourceGroupOptionalParams\n ): AsyncIterableIterator<AutomationAccount> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Retrieve a list of accounts within a given subscription.\n * @param options The options parameters.\n */\n public list(\n options?: AutomationAccountListOptionalParams\n ): PagedAsyncIterableIterator<AutomationAccount> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: AutomationAccountListOptionalParams\n ): AsyncIterableIterator<AutomationAccount[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: AutomationAccountListOptionalParams\n ): AsyncIterableIterator<AutomationAccount> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Update an automation account.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param parameters Parameters supplied to the update automation account.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n automationAccountName: string,\n parameters: AutomationAccountUpdateParameters,\n options?: AutomationAccountUpdateOptionalParams\n ): Promise<AutomationAccountUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, parameters, options },\n updateOperationSpec\n );\n }\n\n /**\n * Create or update automation account.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param parameters Parameters supplied to the create or update automation account.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n automationAccountName: string,\n parameters: AutomationAccountCreateOrUpdateParameters,\n options?: AutomationAccountCreateOrUpdateOptionalParams\n ): Promise<AutomationAccountCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, parameters, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Delete an automation account.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n automationAccountName: string,\n options?: AutomationAccountDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Get information about an Automation Account.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n options?: AutomationAccountGetOptionalParams\n ): Promise<AutomationAccountGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n getOperationSpec\n );\n }\n\n /**\n * Retrieve a list of accounts within a given resource group.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: AutomationAccountListByResourceGroupOptionalParams\n ): Promise<AutomationAccountListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Retrieve a list of accounts within a given subscription.\n * @param options The options parameters.\n */\n private _list(\n options?: AutomationAccountListOptionalParams\n ): Promise<AutomationAccountListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: AutomationAccountListByResourceGroupNextOptionalParams\n ): Promise<AutomationAccountListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: AutomationAccountListNextOptionalParams\n ): Promise<AutomationAccountListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutomationAccount\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters9,\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutomationAccount\n },\n 201: {\n bodyMapper: Mappers.AutomationAccount\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters10,\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutomationAccount\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutomationAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Automation/automationAccounts\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutomationAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutomationAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AutomationAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { StatisticsOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n Statistics,\n StatisticsListByAutomationAccountOptionalParams,\n StatisticsListByAutomationAccountResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing StatisticsOperations operations. */\nexport class StatisticsOperationsImpl implements StatisticsOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class StatisticsOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve the statistics for the account.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: StatisticsListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<Statistics> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: StatisticsListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Statistics[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: StatisticsListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Statistics> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Retrieve the statistics for the account.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: StatisticsListByAutomationAccountOptionalParams\n ): Promise<StatisticsListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/statistics\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.StatisticsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Usages } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n Usage,\n UsagesListByAutomationAccountOptionalParams,\n UsagesListByAutomationAccountResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Usages operations. */\nexport class UsagesImpl implements Usages {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class Usages class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve the usage for the account id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: UsagesListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<Usage> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: UsagesListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Usage[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: UsagesListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Usage> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Retrieve the usage for the account id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: UsagesListByAutomationAccountOptionalParams\n ): Promise<UsagesListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/usages\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.UsageListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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 { Keys } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n KeysListByAutomationAccountOptionalParams,\n KeysListByAutomationAccountResponse\n} from \"../models\";\n\n/** Class containing Keys operations. */\nexport class KeysImpl implements Keys {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class Keys class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve the automation keys for an account.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: KeysListByAutomationAccountOptionalParams\n ): Promise<KeysListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/listKeys\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.KeyListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { CertificateOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n Certificate,\n CertificateListByAutomationAccountNextOptionalParams,\n CertificateListByAutomationAccountOptionalParams,\n CertificateDeleteOptionalParams,\n CertificateGetOptionalParams,\n CertificateGetResponse,\n CertificateCreateOrUpdateParameters,\n CertificateCreateOrUpdateOptionalParams,\n CertificateCreateOrUpdateResponse,\n CertificateUpdateParameters,\n CertificateUpdateOptionalParams,\n CertificateUpdateResponse,\n CertificateListByAutomationAccountResponse,\n CertificateListByAutomationAccountNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing CertificateOperations operations. */\nexport class CertificateOperationsImpl implements CertificateOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class CertificateOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of certificates.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: CertificateListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<Certificate> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: CertificateListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Certificate[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByAutomationAccountNext(\n resourceGroupName,\n automationAccountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: CertificateListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Certificate> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Delete the certificate.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param certificateName The name of certificate.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n automationAccountName: string,\n certificateName: string,\n options?: CertificateDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, certificateName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Retrieve the certificate identified by certificate name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param certificateName The name of certificate.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n certificateName: string,\n options?: CertificateGetOptionalParams\n ): Promise<CertificateGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, certificateName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create a certificate.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param certificateName The parameters supplied to the create or update certificate operation.\n * @param parameters The parameters supplied to the create or update certificate operation.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n automationAccountName: string,\n certificateName: string,\n parameters: CertificateCreateOrUpdateParameters,\n options?: CertificateCreateOrUpdateOptionalParams\n ): Promise<CertificateCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n certificateName,\n parameters,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Update a certificate.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param certificateName The parameters supplied to the update certificate operation.\n * @param parameters The parameters supplied to the update certificate operation.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n automationAccountName: string,\n certificateName: string,\n parameters: CertificateUpdateParameters,\n options?: CertificateUpdateOptionalParams\n ): Promise<CertificateUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n certificateName,\n parameters,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Retrieve a list of certificates.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: CertificateListByAutomationAccountOptionalParams\n ): Promise<CertificateListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n\n /**\n * ListByAutomationAccountNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nextLink The nextLink from the previous successful call to the ListByAutomationAccount\n * method.\n * @param options The options parameters.\n */\n private _listByAutomationAccountNext(\n resourceGroupName: string,\n automationAccountName: string,\n nextLink: string,\n options?: CertificateListByAutomationAccountNextOptionalParams\n ): Promise<CertificateListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nextLink, options },\n listByAutomationAccountNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/certificates/{certificateName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.certificateName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/certificates/{certificateName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Certificate\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.certificateName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/certificates/{certificateName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Certificate\n },\n 201: {\n bodyMapper: Mappers.Certificate\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters11,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.certificateName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/certificates/{certificateName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Certificate\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters12,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.certificateName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/certificates\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CertificateListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CertificateListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { ConnectionOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n Connection,\n ConnectionListByAutomationAccountNextOptionalParams,\n ConnectionListByAutomationAccountOptionalParams,\n ConnectionDeleteOptionalParams,\n ConnectionGetOptionalParams,\n ConnectionGetResponse,\n ConnectionCreateOrUpdateParameters,\n ConnectionCreateOrUpdateOptionalParams,\n ConnectionCreateOrUpdateResponse,\n ConnectionUpdateParameters,\n ConnectionUpdateOptionalParams,\n ConnectionUpdateResponse,\n ConnectionListByAutomationAccountResponse,\n ConnectionListByAutomationAccountNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ConnectionOperations operations. */\nexport class ConnectionOperationsImpl implements ConnectionOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class ConnectionOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of connections.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: ConnectionListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<Connection> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: ConnectionListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Connection[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByAutomationAccountNext(\n resourceGroupName,\n automationAccountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: ConnectionListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Connection> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Delete the connection.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionName The name of connection.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n automationAccountName: string,\n connectionName: string,\n options?: ConnectionDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, connectionName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Retrieve the connection identified by connection name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionName The name of connection.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n connectionName: string,\n options?: ConnectionGetOptionalParams\n ): Promise<ConnectionGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, connectionName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or update a connection.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionName The parameters supplied to the create or update connection operation.\n * @param parameters The parameters supplied to the create or update connection operation.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n automationAccountName: string,\n connectionName: string,\n parameters: ConnectionCreateOrUpdateParameters,\n options?: ConnectionCreateOrUpdateOptionalParams\n ): Promise<ConnectionCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n connectionName,\n parameters,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Update a connection.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionName The parameters supplied to the update a connection operation.\n * @param parameters The parameters supplied to the update a connection operation.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n automationAccountName: string,\n connectionName: string,\n parameters: ConnectionUpdateParameters,\n options?: ConnectionUpdateOptionalParams\n ): Promise<ConnectionUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n connectionName,\n parameters,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Retrieve a list of connections.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: ConnectionListByAutomationAccountOptionalParams\n ): Promise<ConnectionListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n\n /**\n * ListByAutomationAccountNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nextLink The nextLink from the previous successful call to the ListByAutomationAccount\n * method.\n * @param options The options parameters.\n */\n private _listByAutomationAccountNext(\n resourceGroupName: string,\n automationAccountName: string,\n nextLink: string,\n options?: ConnectionListByAutomationAccountNextOptionalParams\n ): Promise<ConnectionListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nextLink, options },\n listByAutomationAccountNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connections/{connectionName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.connectionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connections/{connectionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Connection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.connectionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connections/{connectionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Connection\n },\n 201: {\n bodyMapper: Mappers.Connection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters13,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.connectionName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connections/{connectionName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Connection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters14,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.connectionName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connections\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { ConnectionTypeOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n ConnectionType,\n ConnectionTypeListByAutomationAccountNextOptionalParams,\n ConnectionTypeListByAutomationAccountOptionalParams,\n ConnectionTypeDeleteOptionalParams,\n ConnectionTypeGetOptionalParams,\n ConnectionTypeGetResponse,\n ConnectionTypeCreateOrUpdateParameters,\n ConnectionTypeCreateOrUpdateOptionalParams,\n ConnectionTypeCreateOrUpdateResponse,\n ConnectionTypeListByAutomationAccountResponse,\n ConnectionTypeListByAutomationAccountNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ConnectionTypeOperations operations. */\nexport class ConnectionTypeOperationsImpl implements ConnectionTypeOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class ConnectionTypeOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of connection types.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: ConnectionTypeListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<ConnectionType> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: ConnectionTypeListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<ConnectionType[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByAutomationAccountNext(\n resourceGroupName,\n automationAccountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: ConnectionTypeListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<ConnectionType> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Delete the connection type.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionTypeName The name of connection type.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n automationAccountName: string,\n connectionTypeName: string,\n options?: ConnectionTypeDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, connectionTypeName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Retrieve the connection type identified by connection type name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionTypeName The name of connection type.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n connectionTypeName: string,\n options?: ConnectionTypeGetOptionalParams\n ): Promise<ConnectionTypeGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, connectionTypeName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create a connection type.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param connectionTypeName The parameters supplied to the create or update connection type operation.\n * @param parameters The parameters supplied to the create or update connection type operation.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n automationAccountName: string,\n connectionTypeName: string,\n parameters: ConnectionTypeCreateOrUpdateParameters,\n options?: ConnectionTypeCreateOrUpdateOptionalParams\n ): Promise<ConnectionTypeCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n connectionTypeName,\n parameters,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Retrieve a list of connection types.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: ConnectionTypeListByAutomationAccountOptionalParams\n ): Promise<ConnectionTypeListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n\n /**\n * ListByAutomationAccountNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nextLink The nextLink from the previous successful call to the ListByAutomationAccount\n * method.\n * @param options The options parameters.\n */\n private _listByAutomationAccountNext(\n resourceGroupName: string,\n automationAccountName: string,\n nextLink: string,\n options?: ConnectionTypeListByAutomationAccountNextOptionalParams\n ): Promise<ConnectionTypeListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nextLink, options },\n listByAutomationAccountNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connectionTypes/{connectionTypeName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.connectionTypeName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connectionTypes/{connectionTypeName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectionType\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.connectionTypeName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connectionTypes/{connectionTypeName}\",\n httpMethod: \"PUT\",\n responses: {\n 201: {\n bodyMapper: Mappers.ConnectionType\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters15,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.connectionTypeName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connectionTypes\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectionTypeListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConnectionTypeListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { CredentialOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n Credential,\n CredentialListByAutomationAccountNextOptionalParams,\n CredentialListByAutomationAccountOptionalParams,\n CredentialDeleteOptionalParams,\n CredentialGetOptionalParams,\n CredentialGetResponse,\n CredentialCreateOrUpdateParameters,\n CredentialCreateOrUpdateOptionalParams,\n CredentialCreateOrUpdateResponse,\n CredentialUpdateParameters,\n CredentialUpdateOptionalParams,\n CredentialUpdateResponse,\n CredentialListByAutomationAccountResponse,\n CredentialListByAutomationAccountNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing CredentialOperations operations. */\nexport class CredentialOperationsImpl implements CredentialOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class CredentialOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of credentials.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: CredentialListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<Credential> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: CredentialListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Credential[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByAutomationAccountNext(\n resourceGroupName,\n automationAccountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: CredentialListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Credential> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Delete the credential.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param credentialName The name of credential.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n automationAccountName: string,\n credentialName: string,\n options?: CredentialDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, credentialName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Retrieve the credential identified by credential name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param credentialName The name of credential.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n credentialName: string,\n options?: CredentialGetOptionalParams\n ): Promise<CredentialGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, credentialName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create a credential.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param credentialName The parameters supplied to the create or update credential operation.\n * @param parameters The parameters supplied to the create or update credential operation.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n automationAccountName: string,\n credentialName: string,\n parameters: CredentialCreateOrUpdateParameters,\n options?: CredentialCreateOrUpdateOptionalParams\n ): Promise<CredentialCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n credentialName,\n parameters,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Update a credential.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param credentialName The parameters supplied to the Update credential operation.\n * @param parameters The parameters supplied to the Update credential operation.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n automationAccountName: string,\n credentialName: string,\n parameters: CredentialUpdateParameters,\n options?: CredentialUpdateOptionalParams\n ): Promise<CredentialUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n credentialName,\n parameters,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Retrieve a list of credentials.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: CredentialListByAutomationAccountOptionalParams\n ): Promise<CredentialListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n\n /**\n * ListByAutomationAccountNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nextLink The nextLink from the previous successful call to the ListByAutomationAccount\n * method.\n * @param options The options parameters.\n */\n private _listByAutomationAccountNext(\n resourceGroupName: string,\n automationAccountName: string,\n nextLink: string,\n options?: CredentialListByAutomationAccountNextOptionalParams\n ): Promise<CredentialListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nextLink, options },\n listByAutomationAccountNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials/{credentialName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.credentialName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials/{credentialName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Credential\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.credentialName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials/{credentialName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Credential\n },\n 201: {\n bodyMapper: Mappers.Credential\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters16,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.credentialName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials/{credentialName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Credential\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters17,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.credentialName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CredentialListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CredentialListResult\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { JobScheduleOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n JobSchedule,\n JobScheduleListByAutomationAccountNextOptionalParams,\n JobScheduleListByAutomationAccountOptionalParams,\n JobScheduleDeleteOptionalParams,\n JobScheduleGetOptionalParams,\n JobScheduleGetResponse,\n JobScheduleCreateParameters,\n JobScheduleCreateOptionalParams,\n JobScheduleCreateResponse,\n JobScheduleListByAutomationAccountResponse,\n JobScheduleListByAutomationAccountNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing JobScheduleOperations operations. */\nexport class JobScheduleOperationsImpl implements JobScheduleOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class JobScheduleOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of job schedules.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: JobScheduleListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<JobSchedule> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: JobScheduleListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<JobSchedule[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByAutomationAccountNext(\n resourceGroupName,\n automationAccountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: JobScheduleListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<JobSchedule> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Delete the job schedule identified by job schedule name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobScheduleId The job schedule name.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n automationAccountName: string,\n jobScheduleId: string,\n options?: JobScheduleDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, jobScheduleId, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Retrieve the job schedule identified by job schedule name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobScheduleId The job schedule name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n jobScheduleId: string,\n options?: JobScheduleGetOptionalParams\n ): Promise<JobScheduleGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, jobScheduleId, options },\n getOperationSpec\n );\n }\n\n /**\n * Create a job schedule.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobScheduleId The job schedule name.\n * @param parameters The parameters supplied to the create job schedule operation.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n automationAccountName: string,\n jobScheduleId: string,\n parameters: JobScheduleCreateParameters,\n options?: JobScheduleCreateOptionalParams\n ): Promise<JobScheduleCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n jobScheduleId,\n parameters,\n options\n },\n createOperationSpec\n );\n }\n\n /**\n * Retrieve a list of job schedules.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: JobScheduleListByAutomationAccountOptionalParams\n ): Promise<JobScheduleListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n\n /**\n * ListByAutomationAccountNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nextLink The nextLink from the previous successful call to the ListByAutomationAccount\n * method.\n * @param options The options parameters.\n */\n private _listByAutomationAccountNext(\n resourceGroupName: string,\n automationAccountName: string,\n nextLink: string,\n options?: JobScheduleListByAutomationAccountNextOptionalParams\n ): Promise<JobScheduleListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nextLink, options },\n listByAutomationAccountNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules/{jobScheduleId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobScheduleId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules/{jobScheduleId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JobSchedule\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobScheduleId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules/{jobScheduleId}\",\n httpMethod: \"PUT\",\n responses: {\n 201: {\n bodyMapper: Mappers.JobSchedule\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters18,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobScheduleId\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JobScheduleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JobScheduleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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 { LinkedWorkspaceOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n LinkedWorkspaceGetOptionalParams,\n LinkedWorkspaceGetResponse\n} from \"../models\";\n\n/** Class containing LinkedWorkspaceOperations operations. */\nexport class LinkedWorkspaceOperationsImpl\n implements LinkedWorkspaceOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class LinkedWorkspaceOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve the linked workspace for the account id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n options?: LinkedWorkspaceGetOptionalParams\n ): Promise<LinkedWorkspaceGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n getOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/linkedWorkspace\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LinkedWorkspace\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { ActivityOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n Activity,\n ActivityListByModuleNextOptionalParams,\n ActivityListByModuleOptionalParams,\n ActivityGetOptionalParams,\n ActivityGetResponse,\n ActivityListByModuleResponse,\n ActivityListByModuleNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ActivityOperations operations. */\nexport class ActivityOperationsImpl implements ActivityOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class ActivityOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of activities in the module identified by module name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param options The options parameters.\n */\n public listByModule(\n resourceGroupName: string,\n automationAccountName: string,\n moduleName: string,\n options?: ActivityListByModuleOptionalParams\n ): PagedAsyncIterableIterator<Activity> {\n const iter = this.listByModulePagingAll(\n resourceGroupName,\n automationAccountName,\n moduleName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByModulePagingPage(\n resourceGroupName,\n automationAccountName,\n moduleName,\n options\n );\n }\n };\n }\n\n private async *listByModulePagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n moduleName: string,\n options?: ActivityListByModuleOptionalParams\n ): AsyncIterableIterator<Activity[]> {\n let result = await this._listByModule(\n resourceGroupName,\n automationAccountName,\n moduleName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByModuleNext(\n resourceGroupName,\n automationAccountName,\n moduleName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByModulePagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n moduleName: string,\n options?: ActivityListByModuleOptionalParams\n ): AsyncIterableIterator<Activity> {\n for await (const page of this.listByModulePagingPage(\n resourceGroupName,\n automationAccountName,\n moduleName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Retrieve the activity in the module identified by module name and activity name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param activityName The name of activity.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n moduleName: string,\n activityName: string,\n options?: ActivityGetOptionalParams\n ): Promise<ActivityGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n moduleName,\n activityName,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * Retrieve a list of activities in the module identified by module name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param options The options parameters.\n */\n private _listByModule(\n resourceGroupName: string,\n automationAccountName: string,\n moduleName: string,\n options?: ActivityListByModuleOptionalParams\n ): Promise<ActivityListByModuleResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, moduleName, options },\n listByModuleOperationSpec\n );\n }\n\n /**\n * ListByModuleNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param nextLink The nextLink from the previous successful call to the ListByModule method.\n * @param options The options parameters.\n */\n private _listByModuleNext(\n resourceGroupName: string,\n automationAccountName: string,\n moduleName: string,\n nextLink: string,\n options?: ActivityListByModuleNextOptionalParams\n ): Promise<ActivityListByModuleNextResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n moduleName,\n nextLink,\n options\n },\n listByModuleNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules/{moduleName}/activities/{activityName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Activity\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.moduleName,\n Parameters.activityName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByModuleOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules/{moduleName}/activities\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ActivityListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.moduleName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByModuleNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ActivityListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink,\n Parameters.moduleName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { ModuleOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n Module,\n ModuleListByAutomationAccountNextOptionalParams,\n ModuleListByAutomationAccountOptionalParams,\n ModuleDeleteOptionalParams,\n ModuleGetOptionalParams,\n ModuleGetResponse,\n ModuleCreateOrUpdateParameters,\n ModuleCreateOrUpdateOptionalParams,\n ModuleCreateOrUpdateResponse,\n ModuleUpdateParameters,\n ModuleUpdateOptionalParams,\n ModuleUpdateResponse,\n ModuleListByAutomationAccountResponse,\n ModuleListByAutomationAccountNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ModuleOperations operations. */\nexport class ModuleOperationsImpl implements ModuleOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class ModuleOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of modules.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: ModuleListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<Module> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: ModuleListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Module[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByAutomationAccountNext(\n resourceGroupName,\n automationAccountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: ModuleListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Module> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Delete the module by name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The module name.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n automationAccountName: string,\n moduleName: string,\n options?: ModuleDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, moduleName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Retrieve the module identified by module name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The module name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n moduleName: string,\n options?: ModuleGetOptionalParams\n ): Promise<ModuleGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, moduleName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or Update the module identified by module name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param parameters The create or update parameters for module.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n automationAccountName: string,\n moduleName: string,\n parameters: ModuleCreateOrUpdateParameters,\n options?: ModuleCreateOrUpdateOptionalParams\n ): Promise<ModuleCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n moduleName,\n parameters,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Update the module identified by module name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param parameters The update parameters for module.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n automationAccountName: string,\n moduleName: string,\n parameters: ModuleUpdateParameters,\n options?: ModuleUpdateOptionalParams\n ): Promise<ModuleUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n moduleName,\n parameters,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Retrieve a list of modules.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: ModuleListByAutomationAccountOptionalParams\n ): Promise<ModuleListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n\n /**\n * ListByAutomationAccountNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nextLink The nextLink from the previous successful call to the ListByAutomationAccount\n * method.\n * @param options The options parameters.\n */\n private _listByAutomationAccountNext(\n resourceGroupName: string,\n automationAccountName: string,\n nextLink: string,\n options?: ModuleListByAutomationAccountNextOptionalParams\n ): Promise<ModuleListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nextLink, options },\n listByAutomationAccountNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules/{moduleName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.moduleName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules/{moduleName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Module\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.moduleName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules/{moduleName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Module\n },\n 201: {\n bodyMapper: Mappers.Module\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters19,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.moduleName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules/{moduleName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Module\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters20,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.moduleName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ModuleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ModuleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { ObjectDataTypes } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n TypeField,\n ObjectDataTypesListFieldsByModuleAndTypeOptionalParams,\n ObjectDataTypesListFieldsByTypeOptionalParams,\n ObjectDataTypesListFieldsByModuleAndTypeResponse,\n ObjectDataTypesListFieldsByTypeResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ObjectDataTypes operations. */\nexport class ObjectDataTypesImpl implements ObjectDataTypes {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class ObjectDataTypes class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of fields of a given type identified by module name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param typeName The name of type.\n * @param options The options parameters.\n */\n public listFieldsByModuleAndType(\n resourceGroupName: string,\n automationAccountName: string,\n moduleName: string,\n typeName: string,\n options?: ObjectDataTypesListFieldsByModuleAndTypeOptionalParams\n ): PagedAsyncIterableIterator<TypeField> {\n const iter = this.listFieldsByModuleAndTypePagingAll(\n resourceGroupName,\n automationAccountName,\n moduleName,\n typeName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listFieldsByModuleAndTypePagingPage(\n resourceGroupName,\n automationAccountName,\n moduleName,\n typeName,\n options\n );\n }\n };\n }\n\n private async *listFieldsByModuleAndTypePagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n moduleName: string,\n typeName: string,\n options?: ObjectDataTypesListFieldsByModuleAndTypeOptionalParams\n ): AsyncIterableIterator<TypeField[]> {\n let result = await this._listFieldsByModuleAndType(\n resourceGroupName,\n automationAccountName,\n moduleName,\n typeName,\n options\n );\n yield result.value || [];\n }\n\n private async *listFieldsByModuleAndTypePagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n moduleName: string,\n typeName: string,\n options?: ObjectDataTypesListFieldsByModuleAndTypeOptionalParams\n ): AsyncIterableIterator<TypeField> {\n for await (const page of this.listFieldsByModuleAndTypePagingPage(\n resourceGroupName,\n automationAccountName,\n moduleName,\n typeName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Retrieve a list of fields of a given type across all accessible modules.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param typeName The name of type.\n * @param options The options parameters.\n */\n public listFieldsByType(\n resourceGroupName: string,\n automationAccountName: string,\n typeName: string,\n options?: ObjectDataTypesListFieldsByTypeOptionalParams\n ): PagedAsyncIterableIterator<TypeField> {\n const iter = this.listFieldsByTypePagingAll(\n resourceGroupName,\n automationAccountName,\n typeName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listFieldsByTypePagingPage(\n resourceGroupName,\n automationAccountName,\n typeName,\n options\n );\n }\n };\n }\n\n private async *listFieldsByTypePagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n typeName: string,\n options?: ObjectDataTypesListFieldsByTypeOptionalParams\n ): AsyncIterableIterator<TypeField[]> {\n let result = await this._listFieldsByType(\n resourceGroupName,\n automationAccountName,\n typeName,\n options\n );\n yield result.value || [];\n }\n\n private async *listFieldsByTypePagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n typeName: string,\n options?: ObjectDataTypesListFieldsByTypeOptionalParams\n ): AsyncIterableIterator<TypeField> {\n for await (const page of this.listFieldsByTypePagingPage(\n resourceGroupName,\n automationAccountName,\n typeName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Retrieve a list of fields of a given type identified by module name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param typeName The name of type.\n * @param options The options parameters.\n */\n private _listFieldsByModuleAndType(\n resourceGroupName: string,\n automationAccountName: string,\n moduleName: string,\n typeName: string,\n options?: ObjectDataTypesListFieldsByModuleAndTypeOptionalParams\n ): Promise<ObjectDataTypesListFieldsByModuleAndTypeResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n moduleName,\n typeName,\n options\n },\n listFieldsByModuleAndTypeOperationSpec\n );\n }\n\n /**\n * Retrieve a list of fields of a given type across all accessible modules.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param typeName The name of type.\n * @param options The options parameters.\n */\n private _listFieldsByType(\n resourceGroupName: string,\n automationAccountName: string,\n typeName: string,\n options?: ObjectDataTypesListFieldsByTypeOptionalParams\n ): Promise<ObjectDataTypesListFieldsByTypeResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, typeName, options },\n listFieldsByTypeOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listFieldsByModuleAndTypeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules/{moduleName}/objectDataTypes/{typeName}/fields\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TypeFieldListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.moduleName,\n Parameters.typeName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listFieldsByTypeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/objectDataTypes/{typeName}/fields\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TypeFieldListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.typeName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Fields } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n TypeField,\n FieldsListByTypeOptionalParams,\n FieldsListByTypeResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Fields operations. */\nexport class FieldsImpl implements Fields {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class Fields class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of fields of a given type identified by module name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param typeName The name of type.\n * @param options The options parameters.\n */\n public listByType(\n resourceGroupName: string,\n automationAccountName: string,\n moduleName: string,\n typeName: string,\n options?: FieldsListByTypeOptionalParams\n ): PagedAsyncIterableIterator<TypeField> {\n const iter = this.listByTypePagingAll(\n resourceGroupName,\n automationAccountName,\n moduleName,\n typeName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByTypePagingPage(\n resourceGroupName,\n automationAccountName,\n moduleName,\n typeName,\n options\n );\n }\n };\n }\n\n private async *listByTypePagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n moduleName: string,\n typeName: string,\n options?: FieldsListByTypeOptionalParams\n ): AsyncIterableIterator<TypeField[]> {\n let result = await this._listByType(\n resourceGroupName,\n automationAccountName,\n moduleName,\n typeName,\n options\n );\n yield result.value || [];\n }\n\n private async *listByTypePagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n moduleName: string,\n typeName: string,\n options?: FieldsListByTypeOptionalParams\n ): AsyncIterableIterator<TypeField> {\n for await (const page of this.listByTypePagingPage(\n resourceGroupName,\n automationAccountName,\n moduleName,\n typeName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Retrieve a list of fields of a given type identified by module name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param moduleName The name of module.\n * @param typeName The name of type.\n * @param options The options parameters.\n */\n private _listByType(\n resourceGroupName: string,\n automationAccountName: string,\n moduleName: string,\n typeName: string,\n options?: FieldsListByTypeOptionalParams\n ): Promise<FieldsListByTypeResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n moduleName,\n typeName,\n options\n },\n listByTypeOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByTypeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/modules/{moduleName}/types/{typeName}/fields\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TypeFieldListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.moduleName,\n Parameters.typeName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { ScheduleOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n Schedule,\n ScheduleListByAutomationAccountNextOptionalParams,\n ScheduleListByAutomationAccountOptionalParams,\n ScheduleCreateOrUpdateParameters,\n ScheduleCreateOrUpdateOptionalParams,\n ScheduleCreateOrUpdateResponse,\n ScheduleUpdateParameters,\n ScheduleUpdateOptionalParams,\n ScheduleUpdateResponse,\n ScheduleGetOptionalParams,\n ScheduleGetResponse,\n ScheduleDeleteOptionalParams,\n ScheduleListByAutomationAccountResponse,\n ScheduleListByAutomationAccountNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ScheduleOperations operations. */\nexport class ScheduleOperationsImpl implements ScheduleOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class ScheduleOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of schedules.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: ScheduleListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<Schedule> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: ScheduleListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Schedule[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByAutomationAccountNext(\n resourceGroupName,\n automationAccountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: ScheduleListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Schedule> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Create a schedule.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param scheduleName The schedule name.\n * @param parameters The parameters supplied to the create or update schedule operation.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n automationAccountName: string,\n scheduleName: string,\n parameters: ScheduleCreateOrUpdateParameters,\n options?: ScheduleCreateOrUpdateOptionalParams\n ): Promise<ScheduleCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n scheduleName,\n parameters,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Update the schedule identified by schedule name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param scheduleName The schedule name.\n * @param parameters The parameters supplied to the update schedule operation.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n automationAccountName: string,\n scheduleName: string,\n parameters: ScheduleUpdateParameters,\n options?: ScheduleUpdateOptionalParams\n ): Promise<ScheduleUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n scheduleName,\n parameters,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Retrieve the schedule identified by schedule name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param scheduleName The schedule name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n scheduleName: string,\n options?: ScheduleGetOptionalParams\n ): Promise<ScheduleGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, scheduleName, options },\n getOperationSpec\n );\n }\n\n /**\n * Delete the schedule identified by schedule name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param scheduleName The schedule name.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n automationAccountName: string,\n scheduleName: string,\n options?: ScheduleDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, scheduleName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Retrieve a list of schedules.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: ScheduleListByAutomationAccountOptionalParams\n ): Promise<ScheduleListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n\n /**\n * ListByAutomationAccountNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nextLink The nextLink from the previous successful call to the ListByAutomationAccount\n * method.\n * @param options The options parameters.\n */\n private _listByAutomationAccountNext(\n resourceGroupName: string,\n automationAccountName: string,\n nextLink: string,\n options?: ScheduleListByAutomationAccountNextOptionalParams\n ): Promise<ScheduleListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nextLink, options },\n listByAutomationAccountNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules/{scheduleName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n 201: {\n bodyMapper: Mappers.Schedule\n },\n 409: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters21,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.scheduleName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules/{scheduleName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters22,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.scheduleName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules/{scheduleName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.scheduleName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules/{scheduleName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.scheduleName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { VariableOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n Variable,\n VariableListByAutomationAccountNextOptionalParams,\n VariableListByAutomationAccountOptionalParams,\n VariableCreateOrUpdateParameters,\n VariableCreateOrUpdateOptionalParams,\n VariableCreateOrUpdateResponse,\n VariableUpdateParameters,\n VariableUpdateOptionalParams,\n VariableUpdateResponse,\n VariableDeleteOptionalParams,\n VariableGetOptionalParams,\n VariableGetResponse,\n VariableListByAutomationAccountResponse,\n VariableListByAutomationAccountNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing VariableOperations operations. */\nexport class VariableOperationsImpl implements VariableOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class VariableOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of variables.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: VariableListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<Variable> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: VariableListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Variable[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByAutomationAccountNext(\n resourceGroupName,\n automationAccountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: VariableListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Variable> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Create a variable.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param variableName The variable name.\n * @param parameters The parameters supplied to the create or update variable operation.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n automationAccountName: string,\n variableName: string,\n parameters: VariableCreateOrUpdateParameters,\n options?: VariableCreateOrUpdateOptionalParams\n ): Promise<VariableCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n variableName,\n parameters,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Update a variable.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param variableName The variable name.\n * @param parameters The parameters supplied to the update variable operation.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n automationAccountName: string,\n variableName: string,\n parameters: VariableUpdateParameters,\n options?: VariableUpdateOptionalParams\n ): Promise<VariableUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n variableName,\n parameters,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Delete the variable.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param variableName The name of variable.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n automationAccountName: string,\n variableName: string,\n options?: VariableDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, variableName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Retrieve the variable identified by variable name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param variableName The name of variable.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n variableName: string,\n options?: VariableGetOptionalParams\n ): Promise<VariableGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, variableName, options },\n getOperationSpec\n );\n }\n\n /**\n * Retrieve a list of variables.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: VariableListByAutomationAccountOptionalParams\n ): Promise<VariableListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n\n /**\n * ListByAutomationAccountNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nextLink The nextLink from the previous successful call to the ListByAutomationAccount\n * method.\n * @param options The options parameters.\n */\n private _listByAutomationAccountNext(\n resourceGroupName: string,\n automationAccountName: string,\n nextLink: string,\n options?: VariableListByAutomationAccountNextOptionalParams\n ): Promise<VariableListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nextLink, options },\n listByAutomationAccountNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/variables/{variableName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Variable\n },\n 201: {\n bodyMapper: Mappers.Variable\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters23,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.variableName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/variables/{variableName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Variable\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters24,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.variableName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/variables/{variableName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.variableName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/variables/{variableName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Variable\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.variableName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/variables\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.VariableListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.VariableListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { WatcherOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n Watcher,\n WatcherListByAutomationAccountNextOptionalParams,\n WatcherListByAutomationAccountOptionalParams,\n WatcherCreateOrUpdateOptionalParams,\n WatcherCreateOrUpdateResponse,\n WatcherGetOptionalParams,\n WatcherGetResponse,\n WatcherUpdateParameters,\n WatcherUpdateOptionalParams,\n WatcherUpdateResponse,\n WatcherDeleteOptionalParams,\n WatcherStartOptionalParams,\n WatcherStopOptionalParams,\n WatcherListByAutomationAccountResponse,\n WatcherListByAutomationAccountNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing WatcherOperations operations. */\nexport class WatcherOperationsImpl implements WatcherOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class WatcherOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of watchers.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: WatcherListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<Watcher> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: WatcherListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Watcher[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByAutomationAccountNext(\n resourceGroupName,\n automationAccountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: WatcherListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Watcher> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Create the watcher identified by watcher name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param parameters The create or update parameters for watcher.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n automationAccountName: string,\n watcherName: string,\n parameters: Watcher,\n options?: WatcherCreateOrUpdateOptionalParams\n ): Promise<WatcherCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n watcherName,\n parameters,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Retrieve the watcher identified by watcher name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n watcherName: string,\n options?: WatcherGetOptionalParams\n ): Promise<WatcherGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, watcherName, options },\n getOperationSpec\n );\n }\n\n /**\n * Update the watcher identified by watcher name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param parameters The update parameters for watcher.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n automationAccountName: string,\n watcherName: string,\n parameters: WatcherUpdateParameters,\n options?: WatcherUpdateOptionalParams\n ): Promise<WatcherUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n watcherName,\n parameters,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Delete the watcher by name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n automationAccountName: string,\n watcherName: string,\n options?: WatcherDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, watcherName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Resume the watcher identified by watcher name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param options The options parameters.\n */\n start(\n resourceGroupName: string,\n automationAccountName: string,\n watcherName: string,\n options?: WatcherStartOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, watcherName, options },\n startOperationSpec\n );\n }\n\n /**\n * Resume the watcher identified by watcher name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param watcherName The watcher name.\n * @param options The options parameters.\n */\n stop(\n resourceGroupName: string,\n automationAccountName: string,\n watcherName: string,\n options?: WatcherStopOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, watcherName, options },\n stopOperationSpec\n );\n }\n\n /**\n * Retrieve a list of watchers.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: WatcherListByAutomationAccountOptionalParams\n ): Promise<WatcherListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n\n /**\n * ListByAutomationAccountNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nextLink The nextLink from the previous successful call to the ListByAutomationAccount\n * method.\n * @param options The options parameters.\n */\n private _listByAutomationAccountNext(\n resourceGroupName: string,\n automationAccountName: string,\n nextLink: string,\n options?: WatcherListByAutomationAccountNextOptionalParams\n ): Promise<WatcherListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nextLink, options },\n listByAutomationAccountNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Watcher\n },\n 201: {\n bodyMapper: Mappers.Watcher\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters25,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.watcherName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Watcher\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.watcherName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Watcher\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters26,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.watcherName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.watcherName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst startOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}/start\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.watcherName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst stopOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}/stop\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.watcherName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WatcherListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WatcherListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { DscConfigurationOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n DscConfiguration,\n DscConfigurationListByAutomationAccountNextOptionalParams,\n DscConfigurationListByAutomationAccountOptionalParams,\n DscConfigurationDeleteOptionalParams,\n DscConfigurationGetOptionalParams,\n DscConfigurationGetResponse,\n DscConfigurationCreateOrUpdate$textOptionalParams,\n DscConfigurationCreateOrUpdateParameters,\n DscConfigurationCreateOrUpdate$jsonOptionalParams,\n DscConfigurationCreateOrUpdateResponse,\n DscConfigurationUpdate$textOptionalParams,\n DscConfigurationUpdate$jsonOptionalParams,\n DscConfigurationUpdateResponse,\n DscConfigurationGetContentOptionalParams,\n DscConfigurationGetContentResponse,\n DscConfigurationListByAutomationAccountResponse,\n DscConfigurationListByAutomationAccountNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing DscConfigurationOperations operations. */\nexport class DscConfigurationOperationsImpl\n implements DscConfigurationOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class DscConfigurationOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of configurations.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: DscConfigurationListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<DscConfiguration> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: DscConfigurationListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<DscConfiguration[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByAutomationAccountNext(\n resourceGroupName,\n automationAccountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: DscConfigurationListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<DscConfiguration> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Delete the dsc configuration identified by configuration name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The configuration name.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n automationAccountName: string,\n configurationName: string,\n options?: DscConfigurationDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, configurationName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Retrieve the configuration identified by configuration name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The configuration name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n configurationName: string,\n options?: DscConfigurationGetOptionalParams\n ): Promise<DscConfigurationGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, configurationName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create the configuration identified by configuration name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The create or update parameters for configuration.\n * @param contentType Upload file type\n * @param parameters The create or update parameters for configuration.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n automationAccountName: string,\n configurationName: string,\n contentType: \"text/plain; charset=utf-8\",\n parameters: string,\n options?: DscConfigurationCreateOrUpdate$textOptionalParams\n ): Promise<DscConfigurationCreateOrUpdateResponse>;\n /**\n * Create the configuration identified by configuration name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The create or update parameters for configuration.\n * @param contentType Body Parameter content-type\n * @param parameters The create or update parameters for configuration.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n automationAccountName: string,\n configurationName: string,\n contentType: \"application/json\",\n parameters: DscConfigurationCreateOrUpdateParameters,\n options?: DscConfigurationCreateOrUpdate$jsonOptionalParams\n ): Promise<DscConfigurationCreateOrUpdateResponse>;\n /**\n * Create the configuration identified by configuration name.\n * @param args Includes all the parameters for this operation.\n */\n createOrUpdate(\n ...args:\n | [\n string,\n string,\n string,\n \"text/plain; charset=utf-8\",\n string,\n DscConfigurationCreateOrUpdate$textOptionalParams?\n ]\n | [\n string,\n string,\n string,\n \"application/json\",\n DscConfigurationCreateOrUpdateParameters,\n DscConfigurationCreateOrUpdate$jsonOptionalParams?\n ]\n ): Promise<DscConfigurationCreateOrUpdateResponse> {\n let operationSpec: coreClient.OperationSpec;\n let operationArguments: coreClient.OperationArguments;\n let options;\n if (args[3] === \"text/plain; charset=utf-8\") {\n operationSpec = createOrUpdate$textOperationSpec;\n operationArguments = {\n resourceGroupName: args[0],\n automationAccountName: args[1],\n configurationName: args[2],\n contentType: args[3],\n parameters: args[4],\n options: args[5]\n };\n options = args[5];\n } else if (args[3] === \"application/json\") {\n operationSpec = createOrUpdate$jsonOperationSpec;\n operationArguments = {\n resourceGroupName: args[0],\n automationAccountName: args[1],\n configurationName: args[2],\n contentType: args[3],\n parameters: args[4],\n options: args[5]\n };\n options = args[5];\n } else {\n throw new TypeError(\n `\"contentType\" must be a valid value but instead was \"${args[3]}\".`\n );\n }\n operationArguments.options = options || {};\n return this.client.sendOperationRequest(operationArguments, operationSpec);\n }\n\n /**\n * Create the configuration identified by configuration name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The create or update parameters for configuration.\n * @param contentType Upload file type\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n automationAccountName: string,\n configurationName: string,\n contentType: \"text/plain; charset=utf-8\",\n options?: DscConfigurationUpdate$textOptionalParams\n ): Promise<DscConfigurationUpdateResponse>;\n /**\n * Create the configuration identified by configuration name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The create or update parameters for configuration.\n * @param contentType Body Parameter content-type\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n automationAccountName: string,\n configurationName: string,\n contentType: \"application/json\",\n options?: DscConfigurationUpdate$jsonOptionalParams\n ): Promise<DscConfigurationUpdateResponse>;\n /**\n * Create the configuration identified by configuration name.\n * @param args Includes all the parameters for this operation.\n */\n update(\n ...args:\n | [\n string,\n string,\n string,\n \"text/plain; charset=utf-8\",\n DscConfigurationUpdate$textOptionalParams?\n ]\n | [\n string,\n string,\n string,\n \"application/json\",\n DscConfigurationUpdate$jsonOptionalParams?\n ]\n ): Promise<DscConfigurationUpdateResponse> {\n let operationSpec: coreClient.OperationSpec;\n let operationArguments: coreClient.OperationArguments;\n let options;\n if (args[3] === \"text/plain; charset=utf-8\") {\n operationSpec = update$textOperationSpec;\n operationArguments = {\n resourceGroupName: args[0],\n automationAccountName: args[1],\n configurationName: args[2],\n contentType: args[3],\n options: args[4]\n };\n options = args[4];\n } else if (args[3] === \"application/json\") {\n operationSpec = update$jsonOperationSpec;\n operationArguments = {\n resourceGroupName: args[0],\n automationAccountName: args[1],\n configurationName: args[2],\n contentType: args[3],\n options: args[4]\n };\n options = args[4];\n } else {\n throw new TypeError(\n `\"contentType\" must be a valid value but instead was \"${args[3]}\".`\n );\n }\n operationArguments.options = options || {};\n return this.client.sendOperationRequest(operationArguments, operationSpec);\n }\n\n /**\n * Retrieve the configuration script identified by configuration name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param configurationName The configuration name.\n * @param options The options parameters.\n */\n getContent(\n resourceGroupName: string,\n automationAccountName: string,\n configurationName: string,\n options?: DscConfigurationGetContentOptionalParams\n ): Promise<DscConfigurationGetContentResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, configurationName, options },\n getContentOperationSpec\n );\n }\n\n /**\n * Retrieve a list of configurations.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: DscConfigurationListByAutomationAccountOptionalParams\n ): Promise<DscConfigurationListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n\n /**\n * ListByAutomationAccountNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nextLink The nextLink from the previous successful call to the ListByAutomationAccount\n * method.\n * @param options The options parameters.\n */\n private _listByAutomationAccountNext(\n resourceGroupName: string,\n automationAccountName: string,\n nextLink: string,\n options?: DscConfigurationListByAutomationAccountNextOptionalParams\n ): Promise<DscConfigurationListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nextLink, options },\n listByAutomationAccountNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/configurations/{configurationName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.configurationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/configurations/{configurationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DscConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.configurationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdate$textOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/configurations/{configurationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.DscConfiguration\n },\n 201: {\n bodyMapper: Mappers.DscConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters27,\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.configurationName\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType1,\n Parameters.accept1\n ],\n mediaType: \"text\",\n serializer\n};\nconst createOrUpdate$jsonOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/configurations/{configurationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.DscConfiguration\n },\n 201: {\n bodyMapper: Mappers.DscConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters28,\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.configurationName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType2],\n mediaType: \"json\",\n serializer\n};\nconst update$textOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/configurations/{configurationName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.DscConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters29,\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.configurationName\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType1,\n Parameters.accept1\n ],\n mediaType: \"text\",\n serializer\n};\nconst update$jsonOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/configurations/{configurationName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.DscConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters30,\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.configurationName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType2],\n mediaType: \"json\",\n serializer\n};\nconst getContentOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/configurations/{configurationName}/content\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: { type: { name: \"String\" } }\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.configurationName\n ],\n headerParameters: [Parameters.accept2],\n serializer\n};\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/configurations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DscConfigurationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.filter,\n Parameters.skip,\n Parameters.top,\n Parameters.inlinecount,\n Parameters.apiVersion2\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DscConfigurationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.filter,\n Parameters.skip,\n Parameters.top,\n Parameters.inlinecount,\n Parameters.apiVersion2\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { JobOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n JobCollectionItem,\n JobListByAutomationAccountNextOptionalParams,\n JobListByAutomationAccountOptionalParams,\n JobGetOutputOptionalParams,\n JobGetOutputResponse,\n JobGetRunbookContentOptionalParams,\n JobGetRunbookContentResponse,\n JobSuspendOptionalParams,\n JobStopOptionalParams,\n JobGetOptionalParams,\n JobGetResponse,\n JobCreateParameters,\n JobCreateOptionalParams,\n JobCreateResponse,\n JobListByAutomationAccountResponse,\n JobResumeOptionalParams,\n JobListByAutomationAccountNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing JobOperations operations. */\nexport class JobOperationsImpl implements JobOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class JobOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of jobs.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: JobListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<JobCollectionItem> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: JobListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<JobCollectionItem[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByAutomationAccountNext(\n resourceGroupName,\n automationAccountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: JobListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<JobCollectionItem> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Retrieve the job output identified by job name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The name of the job to be created.\n * @param options The options parameters.\n */\n getOutput(\n resourceGroupName: string,\n automationAccountName: string,\n jobName: string,\n options?: JobGetOutputOptionalParams\n ): Promise<JobGetOutputResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, jobName, options },\n getOutputOperationSpec\n );\n }\n\n /**\n * Retrieve the runbook content of the job identified by job name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param options The options parameters.\n */\n getRunbookContent(\n resourceGroupName: string,\n automationAccountName: string,\n jobName: string,\n options?: JobGetRunbookContentOptionalParams\n ): Promise<JobGetRunbookContentResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, jobName, options },\n getRunbookContentOperationSpec\n );\n }\n\n /**\n * Suspend the job identified by job name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param options The options parameters.\n */\n suspend(\n resourceGroupName: string,\n automationAccountName: string,\n jobName: string,\n options?: JobSuspendOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, jobName, options },\n suspendOperationSpec\n );\n }\n\n /**\n * Stop the job identified by jobName.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param options The options parameters.\n */\n stop(\n resourceGroupName: string,\n automationAccountName: string,\n jobName: string,\n options?: JobStopOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, jobName, options },\n stopOperationSpec\n );\n }\n\n /**\n * Retrieve the job identified by job name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n jobName: string,\n options?: JobGetOptionalParams\n ): Promise<JobGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, jobName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create a job of the runbook.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param parameters The parameters supplied to the create job operation.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n automationAccountName: string,\n jobName: string,\n parameters: JobCreateParameters,\n options?: JobCreateOptionalParams\n ): Promise<JobCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n jobName,\n parameters,\n options\n },\n createOperationSpec\n );\n }\n\n /**\n * Retrieve a list of jobs.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: JobListByAutomationAccountOptionalParams\n ): Promise<JobListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n\n /**\n * Resume the job identified by jobName.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param options The options parameters.\n */\n resume(\n resourceGroupName: string,\n automationAccountName: string,\n jobName: string,\n options?: JobResumeOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, jobName, options },\n resumeOperationSpec\n );\n }\n\n /**\n * ListByAutomationAccountNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nextLink The nextLink from the previous successful call to the ListByAutomationAccount\n * method.\n * @param options The options parameters.\n */\n private _listByAutomationAccountNext(\n resourceGroupName: string,\n automationAccountName: string,\n nextLink: string,\n options?: JobListByAutomationAccountNextOptionalParams\n ): Promise<JobListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nextLink, options },\n listByAutomationAccountNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOutputOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}/output\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: { type: { name: \"String\" } }\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobName\n ],\n headerParameters: [Parameters.accept3, Parameters.clientRequestId],\n serializer\n};\nconst getRunbookContentOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}/runbookContent\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: { type: { name: \"String\" } }\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobName\n ],\n headerParameters: [Parameters.accept2, Parameters.clientRequestId],\n serializer\n};\nconst suspendOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}/suspend\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobName\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer\n};\nconst stopOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}/stop\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobName\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Job\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobName\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}\",\n httpMethod: \"PUT\",\n responses: {\n 201: {\n bodyMapper: Mappers.Job\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters31,\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobName\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType,\n Parameters.clientRequestId\n ],\n mediaType: \"json\",\n serializer\n};\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JobListResultV2\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer\n};\nconst resumeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}/resume\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobName\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer\n};\nconst listByAutomationAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JobListResultV2\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { JobStreamOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n JobStream,\n JobStreamListByJobNextOptionalParams,\n JobStreamListByJobOptionalParams,\n JobStreamGetOptionalParams,\n JobStreamGetResponse,\n JobStreamListByJobResponse,\n JobStreamListByJobNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing JobStreamOperations operations. */\nexport class JobStreamOperationsImpl implements JobStreamOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class JobStreamOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of jobs streams identified by job name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param options The options parameters.\n */\n public listByJob(\n resourceGroupName: string,\n automationAccountName: string,\n jobName: string,\n options?: JobStreamListByJobOptionalParams\n ): PagedAsyncIterableIterator<JobStream> {\n const iter = this.listByJobPagingAll(\n resourceGroupName,\n automationAccountName,\n jobName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByJobPagingPage(\n resourceGroupName,\n automationAccountName,\n jobName,\n options\n );\n }\n };\n }\n\n private async *listByJobPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n jobName: string,\n options?: JobStreamListByJobOptionalParams\n ): AsyncIterableIterator<JobStream[]> {\n let result = await this._listByJob(\n resourceGroupName,\n automationAccountName,\n jobName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByJobNext(\n resourceGroupName,\n automationAccountName,\n jobName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByJobPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n jobName: string,\n options?: JobStreamListByJobOptionalParams\n ): AsyncIterableIterator<JobStream> {\n for await (const page of this.listByJobPagingPage(\n resourceGroupName,\n automationAccountName,\n jobName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Retrieve the job stream identified by job stream id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param jobStreamId The job stream id.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n jobName: string,\n jobStreamId: string,\n options?: JobStreamGetOptionalParams\n ): Promise<JobStreamGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n jobName,\n jobStreamId,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * Retrieve a list of jobs streams identified by job name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param options The options parameters.\n */\n private _listByJob(\n resourceGroupName: string,\n automationAccountName: string,\n jobName: string,\n options?: JobStreamListByJobOptionalParams\n ): Promise<JobStreamListByJobResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, jobName, options },\n listByJobOperationSpec\n );\n }\n\n /**\n * ListByJobNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param jobName The job name.\n * @param nextLink The nextLink from the previous successful call to the ListByJob method.\n * @param options The options parameters.\n */\n private _listByJobNext(\n resourceGroupName: string,\n automationAccountName: string,\n jobName: string,\n nextLink: string,\n options?: JobStreamListByJobNextOptionalParams\n ): Promise<JobStreamListByJobNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, jobName, nextLink, options },\n listByJobNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}/streams/{jobStreamId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JobStream\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobStreamId,\n Parameters.jobName\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer\n};\nconst listByJobOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}/streams\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JobStreamListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobName\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer\n};\nconst listByJobNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JobStreamListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink,\n Parameters.jobName\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n Operation,\n OperationsListOptionalParams,\n OperationsListResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Lists all of the available Automation REST API operations.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation[]> {\n let result = await this._list(options);\n yield result.value || [];\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists all of the available Automation REST API operations.\n * @param options The options parameters.\n */\n private _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.Automation/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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 { SoftwareUpdateConfigurations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n SoftwareUpdateConfiguration,\n SoftwareUpdateConfigurationsCreateOptionalParams,\n SoftwareUpdateConfigurationsCreateResponse,\n SoftwareUpdateConfigurationsGetByNameOptionalParams,\n SoftwareUpdateConfigurationsGetByNameResponse,\n SoftwareUpdateConfigurationsDeleteOptionalParams,\n SoftwareUpdateConfigurationsListOptionalParams,\n SoftwareUpdateConfigurationsListResponse\n} from \"../models\";\n\n/** Class containing SoftwareUpdateConfigurations operations. */\nexport class SoftwareUpdateConfigurationsImpl\n implements SoftwareUpdateConfigurations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class SoftwareUpdateConfigurations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Create a new software update configuration with the name given in the URI.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param softwareUpdateConfigurationName The name of the software update configuration to be created.\n * @param parameters Request body.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n automationAccountName: string,\n softwareUpdateConfigurationName: string,\n parameters: SoftwareUpdateConfiguration,\n options?: SoftwareUpdateConfigurationsCreateOptionalParams\n ): Promise<SoftwareUpdateConfigurationsCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n softwareUpdateConfigurationName,\n parameters,\n options\n },\n createOperationSpec\n );\n }\n\n /**\n * Get a single software update configuration by name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param softwareUpdateConfigurationName The name of the software update configuration to be created.\n * @param options The options parameters.\n */\n getByName(\n resourceGroupName: string,\n automationAccountName: string,\n softwareUpdateConfigurationName: string,\n options?: SoftwareUpdateConfigurationsGetByNameOptionalParams\n ): Promise<SoftwareUpdateConfigurationsGetByNameResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n softwareUpdateConfigurationName,\n options\n },\n getByNameOperationSpec\n );\n }\n\n /**\n * delete a specific software update configuration.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param softwareUpdateConfigurationName The name of the software update configuration to be created.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n automationAccountName: string,\n softwareUpdateConfigurationName: string,\n options?: SoftwareUpdateConfigurationsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n softwareUpdateConfigurationName,\n options\n },\n deleteOperationSpec\n );\n }\n\n /**\n * Get all software update configurations for the account.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n automationAccountName: string,\n options?: SoftwareUpdateConfigurationsListOptionalParams\n ): Promise<SoftwareUpdateConfigurationsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurations/{softwareUpdateConfigurationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.SoftwareUpdateConfiguration\n },\n 201: {\n bodyMapper: Mappers.SoftwareUpdateConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters33,\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.softwareUpdateConfigurationName\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType,\n Parameters.clientRequestId\n ],\n mediaType: \"json\",\n serializer\n};\nconst getByNameOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurations/{softwareUpdateConfigurationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SoftwareUpdateConfiguration\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.softwareUpdateConfigurationName\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurations/{softwareUpdateConfigurationName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.softwareUpdateConfigurationName\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SoftwareUpdateConfigurationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer\n};\n","/*\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 { SoftwareUpdateConfigurationRuns } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n SoftwareUpdateConfigurationRunsGetByIdOptionalParams,\n SoftwareUpdateConfigurationRunsGetByIdResponse,\n SoftwareUpdateConfigurationRunsListOptionalParams,\n SoftwareUpdateConfigurationRunsListResponse\n} from \"../models\";\n\n/** Class containing SoftwareUpdateConfigurationRuns operations. */\nexport class SoftwareUpdateConfigurationRunsImpl\n implements SoftwareUpdateConfigurationRuns {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class SoftwareUpdateConfigurationRuns class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Get a single software update configuration Run by Id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param softwareUpdateConfigurationRunId The Id of the software update configuration run.\n * @param options The options parameters.\n */\n getById(\n resourceGroupName: string,\n automationAccountName: string,\n softwareUpdateConfigurationRunId: string,\n options?: SoftwareUpdateConfigurationRunsGetByIdOptionalParams\n ): Promise<SoftwareUpdateConfigurationRunsGetByIdResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n softwareUpdateConfigurationRunId,\n options\n },\n getByIdOperationSpec\n );\n }\n\n /**\n * Return list of software update configuration runs\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n automationAccountName: string,\n options?: SoftwareUpdateConfigurationRunsListOptionalParams\n ): Promise<SoftwareUpdateConfigurationRunsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getByIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationRuns/{softwareUpdateConfigurationRunId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SoftwareUpdateConfigurationRun\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.softwareUpdateConfigurationRunId\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationRuns\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SoftwareUpdateConfigurationRunListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.filter,\n Parameters.apiVersion2,\n Parameters.skip1,\n Parameters.top1\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer\n};\n","/*\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 { SoftwareUpdateConfigurationMachineRuns } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams,\n SoftwareUpdateConfigurationMachineRunsGetByIdResponse,\n SoftwareUpdateConfigurationMachineRunsListOptionalParams,\n SoftwareUpdateConfigurationMachineRunsListResponse\n} from \"../models\";\n\n/** Class containing SoftwareUpdateConfigurationMachineRuns operations. */\nexport class SoftwareUpdateConfigurationMachineRunsImpl\n implements SoftwareUpdateConfigurationMachineRuns {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class SoftwareUpdateConfigurationMachineRuns class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Get a single software update configuration machine run by Id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param softwareUpdateConfigurationMachineRunId The Id of the software update configuration machine\n * run.\n * @param options The options parameters.\n */\n getById(\n resourceGroupName: string,\n automationAccountName: string,\n softwareUpdateConfigurationMachineRunId: string,\n options?: SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams\n ): Promise<SoftwareUpdateConfigurationMachineRunsGetByIdResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n softwareUpdateConfigurationMachineRunId,\n options\n },\n getByIdOperationSpec\n );\n }\n\n /**\n * Return list of software update configuration machine runs\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n automationAccountName: string,\n options?: SoftwareUpdateConfigurationMachineRunsListOptionalParams\n ): Promise<SoftwareUpdateConfigurationMachineRunsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getByIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationMachineRuns/{softwareUpdateConfigurationMachineRunId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SoftwareUpdateConfigurationMachineRun\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion2],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.softwareUpdateConfigurationMachineRunId\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationMachineRuns\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SoftwareUpdateConfigurationMachineRunListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.filter,\n Parameters.apiVersion2,\n Parameters.skip1,\n Parameters.top1\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept, Parameters.clientRequestId],\n serializer\n};\n","/*\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 { RunbookDraftOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n RunbookDraftGetContentOptionalParams,\n RunbookDraftGetContentResponse,\n RunbookDraftReplaceContentOptionalParams,\n RunbookDraftReplaceContentResponse,\n RunbookDraftGetOptionalParams,\n RunbookDraftGetResponse,\n RunbookDraftUndoEditOptionalParams,\n RunbookDraftUndoEditResponse\n} from \"../models\";\n\n/** Class containing RunbookDraftOperations operations. */\nexport class RunbookDraftOperationsImpl implements RunbookDraftOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class RunbookDraftOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve the content of runbook draft identified by runbook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The options parameters.\n */\n getContent(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n options?: RunbookDraftGetContentOptionalParams\n ): Promise<RunbookDraftGetContentResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, runbookName, options },\n getContentOperationSpec\n );\n }\n\n /**\n * Replaces the runbook draft content.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param runbookContent The runbook draft content.\n * @param options The options parameters.\n */\n async beginReplaceContent(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n runbookContent: string,\n options?: RunbookDraftReplaceContentOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<RunbookDraftReplaceContentResponse>,\n RunbookDraftReplaceContentResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<RunbookDraftReplaceContentResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n runbookContent,\n options\n },\n replaceContentOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Replaces the runbook draft content.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param runbookContent The runbook draft content.\n * @param options The options parameters.\n */\n async beginReplaceContentAndWait(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n runbookContent: string,\n options?: RunbookDraftReplaceContentOptionalParams\n ): Promise<RunbookDraftReplaceContentResponse> {\n const poller = await this.beginReplaceContent(\n resourceGroupName,\n automationAccountName,\n runbookName,\n runbookContent,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Retrieve the runbook draft identified by runbook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n options?: RunbookDraftGetOptionalParams\n ): Promise<RunbookDraftGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, runbookName, options },\n getOperationSpec\n );\n }\n\n /**\n * Undo draft edit to last known published state identified by runbook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The options parameters.\n */\n undoEdit(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n options?: RunbookDraftUndoEditOptionalParams\n ): Promise<RunbookDraftUndoEditResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, runbookName, options },\n undoEditOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getContentOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/content\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: { type: { name: \"Stream\" } }\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n headerParameters: [Parameters.accept2],\n serializer\n};\nconst replaceContentOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/content\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: { type: { name: \"Stream\" }, serializedName: \"parsedResponse\" }\n },\n 201: {\n bodyMapper: { type: { name: \"Stream\" }, serializedName: \"parsedResponse\" }\n },\n 202: {\n bodyMapper: { type: { name: \"Stream\" }, serializedName: \"parsedResponse\" }\n },\n 204: {\n bodyMapper: { type: { name: \"Stream\" }, serializedName: \"parsedResponse\" }\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.runbookContent,\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n headerParameters: [Parameters.accept1, Parameters.contentType3],\n mediaType: \"text\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RunbookDraft\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst undoEditOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/undoEdit\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.RunbookDraftUndoEditResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { RunbookOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n Runbook,\n RunbookListByAutomationAccountNextOptionalParams,\n RunbookListByAutomationAccountOptionalParams,\n RunbookPublishOptionalParams,\n RunbookPublishResponse,\n RunbookGetContentOptionalParams,\n RunbookGetContentResponse,\n RunbookGetOptionalParams,\n RunbookGetResponse,\n RunbookCreateOrUpdateParameters,\n RunbookCreateOrUpdateOptionalParams,\n RunbookCreateOrUpdateResponse,\n RunbookUpdateParameters,\n RunbookUpdateOptionalParams,\n RunbookUpdateResponse,\n RunbookDeleteOptionalParams,\n RunbookListByAutomationAccountResponse,\n RunbookListByAutomationAccountNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing RunbookOperations operations. */\nexport class RunbookOperationsImpl implements RunbookOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class RunbookOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of runbooks.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: RunbookListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<Runbook> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: RunbookListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Runbook[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByAutomationAccountNext(\n resourceGroupName,\n automationAccountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: RunbookListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Runbook> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Publish runbook draft.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The parameters supplied to the publish runbook operation.\n * @param options The options parameters.\n */\n async beginPublish(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n options?: RunbookPublishOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<RunbookPublishResponse>,\n RunbookPublishResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<RunbookPublishResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, automationAccountName, runbookName, options },\n publishOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Publish runbook draft.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The parameters supplied to the publish runbook operation.\n * @param options The options parameters.\n */\n async beginPublishAndWait(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n options?: RunbookPublishOptionalParams\n ): Promise<RunbookPublishResponse> {\n const poller = await this.beginPublish(\n resourceGroupName,\n automationAccountName,\n runbookName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Retrieve the content of runbook identified by runbook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The options parameters.\n */\n getContent(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n options?: RunbookGetContentOptionalParams\n ): Promise<RunbookGetContentResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, runbookName, options },\n getContentOperationSpec\n );\n }\n\n /**\n * Retrieve the runbook identified by runbook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n options?: RunbookGetOptionalParams\n ): Promise<RunbookGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, runbookName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create the runbook identified by runbook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param parameters The create or update parameters for runbook. Provide either content link for a\n * published runbook or draft, not both.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n parameters: RunbookCreateOrUpdateParameters,\n options?: RunbookCreateOrUpdateOptionalParams\n ): Promise<RunbookCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n parameters,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Update the runbook identified by runbook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param parameters The update parameters for runbook.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n parameters: RunbookUpdateParameters,\n options?: RunbookUpdateOptionalParams\n ): Promise<RunbookUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n parameters,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Delete the runbook by name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n options?: RunbookDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, runbookName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Retrieve a list of runbooks.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: RunbookListByAutomationAccountOptionalParams\n ): Promise<RunbookListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n\n /**\n * ListByAutomationAccountNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nextLink The nextLink from the previous successful call to the ListByAutomationAccount\n * method.\n * @param options The options parameters.\n */\n private _listByAutomationAccountNext(\n resourceGroupName: string,\n automationAccountName: string,\n nextLink: string,\n options?: RunbookListByAutomationAccountNextOptionalParams\n ): Promise<RunbookListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nextLink, options },\n listByAutomationAccountNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst publishOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/publish\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n headersMapper: Mappers.RunbookPublishHeaders\n },\n 201: {\n headersMapper: Mappers.RunbookPublishHeaders\n },\n 202: {\n headersMapper: Mappers.RunbookPublishHeaders\n },\n 204: {\n headersMapper: Mappers.RunbookPublishHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getContentOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/content\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: { type: { name: \"Stream\" } }\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n headerParameters: [Parameters.accept2],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Runbook\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Runbook\n },\n 201: {\n bodyMapper: Mappers.Runbook\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters34,\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Runbook\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters35,\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RunbookListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.RunbookListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { TestJobStreams } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n JobStream,\n TestJobStreamsListByTestJobNextOptionalParams,\n TestJobStreamsListByTestJobOptionalParams,\n TestJobStreamsGetOptionalParams,\n TestJobStreamsGetResponse,\n TestJobStreamsListByTestJobResponse,\n TestJobStreamsListByTestJobNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing TestJobStreams operations. */\nexport class TestJobStreamsImpl implements TestJobStreams {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class TestJobStreams class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of test job streams identified by runbook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The options parameters.\n */\n public listByTestJob(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n options?: TestJobStreamsListByTestJobOptionalParams\n ): PagedAsyncIterableIterator<JobStream> {\n const iter = this.listByTestJobPagingAll(\n resourceGroupName,\n automationAccountName,\n runbookName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByTestJobPagingPage(\n resourceGroupName,\n automationAccountName,\n runbookName,\n options\n );\n }\n };\n }\n\n private async *listByTestJobPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n options?: TestJobStreamsListByTestJobOptionalParams\n ): AsyncIterableIterator<JobStream[]> {\n let result = await this._listByTestJob(\n resourceGroupName,\n automationAccountName,\n runbookName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByTestJobNext(\n resourceGroupName,\n automationAccountName,\n runbookName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByTestJobPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n options?: TestJobStreamsListByTestJobOptionalParams\n ): AsyncIterableIterator<JobStream> {\n for await (const page of this.listByTestJobPagingPage(\n resourceGroupName,\n automationAccountName,\n runbookName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Retrieve a test job stream of the test job identified by runbook name and stream id.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param jobStreamId The job stream id.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n jobStreamId: string,\n options?: TestJobStreamsGetOptionalParams\n ): Promise<TestJobStreamsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n jobStreamId,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * Retrieve a list of test job streams identified by runbook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The options parameters.\n */\n private _listByTestJob(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n options?: TestJobStreamsListByTestJobOptionalParams\n ): Promise<TestJobStreamsListByTestJobResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, runbookName, options },\n listByTestJobOperationSpec\n );\n }\n\n /**\n * ListByTestJobNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param nextLink The nextLink from the previous successful call to the ListByTestJob method.\n * @param options The options parameters.\n */\n private _listByTestJobNext(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n nextLink: string,\n options?: TestJobStreamsListByTestJobNextOptionalParams\n ): Promise<TestJobStreamsListByTestJobNextResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n nextLink,\n options\n },\n listByTestJobNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/testJob/streams/{jobStreamId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JobStream\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.jobStreamId,\n Parameters.runbookName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByTestJobOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/testJob/streams\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JobStreamListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByTestJobNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.JobStreamListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink,\n Parameters.runbookName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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 { TestJobOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n TestJobCreateParameters,\n TestJobCreateOptionalParams,\n TestJobCreateResponse,\n TestJobGetOptionalParams,\n TestJobGetResponse,\n TestJobResumeOptionalParams,\n TestJobStopOptionalParams,\n TestJobSuspendOptionalParams\n} from \"../models\";\n\n/** Class containing TestJobOperations operations. */\nexport class TestJobOperationsImpl implements TestJobOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class TestJobOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Create a test job of the runbook.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The parameters supplied to the create test job operation.\n * @param parameters The parameters supplied to the create test job operation.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n parameters: TestJobCreateParameters,\n options?: TestJobCreateOptionalParams\n ): Promise<TestJobCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n runbookName,\n parameters,\n options\n },\n createOperationSpec\n );\n }\n\n /**\n * Retrieve the test job for the specified runbook.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n options?: TestJobGetOptionalParams\n ): Promise<TestJobGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, runbookName, options },\n getOperationSpec\n );\n }\n\n /**\n * Resume the test job.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The options parameters.\n */\n resume(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n options?: TestJobResumeOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, runbookName, options },\n resumeOperationSpec\n );\n }\n\n /**\n * Stop the test job.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The options parameters.\n */\n stop(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n options?: TestJobStopOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, runbookName, options },\n stopOperationSpec\n );\n }\n\n /**\n * Suspend the test job.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param runbookName The runbook name.\n * @param options The options parameters.\n */\n suspend(\n resourceGroupName: string,\n automationAccountName: string,\n runbookName: string,\n options?: TestJobSuspendOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, runbookName, options },\n suspendOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/testJob\",\n httpMethod: \"PUT\",\n responses: {\n 201: {\n bodyMapper: Mappers.TestJob\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters36,\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/testJob\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TestJob\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst resumeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/testJob/resume\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst stopOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/testJob/stop\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst suspendOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/testJob/suspend\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.runbookName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { WebhookOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n Webhook,\n WebhookListByAutomationAccountNextOptionalParams,\n WebhookListByAutomationAccountOptionalParams,\n WebhookGenerateUriOptionalParams,\n WebhookGenerateUriResponse,\n WebhookDeleteOptionalParams,\n WebhookGetOptionalParams,\n WebhookGetResponse,\n WebhookCreateOrUpdateParameters,\n WebhookCreateOrUpdateOptionalParams,\n WebhookCreateOrUpdateResponse,\n WebhookUpdateParameters,\n WebhookUpdateOptionalParams,\n WebhookUpdateResponse,\n WebhookListByAutomationAccountResponse,\n WebhookListByAutomationAccountNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing WebhookOperations operations. */\nexport class WebhookOperationsImpl implements WebhookOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class WebhookOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of webhooks.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: WebhookListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<Webhook> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: WebhookListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Webhook[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByAutomationAccountNext(\n resourceGroupName,\n automationAccountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: WebhookListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<Webhook> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Generates a Uri for use in creating a webhook.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n generateUri(\n resourceGroupName: string,\n automationAccountName: string,\n options?: WebhookGenerateUriOptionalParams\n ): Promise<WebhookGenerateUriResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n generateUriOperationSpec\n );\n }\n\n /**\n * Delete the webhook by name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param webhookName The webhook name.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n automationAccountName: string,\n webhookName: string,\n options?: WebhookDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, webhookName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Retrieve the webhook identified by webhook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param webhookName The webhook name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n webhookName: string,\n options?: WebhookGetOptionalParams\n ): Promise<WebhookGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, webhookName, options },\n getOperationSpec\n );\n }\n\n /**\n * Create the webhook identified by webhook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param webhookName The webhook name.\n * @param parameters The create or update parameters for webhook.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n automationAccountName: string,\n webhookName: string,\n parameters: WebhookCreateOrUpdateParameters,\n options?: WebhookCreateOrUpdateOptionalParams\n ): Promise<WebhookCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n webhookName,\n parameters,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Update the webhook identified by webhook name.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param webhookName The webhook name.\n * @param parameters The update parameters for webhook.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n automationAccountName: string,\n webhookName: string,\n parameters: WebhookUpdateParameters,\n options?: WebhookUpdateOptionalParams\n ): Promise<WebhookUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n webhookName,\n parameters,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Retrieve a list of webhooks.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: WebhookListByAutomationAccountOptionalParams\n ): Promise<WebhookListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n\n /**\n * ListByAutomationAccountNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nextLink The nextLink from the previous successful call to the ListByAutomationAccount\n * method.\n * @param options The options parameters.\n */\n private _listByAutomationAccountNext(\n resourceGroupName: string,\n automationAccountName: string,\n nextLink: string,\n options?: WebhookListByAutomationAccountNextOptionalParams\n ): Promise<WebhookListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nextLink, options },\n listByAutomationAccountNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst generateUriOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/generateUri\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: { type: { name: \"String\" } }\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion4],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion4],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.webhookName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Webhook\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion4],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.webhookName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Webhook\n },\n 201: {\n bodyMapper: Mappers.Webhook\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters37,\n queryParameters: [Parameters.apiVersion4],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.webhookName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Webhook\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters38,\n queryParameters: [Parameters.apiVersion4],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.webhookName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WebhookListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion4],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.WebhookListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion4],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { HybridRunbookWorkers } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n HybridRunbookWorker,\n HybridRunbookWorkersListByHybridRunbookWorkerGroupNextOptionalParams,\n HybridRunbookWorkersListByHybridRunbookWorkerGroupOptionalParams,\n HybridRunbookWorkersDeleteOptionalParams,\n HybridRunbookWorkersGetOptionalParams,\n HybridRunbookWorkersGetResponse,\n HybridRunbookWorkerCreateParameters,\n HybridRunbookWorkersCreateOptionalParams,\n HybridRunbookWorkersCreateResponse,\n HybridRunbookWorkerMoveParameters,\n HybridRunbookWorkersMoveOptionalParams,\n HybridRunbookWorkersListByHybridRunbookWorkerGroupResponse,\n HybridRunbookWorkersListByHybridRunbookWorkerGroupNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing HybridRunbookWorkers operations. */\nexport class HybridRunbookWorkersImpl implements HybridRunbookWorkers {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class HybridRunbookWorkers class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of hybrid runbook workers.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param hybridRunbookWorkerGroupName The hybrid runbook worker group name\n * @param options The options parameters.\n */\n public listByHybridRunbookWorkerGroup(\n resourceGroupName: string,\n automationAccountName: string,\n hybridRunbookWorkerGroupName: string,\n options?: HybridRunbookWorkersListByHybridRunbookWorkerGroupOptionalParams\n ): PagedAsyncIterableIterator<HybridRunbookWorker> {\n const iter = this.listByHybridRunbookWorkerGroupPagingAll(\n resourceGroupName,\n automationAccountName,\n hybridRunbookWorkerGroupName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByHybridRunbookWorkerGroupPagingPage(\n resourceGroupName,\n automationAccountName,\n hybridRunbookWorkerGroupName,\n options\n );\n }\n };\n }\n\n private async *listByHybridRunbookWorkerGroupPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n hybridRunbookWorkerGroupName: string,\n options?: HybridRunbookWorkersListByHybridRunbookWorkerGroupOptionalParams\n ): AsyncIterableIterator<HybridRunbookWorker[]> {\n let result = await this._listByHybridRunbookWorkerGroup(\n resourceGroupName,\n automationAccountName,\n hybridRunbookWorkerGroupName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByHybridRunbookWorkerGroupNext(\n resourceGroupName,\n automationAccountName,\n hybridRunbookWorkerGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByHybridRunbookWorkerGroupPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n hybridRunbookWorkerGroupName: string,\n options?: HybridRunbookWorkersListByHybridRunbookWorkerGroupOptionalParams\n ): AsyncIterableIterator<HybridRunbookWorker> {\n for await (const page of this.listByHybridRunbookWorkerGroupPagingPage(\n resourceGroupName,\n automationAccountName,\n hybridRunbookWorkerGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Delete a hybrid runbook worker.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param hybridRunbookWorkerGroupName The hybrid runbook worker group name\n * @param hybridRunbookWorkerId The hybrid runbook worker id\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n automationAccountName: string,\n hybridRunbookWorkerGroupName: string,\n hybridRunbookWorkerId: string,\n options?: HybridRunbookWorkersDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n hybridRunbookWorkerGroupName,\n hybridRunbookWorkerId,\n options\n },\n deleteOperationSpec\n );\n }\n\n /**\n * Retrieve a hybrid runbook worker.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param hybridRunbookWorkerGroupName The hybrid runbook worker group name\n * @param hybridRunbookWorkerId The hybrid runbook worker id\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n hybridRunbookWorkerGroupName: string,\n hybridRunbookWorkerId: string,\n options?: HybridRunbookWorkersGetOptionalParams\n ): Promise<HybridRunbookWorkersGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n hybridRunbookWorkerGroupName,\n hybridRunbookWorkerId,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * Create a hybrid runbook worker.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param hybridRunbookWorkerGroupName The hybrid runbook worker group name\n * @param hybridRunbookWorkerId The hybrid runbook worker id\n * @param hybridRunbookWorkerCreationParameters The create or update parameters for hybrid runbook\n * worker.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n automationAccountName: string,\n hybridRunbookWorkerGroupName: string,\n hybridRunbookWorkerId: string,\n hybridRunbookWorkerCreationParameters: HybridRunbookWorkerCreateParameters,\n options?: HybridRunbookWorkersCreateOptionalParams\n ): Promise<HybridRunbookWorkersCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n hybridRunbookWorkerGroupName,\n hybridRunbookWorkerId,\n hybridRunbookWorkerCreationParameters,\n options\n },\n createOperationSpec\n );\n }\n\n /**\n * Move a hybrid worker to a different group.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param hybridRunbookWorkerGroupName The hybrid runbook worker group name\n * @param hybridRunbookWorkerId The hybrid runbook worker id\n * @param hybridRunbookWorkerMoveParameters The hybrid runbook worker move parameters\n * @param options The options parameters.\n */\n move(\n resourceGroupName: string,\n automationAccountName: string,\n hybridRunbookWorkerGroupName: string,\n hybridRunbookWorkerId: string,\n hybridRunbookWorkerMoveParameters: HybridRunbookWorkerMoveParameters,\n options?: HybridRunbookWorkersMoveOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n hybridRunbookWorkerGroupName,\n hybridRunbookWorkerId,\n hybridRunbookWorkerMoveParameters,\n options\n },\n moveOperationSpec\n );\n }\n\n /**\n * Retrieve a list of hybrid runbook workers.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param hybridRunbookWorkerGroupName The hybrid runbook worker group name\n * @param options The options parameters.\n */\n private _listByHybridRunbookWorkerGroup(\n resourceGroupName: string,\n automationAccountName: string,\n hybridRunbookWorkerGroupName: string,\n options?: HybridRunbookWorkersListByHybridRunbookWorkerGroupOptionalParams\n ): Promise<HybridRunbookWorkersListByHybridRunbookWorkerGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n hybridRunbookWorkerGroupName,\n options\n },\n listByHybridRunbookWorkerGroupOperationSpec\n );\n }\n\n /**\n * ListByHybridRunbookWorkerGroupNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param hybridRunbookWorkerGroupName The hybrid runbook worker group name\n * @param nextLink The nextLink from the previous successful call to the ListByHybridRunbookWorkerGroup\n * method.\n * @param options The options parameters.\n */\n private _listByHybridRunbookWorkerGroupNext(\n resourceGroupName: string,\n automationAccountName: string,\n hybridRunbookWorkerGroupName: string,\n nextLink: string,\n options?: HybridRunbookWorkersListByHybridRunbookWorkerGroupNextOptionalParams\n ): Promise<HybridRunbookWorkersListByHybridRunbookWorkerGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n hybridRunbookWorkerGroupName,\n nextLink,\n options\n },\n listByHybridRunbookWorkerGroupNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}/hybridRunbookWorkers/{hybridRunbookWorkerId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.hybridRunbookWorkerGroupName,\n Parameters.hybridRunbookWorkerId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}/hybridRunbookWorkers/{hybridRunbookWorkerId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.HybridRunbookWorker\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.hybridRunbookWorkerGroupName,\n Parameters.hybridRunbookWorkerId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}/hybridRunbookWorkers/{hybridRunbookWorkerId}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.HybridRunbookWorker\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.hybridRunbookWorkerCreationParameters,\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.hybridRunbookWorkerGroupName,\n Parameters.hybridRunbookWorkerId\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst moveOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}/hybridRunbookWorkers/{hybridRunbookWorkerId}/move\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.hybridRunbookWorkerMoveParameters,\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.hybridRunbookWorkerGroupName,\n Parameters.hybridRunbookWorkerId\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByHybridRunbookWorkerGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}/hybridRunbookWorkers\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.HybridRunbookWorkersListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.hybridRunbookWorkerGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByHybridRunbookWorkerGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.HybridRunbookWorkersListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink,\n Parameters.hybridRunbookWorkerGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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 { DeletedAutomationAccounts } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n DeletedAutomationAccountsListBySubscriptionOptionalParams,\n DeletedAutomationAccountsListBySubscriptionResponse\n} from \"../models\";\n\n/** Class containing DeletedAutomationAccounts operations. */\nexport class DeletedAutomationAccountsImpl\n implements DeletedAutomationAccounts {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class DeletedAutomationAccounts class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve deleted automation account.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: DeletedAutomationAccountsListBySubscriptionOptionalParams\n ): Promise<DeletedAutomationAccountsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.Automation/deletedAutomationAccounts\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DeletedAutomationAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion5],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { HybridRunbookWorkerGroupOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { AutomationClient } from \"../automationClient\";\nimport {\n HybridRunbookWorkerGroup,\n HybridRunbookWorkerGroupListByAutomationAccountNextOptionalParams,\n HybridRunbookWorkerGroupListByAutomationAccountOptionalParams,\n HybridRunbookWorkerGroupDeleteOptionalParams,\n HybridRunbookWorkerGroupGetOptionalParams,\n HybridRunbookWorkerGroupGetResponse,\n HybridRunbookWorkerGroupCreateOrUpdateParameters,\n HybridRunbookWorkerGroupCreateOptionalParams,\n HybridRunbookWorkerGroupCreateResponse,\n HybridRunbookWorkerGroupUpdateOptionalParams,\n HybridRunbookWorkerGroupUpdateResponse,\n HybridRunbookWorkerGroupListByAutomationAccountResponse,\n HybridRunbookWorkerGroupListByAutomationAccountNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing HybridRunbookWorkerGroupOperations operations. */\nexport class HybridRunbookWorkerGroupOperationsImpl\n implements HybridRunbookWorkerGroupOperations {\n private readonly client: AutomationClient;\n\n /**\n * Initialize a new instance of the class HybridRunbookWorkerGroupOperations class.\n * @param client Reference to the service client\n */\n constructor(client: AutomationClient) {\n this.client = client;\n }\n\n /**\n * Retrieve a list of hybrid runbook worker groups.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n public listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: HybridRunbookWorkerGroupListByAutomationAccountOptionalParams\n ): PagedAsyncIterableIterator<HybridRunbookWorkerGroup> {\n const iter = this.listByAutomationAccountPagingAll(\n resourceGroupName,\n automationAccountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n );\n }\n };\n }\n\n private async *listByAutomationAccountPagingPage(\n resourceGroupName: string,\n automationAccountName: string,\n options?: HybridRunbookWorkerGroupListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<HybridRunbookWorkerGroup[]> {\n let result = await this._listByAutomationAccount(\n resourceGroupName,\n automationAccountName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByAutomationAccountNext(\n resourceGroupName,\n automationAccountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByAutomationAccountPagingAll(\n resourceGroupName: string,\n automationAccountName: string,\n options?: HybridRunbookWorkerGroupListByAutomationAccountOptionalParams\n ): AsyncIterableIterator<HybridRunbookWorkerGroup> {\n for await (const page of this.listByAutomationAccountPagingPage(\n resourceGroupName,\n automationAccountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Delete a hybrid runbook worker group.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param hybridRunbookWorkerGroupName The hybrid runbook worker group name\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n automationAccountName: string,\n hybridRunbookWorkerGroupName: string,\n options?: HybridRunbookWorkerGroupDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n hybridRunbookWorkerGroupName,\n options\n },\n deleteOperationSpec\n );\n }\n\n /**\n * Retrieve a hybrid runbook worker group.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param hybridRunbookWorkerGroupName The hybrid runbook worker group name\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n automationAccountName: string,\n hybridRunbookWorkerGroupName: string,\n options?: HybridRunbookWorkerGroupGetOptionalParams\n ): Promise<HybridRunbookWorkerGroupGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n hybridRunbookWorkerGroupName,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * Create a hybrid runbook worker group.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param hybridRunbookWorkerGroupName The hybrid runbook worker group name\n * @param hybridRunbookWorkerGroupCreationParameters The create or update parameters for hybrid runbook\n * worker group.\n * @param options The options parameters.\n */\n create(\n resourceGroupName: string,\n automationAccountName: string,\n hybridRunbookWorkerGroupName: string,\n hybridRunbookWorkerGroupCreationParameters: HybridRunbookWorkerGroupCreateOrUpdateParameters,\n options?: HybridRunbookWorkerGroupCreateOptionalParams\n ): Promise<HybridRunbookWorkerGroupCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n hybridRunbookWorkerGroupName,\n hybridRunbookWorkerGroupCreationParameters,\n options\n },\n createOperationSpec\n );\n }\n\n /**\n * Update a hybrid runbook worker group.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param hybridRunbookWorkerGroupName The hybrid runbook worker group name\n * @param hybridRunbookWorkerGroupUpdationParameters The hybrid runbook worker group\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n automationAccountName: string,\n hybridRunbookWorkerGroupName: string,\n hybridRunbookWorkerGroupUpdationParameters: HybridRunbookWorkerGroupCreateOrUpdateParameters,\n options?: HybridRunbookWorkerGroupUpdateOptionalParams\n ): Promise<HybridRunbookWorkerGroupUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n automationAccountName,\n hybridRunbookWorkerGroupName,\n hybridRunbookWorkerGroupUpdationParameters,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Retrieve a list of hybrid runbook worker groups.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param options The options parameters.\n */\n private _listByAutomationAccount(\n resourceGroupName: string,\n automationAccountName: string,\n options?: HybridRunbookWorkerGroupListByAutomationAccountOptionalParams\n ): Promise<HybridRunbookWorkerGroupListByAutomationAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, options },\n listByAutomationAccountOperationSpec\n );\n }\n\n /**\n * ListByAutomationAccountNext\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param nextLink The nextLink from the previous successful call to the ListByAutomationAccount\n * method.\n * @param options The options parameters.\n */\n private _listByAutomationAccountNext(\n resourceGroupName: string,\n automationAccountName: string,\n nextLink: string,\n options?: HybridRunbookWorkerGroupListByAutomationAccountNextOptionalParams\n ): Promise<HybridRunbookWorkerGroupListByAutomationAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, automationAccountName, nextLink, options },\n listByAutomationAccountNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.hybridRunbookWorkerGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.HybridRunbookWorkerGroup\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.hybridRunbookWorkerGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.HybridRunbookWorkerGroup\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.hybridRunbookWorkerGroupCreationParameters,\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.hybridRunbookWorkerGroupName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.HybridRunbookWorkerGroup\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.hybridRunbookWorkerGroupUpdationParameters,\n queryParameters: [Parameters.apiVersion6],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.hybridRunbookWorkerGroupName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByAutomationAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.HybridRunbookWorkerGroupsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion6],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAutomationAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.HybridRunbookWorkerGroupsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.filter, Parameters.apiVersion6],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\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\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n PrivateEndpointConnectionsImpl,\n PrivateLinkResourcesImpl,\n Python2PackageImpl,\n AgentRegistrationInformationImpl,\n DscNodeOperationsImpl,\n NodeReportsImpl,\n DscNodeConfigurationOperationsImpl,\n DscCompilationJobOperationsImpl,\n DscCompilationJobStreamImpl,\n NodeCountInformationImpl,\n SourceControlOperationsImpl,\n SourceControlSyncJobOperationsImpl,\n SourceControlSyncJobStreamsImpl,\n AutomationAccountOperationsImpl,\n StatisticsOperationsImpl,\n UsagesImpl,\n KeysImpl,\n CertificateOperationsImpl,\n ConnectionOperationsImpl,\n ConnectionTypeOperationsImpl,\n CredentialOperationsImpl,\n JobScheduleOperationsImpl,\n LinkedWorkspaceOperationsImpl,\n ActivityOperationsImpl,\n ModuleOperationsImpl,\n ObjectDataTypesImpl,\n FieldsImpl,\n ScheduleOperationsImpl,\n VariableOperationsImpl,\n WatcherOperationsImpl,\n DscConfigurationOperationsImpl,\n JobOperationsImpl,\n JobStreamOperationsImpl,\n OperationsImpl,\n SoftwareUpdateConfigurationsImpl,\n SoftwareUpdateConfigurationRunsImpl,\n SoftwareUpdateConfigurationMachineRunsImpl,\n RunbookDraftOperationsImpl,\n RunbookOperationsImpl,\n TestJobStreamsImpl,\n TestJobOperationsImpl,\n WebhookOperationsImpl,\n HybridRunbookWorkersImpl,\n DeletedAutomationAccountsImpl,\n HybridRunbookWorkerGroupOperationsImpl\n} from \"./operations\";\nimport {\n PrivateEndpointConnections,\n PrivateLinkResources,\n Python2Package,\n AgentRegistrationInformation,\n DscNodeOperations,\n NodeReports,\n DscNodeConfigurationOperations,\n DscCompilationJobOperations,\n DscCompilationJobStream,\n NodeCountInformation,\n SourceControlOperations,\n SourceControlSyncJobOperations,\n SourceControlSyncJobStreams,\n AutomationAccountOperations,\n StatisticsOperations,\n Usages,\n Keys,\n CertificateOperations,\n ConnectionOperations,\n ConnectionTypeOperations,\n CredentialOperations,\n JobScheduleOperations,\n LinkedWorkspaceOperations,\n ActivityOperations,\n ModuleOperations,\n ObjectDataTypes,\n Fields,\n ScheduleOperations,\n VariableOperations,\n WatcherOperations,\n DscConfigurationOperations,\n JobOperations,\n JobStreamOperations,\n Operations,\n SoftwareUpdateConfigurations,\n SoftwareUpdateConfigurationRuns,\n SoftwareUpdateConfigurationMachineRuns,\n RunbookDraftOperations,\n RunbookOperations,\n TestJobStreams,\n TestJobOperations,\n WebhookOperations,\n HybridRunbookWorkers,\n DeletedAutomationAccounts,\n HybridRunbookWorkerGroupOperations\n} from \"./operationsInterfaces\";\nimport * as Parameters from \"./models/parameters\";\nimport * as Mappers from \"./models/mappers\";\nimport {\n AutomationClientOptionalParams,\n GraphicalRunbookContent,\n ConvertGraphRunbookContentOptionalParams,\n ConvertGraphRunbookContentResponse\n} from \"./models\";\n\nexport class AutomationClient extends coreClient.ServiceClient {\n $host: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the AutomationClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId Gets subscription credentials which uniquely identify Microsoft Azure\n * subscription. The subscription ID forms part of the URI for every service call.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: AutomationClientOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: AutomationClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-automation/11.0.0-beta.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n if (!options.credentialScopes) {\n options.credentialScopes = [\"https://management.azure.com/.default\"];\n }\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n baseUri:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes: `${optionsWithDefaults.credentialScopes}`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge\n }\n })\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);\n this.privateLinkResources = new PrivateLinkResourcesImpl(this);\n this.python2Package = new Python2PackageImpl(this);\n this.agentRegistrationInformation = new AgentRegistrationInformationImpl(\n this\n );\n this.dscNodeOperations = new DscNodeOperationsImpl(this);\n this.nodeReports = new NodeReportsImpl(this);\n this.dscNodeConfigurationOperations = new DscNodeConfigurationOperationsImpl(\n this\n );\n this.dscCompilationJobOperations = new DscCompilationJobOperationsImpl(\n this\n );\n this.dscCompilationJobStream = new DscCompilationJobStreamImpl(this);\n this.nodeCountInformation = new NodeCountInformationImpl(this);\n this.sourceControlOperations = new SourceControlOperationsImpl(this);\n this.sourceControlSyncJobOperations = new SourceControlSyncJobOperationsImpl(\n this\n );\n this.sourceControlSyncJobStreams = new SourceControlSyncJobStreamsImpl(\n this\n );\n this.automationAccountOperations = new AutomationAccountOperationsImpl(\n this\n );\n this.statisticsOperations = new StatisticsOperationsImpl(this);\n this.usages = new UsagesImpl(this);\n this.keys = new KeysImpl(this);\n this.certificateOperations = new CertificateOperationsImpl(this);\n this.connectionOperations = new ConnectionOperationsImpl(this);\n this.connectionTypeOperations = new ConnectionTypeOperationsImpl(this);\n this.credentialOperations = new CredentialOperationsImpl(this);\n this.jobScheduleOperations = new JobScheduleOperationsImpl(this);\n this.linkedWorkspaceOperations = new LinkedWorkspaceOperationsImpl(this);\n this.activityOperations = new ActivityOperationsImpl(this);\n this.moduleOperations = new ModuleOperationsImpl(this);\n this.objectDataTypes = new ObjectDataTypesImpl(this);\n this.fields = new FieldsImpl(this);\n this.scheduleOperations = new ScheduleOperationsImpl(this);\n this.variableOperations = new VariableOperationsImpl(this);\n this.watcherOperations = new WatcherOperationsImpl(this);\n this.dscConfigurationOperations = new DscConfigurationOperationsImpl(this);\n this.jobOperations = new JobOperationsImpl(this);\n this.jobStreamOperations = new JobStreamOperationsImpl(this);\n this.operations = new OperationsImpl(this);\n this.softwareUpdateConfigurations = new SoftwareUpdateConfigurationsImpl(\n this\n );\n this.softwareUpdateConfigurationRuns = new SoftwareUpdateConfigurationRunsImpl(\n this\n );\n this.softwareUpdateConfigurationMachineRuns = new SoftwareUpdateConfigurationMachineRunsImpl(\n this\n );\n this.runbookDraftOperations = new RunbookDraftOperationsImpl(this);\n this.runbookOperations = new RunbookOperationsImpl(this);\n this.testJobStreams = new TestJobStreamsImpl(this);\n this.testJobOperations = new TestJobOperationsImpl(this);\n this.webhookOperations = new WebhookOperationsImpl(this);\n this.hybridRunbookWorkers = new HybridRunbookWorkersImpl(this);\n this.deletedAutomationAccounts = new DeletedAutomationAccountsImpl(this);\n this.hybridRunbookWorkerGroupOperations = new HybridRunbookWorkerGroupOperationsImpl(\n this\n );\n }\n\n /**\n * Post operation to serialize or deserialize GraphRunbookContent\n * @param resourceGroupName Name of an Azure Resource group.\n * @param automationAccountName The name of the automation account.\n * @param parameters Input data describing the graphical runbook.\n * @param options The options parameters.\n */\n convertGraphRunbookContent(\n resourceGroupName: string,\n automationAccountName: string,\n parameters: GraphicalRunbookContent,\n options?: ConvertGraphRunbookContentOptionalParams\n ): Promise<ConvertGraphRunbookContentResponse> {\n return this.sendOperationRequest(\n { resourceGroupName, automationAccountName, parameters, options },\n convertGraphRunbookContentOperationSpec\n );\n }\n\n privateEndpointConnections: PrivateEndpointConnections;\n privateLinkResources: PrivateLinkResources;\n python2Package: Python2Package;\n agentRegistrationInformation: AgentRegistrationInformation;\n dscNodeOperations: DscNodeOperations;\n nodeReports: NodeReports;\n dscNodeConfigurationOperations: DscNodeConfigurationOperations;\n dscCompilationJobOperations: DscCompilationJobOperations;\n dscCompilationJobStream: DscCompilationJobStream;\n nodeCountInformation: NodeCountInformation;\n sourceControlOperations: SourceControlOperations;\n sourceControlSyncJobOperations: SourceControlSyncJobOperations;\n sourceControlSyncJobStreams: SourceControlSyncJobStreams;\n automationAccountOperations: AutomationAccountOperations;\n statisticsOperations: StatisticsOperations;\n usages: Usages;\n keys: Keys;\n certificateOperations: CertificateOperations;\n connectionOperations: ConnectionOperations;\n connectionTypeOperations: ConnectionTypeOperations;\n credentialOperations: CredentialOperations;\n jobScheduleOperations: JobScheduleOperations;\n linkedWorkspaceOperations: LinkedWorkspaceOperations;\n activityOperations: ActivityOperations;\n moduleOperations: ModuleOperations;\n objectDataTypes: ObjectDataTypes;\n fields: Fields;\n scheduleOperations: ScheduleOperations;\n variableOperations: VariableOperations;\n watcherOperations: WatcherOperations;\n dscConfigurationOperations: DscConfigurationOperations;\n jobOperations: JobOperations;\n jobStreamOperations: JobStreamOperations;\n operations: Operations;\n softwareUpdateConfigurations: SoftwareUpdateConfigurations;\n softwareUpdateConfigurationRuns: SoftwareUpdateConfigurationRuns;\n softwareUpdateConfigurationMachineRuns: SoftwareUpdateConfigurationMachineRuns;\n runbookDraftOperations: RunbookDraftOperations;\n runbookOperations: RunbookOperations;\n testJobStreams: TestJobStreams;\n testJobOperations: TestJobOperations;\n webhookOperations: WebhookOperations;\n hybridRunbookWorkers: HybridRunbookWorkers;\n deletedAutomationAccounts: DeletedAutomationAccounts;\n hybridRunbookWorkerGroupOperations: HybridRunbookWorkerGroupOperations;\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst convertGraphRunbookContentOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/convertGraphRunbookContent\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.GraphicalRunbookContent\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters32,\n queryParameters: [Parameters.apiVersion1],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.automationAccountName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\n"],"names":["KnownAgentRegistrationKeyName","KnownContentSourceType","KnownJobProvisioningState","KnownJobStatus","KnownJobStreamType","KnownCountType","KnownSourceType","KnownTokenType","KnownProvisioningState","KnownSyncType","KnownStreamType","KnownSkuNameEnum","KnownAutomationAccountState","KnownCreatedByType","KnownAutomationKeyName","KnownAutomationKeyPermissions","KnownScheduleFrequency","KnownScheduleDay","KnownDscConfigurationState","KnownGraphRunbookType","KnownWindowsUpdateClasses","KnownLinuxUpdateClasses","KnownHttpStatusCode","KnownRunbookTypeEnum","KnownRunbookState","KnownWorkerType","KnownGroupTypeEnum","PrivateEndpointConnectionMapper","PythonPackageCreateParametersMapper","PythonPackageUpdateParametersMapper","AgentRegistrationRegenerateKeyParameterMapper","DscNodeUpdateParametersMapper","DscNodeConfigurationCreateOrUpdateParametersMapper","DscCompilationJobCreateParametersMapper","SourceControlCreateOrUpdateParametersMapper","SourceControlUpdateParametersMapper","SourceControlSyncJobCreateParametersMapper","AutomationAccountUpdateParametersMapper","AutomationAccountCreateOrUpdateParametersMapper","CertificateCreateOrUpdateParametersMapper","CertificateUpdateParametersMapper","ConnectionCreateOrUpdateParametersMapper","ConnectionUpdateParametersMapper","ConnectionTypeCreateOrUpdateParametersMapper","CredentialCreateOrUpdateParametersMapper","CredentialUpdateParametersMapper","JobScheduleCreateParametersMapper","ModuleCreateOrUpdateParametersMapper","ModuleUpdateParametersMapper","ScheduleCreateOrUpdateParametersMapper","ScheduleUpdateParametersMapper","VariableCreateOrUpdateParametersMapper","VariableUpdateParametersMapper","WatcherMapper","WatcherUpdateParametersMapper","DscConfigurationCreateOrUpdateParametersMapper","DscConfigurationUpdateParametersMapper","JobCreateParametersMapper","GraphicalRunbookContentMapper","SoftwareUpdateConfigurationMapper","RunbookCreateOrUpdateParametersMapper","RunbookUpdateParametersMapper","TestJobCreateParametersMapper","WebhookCreateOrUpdateParametersMapper","WebhookUpdateParametersMapper","HybridRunbookWorkerCreateParametersMapper","HybridRunbookWorkerMoveParametersMapper","HybridRunbookWorkerGroupCreateOrUpdateParametersMapper","__rest","__await","__asyncValues","__asyncDelegator","listByAutomationAccountOperationSpec","getOperationSpec","__awaiter","createOrUpdateOperationSpec","LroEngine","deleteOperationSpec","serializer","coreClient","Mappers.PrivateEndpointConnectionListResult","Parameters.apiVersion","Parameters.$host","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.automationAccountName","Parameters.accept","Mappers.PrivateEndpointConnection","Parameters.privateEndpointConnectionName","Mappers.ErrorResponse","Parameters.parameters","Parameters.contentType","Mappers.PrivateLinkResourceListResult","updateOperationSpec","listByAutomationAccountNextOperationSpec","Parameters.packageName","Mappers.Module","Parameters.parameters1","Parameters.parameters2","Mappers.ModuleListResult","Parameters.nextLink","Mappers.AgentRegistration","Parameters.parameters3","Parameters.nodeId","Mappers.DscNode","Parameters.dscNodeUpdateParameters","Mappers.DscNodeListResult","Parameters.filter","Parameters.skip","Parameters.top","Parameters.inlinecount","getContentOperationSpec","Mappers.DscNodeReportListResult","Mappers.DscNodeReport","Parameters.reportId","Parameters.nodeConfigurationName","Mappers.DscNodeConfiguration","Parameters.parameters4","Mappers.DscNodeConfigurationListResult","createOperationSpec","Mappers.DscCompilationJob","Parameters.parameters5","Parameters.compilationJobName","Mappers.DscCompilationJobListResult","Mappers.JobStream","Parameters.jobId","Parameters.jobStreamId","listByJobOperationSpec","Mappers.JobStreamListResult","Mappers.NodeCounts","Parameters.countType","Mappers.SourceControl","Parameters.parameters6","Parameters.sourceControlName","Parameters.parameters7","Mappers.SourceControlListResult","Mappers.SourceControlSyncJob","Parameters.parameters8","Parameters.sourceControlSyncJobId","Mappers.SourceControlSyncJobById","Mappers.SourceControlSyncJobListResult","Mappers.SourceControlSyncJobStreamsListBySyncJob","Mappers.SourceControlSyncJobStreamById","Parameters.streamId","listOperationSpec","Mappers.AutomationAccount","Parameters.parameters9","Parameters.apiVersion1","Parameters.parameters10","Mappers.AutomationAccountListResult","Mappers.StatisticsListResult","Mappers.UsageListResult","Mappers.KeyListResult","Parameters.certificateName","Mappers.Certificate","Parameters.parameters11","Parameters.parameters12","Mappers.CertificateListResult","Parameters.connectionName","Mappers.Connection","Parameters.parameters13","Parameters.parameters14","Mappers.ConnectionListResult","Parameters.connectionTypeName","Mappers.ConnectionType","Parameters.parameters15","Mappers.ConnectionTypeListResult","Parameters.credentialName","Mappers.Credential","Parameters.parameters16","Parameters.parameters17","Mappers.CredentialListResult","Parameters.jobScheduleId","Mappers.JobSchedule","Parameters.parameters18","Mappers.JobScheduleListResult","Mappers.LinkedWorkspace","Mappers.Activity","Parameters.moduleName","Parameters.activityName","Mappers.ActivityListResult","Parameters.parameters19","Parameters.parameters20","Mappers.TypeFieldListResult","Parameters.typeName","Mappers.Schedule","Parameters.parameters21","Parameters.scheduleName","Parameters.parameters22","Mappers.ScheduleListResult","Mappers.Variable","Parameters.parameters23","Parameters.variableName","Parameters.parameters24","Mappers.VariableListResult","stopOperationSpec","Mappers.Watcher","Parameters.parameters25","Parameters.watcherName","Parameters.parameters26","Mappers.WatcherListResult","Parameters.apiVersion2","Parameters.configurationName","Mappers.DscConfiguration","Parameters.parameters27","Parameters.contentType1","Parameters.accept1","Parameters.parameters28","Parameters.contentType2","Parameters.parameters29","Parameters.parameters30","Parameters.accept2","Mappers.DscConfigurationListResult","suspendOperationSpec","resumeOperationSpec","Parameters.jobName","Parameters.accept3","Parameters.clientRequestId","Mappers.Job","Parameters.parameters31","Mappers.JobListResultV2","Mappers.OperationListResult","Mappers.SoftwareUpdateConfiguration","Parameters.parameters33","Parameters.softwareUpdateConfigurationName","Mappers.SoftwareUpdateConfigurationListResult","getByIdOperationSpec","Mappers.SoftwareUpdateConfigurationRun","Parameters.softwareUpdateConfigurationRunId","Mappers.SoftwareUpdateConfigurationRunListResult","Parameters.skip1","Parameters.top1","Mappers.SoftwareUpdateConfigurationMachineRun","Parameters.softwareUpdateConfigurationMachineRunId","Mappers.SoftwareUpdateConfigurationMachineRunListResult","Parameters.apiVersion3","Parameters.runbookName","Parameters.runbookContent","Parameters.contentType3","Mappers.RunbookDraft","Mappers.RunbookDraftUndoEditResult","Mappers.RunbookPublishHeaders","Mappers.Runbook","Parameters.parameters34","Parameters.parameters35","Mappers.RunbookListResult","Mappers.TestJob","Parameters.parameters36","Parameters.apiVersion4","Parameters.webhookName","Mappers.Webhook","Parameters.parameters37","Parameters.parameters38","Mappers.WebhookListResult","Parameters.hybridRunbookWorkerGroupName","Parameters.hybridRunbookWorkerId","Mappers.HybridRunbookWorker","Parameters.hybridRunbookWorkerCreationParameters","Parameters.hybridRunbookWorkerMoveParameters","Mappers.HybridRunbookWorkersListResult","Mappers.DeletedAutomationAccountListResult","Parameters.apiVersion5","Parameters.apiVersion6","Mappers.HybridRunbookWorkerGroup","Parameters.hybridRunbookWorkerGroupCreationParameters","Parameters.hybridRunbookWorkerGroupUpdationParameters","Mappers.HybridRunbookWorkerGroupsListResult","coreRestPipeline","Mappers.GraphicalRunbookContent","Parameters.parameters32"],"mappings":"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"}