@azure/arm-automation 11.0.0-beta.4 → 11.0.0-beta.5

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 (2673) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  4. package/dist/browser/automationClient.d.ts +70 -0
  5. package/dist/browser/automationClient.d.ts.map +1 -0
  6. package/dist/browser/automationClient.js +204 -0
  7. package/dist/browser/automationClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/lroImpl.js +33 -0
  13. package/dist/browser/lroImpl.js.map +1 -0
  14. package/dist/browser/models/index.d.ts +4342 -0
  15. package/dist/browser/models/index.d.ts.map +1 -0
  16. package/dist/browser/models/index.js.map +1 -0
  17. package/dist/browser/models/mappers.js +6918 -0
  18. package/dist/browser/models/mappers.js.map +1 -0
  19. package/dist/browser/models/parameters.js +811 -0
  20. package/dist/browser/models/parameters.js.map +1 -0
  21. package/dist/browser/operations/activityOperations.d.ts +50 -0
  22. package/dist/browser/operations/activityOperations.d.ts.map +1 -0
  23. package/dist/browser/operations/activityOperations.js +184 -0
  24. package/dist/browser/operations/activityOperations.js.map +1 -0
  25. package/dist/browser/operations/agentRegistrationInformation.d.ts +28 -0
  26. package/dist/browser/operations/agentRegistrationInformation.d.ts.map +1 -0
  27. package/dist/browser/operations/agentRegistrationInformation.js +87 -0
  28. package/dist/browser/operations/agentRegistrationInformation.js.map +1 -0
  29. package/dist/browser/operations/automationAccountOperations.d.ts +83 -0
  30. package/dist/browser/operations/automationAccountOperations.d.ts.map +1 -0
  31. package/dist/browser/operations/automationAccountOperations.js +350 -0
  32. package/dist/browser/operations/automationAccountOperations.js.map +1 -0
  33. package/dist/browser/operations/certificateOperations.d.ts +73 -0
  34. package/dist/browser/operations/certificateOperations.d.ts.map +1 -0
  35. package/dist/browser/operations/certificateOperations.js +281 -0
  36. package/dist/browser/operations/certificateOperations.js.map +1 -0
  37. package/dist/browser/operations/connectionOperations.d.ts +73 -0
  38. package/dist/browser/operations/connectionOperations.d.ts.map +1 -0
  39. package/dist/browser/operations/connectionOperations.js +282 -0
  40. package/dist/browser/operations/connectionOperations.js.map +1 -0
  41. package/dist/browser/operations/connectionTypeOperations.d.ts +64 -0
  42. package/dist/browser/operations/connectionTypeOperations.d.ts.map +1 -0
  43. package/dist/browser/operations/connectionTypeOperations.js +238 -0
  44. package/dist/browser/operations/connectionTypeOperations.js.map +1 -0
  45. package/dist/browser/operations/credentialOperations.d.ts +73 -0
  46. package/dist/browser/operations/credentialOperations.d.ts.map +1 -0
  47. package/dist/browser/operations/credentialOperations.js +275 -0
  48. package/dist/browser/operations/credentialOperations.js.map +1 -0
  49. package/dist/browser/operations/deletedAutomationAccounts.d.ts +18 -0
  50. package/dist/browser/operations/deletedAutomationAccounts.d.ts.map +1 -0
  51. package/dist/browser/operations/deletedAutomationAccounts.js +47 -0
  52. package/dist/browser/operations/deletedAutomationAccounts.js.map +1 -0
  53. package/dist/browser/operations/dscCompilationJobOperations.d.ts +75 -0
  54. package/dist/browser/operations/dscCompilationJobOperations.d.ts.map +1 -0
  55. package/dist/browser/operations/dscCompilationJobOperations.js +297 -0
  56. package/dist/browser/operations/dscCompilationJobOperations.js.map +1 -0
  57. package/dist/browser/operations/dscCompilationJobStream.d.ts +21 -0
  58. package/dist/browser/operations/dscCompilationJobStream.d.ts.map +1 -0
  59. package/dist/browser/operations/dscCompilationJobStream.js +56 -0
  60. package/dist/browser/operations/dscCompilationJobStream.js.map +1 -0
  61. package/dist/browser/operations/dscConfigurationOperations.d.ts +101 -0
  62. package/dist/browser/operations/dscConfigurationOperations.d.ts.map +1 -0
  63. package/dist/browser/operations/dscConfigurationOperations.js +417 -0
  64. package/dist/browser/operations/dscConfigurationOperations.js.map +1 -0
  65. package/dist/browser/operations/dscNodeConfigurationOperations.d.ts +74 -0
  66. package/dist/browser/operations/dscNodeConfigurationOperations.d.ts.map +1 -0
  67. package/dist/browser/operations/dscNodeConfigurationOperations.js +301 -0
  68. package/dist/browser/operations/dscNodeConfigurationOperations.js.map +1 -0
  69. package/dist/browser/operations/dscNodeOperations.d.ts +64 -0
  70. package/dist/browser/operations/dscNodeOperations.d.ts.map +1 -0
  71. package/dist/browser/operations/dscNodeOperations.js +243 -0
  72. package/dist/browser/operations/dscNodeOperations.js.map +1 -0
  73. package/dist/browser/operations/fields.d.ts +34 -0
  74. package/dist/browser/operations/fields.d.ts.map +1 -0
  75. package/dist/browser/operations/fields.js +100 -0
  76. package/dist/browser/operations/fields.js.map +1 -0
  77. package/dist/browser/operations/hybridRunbookWorkerGroupOperations.d.ts +74 -0
  78. package/dist/browser/operations/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
  79. package/dist/browser/operations/hybridRunbookWorkerGroupOperations.js +289 -0
  80. package/dist/browser/operations/hybridRunbookWorkerGroupOperations.js.map +1 -0
  81. package/dist/browser/operations/hybridRunbookWorkers.d.ts +81 -0
  82. package/dist/browser/operations/hybridRunbookWorkers.d.ts.map +1 -0
  83. package/dist/browser/operations/hybridRunbookWorkers.js +316 -0
  84. package/dist/browser/operations/hybridRunbookWorkers.js.map +1 -0
  85. package/dist/browser/operations/index.d.ts +46 -0
  86. package/dist/browser/operations/index.d.ts.map +1 -0
  87. package/dist/browser/operations/index.js +53 -0
  88. package/dist/browser/operations/index.js.map +1 -0
  89. package/dist/browser/operations/jobOperations.d.ts +96 -0
  90. package/dist/browser/operations/jobOperations.d.ts.map +1 -0
  91. package/dist/browser/operations/jobOperations.js +361 -0
  92. package/dist/browser/operations/jobOperations.js.map +1 -0
  93. package/dist/browser/operations/jobScheduleOperations.d.ts +64 -0
  94. package/dist/browser/operations/jobScheduleOperations.d.ts.map +1 -0
  95. package/dist/browser/operations/jobScheduleOperations.js +237 -0
  96. package/dist/browser/operations/jobScheduleOperations.js.map +1 -0
  97. package/dist/browser/operations/jobStreamOperations.d.ts +50 -0
  98. package/dist/browser/operations/jobStreamOperations.d.ts.map +1 -0
  99. package/dist/browser/operations/jobStreamOperations.js +178 -0
  100. package/dist/browser/operations/jobStreamOperations.js.map +1 -0
  101. package/dist/browser/operations/keys.d.ts +20 -0
  102. package/dist/browser/operations/keys.d.ts.map +1 -0
  103. package/dist/browser/operations/keys.js +54 -0
  104. package/dist/browser/operations/keys.js.map +1 -0
  105. package/dist/browser/operations/linkedWorkspaceOperations.d.ts +20 -0
  106. package/dist/browser/operations/linkedWorkspaceOperations.d.ts.map +1 -0
  107. package/dist/browser/operations/linkedWorkspaceOperations.js +54 -0
  108. package/dist/browser/operations/linkedWorkspaceOperations.js.map +1 -0
  109. package/dist/browser/operations/moduleOperations.d.ts +73 -0
  110. package/dist/browser/operations/moduleOperations.d.ts.map +1 -0
  111. package/dist/browser/operations/moduleOperations.js +281 -0
  112. package/dist/browser/operations/moduleOperations.js.map +1 -0
  113. package/dist/browser/operations/nodeCountInformation.d.ts +21 -0
  114. package/dist/browser/operations/nodeCountInformation.d.ts.map +1 -0
  115. package/dist/browser/operations/nodeCountInformation.js +56 -0
  116. package/dist/browser/operations/nodeCountInformation.js.map +1 -0
  117. package/dist/browser/operations/nodeReports.d.ts +59 -0
  118. package/dist/browser/operations/nodeReports.d.ts.map +1 -0
  119. package/dist/browser/operations/nodeReports.js +208 -0
  120. package/dist/browser/operations/nodeReports.js.map +1 -0
  121. package/dist/browser/operations/objectDataTypes.d.ts +52 -0
  122. package/dist/browser/operations/objectDataTypes.d.ts.map +1 -0
  123. package/dist/browser/operations/objectDataTypes.js +166 -0
  124. package/dist/browser/operations/objectDataTypes.js.map +1 -0
  125. package/dist/browser/operations/operations.d.ts +26 -0
  126. package/dist/browser/operations/operations.d.ts.map +1 -0
  127. package/dist/browser/operations/operations.js +79 -0
  128. package/dist/browser/operations/operations.js.map +1 -0
  129. package/dist/browser/operations/privateEndpointConnections.d.ts +73 -0
  130. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  131. package/dist/browser/operations/privateEndpointConnections.js +298 -0
  132. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  133. package/dist/browser/operations/privateLinkResources.d.ts +30 -0
  134. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  135. package/dist/browser/operations/privateLinkResources.js +85 -0
  136. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  137. package/dist/browser/operations/python2Package.d.ts +73 -0
  138. package/dist/browser/operations/python2Package.d.ts.map +1 -0
  139. package/dist/browser/operations/python2Package.js +281 -0
  140. package/dist/browser/operations/python2Package.js.map +1 -0
  141. package/dist/browser/operations/runbookDraftOperations.d.ts +56 -0
  142. package/dist/browser/operations/runbookDraftOperations.d.ts.map +1 -0
  143. package/dist/browser/operations/runbookDraftOperations.js +215 -0
  144. package/dist/browser/operations/runbookDraftOperations.js.map +1 -0
  145. package/dist/browser/operations/runbookOperations.d.ts +99 -0
  146. package/dist/browser/operations/runbookOperations.d.ts.map +1 -0
  147. package/dist/browser/operations/runbookOperations.js +400 -0
  148. package/dist/browser/operations/runbookOperations.js.map +1 -0
  149. package/dist/browser/operations/scheduleOperations.d.ts +73 -0
  150. package/dist/browser/operations/scheduleOperations.d.ts.map +1 -0
  151. package/dist/browser/operations/scheduleOperations.js +282 -0
  152. package/dist/browser/operations/scheduleOperations.js.map +1 -0
  153. package/dist/browser/operations/softwareUpdateConfigurationMachineRuns.d.ts +29 -0
  154. package/dist/browser/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
  155. package/dist/browser/operations/softwareUpdateConfigurationMachineRuns.js +97 -0
  156. package/dist/browser/operations/softwareUpdateConfigurationMachineRuns.js.map +1 -0
  157. package/dist/browser/operations/softwareUpdateConfigurationRuns.d.ts +28 -0
  158. package/dist/browser/operations/softwareUpdateConfigurationRuns.d.ts.map +1 -0
  159. package/dist/browser/operations/softwareUpdateConfigurationRuns.js +96 -0
  160. package/dist/browser/operations/softwareUpdateConfigurationRuns.js.map +1 -0
  161. package/dist/browser/operations/softwareUpdateConfigurations.d.ts +45 -0
  162. package/dist/browser/operations/softwareUpdateConfigurations.d.ts.map +1 -0
  163. package/dist/browser/operations/softwareUpdateConfigurations.js +175 -0
  164. package/dist/browser/operations/softwareUpdateConfigurations.js.map +1 -0
  165. package/dist/browser/operations/sourceControlOperations.d.ts +73 -0
  166. package/dist/browser/operations/sourceControlOperations.d.ts.map +1 -0
  167. package/dist/browser/operations/sourceControlOperations.js +281 -0
  168. package/dist/browser/operations/sourceControlOperations.js.map +1 -0
  169. package/dist/browser/operations/sourceControlSyncJobOperations.d.ts +61 -0
  170. package/dist/browser/operations/sourceControlSyncJobOperations.d.ts.map +1 -0
  171. package/dist/browser/operations/sourceControlSyncJobOperations.js +229 -0
  172. package/dist/browser/operations/sourceControlSyncJobOperations.js.map +1 -0
  173. package/dist/browser/operations/sourceControlSyncJobStreams.d.ts +54 -0
  174. package/dist/browser/operations/sourceControlSyncJobStreams.d.ts.map +1 -0
  175. package/dist/browser/operations/sourceControlSyncJobStreams.js +199 -0
  176. package/dist/browser/operations/sourceControlSyncJobStreams.js.map +1 -0
  177. package/dist/browser/operations/statisticsOperations.d.ts +30 -0
  178. package/dist/browser/operations/statisticsOperations.d.ts.map +1 -0
  179. package/dist/browser/operations/statisticsOperations.js +88 -0
  180. package/dist/browser/operations/statisticsOperations.js.map +1 -0
  181. package/dist/browser/operations/testJobOperations.d.ts +54 -0
  182. package/dist/browser/operations/testJobOperations.d.ts.map +1 -0
  183. package/dist/browser/operations/testJobOperations.js +187 -0
  184. package/dist/browser/operations/testJobOperations.js.map +1 -0
  185. package/dist/browser/operations/testJobStreams.d.ts +50 -0
  186. package/dist/browser/operations/testJobStreams.d.ts.map +1 -0
  187. package/dist/browser/operations/testJobStreams.js +184 -0
  188. package/dist/browser/operations/testJobStreams.js.map +1 -0
  189. package/dist/browser/operations/usages.d.ts +30 -0
  190. package/dist/browser/operations/usages.d.ts.map +1 -0
  191. package/dist/browser/operations/usages.js +88 -0
  192. package/dist/browser/operations/usages.js.map +1 -0
  193. package/dist/browser/operations/variableOperations.d.ts +73 -0
  194. package/dist/browser/operations/variableOperations.d.ts.map +1 -0
  195. package/dist/browser/operations/variableOperations.js +281 -0
  196. package/dist/browser/operations/variableOperations.js.map +1 -0
  197. package/dist/browser/operations/watcherOperations.d.ts +89 -0
  198. package/dist/browser/operations/watcherOperations.d.ts.map +1 -0
  199. package/dist/browser/operations/watcherOperations.js +341 -0
  200. package/dist/browser/operations/watcherOperations.js.map +1 -0
  201. package/dist/browser/operations/webhookOperations.d.ts +80 -0
  202. package/dist/browser/operations/webhookOperations.d.ts.map +1 -0
  203. package/dist/browser/operations/webhookOperations.js +311 -0
  204. package/dist/browser/operations/webhookOperations.js.map +1 -0
  205. package/dist/browser/operationsInterfaces/activityOperations.d.ts +23 -0
  206. package/dist/browser/operationsInterfaces/activityOperations.d.ts.map +1 -0
  207. package/dist/browser/operationsInterfaces/activityOperations.js.map +1 -0
  208. package/dist/browser/operationsInterfaces/agentRegistrationInformation.d.ts +20 -0
  209. package/dist/browser/operationsInterfaces/agentRegistrationInformation.d.ts.map +1 -0
  210. package/dist/browser/operationsInterfaces/agentRegistrationInformation.js.map +1 -0
  211. package/dist/browser/operationsInterfaces/automationAccountOperations.d.ts +47 -0
  212. package/dist/browser/operationsInterfaces/automationAccountOperations.d.ts.map +1 -0
  213. package/dist/browser/operationsInterfaces/automationAccountOperations.js.map +1 -0
  214. package/dist/browser/operationsInterfaces/certificateOperations.d.ts +47 -0
  215. package/dist/browser/operationsInterfaces/certificateOperations.d.ts.map +1 -0
  216. package/dist/browser/operationsInterfaces/certificateOperations.js.map +1 -0
  217. package/dist/browser/operationsInterfaces/connectionOperations.d.ts +47 -0
  218. package/dist/browser/operationsInterfaces/connectionOperations.d.ts.map +1 -0
  219. package/dist/browser/operationsInterfaces/connectionOperations.js.map +1 -0
  220. package/dist/browser/operationsInterfaces/connectionTypeOperations.d.ts +38 -0
  221. package/dist/browser/operationsInterfaces/connectionTypeOperations.d.ts.map +1 -0
  222. package/dist/browser/operationsInterfaces/connectionTypeOperations.js.map +1 -0
  223. package/dist/browser/operationsInterfaces/credentialOperations.d.ts +47 -0
  224. package/dist/browser/operationsInterfaces/credentialOperations.d.ts.map +1 -0
  225. package/dist/browser/operationsInterfaces/credentialOperations.js.map +1 -0
  226. package/dist/browser/operationsInterfaces/deletedAutomationAccounts.d.ts +10 -0
  227. package/dist/browser/operationsInterfaces/deletedAutomationAccounts.d.ts.map +1 -0
  228. package/dist/browser/operationsInterfaces/deletedAutomationAccounts.js.map +1 -0
  229. package/dist/browser/operationsInterfaces/dscCompilationJobOperations.d.ts +49 -0
  230. package/dist/browser/operationsInterfaces/dscCompilationJobOperations.d.ts.map +1 -0
  231. package/dist/browser/operationsInterfaces/dscCompilationJobOperations.js.map +1 -0
  232. package/dist/browser/operationsInterfaces/dscCompilationJobStream.d.ts +13 -0
  233. package/dist/browser/operationsInterfaces/dscCompilationJobStream.d.ts.map +1 -0
  234. package/dist/browser/operationsInterfaces/dscCompilationJobStream.js.map +1 -0
  235. package/dist/browser/operationsInterfaces/dscConfigurationOperations.d.ts +73 -0
  236. package/dist/browser/operationsInterfaces/dscConfigurationOperations.d.ts.map +1 -0
  237. package/dist/browser/operationsInterfaces/dscConfigurationOperations.js.map +1 -0
  238. package/dist/browser/operationsInterfaces/dscNodeConfigurationOperations.d.ts +48 -0
  239. package/dist/browser/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +1 -0
  240. package/dist/browser/operationsInterfaces/dscNodeConfigurationOperations.js.map +1 -0
  241. package/dist/browser/operationsInterfaces/dscNodeOperations.d.ts +38 -0
  242. package/dist/browser/operationsInterfaces/dscNodeOperations.d.ts.map +1 -0
  243. package/dist/browser/operationsInterfaces/dscNodeOperations.js.map +1 -0
  244. package/dist/browser/operationsInterfaces/fields.d.ts +15 -0
  245. package/dist/browser/operationsInterfaces/fields.d.ts.map +1 -0
  246. package/dist/browser/operationsInterfaces/fields.js.map +1 -0
  247. package/dist/browser/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +48 -0
  248. package/dist/browser/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
  249. package/dist/browser/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +1 -0
  250. package/dist/browser/operationsInterfaces/hybridRunbookWorkers.d.ts +53 -0
  251. package/dist/browser/operationsInterfaces/hybridRunbookWorkers.d.ts.map +1 -0
  252. package/dist/browser/operationsInterfaces/hybridRunbookWorkers.js.map +1 -0
  253. package/dist/browser/operationsInterfaces/index.d.ts +46 -0
  254. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  255. package/dist/browser/operationsInterfaces/index.js +53 -0
  256. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  257. package/dist/browser/operationsInterfaces/jobOperations.d.ts +70 -0
  258. package/dist/browser/operationsInterfaces/jobOperations.d.ts.map +1 -0
  259. package/dist/browser/operationsInterfaces/jobOperations.js.map +1 -0
  260. package/dist/browser/operationsInterfaces/jobScheduleOperations.d.ts +38 -0
  261. package/dist/browser/operationsInterfaces/jobScheduleOperations.d.ts.map +1 -0
  262. package/dist/browser/operationsInterfaces/jobScheduleOperations.js.map +1 -0
  263. package/dist/browser/operationsInterfaces/jobStreamOperations.d.ts +23 -0
  264. package/dist/browser/operationsInterfaces/jobStreamOperations.d.ts.map +1 -0
  265. package/dist/browser/operationsInterfaces/jobStreamOperations.js.map +1 -0
  266. package/dist/browser/operationsInterfaces/keys.d.ts +12 -0
  267. package/dist/browser/operationsInterfaces/keys.d.ts.map +1 -0
  268. package/dist/browser/operationsInterfaces/keys.js.map +1 -0
  269. package/dist/browser/operationsInterfaces/linkedWorkspaceOperations.d.ts +12 -0
  270. package/dist/browser/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +1 -0
  271. package/dist/browser/operationsInterfaces/linkedWorkspaceOperations.js.map +1 -0
  272. package/dist/browser/operationsInterfaces/moduleOperations.d.ts +47 -0
  273. package/dist/browser/operationsInterfaces/moduleOperations.d.ts.map +1 -0
  274. package/dist/browser/operationsInterfaces/moduleOperations.js.map +1 -0
  275. package/dist/browser/operationsInterfaces/nodeCountInformation.d.ts +13 -0
  276. package/dist/browser/operationsInterfaces/nodeCountInformation.d.ts.map +1 -0
  277. package/dist/browser/operationsInterfaces/nodeCountInformation.js.map +1 -0
  278. package/dist/browser/operationsInterfaces/nodeReports.d.ts +32 -0
  279. package/dist/browser/operationsInterfaces/nodeReports.d.ts.map +1 -0
  280. package/dist/browser/operationsInterfaces/nodeReports.js.map +1 -0
  281. package/dist/browser/operationsInterfaces/objectDataTypes.d.ts +23 -0
  282. package/dist/browser/operationsInterfaces/objectDataTypes.d.ts.map +1 -0
  283. package/dist/browser/operationsInterfaces/objectDataTypes.js.map +1 -0
  284. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  285. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  286. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  287. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  288. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  289. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  290. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +13 -0
  291. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  292. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  293. package/dist/browser/operationsInterfaces/python2Package.d.ts +47 -0
  294. package/dist/browser/operationsInterfaces/python2Package.d.ts.map +1 -0
  295. package/dist/browser/operationsInterfaces/python2Package.js.map +1 -0
  296. package/dist/browser/operationsInterfaces/runbookDraftOperations.d.ts +48 -0
  297. package/dist/browser/operationsInterfaces/runbookDraftOperations.d.ts.map +1 -0
  298. package/dist/browser/operationsInterfaces/runbookDraftOperations.js.map +1 -0
  299. package/dist/browser/operationsInterfaces/runbookOperations.d.ts +73 -0
  300. package/dist/browser/operationsInterfaces/runbookOperations.d.ts.map +1 -0
  301. package/dist/browser/operationsInterfaces/runbookOperations.js.map +1 -0
  302. package/dist/browser/operationsInterfaces/scheduleOperations.d.ts +47 -0
  303. package/dist/browser/operationsInterfaces/scheduleOperations.d.ts.map +1 -0
  304. package/dist/browser/operationsInterfaces/scheduleOperations.js.map +1 -0
  305. package/dist/browser/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +21 -0
  306. package/dist/browser/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
  307. package/dist/browser/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +1 -0
  308. package/dist/browser/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +20 -0
  309. package/dist/browser/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +1 -0
  310. package/dist/browser/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +1 -0
  311. package/dist/browser/operationsInterfaces/softwareUpdateConfigurations.d.ts +37 -0
  312. package/dist/browser/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +1 -0
  313. package/dist/browser/operationsInterfaces/softwareUpdateConfigurations.js.map +1 -0
  314. package/dist/browser/operationsInterfaces/sourceControlOperations.d.ts +47 -0
  315. package/dist/browser/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
  316. package/dist/browser/operationsInterfaces/sourceControlOperations.js.map +1 -0
  317. package/dist/browser/operationsInterfaces/sourceControlSyncJobOperations.d.ts +33 -0
  318. package/dist/browser/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +1 -0
  319. package/dist/browser/operationsInterfaces/sourceControlSyncJobOperations.js.map +1 -0
  320. package/dist/browser/operationsInterfaces/sourceControlSyncJobStreams.d.ts +25 -0
  321. package/dist/browser/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +1 -0
  322. package/dist/browser/operationsInterfaces/sourceControlSyncJobStreams.js.map +1 -0
  323. package/dist/browser/operationsInterfaces/statisticsOperations.d.ts +13 -0
  324. package/dist/browser/operationsInterfaces/statisticsOperations.d.ts.map +1 -0
  325. package/dist/browser/operationsInterfaces/statisticsOperations.js.map +1 -0
  326. package/dist/browser/operationsInterfaces/testJobOperations.d.ts +46 -0
  327. package/dist/browser/operationsInterfaces/testJobOperations.d.ts.map +1 -0
  328. package/dist/browser/operationsInterfaces/testJobOperations.js.map +1 -0
  329. package/dist/browser/operationsInterfaces/testJobStreams.d.ts +23 -0
  330. package/dist/browser/operationsInterfaces/testJobStreams.d.ts.map +1 -0
  331. package/dist/browser/operationsInterfaces/testJobStreams.js.map +1 -0
  332. package/dist/browser/operationsInterfaces/usages.d.ts +13 -0
  333. package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
  334. package/dist/browser/operationsInterfaces/usages.js.map +1 -0
  335. package/dist/browser/operationsInterfaces/variableOperations.d.ts +47 -0
  336. package/dist/browser/operationsInterfaces/variableOperations.d.ts.map +1 -0
  337. package/dist/browser/operationsInterfaces/variableOperations.js.map +1 -0
  338. package/dist/browser/operationsInterfaces/watcherOperations.d.ts +63 -0
  339. package/dist/browser/operationsInterfaces/watcherOperations.d.ts.map +1 -0
  340. package/dist/browser/operationsInterfaces/watcherOperations.js.map +1 -0
  341. package/dist/browser/operationsInterfaces/webhookOperations.d.ts +54 -0
  342. package/dist/browser/operationsInterfaces/webhookOperations.d.ts.map +1 -0
  343. package/dist/browser/operationsInterfaces/webhookOperations.js.map +1 -0
  344. package/dist/browser/package.json +3 -0
  345. package/dist/browser/pagingHelper.js +30 -0
  346. package/dist/browser/pagingHelper.js.map +1 -0
  347. package/dist/commonjs/automationClient.d.ts +70 -0
  348. package/dist/commonjs/automationClient.d.ts.map +1 -0
  349. package/dist/commonjs/automationClient.js +209 -0
  350. package/dist/commonjs/automationClient.js.map +1 -0
  351. package/dist/commonjs/index.d.ts +5 -0
  352. package/dist/commonjs/index.d.ts.map +1 -0
  353. package/dist/commonjs/index.js +19 -0
  354. package/dist/commonjs/index.js.map +1 -0
  355. package/dist/commonjs/lroImpl.d.ts +16 -0
  356. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  357. package/dist/commonjs/lroImpl.js +37 -0
  358. package/dist/commonjs/lroImpl.js.map +1 -0
  359. package/dist/commonjs/models/index.d.ts +4342 -0
  360. package/dist/commonjs/models/index.d.ts.map +1 -0
  361. package/dist/commonjs/models/index.js +415 -0
  362. package/dist/commonjs/models/index.js.map +1 -0
  363. package/dist/commonjs/models/mappers.d.ts +184 -0
  364. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  365. package/dist/commonjs/models/mappers.js +6924 -0
  366. package/dist/commonjs/models/mappers.js.map +1 -0
  367. package/dist/commonjs/models/parameters.d.ts +106 -0
  368. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  369. package/dist/commonjs/models/parameters.js +816 -0
  370. package/dist/commonjs/models/parameters.js.map +1 -0
  371. package/dist/commonjs/operations/activityOperations.d.ts +50 -0
  372. package/dist/commonjs/operations/activityOperations.d.ts.map +1 -0
  373. package/dist/commonjs/operations/activityOperations.js +189 -0
  374. package/dist/commonjs/operations/activityOperations.js.map +1 -0
  375. package/dist/commonjs/operations/agentRegistrationInformation.d.ts +28 -0
  376. package/dist/commonjs/operations/agentRegistrationInformation.d.ts.map +1 -0
  377. package/dist/commonjs/operations/agentRegistrationInformation.js +92 -0
  378. package/dist/commonjs/operations/agentRegistrationInformation.js.map +1 -0
  379. package/dist/commonjs/operations/automationAccountOperations.d.ts +83 -0
  380. package/dist/commonjs/operations/automationAccountOperations.d.ts.map +1 -0
  381. package/dist/commonjs/operations/automationAccountOperations.js +355 -0
  382. package/dist/commonjs/operations/automationAccountOperations.js.map +1 -0
  383. package/dist/commonjs/operations/certificateOperations.d.ts +73 -0
  384. package/dist/commonjs/operations/certificateOperations.d.ts.map +1 -0
  385. package/dist/commonjs/operations/certificateOperations.js +286 -0
  386. package/dist/commonjs/operations/certificateOperations.js.map +1 -0
  387. package/dist/commonjs/operations/connectionOperations.d.ts +73 -0
  388. package/dist/commonjs/operations/connectionOperations.d.ts.map +1 -0
  389. package/dist/commonjs/operations/connectionOperations.js +287 -0
  390. package/dist/commonjs/operations/connectionOperations.js.map +1 -0
  391. package/dist/commonjs/operations/connectionTypeOperations.d.ts +64 -0
  392. package/dist/commonjs/operations/connectionTypeOperations.d.ts.map +1 -0
  393. package/dist/commonjs/operations/connectionTypeOperations.js +243 -0
  394. package/dist/commonjs/operations/connectionTypeOperations.js.map +1 -0
  395. package/dist/commonjs/operations/credentialOperations.d.ts +73 -0
  396. package/dist/commonjs/operations/credentialOperations.d.ts.map +1 -0
  397. package/dist/commonjs/operations/credentialOperations.js +280 -0
  398. package/dist/commonjs/operations/credentialOperations.js.map +1 -0
  399. package/dist/commonjs/operations/deletedAutomationAccounts.d.ts +18 -0
  400. package/dist/commonjs/operations/deletedAutomationAccounts.d.ts.map +1 -0
  401. package/dist/commonjs/operations/deletedAutomationAccounts.js +52 -0
  402. package/dist/commonjs/operations/deletedAutomationAccounts.js.map +1 -0
  403. package/dist/commonjs/operations/dscCompilationJobOperations.d.ts +75 -0
  404. package/dist/commonjs/operations/dscCompilationJobOperations.d.ts.map +1 -0
  405. package/dist/commonjs/operations/dscCompilationJobOperations.js +302 -0
  406. package/dist/commonjs/operations/dscCompilationJobOperations.js.map +1 -0
  407. package/dist/commonjs/operations/dscCompilationJobStream.d.ts +21 -0
  408. package/dist/commonjs/operations/dscCompilationJobStream.d.ts.map +1 -0
  409. package/dist/commonjs/operations/dscCompilationJobStream.js +61 -0
  410. package/dist/commonjs/operations/dscCompilationJobStream.js.map +1 -0
  411. package/dist/commonjs/operations/dscConfigurationOperations.d.ts +101 -0
  412. package/dist/commonjs/operations/dscConfigurationOperations.d.ts.map +1 -0
  413. package/dist/commonjs/operations/dscConfigurationOperations.js +422 -0
  414. package/dist/commonjs/operations/dscConfigurationOperations.js.map +1 -0
  415. package/dist/commonjs/operations/dscNodeConfigurationOperations.d.ts +74 -0
  416. package/dist/commonjs/operations/dscNodeConfigurationOperations.d.ts.map +1 -0
  417. package/dist/commonjs/operations/dscNodeConfigurationOperations.js +306 -0
  418. package/dist/commonjs/operations/dscNodeConfigurationOperations.js.map +1 -0
  419. package/dist/commonjs/operations/dscNodeOperations.d.ts +64 -0
  420. package/dist/commonjs/operations/dscNodeOperations.d.ts.map +1 -0
  421. package/dist/commonjs/operations/dscNodeOperations.js +248 -0
  422. package/dist/commonjs/operations/dscNodeOperations.js.map +1 -0
  423. package/dist/commonjs/operations/fields.d.ts +34 -0
  424. package/dist/commonjs/operations/fields.d.ts.map +1 -0
  425. package/dist/commonjs/operations/fields.js +105 -0
  426. package/dist/commonjs/operations/fields.js.map +1 -0
  427. package/dist/commonjs/operations/hybridRunbookWorkerGroupOperations.d.ts +74 -0
  428. package/dist/commonjs/operations/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
  429. package/dist/commonjs/operations/hybridRunbookWorkerGroupOperations.js +294 -0
  430. package/dist/commonjs/operations/hybridRunbookWorkerGroupOperations.js.map +1 -0
  431. package/dist/commonjs/operations/hybridRunbookWorkers.d.ts +81 -0
  432. package/dist/commonjs/operations/hybridRunbookWorkers.d.ts.map +1 -0
  433. package/dist/commonjs/operations/hybridRunbookWorkers.js +321 -0
  434. package/dist/commonjs/operations/hybridRunbookWorkers.js.map +1 -0
  435. package/dist/commonjs/operations/index.d.ts +46 -0
  436. package/dist/commonjs/operations/index.d.ts.map +1 -0
  437. package/dist/commonjs/operations/index.js +56 -0
  438. package/dist/commonjs/operations/index.js.map +1 -0
  439. package/dist/commonjs/operations/jobOperations.d.ts +96 -0
  440. package/dist/commonjs/operations/jobOperations.d.ts.map +1 -0
  441. package/dist/commonjs/operations/jobOperations.js +366 -0
  442. package/dist/commonjs/operations/jobOperations.js.map +1 -0
  443. package/dist/commonjs/operations/jobScheduleOperations.d.ts +64 -0
  444. package/dist/commonjs/operations/jobScheduleOperations.d.ts.map +1 -0
  445. package/dist/commonjs/operations/jobScheduleOperations.js +242 -0
  446. package/dist/commonjs/operations/jobScheduleOperations.js.map +1 -0
  447. package/dist/commonjs/operations/jobStreamOperations.d.ts +50 -0
  448. package/dist/commonjs/operations/jobStreamOperations.d.ts.map +1 -0
  449. package/dist/commonjs/operations/jobStreamOperations.js +183 -0
  450. package/dist/commonjs/operations/jobStreamOperations.js.map +1 -0
  451. package/dist/commonjs/operations/keys.d.ts +20 -0
  452. package/dist/commonjs/operations/keys.d.ts.map +1 -0
  453. package/dist/commonjs/operations/keys.js +59 -0
  454. package/dist/commonjs/operations/keys.js.map +1 -0
  455. package/dist/commonjs/operations/linkedWorkspaceOperations.d.ts +20 -0
  456. package/dist/commonjs/operations/linkedWorkspaceOperations.d.ts.map +1 -0
  457. package/dist/commonjs/operations/linkedWorkspaceOperations.js +59 -0
  458. package/dist/commonjs/operations/linkedWorkspaceOperations.js.map +1 -0
  459. package/dist/commonjs/operations/moduleOperations.d.ts +73 -0
  460. package/dist/commonjs/operations/moduleOperations.d.ts.map +1 -0
  461. package/dist/commonjs/operations/moduleOperations.js +286 -0
  462. package/dist/commonjs/operations/moduleOperations.js.map +1 -0
  463. package/dist/commonjs/operations/nodeCountInformation.d.ts +21 -0
  464. package/dist/commonjs/operations/nodeCountInformation.d.ts.map +1 -0
  465. package/dist/commonjs/operations/nodeCountInformation.js +61 -0
  466. package/dist/commonjs/operations/nodeCountInformation.js.map +1 -0
  467. package/dist/commonjs/operations/nodeReports.d.ts +59 -0
  468. package/dist/commonjs/operations/nodeReports.d.ts.map +1 -0
  469. package/dist/commonjs/operations/nodeReports.js +213 -0
  470. package/dist/commonjs/operations/nodeReports.js.map +1 -0
  471. package/dist/commonjs/operations/objectDataTypes.d.ts +52 -0
  472. package/dist/commonjs/operations/objectDataTypes.d.ts.map +1 -0
  473. package/dist/commonjs/operations/objectDataTypes.js +171 -0
  474. package/dist/commonjs/operations/objectDataTypes.js.map +1 -0
  475. package/dist/commonjs/operations/operations.d.ts +26 -0
  476. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  477. package/dist/commonjs/operations/operations.js +84 -0
  478. package/dist/commonjs/operations/operations.js.map +1 -0
  479. package/dist/commonjs/operations/privateEndpointConnections.d.ts +73 -0
  480. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  481. package/dist/commonjs/operations/privateEndpointConnections.js +303 -0
  482. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  483. package/dist/commonjs/operations/privateLinkResources.d.ts +30 -0
  484. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  485. package/dist/commonjs/operations/privateLinkResources.js +90 -0
  486. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  487. package/dist/commonjs/operations/python2Package.d.ts +73 -0
  488. package/dist/commonjs/operations/python2Package.d.ts.map +1 -0
  489. package/dist/commonjs/operations/python2Package.js +286 -0
  490. package/dist/commonjs/operations/python2Package.js.map +1 -0
  491. package/dist/commonjs/operations/runbookDraftOperations.d.ts +56 -0
  492. package/dist/commonjs/operations/runbookDraftOperations.d.ts.map +1 -0
  493. package/dist/commonjs/operations/runbookDraftOperations.js +220 -0
  494. package/dist/commonjs/operations/runbookDraftOperations.js.map +1 -0
  495. package/dist/commonjs/operations/runbookOperations.d.ts +99 -0
  496. package/dist/commonjs/operations/runbookOperations.d.ts.map +1 -0
  497. package/dist/commonjs/operations/runbookOperations.js +405 -0
  498. package/dist/commonjs/operations/runbookOperations.js.map +1 -0
  499. package/dist/commonjs/operations/scheduleOperations.d.ts +73 -0
  500. package/dist/commonjs/operations/scheduleOperations.d.ts.map +1 -0
  501. package/dist/commonjs/operations/scheduleOperations.js +287 -0
  502. package/dist/commonjs/operations/scheduleOperations.js.map +1 -0
  503. package/dist/commonjs/operations/softwareUpdateConfigurationMachineRuns.d.ts +29 -0
  504. package/dist/commonjs/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
  505. package/dist/commonjs/operations/softwareUpdateConfigurationMachineRuns.js +102 -0
  506. package/dist/commonjs/operations/softwareUpdateConfigurationMachineRuns.js.map +1 -0
  507. package/dist/commonjs/operations/softwareUpdateConfigurationRuns.d.ts +28 -0
  508. package/dist/commonjs/operations/softwareUpdateConfigurationRuns.d.ts.map +1 -0
  509. package/dist/commonjs/operations/softwareUpdateConfigurationRuns.js +101 -0
  510. package/dist/commonjs/operations/softwareUpdateConfigurationRuns.js.map +1 -0
  511. package/dist/commonjs/operations/softwareUpdateConfigurations.d.ts +45 -0
  512. package/dist/commonjs/operations/softwareUpdateConfigurations.d.ts.map +1 -0
  513. package/dist/commonjs/operations/softwareUpdateConfigurations.js +180 -0
  514. package/dist/commonjs/operations/softwareUpdateConfigurations.js.map +1 -0
  515. package/dist/commonjs/operations/sourceControlOperations.d.ts +73 -0
  516. package/dist/commonjs/operations/sourceControlOperations.d.ts.map +1 -0
  517. package/dist/commonjs/operations/sourceControlOperations.js +286 -0
  518. package/dist/commonjs/operations/sourceControlOperations.js.map +1 -0
  519. package/dist/commonjs/operations/sourceControlSyncJobOperations.d.ts +61 -0
  520. package/dist/commonjs/operations/sourceControlSyncJobOperations.d.ts.map +1 -0
  521. package/dist/commonjs/operations/sourceControlSyncJobOperations.js +234 -0
  522. package/dist/commonjs/operations/sourceControlSyncJobOperations.js.map +1 -0
  523. package/dist/commonjs/operations/sourceControlSyncJobStreams.d.ts +54 -0
  524. package/dist/commonjs/operations/sourceControlSyncJobStreams.d.ts.map +1 -0
  525. package/dist/commonjs/operations/sourceControlSyncJobStreams.js +204 -0
  526. package/dist/commonjs/operations/sourceControlSyncJobStreams.js.map +1 -0
  527. package/dist/commonjs/operations/statisticsOperations.d.ts +30 -0
  528. package/dist/commonjs/operations/statisticsOperations.d.ts.map +1 -0
  529. package/dist/commonjs/operations/statisticsOperations.js +93 -0
  530. package/dist/commonjs/operations/statisticsOperations.js.map +1 -0
  531. package/dist/commonjs/operations/testJobOperations.d.ts +54 -0
  532. package/dist/commonjs/operations/testJobOperations.d.ts.map +1 -0
  533. package/dist/commonjs/operations/testJobOperations.js +192 -0
  534. package/dist/commonjs/operations/testJobOperations.js.map +1 -0
  535. package/dist/commonjs/operations/testJobStreams.d.ts +50 -0
  536. package/dist/commonjs/operations/testJobStreams.d.ts.map +1 -0
  537. package/dist/commonjs/operations/testJobStreams.js +189 -0
  538. package/dist/commonjs/operations/testJobStreams.js.map +1 -0
  539. package/dist/commonjs/operations/usages.d.ts +30 -0
  540. package/dist/commonjs/operations/usages.d.ts.map +1 -0
  541. package/dist/commonjs/operations/usages.js +93 -0
  542. package/dist/commonjs/operations/usages.js.map +1 -0
  543. package/dist/commonjs/operations/variableOperations.d.ts +73 -0
  544. package/dist/commonjs/operations/variableOperations.d.ts.map +1 -0
  545. package/dist/commonjs/operations/variableOperations.js +286 -0
  546. package/dist/commonjs/operations/variableOperations.js.map +1 -0
  547. package/dist/commonjs/operations/watcherOperations.d.ts +89 -0
  548. package/dist/commonjs/operations/watcherOperations.d.ts.map +1 -0
  549. package/dist/commonjs/operations/watcherOperations.js +346 -0
  550. package/dist/commonjs/operations/watcherOperations.js.map +1 -0
  551. package/dist/commonjs/operations/webhookOperations.d.ts +80 -0
  552. package/dist/commonjs/operations/webhookOperations.d.ts.map +1 -0
  553. package/dist/commonjs/operations/webhookOperations.js +316 -0
  554. package/dist/commonjs/operations/webhookOperations.js.map +1 -0
  555. package/dist/commonjs/operationsInterfaces/activityOperations.d.ts +23 -0
  556. package/dist/commonjs/operationsInterfaces/activityOperations.d.ts.map +1 -0
  557. package/dist/commonjs/operationsInterfaces/activityOperations.js +10 -0
  558. package/dist/commonjs/operationsInterfaces/activityOperations.js.map +1 -0
  559. package/dist/commonjs/operationsInterfaces/agentRegistrationInformation.d.ts +20 -0
  560. package/dist/commonjs/operationsInterfaces/agentRegistrationInformation.d.ts.map +1 -0
  561. package/dist/commonjs/operationsInterfaces/agentRegistrationInformation.js +10 -0
  562. package/dist/commonjs/operationsInterfaces/agentRegistrationInformation.js.map +1 -0
  563. package/dist/commonjs/operationsInterfaces/automationAccountOperations.d.ts +47 -0
  564. package/dist/commonjs/operationsInterfaces/automationAccountOperations.d.ts.map +1 -0
  565. package/dist/commonjs/operationsInterfaces/automationAccountOperations.js +10 -0
  566. package/dist/commonjs/operationsInterfaces/automationAccountOperations.js.map +1 -0
  567. package/dist/commonjs/operationsInterfaces/certificateOperations.d.ts +47 -0
  568. package/dist/commonjs/operationsInterfaces/certificateOperations.d.ts.map +1 -0
  569. package/dist/commonjs/operationsInterfaces/certificateOperations.js +10 -0
  570. package/dist/commonjs/operationsInterfaces/certificateOperations.js.map +1 -0
  571. package/dist/commonjs/operationsInterfaces/connectionOperations.d.ts +47 -0
  572. package/dist/commonjs/operationsInterfaces/connectionOperations.d.ts.map +1 -0
  573. package/dist/commonjs/operationsInterfaces/connectionOperations.js +10 -0
  574. package/dist/commonjs/operationsInterfaces/connectionOperations.js.map +1 -0
  575. package/dist/commonjs/operationsInterfaces/connectionTypeOperations.d.ts +38 -0
  576. package/dist/commonjs/operationsInterfaces/connectionTypeOperations.d.ts.map +1 -0
  577. package/dist/commonjs/operationsInterfaces/connectionTypeOperations.js +10 -0
  578. package/dist/commonjs/operationsInterfaces/connectionTypeOperations.js.map +1 -0
  579. package/dist/commonjs/operationsInterfaces/credentialOperations.d.ts +47 -0
  580. package/dist/commonjs/operationsInterfaces/credentialOperations.d.ts.map +1 -0
  581. package/dist/commonjs/operationsInterfaces/credentialOperations.js +10 -0
  582. package/dist/commonjs/operationsInterfaces/credentialOperations.js.map +1 -0
  583. package/dist/commonjs/operationsInterfaces/deletedAutomationAccounts.d.ts +10 -0
  584. package/dist/commonjs/operationsInterfaces/deletedAutomationAccounts.d.ts.map +1 -0
  585. package/dist/commonjs/operationsInterfaces/deletedAutomationAccounts.js +10 -0
  586. package/dist/commonjs/operationsInterfaces/deletedAutomationAccounts.js.map +1 -0
  587. package/dist/commonjs/operationsInterfaces/dscCompilationJobOperations.d.ts +49 -0
  588. package/dist/commonjs/operationsInterfaces/dscCompilationJobOperations.d.ts.map +1 -0
  589. package/dist/commonjs/operationsInterfaces/dscCompilationJobOperations.js +10 -0
  590. package/dist/commonjs/operationsInterfaces/dscCompilationJobOperations.js.map +1 -0
  591. package/dist/commonjs/operationsInterfaces/dscCompilationJobStream.d.ts +13 -0
  592. package/dist/commonjs/operationsInterfaces/dscCompilationJobStream.d.ts.map +1 -0
  593. package/dist/commonjs/operationsInterfaces/dscCompilationJobStream.js +10 -0
  594. package/dist/commonjs/operationsInterfaces/dscCompilationJobStream.js.map +1 -0
  595. package/dist/commonjs/operationsInterfaces/dscConfigurationOperations.d.ts +73 -0
  596. package/dist/commonjs/operationsInterfaces/dscConfigurationOperations.d.ts.map +1 -0
  597. package/dist/commonjs/operationsInterfaces/dscConfigurationOperations.js +10 -0
  598. package/dist/commonjs/operationsInterfaces/dscConfigurationOperations.js.map +1 -0
  599. package/dist/commonjs/operationsInterfaces/dscNodeConfigurationOperations.d.ts +48 -0
  600. package/dist/commonjs/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +1 -0
  601. package/dist/commonjs/operationsInterfaces/dscNodeConfigurationOperations.js +10 -0
  602. package/dist/commonjs/operationsInterfaces/dscNodeConfigurationOperations.js.map +1 -0
  603. package/dist/commonjs/operationsInterfaces/dscNodeOperations.d.ts +38 -0
  604. package/dist/commonjs/operationsInterfaces/dscNodeOperations.d.ts.map +1 -0
  605. package/dist/commonjs/operationsInterfaces/dscNodeOperations.js +10 -0
  606. package/dist/commonjs/operationsInterfaces/dscNodeOperations.js.map +1 -0
  607. package/dist/commonjs/operationsInterfaces/fields.d.ts +15 -0
  608. package/dist/commonjs/operationsInterfaces/fields.d.ts.map +1 -0
  609. package/dist/commonjs/operationsInterfaces/fields.js +10 -0
  610. package/dist/commonjs/operationsInterfaces/fields.js.map +1 -0
  611. package/dist/commonjs/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +48 -0
  612. package/dist/commonjs/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
  613. package/dist/commonjs/operationsInterfaces/hybridRunbookWorkerGroupOperations.js +10 -0
  614. package/dist/commonjs/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +1 -0
  615. package/dist/commonjs/operationsInterfaces/hybridRunbookWorkers.d.ts +53 -0
  616. package/dist/commonjs/operationsInterfaces/hybridRunbookWorkers.d.ts.map +1 -0
  617. package/dist/commonjs/operationsInterfaces/hybridRunbookWorkers.js +10 -0
  618. package/dist/commonjs/operationsInterfaces/hybridRunbookWorkers.js.map +1 -0
  619. package/dist/commonjs/operationsInterfaces/index.d.ts +46 -0
  620. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  621. package/dist/commonjs/operationsInterfaces/index.js +56 -0
  622. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  623. package/dist/commonjs/operationsInterfaces/jobOperations.d.ts +70 -0
  624. package/dist/commonjs/operationsInterfaces/jobOperations.d.ts.map +1 -0
  625. package/dist/commonjs/operationsInterfaces/jobOperations.js +10 -0
  626. package/dist/commonjs/operationsInterfaces/jobOperations.js.map +1 -0
  627. package/dist/commonjs/operationsInterfaces/jobScheduleOperations.d.ts +38 -0
  628. package/dist/commonjs/operationsInterfaces/jobScheduleOperations.d.ts.map +1 -0
  629. package/dist/commonjs/operationsInterfaces/jobScheduleOperations.js +10 -0
  630. package/dist/commonjs/operationsInterfaces/jobScheduleOperations.js.map +1 -0
  631. package/dist/commonjs/operationsInterfaces/jobStreamOperations.d.ts +23 -0
  632. package/dist/commonjs/operationsInterfaces/jobStreamOperations.d.ts.map +1 -0
  633. package/dist/commonjs/operationsInterfaces/jobStreamOperations.js +10 -0
  634. package/dist/commonjs/operationsInterfaces/jobStreamOperations.js.map +1 -0
  635. package/dist/commonjs/operationsInterfaces/keys.d.ts +12 -0
  636. package/dist/commonjs/operationsInterfaces/keys.d.ts.map +1 -0
  637. package/dist/commonjs/operationsInterfaces/keys.js +10 -0
  638. package/dist/commonjs/operationsInterfaces/keys.js.map +1 -0
  639. package/dist/commonjs/operationsInterfaces/linkedWorkspaceOperations.d.ts +12 -0
  640. package/dist/commonjs/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +1 -0
  641. package/dist/commonjs/operationsInterfaces/linkedWorkspaceOperations.js +10 -0
  642. package/dist/commonjs/operationsInterfaces/linkedWorkspaceOperations.js.map +1 -0
  643. package/dist/commonjs/operationsInterfaces/moduleOperations.d.ts +47 -0
  644. package/dist/commonjs/operationsInterfaces/moduleOperations.d.ts.map +1 -0
  645. package/dist/commonjs/operationsInterfaces/moduleOperations.js +10 -0
  646. package/dist/commonjs/operationsInterfaces/moduleOperations.js.map +1 -0
  647. package/dist/commonjs/operationsInterfaces/nodeCountInformation.d.ts +13 -0
  648. package/dist/commonjs/operationsInterfaces/nodeCountInformation.d.ts.map +1 -0
  649. package/dist/commonjs/operationsInterfaces/nodeCountInformation.js +10 -0
  650. package/dist/commonjs/operationsInterfaces/nodeCountInformation.js.map +1 -0
  651. package/dist/commonjs/operationsInterfaces/nodeReports.d.ts +32 -0
  652. package/dist/commonjs/operationsInterfaces/nodeReports.d.ts.map +1 -0
  653. package/dist/commonjs/operationsInterfaces/nodeReports.js +10 -0
  654. package/dist/commonjs/operationsInterfaces/nodeReports.js.map +1 -0
  655. package/dist/commonjs/operationsInterfaces/objectDataTypes.d.ts +23 -0
  656. package/dist/commonjs/operationsInterfaces/objectDataTypes.d.ts.map +1 -0
  657. package/dist/commonjs/operationsInterfaces/objectDataTypes.js +10 -0
  658. package/dist/commonjs/operationsInterfaces/objectDataTypes.js.map +1 -0
  659. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  660. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  661. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  662. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  663. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  664. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  665. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  666. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  667. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +13 -0
  668. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  669. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  670. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  671. package/dist/commonjs/operationsInterfaces/python2Package.d.ts +47 -0
  672. package/dist/commonjs/operationsInterfaces/python2Package.d.ts.map +1 -0
  673. package/dist/commonjs/operationsInterfaces/python2Package.js +10 -0
  674. package/dist/commonjs/operationsInterfaces/python2Package.js.map +1 -0
  675. package/dist/commonjs/operationsInterfaces/runbookDraftOperations.d.ts +48 -0
  676. package/dist/commonjs/operationsInterfaces/runbookDraftOperations.d.ts.map +1 -0
  677. package/dist/commonjs/operationsInterfaces/runbookDraftOperations.js +10 -0
  678. package/dist/commonjs/operationsInterfaces/runbookDraftOperations.js.map +1 -0
  679. package/dist/commonjs/operationsInterfaces/runbookOperations.d.ts +73 -0
  680. package/dist/commonjs/operationsInterfaces/runbookOperations.d.ts.map +1 -0
  681. package/dist/commonjs/operationsInterfaces/runbookOperations.js +10 -0
  682. package/dist/commonjs/operationsInterfaces/runbookOperations.js.map +1 -0
  683. package/dist/commonjs/operationsInterfaces/scheduleOperations.d.ts +47 -0
  684. package/dist/commonjs/operationsInterfaces/scheduleOperations.d.ts.map +1 -0
  685. package/dist/commonjs/operationsInterfaces/scheduleOperations.js +10 -0
  686. package/dist/commonjs/operationsInterfaces/scheduleOperations.js.map +1 -0
  687. package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +21 -0
  688. package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
  689. package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js +10 -0
  690. package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +1 -0
  691. package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +20 -0
  692. package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +1 -0
  693. package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationRuns.js +10 -0
  694. package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +1 -0
  695. package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurations.d.ts +37 -0
  696. package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +1 -0
  697. package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurations.js +10 -0
  698. package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurations.js.map +1 -0
  699. package/dist/commonjs/operationsInterfaces/sourceControlOperations.d.ts +47 -0
  700. package/dist/commonjs/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
  701. package/dist/commonjs/operationsInterfaces/sourceControlOperations.js +10 -0
  702. package/dist/commonjs/operationsInterfaces/sourceControlOperations.js.map +1 -0
  703. package/dist/commonjs/operationsInterfaces/sourceControlSyncJobOperations.d.ts +33 -0
  704. package/dist/commonjs/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +1 -0
  705. package/dist/commonjs/operationsInterfaces/sourceControlSyncJobOperations.js +10 -0
  706. package/dist/commonjs/operationsInterfaces/sourceControlSyncJobOperations.js.map +1 -0
  707. package/dist/commonjs/operationsInterfaces/sourceControlSyncJobStreams.d.ts +25 -0
  708. package/dist/commonjs/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +1 -0
  709. package/dist/commonjs/operationsInterfaces/sourceControlSyncJobStreams.js +10 -0
  710. package/dist/commonjs/operationsInterfaces/sourceControlSyncJobStreams.js.map +1 -0
  711. package/dist/commonjs/operationsInterfaces/statisticsOperations.d.ts +13 -0
  712. package/dist/commonjs/operationsInterfaces/statisticsOperations.d.ts.map +1 -0
  713. package/dist/commonjs/operationsInterfaces/statisticsOperations.js +10 -0
  714. package/dist/commonjs/operationsInterfaces/statisticsOperations.js.map +1 -0
  715. package/dist/commonjs/operationsInterfaces/testJobOperations.d.ts +46 -0
  716. package/dist/commonjs/operationsInterfaces/testJobOperations.d.ts.map +1 -0
  717. package/dist/commonjs/operationsInterfaces/testJobOperations.js +10 -0
  718. package/dist/commonjs/operationsInterfaces/testJobOperations.js.map +1 -0
  719. package/dist/commonjs/operationsInterfaces/testJobStreams.d.ts +23 -0
  720. package/dist/commonjs/operationsInterfaces/testJobStreams.d.ts.map +1 -0
  721. package/dist/commonjs/operationsInterfaces/testJobStreams.js +10 -0
  722. package/dist/commonjs/operationsInterfaces/testJobStreams.js.map +1 -0
  723. package/dist/commonjs/operationsInterfaces/usages.d.ts +13 -0
  724. package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
  725. package/dist/commonjs/operationsInterfaces/usages.js +10 -0
  726. package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
  727. package/dist/commonjs/operationsInterfaces/variableOperations.d.ts +47 -0
  728. package/dist/commonjs/operationsInterfaces/variableOperations.d.ts.map +1 -0
  729. package/dist/commonjs/operationsInterfaces/variableOperations.js +10 -0
  730. package/dist/commonjs/operationsInterfaces/variableOperations.js.map +1 -0
  731. package/dist/commonjs/operationsInterfaces/watcherOperations.d.ts +63 -0
  732. package/dist/commonjs/operationsInterfaces/watcherOperations.d.ts.map +1 -0
  733. package/dist/commonjs/operationsInterfaces/watcherOperations.js +10 -0
  734. package/dist/commonjs/operationsInterfaces/watcherOperations.js.map +1 -0
  735. package/dist/commonjs/operationsInterfaces/webhookOperations.d.ts +54 -0
  736. package/dist/commonjs/operationsInterfaces/webhookOperations.d.ts.map +1 -0
  737. package/dist/commonjs/operationsInterfaces/webhookOperations.js +10 -0
  738. package/dist/commonjs/operationsInterfaces/webhookOperations.js.map +1 -0
  739. package/dist/commonjs/package.json +3 -0
  740. package/dist/commonjs/pagingHelper.d.ts +13 -0
  741. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  742. package/dist/commonjs/pagingHelper.js +34 -0
  743. package/dist/commonjs/pagingHelper.js.map +1 -0
  744. package/dist/commonjs/tsdoc-metadata.json +11 -0
  745. package/dist/esm/automationClient.d.ts +70 -0
  746. package/dist/esm/automationClient.d.ts.map +1 -0
  747. package/dist/esm/automationClient.js +204 -0
  748. package/dist/esm/automationClient.js.map +1 -0
  749. package/dist/esm/index.d.ts +5 -0
  750. package/dist/esm/index.d.ts.map +1 -0
  751. package/dist/esm/index.js +13 -0
  752. package/dist/esm/index.js.map +1 -0
  753. package/dist/esm/lroImpl.d.ts +16 -0
  754. package/dist/esm/lroImpl.d.ts.map +1 -0
  755. package/dist/esm/lroImpl.js +33 -0
  756. package/dist/esm/lroImpl.js.map +1 -0
  757. package/dist/esm/models/index.d.ts +4342 -0
  758. package/dist/esm/models/index.d.ts.map +1 -0
  759. package/dist/esm/models/index.js +412 -0
  760. package/dist/esm/models/index.js.map +1 -0
  761. package/dist/esm/models/mappers.d.ts +184 -0
  762. package/dist/esm/models/mappers.d.ts.map +1 -0
  763. package/dist/esm/models/mappers.js +6918 -0
  764. package/dist/esm/models/mappers.js.map +1 -0
  765. package/dist/esm/models/parameters.d.ts +106 -0
  766. package/dist/esm/models/parameters.d.ts.map +1 -0
  767. package/dist/esm/models/parameters.js +811 -0
  768. package/dist/esm/models/parameters.js.map +1 -0
  769. package/dist/esm/operations/activityOperations.d.ts +50 -0
  770. package/dist/esm/operations/activityOperations.d.ts.map +1 -0
  771. package/dist/esm/operations/activityOperations.js +184 -0
  772. package/dist/esm/operations/activityOperations.js.map +1 -0
  773. package/dist/esm/operations/agentRegistrationInformation.d.ts +28 -0
  774. package/dist/esm/operations/agentRegistrationInformation.d.ts.map +1 -0
  775. package/dist/esm/operations/agentRegistrationInformation.js +87 -0
  776. package/dist/esm/operations/agentRegistrationInformation.js.map +1 -0
  777. package/dist/esm/operations/automationAccountOperations.d.ts +83 -0
  778. package/dist/esm/operations/automationAccountOperations.d.ts.map +1 -0
  779. package/dist/esm/operations/automationAccountOperations.js +350 -0
  780. package/dist/esm/operations/automationAccountOperations.js.map +1 -0
  781. package/dist/esm/operations/certificateOperations.d.ts +73 -0
  782. package/dist/esm/operations/certificateOperations.d.ts.map +1 -0
  783. package/dist/esm/operations/certificateOperations.js +281 -0
  784. package/dist/esm/operations/certificateOperations.js.map +1 -0
  785. package/dist/esm/operations/connectionOperations.d.ts +73 -0
  786. package/dist/esm/operations/connectionOperations.d.ts.map +1 -0
  787. package/dist/esm/operations/connectionOperations.js +282 -0
  788. package/dist/esm/operations/connectionOperations.js.map +1 -0
  789. package/dist/esm/operations/connectionTypeOperations.d.ts +64 -0
  790. package/dist/esm/operations/connectionTypeOperations.d.ts.map +1 -0
  791. package/dist/esm/operations/connectionTypeOperations.js +238 -0
  792. package/dist/esm/operations/connectionTypeOperations.js.map +1 -0
  793. package/dist/esm/operations/credentialOperations.d.ts +73 -0
  794. package/dist/esm/operations/credentialOperations.d.ts.map +1 -0
  795. package/dist/esm/operations/credentialOperations.js +275 -0
  796. package/dist/esm/operations/credentialOperations.js.map +1 -0
  797. package/dist/esm/operations/deletedAutomationAccounts.d.ts +18 -0
  798. package/dist/esm/operations/deletedAutomationAccounts.d.ts.map +1 -0
  799. package/dist/esm/operations/deletedAutomationAccounts.js +47 -0
  800. package/dist/esm/operations/deletedAutomationAccounts.js.map +1 -0
  801. package/dist/esm/operations/dscCompilationJobOperations.d.ts +75 -0
  802. package/dist/esm/operations/dscCompilationJobOperations.d.ts.map +1 -0
  803. package/dist/esm/operations/dscCompilationJobOperations.js +297 -0
  804. package/dist/esm/operations/dscCompilationJobOperations.js.map +1 -0
  805. package/dist/esm/operations/dscCompilationJobStream.d.ts +21 -0
  806. package/dist/esm/operations/dscCompilationJobStream.d.ts.map +1 -0
  807. package/dist/esm/operations/dscCompilationJobStream.js +56 -0
  808. package/dist/esm/operations/dscCompilationJobStream.js.map +1 -0
  809. package/dist/esm/operations/dscConfigurationOperations.d.ts +101 -0
  810. package/dist/esm/operations/dscConfigurationOperations.d.ts.map +1 -0
  811. package/dist/esm/operations/dscConfigurationOperations.js +417 -0
  812. package/dist/esm/operations/dscConfigurationOperations.js.map +1 -0
  813. package/dist/esm/operations/dscNodeConfigurationOperations.d.ts +74 -0
  814. package/dist/esm/operations/dscNodeConfigurationOperations.d.ts.map +1 -0
  815. package/dist/esm/operations/dscNodeConfigurationOperations.js +301 -0
  816. package/dist/esm/operations/dscNodeConfigurationOperations.js.map +1 -0
  817. package/dist/esm/operations/dscNodeOperations.d.ts +64 -0
  818. package/dist/esm/operations/dscNodeOperations.d.ts.map +1 -0
  819. package/dist/esm/operations/dscNodeOperations.js +243 -0
  820. package/dist/esm/operations/dscNodeOperations.js.map +1 -0
  821. package/dist/esm/operations/fields.d.ts +34 -0
  822. package/dist/esm/operations/fields.d.ts.map +1 -0
  823. package/dist/esm/operations/fields.js +100 -0
  824. package/dist/esm/operations/fields.js.map +1 -0
  825. package/dist/esm/operations/hybridRunbookWorkerGroupOperations.d.ts +74 -0
  826. package/dist/esm/operations/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
  827. package/dist/esm/operations/hybridRunbookWorkerGroupOperations.js +289 -0
  828. package/dist/esm/operations/hybridRunbookWorkerGroupOperations.js.map +1 -0
  829. package/dist/esm/operations/hybridRunbookWorkers.d.ts +81 -0
  830. package/dist/esm/operations/hybridRunbookWorkers.d.ts.map +1 -0
  831. package/dist/esm/operations/hybridRunbookWorkers.js +316 -0
  832. package/dist/esm/operations/hybridRunbookWorkers.js.map +1 -0
  833. package/dist/esm/operations/index.d.ts +46 -0
  834. package/dist/esm/operations/index.d.ts.map +1 -0
  835. package/dist/esm/operations/index.js +53 -0
  836. package/dist/esm/operations/index.js.map +1 -0
  837. package/dist/esm/operations/jobOperations.d.ts +96 -0
  838. package/dist/esm/operations/jobOperations.d.ts.map +1 -0
  839. package/dist/esm/operations/jobOperations.js +361 -0
  840. package/dist/esm/operations/jobOperations.js.map +1 -0
  841. package/dist/esm/operations/jobScheduleOperations.d.ts +64 -0
  842. package/dist/esm/operations/jobScheduleOperations.d.ts.map +1 -0
  843. package/dist/esm/operations/jobScheduleOperations.js +237 -0
  844. package/dist/esm/operations/jobScheduleOperations.js.map +1 -0
  845. package/dist/esm/operations/jobStreamOperations.d.ts +50 -0
  846. package/dist/esm/operations/jobStreamOperations.d.ts.map +1 -0
  847. package/dist/esm/operations/jobStreamOperations.js +178 -0
  848. package/dist/esm/operations/jobStreamOperations.js.map +1 -0
  849. package/dist/esm/operations/keys.d.ts +20 -0
  850. package/dist/esm/operations/keys.d.ts.map +1 -0
  851. package/dist/esm/operations/keys.js +54 -0
  852. package/dist/esm/operations/keys.js.map +1 -0
  853. package/dist/esm/operations/linkedWorkspaceOperations.d.ts +20 -0
  854. package/dist/esm/operations/linkedWorkspaceOperations.d.ts.map +1 -0
  855. package/dist/esm/operations/linkedWorkspaceOperations.js +54 -0
  856. package/dist/esm/operations/linkedWorkspaceOperations.js.map +1 -0
  857. package/dist/esm/operations/moduleOperations.d.ts +73 -0
  858. package/dist/esm/operations/moduleOperations.d.ts.map +1 -0
  859. package/dist/esm/operations/moduleOperations.js +281 -0
  860. package/dist/esm/operations/moduleOperations.js.map +1 -0
  861. package/dist/esm/operations/nodeCountInformation.d.ts +21 -0
  862. package/dist/esm/operations/nodeCountInformation.d.ts.map +1 -0
  863. package/dist/esm/operations/nodeCountInformation.js +56 -0
  864. package/dist/esm/operations/nodeCountInformation.js.map +1 -0
  865. package/dist/esm/operations/nodeReports.d.ts +59 -0
  866. package/dist/esm/operations/nodeReports.d.ts.map +1 -0
  867. package/dist/esm/operations/nodeReports.js +208 -0
  868. package/dist/esm/operations/nodeReports.js.map +1 -0
  869. package/dist/esm/operations/objectDataTypes.d.ts +52 -0
  870. package/dist/esm/operations/objectDataTypes.d.ts.map +1 -0
  871. package/dist/esm/operations/objectDataTypes.js +166 -0
  872. package/dist/esm/operations/objectDataTypes.js.map +1 -0
  873. package/dist/esm/operations/operations.d.ts +26 -0
  874. package/dist/esm/operations/operations.d.ts.map +1 -0
  875. package/dist/esm/operations/operations.js +79 -0
  876. package/dist/esm/operations/operations.js.map +1 -0
  877. package/dist/esm/operations/privateEndpointConnections.d.ts +73 -0
  878. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  879. package/dist/esm/operations/privateEndpointConnections.js +298 -0
  880. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  881. package/dist/esm/operations/privateLinkResources.d.ts +30 -0
  882. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  883. package/dist/esm/operations/privateLinkResources.js +85 -0
  884. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  885. package/dist/esm/operations/python2Package.d.ts +73 -0
  886. package/dist/esm/operations/python2Package.d.ts.map +1 -0
  887. package/dist/esm/operations/python2Package.js +281 -0
  888. package/dist/esm/operations/python2Package.js.map +1 -0
  889. package/dist/esm/operations/runbookDraftOperations.d.ts +56 -0
  890. package/dist/esm/operations/runbookDraftOperations.d.ts.map +1 -0
  891. package/dist/esm/operations/runbookDraftOperations.js +215 -0
  892. package/dist/esm/operations/runbookDraftOperations.js.map +1 -0
  893. package/dist/esm/operations/runbookOperations.d.ts +99 -0
  894. package/dist/esm/operations/runbookOperations.d.ts.map +1 -0
  895. package/dist/esm/operations/runbookOperations.js +400 -0
  896. package/dist/esm/operations/runbookOperations.js.map +1 -0
  897. package/dist/esm/operations/scheduleOperations.d.ts +73 -0
  898. package/dist/esm/operations/scheduleOperations.d.ts.map +1 -0
  899. package/dist/esm/operations/scheduleOperations.js +282 -0
  900. package/dist/esm/operations/scheduleOperations.js.map +1 -0
  901. package/dist/esm/operations/softwareUpdateConfigurationMachineRuns.d.ts +29 -0
  902. package/dist/esm/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
  903. package/dist/esm/operations/softwareUpdateConfigurationMachineRuns.js +97 -0
  904. package/dist/esm/operations/softwareUpdateConfigurationMachineRuns.js.map +1 -0
  905. package/dist/esm/operations/softwareUpdateConfigurationRuns.d.ts +28 -0
  906. package/dist/esm/operations/softwareUpdateConfigurationRuns.d.ts.map +1 -0
  907. package/dist/esm/operations/softwareUpdateConfigurationRuns.js +96 -0
  908. package/dist/esm/operations/softwareUpdateConfigurationRuns.js.map +1 -0
  909. package/dist/esm/operations/softwareUpdateConfigurations.d.ts +45 -0
  910. package/dist/esm/operations/softwareUpdateConfigurations.d.ts.map +1 -0
  911. package/dist/esm/operations/softwareUpdateConfigurations.js +175 -0
  912. package/dist/esm/operations/softwareUpdateConfigurations.js.map +1 -0
  913. package/dist/esm/operations/sourceControlOperations.d.ts +73 -0
  914. package/dist/esm/operations/sourceControlOperations.d.ts.map +1 -0
  915. package/dist/esm/operations/sourceControlOperations.js +281 -0
  916. package/dist/esm/operations/sourceControlOperations.js.map +1 -0
  917. package/dist/esm/operations/sourceControlSyncJobOperations.d.ts +61 -0
  918. package/dist/esm/operations/sourceControlSyncJobOperations.d.ts.map +1 -0
  919. package/dist/esm/operations/sourceControlSyncJobOperations.js +229 -0
  920. package/dist/esm/operations/sourceControlSyncJobOperations.js.map +1 -0
  921. package/dist/esm/operations/sourceControlSyncJobStreams.d.ts +54 -0
  922. package/dist/esm/operations/sourceControlSyncJobStreams.d.ts.map +1 -0
  923. package/dist/esm/operations/sourceControlSyncJobStreams.js +199 -0
  924. package/dist/esm/operations/sourceControlSyncJobStreams.js.map +1 -0
  925. package/dist/esm/operations/statisticsOperations.d.ts +30 -0
  926. package/dist/esm/operations/statisticsOperations.d.ts.map +1 -0
  927. package/dist/esm/operations/statisticsOperations.js +88 -0
  928. package/dist/esm/operations/statisticsOperations.js.map +1 -0
  929. package/dist/esm/operations/testJobOperations.d.ts +54 -0
  930. package/dist/esm/operations/testJobOperations.d.ts.map +1 -0
  931. package/dist/esm/operations/testJobOperations.js +187 -0
  932. package/dist/esm/operations/testJobOperations.js.map +1 -0
  933. package/dist/esm/operations/testJobStreams.d.ts +50 -0
  934. package/dist/esm/operations/testJobStreams.d.ts.map +1 -0
  935. package/dist/esm/operations/testJobStreams.js +184 -0
  936. package/dist/esm/operations/testJobStreams.js.map +1 -0
  937. package/dist/esm/operations/usages.d.ts +30 -0
  938. package/dist/esm/operations/usages.d.ts.map +1 -0
  939. package/dist/esm/operations/usages.js +88 -0
  940. package/dist/esm/operations/usages.js.map +1 -0
  941. package/dist/esm/operations/variableOperations.d.ts +73 -0
  942. package/dist/esm/operations/variableOperations.d.ts.map +1 -0
  943. package/dist/esm/operations/variableOperations.js +281 -0
  944. package/dist/esm/operations/variableOperations.js.map +1 -0
  945. package/dist/esm/operations/watcherOperations.d.ts +89 -0
  946. package/dist/esm/operations/watcherOperations.d.ts.map +1 -0
  947. package/dist/esm/operations/watcherOperations.js +341 -0
  948. package/dist/esm/operations/watcherOperations.js.map +1 -0
  949. package/dist/esm/operations/webhookOperations.d.ts +80 -0
  950. package/dist/esm/operations/webhookOperations.d.ts.map +1 -0
  951. package/dist/esm/operations/webhookOperations.js +311 -0
  952. package/dist/esm/operations/webhookOperations.js.map +1 -0
  953. package/dist/esm/operationsInterfaces/activityOperations.d.ts +23 -0
  954. package/dist/esm/operationsInterfaces/activityOperations.d.ts.map +1 -0
  955. package/dist/esm/operationsInterfaces/activityOperations.js +9 -0
  956. package/dist/esm/operationsInterfaces/activityOperations.js.map +1 -0
  957. package/dist/esm/operationsInterfaces/agentRegistrationInformation.d.ts +20 -0
  958. package/dist/esm/operationsInterfaces/agentRegistrationInformation.d.ts.map +1 -0
  959. package/dist/esm/operationsInterfaces/agentRegistrationInformation.js +9 -0
  960. package/dist/esm/operationsInterfaces/agentRegistrationInformation.js.map +1 -0
  961. package/dist/esm/operationsInterfaces/automationAccountOperations.d.ts +47 -0
  962. package/dist/esm/operationsInterfaces/automationAccountOperations.d.ts.map +1 -0
  963. package/dist/esm/operationsInterfaces/automationAccountOperations.js +9 -0
  964. package/dist/esm/operationsInterfaces/automationAccountOperations.js.map +1 -0
  965. package/dist/esm/operationsInterfaces/certificateOperations.d.ts +47 -0
  966. package/dist/esm/operationsInterfaces/certificateOperations.d.ts.map +1 -0
  967. package/dist/esm/operationsInterfaces/certificateOperations.js +9 -0
  968. package/dist/esm/operationsInterfaces/certificateOperations.js.map +1 -0
  969. package/dist/esm/operationsInterfaces/connectionOperations.d.ts +47 -0
  970. package/dist/esm/operationsInterfaces/connectionOperations.d.ts.map +1 -0
  971. package/dist/esm/operationsInterfaces/connectionOperations.js +9 -0
  972. package/dist/esm/operationsInterfaces/connectionOperations.js.map +1 -0
  973. package/dist/esm/operationsInterfaces/connectionTypeOperations.d.ts +38 -0
  974. package/dist/esm/operationsInterfaces/connectionTypeOperations.d.ts.map +1 -0
  975. package/dist/esm/operationsInterfaces/connectionTypeOperations.js +9 -0
  976. package/dist/esm/operationsInterfaces/connectionTypeOperations.js.map +1 -0
  977. package/dist/esm/operationsInterfaces/credentialOperations.d.ts +47 -0
  978. package/dist/esm/operationsInterfaces/credentialOperations.d.ts.map +1 -0
  979. package/dist/esm/operationsInterfaces/credentialOperations.js +9 -0
  980. package/dist/esm/operationsInterfaces/credentialOperations.js.map +1 -0
  981. package/dist/esm/operationsInterfaces/deletedAutomationAccounts.d.ts +10 -0
  982. package/dist/esm/operationsInterfaces/deletedAutomationAccounts.d.ts.map +1 -0
  983. package/dist/esm/operationsInterfaces/deletedAutomationAccounts.js +9 -0
  984. package/dist/esm/operationsInterfaces/deletedAutomationAccounts.js.map +1 -0
  985. package/dist/esm/operationsInterfaces/dscCompilationJobOperations.d.ts +49 -0
  986. package/dist/esm/operationsInterfaces/dscCompilationJobOperations.d.ts.map +1 -0
  987. package/dist/esm/operationsInterfaces/dscCompilationJobOperations.js +9 -0
  988. package/dist/esm/operationsInterfaces/dscCompilationJobOperations.js.map +1 -0
  989. package/dist/esm/operationsInterfaces/dscCompilationJobStream.d.ts +13 -0
  990. package/dist/esm/operationsInterfaces/dscCompilationJobStream.d.ts.map +1 -0
  991. package/dist/esm/operationsInterfaces/dscCompilationJobStream.js +9 -0
  992. package/dist/esm/operationsInterfaces/dscCompilationJobStream.js.map +1 -0
  993. package/dist/esm/operationsInterfaces/dscConfigurationOperations.d.ts +73 -0
  994. package/dist/esm/operationsInterfaces/dscConfigurationOperations.d.ts.map +1 -0
  995. package/dist/esm/operationsInterfaces/dscConfigurationOperations.js +9 -0
  996. package/dist/esm/operationsInterfaces/dscConfigurationOperations.js.map +1 -0
  997. package/dist/esm/operationsInterfaces/dscNodeConfigurationOperations.d.ts +48 -0
  998. package/dist/esm/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +1 -0
  999. package/dist/esm/operationsInterfaces/dscNodeConfigurationOperations.js +9 -0
  1000. package/dist/esm/operationsInterfaces/dscNodeConfigurationOperations.js.map +1 -0
  1001. package/dist/esm/operationsInterfaces/dscNodeOperations.d.ts +38 -0
  1002. package/dist/esm/operationsInterfaces/dscNodeOperations.d.ts.map +1 -0
  1003. package/dist/esm/operationsInterfaces/dscNodeOperations.js +9 -0
  1004. package/dist/esm/operationsInterfaces/dscNodeOperations.js.map +1 -0
  1005. package/dist/esm/operationsInterfaces/fields.d.ts +15 -0
  1006. package/dist/esm/operationsInterfaces/fields.d.ts.map +1 -0
  1007. package/dist/esm/operationsInterfaces/fields.js +9 -0
  1008. package/dist/esm/operationsInterfaces/fields.js.map +1 -0
  1009. package/dist/esm/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +48 -0
  1010. package/dist/esm/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
  1011. package/dist/esm/operationsInterfaces/hybridRunbookWorkerGroupOperations.js +9 -0
  1012. package/dist/esm/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +1 -0
  1013. package/dist/esm/operationsInterfaces/hybridRunbookWorkers.d.ts +53 -0
  1014. package/dist/esm/operationsInterfaces/hybridRunbookWorkers.d.ts.map +1 -0
  1015. package/dist/esm/operationsInterfaces/hybridRunbookWorkers.js +9 -0
  1016. package/dist/esm/operationsInterfaces/hybridRunbookWorkers.js.map +1 -0
  1017. package/dist/esm/operationsInterfaces/index.d.ts +46 -0
  1018. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  1019. package/dist/esm/operationsInterfaces/index.js +53 -0
  1020. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  1021. package/dist/esm/operationsInterfaces/jobOperations.d.ts +70 -0
  1022. package/dist/esm/operationsInterfaces/jobOperations.d.ts.map +1 -0
  1023. package/dist/esm/operationsInterfaces/jobOperations.js +9 -0
  1024. package/dist/esm/operationsInterfaces/jobOperations.js.map +1 -0
  1025. package/dist/esm/operationsInterfaces/jobScheduleOperations.d.ts +38 -0
  1026. package/dist/esm/operationsInterfaces/jobScheduleOperations.d.ts.map +1 -0
  1027. package/dist/esm/operationsInterfaces/jobScheduleOperations.js +9 -0
  1028. package/dist/esm/operationsInterfaces/jobScheduleOperations.js.map +1 -0
  1029. package/dist/esm/operationsInterfaces/jobStreamOperations.d.ts +23 -0
  1030. package/dist/esm/operationsInterfaces/jobStreamOperations.d.ts.map +1 -0
  1031. package/dist/esm/operationsInterfaces/jobStreamOperations.js +9 -0
  1032. package/dist/esm/operationsInterfaces/jobStreamOperations.js.map +1 -0
  1033. package/dist/esm/operationsInterfaces/keys.d.ts +12 -0
  1034. package/dist/esm/operationsInterfaces/keys.d.ts.map +1 -0
  1035. package/dist/esm/operationsInterfaces/keys.js +9 -0
  1036. package/dist/esm/operationsInterfaces/keys.js.map +1 -0
  1037. package/dist/esm/operationsInterfaces/linkedWorkspaceOperations.d.ts +12 -0
  1038. package/dist/esm/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +1 -0
  1039. package/dist/esm/operationsInterfaces/linkedWorkspaceOperations.js +9 -0
  1040. package/dist/esm/operationsInterfaces/linkedWorkspaceOperations.js.map +1 -0
  1041. package/dist/esm/operationsInterfaces/moduleOperations.d.ts +47 -0
  1042. package/dist/esm/operationsInterfaces/moduleOperations.d.ts.map +1 -0
  1043. package/dist/esm/operationsInterfaces/moduleOperations.js +9 -0
  1044. package/dist/esm/operationsInterfaces/moduleOperations.js.map +1 -0
  1045. package/dist/esm/operationsInterfaces/nodeCountInformation.d.ts +13 -0
  1046. package/dist/esm/operationsInterfaces/nodeCountInformation.d.ts.map +1 -0
  1047. package/dist/esm/operationsInterfaces/nodeCountInformation.js +9 -0
  1048. package/dist/esm/operationsInterfaces/nodeCountInformation.js.map +1 -0
  1049. package/dist/esm/operationsInterfaces/nodeReports.d.ts +32 -0
  1050. package/dist/esm/operationsInterfaces/nodeReports.d.ts.map +1 -0
  1051. package/dist/esm/operationsInterfaces/nodeReports.js +9 -0
  1052. package/dist/esm/operationsInterfaces/nodeReports.js.map +1 -0
  1053. package/dist/esm/operationsInterfaces/objectDataTypes.d.ts +23 -0
  1054. package/dist/esm/operationsInterfaces/objectDataTypes.d.ts.map +1 -0
  1055. package/dist/esm/operationsInterfaces/objectDataTypes.js +9 -0
  1056. package/dist/esm/operationsInterfaces/objectDataTypes.js.map +1 -0
  1057. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  1058. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  1059. package/dist/esm/operationsInterfaces/operations.js +9 -0
  1060. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  1061. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  1062. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  1063. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  1064. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  1065. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +13 -0
  1066. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  1067. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  1068. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  1069. package/dist/esm/operationsInterfaces/python2Package.d.ts +47 -0
  1070. package/dist/esm/operationsInterfaces/python2Package.d.ts.map +1 -0
  1071. package/dist/esm/operationsInterfaces/python2Package.js +9 -0
  1072. package/dist/esm/operationsInterfaces/python2Package.js.map +1 -0
  1073. package/dist/esm/operationsInterfaces/runbookDraftOperations.d.ts +48 -0
  1074. package/dist/esm/operationsInterfaces/runbookDraftOperations.d.ts.map +1 -0
  1075. package/dist/esm/operationsInterfaces/runbookDraftOperations.js +9 -0
  1076. package/dist/esm/operationsInterfaces/runbookDraftOperations.js.map +1 -0
  1077. package/dist/esm/operationsInterfaces/runbookOperations.d.ts +73 -0
  1078. package/dist/esm/operationsInterfaces/runbookOperations.d.ts.map +1 -0
  1079. package/dist/esm/operationsInterfaces/runbookOperations.js +9 -0
  1080. package/dist/esm/operationsInterfaces/runbookOperations.js.map +1 -0
  1081. package/dist/esm/operationsInterfaces/scheduleOperations.d.ts +47 -0
  1082. package/dist/esm/operationsInterfaces/scheduleOperations.d.ts.map +1 -0
  1083. package/dist/esm/operationsInterfaces/scheduleOperations.js +9 -0
  1084. package/dist/esm/operationsInterfaces/scheduleOperations.js.map +1 -0
  1085. package/dist/esm/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +21 -0
  1086. package/dist/esm/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
  1087. package/dist/esm/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js +9 -0
  1088. package/dist/esm/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +1 -0
  1089. package/dist/esm/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +20 -0
  1090. package/dist/esm/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +1 -0
  1091. package/dist/esm/operationsInterfaces/softwareUpdateConfigurationRuns.js +9 -0
  1092. package/dist/esm/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +1 -0
  1093. package/dist/esm/operationsInterfaces/softwareUpdateConfigurations.d.ts +37 -0
  1094. package/dist/esm/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +1 -0
  1095. package/dist/esm/operationsInterfaces/softwareUpdateConfigurations.js +9 -0
  1096. package/dist/esm/operationsInterfaces/softwareUpdateConfigurations.js.map +1 -0
  1097. package/dist/esm/operationsInterfaces/sourceControlOperations.d.ts +47 -0
  1098. package/dist/esm/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
  1099. package/dist/esm/operationsInterfaces/sourceControlOperations.js +9 -0
  1100. package/dist/esm/operationsInterfaces/sourceControlOperations.js.map +1 -0
  1101. package/dist/esm/operationsInterfaces/sourceControlSyncJobOperations.d.ts +33 -0
  1102. package/dist/esm/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +1 -0
  1103. package/dist/esm/operationsInterfaces/sourceControlSyncJobOperations.js +9 -0
  1104. package/dist/esm/operationsInterfaces/sourceControlSyncJobOperations.js.map +1 -0
  1105. package/dist/esm/operationsInterfaces/sourceControlSyncJobStreams.d.ts +25 -0
  1106. package/dist/esm/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +1 -0
  1107. package/dist/esm/operationsInterfaces/sourceControlSyncJobStreams.js +9 -0
  1108. package/dist/esm/operationsInterfaces/sourceControlSyncJobStreams.js.map +1 -0
  1109. package/dist/esm/operationsInterfaces/statisticsOperations.d.ts +13 -0
  1110. package/dist/esm/operationsInterfaces/statisticsOperations.d.ts.map +1 -0
  1111. package/dist/esm/operationsInterfaces/statisticsOperations.js +9 -0
  1112. package/dist/esm/operationsInterfaces/statisticsOperations.js.map +1 -0
  1113. package/dist/esm/operationsInterfaces/testJobOperations.d.ts +46 -0
  1114. package/dist/esm/operationsInterfaces/testJobOperations.d.ts.map +1 -0
  1115. package/dist/esm/operationsInterfaces/testJobOperations.js +9 -0
  1116. package/dist/esm/operationsInterfaces/testJobOperations.js.map +1 -0
  1117. package/dist/esm/operationsInterfaces/testJobStreams.d.ts +23 -0
  1118. package/dist/esm/operationsInterfaces/testJobStreams.d.ts.map +1 -0
  1119. package/dist/esm/operationsInterfaces/testJobStreams.js +9 -0
  1120. package/dist/esm/operationsInterfaces/testJobStreams.js.map +1 -0
  1121. package/dist/esm/operationsInterfaces/usages.d.ts +13 -0
  1122. package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
  1123. package/dist/esm/operationsInterfaces/usages.js +9 -0
  1124. package/dist/esm/operationsInterfaces/usages.js.map +1 -0
  1125. package/dist/esm/operationsInterfaces/variableOperations.d.ts +47 -0
  1126. package/dist/esm/operationsInterfaces/variableOperations.d.ts.map +1 -0
  1127. package/dist/esm/operationsInterfaces/variableOperations.js +9 -0
  1128. package/dist/esm/operationsInterfaces/variableOperations.js.map +1 -0
  1129. package/dist/esm/operationsInterfaces/watcherOperations.d.ts +63 -0
  1130. package/dist/esm/operationsInterfaces/watcherOperations.d.ts.map +1 -0
  1131. package/dist/esm/operationsInterfaces/watcherOperations.js +9 -0
  1132. package/dist/esm/operationsInterfaces/watcherOperations.js.map +1 -0
  1133. package/dist/esm/operationsInterfaces/webhookOperations.d.ts +54 -0
  1134. package/dist/esm/operationsInterfaces/webhookOperations.d.ts.map +1 -0
  1135. package/dist/esm/operationsInterfaces/webhookOperations.js +9 -0
  1136. package/dist/esm/operationsInterfaces/webhookOperations.js.map +1 -0
  1137. package/dist/esm/package.json +3 -0
  1138. package/dist/esm/pagingHelper.d.ts +13 -0
  1139. package/dist/esm/pagingHelper.d.ts.map +1 -0
  1140. package/dist/esm/pagingHelper.js +30 -0
  1141. package/dist/esm/pagingHelper.js.map +1 -0
  1142. package/dist/react-native/automationClient.d.ts +70 -0
  1143. package/dist/react-native/automationClient.d.ts.map +1 -0
  1144. package/dist/react-native/automationClient.js +204 -0
  1145. package/dist/react-native/automationClient.js.map +1 -0
  1146. package/dist/react-native/index.d.ts +5 -0
  1147. package/dist/react-native/index.d.ts.map +1 -0
  1148. package/dist/react-native/index.js +13 -0
  1149. package/dist/react-native/index.js.map +1 -0
  1150. package/dist/react-native/lroImpl.d.ts +16 -0
  1151. package/dist/react-native/lroImpl.d.ts.map +1 -0
  1152. package/dist/react-native/lroImpl.js +33 -0
  1153. package/dist/react-native/lroImpl.js.map +1 -0
  1154. package/dist/react-native/models/index.d.ts +4342 -0
  1155. package/dist/react-native/models/index.d.ts.map +1 -0
  1156. package/dist/react-native/models/index.js +412 -0
  1157. package/dist/react-native/models/index.js.map +1 -0
  1158. package/dist/react-native/models/mappers.d.ts +184 -0
  1159. package/dist/react-native/models/mappers.d.ts.map +1 -0
  1160. package/dist/react-native/models/mappers.js +6918 -0
  1161. package/dist/react-native/models/mappers.js.map +1 -0
  1162. package/dist/react-native/models/parameters.d.ts +106 -0
  1163. package/dist/react-native/models/parameters.d.ts.map +1 -0
  1164. package/dist/react-native/models/parameters.js +811 -0
  1165. package/dist/react-native/models/parameters.js.map +1 -0
  1166. package/dist/react-native/operations/activityOperations.d.ts +50 -0
  1167. package/dist/react-native/operations/activityOperations.d.ts.map +1 -0
  1168. package/dist/react-native/operations/activityOperations.js +184 -0
  1169. package/dist/react-native/operations/activityOperations.js.map +1 -0
  1170. package/dist/react-native/operations/agentRegistrationInformation.d.ts +28 -0
  1171. package/dist/react-native/operations/agentRegistrationInformation.d.ts.map +1 -0
  1172. package/dist/react-native/operations/agentRegistrationInformation.js +87 -0
  1173. package/dist/react-native/operations/agentRegistrationInformation.js.map +1 -0
  1174. package/dist/react-native/operations/automationAccountOperations.d.ts +83 -0
  1175. package/dist/react-native/operations/automationAccountOperations.d.ts.map +1 -0
  1176. package/dist/react-native/operations/automationAccountOperations.js +350 -0
  1177. package/dist/react-native/operations/automationAccountOperations.js.map +1 -0
  1178. package/dist/react-native/operations/certificateOperations.d.ts +73 -0
  1179. package/dist/react-native/operations/certificateOperations.d.ts.map +1 -0
  1180. package/dist/react-native/operations/certificateOperations.js +281 -0
  1181. package/dist/react-native/operations/certificateOperations.js.map +1 -0
  1182. package/dist/react-native/operations/connectionOperations.d.ts +73 -0
  1183. package/dist/react-native/operations/connectionOperations.d.ts.map +1 -0
  1184. package/dist/react-native/operations/connectionOperations.js +282 -0
  1185. package/dist/react-native/operations/connectionOperations.js.map +1 -0
  1186. package/dist/react-native/operations/connectionTypeOperations.d.ts +64 -0
  1187. package/dist/react-native/operations/connectionTypeOperations.d.ts.map +1 -0
  1188. package/dist/react-native/operations/connectionTypeOperations.js +238 -0
  1189. package/dist/react-native/operations/connectionTypeOperations.js.map +1 -0
  1190. package/dist/react-native/operations/credentialOperations.d.ts +73 -0
  1191. package/dist/react-native/operations/credentialOperations.d.ts.map +1 -0
  1192. package/dist/react-native/operations/credentialOperations.js +275 -0
  1193. package/dist/react-native/operations/credentialOperations.js.map +1 -0
  1194. package/dist/react-native/operations/deletedAutomationAccounts.d.ts +18 -0
  1195. package/dist/react-native/operations/deletedAutomationAccounts.d.ts.map +1 -0
  1196. package/dist/react-native/operations/deletedAutomationAccounts.js +47 -0
  1197. package/dist/react-native/operations/deletedAutomationAccounts.js.map +1 -0
  1198. package/dist/react-native/operations/dscCompilationJobOperations.d.ts +75 -0
  1199. package/dist/react-native/operations/dscCompilationJobOperations.d.ts.map +1 -0
  1200. package/dist/react-native/operations/dscCompilationJobOperations.js +297 -0
  1201. package/dist/react-native/operations/dscCompilationJobOperations.js.map +1 -0
  1202. package/dist/react-native/operations/dscCompilationJobStream.d.ts +21 -0
  1203. package/dist/react-native/operations/dscCompilationJobStream.d.ts.map +1 -0
  1204. package/dist/react-native/operations/dscCompilationJobStream.js +56 -0
  1205. package/dist/react-native/operations/dscCompilationJobStream.js.map +1 -0
  1206. package/dist/react-native/operations/dscConfigurationOperations.d.ts +101 -0
  1207. package/dist/react-native/operations/dscConfigurationOperations.d.ts.map +1 -0
  1208. package/dist/react-native/operations/dscConfigurationOperations.js +417 -0
  1209. package/dist/react-native/operations/dscConfigurationOperations.js.map +1 -0
  1210. package/dist/react-native/operations/dscNodeConfigurationOperations.d.ts +74 -0
  1211. package/dist/react-native/operations/dscNodeConfigurationOperations.d.ts.map +1 -0
  1212. package/dist/react-native/operations/dscNodeConfigurationOperations.js +301 -0
  1213. package/dist/react-native/operations/dscNodeConfigurationOperations.js.map +1 -0
  1214. package/dist/react-native/operations/dscNodeOperations.d.ts +64 -0
  1215. package/dist/react-native/operations/dscNodeOperations.d.ts.map +1 -0
  1216. package/dist/react-native/operations/dscNodeOperations.js +243 -0
  1217. package/dist/react-native/operations/dscNodeOperations.js.map +1 -0
  1218. package/dist/react-native/operations/fields.d.ts +34 -0
  1219. package/dist/react-native/operations/fields.d.ts.map +1 -0
  1220. package/dist/react-native/operations/fields.js +100 -0
  1221. package/dist/react-native/operations/fields.js.map +1 -0
  1222. package/dist/react-native/operations/hybridRunbookWorkerGroupOperations.d.ts +74 -0
  1223. package/dist/react-native/operations/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
  1224. package/dist/react-native/operations/hybridRunbookWorkerGroupOperations.js +289 -0
  1225. package/dist/react-native/operations/hybridRunbookWorkerGroupOperations.js.map +1 -0
  1226. package/dist/react-native/operations/hybridRunbookWorkers.d.ts +81 -0
  1227. package/dist/react-native/operations/hybridRunbookWorkers.d.ts.map +1 -0
  1228. package/dist/react-native/operations/hybridRunbookWorkers.js +316 -0
  1229. package/dist/react-native/operations/hybridRunbookWorkers.js.map +1 -0
  1230. package/dist/react-native/operations/index.d.ts +46 -0
  1231. package/dist/react-native/operations/index.d.ts.map +1 -0
  1232. package/dist/react-native/operations/index.js +53 -0
  1233. package/dist/react-native/operations/index.js.map +1 -0
  1234. package/dist/react-native/operations/jobOperations.d.ts +96 -0
  1235. package/dist/react-native/operations/jobOperations.d.ts.map +1 -0
  1236. package/dist/react-native/operations/jobOperations.js +361 -0
  1237. package/dist/react-native/operations/jobOperations.js.map +1 -0
  1238. package/dist/react-native/operations/jobScheduleOperations.d.ts +64 -0
  1239. package/dist/react-native/operations/jobScheduleOperations.d.ts.map +1 -0
  1240. package/dist/react-native/operations/jobScheduleOperations.js +237 -0
  1241. package/dist/react-native/operations/jobScheduleOperations.js.map +1 -0
  1242. package/dist/react-native/operations/jobStreamOperations.d.ts +50 -0
  1243. package/dist/react-native/operations/jobStreamOperations.d.ts.map +1 -0
  1244. package/dist/react-native/operations/jobStreamOperations.js +178 -0
  1245. package/dist/react-native/operations/jobStreamOperations.js.map +1 -0
  1246. package/dist/react-native/operations/keys.d.ts +20 -0
  1247. package/dist/react-native/operations/keys.d.ts.map +1 -0
  1248. package/dist/react-native/operations/keys.js +54 -0
  1249. package/dist/react-native/operations/keys.js.map +1 -0
  1250. package/dist/react-native/operations/linkedWorkspaceOperations.d.ts +20 -0
  1251. package/dist/react-native/operations/linkedWorkspaceOperations.d.ts.map +1 -0
  1252. package/dist/react-native/operations/linkedWorkspaceOperations.js +54 -0
  1253. package/dist/react-native/operations/linkedWorkspaceOperations.js.map +1 -0
  1254. package/dist/react-native/operations/moduleOperations.d.ts +73 -0
  1255. package/dist/react-native/operations/moduleOperations.d.ts.map +1 -0
  1256. package/dist/react-native/operations/moduleOperations.js +281 -0
  1257. package/dist/react-native/operations/moduleOperations.js.map +1 -0
  1258. package/dist/react-native/operations/nodeCountInformation.d.ts +21 -0
  1259. package/dist/react-native/operations/nodeCountInformation.d.ts.map +1 -0
  1260. package/dist/react-native/operations/nodeCountInformation.js +56 -0
  1261. package/dist/react-native/operations/nodeCountInformation.js.map +1 -0
  1262. package/dist/react-native/operations/nodeReports.d.ts +59 -0
  1263. package/dist/react-native/operations/nodeReports.d.ts.map +1 -0
  1264. package/dist/react-native/operations/nodeReports.js +208 -0
  1265. package/dist/react-native/operations/nodeReports.js.map +1 -0
  1266. package/dist/react-native/operations/objectDataTypes.d.ts +52 -0
  1267. package/dist/react-native/operations/objectDataTypes.d.ts.map +1 -0
  1268. package/dist/react-native/operations/objectDataTypes.js +166 -0
  1269. package/dist/react-native/operations/objectDataTypes.js.map +1 -0
  1270. package/dist/react-native/operations/operations.d.ts +26 -0
  1271. package/dist/react-native/operations/operations.d.ts.map +1 -0
  1272. package/dist/react-native/operations/operations.js +79 -0
  1273. package/dist/react-native/operations/operations.js.map +1 -0
  1274. package/dist/react-native/operations/privateEndpointConnections.d.ts +73 -0
  1275. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  1276. package/dist/react-native/operations/privateEndpointConnections.js +298 -0
  1277. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  1278. package/dist/react-native/operations/privateLinkResources.d.ts +30 -0
  1279. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  1280. package/dist/react-native/operations/privateLinkResources.js +85 -0
  1281. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  1282. package/dist/react-native/operations/python2Package.d.ts +73 -0
  1283. package/dist/react-native/operations/python2Package.d.ts.map +1 -0
  1284. package/dist/react-native/operations/python2Package.js +281 -0
  1285. package/dist/react-native/operations/python2Package.js.map +1 -0
  1286. package/dist/react-native/operations/runbookDraftOperations.d.ts +56 -0
  1287. package/dist/react-native/operations/runbookDraftOperations.d.ts.map +1 -0
  1288. package/dist/react-native/operations/runbookDraftOperations.js +215 -0
  1289. package/dist/react-native/operations/runbookDraftOperations.js.map +1 -0
  1290. package/dist/react-native/operations/runbookOperations.d.ts +99 -0
  1291. package/dist/react-native/operations/runbookOperations.d.ts.map +1 -0
  1292. package/dist/react-native/operations/runbookOperations.js +400 -0
  1293. package/dist/react-native/operations/runbookOperations.js.map +1 -0
  1294. package/dist/react-native/operations/scheduleOperations.d.ts +73 -0
  1295. package/dist/react-native/operations/scheduleOperations.d.ts.map +1 -0
  1296. package/dist/react-native/operations/scheduleOperations.js +282 -0
  1297. package/dist/react-native/operations/scheduleOperations.js.map +1 -0
  1298. package/dist/react-native/operations/softwareUpdateConfigurationMachineRuns.d.ts +29 -0
  1299. package/dist/react-native/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
  1300. package/dist/react-native/operations/softwareUpdateConfigurationMachineRuns.js +97 -0
  1301. package/dist/react-native/operations/softwareUpdateConfigurationMachineRuns.js.map +1 -0
  1302. package/dist/react-native/operations/softwareUpdateConfigurationRuns.d.ts +28 -0
  1303. package/dist/react-native/operations/softwareUpdateConfigurationRuns.d.ts.map +1 -0
  1304. package/dist/react-native/operations/softwareUpdateConfigurationRuns.js +96 -0
  1305. package/dist/react-native/operations/softwareUpdateConfigurationRuns.js.map +1 -0
  1306. package/dist/react-native/operations/softwareUpdateConfigurations.d.ts +45 -0
  1307. package/dist/react-native/operations/softwareUpdateConfigurations.d.ts.map +1 -0
  1308. package/dist/react-native/operations/softwareUpdateConfigurations.js +175 -0
  1309. package/dist/react-native/operations/softwareUpdateConfigurations.js.map +1 -0
  1310. package/dist/react-native/operations/sourceControlOperations.d.ts +73 -0
  1311. package/dist/react-native/operations/sourceControlOperations.d.ts.map +1 -0
  1312. package/dist/react-native/operations/sourceControlOperations.js +281 -0
  1313. package/dist/react-native/operations/sourceControlOperations.js.map +1 -0
  1314. package/dist/react-native/operations/sourceControlSyncJobOperations.d.ts +61 -0
  1315. package/dist/react-native/operations/sourceControlSyncJobOperations.d.ts.map +1 -0
  1316. package/dist/react-native/operations/sourceControlSyncJobOperations.js +229 -0
  1317. package/dist/react-native/operations/sourceControlSyncJobOperations.js.map +1 -0
  1318. package/dist/react-native/operations/sourceControlSyncJobStreams.d.ts +54 -0
  1319. package/dist/react-native/operations/sourceControlSyncJobStreams.d.ts.map +1 -0
  1320. package/dist/react-native/operations/sourceControlSyncJobStreams.js +199 -0
  1321. package/dist/react-native/operations/sourceControlSyncJobStreams.js.map +1 -0
  1322. package/dist/react-native/operations/statisticsOperations.d.ts +30 -0
  1323. package/dist/react-native/operations/statisticsOperations.d.ts.map +1 -0
  1324. package/dist/react-native/operations/statisticsOperations.js +88 -0
  1325. package/dist/react-native/operations/statisticsOperations.js.map +1 -0
  1326. package/dist/react-native/operations/testJobOperations.d.ts +54 -0
  1327. package/dist/react-native/operations/testJobOperations.d.ts.map +1 -0
  1328. package/dist/react-native/operations/testJobOperations.js +187 -0
  1329. package/dist/react-native/operations/testJobOperations.js.map +1 -0
  1330. package/dist/react-native/operations/testJobStreams.d.ts +50 -0
  1331. package/dist/react-native/operations/testJobStreams.d.ts.map +1 -0
  1332. package/dist/react-native/operations/testJobStreams.js +184 -0
  1333. package/dist/react-native/operations/testJobStreams.js.map +1 -0
  1334. package/dist/react-native/operations/usages.d.ts +30 -0
  1335. package/dist/react-native/operations/usages.d.ts.map +1 -0
  1336. package/dist/react-native/operations/usages.js +88 -0
  1337. package/dist/react-native/operations/usages.js.map +1 -0
  1338. package/dist/react-native/operations/variableOperations.d.ts +73 -0
  1339. package/dist/react-native/operations/variableOperations.d.ts.map +1 -0
  1340. package/dist/react-native/operations/variableOperations.js +281 -0
  1341. package/dist/react-native/operations/variableOperations.js.map +1 -0
  1342. package/dist/react-native/operations/watcherOperations.d.ts +89 -0
  1343. package/dist/react-native/operations/watcherOperations.d.ts.map +1 -0
  1344. package/dist/react-native/operations/watcherOperations.js +341 -0
  1345. package/dist/react-native/operations/watcherOperations.js.map +1 -0
  1346. package/dist/react-native/operations/webhookOperations.d.ts +80 -0
  1347. package/dist/react-native/operations/webhookOperations.d.ts.map +1 -0
  1348. package/dist/react-native/operations/webhookOperations.js +311 -0
  1349. package/dist/react-native/operations/webhookOperations.js.map +1 -0
  1350. package/dist/react-native/operationsInterfaces/activityOperations.d.ts +23 -0
  1351. package/dist/react-native/operationsInterfaces/activityOperations.d.ts.map +1 -0
  1352. package/dist/react-native/operationsInterfaces/activityOperations.js +9 -0
  1353. package/dist/react-native/operationsInterfaces/activityOperations.js.map +1 -0
  1354. package/dist/react-native/operationsInterfaces/agentRegistrationInformation.d.ts +20 -0
  1355. package/dist/react-native/operationsInterfaces/agentRegistrationInformation.d.ts.map +1 -0
  1356. package/dist/react-native/operationsInterfaces/agentRegistrationInformation.js +9 -0
  1357. package/dist/react-native/operationsInterfaces/agentRegistrationInformation.js.map +1 -0
  1358. package/dist/react-native/operationsInterfaces/automationAccountOperations.d.ts +47 -0
  1359. package/dist/react-native/operationsInterfaces/automationAccountOperations.d.ts.map +1 -0
  1360. package/dist/react-native/operationsInterfaces/automationAccountOperations.js +9 -0
  1361. package/dist/react-native/operationsInterfaces/automationAccountOperations.js.map +1 -0
  1362. package/dist/react-native/operationsInterfaces/certificateOperations.d.ts +47 -0
  1363. package/dist/react-native/operationsInterfaces/certificateOperations.d.ts.map +1 -0
  1364. package/dist/react-native/operationsInterfaces/certificateOperations.js +9 -0
  1365. package/dist/react-native/operationsInterfaces/certificateOperations.js.map +1 -0
  1366. package/dist/react-native/operationsInterfaces/connectionOperations.d.ts +47 -0
  1367. package/dist/react-native/operationsInterfaces/connectionOperations.d.ts.map +1 -0
  1368. package/dist/react-native/operationsInterfaces/connectionOperations.js +9 -0
  1369. package/dist/react-native/operationsInterfaces/connectionOperations.js.map +1 -0
  1370. package/dist/react-native/operationsInterfaces/connectionTypeOperations.d.ts +38 -0
  1371. package/dist/react-native/operationsInterfaces/connectionTypeOperations.d.ts.map +1 -0
  1372. package/dist/react-native/operationsInterfaces/connectionTypeOperations.js +9 -0
  1373. package/dist/react-native/operationsInterfaces/connectionTypeOperations.js.map +1 -0
  1374. package/dist/react-native/operationsInterfaces/credentialOperations.d.ts +47 -0
  1375. package/dist/react-native/operationsInterfaces/credentialOperations.d.ts.map +1 -0
  1376. package/dist/react-native/operationsInterfaces/credentialOperations.js +9 -0
  1377. package/dist/react-native/operationsInterfaces/credentialOperations.js.map +1 -0
  1378. package/dist/react-native/operationsInterfaces/deletedAutomationAccounts.d.ts +10 -0
  1379. package/dist/react-native/operationsInterfaces/deletedAutomationAccounts.d.ts.map +1 -0
  1380. package/dist/react-native/operationsInterfaces/deletedAutomationAccounts.js +9 -0
  1381. package/dist/react-native/operationsInterfaces/deletedAutomationAccounts.js.map +1 -0
  1382. package/dist/react-native/operationsInterfaces/dscCompilationJobOperations.d.ts +49 -0
  1383. package/dist/react-native/operationsInterfaces/dscCompilationJobOperations.d.ts.map +1 -0
  1384. package/dist/react-native/operationsInterfaces/dscCompilationJobOperations.js +9 -0
  1385. package/dist/react-native/operationsInterfaces/dscCompilationJobOperations.js.map +1 -0
  1386. package/dist/react-native/operationsInterfaces/dscCompilationJobStream.d.ts +13 -0
  1387. package/dist/react-native/operationsInterfaces/dscCompilationJobStream.d.ts.map +1 -0
  1388. package/dist/react-native/operationsInterfaces/dscCompilationJobStream.js +9 -0
  1389. package/dist/react-native/operationsInterfaces/dscCompilationJobStream.js.map +1 -0
  1390. package/dist/react-native/operationsInterfaces/dscConfigurationOperations.d.ts +73 -0
  1391. package/dist/react-native/operationsInterfaces/dscConfigurationOperations.d.ts.map +1 -0
  1392. package/dist/react-native/operationsInterfaces/dscConfigurationOperations.js +9 -0
  1393. package/dist/react-native/operationsInterfaces/dscConfigurationOperations.js.map +1 -0
  1394. package/dist/react-native/operationsInterfaces/dscNodeConfigurationOperations.d.ts +48 -0
  1395. package/dist/react-native/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +1 -0
  1396. package/dist/react-native/operationsInterfaces/dscNodeConfigurationOperations.js +9 -0
  1397. package/dist/react-native/operationsInterfaces/dscNodeConfigurationOperations.js.map +1 -0
  1398. package/dist/react-native/operationsInterfaces/dscNodeOperations.d.ts +38 -0
  1399. package/dist/react-native/operationsInterfaces/dscNodeOperations.d.ts.map +1 -0
  1400. package/dist/react-native/operationsInterfaces/dscNodeOperations.js +9 -0
  1401. package/dist/react-native/operationsInterfaces/dscNodeOperations.js.map +1 -0
  1402. package/dist/react-native/operationsInterfaces/fields.d.ts +15 -0
  1403. package/dist/react-native/operationsInterfaces/fields.d.ts.map +1 -0
  1404. package/dist/react-native/operationsInterfaces/fields.js +9 -0
  1405. package/dist/react-native/operationsInterfaces/fields.js.map +1 -0
  1406. package/dist/react-native/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +48 -0
  1407. package/dist/react-native/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
  1408. package/dist/react-native/operationsInterfaces/hybridRunbookWorkerGroupOperations.js +9 -0
  1409. package/dist/react-native/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +1 -0
  1410. package/dist/react-native/operationsInterfaces/hybridRunbookWorkers.d.ts +53 -0
  1411. package/dist/react-native/operationsInterfaces/hybridRunbookWorkers.d.ts.map +1 -0
  1412. package/dist/react-native/operationsInterfaces/hybridRunbookWorkers.js +9 -0
  1413. package/dist/react-native/operationsInterfaces/hybridRunbookWorkers.js.map +1 -0
  1414. package/dist/react-native/operationsInterfaces/index.d.ts +46 -0
  1415. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  1416. package/dist/react-native/operationsInterfaces/index.js +53 -0
  1417. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  1418. package/dist/react-native/operationsInterfaces/jobOperations.d.ts +70 -0
  1419. package/dist/react-native/operationsInterfaces/jobOperations.d.ts.map +1 -0
  1420. package/dist/react-native/operationsInterfaces/jobOperations.js +9 -0
  1421. package/dist/react-native/operationsInterfaces/jobOperations.js.map +1 -0
  1422. package/dist/react-native/operationsInterfaces/jobScheduleOperations.d.ts +38 -0
  1423. package/dist/react-native/operationsInterfaces/jobScheduleOperations.d.ts.map +1 -0
  1424. package/dist/react-native/operationsInterfaces/jobScheduleOperations.js +9 -0
  1425. package/dist/react-native/operationsInterfaces/jobScheduleOperations.js.map +1 -0
  1426. package/dist/react-native/operationsInterfaces/jobStreamOperations.d.ts +23 -0
  1427. package/dist/react-native/operationsInterfaces/jobStreamOperations.d.ts.map +1 -0
  1428. package/dist/react-native/operationsInterfaces/jobStreamOperations.js +9 -0
  1429. package/dist/react-native/operationsInterfaces/jobStreamOperations.js.map +1 -0
  1430. package/dist/react-native/operationsInterfaces/keys.d.ts +12 -0
  1431. package/dist/react-native/operationsInterfaces/keys.d.ts.map +1 -0
  1432. package/dist/react-native/operationsInterfaces/keys.js +9 -0
  1433. package/dist/react-native/operationsInterfaces/keys.js.map +1 -0
  1434. package/dist/react-native/operationsInterfaces/linkedWorkspaceOperations.d.ts +12 -0
  1435. package/dist/react-native/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +1 -0
  1436. package/dist/react-native/operationsInterfaces/linkedWorkspaceOperations.js +9 -0
  1437. package/dist/react-native/operationsInterfaces/linkedWorkspaceOperations.js.map +1 -0
  1438. package/dist/react-native/operationsInterfaces/moduleOperations.d.ts +47 -0
  1439. package/dist/react-native/operationsInterfaces/moduleOperations.d.ts.map +1 -0
  1440. package/dist/react-native/operationsInterfaces/moduleOperations.js +9 -0
  1441. package/dist/react-native/operationsInterfaces/moduleOperations.js.map +1 -0
  1442. package/dist/react-native/operationsInterfaces/nodeCountInformation.d.ts +13 -0
  1443. package/dist/react-native/operationsInterfaces/nodeCountInformation.d.ts.map +1 -0
  1444. package/dist/react-native/operationsInterfaces/nodeCountInformation.js +9 -0
  1445. package/dist/react-native/operationsInterfaces/nodeCountInformation.js.map +1 -0
  1446. package/dist/react-native/operationsInterfaces/nodeReports.d.ts +32 -0
  1447. package/dist/react-native/operationsInterfaces/nodeReports.d.ts.map +1 -0
  1448. package/dist/react-native/operationsInterfaces/nodeReports.js +9 -0
  1449. package/dist/react-native/operationsInterfaces/nodeReports.js.map +1 -0
  1450. package/dist/react-native/operationsInterfaces/objectDataTypes.d.ts +23 -0
  1451. package/dist/react-native/operationsInterfaces/objectDataTypes.d.ts.map +1 -0
  1452. package/dist/react-native/operationsInterfaces/objectDataTypes.js +9 -0
  1453. package/dist/react-native/operationsInterfaces/objectDataTypes.js.map +1 -0
  1454. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  1455. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  1456. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  1457. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  1458. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  1459. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  1460. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  1461. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  1462. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +13 -0
  1463. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  1464. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  1465. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  1466. package/dist/react-native/operationsInterfaces/python2Package.d.ts +47 -0
  1467. package/dist/react-native/operationsInterfaces/python2Package.d.ts.map +1 -0
  1468. package/dist/react-native/operationsInterfaces/python2Package.js +9 -0
  1469. package/dist/react-native/operationsInterfaces/python2Package.js.map +1 -0
  1470. package/dist/react-native/operationsInterfaces/runbookDraftOperations.d.ts +48 -0
  1471. package/dist/react-native/operationsInterfaces/runbookDraftOperations.d.ts.map +1 -0
  1472. package/dist/react-native/operationsInterfaces/runbookDraftOperations.js +9 -0
  1473. package/dist/react-native/operationsInterfaces/runbookDraftOperations.js.map +1 -0
  1474. package/dist/react-native/operationsInterfaces/runbookOperations.d.ts +73 -0
  1475. package/dist/react-native/operationsInterfaces/runbookOperations.d.ts.map +1 -0
  1476. package/dist/react-native/operationsInterfaces/runbookOperations.js +9 -0
  1477. package/dist/react-native/operationsInterfaces/runbookOperations.js.map +1 -0
  1478. package/dist/react-native/operationsInterfaces/scheduleOperations.d.ts +47 -0
  1479. package/dist/react-native/operationsInterfaces/scheduleOperations.d.ts.map +1 -0
  1480. package/dist/react-native/operationsInterfaces/scheduleOperations.js +9 -0
  1481. package/dist/react-native/operationsInterfaces/scheduleOperations.js.map +1 -0
  1482. package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +21 -0
  1483. package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
  1484. package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js +9 -0
  1485. package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +1 -0
  1486. package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +20 -0
  1487. package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +1 -0
  1488. package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationRuns.js +9 -0
  1489. package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +1 -0
  1490. package/dist/react-native/operationsInterfaces/softwareUpdateConfigurations.d.ts +37 -0
  1491. package/dist/react-native/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +1 -0
  1492. package/dist/react-native/operationsInterfaces/softwareUpdateConfigurations.js +9 -0
  1493. package/dist/react-native/operationsInterfaces/softwareUpdateConfigurations.js.map +1 -0
  1494. package/dist/react-native/operationsInterfaces/sourceControlOperations.d.ts +47 -0
  1495. package/dist/react-native/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
  1496. package/dist/react-native/operationsInterfaces/sourceControlOperations.js +9 -0
  1497. package/dist/react-native/operationsInterfaces/sourceControlOperations.js.map +1 -0
  1498. package/dist/react-native/operationsInterfaces/sourceControlSyncJobOperations.d.ts +33 -0
  1499. package/dist/react-native/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +1 -0
  1500. package/dist/react-native/operationsInterfaces/sourceControlSyncJobOperations.js +9 -0
  1501. package/dist/react-native/operationsInterfaces/sourceControlSyncJobOperations.js.map +1 -0
  1502. package/dist/react-native/operationsInterfaces/sourceControlSyncJobStreams.d.ts +25 -0
  1503. package/dist/react-native/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +1 -0
  1504. package/dist/react-native/operationsInterfaces/sourceControlSyncJobStreams.js +9 -0
  1505. package/dist/react-native/operationsInterfaces/sourceControlSyncJobStreams.js.map +1 -0
  1506. package/dist/react-native/operationsInterfaces/statisticsOperations.d.ts +13 -0
  1507. package/dist/react-native/operationsInterfaces/statisticsOperations.d.ts.map +1 -0
  1508. package/dist/react-native/operationsInterfaces/statisticsOperations.js +9 -0
  1509. package/dist/react-native/operationsInterfaces/statisticsOperations.js.map +1 -0
  1510. package/dist/react-native/operationsInterfaces/testJobOperations.d.ts +46 -0
  1511. package/dist/react-native/operationsInterfaces/testJobOperations.d.ts.map +1 -0
  1512. package/dist/react-native/operationsInterfaces/testJobOperations.js +9 -0
  1513. package/dist/react-native/operationsInterfaces/testJobOperations.js.map +1 -0
  1514. package/dist/react-native/operationsInterfaces/testJobStreams.d.ts +23 -0
  1515. package/dist/react-native/operationsInterfaces/testJobStreams.d.ts.map +1 -0
  1516. package/dist/react-native/operationsInterfaces/testJobStreams.js +9 -0
  1517. package/dist/react-native/operationsInterfaces/testJobStreams.js.map +1 -0
  1518. package/dist/react-native/operationsInterfaces/usages.d.ts +13 -0
  1519. package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
  1520. package/dist/react-native/operationsInterfaces/usages.js +9 -0
  1521. package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
  1522. package/dist/react-native/operationsInterfaces/variableOperations.d.ts +47 -0
  1523. package/dist/react-native/operationsInterfaces/variableOperations.d.ts.map +1 -0
  1524. package/dist/react-native/operationsInterfaces/variableOperations.js +9 -0
  1525. package/dist/react-native/operationsInterfaces/variableOperations.js.map +1 -0
  1526. package/dist/react-native/operationsInterfaces/watcherOperations.d.ts +63 -0
  1527. package/dist/react-native/operationsInterfaces/watcherOperations.d.ts.map +1 -0
  1528. package/dist/react-native/operationsInterfaces/watcherOperations.js +9 -0
  1529. package/dist/react-native/operationsInterfaces/watcherOperations.js.map +1 -0
  1530. package/dist/react-native/operationsInterfaces/webhookOperations.d.ts +54 -0
  1531. package/dist/react-native/operationsInterfaces/webhookOperations.d.ts.map +1 -0
  1532. package/dist/react-native/operationsInterfaces/webhookOperations.js +9 -0
  1533. package/dist/react-native/operationsInterfaces/webhookOperations.js.map +1 -0
  1534. package/dist/react-native/package.json +3 -0
  1535. package/dist/react-native/pagingHelper.d.ts +13 -0
  1536. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  1537. package/dist/react-native/pagingHelper.js +30 -0
  1538. package/dist/react-native/pagingHelper.js.map +1 -0
  1539. package/package.json +87 -78
  1540. package/review/arm-automation-node.api.md +3756 -0
  1541. package/LICENSE.txt +0 -21
  1542. package/dist/index.js +0 -18203
  1543. package/dist/index.js.map +0 -1
  1544. package/dist/index.min.js +0 -1
  1545. package/dist/index.min.js.map +0 -1
  1546. package/dist-esm/samples-dev/activityGetSample.d.ts +0 -2
  1547. package/dist-esm/samples-dev/activityGetSample.d.ts.map +0 -1
  1548. package/dist-esm/samples-dev/activityGetSample.js +0 -40
  1549. package/dist-esm/samples-dev/activityGetSample.js.map +0 -1
  1550. package/dist-esm/samples-dev/activityListByModuleSample.d.ts +0 -2
  1551. package/dist-esm/samples-dev/activityListByModuleSample.d.ts.map +0 -1
  1552. package/dist-esm/samples-dev/activityListByModuleSample.js +0 -53
  1553. package/dist-esm/samples-dev/activityListByModuleSample.js.map +0 -1
  1554. package/dist-esm/samples-dev/agentRegistrationInformationGetSample.d.ts +0 -2
  1555. package/dist-esm/samples-dev/agentRegistrationInformationGetSample.d.ts.map +0 -1
  1556. package/dist-esm/samples-dev/agentRegistrationInformationGetSample.js +0 -38
  1557. package/dist-esm/samples-dev/agentRegistrationInformationGetSample.js.map +0 -1
  1558. package/dist-esm/samples-dev/agentRegistrationInformationRegenerateKeySample.d.ts +0 -2
  1559. package/dist-esm/samples-dev/agentRegistrationInformationRegenerateKeySample.d.ts.map +0 -1
  1560. package/dist-esm/samples-dev/agentRegistrationInformationRegenerateKeySample.js +0 -41
  1561. package/dist-esm/samples-dev/agentRegistrationInformationRegenerateKeySample.js.map +0 -1
  1562. package/dist-esm/samples-dev/automationAccountCreateOrUpdateSample.d.ts +0 -2
  1563. package/dist-esm/samples-dev/automationAccountCreateOrUpdateSample.d.ts.map +0 -1
  1564. package/dist-esm/samples-dev/automationAccountCreateOrUpdateSample.js +0 -43
  1565. package/dist-esm/samples-dev/automationAccountCreateOrUpdateSample.js.map +0 -1
  1566. package/dist-esm/samples-dev/automationAccountDeleteSample.d.ts +0 -2
  1567. package/dist-esm/samples-dev/automationAccountDeleteSample.d.ts.map +0 -1
  1568. package/dist-esm/samples-dev/automationAccountDeleteSample.js +0 -38
  1569. package/dist-esm/samples-dev/automationAccountDeleteSample.js.map +0 -1
  1570. package/dist-esm/samples-dev/automationAccountGetSample.d.ts +0 -2
  1571. package/dist-esm/samples-dev/automationAccountGetSample.d.ts.map +0 -1
  1572. package/dist-esm/samples-dev/automationAccountGetSample.js +0 -38
  1573. package/dist-esm/samples-dev/automationAccountGetSample.js.map +0 -1
  1574. package/dist-esm/samples-dev/automationAccountListByResourceGroupSample.d.ts +0 -2
  1575. package/dist-esm/samples-dev/automationAccountListByResourceGroupSample.d.ts.map +0 -1
  1576. package/dist-esm/samples-dev/automationAccountListByResourceGroupSample.js +0 -51
  1577. package/dist-esm/samples-dev/automationAccountListByResourceGroupSample.js.map +0 -1
  1578. package/dist-esm/samples-dev/automationAccountListSample.d.ts +0 -2
  1579. package/dist-esm/samples-dev/automationAccountListSample.d.ts.map +0 -1
  1580. package/dist-esm/samples-dev/automationAccountListSample.js +0 -50
  1581. package/dist-esm/samples-dev/automationAccountListSample.js.map +0 -1
  1582. package/dist-esm/samples-dev/automationAccountUpdateSample.d.ts +0 -2
  1583. package/dist-esm/samples-dev/automationAccountUpdateSample.d.ts.map +0 -1
  1584. package/dist-esm/samples-dev/automationAccountUpdateSample.js +0 -43
  1585. package/dist-esm/samples-dev/automationAccountUpdateSample.js.map +0 -1
  1586. package/dist-esm/samples-dev/certificateCreateOrUpdateSample.d.ts +0 -2
  1587. package/dist-esm/samples-dev/certificateCreateOrUpdateSample.d.ts.map +0 -1
  1588. package/dist-esm/samples-dev/certificateCreateOrUpdateSample.js +0 -46
  1589. package/dist-esm/samples-dev/certificateCreateOrUpdateSample.js.map +0 -1
  1590. package/dist-esm/samples-dev/certificateDeleteSample.d.ts +0 -2
  1591. package/dist-esm/samples-dev/certificateDeleteSample.d.ts.map +0 -1
  1592. package/dist-esm/samples-dev/certificateDeleteSample.js +0 -39
  1593. package/dist-esm/samples-dev/certificateDeleteSample.js.map +0 -1
  1594. package/dist-esm/samples-dev/certificateGetSample.d.ts +0 -2
  1595. package/dist-esm/samples-dev/certificateGetSample.d.ts.map +0 -1
  1596. package/dist-esm/samples-dev/certificateGetSample.js +0 -39
  1597. package/dist-esm/samples-dev/certificateGetSample.js.map +0 -1
  1598. package/dist-esm/samples-dev/certificateListByAutomationAccountSample.d.ts +0 -2
  1599. package/dist-esm/samples-dev/certificateListByAutomationAccountSample.d.ts.map +0 -1
  1600. package/dist-esm/samples-dev/certificateListByAutomationAccountSample.js +0 -52
  1601. package/dist-esm/samples-dev/certificateListByAutomationAccountSample.js.map +0 -1
  1602. package/dist-esm/samples-dev/certificateUpdateSample.d.ts +0 -2
  1603. package/dist-esm/samples-dev/certificateUpdateSample.d.ts.map +0 -1
  1604. package/dist-esm/samples-dev/certificateUpdateSample.js +0 -43
  1605. package/dist-esm/samples-dev/certificateUpdateSample.js.map +0 -1
  1606. package/dist-esm/samples-dev/connectionCreateOrUpdateSample.d.ts +0 -2
  1607. package/dist-esm/samples-dev/connectionCreateOrUpdateSample.d.ts.map +0 -1
  1608. package/dist-esm/samples-dev/connectionCreateOrUpdateSample.js +0 -48
  1609. package/dist-esm/samples-dev/connectionCreateOrUpdateSample.js.map +0 -1
  1610. package/dist-esm/samples-dev/connectionDeleteSample.d.ts +0 -2
  1611. package/dist-esm/samples-dev/connectionDeleteSample.d.ts.map +0 -1
  1612. package/dist-esm/samples-dev/connectionDeleteSample.js +0 -39
  1613. package/dist-esm/samples-dev/connectionDeleteSample.js.map +0 -1
  1614. package/dist-esm/samples-dev/connectionGetSample.d.ts +0 -2
  1615. package/dist-esm/samples-dev/connectionGetSample.d.ts.map +0 -1
  1616. package/dist-esm/samples-dev/connectionGetSample.js +0 -39
  1617. package/dist-esm/samples-dev/connectionGetSample.js.map +0 -1
  1618. package/dist-esm/samples-dev/connectionListByAutomationAccountSample.d.ts +0 -2
  1619. package/dist-esm/samples-dev/connectionListByAutomationAccountSample.d.ts.map +0 -1
  1620. package/dist-esm/samples-dev/connectionListByAutomationAccountSample.js +0 -84
  1621. package/dist-esm/samples-dev/connectionListByAutomationAccountSample.js.map +0 -1
  1622. package/dist-esm/samples-dev/connectionTypeCreateOrUpdateSample.d.ts +0 -2
  1623. package/dist-esm/samples-dev/connectionTypeCreateOrUpdateSample.d.ts.map +0 -1
  1624. package/dist-esm/samples-dev/connectionTypeCreateOrUpdateSample.js +0 -52
  1625. package/dist-esm/samples-dev/connectionTypeCreateOrUpdateSample.js.map +0 -1
  1626. package/dist-esm/samples-dev/connectionTypeDeleteSample.d.ts +0 -2
  1627. package/dist-esm/samples-dev/connectionTypeDeleteSample.d.ts.map +0 -1
  1628. package/dist-esm/samples-dev/connectionTypeDeleteSample.js +0 -39
  1629. package/dist-esm/samples-dev/connectionTypeDeleteSample.js.map +0 -1
  1630. package/dist-esm/samples-dev/connectionTypeGetSample.d.ts +0 -2
  1631. package/dist-esm/samples-dev/connectionTypeGetSample.d.ts.map +0 -1
  1632. package/dist-esm/samples-dev/connectionTypeGetSample.js +0 -39
  1633. package/dist-esm/samples-dev/connectionTypeGetSample.js.map +0 -1
  1634. package/dist-esm/samples-dev/connectionTypeListByAutomationAccountSample.d.ts +0 -2
  1635. package/dist-esm/samples-dev/connectionTypeListByAutomationAccountSample.d.ts.map +0 -1
  1636. package/dist-esm/samples-dev/connectionTypeListByAutomationAccountSample.js +0 -84
  1637. package/dist-esm/samples-dev/connectionTypeListByAutomationAccountSample.js.map +0 -1
  1638. package/dist-esm/samples-dev/connectionUpdateSample.d.ts +0 -2
  1639. package/dist-esm/samples-dev/connectionUpdateSample.d.ts.map +0 -1
  1640. package/dist-esm/samples-dev/connectionUpdateSample.js +0 -47
  1641. package/dist-esm/samples-dev/connectionUpdateSample.js.map +0 -1
  1642. package/dist-esm/samples-dev/convertGraphRunbookContentSample.d.ts +0 -2
  1643. package/dist-esm/samples-dev/convertGraphRunbookContentSample.d.ts.map +0 -1
  1644. package/dist-esm/samples-dev/convertGraphRunbookContentSample.js +0 -66
  1645. package/dist-esm/samples-dev/convertGraphRunbookContentSample.js.map +0 -1
  1646. package/dist-esm/samples-dev/credentialCreateOrUpdateSample.d.ts +0 -2
  1647. package/dist-esm/samples-dev/credentialCreateOrUpdateSample.d.ts.map +0 -1
  1648. package/dist-esm/samples-dev/credentialCreateOrUpdateSample.js +0 -45
  1649. package/dist-esm/samples-dev/credentialCreateOrUpdateSample.js.map +0 -1
  1650. package/dist-esm/samples-dev/credentialDeleteSample.d.ts +0 -2
  1651. package/dist-esm/samples-dev/credentialDeleteSample.d.ts.map +0 -1
  1652. package/dist-esm/samples-dev/credentialDeleteSample.js +0 -39
  1653. package/dist-esm/samples-dev/credentialDeleteSample.js.map +0 -1
  1654. package/dist-esm/samples-dev/credentialGetSample.d.ts +0 -2
  1655. package/dist-esm/samples-dev/credentialGetSample.d.ts.map +0 -1
  1656. package/dist-esm/samples-dev/credentialGetSample.js +0 -39
  1657. package/dist-esm/samples-dev/credentialGetSample.js.map +0 -1
  1658. package/dist-esm/samples-dev/credentialListByAutomationAccountSample.d.ts +0 -2
  1659. package/dist-esm/samples-dev/credentialListByAutomationAccountSample.d.ts.map +0 -1
  1660. package/dist-esm/samples-dev/credentialListByAutomationAccountSample.js +0 -84
  1661. package/dist-esm/samples-dev/credentialListByAutomationAccountSample.js.map +0 -1
  1662. package/dist-esm/samples-dev/credentialUpdateSample.d.ts +0 -2
  1663. package/dist-esm/samples-dev/credentialUpdateSample.d.ts.map +0 -1
  1664. package/dist-esm/samples-dev/credentialUpdateSample.js +0 -45
  1665. package/dist-esm/samples-dev/credentialUpdateSample.js.map +0 -1
  1666. package/dist-esm/samples-dev/deletedAutomationAccountsListBySubscriptionSample.d.ts +0 -2
  1667. package/dist-esm/samples-dev/deletedAutomationAccountsListBySubscriptionSample.d.ts.map +0 -1
  1668. package/dist-esm/samples-dev/deletedAutomationAccountsListBySubscriptionSample.js +0 -36
  1669. package/dist-esm/samples-dev/deletedAutomationAccountsListBySubscriptionSample.js.map +0 -1
  1670. package/dist-esm/samples-dev/dscCompilationJobCreateSample.d.ts +0 -2
  1671. package/dist-esm/samples-dev/dscCompilationJobCreateSample.d.ts.map +0 -1
  1672. package/dist-esm/samples-dev/dscCompilationJobCreateSample.js +0 -42
  1673. package/dist-esm/samples-dev/dscCompilationJobCreateSample.js.map +0 -1
  1674. package/dist-esm/samples-dev/dscCompilationJobGetSample.d.ts +0 -2
  1675. package/dist-esm/samples-dev/dscCompilationJobGetSample.d.ts.map +0 -1
  1676. package/dist-esm/samples-dev/dscCompilationJobGetSample.js +0 -39
  1677. package/dist-esm/samples-dev/dscCompilationJobGetSample.js.map +0 -1
  1678. package/dist-esm/samples-dev/dscCompilationJobGetStreamSample.d.ts +0 -2
  1679. package/dist-esm/samples-dev/dscCompilationJobGetStreamSample.d.ts.map +0 -1
  1680. package/dist-esm/samples-dev/dscCompilationJobGetStreamSample.js +0 -40
  1681. package/dist-esm/samples-dev/dscCompilationJobGetStreamSample.js.map +0 -1
  1682. package/dist-esm/samples-dev/dscCompilationJobListByAutomationAccountSample.d.ts +0 -2
  1683. package/dist-esm/samples-dev/dscCompilationJobListByAutomationAccountSample.d.ts.map +0 -1
  1684. package/dist-esm/samples-dev/dscCompilationJobListByAutomationAccountSample.js +0 -52
  1685. package/dist-esm/samples-dev/dscCompilationJobListByAutomationAccountSample.js.map +0 -1
  1686. package/dist-esm/samples-dev/dscCompilationJobStreamListByJobSample.d.ts +0 -2
  1687. package/dist-esm/samples-dev/dscCompilationJobStreamListByJobSample.d.ts.map +0 -1
  1688. package/dist-esm/samples-dev/dscCompilationJobStreamListByJobSample.js +0 -39
  1689. package/dist-esm/samples-dev/dscCompilationJobStreamListByJobSample.js.map +0 -1
  1690. package/dist-esm/samples-dev/dscConfigurationDeleteSample.d.ts +0 -2
  1691. package/dist-esm/samples-dev/dscConfigurationDeleteSample.d.ts.map +0 -1
  1692. package/dist-esm/samples-dev/dscConfigurationDeleteSample.js +0 -39
  1693. package/dist-esm/samples-dev/dscConfigurationDeleteSample.js.map +0 -1
  1694. package/dist-esm/samples-dev/dscConfigurationGetContentSample.d.ts +0 -2
  1695. package/dist-esm/samples-dev/dscConfigurationGetContentSample.d.ts.map +0 -1
  1696. package/dist-esm/samples-dev/dscConfigurationGetContentSample.js +0 -39
  1697. package/dist-esm/samples-dev/dscConfigurationGetContentSample.js.map +0 -1
  1698. package/dist-esm/samples-dev/dscConfigurationGetSample.d.ts +0 -2
  1699. package/dist-esm/samples-dev/dscConfigurationGetSample.d.ts.map +0 -1
  1700. package/dist-esm/samples-dev/dscConfigurationGetSample.js +0 -39
  1701. package/dist-esm/samples-dev/dscConfigurationGetSample.js.map +0 -1
  1702. package/dist-esm/samples-dev/dscConfigurationListByAutomationAccountSample.d.ts +0 -2
  1703. package/dist-esm/samples-dev/dscConfigurationListByAutomationAccountSample.d.ts.map +0 -1
  1704. package/dist-esm/samples-dev/dscConfigurationListByAutomationAccountSample.js +0 -134
  1705. package/dist-esm/samples-dev/dscConfigurationListByAutomationAccountSample.js.map +0 -1
  1706. package/dist-esm/samples-dev/dscNodeConfigurationCreateOrUpdateSample.d.ts +0 -2
  1707. package/dist-esm/samples-dev/dscNodeConfigurationCreateOrUpdateSample.d.ts.map +0 -1
  1708. package/dist-esm/samples-dev/dscNodeConfigurationCreateOrUpdateSample.js +0 -53
  1709. package/dist-esm/samples-dev/dscNodeConfigurationCreateOrUpdateSample.js.map +0 -1
  1710. package/dist-esm/samples-dev/dscNodeConfigurationDeleteSample.d.ts +0 -2
  1711. package/dist-esm/samples-dev/dscNodeConfigurationDeleteSample.d.ts.map +0 -1
  1712. package/dist-esm/samples-dev/dscNodeConfigurationDeleteSample.js +0 -39
  1713. package/dist-esm/samples-dev/dscNodeConfigurationDeleteSample.js.map +0 -1
  1714. package/dist-esm/samples-dev/dscNodeConfigurationGetSample.d.ts +0 -2
  1715. package/dist-esm/samples-dev/dscNodeConfigurationGetSample.d.ts.map +0 -1
  1716. package/dist-esm/samples-dev/dscNodeConfigurationGetSample.js +0 -39
  1717. package/dist-esm/samples-dev/dscNodeConfigurationGetSample.js.map +0 -1
  1718. package/dist-esm/samples-dev/dscNodeConfigurationListByAutomationAccountSample.d.ts +0 -2
  1719. package/dist-esm/samples-dev/dscNodeConfigurationListByAutomationAccountSample.d.ts.map +0 -1
  1720. package/dist-esm/samples-dev/dscNodeConfigurationListByAutomationAccountSample.js +0 -134
  1721. package/dist-esm/samples-dev/dscNodeConfigurationListByAutomationAccountSample.js.map +0 -1
  1722. package/dist-esm/samples-dev/dscNodeDeleteSample.d.ts +0 -2
  1723. package/dist-esm/samples-dev/dscNodeDeleteSample.d.ts.map +0 -1
  1724. package/dist-esm/samples-dev/dscNodeDeleteSample.js +0 -39
  1725. package/dist-esm/samples-dev/dscNodeDeleteSample.js.map +0 -1
  1726. package/dist-esm/samples-dev/dscNodeGetSample.d.ts +0 -2
  1727. package/dist-esm/samples-dev/dscNodeGetSample.d.ts.map +0 -1
  1728. package/dist-esm/samples-dev/dscNodeGetSample.js +0 -39
  1729. package/dist-esm/samples-dev/dscNodeGetSample.js.map +0 -1
  1730. package/dist-esm/samples-dev/dscNodeListByAutomationAccountSample.d.ts +0 -2
  1731. package/dist-esm/samples-dev/dscNodeListByAutomationAccountSample.d.ts.map +0 -1
  1732. package/dist-esm/samples-dev/dscNodeListByAutomationAccountSample.js +0 -344
  1733. package/dist-esm/samples-dev/dscNodeListByAutomationAccountSample.js.map +0 -1
  1734. package/dist-esm/samples-dev/dscNodeUpdateSample.d.ts +0 -2
  1735. package/dist-esm/samples-dev/dscNodeUpdateSample.d.ts.map +0 -1
  1736. package/dist-esm/samples-dev/dscNodeUpdateSample.js +0 -43
  1737. package/dist-esm/samples-dev/dscNodeUpdateSample.js.map +0 -1
  1738. package/dist-esm/samples-dev/fieldsListByTypeSample.d.ts +0 -2
  1739. package/dist-esm/samples-dev/fieldsListByTypeSample.d.ts.map +0 -1
  1740. package/dist-esm/samples-dev/fieldsListByTypeSample.js +0 -54
  1741. package/dist-esm/samples-dev/fieldsListByTypeSample.js.map +0 -1
  1742. package/dist-esm/samples-dev/hybridRunbookWorkerGroupCreateSample.d.ts +0 -2
  1743. package/dist-esm/samples-dev/hybridRunbookWorkerGroupCreateSample.d.ts.map +0 -1
  1744. package/dist-esm/samples-dev/hybridRunbookWorkerGroupCreateSample.js +0 -42
  1745. package/dist-esm/samples-dev/hybridRunbookWorkerGroupCreateSample.js.map +0 -1
  1746. package/dist-esm/samples-dev/hybridRunbookWorkerGroupDeleteSample.d.ts +0 -2
  1747. package/dist-esm/samples-dev/hybridRunbookWorkerGroupDeleteSample.d.ts.map +0 -1
  1748. package/dist-esm/samples-dev/hybridRunbookWorkerGroupDeleteSample.js +0 -39
  1749. package/dist-esm/samples-dev/hybridRunbookWorkerGroupDeleteSample.js.map +0 -1
  1750. package/dist-esm/samples-dev/hybridRunbookWorkerGroupGetSample.d.ts +0 -2
  1751. package/dist-esm/samples-dev/hybridRunbookWorkerGroupGetSample.d.ts.map +0 -1
  1752. package/dist-esm/samples-dev/hybridRunbookWorkerGroupGetSample.js +0 -39
  1753. package/dist-esm/samples-dev/hybridRunbookWorkerGroupGetSample.js.map +0 -1
  1754. package/dist-esm/samples-dev/hybridRunbookWorkerGroupListByAutomationAccountSample.d.ts +0 -2
  1755. package/dist-esm/samples-dev/hybridRunbookWorkerGroupListByAutomationAccountSample.d.ts.map +0 -1
  1756. package/dist-esm/samples-dev/hybridRunbookWorkerGroupListByAutomationAccountSample.js +0 -52
  1757. package/dist-esm/samples-dev/hybridRunbookWorkerGroupListByAutomationAccountSample.js.map +0 -1
  1758. package/dist-esm/samples-dev/hybridRunbookWorkerGroupUpdateSample.d.ts +0 -2
  1759. package/dist-esm/samples-dev/hybridRunbookWorkerGroupUpdateSample.d.ts.map +0 -1
  1760. package/dist-esm/samples-dev/hybridRunbookWorkerGroupUpdateSample.js +0 -42
  1761. package/dist-esm/samples-dev/hybridRunbookWorkerGroupUpdateSample.js.map +0 -1
  1762. package/dist-esm/samples-dev/hybridRunbookWorkersCreateSample.d.ts +0 -2
  1763. package/dist-esm/samples-dev/hybridRunbookWorkersCreateSample.d.ts.map +0 -1
  1764. package/dist-esm/samples-dev/hybridRunbookWorkersCreateSample.js +0 -43
  1765. package/dist-esm/samples-dev/hybridRunbookWorkersCreateSample.js.map +0 -1
  1766. package/dist-esm/samples-dev/hybridRunbookWorkersDeleteSample.d.ts +0 -2
  1767. package/dist-esm/samples-dev/hybridRunbookWorkersDeleteSample.d.ts.map +0 -1
  1768. package/dist-esm/samples-dev/hybridRunbookWorkersDeleteSample.js +0 -40
  1769. package/dist-esm/samples-dev/hybridRunbookWorkersDeleteSample.js.map +0 -1
  1770. package/dist-esm/samples-dev/hybridRunbookWorkersGetSample.d.ts +0 -2
  1771. package/dist-esm/samples-dev/hybridRunbookWorkersGetSample.d.ts.map +0 -1
  1772. package/dist-esm/samples-dev/hybridRunbookWorkersGetSample.js +0 -40
  1773. package/dist-esm/samples-dev/hybridRunbookWorkersGetSample.js.map +0 -1
  1774. package/dist-esm/samples-dev/hybridRunbookWorkersListByHybridRunbookWorkerGroupSample.d.ts +0 -2
  1775. package/dist-esm/samples-dev/hybridRunbookWorkersListByHybridRunbookWorkerGroupSample.d.ts.map +0 -1
  1776. package/dist-esm/samples-dev/hybridRunbookWorkersListByHybridRunbookWorkerGroupSample.js +0 -53
  1777. package/dist-esm/samples-dev/hybridRunbookWorkersListByHybridRunbookWorkerGroupSample.js.map +0 -1
  1778. package/dist-esm/samples-dev/hybridRunbookWorkersMoveSample.d.ts +0 -2
  1779. package/dist-esm/samples-dev/hybridRunbookWorkersMoveSample.d.ts.map +0 -1
  1780. package/dist-esm/samples-dev/hybridRunbookWorkersMoveSample.js +0 -43
  1781. package/dist-esm/samples-dev/hybridRunbookWorkersMoveSample.js.map +0 -1
  1782. package/dist-esm/samples-dev/jobCreateSample.d.ts +0 -2
  1783. package/dist-esm/samples-dev/jobCreateSample.d.ts.map +0 -1
  1784. package/dist-esm/samples-dev/jobCreateSample.js +0 -45
  1785. package/dist-esm/samples-dev/jobCreateSample.js.map +0 -1
  1786. package/dist-esm/samples-dev/jobGetOutputSample.d.ts +0 -2
  1787. package/dist-esm/samples-dev/jobGetOutputSample.d.ts.map +0 -1
  1788. package/dist-esm/samples-dev/jobGetOutputSample.js +0 -40
  1789. package/dist-esm/samples-dev/jobGetOutputSample.js.map +0 -1
  1790. package/dist-esm/samples-dev/jobGetRunbookContentSample.d.ts +0 -2
  1791. package/dist-esm/samples-dev/jobGetRunbookContentSample.d.ts.map +0 -1
  1792. package/dist-esm/samples-dev/jobGetRunbookContentSample.js +0 -40
  1793. package/dist-esm/samples-dev/jobGetRunbookContentSample.js.map +0 -1
  1794. package/dist-esm/samples-dev/jobGetSample.d.ts +0 -2
  1795. package/dist-esm/samples-dev/jobGetSample.d.ts.map +0 -1
  1796. package/dist-esm/samples-dev/jobGetSample.js +0 -40
  1797. package/dist-esm/samples-dev/jobGetSample.js.map +0 -1
  1798. package/dist-esm/samples-dev/jobListByAutomationAccountSample.d.ts +0 -2
  1799. package/dist-esm/samples-dev/jobListByAutomationAccountSample.d.ts.map +0 -1
  1800. package/dist-esm/samples-dev/jobListByAutomationAccountSample.js +0 -53
  1801. package/dist-esm/samples-dev/jobListByAutomationAccountSample.js.map +0 -1
  1802. package/dist-esm/samples-dev/jobResumeSample.d.ts +0 -2
  1803. package/dist-esm/samples-dev/jobResumeSample.d.ts.map +0 -1
  1804. package/dist-esm/samples-dev/jobResumeSample.js +0 -40
  1805. package/dist-esm/samples-dev/jobResumeSample.js.map +0 -1
  1806. package/dist-esm/samples-dev/jobScheduleCreateSample.d.ts +0 -2
  1807. package/dist-esm/samples-dev/jobScheduleCreateSample.d.ts.map +0 -1
  1808. package/dist-esm/samples-dev/jobScheduleCreateSample.js +0 -49
  1809. package/dist-esm/samples-dev/jobScheduleCreateSample.js.map +0 -1
  1810. package/dist-esm/samples-dev/jobScheduleDeleteSample.d.ts +0 -2
  1811. package/dist-esm/samples-dev/jobScheduleDeleteSample.d.ts.map +0 -1
  1812. package/dist-esm/samples-dev/jobScheduleDeleteSample.js +0 -39
  1813. package/dist-esm/samples-dev/jobScheduleDeleteSample.js.map +0 -1
  1814. package/dist-esm/samples-dev/jobScheduleGetSample.d.ts +0 -2
  1815. package/dist-esm/samples-dev/jobScheduleGetSample.d.ts.map +0 -1
  1816. package/dist-esm/samples-dev/jobScheduleGetSample.js +0 -39
  1817. package/dist-esm/samples-dev/jobScheduleGetSample.js.map +0 -1
  1818. package/dist-esm/samples-dev/jobScheduleListByAutomationAccountSample.d.ts +0 -2
  1819. package/dist-esm/samples-dev/jobScheduleListByAutomationAccountSample.d.ts.map +0 -1
  1820. package/dist-esm/samples-dev/jobScheduleListByAutomationAccountSample.js +0 -52
  1821. package/dist-esm/samples-dev/jobScheduleListByAutomationAccountSample.js.map +0 -1
  1822. package/dist-esm/samples-dev/jobStopSample.d.ts +0 -2
  1823. package/dist-esm/samples-dev/jobStopSample.d.ts.map +0 -1
  1824. package/dist-esm/samples-dev/jobStopSample.js +0 -40
  1825. package/dist-esm/samples-dev/jobStopSample.js.map +0 -1
  1826. package/dist-esm/samples-dev/jobStreamGetSample.d.ts +0 -2
  1827. package/dist-esm/samples-dev/jobStreamGetSample.d.ts.map +0 -1
  1828. package/dist-esm/samples-dev/jobStreamGetSample.js +0 -41
  1829. package/dist-esm/samples-dev/jobStreamGetSample.js.map +0 -1
  1830. package/dist-esm/samples-dev/jobStreamListByJobSample.d.ts +0 -2
  1831. package/dist-esm/samples-dev/jobStreamListByJobSample.d.ts.map +0 -1
  1832. package/dist-esm/samples-dev/jobStreamListByJobSample.js +0 -54
  1833. package/dist-esm/samples-dev/jobStreamListByJobSample.js.map +0 -1
  1834. package/dist-esm/samples-dev/jobSuspendSample.d.ts +0 -2
  1835. package/dist-esm/samples-dev/jobSuspendSample.d.ts.map +0 -1
  1836. package/dist-esm/samples-dev/jobSuspendSample.js +0 -40
  1837. package/dist-esm/samples-dev/jobSuspendSample.js.map +0 -1
  1838. package/dist-esm/samples-dev/keysListByAutomationAccountSample.d.ts +0 -2
  1839. package/dist-esm/samples-dev/keysListByAutomationAccountSample.d.ts.map +0 -1
  1840. package/dist-esm/samples-dev/keysListByAutomationAccountSample.js +0 -38
  1841. package/dist-esm/samples-dev/keysListByAutomationAccountSample.js.map +0 -1
  1842. package/dist-esm/samples-dev/linkedWorkspaceGetSample.d.ts +0 -2
  1843. package/dist-esm/samples-dev/linkedWorkspaceGetSample.d.ts.map +0 -1
  1844. package/dist-esm/samples-dev/linkedWorkspaceGetSample.js +0 -38
  1845. package/dist-esm/samples-dev/linkedWorkspaceGetSample.js.map +0 -1
  1846. package/dist-esm/samples-dev/moduleCreateOrUpdateSample.d.ts +0 -2
  1847. package/dist-esm/samples-dev/moduleCreateOrUpdateSample.d.ts.map +0 -1
  1848. package/dist-esm/samples-dev/moduleCreateOrUpdateSample.js +0 -49
  1849. package/dist-esm/samples-dev/moduleCreateOrUpdateSample.js.map +0 -1
  1850. package/dist-esm/samples-dev/moduleDeleteSample.d.ts +0 -2
  1851. package/dist-esm/samples-dev/moduleDeleteSample.d.ts.map +0 -1
  1852. package/dist-esm/samples-dev/moduleDeleteSample.js +0 -39
  1853. package/dist-esm/samples-dev/moduleDeleteSample.js.map +0 -1
  1854. package/dist-esm/samples-dev/moduleGetSample.d.ts +0 -2
  1855. package/dist-esm/samples-dev/moduleGetSample.d.ts.map +0 -1
  1856. package/dist-esm/samples-dev/moduleGetSample.js +0 -39
  1857. package/dist-esm/samples-dev/moduleGetSample.js.map +0 -1
  1858. package/dist-esm/samples-dev/moduleListByAutomationAccountSample.d.ts +0 -2
  1859. package/dist-esm/samples-dev/moduleListByAutomationAccountSample.d.ts.map +0 -1
  1860. package/dist-esm/samples-dev/moduleListByAutomationAccountSample.js +0 -52
  1861. package/dist-esm/samples-dev/moduleListByAutomationAccountSample.js.map +0 -1
  1862. package/dist-esm/samples-dev/moduleUpdateSample.d.ts +0 -2
  1863. package/dist-esm/samples-dev/moduleUpdateSample.d.ts.map +0 -1
  1864. package/dist-esm/samples-dev/moduleUpdateSample.js +0 -49
  1865. package/dist-esm/samples-dev/moduleUpdateSample.js.map +0 -1
  1866. package/dist-esm/samples-dev/nodeCountInformationGetSample.d.ts +0 -2
  1867. package/dist-esm/samples-dev/nodeCountInformationGetSample.d.ts.map +0 -1
  1868. package/dist-esm/samples-dev/nodeCountInformationGetSample.js +0 -58
  1869. package/dist-esm/samples-dev/nodeCountInformationGetSample.js.map +0 -1
  1870. package/dist-esm/samples-dev/nodeReportsGetContentSample.d.ts +0 -2
  1871. package/dist-esm/samples-dev/nodeReportsGetContentSample.d.ts.map +0 -1
  1872. package/dist-esm/samples-dev/nodeReportsGetContentSample.js +0 -40
  1873. package/dist-esm/samples-dev/nodeReportsGetContentSample.js.map +0 -1
  1874. package/dist-esm/samples-dev/nodeReportsGetSample.d.ts +0 -2
  1875. package/dist-esm/samples-dev/nodeReportsGetSample.d.ts.map +0 -1
  1876. package/dist-esm/samples-dev/nodeReportsGetSample.js +0 -40
  1877. package/dist-esm/samples-dev/nodeReportsGetSample.js.map +0 -1
  1878. package/dist-esm/samples-dev/nodeReportsListByNodeSample.d.ts +0 -2
  1879. package/dist-esm/samples-dev/nodeReportsListByNodeSample.d.ts.map +0 -1
  1880. package/dist-esm/samples-dev/nodeReportsListByNodeSample.js +0 -86
  1881. package/dist-esm/samples-dev/nodeReportsListByNodeSample.js.map +0 -1
  1882. package/dist-esm/samples-dev/objectDataTypesListFieldsByModuleAndTypeSample.d.ts +0 -2
  1883. package/dist-esm/samples-dev/objectDataTypesListFieldsByModuleAndTypeSample.d.ts.map +0 -1
  1884. package/dist-esm/samples-dev/objectDataTypesListFieldsByModuleAndTypeSample.js +0 -54
  1885. package/dist-esm/samples-dev/objectDataTypesListFieldsByModuleAndTypeSample.js.map +0 -1
  1886. package/dist-esm/samples-dev/objectDataTypesListFieldsByTypeSample.d.ts +0 -2
  1887. package/dist-esm/samples-dev/objectDataTypesListFieldsByTypeSample.d.ts.map +0 -1
  1888. package/dist-esm/samples-dev/objectDataTypesListFieldsByTypeSample.js +0 -53
  1889. package/dist-esm/samples-dev/objectDataTypesListFieldsByTypeSample.js.map +0 -1
  1890. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  1891. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  1892. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -46
  1893. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  1894. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  1895. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  1896. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -40
  1897. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  1898. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  1899. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  1900. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -40
  1901. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  1902. package/dist-esm/samples-dev/privateEndpointConnectionsListByAutomationAccountSample.d.ts +0 -2
  1903. package/dist-esm/samples-dev/privateEndpointConnectionsListByAutomationAccountSample.d.ts.map +0 -1
  1904. package/dist-esm/samples-dev/privateEndpointConnectionsListByAutomationAccountSample.js +0 -53
  1905. package/dist-esm/samples-dev/privateEndpointConnectionsListByAutomationAccountSample.js.map +0 -1
  1906. package/dist-esm/samples-dev/privateLinkResourcesAutomationSample.d.ts +0 -2
  1907. package/dist-esm/samples-dev/privateLinkResourcesAutomationSample.d.ts.map +0 -1
  1908. package/dist-esm/samples-dev/privateLinkResourcesAutomationSample.js +0 -53
  1909. package/dist-esm/samples-dev/privateLinkResourcesAutomationSample.js.map +0 -1
  1910. package/dist-esm/samples-dev/python2PackageCreateOrUpdateSample.d.ts +0 -2
  1911. package/dist-esm/samples-dev/python2PackageCreateOrUpdateSample.d.ts.map +0 -1
  1912. package/dist-esm/samples-dev/python2PackageCreateOrUpdateSample.js +0 -50
  1913. package/dist-esm/samples-dev/python2PackageCreateOrUpdateSample.js.map +0 -1
  1914. package/dist-esm/samples-dev/python2PackageDeleteSample.d.ts +0 -2
  1915. package/dist-esm/samples-dev/python2PackageDeleteSample.d.ts.map +0 -1
  1916. package/dist-esm/samples-dev/python2PackageDeleteSample.js +0 -39
  1917. package/dist-esm/samples-dev/python2PackageDeleteSample.js.map +0 -1
  1918. package/dist-esm/samples-dev/python2PackageGetSample.d.ts +0 -2
  1919. package/dist-esm/samples-dev/python2PackageGetSample.d.ts.map +0 -1
  1920. package/dist-esm/samples-dev/python2PackageGetSample.js +0 -39
  1921. package/dist-esm/samples-dev/python2PackageGetSample.js.map +0 -1
  1922. package/dist-esm/samples-dev/python2PackageListByAutomationAccountSample.d.ts +0 -2
  1923. package/dist-esm/samples-dev/python2PackageListByAutomationAccountSample.d.ts.map +0 -1
  1924. package/dist-esm/samples-dev/python2PackageListByAutomationAccountSample.js +0 -52
  1925. package/dist-esm/samples-dev/python2PackageListByAutomationAccountSample.js.map +0 -1
  1926. package/dist-esm/samples-dev/python2PackageUpdateSample.d.ts +0 -2
  1927. package/dist-esm/samples-dev/python2PackageUpdateSample.d.ts.map +0 -1
  1928. package/dist-esm/samples-dev/python2PackageUpdateSample.js +0 -40
  1929. package/dist-esm/samples-dev/python2PackageUpdateSample.js.map +0 -1
  1930. package/dist-esm/samples-dev/runbookCreateOrUpdateSample.d.ts +0 -2
  1931. package/dist-esm/samples-dev/runbookCreateOrUpdateSample.d.ts.map +0 -1
  1932. package/dist-esm/samples-dev/runbookCreateOrUpdateSample.js +0 -85
  1933. package/dist-esm/samples-dev/runbookCreateOrUpdateSample.js.map +0 -1
  1934. package/dist-esm/samples-dev/runbookDeleteSample.d.ts +0 -2
  1935. package/dist-esm/samples-dev/runbookDeleteSample.d.ts.map +0 -1
  1936. package/dist-esm/samples-dev/runbookDeleteSample.js +0 -39
  1937. package/dist-esm/samples-dev/runbookDeleteSample.js.map +0 -1
  1938. package/dist-esm/samples-dev/runbookDraftGetContentSample.d.ts +0 -2
  1939. package/dist-esm/samples-dev/runbookDraftGetContentSample.d.ts.map +0 -1
  1940. package/dist-esm/samples-dev/runbookDraftGetContentSample.js +0 -39
  1941. package/dist-esm/samples-dev/runbookDraftGetContentSample.js.map +0 -1
  1942. package/dist-esm/samples-dev/runbookDraftGetSample.d.ts +0 -2
  1943. package/dist-esm/samples-dev/runbookDraftGetSample.d.ts.map +0 -1
  1944. package/dist-esm/samples-dev/runbookDraftGetSample.js +0 -39
  1945. package/dist-esm/samples-dev/runbookDraftGetSample.js.map +0 -1
  1946. package/dist-esm/samples-dev/runbookDraftUndoEditSample.d.ts +0 -2
  1947. package/dist-esm/samples-dev/runbookDraftUndoEditSample.d.ts.map +0 -1
  1948. package/dist-esm/samples-dev/runbookDraftUndoEditSample.js +0 -39
  1949. package/dist-esm/samples-dev/runbookDraftUndoEditSample.js.map +0 -1
  1950. package/dist-esm/samples-dev/runbookGetContentSample.d.ts +0 -2
  1951. package/dist-esm/samples-dev/runbookGetContentSample.d.ts.map +0 -1
  1952. package/dist-esm/samples-dev/runbookGetContentSample.js +0 -39
  1953. package/dist-esm/samples-dev/runbookGetContentSample.js.map +0 -1
  1954. package/dist-esm/samples-dev/runbookGetSample.d.ts +0 -2
  1955. package/dist-esm/samples-dev/runbookGetSample.d.ts.map +0 -1
  1956. package/dist-esm/samples-dev/runbookGetSample.js +0 -39
  1957. package/dist-esm/samples-dev/runbookGetSample.js.map +0 -1
  1958. package/dist-esm/samples-dev/runbookListByAutomationAccountSample.d.ts +0 -2
  1959. package/dist-esm/samples-dev/runbookListByAutomationAccountSample.d.ts.map +0 -1
  1960. package/dist-esm/samples-dev/runbookListByAutomationAccountSample.js +0 -52
  1961. package/dist-esm/samples-dev/runbookListByAutomationAccountSample.js.map +0 -1
  1962. package/dist-esm/samples-dev/runbookPublishSample.d.ts +0 -2
  1963. package/dist-esm/samples-dev/runbookPublishSample.d.ts.map +0 -1
  1964. package/dist-esm/samples-dev/runbookPublishSample.js +0 -39
  1965. package/dist-esm/samples-dev/runbookPublishSample.js.map +0 -1
  1966. package/dist-esm/samples-dev/runbookUpdateSample.d.ts +0 -2
  1967. package/dist-esm/samples-dev/runbookUpdateSample.d.ts.map +0 -1
  1968. package/dist-esm/samples-dev/runbookUpdateSample.js +0 -45
  1969. package/dist-esm/samples-dev/runbookUpdateSample.js.map +0 -1
  1970. package/dist-esm/samples-dev/scheduleCreateOrUpdateSample.d.ts +0 -2
  1971. package/dist-esm/samples-dev/scheduleCreateOrUpdateSample.d.ts.map +0 -1
  1972. package/dist-esm/samples-dev/scheduleCreateOrUpdateSample.js +0 -48
  1973. package/dist-esm/samples-dev/scheduleCreateOrUpdateSample.js.map +0 -1
  1974. package/dist-esm/samples-dev/scheduleDeleteSample.d.ts +0 -2
  1975. package/dist-esm/samples-dev/scheduleDeleteSample.d.ts.map +0 -1
  1976. package/dist-esm/samples-dev/scheduleDeleteSample.js +0 -39
  1977. package/dist-esm/samples-dev/scheduleDeleteSample.js.map +0 -1
  1978. package/dist-esm/samples-dev/scheduleGetSample.d.ts +0 -2
  1979. package/dist-esm/samples-dev/scheduleGetSample.d.ts.map +0 -1
  1980. package/dist-esm/samples-dev/scheduleGetSample.js +0 -39
  1981. package/dist-esm/samples-dev/scheduleGetSample.js.map +0 -1
  1982. package/dist-esm/samples-dev/scheduleListByAutomationAccountSample.d.ts +0 -2
  1983. package/dist-esm/samples-dev/scheduleListByAutomationAccountSample.d.ts.map +0 -1
  1984. package/dist-esm/samples-dev/scheduleListByAutomationAccountSample.js +0 -84
  1985. package/dist-esm/samples-dev/scheduleListByAutomationAccountSample.js.map +0 -1
  1986. package/dist-esm/samples-dev/scheduleUpdateSample.d.ts +0 -2
  1987. package/dist-esm/samples-dev/scheduleUpdateSample.d.ts.map +0 -1
  1988. package/dist-esm/samples-dev/scheduleUpdateSample.js +0 -44
  1989. package/dist-esm/samples-dev/scheduleUpdateSample.js.map +0 -1
  1990. package/dist-esm/samples-dev/softwareUpdateConfigurationMachineRunsGetByIdSample.d.ts +0 -2
  1991. package/dist-esm/samples-dev/softwareUpdateConfigurationMachineRunsGetByIdSample.d.ts.map +0 -1
  1992. package/dist-esm/samples-dev/softwareUpdateConfigurationMachineRunsGetByIdSample.js +0 -40
  1993. package/dist-esm/samples-dev/softwareUpdateConfigurationMachineRunsGetByIdSample.js.map +0 -1
  1994. package/dist-esm/samples-dev/softwareUpdateConfigurationMachineRunsListSample.d.ts +0 -2
  1995. package/dist-esm/samples-dev/softwareUpdateConfigurationMachineRunsListSample.d.ts.map +0 -1
  1996. package/dist-esm/samples-dev/softwareUpdateConfigurationMachineRunsListSample.js +0 -62
  1997. package/dist-esm/samples-dev/softwareUpdateConfigurationMachineRunsListSample.js.map +0 -1
  1998. package/dist-esm/samples-dev/softwareUpdateConfigurationRunsGetByIdSample.d.ts +0 -2
  1999. package/dist-esm/samples-dev/softwareUpdateConfigurationRunsGetByIdSample.d.ts.map +0 -1
  2000. package/dist-esm/samples-dev/softwareUpdateConfigurationRunsGetByIdSample.js +0 -40
  2001. package/dist-esm/samples-dev/softwareUpdateConfigurationRunsGetByIdSample.js.map +0 -1
  2002. package/dist-esm/samples-dev/softwareUpdateConfigurationRunsListSample.d.ts +0 -2
  2003. package/dist-esm/samples-dev/softwareUpdateConfigurationRunsListSample.d.ts.map +0 -1
  2004. package/dist-esm/samples-dev/softwareUpdateConfigurationRunsListSample.js +0 -60
  2005. package/dist-esm/samples-dev/softwareUpdateConfigurationRunsListSample.js.map +0 -1
  2006. package/dist-esm/samples-dev/softwareUpdateConfigurationsCreateSample.d.ts +0 -2
  2007. package/dist-esm/samples-dev/softwareUpdateConfigurationsCreateSample.d.ts.map +0 -1
  2008. package/dist-esm/samples-dev/softwareUpdateConfigurationsCreateSample.js +0 -94
  2009. package/dist-esm/samples-dev/softwareUpdateConfigurationsCreateSample.js.map +0 -1
  2010. package/dist-esm/samples-dev/softwareUpdateConfigurationsDeleteSample.d.ts +0 -2
  2011. package/dist-esm/samples-dev/softwareUpdateConfigurationsDeleteSample.d.ts.map +0 -1
  2012. package/dist-esm/samples-dev/softwareUpdateConfigurationsDeleteSample.js +0 -40
  2013. package/dist-esm/samples-dev/softwareUpdateConfigurationsDeleteSample.js.map +0 -1
  2014. package/dist-esm/samples-dev/softwareUpdateConfigurationsGetByNameSample.d.ts +0 -2
  2015. package/dist-esm/samples-dev/softwareUpdateConfigurationsGetByNameSample.d.ts.map +0 -1
  2016. package/dist-esm/samples-dev/softwareUpdateConfigurationsGetByNameSample.js +0 -40
  2017. package/dist-esm/samples-dev/softwareUpdateConfigurationsGetByNameSample.js.map +0 -1
  2018. package/dist-esm/samples-dev/softwareUpdateConfigurationsListSample.d.ts +0 -2
  2019. package/dist-esm/samples-dev/softwareUpdateConfigurationsListSample.d.ts.map +0 -1
  2020. package/dist-esm/samples-dev/softwareUpdateConfigurationsListSample.js +0 -60
  2021. package/dist-esm/samples-dev/softwareUpdateConfigurationsListSample.js.map +0 -1
  2022. package/dist-esm/samples-dev/sourceControlCreateOrUpdateSample.d.ts +0 -2
  2023. package/dist-esm/samples-dev/sourceControlCreateOrUpdateSample.d.ts.map +0 -1
  2024. package/dist-esm/samples-dev/sourceControlCreateOrUpdateSample.js +0 -52
  2025. package/dist-esm/samples-dev/sourceControlCreateOrUpdateSample.js.map +0 -1
  2026. package/dist-esm/samples-dev/sourceControlDeleteSample.d.ts +0 -2
  2027. package/dist-esm/samples-dev/sourceControlDeleteSample.d.ts.map +0 -1
  2028. package/dist-esm/samples-dev/sourceControlDeleteSample.js +0 -39
  2029. package/dist-esm/samples-dev/sourceControlDeleteSample.js.map +0 -1
  2030. package/dist-esm/samples-dev/sourceControlGetSample.d.ts +0 -2
  2031. package/dist-esm/samples-dev/sourceControlGetSample.d.ts.map +0 -1
  2032. package/dist-esm/samples-dev/sourceControlGetSample.js +0 -39
  2033. package/dist-esm/samples-dev/sourceControlGetSample.js.map +0 -1
  2034. package/dist-esm/samples-dev/sourceControlListByAutomationAccountSample.d.ts +0 -2
  2035. package/dist-esm/samples-dev/sourceControlListByAutomationAccountSample.d.ts.map +0 -1
  2036. package/dist-esm/samples-dev/sourceControlListByAutomationAccountSample.js +0 -52
  2037. package/dist-esm/samples-dev/sourceControlListByAutomationAccountSample.js.map +0 -1
  2038. package/dist-esm/samples-dev/sourceControlSyncJobCreateSample.d.ts +0 -2
  2039. package/dist-esm/samples-dev/sourceControlSyncJobCreateSample.d.ts.map +0 -1
  2040. package/dist-esm/samples-dev/sourceControlSyncJobCreateSample.js +0 -43
  2041. package/dist-esm/samples-dev/sourceControlSyncJobCreateSample.js.map +0 -1
  2042. package/dist-esm/samples-dev/sourceControlSyncJobGetSample.d.ts +0 -2
  2043. package/dist-esm/samples-dev/sourceControlSyncJobGetSample.d.ts.map +0 -1
  2044. package/dist-esm/samples-dev/sourceControlSyncJobGetSample.js +0 -40
  2045. package/dist-esm/samples-dev/sourceControlSyncJobGetSample.js.map +0 -1
  2046. package/dist-esm/samples-dev/sourceControlSyncJobListByAutomationAccountSample.d.ts +0 -2
  2047. package/dist-esm/samples-dev/sourceControlSyncJobListByAutomationAccountSample.d.ts.map +0 -1
  2048. package/dist-esm/samples-dev/sourceControlSyncJobListByAutomationAccountSample.js +0 -53
  2049. package/dist-esm/samples-dev/sourceControlSyncJobListByAutomationAccountSample.js.map +0 -1
  2050. package/dist-esm/samples-dev/sourceControlSyncJobStreamsGetSample.d.ts +0 -2
  2051. package/dist-esm/samples-dev/sourceControlSyncJobStreamsGetSample.d.ts.map +0 -1
  2052. package/dist-esm/samples-dev/sourceControlSyncJobStreamsGetSample.js +0 -41
  2053. package/dist-esm/samples-dev/sourceControlSyncJobStreamsGetSample.js.map +0 -1
  2054. package/dist-esm/samples-dev/sourceControlSyncJobStreamsListBySyncJobSample.d.ts +0 -2
  2055. package/dist-esm/samples-dev/sourceControlSyncJobStreamsListBySyncJobSample.d.ts.map +0 -1
  2056. package/dist-esm/samples-dev/sourceControlSyncJobStreamsListBySyncJobSample.js +0 -54
  2057. package/dist-esm/samples-dev/sourceControlSyncJobStreamsListBySyncJobSample.js.map +0 -1
  2058. package/dist-esm/samples-dev/sourceControlUpdateSample.d.ts +0 -2
  2059. package/dist-esm/samples-dev/sourceControlUpdateSample.d.ts.map +0 -1
  2060. package/dist-esm/samples-dev/sourceControlUpdateSample.js +0 -50
  2061. package/dist-esm/samples-dev/sourceControlUpdateSample.js.map +0 -1
  2062. package/dist-esm/samples-dev/statisticsListByAutomationAccountSample.d.ts +0 -2
  2063. package/dist-esm/samples-dev/statisticsListByAutomationAccountSample.d.ts.map +0 -1
  2064. package/dist-esm/samples-dev/statisticsListByAutomationAccountSample.js +0 -52
  2065. package/dist-esm/samples-dev/statisticsListByAutomationAccountSample.js.map +0 -1
  2066. package/dist-esm/samples-dev/testJobCreateSample.d.ts +0 -2
  2067. package/dist-esm/samples-dev/testJobCreateSample.d.ts.map +0 -1
  2068. package/dist-esm/samples-dev/testJobCreateSample.js +0 -44
  2069. package/dist-esm/samples-dev/testJobCreateSample.js.map +0 -1
  2070. package/dist-esm/samples-dev/testJobGetSample.d.ts +0 -2
  2071. package/dist-esm/samples-dev/testJobGetSample.d.ts.map +0 -1
  2072. package/dist-esm/samples-dev/testJobGetSample.js +0 -40
  2073. package/dist-esm/samples-dev/testJobGetSample.js.map +0 -1
  2074. package/dist-esm/samples-dev/testJobResumeSample.d.ts +0 -2
  2075. package/dist-esm/samples-dev/testJobResumeSample.d.ts.map +0 -1
  2076. package/dist-esm/samples-dev/testJobResumeSample.js +0 -40
  2077. package/dist-esm/samples-dev/testJobResumeSample.js.map +0 -1
  2078. package/dist-esm/samples-dev/testJobStopSample.d.ts +0 -2
  2079. package/dist-esm/samples-dev/testJobStopSample.d.ts.map +0 -1
  2080. package/dist-esm/samples-dev/testJobStopSample.js +0 -40
  2081. package/dist-esm/samples-dev/testJobStopSample.js.map +0 -1
  2082. package/dist-esm/samples-dev/testJobStreamsGetSample.d.ts +0 -2
  2083. package/dist-esm/samples-dev/testJobStreamsGetSample.d.ts.map +0 -1
  2084. package/dist-esm/samples-dev/testJobStreamsGetSample.js +0 -41
  2085. package/dist-esm/samples-dev/testJobStreamsGetSample.js.map +0 -1
  2086. package/dist-esm/samples-dev/testJobStreamsListByTestJobSample.d.ts +0 -2
  2087. package/dist-esm/samples-dev/testJobStreamsListByTestJobSample.d.ts.map +0 -1
  2088. package/dist-esm/samples-dev/testJobStreamsListByTestJobSample.js +0 -54
  2089. package/dist-esm/samples-dev/testJobStreamsListByTestJobSample.js.map +0 -1
  2090. package/dist-esm/samples-dev/testJobSuspendSample.d.ts +0 -2
  2091. package/dist-esm/samples-dev/testJobSuspendSample.d.ts.map +0 -1
  2092. package/dist-esm/samples-dev/testJobSuspendSample.js +0 -40
  2093. package/dist-esm/samples-dev/testJobSuspendSample.js.map +0 -1
  2094. package/dist-esm/samples-dev/usagesListByAutomationAccountSample.d.ts +0 -2
  2095. package/dist-esm/samples-dev/usagesListByAutomationAccountSample.d.ts.map +0 -1
  2096. package/dist-esm/samples-dev/usagesListByAutomationAccountSample.js +0 -52
  2097. package/dist-esm/samples-dev/usagesListByAutomationAccountSample.js.map +0 -1
  2098. package/dist-esm/samples-dev/variableCreateOrUpdateSample.d.ts +0 -2
  2099. package/dist-esm/samples-dev/variableCreateOrUpdateSample.d.ts.map +0 -1
  2100. package/dist-esm/samples-dev/variableCreateOrUpdateSample.js +0 -45
  2101. package/dist-esm/samples-dev/variableCreateOrUpdateSample.js.map +0 -1
  2102. package/dist-esm/samples-dev/variableDeleteSample.d.ts +0 -2
  2103. package/dist-esm/samples-dev/variableDeleteSample.d.ts.map +0 -1
  2104. package/dist-esm/samples-dev/variableDeleteSample.js +0 -39
  2105. package/dist-esm/samples-dev/variableDeleteSample.js.map +0 -1
  2106. package/dist-esm/samples-dev/variableGetSample.d.ts +0 -2
  2107. package/dist-esm/samples-dev/variableGetSample.d.ts.map +0 -1
  2108. package/dist-esm/samples-dev/variableGetSample.js +0 -39
  2109. package/dist-esm/samples-dev/variableGetSample.js.map +0 -1
  2110. package/dist-esm/samples-dev/variableListByAutomationAccountSample.d.ts +0 -2
  2111. package/dist-esm/samples-dev/variableListByAutomationAccountSample.d.ts.map +0 -1
  2112. package/dist-esm/samples-dev/variableListByAutomationAccountSample.js +0 -84
  2113. package/dist-esm/samples-dev/variableListByAutomationAccountSample.js.map +0 -1
  2114. package/dist-esm/samples-dev/variableUpdateSample.d.ts +0 -2
  2115. package/dist-esm/samples-dev/variableUpdateSample.d.ts.map +0 -1
  2116. package/dist-esm/samples-dev/variableUpdateSample.js +0 -43
  2117. package/dist-esm/samples-dev/variableUpdateSample.js.map +0 -1
  2118. package/dist-esm/samples-dev/watcherCreateOrUpdateSample.d.ts +0 -2
  2119. package/dist-esm/samples-dev/watcherCreateOrUpdateSample.d.ts.map +0 -1
  2120. package/dist-esm/samples-dev/watcherCreateOrUpdateSample.js +0 -51
  2121. package/dist-esm/samples-dev/watcherCreateOrUpdateSample.js.map +0 -1
  2122. package/dist-esm/samples-dev/watcherDeleteSample.d.ts +0 -2
  2123. package/dist-esm/samples-dev/watcherDeleteSample.d.ts.map +0 -1
  2124. package/dist-esm/samples-dev/watcherDeleteSample.js +0 -39
  2125. package/dist-esm/samples-dev/watcherDeleteSample.js.map +0 -1
  2126. package/dist-esm/samples-dev/watcherGetSample.d.ts +0 -2
  2127. package/dist-esm/samples-dev/watcherGetSample.d.ts.map +0 -1
  2128. package/dist-esm/samples-dev/watcherGetSample.js +0 -39
  2129. package/dist-esm/samples-dev/watcherGetSample.js.map +0 -1
  2130. package/dist-esm/samples-dev/watcherListByAutomationAccountSample.d.ts +0 -2
  2131. package/dist-esm/samples-dev/watcherListByAutomationAccountSample.d.ts.map +0 -1
  2132. package/dist-esm/samples-dev/watcherListByAutomationAccountSample.js +0 -52
  2133. package/dist-esm/samples-dev/watcherListByAutomationAccountSample.js.map +0 -1
  2134. package/dist-esm/samples-dev/watcherStartSample.d.ts +0 -2
  2135. package/dist-esm/samples-dev/watcherStartSample.d.ts.map +0 -1
  2136. package/dist-esm/samples-dev/watcherStartSample.js +0 -39
  2137. package/dist-esm/samples-dev/watcherStartSample.js.map +0 -1
  2138. package/dist-esm/samples-dev/watcherStopSample.d.ts +0 -2
  2139. package/dist-esm/samples-dev/watcherStopSample.d.ts.map +0 -1
  2140. package/dist-esm/samples-dev/watcherStopSample.js +0 -39
  2141. package/dist-esm/samples-dev/watcherStopSample.js.map +0 -1
  2142. package/dist-esm/samples-dev/watcherUpdateSample.d.ts +0 -2
  2143. package/dist-esm/samples-dev/watcherUpdateSample.d.ts.map +0 -1
  2144. package/dist-esm/samples-dev/watcherUpdateSample.js +0 -43
  2145. package/dist-esm/samples-dev/watcherUpdateSample.js.map +0 -1
  2146. package/dist-esm/samples-dev/webhookCreateOrUpdateSample.d.ts +0 -2
  2147. package/dist-esm/samples-dev/webhookCreateOrUpdateSample.d.ts.map +0 -1
  2148. package/dist-esm/samples-dev/webhookCreateOrUpdateSample.js +0 -46
  2149. package/dist-esm/samples-dev/webhookCreateOrUpdateSample.js.map +0 -1
  2150. package/dist-esm/samples-dev/webhookDeleteSample.d.ts +0 -2
  2151. package/dist-esm/samples-dev/webhookDeleteSample.d.ts.map +0 -1
  2152. package/dist-esm/samples-dev/webhookDeleteSample.js +0 -39
  2153. package/dist-esm/samples-dev/webhookDeleteSample.js.map +0 -1
  2154. package/dist-esm/samples-dev/webhookGenerateUriSample.d.ts +0 -2
  2155. package/dist-esm/samples-dev/webhookGenerateUriSample.d.ts.map +0 -1
  2156. package/dist-esm/samples-dev/webhookGenerateUriSample.js +0 -38
  2157. package/dist-esm/samples-dev/webhookGenerateUriSample.js.map +0 -1
  2158. package/dist-esm/samples-dev/webhookGetSample.d.ts +0 -2
  2159. package/dist-esm/samples-dev/webhookGetSample.d.ts.map +0 -1
  2160. package/dist-esm/samples-dev/webhookGetSample.js +0 -39
  2161. package/dist-esm/samples-dev/webhookGetSample.js.map +0 -1
  2162. package/dist-esm/samples-dev/webhookListByAutomationAccountSample.d.ts +0 -2
  2163. package/dist-esm/samples-dev/webhookListByAutomationAccountSample.d.ts.map +0 -1
  2164. package/dist-esm/samples-dev/webhookListByAutomationAccountSample.js +0 -52
  2165. package/dist-esm/samples-dev/webhookListByAutomationAccountSample.js.map +0 -1
  2166. package/dist-esm/samples-dev/webhookUpdateSample.d.ts +0 -2
  2167. package/dist-esm/samples-dev/webhookUpdateSample.d.ts.map +0 -1
  2168. package/dist-esm/samples-dev/webhookUpdateSample.js +0 -44
  2169. package/dist-esm/samples-dev/webhookUpdateSample.js.map +0 -1
  2170. package/dist-esm/src/automationClient.d.ts +0 -70
  2171. package/dist-esm/src/automationClient.d.ts.map +0 -1
  2172. package/dist-esm/src/automationClient.js +0 -152
  2173. package/dist-esm/src/automationClient.js.map +0 -1
  2174. package/dist-esm/src/index.d.ts +0 -6
  2175. package/dist-esm/src/index.d.ts.map +0 -1
  2176. package/dist-esm/src/index.js +0 -13
  2177. package/dist-esm/src/index.js.map +0 -1
  2178. package/dist-esm/src/lroImpl.js +0 -29
  2179. package/dist-esm/src/lroImpl.js.map +0 -1
  2180. package/dist-esm/src/models/index.d.ts +0 -4343
  2181. package/dist-esm/src/models/index.d.ts.map +0 -1
  2182. package/dist-esm/src/models/index.js.map +0 -1
  2183. package/dist-esm/src/models/mappers.js +0 -6683
  2184. package/dist-esm/src/models/mappers.js.map +0 -1
  2185. package/dist-esm/src/models/parameters.js +0 -811
  2186. package/dist-esm/src/models/parameters.js.map +0 -1
  2187. package/dist-esm/src/operations/activityOperations.d.ts +0 -50
  2188. package/dist-esm/src/operations/activityOperations.d.ts.map +0 -1
  2189. package/dist-esm/src/operations/activityOperations.js +0 -199
  2190. package/dist-esm/src/operations/activityOperations.js.map +0 -1
  2191. package/dist-esm/src/operations/agentRegistrationInformation.d.ts +0 -28
  2192. package/dist-esm/src/operations/agentRegistrationInformation.d.ts.map +0 -1
  2193. package/dist-esm/src/operations/agentRegistrationInformation.js +0 -86
  2194. package/dist-esm/src/operations/agentRegistrationInformation.js.map +0 -1
  2195. package/dist-esm/src/operations/automationAccountOperations.d.ts +0 -83
  2196. package/dist-esm/src/operations/automationAccountOperations.d.ts.map +0 -1
  2197. package/dist-esm/src/operations/automationAccountOperations.js +0 -380
  2198. package/dist-esm/src/operations/automationAccountOperations.js.map +0 -1
  2199. package/dist-esm/src/operations/certificateOperations.d.ts +0 -73
  2200. package/dist-esm/src/operations/certificateOperations.d.ts.map +0 -1
  2201. package/dist-esm/src/operations/certificateOperations.js +0 -296
  2202. package/dist-esm/src/operations/certificateOperations.js.map +0 -1
  2203. package/dist-esm/src/operations/connectionOperations.d.ts +0 -73
  2204. package/dist-esm/src/operations/connectionOperations.d.ts.map +0 -1
  2205. package/dist-esm/src/operations/connectionOperations.js +0 -297
  2206. package/dist-esm/src/operations/connectionOperations.js.map +0 -1
  2207. package/dist-esm/src/operations/connectionTypeOperations.d.ts +0 -64
  2208. package/dist-esm/src/operations/connectionTypeOperations.d.ts.map +0 -1
  2209. package/dist-esm/src/operations/connectionTypeOperations.js +0 -253
  2210. package/dist-esm/src/operations/connectionTypeOperations.js.map +0 -1
  2211. package/dist-esm/src/operations/credentialOperations.d.ts +0 -73
  2212. package/dist-esm/src/operations/credentialOperations.d.ts.map +0 -1
  2213. package/dist-esm/src/operations/credentialOperations.js +0 -290
  2214. package/dist-esm/src/operations/credentialOperations.js.map +0 -1
  2215. package/dist-esm/src/operations/deletedAutomationAccounts.d.ts +0 -18
  2216. package/dist-esm/src/operations/deletedAutomationAccounts.d.ts.map +0 -1
  2217. package/dist-esm/src/operations/deletedAutomationAccounts.js +0 -46
  2218. package/dist-esm/src/operations/deletedAutomationAccounts.js.map +0 -1
  2219. package/dist-esm/src/operations/dscCompilationJobOperations.d.ts +0 -75
  2220. package/dist-esm/src/operations/dscCompilationJobOperations.d.ts.map +0 -1
  2221. package/dist-esm/src/operations/dscCompilationJobOperations.js +0 -311
  2222. package/dist-esm/src/operations/dscCompilationJobOperations.js.map +0 -1
  2223. package/dist-esm/src/operations/dscCompilationJobStream.d.ts +0 -21
  2224. package/dist-esm/src/operations/dscCompilationJobStream.d.ts.map +0 -1
  2225. package/dist-esm/src/operations/dscCompilationJobStream.js +0 -55
  2226. package/dist-esm/src/operations/dscCompilationJobStream.js.map +0 -1
  2227. package/dist-esm/src/operations/dscConfigurationOperations.d.ts +0 -101
  2228. package/dist-esm/src/operations/dscConfigurationOperations.d.ts.map +0 -1
  2229. package/dist-esm/src/operations/dscConfigurationOperations.js +0 -432
  2230. package/dist-esm/src/operations/dscConfigurationOperations.js.map +0 -1
  2231. package/dist-esm/src/operations/dscNodeConfigurationOperations.d.ts +0 -74
  2232. package/dist-esm/src/operations/dscNodeConfigurationOperations.d.ts.map +0 -1
  2233. package/dist-esm/src/operations/dscNodeConfigurationOperations.js +0 -315
  2234. package/dist-esm/src/operations/dscNodeConfigurationOperations.js.map +0 -1
  2235. package/dist-esm/src/operations/dscNodeOperations.d.ts +0 -64
  2236. package/dist-esm/src/operations/dscNodeOperations.d.ts.map +0 -1
  2237. package/dist-esm/src/operations/dscNodeOperations.js +0 -258
  2238. package/dist-esm/src/operations/dscNodeOperations.js.map +0 -1
  2239. package/dist-esm/src/operations/fields.d.ts +0 -34
  2240. package/dist-esm/src/operations/fields.d.ts.map +0 -1
  2241. package/dist-esm/src/operations/fields.js +0 -115
  2242. package/dist-esm/src/operations/fields.js.map +0 -1
  2243. package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.d.ts +0 -74
  2244. package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.d.ts.map +0 -1
  2245. package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.js +0 -304
  2246. package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.js.map +0 -1
  2247. package/dist-esm/src/operations/hybridRunbookWorkers.d.ts +0 -81
  2248. package/dist-esm/src/operations/hybridRunbookWorkers.d.ts.map +0 -1
  2249. package/dist-esm/src/operations/hybridRunbookWorkers.js +0 -331
  2250. package/dist-esm/src/operations/hybridRunbookWorkers.js.map +0 -1
  2251. package/dist-esm/src/operations/index.d.ts +0 -46
  2252. package/dist-esm/src/operations/index.d.ts.map +0 -1
  2253. package/dist-esm/src/operations/index.js +0 -53
  2254. package/dist-esm/src/operations/index.js.map +0 -1
  2255. package/dist-esm/src/operations/jobOperations.d.ts +0 -96
  2256. package/dist-esm/src/operations/jobOperations.d.ts.map +0 -1
  2257. package/dist-esm/src/operations/jobOperations.js +0 -376
  2258. package/dist-esm/src/operations/jobOperations.js.map +0 -1
  2259. package/dist-esm/src/operations/jobScheduleOperations.d.ts +0 -64
  2260. package/dist-esm/src/operations/jobScheduleOperations.d.ts.map +0 -1
  2261. package/dist-esm/src/operations/jobScheduleOperations.js +0 -252
  2262. package/dist-esm/src/operations/jobScheduleOperations.js.map +0 -1
  2263. package/dist-esm/src/operations/jobStreamOperations.d.ts +0 -50
  2264. package/dist-esm/src/operations/jobStreamOperations.d.ts.map +0 -1
  2265. package/dist-esm/src/operations/jobStreamOperations.js +0 -193
  2266. package/dist-esm/src/operations/jobStreamOperations.js.map +0 -1
  2267. package/dist-esm/src/operations/keys.d.ts +0 -20
  2268. package/dist-esm/src/operations/keys.d.ts.map +0 -1
  2269. package/dist-esm/src/operations/keys.js +0 -53
  2270. package/dist-esm/src/operations/keys.js.map +0 -1
  2271. package/dist-esm/src/operations/linkedWorkspaceOperations.d.ts +0 -20
  2272. package/dist-esm/src/operations/linkedWorkspaceOperations.d.ts.map +0 -1
  2273. package/dist-esm/src/operations/linkedWorkspaceOperations.js +0 -53
  2274. package/dist-esm/src/operations/linkedWorkspaceOperations.js.map +0 -1
  2275. package/dist-esm/src/operations/moduleOperations.d.ts +0 -73
  2276. package/dist-esm/src/operations/moduleOperations.d.ts.map +0 -1
  2277. package/dist-esm/src/operations/moduleOperations.js +0 -296
  2278. package/dist-esm/src/operations/moduleOperations.js.map +0 -1
  2279. package/dist-esm/src/operations/nodeCountInformation.d.ts +0 -21
  2280. package/dist-esm/src/operations/nodeCountInformation.d.ts.map +0 -1
  2281. package/dist-esm/src/operations/nodeCountInformation.js +0 -55
  2282. package/dist-esm/src/operations/nodeCountInformation.js.map +0 -1
  2283. package/dist-esm/src/operations/nodeReports.d.ts +0 -59
  2284. package/dist-esm/src/operations/nodeReports.d.ts.map +0 -1
  2285. package/dist-esm/src/operations/nodeReports.js +0 -223
  2286. package/dist-esm/src/operations/nodeReports.js.map +0 -1
  2287. package/dist-esm/src/operations/objectDataTypes.d.ts +0 -52
  2288. package/dist-esm/src/operations/objectDataTypes.d.ts.map +0 -1
  2289. package/dist-esm/src/operations/objectDataTypes.js +0 -196
  2290. package/dist-esm/src/operations/objectDataTypes.js.map +0 -1
  2291. package/dist-esm/src/operations/operations.d.ts +0 -26
  2292. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  2293. package/dist-esm/src/operations/operations.js +0 -94
  2294. package/dist-esm/src/operations/operations.js.map +0 -1
  2295. package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -73
  2296. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  2297. package/dist-esm/src/operations/privateEndpointConnections.js +0 -311
  2298. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  2299. package/dist-esm/src/operations/privateLinkResources.d.ts +0 -30
  2300. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  2301. package/dist-esm/src/operations/privateLinkResources.js +0 -100
  2302. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  2303. package/dist-esm/src/operations/python2Package.d.ts +0 -73
  2304. package/dist-esm/src/operations/python2Package.d.ts.map +0 -1
  2305. package/dist-esm/src/operations/python2Package.js +0 -296
  2306. package/dist-esm/src/operations/python2Package.js.map +0 -1
  2307. package/dist-esm/src/operations/runbookDraftOperations.d.ts +0 -56
  2308. package/dist-esm/src/operations/runbookDraftOperations.d.ts.map +0 -1
  2309. package/dist-esm/src/operations/runbookDraftOperations.js +0 -214
  2310. package/dist-esm/src/operations/runbookDraftOperations.js.map +0 -1
  2311. package/dist-esm/src/operations/runbookOperations.d.ts +0 -99
  2312. package/dist-esm/src/operations/runbookOperations.d.ts.map +0 -1
  2313. package/dist-esm/src/operations/runbookOperations.js +0 -414
  2314. package/dist-esm/src/operations/runbookOperations.js.map +0 -1
  2315. package/dist-esm/src/operations/scheduleOperations.d.ts +0 -73
  2316. package/dist-esm/src/operations/scheduleOperations.d.ts.map +0 -1
  2317. package/dist-esm/src/operations/scheduleOperations.js +0 -297
  2318. package/dist-esm/src/operations/scheduleOperations.js.map +0 -1
  2319. package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.d.ts +0 -29
  2320. package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +0 -1
  2321. package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.js +0 -96
  2322. package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.js.map +0 -1
  2323. package/dist-esm/src/operations/softwareUpdateConfigurationRuns.d.ts +0 -28
  2324. package/dist-esm/src/operations/softwareUpdateConfigurationRuns.d.ts.map +0 -1
  2325. package/dist-esm/src/operations/softwareUpdateConfigurationRuns.js +0 -95
  2326. package/dist-esm/src/operations/softwareUpdateConfigurationRuns.js.map +0 -1
  2327. package/dist-esm/src/operations/softwareUpdateConfigurations.d.ts +0 -45
  2328. package/dist-esm/src/operations/softwareUpdateConfigurations.d.ts.map +0 -1
  2329. package/dist-esm/src/operations/softwareUpdateConfigurations.js +0 -174
  2330. package/dist-esm/src/operations/softwareUpdateConfigurations.js.map +0 -1
  2331. package/dist-esm/src/operations/sourceControlOperations.d.ts +0 -73
  2332. package/dist-esm/src/operations/sourceControlOperations.d.ts.map +0 -1
  2333. package/dist-esm/src/operations/sourceControlOperations.js +0 -296
  2334. package/dist-esm/src/operations/sourceControlOperations.js.map +0 -1
  2335. package/dist-esm/src/operations/sourceControlSyncJobOperations.d.ts +0 -61
  2336. package/dist-esm/src/operations/sourceControlSyncJobOperations.d.ts.map +0 -1
  2337. package/dist-esm/src/operations/sourceControlSyncJobOperations.js +0 -244
  2338. package/dist-esm/src/operations/sourceControlSyncJobOperations.js.map +0 -1
  2339. package/dist-esm/src/operations/sourceControlSyncJobStreams.d.ts +0 -54
  2340. package/dist-esm/src/operations/sourceControlSyncJobStreams.d.ts.map +0 -1
  2341. package/dist-esm/src/operations/sourceControlSyncJobStreams.js +0 -214
  2342. package/dist-esm/src/operations/sourceControlSyncJobStreams.js.map +0 -1
  2343. package/dist-esm/src/operations/statisticsOperations.d.ts +0 -30
  2344. package/dist-esm/src/operations/statisticsOperations.d.ts.map +0 -1
  2345. package/dist-esm/src/operations/statisticsOperations.js +0 -103
  2346. package/dist-esm/src/operations/statisticsOperations.js.map +0 -1
  2347. package/dist-esm/src/operations/testJobOperations.d.ts +0 -54
  2348. package/dist-esm/src/operations/testJobOperations.d.ts.map +0 -1
  2349. package/dist-esm/src/operations/testJobOperations.js +0 -186
  2350. package/dist-esm/src/operations/testJobOperations.js.map +0 -1
  2351. package/dist-esm/src/operations/testJobStreams.d.ts +0 -50
  2352. package/dist-esm/src/operations/testJobStreams.d.ts.map +0 -1
  2353. package/dist-esm/src/operations/testJobStreams.js +0 -199
  2354. package/dist-esm/src/operations/testJobStreams.js.map +0 -1
  2355. package/dist-esm/src/operations/usages.d.ts +0 -30
  2356. package/dist-esm/src/operations/usages.d.ts.map +0 -1
  2357. package/dist-esm/src/operations/usages.js +0 -103
  2358. package/dist-esm/src/operations/usages.js.map +0 -1
  2359. package/dist-esm/src/operations/variableOperations.d.ts +0 -73
  2360. package/dist-esm/src/operations/variableOperations.d.ts.map +0 -1
  2361. package/dist-esm/src/operations/variableOperations.js +0 -296
  2362. package/dist-esm/src/operations/variableOperations.js.map +0 -1
  2363. package/dist-esm/src/operations/watcherOperations.d.ts +0 -89
  2364. package/dist-esm/src/operations/watcherOperations.d.ts.map +0 -1
  2365. package/dist-esm/src/operations/watcherOperations.js +0 -356
  2366. package/dist-esm/src/operations/watcherOperations.js.map +0 -1
  2367. package/dist-esm/src/operations/webhookOperations.d.ts +0 -80
  2368. package/dist-esm/src/operations/webhookOperations.d.ts.map +0 -1
  2369. package/dist-esm/src/operations/webhookOperations.js +0 -326
  2370. package/dist-esm/src/operations/webhookOperations.js.map +0 -1
  2371. package/dist-esm/src/operationsInterfaces/activityOperations.d.ts +0 -23
  2372. package/dist-esm/src/operationsInterfaces/activityOperations.d.ts.map +0 -1
  2373. package/dist-esm/src/operationsInterfaces/activityOperations.js.map +0 -1
  2374. package/dist-esm/src/operationsInterfaces/agentRegistrationInformation.d.ts +0 -20
  2375. package/dist-esm/src/operationsInterfaces/agentRegistrationInformation.d.ts.map +0 -1
  2376. package/dist-esm/src/operationsInterfaces/agentRegistrationInformation.js.map +0 -1
  2377. package/dist-esm/src/operationsInterfaces/automationAccountOperations.d.ts +0 -47
  2378. package/dist-esm/src/operationsInterfaces/automationAccountOperations.d.ts.map +0 -1
  2379. package/dist-esm/src/operationsInterfaces/automationAccountOperations.js.map +0 -1
  2380. package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts +0 -47
  2381. package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts.map +0 -1
  2382. package/dist-esm/src/operationsInterfaces/certificateOperations.js.map +0 -1
  2383. package/dist-esm/src/operationsInterfaces/connectionOperations.d.ts +0 -47
  2384. package/dist-esm/src/operationsInterfaces/connectionOperations.d.ts.map +0 -1
  2385. package/dist-esm/src/operationsInterfaces/connectionOperations.js.map +0 -1
  2386. package/dist-esm/src/operationsInterfaces/connectionTypeOperations.d.ts +0 -38
  2387. package/dist-esm/src/operationsInterfaces/connectionTypeOperations.d.ts.map +0 -1
  2388. package/dist-esm/src/operationsInterfaces/connectionTypeOperations.js.map +0 -1
  2389. package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts +0 -47
  2390. package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts.map +0 -1
  2391. package/dist-esm/src/operationsInterfaces/credentialOperations.js.map +0 -1
  2392. package/dist-esm/src/operationsInterfaces/deletedAutomationAccounts.d.ts +0 -10
  2393. package/dist-esm/src/operationsInterfaces/deletedAutomationAccounts.d.ts.map +0 -1
  2394. package/dist-esm/src/operationsInterfaces/deletedAutomationAccounts.js.map +0 -1
  2395. package/dist-esm/src/operationsInterfaces/dscCompilationJobOperations.d.ts +0 -49
  2396. package/dist-esm/src/operationsInterfaces/dscCompilationJobOperations.d.ts.map +0 -1
  2397. package/dist-esm/src/operationsInterfaces/dscCompilationJobOperations.js.map +0 -1
  2398. package/dist-esm/src/operationsInterfaces/dscCompilationJobStream.d.ts +0 -13
  2399. package/dist-esm/src/operationsInterfaces/dscCompilationJobStream.d.ts.map +0 -1
  2400. package/dist-esm/src/operationsInterfaces/dscCompilationJobStream.js.map +0 -1
  2401. package/dist-esm/src/operationsInterfaces/dscConfigurationOperations.d.ts +0 -73
  2402. package/dist-esm/src/operationsInterfaces/dscConfigurationOperations.d.ts.map +0 -1
  2403. package/dist-esm/src/operationsInterfaces/dscConfigurationOperations.js.map +0 -1
  2404. package/dist-esm/src/operationsInterfaces/dscNodeConfigurationOperations.d.ts +0 -48
  2405. package/dist-esm/src/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +0 -1
  2406. package/dist-esm/src/operationsInterfaces/dscNodeConfigurationOperations.js.map +0 -1
  2407. package/dist-esm/src/operationsInterfaces/dscNodeOperations.d.ts +0 -38
  2408. package/dist-esm/src/operationsInterfaces/dscNodeOperations.d.ts.map +0 -1
  2409. package/dist-esm/src/operationsInterfaces/dscNodeOperations.js.map +0 -1
  2410. package/dist-esm/src/operationsInterfaces/fields.d.ts +0 -15
  2411. package/dist-esm/src/operationsInterfaces/fields.d.ts.map +0 -1
  2412. package/dist-esm/src/operationsInterfaces/fields.js.map +0 -1
  2413. package/dist-esm/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +0 -48
  2414. package/dist-esm/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +0 -1
  2415. package/dist-esm/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +0 -1
  2416. package/dist-esm/src/operationsInterfaces/hybridRunbookWorkers.d.ts +0 -53
  2417. package/dist-esm/src/operationsInterfaces/hybridRunbookWorkers.d.ts.map +0 -1
  2418. package/dist-esm/src/operationsInterfaces/hybridRunbookWorkers.js.map +0 -1
  2419. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -46
  2420. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  2421. package/dist-esm/src/operationsInterfaces/index.js +0 -53
  2422. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  2423. package/dist-esm/src/operationsInterfaces/jobOperations.d.ts +0 -70
  2424. package/dist-esm/src/operationsInterfaces/jobOperations.d.ts.map +0 -1
  2425. package/dist-esm/src/operationsInterfaces/jobOperations.js.map +0 -1
  2426. package/dist-esm/src/operationsInterfaces/jobScheduleOperations.d.ts +0 -38
  2427. package/dist-esm/src/operationsInterfaces/jobScheduleOperations.d.ts.map +0 -1
  2428. package/dist-esm/src/operationsInterfaces/jobScheduleOperations.js.map +0 -1
  2429. package/dist-esm/src/operationsInterfaces/jobStreamOperations.d.ts +0 -23
  2430. package/dist-esm/src/operationsInterfaces/jobStreamOperations.d.ts.map +0 -1
  2431. package/dist-esm/src/operationsInterfaces/jobStreamOperations.js.map +0 -1
  2432. package/dist-esm/src/operationsInterfaces/keys.d.ts +0 -12
  2433. package/dist-esm/src/operationsInterfaces/keys.d.ts.map +0 -1
  2434. package/dist-esm/src/operationsInterfaces/keys.js.map +0 -1
  2435. package/dist-esm/src/operationsInterfaces/linkedWorkspaceOperations.d.ts +0 -12
  2436. package/dist-esm/src/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +0 -1
  2437. package/dist-esm/src/operationsInterfaces/linkedWorkspaceOperations.js.map +0 -1
  2438. package/dist-esm/src/operationsInterfaces/moduleOperations.d.ts +0 -47
  2439. package/dist-esm/src/operationsInterfaces/moduleOperations.d.ts.map +0 -1
  2440. package/dist-esm/src/operationsInterfaces/moduleOperations.js.map +0 -1
  2441. package/dist-esm/src/operationsInterfaces/nodeCountInformation.d.ts +0 -13
  2442. package/dist-esm/src/operationsInterfaces/nodeCountInformation.d.ts.map +0 -1
  2443. package/dist-esm/src/operationsInterfaces/nodeCountInformation.js.map +0 -1
  2444. package/dist-esm/src/operationsInterfaces/nodeReports.d.ts +0 -32
  2445. package/dist-esm/src/operationsInterfaces/nodeReports.d.ts.map +0 -1
  2446. package/dist-esm/src/operationsInterfaces/nodeReports.js.map +0 -1
  2447. package/dist-esm/src/operationsInterfaces/objectDataTypes.d.ts +0 -23
  2448. package/dist-esm/src/operationsInterfaces/objectDataTypes.d.ts.map +0 -1
  2449. package/dist-esm/src/operationsInterfaces/objectDataTypes.js.map +0 -1
  2450. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  2451. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  2452. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  2453. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  2454. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  2455. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  2456. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -13
  2457. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  2458. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  2459. package/dist-esm/src/operationsInterfaces/python2Package.d.ts +0 -47
  2460. package/dist-esm/src/operationsInterfaces/python2Package.d.ts.map +0 -1
  2461. package/dist-esm/src/operationsInterfaces/python2Package.js.map +0 -1
  2462. package/dist-esm/src/operationsInterfaces/runbookDraftOperations.d.ts +0 -48
  2463. package/dist-esm/src/operationsInterfaces/runbookDraftOperations.d.ts.map +0 -1
  2464. package/dist-esm/src/operationsInterfaces/runbookDraftOperations.js.map +0 -1
  2465. package/dist-esm/src/operationsInterfaces/runbookOperations.d.ts +0 -73
  2466. package/dist-esm/src/operationsInterfaces/runbookOperations.d.ts.map +0 -1
  2467. package/dist-esm/src/operationsInterfaces/runbookOperations.js.map +0 -1
  2468. package/dist-esm/src/operationsInterfaces/scheduleOperations.d.ts +0 -47
  2469. package/dist-esm/src/operationsInterfaces/scheduleOperations.d.ts.map +0 -1
  2470. package/dist-esm/src/operationsInterfaces/scheduleOperations.js.map +0 -1
  2471. package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +0 -21
  2472. package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +0 -1
  2473. package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +0 -1
  2474. package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +0 -20
  2475. package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +0 -1
  2476. package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +0 -1
  2477. package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurations.d.ts +0 -37
  2478. package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +0 -1
  2479. package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurations.js.map +0 -1
  2480. package/dist-esm/src/operationsInterfaces/sourceControlOperations.d.ts +0 -47
  2481. package/dist-esm/src/operationsInterfaces/sourceControlOperations.d.ts.map +0 -1
  2482. package/dist-esm/src/operationsInterfaces/sourceControlOperations.js.map +0 -1
  2483. package/dist-esm/src/operationsInterfaces/sourceControlSyncJobOperations.d.ts +0 -33
  2484. package/dist-esm/src/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +0 -1
  2485. package/dist-esm/src/operationsInterfaces/sourceControlSyncJobOperations.js.map +0 -1
  2486. package/dist-esm/src/operationsInterfaces/sourceControlSyncJobStreams.d.ts +0 -25
  2487. package/dist-esm/src/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +0 -1
  2488. package/dist-esm/src/operationsInterfaces/sourceControlSyncJobStreams.js.map +0 -1
  2489. package/dist-esm/src/operationsInterfaces/statisticsOperations.d.ts +0 -13
  2490. package/dist-esm/src/operationsInterfaces/statisticsOperations.d.ts.map +0 -1
  2491. package/dist-esm/src/operationsInterfaces/statisticsOperations.js.map +0 -1
  2492. package/dist-esm/src/operationsInterfaces/testJobOperations.d.ts +0 -46
  2493. package/dist-esm/src/operationsInterfaces/testJobOperations.d.ts.map +0 -1
  2494. package/dist-esm/src/operationsInterfaces/testJobOperations.js.map +0 -1
  2495. package/dist-esm/src/operationsInterfaces/testJobStreams.d.ts +0 -23
  2496. package/dist-esm/src/operationsInterfaces/testJobStreams.d.ts.map +0 -1
  2497. package/dist-esm/src/operationsInterfaces/testJobStreams.js.map +0 -1
  2498. package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -13
  2499. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
  2500. package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
  2501. package/dist-esm/src/operationsInterfaces/variableOperations.d.ts +0 -47
  2502. package/dist-esm/src/operationsInterfaces/variableOperations.d.ts.map +0 -1
  2503. package/dist-esm/src/operationsInterfaces/variableOperations.js.map +0 -1
  2504. package/dist-esm/src/operationsInterfaces/watcherOperations.d.ts +0 -63
  2505. package/dist-esm/src/operationsInterfaces/watcherOperations.d.ts.map +0 -1
  2506. package/dist-esm/src/operationsInterfaces/watcherOperations.js.map +0 -1
  2507. package/dist-esm/src/operationsInterfaces/webhookOperations.d.ts +0 -54
  2508. package/dist-esm/src/operationsInterfaces/webhookOperations.d.ts.map +0 -1
  2509. package/dist-esm/src/operationsInterfaces/webhookOperations.js.map +0 -1
  2510. package/dist-esm/src/pagingHelper.js +0 -32
  2511. package/dist-esm/src/pagingHelper.js.map +0 -1
  2512. package/dist-esm/test/automation_examples.d.ts +0 -4
  2513. package/dist-esm/test/automation_examples.d.ts.map +0 -1
  2514. package/dist-esm/test/automation_examples.js +0 -137
  2515. package/dist-esm/test/automation_examples.js.map +0 -1
  2516. package/review/arm-automation.api.md +0 -3760
  2517. package/rollup.config.js +0 -122
  2518. package/src/automationClient.ts +0 -358
  2519. package/src/index.ts +0 -13
  2520. package/src/lroImpl.ts +0 -34
  2521. package/src/models/index.ts +0 -4907
  2522. package/src/models/mappers.ts +0 -7103
  2523. package/src/models/parameters.ts +0 -962
  2524. package/src/operations/activityOperations.ts +0 -276
  2525. package/src/operations/agentRegistrationInformation.ts +0 -119
  2526. package/src/operations/automationAccountOperations.ts +0 -476
  2527. package/src/operations/certificateOperations.ts +0 -401
  2528. package/src/operations/connectionOperations.ts +0 -402
  2529. package/src/operations/connectionTypeOperations.ts +0 -344
  2530. package/src/operations/credentialOperations.ts +0 -395
  2531. package/src/operations/deletedAutomationAccounts.ts +0 -64
  2532. package/src/operations/dscCompilationJobOperations.ts +0 -437
  2533. package/src/operations/dscCompilationJobStream.ts +0 -75
  2534. package/src/operations/dscConfigurationOperations.ts +0 -633
  2535. package/src/operations/dscNodeConfigurationOperations.ts +0 -433
  2536. package/src/operations/dscNodeOperations.ts +0 -349
  2537. package/src/operations/fields.ts +0 -169
  2538. package/src/operations/hybridRunbookWorkerGroupOperations.ts +0 -409
  2539. package/src/operations/hybridRunbookWorkers.ts +0 -449
  2540. package/src/operations/index.ts +0 -53
  2541. package/src/operations/jobOperations.ts +0 -513
  2542. package/src/operations/jobScheduleOperations.ts +0 -343
  2543. package/src/operations/jobStreamOperations.ts +0 -270
  2544. package/src/operations/keys.ts +0 -72
  2545. package/src/operations/linkedWorkspaceOperations.ts +0 -73
  2546. package/src/operations/moduleOperations.ts +0 -401
  2547. package/src/operations/nodeCountInformation.ts +0 -76
  2548. package/src/operations/nodeReports.ts +0 -313
  2549. package/src/operations/objectDataTypes.ts +0 -287
  2550. package/src/operations/operations.ts +0 -103
  2551. package/src/operations/privateEndpointConnections.ts +0 -443
  2552. package/src/operations/privateLinkResources.ts +0 -138
  2553. package/src/operations/python2Package.ts +0 -401
  2554. package/src/operations/runbookDraftOperations.ts +0 -302
  2555. package/src/operations/runbookOperations.ts +0 -573
  2556. package/src/operations/scheduleOperations.ts +0 -402
  2557. package/src/operations/softwareUpdateConfigurationMachineRuns.ts +0 -128
  2558. package/src/operations/softwareUpdateConfigurationRuns.ts +0 -127
  2559. package/src/operations/softwareUpdateConfigurations.ts +0 -231
  2560. package/src/operations/sourceControlOperations.ts +0 -401
  2561. package/src/operations/sourceControlSyncJobOperations.ts +0 -337
  2562. package/src/operations/sourceControlSyncJobStreams.ts +0 -303
  2563. package/src/operations/statisticsOperations.ts +0 -141
  2564. package/src/operations/testJobOperations.ts +0 -253
  2565. package/src/operations/testJobStreams.ts +0 -276
  2566. package/src/operations/usages.ts +0 -141
  2567. package/src/operations/variableOperations.ts +0 -401
  2568. package/src/operations/watcherOperations.ts +0 -482
  2569. package/src/operations/webhookOperations.ts +0 -442
  2570. package/src/operationsInterfaces/activityOperations.ts +0 -48
  2571. package/src/operationsInterfaces/agentRegistrationInformation.ts +0 -43
  2572. package/src/operationsInterfaces/automationAccountOperations.ts +0 -92
  2573. package/src/operationsInterfaces/certificateOperations.ts +0 -94
  2574. package/src/operationsInterfaces/connectionOperations.ts +0 -94
  2575. package/src/operationsInterfaces/connectionTypeOperations.ts +0 -76
  2576. package/src/operationsInterfaces/credentialOperations.ts +0 -94
  2577. package/src/operationsInterfaces/deletedAutomationAccounts.ts +0 -23
  2578. package/src/operationsInterfaces/dscCompilationJobOperations.ts +0 -100
  2579. package/src/operationsInterfaces/dscCompilationJobStream.ts +0 -29
  2580. package/src/operationsInterfaces/dscConfigurationOperations.ts +0 -124
  2581. package/src/operationsInterfaces/dscNodeConfigurationOperations.ts +0 -91
  2582. package/src/operationsInterfaces/dscNodeOperations.ts +0 -76
  2583. package/src/operationsInterfaces/fields.ts +0 -30
  2584. package/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.ts +0 -94
  2585. package/src/operationsInterfaces/hybridRunbookWorkers.ts +0 -104
  2586. package/src/operationsInterfaces/index.ts +0 -53
  2587. package/src/operationsInterfaces/jobOperations.ts +0 -134
  2588. package/src/operationsInterfaces/jobScheduleOperations.ts +0 -76
  2589. package/src/operationsInterfaces/jobStreamOperations.ts +0 -48
  2590. package/src/operationsInterfaces/keys.ts +0 -27
  2591. package/src/operationsInterfaces/linkedWorkspaceOperations.ts +0 -27
  2592. package/src/operationsInterfaces/moduleOperations.ts +0 -94
  2593. package/src/operationsInterfaces/nodeCountInformation.ts +0 -30
  2594. package/src/operationsInterfaces/nodeReports.ts +0 -65
  2595. package/src/operationsInterfaces/objectDataTypes.ts +0 -47
  2596. package/src/operationsInterfaces/operations.ts +0 -22
  2597. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
  2598. package/src/operationsInterfaces/privateLinkResources.ts +0 -29
  2599. package/src/operationsInterfaces/python2Package.ts +0 -94
  2600. package/src/operationsInterfaces/runbookDraftOperations.ts +0 -97
  2601. package/src/operationsInterfaces/runbookOperations.ts +0 -144
  2602. package/src/operationsInterfaces/scheduleOperations.ts +0 -94
  2603. package/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.ts +0 -43
  2604. package/src/operationsInterfaces/softwareUpdateConfigurationRuns.ts +0 -42
  2605. package/src/operationsInterfaces/softwareUpdateConfigurations.ts +0 -74
  2606. package/src/operationsInterfaces/sourceControlOperations.ts +0 -94
  2607. package/src/operationsInterfaces/sourceControlSyncJobOperations.ts +0 -68
  2608. package/src/operationsInterfaces/sourceControlSyncJobStreams.ts +0 -52
  2609. package/src/operationsInterfaces/statisticsOperations.ts +0 -29
  2610. package/src/operationsInterfaces/testJobOperations.ts +0 -89
  2611. package/src/operationsInterfaces/testJobStreams.ts +0 -48
  2612. package/src/operationsInterfaces/usages.ts +0 -26
  2613. package/src/operationsInterfaces/variableOperations.ts +0 -94
  2614. package/src/operationsInterfaces/watcherOperations.ts +0 -121
  2615. package/src/operationsInterfaces/webhookOperations.ts +0 -107
  2616. package/src/pagingHelper.ts +0 -39
  2617. package/tsconfig.json +0 -33
  2618. package/types/arm-automation.d.ts +0 -6554
  2619. package/types/tsdoc-metadata.json +0 -11
  2620. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  2621. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  2622. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  2623. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  2624. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  2625. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  2626. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  2627. /package/{dist-esm/src → dist/browser}/operationsInterfaces/activityOperations.js +0 -0
  2628. /package/{dist-esm/src → dist/browser}/operationsInterfaces/agentRegistrationInformation.js +0 -0
  2629. /package/{dist-esm/src → dist/browser}/operationsInterfaces/automationAccountOperations.js +0 -0
  2630. /package/{dist-esm/src → dist/browser}/operationsInterfaces/certificateOperations.js +0 -0
  2631. /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectionOperations.js +0 -0
  2632. /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectionTypeOperations.js +0 -0
  2633. /package/{dist-esm/src → dist/browser}/operationsInterfaces/credentialOperations.js +0 -0
  2634. /package/{dist-esm/src → dist/browser}/operationsInterfaces/deletedAutomationAccounts.js +0 -0
  2635. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dscCompilationJobOperations.js +0 -0
  2636. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dscCompilationJobStream.js +0 -0
  2637. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dscConfigurationOperations.js +0 -0
  2638. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dscNodeConfigurationOperations.js +0 -0
  2639. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dscNodeOperations.js +0 -0
  2640. /package/{dist-esm/src → dist/browser}/operationsInterfaces/fields.js +0 -0
  2641. /package/{dist-esm/src → dist/browser}/operationsInterfaces/hybridRunbookWorkerGroupOperations.js +0 -0
  2642. /package/{dist-esm/src → dist/browser}/operationsInterfaces/hybridRunbookWorkers.js +0 -0
  2643. /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobOperations.js +0 -0
  2644. /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobScheduleOperations.js +0 -0
  2645. /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobStreamOperations.js +0 -0
  2646. /package/{dist-esm/src → dist/browser}/operationsInterfaces/keys.js +0 -0
  2647. /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedWorkspaceOperations.js +0 -0
  2648. /package/{dist-esm/src → dist/browser}/operationsInterfaces/moduleOperations.js +0 -0
  2649. /package/{dist-esm/src → dist/browser}/operationsInterfaces/nodeCountInformation.js +0 -0
  2650. /package/{dist-esm/src → dist/browser}/operationsInterfaces/nodeReports.js +0 -0
  2651. /package/{dist-esm/src → dist/browser}/operationsInterfaces/objectDataTypes.js +0 -0
  2652. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  2653. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  2654. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  2655. /package/{dist-esm/src → dist/browser}/operationsInterfaces/python2Package.js +0 -0
  2656. /package/{dist-esm/src → dist/browser}/operationsInterfaces/runbookDraftOperations.js +0 -0
  2657. /package/{dist-esm/src → dist/browser}/operationsInterfaces/runbookOperations.js +0 -0
  2658. /package/{dist-esm/src → dist/browser}/operationsInterfaces/scheduleOperations.js +0 -0
  2659. /package/{dist-esm/src → dist/browser}/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js +0 -0
  2660. /package/{dist-esm/src → dist/browser}/operationsInterfaces/softwareUpdateConfigurationRuns.js +0 -0
  2661. /package/{dist-esm/src → dist/browser}/operationsInterfaces/softwareUpdateConfigurations.js +0 -0
  2662. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sourceControlOperations.js +0 -0
  2663. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sourceControlSyncJobOperations.js +0 -0
  2664. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sourceControlSyncJobStreams.js +0 -0
  2665. /package/{dist-esm/src → dist/browser}/operationsInterfaces/statisticsOperations.js +0 -0
  2666. /package/{dist-esm/src → dist/browser}/operationsInterfaces/testJobOperations.js +0 -0
  2667. /package/{dist-esm/src → dist/browser}/operationsInterfaces/testJobStreams.js +0 -0
  2668. /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
  2669. /package/{dist-esm/src → dist/browser}/operationsInterfaces/variableOperations.js +0 -0
  2670. /package/{dist-esm/src → dist/browser}/operationsInterfaces/watcherOperations.js +0 -0
  2671. /package/{dist-esm/src → dist/browser}/operationsInterfaces/webhookOperations.js +0 -0
  2672. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  2673. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -0,0 +1,4342 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ import * as coreRestPipeline from "@azure/core-rest-pipeline";
3
+ /** A list of private endpoint connections */
4
+ export interface PrivateEndpointConnectionListResult {
5
+ /** Array of private endpoint connections */
6
+ value?: PrivateEndpointConnection[];
7
+ }
8
+ /** Private endpoint which the connection belongs to. */
9
+ export interface PrivateEndpointProperty {
10
+ /** Resource id of the private endpoint. */
11
+ id?: string;
12
+ }
13
+ /** Connection State of the Private Endpoint Connection. */
14
+ export interface PrivateLinkServiceConnectionStateProperty {
15
+ /** The private link service connection status. */
16
+ status?: string;
17
+ /** The private link service connection description. */
18
+ description?: string;
19
+ /**
20
+ * Any action that is required beyond basic workflow (approve/ reject/ disconnect)
21
+ * NOTE: This property will not be serialized. It can only be populated by the server.
22
+ */
23
+ readonly actionsRequired?: string;
24
+ }
25
+ /** The core properties of ARM resources */
26
+ export interface Resource {
27
+ /**
28
+ * Fully qualified resource Id for the resource
29
+ * NOTE: This property will not be serialized. It can only be populated by the server.
30
+ */
31
+ readonly id?: string;
32
+ /**
33
+ * The name of the resource
34
+ * NOTE: This property will not be serialized. It can only be populated by the server.
35
+ */
36
+ readonly name?: string;
37
+ /**
38
+ * The type of the resource.
39
+ * NOTE: This property will not be serialized. It can only be populated by the server.
40
+ */
41
+ readonly type?: string;
42
+ }
43
+ /** Error response of an operation failure */
44
+ export interface ErrorResponse {
45
+ /** Error code */
46
+ code?: string;
47
+ /** Error message indicating why the operation failed. */
48
+ message?: string;
49
+ }
50
+ /** A list of private link resources */
51
+ export interface PrivateLinkResourceListResult {
52
+ /** Array of private link resources */
53
+ value?: PrivateLinkResource[];
54
+ }
55
+ /** Definition of the content link. */
56
+ export interface ContentLink {
57
+ /** Gets or sets the uri of the runbook content. */
58
+ uri?: string;
59
+ /** Gets or sets the hash. */
60
+ contentHash?: ContentHash;
61
+ /** Gets or sets the version of the content. */
62
+ version?: string;
63
+ }
64
+ /** Definition of the runbook property type. */
65
+ export interface ContentHash {
66
+ /** Gets or sets the content hash algorithm used to hash the content. */
67
+ algorithm: string;
68
+ /** Gets or sets expected hash value of the content. */
69
+ value: string;
70
+ }
71
+ /** Definition of the module error info type. */
72
+ export interface ModuleErrorInfo {
73
+ /** Gets or sets the error code. */
74
+ code?: string;
75
+ /** Gets or sets the error message. */
76
+ message?: string;
77
+ }
78
+ /** The parameters supplied to the create or update module operation. */
79
+ export interface PythonPackageCreateParameters {
80
+ /** Gets or sets the tags attached to the resource. */
81
+ tags?: {
82
+ [propertyName: string]: string;
83
+ };
84
+ /** Gets or sets the module content link. */
85
+ contentLink: ContentLink;
86
+ }
87
+ /** The parameters supplied to the update module operation. */
88
+ export interface PythonPackageUpdateParameters {
89
+ /** Gets or sets the tags attached to the resource. */
90
+ tags?: {
91
+ [propertyName: string]: string;
92
+ };
93
+ }
94
+ /** The response model for the list module operation. */
95
+ export interface ModuleListResult {
96
+ /** Gets or sets a list of modules. */
97
+ value?: Module[];
98
+ /** Gets or sets the next link. */
99
+ nextLink?: string;
100
+ }
101
+ /** Definition of the agent registration information type. */
102
+ export interface AgentRegistration {
103
+ /** Gets or sets the dsc meta configuration. */
104
+ dscMetaConfiguration?: string;
105
+ /** Gets or sets the dsc server endpoint. */
106
+ endpoint?: string;
107
+ /** Gets or sets the agent registration keys. */
108
+ keys?: AgentRegistrationKeys;
109
+ /** Gets or sets the id. */
110
+ id?: string;
111
+ }
112
+ /** Definition of the agent registration keys. */
113
+ export interface AgentRegistrationKeys {
114
+ /** Gets or sets the primary key. */
115
+ primary?: string;
116
+ /** Gets or sets the secondary key. */
117
+ secondary?: string;
118
+ }
119
+ /** The parameters supplied to the regenerate keys operation. */
120
+ export interface AgentRegistrationRegenerateKeyParameter {
121
+ /** Gets or sets the agent registration key name - primary or secondary. */
122
+ keyName: AgentRegistrationKeyName;
123
+ }
124
+ /** The dsc extensionHandler property associated with the node */
125
+ export interface DscNodeExtensionHandlerAssociationProperty {
126
+ /** Gets or sets the name of the extension handler. */
127
+ name?: string;
128
+ /** Gets or sets the version of the extension handler. */
129
+ version?: string;
130
+ }
131
+ /** The parameters supplied to the update dsc node operation. */
132
+ export interface DscNodeUpdateParameters {
133
+ /** Gets or sets the id of the dsc node. */
134
+ nodeId?: string;
135
+ properties?: DscNodeUpdateParametersProperties;
136
+ }
137
+ export interface DscNodeUpdateParametersProperties {
138
+ /** Gets or sets the name of the dsc node configuration. */
139
+ name?: string;
140
+ }
141
+ /** The response model for the list dsc nodes operation. */
142
+ export interface DscNodeListResult {
143
+ /** Gets or sets a list of dsc nodes. */
144
+ value?: DscNode[];
145
+ /** Gets or sets the next link. */
146
+ nextLink?: string;
147
+ /** Gets the total number of nodes matching filter criteria. */
148
+ totalCount?: number;
149
+ }
150
+ /** The response model for the list dsc nodes operation. */
151
+ export interface DscNodeReportListResult {
152
+ /** Gets or sets a list of dsc node reports. */
153
+ value?: DscNodeReport[];
154
+ /** Gets or sets the next link. */
155
+ nextLink?: string;
156
+ }
157
+ /** Definition of the dsc node report type. */
158
+ export interface DscNodeReport {
159
+ /** Gets or sets the end time of the node report. */
160
+ endTime?: Date;
161
+ /** Gets or sets the lastModifiedTime of the node report. */
162
+ lastModifiedTime?: Date;
163
+ /** Gets or sets the start time of the node report. */
164
+ startTime?: Date;
165
+ /** Gets or sets the type of the node report. */
166
+ type?: string;
167
+ /** Gets or sets the id of the node report. */
168
+ reportId?: string;
169
+ /** Gets or sets the status of the node report. */
170
+ status?: string;
171
+ /** Gets or sets the refreshMode of the node report. */
172
+ refreshMode?: string;
173
+ /** Gets or sets the rebootRequested of the node report. */
174
+ rebootRequested?: string;
175
+ /** Gets or sets the reportFormatVersion of the node report. */
176
+ reportFormatVersion?: string;
177
+ /** Gets or sets the configurationVersion of the node report. */
178
+ configurationVersion?: string;
179
+ /** Gets or sets the id. */
180
+ id?: string;
181
+ /** Gets or sets the errors for the node report. */
182
+ errors?: DscReportError[];
183
+ /** Gets or sets the resource for the node report. */
184
+ resources?: DscReportResource[];
185
+ /** Gets or sets the metaConfiguration of the node at the time of the report. */
186
+ metaConfiguration?: DscMetaConfiguration;
187
+ /** Gets or sets the hostname of the node that sent the report. */
188
+ hostName?: string;
189
+ /** Gets or sets the IPv4 address of the node that sent the report. */
190
+ iPV4Addresses?: string[];
191
+ /** Gets or sets the IPv6 address of the node that sent the report. */
192
+ iPV6Addresses?: string[];
193
+ /** Gets or sets the number of resource in the node report. */
194
+ numberOfResources?: number;
195
+ /** Gets or sets the unparsed errors for the node report. */
196
+ rawErrors?: string;
197
+ }
198
+ /** Definition of the dsc node report error type. */
199
+ export interface DscReportError {
200
+ /** Gets or sets the source of the error. */
201
+ errorSource?: string;
202
+ /** Gets or sets the resource ID which generated the error. */
203
+ resourceId?: string;
204
+ /** Gets or sets the error code. */
205
+ errorCode?: string;
206
+ /** Gets or sets the error message. */
207
+ errorMessage?: string;
208
+ /** Gets or sets the locale of the error. */
209
+ locale?: string;
210
+ /** Gets or sets the error details. */
211
+ errorDetails?: string;
212
+ }
213
+ /** Definition of the DSC Report Resource. */
214
+ export interface DscReportResource {
215
+ /** Gets or sets the ID of the resource. */
216
+ resourceId?: string;
217
+ /** Gets or sets the source info of the resource. */
218
+ sourceInfo?: string;
219
+ /** Gets or sets the Resource Navigation values for resources the resource depends on. */
220
+ dependsOn?: DscReportResourceNavigation[];
221
+ /** Gets or sets the module name of the resource. */
222
+ moduleName?: string;
223
+ /** Gets or sets the module version of the resource. */
224
+ moduleVersion?: string;
225
+ /** Gets or sets the name of the resource. */
226
+ resourceName?: string;
227
+ /** Gets or sets the error of the resource. */
228
+ error?: string;
229
+ /** Gets or sets the status of the resource. */
230
+ status?: string;
231
+ /** Gets or sets the duration in seconds for the resource. */
232
+ durationInSeconds?: number;
233
+ /** Gets or sets the start date of the resource. */
234
+ startDate?: Date;
235
+ }
236
+ /** Navigation for DSC Report Resource. */
237
+ export interface DscReportResourceNavigation {
238
+ /** Gets or sets the ID of the resource to navigate to. */
239
+ resourceId?: string;
240
+ }
241
+ /** Definition of the DSC Meta Configuration. */
242
+ export interface DscMetaConfiguration {
243
+ /** Gets or sets the ConfigurationModeFrequencyMins value of the meta configuration. */
244
+ configurationModeFrequencyMins?: number;
245
+ /** Gets or sets the RebootNodeIfNeeded value of the meta configuration. */
246
+ rebootNodeIfNeeded?: boolean;
247
+ /** Gets or sets the ConfigurationMode value of the meta configuration. */
248
+ configurationMode?: string;
249
+ /** Gets or sets the ActionAfterReboot value of the meta configuration. */
250
+ actionAfterReboot?: string;
251
+ /** Gets or sets the CertificateId value of the meta configuration. */
252
+ certificateId?: string;
253
+ /** Gets or sets the RefreshFrequencyMins value of the meta configuration. */
254
+ refreshFrequencyMins?: number;
255
+ /** Gets or sets the AllowModuleOverwrite value of the meta configuration. */
256
+ allowModuleOverwrite?: boolean;
257
+ }
258
+ /** The Dsc configuration property associated with the entity. */
259
+ export interface DscConfigurationAssociationProperty {
260
+ /** Gets or sets the name of the Dsc configuration. */
261
+ name?: string;
262
+ }
263
+ /** The parameters supplied to the create or update node configuration operation. */
264
+ export interface DscNodeConfigurationCreateOrUpdateParameters {
265
+ /** Name of the node configuration. */
266
+ name?: string;
267
+ /** Gets or sets the tags attached to the resource. */
268
+ tags?: {
269
+ [propertyName: string]: string;
270
+ };
271
+ /** Gets or sets the source. */
272
+ source?: ContentSource;
273
+ /** Gets or sets the configuration of the node. */
274
+ configuration?: DscConfigurationAssociationProperty;
275
+ /** If a new build version of NodeConfiguration is required. */
276
+ incrementNodeConfigurationBuild?: boolean;
277
+ }
278
+ /** Definition of the content source. */
279
+ export interface ContentSource {
280
+ /** Gets or sets the hash. */
281
+ hash?: ContentHash;
282
+ /** Gets or sets the content source type. */
283
+ type?: ContentSourceType;
284
+ /** Gets or sets the value of the content. This is based on the content source type. */
285
+ value?: string;
286
+ /** Gets or sets the version of the content. */
287
+ version?: string;
288
+ }
289
+ /** The response model for the list job operation. */
290
+ export interface DscNodeConfigurationListResult {
291
+ /** Gets or sets a list of Dsc node configurations. */
292
+ value?: DscNodeConfiguration[];
293
+ /** Gets or sets the next link. */
294
+ nextLink?: string;
295
+ /** Gets or sets the total rows in query. */
296
+ totalCount?: number;
297
+ }
298
+ /** The parameters supplied to the create compilation job operation. */
299
+ export interface DscCompilationJobCreateParameters {
300
+ /** Gets or sets name of the resource. */
301
+ name?: string;
302
+ /** Gets or sets the location of the resource. */
303
+ location?: string;
304
+ /** Gets or sets the tags attached to the resource. */
305
+ tags?: {
306
+ [propertyName: string]: string;
307
+ };
308
+ /** Gets or sets the configuration. */
309
+ configuration: DscConfigurationAssociationProperty;
310
+ /** Gets or sets the parameters of the job. */
311
+ parameters?: {
312
+ [propertyName: string]: string;
313
+ };
314
+ /** If a new build version of NodeConfiguration is required. */
315
+ incrementNodeConfigurationBuild?: boolean;
316
+ }
317
+ /** The response model for the list job operation. */
318
+ export interface DscCompilationJobListResult {
319
+ /** Gets or sets a list of Dsc Compilation jobs. */
320
+ value?: DscCompilationJob[];
321
+ /** Gets or sets the next link. */
322
+ nextLink?: string;
323
+ }
324
+ /** The response model for the list job stream operation. */
325
+ export interface JobStreamListResult {
326
+ /** A list of job streams. */
327
+ value?: JobStream[];
328
+ /** Gets or sets the next link. */
329
+ nextLink?: string;
330
+ }
331
+ /** Definition of the job stream. */
332
+ export interface JobStream {
333
+ /** Gets or sets the id of the resource. */
334
+ id?: string;
335
+ /** Gets or sets the id of the job stream. */
336
+ jobStreamId?: string;
337
+ /** Gets or sets the creation time of the job. */
338
+ time?: Date;
339
+ /** Gets or sets the stream type. */
340
+ streamType?: JobStreamType;
341
+ /** Gets or sets the stream text. */
342
+ streamText?: string;
343
+ /** Gets or sets the summary. */
344
+ summary?: string;
345
+ /** Gets or sets the values of the job stream. */
346
+ value?: {
347
+ [propertyName: string]: Record<string, unknown>;
348
+ };
349
+ }
350
+ /** Gets the count of nodes by count type */
351
+ export interface NodeCounts {
352
+ /** Gets an array of counts */
353
+ value?: NodeCount[];
354
+ /** Gets the total number of records matching countType criteria. */
355
+ totalCount?: number;
356
+ }
357
+ /** Number of nodes based on the Filter */
358
+ export interface NodeCount {
359
+ /** Gets the name of a count type */
360
+ name?: string;
361
+ properties?: NodeCountProperties;
362
+ }
363
+ export interface NodeCountProperties {
364
+ /** Gets the count for the name */
365
+ count?: number;
366
+ }
367
+ /** The parameters supplied to the create or update source control operation. */
368
+ export interface SourceControlCreateOrUpdateParameters {
369
+ /** The repo url of the source control. */
370
+ repoUrl?: string;
371
+ /** The repo branch of the source control. Include branch as empty string for VsoTfvc. */
372
+ branch?: string;
373
+ /** The folder path of the source control. Path must be relative. */
374
+ folderPath?: string;
375
+ /** The auto async of the source control. Default is false. */
376
+ autoSync?: boolean;
377
+ /** The auto publish of the source control. Default is true. */
378
+ publishRunbook?: boolean;
379
+ /** The source type. Must be one of VsoGit, VsoTfvc, GitHub, case sensitive. */
380
+ sourceType?: SourceType;
381
+ /** The authorization token for the repo of the source control. */
382
+ securityToken?: SourceControlSecurityTokenProperties;
383
+ /** The user description of the source control. */
384
+ description?: string;
385
+ }
386
+ export interface SourceControlSecurityTokenProperties {
387
+ /** The access token. */
388
+ accessToken?: string;
389
+ /** The refresh token. */
390
+ refreshToken?: string;
391
+ /** The token type. Must be either PersonalAccessToken or Oauth. */
392
+ tokenType?: TokenType;
393
+ }
394
+ /** The parameters supplied to the update source control operation. */
395
+ export interface SourceControlUpdateParameters {
396
+ /** The repo branch of the source control. */
397
+ branch?: string;
398
+ /** The folder path of the source control. Path must be relative. */
399
+ folderPath?: string;
400
+ /** The auto sync of the source control. Default is false. */
401
+ autoSync?: boolean;
402
+ /** The auto publish of the source control. Default is true. */
403
+ publishRunbook?: boolean;
404
+ /** The authorization token for the repo of the source control. */
405
+ securityToken?: SourceControlSecurityTokenProperties;
406
+ /** The user description of the source control. */
407
+ description?: string;
408
+ }
409
+ /** The response model for the list source controls operation. */
410
+ export interface SourceControlListResult {
411
+ /** The list of source controls. */
412
+ value?: SourceControl[];
413
+ /** The next link. */
414
+ nextLink?: string;
415
+ }
416
+ /** The parameters supplied to the create source control sync job operation. */
417
+ export interface SourceControlSyncJobCreateParameters {
418
+ /** The commit id of the source control sync job. If not syncing to a commitId, enter an empty string. */
419
+ commitId: string;
420
+ }
421
+ /** Definition of the source control sync job. */
422
+ export interface SourceControlSyncJob {
423
+ /**
424
+ * Resource name.
425
+ * NOTE: This property will not be serialized. It can only be populated by the server.
426
+ */
427
+ readonly name?: string;
428
+ /**
429
+ * Resource type.
430
+ * NOTE: This property will not be serialized. It can only be populated by the server.
431
+ */
432
+ readonly type?: string;
433
+ /**
434
+ * Resource id.
435
+ * NOTE: This property will not be serialized. It can only be populated by the server.
436
+ */
437
+ readonly id?: string;
438
+ /** The source control sync job id. */
439
+ sourceControlSyncJobId?: string;
440
+ /**
441
+ * The creation time of the job.
442
+ * NOTE: This property will not be serialized. It can only be populated by the server.
443
+ */
444
+ readonly creationTime?: Date;
445
+ /** The provisioning state of the job. */
446
+ provisioningState?: ProvisioningState;
447
+ /**
448
+ * The start time of the job.
449
+ * NOTE: This property will not be serialized. It can only be populated by the server.
450
+ */
451
+ readonly startTime?: Date;
452
+ /**
453
+ * The end time of the job.
454
+ * NOTE: This property will not be serialized. It can only be populated by the server.
455
+ */
456
+ readonly endTime?: Date;
457
+ /** The sync type. */
458
+ syncType?: SyncType;
459
+ }
460
+ /** Definition of the source control sync job. */
461
+ export interface SourceControlSyncJobById {
462
+ /** The id of the job. */
463
+ id?: string;
464
+ /** The source control sync job id. */
465
+ sourceControlSyncJobId?: string;
466
+ /**
467
+ * The creation time of the job.
468
+ * NOTE: This property will not be serialized. It can only be populated by the server.
469
+ */
470
+ readonly creationTime?: Date;
471
+ /** The provisioning state of the job. */
472
+ provisioningState?: ProvisioningState;
473
+ /**
474
+ * The start time of the job.
475
+ * NOTE: This property will not be serialized. It can only be populated by the server.
476
+ */
477
+ readonly startTime?: Date;
478
+ /**
479
+ * The end time of the job.
480
+ * NOTE: This property will not be serialized. It can only be populated by the server.
481
+ */
482
+ readonly endTime?: Date;
483
+ /** The sync type. */
484
+ syncType?: SyncType;
485
+ /** The exceptions that occurred while running the sync job. */
486
+ exception?: string;
487
+ }
488
+ /** The response model for the list source control sync jobs operation. */
489
+ export interface SourceControlSyncJobListResult {
490
+ /** The list of source control sync jobs. */
491
+ value?: SourceControlSyncJob[];
492
+ /** The next link. */
493
+ nextLink?: string;
494
+ }
495
+ /** The response model for the list source control sync job streams operation. */
496
+ export interface SourceControlSyncJobStreamsListBySyncJob {
497
+ /** The list of source control sync job streams. */
498
+ value?: SourceControlSyncJobStream[];
499
+ /**
500
+ * The next link.
501
+ * NOTE: This property will not be serialized. It can only be populated by the server.
502
+ */
503
+ readonly nextLink?: string;
504
+ }
505
+ /** Definition of the source control sync job stream. */
506
+ export interface SourceControlSyncJobStream {
507
+ /**
508
+ * Resource id.
509
+ * NOTE: This property will not be serialized. It can only be populated by the server.
510
+ */
511
+ readonly id?: string;
512
+ /** The sync job stream id. */
513
+ sourceControlSyncJobStreamId?: string;
514
+ /** The summary of the sync job stream. */
515
+ summary?: string;
516
+ /**
517
+ * The time of the sync job stream.
518
+ * NOTE: This property will not be serialized. It can only be populated by the server.
519
+ */
520
+ readonly time?: Date;
521
+ /** The type of the sync job stream. */
522
+ streamType?: StreamType;
523
+ }
524
+ /** Definition of the source control sync job stream by id. */
525
+ export interface SourceControlSyncJobStreamById {
526
+ /**
527
+ * Resource id.
528
+ * NOTE: This property will not be serialized. It can only be populated by the server.
529
+ */
530
+ readonly id?: string;
531
+ /** The sync job stream id. */
532
+ sourceControlSyncJobStreamId?: string;
533
+ /** The summary of the sync job stream. */
534
+ summary?: string;
535
+ /**
536
+ * The time of the sync job stream.
537
+ * NOTE: This property will not be serialized. It can only be populated by the server.
538
+ */
539
+ readonly time?: Date;
540
+ /** The type of the sync job stream. */
541
+ streamType?: StreamType;
542
+ /** The text of the sync job stream. */
543
+ streamText?: string;
544
+ /** The values of the job stream. */
545
+ value?: {
546
+ [propertyName: string]: Record<string, unknown>;
547
+ };
548
+ }
549
+ /** The parameters supplied to the update automation account operation. */
550
+ export interface AutomationAccountUpdateParameters {
551
+ /** Gets or sets the name of the resource. */
552
+ name?: string;
553
+ /** Gets or sets the location of the resource. */
554
+ location?: string;
555
+ /** Sets the identity property for automation account */
556
+ identity?: Identity;
557
+ /** Gets or sets the tags attached to the resource. */
558
+ tags?: {
559
+ [propertyName: string]: string;
560
+ };
561
+ /** Gets or sets account SKU. */
562
+ sku?: Sku;
563
+ /** Set the encryption properties for the automation account */
564
+ encryption?: EncryptionProperties;
565
+ /** Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet */
566
+ publicNetworkAccess?: boolean;
567
+ /** Indicates whether requests using non-AAD authentication are blocked */
568
+ disableLocalAuth?: boolean;
569
+ }
570
+ /** The account SKU. */
571
+ export interface Sku {
572
+ /** Gets or sets the SKU name of the account. */
573
+ name: SkuNameEnum;
574
+ /** Gets or sets the SKU family. */
575
+ family?: string;
576
+ /** Gets or sets the SKU capacity. */
577
+ capacity?: number;
578
+ }
579
+ /** The encryption settings for automation account */
580
+ export interface EncryptionProperties {
581
+ /** Key vault properties. */
582
+ keyVaultProperties?: KeyVaultProperties;
583
+ /** Encryption Key Source */
584
+ keySource?: EncryptionKeySourceType;
585
+ /** User identity used for CMK. */
586
+ identity?: EncryptionPropertiesIdentity;
587
+ }
588
+ /** Settings concerning key vault encryption for a configuration store. */
589
+ export interface KeyVaultProperties {
590
+ /** The URI of the key vault key used to encrypt data. */
591
+ keyvaultUri?: string;
592
+ /** The name of key used to encrypt data. */
593
+ keyName?: string;
594
+ /** The key version of the key used to encrypt data. */
595
+ keyVersion?: string;
596
+ }
597
+ /** User identity used for CMK. */
598
+ export interface EncryptionPropertiesIdentity {
599
+ /** 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}'. */
600
+ userAssignedIdentity?: Record<string, unknown>;
601
+ }
602
+ /** Identity for the resource. */
603
+ export interface Identity {
604
+ /**
605
+ * The principal ID of resource identity.
606
+ * NOTE: This property will not be serialized. It can only be populated by the server.
607
+ */
608
+ readonly principalId?: string;
609
+ /**
610
+ * The tenant ID of resource.
611
+ * NOTE: This property will not be serialized. It can only be populated by the server.
612
+ */
613
+ readonly tenantId?: string;
614
+ /** The identity type. */
615
+ type?: ResourceIdentityType;
616
+ /** 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}'. */
617
+ userAssignedIdentities?: {
618
+ [propertyName: string]: ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties;
619
+ };
620
+ }
621
+ export interface ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties {
622
+ /**
623
+ * The principal id of user assigned identity.
624
+ * NOTE: This property will not be serialized. It can only be populated by the server.
625
+ */
626
+ readonly principalId?: string;
627
+ /**
628
+ * The client id of user assigned identity.
629
+ * NOTE: This property will not be serialized. It can only be populated by the server.
630
+ */
631
+ readonly clientId?: string;
632
+ }
633
+ /** Metadata pertaining to creation and last modification of the resource. */
634
+ export interface SystemData {
635
+ /** The identity that created the resource. */
636
+ createdBy?: string;
637
+ /** The type of identity that created the resource. */
638
+ createdByType?: CreatedByType;
639
+ /** The timestamp of resource creation (UTC). */
640
+ createdAt?: Date;
641
+ /** The identity that last modified the resource. */
642
+ lastModifiedBy?: string;
643
+ /** The type of identity that last modified the resource. */
644
+ lastModifiedByType?: CreatedByType;
645
+ /** The timestamp of resource last modification (UTC) */
646
+ lastModifiedAt?: Date;
647
+ }
648
+ /** The parameters supplied to the create or update automation account operation. */
649
+ export interface AutomationAccountCreateOrUpdateParameters {
650
+ /** Gets or sets name of the resource. */
651
+ name?: string;
652
+ /** Gets or sets the location of the resource. */
653
+ location?: string;
654
+ /** Sets the identity property for automation account */
655
+ identity?: Identity;
656
+ /** Gets or sets the tags attached to the resource. */
657
+ tags?: {
658
+ [propertyName: string]: string;
659
+ };
660
+ /** Gets or sets account SKU. */
661
+ sku?: Sku;
662
+ /** Set the encryption properties for the automation account */
663
+ encryption?: EncryptionProperties;
664
+ /** Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet */
665
+ publicNetworkAccess?: boolean;
666
+ /** Indicates whether requests using non-AAD authentication are blocked */
667
+ disableLocalAuth?: boolean;
668
+ }
669
+ /** The response model for the list account operation. */
670
+ export interface AutomationAccountListResult {
671
+ /** Gets or sets list of accounts. */
672
+ value?: AutomationAccount[];
673
+ /** Gets or sets the next link. */
674
+ nextLink?: string;
675
+ }
676
+ /** The response model for the list statistics operation. */
677
+ export interface StatisticsListResult {
678
+ /** Gets or sets a list of statistics. */
679
+ value?: Statistics[];
680
+ }
681
+ /** Definition of the statistic. */
682
+ export interface Statistics {
683
+ /**
684
+ * Gets the property value of the statistic.
685
+ * NOTE: This property will not be serialized. It can only be populated by the server.
686
+ */
687
+ readonly counterProperty?: string;
688
+ /**
689
+ * Gets the value of the statistic.
690
+ * NOTE: This property will not be serialized. It can only be populated by the server.
691
+ */
692
+ readonly counterValue?: number;
693
+ /**
694
+ * Gets the startTime of the statistic.
695
+ * NOTE: This property will not be serialized. It can only be populated by the server.
696
+ */
697
+ readonly startTime?: Date;
698
+ /**
699
+ * Gets the endTime of the statistic.
700
+ * NOTE: This property will not be serialized. It can only be populated by the server.
701
+ */
702
+ readonly endTime?: Date;
703
+ /**
704
+ * Gets the id.
705
+ * NOTE: This property will not be serialized. It can only be populated by the server.
706
+ */
707
+ readonly id?: string;
708
+ }
709
+ /** The response model for the get usage operation. */
710
+ export interface UsageListResult {
711
+ /** Gets or sets usage. */
712
+ value?: Usage[];
713
+ }
714
+ /** Definition of Usage. */
715
+ export interface Usage {
716
+ /** Gets or sets the id of the resource. */
717
+ id?: string;
718
+ /** Gets or sets the usage counter name. */
719
+ name?: UsageCounterName;
720
+ /** Gets or sets the usage unit name. */
721
+ unit?: string;
722
+ /** Gets or sets the current usage value. */
723
+ currentValue?: number;
724
+ /** Gets or sets max limit. -1 for unlimited */
725
+ limit?: number;
726
+ /** Gets or sets the throttle status. */
727
+ throttleStatus?: string;
728
+ }
729
+ /** Definition of usage counter name. */
730
+ export interface UsageCounterName {
731
+ /** Gets or sets the usage counter name. */
732
+ value?: string;
733
+ /** Gets or sets the localized usage counter name. */
734
+ localizedValue?: string;
735
+ }
736
+ export interface KeyListResult {
737
+ /** Lists the automation keys. */
738
+ keys?: Key[];
739
+ }
740
+ /** Automation key which is used to register a DSC Node */
741
+ export interface Key {
742
+ /**
743
+ * Automation key name.
744
+ * NOTE: This property will not be serialized. It can only be populated by the server.
745
+ */
746
+ readonly keyName?: AutomationKeyName;
747
+ /**
748
+ * Automation key permissions.
749
+ * NOTE: This property will not be serialized. It can only be populated by the server.
750
+ */
751
+ readonly permissions?: AutomationKeyPermissions;
752
+ /**
753
+ * Value of the Automation Key used for registration.
754
+ * NOTE: This property will not be serialized. It can only be populated by the server.
755
+ */
756
+ readonly value?: string;
757
+ }
758
+ /** The parameters supplied to the create or update or replace certificate operation. */
759
+ export interface CertificateCreateOrUpdateParameters {
760
+ /** Gets or sets the name of the certificate. */
761
+ name: string;
762
+ /** Gets or sets the base64 encoded value of the certificate. */
763
+ base64Value: string;
764
+ /** Gets or sets the description of the certificate. */
765
+ description?: string;
766
+ /** Gets or sets the thumbprint of the certificate. */
767
+ thumbprint?: string;
768
+ /** Gets or sets the is exportable flag of the certificate. */
769
+ isExportable?: boolean;
770
+ }
771
+ /** The parameters supplied to the update certificate operation. */
772
+ export interface CertificateUpdateParameters {
773
+ /** Gets or sets the name of the certificate. */
774
+ name?: string;
775
+ /** Gets or sets the description of the certificate. */
776
+ description?: string;
777
+ }
778
+ /** The response model for the list certificate operation. */
779
+ export interface CertificateListResult {
780
+ /** Gets or sets a list of certificates. */
781
+ value?: Certificate[];
782
+ /** Gets or sets the next link. */
783
+ nextLink?: string;
784
+ }
785
+ /** The connection type property associated with the entity. */
786
+ export interface ConnectionTypeAssociationProperty {
787
+ /** Gets or sets the name of the connection type. */
788
+ name?: string;
789
+ }
790
+ /** The parameters supplied to the create or update connection operation. */
791
+ export interface ConnectionCreateOrUpdateParameters {
792
+ /** Gets or sets the name of the connection. */
793
+ name: string;
794
+ /** Gets or sets the description of the connection. */
795
+ description?: string;
796
+ /** Gets or sets the connectionType of the connection. */
797
+ connectionType: ConnectionTypeAssociationProperty;
798
+ /** Gets or sets the field definition properties of the connection. */
799
+ fieldDefinitionValues?: {
800
+ [propertyName: string]: string;
801
+ };
802
+ }
803
+ /** The parameters supplied to the update connection operation. */
804
+ export interface ConnectionUpdateParameters {
805
+ /** Gets or sets the name of the connection. */
806
+ name?: string;
807
+ /** Gets or sets the description of the connection. */
808
+ description?: string;
809
+ /** Gets or sets the field definition values of the connection. */
810
+ fieldDefinitionValues?: {
811
+ [propertyName: string]: string;
812
+ };
813
+ }
814
+ /** The response model for the list connection operation. */
815
+ export interface ConnectionListResult {
816
+ /** Gets or sets a list of connection. */
817
+ value?: Connection[];
818
+ /** Gets or sets the next link. */
819
+ nextLink?: string;
820
+ }
821
+ /** Definition of the connection type. */
822
+ export interface ConnectionType {
823
+ /**
824
+ * Gets the id of the resource.
825
+ * NOTE: This property will not be serialized. It can only be populated by the server.
826
+ */
827
+ readonly id?: string;
828
+ /**
829
+ * Gets the name of the connection type.
830
+ * NOTE: This property will not be serialized. It can only be populated by the server.
831
+ */
832
+ readonly name?: string;
833
+ /**
834
+ * Resource type
835
+ * NOTE: This property will not be serialized. It can only be populated by the server.
836
+ */
837
+ readonly type?: string;
838
+ /** Gets or sets a Boolean value to indicate if the connection type is global. */
839
+ isGlobal?: boolean;
840
+ /**
841
+ * Gets the field definitions of the connection type.
842
+ * NOTE: This property will not be serialized. It can only be populated by the server.
843
+ */
844
+ readonly fieldDefinitions?: {
845
+ [propertyName: string]: FieldDefinition;
846
+ };
847
+ /**
848
+ * Gets the creation time.
849
+ * NOTE: This property will not be serialized. It can only be populated by the server.
850
+ */
851
+ readonly creationTime?: Date;
852
+ /** Gets or sets the last modified time. */
853
+ lastModifiedTime?: Date;
854
+ /** Gets or sets the description. */
855
+ description?: string;
856
+ }
857
+ /** Definition of the connection fields. */
858
+ export interface FieldDefinition {
859
+ /** Gets or sets the isEncrypted flag of the connection field definition. */
860
+ isEncrypted?: boolean;
861
+ /** Gets or sets the isOptional flag of the connection field definition. */
862
+ isOptional?: boolean;
863
+ /** Gets or sets the type of the connection field definition. */
864
+ type: string;
865
+ }
866
+ /** The parameters supplied to the create or update connection type operation. */
867
+ export interface ConnectionTypeCreateOrUpdateParameters {
868
+ /** Gets or sets the name of the connection type. */
869
+ name: string;
870
+ /** Gets or sets a Boolean value to indicate if the connection type is global. */
871
+ isGlobal?: boolean;
872
+ /** Gets or sets the field definitions of the connection type. */
873
+ fieldDefinitions: {
874
+ [propertyName: string]: FieldDefinition;
875
+ };
876
+ }
877
+ /** The response model for the list connection type operation. */
878
+ export interface ConnectionTypeListResult {
879
+ /** Gets or sets a list of connection types. */
880
+ value?: ConnectionType[];
881
+ /** Gets or sets the next link. */
882
+ nextLink?: string;
883
+ }
884
+ /** The parameters supplied to the create or update credential operation. */
885
+ export interface CredentialCreateOrUpdateParameters {
886
+ /** Gets or sets the name of the credential. */
887
+ name: string;
888
+ /** Gets or sets the user name of the credential. */
889
+ userName: string;
890
+ /** Gets or sets the password of the credential. */
891
+ password: string;
892
+ /** Gets or sets the description of the credential. */
893
+ description?: string;
894
+ }
895
+ /** The parameters supplied to the Update credential operation. */
896
+ export interface CredentialUpdateParameters {
897
+ /** Gets or sets the name of the credential. */
898
+ name?: string;
899
+ /** Gets or sets the user name of the credential. */
900
+ userName?: string;
901
+ /** Gets or sets the password of the credential. */
902
+ password?: string;
903
+ /** Gets or sets the description of the credential. */
904
+ description?: string;
905
+ }
906
+ /** The response model for the list credential operation. */
907
+ export interface CredentialListResult {
908
+ /** Gets or sets a list of credentials. */
909
+ value?: Credential[];
910
+ /** Gets or sets the next link. */
911
+ nextLink?: string;
912
+ }
913
+ /** Definition of the job schedule. */
914
+ export interface JobSchedule {
915
+ /**
916
+ * Gets the id of the resource.
917
+ * NOTE: This property will not be serialized. It can only be populated by the server.
918
+ */
919
+ readonly id?: string;
920
+ /**
921
+ * Gets the name of the variable.
922
+ * NOTE: This property will not be serialized. It can only be populated by the server.
923
+ */
924
+ readonly name?: string;
925
+ /**
926
+ * Resource type
927
+ * NOTE: This property will not be serialized. It can only be populated by the server.
928
+ */
929
+ readonly type?: string;
930
+ /** Gets or sets the id of job schedule. */
931
+ jobScheduleId?: string;
932
+ /** Gets or sets the schedule. */
933
+ schedule?: ScheduleAssociationProperty;
934
+ /** Gets or sets the runbook. */
935
+ runbook?: RunbookAssociationProperty;
936
+ /** Gets or sets the hybrid worker group that the scheduled job should run on. */
937
+ runOn?: string;
938
+ /** Gets or sets the parameters of the job schedule. */
939
+ parameters?: {
940
+ [propertyName: string]: string;
941
+ };
942
+ }
943
+ /** The schedule property associated with the entity. */
944
+ export interface ScheduleAssociationProperty {
945
+ /** Gets or sets the name of the Schedule. */
946
+ name?: string;
947
+ }
948
+ /** The runbook property associated with the entity. */
949
+ export interface RunbookAssociationProperty {
950
+ /** Gets or sets the name of the runbook. */
951
+ name?: string;
952
+ }
953
+ /** The parameters supplied to the create job schedule operation. */
954
+ export interface JobScheduleCreateParameters {
955
+ /** Gets or sets the schedule. */
956
+ schedule: ScheduleAssociationProperty;
957
+ /** Gets or sets the runbook. */
958
+ runbook: RunbookAssociationProperty;
959
+ /** Gets or sets the hybrid worker group that the scheduled job should run on. */
960
+ runOn?: string;
961
+ /** Gets or sets a list of job properties. */
962
+ parameters?: {
963
+ [propertyName: string]: string;
964
+ };
965
+ }
966
+ /** The response model for the list job schedule operation. */
967
+ export interface JobScheduleListResult {
968
+ /** Gets or sets a list of job schedules. */
969
+ value?: JobSchedule[];
970
+ /** Gets or sets the next link. */
971
+ nextLink?: string;
972
+ }
973
+ /** Definition of the linked workspace. */
974
+ export interface LinkedWorkspace {
975
+ /**
976
+ * Gets the id of the linked workspace.
977
+ * NOTE: This property will not be serialized. It can only be populated by the server.
978
+ */
979
+ readonly id?: string;
980
+ }
981
+ /** Definition of the activity. */
982
+ export interface Activity {
983
+ /** Gets or sets the id of the resource. */
984
+ id?: string;
985
+ /**
986
+ * Gets the name of the activity.
987
+ * NOTE: This property will not be serialized. It can only be populated by the server.
988
+ */
989
+ readonly name?: string;
990
+ /** Gets or sets the user name of the activity. */
991
+ definition?: string;
992
+ /** Gets or sets the parameter sets of the activity. */
993
+ parameterSets?: ActivityParameterSet[];
994
+ /** Gets or sets the output types of the activity. */
995
+ outputTypes?: ActivityOutputType[];
996
+ /** Gets or sets the creation time. */
997
+ creationTime?: Date;
998
+ /** Gets or sets the last modified time. */
999
+ lastModifiedTime?: Date;
1000
+ /** Gets or sets the description. */
1001
+ description?: string;
1002
+ }
1003
+ /** Definition of the activity parameter set. */
1004
+ export interface ActivityParameterSet {
1005
+ /** Gets or sets the name of the activity parameter set. */
1006
+ name?: string;
1007
+ /** Gets or sets the parameters of the activity parameter set. */
1008
+ parameters?: ActivityParameter[];
1009
+ }
1010
+ /** Definition of the activity parameter. */
1011
+ export interface ActivityParameter {
1012
+ /** Gets or sets the name of the activity parameter. */
1013
+ name?: string;
1014
+ /** Gets or sets the type of the activity parameter. */
1015
+ type?: string;
1016
+ /** Gets or sets a Boolean value that indicates true if the parameter is required. If the value is false, the parameter is optional. */
1017
+ isMandatory?: boolean;
1018
+ /** Gets or sets a Boolean value that indicates true if the parameter is dynamic. */
1019
+ isDynamic?: boolean;
1020
+ /** Gets or sets the position of the activity parameter. */
1021
+ position?: number;
1022
+ /** 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. */
1023
+ valueFromPipeline?: boolean;
1024
+ /** 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. */
1025
+ valueFromPipelineByPropertyName?: boolean;
1026
+ /** 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. */
1027
+ valueFromRemainingArguments?: boolean;
1028
+ /** Gets or sets the description of the activity parameter. */
1029
+ description?: string;
1030
+ /** Gets or sets the validation set of activity parameter. */
1031
+ validationSet?: ActivityParameterValidationSet[];
1032
+ }
1033
+ /** Definition of the activity parameter validation set. */
1034
+ export interface ActivityParameterValidationSet {
1035
+ /** Gets or sets the name of the activity parameter validation set member. */
1036
+ memberValue?: string;
1037
+ }
1038
+ /** Definition of the activity output type. */
1039
+ export interface ActivityOutputType {
1040
+ /** Gets or sets the name of the activity output type. */
1041
+ name?: string;
1042
+ /** Gets or sets the type of the activity output type. */
1043
+ type?: string;
1044
+ }
1045
+ /** The response model for the list activity operation. */
1046
+ export interface ActivityListResult {
1047
+ /** Gets or sets a list of activities. */
1048
+ value?: Activity[];
1049
+ /** Gets or sets the next link. */
1050
+ nextLink?: string;
1051
+ }
1052
+ /** The parameters supplied to the create or update module operation. */
1053
+ export interface ModuleCreateOrUpdateParameters {
1054
+ /** Gets or sets name of the resource. */
1055
+ name?: string;
1056
+ /** Gets or sets the location of the resource. */
1057
+ location?: string;
1058
+ /** Gets or sets the tags attached to the resource. */
1059
+ tags?: {
1060
+ [propertyName: string]: string;
1061
+ };
1062
+ /** Gets or sets the module content link. */
1063
+ contentLink: ContentLink;
1064
+ }
1065
+ /** The parameters supplied to the update module operation. */
1066
+ export interface ModuleUpdateParameters {
1067
+ /** Gets or sets name of the resource. */
1068
+ name?: string;
1069
+ /** Gets or sets the location of the resource. */
1070
+ location?: string;
1071
+ /** Gets or sets the tags attached to the resource. */
1072
+ tags?: {
1073
+ [propertyName: string]: string;
1074
+ };
1075
+ /** Gets or sets the module content link. */
1076
+ contentLink?: ContentLink;
1077
+ }
1078
+ /** The response model for the list fields operation. */
1079
+ export interface TypeFieldListResult {
1080
+ /** Gets or sets a list of fields. */
1081
+ value?: TypeField[];
1082
+ }
1083
+ /** Information about a field of a type. */
1084
+ export interface TypeField {
1085
+ /** Gets or sets the name of the field. */
1086
+ name?: string;
1087
+ /** Gets or sets the type of the field. */
1088
+ type?: string;
1089
+ }
1090
+ /** The parameters supplied to the create or update schedule operation. */
1091
+ export interface ScheduleCreateOrUpdateParameters {
1092
+ /** Gets or sets the name of the Schedule. */
1093
+ name: string;
1094
+ /** Gets or sets the description of the schedule. */
1095
+ description?: string;
1096
+ /** Gets or sets the start time of the schedule. */
1097
+ startTime: Date;
1098
+ /** Gets or sets the end time of the schedule. */
1099
+ expiryTime?: Date;
1100
+ /** Gets or sets the interval of the schedule. */
1101
+ interval?: any;
1102
+ /** Gets or sets the frequency of the schedule. */
1103
+ frequency: ScheduleFrequency;
1104
+ /** Gets or sets the time zone of the schedule. */
1105
+ timeZone?: string;
1106
+ /** Gets or sets the AdvancedSchedule. */
1107
+ advancedSchedule?: AdvancedSchedule;
1108
+ }
1109
+ /** The properties of the create Advanced Schedule. */
1110
+ export interface AdvancedSchedule {
1111
+ /** Days of the week that the job should execute on. */
1112
+ weekDays?: string[];
1113
+ /** Days of the month that the job should execute on. Must be between 1 and 31. */
1114
+ monthDays?: number[];
1115
+ /** Occurrences of days within a month. */
1116
+ monthlyOccurrences?: AdvancedScheduleMonthlyOccurrence[];
1117
+ }
1118
+ /** The properties of the create advanced schedule monthly occurrence. */
1119
+ export interface AdvancedScheduleMonthlyOccurrence {
1120
+ /** Occurrence of the week within the month. Must be between 1 and 5 */
1121
+ occurrence?: number;
1122
+ /** Day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday. */
1123
+ day?: ScheduleDay;
1124
+ }
1125
+ /** The parameters supplied to the update schedule operation. */
1126
+ export interface ScheduleUpdateParameters {
1127
+ /** Gets or sets the name of the Schedule. */
1128
+ name?: string;
1129
+ /** Gets or sets the description of the schedule. */
1130
+ description?: string;
1131
+ /** Gets or sets a value indicating whether this schedule is enabled. */
1132
+ isEnabled?: boolean;
1133
+ }
1134
+ /** The response model for the list schedule operation. */
1135
+ export interface ScheduleListResult {
1136
+ /** Gets or sets a list of schedules. */
1137
+ value?: Schedule[];
1138
+ /** Gets or sets the next link. */
1139
+ nextLink?: string;
1140
+ }
1141
+ /** The parameters supplied to the create or update variable operation. */
1142
+ export interface VariableCreateOrUpdateParameters {
1143
+ /** Gets or sets the name of the variable. */
1144
+ name: string;
1145
+ /** Gets or sets the value of the variable. */
1146
+ value?: string;
1147
+ /** Gets or sets the description of the variable. */
1148
+ description?: string;
1149
+ /** Gets or sets the encrypted flag of the variable. */
1150
+ isEncrypted?: boolean;
1151
+ }
1152
+ /** The parameters supplied to the update variable operation. */
1153
+ export interface VariableUpdateParameters {
1154
+ /** Gets or sets the name of the variable. */
1155
+ name?: string;
1156
+ /** Gets or sets the value of the variable. */
1157
+ value?: string;
1158
+ /** Gets or sets the description of the variable. */
1159
+ description?: string;
1160
+ }
1161
+ /** The response model for the list variables operation. */
1162
+ export interface VariableListResult {
1163
+ /** Gets or sets a list of variables. */
1164
+ value?: Variable[];
1165
+ /** Gets or sets the next link. */
1166
+ nextLink?: string;
1167
+ }
1168
+ export interface WatcherUpdateParameters {
1169
+ /** Gets or sets the name of the resource. */
1170
+ name?: string;
1171
+ /** Gets or sets the frequency at which the watcher is invoked. */
1172
+ executionFrequencyInSeconds?: number;
1173
+ }
1174
+ /** The response model for the list watcher operation. */
1175
+ export interface WatcherListResult {
1176
+ /** Gets or sets a list of watchers. */
1177
+ value?: Watcher[];
1178
+ /** Gets or sets the next link. */
1179
+ nextLink?: string;
1180
+ }
1181
+ /** Definition of the configuration parameter type. */
1182
+ export interface DscConfigurationParameter {
1183
+ /** Gets or sets the type of the parameter. */
1184
+ type?: string;
1185
+ /** Gets or sets a Boolean value to indicate whether the parameter is mandatory or not. */
1186
+ isMandatory?: boolean;
1187
+ /** Get or sets the position of the parameter. */
1188
+ position?: number;
1189
+ /** Gets or sets the default value of parameter. */
1190
+ defaultValue?: string;
1191
+ }
1192
+ /** The parameters supplied to the create or update configuration operation. */
1193
+ export interface DscConfigurationCreateOrUpdateParameters {
1194
+ /** Gets or sets name of the resource. */
1195
+ name?: string;
1196
+ /** Gets or sets the location of the resource. */
1197
+ location?: string;
1198
+ /** Gets or sets the tags attached to the resource. */
1199
+ tags?: {
1200
+ [propertyName: string]: string;
1201
+ };
1202
+ /** Gets or sets verbose log option. */
1203
+ logVerbose?: boolean;
1204
+ /** Gets or sets progress log option. */
1205
+ logProgress?: boolean;
1206
+ /** Gets or sets the source. */
1207
+ source: ContentSource;
1208
+ /** Gets or sets the configuration parameters. */
1209
+ parameters?: {
1210
+ [propertyName: string]: DscConfigurationParameter;
1211
+ };
1212
+ /** Gets or sets the description of the configuration. */
1213
+ description?: string;
1214
+ }
1215
+ /** The parameters supplied to the create or update configuration operation. */
1216
+ export interface DscConfigurationUpdateParameters {
1217
+ /** Gets or sets name of the resource. */
1218
+ name?: string;
1219
+ /** Gets or sets the tags attached to the resource. */
1220
+ tags?: {
1221
+ [propertyName: string]: string;
1222
+ };
1223
+ /** Gets or sets verbose log option. */
1224
+ logVerbose?: boolean;
1225
+ /** Gets or sets progress log option. */
1226
+ logProgress?: boolean;
1227
+ /** Gets or sets the source. */
1228
+ source?: ContentSource;
1229
+ /** Gets or sets the configuration parameters. */
1230
+ parameters?: {
1231
+ [propertyName: string]: DscConfigurationParameter;
1232
+ };
1233
+ /** Gets or sets the description of the configuration. */
1234
+ description?: string;
1235
+ }
1236
+ /** The response model for the list configuration operation. */
1237
+ export interface DscConfigurationListResult {
1238
+ /** Gets or sets a list of configurations. */
1239
+ value?: DscConfiguration[];
1240
+ /** Gets or sets the next link. */
1241
+ nextLink?: string;
1242
+ /** Gets the total number of configurations matching filter criteria. */
1243
+ totalCount?: number;
1244
+ }
1245
+ /** The parameters supplied to the create job operation. */
1246
+ export interface JobCreateParameters {
1247
+ /** Gets or sets the runbook. */
1248
+ runbook?: RunbookAssociationProperty;
1249
+ /** Gets or sets the parameters of the job. */
1250
+ parameters?: {
1251
+ [propertyName: string]: string;
1252
+ };
1253
+ /** Gets or sets the runOn which specifies the group name where the job is to be executed. */
1254
+ runOn?: string;
1255
+ }
1256
+ /** The response model for the list job operation. */
1257
+ export interface JobListResultV2 {
1258
+ /** List of jobs. */
1259
+ value?: JobCollectionItem[];
1260
+ /**
1261
+ * The link to the next page.
1262
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1263
+ */
1264
+ readonly nextLink?: string;
1265
+ }
1266
+ /** The response model for the list of Automation operations */
1267
+ export interface OperationListResult {
1268
+ /** List of Automation operations supported by the Automation resource provider. */
1269
+ value?: Operation[];
1270
+ }
1271
+ /** Automation REST API operation */
1272
+ export interface Operation {
1273
+ /** Operation name: {provider}/{resource}/{operation} */
1274
+ name?: string;
1275
+ /** Provider, Resource and Operation values */
1276
+ display?: OperationDisplay;
1277
+ }
1278
+ /** Provider, Resource and Operation values */
1279
+ export interface OperationDisplay {
1280
+ /** Service provider: Microsoft.Automation */
1281
+ provider?: string;
1282
+ /** Resource on which the operation is performed: Runbooks, Jobs etc. */
1283
+ resource?: string;
1284
+ /** Operation type: Read, write, delete, etc. */
1285
+ operation?: string;
1286
+ }
1287
+ /** Graphical Runbook Content */
1288
+ export interface GraphicalRunbookContent {
1289
+ /** Raw graphical Runbook content. */
1290
+ rawContent?: RawGraphicalRunbookContent;
1291
+ /** Graphical Runbook content as JSON */
1292
+ graphRunbookJson?: string;
1293
+ }
1294
+ /** Raw Graphical Runbook content */
1295
+ export interface RawGraphicalRunbookContent {
1296
+ /** Schema version of the serializer. */
1297
+ schemaVersion?: string;
1298
+ /** Serialized Graphical runbook */
1299
+ runbookDefinition?: string;
1300
+ /** Runbook Type */
1301
+ runbookType?: GraphRunbookType;
1302
+ }
1303
+ /** Software update configuration properties. */
1304
+ export interface SoftwareUpdateConfiguration {
1305
+ /**
1306
+ * Resource name.
1307
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1308
+ */
1309
+ readonly name?: string;
1310
+ /**
1311
+ * Resource Id.
1312
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1313
+ */
1314
+ readonly id?: string;
1315
+ /**
1316
+ * Resource type
1317
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1318
+ */
1319
+ readonly type?: string;
1320
+ /** update specific properties for the Software update configuration */
1321
+ updateConfiguration: UpdateConfiguration;
1322
+ /** Schedule information for the Software update configuration */
1323
+ scheduleInfo: SUCScheduleProperties;
1324
+ /**
1325
+ * Provisioning state for the software update configuration, which only appears in the response.
1326
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1327
+ */
1328
+ readonly provisioningState?: string;
1329
+ /** Details of provisioning error */
1330
+ error?: ErrorResponse;
1331
+ /**
1332
+ * Creation time of the resource, which only appears in the response.
1333
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1334
+ */
1335
+ readonly creationTime?: Date;
1336
+ /**
1337
+ * CreatedBy property, which only appears in the response.
1338
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1339
+ */
1340
+ readonly createdBy?: string;
1341
+ /**
1342
+ * Last time resource was modified, which only appears in the response.
1343
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1344
+ */
1345
+ readonly lastModifiedTime?: Date;
1346
+ /**
1347
+ * LastModifiedBy property, which only appears in the response.
1348
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1349
+ */
1350
+ readonly lastModifiedBy?: string;
1351
+ /** Tasks information for the Software update configuration. */
1352
+ tasks?: SoftwareUpdateConfigurationTasks;
1353
+ }
1354
+ /** Update specific properties of the software update configuration. */
1355
+ export interface UpdateConfiguration {
1356
+ /** operating system of target machines */
1357
+ operatingSystem: OperatingSystemType;
1358
+ /** Windows specific update configuration. */
1359
+ windows?: WindowsProperties;
1360
+ /** Linux specific update configuration. */
1361
+ linux?: LinuxProperties;
1362
+ /** 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 */
1363
+ duration?: string;
1364
+ /** List of azure resource Ids for azure virtual machines targeted by the software update configuration. */
1365
+ azureVirtualMachines?: string[];
1366
+ /** List of names of non-azure machines targeted by the software update configuration. */
1367
+ nonAzureComputerNames?: string[];
1368
+ /** Group targets for the software update configuration. */
1369
+ targets?: TargetProperties;
1370
+ }
1371
+ /** Windows specific update configuration. */
1372
+ export interface WindowsProperties {
1373
+ /** Update classification included in the software update configuration. A comma separated string with required values */
1374
+ includedUpdateClassifications?: WindowsUpdateClasses;
1375
+ /** KB numbers excluded from the software update configuration. */
1376
+ excludedKbNumbers?: string[];
1377
+ /** KB numbers included from the software update configuration. */
1378
+ includedKbNumbers?: string[];
1379
+ /** Reboot setting for the software update configuration. */
1380
+ rebootSetting?: string;
1381
+ }
1382
+ /** Linux specific update configuration. */
1383
+ export interface LinuxProperties {
1384
+ /** Update classifications included in the software update configuration. */
1385
+ includedPackageClassifications?: LinuxUpdateClasses;
1386
+ /** packages excluded from the software update configuration. */
1387
+ excludedPackageNameMasks?: string[];
1388
+ /** packages included from the software update configuration. */
1389
+ includedPackageNameMasks?: string[];
1390
+ /** Reboot setting for the software update configuration. */
1391
+ rebootSetting?: string;
1392
+ }
1393
+ /** Group specific to the update configuration. */
1394
+ export interface TargetProperties {
1395
+ /** List of Azure queries in the software update configuration. */
1396
+ azureQueries?: AzureQueryProperties[];
1397
+ /** List of non Azure queries in the software update configuration. */
1398
+ nonAzureQueries?: NonAzureQueryProperties[];
1399
+ }
1400
+ /** Azure query for the update configuration. */
1401
+ export interface AzureQueryProperties {
1402
+ /** List of Subscription or Resource Group ARM Ids. */
1403
+ scope?: string[];
1404
+ /** List of locations to scope the query to. */
1405
+ locations?: string[];
1406
+ /** Tag settings for the VM. */
1407
+ tagSettings?: TagSettingsProperties;
1408
+ }
1409
+ /** Tag filter information for the VM. */
1410
+ export interface TagSettingsProperties {
1411
+ /** Dictionary of tags with its list of values. */
1412
+ tags?: {
1413
+ [propertyName: string]: string[];
1414
+ };
1415
+ /** Filter VMs by Any or All specified tags. */
1416
+ filterOperator?: TagOperators;
1417
+ }
1418
+ /** Non Azure query for the update configuration. */
1419
+ export interface NonAzureQueryProperties {
1420
+ /** Log Analytics Saved Search name. */
1421
+ functionAlias?: string;
1422
+ /** Workspace Id for Log Analytics in which the saved Search is resided. */
1423
+ workspaceId?: string;
1424
+ }
1425
+ /** Definition of schedule parameters. */
1426
+ export interface SUCScheduleProperties {
1427
+ /** Gets or sets the start time of the schedule. */
1428
+ startTime?: Date;
1429
+ /**
1430
+ * Gets the start time's offset in minutes.
1431
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1432
+ */
1433
+ readonly startTimeOffsetMinutes?: number;
1434
+ /** Gets or sets the end time of the schedule. */
1435
+ expiryTime?: Date;
1436
+ /** Gets or sets the expiry time's offset in minutes. */
1437
+ expiryTimeOffsetMinutes?: number;
1438
+ /** Gets or sets a value indicating whether this schedule is enabled. */
1439
+ isEnabled?: boolean;
1440
+ /** Gets or sets the next run time of the schedule. */
1441
+ nextRun?: Date;
1442
+ /** Gets or sets the next run time's offset in minutes. */
1443
+ nextRunOffsetMinutes?: number;
1444
+ /** Gets or sets the interval of the schedule. */
1445
+ interval?: number;
1446
+ /** Gets or sets the frequency of the schedule. */
1447
+ frequency?: ScheduleFrequency;
1448
+ /** Gets or sets the time zone of the schedule. */
1449
+ timeZone?: string;
1450
+ /** Gets or sets the advanced schedule. */
1451
+ advancedSchedule?: AdvancedSchedule;
1452
+ /** Gets or sets the creation time. */
1453
+ creationTime?: Date;
1454
+ /** Gets or sets the last modified time. */
1455
+ lastModifiedTime?: Date;
1456
+ /** Gets or sets the description. */
1457
+ description?: string;
1458
+ }
1459
+ /** Task properties of the software update configuration. */
1460
+ export interface SoftwareUpdateConfigurationTasks {
1461
+ /** Pre task properties. */
1462
+ preTask?: TaskProperties;
1463
+ /** Post task properties. */
1464
+ postTask?: TaskProperties;
1465
+ }
1466
+ /** Task properties of the software update configuration. */
1467
+ export interface TaskProperties {
1468
+ /** Gets or sets the parameters of the task. */
1469
+ parameters?: {
1470
+ [propertyName: string]: string;
1471
+ };
1472
+ /** Gets or sets the name of the runbook. */
1473
+ source?: string;
1474
+ }
1475
+ /** result of listing all software update configuration */
1476
+ export interface SoftwareUpdateConfigurationListResult {
1477
+ /** outer object returned when listing all software update configurations */
1478
+ value?: SoftwareUpdateConfigurationCollectionItem[];
1479
+ }
1480
+ /** Software update configuration collection item properties. */
1481
+ export interface SoftwareUpdateConfigurationCollectionItem {
1482
+ /**
1483
+ * Name of the software update configuration.
1484
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1485
+ */
1486
+ readonly name?: string;
1487
+ /**
1488
+ * Resource Id of the software update configuration
1489
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1490
+ */
1491
+ readonly id?: string;
1492
+ /** Update specific properties of the software update configuration. */
1493
+ updateConfiguration?: UpdateConfiguration;
1494
+ /** Pre and Post Tasks defined */
1495
+ tasks?: SoftwareUpdateConfigurationTasks;
1496
+ /** execution frequency of the schedule associated with the software update configuration */
1497
+ frequency?: ScheduleFrequency;
1498
+ /** the start time of the update. */
1499
+ startTime?: Date;
1500
+ /**
1501
+ * Creation time of the software update configuration, which only appears in the response.
1502
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1503
+ */
1504
+ readonly creationTime?: Date;
1505
+ /**
1506
+ * Last time software update configuration was modified, which only appears in the response.
1507
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1508
+ */
1509
+ readonly lastModifiedTime?: Date;
1510
+ /**
1511
+ * Provisioning state for the software update configuration, which only appears in the response.
1512
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1513
+ */
1514
+ readonly provisioningState?: string;
1515
+ /** ext run time of the update. */
1516
+ nextRun?: Date;
1517
+ }
1518
+ /** Software update configuration Run properties. */
1519
+ export interface SoftwareUpdateConfigurationRun {
1520
+ /**
1521
+ * Name of the software update configuration run.
1522
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1523
+ */
1524
+ readonly name?: string;
1525
+ /**
1526
+ * Resource Id of the software update configuration run
1527
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1528
+ */
1529
+ readonly id?: string;
1530
+ /** software update configuration triggered this run */
1531
+ softwareUpdateConfiguration?: UpdateConfigurationNavigation;
1532
+ /**
1533
+ * Status of the software update configuration run.
1534
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1535
+ */
1536
+ readonly status?: string;
1537
+ /**
1538
+ * Configured duration for the software update configuration run.
1539
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1540
+ */
1541
+ readonly configuredDuration?: string;
1542
+ /**
1543
+ * Operating system target of the software update configuration triggered this run
1544
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1545
+ */
1546
+ readonly osType?: string;
1547
+ /**
1548
+ * Start time of the software update configuration run.
1549
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1550
+ */
1551
+ readonly startTime?: Date;
1552
+ /**
1553
+ * End time of the software update configuration run.
1554
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1555
+ */
1556
+ readonly endTime?: Date;
1557
+ /**
1558
+ * Number of computers in the software update configuration run.
1559
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1560
+ */
1561
+ readonly computerCount?: number;
1562
+ /**
1563
+ * Number of computers with failed status.
1564
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1565
+ */
1566
+ readonly failedCount?: number;
1567
+ /**
1568
+ * Creation time of the resource, which only appears in the response.
1569
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1570
+ */
1571
+ readonly creationTime?: Date;
1572
+ /**
1573
+ * CreatedBy property, which only appears in the response.
1574
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1575
+ */
1576
+ readonly createdBy?: string;
1577
+ /**
1578
+ * Last time resource was modified, which only appears in the response.
1579
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1580
+ */
1581
+ readonly lastModifiedTime?: Date;
1582
+ /**
1583
+ * LastModifiedBy property, which only appears in the response.
1584
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1585
+ */
1586
+ readonly lastModifiedBy?: string;
1587
+ /** Software update configuration tasks triggered in this run */
1588
+ tasks?: SoftwareUpdateConfigurationRunTasks;
1589
+ }
1590
+ /** Software update configuration Run Navigation model. */
1591
+ export interface UpdateConfigurationNavigation {
1592
+ /**
1593
+ * Name of the software update configuration triggered the software update configuration run
1594
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1595
+ */
1596
+ readonly name?: string;
1597
+ }
1598
+ /** Software update configuration run tasks model. */
1599
+ export interface SoftwareUpdateConfigurationRunTasks {
1600
+ /** Pre task properties. */
1601
+ preTask?: SoftwareUpdateConfigurationRunTaskProperties;
1602
+ /** Post task properties. */
1603
+ postTask?: SoftwareUpdateConfigurationRunTaskProperties;
1604
+ }
1605
+ /** Task properties of the software update configuration. */
1606
+ export interface SoftwareUpdateConfigurationRunTaskProperties {
1607
+ /** The status of the task. */
1608
+ status?: string;
1609
+ /** The name of the source of the task. */
1610
+ source?: string;
1611
+ /** The job id of the task. */
1612
+ jobId?: string;
1613
+ }
1614
+ /** result of listing all software update configuration runs */
1615
+ export interface SoftwareUpdateConfigurationRunListResult {
1616
+ /** outer object returned when listing all software update configuration runs */
1617
+ value?: SoftwareUpdateConfigurationRun[];
1618
+ /** link to next page of results. */
1619
+ nextLink?: string;
1620
+ }
1621
+ /** Software update configuration machine run model. */
1622
+ export interface SoftwareUpdateConfigurationMachineRun {
1623
+ /**
1624
+ * Name of the software update configuration machine run
1625
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1626
+ */
1627
+ readonly name?: string;
1628
+ /**
1629
+ * Resource Id of the software update configuration machine run
1630
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1631
+ */
1632
+ readonly id?: string;
1633
+ /**
1634
+ * name of the updated computer
1635
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1636
+ */
1637
+ readonly targetComputer?: string;
1638
+ /**
1639
+ * type of the updated computer.
1640
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1641
+ */
1642
+ readonly targetComputerType?: string;
1643
+ /** software update configuration triggered this run */
1644
+ softwareUpdateConfiguration?: UpdateConfigurationNavigation;
1645
+ /**
1646
+ * Status of the software update configuration machine run.
1647
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1648
+ */
1649
+ readonly status?: string;
1650
+ /**
1651
+ * Operating system target of the software update configuration triggered this run
1652
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1653
+ */
1654
+ readonly osType?: string;
1655
+ /**
1656
+ * correlation id of the software update configuration machine run
1657
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1658
+ */
1659
+ readonly correlationId?: string;
1660
+ /**
1661
+ * source computer id of the software update configuration machine run
1662
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1663
+ */
1664
+ readonly sourceComputerId?: string;
1665
+ /**
1666
+ * Start time of the software update configuration machine run.
1667
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1668
+ */
1669
+ readonly startTime?: Date;
1670
+ /**
1671
+ * End time of the software update configuration machine run.
1672
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1673
+ */
1674
+ readonly endTime?: Date;
1675
+ /**
1676
+ * configured duration for the software update configuration run.
1677
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1678
+ */
1679
+ readonly configuredDuration?: string;
1680
+ /** Job associated with the software update configuration machine run */
1681
+ job?: JobNavigation;
1682
+ /**
1683
+ * Creation time of the resource, which only appears in the response.
1684
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1685
+ */
1686
+ readonly creationTime?: Date;
1687
+ /**
1688
+ * createdBy property, which only appears in the response.
1689
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1690
+ */
1691
+ readonly createdBy?: string;
1692
+ /**
1693
+ * Last time resource was modified, which only appears in the response.
1694
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1695
+ */
1696
+ readonly lastModifiedTime?: Date;
1697
+ /**
1698
+ * lastModifiedBy property, which only appears in the response.
1699
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1700
+ */
1701
+ readonly lastModifiedBy?: string;
1702
+ /** Details of provisioning error */
1703
+ error?: ErrorResponse;
1704
+ }
1705
+ /** Software update configuration machine run job navigation properties. */
1706
+ export interface JobNavigation {
1707
+ /**
1708
+ * Id of the job associated with the software update configuration run
1709
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1710
+ */
1711
+ readonly id?: string;
1712
+ }
1713
+ /** result of listing all software update configuration machine runs */
1714
+ export interface SoftwareUpdateConfigurationMachineRunListResult {
1715
+ /** outer object returned when listing all software update configuration machine runs */
1716
+ value?: SoftwareUpdateConfigurationMachineRun[];
1717
+ /** link to next page of results. */
1718
+ nextLink?: string;
1719
+ }
1720
+ export interface RunbookDraft {
1721
+ /** Gets or sets whether runbook is in edit mode. */
1722
+ inEdit?: boolean;
1723
+ /** Gets or sets the draft runbook content link. */
1724
+ draftContentLink?: ContentLink;
1725
+ /** Gets or sets the creation time of the runbook draft. */
1726
+ creationTime?: Date;
1727
+ /** Gets or sets the last modified time of the runbook draft. */
1728
+ lastModifiedTime?: Date;
1729
+ /** Gets or sets the runbook draft parameters. */
1730
+ parameters?: {
1731
+ [propertyName: string]: RunbookParameter;
1732
+ };
1733
+ /** Gets or sets the runbook output types. */
1734
+ outputTypes?: string[];
1735
+ }
1736
+ /** Definition of the runbook parameter type. */
1737
+ export interface RunbookParameter {
1738
+ /** Gets or sets the type of the parameter. */
1739
+ type?: string;
1740
+ /** Gets or sets a Boolean value to indicate whether the parameter is mandatory or not. */
1741
+ isMandatory?: boolean;
1742
+ /** Get or sets the position of the parameter. */
1743
+ position?: number;
1744
+ /** Gets or sets the default value of parameter. */
1745
+ defaultValue?: string;
1746
+ }
1747
+ /** The response model for the undo edit runbook operation. */
1748
+ export interface RunbookDraftUndoEditResult {
1749
+ statusCode?: HttpStatusCode;
1750
+ requestId?: string;
1751
+ }
1752
+ /** The parameters supplied to the create or update runbook operation. */
1753
+ export interface RunbookCreateOrUpdateParameters {
1754
+ /** Gets or sets the name of the resource. */
1755
+ name?: string;
1756
+ /** Gets or sets the location of the resource. */
1757
+ location?: string;
1758
+ /** Gets or sets the tags attached to the resource. */
1759
+ tags?: {
1760
+ [propertyName: string]: string;
1761
+ };
1762
+ /** Gets or sets verbose log option. */
1763
+ logVerbose?: boolean;
1764
+ /** Gets or sets progress log option. */
1765
+ logProgress?: boolean;
1766
+ /** Gets or sets the type of the runbook. */
1767
+ runbookType: RunbookTypeEnum;
1768
+ /** Gets or sets the draft runbook properties. */
1769
+ draft?: RunbookDraft;
1770
+ /** Gets or sets the published runbook content link. */
1771
+ publishContentLink?: ContentLink;
1772
+ /** Gets or sets the description of the runbook. */
1773
+ description?: string;
1774
+ /** Gets or sets the activity-level tracing options of the runbook. */
1775
+ logActivityTrace?: number;
1776
+ }
1777
+ /** The parameters supplied to the update runbook operation. */
1778
+ export interface RunbookUpdateParameters {
1779
+ /** Gets or sets the name of the resource. */
1780
+ name?: string;
1781
+ /** Gets or sets the location of the resource. */
1782
+ location?: string;
1783
+ /** Gets or sets the tags attached to the resource. */
1784
+ tags?: {
1785
+ [propertyName: string]: string;
1786
+ };
1787
+ /** Gets or sets the description of the runbook. */
1788
+ description?: string;
1789
+ /** Gets or sets verbose log option. */
1790
+ logVerbose?: boolean;
1791
+ /** Gets or sets progress log option. */
1792
+ logProgress?: boolean;
1793
+ /** Gets or sets the activity-level tracing options of the runbook. */
1794
+ logActivityTrace?: number;
1795
+ }
1796
+ /** The response model for the list runbook operation. */
1797
+ export interface RunbookListResult {
1798
+ /** Gets or sets a list of runbooks. */
1799
+ value?: Runbook[];
1800
+ /** Gets or sets the next link. */
1801
+ nextLink?: string;
1802
+ }
1803
+ /** The parameters supplied to the create test job operation. */
1804
+ export interface TestJobCreateParameters {
1805
+ /** Gets or sets the parameters of the test job. */
1806
+ parameters?: {
1807
+ [propertyName: string]: string;
1808
+ };
1809
+ /** Gets or sets the runOn which specifies the group name where the job is to be executed. */
1810
+ runOn?: string;
1811
+ }
1812
+ /** Definition of the test job. */
1813
+ export interface TestJob {
1814
+ /** Gets or sets the creation time of the test job. */
1815
+ creationTime?: Date;
1816
+ /** Gets or sets the status of the test job. */
1817
+ status?: string;
1818
+ /** Gets or sets the status details of the test job. */
1819
+ statusDetails?: string;
1820
+ /** Gets or sets the runOn which specifies the group name where the job is to be executed. */
1821
+ runOn?: string;
1822
+ /** Gets or sets the start time of the test job. */
1823
+ startTime?: Date;
1824
+ /** Gets or sets the end time of the test job. */
1825
+ endTime?: Date;
1826
+ /** Gets or sets the exception of the test job. */
1827
+ exception?: string;
1828
+ /** Gets or sets the last modified time of the test job. */
1829
+ lastModifiedTime?: Date;
1830
+ /** Gets or sets the last status modified time of the test job. */
1831
+ lastStatusModifiedTime?: Date;
1832
+ /** Gets or sets the parameters of the test job. */
1833
+ parameters?: {
1834
+ [propertyName: string]: string;
1835
+ };
1836
+ /** The activity-level tracing options of the runbook. */
1837
+ logActivityTrace?: number;
1838
+ }
1839
+ /** The parameters supplied to the create or update webhook operation. */
1840
+ export interface WebhookCreateOrUpdateParameters {
1841
+ /** Gets or sets the name of the webhook. */
1842
+ name: string;
1843
+ /** Gets or sets the value of the enabled flag of webhook. */
1844
+ isEnabled?: boolean;
1845
+ /** Gets or sets the uri. */
1846
+ uri?: string;
1847
+ /** Gets or sets the expiry time. */
1848
+ expiryTime?: Date;
1849
+ /** Gets or sets the parameters of the job. */
1850
+ parameters?: {
1851
+ [propertyName: string]: string;
1852
+ };
1853
+ /** Gets or sets the runbook. */
1854
+ runbook?: RunbookAssociationProperty;
1855
+ /** Gets or sets the name of the hybrid worker group the webhook job will run on. */
1856
+ runOn?: string;
1857
+ }
1858
+ /** The parameters supplied to the update webhook operation. */
1859
+ export interface WebhookUpdateParameters {
1860
+ /** Gets or sets the name of the webhook. */
1861
+ name?: string;
1862
+ /** Gets or sets the value of the enabled flag of webhook. */
1863
+ isEnabled?: boolean;
1864
+ /** Gets or sets the name of the hybrid worker group the webhook job will run on. */
1865
+ runOn?: string;
1866
+ /** Gets or sets the parameters of the job. */
1867
+ parameters?: {
1868
+ [propertyName: string]: string;
1869
+ };
1870
+ /** Gets or sets the description of the webhook. */
1871
+ description?: string;
1872
+ }
1873
+ /** The response model for the list webhook operation. */
1874
+ export interface WebhookListResult {
1875
+ /** Gets or sets a list of webhooks. */
1876
+ value?: Webhook[];
1877
+ /** Gets or sets the next link. */
1878
+ nextLink?: string;
1879
+ }
1880
+ /** The parameters supplied to the create hybrid runbook worker operation. */
1881
+ export interface HybridRunbookWorkerCreateParameters {
1882
+ /** Gets or sets the name of the resource. */
1883
+ name?: string;
1884
+ /** Azure Resource Manager Id for a virtual machine. */
1885
+ vmResourceId?: string;
1886
+ }
1887
+ /** Parameters supplied to move hybrid worker operation. */
1888
+ export interface HybridRunbookWorkerMoveParameters {
1889
+ /** Gets or sets the target hybrid runbook worker group. */
1890
+ hybridRunbookWorkerGroupName?: string;
1891
+ }
1892
+ /** The response model for the list hybrid runbook workers. */
1893
+ export interface HybridRunbookWorkersListResult {
1894
+ /** Gets or sets a list of hybrid runbook workers. */
1895
+ value?: HybridRunbookWorker[];
1896
+ /** Gets or sets the next link. */
1897
+ nextLink?: string;
1898
+ }
1899
+ /** The response model for the list deleted automation account. */
1900
+ export interface DeletedAutomationAccountListResult {
1901
+ /** Gets or sets the list of deleted automation accounts. */
1902
+ value?: DeletedAutomationAccount[];
1903
+ }
1904
+ /** Definition of the deleted automation account type. */
1905
+ export interface DeletedAutomationAccount {
1906
+ /** The resource id. */
1907
+ id?: string;
1908
+ /** Gets or sets name of the resource. */
1909
+ name?: string;
1910
+ /** The resource type. */
1911
+ type?: string;
1912
+ /** Gets or sets the location of the resource. */
1913
+ location?: string;
1914
+ /** Gets or sets the Automation Account Resource Id. */
1915
+ automationAccountResourceId?: string;
1916
+ /** Gets or sets the Automation Account Id. */
1917
+ automationAccountId?: string;
1918
+ /** Gets or sets the location of the resource. */
1919
+ locationPropertiesLocation?: string;
1920
+ /**
1921
+ * Gets the deletion time.
1922
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1923
+ */
1924
+ readonly deletionTime?: Date;
1925
+ }
1926
+ /** Definition of RunAs credential to use for hybrid worker. */
1927
+ export interface RunAsCredentialAssociationProperty {
1928
+ /** Gets or sets the name of the credential. */
1929
+ name?: string;
1930
+ }
1931
+ /** The parameters supplied to the create hybrid runbook worker group operation. */
1932
+ export interface HybridRunbookWorkerGroupCreateOrUpdateParameters {
1933
+ /** Gets or sets the name of the resource. */
1934
+ name?: string;
1935
+ /** Sets the credential of a worker group. */
1936
+ credential?: RunAsCredentialAssociationProperty;
1937
+ }
1938
+ /** The response model for the list hybrid runbook worker groups. */
1939
+ export interface HybridRunbookWorkerGroupsListResult {
1940
+ /** Gets or sets a list of hybrid runbook worker groups. */
1941
+ value?: HybridRunbookWorkerGroup[];
1942
+ /** Gets or sets the next link. */
1943
+ nextLink?: string;
1944
+ }
1945
+ /** The parameters supplied to the create or update draft runbook properties. */
1946
+ export interface RunbookCreateOrUpdateDraftProperties {
1947
+ /** Gets or sets verbose log option. */
1948
+ logVerbose?: boolean;
1949
+ /** Gets or sets progress log option. */
1950
+ logProgress?: boolean;
1951
+ /** Gets or sets the type of the runbook. */
1952
+ runbookType: RunbookTypeEnum;
1953
+ /** Gets or sets the draft runbook properties. */
1954
+ draft: RunbookDraft;
1955
+ /** Gets or sets the description of the runbook. */
1956
+ description?: string;
1957
+ /** Gets or sets the activity-level tracing options of the runbook. */
1958
+ logActivityTrace?: number;
1959
+ }
1960
+ /** The parameters supplied to the create or update runbook operation. */
1961
+ export interface RunbookCreateOrUpdateDraftParameters {
1962
+ /** Content of the Runbook. */
1963
+ runbookContent: string;
1964
+ }
1965
+ /** ARM proxy resource. */
1966
+ export interface ProxyResource extends Resource {
1967
+ }
1968
+ /** The resource model definition for a ARM tracked top level resource */
1969
+ export interface TrackedResource extends Resource {
1970
+ /** Resource tags. */
1971
+ tags?: {
1972
+ [propertyName: string]: string;
1973
+ };
1974
+ /** The Azure Region where the resource lives */
1975
+ location?: string;
1976
+ }
1977
+ /** Definition of the watcher type. */
1978
+ export interface Watcher extends Resource {
1979
+ /** Gets or sets the etag of the resource. */
1980
+ etag?: string;
1981
+ /** Resource tags. */
1982
+ tags?: {
1983
+ [propertyName: string]: string;
1984
+ };
1985
+ /** The geo-location where the resource lives */
1986
+ location?: string;
1987
+ /** Gets or sets the frequency at which the watcher is invoked. */
1988
+ executionFrequencyInSeconds?: number;
1989
+ /** Gets or sets the name of the script the watcher is attached to, i.e. the name of an existing runbook. */
1990
+ scriptName?: string;
1991
+ /** Gets or sets the parameters of the script. */
1992
+ scriptParameters?: {
1993
+ [propertyName: string]: string;
1994
+ };
1995
+ /** Gets or sets the name of the hybrid worker group the watcher will run on. */
1996
+ scriptRunOn?: string;
1997
+ /**
1998
+ * Gets the current status of the watcher.
1999
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2000
+ */
2001
+ readonly status?: string;
2002
+ /**
2003
+ * Gets or sets the creation time.
2004
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2005
+ */
2006
+ readonly creationTime?: Date;
2007
+ /**
2008
+ * Gets or sets the last modified time.
2009
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2010
+ */
2011
+ readonly lastModifiedTime?: Date;
2012
+ /**
2013
+ * Details of the user who last modified the watcher.
2014
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2015
+ */
2016
+ readonly lastModifiedBy?: string;
2017
+ /** Gets or sets the description. */
2018
+ description?: string;
2019
+ }
2020
+ /** Definition of hybrid runbook worker. */
2021
+ export interface HybridRunbookWorker extends Resource {
2022
+ /**
2023
+ * Resource system metadata.
2024
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2025
+ */
2026
+ readonly systemData?: SystemData;
2027
+ /** Gets or sets the assigned machine IP address. */
2028
+ ip?: string;
2029
+ /** Gets or sets the registration time of the worker machine. */
2030
+ registeredDateTime?: Date;
2031
+ /** Last Heartbeat from the Worker */
2032
+ lastSeenDateTime?: Date;
2033
+ /** Azure Resource Manager Id for a virtual machine. */
2034
+ vmResourceId?: string;
2035
+ /** Type of the HybridWorker. */
2036
+ workerType?: WorkerType;
2037
+ /** Name of the HybridWorker. */
2038
+ workerName?: string;
2039
+ }
2040
+ /** Definition of hybrid runbook worker group. */
2041
+ export interface HybridRunbookWorkerGroup extends Resource {
2042
+ /**
2043
+ * Resource system metadata.
2044
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2045
+ */
2046
+ readonly systemData?: SystemData;
2047
+ /** Type of the HybridWorkerGroup. */
2048
+ groupType?: GroupTypeEnum;
2049
+ /** Sets the credential of a worker group. */
2050
+ credential?: RunAsCredentialAssociationProperty;
2051
+ }
2052
+ /** A private endpoint connection */
2053
+ export interface PrivateEndpointConnection extends ProxyResource {
2054
+ /** Private endpoint which the connection belongs to. */
2055
+ privateEndpoint?: PrivateEndpointProperty;
2056
+ /** Gets the groupIds. */
2057
+ groupIds?: string[];
2058
+ /** Connection State of the Private Endpoint Connection. */
2059
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;
2060
+ }
2061
+ /** A private link resource */
2062
+ export interface PrivateLinkResource extends ProxyResource {
2063
+ /**
2064
+ * The private link resource group id.
2065
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2066
+ */
2067
+ readonly groupId?: string;
2068
+ /**
2069
+ * The private link resource required member names.
2070
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2071
+ */
2072
+ readonly requiredMembers?: string[];
2073
+ }
2074
+ /** Definition of a DscNode */
2075
+ export interface DscNode extends ProxyResource {
2076
+ /** Gets or sets the last seen time of the node. */
2077
+ lastSeen?: Date;
2078
+ /** Gets or sets the registration time of the node. */
2079
+ registrationTime?: Date;
2080
+ /** Gets or sets the ip of the node. */
2081
+ ip?: string;
2082
+ /** Gets or sets the account id of the node. */
2083
+ accountId?: string;
2084
+ /** Gets or sets the status of the node. */
2085
+ status?: string;
2086
+ /** Gets or sets the node id. */
2087
+ nodeId?: string;
2088
+ /** Gets or sets the etag of the resource. */
2089
+ etag?: string;
2090
+ /** Gets the total number of records matching filter criteria. */
2091
+ totalCount?: number;
2092
+ /** Gets or sets the list of extensionHandler properties for a Node. */
2093
+ extensionHandler?: DscNodeExtensionHandlerAssociationProperty[];
2094
+ /** Gets or sets the name of the dsc node configuration. */
2095
+ namePropertiesNodeConfigurationName?: string;
2096
+ }
2097
+ /** Definition of the dsc node configuration. */
2098
+ export interface DscNodeConfiguration extends ProxyResource {
2099
+ /** Gets or sets the last modified time. */
2100
+ lastModifiedTime?: Date;
2101
+ /** Gets or sets creation time. */
2102
+ creationTime?: Date;
2103
+ /** Gets or sets the configuration of the node. */
2104
+ configuration?: DscConfigurationAssociationProperty;
2105
+ /** Source of node configuration. */
2106
+ source?: string;
2107
+ /** Number of nodes with this node configuration assigned */
2108
+ nodeCount?: number;
2109
+ /** If a new build version of NodeConfiguration is required. */
2110
+ incrementNodeConfigurationBuild?: boolean;
2111
+ }
2112
+ /** Definition of the Dsc Compilation job. */
2113
+ export interface DscCompilationJob extends ProxyResource {
2114
+ /** Gets or sets the configuration. */
2115
+ configuration?: DscConfigurationAssociationProperty;
2116
+ /**
2117
+ * Gets the compilation job started by.
2118
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2119
+ */
2120
+ readonly startedBy?: string;
2121
+ /**
2122
+ * Gets the id of the job.
2123
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2124
+ */
2125
+ readonly jobId?: string;
2126
+ /**
2127
+ * Gets the creation time of the job.
2128
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2129
+ */
2130
+ readonly creationTime?: Date;
2131
+ /** The current provisioning state of the job. */
2132
+ provisioningState?: JobProvisioningState;
2133
+ /** Gets or sets the runOn which specifies the group name where the job is to be executed. */
2134
+ runOn?: string;
2135
+ /** Gets or sets the status of the job. */
2136
+ status?: JobStatus;
2137
+ /** Gets or sets the status details of the job. */
2138
+ statusDetails?: string;
2139
+ /**
2140
+ * Gets the start time of the job.
2141
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2142
+ */
2143
+ readonly startTime?: Date;
2144
+ /**
2145
+ * Gets the end time of the job.
2146
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2147
+ */
2148
+ readonly endTime?: Date;
2149
+ /**
2150
+ * Gets the exception of the job.
2151
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2152
+ */
2153
+ readonly exception?: string;
2154
+ /**
2155
+ * Gets the last modified time of the job.
2156
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2157
+ */
2158
+ readonly lastModifiedTime?: Date;
2159
+ /**
2160
+ * Gets the last status modified time of the job.
2161
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2162
+ */
2163
+ readonly lastStatusModifiedTime?: Date;
2164
+ /** Gets or sets the parameters of the job. */
2165
+ parameters?: {
2166
+ [propertyName: string]: string;
2167
+ };
2168
+ }
2169
+ /** Definition of the source control. */
2170
+ export interface SourceControl extends ProxyResource {
2171
+ /** The repo url of the source control. */
2172
+ repoUrl?: string;
2173
+ /** The repo branch of the source control. Include branch as empty string for VsoTfvc. */
2174
+ branch?: string;
2175
+ /** The folder path of the source control. */
2176
+ folderPath?: string;
2177
+ /** The auto sync of the source control. Default is false. */
2178
+ autoSync?: boolean;
2179
+ /** The auto publish of the source control. Default is true. */
2180
+ publishRunbook?: boolean;
2181
+ /** The source type. Must be one of VsoGit, VsoTfvc, GitHub. */
2182
+ sourceType?: SourceType;
2183
+ /** The description. */
2184
+ description?: string;
2185
+ /** The creation time. */
2186
+ creationTime?: Date;
2187
+ /** The last modified time. */
2188
+ lastModifiedTime?: Date;
2189
+ }
2190
+ /** Definition of the certificate. */
2191
+ export interface Certificate extends ProxyResource {
2192
+ /**
2193
+ * Gets the thumbprint of the certificate.
2194
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2195
+ */
2196
+ readonly thumbprint?: string;
2197
+ /**
2198
+ * Gets the expiry time of the certificate.
2199
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2200
+ */
2201
+ readonly expiryTime?: Date;
2202
+ /**
2203
+ * Gets the is exportable flag of the certificate.
2204
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2205
+ */
2206
+ readonly isExportable?: boolean;
2207
+ /**
2208
+ * Gets the creation time.
2209
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2210
+ */
2211
+ readonly creationTime?: Date;
2212
+ /**
2213
+ * Gets the last modified time.
2214
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2215
+ */
2216
+ readonly lastModifiedTime?: Date;
2217
+ /** Gets or sets the description. */
2218
+ description?: string;
2219
+ }
2220
+ /** Definition of the connection. */
2221
+ export interface Connection extends ProxyResource {
2222
+ /** Gets or sets the connectionType of the connection. */
2223
+ connectionType?: ConnectionTypeAssociationProperty;
2224
+ /**
2225
+ * Gets the field definition values of the connection.
2226
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2227
+ */
2228
+ readonly fieldDefinitionValues?: {
2229
+ [propertyName: string]: string;
2230
+ };
2231
+ /**
2232
+ * Gets the creation time.
2233
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2234
+ */
2235
+ readonly creationTime?: Date;
2236
+ /**
2237
+ * Gets the last modified time.
2238
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2239
+ */
2240
+ readonly lastModifiedTime?: Date;
2241
+ /** Gets or sets the description. */
2242
+ description?: string;
2243
+ }
2244
+ /** Definition of the credential. */
2245
+ export interface Credential extends ProxyResource {
2246
+ /**
2247
+ * Gets the user name of the credential.
2248
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2249
+ */
2250
+ readonly userName?: string;
2251
+ /**
2252
+ * Gets the creation time.
2253
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2254
+ */
2255
+ readonly creationTime?: Date;
2256
+ /**
2257
+ * Gets the last modified time.
2258
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2259
+ */
2260
+ readonly lastModifiedTime?: Date;
2261
+ /** Gets or sets the description. */
2262
+ description?: string;
2263
+ }
2264
+ /** Definition of the schedule. */
2265
+ export interface Schedule extends ProxyResource {
2266
+ /** Gets or sets the start time of the schedule. */
2267
+ startTime?: Date;
2268
+ /**
2269
+ * Gets the start time's offset in minutes.
2270
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2271
+ */
2272
+ readonly startTimeOffsetMinutes?: number;
2273
+ /** Gets or sets the end time of the schedule. */
2274
+ expiryTime?: Date;
2275
+ /** Gets or sets the expiry time's offset in minutes. */
2276
+ expiryTimeOffsetMinutes?: number;
2277
+ /** Gets or sets a value indicating whether this schedule is enabled. */
2278
+ isEnabled?: boolean;
2279
+ /** Gets or sets the next run time of the schedule. */
2280
+ nextRun?: Date;
2281
+ /** Gets or sets the next run time's offset in minutes. */
2282
+ nextRunOffsetMinutes?: number;
2283
+ /** Gets or sets the interval of the schedule. */
2284
+ interval?: any;
2285
+ /** Gets or sets the frequency of the schedule. */
2286
+ frequency?: ScheduleFrequency;
2287
+ /** Gets or sets the time zone of the schedule. */
2288
+ timeZone?: string;
2289
+ /** Gets or sets the advanced schedule. */
2290
+ advancedSchedule?: AdvancedSchedule;
2291
+ /** Gets or sets the creation time. */
2292
+ creationTime?: Date;
2293
+ /** Gets or sets the last modified time. */
2294
+ lastModifiedTime?: Date;
2295
+ /** Gets or sets the description. */
2296
+ description?: string;
2297
+ }
2298
+ /** Definition of the variable. */
2299
+ export interface Variable extends ProxyResource {
2300
+ /** Gets or sets the value of the variable. */
2301
+ value?: string;
2302
+ /** Gets or sets the encrypted flag of the variable. */
2303
+ isEncrypted?: boolean;
2304
+ /** Gets or sets the creation time. */
2305
+ creationTime?: Date;
2306
+ /** Gets or sets the last modified time. */
2307
+ lastModifiedTime?: Date;
2308
+ /** Gets or sets the description. */
2309
+ description?: string;
2310
+ }
2311
+ /** Definition of the job. */
2312
+ export interface Job extends ProxyResource {
2313
+ /** Gets or sets the runbook. */
2314
+ runbook?: RunbookAssociationProperty;
2315
+ /** Gets or sets the job started by. */
2316
+ startedBy?: string;
2317
+ /** Gets or sets the runOn which specifies the group name where the job is to be executed. */
2318
+ runOn?: string;
2319
+ /** Gets or sets the id of the job. */
2320
+ jobId?: string;
2321
+ /** Gets or sets the creation time of the job. */
2322
+ creationTime?: Date;
2323
+ /** Gets or sets the status of the job. */
2324
+ status?: JobStatus;
2325
+ /** Gets or sets the status details of the job. */
2326
+ statusDetails?: string;
2327
+ /** Gets or sets the start time of the job. */
2328
+ startTime?: Date;
2329
+ /** Gets or sets the end time of the job. */
2330
+ endTime?: Date;
2331
+ /** Gets or sets the exception of the job. */
2332
+ exception?: string;
2333
+ /** Gets or sets the last modified time of the job. */
2334
+ lastModifiedTime?: Date;
2335
+ /** Gets or sets the last status modified time of the job. */
2336
+ lastStatusModifiedTime?: Date;
2337
+ /** Gets or sets the parameters of the job. */
2338
+ parameters?: {
2339
+ [propertyName: string]: string;
2340
+ };
2341
+ /** The current provisioning state of the job. */
2342
+ provisioningState?: JobProvisioningState;
2343
+ }
2344
+ /** Job collection item properties. */
2345
+ export interface JobCollectionItem extends ProxyResource {
2346
+ /**
2347
+ * The runbook association.
2348
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2349
+ */
2350
+ readonly runbook?: RunbookAssociationProperty;
2351
+ /**
2352
+ * The id of the job.
2353
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2354
+ */
2355
+ readonly jobId?: string;
2356
+ /**
2357
+ * The creation time of the job.
2358
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2359
+ */
2360
+ readonly creationTime?: Date;
2361
+ /**
2362
+ * The status of the job.
2363
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2364
+ */
2365
+ readonly status?: JobStatus;
2366
+ /**
2367
+ * The start time of the job.
2368
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2369
+ */
2370
+ readonly startTime?: Date;
2371
+ /**
2372
+ * The end time of the job.
2373
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2374
+ */
2375
+ readonly endTime?: Date;
2376
+ /**
2377
+ * The last modified time of the job.
2378
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2379
+ */
2380
+ readonly lastModifiedTime?: Date;
2381
+ /**
2382
+ * The provisioning state of a resource.
2383
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2384
+ */
2385
+ readonly provisioningState?: string;
2386
+ /** Specifies the runOn group name where the job was executed. */
2387
+ runOn?: string;
2388
+ }
2389
+ /** Definition of the webhook type. */
2390
+ export interface Webhook extends ProxyResource {
2391
+ /** Gets or sets the value of the enabled flag of the webhook. */
2392
+ isEnabled?: boolean;
2393
+ /** Gets or sets the webhook uri. */
2394
+ uri?: string;
2395
+ /** Gets or sets the expiry time. */
2396
+ expiryTime?: Date;
2397
+ /** Gets or sets the last invoked time. */
2398
+ lastInvokedTime?: Date;
2399
+ /** Gets or sets the parameters of the job that is created when the webhook calls the runbook it is associated with. */
2400
+ parameters?: {
2401
+ [propertyName: string]: string;
2402
+ };
2403
+ /** Gets or sets the runbook the webhook is associated with. */
2404
+ runbook?: RunbookAssociationProperty;
2405
+ /** Gets or sets the name of the hybrid worker group the webhook job will run on. */
2406
+ runOn?: string;
2407
+ /** Gets or sets the creation time. */
2408
+ creationTime?: Date;
2409
+ /** Gets or sets the last modified time. */
2410
+ lastModifiedTime?: Date;
2411
+ /** Details of the user who last modified the Webhook */
2412
+ lastModifiedBy?: string;
2413
+ /** Gets or sets the description. */
2414
+ description?: string;
2415
+ }
2416
+ /** Definition of the module type. */
2417
+ export interface Module extends TrackedResource {
2418
+ /** Gets or sets the etag of the resource. */
2419
+ etag?: string;
2420
+ /** Gets or sets the isGlobal flag of the module. */
2421
+ isGlobal?: boolean;
2422
+ /** Gets or sets the version of the module. */
2423
+ version?: string;
2424
+ /** Gets or sets the size in bytes of the module. */
2425
+ sizeInBytes?: number;
2426
+ /** Gets or sets the activity count of the module. */
2427
+ activityCount?: number;
2428
+ /** Gets or sets the provisioning state of the module. */
2429
+ provisioningState?: ModuleProvisioningState;
2430
+ /** Gets or sets the contentLink of the module. */
2431
+ contentLink?: ContentLink;
2432
+ /** Gets or sets the error info of the module. */
2433
+ error?: ModuleErrorInfo;
2434
+ /** Gets or sets the creation time. */
2435
+ creationTime?: Date;
2436
+ /** Gets or sets the last modified time. */
2437
+ lastModifiedTime?: Date;
2438
+ /** Gets or sets the description. */
2439
+ description?: string;
2440
+ /** Gets or sets type of module, if its composite or not. */
2441
+ isComposite?: boolean;
2442
+ }
2443
+ /** Definition of the automation account type. */
2444
+ export interface AutomationAccount extends TrackedResource {
2445
+ /** Gets or sets the etag of the resource. */
2446
+ etag?: string;
2447
+ /** Identity for the resource. */
2448
+ identity?: Identity;
2449
+ /**
2450
+ * Resource system metadata.
2451
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2452
+ */
2453
+ readonly systemData?: SystemData;
2454
+ /** Gets or sets the SKU of account. */
2455
+ sku?: Sku;
2456
+ /** Gets or sets the last modified by. */
2457
+ lastModifiedBy?: string;
2458
+ /**
2459
+ * Gets status of account.
2460
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2461
+ */
2462
+ readonly state?: AutomationAccountState;
2463
+ /**
2464
+ * Gets the creation time.
2465
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2466
+ */
2467
+ readonly creationTime?: Date;
2468
+ /**
2469
+ * Gets the last modified time.
2470
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2471
+ */
2472
+ readonly lastModifiedTime?: Date;
2473
+ /** Gets or sets the description. */
2474
+ description?: string;
2475
+ /** Encryption properties for the automation account */
2476
+ encryption?: EncryptionProperties;
2477
+ /** List of Automation operations supported by the Automation resource provider. */
2478
+ privateEndpointConnections?: PrivateEndpointConnection[];
2479
+ /** Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet */
2480
+ publicNetworkAccess?: boolean;
2481
+ /** Indicates whether requests using non-AAD authentication are blocked */
2482
+ disableLocalAuth?: boolean;
2483
+ /** URL of automation hybrid service which is used for hybrid worker on-boarding. */
2484
+ automationHybridServiceUrl?: string;
2485
+ }
2486
+ /** Definition of the configuration type. */
2487
+ export interface DscConfiguration extends TrackedResource {
2488
+ /** Gets or sets the etag of the resource. */
2489
+ etag?: string;
2490
+ /** Gets or sets the provisioning state of the configuration. */
2491
+ provisioningState?: "Succeeded";
2492
+ /** Gets or sets the job count of the configuration. */
2493
+ jobCount?: number;
2494
+ /** Gets or sets the configuration parameters. */
2495
+ parameters?: {
2496
+ [propertyName: string]: DscConfigurationParameter;
2497
+ };
2498
+ /** Gets or sets the source. */
2499
+ source?: ContentSource;
2500
+ /** Gets or sets the state of the configuration. */
2501
+ state?: DscConfigurationState;
2502
+ /** Gets or sets verbose log option. */
2503
+ logVerbose?: boolean;
2504
+ /** Gets or sets the creation time. */
2505
+ creationTime?: Date;
2506
+ /** Gets or sets the last modified time. */
2507
+ lastModifiedTime?: Date;
2508
+ /** Gets the number of compiled node configurations. */
2509
+ nodeConfigurationCount?: number;
2510
+ /** Gets or sets the description. */
2511
+ description?: string;
2512
+ }
2513
+ /** Definition of the runbook type. */
2514
+ export interface Runbook extends TrackedResource {
2515
+ /** Gets or sets the etag of the resource. */
2516
+ etag?: string;
2517
+ /** Gets or sets the type of the runbook. */
2518
+ runbookType?: RunbookTypeEnum;
2519
+ /** Gets or sets the published runbook content link. */
2520
+ publishContentLink?: ContentLink;
2521
+ /** Gets or sets the state of the runbook. */
2522
+ state?: RunbookState;
2523
+ /** Gets or sets verbose log option. */
2524
+ logVerbose?: boolean;
2525
+ /** Gets or sets progress log option. */
2526
+ logProgress?: boolean;
2527
+ /** Gets or sets the option to log activity trace of the runbook. */
2528
+ logActivityTrace?: number;
2529
+ /** Gets or sets the job count of the runbook. */
2530
+ jobCount?: number;
2531
+ /** Gets or sets the runbook parameters. */
2532
+ parameters?: {
2533
+ [propertyName: string]: RunbookParameter;
2534
+ };
2535
+ /** Gets or sets the runbook output types. */
2536
+ outputTypes?: string[];
2537
+ /** Gets or sets the draft runbook properties. */
2538
+ draft?: RunbookDraft;
2539
+ /** Gets or sets the provisioning state of the runbook. */
2540
+ provisioningState?: "Succeeded";
2541
+ /** Gets or sets the last modified by. */
2542
+ lastModifiedBy?: string;
2543
+ /** Gets or sets the creation time. */
2544
+ creationTime?: Date;
2545
+ /** Gets or sets the last modified time. */
2546
+ lastModifiedTime?: Date;
2547
+ /** Gets or sets the description. */
2548
+ description?: string;
2549
+ }
2550
+ /** Defines headers for RunbookDraft_replaceContent operation. */
2551
+ export interface RunbookDraftReplaceContentHeaders {
2552
+ /** URL to query for status of the operation. */
2553
+ location?: string;
2554
+ }
2555
+ /** Defines headers for Runbook_publish operation. */
2556
+ export interface RunbookPublishHeaders {
2557
+ /** URL to query for status of the operation. */
2558
+ location?: string;
2559
+ }
2560
+ /** Known values of {@link AgentRegistrationKeyName} that the service accepts. */
2561
+ export declare enum KnownAgentRegistrationKeyName {
2562
+ /** Primary */
2563
+ Primary = "primary",
2564
+ /** Secondary */
2565
+ Secondary = "secondary"
2566
+ }
2567
+ /**
2568
+ * Defines values for AgentRegistrationKeyName. \
2569
+ * {@link KnownAgentRegistrationKeyName} can be used interchangeably with AgentRegistrationKeyName,
2570
+ * this enum contains the known values that the service supports.
2571
+ * ### Known values supported by the service
2572
+ * **primary** \
2573
+ * **secondary**
2574
+ */
2575
+ export type AgentRegistrationKeyName = string;
2576
+ /** Known values of {@link ContentSourceType} that the service accepts. */
2577
+ export declare enum KnownContentSourceType {
2578
+ /** EmbeddedContent */
2579
+ EmbeddedContent = "embeddedContent",
2580
+ /** Uri */
2581
+ Uri = "uri"
2582
+ }
2583
+ /**
2584
+ * Defines values for ContentSourceType. \
2585
+ * {@link KnownContentSourceType} can be used interchangeably with ContentSourceType,
2586
+ * this enum contains the known values that the service supports.
2587
+ * ### Known values supported by the service
2588
+ * **embeddedContent** \
2589
+ * **uri**
2590
+ */
2591
+ export type ContentSourceType = string;
2592
+ /** Known values of {@link JobProvisioningState} that the service accepts. */
2593
+ export declare enum KnownJobProvisioningState {
2594
+ /** Failed */
2595
+ Failed = "Failed",
2596
+ /** Succeeded */
2597
+ Succeeded = "Succeeded",
2598
+ /** Suspended */
2599
+ Suspended = "Suspended",
2600
+ /** Processing */
2601
+ Processing = "Processing"
2602
+ }
2603
+ /**
2604
+ * Defines values for JobProvisioningState. \
2605
+ * {@link KnownJobProvisioningState} can be used interchangeably with JobProvisioningState,
2606
+ * this enum contains the known values that the service supports.
2607
+ * ### Known values supported by the service
2608
+ * **Failed** \
2609
+ * **Succeeded** \
2610
+ * **Suspended** \
2611
+ * **Processing**
2612
+ */
2613
+ export type JobProvisioningState = string;
2614
+ /** Known values of {@link JobStatus} that the service accepts. */
2615
+ export declare enum KnownJobStatus {
2616
+ /** New */
2617
+ New = "New",
2618
+ /** Activating */
2619
+ Activating = "Activating",
2620
+ /** Running */
2621
+ Running = "Running",
2622
+ /** Completed */
2623
+ Completed = "Completed",
2624
+ /** Failed */
2625
+ Failed = "Failed",
2626
+ /** Stopped */
2627
+ Stopped = "Stopped",
2628
+ /** Blocked */
2629
+ Blocked = "Blocked",
2630
+ /** Suspended */
2631
+ Suspended = "Suspended",
2632
+ /** Disconnected */
2633
+ Disconnected = "Disconnected",
2634
+ /** Suspending */
2635
+ Suspending = "Suspending",
2636
+ /** Stopping */
2637
+ Stopping = "Stopping",
2638
+ /** Resuming */
2639
+ Resuming = "Resuming",
2640
+ /** Removing */
2641
+ Removing = "Removing"
2642
+ }
2643
+ /**
2644
+ * Defines values for JobStatus. \
2645
+ * {@link KnownJobStatus} can be used interchangeably with JobStatus,
2646
+ * this enum contains the known values that the service supports.
2647
+ * ### Known values supported by the service
2648
+ * **New** \
2649
+ * **Activating** \
2650
+ * **Running** \
2651
+ * **Completed** \
2652
+ * **Failed** \
2653
+ * **Stopped** \
2654
+ * **Blocked** \
2655
+ * **Suspended** \
2656
+ * **Disconnected** \
2657
+ * **Suspending** \
2658
+ * **Stopping** \
2659
+ * **Resuming** \
2660
+ * **Removing**
2661
+ */
2662
+ export type JobStatus = string;
2663
+ /** Known values of {@link JobStreamType} that the service accepts. */
2664
+ export declare enum KnownJobStreamType {
2665
+ /** Progress */
2666
+ Progress = "Progress",
2667
+ /** Output */
2668
+ Output = "Output",
2669
+ /** Warning */
2670
+ Warning = "Warning",
2671
+ /** Error */
2672
+ Error = "Error",
2673
+ /** Debug */
2674
+ Debug = "Debug",
2675
+ /** Verbose */
2676
+ Verbose = "Verbose",
2677
+ /** Any */
2678
+ Any = "Any"
2679
+ }
2680
+ /**
2681
+ * Defines values for JobStreamType. \
2682
+ * {@link KnownJobStreamType} can be used interchangeably with JobStreamType,
2683
+ * this enum contains the known values that the service supports.
2684
+ * ### Known values supported by the service
2685
+ * **Progress** \
2686
+ * **Output** \
2687
+ * **Warning** \
2688
+ * **Error** \
2689
+ * **Debug** \
2690
+ * **Verbose** \
2691
+ * **Any**
2692
+ */
2693
+ export type JobStreamType = string;
2694
+ /** Known values of {@link CountType} that the service accepts. */
2695
+ export declare enum KnownCountType {
2696
+ /** Status */
2697
+ Status = "status",
2698
+ /** Nodeconfiguration */
2699
+ Nodeconfiguration = "nodeconfiguration"
2700
+ }
2701
+ /**
2702
+ * Defines values for CountType. \
2703
+ * {@link KnownCountType} can be used interchangeably with CountType,
2704
+ * this enum contains the known values that the service supports.
2705
+ * ### Known values supported by the service
2706
+ * **status** \
2707
+ * **nodeconfiguration**
2708
+ */
2709
+ export type CountType = string;
2710
+ /** Known values of {@link SourceType} that the service accepts. */
2711
+ export declare enum KnownSourceType {
2712
+ /** VsoGit */
2713
+ VsoGit = "VsoGit",
2714
+ /** VsoTfvc */
2715
+ VsoTfvc = "VsoTfvc",
2716
+ /** GitHub */
2717
+ GitHub = "GitHub"
2718
+ }
2719
+ /**
2720
+ * Defines values for SourceType. \
2721
+ * {@link KnownSourceType} can be used interchangeably with SourceType,
2722
+ * this enum contains the known values that the service supports.
2723
+ * ### Known values supported by the service
2724
+ * **VsoGit** \
2725
+ * **VsoTfvc** \
2726
+ * **GitHub**
2727
+ */
2728
+ export type SourceType = string;
2729
+ /** Known values of {@link TokenType} that the service accepts. */
2730
+ export declare enum KnownTokenType {
2731
+ /** PersonalAccessToken */
2732
+ PersonalAccessToken = "PersonalAccessToken",
2733
+ /** Oauth */
2734
+ Oauth = "Oauth"
2735
+ }
2736
+ /**
2737
+ * Defines values for TokenType. \
2738
+ * {@link KnownTokenType} can be used interchangeably with TokenType,
2739
+ * this enum contains the known values that the service supports.
2740
+ * ### Known values supported by the service
2741
+ * **PersonalAccessToken** \
2742
+ * **Oauth**
2743
+ */
2744
+ export type TokenType = string;
2745
+ /** Known values of {@link ProvisioningState} that the service accepts. */
2746
+ export declare enum KnownProvisioningState {
2747
+ /** Completed */
2748
+ Completed = "Completed",
2749
+ /** Failed */
2750
+ Failed = "Failed",
2751
+ /** Running */
2752
+ Running = "Running"
2753
+ }
2754
+ /**
2755
+ * Defines values for ProvisioningState. \
2756
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
2757
+ * this enum contains the known values that the service supports.
2758
+ * ### Known values supported by the service
2759
+ * **Completed** \
2760
+ * **Failed** \
2761
+ * **Running**
2762
+ */
2763
+ export type ProvisioningState = string;
2764
+ /** Known values of {@link SyncType} that the service accepts. */
2765
+ export declare enum KnownSyncType {
2766
+ /** PartialSync */
2767
+ PartialSync = "PartialSync",
2768
+ /** FullSync */
2769
+ FullSync = "FullSync"
2770
+ }
2771
+ /**
2772
+ * Defines values for SyncType. \
2773
+ * {@link KnownSyncType} can be used interchangeably with SyncType,
2774
+ * this enum contains the known values that the service supports.
2775
+ * ### Known values supported by the service
2776
+ * **PartialSync** \
2777
+ * **FullSync**
2778
+ */
2779
+ export type SyncType = string;
2780
+ /** Known values of {@link StreamType} that the service accepts. */
2781
+ export declare enum KnownStreamType {
2782
+ /** Error */
2783
+ Error = "Error",
2784
+ /** Output */
2785
+ Output = "Output"
2786
+ }
2787
+ /**
2788
+ * Defines values for StreamType. \
2789
+ * {@link KnownStreamType} can be used interchangeably with StreamType,
2790
+ * this enum contains the known values that the service supports.
2791
+ * ### Known values supported by the service
2792
+ * **Error** \
2793
+ * **Output**
2794
+ */
2795
+ export type StreamType = string;
2796
+ /** Known values of {@link SkuNameEnum} that the service accepts. */
2797
+ export declare enum KnownSkuNameEnum {
2798
+ /** Free */
2799
+ Free = "Free",
2800
+ /** Basic */
2801
+ Basic = "Basic"
2802
+ }
2803
+ /**
2804
+ * Defines values for SkuNameEnum. \
2805
+ * {@link KnownSkuNameEnum} can be used interchangeably with SkuNameEnum,
2806
+ * this enum contains the known values that the service supports.
2807
+ * ### Known values supported by the service
2808
+ * **Free** \
2809
+ * **Basic**
2810
+ */
2811
+ export type SkuNameEnum = string;
2812
+ /** Known values of {@link AutomationAccountState} that the service accepts. */
2813
+ export declare enum KnownAutomationAccountState {
2814
+ /** Ok */
2815
+ Ok = "Ok",
2816
+ /** Unavailable */
2817
+ Unavailable = "Unavailable",
2818
+ /** Suspended */
2819
+ Suspended = "Suspended"
2820
+ }
2821
+ /**
2822
+ * Defines values for AutomationAccountState. \
2823
+ * {@link KnownAutomationAccountState} can be used interchangeably with AutomationAccountState,
2824
+ * this enum contains the known values that the service supports.
2825
+ * ### Known values supported by the service
2826
+ * **Ok** \
2827
+ * **Unavailable** \
2828
+ * **Suspended**
2829
+ */
2830
+ export type AutomationAccountState = string;
2831
+ /** Known values of {@link CreatedByType} that the service accepts. */
2832
+ export declare enum KnownCreatedByType {
2833
+ /** User */
2834
+ User = "User",
2835
+ /** Application */
2836
+ Application = "Application",
2837
+ /** ManagedIdentity */
2838
+ ManagedIdentity = "ManagedIdentity",
2839
+ /** Key */
2840
+ Key = "Key"
2841
+ }
2842
+ /**
2843
+ * Defines values for CreatedByType. \
2844
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
2845
+ * this enum contains the known values that the service supports.
2846
+ * ### Known values supported by the service
2847
+ * **User** \
2848
+ * **Application** \
2849
+ * **ManagedIdentity** \
2850
+ * **Key**
2851
+ */
2852
+ export type CreatedByType = string;
2853
+ /** Known values of {@link AutomationKeyName} that the service accepts. */
2854
+ export declare enum KnownAutomationKeyName {
2855
+ /** Primary */
2856
+ Primary = "Primary",
2857
+ /** Secondary */
2858
+ Secondary = "Secondary"
2859
+ }
2860
+ /**
2861
+ * Defines values for AutomationKeyName. \
2862
+ * {@link KnownAutomationKeyName} can be used interchangeably with AutomationKeyName,
2863
+ * this enum contains the known values that the service supports.
2864
+ * ### Known values supported by the service
2865
+ * **Primary** \
2866
+ * **Secondary**
2867
+ */
2868
+ export type AutomationKeyName = string;
2869
+ /** Known values of {@link AutomationKeyPermissions} that the service accepts. */
2870
+ export declare enum KnownAutomationKeyPermissions {
2871
+ /** Read */
2872
+ Read = "Read",
2873
+ /** Full */
2874
+ Full = "Full"
2875
+ }
2876
+ /**
2877
+ * Defines values for AutomationKeyPermissions. \
2878
+ * {@link KnownAutomationKeyPermissions} can be used interchangeably with AutomationKeyPermissions,
2879
+ * this enum contains the known values that the service supports.
2880
+ * ### Known values supported by the service
2881
+ * **Read** \
2882
+ * **Full**
2883
+ */
2884
+ export type AutomationKeyPermissions = string;
2885
+ /** Known values of {@link ScheduleFrequency} that the service accepts. */
2886
+ export declare enum KnownScheduleFrequency {
2887
+ /** OneTime */
2888
+ OneTime = "OneTime",
2889
+ /** Day */
2890
+ Day = "Day",
2891
+ /** Hour */
2892
+ Hour = "Hour",
2893
+ /** Week */
2894
+ Week = "Week",
2895
+ /** Month */
2896
+ Month = "Month",
2897
+ /** The minimum allowed interval for Minute schedules is 15 minutes. */
2898
+ Minute = "Minute"
2899
+ }
2900
+ /**
2901
+ * Defines values for ScheduleFrequency. \
2902
+ * {@link KnownScheduleFrequency} can be used interchangeably with ScheduleFrequency,
2903
+ * this enum contains the known values that the service supports.
2904
+ * ### Known values supported by the service
2905
+ * **OneTime** \
2906
+ * **Day** \
2907
+ * **Hour** \
2908
+ * **Week** \
2909
+ * **Month** \
2910
+ * **Minute**: The minimum allowed interval for Minute schedules is 15 minutes.
2911
+ */
2912
+ export type ScheduleFrequency = string;
2913
+ /** Known values of {@link ScheduleDay} that the service accepts. */
2914
+ export declare enum KnownScheduleDay {
2915
+ /** Monday */
2916
+ Monday = "Monday",
2917
+ /** Tuesday */
2918
+ Tuesday = "Tuesday",
2919
+ /** Wednesday */
2920
+ Wednesday = "Wednesday",
2921
+ /** Thursday */
2922
+ Thursday = "Thursday",
2923
+ /** Friday */
2924
+ Friday = "Friday",
2925
+ /** Saturday */
2926
+ Saturday = "Saturday",
2927
+ /** Sunday */
2928
+ Sunday = "Sunday"
2929
+ }
2930
+ /**
2931
+ * Defines values for ScheduleDay. \
2932
+ * {@link KnownScheduleDay} can be used interchangeably with ScheduleDay,
2933
+ * this enum contains the known values that the service supports.
2934
+ * ### Known values supported by the service
2935
+ * **Monday** \
2936
+ * **Tuesday** \
2937
+ * **Wednesday** \
2938
+ * **Thursday** \
2939
+ * **Friday** \
2940
+ * **Saturday** \
2941
+ * **Sunday**
2942
+ */
2943
+ export type ScheduleDay = string;
2944
+ /** Known values of {@link DscConfigurationState} that the service accepts. */
2945
+ export declare enum KnownDscConfigurationState {
2946
+ /** New */
2947
+ New = "New",
2948
+ /** Edit */
2949
+ Edit = "Edit",
2950
+ /** Published */
2951
+ Published = "Published"
2952
+ }
2953
+ /**
2954
+ * Defines values for DscConfigurationState. \
2955
+ * {@link KnownDscConfigurationState} can be used interchangeably with DscConfigurationState,
2956
+ * this enum contains the known values that the service supports.
2957
+ * ### Known values supported by the service
2958
+ * **New** \
2959
+ * **Edit** \
2960
+ * **Published**
2961
+ */
2962
+ export type DscConfigurationState = string;
2963
+ /** Known values of {@link GraphRunbookType} that the service accepts. */
2964
+ export declare enum KnownGraphRunbookType {
2965
+ /** GraphPowerShell */
2966
+ GraphPowerShell = "GraphPowerShell",
2967
+ /** GraphPowerShellWorkflow */
2968
+ GraphPowerShellWorkflow = "GraphPowerShellWorkflow"
2969
+ }
2970
+ /**
2971
+ * Defines values for GraphRunbookType. \
2972
+ * {@link KnownGraphRunbookType} can be used interchangeably with GraphRunbookType,
2973
+ * this enum contains the known values that the service supports.
2974
+ * ### Known values supported by the service
2975
+ * **GraphPowerShell** \
2976
+ * **GraphPowerShellWorkflow**
2977
+ */
2978
+ export type GraphRunbookType = string;
2979
+ /** Known values of {@link WindowsUpdateClasses} that the service accepts. */
2980
+ export declare enum KnownWindowsUpdateClasses {
2981
+ /** Unclassified */
2982
+ Unclassified = "Unclassified",
2983
+ /** Critical */
2984
+ Critical = "Critical",
2985
+ /** Security */
2986
+ Security = "Security",
2987
+ /** UpdateRollup */
2988
+ UpdateRollup = "UpdateRollup",
2989
+ /** FeaturePack */
2990
+ FeaturePack = "FeaturePack",
2991
+ /** ServicePack */
2992
+ ServicePack = "ServicePack",
2993
+ /** Definition */
2994
+ Definition = "Definition",
2995
+ /** Tools */
2996
+ Tools = "Tools",
2997
+ /** Updates */
2998
+ Updates = "Updates"
2999
+ }
3000
+ /**
3001
+ * Defines values for WindowsUpdateClasses. \
3002
+ * {@link KnownWindowsUpdateClasses} can be used interchangeably with WindowsUpdateClasses,
3003
+ * this enum contains the known values that the service supports.
3004
+ * ### Known values supported by the service
3005
+ * **Unclassified** \
3006
+ * **Critical** \
3007
+ * **Security** \
3008
+ * **UpdateRollup** \
3009
+ * **FeaturePack** \
3010
+ * **ServicePack** \
3011
+ * **Definition** \
3012
+ * **Tools** \
3013
+ * **Updates**
3014
+ */
3015
+ export type WindowsUpdateClasses = string;
3016
+ /** Known values of {@link LinuxUpdateClasses} that the service accepts. */
3017
+ export declare enum KnownLinuxUpdateClasses {
3018
+ /** Unclassified */
3019
+ Unclassified = "Unclassified",
3020
+ /** Critical */
3021
+ Critical = "Critical",
3022
+ /** Security */
3023
+ Security = "Security",
3024
+ /** Other */
3025
+ Other = "Other"
3026
+ }
3027
+ /**
3028
+ * Defines values for LinuxUpdateClasses. \
3029
+ * {@link KnownLinuxUpdateClasses} can be used interchangeably with LinuxUpdateClasses,
3030
+ * this enum contains the known values that the service supports.
3031
+ * ### Known values supported by the service
3032
+ * **Unclassified** \
3033
+ * **Critical** \
3034
+ * **Security** \
3035
+ * **Other**
3036
+ */
3037
+ export type LinuxUpdateClasses = string;
3038
+ /** Known values of {@link HttpStatusCode} that the service accepts. */
3039
+ export declare enum KnownHttpStatusCode {
3040
+ /** Continue */
3041
+ Continue = "Continue",
3042
+ /** SwitchingProtocols */
3043
+ SwitchingProtocols = "SwitchingProtocols",
3044
+ /** OK */
3045
+ OK = "OK",
3046
+ /** Created */
3047
+ Created = "Created",
3048
+ /** Accepted */
3049
+ Accepted = "Accepted",
3050
+ /** NonAuthoritativeInformation */
3051
+ NonAuthoritativeInformation = "NonAuthoritativeInformation",
3052
+ /** NoContent */
3053
+ NoContent = "NoContent",
3054
+ /** ResetContent */
3055
+ ResetContent = "ResetContent",
3056
+ /** PartialContent */
3057
+ PartialContent = "PartialContent",
3058
+ /** MultipleChoices */
3059
+ MultipleChoices = "MultipleChoices",
3060
+ /** Ambiguous */
3061
+ Ambiguous = "Ambiguous",
3062
+ /** MovedPermanently */
3063
+ MovedPermanently = "MovedPermanently",
3064
+ /** Moved */
3065
+ Moved = "Moved",
3066
+ /** Found */
3067
+ Found = "Found",
3068
+ /** Redirect */
3069
+ Redirect = "Redirect",
3070
+ /** SeeOther */
3071
+ SeeOther = "SeeOther",
3072
+ /** RedirectMethod */
3073
+ RedirectMethod = "RedirectMethod",
3074
+ /** NotModified */
3075
+ NotModified = "NotModified",
3076
+ /** UseProxy */
3077
+ UseProxy = "UseProxy",
3078
+ /** Unused */
3079
+ Unused = "Unused",
3080
+ /** TemporaryRedirect */
3081
+ TemporaryRedirect = "TemporaryRedirect",
3082
+ /** RedirectKeepVerb */
3083
+ RedirectKeepVerb = "RedirectKeepVerb",
3084
+ /** BadRequest */
3085
+ BadRequest = "BadRequest",
3086
+ /** Unauthorized */
3087
+ Unauthorized = "Unauthorized",
3088
+ /** PaymentRequired */
3089
+ PaymentRequired = "PaymentRequired",
3090
+ /** Forbidden */
3091
+ Forbidden = "Forbidden",
3092
+ /** NotFound */
3093
+ NotFound = "NotFound",
3094
+ /** MethodNotAllowed */
3095
+ MethodNotAllowed = "MethodNotAllowed",
3096
+ /** NotAcceptable */
3097
+ NotAcceptable = "NotAcceptable",
3098
+ /** ProxyAuthenticationRequired */
3099
+ ProxyAuthenticationRequired = "ProxyAuthenticationRequired",
3100
+ /** RequestTimeout */
3101
+ RequestTimeout = "RequestTimeout",
3102
+ /** Conflict */
3103
+ Conflict = "Conflict",
3104
+ /** Gone */
3105
+ Gone = "Gone",
3106
+ /** LengthRequired */
3107
+ LengthRequired = "LengthRequired",
3108
+ /** PreconditionFailed */
3109
+ PreconditionFailed = "PreconditionFailed",
3110
+ /** RequestEntityTooLarge */
3111
+ RequestEntityTooLarge = "RequestEntityTooLarge",
3112
+ /** RequestUriTooLong */
3113
+ RequestUriTooLong = "RequestUriTooLong",
3114
+ /** UnsupportedMediaType */
3115
+ UnsupportedMediaType = "UnsupportedMediaType",
3116
+ /** RequestedRangeNotSatisfiable */
3117
+ RequestedRangeNotSatisfiable = "RequestedRangeNotSatisfiable",
3118
+ /** ExpectationFailed */
3119
+ ExpectationFailed = "ExpectationFailed",
3120
+ /** UpgradeRequired */
3121
+ UpgradeRequired = "UpgradeRequired",
3122
+ /** InternalServerError */
3123
+ InternalServerError = "InternalServerError",
3124
+ /** NotImplemented */
3125
+ NotImplemented = "NotImplemented",
3126
+ /** BadGateway */
3127
+ BadGateway = "BadGateway",
3128
+ /** ServiceUnavailable */
3129
+ ServiceUnavailable = "ServiceUnavailable",
3130
+ /** GatewayTimeout */
3131
+ GatewayTimeout = "GatewayTimeout",
3132
+ /** HttpVersionNotSupported */
3133
+ HttpVersionNotSupported = "HttpVersionNotSupported"
3134
+ }
3135
+ /**
3136
+ * Defines values for HttpStatusCode. \
3137
+ * {@link KnownHttpStatusCode} can be used interchangeably with HttpStatusCode,
3138
+ * this enum contains the known values that the service supports.
3139
+ * ### Known values supported by the service
3140
+ * **Continue** \
3141
+ * **SwitchingProtocols** \
3142
+ * **OK** \
3143
+ * **Created** \
3144
+ * **Accepted** \
3145
+ * **NonAuthoritativeInformation** \
3146
+ * **NoContent** \
3147
+ * **ResetContent** \
3148
+ * **PartialContent** \
3149
+ * **MultipleChoices** \
3150
+ * **Ambiguous** \
3151
+ * **MovedPermanently** \
3152
+ * **Moved** \
3153
+ * **Found** \
3154
+ * **Redirect** \
3155
+ * **SeeOther** \
3156
+ * **RedirectMethod** \
3157
+ * **NotModified** \
3158
+ * **UseProxy** \
3159
+ * **Unused** \
3160
+ * **TemporaryRedirect** \
3161
+ * **RedirectKeepVerb** \
3162
+ * **BadRequest** \
3163
+ * **Unauthorized** \
3164
+ * **PaymentRequired** \
3165
+ * **Forbidden** \
3166
+ * **NotFound** \
3167
+ * **MethodNotAllowed** \
3168
+ * **NotAcceptable** \
3169
+ * **ProxyAuthenticationRequired** \
3170
+ * **RequestTimeout** \
3171
+ * **Conflict** \
3172
+ * **Gone** \
3173
+ * **LengthRequired** \
3174
+ * **PreconditionFailed** \
3175
+ * **RequestEntityTooLarge** \
3176
+ * **RequestUriTooLong** \
3177
+ * **UnsupportedMediaType** \
3178
+ * **RequestedRangeNotSatisfiable** \
3179
+ * **ExpectationFailed** \
3180
+ * **UpgradeRequired** \
3181
+ * **InternalServerError** \
3182
+ * **NotImplemented** \
3183
+ * **BadGateway** \
3184
+ * **ServiceUnavailable** \
3185
+ * **GatewayTimeout** \
3186
+ * **HttpVersionNotSupported**
3187
+ */
3188
+ export type HttpStatusCode = string;
3189
+ /** Known values of {@link RunbookTypeEnum} that the service accepts. */
3190
+ export declare enum KnownRunbookTypeEnum {
3191
+ /** Script */
3192
+ Script = "Script",
3193
+ /** Graph */
3194
+ Graph = "Graph",
3195
+ /** PowerShellWorkflow */
3196
+ PowerShellWorkflow = "PowerShellWorkflow",
3197
+ /** PowerShell */
3198
+ PowerShell = "PowerShell",
3199
+ /** GraphPowerShellWorkflow */
3200
+ GraphPowerShellWorkflow = "GraphPowerShellWorkflow",
3201
+ /** GraphPowerShell */
3202
+ GraphPowerShell = "GraphPowerShell",
3203
+ /** Python2 */
3204
+ Python2 = "Python2",
3205
+ /** Python3 */
3206
+ Python3 = "Python3"
3207
+ }
3208
+ /**
3209
+ * Defines values for RunbookTypeEnum. \
3210
+ * {@link KnownRunbookTypeEnum} can be used interchangeably with RunbookTypeEnum,
3211
+ * this enum contains the known values that the service supports.
3212
+ * ### Known values supported by the service
3213
+ * **Script** \
3214
+ * **Graph** \
3215
+ * **PowerShellWorkflow** \
3216
+ * **PowerShell** \
3217
+ * **GraphPowerShellWorkflow** \
3218
+ * **GraphPowerShell** \
3219
+ * **Python2** \
3220
+ * **Python3**
3221
+ */
3222
+ export type RunbookTypeEnum = string;
3223
+ /** Known values of {@link RunbookState} that the service accepts. */
3224
+ export declare enum KnownRunbookState {
3225
+ /** New */
3226
+ New = "New",
3227
+ /** Edit */
3228
+ Edit = "Edit",
3229
+ /** Published */
3230
+ Published = "Published"
3231
+ }
3232
+ /**
3233
+ * Defines values for RunbookState. \
3234
+ * {@link KnownRunbookState} can be used interchangeably with RunbookState,
3235
+ * this enum contains the known values that the service supports.
3236
+ * ### Known values supported by the service
3237
+ * **New** \
3238
+ * **Edit** \
3239
+ * **Published**
3240
+ */
3241
+ export type RunbookState = string;
3242
+ /** Known values of {@link WorkerType} that the service accepts. */
3243
+ export declare enum KnownWorkerType {
3244
+ /** HybridV1 */
3245
+ HybridV1 = "HybridV1",
3246
+ /** HybridV2 */
3247
+ HybridV2 = "HybridV2"
3248
+ }
3249
+ /**
3250
+ * Defines values for WorkerType. \
3251
+ * {@link KnownWorkerType} can be used interchangeably with WorkerType,
3252
+ * this enum contains the known values that the service supports.
3253
+ * ### Known values supported by the service
3254
+ * **HybridV1** \
3255
+ * **HybridV2**
3256
+ */
3257
+ export type WorkerType = string;
3258
+ /** Known values of {@link GroupTypeEnum} that the service accepts. */
3259
+ export declare enum KnownGroupTypeEnum {
3260
+ /** User */
3261
+ User = "User",
3262
+ /** System */
3263
+ System = "System"
3264
+ }
3265
+ /**
3266
+ * Defines values for GroupTypeEnum. \
3267
+ * {@link KnownGroupTypeEnum} can be used interchangeably with GroupTypeEnum,
3268
+ * this enum contains the known values that the service supports.
3269
+ * ### Known values supported by the service
3270
+ * **User** \
3271
+ * **System**
3272
+ */
3273
+ export type GroupTypeEnum = string;
3274
+ /** Defines values for ModuleProvisioningState. */
3275
+ export type ModuleProvisioningState = "Created" | "Creating" | "StartingImportModuleRunbook" | "RunningImportModuleRunbook" | "ContentRetrieved" | "ContentDownloaded" | "ContentValidated" | "ConnectionTypeImported" | "ContentStored" | "ModuleDataStored" | "ActivitiesStored" | "ModuleImportRunbookComplete" | "Succeeded" | "Failed" | "Cancelled" | "Updating";
3276
+ /** Defines values for EncryptionKeySourceType. */
3277
+ export type EncryptionKeySourceType = "Microsoft.Automation" | "Microsoft.Keyvault";
3278
+ /** Defines values for ResourceIdentityType. */
3279
+ export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
3280
+ /** Defines values for OperatingSystemType. */
3281
+ export type OperatingSystemType = "Windows" | "Linux";
3282
+ /** Defines values for TagOperators. */
3283
+ export type TagOperators = "All" | "Any";
3284
+ /** Optional parameters. */
3285
+ export interface PrivateEndpointConnectionsListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
3286
+ }
3287
+ /** Contains response data for the listByAutomationAccount operation. */
3288
+ export type PrivateEndpointConnectionsListByAutomationAccountResponse = PrivateEndpointConnectionListResult;
3289
+ /** Optional parameters. */
3290
+ export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
3291
+ }
3292
+ /** Contains response data for the get operation. */
3293
+ export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
3294
+ /** Optional parameters. */
3295
+ export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3296
+ /** Delay to wait until next poll, in milliseconds. */
3297
+ updateIntervalInMs?: number;
3298
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3299
+ resumeFrom?: string;
3300
+ }
3301
+ /** Contains response data for the createOrUpdate operation. */
3302
+ export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
3303
+ /** Optional parameters. */
3304
+ export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
3305
+ /** Delay to wait until next poll, in milliseconds. */
3306
+ updateIntervalInMs?: number;
3307
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3308
+ resumeFrom?: string;
3309
+ }
3310
+ /** Optional parameters. */
3311
+ export interface PrivateLinkResourcesAutomationOptionalParams extends coreClient.OperationOptions {
3312
+ }
3313
+ /** Contains response data for the automation operation. */
3314
+ export type PrivateLinkResourcesAutomationResponse = PrivateLinkResourceListResult;
3315
+ /** Optional parameters. */
3316
+ export interface Python2PackageDeleteOptionalParams extends coreClient.OperationOptions {
3317
+ }
3318
+ /** Optional parameters. */
3319
+ export interface Python2PackageGetOptionalParams extends coreClient.OperationOptions {
3320
+ }
3321
+ /** Contains response data for the get operation. */
3322
+ export type Python2PackageGetResponse = Module;
3323
+ /** Optional parameters. */
3324
+ export interface Python2PackageCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3325
+ }
3326
+ /** Contains response data for the createOrUpdate operation. */
3327
+ export type Python2PackageCreateOrUpdateResponse = Module;
3328
+ /** Optional parameters. */
3329
+ export interface Python2PackageUpdateOptionalParams extends coreClient.OperationOptions {
3330
+ }
3331
+ /** Contains response data for the update operation. */
3332
+ export type Python2PackageUpdateResponse = Module;
3333
+ /** Optional parameters. */
3334
+ export interface Python2PackageListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
3335
+ }
3336
+ /** Contains response data for the listByAutomationAccount operation. */
3337
+ export type Python2PackageListByAutomationAccountResponse = ModuleListResult;
3338
+ /** Optional parameters. */
3339
+ export interface Python2PackageListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
3340
+ }
3341
+ /** Contains response data for the listByAutomationAccountNext operation. */
3342
+ export type Python2PackageListByAutomationAccountNextResponse = ModuleListResult;
3343
+ /** Optional parameters. */
3344
+ export interface AgentRegistrationInformationGetOptionalParams extends coreClient.OperationOptions {
3345
+ }
3346
+ /** Contains response data for the get operation. */
3347
+ export type AgentRegistrationInformationGetResponse = AgentRegistration;
3348
+ /** Optional parameters. */
3349
+ export interface AgentRegistrationInformationRegenerateKeyOptionalParams extends coreClient.OperationOptions {
3350
+ }
3351
+ /** Contains response data for the regenerateKey operation. */
3352
+ export type AgentRegistrationInformationRegenerateKeyResponse = AgentRegistration;
3353
+ /** Optional parameters. */
3354
+ export interface DscNodeDeleteOptionalParams extends coreClient.OperationOptions {
3355
+ }
3356
+ /** Optional parameters. */
3357
+ export interface DscNodeGetOptionalParams extends coreClient.OperationOptions {
3358
+ }
3359
+ /** Contains response data for the get operation. */
3360
+ export type DscNodeGetResponse = DscNode;
3361
+ /** Optional parameters. */
3362
+ export interface DscNodeUpdateOptionalParams extends coreClient.OperationOptions {
3363
+ }
3364
+ /** Contains response data for the update operation. */
3365
+ export type DscNodeUpdateResponse = DscNode;
3366
+ /** Optional parameters. */
3367
+ export interface DscNodeListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
3368
+ /** The filter to apply on the operation. */
3369
+ filter?: string;
3370
+ /** The number of rows to skip. */
3371
+ skip?: number;
3372
+ /** The number of rows to take. */
3373
+ top?: number;
3374
+ /** Return total rows. */
3375
+ inlinecount?: string;
3376
+ }
3377
+ /** Contains response data for the listByAutomationAccount operation. */
3378
+ export type DscNodeListByAutomationAccountResponse = DscNodeListResult;
3379
+ /** Optional parameters. */
3380
+ export interface DscNodeListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
3381
+ }
3382
+ /** Contains response data for the listByAutomationAccountNext operation. */
3383
+ export type DscNodeListByAutomationAccountNextResponse = DscNodeListResult;
3384
+ /** Optional parameters. */
3385
+ export interface NodeReportsListByNodeOptionalParams extends coreClient.OperationOptions {
3386
+ /** The filter to apply on the operation. */
3387
+ filter?: string;
3388
+ }
3389
+ /** Contains response data for the listByNode operation. */
3390
+ export type NodeReportsListByNodeResponse = DscNodeReportListResult;
3391
+ /** Optional parameters. */
3392
+ export interface NodeReportsGetOptionalParams extends coreClient.OperationOptions {
3393
+ }
3394
+ /** Contains response data for the get operation. */
3395
+ export type NodeReportsGetResponse = DscNodeReport;
3396
+ /** Optional parameters. */
3397
+ export interface NodeReportsGetContentOptionalParams extends coreClient.OperationOptions {
3398
+ }
3399
+ /** Contains response data for the getContent operation. */
3400
+ export type NodeReportsGetContentResponse = Record<string, unknown>;
3401
+ /** Optional parameters. */
3402
+ export interface NodeReportsListByNodeNextOptionalParams extends coreClient.OperationOptions {
3403
+ }
3404
+ /** Contains response data for the listByNodeNext operation. */
3405
+ export type NodeReportsListByNodeNextResponse = DscNodeReportListResult;
3406
+ /** Optional parameters. */
3407
+ export interface DscNodeConfigurationDeleteOptionalParams extends coreClient.OperationOptions {
3408
+ }
3409
+ /** Optional parameters. */
3410
+ export interface DscNodeConfigurationGetOptionalParams extends coreClient.OperationOptions {
3411
+ }
3412
+ /** Contains response data for the get operation. */
3413
+ export type DscNodeConfigurationGetResponse = DscNodeConfiguration;
3414
+ /** Optional parameters. */
3415
+ export interface DscNodeConfigurationCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3416
+ /** Delay to wait until next poll, in milliseconds. */
3417
+ updateIntervalInMs?: number;
3418
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3419
+ resumeFrom?: string;
3420
+ }
3421
+ /** Optional parameters. */
3422
+ export interface DscNodeConfigurationListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
3423
+ /** The filter to apply on the operation. */
3424
+ filter?: string;
3425
+ /** The number of rows to skip. */
3426
+ skip?: number;
3427
+ /** The number of rows to take. */
3428
+ top?: number;
3429
+ /** Return total rows. */
3430
+ inlinecount?: string;
3431
+ }
3432
+ /** Contains response data for the listByAutomationAccount operation. */
3433
+ export type DscNodeConfigurationListByAutomationAccountResponse = DscNodeConfigurationListResult;
3434
+ /** Optional parameters. */
3435
+ export interface DscNodeConfigurationListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
3436
+ }
3437
+ /** Contains response data for the listByAutomationAccountNext operation. */
3438
+ export type DscNodeConfigurationListByAutomationAccountNextResponse = DscNodeConfigurationListResult;
3439
+ /** Optional parameters. */
3440
+ export interface DscCompilationJobCreateOptionalParams extends coreClient.OperationOptions {
3441
+ /** Delay to wait until next poll, in milliseconds. */
3442
+ updateIntervalInMs?: number;
3443
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3444
+ resumeFrom?: string;
3445
+ }
3446
+ /** Contains response data for the create operation. */
3447
+ export type DscCompilationJobCreateResponse = DscCompilationJob;
3448
+ /** Optional parameters. */
3449
+ export interface DscCompilationJobGetOptionalParams extends coreClient.OperationOptions {
3450
+ }
3451
+ /** Contains response data for the get operation. */
3452
+ export type DscCompilationJobGetResponse = DscCompilationJob;
3453
+ /** Optional parameters. */
3454
+ export interface DscCompilationJobListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
3455
+ /** The filter to apply on the operation. */
3456
+ filter?: string;
3457
+ }
3458
+ /** Contains response data for the listByAutomationAccount operation. */
3459
+ export type DscCompilationJobListByAutomationAccountResponse = DscCompilationJobListResult;
3460
+ /** Optional parameters. */
3461
+ export interface DscCompilationJobGetStreamOptionalParams extends coreClient.OperationOptions {
3462
+ }
3463
+ /** Contains response data for the getStream operation. */
3464
+ export type DscCompilationJobGetStreamResponse = JobStream;
3465
+ /** Optional parameters. */
3466
+ export interface DscCompilationJobListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
3467
+ }
3468
+ /** Contains response data for the listByAutomationAccountNext operation. */
3469
+ export type DscCompilationJobListByAutomationAccountNextResponse = DscCompilationJobListResult;
3470
+ /** Optional parameters. */
3471
+ export interface DscCompilationJobStreamListByJobOptionalParams extends coreClient.OperationOptions {
3472
+ }
3473
+ /** Contains response data for the listByJob operation. */
3474
+ export type DscCompilationJobStreamListByJobResponse = JobStreamListResult;
3475
+ /** Optional parameters. */
3476
+ export interface NodeCountInformationGetOptionalParams extends coreClient.OperationOptions {
3477
+ }
3478
+ /** Contains response data for the get operation. */
3479
+ export type NodeCountInformationGetResponse = NodeCounts;
3480
+ /** Optional parameters. */
3481
+ export interface SourceControlCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3482
+ }
3483
+ /** Contains response data for the createOrUpdate operation. */
3484
+ export type SourceControlCreateOrUpdateResponse = SourceControl;
3485
+ /** Optional parameters. */
3486
+ export interface SourceControlUpdateOptionalParams extends coreClient.OperationOptions {
3487
+ }
3488
+ /** Contains response data for the update operation. */
3489
+ export type SourceControlUpdateResponse = SourceControl;
3490
+ /** Optional parameters. */
3491
+ export interface SourceControlDeleteOptionalParams extends coreClient.OperationOptions {
3492
+ }
3493
+ /** Optional parameters. */
3494
+ export interface SourceControlGetOptionalParams extends coreClient.OperationOptions {
3495
+ }
3496
+ /** Contains response data for the get operation. */
3497
+ export type SourceControlGetResponse = SourceControl;
3498
+ /** Optional parameters. */
3499
+ export interface SourceControlListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
3500
+ /** The filter to apply on the operation. */
3501
+ filter?: string;
3502
+ }
3503
+ /** Contains response data for the listByAutomationAccount operation. */
3504
+ export type SourceControlListByAutomationAccountResponse = SourceControlListResult;
3505
+ /** Optional parameters. */
3506
+ export interface SourceControlListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
3507
+ }
3508
+ /** Contains response data for the listByAutomationAccountNext operation. */
3509
+ export type SourceControlListByAutomationAccountNextResponse = SourceControlListResult;
3510
+ /** Optional parameters. */
3511
+ export interface SourceControlSyncJobCreateOptionalParams extends coreClient.OperationOptions {
3512
+ }
3513
+ /** Contains response data for the create operation. */
3514
+ export type SourceControlSyncJobCreateResponse = SourceControlSyncJob;
3515
+ /** Optional parameters. */
3516
+ export interface SourceControlSyncJobGetOptionalParams extends coreClient.OperationOptions {
3517
+ }
3518
+ /** Contains response data for the get operation. */
3519
+ export type SourceControlSyncJobGetResponse = SourceControlSyncJobById;
3520
+ /** Optional parameters. */
3521
+ export interface SourceControlSyncJobListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
3522
+ /** The filter to apply on the operation. */
3523
+ filter?: string;
3524
+ }
3525
+ /** Contains response data for the listByAutomationAccount operation. */
3526
+ export type SourceControlSyncJobListByAutomationAccountResponse = SourceControlSyncJobListResult;
3527
+ /** Optional parameters. */
3528
+ export interface SourceControlSyncJobListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
3529
+ }
3530
+ /** Contains response data for the listByAutomationAccountNext operation. */
3531
+ export type SourceControlSyncJobListByAutomationAccountNextResponse = SourceControlSyncJobListResult;
3532
+ /** Optional parameters. */
3533
+ export interface SourceControlSyncJobStreamsListBySyncJobOptionalParams extends coreClient.OperationOptions {
3534
+ /** The filter to apply on the operation. */
3535
+ filter?: string;
3536
+ }
3537
+ /** Contains response data for the listBySyncJob operation. */
3538
+ export type SourceControlSyncJobStreamsListBySyncJobResponse = SourceControlSyncJobStreamsListBySyncJob;
3539
+ /** Optional parameters. */
3540
+ export interface SourceControlSyncJobStreamsGetOptionalParams extends coreClient.OperationOptions {
3541
+ }
3542
+ /** Contains response data for the get operation. */
3543
+ export type SourceControlSyncJobStreamsGetResponse = SourceControlSyncJobStreamById;
3544
+ /** Optional parameters. */
3545
+ export interface SourceControlSyncJobStreamsListBySyncJobNextOptionalParams extends coreClient.OperationOptions {
3546
+ }
3547
+ /** Contains response data for the listBySyncJobNext operation. */
3548
+ export type SourceControlSyncJobStreamsListBySyncJobNextResponse = SourceControlSyncJobStreamsListBySyncJob;
3549
+ /** Optional parameters. */
3550
+ export interface AutomationAccountUpdateOptionalParams extends coreClient.OperationOptions {
3551
+ }
3552
+ /** Contains response data for the update operation. */
3553
+ export type AutomationAccountUpdateResponse = AutomationAccount;
3554
+ /** Optional parameters. */
3555
+ export interface AutomationAccountCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3556
+ }
3557
+ /** Contains response data for the createOrUpdate operation. */
3558
+ export type AutomationAccountCreateOrUpdateResponse = AutomationAccount;
3559
+ /** Optional parameters. */
3560
+ export interface AutomationAccountDeleteOptionalParams extends coreClient.OperationOptions {
3561
+ }
3562
+ /** Optional parameters. */
3563
+ export interface AutomationAccountGetOptionalParams extends coreClient.OperationOptions {
3564
+ }
3565
+ /** Contains response data for the get operation. */
3566
+ export type AutomationAccountGetResponse = AutomationAccount;
3567
+ /** Optional parameters. */
3568
+ export interface AutomationAccountListByResourceGroupOptionalParams extends coreClient.OperationOptions {
3569
+ }
3570
+ /** Contains response data for the listByResourceGroup operation. */
3571
+ export type AutomationAccountListByResourceGroupResponse = AutomationAccountListResult;
3572
+ /** Optional parameters. */
3573
+ export interface AutomationAccountListOptionalParams extends coreClient.OperationOptions {
3574
+ }
3575
+ /** Contains response data for the list operation. */
3576
+ export type AutomationAccountListResponse = AutomationAccountListResult;
3577
+ /** Optional parameters. */
3578
+ export interface AutomationAccountListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
3579
+ }
3580
+ /** Contains response data for the listByResourceGroupNext operation. */
3581
+ export type AutomationAccountListByResourceGroupNextResponse = AutomationAccountListResult;
3582
+ /** Optional parameters. */
3583
+ export interface AutomationAccountListNextOptionalParams extends coreClient.OperationOptions {
3584
+ }
3585
+ /** Contains response data for the listNext operation. */
3586
+ export type AutomationAccountListNextResponse = AutomationAccountListResult;
3587
+ /** Optional parameters. */
3588
+ export interface StatisticsListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
3589
+ /** The filter to apply on the operation. */
3590
+ filter?: string;
3591
+ }
3592
+ /** Contains response data for the listByAutomationAccount operation. */
3593
+ export type StatisticsListByAutomationAccountResponse = StatisticsListResult;
3594
+ /** Optional parameters. */
3595
+ export interface UsagesListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
3596
+ }
3597
+ /** Contains response data for the listByAutomationAccount operation. */
3598
+ export type UsagesListByAutomationAccountResponse = UsageListResult;
3599
+ /** Optional parameters. */
3600
+ export interface KeysListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
3601
+ }
3602
+ /** Contains response data for the listByAutomationAccount operation. */
3603
+ export type KeysListByAutomationAccountResponse = KeyListResult;
3604
+ /** Optional parameters. */
3605
+ export interface CertificateDeleteOptionalParams extends coreClient.OperationOptions {
3606
+ }
3607
+ /** Optional parameters. */
3608
+ export interface CertificateGetOptionalParams extends coreClient.OperationOptions {
3609
+ }
3610
+ /** Contains response data for the get operation. */
3611
+ export type CertificateGetResponse = Certificate;
3612
+ /** Optional parameters. */
3613
+ export interface CertificateCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3614
+ }
3615
+ /** Contains response data for the createOrUpdate operation. */
3616
+ export type CertificateCreateOrUpdateResponse = Certificate;
3617
+ /** Optional parameters. */
3618
+ export interface CertificateUpdateOptionalParams extends coreClient.OperationOptions {
3619
+ }
3620
+ /** Contains response data for the update operation. */
3621
+ export type CertificateUpdateResponse = Certificate;
3622
+ /** Optional parameters. */
3623
+ export interface CertificateListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
3624
+ }
3625
+ /** Contains response data for the listByAutomationAccount operation. */
3626
+ export type CertificateListByAutomationAccountResponse = CertificateListResult;
3627
+ /** Optional parameters. */
3628
+ export interface CertificateListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
3629
+ }
3630
+ /** Contains response data for the listByAutomationAccountNext operation. */
3631
+ export type CertificateListByAutomationAccountNextResponse = CertificateListResult;
3632
+ /** Optional parameters. */
3633
+ export interface ConnectionDeleteOptionalParams extends coreClient.OperationOptions {
3634
+ }
3635
+ /** Optional parameters. */
3636
+ export interface ConnectionGetOptionalParams extends coreClient.OperationOptions {
3637
+ }
3638
+ /** Contains response data for the get operation. */
3639
+ export type ConnectionGetResponse = Connection;
3640
+ /** Optional parameters. */
3641
+ export interface ConnectionCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3642
+ }
3643
+ /** Contains response data for the createOrUpdate operation. */
3644
+ export type ConnectionCreateOrUpdateResponse = Connection;
3645
+ /** Optional parameters. */
3646
+ export interface ConnectionUpdateOptionalParams extends coreClient.OperationOptions {
3647
+ }
3648
+ /** Contains response data for the update operation. */
3649
+ export type ConnectionUpdateResponse = Connection;
3650
+ /** Optional parameters. */
3651
+ export interface ConnectionListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
3652
+ }
3653
+ /** Contains response data for the listByAutomationAccount operation. */
3654
+ export type ConnectionListByAutomationAccountResponse = ConnectionListResult;
3655
+ /** Optional parameters. */
3656
+ export interface ConnectionListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
3657
+ }
3658
+ /** Contains response data for the listByAutomationAccountNext operation. */
3659
+ export type ConnectionListByAutomationAccountNextResponse = ConnectionListResult;
3660
+ /** Optional parameters. */
3661
+ export interface ConnectionTypeDeleteOptionalParams extends coreClient.OperationOptions {
3662
+ }
3663
+ /** Optional parameters. */
3664
+ export interface ConnectionTypeGetOptionalParams extends coreClient.OperationOptions {
3665
+ }
3666
+ /** Contains response data for the get operation. */
3667
+ export type ConnectionTypeGetResponse = ConnectionType;
3668
+ /** Optional parameters. */
3669
+ export interface ConnectionTypeCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3670
+ }
3671
+ /** Contains response data for the createOrUpdate operation. */
3672
+ export type ConnectionTypeCreateOrUpdateResponse = ConnectionType;
3673
+ /** Optional parameters. */
3674
+ export interface ConnectionTypeListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
3675
+ }
3676
+ /** Contains response data for the listByAutomationAccount operation. */
3677
+ export type ConnectionTypeListByAutomationAccountResponse = ConnectionTypeListResult;
3678
+ /** Optional parameters. */
3679
+ export interface ConnectionTypeListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
3680
+ }
3681
+ /** Contains response data for the listByAutomationAccountNext operation. */
3682
+ export type ConnectionTypeListByAutomationAccountNextResponse = ConnectionTypeListResult;
3683
+ /** Optional parameters. */
3684
+ export interface CredentialDeleteOptionalParams extends coreClient.OperationOptions {
3685
+ }
3686
+ /** Optional parameters. */
3687
+ export interface CredentialGetOptionalParams extends coreClient.OperationOptions {
3688
+ }
3689
+ /** Contains response data for the get operation. */
3690
+ export type CredentialGetResponse = Credential;
3691
+ /** Optional parameters. */
3692
+ export interface CredentialCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3693
+ }
3694
+ /** Contains response data for the createOrUpdate operation. */
3695
+ export type CredentialCreateOrUpdateResponse = Credential;
3696
+ /** Optional parameters. */
3697
+ export interface CredentialUpdateOptionalParams extends coreClient.OperationOptions {
3698
+ }
3699
+ /** Contains response data for the update operation. */
3700
+ export type CredentialUpdateResponse = Credential;
3701
+ /** Optional parameters. */
3702
+ export interface CredentialListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
3703
+ }
3704
+ /** Contains response data for the listByAutomationAccount operation. */
3705
+ export type CredentialListByAutomationAccountResponse = CredentialListResult;
3706
+ /** Optional parameters. */
3707
+ export interface CredentialListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
3708
+ }
3709
+ /** Contains response data for the listByAutomationAccountNext operation. */
3710
+ export type CredentialListByAutomationAccountNextResponse = CredentialListResult;
3711
+ /** Optional parameters. */
3712
+ export interface JobScheduleDeleteOptionalParams extends coreClient.OperationOptions {
3713
+ }
3714
+ /** Optional parameters. */
3715
+ export interface JobScheduleGetOptionalParams extends coreClient.OperationOptions {
3716
+ }
3717
+ /** Contains response data for the get operation. */
3718
+ export type JobScheduleGetResponse = JobSchedule;
3719
+ /** Optional parameters. */
3720
+ export interface JobScheduleCreateOptionalParams extends coreClient.OperationOptions {
3721
+ }
3722
+ /** Contains response data for the create operation. */
3723
+ export type JobScheduleCreateResponse = JobSchedule;
3724
+ /** Optional parameters. */
3725
+ export interface JobScheduleListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
3726
+ /** The filter to apply on the operation. */
3727
+ filter?: string;
3728
+ }
3729
+ /** Contains response data for the listByAutomationAccount operation. */
3730
+ export type JobScheduleListByAutomationAccountResponse = JobScheduleListResult;
3731
+ /** Optional parameters. */
3732
+ export interface JobScheduleListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
3733
+ }
3734
+ /** Contains response data for the listByAutomationAccountNext operation. */
3735
+ export type JobScheduleListByAutomationAccountNextResponse = JobScheduleListResult;
3736
+ /** Optional parameters. */
3737
+ export interface LinkedWorkspaceGetOptionalParams extends coreClient.OperationOptions {
3738
+ }
3739
+ /** Contains response data for the get operation. */
3740
+ export type LinkedWorkspaceGetResponse = LinkedWorkspace;
3741
+ /** Optional parameters. */
3742
+ export interface ActivityGetOptionalParams extends coreClient.OperationOptions {
3743
+ }
3744
+ /** Contains response data for the get operation. */
3745
+ export type ActivityGetResponse = Activity;
3746
+ /** Optional parameters. */
3747
+ export interface ActivityListByModuleOptionalParams extends coreClient.OperationOptions {
3748
+ }
3749
+ /** Contains response data for the listByModule operation. */
3750
+ export type ActivityListByModuleResponse = ActivityListResult;
3751
+ /** Optional parameters. */
3752
+ export interface ActivityListByModuleNextOptionalParams extends coreClient.OperationOptions {
3753
+ }
3754
+ /** Contains response data for the listByModuleNext operation. */
3755
+ export type ActivityListByModuleNextResponse = ActivityListResult;
3756
+ /** Optional parameters. */
3757
+ export interface ModuleDeleteOptionalParams extends coreClient.OperationOptions {
3758
+ }
3759
+ /** Optional parameters. */
3760
+ export interface ModuleGetOptionalParams extends coreClient.OperationOptions {
3761
+ }
3762
+ /** Contains response data for the get operation. */
3763
+ export type ModuleGetResponse = Module;
3764
+ /** Optional parameters. */
3765
+ export interface ModuleCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3766
+ }
3767
+ /** Contains response data for the createOrUpdate operation. */
3768
+ export type ModuleCreateOrUpdateResponse = Module;
3769
+ /** Optional parameters. */
3770
+ export interface ModuleUpdateOptionalParams extends coreClient.OperationOptions {
3771
+ }
3772
+ /** Contains response data for the update operation. */
3773
+ export type ModuleUpdateResponse = Module;
3774
+ /** Optional parameters. */
3775
+ export interface ModuleListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
3776
+ }
3777
+ /** Contains response data for the listByAutomationAccount operation. */
3778
+ export type ModuleListByAutomationAccountResponse = ModuleListResult;
3779
+ /** Optional parameters. */
3780
+ export interface ModuleListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
3781
+ }
3782
+ /** Contains response data for the listByAutomationAccountNext operation. */
3783
+ export type ModuleListByAutomationAccountNextResponse = ModuleListResult;
3784
+ /** Optional parameters. */
3785
+ export interface ObjectDataTypesListFieldsByModuleAndTypeOptionalParams extends coreClient.OperationOptions {
3786
+ }
3787
+ /** Contains response data for the listFieldsByModuleAndType operation. */
3788
+ export type ObjectDataTypesListFieldsByModuleAndTypeResponse = TypeFieldListResult;
3789
+ /** Optional parameters. */
3790
+ export interface ObjectDataTypesListFieldsByTypeOptionalParams extends coreClient.OperationOptions {
3791
+ }
3792
+ /** Contains response data for the listFieldsByType operation. */
3793
+ export type ObjectDataTypesListFieldsByTypeResponse = TypeFieldListResult;
3794
+ /** Optional parameters. */
3795
+ export interface FieldsListByTypeOptionalParams extends coreClient.OperationOptions {
3796
+ }
3797
+ /** Contains response data for the listByType operation. */
3798
+ export type FieldsListByTypeResponse = TypeFieldListResult;
3799
+ /** Optional parameters. */
3800
+ export interface ScheduleCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3801
+ }
3802
+ /** Contains response data for the createOrUpdate operation. */
3803
+ export type ScheduleCreateOrUpdateResponse = Schedule;
3804
+ /** Optional parameters. */
3805
+ export interface ScheduleUpdateOptionalParams extends coreClient.OperationOptions {
3806
+ }
3807
+ /** Contains response data for the update operation. */
3808
+ export type ScheduleUpdateResponse = Schedule;
3809
+ /** Optional parameters. */
3810
+ export interface ScheduleGetOptionalParams extends coreClient.OperationOptions {
3811
+ }
3812
+ /** Contains response data for the get operation. */
3813
+ export type ScheduleGetResponse = Schedule;
3814
+ /** Optional parameters. */
3815
+ export interface ScheduleDeleteOptionalParams extends coreClient.OperationOptions {
3816
+ }
3817
+ /** Optional parameters. */
3818
+ export interface ScheduleListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
3819
+ }
3820
+ /** Contains response data for the listByAutomationAccount operation. */
3821
+ export type ScheduleListByAutomationAccountResponse = ScheduleListResult;
3822
+ /** Optional parameters. */
3823
+ export interface ScheduleListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
3824
+ }
3825
+ /** Contains response data for the listByAutomationAccountNext operation. */
3826
+ export type ScheduleListByAutomationAccountNextResponse = ScheduleListResult;
3827
+ /** Optional parameters. */
3828
+ export interface VariableCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3829
+ }
3830
+ /** Contains response data for the createOrUpdate operation. */
3831
+ export type VariableCreateOrUpdateResponse = Variable;
3832
+ /** Optional parameters. */
3833
+ export interface VariableUpdateOptionalParams extends coreClient.OperationOptions {
3834
+ }
3835
+ /** Contains response data for the update operation. */
3836
+ export type VariableUpdateResponse = Variable;
3837
+ /** Optional parameters. */
3838
+ export interface VariableDeleteOptionalParams extends coreClient.OperationOptions {
3839
+ }
3840
+ /** Optional parameters. */
3841
+ export interface VariableGetOptionalParams extends coreClient.OperationOptions {
3842
+ }
3843
+ /** Contains response data for the get operation. */
3844
+ export type VariableGetResponse = Variable;
3845
+ /** Optional parameters. */
3846
+ export interface VariableListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
3847
+ }
3848
+ /** Contains response data for the listByAutomationAccount operation. */
3849
+ export type VariableListByAutomationAccountResponse = VariableListResult;
3850
+ /** Optional parameters. */
3851
+ export interface VariableListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
3852
+ }
3853
+ /** Contains response data for the listByAutomationAccountNext operation. */
3854
+ export type VariableListByAutomationAccountNextResponse = VariableListResult;
3855
+ /** Optional parameters. */
3856
+ export interface WatcherCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3857
+ }
3858
+ /** Contains response data for the createOrUpdate operation. */
3859
+ export type WatcherCreateOrUpdateResponse = Watcher;
3860
+ /** Optional parameters. */
3861
+ export interface WatcherGetOptionalParams extends coreClient.OperationOptions {
3862
+ }
3863
+ /** Contains response data for the get operation. */
3864
+ export type WatcherGetResponse = Watcher;
3865
+ /** Optional parameters. */
3866
+ export interface WatcherUpdateOptionalParams extends coreClient.OperationOptions {
3867
+ }
3868
+ /** Contains response data for the update operation. */
3869
+ export type WatcherUpdateResponse = Watcher;
3870
+ /** Optional parameters. */
3871
+ export interface WatcherDeleteOptionalParams extends coreClient.OperationOptions {
3872
+ }
3873
+ /** Optional parameters. */
3874
+ export interface WatcherStartOptionalParams extends coreClient.OperationOptions {
3875
+ }
3876
+ /** Optional parameters. */
3877
+ export interface WatcherStopOptionalParams extends coreClient.OperationOptions {
3878
+ }
3879
+ /** Optional parameters. */
3880
+ export interface WatcherListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
3881
+ /** The filter to apply on the operation. */
3882
+ filter?: string;
3883
+ }
3884
+ /** Contains response data for the listByAutomationAccount operation. */
3885
+ export type WatcherListByAutomationAccountResponse = WatcherListResult;
3886
+ /** Optional parameters. */
3887
+ export interface WatcherListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
3888
+ }
3889
+ /** Contains response data for the listByAutomationAccountNext operation. */
3890
+ export type WatcherListByAutomationAccountNextResponse = WatcherListResult;
3891
+ /** Optional parameters. */
3892
+ export interface DscConfigurationDeleteOptionalParams extends coreClient.OperationOptions {
3893
+ }
3894
+ /** Optional parameters. */
3895
+ export interface DscConfigurationGetOptionalParams extends coreClient.OperationOptions {
3896
+ }
3897
+ /** Contains response data for the get operation. */
3898
+ export type DscConfigurationGetResponse = DscConfiguration;
3899
+ /** Optional parameters. */
3900
+ export interface DscConfigurationCreateOrUpdate$textOptionalParams extends coreClient.OperationOptions {
3901
+ }
3902
+ /** Optional parameters. */
3903
+ export interface DscConfigurationCreateOrUpdate$jsonOptionalParams extends coreClient.OperationOptions {
3904
+ }
3905
+ /** Contains response data for the createOrUpdate operation. */
3906
+ export type DscConfigurationCreateOrUpdateResponse = DscConfiguration;
3907
+ /** Optional parameters. */
3908
+ export interface DscConfigurationUpdate$textOptionalParams extends coreClient.OperationOptions {
3909
+ /** The create or update parameters for configuration. */
3910
+ parameters?: string;
3911
+ }
3912
+ /** Optional parameters. */
3913
+ export interface DscConfigurationUpdate$jsonOptionalParams extends coreClient.OperationOptions {
3914
+ /** The create or update parameters for configuration. */
3915
+ parameters?: DscConfigurationUpdateParameters;
3916
+ }
3917
+ /** Contains response data for the update operation. */
3918
+ export type DscConfigurationUpdateResponse = DscConfiguration;
3919
+ /** Optional parameters. */
3920
+ export interface DscConfigurationGetContentOptionalParams extends coreClient.OperationOptions {
3921
+ }
3922
+ /** Contains response data for the getContent operation. */
3923
+ export type DscConfigurationGetContentResponse = {
3924
+ /** The parsed response body. */
3925
+ body: string;
3926
+ };
3927
+ /** Optional parameters. */
3928
+ export interface DscConfigurationListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
3929
+ /** The filter to apply on the operation. */
3930
+ filter?: string;
3931
+ /** The number of rows to skip. */
3932
+ skip?: number;
3933
+ /** The number of rows to take. */
3934
+ top?: number;
3935
+ /** Return total rows. */
3936
+ inlinecount?: string;
3937
+ }
3938
+ /** Contains response data for the listByAutomationAccount operation. */
3939
+ export type DscConfigurationListByAutomationAccountResponse = DscConfigurationListResult;
3940
+ /** Optional parameters. */
3941
+ export interface DscConfigurationListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
3942
+ }
3943
+ /** Contains response data for the listByAutomationAccountNext operation. */
3944
+ export type DscConfigurationListByAutomationAccountNextResponse = DscConfigurationListResult;
3945
+ /** Optional parameters. */
3946
+ export interface JobGetOutputOptionalParams extends coreClient.OperationOptions {
3947
+ /** Identifies this specific client request. */
3948
+ clientRequestId?: string;
3949
+ }
3950
+ /** Contains response data for the getOutput operation. */
3951
+ export type JobGetOutputResponse = {
3952
+ /** The parsed response body. */
3953
+ body: string;
3954
+ };
3955
+ /** Optional parameters. */
3956
+ export interface JobGetRunbookContentOptionalParams extends coreClient.OperationOptions {
3957
+ /** Identifies this specific client request. */
3958
+ clientRequestId?: string;
3959
+ }
3960
+ /** Contains response data for the getRunbookContent operation. */
3961
+ export type JobGetRunbookContentResponse = {
3962
+ /** The parsed response body. */
3963
+ body: string;
3964
+ };
3965
+ /** Optional parameters. */
3966
+ export interface JobSuspendOptionalParams extends coreClient.OperationOptions {
3967
+ /** Identifies this specific client request. */
3968
+ clientRequestId?: string;
3969
+ }
3970
+ /** Optional parameters. */
3971
+ export interface JobStopOptionalParams extends coreClient.OperationOptions {
3972
+ /** Identifies this specific client request. */
3973
+ clientRequestId?: string;
3974
+ }
3975
+ /** Optional parameters. */
3976
+ export interface JobGetOptionalParams extends coreClient.OperationOptions {
3977
+ /** Identifies this specific client request. */
3978
+ clientRequestId?: string;
3979
+ }
3980
+ /** Contains response data for the get operation. */
3981
+ export type JobGetResponse = Job;
3982
+ /** Optional parameters. */
3983
+ export interface JobCreateOptionalParams extends coreClient.OperationOptions {
3984
+ /** Identifies this specific client request. */
3985
+ clientRequestId?: string;
3986
+ }
3987
+ /** Contains response data for the create operation. */
3988
+ export type JobCreateResponse = Job;
3989
+ /** Optional parameters. */
3990
+ export interface JobListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
3991
+ /** The filter to apply on the operation. */
3992
+ filter?: string;
3993
+ /** Identifies this specific client request. */
3994
+ clientRequestId?: string;
3995
+ }
3996
+ /** Contains response data for the listByAutomationAccount operation. */
3997
+ export type JobListByAutomationAccountResponse = JobListResultV2;
3998
+ /** Optional parameters. */
3999
+ export interface JobResumeOptionalParams extends coreClient.OperationOptions {
4000
+ /** Identifies this specific client request. */
4001
+ clientRequestId?: string;
4002
+ }
4003
+ /** Optional parameters. */
4004
+ export interface JobListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
4005
+ /** Identifies this specific client request. */
4006
+ clientRequestId?: string;
4007
+ }
4008
+ /** Contains response data for the listByAutomationAccountNext operation. */
4009
+ export type JobListByAutomationAccountNextResponse = JobListResultV2;
4010
+ /** Optional parameters. */
4011
+ export interface JobStreamGetOptionalParams extends coreClient.OperationOptions {
4012
+ /** Identifies this specific client request. */
4013
+ clientRequestId?: string;
4014
+ }
4015
+ /** Contains response data for the get operation. */
4016
+ export type JobStreamGetResponse = JobStream;
4017
+ /** Optional parameters. */
4018
+ export interface JobStreamListByJobOptionalParams extends coreClient.OperationOptions {
4019
+ /** The filter to apply on the operation. */
4020
+ filter?: string;
4021
+ /** Identifies this specific client request. */
4022
+ clientRequestId?: string;
4023
+ }
4024
+ /** Contains response data for the listByJob operation. */
4025
+ export type JobStreamListByJobResponse = JobStreamListResult;
4026
+ /** Optional parameters. */
4027
+ export interface JobStreamListByJobNextOptionalParams extends coreClient.OperationOptions {
4028
+ /** Identifies this specific client request. */
4029
+ clientRequestId?: string;
4030
+ }
4031
+ /** Contains response data for the listByJobNext operation. */
4032
+ export type JobStreamListByJobNextResponse = JobStreamListResult;
4033
+ /** Optional parameters. */
4034
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
4035
+ }
4036
+ /** Contains response data for the list operation. */
4037
+ export type OperationsListResponse = OperationListResult;
4038
+ /** Optional parameters. */
4039
+ export interface ConvertGraphRunbookContentOptionalParams extends coreClient.OperationOptions {
4040
+ }
4041
+ /** Contains response data for the convertGraphRunbookContent operation. */
4042
+ export type ConvertGraphRunbookContentResponse = GraphicalRunbookContent;
4043
+ /** Optional parameters. */
4044
+ export interface SoftwareUpdateConfigurationsCreateOptionalParams extends coreClient.OperationOptions {
4045
+ /** Identifies this specific client request. */
4046
+ clientRequestId?: string;
4047
+ }
4048
+ /** Contains response data for the create operation. */
4049
+ export type SoftwareUpdateConfigurationsCreateResponse = SoftwareUpdateConfiguration;
4050
+ /** Optional parameters. */
4051
+ export interface SoftwareUpdateConfigurationsGetByNameOptionalParams extends coreClient.OperationOptions {
4052
+ /** Identifies this specific client request. */
4053
+ clientRequestId?: string;
4054
+ }
4055
+ /** Contains response data for the getByName operation. */
4056
+ export type SoftwareUpdateConfigurationsGetByNameResponse = SoftwareUpdateConfiguration;
4057
+ /** Optional parameters. */
4058
+ export interface SoftwareUpdateConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
4059
+ /** Identifies this specific client request. */
4060
+ clientRequestId?: string;
4061
+ }
4062
+ /** Optional parameters. */
4063
+ export interface SoftwareUpdateConfigurationsListOptionalParams extends coreClient.OperationOptions {
4064
+ /** The filter to apply on the operation. */
4065
+ filter?: string;
4066
+ /** Identifies this specific client request. */
4067
+ clientRequestId?: string;
4068
+ }
4069
+ /** Contains response data for the list operation. */
4070
+ export type SoftwareUpdateConfigurationsListResponse = SoftwareUpdateConfigurationListResult;
4071
+ /** Optional parameters. */
4072
+ export interface SoftwareUpdateConfigurationRunsGetByIdOptionalParams extends coreClient.OperationOptions {
4073
+ /** Identifies this specific client request. */
4074
+ clientRequestId?: string;
4075
+ }
4076
+ /** Contains response data for the getById operation. */
4077
+ export type SoftwareUpdateConfigurationRunsGetByIdResponse = SoftwareUpdateConfigurationRun;
4078
+ /** Optional parameters. */
4079
+ export interface SoftwareUpdateConfigurationRunsListOptionalParams extends coreClient.OperationOptions {
4080
+ /** The filter to apply on the operation. You can use the following filters: 'properties/osType', 'properties/status', 'properties/startTime', and 'properties/softwareUpdateConfiguration/name' */
4081
+ filter?: string;
4082
+ /** Identifies this specific client request. */
4083
+ clientRequestId?: string;
4084
+ /** Number of entries you skip before returning results */
4085
+ skip?: string;
4086
+ /** Maximum number of entries returned in the results collection */
4087
+ top?: string;
4088
+ }
4089
+ /** Contains response data for the list operation. */
4090
+ export type SoftwareUpdateConfigurationRunsListResponse = SoftwareUpdateConfigurationRunListResult;
4091
+ /** Optional parameters. */
4092
+ export interface SoftwareUpdateConfigurationMachineRunsGetByIdOptionalParams extends coreClient.OperationOptions {
4093
+ /** Identifies this specific client request. */
4094
+ clientRequestId?: string;
4095
+ }
4096
+ /** Contains response data for the getById operation. */
4097
+ export type SoftwareUpdateConfigurationMachineRunsGetByIdResponse = SoftwareUpdateConfigurationMachineRun;
4098
+ /** Optional parameters. */
4099
+ export interface SoftwareUpdateConfigurationMachineRunsListOptionalParams extends coreClient.OperationOptions {
4100
+ /** The filter to apply on the operation. You can use the following filters: 'properties/osType', 'properties/status', 'properties/startTime', and 'properties/softwareUpdateConfiguration/name' */
4101
+ filter?: string;
4102
+ /** Identifies this specific client request. */
4103
+ clientRequestId?: string;
4104
+ /** number of entries you skip before returning results */
4105
+ skip?: string;
4106
+ /** Maximum number of entries returned in the results collection */
4107
+ top?: string;
4108
+ }
4109
+ /** Contains response data for the list operation. */
4110
+ export type SoftwareUpdateConfigurationMachineRunsListResponse = SoftwareUpdateConfigurationMachineRunListResult;
4111
+ /** Optional parameters. */
4112
+ export interface RunbookDraftGetContentOptionalParams extends coreClient.OperationOptions {
4113
+ }
4114
+ /** Contains response data for the getContent operation. */
4115
+ export type RunbookDraftGetContentResponse = {
4116
+ /** The parsed response body. */
4117
+ body: coreRestPipeline.RequestBodyType;
4118
+ };
4119
+ /** Optional parameters. */
4120
+ export interface RunbookDraftReplaceContentOptionalParams extends coreClient.OperationOptions {
4121
+ /** Delay to wait until next poll, in milliseconds. */
4122
+ updateIntervalInMs?: number;
4123
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4124
+ resumeFrom?: string;
4125
+ }
4126
+ /** Contains response data for the replaceContent operation. */
4127
+ export type RunbookDraftReplaceContentResponse = {
4128
+ /**
4129
+ * BROWSER ONLY
4130
+ *
4131
+ * The response body as a browser Blob.
4132
+ * Always `undefined` in node.js.
4133
+ */
4134
+ blobBody?: Promise<Blob>;
4135
+ /**
4136
+ * NODEJS ONLY
4137
+ *
4138
+ * The response body as a node.js Readable stream.
4139
+ * Always `undefined` in the browser.
4140
+ */
4141
+ readableStreamBody?: NodeJS.ReadableStream;
4142
+ };
4143
+ /** Optional parameters. */
4144
+ export interface RunbookDraftGetOptionalParams extends coreClient.OperationOptions {
4145
+ }
4146
+ /** Contains response data for the get operation. */
4147
+ export type RunbookDraftGetResponse = RunbookDraft;
4148
+ /** Optional parameters. */
4149
+ export interface RunbookDraftUndoEditOptionalParams extends coreClient.OperationOptions {
4150
+ }
4151
+ /** Contains response data for the undoEdit operation. */
4152
+ export type RunbookDraftUndoEditResponse = RunbookDraftUndoEditResult;
4153
+ /** Optional parameters. */
4154
+ export interface RunbookPublishOptionalParams extends coreClient.OperationOptions {
4155
+ /** Delay to wait until next poll, in milliseconds. */
4156
+ updateIntervalInMs?: number;
4157
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4158
+ resumeFrom?: string;
4159
+ }
4160
+ /** Contains response data for the publish operation. */
4161
+ export type RunbookPublishResponse = RunbookPublishHeaders;
4162
+ /** Optional parameters. */
4163
+ export interface RunbookGetContentOptionalParams extends coreClient.OperationOptions {
4164
+ }
4165
+ /** Contains response data for the getContent operation. */
4166
+ export type RunbookGetContentResponse = {
4167
+ /** The parsed response body. */
4168
+ body: coreRestPipeline.RequestBodyType;
4169
+ };
4170
+ /** Optional parameters. */
4171
+ export interface RunbookGetOptionalParams extends coreClient.OperationOptions {
4172
+ }
4173
+ /** Contains response data for the get operation. */
4174
+ export type RunbookGetResponse = Runbook;
4175
+ /** Optional parameters. */
4176
+ export interface RunbookCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
4177
+ }
4178
+ /** Contains response data for the createOrUpdate operation. */
4179
+ export type RunbookCreateOrUpdateResponse = Runbook;
4180
+ /** Optional parameters. */
4181
+ export interface RunbookUpdateOptionalParams extends coreClient.OperationOptions {
4182
+ }
4183
+ /** Contains response data for the update operation. */
4184
+ export type RunbookUpdateResponse = Runbook;
4185
+ /** Optional parameters. */
4186
+ export interface RunbookDeleteOptionalParams extends coreClient.OperationOptions {
4187
+ }
4188
+ /** Optional parameters. */
4189
+ export interface RunbookListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
4190
+ }
4191
+ /** Contains response data for the listByAutomationAccount operation. */
4192
+ export type RunbookListByAutomationAccountResponse = RunbookListResult;
4193
+ /** Optional parameters. */
4194
+ export interface RunbookListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
4195
+ }
4196
+ /** Contains response data for the listByAutomationAccountNext operation. */
4197
+ export type RunbookListByAutomationAccountNextResponse = RunbookListResult;
4198
+ /** Optional parameters. */
4199
+ export interface TestJobStreamsGetOptionalParams extends coreClient.OperationOptions {
4200
+ }
4201
+ /** Contains response data for the get operation. */
4202
+ export type TestJobStreamsGetResponse = JobStream;
4203
+ /** Optional parameters. */
4204
+ export interface TestJobStreamsListByTestJobOptionalParams extends coreClient.OperationOptions {
4205
+ /** The filter to apply on the operation. */
4206
+ filter?: string;
4207
+ }
4208
+ /** Contains response data for the listByTestJob operation. */
4209
+ export type TestJobStreamsListByTestJobResponse = JobStreamListResult;
4210
+ /** Optional parameters. */
4211
+ export interface TestJobStreamsListByTestJobNextOptionalParams extends coreClient.OperationOptions {
4212
+ }
4213
+ /** Contains response data for the listByTestJobNext operation. */
4214
+ export type TestJobStreamsListByTestJobNextResponse = JobStreamListResult;
4215
+ /** Optional parameters. */
4216
+ export interface TestJobCreateOptionalParams extends coreClient.OperationOptions {
4217
+ }
4218
+ /** Contains response data for the create operation. */
4219
+ export type TestJobCreateResponse = TestJob;
4220
+ /** Optional parameters. */
4221
+ export interface TestJobGetOptionalParams extends coreClient.OperationOptions {
4222
+ }
4223
+ /** Contains response data for the get operation. */
4224
+ export type TestJobGetResponse = TestJob;
4225
+ /** Optional parameters. */
4226
+ export interface TestJobResumeOptionalParams extends coreClient.OperationOptions {
4227
+ }
4228
+ /** Optional parameters. */
4229
+ export interface TestJobStopOptionalParams extends coreClient.OperationOptions {
4230
+ }
4231
+ /** Optional parameters. */
4232
+ export interface TestJobSuspendOptionalParams extends coreClient.OperationOptions {
4233
+ }
4234
+ /** Optional parameters. */
4235
+ export interface WebhookGenerateUriOptionalParams extends coreClient.OperationOptions {
4236
+ }
4237
+ /** Contains response data for the generateUri operation. */
4238
+ export type WebhookGenerateUriResponse = {
4239
+ /** The parsed response body. */
4240
+ body: string;
4241
+ };
4242
+ /** Optional parameters. */
4243
+ export interface WebhookDeleteOptionalParams extends coreClient.OperationOptions {
4244
+ }
4245
+ /** Optional parameters. */
4246
+ export interface WebhookGetOptionalParams extends coreClient.OperationOptions {
4247
+ }
4248
+ /** Contains response data for the get operation. */
4249
+ export type WebhookGetResponse = Webhook;
4250
+ /** Optional parameters. */
4251
+ export interface WebhookCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
4252
+ }
4253
+ /** Contains response data for the createOrUpdate operation. */
4254
+ export type WebhookCreateOrUpdateResponse = Webhook;
4255
+ /** Optional parameters. */
4256
+ export interface WebhookUpdateOptionalParams extends coreClient.OperationOptions {
4257
+ }
4258
+ /** Contains response data for the update operation. */
4259
+ export type WebhookUpdateResponse = Webhook;
4260
+ /** Optional parameters. */
4261
+ export interface WebhookListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
4262
+ /** The filter to apply on the operation. */
4263
+ filter?: string;
4264
+ }
4265
+ /** Contains response data for the listByAutomationAccount operation. */
4266
+ export type WebhookListByAutomationAccountResponse = WebhookListResult;
4267
+ /** Optional parameters. */
4268
+ export interface WebhookListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
4269
+ }
4270
+ /** Contains response data for the listByAutomationAccountNext operation. */
4271
+ export type WebhookListByAutomationAccountNextResponse = WebhookListResult;
4272
+ /** Optional parameters. */
4273
+ export interface HybridRunbookWorkersDeleteOptionalParams extends coreClient.OperationOptions {
4274
+ }
4275
+ /** Optional parameters. */
4276
+ export interface HybridRunbookWorkersGetOptionalParams extends coreClient.OperationOptions {
4277
+ }
4278
+ /** Contains response data for the get operation. */
4279
+ export type HybridRunbookWorkersGetResponse = HybridRunbookWorker;
4280
+ /** Optional parameters. */
4281
+ export interface HybridRunbookWorkersCreateOptionalParams extends coreClient.OperationOptions {
4282
+ }
4283
+ /** Contains response data for the create operation. */
4284
+ export type HybridRunbookWorkersCreateResponse = HybridRunbookWorker;
4285
+ /** Optional parameters. */
4286
+ export interface HybridRunbookWorkersMoveOptionalParams extends coreClient.OperationOptions {
4287
+ }
4288
+ /** Optional parameters. */
4289
+ export interface HybridRunbookWorkersListByHybridRunbookWorkerGroupOptionalParams extends coreClient.OperationOptions {
4290
+ /** The filter to apply on the operation. */
4291
+ filter?: string;
4292
+ }
4293
+ /** Contains response data for the listByHybridRunbookWorkerGroup operation. */
4294
+ export type HybridRunbookWorkersListByHybridRunbookWorkerGroupResponse = HybridRunbookWorkersListResult;
4295
+ /** Optional parameters. */
4296
+ export interface HybridRunbookWorkersListByHybridRunbookWorkerGroupNextOptionalParams extends coreClient.OperationOptions {
4297
+ }
4298
+ /** Contains response data for the listByHybridRunbookWorkerGroupNext operation. */
4299
+ export type HybridRunbookWorkersListByHybridRunbookWorkerGroupNextResponse = HybridRunbookWorkersListResult;
4300
+ /** Optional parameters. */
4301
+ export interface DeletedAutomationAccountsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
4302
+ }
4303
+ /** Contains response data for the listBySubscription operation. */
4304
+ export type DeletedAutomationAccountsListBySubscriptionResponse = DeletedAutomationAccountListResult;
4305
+ /** Optional parameters. */
4306
+ export interface HybridRunbookWorkerGroupDeleteOptionalParams extends coreClient.OperationOptions {
4307
+ }
4308
+ /** Optional parameters. */
4309
+ export interface HybridRunbookWorkerGroupGetOptionalParams extends coreClient.OperationOptions {
4310
+ }
4311
+ /** Contains response data for the get operation. */
4312
+ export type HybridRunbookWorkerGroupGetResponse = HybridRunbookWorkerGroup;
4313
+ /** Optional parameters. */
4314
+ export interface HybridRunbookWorkerGroupCreateOptionalParams extends coreClient.OperationOptions {
4315
+ }
4316
+ /** Contains response data for the create operation. */
4317
+ export type HybridRunbookWorkerGroupCreateResponse = HybridRunbookWorkerGroup;
4318
+ /** Optional parameters. */
4319
+ export interface HybridRunbookWorkerGroupUpdateOptionalParams extends coreClient.OperationOptions {
4320
+ }
4321
+ /** Contains response data for the update operation. */
4322
+ export type HybridRunbookWorkerGroupUpdateResponse = HybridRunbookWorkerGroup;
4323
+ /** Optional parameters. */
4324
+ export interface HybridRunbookWorkerGroupListByAutomationAccountOptionalParams extends coreClient.OperationOptions {
4325
+ /** The filter to apply on the operation. */
4326
+ filter?: string;
4327
+ }
4328
+ /** Contains response data for the listByAutomationAccount operation. */
4329
+ export type HybridRunbookWorkerGroupListByAutomationAccountResponse = HybridRunbookWorkerGroupsListResult;
4330
+ /** Optional parameters. */
4331
+ export interface HybridRunbookWorkerGroupListByAutomationAccountNextOptionalParams extends coreClient.OperationOptions {
4332
+ }
4333
+ /** Contains response data for the listByAutomationAccountNext operation. */
4334
+ export type HybridRunbookWorkerGroupListByAutomationAccountNextResponse = HybridRunbookWorkerGroupsListResult;
4335
+ /** Optional parameters. */
4336
+ export interface AutomationClientOptionalParams extends coreClient.ServiceClientOptions {
4337
+ /** server parameter */
4338
+ $host?: string;
4339
+ /** Overrides client endpoint. */
4340
+ endpoint?: string;
4341
+ }
4342
+ //# sourceMappingURL=index.d.ts.map