@azure/arm-devhub 1.0.0-beta.3 → 1.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/LICENSE +3 -3
- package/README.md +30 -24
- package/dist/browser/api/adooAuth/index.d.ts +3 -0
- package/dist/browser/api/adooAuth/index.js +4 -0
- package/dist/browser/api/adooAuth/index.js.map +1 -0
- package/dist/browser/api/adooAuth/operations.d.ts +14 -0
- package/dist/browser/api/adooAuth/operations.js +68 -0
- package/dist/browser/api/adooAuth/operations.js.map +1 -0
- package/dist/browser/api/adooAuth/options.d.ts +8 -0
- package/dist/browser/api/adooAuth/options.js +4 -0
- package/dist/browser/api/adooAuth/options.js.map +1 -0
- package/dist/browser/api/developerHubServiceContext.d.ts +22 -0
- package/dist/browser/api/developerHubServiceContext.js +26 -0
- package/dist/browser/api/developerHubServiceContext.js.map +1 -0
- package/dist/browser/api/iacProfiles/index.d.ts +3 -0
- package/dist/browser/api/iacProfiles/index.js +4 -0
- package/dist/browser/api/iacProfiles/index.js.map +1 -0
- package/dist/browser/api/iacProfiles/operations.d.ts +42 -0
- package/dist/browser/api/iacProfiles/operations.js +282 -0
- package/dist/browser/api/iacProfiles/operations.js.map +1 -0
- package/dist/browser/api/iacProfiles/options.d.ts +29 -0
- package/dist/browser/api/iacProfiles/options.js +4 -0
- package/dist/browser/api/iacProfiles/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +5 -0
- package/dist/browser/api/index.js +5 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +9 -0
- package/dist/browser/api/operations/operations.js +33 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/operations.d.ts +25 -0
- package/dist/browser/api/operations.js +163 -0
- package/dist/browser/api/operations.js.map +1 -0
- package/dist/browser/api/options.d.ts +21 -0
- package/dist/browser/api/options.js +4 -0
- package/dist/browser/api/options.js.map +1 -0
- package/dist/browser/api/template/index.d.ts +3 -0
- package/dist/browser/api/template/index.js +4 -0
- package/dist/browser/api/template/index.js.map +1 -0
- package/dist/browser/api/template/operations.d.ts +14 -0
- package/dist/browser/api/template/operations.js +67 -0
- package/dist/browser/api/template/operations.js.map +1 -0
- package/dist/browser/api/template/options.d.ts +8 -0
- package/dist/browser/api/template/options.js +4 -0
- package/dist/browser/api/template/options.js.map +1 -0
- package/dist/browser/api/versionedTemplate/index.d.ts +3 -0
- package/dist/browser/api/versionedTemplate/index.js +4 -0
- package/dist/browser/api/versionedTemplate/index.js.map +1 -0
- package/dist/browser/api/versionedTemplate/operations.d.ts +18 -0
- package/dist/browser/api/versionedTemplate/operations.js +101 -0
- package/dist/browser/api/versionedTemplate/operations.js.map +1 -0
- package/dist/browser/api/versionedTemplate/options.d.ts +11 -0
- package/dist/browser/api/versionedTemplate/options.js +4 -0
- package/dist/browser/api/versionedTemplate/options.js.map +1 -0
- package/dist/browser/api/workflowOperations/index.d.ts +3 -0
- package/dist/browser/api/workflowOperations/index.js +4 -0
- package/dist/browser/api/workflowOperations/index.js.map +1 -0
- package/dist/browser/api/workflowOperations/operations.d.ts +30 -0
- package/dist/browser/api/workflowOperations/operations.js +195 -0
- package/dist/browser/api/workflowOperations/operations.js.map +1 -0
- package/dist/browser/api/workflowOperations/options.d.ts +22 -0
- package/dist/browser/api/workflowOperations/options.js +4 -0
- package/dist/browser/api/workflowOperations/options.js.map +1 -0
- package/dist/browser/classic/adooAuth/index.d.ts +13 -0
- package/dist/browser/classic/adooAuth/index.js +15 -0
- package/dist/browser/classic/adooAuth/index.js.map +1 -0
- package/dist/browser/classic/iacProfiles/index.d.ts +27 -0
- package/dist/browser/classic/iacProfiles/index.js +22 -0
- package/dist/browser/classic/iacProfiles/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +7 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +10 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/template/index.d.ts +13 -0
- package/dist/browser/classic/template/index.js +15 -0
- package/dist/browser/classic/template/index.js.map +1 -0
- package/dist/browser/classic/versionedTemplate/index.d.ts +15 -0
- package/dist/browser/classic/versionedTemplate/index.js +16 -0
- package/dist/browser/classic/versionedTemplate/index.js.map +1 -0
- package/dist/browser/classic/workflowOperations/index.d.ts +21 -0
- package/dist/browser/classic/workflowOperations/index.js +19 -0
- package/dist/browser/classic/workflowOperations/index.js.map +1 -0
- package/dist/browser/developerHubServiceClient.d.ts +42 -0
- package/dist/browser/developerHubServiceClient.js +74 -0
- package/dist/browser/developerHubServiceClient.js.map +1 -0
- package/dist/browser/index.d.ts +19 -0
- package/dist/browser/index.js +8 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +3 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +1173 -0
- package/dist/browser/models/models.js +1294 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/adooAuth/index.d.ts +3 -0
- package/dist/commonjs/api/adooAuth/index.js +30 -0
- package/dist/commonjs/api/adooAuth/index.js.map +7 -0
- package/dist/commonjs/api/adooAuth/operations.d.ts +14 -0
- package/dist/commonjs/api/adooAuth/operations.js +114 -0
- package/dist/commonjs/api/adooAuth/operations.js.map +7 -0
- package/dist/commonjs/api/adooAuth/options.d.ts +8 -0
- package/dist/commonjs/api/adooAuth/options.js +16 -0
- package/dist/commonjs/api/adooAuth/options.js.map +7 -0
- package/dist/commonjs/api/developerHubServiceContext.d.ts +22 -0
- package/dist/commonjs/api/developerHubServiceContext.js +47 -0
- package/dist/commonjs/api/developerHubServiceContext.js.map +7 -0
- package/dist/commonjs/api/iacProfiles/index.d.ts +3 -0
- package/dist/commonjs/api/iacProfiles/index.js +44 -0
- package/dist/commonjs/api/iacProfiles/index.js.map +7 -0
- package/dist/commonjs/api/iacProfiles/operations.d.ts +42 -0
- package/dist/commonjs/api/iacProfiles/operations.js +415 -0
- package/dist/commonjs/api/iacProfiles/operations.js.map +7 -0
- package/dist/commonjs/api/iacProfiles/options.d.ts +29 -0
- package/dist/commonjs/api/iacProfiles/options.js +16 -0
- package/dist/commonjs/api/iacProfiles/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +5 -0
- package/dist/commonjs/api/index.js +39 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +9 -0
- package/dist/commonjs/api/operations/operations.js +64 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/operations.d.ts +25 -0
- package/dist/commonjs/api/operations.js +226 -0
- package/dist/commonjs/api/operations.js.map +7 -0
- package/dist/commonjs/api/options.d.ts +21 -0
- package/dist/commonjs/api/options.js +16 -0
- package/dist/commonjs/api/options.js.map +7 -0
- package/dist/commonjs/api/template/index.d.ts +3 -0
- package/dist/commonjs/api/template/index.js +30 -0
- package/dist/commonjs/api/template/index.js.map +7 -0
- package/dist/commonjs/api/template/operations.d.ts +14 -0
- package/dist/commonjs/api/template/operations.js +113 -0
- package/dist/commonjs/api/template/operations.js.map +7 -0
- package/dist/commonjs/api/template/options.d.ts +8 -0
- package/dist/commonjs/api/template/options.js +16 -0
- package/dist/commonjs/api/template/options.js.map +7 -0
- package/dist/commonjs/api/versionedTemplate/index.d.ts +3 -0
- package/dist/commonjs/api/versionedTemplate/index.js +32 -0
- package/dist/commonjs/api/versionedTemplate/index.js.map +7 -0
- package/dist/commonjs/api/versionedTemplate/operations.d.ts +18 -0
- package/dist/commonjs/api/versionedTemplate/operations.js +156 -0
- package/dist/commonjs/api/versionedTemplate/operations.js.map +7 -0
- package/dist/commonjs/api/versionedTemplate/options.d.ts +11 -0
- package/dist/commonjs/api/versionedTemplate/options.js +16 -0
- package/dist/commonjs/api/versionedTemplate/options.js.map +7 -0
- package/dist/commonjs/api/workflowOperations/index.d.ts +3 -0
- package/dist/commonjs/api/workflowOperations/index.js +38 -0
- package/dist/commonjs/api/workflowOperations/index.js.map +7 -0
- package/dist/commonjs/api/workflowOperations/operations.d.ts +30 -0
- package/dist/commonjs/api/workflowOperations/operations.js +295 -0
- package/dist/commonjs/api/workflowOperations/operations.js.map +7 -0
- package/dist/commonjs/api/workflowOperations/options.d.ts +22 -0
- package/dist/commonjs/api/workflowOperations/options.js +16 -0
- package/dist/commonjs/api/workflowOperations/options.js.map +7 -0
- package/dist/commonjs/classic/adooAuth/index.d.ts +13 -0
- package/dist/commonjs/classic/adooAuth/index.js +39 -0
- package/dist/commonjs/classic/adooAuth/index.js.map +7 -0
- package/dist/commonjs/classic/iacProfiles/index.d.ts +27 -0
- package/dist/commonjs/classic/iacProfiles/index.js +46 -0
- package/dist/commonjs/classic/iacProfiles/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +7 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +10 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/template/index.d.ts +13 -0
- package/dist/commonjs/classic/template/index.js +39 -0
- package/dist/commonjs/classic/template/index.js.map +7 -0
- package/dist/commonjs/classic/versionedTemplate/index.d.ts +15 -0
- package/dist/commonjs/classic/versionedTemplate/index.js +40 -0
- package/dist/commonjs/classic/versionedTemplate/index.js.map +7 -0
- package/dist/commonjs/classic/workflowOperations/index.d.ts +21 -0
- package/dist/commonjs/classic/workflowOperations/index.js +43 -0
- package/dist/commonjs/classic/workflowOperations/index.js.map +7 -0
- package/dist/commonjs/developerHubServiceClient.d.ts +42 -0
- package/dist/commonjs/developerHubServiceClient.js +95 -0
- package/dist/commonjs/developerHubServiceClient.js.map +7 -0
- package/dist/commonjs/index.d.ts +19 -0
- package/dist/commonjs/index.js +71 -0
- package/dist/commonjs/index.js.map +7 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +3 -0
- package/dist/commonjs/models/index.js +60 -0
- package/dist/commonjs/models/index.js.map +7 -0
- package/dist/commonjs/models/models.d.ts +1173 -0
- package/dist/commonjs/models/models.js +1300 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/api/adooAuth/index.d.ts +3 -0
- package/dist/esm/api/adooAuth/index.js +4 -0
- package/dist/esm/api/adooAuth/index.js.map +1 -0
- package/dist/esm/api/adooAuth/operations.d.ts +14 -0
- package/dist/esm/api/adooAuth/operations.js +68 -0
- package/dist/esm/api/adooAuth/operations.js.map +1 -0
- package/dist/esm/api/adooAuth/options.d.ts +8 -0
- package/dist/esm/api/adooAuth/options.js +4 -0
- package/dist/esm/api/adooAuth/options.js.map +1 -0
- package/dist/esm/api/developerHubServiceContext.d.ts +22 -0
- package/dist/esm/api/developerHubServiceContext.js +26 -0
- package/dist/esm/api/developerHubServiceContext.js.map +1 -0
- package/dist/esm/api/iacProfiles/index.d.ts +3 -0
- package/dist/esm/api/iacProfiles/index.js +4 -0
- package/dist/esm/api/iacProfiles/index.js.map +1 -0
- package/dist/esm/api/iacProfiles/operations.d.ts +42 -0
- package/dist/esm/api/iacProfiles/operations.js +282 -0
- package/dist/esm/api/iacProfiles/operations.js.map +1 -0
- package/dist/esm/api/iacProfiles/options.d.ts +29 -0
- package/dist/esm/api/iacProfiles/options.js +4 -0
- package/dist/esm/api/iacProfiles/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +5 -0
- package/dist/esm/api/index.js +5 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +9 -0
- package/dist/esm/api/operations/operations.js +33 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/operations.d.ts +25 -0
- package/dist/esm/api/operations.js +163 -0
- package/dist/esm/api/operations.js.map +1 -0
- package/dist/esm/api/options.d.ts +21 -0
- package/dist/esm/api/options.js +4 -0
- package/dist/esm/api/options.js.map +1 -0
- package/dist/esm/api/template/index.d.ts +3 -0
- package/dist/esm/api/template/index.js +4 -0
- package/dist/esm/api/template/index.js.map +1 -0
- package/dist/esm/api/template/operations.d.ts +14 -0
- package/dist/esm/api/template/operations.js +67 -0
- package/dist/esm/api/template/operations.js.map +1 -0
- package/dist/esm/api/template/options.d.ts +8 -0
- package/dist/esm/api/template/options.js +4 -0
- package/dist/esm/api/template/options.js.map +1 -0
- package/dist/esm/api/versionedTemplate/index.d.ts +3 -0
- package/dist/esm/api/versionedTemplate/index.js +4 -0
- package/dist/esm/api/versionedTemplate/index.js.map +1 -0
- package/dist/esm/api/versionedTemplate/operations.d.ts +18 -0
- package/dist/esm/api/versionedTemplate/operations.js +101 -0
- package/dist/esm/api/versionedTemplate/operations.js.map +1 -0
- package/dist/esm/api/versionedTemplate/options.d.ts +11 -0
- package/dist/esm/api/versionedTemplate/options.js +4 -0
- package/dist/esm/api/versionedTemplate/options.js.map +1 -0
- package/dist/esm/api/workflowOperations/index.d.ts +3 -0
- package/dist/esm/api/workflowOperations/index.js +4 -0
- package/dist/esm/api/workflowOperations/index.js.map +1 -0
- package/dist/esm/api/workflowOperations/operations.d.ts +30 -0
- package/dist/esm/api/workflowOperations/operations.js +195 -0
- package/dist/esm/api/workflowOperations/operations.js.map +1 -0
- package/dist/esm/api/workflowOperations/options.d.ts +22 -0
- package/dist/esm/api/workflowOperations/options.js +4 -0
- package/dist/esm/api/workflowOperations/options.js.map +1 -0
- package/dist/esm/classic/adooAuth/index.d.ts +13 -0
- package/dist/esm/classic/adooAuth/index.js +15 -0
- package/dist/esm/classic/adooAuth/index.js.map +1 -0
- package/dist/esm/classic/iacProfiles/index.d.ts +27 -0
- package/dist/esm/classic/iacProfiles/index.js +22 -0
- package/dist/esm/classic/iacProfiles/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +7 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +10 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/template/index.d.ts +13 -0
- package/dist/esm/classic/template/index.js +15 -0
- package/dist/esm/classic/template/index.js.map +1 -0
- package/dist/esm/classic/versionedTemplate/index.d.ts +15 -0
- package/dist/esm/classic/versionedTemplate/index.js +16 -0
- package/dist/esm/classic/versionedTemplate/index.js.map +1 -0
- package/dist/esm/classic/workflowOperations/index.d.ts +21 -0
- package/dist/esm/classic/workflowOperations/index.js +19 -0
- package/dist/esm/classic/workflowOperations/index.js.map +1 -0
- package/dist/esm/developerHubServiceClient.d.ts +42 -0
- package/dist/esm/developerHubServiceClient.js +74 -0
- package/dist/esm/developerHubServiceClient.js.map +1 -0
- package/dist/esm/index.d.ts +19 -0
- package/dist/esm/index.js +8 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +3 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +1173 -0
- package/dist/esm/models/models.js +1294 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +204 -88
- package/CHANGELOG.md +0 -53
- package/dist/index.js +0 -1846
- 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/generatePreviewArtifactsSample.d.ts +0 -2
- package/dist-esm/samples-dev/generatePreviewArtifactsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generatePreviewArtifactsSample.js +0 -51
- package/dist-esm/samples-dev/generatePreviewArtifactsSample.js.map +0 -1
- package/dist-esm/samples-dev/gitHubOAuthCallbackSample.d.ts +0 -2
- package/dist-esm/samples-dev/gitHubOAuthCallbackSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gitHubOAuthCallbackSample.js +0 -39
- package/dist-esm/samples-dev/gitHubOAuthCallbackSample.js.map +0 -1
- package/dist-esm/samples-dev/gitHubOAuthSample.d.ts +0 -2
- package/dist-esm/samples-dev/gitHubOAuthSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gitHubOAuthSample.js +0 -41
- package/dist-esm/samples-dev/gitHubOAuthSample.js.map +0 -1
- package/dist-esm/samples-dev/listGitHubOAuthSample.d.ts +0 -2
- package/dist-esm/samples-dev/listGitHubOAuthSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/listGitHubOAuthSample.js +0 -37
- package/dist-esm/samples-dev/listGitHubOAuthSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -37
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/workflowCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workflowCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workflowCreateOrUpdateSample.js +0 -119
- package/dist-esm/samples-dev/workflowCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workflowDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/workflowDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workflowDeleteSample.js +0 -38
- package/dist-esm/samples-dev/workflowDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/workflowGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workflowGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workflowGetSample.js +0 -38
- package/dist-esm/samples-dev/workflowGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workflowListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/workflowListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workflowListByResourceGroupSample.js +0 -62
- package/dist-esm/samples-dev/workflowListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/workflowListSample.d.ts +0 -2
- package/dist-esm/samples-dev/workflowListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workflowListSample.js +0 -57
- package/dist-esm/samples-dev/workflowListSample.js.map +0 -1
- package/dist-esm/samples-dev/workflowUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/workflowUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workflowUpdateTagsSample.js +0 -41
- package/dist-esm/samples-dev/workflowUpdateTagsSample.js.map +0 -1
- package/dist-esm/src/developerHubServiceClient.d.ts +0 -48
- package/dist-esm/src/developerHubServiceClient.d.ts.map +0 -1
- package/dist-esm/src/developerHubServiceClient.js +0 -226
- package/dist-esm/src/developerHubServiceClient.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/models/index.d.ts +0 -658
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -130
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -25
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -808
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -18
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -164
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -3
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -10
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -18
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -46
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/workflowOperations.d.ts +0 -83
- package/dist-esm/src/operations/workflowOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/workflowOperations.js +0 -396
- package/dist-esm/src/operations/workflowOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -10
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js +0 -9
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workflowOperations.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/workflowOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workflowOperations.js +0 -9
- package/dist-esm/src/operationsInterfaces/workflowOperations.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts +0 -13
- package/dist-esm/src/pagingHelper.d.ts.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/devhub_examples.spec.d.ts +0 -4
- package/dist-esm/test/devhub_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/devhub_examples.spec.js +0 -74
- package/dist-esm/test/devhub_examples.spec.js.map +0 -1
- package/review/arm-devhub.api.md +0 -465
- package/rollup.config.js +0 -122
- package/src/developerHubServiceClient.ts +0 -314
- package/src/index.ts +0 -13
- package/src/models/index.ts +0 -732
- package/src/models/mappers.ts +0 -878
- package/src/models/parameters.ts +0 -192
- package/src/operations/index.ts +0 -10
- package/src/operations/operations.ts +0 -59
- package/src/operations/workflowOperations.ts +0 -476
- package/src/operationsInterfaces/index.ts +0 -10
- package/src/operationsInterfaces/operations.ts +0 -21
- package/src/operationsInterfaces/workflowOperations.ts +0 -92
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-devhub.d.ts +0 -840
|
@@ -0,0 +1,1173 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file contains only generated model types and their (de)serializers.
|
|
3
|
+
* Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
|
|
4
|
+
*/
|
|
5
|
+
/** Properties used for generating artifacts such as Dockerfiles and manifests. */
|
|
6
|
+
export interface ArtifactGenerationProperties {
|
|
7
|
+
/** The programming language used. */
|
|
8
|
+
generationLanguage?: GenerationLanguage;
|
|
9
|
+
/** The version of the language image used for execution in the generated dockerfile. */
|
|
10
|
+
languageVersion?: string;
|
|
11
|
+
/** The version of the language image used for building the code in the generated dockerfile. */
|
|
12
|
+
builderVersion?: string;
|
|
13
|
+
/** The port the application is exposed on. */
|
|
14
|
+
port?: string;
|
|
15
|
+
/** The name of the app. */
|
|
16
|
+
appName?: string;
|
|
17
|
+
/** The directory to output the generated Dockerfile to. */
|
|
18
|
+
dockerfileOutputDirectory?: string;
|
|
19
|
+
/** The directory to output the generated manifests to. */
|
|
20
|
+
manifestOutputDirectory?: string;
|
|
21
|
+
/** The mode of generation to be used for generating Dockerfiles. */
|
|
22
|
+
dockerfileGenerationMode?: DockerfileGenerationMode;
|
|
23
|
+
/** The mode of generation to be used for generating Manifest. */
|
|
24
|
+
manifestGenerationMode?: ManifestGenerationMode;
|
|
25
|
+
/** Determines the type of manifests to be generated. */
|
|
26
|
+
manifestType?: GenerationManifestType;
|
|
27
|
+
/** The name of the image to be generated. */
|
|
28
|
+
imageName?: string;
|
|
29
|
+
/** The namespace to deploy the application to. */
|
|
30
|
+
namespace?: string;
|
|
31
|
+
/** The tag to apply to the generated image. */
|
|
32
|
+
imageTag?: string;
|
|
33
|
+
}
|
|
34
|
+
export declare function artifactGenerationPropertiesSerializer(item: ArtifactGenerationProperties): any;
|
|
35
|
+
export declare function artifactGenerationPropertiesDeserializer(item: any): ArtifactGenerationProperties;
|
|
36
|
+
/** The programming language used. */
|
|
37
|
+
export declare enum KnownGenerationLanguage {
|
|
38
|
+
/** clojure language */
|
|
39
|
+
Clojure = "clojure",
|
|
40
|
+
/** csharp language */
|
|
41
|
+
Csharp = "csharp",
|
|
42
|
+
/** erlang language */
|
|
43
|
+
Erlang = "erlang",
|
|
44
|
+
/** go language */
|
|
45
|
+
Go = "go",
|
|
46
|
+
/** gomodule language */
|
|
47
|
+
Gomodule = "gomodule",
|
|
48
|
+
/** gradle language */
|
|
49
|
+
Gradle = "gradle",
|
|
50
|
+
/** java language */
|
|
51
|
+
Java = "java",
|
|
52
|
+
/** javascript language */
|
|
53
|
+
Javascript = "javascript",
|
|
54
|
+
/** php language */
|
|
55
|
+
Php = "php",
|
|
56
|
+
/** python language */
|
|
57
|
+
Python = "python",
|
|
58
|
+
/** ruby language */
|
|
59
|
+
Ruby = "ruby",
|
|
60
|
+
/** rust language */
|
|
61
|
+
Rust = "rust",
|
|
62
|
+
/** swift language */
|
|
63
|
+
Swift = "swift"
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* The programming language used. \
|
|
67
|
+
* {@link KnownGenerationLanguage} can be used interchangeably with GenerationLanguage,
|
|
68
|
+
* this enum contains the known values that the service supports.
|
|
69
|
+
* ### Known values supported by the service
|
|
70
|
+
* **clojure**: clojure language \
|
|
71
|
+
* **csharp**: csharp language \
|
|
72
|
+
* **erlang**: erlang language \
|
|
73
|
+
* **go**: go language \
|
|
74
|
+
* **gomodule**: gomodule language \
|
|
75
|
+
* **gradle**: gradle language \
|
|
76
|
+
* **java**: java language \
|
|
77
|
+
* **javascript**: javascript language \
|
|
78
|
+
* **php**: php language \
|
|
79
|
+
* **python**: python language \
|
|
80
|
+
* **ruby**: ruby language \
|
|
81
|
+
* **rust**: rust language \
|
|
82
|
+
* **swift**: swift language
|
|
83
|
+
*/
|
|
84
|
+
export type GenerationLanguage = string;
|
|
85
|
+
/** The mode of generation to be used for generating Dockerfiles. */
|
|
86
|
+
export declare enum KnownDockerfileGenerationMode {
|
|
87
|
+
/** Dockerfiles will be generated */
|
|
88
|
+
Enabled = "enabled",
|
|
89
|
+
/** Dockerfiles will not be generated */
|
|
90
|
+
Disabled = "disabled"
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* The mode of generation to be used for generating Dockerfiles. \
|
|
94
|
+
* {@link KnownDockerfileGenerationMode} can be used interchangeably with DockerfileGenerationMode,
|
|
95
|
+
* this enum contains the known values that the service supports.
|
|
96
|
+
* ### Known values supported by the service
|
|
97
|
+
* **enabled**: Dockerfiles will be generated \
|
|
98
|
+
* **disabled**: Dockerfiles will not be generated
|
|
99
|
+
*/
|
|
100
|
+
export type DockerfileGenerationMode = string;
|
|
101
|
+
/** The mode of generation to be used for generating Manifest. */
|
|
102
|
+
export declare enum KnownManifestGenerationMode {
|
|
103
|
+
/** Manifests will be generated */
|
|
104
|
+
Enabled = "enabled",
|
|
105
|
+
/** Manifests will not be generated */
|
|
106
|
+
Disabled = "disabled"
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* The mode of generation to be used for generating Manifest. \
|
|
110
|
+
* {@link KnownManifestGenerationMode} can be used interchangeably with ManifestGenerationMode,
|
|
111
|
+
* this enum contains the known values that the service supports.
|
|
112
|
+
* ### Known values supported by the service
|
|
113
|
+
* **enabled**: Manifests will be generated \
|
|
114
|
+
* **disabled**: Manifests will not be generated
|
|
115
|
+
*/
|
|
116
|
+
export type ManifestGenerationMode = string;
|
|
117
|
+
/** Determines the type of manifests to be generated. */
|
|
118
|
+
export declare enum KnownGenerationManifestType {
|
|
119
|
+
/** Helm manifests */
|
|
120
|
+
Helm = "helm",
|
|
121
|
+
/** Kubernetes manifests */
|
|
122
|
+
Kube = "kube"
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* Determines the type of manifests to be generated. \
|
|
126
|
+
* {@link KnownGenerationManifestType} can be used interchangeably with GenerationManifestType,
|
|
127
|
+
* this enum contains the known values that the service supports.
|
|
128
|
+
* ### Known values supported by the service
|
|
129
|
+
* **helm**: Helm manifests \
|
|
130
|
+
* **kube**: Kubernetes manifests
|
|
131
|
+
*/
|
|
132
|
+
export type GenerationManifestType = string;
|
|
133
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
134
|
+
export interface ErrorResponse {
|
|
135
|
+
/** The error object. */
|
|
136
|
+
error?: ErrorDetail;
|
|
137
|
+
}
|
|
138
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
139
|
+
/** The error detail. */
|
|
140
|
+
export interface ErrorDetail {
|
|
141
|
+
/** The error code. */
|
|
142
|
+
readonly code?: string;
|
|
143
|
+
/** The error message. */
|
|
144
|
+
readonly message?: string;
|
|
145
|
+
/** The error target. */
|
|
146
|
+
readonly target?: string;
|
|
147
|
+
/** The error details. */
|
|
148
|
+
readonly details?: ErrorDetail[];
|
|
149
|
+
/** The error additional info. */
|
|
150
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
151
|
+
}
|
|
152
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
153
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
154
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
155
|
+
/** The resource management error additional info. */
|
|
156
|
+
export interface ErrorAdditionalInfo {
|
|
157
|
+
/** The additional info type. */
|
|
158
|
+
readonly type?: string;
|
|
159
|
+
/** The additional info. */
|
|
160
|
+
readonly info?: any;
|
|
161
|
+
}
|
|
162
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
163
|
+
/** Singleton response of GitHubOAuth containing */
|
|
164
|
+
export interface GitHubOAuthResponse extends ProxyResource {
|
|
165
|
+
/** Properties of a workflow. */
|
|
166
|
+
properties?: GitHubOAuthProperties;
|
|
167
|
+
}
|
|
168
|
+
export declare function gitHubOAuthResponseDeserializer(item: any): GitHubOAuthResponse;
|
|
169
|
+
/** The response from List GitHubOAuth operation. */
|
|
170
|
+
export interface GitHubOAuthProperties {
|
|
171
|
+
/** user making request */
|
|
172
|
+
username?: string;
|
|
173
|
+
}
|
|
174
|
+
export declare function gitHubOAuthPropertiesDeserializer(item: any): GitHubOAuthProperties;
|
|
175
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
176
|
+
export interface ProxyResource extends Resource {
|
|
177
|
+
}
|
|
178
|
+
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
179
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
180
|
+
export interface Resource {
|
|
181
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
182
|
+
readonly id?: string;
|
|
183
|
+
/** The name of the resource */
|
|
184
|
+
readonly name?: string;
|
|
185
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
186
|
+
readonly type?: string;
|
|
187
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
188
|
+
readonly systemData?: SystemData;
|
|
189
|
+
}
|
|
190
|
+
export declare function resourceSerializer(_item: Resource): any;
|
|
191
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
192
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
193
|
+
export interface SystemData {
|
|
194
|
+
/** The identity that created the resource. */
|
|
195
|
+
createdBy?: string;
|
|
196
|
+
/** The type of identity that created the resource. */
|
|
197
|
+
createdByType?: CreatedByType;
|
|
198
|
+
/** The timestamp of resource creation (UTC). */
|
|
199
|
+
createdAt?: Date;
|
|
200
|
+
/** The identity that last modified the resource. */
|
|
201
|
+
lastModifiedBy?: string;
|
|
202
|
+
/** The type of identity that last modified the resource. */
|
|
203
|
+
lastModifiedByType?: CreatedByType;
|
|
204
|
+
/** The timestamp of resource last modification (UTC) */
|
|
205
|
+
lastModifiedAt?: Date;
|
|
206
|
+
}
|
|
207
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
208
|
+
/** The kind of entity that created the resource. */
|
|
209
|
+
export declare enum KnownCreatedByType {
|
|
210
|
+
/** The entity was created by a user. */
|
|
211
|
+
User = "User",
|
|
212
|
+
/** The entity was created by an application. */
|
|
213
|
+
Application = "Application",
|
|
214
|
+
/** The entity was created by a managed identity. */
|
|
215
|
+
ManagedIdentity = "ManagedIdentity",
|
|
216
|
+
/** The entity was created by a key. */
|
|
217
|
+
Key = "Key"
|
|
218
|
+
}
|
|
219
|
+
/**
|
|
220
|
+
* The kind of entity that created the resource. \
|
|
221
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
222
|
+
* this enum contains the known values that the service supports.
|
|
223
|
+
* ### Known values supported by the service
|
|
224
|
+
* **User**: The entity was created by a user. \
|
|
225
|
+
* **Application**: The entity was created by an application. \
|
|
226
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
227
|
+
* **Key**: The entity was created by a key.
|
|
228
|
+
*/
|
|
229
|
+
export type CreatedByType = string;
|
|
230
|
+
/** The response from List GitHubOAuth operation. */
|
|
231
|
+
export interface GitHubOAuthListResponse {
|
|
232
|
+
/** Singleton list response containing one GitHubOAuthResponse response */
|
|
233
|
+
value?: GitHubOAuthResponse[];
|
|
234
|
+
}
|
|
235
|
+
export declare function gitHubOAuthListResponseDeserializer(item: any): GitHubOAuthListResponse;
|
|
236
|
+
export declare function gitHubOAuthResponseArrayDeserializer(result: Array<GitHubOAuthResponse>): any[];
|
|
237
|
+
/** GitHubOAuth request object */
|
|
238
|
+
export interface GitHubOAuthCallRequest {
|
|
239
|
+
/** The URL the client will redirect to on successful authentication. If empty, no redirect will occur. */
|
|
240
|
+
redirectUrl?: string;
|
|
241
|
+
}
|
|
242
|
+
export declare function gitHubOAuthCallRequestSerializer(item: GitHubOAuthCallRequest): any;
|
|
243
|
+
/** URL used to authorize the Developer Hub GitHub App */
|
|
244
|
+
export interface GitHubOAuthInfoResponse {
|
|
245
|
+
/** URL for authorizing the Developer Hub GitHub App */
|
|
246
|
+
authURL?: string;
|
|
247
|
+
/** OAuth token used to make calls to GitHub */
|
|
248
|
+
token?: string;
|
|
249
|
+
}
|
|
250
|
+
export declare function gitHubOAuthInfoResponseDeserializer(item: any): GitHubOAuthInfoResponse;
|
|
251
|
+
/** ADOOAuth request object */
|
|
252
|
+
export interface AdooAuthCallRequest {
|
|
253
|
+
/** The URL the client will redirect to on successful authentication. If empty, no redirect will occur. */
|
|
254
|
+
redirectUrl?: string;
|
|
255
|
+
}
|
|
256
|
+
export declare function adooAuthCallRequestSerializer(item: AdooAuthCallRequest): any;
|
|
257
|
+
/** Response containing ADO OAuth information */
|
|
258
|
+
export interface AdooAuthInfoResponse {
|
|
259
|
+
/** URL used to authorize ADO app using Entra ID */
|
|
260
|
+
authURL?: string;
|
|
261
|
+
/** OAuth token used to make calls to ADO APIs */
|
|
262
|
+
token?: string;
|
|
263
|
+
}
|
|
264
|
+
export declare function adooAuthInfoResponseDeserializer(item: any): AdooAuthInfoResponse;
|
|
265
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
266
|
+
export interface OperationListResult {
|
|
267
|
+
/** The Operation items on this page */
|
|
268
|
+
readonly value: Operation[];
|
|
269
|
+
/** The link to the next page of items */
|
|
270
|
+
readonly nextLink?: string;
|
|
271
|
+
}
|
|
272
|
+
export declare function operationListResultDeserializer(item: any): OperationListResult;
|
|
273
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
274
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
275
|
+
export interface Operation {
|
|
276
|
+
/** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
|
|
277
|
+
readonly name?: string;
|
|
278
|
+
/** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
|
|
279
|
+
readonly isDataAction?: boolean;
|
|
280
|
+
/** Localized display information for this particular operation. */
|
|
281
|
+
display?: OperationDisplay;
|
|
282
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
283
|
+
readonly origin?: Origin;
|
|
284
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
285
|
+
readonly actionType?: ActionType;
|
|
286
|
+
}
|
|
287
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
288
|
+
/** Localized display information for an operation. */
|
|
289
|
+
export interface OperationDisplay {
|
|
290
|
+
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
291
|
+
readonly provider?: string;
|
|
292
|
+
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
293
|
+
readonly resource?: string;
|
|
294
|
+
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
295
|
+
readonly operation?: string;
|
|
296
|
+
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
297
|
+
readonly description?: string;
|
|
298
|
+
}
|
|
299
|
+
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
300
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
301
|
+
export declare enum KnownOrigin {
|
|
302
|
+
/** Indicates the operation is initiated by a user. */
|
|
303
|
+
User = "user",
|
|
304
|
+
/** Indicates the operation is initiated by a system. */
|
|
305
|
+
System = "system",
|
|
306
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
307
|
+
UserSystem = "user,system"
|
|
308
|
+
}
|
|
309
|
+
/**
|
|
310
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
|
|
311
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
312
|
+
* this enum contains the known values that the service supports.
|
|
313
|
+
* ### Known values supported by the service
|
|
314
|
+
* **user**: Indicates the operation is initiated by a user. \
|
|
315
|
+
* **system**: Indicates the operation is initiated by a system. \
|
|
316
|
+
* **user,system**: Indicates the operation is initiated by a user or system.
|
|
317
|
+
*/
|
|
318
|
+
export type Origin = string;
|
|
319
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
320
|
+
export declare enum KnownActionType {
|
|
321
|
+
/** Actions are for internal-only APIs. */
|
|
322
|
+
Internal = "Internal"
|
|
323
|
+
}
|
|
324
|
+
/**
|
|
325
|
+
* Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
|
|
326
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
327
|
+
* this enum contains the known values that the service supports.
|
|
328
|
+
* ### Known values supported by the service
|
|
329
|
+
* **Internal**: Actions are for internal-only APIs.
|
|
330
|
+
*/
|
|
331
|
+
export type ActionType = string;
|
|
332
|
+
/** Resource representation of a IacProfile. */
|
|
333
|
+
export interface IacProfile extends TrackedResource {
|
|
334
|
+
/** A unique read-only string that changes whenever the resource is updated. */
|
|
335
|
+
readonly etag?: string;
|
|
336
|
+
/** GitHub Profile of a IacProfile */
|
|
337
|
+
githubProfile?: IacGitHubProfile;
|
|
338
|
+
/** Terraform Profile of a IacProfile */
|
|
339
|
+
terraformProfile?: TerraformProfile;
|
|
340
|
+
stages?: StageProperties[];
|
|
341
|
+
templates?: IacTemplateProperties[];
|
|
342
|
+
}
|
|
343
|
+
export declare function iacProfileSerializer(item: IacProfile): any;
|
|
344
|
+
export declare function iacProfileDeserializer(item: any): IacProfile;
|
|
345
|
+
/** Properties of a IacProfile. */
|
|
346
|
+
export interface IacProfileProperties {
|
|
347
|
+
stages?: StageProperties[];
|
|
348
|
+
templates?: IacTemplateProperties[];
|
|
349
|
+
/** Repository Name */
|
|
350
|
+
repositoryName?: string;
|
|
351
|
+
/** Repository Main Branch */
|
|
352
|
+
repositoryMainBranch?: string;
|
|
353
|
+
/** Repository Owner */
|
|
354
|
+
repositoryOwner?: string;
|
|
355
|
+
/** Determines the authorization status of requests. */
|
|
356
|
+
readonly authStatus?: AuthorizationStatus;
|
|
357
|
+
/** The number associated with the submitted pull request. */
|
|
358
|
+
readonly pullNumber?: number;
|
|
359
|
+
/** The status of the Pull Request submitted against the users repository. */
|
|
360
|
+
readonly prStatus?: PullRequestStatus;
|
|
361
|
+
/** Repository Branch Name */
|
|
362
|
+
branchName?: string;
|
|
363
|
+
/** Terraform Storage Account Subscription */
|
|
364
|
+
storageAccountSubscription?: string;
|
|
365
|
+
/** Terraform Storage Account Resource Group */
|
|
366
|
+
storageAccountResourceGroup?: string;
|
|
367
|
+
/** Terraform Storage Account Name */
|
|
368
|
+
storageAccountName?: string;
|
|
369
|
+
/** Terraform Container Name */
|
|
370
|
+
storageContainerName?: string;
|
|
371
|
+
}
|
|
372
|
+
export declare function iacProfilePropertiesSerializer(item: IacProfileProperties): any;
|
|
373
|
+
export declare function iacProfilePropertiesDeserializer(item: any): IacProfileProperties;
|
|
374
|
+
/** GitHub Profile of a IacProfile. */
|
|
375
|
+
export interface IacGitHubProfile {
|
|
376
|
+
/** Repository Name */
|
|
377
|
+
repositoryName?: string;
|
|
378
|
+
/** Repository Main Branch */
|
|
379
|
+
repositoryMainBranch?: string;
|
|
380
|
+
/** Repository Owner */
|
|
381
|
+
repositoryOwner?: string;
|
|
382
|
+
/** Determines the authorization status of requests. */
|
|
383
|
+
readonly authStatus?: AuthorizationStatus;
|
|
384
|
+
/** The number associated with the submitted pull request. */
|
|
385
|
+
readonly pullNumber?: number;
|
|
386
|
+
/** The status of the Pull Request submitted against the users repository. */
|
|
387
|
+
readonly prStatus?: PullRequestStatus;
|
|
388
|
+
/** Repository Branch Name */
|
|
389
|
+
branchName?: string;
|
|
390
|
+
}
|
|
391
|
+
export declare function iacGitHubProfileSerializer(item: IacGitHubProfile): any;
|
|
392
|
+
export declare function iacGitHubProfileDeserializer(item: any): IacGitHubProfile;
|
|
393
|
+
/** Determines the authorization status of requests. */
|
|
394
|
+
export declare enum KnownAuthorizationStatus {
|
|
395
|
+
/** Requests authorized successfully */
|
|
396
|
+
Authorized = "Authorized",
|
|
397
|
+
/** Requests returned NotFound response */
|
|
398
|
+
NotFound = "NotFound",
|
|
399
|
+
/** Requests returned other error response */
|
|
400
|
+
Error = "Error"
|
|
401
|
+
}
|
|
402
|
+
/**
|
|
403
|
+
* Determines the authorization status of requests. \
|
|
404
|
+
* {@link KnownAuthorizationStatus} can be used interchangeably with AuthorizationStatus,
|
|
405
|
+
* this enum contains the known values that the service supports.
|
|
406
|
+
* ### Known values supported by the service
|
|
407
|
+
* **Authorized**: Requests authorized successfully \
|
|
408
|
+
* **NotFound**: Requests returned NotFound response \
|
|
409
|
+
* **Error**: Requests returned other error response
|
|
410
|
+
*/
|
|
411
|
+
export type AuthorizationStatus = string;
|
|
412
|
+
/** The status of the Pull Request submitted against the users repository. */
|
|
413
|
+
export declare enum KnownPullRequestStatus {
|
|
414
|
+
/** Pull Request state unknown. */
|
|
415
|
+
Unknown = "unknown",
|
|
416
|
+
/** Pull Request submitted to repository. */
|
|
417
|
+
Submitted = "submitted",
|
|
418
|
+
/** Pull Request merged into repository. */
|
|
419
|
+
Merged = "merged",
|
|
420
|
+
/** Workflow no longer found within repository. */
|
|
421
|
+
Removed = "removed"
|
|
422
|
+
}
|
|
423
|
+
/**
|
|
424
|
+
* The status of the Pull Request submitted against the users repository. \
|
|
425
|
+
* {@link KnownPullRequestStatus} can be used interchangeably with PullRequestStatus,
|
|
426
|
+
* this enum contains the known values that the service supports.
|
|
427
|
+
* ### Known values supported by the service
|
|
428
|
+
* **unknown**: Pull Request state unknown. \
|
|
429
|
+
* **submitted**: Pull Request submitted to repository. \
|
|
430
|
+
* **merged**: Pull Request merged into repository. \
|
|
431
|
+
* **removed**: Workflow no longer found within repository.
|
|
432
|
+
*/
|
|
433
|
+
export type PullRequestStatus = string;
|
|
434
|
+
/** Terraform backend profile. */
|
|
435
|
+
export interface TerraformProfile {
|
|
436
|
+
/** Terraform Storage Account Subscription */
|
|
437
|
+
storageAccountSubscription?: string;
|
|
438
|
+
/** Terraform Storage Account Resource Group */
|
|
439
|
+
storageAccountResourceGroup?: string;
|
|
440
|
+
/** Terraform Storage Account Name */
|
|
441
|
+
storageAccountName?: string;
|
|
442
|
+
/** Terraform Container Name */
|
|
443
|
+
storageContainerName?: string;
|
|
444
|
+
}
|
|
445
|
+
export declare function terraformProfileSerializer(item: TerraformProfile): any;
|
|
446
|
+
export declare function terraformProfileDeserializer(item: any): TerraformProfile;
|
|
447
|
+
export declare function stagePropertiesArraySerializer(result: Array<StageProperties>): any[];
|
|
448
|
+
export declare function stagePropertiesArrayDeserializer(result: Array<StageProperties>): any[];
|
|
449
|
+
/** Properties of a Stage. */
|
|
450
|
+
export interface StageProperties {
|
|
451
|
+
/** Stage Name */
|
|
452
|
+
stageName?: string;
|
|
453
|
+
dependencies?: string[];
|
|
454
|
+
gitEnvironment?: string;
|
|
455
|
+
}
|
|
456
|
+
export declare function stagePropertiesSerializer(item: StageProperties): any;
|
|
457
|
+
export declare function stagePropertiesDeserializer(item: any): StageProperties;
|
|
458
|
+
export declare function iacTemplatePropertiesArraySerializer(result: Array<IacTemplateProperties>): any[];
|
|
459
|
+
export declare function iacTemplatePropertiesArrayDeserializer(result: Array<IacTemplateProperties>): any[];
|
|
460
|
+
/** Properties of a IacTemplate. */
|
|
461
|
+
export interface IacTemplateProperties {
|
|
462
|
+
/** Template Name */
|
|
463
|
+
templateName?: string;
|
|
464
|
+
/** the source store of the template */
|
|
465
|
+
sourceResourceId?: string;
|
|
466
|
+
/** the source stage of the template */
|
|
467
|
+
instanceStage?: string;
|
|
468
|
+
/** the sample instance name of the template */
|
|
469
|
+
instanceName?: string;
|
|
470
|
+
templateDetails?: IacTemplateDetails[];
|
|
471
|
+
/** Determines the authorization status of requests. */
|
|
472
|
+
readonly quickStartTemplateType?: QuickStartTemplateType;
|
|
473
|
+
}
|
|
474
|
+
export declare function iacTemplatePropertiesSerializer(item: IacTemplateProperties): any;
|
|
475
|
+
export declare function iacTemplatePropertiesDeserializer(item: any): IacTemplateProperties;
|
|
476
|
+
export declare function iacTemplateDetailsArraySerializer(result: Array<IacTemplateDetails>): any[];
|
|
477
|
+
export declare function iacTemplateDetailsArrayDeserializer(result: Array<IacTemplateDetails>): any[];
|
|
478
|
+
/** model interface IacTemplateDetails */
|
|
479
|
+
export interface IacTemplateDetails {
|
|
480
|
+
/** The name of the products. */
|
|
481
|
+
productName?: string;
|
|
482
|
+
/** Count of the product */
|
|
483
|
+
count?: number;
|
|
484
|
+
/** Naming convention of this product */
|
|
485
|
+
namingConvention?: string;
|
|
486
|
+
}
|
|
487
|
+
export declare function iacTemplateDetailsSerializer(item: IacTemplateDetails): any;
|
|
488
|
+
export declare function iacTemplateDetailsDeserializer(item: any): IacTemplateDetails;
|
|
489
|
+
/** Determines the authorization status of requests. */
|
|
490
|
+
export declare enum KnownQuickStartTemplateType {
|
|
491
|
+
/** The template has not use quick start template */
|
|
492
|
+
None = "None",
|
|
493
|
+
/** The template use quick start template of HCI */
|
|
494
|
+
HCI = "HCI",
|
|
495
|
+
/** The template use quick start template of HCI and AKS */
|
|
496
|
+
Hciaks = "HCIAKS",
|
|
497
|
+
/** The template use quick start template of HCI and ArcVM */
|
|
498
|
+
Hciarcvm = "HCIARCVM"
|
|
499
|
+
}
|
|
500
|
+
/**
|
|
501
|
+
* Determines the authorization status of requests. \
|
|
502
|
+
* {@link KnownQuickStartTemplateType} can be used interchangeably with QuickStartTemplateType,
|
|
503
|
+
* this enum contains the known values that the service supports.
|
|
504
|
+
* ### Known values supported by the service
|
|
505
|
+
* **None**: The template has not use quick start template \
|
|
506
|
+
* **HCI**: The template use quick start template of HCI \
|
|
507
|
+
* **HCIAKS**: The template use quick start template of HCI and AKS \
|
|
508
|
+
* **HCIARCVM**: The template use quick start template of HCI and ArcVM
|
|
509
|
+
*/
|
|
510
|
+
export type QuickStartTemplateType = string;
|
|
511
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
512
|
+
export interface TrackedResource extends Resource {
|
|
513
|
+
/** Resource tags. */
|
|
514
|
+
tags?: Record<string, string>;
|
|
515
|
+
/** The geo-location where the resource lives */
|
|
516
|
+
location: string;
|
|
517
|
+
}
|
|
518
|
+
export declare function trackedResourceSerializer(item: TrackedResource): any;
|
|
519
|
+
export declare function trackedResourceDeserializer(item: any): TrackedResource;
|
|
520
|
+
/** Resource tags. */
|
|
521
|
+
export interface TagsObject {
|
|
522
|
+
/** Dictionary of <string> */
|
|
523
|
+
tags?: Record<string, string>;
|
|
524
|
+
}
|
|
525
|
+
export declare function tagsObjectSerializer(item: TagsObject): any;
|
|
526
|
+
/** The response of a IacProfile list operation. */
|
|
527
|
+
export interface _IacProfileListResult {
|
|
528
|
+
/** The IacProfile items on this page */
|
|
529
|
+
value: IacProfile[];
|
|
530
|
+
/** The link to the next page of items */
|
|
531
|
+
nextLink?: string;
|
|
532
|
+
}
|
|
533
|
+
export declare function _iacProfileListResultDeserializer(item: any): _IacProfileListResult;
|
|
534
|
+
export declare function iacProfileArraySerializer(result: Array<IacProfile>): any[];
|
|
535
|
+
export declare function iacProfileArrayDeserializer(result: Array<IacProfile>): any[];
|
|
536
|
+
/** model interface ExportTemplateRequest */
|
|
537
|
+
export interface ExportTemplateRequest {
|
|
538
|
+
/** Template Name */
|
|
539
|
+
templateName?: string;
|
|
540
|
+
resourceGroupIds?: string[];
|
|
541
|
+
siteId?: string;
|
|
542
|
+
instanceName?: string;
|
|
543
|
+
instanceStage?: string;
|
|
544
|
+
}
|
|
545
|
+
export declare function exportTemplateRequestSerializer(item: ExportTemplateRequest): any;
|
|
546
|
+
/** model interface PrLinkResponse */
|
|
547
|
+
export interface PrLinkResponse {
|
|
548
|
+
/** The link of the pull request. */
|
|
549
|
+
prLink?: string;
|
|
550
|
+
}
|
|
551
|
+
export declare function prLinkResponseDeserializer(item: any): PrLinkResponse;
|
|
552
|
+
/** model interface ScaleTemplateRequest */
|
|
553
|
+
export interface ScaleTemplateRequest {
|
|
554
|
+
/** Template Name */
|
|
555
|
+
templateName?: string;
|
|
556
|
+
scaleRequirement?: ScaleProperty[];
|
|
557
|
+
}
|
|
558
|
+
export declare function scaleTemplateRequestSerializer(item: ScaleTemplateRequest): any;
|
|
559
|
+
export declare function scalePropertyArraySerializer(result: Array<ScaleProperty>): any[];
|
|
560
|
+
/** model interface ScaleProperty */
|
|
561
|
+
export interface ScaleProperty {
|
|
562
|
+
/** The region of the store */
|
|
563
|
+
region?: string;
|
|
564
|
+
/** The stage of the store */
|
|
565
|
+
stage?: string;
|
|
566
|
+
/** Number of the store */
|
|
567
|
+
numberOfStore?: number;
|
|
568
|
+
}
|
|
569
|
+
export declare function scalePropertySerializer(item: ScaleProperty): any;
|
|
570
|
+
/** Resource representation of a workflow */
|
|
571
|
+
export interface Workflow extends TrackedResource {
|
|
572
|
+
/** Properties of a workflow. */
|
|
573
|
+
properties?: WorkflowProperties;
|
|
574
|
+
}
|
|
575
|
+
export declare function workflowSerializer(item: Workflow): any;
|
|
576
|
+
export declare function workflowDeserializer(item: any): Workflow;
|
|
577
|
+
/** Workflow properties */
|
|
578
|
+
export interface WorkflowProperties {
|
|
579
|
+
/** Profile of a github workflow. */
|
|
580
|
+
githubWorkflowProfile?: GitHubWorkflowProfile;
|
|
581
|
+
/** Properties for generating artifacts like dockerfile and manifests. */
|
|
582
|
+
artifactGenerationProperties?: ArtifactGenerationProperties;
|
|
583
|
+
/** Profile of an azure pipeline. */
|
|
584
|
+
azurePipelineProfile?: AzurePipelineProfile;
|
|
585
|
+
/** Profile of an template workflow. */
|
|
586
|
+
templateWorkflowProfile?: TemplateWorkflowProfile;
|
|
587
|
+
}
|
|
588
|
+
export declare function workflowPropertiesSerializer(item: WorkflowProperties): any;
|
|
589
|
+
export declare function workflowPropertiesDeserializer(item: any): WorkflowProperties;
|
|
590
|
+
/** GitHub Workflow Profile */
|
|
591
|
+
export interface GitHubWorkflowProfile {
|
|
592
|
+
/** Repository Owner */
|
|
593
|
+
repositoryOwner?: string;
|
|
594
|
+
/** Repository Name */
|
|
595
|
+
repositoryName?: string;
|
|
596
|
+
/** Repository Branch Name */
|
|
597
|
+
branchName?: string;
|
|
598
|
+
/** Path to the Dockerfile within the repository. */
|
|
599
|
+
dockerfile?: string;
|
|
600
|
+
/** Path to Dockerfile Build Context within the repository. */
|
|
601
|
+
dockerBuildContext?: string;
|
|
602
|
+
/** Deployment details of the repository associated with the workflow. */
|
|
603
|
+
deploymentProperties?: DeploymentProperties;
|
|
604
|
+
/** Kubernetes namespace the application is deployed to. */
|
|
605
|
+
namespace?: string;
|
|
606
|
+
/** Information on the azure container registry */
|
|
607
|
+
acr?: Acr;
|
|
608
|
+
/** The fields needed for OIDC with GitHub. */
|
|
609
|
+
oidcCredentials?: GitHubWorkflowProfileOidcCredentials;
|
|
610
|
+
/** The Azure Kubernetes Cluster Resource the application will be deployed to. */
|
|
611
|
+
aksResourceId?: string;
|
|
612
|
+
/** The URL to the Pull Request submitted against the users repository. */
|
|
613
|
+
readonly prURL?: string;
|
|
614
|
+
/** The number associated with the submitted pull request. */
|
|
615
|
+
readonly pullNumber?: number;
|
|
616
|
+
/** The status of the Pull Request submitted against the users repository. */
|
|
617
|
+
readonly prStatus?: PullRequestStatus;
|
|
618
|
+
lastWorkflowRun?: WorkflowRun;
|
|
619
|
+
/** Determines the authorization status of requests. */
|
|
620
|
+
readonly authStatus?: AuthorizationStatus;
|
|
621
|
+
}
|
|
622
|
+
export declare function gitHubWorkflowProfileSerializer(item: GitHubWorkflowProfile): any;
|
|
623
|
+
export declare function gitHubWorkflowProfileDeserializer(item: any): GitHubWorkflowProfile;
|
|
624
|
+
/** Deployment details of the repository associated with the workflow. */
|
|
625
|
+
export interface DeploymentProperties {
|
|
626
|
+
/** Determines the type of manifests within the repository. */
|
|
627
|
+
manifestType?: ManifestType;
|
|
628
|
+
kubeManifestLocations?: string[];
|
|
629
|
+
/** Helm chart directory path in repository. */
|
|
630
|
+
helmChartPath?: string;
|
|
631
|
+
/** Helm Values.yaml file location in repository. */
|
|
632
|
+
helmValues?: string;
|
|
633
|
+
/** Manifest override values. */
|
|
634
|
+
overrides?: Record<string, string>;
|
|
635
|
+
}
|
|
636
|
+
export declare function deploymentPropertiesSerializer(item: DeploymentProperties): any;
|
|
637
|
+
export declare function deploymentPropertiesDeserializer(item: any): DeploymentProperties;
|
|
638
|
+
/** Determines the type of manifests within the repository. */
|
|
639
|
+
export declare enum KnownManifestType {
|
|
640
|
+
/** Repositories using helm */
|
|
641
|
+
Helm = "helm",
|
|
642
|
+
/** Repositories using kubernetes manifests */
|
|
643
|
+
Kube = "kube",
|
|
644
|
+
/** Repositories using kustomize */
|
|
645
|
+
Kustomize = "kustomize"
|
|
646
|
+
}
|
|
647
|
+
/**
|
|
648
|
+
* Determines the type of manifests within the repository. \
|
|
649
|
+
* {@link KnownManifestType} can be used interchangeably with ManifestType,
|
|
650
|
+
* this enum contains the known values that the service supports.
|
|
651
|
+
* ### Known values supported by the service
|
|
652
|
+
* **helm**: Repositories using helm \
|
|
653
|
+
* **kube**: Repositories using kubernetes manifests \
|
|
654
|
+
* **kustomize**: Repositories using kustomize
|
|
655
|
+
*/
|
|
656
|
+
export type ManifestType = string;
|
|
657
|
+
/** Information on the azure container registry */
|
|
658
|
+
export interface Acr {
|
|
659
|
+
/** ACR subscription id */
|
|
660
|
+
acrSubscriptionId?: string;
|
|
661
|
+
/** ACR resource group */
|
|
662
|
+
acrResourceGroup?: string;
|
|
663
|
+
/** ACR registry */
|
|
664
|
+
acrRegistryName?: string;
|
|
665
|
+
/** ACR repository */
|
|
666
|
+
acrRepositoryName?: string;
|
|
667
|
+
}
|
|
668
|
+
export declare function acrSerializer(item: Acr): any;
|
|
669
|
+
export declare function acrDeserializer(item: any): Acr;
|
|
670
|
+
/** The fields needed for OIDC with GitHub. */
|
|
671
|
+
export interface GitHubWorkflowProfileOidcCredentials {
|
|
672
|
+
/** Azure Application Client ID */
|
|
673
|
+
azureClientId?: string;
|
|
674
|
+
/** Azure Directory (tenant) ID */
|
|
675
|
+
azureTenantId?: string;
|
|
676
|
+
}
|
|
677
|
+
export declare function gitHubWorkflowProfileOidcCredentialsSerializer(item: GitHubWorkflowProfileOidcCredentials): any;
|
|
678
|
+
export declare function gitHubWorkflowProfileOidcCredentialsDeserializer(item: any): GitHubWorkflowProfileOidcCredentials;
|
|
679
|
+
/** model interface WorkflowRun */
|
|
680
|
+
export interface WorkflowRun {
|
|
681
|
+
/** Describes if the workflow run succeeded. */
|
|
682
|
+
readonly succeeded?: boolean;
|
|
683
|
+
/** URL to the run of the workflow. */
|
|
684
|
+
readonly workflowRunURL?: string;
|
|
685
|
+
/** The timestamp of the last workflow run. */
|
|
686
|
+
readonly lastRunAt?: Date;
|
|
687
|
+
/** Describes the status of the workflow run */
|
|
688
|
+
readonly workflowRunStatus?: WorkflowRunStatus;
|
|
689
|
+
}
|
|
690
|
+
export declare function workflowRunSerializer(_item: WorkflowRun): any;
|
|
691
|
+
export declare function workflowRunDeserializer(item: any): WorkflowRun;
|
|
692
|
+
/** Describes the status of the workflow run */
|
|
693
|
+
export declare enum KnownWorkflowRunStatus {
|
|
694
|
+
/** Workflow run is queued */
|
|
695
|
+
Queued = "queued",
|
|
696
|
+
/** Workflow run is inprogress */
|
|
697
|
+
Inprogress = "inprogress",
|
|
698
|
+
/** Workflow run is completed */
|
|
699
|
+
Completed = "completed"
|
|
700
|
+
}
|
|
701
|
+
/**
|
|
702
|
+
* Describes the status of the workflow run \
|
|
703
|
+
* {@link KnownWorkflowRunStatus} can be used interchangeably with WorkflowRunStatus,
|
|
704
|
+
* this enum contains the known values that the service supports.
|
|
705
|
+
* ### Known values supported by the service
|
|
706
|
+
* **queued**: Workflow run is queued \
|
|
707
|
+
* **inprogress**: Workflow run is inprogress \
|
|
708
|
+
* **completed**: Workflow run is completed
|
|
709
|
+
*/
|
|
710
|
+
export type WorkflowRunStatus = string;
|
|
711
|
+
/** Azure Pipeline Profile */
|
|
712
|
+
export interface AzurePipelineProfile {
|
|
713
|
+
/** Details of the ADO repository associated with the workflow. */
|
|
714
|
+
repository?: ADORepository;
|
|
715
|
+
/** The name of the ARM Service Connection the pipeline is associated with. */
|
|
716
|
+
armServiceConnection?: string;
|
|
717
|
+
/** Build details of the repository associated with the workflow. */
|
|
718
|
+
build?: Build;
|
|
719
|
+
/** Deployment details of the repository associated with the workflow. */
|
|
720
|
+
deployment?: DeploymentProperties;
|
|
721
|
+
/** Kubernetes namespace the application is deployed to. */
|
|
722
|
+
namespace?: string;
|
|
723
|
+
/** Resource identifier for azure container registry repository associated with the workflow. */
|
|
724
|
+
acr?: string;
|
|
725
|
+
/** The Azure Kubernetes Cluster Resource the application will be deployed to. */
|
|
726
|
+
clusterId?: string;
|
|
727
|
+
/** Details of the pull request containing the workflow. */
|
|
728
|
+
pullRequest?: PullRequest;
|
|
729
|
+
lastWorkflowRun?: WorkflowRun;
|
|
730
|
+
/** Determines the authorization status of requests. */
|
|
731
|
+
readonly authStatus?: AuthorizationStatus;
|
|
732
|
+
}
|
|
733
|
+
export declare function azurePipelineProfileSerializer(item: AzurePipelineProfile): any;
|
|
734
|
+
export declare function azurePipelineProfileDeserializer(item: any): AzurePipelineProfile;
|
|
735
|
+
/** Details of the ADO repository associated with the workflow. */
|
|
736
|
+
export interface ADORepository {
|
|
737
|
+
/** The owner of the repository the workflow is associated with. */
|
|
738
|
+
repositoryOwner?: string;
|
|
739
|
+
/** The name of the repository the workflow is associated with. */
|
|
740
|
+
repositoryName?: string;
|
|
741
|
+
/** The name of the branch the workflow is associated with. */
|
|
742
|
+
branchName?: string;
|
|
743
|
+
/** The name of the Azure DevOps organization the pipeline is associated with. */
|
|
744
|
+
adoOrganization?: string;
|
|
745
|
+
/** The name of the project the pipeline is associated with. */
|
|
746
|
+
projectName?: string;
|
|
747
|
+
}
|
|
748
|
+
export declare function adoRepositorySerializer(item: ADORepository): any;
|
|
749
|
+
export declare function adoRepositoryDeserializer(item: any): ADORepository;
|
|
750
|
+
/** Build details of the repository associated with the workflow. */
|
|
751
|
+
export interface Build {
|
|
752
|
+
/** Path to the Dockerfile within the repository. */
|
|
753
|
+
dockerfile?: string;
|
|
754
|
+
/** Path to Dockerfile Build Context within the repository. */
|
|
755
|
+
dockerBuildContext?: string;
|
|
756
|
+
}
|
|
757
|
+
export declare function buildSerializer(item: Build): any;
|
|
758
|
+
export declare function buildDeserializer(item: any): Build;
|
|
759
|
+
/** Details of the pull request containing the workflow. */
|
|
760
|
+
export interface PullRequest {
|
|
761
|
+
/** The URL to the Pull Request submitted against the users repository. */
|
|
762
|
+
readonly prURL?: string;
|
|
763
|
+
/** The number associated with the submitted pull request. */
|
|
764
|
+
readonly pullNumber?: number;
|
|
765
|
+
/** The status of the Pull Request submitted against the users repository. */
|
|
766
|
+
readonly prStatus?: PullRequestStatus;
|
|
767
|
+
}
|
|
768
|
+
export declare function pullRequestSerializer(_item: PullRequest): any;
|
|
769
|
+
export declare function pullRequestDeserializer(item: any): PullRequest;
|
|
770
|
+
/** Template Workflow Profile */
|
|
771
|
+
export interface TemplateWorkflowProfile {
|
|
772
|
+
/** The status of the Pull Request submitted against the users repository. */
|
|
773
|
+
repositoryProvider?: RepositoryProviderType;
|
|
774
|
+
/** The properties of ADO OAuth. */
|
|
775
|
+
workflowTemplate?: TemplateReference;
|
|
776
|
+
/** The properties of ADO OAuth. */
|
|
777
|
+
deploymentTemplate?: TemplateReference;
|
|
778
|
+
/** The properties of ADO OAuth. */
|
|
779
|
+
dockerfileTemplate?: TemplateReference;
|
|
780
|
+
manifestTemplates?: TemplateReference[];
|
|
781
|
+
/** Details of the GitHub repository and credentials associated with the workflow. */
|
|
782
|
+
gitHubProviderProfile?: GitHubProviderProfile;
|
|
783
|
+
/** Details of the GitHub repository associated with the workflow. */
|
|
784
|
+
adoProviderProfile?: ADOProviderProfile;
|
|
785
|
+
/** Details of the pull request containing the workflow. */
|
|
786
|
+
pullRequest?: PullRequest;
|
|
787
|
+
lastWorkflowRun?: WorkflowRun;
|
|
788
|
+
/** Determines the authorization status of requests. */
|
|
789
|
+
readonly authStatus?: AuthorizationStatus;
|
|
790
|
+
}
|
|
791
|
+
export declare function templateWorkflowProfileSerializer(item: TemplateWorkflowProfile): any;
|
|
792
|
+
export declare function templateWorkflowProfileDeserializer(item: any): TemplateWorkflowProfile;
|
|
793
|
+
/** The status of the Pull Request submitted against the users repository. */
|
|
794
|
+
export declare enum KnownRepositoryProviderType {
|
|
795
|
+
/** GitHub repository provider type. */
|
|
796
|
+
Github = "github",
|
|
797
|
+
/** ADO repository provider type. */
|
|
798
|
+
Ado = "ado"
|
|
799
|
+
}
|
|
800
|
+
/**
|
|
801
|
+
* The status of the Pull Request submitted against the users repository. \
|
|
802
|
+
* {@link KnownRepositoryProviderType} can be used interchangeably with RepositoryProviderType,
|
|
803
|
+
* this enum contains the known values that the service supports.
|
|
804
|
+
* ### Known values supported by the service
|
|
805
|
+
* **github**: GitHub repository provider type. \
|
|
806
|
+
* **ado**: ADO repository provider type.
|
|
807
|
+
*/
|
|
808
|
+
export type RepositoryProviderType = string;
|
|
809
|
+
/** The properties of ADO OAuth. */
|
|
810
|
+
export interface TemplateReference {
|
|
811
|
+
/** The versioned template arm resource id. */
|
|
812
|
+
templateId?: string;
|
|
813
|
+
/** destination for template creation */
|
|
814
|
+
destination?: string;
|
|
815
|
+
/** parameters for template creation */
|
|
816
|
+
parameters?: Record<string, string>;
|
|
817
|
+
}
|
|
818
|
+
export declare function templateReferenceSerializer(item: TemplateReference): any;
|
|
819
|
+
export declare function templateReferenceDeserializer(item: any): TemplateReference;
|
|
820
|
+
export declare function templateReferenceArraySerializer(result: Array<TemplateReference>): any[];
|
|
821
|
+
export declare function templateReferenceArrayDeserializer(result: Array<TemplateReference>): any[];
|
|
822
|
+
/** Details of the GitHub repository and credentials associated with the workflow. */
|
|
823
|
+
export interface GitHubProviderProfile {
|
|
824
|
+
/** Details of the GitHub repository associated with the workflow. */
|
|
825
|
+
repository?: GitHubRepository;
|
|
826
|
+
/** The fields needed for OIDC with GitHub. */
|
|
827
|
+
oidcCredentials?: OidcCredentials;
|
|
828
|
+
}
|
|
829
|
+
export declare function gitHubProviderProfileSerializer(item: GitHubProviderProfile): any;
|
|
830
|
+
export declare function gitHubProviderProfileDeserializer(item: any): GitHubProviderProfile;
|
|
831
|
+
/** Details of the GitHub repository associated with the workflow. */
|
|
832
|
+
export interface GitHubRepository {
|
|
833
|
+
/** The owner of the repository the workflow is associated with. */
|
|
834
|
+
repositoryOwner?: string;
|
|
835
|
+
/** The name of the repository the workflow is associated with. */
|
|
836
|
+
repositoryName?: string;
|
|
837
|
+
/** The name of the branch the workflow is associated with. */
|
|
838
|
+
branchName?: string;
|
|
839
|
+
}
|
|
840
|
+
export declare function gitHubRepositorySerializer(item: GitHubRepository): any;
|
|
841
|
+
export declare function gitHubRepositoryDeserializer(item: any): GitHubRepository;
|
|
842
|
+
/** The fields needed for OIDC with GitHub. */
|
|
843
|
+
export interface OidcCredentials {
|
|
844
|
+
/** Azure Application Client ID */
|
|
845
|
+
azureClientId?: string;
|
|
846
|
+
/** Azure Directory (tenant) ID */
|
|
847
|
+
azureTenantId?: string;
|
|
848
|
+
}
|
|
849
|
+
export declare function oidcCredentialsSerializer(item: OidcCredentials): any;
|
|
850
|
+
export declare function oidcCredentialsDeserializer(item: any): OidcCredentials;
|
|
851
|
+
/** Details of the GitHub repository associated with the workflow. */
|
|
852
|
+
export interface ADOProviderProfile {
|
|
853
|
+
/** Details of the ADO repository associated with the workflow. */
|
|
854
|
+
repository?: ADORepository;
|
|
855
|
+
/** The name of the ARM Service Connection the pipeline is associated with. */
|
|
856
|
+
armServiceConnection?: string;
|
|
857
|
+
}
|
|
858
|
+
export declare function adoProviderProfileSerializer(item: ADOProviderProfile): any;
|
|
859
|
+
export declare function adoProviderProfileDeserializer(item: any): ADOProviderProfile;
|
|
860
|
+
/** delete response if content must be provided on delete operation */
|
|
861
|
+
export interface DeleteWorkflowResponse {
|
|
862
|
+
/** delete status message */
|
|
863
|
+
status?: string;
|
|
864
|
+
}
|
|
865
|
+
export declare function deleteWorkflowResponseDeserializer(item: any): DeleteWorkflowResponse;
|
|
866
|
+
/** The response of a Workflow list operation. */
|
|
867
|
+
export interface _WorkflowListResult {
|
|
868
|
+
/** The Workflow items on this page */
|
|
869
|
+
value: Workflow[];
|
|
870
|
+
/** The link to the next page of items */
|
|
871
|
+
nextLink?: string;
|
|
872
|
+
}
|
|
873
|
+
export declare function _workflowListResultDeserializer(item: any): _WorkflowListResult;
|
|
874
|
+
export declare function workflowArraySerializer(result: Array<Workflow>): any[];
|
|
875
|
+
export declare function workflowArrayDeserializer(result: Array<Workflow>): any[];
|
|
876
|
+
/** Singleton response of ADO OAuth. */
|
|
877
|
+
export interface AdooAuthResponse extends ProxyResource {
|
|
878
|
+
/** Details of ADO OAuth. */
|
|
879
|
+
properties?: AdooAuth;
|
|
880
|
+
}
|
|
881
|
+
export declare function adooAuthResponseDeserializer(item: any): AdooAuthResponse;
|
|
882
|
+
/** The properties of ADO OAuth. */
|
|
883
|
+
export interface AdooAuth {
|
|
884
|
+
/** user making request */
|
|
885
|
+
username?: string;
|
|
886
|
+
}
|
|
887
|
+
export declare function adooAuthDeserializer(item: any): AdooAuth;
|
|
888
|
+
/** The response from List ADOOAuth operation. */
|
|
889
|
+
export interface _AdooAuthListResponse {
|
|
890
|
+
/** The AdooAuthResponse items on this page */
|
|
891
|
+
value: AdooAuthResponse[];
|
|
892
|
+
/** The link to the next page of items */
|
|
893
|
+
nextLink?: string;
|
|
894
|
+
}
|
|
895
|
+
export declare function _adooAuthListResponseDeserializer(item: any): _AdooAuthListResponse;
|
|
896
|
+
export declare function adooAuthResponseArrayDeserializer(result: Array<AdooAuthResponse>): any[];
|
|
897
|
+
/** Resource representation of a Template */
|
|
898
|
+
export interface Template extends ProxyResource {
|
|
899
|
+
/** Properties of a Template. */
|
|
900
|
+
properties?: TemplateProperties;
|
|
901
|
+
}
|
|
902
|
+
export declare function templateDeserializer(item: any): Template;
|
|
903
|
+
/** Template properties */
|
|
904
|
+
export interface TemplateProperties {
|
|
905
|
+
/** The name of the template. */
|
|
906
|
+
templateName?: string;
|
|
907
|
+
/** The default version of the template. */
|
|
908
|
+
defaultVersion?: string;
|
|
909
|
+
/** The valid versions of the template. */
|
|
910
|
+
versions?: string[];
|
|
911
|
+
/** Description of the template */
|
|
912
|
+
description?: string;
|
|
913
|
+
/** The type of the template. */
|
|
914
|
+
readonly templateType?: TemplateType;
|
|
915
|
+
}
|
|
916
|
+
export declare function templatePropertiesDeserializer(item: any): TemplateProperties;
|
|
917
|
+
/** The type of the template. */
|
|
918
|
+
export declare enum KnownTemplateType {
|
|
919
|
+
/** Deployment template type. */
|
|
920
|
+
Deployment = "deployment",
|
|
921
|
+
/** Manifest template type. */
|
|
922
|
+
Manifest = "manifest",
|
|
923
|
+
/** Workflow template type. */
|
|
924
|
+
Workflow = "workflow",
|
|
925
|
+
/** Dockerfile template type. */
|
|
926
|
+
Dockerfile = "dockerfile"
|
|
927
|
+
}
|
|
928
|
+
/**
|
|
929
|
+
* The type of the template. \
|
|
930
|
+
* {@link KnownTemplateType} can be used interchangeably with TemplateType,
|
|
931
|
+
* this enum contains the known values that the service supports.
|
|
932
|
+
* ### Known values supported by the service
|
|
933
|
+
* **deployment**: Deployment template type. \
|
|
934
|
+
* **manifest**: Manifest template type. \
|
|
935
|
+
* **workflow**: Workflow template type. \
|
|
936
|
+
* **dockerfile**: Dockerfile template type.
|
|
937
|
+
*/
|
|
938
|
+
export type TemplateType = string;
|
|
939
|
+
/** The response of a Template list operation. */
|
|
940
|
+
export interface _TemplateListResult {
|
|
941
|
+
/** The Template items on this page */
|
|
942
|
+
value: Template[];
|
|
943
|
+
/** The link to the next page of items */
|
|
944
|
+
nextLink?: string;
|
|
945
|
+
}
|
|
946
|
+
export declare function _templateListResultDeserializer(item: any): _TemplateListResult;
|
|
947
|
+
export declare function templateArrayDeserializer(result: Array<Template>): any[];
|
|
948
|
+
/** Resource representation of a VersionedTemplate */
|
|
949
|
+
export interface VersionedTemplate extends ProxyResource {
|
|
950
|
+
/** Properties of a VersionedTemplate. */
|
|
951
|
+
properties?: VersionedTemplateProperties;
|
|
952
|
+
}
|
|
953
|
+
export declare function versionedTemplateDeserializer(item: any): VersionedTemplate;
|
|
954
|
+
/** VersionedTemplate properties */
|
|
955
|
+
export interface VersionedTemplateProperties {
|
|
956
|
+
/** The version of the template. */
|
|
957
|
+
version?: string;
|
|
958
|
+
/** The type of the template. */
|
|
959
|
+
readonly templateType?: TemplateType;
|
|
960
|
+
/** The template parameters. */
|
|
961
|
+
parameters?: Parameter[];
|
|
962
|
+
}
|
|
963
|
+
export declare function versionedTemplatePropertiesDeserializer(item: any): VersionedTemplateProperties;
|
|
964
|
+
export declare function parameterArrayDeserializer(result: Array<Parameter>): any[];
|
|
965
|
+
/** Parameter for the template. */
|
|
966
|
+
export interface Parameter {
|
|
967
|
+
/** The paramater name. */
|
|
968
|
+
name?: string;
|
|
969
|
+
/** Description of what the paramater is used for. */
|
|
970
|
+
description?: string;
|
|
971
|
+
/** The type of the template parameter. */
|
|
972
|
+
readonly parameterType?: ParameterType;
|
|
973
|
+
/** The type of the template parameter. */
|
|
974
|
+
readonly parameterKind?: ParameterKind;
|
|
975
|
+
/** Whether the parameter is required. */
|
|
976
|
+
required?: boolean;
|
|
977
|
+
/** A reference to a default parameter value or a reference parameter to take the value from. */
|
|
978
|
+
default?: ParameterDefault;
|
|
979
|
+
}
|
|
980
|
+
export declare function parameterDeserializer(item: any): Parameter;
|
|
981
|
+
/** The type of the template parameter. */
|
|
982
|
+
export declare enum KnownParameterType {
|
|
983
|
+
/** string parameter type. */
|
|
984
|
+
String = "string",
|
|
985
|
+
/** boolean parameter type. */
|
|
986
|
+
Bool = "bool",
|
|
987
|
+
/** int parameter type. */
|
|
988
|
+
Int = "int",
|
|
989
|
+
/** float parameter type. */
|
|
990
|
+
Float = "float",
|
|
991
|
+
/** object parameter type. */
|
|
992
|
+
Object = "object"
|
|
993
|
+
}
|
|
994
|
+
/**
|
|
995
|
+
* The type of the template parameter. \
|
|
996
|
+
* {@link KnownParameterType} can be used interchangeably with ParameterType,
|
|
997
|
+
* this enum contains the known values that the service supports.
|
|
998
|
+
* ### Known values supported by the service
|
|
999
|
+
* **string**: string parameter type. \
|
|
1000
|
+
* **bool**: boolean parameter type. \
|
|
1001
|
+
* **int**: int parameter type. \
|
|
1002
|
+
* **float**: float parameter type. \
|
|
1003
|
+
* **object**: object parameter type.
|
|
1004
|
+
*/
|
|
1005
|
+
export type ParameterType = string;
|
|
1006
|
+
/** The type of the template parameter. */
|
|
1007
|
+
export declare enum KnownParameterKind {
|
|
1008
|
+
/** azure container registry name */
|
|
1009
|
+
AzureContainerRegistry = "azureContainerRegistry",
|
|
1010
|
+
/** azure keyvault uri */
|
|
1011
|
+
AzureKeyvaultUri = "azureKeyvaultUri",
|
|
1012
|
+
/** azure managed cluster name */
|
|
1013
|
+
AzureManagedCluster = "azureManagedCluster",
|
|
1014
|
+
/** azure resource group */
|
|
1015
|
+
AzureResourceGroup = "azureResourceGroup",
|
|
1016
|
+
/** azure service connection */
|
|
1017
|
+
AzureServiceConnection = "azureServiceConnection",
|
|
1018
|
+
/** container image name */
|
|
1019
|
+
ContainerImageName = "containerImageName",
|
|
1020
|
+
/** container image version */
|
|
1021
|
+
ContainerImageVersion = "containerImageVersion",
|
|
1022
|
+
/** cluster resource type */
|
|
1023
|
+
ClusterResourceType = "clusterResourceType",
|
|
1024
|
+
/** directory path */
|
|
1025
|
+
DirPath = "dirPath",
|
|
1026
|
+
/** dockerfile name */
|
|
1027
|
+
DockerFileName = "dockerFileName",
|
|
1028
|
+
/** environment variables in the form of a json object */
|
|
1029
|
+
EnvVarMap = "envVarMap",
|
|
1030
|
+
/** file path */
|
|
1031
|
+
FilePath = "filePath",
|
|
1032
|
+
/** boolean flag */
|
|
1033
|
+
Flag = "flag",
|
|
1034
|
+
/** helm overrides in the form of a string key1=value1,key2=value2 */
|
|
1035
|
+
HelmChartOverrides = "helmChartOverrides",
|
|
1036
|
+
/** kubernetes deployment image pull policy */
|
|
1037
|
+
ImagePullPolicy = "imagePullPolicy",
|
|
1038
|
+
/** kubernetes ingress host name */
|
|
1039
|
+
IngressHostName = "ingressHostName",
|
|
1040
|
+
/** kubernetes namespace */
|
|
1041
|
+
KubernetesNamespace = "kubernetesNamespace",
|
|
1042
|
+
/** kubernetes probe http path */
|
|
1043
|
+
KubernetesProbeHttpPath = "kubernetesProbeHttpPath",
|
|
1044
|
+
/** kubernetes probe period */
|
|
1045
|
+
KubernetesProbePeriod = "kubernetesProbePeriod",
|
|
1046
|
+
/** kubernetes probe timeout */
|
|
1047
|
+
KubernetesProbeTimeout = "kubernetesProbeTimeout",
|
|
1048
|
+
/** kubernetes probe threshold */
|
|
1049
|
+
KubernetesProbeThreshold = "kubernetesProbeThreshold",
|
|
1050
|
+
/** kubernetes probe type */
|
|
1051
|
+
KubernetesProbeType = "kubernetesProbeType",
|
|
1052
|
+
/** kubernetes probe delay */
|
|
1053
|
+
KubernetesProbeDelay = "kubernetesProbeDelay",
|
|
1054
|
+
/** kubernetes resource limit */
|
|
1055
|
+
KubernetesResourceLimit = "kubernetesResourceLimit",
|
|
1056
|
+
/** kubernetes resource name */
|
|
1057
|
+
KubernetesResourceName = "kubernetesResourceName",
|
|
1058
|
+
/** kubernetes resource request */
|
|
1059
|
+
KubernetesResourceRequest = "kubernetesResourceRequest",
|
|
1060
|
+
/** kubernetes label value */
|
|
1061
|
+
Label = "label",
|
|
1062
|
+
/** service port */
|
|
1063
|
+
Port = "port",
|
|
1064
|
+
/** repository branch name */
|
|
1065
|
+
RepositoryBranch = "repositoryBranch",
|
|
1066
|
+
/** workflow name */
|
|
1067
|
+
WorkflowName = "workflowName",
|
|
1068
|
+
/** kubernetes replica count */
|
|
1069
|
+
ReplicaCount = "replicaCount",
|
|
1070
|
+
/** kubernetes scaling resource type */
|
|
1071
|
+
ScalingResourceType = "scalingResourceType",
|
|
1072
|
+
/** kubernetes resource utilization type */
|
|
1073
|
+
ScalingResourceUtilization = "scalingResourceUtilization",
|
|
1074
|
+
/** kubernetes resource limit */
|
|
1075
|
+
ResourceLimit = "resourceLimit",
|
|
1076
|
+
/** workflow authentication type */
|
|
1077
|
+
WorkflowAuthType = "workflowAuthType"
|
|
1078
|
+
}
|
|
1079
|
+
/**
|
|
1080
|
+
* The type of the template parameter. \
|
|
1081
|
+
* {@link KnownParameterKind} can be used interchangeably with ParameterKind,
|
|
1082
|
+
* this enum contains the known values that the service supports.
|
|
1083
|
+
* ### Known values supported by the service
|
|
1084
|
+
* **azureContainerRegistry**: azure container registry name \
|
|
1085
|
+
* **azureKeyvaultUri**: azure keyvault uri \
|
|
1086
|
+
* **azureManagedCluster**: azure managed cluster name \
|
|
1087
|
+
* **azureResourceGroup**: azure resource group \
|
|
1088
|
+
* **azureServiceConnection**: azure service connection \
|
|
1089
|
+
* **containerImageName**: container image name \
|
|
1090
|
+
* **containerImageVersion**: container image version \
|
|
1091
|
+
* **clusterResourceType**: cluster resource type \
|
|
1092
|
+
* **dirPath**: directory path \
|
|
1093
|
+
* **dockerFileName**: dockerfile name \
|
|
1094
|
+
* **envVarMap**: environment variables in the form of a json object \
|
|
1095
|
+
* **filePath**: file path \
|
|
1096
|
+
* **flag**: boolean flag \
|
|
1097
|
+
* **helmChartOverrides**: helm overrides in the form of a string key1=value1,key2=value2 \
|
|
1098
|
+
* **imagePullPolicy**: kubernetes deployment image pull policy \
|
|
1099
|
+
* **ingressHostName**: kubernetes ingress host name \
|
|
1100
|
+
* **kubernetesNamespace**: kubernetes namespace \
|
|
1101
|
+
* **kubernetesProbeHttpPath**: kubernetes probe http path \
|
|
1102
|
+
* **kubernetesProbePeriod**: kubernetes probe period \
|
|
1103
|
+
* **kubernetesProbeTimeout**: kubernetes probe timeout \
|
|
1104
|
+
* **kubernetesProbeThreshold**: kubernetes probe threshold \
|
|
1105
|
+
* **kubernetesProbeType**: kubernetes probe type \
|
|
1106
|
+
* **kubernetesProbeDelay**: kubernetes probe delay \
|
|
1107
|
+
* **kubernetesResourceLimit**: kubernetes resource limit \
|
|
1108
|
+
* **kubernetesResourceName**: kubernetes resource name \
|
|
1109
|
+
* **kubernetesResourceRequest**: kubernetes resource request \
|
|
1110
|
+
* **label**: kubernetes label value \
|
|
1111
|
+
* **port**: service port \
|
|
1112
|
+
* **repositoryBranch**: repository branch name \
|
|
1113
|
+
* **workflowName**: workflow name \
|
|
1114
|
+
* **replicaCount**: kubernetes replica count \
|
|
1115
|
+
* **scalingResourceType**: kubernetes scaling resource type \
|
|
1116
|
+
* **scalingResourceUtilization**: kubernetes resource utilization type \
|
|
1117
|
+
* **resourceLimit**: kubernetes resource limit \
|
|
1118
|
+
* **workflowAuthType**: workflow authentication type
|
|
1119
|
+
*/
|
|
1120
|
+
export type ParameterKind = string;
|
|
1121
|
+
/** A reference to a default parameter value or a reference parameter to take the value from. */
|
|
1122
|
+
export interface ParameterDefault {
|
|
1123
|
+
/** The default value for this parameter. */
|
|
1124
|
+
value?: string;
|
|
1125
|
+
/** The Parameter to reference a value from. */
|
|
1126
|
+
referenceParameter?: string;
|
|
1127
|
+
}
|
|
1128
|
+
export declare function parameterDefaultDeserializer(item: any): ParameterDefault;
|
|
1129
|
+
/** The response of a VersionedTemplate list operation. */
|
|
1130
|
+
export interface _VersionedTemplateListResult {
|
|
1131
|
+
/** The VersionedTemplate items on this page */
|
|
1132
|
+
value: VersionedTemplate[];
|
|
1133
|
+
/** The link to the next page of items */
|
|
1134
|
+
nextLink?: string;
|
|
1135
|
+
}
|
|
1136
|
+
export declare function _versionedTemplateListResultDeserializer(item: any): _VersionedTemplateListResult;
|
|
1137
|
+
export declare function versionedTemplateArrayDeserializer(result: Array<VersionedTemplate>): any[];
|
|
1138
|
+
/** Generated template files returned as a map<path string,content string> */
|
|
1139
|
+
export interface GenerateVersionedTemplateResponse {
|
|
1140
|
+
/** files returned as a map<path string,content string> */
|
|
1141
|
+
generatedFiles?: Record<string, string>;
|
|
1142
|
+
}
|
|
1143
|
+
export declare function generateVersionedTemplateResponseDeserializer(item: any): GenerateVersionedTemplateResponse;
|
|
1144
|
+
/** The available API versions. */
|
|
1145
|
+
export declare enum KnownVersions {
|
|
1146
|
+
/** The 2025-03-01-preview API version. */
|
|
1147
|
+
V20250301Preview = "2025-03-01-preview"
|
|
1148
|
+
}
|
|
1149
|
+
export declare function _iacProfilePropertiesGithubProfileSerializer(item: IacProfileProperties): any;
|
|
1150
|
+
export declare function _iacProfilePropertiesGithubProfileDeserializer(item: any): {
|
|
1151
|
+
repositoryName: any;
|
|
1152
|
+
repositoryMainBranch: any;
|
|
1153
|
+
repositoryOwner: any;
|
|
1154
|
+
authStatus: any;
|
|
1155
|
+
pullNumber: any;
|
|
1156
|
+
prStatus: any;
|
|
1157
|
+
branchName: any;
|
|
1158
|
+
};
|
|
1159
|
+
export declare function _iacProfilePropertiesTerraformProfileSerializer(item: IacProfileProperties): any;
|
|
1160
|
+
export declare function _iacProfilePropertiesTerraformProfileDeserializer(item: any): {
|
|
1161
|
+
storageAccountSubscription: any;
|
|
1162
|
+
storageAccountResourceGroup: any;
|
|
1163
|
+
storageAccountName: any;
|
|
1164
|
+
storageContainerName: any;
|
|
1165
|
+
};
|
|
1166
|
+
export declare function _iacProfilePropertiesSerializer(item: IacProfile): any;
|
|
1167
|
+
export declare function _iacProfilePropertiesDeserializer(item: any): {
|
|
1168
|
+
githubProfile: any;
|
|
1169
|
+
terraformProfile: any;
|
|
1170
|
+
stages: any;
|
|
1171
|
+
templates: any;
|
|
1172
|
+
};
|
|
1173
|
+
//# sourceMappingURL=models.d.ts.map
|