@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.
- package/CHANGELOG.md +12 -2
- package/LICENSE +4 -4
- package/README.md +26 -17
- package/dist/browser/automationClient.d.ts +70 -0
- package/dist/browser/automationClient.d.ts.map +1 -0
- package/dist/browser/automationClient.js +204 -0
- package/dist/browser/automationClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js +33 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +4342 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js +6918 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +811 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/activityOperations.d.ts +50 -0
- package/dist/browser/operations/activityOperations.d.ts.map +1 -0
- package/dist/browser/operations/activityOperations.js +184 -0
- package/dist/browser/operations/activityOperations.js.map +1 -0
- package/dist/browser/operations/agentRegistrationInformation.d.ts +28 -0
- package/dist/browser/operations/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/browser/operations/agentRegistrationInformation.js +87 -0
- package/dist/browser/operations/agentRegistrationInformation.js.map +1 -0
- package/dist/browser/operations/automationAccountOperations.d.ts +83 -0
- package/dist/browser/operations/automationAccountOperations.d.ts.map +1 -0
- package/dist/browser/operations/automationAccountOperations.js +350 -0
- package/dist/browser/operations/automationAccountOperations.js.map +1 -0
- package/dist/browser/operations/certificateOperations.d.ts +73 -0
- package/dist/browser/operations/certificateOperations.d.ts.map +1 -0
- package/dist/browser/operations/certificateOperations.js +281 -0
- package/dist/browser/operations/certificateOperations.js.map +1 -0
- package/dist/browser/operations/connectionOperations.d.ts +73 -0
- package/dist/browser/operations/connectionOperations.d.ts.map +1 -0
- package/dist/browser/operations/connectionOperations.js +282 -0
- package/dist/browser/operations/connectionOperations.js.map +1 -0
- package/dist/browser/operations/connectionTypeOperations.d.ts +64 -0
- package/dist/browser/operations/connectionTypeOperations.d.ts.map +1 -0
- package/dist/browser/operations/connectionTypeOperations.js +238 -0
- package/dist/browser/operations/connectionTypeOperations.js.map +1 -0
- package/dist/browser/operations/credentialOperations.d.ts +73 -0
- package/dist/browser/operations/credentialOperations.d.ts.map +1 -0
- package/dist/browser/operations/credentialOperations.js +275 -0
- package/dist/browser/operations/credentialOperations.js.map +1 -0
- package/dist/browser/operations/deletedAutomationAccounts.d.ts +18 -0
- package/dist/browser/operations/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/browser/operations/deletedAutomationAccounts.js +47 -0
- package/dist/browser/operations/deletedAutomationAccounts.js.map +1 -0
- package/dist/browser/operations/dscCompilationJobOperations.d.ts +75 -0
- package/dist/browser/operations/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/browser/operations/dscCompilationJobOperations.js +297 -0
- package/dist/browser/operations/dscCompilationJobOperations.js.map +1 -0
- package/dist/browser/operations/dscCompilationJobStream.d.ts +21 -0
- package/dist/browser/operations/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/browser/operations/dscCompilationJobStream.js +56 -0
- package/dist/browser/operations/dscCompilationJobStream.js.map +1 -0
- package/dist/browser/operations/dscConfigurationOperations.d.ts +101 -0
- package/dist/browser/operations/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/browser/operations/dscConfigurationOperations.js +417 -0
- package/dist/browser/operations/dscConfigurationOperations.js.map +1 -0
- package/dist/browser/operations/dscNodeConfigurationOperations.d.ts +74 -0
- package/dist/browser/operations/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/browser/operations/dscNodeConfigurationOperations.js +301 -0
- package/dist/browser/operations/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/browser/operations/dscNodeOperations.d.ts +64 -0
- package/dist/browser/operations/dscNodeOperations.d.ts.map +1 -0
- package/dist/browser/operations/dscNodeOperations.js +243 -0
- package/dist/browser/operations/dscNodeOperations.js.map +1 -0
- package/dist/browser/operations/fields.d.ts +34 -0
- package/dist/browser/operations/fields.d.ts.map +1 -0
- package/dist/browser/operations/fields.js +100 -0
- package/dist/browser/operations/fields.js.map +1 -0
- package/dist/browser/operations/hybridRunbookWorkerGroupOperations.d.ts +74 -0
- package/dist/browser/operations/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/browser/operations/hybridRunbookWorkerGroupOperations.js +289 -0
- package/dist/browser/operations/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/browser/operations/hybridRunbookWorkers.d.ts +81 -0
- package/dist/browser/operations/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/browser/operations/hybridRunbookWorkers.js +316 -0
- package/dist/browser/operations/hybridRunbookWorkers.js.map +1 -0
- package/dist/browser/operations/index.d.ts +46 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +53 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/jobOperations.d.ts +96 -0
- package/dist/browser/operations/jobOperations.d.ts.map +1 -0
- package/dist/browser/operations/jobOperations.js +361 -0
- package/dist/browser/operations/jobOperations.js.map +1 -0
- package/dist/browser/operations/jobScheduleOperations.d.ts +64 -0
- package/dist/browser/operations/jobScheduleOperations.d.ts.map +1 -0
- package/dist/browser/operations/jobScheduleOperations.js +237 -0
- package/dist/browser/operations/jobScheduleOperations.js.map +1 -0
- package/dist/browser/operations/jobStreamOperations.d.ts +50 -0
- package/dist/browser/operations/jobStreamOperations.d.ts.map +1 -0
- package/dist/browser/operations/jobStreamOperations.js +178 -0
- package/dist/browser/operations/jobStreamOperations.js.map +1 -0
- package/dist/browser/operations/keys.d.ts +20 -0
- package/dist/browser/operations/keys.d.ts.map +1 -0
- package/dist/browser/operations/keys.js +54 -0
- package/dist/browser/operations/keys.js.map +1 -0
- package/dist/browser/operations/linkedWorkspaceOperations.d.ts +20 -0
- package/dist/browser/operations/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/browser/operations/linkedWorkspaceOperations.js +54 -0
- package/dist/browser/operations/linkedWorkspaceOperations.js.map +1 -0
- package/dist/browser/operations/moduleOperations.d.ts +73 -0
- package/dist/browser/operations/moduleOperations.d.ts.map +1 -0
- package/dist/browser/operations/moduleOperations.js +281 -0
- package/dist/browser/operations/moduleOperations.js.map +1 -0
- package/dist/browser/operations/nodeCountInformation.d.ts +21 -0
- package/dist/browser/operations/nodeCountInformation.d.ts.map +1 -0
- package/dist/browser/operations/nodeCountInformation.js +56 -0
- package/dist/browser/operations/nodeCountInformation.js.map +1 -0
- package/dist/browser/operations/nodeReports.d.ts +59 -0
- package/dist/browser/operations/nodeReports.d.ts.map +1 -0
- package/dist/browser/operations/nodeReports.js +208 -0
- package/dist/browser/operations/nodeReports.js.map +1 -0
- package/dist/browser/operations/objectDataTypes.d.ts +52 -0
- package/dist/browser/operations/objectDataTypes.d.ts.map +1 -0
- package/dist/browser/operations/objectDataTypes.js +166 -0
- package/dist/browser/operations/objectDataTypes.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +26 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +79 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +298 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +30 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +85 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/python2Package.d.ts +73 -0
- package/dist/browser/operations/python2Package.d.ts.map +1 -0
- package/dist/browser/operations/python2Package.js +281 -0
- package/dist/browser/operations/python2Package.js.map +1 -0
- package/dist/browser/operations/runbookDraftOperations.d.ts +56 -0
- package/dist/browser/operations/runbookDraftOperations.d.ts.map +1 -0
- package/dist/browser/operations/runbookDraftOperations.js +215 -0
- package/dist/browser/operations/runbookDraftOperations.js.map +1 -0
- package/dist/browser/operations/runbookOperations.d.ts +99 -0
- package/dist/browser/operations/runbookOperations.d.ts.map +1 -0
- package/dist/browser/operations/runbookOperations.js +400 -0
- package/dist/browser/operations/runbookOperations.js.map +1 -0
- package/dist/browser/operations/scheduleOperations.d.ts +73 -0
- package/dist/browser/operations/scheduleOperations.d.ts.map +1 -0
- package/dist/browser/operations/scheduleOperations.js +282 -0
- package/dist/browser/operations/scheduleOperations.js.map +1 -0
- package/dist/browser/operations/softwareUpdateConfigurationMachineRuns.d.ts +29 -0
- package/dist/browser/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/browser/operations/softwareUpdateConfigurationMachineRuns.js +97 -0
- package/dist/browser/operations/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/browser/operations/softwareUpdateConfigurationRuns.d.ts +28 -0
- package/dist/browser/operations/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/browser/operations/softwareUpdateConfigurationRuns.js +96 -0
- package/dist/browser/operations/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/browser/operations/softwareUpdateConfigurations.d.ts +45 -0
- package/dist/browser/operations/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/softwareUpdateConfigurations.js +175 -0
- package/dist/browser/operations/softwareUpdateConfigurations.js.map +1 -0
- package/dist/browser/operations/sourceControlOperations.d.ts +73 -0
- package/dist/browser/operations/sourceControlOperations.d.ts.map +1 -0
- package/dist/browser/operations/sourceControlOperations.js +281 -0
- package/dist/browser/operations/sourceControlOperations.js.map +1 -0
- package/dist/browser/operations/sourceControlSyncJobOperations.d.ts +61 -0
- package/dist/browser/operations/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/browser/operations/sourceControlSyncJobOperations.js +229 -0
- package/dist/browser/operations/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/browser/operations/sourceControlSyncJobStreams.d.ts +54 -0
- package/dist/browser/operations/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/browser/operations/sourceControlSyncJobStreams.js +199 -0
- package/dist/browser/operations/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/browser/operations/statisticsOperations.d.ts +30 -0
- package/dist/browser/operations/statisticsOperations.d.ts.map +1 -0
- package/dist/browser/operations/statisticsOperations.js +88 -0
- package/dist/browser/operations/statisticsOperations.js.map +1 -0
- package/dist/browser/operations/testJobOperations.d.ts +54 -0
- package/dist/browser/operations/testJobOperations.d.ts.map +1 -0
- package/dist/browser/operations/testJobOperations.js +187 -0
- package/dist/browser/operations/testJobOperations.js.map +1 -0
- package/dist/browser/operations/testJobStreams.d.ts +50 -0
- package/dist/browser/operations/testJobStreams.d.ts.map +1 -0
- package/dist/browser/operations/testJobStreams.js +184 -0
- package/dist/browser/operations/testJobStreams.js.map +1 -0
- package/dist/browser/operations/usages.d.ts +30 -0
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/dist/browser/operations/usages.js +88 -0
- package/dist/browser/operations/usages.js.map +1 -0
- package/dist/browser/operations/variableOperations.d.ts +73 -0
- package/dist/browser/operations/variableOperations.d.ts.map +1 -0
- package/dist/browser/operations/variableOperations.js +281 -0
- package/dist/browser/operations/variableOperations.js.map +1 -0
- package/dist/browser/operations/watcherOperations.d.ts +89 -0
- package/dist/browser/operations/watcherOperations.d.ts.map +1 -0
- package/dist/browser/operations/watcherOperations.js +341 -0
- package/dist/browser/operations/watcherOperations.js.map +1 -0
- package/dist/browser/operations/webhookOperations.d.ts +80 -0
- package/dist/browser/operations/webhookOperations.d.ts.map +1 -0
- package/dist/browser/operations/webhookOperations.js +311 -0
- package/dist/browser/operations/webhookOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/activityOperations.d.ts +23 -0
- package/dist/browser/operationsInterfaces/activityOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/activityOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/agentRegistrationInformation.d.ts +20 -0
- package/dist/browser/operationsInterfaces/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/agentRegistrationInformation.js.map +1 -0
- package/dist/browser/operationsInterfaces/automationAccountOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/automationAccountOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/automationAccountOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/certificateOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/certificateOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/certificateOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/connectionOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/connectionOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/connectionOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/connectionTypeOperations.d.ts +38 -0
- package/dist/browser/operationsInterfaces/connectionTypeOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/connectionTypeOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/credentialOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/deletedAutomationAccounts.d.ts +10 -0
- package/dist/browser/operationsInterfaces/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/deletedAutomationAccounts.js.map +1 -0
- package/dist/browser/operationsInterfaces/dscCompilationJobOperations.d.ts +49 -0
- package/dist/browser/operationsInterfaces/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dscCompilationJobOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/dscCompilationJobStream.d.ts +13 -0
- package/dist/browser/operationsInterfaces/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dscCompilationJobStream.js.map +1 -0
- package/dist/browser/operationsInterfaces/dscConfigurationOperations.d.ts +73 -0
- package/dist/browser/operationsInterfaces/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dscConfigurationOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/dscNodeConfigurationOperations.d.ts +48 -0
- package/dist/browser/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/dscNodeOperations.d.ts +38 -0
- package/dist/browser/operationsInterfaces/dscNodeOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dscNodeOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/fields.d.ts +15 -0
- package/dist/browser/operationsInterfaces/fields.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fields.js.map +1 -0
- package/dist/browser/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +48 -0
- package/dist/browser/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/hybridRunbookWorkers.d.ts +53 -0
- package/dist/browser/operationsInterfaces/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/hybridRunbookWorkers.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +46 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +53 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/jobOperations.d.ts +70 -0
- package/dist/browser/operationsInterfaces/jobOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/jobOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/jobScheduleOperations.d.ts +38 -0
- package/dist/browser/operationsInterfaces/jobScheduleOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/jobScheduleOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/jobStreamOperations.d.ts +23 -0
- package/dist/browser/operationsInterfaces/jobStreamOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/jobStreamOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/keys.d.ts +12 -0
- package/dist/browser/operationsInterfaces/keys.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/keys.js.map +1 -0
- package/dist/browser/operationsInterfaces/linkedWorkspaceOperations.d.ts +12 -0
- package/dist/browser/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/linkedWorkspaceOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/moduleOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/moduleOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/moduleOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/nodeCountInformation.d.ts +13 -0
- package/dist/browser/operationsInterfaces/nodeCountInformation.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/nodeCountInformation.js.map +1 -0
- package/dist/browser/operationsInterfaces/nodeReports.d.ts +32 -0
- package/dist/browser/operationsInterfaces/nodeReports.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/nodeReports.js.map +1 -0
- package/dist/browser/operationsInterfaces/objectDataTypes.d.ts +23 -0
- package/dist/browser/operationsInterfaces/objectDataTypes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/objectDataTypes.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +13 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/python2Package.d.ts +47 -0
- package/dist/browser/operationsInterfaces/python2Package.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/python2Package.js.map +1 -0
- package/dist/browser/operationsInterfaces/runbookDraftOperations.d.ts +48 -0
- package/dist/browser/operationsInterfaces/runbookDraftOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/runbookDraftOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/runbookOperations.d.ts +73 -0
- package/dist/browser/operationsInterfaces/runbookOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/runbookOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/scheduleOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/scheduleOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scheduleOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +21 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +20 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurations.d.ts +37 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/softwareUpdateConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/sourceControlOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sourceControlOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/sourceControlSyncJobOperations.d.ts +33 -0
- package/dist/browser/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/sourceControlSyncJobStreams.d.ts +25 -0
- package/dist/browser/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/browser/operationsInterfaces/statisticsOperations.d.ts +13 -0
- package/dist/browser/operationsInterfaces/statisticsOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/statisticsOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/testJobOperations.d.ts +46 -0
- package/dist/browser/operationsInterfaces/testJobOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/testJobOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/testJobStreams.d.ts +23 -0
- package/dist/browser/operationsInterfaces/testJobStreams.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/testJobStreams.js.map +1 -0
- package/dist/browser/operationsInterfaces/usages.d.ts +13 -0
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/dist/browser/operationsInterfaces/variableOperations.d.ts +47 -0
- package/dist/browser/operationsInterfaces/variableOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/variableOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/watcherOperations.d.ts +63 -0
- package/dist/browser/operationsInterfaces/watcherOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/watcherOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/webhookOperations.d.ts +54 -0
- package/dist/browser/operationsInterfaces/webhookOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/webhookOperations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/automationClient.d.ts +70 -0
- package/dist/commonjs/automationClient.d.ts.map +1 -0
- package/dist/commonjs/automationClient.js +209 -0
- package/dist/commonjs/automationClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +37 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +4342 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +415 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +184 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +6924 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +106 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +816 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/activityOperations.d.ts +50 -0
- package/dist/commonjs/operations/activityOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/activityOperations.js +189 -0
- package/dist/commonjs/operations/activityOperations.js.map +1 -0
- package/dist/commonjs/operations/agentRegistrationInformation.d.ts +28 -0
- package/dist/commonjs/operations/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/commonjs/operations/agentRegistrationInformation.js +92 -0
- package/dist/commonjs/operations/agentRegistrationInformation.js.map +1 -0
- package/dist/commonjs/operations/automationAccountOperations.d.ts +83 -0
- package/dist/commonjs/operations/automationAccountOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/automationAccountOperations.js +355 -0
- package/dist/commonjs/operations/automationAccountOperations.js.map +1 -0
- package/dist/commonjs/operations/certificateOperations.d.ts +73 -0
- package/dist/commonjs/operations/certificateOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/certificateOperations.js +286 -0
- package/dist/commonjs/operations/certificateOperations.js.map +1 -0
- package/dist/commonjs/operations/connectionOperations.d.ts +73 -0
- package/dist/commonjs/operations/connectionOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/connectionOperations.js +287 -0
- package/dist/commonjs/operations/connectionOperations.js.map +1 -0
- package/dist/commonjs/operations/connectionTypeOperations.d.ts +64 -0
- package/dist/commonjs/operations/connectionTypeOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/connectionTypeOperations.js +243 -0
- package/dist/commonjs/operations/connectionTypeOperations.js.map +1 -0
- package/dist/commonjs/operations/credentialOperations.d.ts +73 -0
- package/dist/commonjs/operations/credentialOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/credentialOperations.js +280 -0
- package/dist/commonjs/operations/credentialOperations.js.map +1 -0
- package/dist/commonjs/operations/deletedAutomationAccounts.d.ts +18 -0
- package/dist/commonjs/operations/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/commonjs/operations/deletedAutomationAccounts.js +52 -0
- package/dist/commonjs/operations/deletedAutomationAccounts.js.map +1 -0
- package/dist/commonjs/operations/dscCompilationJobOperations.d.ts +75 -0
- package/dist/commonjs/operations/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/dscCompilationJobOperations.js +302 -0
- package/dist/commonjs/operations/dscCompilationJobOperations.js.map +1 -0
- package/dist/commonjs/operations/dscCompilationJobStream.d.ts +21 -0
- package/dist/commonjs/operations/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/commonjs/operations/dscCompilationJobStream.js +61 -0
- package/dist/commonjs/operations/dscCompilationJobStream.js.map +1 -0
- package/dist/commonjs/operations/dscConfigurationOperations.d.ts +101 -0
- package/dist/commonjs/operations/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/dscConfigurationOperations.js +422 -0
- package/dist/commonjs/operations/dscConfigurationOperations.js.map +1 -0
- package/dist/commonjs/operations/dscNodeConfigurationOperations.d.ts +74 -0
- package/dist/commonjs/operations/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/dscNodeConfigurationOperations.js +306 -0
- package/dist/commonjs/operations/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/commonjs/operations/dscNodeOperations.d.ts +64 -0
- package/dist/commonjs/operations/dscNodeOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/dscNodeOperations.js +248 -0
- package/dist/commonjs/operations/dscNodeOperations.js.map +1 -0
- package/dist/commonjs/operations/fields.d.ts +34 -0
- package/dist/commonjs/operations/fields.d.ts.map +1 -0
- package/dist/commonjs/operations/fields.js +105 -0
- package/dist/commonjs/operations/fields.js.map +1 -0
- package/dist/commonjs/operations/hybridRunbookWorkerGroupOperations.d.ts +74 -0
- package/dist/commonjs/operations/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/hybridRunbookWorkerGroupOperations.js +294 -0
- package/dist/commonjs/operations/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/commonjs/operations/hybridRunbookWorkers.d.ts +81 -0
- package/dist/commonjs/operations/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/commonjs/operations/hybridRunbookWorkers.js +321 -0
- package/dist/commonjs/operations/hybridRunbookWorkers.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +46 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +56 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/jobOperations.d.ts +96 -0
- package/dist/commonjs/operations/jobOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/jobOperations.js +366 -0
- package/dist/commonjs/operations/jobOperations.js.map +1 -0
- package/dist/commonjs/operations/jobScheduleOperations.d.ts +64 -0
- package/dist/commonjs/operations/jobScheduleOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/jobScheduleOperations.js +242 -0
- package/dist/commonjs/operations/jobScheduleOperations.js.map +1 -0
- package/dist/commonjs/operations/jobStreamOperations.d.ts +50 -0
- package/dist/commonjs/operations/jobStreamOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/jobStreamOperations.js +183 -0
- package/dist/commonjs/operations/jobStreamOperations.js.map +1 -0
- package/dist/commonjs/operations/keys.d.ts +20 -0
- package/dist/commonjs/operations/keys.d.ts.map +1 -0
- package/dist/commonjs/operations/keys.js +59 -0
- package/dist/commonjs/operations/keys.js.map +1 -0
- package/dist/commonjs/operations/linkedWorkspaceOperations.d.ts +20 -0
- package/dist/commonjs/operations/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/linkedWorkspaceOperations.js +59 -0
- package/dist/commonjs/operations/linkedWorkspaceOperations.js.map +1 -0
- package/dist/commonjs/operations/moduleOperations.d.ts +73 -0
- package/dist/commonjs/operations/moduleOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/moduleOperations.js +286 -0
- package/dist/commonjs/operations/moduleOperations.js.map +1 -0
- package/dist/commonjs/operations/nodeCountInformation.d.ts +21 -0
- package/dist/commonjs/operations/nodeCountInformation.d.ts.map +1 -0
- package/dist/commonjs/operations/nodeCountInformation.js +61 -0
- package/dist/commonjs/operations/nodeCountInformation.js.map +1 -0
- package/dist/commonjs/operations/nodeReports.d.ts +59 -0
- package/dist/commonjs/operations/nodeReports.d.ts.map +1 -0
- package/dist/commonjs/operations/nodeReports.js +213 -0
- package/dist/commonjs/operations/nodeReports.js.map +1 -0
- package/dist/commonjs/operations/objectDataTypes.d.ts +52 -0
- package/dist/commonjs/operations/objectDataTypes.d.ts.map +1 -0
- package/dist/commonjs/operations/objectDataTypes.js +171 -0
- package/dist/commonjs/operations/objectDataTypes.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +26 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +84 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +303 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +30 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +90 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/python2Package.d.ts +73 -0
- package/dist/commonjs/operations/python2Package.d.ts.map +1 -0
- package/dist/commonjs/operations/python2Package.js +286 -0
- package/dist/commonjs/operations/python2Package.js.map +1 -0
- package/dist/commonjs/operations/runbookDraftOperations.d.ts +56 -0
- package/dist/commonjs/operations/runbookDraftOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/runbookDraftOperations.js +220 -0
- package/dist/commonjs/operations/runbookDraftOperations.js.map +1 -0
- package/dist/commonjs/operations/runbookOperations.d.ts +99 -0
- package/dist/commonjs/operations/runbookOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/runbookOperations.js +405 -0
- package/dist/commonjs/operations/runbookOperations.js.map +1 -0
- package/dist/commonjs/operations/scheduleOperations.d.ts +73 -0
- package/dist/commonjs/operations/scheduleOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/scheduleOperations.js +287 -0
- package/dist/commonjs/operations/scheduleOperations.js.map +1 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationMachineRuns.d.ts +29 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationMachineRuns.js +102 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationRuns.d.ts +28 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationRuns.js +101 -0
- package/dist/commonjs/operations/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/commonjs/operations/softwareUpdateConfigurations.d.ts +45 -0
- package/dist/commonjs/operations/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/softwareUpdateConfigurations.js +180 -0
- package/dist/commonjs/operations/softwareUpdateConfigurations.js.map +1 -0
- package/dist/commonjs/operations/sourceControlOperations.d.ts +73 -0
- package/dist/commonjs/operations/sourceControlOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/sourceControlOperations.js +286 -0
- package/dist/commonjs/operations/sourceControlOperations.js.map +1 -0
- package/dist/commonjs/operations/sourceControlSyncJobOperations.d.ts +61 -0
- package/dist/commonjs/operations/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/sourceControlSyncJobOperations.js +234 -0
- package/dist/commonjs/operations/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/commonjs/operations/sourceControlSyncJobStreams.d.ts +54 -0
- package/dist/commonjs/operations/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/commonjs/operations/sourceControlSyncJobStreams.js +204 -0
- package/dist/commonjs/operations/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/commonjs/operations/statisticsOperations.d.ts +30 -0
- package/dist/commonjs/operations/statisticsOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/statisticsOperations.js +93 -0
- package/dist/commonjs/operations/statisticsOperations.js.map +1 -0
- package/dist/commonjs/operations/testJobOperations.d.ts +54 -0
- package/dist/commonjs/operations/testJobOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/testJobOperations.js +192 -0
- package/dist/commonjs/operations/testJobOperations.js.map +1 -0
- package/dist/commonjs/operations/testJobStreams.d.ts +50 -0
- package/dist/commonjs/operations/testJobStreams.d.ts.map +1 -0
- package/dist/commonjs/operations/testJobStreams.js +189 -0
- package/dist/commonjs/operations/testJobStreams.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +30 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +93 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operations/variableOperations.d.ts +73 -0
- package/dist/commonjs/operations/variableOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/variableOperations.js +286 -0
- package/dist/commonjs/operations/variableOperations.js.map +1 -0
- package/dist/commonjs/operations/watcherOperations.d.ts +89 -0
- package/dist/commonjs/operations/watcherOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/watcherOperations.js +346 -0
- package/dist/commonjs/operations/watcherOperations.js.map +1 -0
- package/dist/commonjs/operations/webhookOperations.d.ts +80 -0
- package/dist/commonjs/operations/webhookOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/webhookOperations.js +316 -0
- package/dist/commonjs/operations/webhookOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/activityOperations.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/activityOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/activityOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/activityOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/agentRegistrationInformation.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/agentRegistrationInformation.js +10 -0
- package/dist/commonjs/operationsInterfaces/agentRegistrationInformation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/automationAccountOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/automationAccountOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/automationAccountOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/automationAccountOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/certificateOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/certificateOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/certificateOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/certificateOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectionOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/connectionOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectionOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/connectionOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectionTypeOperations.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/connectionTypeOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectionTypeOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/connectionTypeOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/credentialOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/credentialOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedAutomationAccounts.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedAutomationAccounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/deletedAutomationAccounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobOperations.d.ts +49 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobStream.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobStream.js +10 -0
- package/dist/commonjs/operationsInterfaces/dscCompilationJobStream.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscConfigurationOperations.d.ts +73 -0
- package/dist/commonjs/operationsInterfaces/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscConfigurationOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/dscConfigurationOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscNodeConfigurationOperations.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscNodeConfigurationOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscNodeOperations.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/dscNodeOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dscNodeOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/dscNodeOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fields.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/fields.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fields.js +10 -0
- package/dist/commonjs/operationsInterfaces/fields.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkerGroupOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkers.d.ts +53 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkers.js +10 -0
- package/dist/commonjs/operationsInterfaces/hybridRunbookWorkers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +56 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobOperations.d.ts +70 -0
- package/dist/commonjs/operationsInterfaces/jobOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/jobOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobScheduleOperations.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/jobScheduleOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobScheduleOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/jobScheduleOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobStreamOperations.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/jobStreamOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobStreamOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/jobStreamOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/keys.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/keys.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/keys.js +10 -0
- package/dist/commonjs/operationsInterfaces/keys.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedWorkspaceOperations.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedWorkspaceOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/linkedWorkspaceOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/moduleOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/moduleOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/moduleOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/moduleOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/nodeCountInformation.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/nodeCountInformation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/nodeCountInformation.js +10 -0
- package/dist/commonjs/operationsInterfaces/nodeCountInformation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/nodeReports.d.ts +32 -0
- package/dist/commonjs/operationsInterfaces/nodeReports.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/nodeReports.js +10 -0
- package/dist/commonjs/operationsInterfaces/nodeReports.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/objectDataTypes.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/objectDataTypes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/objectDataTypes.js +10 -0
- package/dist/commonjs/operationsInterfaces/objectDataTypes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/python2Package.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/python2Package.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/python2Package.js +10 -0
- package/dist/commonjs/operationsInterfaces/python2Package.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/runbookDraftOperations.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/runbookDraftOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/runbookDraftOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/runbookDraftOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/runbookOperations.d.ts +73 -0
- package/dist/commonjs/operationsInterfaces/runbookOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/runbookOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/runbookOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scheduleOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/scheduleOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scheduleOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/scheduleOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js +10 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationRuns.js +10 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurations.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/softwareUpdateConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sourceControlOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sourceControlOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/sourceControlOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobOperations.d.ts +33 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobStreams.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobStreams.js +10 -0
- package/dist/commonjs/operationsInterfaces/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/statisticsOperations.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/statisticsOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/statisticsOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/statisticsOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/testJobOperations.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/testJobOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/testJobOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/testJobOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/testJobStreams.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/testJobStreams.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/testJobStreams.js +10 -0
- package/dist/commonjs/operationsInterfaces/testJobStreams.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/variableOperations.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/variableOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/variableOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/variableOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/watcherOperations.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/watcherOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/watcherOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/watcherOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/webhookOperations.d.ts +54 -0
- package/dist/commonjs/operationsInterfaces/webhookOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/webhookOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/webhookOperations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/automationClient.d.ts +70 -0
- package/dist/esm/automationClient.d.ts.map +1 -0
- package/dist/esm/automationClient.js +204 -0
- package/dist/esm/automationClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +33 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +4342 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +412 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +184 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +6918 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +106 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +811 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/activityOperations.d.ts +50 -0
- package/dist/esm/operations/activityOperations.d.ts.map +1 -0
- package/dist/esm/operations/activityOperations.js +184 -0
- package/dist/esm/operations/activityOperations.js.map +1 -0
- package/dist/esm/operations/agentRegistrationInformation.d.ts +28 -0
- package/dist/esm/operations/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/esm/operations/agentRegistrationInformation.js +87 -0
- package/dist/esm/operations/agentRegistrationInformation.js.map +1 -0
- package/dist/esm/operations/automationAccountOperations.d.ts +83 -0
- package/dist/esm/operations/automationAccountOperations.d.ts.map +1 -0
- package/dist/esm/operations/automationAccountOperations.js +350 -0
- package/dist/esm/operations/automationAccountOperations.js.map +1 -0
- package/dist/esm/operations/certificateOperations.d.ts +73 -0
- package/dist/esm/operations/certificateOperations.d.ts.map +1 -0
- package/dist/esm/operations/certificateOperations.js +281 -0
- package/dist/esm/operations/certificateOperations.js.map +1 -0
- package/dist/esm/operations/connectionOperations.d.ts +73 -0
- package/dist/esm/operations/connectionOperations.d.ts.map +1 -0
- package/dist/esm/operations/connectionOperations.js +282 -0
- package/dist/esm/operations/connectionOperations.js.map +1 -0
- package/dist/esm/operations/connectionTypeOperations.d.ts +64 -0
- package/dist/esm/operations/connectionTypeOperations.d.ts.map +1 -0
- package/dist/esm/operations/connectionTypeOperations.js +238 -0
- package/dist/esm/operations/connectionTypeOperations.js.map +1 -0
- package/dist/esm/operations/credentialOperations.d.ts +73 -0
- package/dist/esm/operations/credentialOperations.d.ts.map +1 -0
- package/dist/esm/operations/credentialOperations.js +275 -0
- package/dist/esm/operations/credentialOperations.js.map +1 -0
- package/dist/esm/operations/deletedAutomationAccounts.d.ts +18 -0
- package/dist/esm/operations/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/esm/operations/deletedAutomationAccounts.js +47 -0
- package/dist/esm/operations/deletedAutomationAccounts.js.map +1 -0
- package/dist/esm/operations/dscCompilationJobOperations.d.ts +75 -0
- package/dist/esm/operations/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/esm/operations/dscCompilationJobOperations.js +297 -0
- package/dist/esm/operations/dscCompilationJobOperations.js.map +1 -0
- package/dist/esm/operations/dscCompilationJobStream.d.ts +21 -0
- package/dist/esm/operations/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/esm/operations/dscCompilationJobStream.js +56 -0
- package/dist/esm/operations/dscCompilationJobStream.js.map +1 -0
- package/dist/esm/operations/dscConfigurationOperations.d.ts +101 -0
- package/dist/esm/operations/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/esm/operations/dscConfigurationOperations.js +417 -0
- package/dist/esm/operations/dscConfigurationOperations.js.map +1 -0
- package/dist/esm/operations/dscNodeConfigurationOperations.d.ts +74 -0
- package/dist/esm/operations/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/esm/operations/dscNodeConfigurationOperations.js +301 -0
- package/dist/esm/operations/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/esm/operations/dscNodeOperations.d.ts +64 -0
- package/dist/esm/operations/dscNodeOperations.d.ts.map +1 -0
- package/dist/esm/operations/dscNodeOperations.js +243 -0
- package/dist/esm/operations/dscNodeOperations.js.map +1 -0
- package/dist/esm/operations/fields.d.ts +34 -0
- package/dist/esm/operations/fields.d.ts.map +1 -0
- package/dist/esm/operations/fields.js +100 -0
- package/dist/esm/operations/fields.js.map +1 -0
- package/dist/esm/operations/hybridRunbookWorkerGroupOperations.d.ts +74 -0
- package/dist/esm/operations/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/esm/operations/hybridRunbookWorkerGroupOperations.js +289 -0
- package/dist/esm/operations/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/esm/operations/hybridRunbookWorkers.d.ts +81 -0
- package/dist/esm/operations/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/esm/operations/hybridRunbookWorkers.js +316 -0
- package/dist/esm/operations/hybridRunbookWorkers.js.map +1 -0
- package/dist/esm/operations/index.d.ts +46 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +53 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/jobOperations.d.ts +96 -0
- package/dist/esm/operations/jobOperations.d.ts.map +1 -0
- package/dist/esm/operations/jobOperations.js +361 -0
- package/dist/esm/operations/jobOperations.js.map +1 -0
- package/dist/esm/operations/jobScheduleOperations.d.ts +64 -0
- package/dist/esm/operations/jobScheduleOperations.d.ts.map +1 -0
- package/dist/esm/operations/jobScheduleOperations.js +237 -0
- package/dist/esm/operations/jobScheduleOperations.js.map +1 -0
- package/dist/esm/operations/jobStreamOperations.d.ts +50 -0
- package/dist/esm/operations/jobStreamOperations.d.ts.map +1 -0
- package/dist/esm/operations/jobStreamOperations.js +178 -0
- package/dist/esm/operations/jobStreamOperations.js.map +1 -0
- package/dist/esm/operations/keys.d.ts +20 -0
- package/dist/esm/operations/keys.d.ts.map +1 -0
- package/dist/esm/operations/keys.js +54 -0
- package/dist/esm/operations/keys.js.map +1 -0
- package/dist/esm/operations/linkedWorkspaceOperations.d.ts +20 -0
- package/dist/esm/operations/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/esm/operations/linkedWorkspaceOperations.js +54 -0
- package/dist/esm/operations/linkedWorkspaceOperations.js.map +1 -0
- package/dist/esm/operations/moduleOperations.d.ts +73 -0
- package/dist/esm/operations/moduleOperations.d.ts.map +1 -0
- package/dist/esm/operations/moduleOperations.js +281 -0
- package/dist/esm/operations/moduleOperations.js.map +1 -0
- package/dist/esm/operations/nodeCountInformation.d.ts +21 -0
- package/dist/esm/operations/nodeCountInformation.d.ts.map +1 -0
- package/dist/esm/operations/nodeCountInformation.js +56 -0
- package/dist/esm/operations/nodeCountInformation.js.map +1 -0
- package/dist/esm/operations/nodeReports.d.ts +59 -0
- package/dist/esm/operations/nodeReports.d.ts.map +1 -0
- package/dist/esm/operations/nodeReports.js +208 -0
- package/dist/esm/operations/nodeReports.js.map +1 -0
- package/dist/esm/operations/objectDataTypes.d.ts +52 -0
- package/dist/esm/operations/objectDataTypes.d.ts.map +1 -0
- package/dist/esm/operations/objectDataTypes.js +166 -0
- package/dist/esm/operations/objectDataTypes.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +26 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +79 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +298 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +30 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +85 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/python2Package.d.ts +73 -0
- package/dist/esm/operations/python2Package.d.ts.map +1 -0
- package/dist/esm/operations/python2Package.js +281 -0
- package/dist/esm/operations/python2Package.js.map +1 -0
- package/dist/esm/operations/runbookDraftOperations.d.ts +56 -0
- package/dist/esm/operations/runbookDraftOperations.d.ts.map +1 -0
- package/dist/esm/operations/runbookDraftOperations.js +215 -0
- package/dist/esm/operations/runbookDraftOperations.js.map +1 -0
- package/dist/esm/operations/runbookOperations.d.ts +99 -0
- package/dist/esm/operations/runbookOperations.d.ts.map +1 -0
- package/dist/esm/operations/runbookOperations.js +400 -0
- package/dist/esm/operations/runbookOperations.js.map +1 -0
- package/dist/esm/operations/scheduleOperations.d.ts +73 -0
- package/dist/esm/operations/scheduleOperations.d.ts.map +1 -0
- package/dist/esm/operations/scheduleOperations.js +282 -0
- package/dist/esm/operations/scheduleOperations.js.map +1 -0
- package/dist/esm/operations/softwareUpdateConfigurationMachineRuns.d.ts +29 -0
- package/dist/esm/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/esm/operations/softwareUpdateConfigurationMachineRuns.js +97 -0
- package/dist/esm/operations/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/esm/operations/softwareUpdateConfigurationRuns.d.ts +28 -0
- package/dist/esm/operations/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/esm/operations/softwareUpdateConfigurationRuns.js +96 -0
- package/dist/esm/operations/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/esm/operations/softwareUpdateConfigurations.d.ts +45 -0
- package/dist/esm/operations/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/softwareUpdateConfigurations.js +175 -0
- package/dist/esm/operations/softwareUpdateConfigurations.js.map +1 -0
- package/dist/esm/operations/sourceControlOperations.d.ts +73 -0
- package/dist/esm/operations/sourceControlOperations.d.ts.map +1 -0
- package/dist/esm/operations/sourceControlOperations.js +281 -0
- package/dist/esm/operations/sourceControlOperations.js.map +1 -0
- package/dist/esm/operations/sourceControlSyncJobOperations.d.ts +61 -0
- package/dist/esm/operations/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/esm/operations/sourceControlSyncJobOperations.js +229 -0
- package/dist/esm/operations/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/esm/operations/sourceControlSyncJobStreams.d.ts +54 -0
- package/dist/esm/operations/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/esm/operations/sourceControlSyncJobStreams.js +199 -0
- package/dist/esm/operations/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/esm/operations/statisticsOperations.d.ts +30 -0
- package/dist/esm/operations/statisticsOperations.d.ts.map +1 -0
- package/dist/esm/operations/statisticsOperations.js +88 -0
- package/dist/esm/operations/statisticsOperations.js.map +1 -0
- package/dist/esm/operations/testJobOperations.d.ts +54 -0
- package/dist/esm/operations/testJobOperations.d.ts.map +1 -0
- package/dist/esm/operations/testJobOperations.js +187 -0
- package/dist/esm/operations/testJobOperations.js.map +1 -0
- package/dist/esm/operations/testJobStreams.d.ts +50 -0
- package/dist/esm/operations/testJobStreams.d.ts.map +1 -0
- package/dist/esm/operations/testJobStreams.js +184 -0
- package/dist/esm/operations/testJobStreams.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +30 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +88 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operations/variableOperations.d.ts +73 -0
- package/dist/esm/operations/variableOperations.d.ts.map +1 -0
- package/dist/esm/operations/variableOperations.js +281 -0
- package/dist/esm/operations/variableOperations.js.map +1 -0
- package/dist/esm/operations/watcherOperations.d.ts +89 -0
- package/dist/esm/operations/watcherOperations.d.ts.map +1 -0
- package/dist/esm/operations/watcherOperations.js +341 -0
- package/dist/esm/operations/watcherOperations.js.map +1 -0
- package/dist/esm/operations/webhookOperations.d.ts +80 -0
- package/dist/esm/operations/webhookOperations.d.ts.map +1 -0
- package/dist/esm/operations/webhookOperations.js +311 -0
- package/dist/esm/operations/webhookOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/activityOperations.d.ts +23 -0
- package/dist/esm/operationsInterfaces/activityOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/activityOperations.js +9 -0
- package/dist/esm/operationsInterfaces/activityOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/agentRegistrationInformation.d.ts +20 -0
- package/dist/esm/operationsInterfaces/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/agentRegistrationInformation.js +9 -0
- package/dist/esm/operationsInterfaces/agentRegistrationInformation.js.map +1 -0
- package/dist/esm/operationsInterfaces/automationAccountOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/automationAccountOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/automationAccountOperations.js +9 -0
- package/dist/esm/operationsInterfaces/automationAccountOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/certificateOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/certificateOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/certificateOperations.js +9 -0
- package/dist/esm/operationsInterfaces/certificateOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/connectionOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/connectionOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/connectionOperations.js +9 -0
- package/dist/esm/operationsInterfaces/connectionOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/connectionTypeOperations.d.ts +38 -0
- package/dist/esm/operationsInterfaces/connectionTypeOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/connectionTypeOperations.js +9 -0
- package/dist/esm/operationsInterfaces/connectionTypeOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/credentialOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/credentialOperations.js +9 -0
- package/dist/esm/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/deletedAutomationAccounts.d.ts +10 -0
- package/dist/esm/operationsInterfaces/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/deletedAutomationAccounts.js +9 -0
- package/dist/esm/operationsInterfaces/deletedAutomationAccounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobOperations.d.ts +49 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobOperations.js +9 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobStream.d.ts +13 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobStream.js +9 -0
- package/dist/esm/operationsInterfaces/dscCompilationJobStream.js.map +1 -0
- package/dist/esm/operationsInterfaces/dscConfigurationOperations.d.ts +73 -0
- package/dist/esm/operationsInterfaces/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dscConfigurationOperations.js +9 -0
- package/dist/esm/operationsInterfaces/dscConfigurationOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/dscNodeConfigurationOperations.d.ts +48 -0
- package/dist/esm/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dscNodeConfigurationOperations.js +9 -0
- package/dist/esm/operationsInterfaces/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/dscNodeOperations.d.ts +38 -0
- package/dist/esm/operationsInterfaces/dscNodeOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dscNodeOperations.js +9 -0
- package/dist/esm/operationsInterfaces/dscNodeOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/fields.d.ts +15 -0
- package/dist/esm/operationsInterfaces/fields.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fields.js +9 -0
- package/dist/esm/operationsInterfaces/fields.js.map +1 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +48 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkerGroupOperations.js +9 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkers.d.ts +53 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkers.js +9 -0
- package/dist/esm/operationsInterfaces/hybridRunbookWorkers.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +46 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +53 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/jobOperations.d.ts +70 -0
- package/dist/esm/operationsInterfaces/jobOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/jobOperations.js +9 -0
- package/dist/esm/operationsInterfaces/jobOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/jobScheduleOperations.d.ts +38 -0
- package/dist/esm/operationsInterfaces/jobScheduleOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/jobScheduleOperations.js +9 -0
- package/dist/esm/operationsInterfaces/jobScheduleOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/jobStreamOperations.d.ts +23 -0
- package/dist/esm/operationsInterfaces/jobStreamOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/jobStreamOperations.js +9 -0
- package/dist/esm/operationsInterfaces/jobStreamOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/keys.d.ts +12 -0
- package/dist/esm/operationsInterfaces/keys.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/keys.js +9 -0
- package/dist/esm/operationsInterfaces/keys.js.map +1 -0
- package/dist/esm/operationsInterfaces/linkedWorkspaceOperations.d.ts +12 -0
- package/dist/esm/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/linkedWorkspaceOperations.js +9 -0
- package/dist/esm/operationsInterfaces/linkedWorkspaceOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/moduleOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/moduleOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/moduleOperations.js +9 -0
- package/dist/esm/operationsInterfaces/moduleOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/nodeCountInformation.d.ts +13 -0
- package/dist/esm/operationsInterfaces/nodeCountInformation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/nodeCountInformation.js +9 -0
- package/dist/esm/operationsInterfaces/nodeCountInformation.js.map +1 -0
- package/dist/esm/operationsInterfaces/nodeReports.d.ts +32 -0
- package/dist/esm/operationsInterfaces/nodeReports.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/nodeReports.js +9 -0
- package/dist/esm/operationsInterfaces/nodeReports.js.map +1 -0
- package/dist/esm/operationsInterfaces/objectDataTypes.d.ts +23 -0
- package/dist/esm/operationsInterfaces/objectDataTypes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/objectDataTypes.js +9 -0
- package/dist/esm/operationsInterfaces/objectDataTypes.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +13 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/python2Package.d.ts +47 -0
- package/dist/esm/operationsInterfaces/python2Package.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/python2Package.js +9 -0
- package/dist/esm/operationsInterfaces/python2Package.js.map +1 -0
- package/dist/esm/operationsInterfaces/runbookDraftOperations.d.ts +48 -0
- package/dist/esm/operationsInterfaces/runbookDraftOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/runbookDraftOperations.js +9 -0
- package/dist/esm/operationsInterfaces/runbookDraftOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/runbookOperations.d.ts +73 -0
- package/dist/esm/operationsInterfaces/runbookOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/runbookOperations.js +9 -0
- package/dist/esm/operationsInterfaces/runbookOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/scheduleOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/scheduleOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scheduleOperations.js +9 -0
- package/dist/esm/operationsInterfaces/scheduleOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +21 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js +9 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +20 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationRuns.js +9 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurations.d.ts +37 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/softwareUpdateConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sourceControlOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sourceControlOperations.js +9 -0
- package/dist/esm/operationsInterfaces/sourceControlOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobOperations.d.ts +33 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobOperations.js +9 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobStreams.d.ts +25 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobStreams.js +9 -0
- package/dist/esm/operationsInterfaces/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/esm/operationsInterfaces/statisticsOperations.d.ts +13 -0
- package/dist/esm/operationsInterfaces/statisticsOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/statisticsOperations.js +9 -0
- package/dist/esm/operationsInterfaces/statisticsOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/testJobOperations.d.ts +46 -0
- package/dist/esm/operationsInterfaces/testJobOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/testJobOperations.js +9 -0
- package/dist/esm/operationsInterfaces/testJobOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/testJobStreams.d.ts +23 -0
- package/dist/esm/operationsInterfaces/testJobStreams.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/testJobStreams.js +9 -0
- package/dist/esm/operationsInterfaces/testJobStreams.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +13 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/variableOperations.d.ts +47 -0
- package/dist/esm/operationsInterfaces/variableOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/variableOperations.js +9 -0
- package/dist/esm/operationsInterfaces/variableOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/watcherOperations.d.ts +63 -0
- package/dist/esm/operationsInterfaces/watcherOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/watcherOperations.js +9 -0
- package/dist/esm/operationsInterfaces/watcherOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/webhookOperations.d.ts +54 -0
- package/dist/esm/operationsInterfaces/webhookOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/webhookOperations.js +9 -0
- package/dist/esm/operationsInterfaces/webhookOperations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/automationClient.d.ts +70 -0
- package/dist/react-native/automationClient.d.ts.map +1 -0
- package/dist/react-native/automationClient.js +204 -0
- package/dist/react-native/automationClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +33 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +4342 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +412 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +184 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +6918 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +106 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +811 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/activityOperations.d.ts +50 -0
- package/dist/react-native/operations/activityOperations.d.ts.map +1 -0
- package/dist/react-native/operations/activityOperations.js +184 -0
- package/dist/react-native/operations/activityOperations.js.map +1 -0
- package/dist/react-native/operations/agentRegistrationInformation.d.ts +28 -0
- package/dist/react-native/operations/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/react-native/operations/agentRegistrationInformation.js +87 -0
- package/dist/react-native/operations/agentRegistrationInformation.js.map +1 -0
- package/dist/react-native/operations/automationAccountOperations.d.ts +83 -0
- package/dist/react-native/operations/automationAccountOperations.d.ts.map +1 -0
- package/dist/react-native/operations/automationAccountOperations.js +350 -0
- package/dist/react-native/operations/automationAccountOperations.js.map +1 -0
- package/dist/react-native/operations/certificateOperations.d.ts +73 -0
- package/dist/react-native/operations/certificateOperations.d.ts.map +1 -0
- package/dist/react-native/operations/certificateOperations.js +281 -0
- package/dist/react-native/operations/certificateOperations.js.map +1 -0
- package/dist/react-native/operations/connectionOperations.d.ts +73 -0
- package/dist/react-native/operations/connectionOperations.d.ts.map +1 -0
- package/dist/react-native/operations/connectionOperations.js +282 -0
- package/dist/react-native/operations/connectionOperations.js.map +1 -0
- package/dist/react-native/operations/connectionTypeOperations.d.ts +64 -0
- package/dist/react-native/operations/connectionTypeOperations.d.ts.map +1 -0
- package/dist/react-native/operations/connectionTypeOperations.js +238 -0
- package/dist/react-native/operations/connectionTypeOperations.js.map +1 -0
- package/dist/react-native/operations/credentialOperations.d.ts +73 -0
- package/dist/react-native/operations/credentialOperations.d.ts.map +1 -0
- package/dist/react-native/operations/credentialOperations.js +275 -0
- package/dist/react-native/operations/credentialOperations.js.map +1 -0
- package/dist/react-native/operations/deletedAutomationAccounts.d.ts +18 -0
- package/dist/react-native/operations/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/react-native/operations/deletedAutomationAccounts.js +47 -0
- package/dist/react-native/operations/deletedAutomationAccounts.js.map +1 -0
- package/dist/react-native/operations/dscCompilationJobOperations.d.ts +75 -0
- package/dist/react-native/operations/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/react-native/operations/dscCompilationJobOperations.js +297 -0
- package/dist/react-native/operations/dscCompilationJobOperations.js.map +1 -0
- package/dist/react-native/operations/dscCompilationJobStream.d.ts +21 -0
- package/dist/react-native/operations/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/react-native/operations/dscCompilationJobStream.js +56 -0
- package/dist/react-native/operations/dscCompilationJobStream.js.map +1 -0
- package/dist/react-native/operations/dscConfigurationOperations.d.ts +101 -0
- package/dist/react-native/operations/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/react-native/operations/dscConfigurationOperations.js +417 -0
- package/dist/react-native/operations/dscConfigurationOperations.js.map +1 -0
- package/dist/react-native/operations/dscNodeConfigurationOperations.d.ts +74 -0
- package/dist/react-native/operations/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/react-native/operations/dscNodeConfigurationOperations.js +301 -0
- package/dist/react-native/operations/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/react-native/operations/dscNodeOperations.d.ts +64 -0
- package/dist/react-native/operations/dscNodeOperations.d.ts.map +1 -0
- package/dist/react-native/operations/dscNodeOperations.js +243 -0
- package/dist/react-native/operations/dscNodeOperations.js.map +1 -0
- package/dist/react-native/operations/fields.d.ts +34 -0
- package/dist/react-native/operations/fields.d.ts.map +1 -0
- package/dist/react-native/operations/fields.js +100 -0
- package/dist/react-native/operations/fields.js.map +1 -0
- package/dist/react-native/operations/hybridRunbookWorkerGroupOperations.d.ts +74 -0
- package/dist/react-native/operations/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/react-native/operations/hybridRunbookWorkerGroupOperations.js +289 -0
- package/dist/react-native/operations/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/react-native/operations/hybridRunbookWorkers.d.ts +81 -0
- package/dist/react-native/operations/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/react-native/operations/hybridRunbookWorkers.js +316 -0
- package/dist/react-native/operations/hybridRunbookWorkers.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +46 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +53 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/jobOperations.d.ts +96 -0
- package/dist/react-native/operations/jobOperations.d.ts.map +1 -0
- package/dist/react-native/operations/jobOperations.js +361 -0
- package/dist/react-native/operations/jobOperations.js.map +1 -0
- package/dist/react-native/operations/jobScheduleOperations.d.ts +64 -0
- package/dist/react-native/operations/jobScheduleOperations.d.ts.map +1 -0
- package/dist/react-native/operations/jobScheduleOperations.js +237 -0
- package/dist/react-native/operations/jobScheduleOperations.js.map +1 -0
- package/dist/react-native/operations/jobStreamOperations.d.ts +50 -0
- package/dist/react-native/operations/jobStreamOperations.d.ts.map +1 -0
- package/dist/react-native/operations/jobStreamOperations.js +178 -0
- package/dist/react-native/operations/jobStreamOperations.js.map +1 -0
- package/dist/react-native/operations/keys.d.ts +20 -0
- package/dist/react-native/operations/keys.d.ts.map +1 -0
- package/dist/react-native/operations/keys.js +54 -0
- package/dist/react-native/operations/keys.js.map +1 -0
- package/dist/react-native/operations/linkedWorkspaceOperations.d.ts +20 -0
- package/dist/react-native/operations/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/react-native/operations/linkedWorkspaceOperations.js +54 -0
- package/dist/react-native/operations/linkedWorkspaceOperations.js.map +1 -0
- package/dist/react-native/operations/moduleOperations.d.ts +73 -0
- package/dist/react-native/operations/moduleOperations.d.ts.map +1 -0
- package/dist/react-native/operations/moduleOperations.js +281 -0
- package/dist/react-native/operations/moduleOperations.js.map +1 -0
- package/dist/react-native/operations/nodeCountInformation.d.ts +21 -0
- package/dist/react-native/operations/nodeCountInformation.d.ts.map +1 -0
- package/dist/react-native/operations/nodeCountInformation.js +56 -0
- package/dist/react-native/operations/nodeCountInformation.js.map +1 -0
- package/dist/react-native/operations/nodeReports.d.ts +59 -0
- package/dist/react-native/operations/nodeReports.d.ts.map +1 -0
- package/dist/react-native/operations/nodeReports.js +208 -0
- package/dist/react-native/operations/nodeReports.js.map +1 -0
- package/dist/react-native/operations/objectDataTypes.d.ts +52 -0
- package/dist/react-native/operations/objectDataTypes.d.ts.map +1 -0
- package/dist/react-native/operations/objectDataTypes.js +166 -0
- package/dist/react-native/operations/objectDataTypes.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +26 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +79 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +298 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +30 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +85 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/python2Package.d.ts +73 -0
- package/dist/react-native/operations/python2Package.d.ts.map +1 -0
- package/dist/react-native/operations/python2Package.js +281 -0
- package/dist/react-native/operations/python2Package.js.map +1 -0
- package/dist/react-native/operations/runbookDraftOperations.d.ts +56 -0
- package/dist/react-native/operations/runbookDraftOperations.d.ts.map +1 -0
- package/dist/react-native/operations/runbookDraftOperations.js +215 -0
- package/dist/react-native/operations/runbookDraftOperations.js.map +1 -0
- package/dist/react-native/operations/runbookOperations.d.ts +99 -0
- package/dist/react-native/operations/runbookOperations.d.ts.map +1 -0
- package/dist/react-native/operations/runbookOperations.js +400 -0
- package/dist/react-native/operations/runbookOperations.js.map +1 -0
- package/dist/react-native/operations/scheduleOperations.d.ts +73 -0
- package/dist/react-native/operations/scheduleOperations.d.ts.map +1 -0
- package/dist/react-native/operations/scheduleOperations.js +282 -0
- package/dist/react-native/operations/scheduleOperations.js.map +1 -0
- package/dist/react-native/operations/softwareUpdateConfigurationMachineRuns.d.ts +29 -0
- package/dist/react-native/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/react-native/operations/softwareUpdateConfigurationMachineRuns.js +97 -0
- package/dist/react-native/operations/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/react-native/operations/softwareUpdateConfigurationRuns.d.ts +28 -0
- package/dist/react-native/operations/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/react-native/operations/softwareUpdateConfigurationRuns.js +96 -0
- package/dist/react-native/operations/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/react-native/operations/softwareUpdateConfigurations.d.ts +45 -0
- package/dist/react-native/operations/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/softwareUpdateConfigurations.js +175 -0
- package/dist/react-native/operations/softwareUpdateConfigurations.js.map +1 -0
- package/dist/react-native/operations/sourceControlOperations.d.ts +73 -0
- package/dist/react-native/operations/sourceControlOperations.d.ts.map +1 -0
- package/dist/react-native/operations/sourceControlOperations.js +281 -0
- package/dist/react-native/operations/sourceControlOperations.js.map +1 -0
- package/dist/react-native/operations/sourceControlSyncJobOperations.d.ts +61 -0
- package/dist/react-native/operations/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/react-native/operations/sourceControlSyncJobOperations.js +229 -0
- package/dist/react-native/operations/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/react-native/operations/sourceControlSyncJobStreams.d.ts +54 -0
- package/dist/react-native/operations/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/react-native/operations/sourceControlSyncJobStreams.js +199 -0
- package/dist/react-native/operations/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/react-native/operations/statisticsOperations.d.ts +30 -0
- package/dist/react-native/operations/statisticsOperations.d.ts.map +1 -0
- package/dist/react-native/operations/statisticsOperations.js +88 -0
- package/dist/react-native/operations/statisticsOperations.js.map +1 -0
- package/dist/react-native/operations/testJobOperations.d.ts +54 -0
- package/dist/react-native/operations/testJobOperations.d.ts.map +1 -0
- package/dist/react-native/operations/testJobOperations.js +187 -0
- package/dist/react-native/operations/testJobOperations.js.map +1 -0
- package/dist/react-native/operations/testJobStreams.d.ts +50 -0
- package/dist/react-native/operations/testJobStreams.d.ts.map +1 -0
- package/dist/react-native/operations/testJobStreams.js +184 -0
- package/dist/react-native/operations/testJobStreams.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +30 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +88 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operations/variableOperations.d.ts +73 -0
- package/dist/react-native/operations/variableOperations.d.ts.map +1 -0
- package/dist/react-native/operations/variableOperations.js +281 -0
- package/dist/react-native/operations/variableOperations.js.map +1 -0
- package/dist/react-native/operations/watcherOperations.d.ts +89 -0
- package/dist/react-native/operations/watcherOperations.d.ts.map +1 -0
- package/dist/react-native/operations/watcherOperations.js +341 -0
- package/dist/react-native/operations/watcherOperations.js.map +1 -0
- package/dist/react-native/operations/webhookOperations.d.ts +80 -0
- package/dist/react-native/operations/webhookOperations.d.ts.map +1 -0
- package/dist/react-native/operations/webhookOperations.js +311 -0
- package/dist/react-native/operations/webhookOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/activityOperations.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/activityOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/activityOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/activityOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/agentRegistrationInformation.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/agentRegistrationInformation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/agentRegistrationInformation.js +9 -0
- package/dist/react-native/operationsInterfaces/agentRegistrationInformation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/automationAccountOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/automationAccountOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/automationAccountOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/automationAccountOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/certificateOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/certificateOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/certificateOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/certificateOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connectionOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/connectionOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/connectionOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/connectionOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connectionTypeOperations.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/connectionTypeOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/connectionTypeOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/connectionTypeOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/credentialOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/credentialOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedAutomationAccounts.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/deletedAutomationAccounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedAutomationAccounts.js +9 -0
- package/dist/react-native/operationsInterfaces/deletedAutomationAccounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobOperations.d.ts +49 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobStream.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobStream.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobStream.js +9 -0
- package/dist/react-native/operationsInterfaces/dscCompilationJobStream.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dscConfigurationOperations.d.ts +73 -0
- package/dist/react-native/operationsInterfaces/dscConfigurationOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dscConfigurationOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/dscConfigurationOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dscNodeConfigurationOperations.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dscNodeConfigurationOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/dscNodeConfigurationOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dscNodeOperations.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/dscNodeOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dscNodeOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/dscNodeOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fields.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/fields.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fields.js +9 -0
- package/dist/react-native/operationsInterfaces/fields.js.map +1 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkerGroupOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkers.d.ts +53 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkers.js +9 -0
- package/dist/react-native/operationsInterfaces/hybridRunbookWorkers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +53 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/jobOperations.d.ts +70 -0
- package/dist/react-native/operationsInterfaces/jobOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/jobOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/jobOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/jobScheduleOperations.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/jobScheduleOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/jobScheduleOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/jobScheduleOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/jobStreamOperations.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/jobStreamOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/jobStreamOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/jobStreamOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/keys.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/keys.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/keys.js +9 -0
- package/dist/react-native/operationsInterfaces/keys.js.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedWorkspaceOperations.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedWorkspaceOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/linkedWorkspaceOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/moduleOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/moduleOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/moduleOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/moduleOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/nodeCountInformation.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/nodeCountInformation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/nodeCountInformation.js +9 -0
- package/dist/react-native/operationsInterfaces/nodeCountInformation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/nodeReports.d.ts +32 -0
- package/dist/react-native/operationsInterfaces/nodeReports.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/nodeReports.js +9 -0
- package/dist/react-native/operationsInterfaces/nodeReports.js.map +1 -0
- package/dist/react-native/operationsInterfaces/objectDataTypes.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/objectDataTypes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/objectDataTypes.js +9 -0
- package/dist/react-native/operationsInterfaces/objectDataTypes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/python2Package.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/python2Package.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/python2Package.js +9 -0
- package/dist/react-native/operationsInterfaces/python2Package.js.map +1 -0
- package/dist/react-native/operationsInterfaces/runbookDraftOperations.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/runbookDraftOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/runbookDraftOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/runbookDraftOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/runbookOperations.d.ts +73 -0
- package/dist/react-native/operationsInterfaces/runbookOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/runbookOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/runbookOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scheduleOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/scheduleOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scheduleOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/scheduleOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js +9 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +1 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationRuns.js +9 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +1 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurations.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/softwareUpdateConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sourceControlOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/sourceControlOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sourceControlOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/sourceControlOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobOperations.d.ts +33 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobStreams.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobStreams.js +9 -0
- package/dist/react-native/operationsInterfaces/sourceControlSyncJobStreams.js.map +1 -0
- package/dist/react-native/operationsInterfaces/statisticsOperations.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/statisticsOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/statisticsOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/statisticsOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/testJobOperations.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/testJobOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/testJobOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/testJobOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/testJobStreams.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/testJobStreams.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/testJobStreams.js +9 -0
- package/dist/react-native/operationsInterfaces/testJobStreams.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/variableOperations.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/variableOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/variableOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/variableOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/watcherOperations.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/watcherOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/watcherOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/watcherOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/webhookOperations.d.ts +54 -0
- package/dist/react-native/operationsInterfaces/webhookOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/webhookOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/webhookOperations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +87 -78
- package/review/arm-automation-node.api.md +3756 -0
- package/LICENSE.txt +0 -21
- package/dist/index.js +0 -18203
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/activityGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/activityGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/activityGetSample.js +0 -40
- package/dist-esm/samples-dev/activityGetSample.js.map +0 -1
- package/dist-esm/samples-dev/activityListByModuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/activityListByModuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/activityListByModuleSample.js +0 -53
- package/dist-esm/samples-dev/activityListByModuleSample.js.map +0 -1
- package/dist-esm/samples-dev/agentRegistrationInformationGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/agentRegistrationInformationGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/agentRegistrationInformationGetSample.js +0 -38
- package/dist-esm/samples-dev/agentRegistrationInformationGetSample.js.map +0 -1
- package/dist-esm/samples-dev/agentRegistrationInformationRegenerateKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/agentRegistrationInformationRegenerateKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/agentRegistrationInformationRegenerateKeySample.js +0 -41
- package/dist-esm/samples-dev/agentRegistrationInformationRegenerateKeySample.js.map +0 -1
- package/dist-esm/samples-dev/automationAccountCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/automationAccountCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/automationAccountCreateOrUpdateSample.js +0 -43
- package/dist-esm/samples-dev/automationAccountCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/automationAccountDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/automationAccountDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/automationAccountDeleteSample.js +0 -38
- package/dist-esm/samples-dev/automationAccountDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/automationAccountGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/automationAccountGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/automationAccountGetSample.js +0 -38
- package/dist-esm/samples-dev/automationAccountGetSample.js.map +0 -1
- package/dist-esm/samples-dev/automationAccountListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/automationAccountListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/automationAccountListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/automationAccountListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/automationAccountListSample.d.ts +0 -2
- package/dist-esm/samples-dev/automationAccountListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/automationAccountListSample.js +0 -50
- package/dist-esm/samples-dev/automationAccountListSample.js.map +0 -1
- package/dist-esm/samples-dev/automationAccountUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/automationAccountUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/automationAccountUpdateSample.js +0 -43
- package/dist-esm/samples-dev/automationAccountUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/certificateCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificateCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificateCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/certificateCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/certificateDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificateDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificateDeleteSample.js +0 -39
- package/dist-esm/samples-dev/certificateDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/certificateGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificateGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificateGetSample.js +0 -39
- package/dist-esm/samples-dev/certificateGetSample.js.map +0 -1
- package/dist-esm/samples-dev/certificateListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificateListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificateListByAutomationAccountSample.js +0 -52
- package/dist-esm/samples-dev/certificateListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/certificateUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/certificateUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/certificateUpdateSample.js +0 -43
- package/dist-esm/samples-dev/certificateUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectionCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectionCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectionCreateOrUpdateSample.js +0 -48
- package/dist-esm/samples-dev/connectionCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectionDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectionDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectionDeleteSample.js +0 -39
- package/dist-esm/samples-dev/connectionDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/connectionGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectionGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectionGetSample.js +0 -39
- package/dist-esm/samples-dev/connectionGetSample.js.map +0 -1
- package/dist-esm/samples-dev/connectionListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectionListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectionListByAutomationAccountSample.js +0 -84
- package/dist-esm/samples-dev/connectionListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/connectionTypeCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectionTypeCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectionTypeCreateOrUpdateSample.js +0 -52
- package/dist-esm/samples-dev/connectionTypeCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectionTypeDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectionTypeDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectionTypeDeleteSample.js +0 -39
- package/dist-esm/samples-dev/connectionTypeDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/connectionTypeGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectionTypeGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectionTypeGetSample.js +0 -39
- package/dist-esm/samples-dev/connectionTypeGetSample.js.map +0 -1
- package/dist-esm/samples-dev/connectionTypeListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectionTypeListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectionTypeListByAutomationAccountSample.js +0 -84
- package/dist-esm/samples-dev/connectionTypeListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/connectionUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectionUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectionUpdateSample.js +0 -47
- package/dist-esm/samples-dev/connectionUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/convertGraphRunbookContentSample.d.ts +0 -2
- package/dist-esm/samples-dev/convertGraphRunbookContentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/convertGraphRunbookContentSample.js +0 -66
- package/dist-esm/samples-dev/convertGraphRunbookContentSample.js.map +0 -1
- package/dist-esm/samples-dev/credentialCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/credentialCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/credentialCreateOrUpdateSample.js +0 -45
- package/dist-esm/samples-dev/credentialCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/credentialDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/credentialDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/credentialDeleteSample.js +0 -39
- package/dist-esm/samples-dev/credentialDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/credentialGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/credentialGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/credentialGetSample.js +0 -39
- package/dist-esm/samples-dev/credentialGetSample.js.map +0 -1
- package/dist-esm/samples-dev/credentialListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/credentialListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/credentialListByAutomationAccountSample.js +0 -84
- package/dist-esm/samples-dev/credentialListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/credentialUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/credentialUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/credentialUpdateSample.js +0 -45
- package/dist-esm/samples-dev/credentialUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/deletedAutomationAccountsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/deletedAutomationAccountsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deletedAutomationAccountsListBySubscriptionSample.js +0 -36
- package/dist-esm/samples-dev/deletedAutomationAccountsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/dscCompilationJobCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dscCompilationJobCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dscCompilationJobCreateSample.js +0 -42
- package/dist-esm/samples-dev/dscCompilationJobCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/dscCompilationJobGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dscCompilationJobGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dscCompilationJobGetSample.js +0 -39
- package/dist-esm/samples-dev/dscCompilationJobGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dscCompilationJobGetStreamSample.d.ts +0 -2
- package/dist-esm/samples-dev/dscCompilationJobGetStreamSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dscCompilationJobGetStreamSample.js +0 -40
- package/dist-esm/samples-dev/dscCompilationJobGetStreamSample.js.map +0 -1
- package/dist-esm/samples-dev/dscCompilationJobListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/dscCompilationJobListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dscCompilationJobListByAutomationAccountSample.js +0 -52
- package/dist-esm/samples-dev/dscCompilationJobListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/dscCompilationJobStreamListByJobSample.d.ts +0 -2
- package/dist-esm/samples-dev/dscCompilationJobStreamListByJobSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dscCompilationJobStreamListByJobSample.js +0 -39
- package/dist-esm/samples-dev/dscCompilationJobStreamListByJobSample.js.map +0 -1
- package/dist-esm/samples-dev/dscConfigurationDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dscConfigurationDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dscConfigurationDeleteSample.js +0 -39
- package/dist-esm/samples-dev/dscConfigurationDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dscConfigurationGetContentSample.d.ts +0 -2
- package/dist-esm/samples-dev/dscConfigurationGetContentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dscConfigurationGetContentSample.js +0 -39
- package/dist-esm/samples-dev/dscConfigurationGetContentSample.js.map +0 -1
- package/dist-esm/samples-dev/dscConfigurationGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dscConfigurationGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dscConfigurationGetSample.js +0 -39
- package/dist-esm/samples-dev/dscConfigurationGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dscConfigurationListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/dscConfigurationListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dscConfigurationListByAutomationAccountSample.js +0 -134
- package/dist-esm/samples-dev/dscConfigurationListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/dscNodeConfigurationCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dscNodeConfigurationCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dscNodeConfigurationCreateOrUpdateSample.js +0 -53
- package/dist-esm/samples-dev/dscNodeConfigurationCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dscNodeConfigurationDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dscNodeConfigurationDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dscNodeConfigurationDeleteSample.js +0 -39
- package/dist-esm/samples-dev/dscNodeConfigurationDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dscNodeConfigurationGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dscNodeConfigurationGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dscNodeConfigurationGetSample.js +0 -39
- package/dist-esm/samples-dev/dscNodeConfigurationGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dscNodeConfigurationListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/dscNodeConfigurationListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dscNodeConfigurationListByAutomationAccountSample.js +0 -134
- package/dist-esm/samples-dev/dscNodeConfigurationListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/dscNodeDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dscNodeDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dscNodeDeleteSample.js +0 -39
- package/dist-esm/samples-dev/dscNodeDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dscNodeGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dscNodeGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dscNodeGetSample.js +0 -39
- package/dist-esm/samples-dev/dscNodeGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dscNodeListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/dscNodeListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dscNodeListByAutomationAccountSample.js +0 -344
- package/dist-esm/samples-dev/dscNodeListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/dscNodeUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dscNodeUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dscNodeUpdateSample.js +0 -43
- package/dist-esm/samples-dev/dscNodeUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/fieldsListByTypeSample.d.ts +0 -2
- package/dist-esm/samples-dev/fieldsListByTypeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fieldsListByTypeSample.js +0 -54
- package/dist-esm/samples-dev/fieldsListByTypeSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridRunbookWorkerGroupCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridRunbookWorkerGroupCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridRunbookWorkerGroupCreateSample.js +0 -42
- package/dist-esm/samples-dev/hybridRunbookWorkerGroupCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridRunbookWorkerGroupDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridRunbookWorkerGroupDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridRunbookWorkerGroupDeleteSample.js +0 -39
- package/dist-esm/samples-dev/hybridRunbookWorkerGroupDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridRunbookWorkerGroupGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridRunbookWorkerGroupGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridRunbookWorkerGroupGetSample.js +0 -39
- package/dist-esm/samples-dev/hybridRunbookWorkerGroupGetSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridRunbookWorkerGroupListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridRunbookWorkerGroupListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridRunbookWorkerGroupListByAutomationAccountSample.js +0 -52
- package/dist-esm/samples-dev/hybridRunbookWorkerGroupListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridRunbookWorkerGroupUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridRunbookWorkerGroupUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridRunbookWorkerGroupUpdateSample.js +0 -42
- package/dist-esm/samples-dev/hybridRunbookWorkerGroupUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridRunbookWorkersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridRunbookWorkersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridRunbookWorkersCreateSample.js +0 -43
- package/dist-esm/samples-dev/hybridRunbookWorkersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridRunbookWorkersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridRunbookWorkersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridRunbookWorkersDeleteSample.js +0 -40
- package/dist-esm/samples-dev/hybridRunbookWorkersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridRunbookWorkersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridRunbookWorkersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridRunbookWorkersGetSample.js +0 -40
- package/dist-esm/samples-dev/hybridRunbookWorkersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridRunbookWorkersListByHybridRunbookWorkerGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridRunbookWorkersListByHybridRunbookWorkerGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridRunbookWorkersListByHybridRunbookWorkerGroupSample.js +0 -53
- package/dist-esm/samples-dev/hybridRunbookWorkersListByHybridRunbookWorkerGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/hybridRunbookWorkersMoveSample.d.ts +0 -2
- package/dist-esm/samples-dev/hybridRunbookWorkersMoveSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/hybridRunbookWorkersMoveSample.js +0 -43
- package/dist-esm/samples-dev/hybridRunbookWorkersMoveSample.js.map +0 -1
- package/dist-esm/samples-dev/jobCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobCreateSample.js +0 -45
- package/dist-esm/samples-dev/jobCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/jobGetOutputSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobGetOutputSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobGetOutputSample.js +0 -40
- package/dist-esm/samples-dev/jobGetOutputSample.js.map +0 -1
- package/dist-esm/samples-dev/jobGetRunbookContentSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobGetRunbookContentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobGetRunbookContentSample.js +0 -40
- package/dist-esm/samples-dev/jobGetRunbookContentSample.js.map +0 -1
- package/dist-esm/samples-dev/jobGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobGetSample.js +0 -40
- package/dist-esm/samples-dev/jobGetSample.js.map +0 -1
- package/dist-esm/samples-dev/jobListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobListByAutomationAccountSample.js +0 -53
- package/dist-esm/samples-dev/jobListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/jobResumeSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobResumeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobResumeSample.js +0 -40
- package/dist-esm/samples-dev/jobResumeSample.js.map +0 -1
- package/dist-esm/samples-dev/jobScheduleCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobScheduleCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobScheduleCreateSample.js +0 -49
- package/dist-esm/samples-dev/jobScheduleCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/jobScheduleDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobScheduleDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobScheduleDeleteSample.js +0 -39
- package/dist-esm/samples-dev/jobScheduleDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/jobScheduleGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobScheduleGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobScheduleGetSample.js +0 -39
- package/dist-esm/samples-dev/jobScheduleGetSample.js.map +0 -1
- package/dist-esm/samples-dev/jobScheduleListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobScheduleListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobScheduleListByAutomationAccountSample.js +0 -52
- package/dist-esm/samples-dev/jobScheduleListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/jobStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobStopSample.js +0 -40
- package/dist-esm/samples-dev/jobStopSample.js.map +0 -1
- package/dist-esm/samples-dev/jobStreamGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobStreamGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobStreamGetSample.js +0 -41
- package/dist-esm/samples-dev/jobStreamGetSample.js.map +0 -1
- package/dist-esm/samples-dev/jobStreamListByJobSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobStreamListByJobSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobStreamListByJobSample.js +0 -54
- package/dist-esm/samples-dev/jobStreamListByJobSample.js.map +0 -1
- package/dist-esm/samples-dev/jobSuspendSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobSuspendSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobSuspendSample.js +0 -40
- package/dist-esm/samples-dev/jobSuspendSample.js.map +0 -1
- package/dist-esm/samples-dev/keysListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/keysListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/keysListByAutomationAccountSample.js +0 -38
- package/dist-esm/samples-dev/keysListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedWorkspaceGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedWorkspaceGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedWorkspaceGetSample.js +0 -38
- package/dist-esm/samples-dev/linkedWorkspaceGetSample.js.map +0 -1
- package/dist-esm/samples-dev/moduleCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/moduleCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moduleCreateOrUpdateSample.js +0 -49
- package/dist-esm/samples-dev/moduleCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/moduleDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/moduleDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moduleDeleteSample.js +0 -39
- package/dist-esm/samples-dev/moduleDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/moduleGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/moduleGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moduleGetSample.js +0 -39
- package/dist-esm/samples-dev/moduleGetSample.js.map +0 -1
- package/dist-esm/samples-dev/moduleListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/moduleListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moduleListByAutomationAccountSample.js +0 -52
- package/dist-esm/samples-dev/moduleListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/moduleUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/moduleUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/moduleUpdateSample.js +0 -49
- package/dist-esm/samples-dev/moduleUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/nodeCountInformationGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/nodeCountInformationGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/nodeCountInformationGetSample.js +0 -58
- package/dist-esm/samples-dev/nodeCountInformationGetSample.js.map +0 -1
- package/dist-esm/samples-dev/nodeReportsGetContentSample.d.ts +0 -2
- package/dist-esm/samples-dev/nodeReportsGetContentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/nodeReportsGetContentSample.js +0 -40
- package/dist-esm/samples-dev/nodeReportsGetContentSample.js.map +0 -1
- package/dist-esm/samples-dev/nodeReportsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/nodeReportsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/nodeReportsGetSample.js +0 -40
- package/dist-esm/samples-dev/nodeReportsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/nodeReportsListByNodeSample.d.ts +0 -2
- package/dist-esm/samples-dev/nodeReportsListByNodeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/nodeReportsListByNodeSample.js +0 -86
- package/dist-esm/samples-dev/nodeReportsListByNodeSample.js.map +0 -1
- package/dist-esm/samples-dev/objectDataTypesListFieldsByModuleAndTypeSample.d.ts +0 -2
- package/dist-esm/samples-dev/objectDataTypesListFieldsByModuleAndTypeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/objectDataTypesListFieldsByModuleAndTypeSample.js +0 -54
- package/dist-esm/samples-dev/objectDataTypesListFieldsByModuleAndTypeSample.js.map +0 -1
- package/dist-esm/samples-dev/objectDataTypesListFieldsByTypeSample.d.ts +0 -2
- package/dist-esm/samples-dev/objectDataTypesListFieldsByTypeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/objectDataTypesListFieldsByTypeSample.js +0 -53
- package/dist-esm/samples-dev/objectDataTypesListFieldsByTypeSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByAutomationAccountSample.js +0 -53
- package/dist-esm/samples-dev/privateEndpointConnectionsListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesAutomationSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesAutomationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesAutomationSample.js +0 -53
- package/dist-esm/samples-dev/privateLinkResourcesAutomationSample.js.map +0 -1
- package/dist-esm/samples-dev/python2PackageCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/python2PackageCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/python2PackageCreateOrUpdateSample.js +0 -50
- package/dist-esm/samples-dev/python2PackageCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/python2PackageDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/python2PackageDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/python2PackageDeleteSample.js +0 -39
- package/dist-esm/samples-dev/python2PackageDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/python2PackageGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/python2PackageGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/python2PackageGetSample.js +0 -39
- package/dist-esm/samples-dev/python2PackageGetSample.js.map +0 -1
- package/dist-esm/samples-dev/python2PackageListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/python2PackageListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/python2PackageListByAutomationAccountSample.js +0 -52
- package/dist-esm/samples-dev/python2PackageListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/python2PackageUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/python2PackageUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/python2PackageUpdateSample.js +0 -40
- package/dist-esm/samples-dev/python2PackageUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/runbookCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/runbookCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/runbookCreateOrUpdateSample.js +0 -85
- package/dist-esm/samples-dev/runbookCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/runbookDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/runbookDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/runbookDeleteSample.js +0 -39
- package/dist-esm/samples-dev/runbookDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/runbookDraftGetContentSample.d.ts +0 -2
- package/dist-esm/samples-dev/runbookDraftGetContentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/runbookDraftGetContentSample.js +0 -39
- package/dist-esm/samples-dev/runbookDraftGetContentSample.js.map +0 -1
- package/dist-esm/samples-dev/runbookDraftGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/runbookDraftGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/runbookDraftGetSample.js +0 -39
- package/dist-esm/samples-dev/runbookDraftGetSample.js.map +0 -1
- package/dist-esm/samples-dev/runbookDraftUndoEditSample.d.ts +0 -2
- package/dist-esm/samples-dev/runbookDraftUndoEditSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/runbookDraftUndoEditSample.js +0 -39
- package/dist-esm/samples-dev/runbookDraftUndoEditSample.js.map +0 -1
- package/dist-esm/samples-dev/runbookGetContentSample.d.ts +0 -2
- package/dist-esm/samples-dev/runbookGetContentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/runbookGetContentSample.js +0 -39
- package/dist-esm/samples-dev/runbookGetContentSample.js.map +0 -1
- package/dist-esm/samples-dev/runbookGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/runbookGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/runbookGetSample.js +0 -39
- package/dist-esm/samples-dev/runbookGetSample.js.map +0 -1
- package/dist-esm/samples-dev/runbookListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/runbookListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/runbookListByAutomationAccountSample.js +0 -52
- package/dist-esm/samples-dev/runbookListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/runbookPublishSample.d.ts +0 -2
- package/dist-esm/samples-dev/runbookPublishSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/runbookPublishSample.js +0 -39
- package/dist-esm/samples-dev/runbookPublishSample.js.map +0 -1
- package/dist-esm/samples-dev/runbookUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/runbookUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/runbookUpdateSample.js +0 -45
- package/dist-esm/samples-dev/runbookUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduleCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduleCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduleCreateOrUpdateSample.js +0 -48
- package/dist-esm/samples-dev/scheduleCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduleDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduleDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduleDeleteSample.js +0 -39
- package/dist-esm/samples-dev/scheduleDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduleGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduleGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduleGetSample.js +0 -39
- package/dist-esm/samples-dev/scheduleGetSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduleListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduleListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduleListByAutomationAccountSample.js +0 -84
- package/dist-esm/samples-dev/scheduleListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduleUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduleUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduleUpdateSample.js +0 -44
- package/dist-esm/samples-dev/scheduleUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/softwareUpdateConfigurationMachineRunsGetByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/softwareUpdateConfigurationMachineRunsGetByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/softwareUpdateConfigurationMachineRunsGetByIdSample.js +0 -40
- package/dist-esm/samples-dev/softwareUpdateConfigurationMachineRunsGetByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/softwareUpdateConfigurationMachineRunsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/softwareUpdateConfigurationMachineRunsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/softwareUpdateConfigurationMachineRunsListSample.js +0 -62
- package/dist-esm/samples-dev/softwareUpdateConfigurationMachineRunsListSample.js.map +0 -1
- package/dist-esm/samples-dev/softwareUpdateConfigurationRunsGetByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/softwareUpdateConfigurationRunsGetByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/softwareUpdateConfigurationRunsGetByIdSample.js +0 -40
- package/dist-esm/samples-dev/softwareUpdateConfigurationRunsGetByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/softwareUpdateConfigurationRunsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/softwareUpdateConfigurationRunsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/softwareUpdateConfigurationRunsListSample.js +0 -60
- package/dist-esm/samples-dev/softwareUpdateConfigurationRunsListSample.js.map +0 -1
- package/dist-esm/samples-dev/softwareUpdateConfigurationsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/softwareUpdateConfigurationsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/softwareUpdateConfigurationsCreateSample.js +0 -94
- package/dist-esm/samples-dev/softwareUpdateConfigurationsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/softwareUpdateConfigurationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/softwareUpdateConfigurationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/softwareUpdateConfigurationsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/softwareUpdateConfigurationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/softwareUpdateConfigurationsGetByNameSample.d.ts +0 -2
- package/dist-esm/samples-dev/softwareUpdateConfigurationsGetByNameSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/softwareUpdateConfigurationsGetByNameSample.js +0 -40
- package/dist-esm/samples-dev/softwareUpdateConfigurationsGetByNameSample.js.map +0 -1
- package/dist-esm/samples-dev/softwareUpdateConfigurationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/softwareUpdateConfigurationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/softwareUpdateConfigurationsListSample.js +0 -60
- package/dist-esm/samples-dev/softwareUpdateConfigurationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/sourceControlCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sourceControlCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sourceControlCreateOrUpdateSample.js +0 -52
- package/dist-esm/samples-dev/sourceControlCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sourceControlDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sourceControlDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sourceControlDeleteSample.js +0 -39
- package/dist-esm/samples-dev/sourceControlDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sourceControlGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sourceControlGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sourceControlGetSample.js +0 -39
- package/dist-esm/samples-dev/sourceControlGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sourceControlListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/sourceControlListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sourceControlListByAutomationAccountSample.js +0 -52
- package/dist-esm/samples-dev/sourceControlListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/sourceControlSyncJobCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sourceControlSyncJobCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sourceControlSyncJobCreateSample.js +0 -43
- package/dist-esm/samples-dev/sourceControlSyncJobCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/sourceControlSyncJobGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sourceControlSyncJobGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sourceControlSyncJobGetSample.js +0 -40
- package/dist-esm/samples-dev/sourceControlSyncJobGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sourceControlSyncJobListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/sourceControlSyncJobListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sourceControlSyncJobListByAutomationAccountSample.js +0 -53
- package/dist-esm/samples-dev/sourceControlSyncJobListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/sourceControlSyncJobStreamsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sourceControlSyncJobStreamsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sourceControlSyncJobStreamsGetSample.js +0 -41
- package/dist-esm/samples-dev/sourceControlSyncJobStreamsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sourceControlSyncJobStreamsListBySyncJobSample.d.ts +0 -2
- package/dist-esm/samples-dev/sourceControlSyncJobStreamsListBySyncJobSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sourceControlSyncJobStreamsListBySyncJobSample.js +0 -54
- package/dist-esm/samples-dev/sourceControlSyncJobStreamsListBySyncJobSample.js.map +0 -1
- package/dist-esm/samples-dev/sourceControlUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sourceControlUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sourceControlUpdateSample.js +0 -50
- package/dist-esm/samples-dev/sourceControlUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/statisticsListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/statisticsListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/statisticsListByAutomationAccountSample.js +0 -52
- package/dist-esm/samples-dev/statisticsListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/testJobCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/testJobCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/testJobCreateSample.js +0 -44
- package/dist-esm/samples-dev/testJobCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/testJobGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/testJobGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/testJobGetSample.js +0 -40
- package/dist-esm/samples-dev/testJobGetSample.js.map +0 -1
- package/dist-esm/samples-dev/testJobResumeSample.d.ts +0 -2
- package/dist-esm/samples-dev/testJobResumeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/testJobResumeSample.js +0 -40
- package/dist-esm/samples-dev/testJobResumeSample.js.map +0 -1
- package/dist-esm/samples-dev/testJobStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/testJobStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/testJobStopSample.js +0 -40
- package/dist-esm/samples-dev/testJobStopSample.js.map +0 -1
- package/dist-esm/samples-dev/testJobStreamsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/testJobStreamsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/testJobStreamsGetSample.js +0 -41
- package/dist-esm/samples-dev/testJobStreamsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/testJobStreamsListByTestJobSample.d.ts +0 -2
- package/dist-esm/samples-dev/testJobStreamsListByTestJobSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/testJobStreamsListByTestJobSample.js +0 -54
- package/dist-esm/samples-dev/testJobStreamsListByTestJobSample.js.map +0 -1
- package/dist-esm/samples-dev/testJobSuspendSample.d.ts +0 -2
- package/dist-esm/samples-dev/testJobSuspendSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/testJobSuspendSample.js +0 -40
- package/dist-esm/samples-dev/testJobSuspendSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListByAutomationAccountSample.js +0 -52
- package/dist-esm/samples-dev/usagesListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/variableCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/variableCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/variableCreateOrUpdateSample.js +0 -45
- package/dist-esm/samples-dev/variableCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/variableDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/variableDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/variableDeleteSample.js +0 -39
- package/dist-esm/samples-dev/variableDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/variableGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/variableGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/variableGetSample.js +0 -39
- package/dist-esm/samples-dev/variableGetSample.js.map +0 -1
- package/dist-esm/samples-dev/variableListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/variableListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/variableListByAutomationAccountSample.js +0 -84
- package/dist-esm/samples-dev/variableListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/variableUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/variableUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/variableUpdateSample.js +0 -43
- package/dist-esm/samples-dev/variableUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/watcherCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/watcherCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/watcherCreateOrUpdateSample.js +0 -51
- package/dist-esm/samples-dev/watcherCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/watcherDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/watcherDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/watcherDeleteSample.js +0 -39
- package/dist-esm/samples-dev/watcherDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/watcherGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/watcherGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/watcherGetSample.js +0 -39
- package/dist-esm/samples-dev/watcherGetSample.js.map +0 -1
- package/dist-esm/samples-dev/watcherListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/watcherListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/watcherListByAutomationAccountSample.js +0 -52
- package/dist-esm/samples-dev/watcherListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/watcherStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/watcherStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/watcherStartSample.js +0 -39
- package/dist-esm/samples-dev/watcherStartSample.js.map +0 -1
- package/dist-esm/samples-dev/watcherStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/watcherStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/watcherStopSample.js +0 -39
- package/dist-esm/samples-dev/watcherStopSample.js.map +0 -1
- package/dist-esm/samples-dev/watcherUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/watcherUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/watcherUpdateSample.js +0 -43
- package/dist-esm/samples-dev/watcherUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webhookCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webhookCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webhookCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/webhookCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webhookDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/webhookDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webhookDeleteSample.js +0 -39
- package/dist-esm/samples-dev/webhookDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/webhookGenerateUriSample.d.ts +0 -2
- package/dist-esm/samples-dev/webhookGenerateUriSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webhookGenerateUriSample.js +0 -38
- package/dist-esm/samples-dev/webhookGenerateUriSample.js.map +0 -1
- package/dist-esm/samples-dev/webhookGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/webhookGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webhookGetSample.js +0 -39
- package/dist-esm/samples-dev/webhookGetSample.js.map +0 -1
- package/dist-esm/samples-dev/webhookListByAutomationAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/webhookListByAutomationAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webhookListByAutomationAccountSample.js +0 -52
- package/dist-esm/samples-dev/webhookListByAutomationAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/webhookUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webhookUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webhookUpdateSample.js +0 -44
- package/dist-esm/samples-dev/webhookUpdateSample.js.map +0 -1
- package/dist-esm/src/automationClient.d.ts +0 -70
- package/dist-esm/src/automationClient.d.ts.map +0 -1
- package/dist-esm/src/automationClient.js +0 -152
- package/dist-esm/src/automationClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -4343
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -6683
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -811
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/activityOperations.d.ts +0 -50
- package/dist-esm/src/operations/activityOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/activityOperations.js +0 -199
- package/dist-esm/src/operations/activityOperations.js.map +0 -1
- package/dist-esm/src/operations/agentRegistrationInformation.d.ts +0 -28
- package/dist-esm/src/operations/agentRegistrationInformation.d.ts.map +0 -1
- package/dist-esm/src/operations/agentRegistrationInformation.js +0 -86
- package/dist-esm/src/operations/agentRegistrationInformation.js.map +0 -1
- package/dist-esm/src/operations/automationAccountOperations.d.ts +0 -83
- package/dist-esm/src/operations/automationAccountOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/automationAccountOperations.js +0 -380
- package/dist-esm/src/operations/automationAccountOperations.js.map +0 -1
- package/dist-esm/src/operations/certificateOperations.d.ts +0 -73
- package/dist-esm/src/operations/certificateOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/certificateOperations.js +0 -296
- package/dist-esm/src/operations/certificateOperations.js.map +0 -1
- package/dist-esm/src/operations/connectionOperations.d.ts +0 -73
- package/dist-esm/src/operations/connectionOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/connectionOperations.js +0 -297
- package/dist-esm/src/operations/connectionOperations.js.map +0 -1
- package/dist-esm/src/operations/connectionTypeOperations.d.ts +0 -64
- package/dist-esm/src/operations/connectionTypeOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/connectionTypeOperations.js +0 -253
- package/dist-esm/src/operations/connectionTypeOperations.js.map +0 -1
- package/dist-esm/src/operations/credentialOperations.d.ts +0 -73
- package/dist-esm/src/operations/credentialOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/credentialOperations.js +0 -290
- package/dist-esm/src/operations/credentialOperations.js.map +0 -1
- package/dist-esm/src/operations/deletedAutomationAccounts.d.ts +0 -18
- package/dist-esm/src/operations/deletedAutomationAccounts.d.ts.map +0 -1
- package/dist-esm/src/operations/deletedAutomationAccounts.js +0 -46
- package/dist-esm/src/operations/deletedAutomationAccounts.js.map +0 -1
- package/dist-esm/src/operations/dscCompilationJobOperations.d.ts +0 -75
- package/dist-esm/src/operations/dscCompilationJobOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/dscCompilationJobOperations.js +0 -311
- package/dist-esm/src/operations/dscCompilationJobOperations.js.map +0 -1
- package/dist-esm/src/operations/dscCompilationJobStream.d.ts +0 -21
- package/dist-esm/src/operations/dscCompilationJobStream.d.ts.map +0 -1
- package/dist-esm/src/operations/dscCompilationJobStream.js +0 -55
- package/dist-esm/src/operations/dscCompilationJobStream.js.map +0 -1
- package/dist-esm/src/operations/dscConfigurationOperations.d.ts +0 -101
- package/dist-esm/src/operations/dscConfigurationOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/dscConfigurationOperations.js +0 -432
- package/dist-esm/src/operations/dscConfigurationOperations.js.map +0 -1
- package/dist-esm/src/operations/dscNodeConfigurationOperations.d.ts +0 -74
- package/dist-esm/src/operations/dscNodeConfigurationOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/dscNodeConfigurationOperations.js +0 -315
- package/dist-esm/src/operations/dscNodeConfigurationOperations.js.map +0 -1
- package/dist-esm/src/operations/dscNodeOperations.d.ts +0 -64
- package/dist-esm/src/operations/dscNodeOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/dscNodeOperations.js +0 -258
- package/dist-esm/src/operations/dscNodeOperations.js.map +0 -1
- package/dist-esm/src/operations/fields.d.ts +0 -34
- package/dist-esm/src/operations/fields.d.ts.map +0 -1
- package/dist-esm/src/operations/fields.js +0 -115
- package/dist-esm/src/operations/fields.js.map +0 -1
- package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.d.ts +0 -74
- package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.js +0 -304
- package/dist-esm/src/operations/hybridRunbookWorkerGroupOperations.js.map +0 -1
- package/dist-esm/src/operations/hybridRunbookWorkers.d.ts +0 -81
- package/dist-esm/src/operations/hybridRunbookWorkers.d.ts.map +0 -1
- package/dist-esm/src/operations/hybridRunbookWorkers.js +0 -331
- package/dist-esm/src/operations/hybridRunbookWorkers.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -46
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -53
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/jobOperations.d.ts +0 -96
- package/dist-esm/src/operations/jobOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/jobOperations.js +0 -376
- package/dist-esm/src/operations/jobOperations.js.map +0 -1
- package/dist-esm/src/operations/jobScheduleOperations.d.ts +0 -64
- package/dist-esm/src/operations/jobScheduleOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/jobScheduleOperations.js +0 -252
- package/dist-esm/src/operations/jobScheduleOperations.js.map +0 -1
- package/dist-esm/src/operations/jobStreamOperations.d.ts +0 -50
- package/dist-esm/src/operations/jobStreamOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/jobStreamOperations.js +0 -193
- package/dist-esm/src/operations/jobStreamOperations.js.map +0 -1
- package/dist-esm/src/operations/keys.d.ts +0 -20
- package/dist-esm/src/operations/keys.d.ts.map +0 -1
- package/dist-esm/src/operations/keys.js +0 -53
- package/dist-esm/src/operations/keys.js.map +0 -1
- package/dist-esm/src/operations/linkedWorkspaceOperations.d.ts +0 -20
- package/dist-esm/src/operations/linkedWorkspaceOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/linkedWorkspaceOperations.js +0 -53
- package/dist-esm/src/operations/linkedWorkspaceOperations.js.map +0 -1
- package/dist-esm/src/operations/moduleOperations.d.ts +0 -73
- package/dist-esm/src/operations/moduleOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/moduleOperations.js +0 -296
- package/dist-esm/src/operations/moduleOperations.js.map +0 -1
- package/dist-esm/src/operations/nodeCountInformation.d.ts +0 -21
- package/dist-esm/src/operations/nodeCountInformation.d.ts.map +0 -1
- package/dist-esm/src/operations/nodeCountInformation.js +0 -55
- package/dist-esm/src/operations/nodeCountInformation.js.map +0 -1
- package/dist-esm/src/operations/nodeReports.d.ts +0 -59
- package/dist-esm/src/operations/nodeReports.d.ts.map +0 -1
- package/dist-esm/src/operations/nodeReports.js +0 -223
- package/dist-esm/src/operations/nodeReports.js.map +0 -1
- package/dist-esm/src/operations/objectDataTypes.d.ts +0 -52
- package/dist-esm/src/operations/objectDataTypes.d.ts.map +0 -1
- package/dist-esm/src/operations/objectDataTypes.js +0 -196
- package/dist-esm/src/operations/objectDataTypes.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -26
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -94
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -73
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -311
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -30
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -100
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/python2Package.d.ts +0 -73
- package/dist-esm/src/operations/python2Package.d.ts.map +0 -1
- package/dist-esm/src/operations/python2Package.js +0 -296
- package/dist-esm/src/operations/python2Package.js.map +0 -1
- package/dist-esm/src/operations/runbookDraftOperations.d.ts +0 -56
- package/dist-esm/src/operations/runbookDraftOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/runbookDraftOperations.js +0 -214
- package/dist-esm/src/operations/runbookDraftOperations.js.map +0 -1
- package/dist-esm/src/operations/runbookOperations.d.ts +0 -99
- package/dist-esm/src/operations/runbookOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/runbookOperations.js +0 -414
- package/dist-esm/src/operations/runbookOperations.js.map +0 -1
- package/dist-esm/src/operations/scheduleOperations.d.ts +0 -73
- package/dist-esm/src/operations/scheduleOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/scheduleOperations.js +0 -297
- package/dist-esm/src/operations/scheduleOperations.js.map +0 -1
- package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.d.ts +0 -29
- package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.d.ts.map +0 -1
- package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.js +0 -96
- package/dist-esm/src/operations/softwareUpdateConfigurationMachineRuns.js.map +0 -1
- package/dist-esm/src/operations/softwareUpdateConfigurationRuns.d.ts +0 -28
- package/dist-esm/src/operations/softwareUpdateConfigurationRuns.d.ts.map +0 -1
- package/dist-esm/src/operations/softwareUpdateConfigurationRuns.js +0 -95
- package/dist-esm/src/operations/softwareUpdateConfigurationRuns.js.map +0 -1
- package/dist-esm/src/operations/softwareUpdateConfigurations.d.ts +0 -45
- package/dist-esm/src/operations/softwareUpdateConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/softwareUpdateConfigurations.js +0 -174
- package/dist-esm/src/operations/softwareUpdateConfigurations.js.map +0 -1
- package/dist-esm/src/operations/sourceControlOperations.d.ts +0 -73
- package/dist-esm/src/operations/sourceControlOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/sourceControlOperations.js +0 -296
- package/dist-esm/src/operations/sourceControlOperations.js.map +0 -1
- package/dist-esm/src/operations/sourceControlSyncJobOperations.d.ts +0 -61
- package/dist-esm/src/operations/sourceControlSyncJobOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/sourceControlSyncJobOperations.js +0 -244
- package/dist-esm/src/operations/sourceControlSyncJobOperations.js.map +0 -1
- package/dist-esm/src/operations/sourceControlSyncJobStreams.d.ts +0 -54
- package/dist-esm/src/operations/sourceControlSyncJobStreams.d.ts.map +0 -1
- package/dist-esm/src/operations/sourceControlSyncJobStreams.js +0 -214
- package/dist-esm/src/operations/sourceControlSyncJobStreams.js.map +0 -1
- package/dist-esm/src/operations/statisticsOperations.d.ts +0 -30
- package/dist-esm/src/operations/statisticsOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/statisticsOperations.js +0 -103
- package/dist-esm/src/operations/statisticsOperations.js.map +0 -1
- package/dist-esm/src/operations/testJobOperations.d.ts +0 -54
- package/dist-esm/src/operations/testJobOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/testJobOperations.js +0 -186
- package/dist-esm/src/operations/testJobOperations.js.map +0 -1
- package/dist-esm/src/operations/testJobStreams.d.ts +0 -50
- package/dist-esm/src/operations/testJobStreams.d.ts.map +0 -1
- package/dist-esm/src/operations/testJobStreams.js +0 -199
- package/dist-esm/src/operations/testJobStreams.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts +0 -30
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js +0 -103
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operations/variableOperations.d.ts +0 -73
- package/dist-esm/src/operations/variableOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/variableOperations.js +0 -296
- package/dist-esm/src/operations/variableOperations.js.map +0 -1
- package/dist-esm/src/operations/watcherOperations.d.ts +0 -89
- package/dist-esm/src/operations/watcherOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/watcherOperations.js +0 -356
- package/dist-esm/src/operations/watcherOperations.js.map +0 -1
- package/dist-esm/src/operations/webhookOperations.d.ts +0 -80
- package/dist-esm/src/operations/webhookOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/webhookOperations.js +0 -326
- package/dist-esm/src/operations/webhookOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/activityOperations.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/activityOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/activityOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/agentRegistrationInformation.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/agentRegistrationInformation.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/agentRegistrationInformation.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/automationAccountOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/automationAccountOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/automationAccountOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/certificateOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectionOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/connectionOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectionOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectionTypeOperations.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/connectionTypeOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectionTypeOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/credentialOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/deletedAutomationAccounts.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/deletedAutomationAccounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/deletedAutomationAccounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscCompilationJobOperations.d.ts +0 -49
- package/dist-esm/src/operationsInterfaces/dscCompilationJobOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscCompilationJobOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscCompilationJobStream.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/dscCompilationJobStream.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscCompilationJobStream.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscConfigurationOperations.d.ts +0 -73
- package/dist-esm/src/operationsInterfaces/dscConfigurationOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscConfigurationOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscNodeConfigurationOperations.d.ts +0 -48
- package/dist-esm/src/operationsInterfaces/dscNodeConfigurationOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscNodeConfigurationOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscNodeOperations.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/dscNodeOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dscNodeOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fields.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/fields.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fields.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts +0 -48
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkers.d.ts +0 -53
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/hybridRunbookWorkers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -53
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobOperations.d.ts +0 -70
- package/dist-esm/src/operationsInterfaces/jobOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobScheduleOperations.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/jobScheduleOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobScheduleOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobStreamOperations.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/jobStreamOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobStreamOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/keys.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/keys.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/keys.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkedWorkspaceOperations.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/linkedWorkspaceOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkedWorkspaceOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/moduleOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/moduleOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/moduleOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/nodeCountInformation.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/nodeCountInformation.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/nodeCountInformation.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/nodeReports.d.ts +0 -32
- package/dist-esm/src/operationsInterfaces/nodeReports.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/nodeReports.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/objectDataTypes.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/objectDataTypes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/objectDataTypes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/python2Package.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/python2Package.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/python2Package.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/runbookDraftOperations.d.ts +0 -48
- package/dist-esm/src/operationsInterfaces/runbookDraftOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/runbookDraftOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/runbookOperations.d.ts +0 -73
- package/dist-esm/src/operationsInterfaces/runbookOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/runbookOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scheduleOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/scheduleOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scheduleOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationRuns.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurationRuns.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurations.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/softwareUpdateConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sourceControlOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/sourceControlOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sourceControlOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobOperations.d.ts +0 -33
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobStreams.d.ts +0 -25
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobStreams.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sourceControlSyncJobStreams.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/statisticsOperations.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/statisticsOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/statisticsOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/testJobOperations.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/testJobOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/testJobOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/testJobStreams.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/testJobStreams.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/testJobStreams.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/variableOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/variableOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/variableOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/watcherOperations.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/watcherOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/watcherOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webhookOperations.d.ts +0 -54
- package/dist-esm/src/operationsInterfaces/webhookOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webhookOperations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/automation_examples.d.ts +0 -4
- package/dist-esm/test/automation_examples.d.ts.map +0 -1
- package/dist-esm/test/automation_examples.js +0 -137
- package/dist-esm/test/automation_examples.js.map +0 -1
- package/review/arm-automation.api.md +0 -3760
- package/rollup.config.js +0 -122
- package/src/automationClient.ts +0 -358
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -4907
- package/src/models/mappers.ts +0 -7103
- package/src/models/parameters.ts +0 -962
- package/src/operations/activityOperations.ts +0 -276
- package/src/operations/agentRegistrationInformation.ts +0 -119
- package/src/operations/automationAccountOperations.ts +0 -476
- package/src/operations/certificateOperations.ts +0 -401
- package/src/operations/connectionOperations.ts +0 -402
- package/src/operations/connectionTypeOperations.ts +0 -344
- package/src/operations/credentialOperations.ts +0 -395
- package/src/operations/deletedAutomationAccounts.ts +0 -64
- package/src/operations/dscCompilationJobOperations.ts +0 -437
- package/src/operations/dscCompilationJobStream.ts +0 -75
- package/src/operations/dscConfigurationOperations.ts +0 -633
- package/src/operations/dscNodeConfigurationOperations.ts +0 -433
- package/src/operations/dscNodeOperations.ts +0 -349
- package/src/operations/fields.ts +0 -169
- package/src/operations/hybridRunbookWorkerGroupOperations.ts +0 -409
- package/src/operations/hybridRunbookWorkers.ts +0 -449
- package/src/operations/index.ts +0 -53
- package/src/operations/jobOperations.ts +0 -513
- package/src/operations/jobScheduleOperations.ts +0 -343
- package/src/operations/jobStreamOperations.ts +0 -270
- package/src/operations/keys.ts +0 -72
- package/src/operations/linkedWorkspaceOperations.ts +0 -73
- package/src/operations/moduleOperations.ts +0 -401
- package/src/operations/nodeCountInformation.ts +0 -76
- package/src/operations/nodeReports.ts +0 -313
- package/src/operations/objectDataTypes.ts +0 -287
- package/src/operations/operations.ts +0 -103
- package/src/operations/privateEndpointConnections.ts +0 -443
- package/src/operations/privateLinkResources.ts +0 -138
- package/src/operations/python2Package.ts +0 -401
- package/src/operations/runbookDraftOperations.ts +0 -302
- package/src/operations/runbookOperations.ts +0 -573
- package/src/operations/scheduleOperations.ts +0 -402
- package/src/operations/softwareUpdateConfigurationMachineRuns.ts +0 -128
- package/src/operations/softwareUpdateConfigurationRuns.ts +0 -127
- package/src/operations/softwareUpdateConfigurations.ts +0 -231
- package/src/operations/sourceControlOperations.ts +0 -401
- package/src/operations/sourceControlSyncJobOperations.ts +0 -337
- package/src/operations/sourceControlSyncJobStreams.ts +0 -303
- package/src/operations/statisticsOperations.ts +0 -141
- package/src/operations/testJobOperations.ts +0 -253
- package/src/operations/testJobStreams.ts +0 -276
- package/src/operations/usages.ts +0 -141
- package/src/operations/variableOperations.ts +0 -401
- package/src/operations/watcherOperations.ts +0 -482
- package/src/operations/webhookOperations.ts +0 -442
- package/src/operationsInterfaces/activityOperations.ts +0 -48
- package/src/operationsInterfaces/agentRegistrationInformation.ts +0 -43
- package/src/operationsInterfaces/automationAccountOperations.ts +0 -92
- package/src/operationsInterfaces/certificateOperations.ts +0 -94
- package/src/operationsInterfaces/connectionOperations.ts +0 -94
- package/src/operationsInterfaces/connectionTypeOperations.ts +0 -76
- package/src/operationsInterfaces/credentialOperations.ts +0 -94
- package/src/operationsInterfaces/deletedAutomationAccounts.ts +0 -23
- package/src/operationsInterfaces/dscCompilationJobOperations.ts +0 -100
- package/src/operationsInterfaces/dscCompilationJobStream.ts +0 -29
- package/src/operationsInterfaces/dscConfigurationOperations.ts +0 -124
- package/src/operationsInterfaces/dscNodeConfigurationOperations.ts +0 -91
- package/src/operationsInterfaces/dscNodeOperations.ts +0 -76
- package/src/operationsInterfaces/fields.ts +0 -30
- package/src/operationsInterfaces/hybridRunbookWorkerGroupOperations.ts +0 -94
- package/src/operationsInterfaces/hybridRunbookWorkers.ts +0 -104
- package/src/operationsInterfaces/index.ts +0 -53
- package/src/operationsInterfaces/jobOperations.ts +0 -134
- package/src/operationsInterfaces/jobScheduleOperations.ts +0 -76
- package/src/operationsInterfaces/jobStreamOperations.ts +0 -48
- package/src/operationsInterfaces/keys.ts +0 -27
- package/src/operationsInterfaces/linkedWorkspaceOperations.ts +0 -27
- package/src/operationsInterfaces/moduleOperations.ts +0 -94
- package/src/operationsInterfaces/nodeCountInformation.ts +0 -30
- package/src/operationsInterfaces/nodeReports.ts +0 -65
- package/src/operationsInterfaces/objectDataTypes.ts +0 -47
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
- package/src/operationsInterfaces/privateLinkResources.ts +0 -29
- package/src/operationsInterfaces/python2Package.ts +0 -94
- package/src/operationsInterfaces/runbookDraftOperations.ts +0 -97
- package/src/operationsInterfaces/runbookOperations.ts +0 -144
- package/src/operationsInterfaces/scheduleOperations.ts +0 -94
- package/src/operationsInterfaces/softwareUpdateConfigurationMachineRuns.ts +0 -43
- package/src/operationsInterfaces/softwareUpdateConfigurationRuns.ts +0 -42
- package/src/operationsInterfaces/softwareUpdateConfigurations.ts +0 -74
- package/src/operationsInterfaces/sourceControlOperations.ts +0 -94
- package/src/operationsInterfaces/sourceControlSyncJobOperations.ts +0 -68
- package/src/operationsInterfaces/sourceControlSyncJobStreams.ts +0 -52
- package/src/operationsInterfaces/statisticsOperations.ts +0 -29
- package/src/operationsInterfaces/testJobOperations.ts +0 -89
- package/src/operationsInterfaces/testJobStreams.ts +0 -48
- package/src/operationsInterfaces/usages.ts +0 -26
- package/src/operationsInterfaces/variableOperations.ts +0 -94
- package/src/operationsInterfaces/watcherOperations.ts +0 -121
- package/src/operationsInterfaces/webhookOperations.ts +0 -107
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-automation.d.ts +0 -6554
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/activityOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/agentRegistrationInformation.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/automationAccountOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/certificateOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectionOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectionTypeOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/credentialOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/deletedAutomationAccounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dscCompilationJobOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dscCompilationJobStream.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dscConfigurationOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dscNodeConfigurationOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dscNodeOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fields.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/hybridRunbookWorkerGroupOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/hybridRunbookWorkers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobScheduleOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobStreamOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/keys.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedWorkspaceOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/moduleOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/nodeCountInformation.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/nodeReports.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/objectDataTypes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/python2Package.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/runbookDraftOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/runbookOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scheduleOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/softwareUpdateConfigurationMachineRuns.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/softwareUpdateConfigurationRuns.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/softwareUpdateConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sourceControlOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sourceControlSyncJobOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sourceControlSyncJobStreams.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/statisticsOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/testJobOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/testJobStreams.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/variableOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/watcherOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/webhookOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"linkedWorkspaceGetSample.d.ts","sourceRoot":"","sources":["../../samples-dev/linkedWorkspaceGetSample.ts"],"names":[],"mappings":""}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { AutomationClient } from "@azure/arm-automation";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Retrieve the linked workspace for the account id.
|
|
17
|
-
*
|
|
18
|
-
* @summary Retrieve the linked workspace for the account id.
|
|
19
|
-
* x-ms-original-file: specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/getLinkedWorkspace.json
|
|
20
|
-
*/
|
|
21
|
-
function getTheLinkedWorkspaceOfAnAutomationAccount() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["AUTOMATION_SUBSCRIPTION_ID"] || "subid";
|
|
24
|
-
const resourceGroupName = process.env["AUTOMATION_RESOURCE_GROUP"] || "rg";
|
|
25
|
-
const automationAccountName = "ContosoAutomationAccount";
|
|
26
|
-
const credential = new DefaultAzureCredential();
|
|
27
|
-
const client = new AutomationClient(credential, subscriptionId);
|
|
28
|
-
const result = yield client.linkedWorkspaceOperations.get(resourceGroupName, automationAccountName);
|
|
29
|
-
console.log(result);
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
function main() {
|
|
33
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
34
|
-
getTheLinkedWorkspaceOfAnAutomationAccount();
|
|
35
|
-
});
|
|
36
|
-
}
|
|
37
|
-
main().catch(console.error);
|
|
38
|
-
//# sourceMappingURL=linkedWorkspaceGetSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"linkedWorkspaceGetSample.js","sourceRoot":"","sources":["../../samples-dev/linkedWorkspaceGetSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,0CAA0C;;QACvD,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,IAAI,OAAO,CAAC;QAC5E,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,IAAI,CAAC;QAC3E,MAAM,qBAAqB,GAAG,0BAA0B,CAAC;QACzD,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,yBAAyB,CAAC,GAAG,CACvD,iBAAiB,EACjB,qBAAqB,CACtB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,0CAA0C,EAAE,CAAC;IAC/C,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"moduleCreateOrUpdateSample.d.ts","sourceRoot":"","sources":["../../samples-dev/moduleCreateOrUpdateSample.ts"],"names":[],"mappings":""}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { AutomationClient } from "@azure/arm-automation";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Create or Update the module identified by module name.
|
|
17
|
-
*
|
|
18
|
-
* @summary Create or Update the module identified by module name.
|
|
19
|
-
* x-ms-original-file: specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/createOrUpdateModule.json
|
|
20
|
-
*/
|
|
21
|
-
function createOrUpdateAModule() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["AUTOMATION_SUBSCRIPTION_ID"] || "subid";
|
|
24
|
-
const resourceGroupName = process.env["AUTOMATION_RESOURCE_GROUP"] || "rg";
|
|
25
|
-
const automationAccountName = "myAutomationAccount33";
|
|
26
|
-
const moduleName = "OmsCompositeResources";
|
|
27
|
-
const parameters = {
|
|
28
|
-
contentLink: {
|
|
29
|
-
contentHash: {
|
|
30
|
-
algorithm: "sha265",
|
|
31
|
-
value: "07E108A962B81DD9C9BAA89BB47C0F6EE52B29E83758B07795E408D258B2B87A"
|
|
32
|
-
},
|
|
33
|
-
uri: "https://teststorage.blob.core.windows.net/dsccomposite/OmsCompositeResources.zip",
|
|
34
|
-
version: "1.0.0.0"
|
|
35
|
-
}
|
|
36
|
-
};
|
|
37
|
-
const credential = new DefaultAzureCredential();
|
|
38
|
-
const client = new AutomationClient(credential, subscriptionId);
|
|
39
|
-
const result = yield client.moduleOperations.createOrUpdate(resourceGroupName, automationAccountName, moduleName, parameters);
|
|
40
|
-
console.log(result);
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
function main() {
|
|
44
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
45
|
-
createOrUpdateAModule();
|
|
46
|
-
});
|
|
47
|
-
}
|
|
48
|
-
main().catch(console.error);
|
|
49
|
-
//# sourceMappingURL=moduleCreateOrUpdateSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"moduleCreateOrUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/moduleCreateOrUpdateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,gBAAgB,EACjB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,qBAAqB;;QAClC,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,IAAI,OAAO,CAAC;QAC5E,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,IAAI,CAAC;QAC3E,MAAM,qBAAqB,GAAG,uBAAuB,CAAC;QACtD,MAAM,UAAU,GAAG,uBAAuB,CAAC;QAC3C,MAAM,UAAU,GAAmC;YACjD,WAAW,EAAE;gBACX,WAAW,EAAE;oBACX,SAAS,EAAE,QAAQ;oBACnB,KAAK,EACH,kEAAkE;iBACrE;gBACD,GAAG,EACD,kFAAkF;gBACpF,OAAO,EAAE,SAAS;aACnB;SACF,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,gBAAgB,CAAC,cAAc,CACzD,iBAAiB,EACjB,qBAAqB,EACrB,UAAU,EACV,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,qBAAqB,EAAE,CAAC;IAC1B,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"moduleDeleteSample.d.ts","sourceRoot":"","sources":["../../samples-dev/moduleDeleteSample.ts"],"names":[],"mappings":""}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { AutomationClient } from "@azure/arm-automation";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Delete the module by name.
|
|
17
|
-
*
|
|
18
|
-
* @summary Delete the module by name.
|
|
19
|
-
* x-ms-original-file: specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/deleteModule.json
|
|
20
|
-
*/
|
|
21
|
-
function deleteAModule() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["AUTOMATION_SUBSCRIPTION_ID"] || "subid";
|
|
24
|
-
const resourceGroupName = process.env["AUTOMATION_RESOURCE_GROUP"] || "rg";
|
|
25
|
-
const automationAccountName = "myAutomationAccount33";
|
|
26
|
-
const moduleName = "OmsCompositeResources";
|
|
27
|
-
const credential = new DefaultAzureCredential();
|
|
28
|
-
const client = new AutomationClient(credential, subscriptionId);
|
|
29
|
-
const result = yield client.moduleOperations.delete(resourceGroupName, automationAccountName, moduleName);
|
|
30
|
-
console.log(result);
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
function main() {
|
|
34
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
35
|
-
deleteAModule();
|
|
36
|
-
});
|
|
37
|
-
}
|
|
38
|
-
main().catch(console.error);
|
|
39
|
-
//# sourceMappingURL=moduleDeleteSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"moduleDeleteSample.js","sourceRoot":"","sources":["../../samples-dev/moduleDeleteSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,aAAa;;QAC1B,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,IAAI,OAAO,CAAC;QAC5E,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,IAAI,CAAC;QAC3E,MAAM,qBAAqB,GAAG,uBAAuB,CAAC;QACtD,MAAM,UAAU,GAAG,uBAAuB,CAAC;QAC3C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,gBAAgB,CAAC,MAAM,CACjD,iBAAiB,EACjB,qBAAqB,EACrB,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,aAAa,EAAE,CAAC;IAClB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"moduleGetSample.d.ts","sourceRoot":"","sources":["../../samples-dev/moduleGetSample.ts"],"names":[],"mappings":""}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { AutomationClient } from "@azure/arm-automation";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Retrieve the module identified by module name.
|
|
17
|
-
*
|
|
18
|
-
* @summary Retrieve the module identified by module name.
|
|
19
|
-
* x-ms-original-file: specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/getModule.json
|
|
20
|
-
*/
|
|
21
|
-
function getAModule() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["AUTOMATION_SUBSCRIPTION_ID"] || "subid";
|
|
24
|
-
const resourceGroupName = process.env["AUTOMATION_RESOURCE_GROUP"] || "rg";
|
|
25
|
-
const automationAccountName = "myAutomationAccount33";
|
|
26
|
-
const moduleName = "OmsCompositeResources";
|
|
27
|
-
const credential = new DefaultAzureCredential();
|
|
28
|
-
const client = new AutomationClient(credential, subscriptionId);
|
|
29
|
-
const result = yield client.moduleOperations.get(resourceGroupName, automationAccountName, moduleName);
|
|
30
|
-
console.log(result);
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
function main() {
|
|
34
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
35
|
-
getAModule();
|
|
36
|
-
});
|
|
37
|
-
}
|
|
38
|
-
main().catch(console.error);
|
|
39
|
-
//# sourceMappingURL=moduleGetSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"moduleGetSample.js","sourceRoot":"","sources":["../../samples-dev/moduleGetSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,UAAU;;QACvB,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,IAAI,OAAO,CAAC;QAC5E,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,IAAI,CAAC;QAC3E,MAAM,qBAAqB,GAAG,uBAAuB,CAAC;QACtD,MAAM,UAAU,GAAG,uBAAuB,CAAC;QAC3C,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,gBAAgB,CAAC,GAAG,CAC9C,iBAAiB,EACjB,qBAAqB,EACrB,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,UAAU,EAAE,CAAC;IACf,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"moduleListByAutomationAccountSample.d.ts","sourceRoot":"","sources":["../../samples-dev/moduleListByAutomationAccountSample.ts"],"names":[],"mappings":""}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __asyncValues, __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { AutomationClient } from "@azure/arm-automation";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Retrieve a list of modules.
|
|
17
|
-
*
|
|
18
|
-
* @summary Retrieve a list of modules.
|
|
19
|
-
* x-ms-original-file: specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/listModulesByAutomationAccount.json
|
|
20
|
-
*/
|
|
21
|
-
function listModulesByAutomationAccount() {
|
|
22
|
-
var e_1, _a;
|
|
23
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
24
|
-
const subscriptionId = process.env["AUTOMATION_SUBSCRIPTION_ID"] || "subid";
|
|
25
|
-
const resourceGroupName = process.env["AUTOMATION_RESOURCE_GROUP"] || "rg";
|
|
26
|
-
const automationAccountName = "myAutomationAccount33";
|
|
27
|
-
const credential = new DefaultAzureCredential();
|
|
28
|
-
const client = new AutomationClient(credential, subscriptionId);
|
|
29
|
-
const resArray = new Array();
|
|
30
|
-
try {
|
|
31
|
-
for (var _b = __asyncValues(client.moduleOperations.listByAutomationAccount(resourceGroupName, automationAccountName)), _c; _c = yield _b.next(), !_c.done;) {
|
|
32
|
-
let item = _c.value;
|
|
33
|
-
resArray.push(item);
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
37
|
-
finally {
|
|
38
|
-
try {
|
|
39
|
-
if (_c && !_c.done && (_a = _b.return)) yield _a.call(_b);
|
|
40
|
-
}
|
|
41
|
-
finally { if (e_1) throw e_1.error; }
|
|
42
|
-
}
|
|
43
|
-
console.log(resArray);
|
|
44
|
-
});
|
|
45
|
-
}
|
|
46
|
-
function main() {
|
|
47
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
48
|
-
listModulesByAutomationAccount();
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
main().catch(console.error);
|
|
52
|
-
//# sourceMappingURL=moduleListByAutomationAccountSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"moduleListByAutomationAccountSample.js","sourceRoot":"","sources":["../../samples-dev/moduleListByAutomationAccountSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,8BAA8B;;;QAC3C,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,IAAI,OAAO,CAAC;QAC5E,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,IAAI,CAAC;QAC3E,MAAM,qBAAqB,GAAG,uBAAuB,CAAC;QACtD,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,IAAA,KAAA,cAAA,MAAM,CAAC,gBAAgB,CAAC,uBAAuB,CACpE,iBAAiB,EACjB,qBAAqB,CACtB,CAAA,IAAA;gBAHU,IAAI,IAAI,WAAA,CAAA;gBAIjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,SAAe,IAAI;;QACjB,8BAA8B,EAAE,CAAC;IACnC,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"moduleUpdateSample.d.ts","sourceRoot":"","sources":["../../samples-dev/moduleUpdateSample.ts"],"names":[],"mappings":""}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { AutomationClient } from "@azure/arm-automation";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Update the module identified by module name.
|
|
17
|
-
*
|
|
18
|
-
* @summary Update the module identified by module name.
|
|
19
|
-
* x-ms-original-file: specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/updateModule.json
|
|
20
|
-
*/
|
|
21
|
-
function updateAModule() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["AUTOMATION_SUBSCRIPTION_ID"] || "subid";
|
|
24
|
-
const resourceGroupName = process.env["AUTOMATION_RESOURCE_GROUP"] || "rg";
|
|
25
|
-
const automationAccountName = "MyAutomationAccount";
|
|
26
|
-
const moduleName = "MyModule";
|
|
27
|
-
const parameters = {
|
|
28
|
-
contentLink: {
|
|
29
|
-
contentHash: {
|
|
30
|
-
algorithm: "sha265",
|
|
31
|
-
value: "07E108A962B81DD9C9BAA89BB47C0F6EE52B29E83758B07795E408D258B2B87A"
|
|
32
|
-
},
|
|
33
|
-
uri: "https://teststorage.blob.core.windows.net/mycontainer/MyModule.zip",
|
|
34
|
-
version: "1.0.0.0"
|
|
35
|
-
}
|
|
36
|
-
};
|
|
37
|
-
const credential = new DefaultAzureCredential();
|
|
38
|
-
const client = new AutomationClient(credential, subscriptionId);
|
|
39
|
-
const result = yield client.moduleOperations.update(resourceGroupName, automationAccountName, moduleName, parameters);
|
|
40
|
-
console.log(result);
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
function main() {
|
|
44
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
45
|
-
updateAModule();
|
|
46
|
-
});
|
|
47
|
-
}
|
|
48
|
-
main().catch(console.error);
|
|
49
|
-
//# sourceMappingURL=moduleUpdateSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"moduleUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/moduleUpdateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,gBAAgB,EACjB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,aAAa;;QAC1B,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,IAAI,OAAO,CAAC;QAC5E,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,IAAI,CAAC;QAC3E,MAAM,qBAAqB,GAAG,qBAAqB,CAAC;QACpD,MAAM,UAAU,GAAG,UAAU,CAAC;QAC9B,MAAM,UAAU,GAA2B;YACzC,WAAW,EAAE;gBACX,WAAW,EAAE;oBACX,SAAS,EAAE,QAAQ;oBACnB,KAAK,EACH,kEAAkE;iBACrE;gBACD,GAAG,EAAE,oEAAoE;gBACzE,OAAO,EAAE,SAAS;aACnB;SACF,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,gBAAgB,CAAC,MAAM,CACjD,iBAAiB,EACjB,qBAAqB,EACrB,UAAU,EACV,UAAU,CACX,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,aAAa,EAAE,CAAC;IAClB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nodeCountInformationGetSample.d.ts","sourceRoot":"","sources":["../../samples-dev/nodeCountInformationGetSample.ts"],"names":[],"mappings":""}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { AutomationClient } from "@azure/arm-automation";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Retrieve counts for Dsc Nodes.
|
|
17
|
-
*
|
|
18
|
-
* @summary Retrieve counts for Dsc Nodes.
|
|
19
|
-
* x-ms-original-file: specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/listPagedDscNodeConfigurationCounts.json
|
|
20
|
-
*/
|
|
21
|
-
function getNodeConfigurationCounts() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["AUTOMATION_SUBSCRIPTION_ID"] || "subid";
|
|
24
|
-
const resourceGroupName = process.env["AUTOMATION_RESOURCE_GROUP"] || "rg";
|
|
25
|
-
const automationAccountName = "myAutomationAccount33";
|
|
26
|
-
const countType = "nodeconfiguration";
|
|
27
|
-
const credential = new DefaultAzureCredential();
|
|
28
|
-
const client = new AutomationClient(credential, subscriptionId);
|
|
29
|
-
const result = yield client.nodeCountInformation.get(resourceGroupName, automationAccountName, countType);
|
|
30
|
-
console.log(result);
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* This sample demonstrates how to Retrieve counts for Dsc Nodes.
|
|
35
|
-
*
|
|
36
|
-
* @summary Retrieve counts for Dsc Nodes.
|
|
37
|
-
* x-ms-original-file: specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/listPagedDscNodeStatusCounts.json
|
|
38
|
-
*/
|
|
39
|
-
function getNodeStatusCounts() {
|
|
40
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
41
|
-
const subscriptionId = process.env["AUTOMATION_SUBSCRIPTION_ID"] || "subid";
|
|
42
|
-
const resourceGroupName = process.env["AUTOMATION_RESOURCE_GROUP"] || "rg";
|
|
43
|
-
const automationAccountName = "myAutomationAccount33";
|
|
44
|
-
const countType = "status";
|
|
45
|
-
const credential = new DefaultAzureCredential();
|
|
46
|
-
const client = new AutomationClient(credential, subscriptionId);
|
|
47
|
-
const result = yield client.nodeCountInformation.get(resourceGroupName, automationAccountName, countType);
|
|
48
|
-
console.log(result);
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
function main() {
|
|
52
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
53
|
-
getNodeConfigurationCounts();
|
|
54
|
-
getNodeStatusCounts();
|
|
55
|
-
});
|
|
56
|
-
}
|
|
57
|
-
main().catch(console.error);
|
|
58
|
-
//# sourceMappingURL=nodeCountInformationGetSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nodeCountInformationGetSample.js","sourceRoot":"","sources":["../../samples-dev/nodeCountInformationGetSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,0BAA0B;;QACvC,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,IAAI,OAAO,CAAC;QAC5E,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,IAAI,CAAC;QAC3E,MAAM,qBAAqB,GAAG,uBAAuB,CAAC;QACtD,MAAM,SAAS,GAAG,mBAAmB,CAAC;QACtC,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,oBAAoB,CAAC,GAAG,CAClD,iBAAiB,EACjB,qBAAqB,EACrB,SAAS,CACV,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED;;;;;GAKG;AACH,SAAe,mBAAmB;;QAChC,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,IAAI,OAAO,CAAC;QAC5E,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,IAAI,CAAC;QAC3E,MAAM,qBAAqB,GAAG,uBAAuB,CAAC;QACtD,MAAM,SAAS,GAAG,QAAQ,CAAC;QAC3B,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,oBAAoB,CAAC,GAAG,CAClD,iBAAiB,EACjB,qBAAqB,EACrB,SAAS,CACV,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,0BAA0B,EAAE,CAAC;QAC7B,mBAAmB,EAAE,CAAC;IACxB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nodeReportsGetContentSample.d.ts","sourceRoot":"","sources":["../../samples-dev/nodeReportsGetContentSample.ts"],"names":[],"mappings":""}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { AutomationClient } from "@azure/arm-automation";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Retrieve the Dsc node reports by node id and report id.
|
|
17
|
-
*
|
|
18
|
-
* @summary Retrieve the Dsc node reports by node id and report id.
|
|
19
|
-
* x-ms-original-file: specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/getDscNodeReportContent.json
|
|
20
|
-
*/
|
|
21
|
-
function getContentOfNode() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["AUTOMATION_SUBSCRIPTION_ID"] || "subid";
|
|
24
|
-
const resourceGroupName = process.env["AUTOMATION_RESOURCE_GROUP"] || "rg";
|
|
25
|
-
const automationAccountName = "myAutomationAccount33";
|
|
26
|
-
const nodeId = "nodeId";
|
|
27
|
-
const reportId = "reportId";
|
|
28
|
-
const credential = new DefaultAzureCredential();
|
|
29
|
-
const client = new AutomationClient(credential, subscriptionId);
|
|
30
|
-
const result = yield client.nodeReports.getContent(resourceGroupName, automationAccountName, nodeId, reportId);
|
|
31
|
-
console.log(result);
|
|
32
|
-
});
|
|
33
|
-
}
|
|
34
|
-
function main() {
|
|
35
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
36
|
-
getContentOfNode();
|
|
37
|
-
});
|
|
38
|
-
}
|
|
39
|
-
main().catch(console.error);
|
|
40
|
-
//# sourceMappingURL=nodeReportsGetContentSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nodeReportsGetContentSample.js","sourceRoot":"","sources":["../../samples-dev/nodeReportsGetContentSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,gBAAgB;;QAC7B,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,IAAI,OAAO,CAAC;QAC5E,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,IAAI,CAAC;QAC3E,MAAM,qBAAqB,GAAG,uBAAuB,CAAC;QACtD,MAAM,MAAM,GAAG,QAAQ,CAAC;QACxB,MAAM,QAAQ,GAAG,UAAU,CAAC;QAC5B,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,UAAU,CAChD,iBAAiB,EACjB,qBAAqB,EACrB,MAAM,EACN,QAAQ,CACT,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,gBAAgB,EAAE,CAAC;IACrB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nodeReportsGetSample.d.ts","sourceRoot":"","sources":["../../samples-dev/nodeReportsGetSample.ts"],"names":[],"mappings":""}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { AutomationClient } from "@azure/arm-automation";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Retrieve the Dsc node report data by node id and report id.
|
|
17
|
-
*
|
|
18
|
-
* @summary Retrieve the Dsc node report data by node id and report id.
|
|
19
|
-
* x-ms-original-file: specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/getDscNodeReport.json
|
|
20
|
-
*/
|
|
21
|
-
function getDscNodeReportDataByNodeIdAndReportId() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
const subscriptionId = process.env["AUTOMATION_SUBSCRIPTION_ID"] || "subid";
|
|
24
|
-
const resourceGroupName = process.env["AUTOMATION_RESOURCE_GROUP"] || "rg";
|
|
25
|
-
const automationAccountName = "myAutomationAccount33";
|
|
26
|
-
const nodeId = "nodeId";
|
|
27
|
-
const reportId = "903a5ead-140c-11e7-a943-000d3a6140c9";
|
|
28
|
-
const credential = new DefaultAzureCredential();
|
|
29
|
-
const client = new AutomationClient(credential, subscriptionId);
|
|
30
|
-
const result = yield client.nodeReports.get(resourceGroupName, automationAccountName, nodeId, reportId);
|
|
31
|
-
console.log(result);
|
|
32
|
-
});
|
|
33
|
-
}
|
|
34
|
-
function main() {
|
|
35
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
36
|
-
getDscNodeReportDataByNodeIdAndReportId();
|
|
37
|
-
});
|
|
38
|
-
}
|
|
39
|
-
main().catch(console.error);
|
|
40
|
-
//# sourceMappingURL=nodeReportsGetSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nodeReportsGetSample.js","sourceRoot":"","sources":["../../samples-dev/nodeReportsGetSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,uCAAuC;;QACpD,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,IAAI,OAAO,CAAC;QAC5E,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,IAAI,CAAC;QAC3E,MAAM,qBAAqB,GAAG,uBAAuB,CAAC;QACtD,MAAM,MAAM,GAAG,QAAQ,CAAC;QACxB,MAAM,QAAQ,GAAG,sCAAsC,CAAC;QACxD,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,GAAG,CACzC,iBAAiB,EACjB,qBAAqB,EACrB,MAAM,EACN,QAAQ,CACT,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,uCAAuC,EAAE,CAAC;IAC5C,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nodeReportsListByNodeSample.d.ts","sourceRoot":"","sources":["../../samples-dev/nodeReportsListByNodeSample.ts"],"names":[],"mappings":""}
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __asyncValues, __awaiter } from "tslib";
|
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
|
10
|
-
// Licensed under the MIT License.
|
|
11
|
-
import { AutomationClient } from "@azure/arm-automation";
|
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
|
13
|
-
import * as dotenv from "dotenv";
|
|
14
|
-
dotenv.config();
|
|
15
|
-
/**
|
|
16
|
-
* This sample demonstrates how to Retrieve the Dsc node report list by node id.
|
|
17
|
-
*
|
|
18
|
-
* @summary Retrieve the Dsc node report list by node id.
|
|
19
|
-
* x-ms-original-file: specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/listDscNodeReportsByNode.json
|
|
20
|
-
*/
|
|
21
|
-
function listDscReportsByNodeId() {
|
|
22
|
-
var e_1, _a;
|
|
23
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
24
|
-
const subscriptionId = process.env["AUTOMATION_SUBSCRIPTION_ID"] || "subid";
|
|
25
|
-
const resourceGroupName = process.env["AUTOMATION_RESOURCE_GROUP"] || "rg";
|
|
26
|
-
const automationAccountName = "myAutomationAccount33";
|
|
27
|
-
const nodeId = "nodeId";
|
|
28
|
-
const credential = new DefaultAzureCredential();
|
|
29
|
-
const client = new AutomationClient(credential, subscriptionId);
|
|
30
|
-
const resArray = new Array();
|
|
31
|
-
try {
|
|
32
|
-
for (var _b = __asyncValues(client.nodeReports.listByNode(resourceGroupName, automationAccountName, nodeId)), _c; _c = yield _b.next(), !_c.done;) {
|
|
33
|
-
let item = _c.value;
|
|
34
|
-
resArray.push(item);
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
38
|
-
finally {
|
|
39
|
-
try {
|
|
40
|
-
if (_c && !_c.done && (_a = _b.return)) yield _a.call(_b);
|
|
41
|
-
}
|
|
42
|
-
finally { if (e_1) throw e_1.error; }
|
|
43
|
-
}
|
|
44
|
-
console.log(resArray);
|
|
45
|
-
});
|
|
46
|
-
}
|
|
47
|
-
/**
|
|
48
|
-
* This sample demonstrates how to Retrieve the Dsc node report list by node id.
|
|
49
|
-
*
|
|
50
|
-
* @summary Retrieve the Dsc node report list by node id.
|
|
51
|
-
* x-ms-original-file: specification/automation/resource-manager/Microsoft.Automation/preview/2020-01-13-preview/examples/listPagedDscNodeReportsByNode.json
|
|
52
|
-
*/
|
|
53
|
-
function listPagedDscReportsByNodeId() {
|
|
54
|
-
var e_2, _a;
|
|
55
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
56
|
-
const subscriptionId = process.env["AUTOMATION_SUBSCRIPTION_ID"] || "subid";
|
|
57
|
-
const resourceGroupName = process.env["AUTOMATION_RESOURCE_GROUP"] || "rg";
|
|
58
|
-
const automationAccountName = "myAutomationAccount33";
|
|
59
|
-
const nodeId = "nodeId";
|
|
60
|
-
const credential = new DefaultAzureCredential();
|
|
61
|
-
const client = new AutomationClient(credential, subscriptionId);
|
|
62
|
-
const resArray = new Array();
|
|
63
|
-
try {
|
|
64
|
-
for (var _b = __asyncValues(client.nodeReports.listByNode(resourceGroupName, automationAccountName, nodeId)), _c; _c = yield _b.next(), !_c.done;) {
|
|
65
|
-
let item = _c.value;
|
|
66
|
-
resArray.push(item);
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
70
|
-
finally {
|
|
71
|
-
try {
|
|
72
|
-
if (_c && !_c.done && (_a = _b.return)) yield _a.call(_b);
|
|
73
|
-
}
|
|
74
|
-
finally { if (e_2) throw e_2.error; }
|
|
75
|
-
}
|
|
76
|
-
console.log(resArray);
|
|
77
|
-
});
|
|
78
|
-
}
|
|
79
|
-
function main() {
|
|
80
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
81
|
-
listDscReportsByNodeId();
|
|
82
|
-
listPagedDscReportsByNodeId();
|
|
83
|
-
});
|
|
84
|
-
}
|
|
85
|
-
main().catch(console.error);
|
|
86
|
-
//# sourceMappingURL=nodeReportsListByNodeSample.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nodeReportsListByNodeSample.js","sourceRoot":"","sources":["../../samples-dev/nodeReportsListByNodeSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,sBAAsB;;;QACnC,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,IAAI,OAAO,CAAC;QAC5E,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,IAAI,CAAC;QAC3E,MAAM,qBAAqB,GAAG,uBAAuB,CAAC;QACtD,MAAM,MAAM,GAAG,QAAQ,CAAC;QACxB,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,IAAA,KAAA,cAAA,MAAM,CAAC,WAAW,CAAC,UAAU,CAClD,iBAAiB,EACjB,qBAAqB,EACrB,MAAM,CACP,CAAA,IAAA;gBAJU,IAAI,IAAI,WAAA,CAAA;gBAKjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED;;;;;GAKG;AACH,SAAe,2BAA2B;;;QACxC,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,IAAI,OAAO,CAAC;QAC5E,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,CAAC,2BAA2B,CAAC,IAAI,IAAI,CAAC;QAC3E,MAAM,qBAAqB,GAAG,uBAAuB,CAAC;QACtD,MAAM,MAAM,GAAG,QAAQ,CAAC;QACxB,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAChE,MAAM,QAAQ,GAAG,IAAI,KAAK,EAAE,CAAC;;YAC7B,KAAuB,IAAA,KAAA,cAAA,MAAM,CAAC,WAAW,CAAC,UAAU,CAClD,iBAAiB,EACjB,qBAAqB,EACrB,MAAM,CACP,CAAA,IAAA;gBAJU,IAAI,IAAI,WAAA,CAAA;gBAKjB,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aACrB;;;;;;;;;QACD,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;;CACvB;AAED,SAAe,IAAI;;QACjB,sBAAsB,EAAE,CAAC;QACzB,2BAA2B,EAAE,CAAC;IAChC,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"objectDataTypesListFieldsByModuleAndTypeSample.d.ts","sourceRoot":"","sources":["../../samples-dev/objectDataTypesListFieldsByModuleAndTypeSample.ts"],"names":[],"mappings":""}
|