@azure/arm-securitydevops 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/LICENSE +21 -0
- package/README.md +109 -0
- package/dist/index.js +4908 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorCreateOrUpdateSample.js +43 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorDeleteSample.js +31 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorGetSample.js +31 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorGetSample.js.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorListByResourceGroupSample.js +44 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorListBySubscriptionSample.js +43 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorStatsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorStatsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorStatsGetSample.js +31 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorStatsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorUpdateSample.js +38 -0
- package/dist-esm/samples-dev/azureDevOpsConnectorUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsOrgCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureDevOpsOrgCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsOrgCreateOrUpdateSample.js +35 -0
- package/dist-esm/samples-dev/azureDevOpsOrgCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsOrgGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureDevOpsOrgGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsOrgGetSample.js +32 -0
- package/dist-esm/samples-dev/azureDevOpsOrgGetSample.js.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsOrgListSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureDevOpsOrgListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsOrgListSample.js +45 -0
- package/dist-esm/samples-dev/azureDevOpsOrgListSample.js.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsOrgUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureDevOpsOrgUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsOrgUpdateSample.js +36 -0
- package/dist-esm/samples-dev/azureDevOpsOrgUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsProjectCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureDevOpsProjectCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsProjectCreateOrUpdateSample.js +36 -0
- package/dist-esm/samples-dev/azureDevOpsProjectCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsProjectGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureDevOpsProjectGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsProjectGetSample.js +33 -0
- package/dist-esm/samples-dev/azureDevOpsProjectGetSample.js.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsProjectListSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureDevOpsProjectListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsProjectListSample.js +46 -0
- package/dist-esm/samples-dev/azureDevOpsProjectListSample.js.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsProjectUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureDevOpsProjectUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsProjectUpdateSample.js +39 -0
- package/dist-esm/samples-dev/azureDevOpsProjectUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsRepoCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureDevOpsRepoCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsRepoCreateOrUpdateSample.js +46 -0
- package/dist-esm/samples-dev/azureDevOpsRepoCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsRepoGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureDevOpsRepoGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsRepoGetSample.js +34 -0
- package/dist-esm/samples-dev/azureDevOpsRepoGetSample.js.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsRepoListByConnectorSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureDevOpsRepoListByConnectorSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsRepoListByConnectorSample.js +45 -0
- package/dist-esm/samples-dev/azureDevOpsRepoListByConnectorSample.js.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsRepoListSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureDevOpsRepoListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsRepoListSample.js +47 -0
- package/dist-esm/samples-dev/azureDevOpsRepoListSample.js.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsRepoUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/azureDevOpsRepoUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/azureDevOpsRepoUpdateSample.js +36 -0
- package/dist-esm/samples-dev/azureDevOpsRepoUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/gitHubConnectorCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/gitHubConnectorCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gitHubConnectorCreateOrUpdateSample.js +35 -0
- package/dist-esm/samples-dev/gitHubConnectorCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/gitHubConnectorDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/gitHubConnectorDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gitHubConnectorDeleteSample.js +31 -0
- package/dist-esm/samples-dev/gitHubConnectorDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/gitHubConnectorGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/gitHubConnectorGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gitHubConnectorGetSample.js +31 -0
- package/dist-esm/samples-dev/gitHubConnectorGetSample.js.map +1 -0
- package/dist-esm/samples-dev/gitHubConnectorListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/gitHubConnectorListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gitHubConnectorListByResourceGroupSample.js +44 -0
- package/dist-esm/samples-dev/gitHubConnectorListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/gitHubConnectorListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/gitHubConnectorListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gitHubConnectorListBySubscriptionSample.js +43 -0
- package/dist-esm/samples-dev/gitHubConnectorListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/gitHubConnectorStatsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/gitHubConnectorStatsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gitHubConnectorStatsGetSample.js +31 -0
- package/dist-esm/samples-dev/gitHubConnectorStatsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/gitHubConnectorUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/gitHubConnectorUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gitHubConnectorUpdateSample.js +36 -0
- package/dist-esm/samples-dev/gitHubConnectorUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/gitHubOwnerCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/gitHubOwnerCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gitHubOwnerCreateOrUpdateSample.js +33 -0
- package/dist-esm/samples-dev/gitHubOwnerCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/gitHubOwnerGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/gitHubOwnerGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gitHubOwnerGetSample.js +32 -0
- package/dist-esm/samples-dev/gitHubOwnerGetSample.js.map +1 -0
- package/dist-esm/samples-dev/gitHubOwnerListSample.d.ts +2 -0
- package/dist-esm/samples-dev/gitHubOwnerListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gitHubOwnerListSample.js +45 -0
- package/dist-esm/samples-dev/gitHubOwnerListSample.js.map +1 -0
- package/dist-esm/samples-dev/gitHubOwnerUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/gitHubOwnerUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gitHubOwnerUpdateSample.js +34 -0
- package/dist-esm/samples-dev/gitHubOwnerUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/gitHubRepoCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/gitHubRepoCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gitHubRepoCreateOrUpdateSample.js +34 -0
- package/dist-esm/samples-dev/gitHubRepoCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/gitHubRepoGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/gitHubRepoGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gitHubRepoGetSample.js +33 -0
- package/dist-esm/samples-dev/gitHubRepoGetSample.js.map +1 -0
- package/dist-esm/samples-dev/gitHubRepoListByConnectorSample.d.ts +2 -0
- package/dist-esm/samples-dev/gitHubRepoListByConnectorSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gitHubRepoListByConnectorSample.js +45 -0
- package/dist-esm/samples-dev/gitHubRepoListByConnectorSample.js.map +1 -0
- package/dist-esm/samples-dev/gitHubRepoListSample.d.ts +2 -0
- package/dist-esm/samples-dev/gitHubRepoListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gitHubRepoListSample.js +46 -0
- package/dist-esm/samples-dev/gitHubRepoListSample.js.map +1 -0
- package/dist-esm/samples-dev/gitHubRepoUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/gitHubRepoUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gitHubRepoUpdateSample.js +35 -0
- package/dist-esm/samples-dev/gitHubRepoUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +43 -0
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/microsoftSecurityDevOps.d.ts +29 -0
- package/dist-esm/src/microsoftSecurityDevOps.d.ts.map +1 -0
- package/dist-esm/src/microsoftSecurityDevOps.js +112 -0
- package/dist-esm/src/microsoftSecurityDevOps.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +833 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +80 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +45 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +1102 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +30 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +217 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/azureDevOpsConnectorOperations.d.ts +103 -0
- package/dist-esm/src/operations/azureDevOpsConnectorOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/azureDevOpsConnectorOperations.js +508 -0
- package/dist-esm/src/operations/azureDevOpsConnectorOperations.js.map +1 -0
- package/dist-esm/src/operations/azureDevOpsConnectorStatsOperations.d.ts +20 -0
- package/dist-esm/src/operations/azureDevOpsConnectorStatsOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/azureDevOpsConnectorStatsOperations.js +53 -0
- package/dist-esm/src/operations/azureDevOpsConnectorStatsOperations.js.map +1 -0
- package/dist-esm/src/operations/azureDevOpsOrgOperations.d.ts +79 -0
- package/dist-esm/src/operations/azureDevOpsOrgOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/azureDevOpsOrgOperations.js +360 -0
- package/dist-esm/src/operations/azureDevOpsOrgOperations.js.map +1 -0
- package/dist-esm/src/operations/azureDevOpsProjectOperations.d.ts +87 -0
- package/dist-esm/src/operations/azureDevOpsProjectOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/azureDevOpsProjectOperations.js +387 -0
- package/dist-esm/src/operations/azureDevOpsProjectOperations.js.map +1 -0
- package/dist-esm/src/operations/azureDevOpsRepoOperations.d.ts +117 -0
- package/dist-esm/src/operations/azureDevOpsRepoOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/azureDevOpsRepoOperations.js +515 -0
- package/dist-esm/src/operations/azureDevOpsRepoOperations.js.map +1 -0
- package/dist-esm/src/operations/gitHubConnectorOperations.d.ts +103 -0
- package/dist-esm/src/operations/gitHubConnectorOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/gitHubConnectorOperations.js +503 -0
- package/dist-esm/src/operations/gitHubConnectorOperations.js.map +1 -0
- package/dist-esm/src/operations/gitHubConnectorStatsOperations.d.ts +20 -0
- package/dist-esm/src/operations/gitHubConnectorStatsOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/gitHubConnectorStatsOperations.js +53 -0
- package/dist-esm/src/operations/gitHubConnectorStatsOperations.js.map +1 -0
- package/dist-esm/src/operations/gitHubOwnerOperations.d.ts +81 -0
- package/dist-esm/src/operations/gitHubOwnerOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/gitHubOwnerOperations.js +352 -0
- package/dist-esm/src/operations/gitHubOwnerOperations.js.map +1 -0
- package/dist-esm/src/operations/gitHubRepoOperations.d.ts +113 -0
- package/dist-esm/src/operations/gitHubRepoOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/gitHubRepoOperations.js +496 -0
- package/dist-esm/src/operations/gitHubRepoOperations.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +11 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +18 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/azureDevOpsConnectorOperations.d.ts +68 -0
- package/dist-esm/src/operationsInterfaces/azureDevOpsConnectorOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/azureDevOpsConnectorOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/azureDevOpsConnectorOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/azureDevOpsConnectorStatsOperations.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/azureDevOpsConnectorStatsOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/azureDevOpsConnectorStatsOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/azureDevOpsConnectorStatsOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/azureDevOpsOrgOperations.d.ts +55 -0
- package/dist-esm/src/operationsInterfaces/azureDevOpsOrgOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/azureDevOpsOrgOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/azureDevOpsOrgOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/azureDevOpsProjectOperations.d.ts +61 -0
- package/dist-esm/src/operationsInterfaces/azureDevOpsProjectOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/azureDevOpsProjectOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/azureDevOpsProjectOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/azureDevOpsRepoOperations.d.ts +73 -0
- package/dist-esm/src/operationsInterfaces/azureDevOpsRepoOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/azureDevOpsRepoOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/azureDevOpsRepoOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/gitHubConnectorOperations.d.ts +68 -0
- package/dist-esm/src/operationsInterfaces/gitHubConnectorOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/gitHubConnectorOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/gitHubConnectorOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/gitHubConnectorStatsOperations.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/gitHubConnectorStatsOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/gitHubConnectorStatsOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/gitHubConnectorStatsOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/gitHubOwnerOperations.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/gitHubOwnerOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/gitHubOwnerOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/gitHubOwnerOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/gitHubRepoOperations.d.ts +69 -0
- package/dist-esm/src/operationsInterfaces/gitHubRepoOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/gitHubRepoOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/gitHubRepoOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +18 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +38 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/dist-esm/test/securitydevops_examples.spec.d.ts +4 -0
- package/dist-esm/test/securitydevops_examples.spec.d.ts.map +1 -0
- package/dist-esm/test/securitydevops_examples.spec.js +117 -0
- package/dist-esm/test/securitydevops_examples.spec.js.map +1 -0
- package/package.json +121 -0
- package/review/arm-securitydevops.api.md +901 -0
- package/rollup.config.js +122 -0
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/microsoftSecurityDevOps.ts +189 -0
- package/src/models/index.ts +1008 -0
- package/src/models/mappers.ts +1179 -0
- package/src/models/parameters.ts +258 -0
- package/src/operations/azureDevOpsConnectorOperations.ts +679 -0
- package/src/operations/azureDevOpsConnectorStatsOperations.ts +73 -0
- package/src/operations/azureDevOpsOrgOperations.ts +511 -0
- package/src/operations/azureDevOpsProjectOperations.ts +556 -0
- package/src/operations/azureDevOpsRepoOperations.ts +744 -0
- package/src/operations/gitHubConnectorOperations.ts +674 -0
- package/src/operations/gitHubConnectorStatsOperations.ts +73 -0
- package/src/operations/gitHubOwnerOperations.ts +503 -0
- package/src/operations/gitHubRepoOperations.ts +707 -0
- package/src/operations/index.ts +18 -0
- package/src/operations/operations.ts +137 -0
- package/src/operationsInterfaces/azureDevOpsConnectorOperations.ts +133 -0
- package/src/operationsInterfaces/azureDevOpsConnectorStatsOperations.ts +27 -0
- package/src/operationsInterfaces/azureDevOpsOrgOperations.ts +114 -0
- package/src/operationsInterfaces/azureDevOpsProjectOperations.ts +126 -0
- package/src/operationsInterfaces/azureDevOpsRepoOperations.ts +149 -0
- package/src/operationsInterfaces/gitHubConnectorOperations.ts +133 -0
- package/src/operationsInterfaces/gitHubConnectorStatsOperations.ts +27 -0
- package/src/operationsInterfaces/gitHubOwnerOperations.ts +115 -0
- package/src/operationsInterfaces/gitHubRepoOperations.ts +139 -0
- package/src/operationsInterfaces/index.ts +18 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/tsconfig.json +33 -0
- package/types/arm-securitydevops.d.ts +1477 -0
- package/types/tsdoc-metadata.json +11 -0
|
@@ -0,0 +1,1008 @@
|
|
|
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
|
+
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
10
|
+
|
|
11
|
+
export interface AzureDevOpsConnectorListResponse {
|
|
12
|
+
/** Gets or sets list of resources. */
|
|
13
|
+
value?: AzureDevOpsConnector[];
|
|
14
|
+
/** Gets or sets next link to scroll over the results. */
|
|
15
|
+
nextLink?: string;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export interface AzureDevOpsConnectorProperties {
|
|
19
|
+
provisioningState?: ProvisioningState;
|
|
20
|
+
authorization?: AuthorizationInfo;
|
|
21
|
+
/** Gets or sets org onboarding information. */
|
|
22
|
+
orgs?: AzureDevOpsOrgMetadata[];
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export interface AuthorizationInfo {
|
|
26
|
+
/** Gets or sets one-time OAuth code to exchange for refresh and access tokens. */
|
|
27
|
+
code?: string;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/** Org onboarding info. */
|
|
31
|
+
export interface AzureDevOpsOrgMetadata {
|
|
32
|
+
/** Gets or sets name of the AzureDevOps Org. */
|
|
33
|
+
name?: string;
|
|
34
|
+
autoDiscovery?: AutoDiscovery;
|
|
35
|
+
projects?: AzureDevOpsProjectMetadata[];
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/** Project onboarding info. */
|
|
39
|
+
export interface AzureDevOpsProjectMetadata {
|
|
40
|
+
/** Gets or sets name of the AzureDevOps Project. */
|
|
41
|
+
name?: string;
|
|
42
|
+
autoDiscovery?: AutoDiscovery;
|
|
43
|
+
/** Gets or sets repositories. */
|
|
44
|
+
repos?: string[];
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
48
|
+
export interface Resource {
|
|
49
|
+
/**
|
|
50
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
51
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
52
|
+
*/
|
|
53
|
+
readonly id?: string;
|
|
54
|
+
/**
|
|
55
|
+
* The name of the resource
|
|
56
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
57
|
+
*/
|
|
58
|
+
readonly name?: string;
|
|
59
|
+
/**
|
|
60
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
61
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
62
|
+
*/
|
|
63
|
+
readonly type?: string;
|
|
64
|
+
/**
|
|
65
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
66
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
67
|
+
*/
|
|
68
|
+
readonly systemData?: SystemData;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
72
|
+
export interface SystemData {
|
|
73
|
+
/** The identity that created the resource. */
|
|
74
|
+
createdBy?: string;
|
|
75
|
+
/** The type of identity that created the resource. */
|
|
76
|
+
createdByType?: CreatedByType;
|
|
77
|
+
/** The timestamp of resource creation (UTC). */
|
|
78
|
+
createdAt?: Date;
|
|
79
|
+
/** The identity that last modified the resource. */
|
|
80
|
+
lastModifiedBy?: string;
|
|
81
|
+
/** The type of identity that last modified the resource. */
|
|
82
|
+
lastModifiedByType?: CreatedByType;
|
|
83
|
+
/** The timestamp of resource last modification (UTC) */
|
|
84
|
+
lastModifiedAt?: Date;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
88
|
+
export interface ErrorResponse {
|
|
89
|
+
/** The error object. */
|
|
90
|
+
error?: ErrorDetail;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
/** The error detail. */
|
|
94
|
+
export interface ErrorDetail {
|
|
95
|
+
/**
|
|
96
|
+
* The error code.
|
|
97
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
98
|
+
*/
|
|
99
|
+
readonly code?: string;
|
|
100
|
+
/**
|
|
101
|
+
* The error message.
|
|
102
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
103
|
+
*/
|
|
104
|
+
readonly message?: string;
|
|
105
|
+
/**
|
|
106
|
+
* The error target.
|
|
107
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
108
|
+
*/
|
|
109
|
+
readonly target?: string;
|
|
110
|
+
/**
|
|
111
|
+
* The error details.
|
|
112
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
113
|
+
*/
|
|
114
|
+
readonly details?: ErrorDetail[];
|
|
115
|
+
/**
|
|
116
|
+
* The error additional info.
|
|
117
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
118
|
+
*/
|
|
119
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/** The resource management error additional info. */
|
|
123
|
+
export interface ErrorAdditionalInfo {
|
|
124
|
+
/**
|
|
125
|
+
* The additional info type.
|
|
126
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
127
|
+
*/
|
|
128
|
+
readonly type?: string;
|
|
129
|
+
/**
|
|
130
|
+
* The additional info.
|
|
131
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
132
|
+
*/
|
|
133
|
+
readonly info?: Record<string, unknown>;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
export interface AzureDevOpsRepoListResponse {
|
|
137
|
+
/** Gets or sets list of resources. */
|
|
138
|
+
value?: AzureDevOpsRepo[];
|
|
139
|
+
/** Gets or sets next link to scroll over the results. */
|
|
140
|
+
nextLink?: string;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
/** AzureDevOps Repo properties. */
|
|
144
|
+
export interface AzureDevOpsRepoProperties {
|
|
145
|
+
provisioningState?: ProvisioningState;
|
|
146
|
+
/** Gets or sets Azure DevOps repo id. */
|
|
147
|
+
repoId?: string;
|
|
148
|
+
/** Gets or sets AzureDevOps repo url. */
|
|
149
|
+
repoUrl?: string;
|
|
150
|
+
/** Gets or sets AzureDevOps Org Name. */
|
|
151
|
+
orgName?: string;
|
|
152
|
+
/** Gets or sets AzureDevOps Project Name. */
|
|
153
|
+
projectName?: string;
|
|
154
|
+
/** Gets or sets AzureDevOps repo visibility, whether it is public or private etc. */
|
|
155
|
+
visibility?: string;
|
|
156
|
+
actionableRemediation?: ActionableRemediation;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
export interface ActionableRemediation {
|
|
160
|
+
state?: ActionableRemediationState;
|
|
161
|
+
severityLevels?: string[];
|
|
162
|
+
categories?: RuleCategory[];
|
|
163
|
+
/** Branch onboarding info. */
|
|
164
|
+
branchConfiguration?: TargetBranchConfiguration;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
/** Branch onboarding info. */
|
|
168
|
+
export interface TargetBranchConfiguration {
|
|
169
|
+
/**
|
|
170
|
+
* Gets or sets branches that should have annotations.
|
|
171
|
+
*
|
|
172
|
+
* For Ignite, we will be supporting a single default branch configuration in the UX.
|
|
173
|
+
*/
|
|
174
|
+
names?: string[];
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
export interface AzureDevOpsConnectorStatsListResponse {
|
|
178
|
+
/** Gets or sets list of resources. */
|
|
179
|
+
value?: AzureDevOpsConnectorStats[];
|
|
180
|
+
/** Gets or sets next link to scroll over the results. */
|
|
181
|
+
nextLink?: string;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
export interface AzureDevOpsConnectorStatsProperties {
|
|
185
|
+
provisioningState?: ProvisioningState;
|
|
186
|
+
/** Gets or sets orgs count. */
|
|
187
|
+
orgsCount?: number;
|
|
188
|
+
/** Gets or sets projects count. */
|
|
189
|
+
projectsCount?: number;
|
|
190
|
+
/** Gets or sets repos count. */
|
|
191
|
+
reposCount?: number;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
export interface AzureDevOpsOrgListResponse {
|
|
195
|
+
/** Gets or sets list of resources. */
|
|
196
|
+
value?: AzureDevOpsOrg[];
|
|
197
|
+
/** Gets or sets next link to scroll over the results. */
|
|
198
|
+
nextLink?: string;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
/** AzureDevOps Org properties. */
|
|
202
|
+
export interface AzureDevOpsOrgProperties {
|
|
203
|
+
provisioningState?: ProvisioningState;
|
|
204
|
+
autoDiscovery?: AutoDiscovery;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
export interface AzureDevOpsProjectListResponse {
|
|
208
|
+
/** Gets or sets list of resources. */
|
|
209
|
+
value?: AzureDevOpsProject[];
|
|
210
|
+
/** Gets or sets next link to scroll over the results. */
|
|
211
|
+
nextLink?: string;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
/** AzureDevOps Project properties. */
|
|
215
|
+
export interface AzureDevOpsProjectProperties {
|
|
216
|
+
provisioningState?: ProvisioningState;
|
|
217
|
+
/** Gets or sets AzureDevOps Project Id. */
|
|
218
|
+
projectId?: string;
|
|
219
|
+
/** Gets or sets AzureDevOps Org Name. */
|
|
220
|
+
orgName?: string;
|
|
221
|
+
autoDiscovery?: AutoDiscovery;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
export interface GitHubConnectorListResponse {
|
|
225
|
+
/** Gets or sets list of resources. */
|
|
226
|
+
value?: GitHubConnector[];
|
|
227
|
+
/** Gets or sets next link to scroll over the results. */
|
|
228
|
+
nextLink?: string;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
/** Properties of the ARM resource for /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.SecurityDevOps/gitHubConnectors. */
|
|
232
|
+
export interface GitHubConnectorProperties {
|
|
233
|
+
provisioningState?: ProvisioningState;
|
|
234
|
+
/** Gets or sets one-time OAuth code to exchange for refresh and access tokens. */
|
|
235
|
+
code?: string;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
export interface GitHubRepoListResponse {
|
|
239
|
+
/** Gets or sets list of resources. */
|
|
240
|
+
value?: GitHubRepo[];
|
|
241
|
+
/** Gets or sets next link to scroll over the results. */
|
|
242
|
+
nextLink?: string;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
/** GitHub Repo properties. */
|
|
246
|
+
export interface GitHubRepoProperties {
|
|
247
|
+
provisioningState?: ProvisioningState;
|
|
248
|
+
/** Gets or sets gitHub repo account id. */
|
|
249
|
+
accountId?: number;
|
|
250
|
+
/** Gets or sets gitHub repo url. */
|
|
251
|
+
repoUrl?: string;
|
|
252
|
+
/** Gets or sets GitHub Owner Name. */
|
|
253
|
+
ownerName?: string;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
export interface GitHubConnectorStatsListResponse {
|
|
257
|
+
/** Gets or sets list of resources. */
|
|
258
|
+
value?: GitHubConnectorStats[];
|
|
259
|
+
/** Gets or sets next link to scroll over the results. */
|
|
260
|
+
nextLink?: string;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
export interface GitHubConnectorStatsProperties {
|
|
264
|
+
provisioningState?: ProvisioningState;
|
|
265
|
+
/** Gets or sets owners count. */
|
|
266
|
+
ownersCount?: number;
|
|
267
|
+
/** Gets or sets repos count. */
|
|
268
|
+
reposCount?: number;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
export interface GitHubOwnerListResponse {
|
|
272
|
+
/** Gets or sets list of resources. */
|
|
273
|
+
value?: GitHubOwner[];
|
|
274
|
+
/** Gets or sets next link to scroll over the results. */
|
|
275
|
+
nextLink?: string;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
/** GitHub Repo Owner properties. */
|
|
279
|
+
export interface GitHubOwnerProperties {
|
|
280
|
+
provisioningState?: ProvisioningState;
|
|
281
|
+
/** Gets or sets gitHub owner url. */
|
|
282
|
+
ownerUrl?: string;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
286
|
+
export interface OperationListResult {
|
|
287
|
+
/**
|
|
288
|
+
* List of operations supported by the resource provider
|
|
289
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
290
|
+
*/
|
|
291
|
+
readonly value?: Operation[];
|
|
292
|
+
/**
|
|
293
|
+
* URL to get the next set of operation list results (if there are any).
|
|
294
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
295
|
+
*/
|
|
296
|
+
readonly nextLink?: string;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
300
|
+
export interface Operation {
|
|
301
|
+
/**
|
|
302
|
+
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
303
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
304
|
+
*/
|
|
305
|
+
readonly name?: string;
|
|
306
|
+
/**
|
|
307
|
+
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
308
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
309
|
+
*/
|
|
310
|
+
readonly isDataAction?: boolean;
|
|
311
|
+
/** Localized display information for this particular operation. */
|
|
312
|
+
display?: OperationDisplay;
|
|
313
|
+
/**
|
|
314
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
315
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
316
|
+
*/
|
|
317
|
+
readonly origin?: Origin;
|
|
318
|
+
/**
|
|
319
|
+
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
320
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
321
|
+
*/
|
|
322
|
+
readonly actionType?: ActionType;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
/** Localized display information for this particular operation. */
|
|
326
|
+
export interface OperationDisplay {
|
|
327
|
+
/**
|
|
328
|
+
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
329
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
330
|
+
*/
|
|
331
|
+
readonly provider?: string;
|
|
332
|
+
/**
|
|
333
|
+
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
334
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
335
|
+
*/
|
|
336
|
+
readonly resource?: string;
|
|
337
|
+
/**
|
|
338
|
+
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
339
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
340
|
+
*/
|
|
341
|
+
readonly operation?: string;
|
|
342
|
+
/**
|
|
343
|
+
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
344
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
345
|
+
*/
|
|
346
|
+
readonly description?: string;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
export interface GitHubReposProperties {
|
|
350
|
+
provisioningState?: ProvisioningState;
|
|
351
|
+
/** Gets or sets gitHub repo account id. */
|
|
352
|
+
accountId?: number;
|
|
353
|
+
/** Gets or sets gitHub repo name. */
|
|
354
|
+
repoName?: string;
|
|
355
|
+
/** Gets or sets gitHub repo url. */
|
|
356
|
+
repoUrl?: string;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
360
|
+
export interface TrackedResource extends Resource {
|
|
361
|
+
/** Resource tags. */
|
|
362
|
+
tags?: { [propertyName: string]: string };
|
|
363
|
+
/** The geo-location where the resource lives */
|
|
364
|
+
location: string;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
368
|
+
export interface ProxyResource extends Resource {}
|
|
369
|
+
|
|
370
|
+
export interface AzureDevOpsConnector extends TrackedResource {
|
|
371
|
+
properties?: AzureDevOpsConnectorProperties;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
/** Represents an ARM resource for /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.SecurityDevOps/gitHubConnectors. */
|
|
375
|
+
export interface GitHubConnector extends TrackedResource {
|
|
376
|
+
/** Properties of the ARM resource for /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.SecurityDevOps/gitHubConnectors. */
|
|
377
|
+
properties?: GitHubConnectorProperties;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
/** Azure DevOps Repo Proxy Resource. */
|
|
381
|
+
export interface AzureDevOpsRepo extends ProxyResource {
|
|
382
|
+
/** AzureDevOps Repo properties. */
|
|
383
|
+
properties?: AzureDevOpsRepoProperties;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
export interface AzureDevOpsConnectorStats extends ProxyResource {
|
|
387
|
+
properties?: AzureDevOpsConnectorStatsProperties;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
/** Azure DevOps Org Proxy Resource. */
|
|
391
|
+
export interface AzureDevOpsOrg extends ProxyResource {
|
|
392
|
+
/** AzureDevOps Org properties. */
|
|
393
|
+
properties?: AzureDevOpsOrgProperties;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
/** Azure DevOps Project Proxy Resource. */
|
|
397
|
+
export interface AzureDevOpsProject extends ProxyResource {
|
|
398
|
+
/** AzureDevOps Project properties. */
|
|
399
|
+
properties?: AzureDevOpsProjectProperties;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
/** GitHub repo Proxy Resource. */
|
|
403
|
+
export interface GitHubRepo extends ProxyResource {
|
|
404
|
+
/** GitHub Repo properties. */
|
|
405
|
+
properties?: GitHubRepoProperties;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
export interface GitHubConnectorStats extends ProxyResource {
|
|
409
|
+
properties?: GitHubConnectorStatsProperties;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
/** GitHub repo owner Proxy Resource. */
|
|
413
|
+
export interface GitHubOwner extends ProxyResource {
|
|
414
|
+
/** GitHub Repo Owner properties. */
|
|
415
|
+
properties?: GitHubOwnerProperties;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
419
|
+
export enum KnownProvisioningState {
|
|
420
|
+
/** Succeeded */
|
|
421
|
+
Succeeded = "Succeeded",
|
|
422
|
+
/** Failed */
|
|
423
|
+
Failed = "Failed",
|
|
424
|
+
/** Canceled */
|
|
425
|
+
Canceled = "Canceled"
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
/**
|
|
429
|
+
* Defines values for ProvisioningState. \
|
|
430
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
431
|
+
* this enum contains the known values that the service supports.
|
|
432
|
+
* ### Known values supported by the service
|
|
433
|
+
* **Succeeded** \
|
|
434
|
+
* **Failed** \
|
|
435
|
+
* **Canceled**
|
|
436
|
+
*/
|
|
437
|
+
export type ProvisioningState = string;
|
|
438
|
+
|
|
439
|
+
/** Known values of {@link AutoDiscovery} that the service accepts. */
|
|
440
|
+
export enum KnownAutoDiscovery {
|
|
441
|
+
/** Disabled */
|
|
442
|
+
Disabled = "Disabled",
|
|
443
|
+
/** Enabled */
|
|
444
|
+
Enabled = "Enabled"
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
/**
|
|
448
|
+
* Defines values for AutoDiscovery. \
|
|
449
|
+
* {@link KnownAutoDiscovery} can be used interchangeably with AutoDiscovery,
|
|
450
|
+
* this enum contains the known values that the service supports.
|
|
451
|
+
* ### Known values supported by the service
|
|
452
|
+
* **Disabled** \
|
|
453
|
+
* **Enabled**
|
|
454
|
+
*/
|
|
455
|
+
export type AutoDiscovery = string;
|
|
456
|
+
|
|
457
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
458
|
+
export enum KnownCreatedByType {
|
|
459
|
+
/** User */
|
|
460
|
+
User = "User",
|
|
461
|
+
/** Application */
|
|
462
|
+
Application = "Application",
|
|
463
|
+
/** ManagedIdentity */
|
|
464
|
+
ManagedIdentity = "ManagedIdentity",
|
|
465
|
+
/** Key */
|
|
466
|
+
Key = "Key"
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
/**
|
|
470
|
+
* Defines values for CreatedByType. \
|
|
471
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
472
|
+
* this enum contains the known values that the service supports.
|
|
473
|
+
* ### Known values supported by the service
|
|
474
|
+
* **User** \
|
|
475
|
+
* **Application** \
|
|
476
|
+
* **ManagedIdentity** \
|
|
477
|
+
* **Key**
|
|
478
|
+
*/
|
|
479
|
+
export type CreatedByType = string;
|
|
480
|
+
|
|
481
|
+
/** Known values of {@link ActionableRemediationState} that the service accepts. */
|
|
482
|
+
export enum KnownActionableRemediationState {
|
|
483
|
+
/** None */
|
|
484
|
+
None = "None",
|
|
485
|
+
/** Disabled */
|
|
486
|
+
Disabled = "Disabled",
|
|
487
|
+
/** Enabled */
|
|
488
|
+
Enabled = "Enabled"
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
/**
|
|
492
|
+
* Defines values for ActionableRemediationState. \
|
|
493
|
+
* {@link KnownActionableRemediationState} can be used interchangeably with ActionableRemediationState,
|
|
494
|
+
* this enum contains the known values that the service supports.
|
|
495
|
+
* ### Known values supported by the service
|
|
496
|
+
* **None** \
|
|
497
|
+
* **Disabled** \
|
|
498
|
+
* **Enabled**
|
|
499
|
+
*/
|
|
500
|
+
export type ActionableRemediationState = string;
|
|
501
|
+
|
|
502
|
+
/** Known values of {@link RuleCategory} that the service accepts. */
|
|
503
|
+
export enum KnownRuleCategory {
|
|
504
|
+
/** Code */
|
|
505
|
+
Code = "Code",
|
|
506
|
+
/** Artifacts */
|
|
507
|
+
Artifacts = "Artifacts",
|
|
508
|
+
/** Dependencies */
|
|
509
|
+
Dependencies = "Dependencies",
|
|
510
|
+
/** Secrets */
|
|
511
|
+
Secrets = "Secrets",
|
|
512
|
+
/** IaC */
|
|
513
|
+
IaC = "IaC",
|
|
514
|
+
/** Containers */
|
|
515
|
+
Containers = "Containers"
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
/**
|
|
519
|
+
* Defines values for RuleCategory. \
|
|
520
|
+
* {@link KnownRuleCategory} can be used interchangeably with RuleCategory,
|
|
521
|
+
* this enum contains the known values that the service supports.
|
|
522
|
+
* ### Known values supported by the service
|
|
523
|
+
* **Code** \
|
|
524
|
+
* **Artifacts** \
|
|
525
|
+
* **Dependencies** \
|
|
526
|
+
* **Secrets** \
|
|
527
|
+
* **IaC** \
|
|
528
|
+
* **Containers**
|
|
529
|
+
*/
|
|
530
|
+
export type RuleCategory = string;
|
|
531
|
+
|
|
532
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
533
|
+
export enum KnownOrigin {
|
|
534
|
+
/** User */
|
|
535
|
+
User = "user",
|
|
536
|
+
/** System */
|
|
537
|
+
System = "system",
|
|
538
|
+
/** UserSystem */
|
|
539
|
+
UserSystem = "user,system"
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
/**
|
|
543
|
+
* Defines values for Origin. \
|
|
544
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
545
|
+
* this enum contains the known values that the service supports.
|
|
546
|
+
* ### Known values supported by the service
|
|
547
|
+
* **user** \
|
|
548
|
+
* **system** \
|
|
549
|
+
* **user,system**
|
|
550
|
+
*/
|
|
551
|
+
export type Origin = string;
|
|
552
|
+
|
|
553
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
554
|
+
export enum KnownActionType {
|
|
555
|
+
/** Internal */
|
|
556
|
+
Internal = "Internal"
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
/**
|
|
560
|
+
* Defines values for ActionType. \
|
|
561
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
562
|
+
* this enum contains the known values that the service supports.
|
|
563
|
+
* ### Known values supported by the service
|
|
564
|
+
* **Internal**
|
|
565
|
+
*/
|
|
566
|
+
export type ActionType = string;
|
|
567
|
+
|
|
568
|
+
/** Optional parameters. */
|
|
569
|
+
export interface AzureDevOpsConnectorListByResourceGroupOptionalParams
|
|
570
|
+
extends coreClient.OperationOptions {}
|
|
571
|
+
|
|
572
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
573
|
+
export type AzureDevOpsConnectorListByResourceGroupResponse = AzureDevOpsConnectorListResponse;
|
|
574
|
+
|
|
575
|
+
/** Optional parameters. */
|
|
576
|
+
export interface AzureDevOpsConnectorGetOptionalParams
|
|
577
|
+
extends coreClient.OperationOptions {}
|
|
578
|
+
|
|
579
|
+
/** Contains response data for the get operation. */
|
|
580
|
+
export type AzureDevOpsConnectorGetResponse = AzureDevOpsConnector;
|
|
581
|
+
|
|
582
|
+
/** Optional parameters. */
|
|
583
|
+
export interface AzureDevOpsConnectorCreateOrUpdateOptionalParams
|
|
584
|
+
extends coreClient.OperationOptions {
|
|
585
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
586
|
+
updateIntervalInMs?: number;
|
|
587
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
588
|
+
resumeFrom?: string;
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
592
|
+
export type AzureDevOpsConnectorCreateOrUpdateResponse = AzureDevOpsConnector;
|
|
593
|
+
|
|
594
|
+
/** Optional parameters. */
|
|
595
|
+
export interface AzureDevOpsConnectorUpdateOptionalParams
|
|
596
|
+
extends coreClient.OperationOptions {
|
|
597
|
+
/** Connector resource payload. */
|
|
598
|
+
azureDevOpsConnector?: AzureDevOpsConnector;
|
|
599
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
600
|
+
updateIntervalInMs?: number;
|
|
601
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
602
|
+
resumeFrom?: string;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
/** Contains response data for the update operation. */
|
|
606
|
+
export type AzureDevOpsConnectorUpdateResponse = AzureDevOpsConnector;
|
|
607
|
+
|
|
608
|
+
/** Optional parameters. */
|
|
609
|
+
export interface AzureDevOpsConnectorDeleteOptionalParams
|
|
610
|
+
extends coreClient.OperationOptions {
|
|
611
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
612
|
+
updateIntervalInMs?: number;
|
|
613
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
614
|
+
resumeFrom?: string;
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
/** Optional parameters. */
|
|
618
|
+
export interface AzureDevOpsConnectorListBySubscriptionOptionalParams
|
|
619
|
+
extends coreClient.OperationOptions {}
|
|
620
|
+
|
|
621
|
+
/** Contains response data for the listBySubscription operation. */
|
|
622
|
+
export type AzureDevOpsConnectorListBySubscriptionResponse = AzureDevOpsConnectorListResponse;
|
|
623
|
+
|
|
624
|
+
/** Optional parameters. */
|
|
625
|
+
export interface AzureDevOpsConnectorListByResourceGroupNextOptionalParams
|
|
626
|
+
extends coreClient.OperationOptions {}
|
|
627
|
+
|
|
628
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
629
|
+
export type AzureDevOpsConnectorListByResourceGroupNextResponse = AzureDevOpsConnectorListResponse;
|
|
630
|
+
|
|
631
|
+
/** Optional parameters. */
|
|
632
|
+
export interface AzureDevOpsConnectorListBySubscriptionNextOptionalParams
|
|
633
|
+
extends coreClient.OperationOptions {}
|
|
634
|
+
|
|
635
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
636
|
+
export type AzureDevOpsConnectorListBySubscriptionNextResponse = AzureDevOpsConnectorListResponse;
|
|
637
|
+
|
|
638
|
+
/** Optional parameters. */
|
|
639
|
+
export interface AzureDevOpsRepoListByConnectorOptionalParams
|
|
640
|
+
extends coreClient.OperationOptions {}
|
|
641
|
+
|
|
642
|
+
/** Contains response data for the listByConnector operation. */
|
|
643
|
+
export type AzureDevOpsRepoListByConnectorResponse = AzureDevOpsRepoListResponse;
|
|
644
|
+
|
|
645
|
+
/** Optional parameters. */
|
|
646
|
+
export interface AzureDevOpsRepoListOptionalParams
|
|
647
|
+
extends coreClient.OperationOptions {}
|
|
648
|
+
|
|
649
|
+
/** Contains response data for the list operation. */
|
|
650
|
+
export type AzureDevOpsRepoListOperationResponse = AzureDevOpsRepoListResponse;
|
|
651
|
+
|
|
652
|
+
/** Optional parameters. */
|
|
653
|
+
export interface AzureDevOpsRepoGetOptionalParams
|
|
654
|
+
extends coreClient.OperationOptions {}
|
|
655
|
+
|
|
656
|
+
/** Contains response data for the get operation. */
|
|
657
|
+
export type AzureDevOpsRepoGetResponse = AzureDevOpsRepo;
|
|
658
|
+
|
|
659
|
+
/** Optional parameters. */
|
|
660
|
+
export interface AzureDevOpsRepoCreateOrUpdateOptionalParams
|
|
661
|
+
extends coreClient.OperationOptions {
|
|
662
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
663
|
+
updateIntervalInMs?: number;
|
|
664
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
665
|
+
resumeFrom?: string;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
669
|
+
export type AzureDevOpsRepoCreateOrUpdateResponse = AzureDevOpsRepo;
|
|
670
|
+
|
|
671
|
+
/** Optional parameters. */
|
|
672
|
+
export interface AzureDevOpsRepoUpdateOptionalParams
|
|
673
|
+
extends coreClient.OperationOptions {
|
|
674
|
+
/** Azure DevOps Org resource payload. */
|
|
675
|
+
azureDevOpsRepo?: AzureDevOpsRepo;
|
|
676
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
677
|
+
updateIntervalInMs?: number;
|
|
678
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
679
|
+
resumeFrom?: string;
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
/** Contains response data for the update operation. */
|
|
683
|
+
export type AzureDevOpsRepoUpdateResponse = AzureDevOpsRepo;
|
|
684
|
+
|
|
685
|
+
/** Optional parameters. */
|
|
686
|
+
export interface AzureDevOpsRepoListByConnectorNextOptionalParams
|
|
687
|
+
extends coreClient.OperationOptions {}
|
|
688
|
+
|
|
689
|
+
/** Contains response data for the listByConnectorNext operation. */
|
|
690
|
+
export type AzureDevOpsRepoListByConnectorNextResponse = AzureDevOpsRepoListResponse;
|
|
691
|
+
|
|
692
|
+
/** Optional parameters. */
|
|
693
|
+
export interface AzureDevOpsRepoListNextOptionalParams
|
|
694
|
+
extends coreClient.OperationOptions {}
|
|
695
|
+
|
|
696
|
+
/** Contains response data for the listNext operation. */
|
|
697
|
+
export type AzureDevOpsRepoListNextResponse = AzureDevOpsRepoListResponse;
|
|
698
|
+
|
|
699
|
+
/** Optional parameters. */
|
|
700
|
+
export interface AzureDevOpsConnectorStatsGetOptionalParams
|
|
701
|
+
extends coreClient.OperationOptions {}
|
|
702
|
+
|
|
703
|
+
/** Contains response data for the get operation. */
|
|
704
|
+
export type AzureDevOpsConnectorStatsGetResponse = AzureDevOpsConnectorStatsListResponse;
|
|
705
|
+
|
|
706
|
+
/** Optional parameters. */
|
|
707
|
+
export interface AzureDevOpsOrgListOptionalParams
|
|
708
|
+
extends coreClient.OperationOptions {}
|
|
709
|
+
|
|
710
|
+
/** Contains response data for the list operation. */
|
|
711
|
+
export type AzureDevOpsOrgListOperationResponse = AzureDevOpsOrgListResponse;
|
|
712
|
+
|
|
713
|
+
/** Optional parameters. */
|
|
714
|
+
export interface AzureDevOpsOrgGetOptionalParams
|
|
715
|
+
extends coreClient.OperationOptions {}
|
|
716
|
+
|
|
717
|
+
/** Contains response data for the get operation. */
|
|
718
|
+
export type AzureDevOpsOrgGetResponse = AzureDevOpsOrg;
|
|
719
|
+
|
|
720
|
+
/** Optional parameters. */
|
|
721
|
+
export interface AzureDevOpsOrgCreateOrUpdateOptionalParams
|
|
722
|
+
extends coreClient.OperationOptions {
|
|
723
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
724
|
+
updateIntervalInMs?: number;
|
|
725
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
726
|
+
resumeFrom?: string;
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
730
|
+
export type AzureDevOpsOrgCreateOrUpdateResponse = AzureDevOpsOrg;
|
|
731
|
+
|
|
732
|
+
/** Optional parameters. */
|
|
733
|
+
export interface AzureDevOpsOrgUpdateOptionalParams
|
|
734
|
+
extends coreClient.OperationOptions {
|
|
735
|
+
/** Azure DevOps Org resource payload. */
|
|
736
|
+
azureDevOpsOrg?: AzureDevOpsOrg;
|
|
737
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
738
|
+
updateIntervalInMs?: number;
|
|
739
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
740
|
+
resumeFrom?: string;
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
/** Contains response data for the update operation. */
|
|
744
|
+
export type AzureDevOpsOrgUpdateResponse = AzureDevOpsOrg;
|
|
745
|
+
|
|
746
|
+
/** Optional parameters. */
|
|
747
|
+
export interface AzureDevOpsOrgListNextOptionalParams
|
|
748
|
+
extends coreClient.OperationOptions {}
|
|
749
|
+
|
|
750
|
+
/** Contains response data for the listNext operation. */
|
|
751
|
+
export type AzureDevOpsOrgListNextResponse = AzureDevOpsOrgListResponse;
|
|
752
|
+
|
|
753
|
+
/** Optional parameters. */
|
|
754
|
+
export interface AzureDevOpsProjectListOptionalParams
|
|
755
|
+
extends coreClient.OperationOptions {}
|
|
756
|
+
|
|
757
|
+
/** Contains response data for the list operation. */
|
|
758
|
+
export type AzureDevOpsProjectListOperationResponse = AzureDevOpsProjectListResponse;
|
|
759
|
+
|
|
760
|
+
/** Optional parameters. */
|
|
761
|
+
export interface AzureDevOpsProjectGetOptionalParams
|
|
762
|
+
extends coreClient.OperationOptions {}
|
|
763
|
+
|
|
764
|
+
/** Contains response data for the get operation. */
|
|
765
|
+
export type AzureDevOpsProjectGetResponse = AzureDevOpsProject;
|
|
766
|
+
|
|
767
|
+
/** Optional parameters. */
|
|
768
|
+
export interface AzureDevOpsProjectCreateOrUpdateOptionalParams
|
|
769
|
+
extends coreClient.OperationOptions {
|
|
770
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
771
|
+
updateIntervalInMs?: number;
|
|
772
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
773
|
+
resumeFrom?: string;
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
777
|
+
export type AzureDevOpsProjectCreateOrUpdateResponse = AzureDevOpsProject;
|
|
778
|
+
|
|
779
|
+
/** Optional parameters. */
|
|
780
|
+
export interface AzureDevOpsProjectUpdateOptionalParams
|
|
781
|
+
extends coreClient.OperationOptions {
|
|
782
|
+
/** Azure DevOps Org resource payload. */
|
|
783
|
+
azureDevOpsProject?: AzureDevOpsProject;
|
|
784
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
785
|
+
updateIntervalInMs?: number;
|
|
786
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
787
|
+
resumeFrom?: string;
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
/** Contains response data for the update operation. */
|
|
791
|
+
export type AzureDevOpsProjectUpdateResponse = AzureDevOpsProject;
|
|
792
|
+
|
|
793
|
+
/** Optional parameters. */
|
|
794
|
+
export interface AzureDevOpsProjectListNextOptionalParams
|
|
795
|
+
extends coreClient.OperationOptions {}
|
|
796
|
+
|
|
797
|
+
/** Contains response data for the listNext operation. */
|
|
798
|
+
export type AzureDevOpsProjectListNextResponse = AzureDevOpsProjectListResponse;
|
|
799
|
+
|
|
800
|
+
/** Optional parameters. */
|
|
801
|
+
export interface GitHubConnectorListByResourceGroupOptionalParams
|
|
802
|
+
extends coreClient.OperationOptions {}
|
|
803
|
+
|
|
804
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
805
|
+
export type GitHubConnectorListByResourceGroupResponse = GitHubConnectorListResponse;
|
|
806
|
+
|
|
807
|
+
/** Optional parameters. */
|
|
808
|
+
export interface GitHubConnectorGetOptionalParams
|
|
809
|
+
extends coreClient.OperationOptions {}
|
|
810
|
+
|
|
811
|
+
/** Contains response data for the get operation. */
|
|
812
|
+
export type GitHubConnectorGetResponse = GitHubConnector;
|
|
813
|
+
|
|
814
|
+
/** Optional parameters. */
|
|
815
|
+
export interface GitHubConnectorCreateOrUpdateOptionalParams
|
|
816
|
+
extends coreClient.OperationOptions {
|
|
817
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
818
|
+
updateIntervalInMs?: number;
|
|
819
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
820
|
+
resumeFrom?: string;
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
824
|
+
export type GitHubConnectorCreateOrUpdateResponse = GitHubConnector;
|
|
825
|
+
|
|
826
|
+
/** Optional parameters. */
|
|
827
|
+
export interface GitHubConnectorUpdateOptionalParams
|
|
828
|
+
extends coreClient.OperationOptions {
|
|
829
|
+
/** Connector resource payload. */
|
|
830
|
+
gitHubConnector?: GitHubConnector;
|
|
831
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
832
|
+
updateIntervalInMs?: number;
|
|
833
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
834
|
+
resumeFrom?: string;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
/** Contains response data for the update operation. */
|
|
838
|
+
export type GitHubConnectorUpdateResponse = GitHubConnector;
|
|
839
|
+
|
|
840
|
+
/** Optional parameters. */
|
|
841
|
+
export interface GitHubConnectorDeleteOptionalParams
|
|
842
|
+
extends coreClient.OperationOptions {
|
|
843
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
844
|
+
updateIntervalInMs?: number;
|
|
845
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
846
|
+
resumeFrom?: string;
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
/** Optional parameters. */
|
|
850
|
+
export interface GitHubConnectorListBySubscriptionOptionalParams
|
|
851
|
+
extends coreClient.OperationOptions {}
|
|
852
|
+
|
|
853
|
+
/** Contains response data for the listBySubscription operation. */
|
|
854
|
+
export type GitHubConnectorListBySubscriptionResponse = GitHubConnectorListResponse;
|
|
855
|
+
|
|
856
|
+
/** Optional parameters. */
|
|
857
|
+
export interface GitHubConnectorListByResourceGroupNextOptionalParams
|
|
858
|
+
extends coreClient.OperationOptions {}
|
|
859
|
+
|
|
860
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
861
|
+
export type GitHubConnectorListByResourceGroupNextResponse = GitHubConnectorListResponse;
|
|
862
|
+
|
|
863
|
+
/** Optional parameters. */
|
|
864
|
+
export interface GitHubConnectorListBySubscriptionNextOptionalParams
|
|
865
|
+
extends coreClient.OperationOptions {}
|
|
866
|
+
|
|
867
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
868
|
+
export type GitHubConnectorListBySubscriptionNextResponse = GitHubConnectorListResponse;
|
|
869
|
+
|
|
870
|
+
/** Optional parameters. */
|
|
871
|
+
export interface GitHubRepoListByConnectorOptionalParams
|
|
872
|
+
extends coreClient.OperationOptions {}
|
|
873
|
+
|
|
874
|
+
/** Contains response data for the listByConnector operation. */
|
|
875
|
+
export type GitHubRepoListByConnectorResponse = GitHubRepoListResponse;
|
|
876
|
+
|
|
877
|
+
/** Optional parameters. */
|
|
878
|
+
export interface GitHubRepoListOptionalParams
|
|
879
|
+
extends coreClient.OperationOptions {}
|
|
880
|
+
|
|
881
|
+
/** Contains response data for the list operation. */
|
|
882
|
+
export type GitHubRepoListOperationResponse = GitHubRepoListResponse;
|
|
883
|
+
|
|
884
|
+
/** Optional parameters. */
|
|
885
|
+
export interface GitHubRepoGetOptionalParams
|
|
886
|
+
extends coreClient.OperationOptions {}
|
|
887
|
+
|
|
888
|
+
/** Contains response data for the get operation. */
|
|
889
|
+
export type GitHubRepoGetResponse = GitHubRepo;
|
|
890
|
+
|
|
891
|
+
/** Optional parameters. */
|
|
892
|
+
export interface GitHubRepoCreateOrUpdateOptionalParams
|
|
893
|
+
extends coreClient.OperationOptions {
|
|
894
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
895
|
+
updateIntervalInMs?: number;
|
|
896
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
897
|
+
resumeFrom?: string;
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
901
|
+
export type GitHubRepoCreateOrUpdateResponse = GitHubRepo;
|
|
902
|
+
|
|
903
|
+
/** Optional parameters. */
|
|
904
|
+
export interface GitHubRepoUpdateOptionalParams
|
|
905
|
+
extends coreClient.OperationOptions {
|
|
906
|
+
/** Github repo. */
|
|
907
|
+
gitHubRepo?: GitHubRepo;
|
|
908
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
909
|
+
updateIntervalInMs?: number;
|
|
910
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
911
|
+
resumeFrom?: string;
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
/** Contains response data for the update operation. */
|
|
915
|
+
export type GitHubRepoUpdateResponse = GitHubRepo;
|
|
916
|
+
|
|
917
|
+
/** Optional parameters. */
|
|
918
|
+
export interface GitHubRepoListByConnectorNextOptionalParams
|
|
919
|
+
extends coreClient.OperationOptions {}
|
|
920
|
+
|
|
921
|
+
/** Contains response data for the listByConnectorNext operation. */
|
|
922
|
+
export type GitHubRepoListByConnectorNextResponse = GitHubRepoListResponse;
|
|
923
|
+
|
|
924
|
+
/** Optional parameters. */
|
|
925
|
+
export interface GitHubRepoListNextOptionalParams
|
|
926
|
+
extends coreClient.OperationOptions {}
|
|
927
|
+
|
|
928
|
+
/** Contains response data for the listNext operation. */
|
|
929
|
+
export type GitHubRepoListNextResponse = GitHubRepoListResponse;
|
|
930
|
+
|
|
931
|
+
/** Optional parameters. */
|
|
932
|
+
export interface GitHubConnectorStatsGetOptionalParams
|
|
933
|
+
extends coreClient.OperationOptions {}
|
|
934
|
+
|
|
935
|
+
/** Contains response data for the get operation. */
|
|
936
|
+
export type GitHubConnectorStatsGetResponse = GitHubConnectorStatsListResponse;
|
|
937
|
+
|
|
938
|
+
/** Optional parameters. */
|
|
939
|
+
export interface GitHubOwnerListOptionalParams
|
|
940
|
+
extends coreClient.OperationOptions {}
|
|
941
|
+
|
|
942
|
+
/** Contains response data for the list operation. */
|
|
943
|
+
export type GitHubOwnerListOperationResponse = GitHubOwnerListResponse;
|
|
944
|
+
|
|
945
|
+
/** Optional parameters. */
|
|
946
|
+
export interface GitHubOwnerGetOptionalParams
|
|
947
|
+
extends coreClient.OperationOptions {}
|
|
948
|
+
|
|
949
|
+
/** Contains response data for the get operation. */
|
|
950
|
+
export type GitHubOwnerGetResponse = GitHubOwner;
|
|
951
|
+
|
|
952
|
+
/** Optional parameters. */
|
|
953
|
+
export interface GitHubOwnerCreateOrUpdateOptionalParams
|
|
954
|
+
extends coreClient.OperationOptions {
|
|
955
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
956
|
+
updateIntervalInMs?: number;
|
|
957
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
958
|
+
resumeFrom?: string;
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
962
|
+
export type GitHubOwnerCreateOrUpdateResponse = GitHubOwner;
|
|
963
|
+
|
|
964
|
+
/** Optional parameters. */
|
|
965
|
+
export interface GitHubOwnerUpdateOptionalParams
|
|
966
|
+
extends coreClient.OperationOptions {
|
|
967
|
+
/** Github owner. */
|
|
968
|
+
gitHubOwner?: GitHubOwner;
|
|
969
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
970
|
+
updateIntervalInMs?: number;
|
|
971
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
972
|
+
resumeFrom?: string;
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
/** Contains response data for the update operation. */
|
|
976
|
+
export type GitHubOwnerUpdateResponse = GitHubOwner;
|
|
977
|
+
|
|
978
|
+
/** Optional parameters. */
|
|
979
|
+
export interface GitHubOwnerListNextOptionalParams
|
|
980
|
+
extends coreClient.OperationOptions {}
|
|
981
|
+
|
|
982
|
+
/** Contains response data for the listNext operation. */
|
|
983
|
+
export type GitHubOwnerListNextResponse = GitHubOwnerListResponse;
|
|
984
|
+
|
|
985
|
+
/** Optional parameters. */
|
|
986
|
+
export interface OperationsListOptionalParams
|
|
987
|
+
extends coreClient.OperationOptions {}
|
|
988
|
+
|
|
989
|
+
/** Contains response data for the list operation. */
|
|
990
|
+
export type OperationsListResponse = OperationListResult;
|
|
991
|
+
|
|
992
|
+
/** Optional parameters. */
|
|
993
|
+
export interface OperationsListNextOptionalParams
|
|
994
|
+
extends coreClient.OperationOptions {}
|
|
995
|
+
|
|
996
|
+
/** Contains response data for the listNext operation. */
|
|
997
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
998
|
+
|
|
999
|
+
/** Optional parameters. */
|
|
1000
|
+
export interface MicrosoftSecurityDevOpsOptionalParams
|
|
1001
|
+
extends coreClient.ServiceClientOptions {
|
|
1002
|
+
/** server parameter */
|
|
1003
|
+
$host?: string;
|
|
1004
|
+
/** Api Version */
|
|
1005
|
+
apiVersion?: string;
|
|
1006
|
+
/** Overrides client endpoint. */
|
|
1007
|
+
endpoint?: string;
|
|
1008
|
+
}
|