@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 @@
|
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { areAllPropsUndefined } from \"../static-helpers/serialization/check-prop-undefined.js\";\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** Properties used for generating artifacts such as Dockerfiles and manifests. */\nexport interface ArtifactGenerationProperties {\n /** The programming language used. */\n generationLanguage?: GenerationLanguage;\n /** The version of the language image used for execution in the generated dockerfile. */\n languageVersion?: string;\n /** The version of the language image used for building the code in the generated dockerfile. */\n builderVersion?: string;\n /** The port the application is exposed on. */\n port?: string;\n /** The name of the app. */\n appName?: string;\n /** The directory to output the generated Dockerfile to. */\n dockerfileOutputDirectory?: string;\n /** The directory to output the generated manifests to. */\n manifestOutputDirectory?: string;\n /** The mode of generation to be used for generating Dockerfiles. */\n dockerfileGenerationMode?: DockerfileGenerationMode;\n /** The mode of generation to be used for generating Manifest. */\n manifestGenerationMode?: ManifestGenerationMode;\n /** Determines the type of manifests to be generated. */\n manifestType?: GenerationManifestType;\n /** The name of the image to be generated. */\n imageName?: string;\n /** The namespace to deploy the application to. */\n namespace?: string;\n /** The tag to apply to the generated image. */\n imageTag?: string;\n}\n\nexport function artifactGenerationPropertiesSerializer(item: ArtifactGenerationProperties): any {\n return {\n generationLanguage: item[\"generationLanguage\"],\n languageVersion: item[\"languageVersion\"],\n builderVersion: item[\"builderVersion\"],\n port: item[\"port\"],\n appName: item[\"appName\"],\n dockerfileOutputDirectory: item[\"dockerfileOutputDirectory\"],\n manifestOutputDirectory: item[\"manifestOutputDirectory\"],\n dockerfileGenerationMode: item[\"dockerfileGenerationMode\"],\n manifestGenerationMode: item[\"manifestGenerationMode\"],\n manifestType: item[\"manifestType\"],\n imageName: item[\"imageName\"],\n namespace: item[\"namespace\"],\n imageTag: item[\"imageTag\"],\n };\n}\n\nexport function artifactGenerationPropertiesDeserializer(item: any): ArtifactGenerationProperties {\n return {\n generationLanguage: item[\"generationLanguage\"],\n languageVersion: item[\"languageVersion\"],\n builderVersion: item[\"builderVersion\"],\n port: item[\"port\"],\n appName: item[\"appName\"],\n dockerfileOutputDirectory: item[\"dockerfileOutputDirectory\"],\n manifestOutputDirectory: item[\"manifestOutputDirectory\"],\n dockerfileGenerationMode: item[\"dockerfileGenerationMode\"],\n manifestGenerationMode: item[\"manifestGenerationMode\"],\n manifestType: item[\"manifestType\"],\n imageName: item[\"imageName\"],\n namespace: item[\"namespace\"],\n imageTag: item[\"imageTag\"],\n };\n}\n\n/** The programming language used. */\nexport enum KnownGenerationLanguage {\n /** clojure language */\n Clojure = \"clojure\",\n /** csharp language */\n Csharp = \"csharp\",\n /** erlang language */\n Erlang = \"erlang\",\n /** go language */\n Go = \"go\",\n /** gomodule language */\n Gomodule = \"gomodule\",\n /** gradle language */\n Gradle = \"gradle\",\n /** java language */\n Java = \"java\",\n /** javascript language */\n Javascript = \"javascript\",\n /** php language */\n Php = \"php\",\n /** python language */\n Python = \"python\",\n /** ruby language */\n Ruby = \"ruby\",\n /** rust language */\n Rust = \"rust\",\n /** swift language */\n Swift = \"swift\",\n}\n\n/**\n * The programming language used. \\\n * {@link KnownGenerationLanguage} can be used interchangeably with GenerationLanguage,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **clojure**: clojure language \\\n * **csharp**: csharp language \\\n * **erlang**: erlang language \\\n * **go**: go language \\\n * **gomodule**: gomodule language \\\n * **gradle**: gradle language \\\n * **java**: java language \\\n * **javascript**: javascript language \\\n * **php**: php language \\\n * **python**: python language \\\n * **ruby**: ruby language \\\n * **rust**: rust language \\\n * **swift**: swift language\n */\nexport type GenerationLanguage = string;\n\n/** The mode of generation to be used for generating Dockerfiles. */\nexport enum KnownDockerfileGenerationMode {\n /** Dockerfiles will be generated */\n Enabled = \"enabled\",\n /** Dockerfiles will not be generated */\n Disabled = \"disabled\",\n}\n\n/**\n * The mode of generation to be used for generating Dockerfiles. \\\n * {@link KnownDockerfileGenerationMode} can be used interchangeably with DockerfileGenerationMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **enabled**: Dockerfiles will be generated \\\n * **disabled**: Dockerfiles will not be generated\n */\nexport type DockerfileGenerationMode = string;\n\n/** The mode of generation to be used for generating Manifest. */\nexport enum KnownManifestGenerationMode {\n /** Manifests will be generated */\n Enabled = \"enabled\",\n /** Manifests will not be generated */\n Disabled = \"disabled\",\n}\n\n/**\n * The mode of generation to be used for generating Manifest. \\\n * {@link KnownManifestGenerationMode} can be used interchangeably with ManifestGenerationMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **enabled**: Manifests will be generated \\\n * **disabled**: Manifests will not be generated\n */\nexport type ManifestGenerationMode = string;\n\n/** Determines the type of manifests to be generated. */\nexport enum KnownGenerationManifestType {\n /** Helm manifests */\n Helm = \"helm\",\n /** Kubernetes manifests */\n Kube = \"kube\",\n}\n\n/**\n * Determines the type of manifests to be generated. \\\n * {@link KnownGenerationManifestType} can be used interchangeably with GenerationManifestType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **helm**: Helm manifests \\\n * **kube**: Kubernetes manifests\n */\nexport type GenerationManifestType = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** Singleton response of GitHubOAuth containing */\nexport interface GitHubOAuthResponse extends ProxyResource {\n /** Properties of a workflow. */\n properties?: GitHubOAuthProperties;\n}\n\nexport function gitHubOAuthResponseDeserializer(item: any): GitHubOAuthResponse {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : gitHubOAuthPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The response from List GitHubOAuth operation. */\nexport interface GitHubOAuthProperties {\n /** user making request */\n username?: string;\n}\n\nexport function gitHubOAuthPropertiesDeserializer(item: any): GitHubOAuthProperties {\n return {\n username: item[\"username\"],\n };\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(_item: Resource): any {\n return {};\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** The response from List GitHubOAuth operation. */\nexport interface GitHubOAuthListResponse {\n /** Singleton list response containing one GitHubOAuthResponse response */\n value?: GitHubOAuthResponse[];\n}\n\nexport function gitHubOAuthListResponseDeserializer(item: any): GitHubOAuthListResponse {\n return {\n value: !item[\"value\"] ? item[\"value\"] : gitHubOAuthResponseArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function gitHubOAuthResponseArrayDeserializer(result: Array<GitHubOAuthResponse>): any[] {\n return result.map((item) => {\n return gitHubOAuthResponseDeserializer(item);\n });\n}\n\n/** GitHubOAuth request object */\nexport interface GitHubOAuthCallRequest {\n /** The URL the client will redirect to on successful authentication. If empty, no redirect will occur. */\n redirectUrl?: string;\n}\n\nexport function gitHubOAuthCallRequestSerializer(item: GitHubOAuthCallRequest): any {\n return { redirectUrl: item[\"redirectUrl\"] };\n}\n\n/** URL used to authorize the Developer Hub GitHub App */\nexport interface GitHubOAuthInfoResponse {\n /** URL for authorizing the Developer Hub GitHub App */\n authURL?: string;\n /** OAuth token used to make calls to GitHub */\n token?: string;\n}\n\nexport function gitHubOAuthInfoResponseDeserializer(item: any): GitHubOAuthInfoResponse {\n return {\n authURL: item[\"authURL\"],\n token: item[\"token\"],\n };\n}\n\n/** ADOOAuth request object */\nexport interface AdooAuthCallRequest {\n /** The URL the client will redirect to on successful authentication. If empty, no redirect will occur. */\n redirectUrl?: string;\n}\n\nexport function adooAuthCallRequestSerializer(item: AdooAuthCallRequest): any {\n return { redirectUrl: item[\"redirectUrl\"] };\n}\n\n/** Response containing ADO OAuth information */\nexport interface AdooAuthInfoResponse {\n /** URL used to authorize ADO app using Entra ID */\n authURL?: string;\n /** OAuth token used to make calls to ADO APIs */\n token?: string;\n}\n\nexport function adooAuthInfoResponseDeserializer(item: any): AdooAuthInfoResponse {\n return {\n authURL: item[\"authURL\"],\n token: item[\"token\"],\n };\n}\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /** The Operation items on this page */\n readonly value: Operation[];\n /** The link to the next page of items */\n readonly nextLink?: string;\n}\n\nexport function operationListResultDeserializer(item: any): OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n readonly actionType?: ActionType;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for an operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** Resource representation of a IacProfile. */\nexport interface IacProfile extends TrackedResource {\n /** A unique read-only string that changes whenever the resource is updated. */\n readonly etag?: string;\n /** GitHub Profile of a IacProfile */\n githubProfile?: IacGitHubProfile;\n /** Terraform Profile of a IacProfile */\n terraformProfile?: TerraformProfile;\n stages?: StageProperties[];\n templates?: IacTemplateProperties[];\n}\n\nexport function iacProfileSerializer(item: IacProfile): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"githubProfile\",\n \"terraformProfile\",\n \"stages\",\n \"templates\",\n ])\n ? undefined\n : _iacProfilePropertiesSerializer(item),\n };\n}\n\nexport function iacProfileDeserializer(item: any): IacProfile {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _iacProfilePropertiesDeserializer(item[\"properties\"])),\n etag: item[\"etag\"],\n };\n}\n\n/** Properties of a IacProfile. */\nexport interface IacProfileProperties {\n stages?: StageProperties[];\n templates?: IacTemplateProperties[];\n /** Repository Name */\n repositoryName?: string;\n /** Repository Main Branch */\n repositoryMainBranch?: string;\n /** Repository Owner */\n repositoryOwner?: string;\n /** Determines the authorization status of requests. */\n readonly authStatus?: AuthorizationStatus;\n /** The number associated with the submitted pull request. */\n readonly pullNumber?: number;\n /** The status of the Pull Request submitted against the users repository. */\n readonly prStatus?: PullRequestStatus;\n /** Repository Branch Name */\n branchName?: string;\n /** Terraform Storage Account Subscription */\n storageAccountSubscription?: string;\n /** Terraform Storage Account Resource Group */\n storageAccountResourceGroup?: string;\n /** Terraform Storage Account Name */\n storageAccountName?: string;\n /** Terraform Container Name */\n storageContainerName?: string;\n}\n\nexport function iacProfilePropertiesSerializer(item: IacProfileProperties): any {\n return {\n githubProfile: areAllPropsUndefined(item, [\n \"repositoryName\",\n \"repositoryMainBranch\",\n \"repositoryOwner\",\n \"branchName\",\n ])\n ? undefined\n : _iacProfilePropertiesGithubProfileSerializer(item),\n terraformProfile: areAllPropsUndefined(item, [\n \"storageAccountSubscription\",\n \"storageAccountResourceGroup\",\n \"storageAccountName\",\n \"storageContainerName\",\n ])\n ? undefined\n : _iacProfilePropertiesTerraformProfileSerializer(item),\n stages: !item[\"stages\"] ? item[\"stages\"] : stagePropertiesArraySerializer(item[\"stages\"]),\n templates: !item[\"templates\"]\n ? item[\"templates\"]\n : iacTemplatePropertiesArraySerializer(item[\"templates\"]),\n };\n}\n\nexport function iacProfilePropertiesDeserializer(item: any): IacProfileProperties {\n return {\n ...(!item[\"githubProfile\"]\n ? item[\"githubProfile\"]\n : _iacProfilePropertiesGithubProfileDeserializer(item[\"githubProfile\"])),\n ...(!item[\"terraformProfile\"]\n ? item[\"terraformProfile\"]\n : _iacProfilePropertiesTerraformProfileDeserializer(item[\"terraformProfile\"])),\n stages: !item[\"stages\"] ? item[\"stages\"] : stagePropertiesArrayDeserializer(item[\"stages\"]),\n templates: !item[\"templates\"]\n ? item[\"templates\"]\n : iacTemplatePropertiesArrayDeserializer(item[\"templates\"]),\n };\n}\n\n/** GitHub Profile of a IacProfile. */\nexport interface IacGitHubProfile {\n /** Repository Name */\n repositoryName?: string;\n /** Repository Main Branch */\n repositoryMainBranch?: string;\n /** Repository Owner */\n repositoryOwner?: string;\n /** Determines the authorization status of requests. */\n readonly authStatus?: AuthorizationStatus;\n /** The number associated with the submitted pull request. */\n readonly pullNumber?: number;\n /** The status of the Pull Request submitted against the users repository. */\n readonly prStatus?: PullRequestStatus;\n /** Repository Branch Name */\n branchName?: string;\n}\n\nexport function iacGitHubProfileSerializer(item: IacGitHubProfile): any {\n return {\n repositoryName: item[\"repositoryName\"],\n repositoryMainBranch: item[\"repositoryMainBranch\"],\n repositoryOwner: item[\"repositoryOwner\"],\n branchName: item[\"branchName\"],\n };\n}\n\nexport function iacGitHubProfileDeserializer(item: any): IacGitHubProfile {\n return {\n repositoryName: item[\"repositoryName\"],\n repositoryMainBranch: item[\"repositoryMainBranch\"],\n repositoryOwner: item[\"repositoryOwner\"],\n authStatus: item[\"authStatus\"],\n pullNumber: item[\"pullNumber\"],\n prStatus: item[\"prStatus\"],\n branchName: item[\"branchName\"],\n };\n}\n\n/** Determines the authorization status of requests. */\nexport enum KnownAuthorizationStatus {\n /** Requests authorized successfully */\n Authorized = \"Authorized\",\n /** Requests returned NotFound response */\n NotFound = \"NotFound\",\n /** Requests returned other error response */\n Error = \"Error\",\n}\n\n/**\n * Determines the authorization status of requests. \\\n * {@link KnownAuthorizationStatus} can be used interchangeably with AuthorizationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Authorized**: Requests authorized successfully \\\n * **NotFound**: Requests returned NotFound response \\\n * **Error**: Requests returned other error response\n */\nexport type AuthorizationStatus = string;\n\n/** The status of the Pull Request submitted against the users repository. */\nexport enum KnownPullRequestStatus {\n /** Pull Request state unknown. */\n Unknown = \"unknown\",\n /** Pull Request submitted to repository. */\n Submitted = \"submitted\",\n /** Pull Request merged into repository. */\n Merged = \"merged\",\n /** Workflow no longer found within repository. */\n Removed = \"removed\",\n}\n\n/**\n * The status of the Pull Request submitted against the users repository. \\\n * {@link KnownPullRequestStatus} can be used interchangeably with PullRequestStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **unknown**: Pull Request state unknown. \\\n * **submitted**: Pull Request submitted to repository. \\\n * **merged**: Pull Request merged into repository. \\\n * **removed**: Workflow no longer found within repository.\n */\nexport type PullRequestStatus = string;\n\n/** Terraform backend profile. */\nexport interface TerraformProfile {\n /** Terraform Storage Account Subscription */\n storageAccountSubscription?: string;\n /** Terraform Storage Account Resource Group */\n storageAccountResourceGroup?: string;\n /** Terraform Storage Account Name */\n storageAccountName?: string;\n /** Terraform Container Name */\n storageContainerName?: string;\n}\n\nexport function terraformProfileSerializer(item: TerraformProfile): any {\n return {\n storageAccountSubscription: item[\"storageAccountSubscription\"],\n storageAccountResourceGroup: item[\"storageAccountResourceGroup\"],\n storageAccountName: item[\"storageAccountName\"],\n storageContainerName: item[\"storageContainerName\"],\n };\n}\n\nexport function terraformProfileDeserializer(item: any): TerraformProfile {\n return {\n storageAccountSubscription: item[\"storageAccountSubscription\"],\n storageAccountResourceGroup: item[\"storageAccountResourceGroup\"],\n storageAccountName: item[\"storageAccountName\"],\n storageContainerName: item[\"storageContainerName\"],\n };\n}\n\nexport function stagePropertiesArraySerializer(result: Array<StageProperties>): any[] {\n return result.map((item) => {\n return stagePropertiesSerializer(item);\n });\n}\n\nexport function stagePropertiesArrayDeserializer(result: Array<StageProperties>): any[] {\n return result.map((item) => {\n return stagePropertiesDeserializer(item);\n });\n}\n\n/** Properties of a Stage. */\nexport interface StageProperties {\n /** Stage Name */\n stageName?: string;\n dependencies?: string[];\n gitEnvironment?: string;\n}\n\nexport function stagePropertiesSerializer(item: StageProperties): any {\n return {\n stageName: item[\"stageName\"],\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : item[\"dependencies\"].map((p: any) => {\n return p;\n }),\n gitEnvironment: item[\"gitEnvironment\"],\n };\n}\n\nexport function stagePropertiesDeserializer(item: any): StageProperties {\n return {\n stageName: item[\"stageName\"],\n dependencies: !item[\"dependencies\"]\n ? item[\"dependencies\"]\n : item[\"dependencies\"].map((p: any) => {\n return p;\n }),\n gitEnvironment: item[\"gitEnvironment\"],\n };\n}\n\nexport function iacTemplatePropertiesArraySerializer(result: Array<IacTemplateProperties>): any[] {\n return result.map((item) => {\n return iacTemplatePropertiesSerializer(item);\n });\n}\n\nexport function iacTemplatePropertiesArrayDeserializer(\n result: Array<IacTemplateProperties>,\n): any[] {\n return result.map((item) => {\n return iacTemplatePropertiesDeserializer(item);\n });\n}\n\n/** Properties of a IacTemplate. */\nexport interface IacTemplateProperties {\n /** Template Name */\n templateName?: string;\n /** the source store of the template */\n sourceResourceId?: string;\n /** the source stage of the template */\n instanceStage?: string;\n /** the sample instance name of the template */\n instanceName?: string;\n templateDetails?: IacTemplateDetails[];\n /** Determines the authorization status of requests. */\n readonly quickStartTemplateType?: QuickStartTemplateType;\n}\n\nexport function iacTemplatePropertiesSerializer(item: IacTemplateProperties): any {\n return {\n templateName: item[\"templateName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n instanceStage: item[\"instanceStage\"],\n instanceName: item[\"instanceName\"],\n templateDetails: !item[\"templateDetails\"]\n ? item[\"templateDetails\"]\n : iacTemplateDetailsArraySerializer(item[\"templateDetails\"]),\n };\n}\n\nexport function iacTemplatePropertiesDeserializer(item: any): IacTemplateProperties {\n return {\n templateName: item[\"templateName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n instanceStage: item[\"instanceStage\"],\n instanceName: item[\"instanceName\"],\n templateDetails: !item[\"templateDetails\"]\n ? item[\"templateDetails\"]\n : iacTemplateDetailsArrayDeserializer(item[\"templateDetails\"]),\n quickStartTemplateType: item[\"quickStartTemplateType\"],\n };\n}\n\nexport function iacTemplateDetailsArraySerializer(result: Array<IacTemplateDetails>): any[] {\n return result.map((item) => {\n return iacTemplateDetailsSerializer(item);\n });\n}\n\nexport function iacTemplateDetailsArrayDeserializer(result: Array<IacTemplateDetails>): any[] {\n return result.map((item) => {\n return iacTemplateDetailsDeserializer(item);\n });\n}\n\n/** model interface IacTemplateDetails */\nexport interface IacTemplateDetails {\n /** The name of the products. */\n productName?: string;\n /** Count of the product */\n count?: number;\n /** Naming convention of this product */\n namingConvention?: string;\n}\n\nexport function iacTemplateDetailsSerializer(item: IacTemplateDetails): any {\n return {\n productName: item[\"productName\"],\n count: item[\"count\"],\n namingConvention: item[\"namingConvention\"],\n };\n}\n\nexport function iacTemplateDetailsDeserializer(item: any): IacTemplateDetails {\n return {\n productName: item[\"productName\"],\n count: item[\"count\"],\n namingConvention: item[\"namingConvention\"],\n };\n}\n\n/** Determines the authorization status of requests. */\nexport enum KnownQuickStartTemplateType {\n /** The template has not use quick start template */\n None = \"None\",\n /** The template use quick start template of HCI */\n HCI = \"HCI\",\n /** The template use quick start template of HCI and AKS */\n Hciaks = \"HCIAKS\",\n /** The template use quick start template of HCI and ArcVM */\n Hciarcvm = \"HCIARCVM\",\n}\n\n/**\n * Determines the authorization status of requests. \\\n * {@link KnownQuickStartTemplateType} can be used interchangeably with QuickStartTemplateType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: The template has not use quick start template \\\n * **HCI**: The template use quick start template of HCI \\\n * **HCIAKS**: The template use quick start template of HCI and AKS \\\n * **HCIARCVM**: The template use quick start template of HCI and ArcVM\n */\nexport type QuickStartTemplateType = string;\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n };\n}\n\n/** Resource tags. */\nexport interface TagsObject {\n /** Dictionary of <string> */\n tags?: Record<string, string>;\n}\n\nexport function tagsObjectSerializer(item: TagsObject): any {\n return { tags: item[\"tags\"] };\n}\n\n/** The response of a IacProfile list operation. */\nexport interface _IacProfileListResult {\n /** The IacProfile items on this page */\n value: IacProfile[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _iacProfileListResultDeserializer(item: any): _IacProfileListResult {\n return {\n value: iacProfileArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function iacProfileArraySerializer(result: Array<IacProfile>): any[] {\n return result.map((item) => {\n return iacProfileSerializer(item);\n });\n}\n\nexport function iacProfileArrayDeserializer(result: Array<IacProfile>): any[] {\n return result.map((item) => {\n return iacProfileDeserializer(item);\n });\n}\n\n/** model interface ExportTemplateRequest */\nexport interface ExportTemplateRequest {\n /** Template Name */\n templateName?: string;\n resourceGroupIds?: string[];\n siteId?: string;\n instanceName?: string;\n instanceStage?: string;\n}\n\nexport function exportTemplateRequestSerializer(item: ExportTemplateRequest): any {\n return {\n templateName: item[\"templateName\"],\n resourceGroupIds: !item[\"resourceGroupIds\"]\n ? item[\"resourceGroupIds\"]\n : item[\"resourceGroupIds\"].map((p: any) => {\n return p;\n }),\n siteId: item[\"siteId\"],\n instanceName: item[\"instanceName\"],\n instanceStage: item[\"instanceStage\"],\n };\n}\n\n/** model interface PrLinkResponse */\nexport interface PrLinkResponse {\n /** The link of the pull request. */\n prLink?: string;\n}\n\nexport function prLinkResponseDeserializer(item: any): PrLinkResponse {\n return {\n prLink: item[\"prLink\"],\n };\n}\n\n/** model interface ScaleTemplateRequest */\nexport interface ScaleTemplateRequest {\n /** Template Name */\n templateName?: string;\n scaleRequirement?: ScaleProperty[];\n}\n\nexport function scaleTemplateRequestSerializer(item: ScaleTemplateRequest): any {\n return {\n templateName: item[\"templateName\"],\n scaleRequirement: !item[\"scaleRequirement\"]\n ? item[\"scaleRequirement\"]\n : scalePropertyArraySerializer(item[\"scaleRequirement\"]),\n };\n}\n\nexport function scalePropertyArraySerializer(result: Array<ScaleProperty>): any[] {\n return result.map((item) => {\n return scalePropertySerializer(item);\n });\n}\n\n/** model interface ScaleProperty */\nexport interface ScaleProperty {\n /** The region of the store */\n region?: string;\n /** The stage of the store */\n stage?: string;\n /** Number of the store */\n numberOfStore?: number;\n}\n\nexport function scalePropertySerializer(item: ScaleProperty): any {\n return { region: item[\"region\"], stage: item[\"stage\"], numberOfStore: item[\"numberOfStore\"] };\n}\n\n/** Resource representation of a workflow */\nexport interface Workflow extends TrackedResource {\n /** Properties of a workflow. */\n properties?: WorkflowProperties;\n}\n\nexport function workflowSerializer(item: Workflow): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workflowPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function workflowDeserializer(item: any): Workflow {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workflowPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Workflow properties */\nexport interface WorkflowProperties {\n /** Profile of a github workflow. */\n githubWorkflowProfile?: GitHubWorkflowProfile;\n /** Properties for generating artifacts like dockerfile and manifests. */\n artifactGenerationProperties?: ArtifactGenerationProperties;\n /** Profile of an azure pipeline. */\n azurePipelineProfile?: AzurePipelineProfile;\n /** Profile of an template workflow. */\n templateWorkflowProfile?: TemplateWorkflowProfile;\n}\n\nexport function workflowPropertiesSerializer(item: WorkflowProperties): any {\n return {\n githubWorkflowProfile: !item[\"githubWorkflowProfile\"]\n ? item[\"githubWorkflowProfile\"]\n : gitHubWorkflowProfileSerializer(item[\"githubWorkflowProfile\"]),\n artifactGenerationProperties: !item[\"artifactGenerationProperties\"]\n ? item[\"artifactGenerationProperties\"]\n : artifactGenerationPropertiesSerializer(item[\"artifactGenerationProperties\"]),\n azurePipelineProfile: !item[\"azurePipelineProfile\"]\n ? item[\"azurePipelineProfile\"]\n : azurePipelineProfileSerializer(item[\"azurePipelineProfile\"]),\n templateWorkflowProfile: !item[\"templateWorkflowProfile\"]\n ? item[\"templateWorkflowProfile\"]\n : templateWorkflowProfileSerializer(item[\"templateWorkflowProfile\"]),\n };\n}\n\nexport function workflowPropertiesDeserializer(item: any): WorkflowProperties {\n return {\n githubWorkflowProfile: !item[\"githubWorkflowProfile\"]\n ? item[\"githubWorkflowProfile\"]\n : gitHubWorkflowProfileDeserializer(item[\"githubWorkflowProfile\"]),\n artifactGenerationProperties: !item[\"artifactGenerationProperties\"]\n ? item[\"artifactGenerationProperties\"]\n : artifactGenerationPropertiesDeserializer(item[\"artifactGenerationProperties\"]),\n azurePipelineProfile: !item[\"azurePipelineProfile\"]\n ? item[\"azurePipelineProfile\"]\n : azurePipelineProfileDeserializer(item[\"azurePipelineProfile\"]),\n templateWorkflowProfile: !item[\"templateWorkflowProfile\"]\n ? item[\"templateWorkflowProfile\"]\n : templateWorkflowProfileDeserializer(item[\"templateWorkflowProfile\"]),\n };\n}\n\n/** GitHub Workflow Profile */\nexport interface GitHubWorkflowProfile {\n /** Repository Owner */\n repositoryOwner?: string;\n /** Repository Name */\n repositoryName?: string;\n /** Repository Branch Name */\n branchName?: string;\n /** Path to the Dockerfile within the repository. */\n dockerfile?: string;\n /** Path to Dockerfile Build Context within the repository. */\n dockerBuildContext?: string;\n /** Deployment details of the repository associated with the workflow. */\n deploymentProperties?: DeploymentProperties;\n /** Kubernetes namespace the application is deployed to. */\n namespace?: string;\n /** Information on the azure container registry */\n acr?: Acr;\n /** The fields needed for OIDC with GitHub. */\n oidcCredentials?: GitHubWorkflowProfileOidcCredentials;\n /** The Azure Kubernetes Cluster Resource the application will be deployed to. */\n aksResourceId?: string;\n /** The URL to the Pull Request submitted against the users repository. */\n readonly prURL?: string;\n /** The number associated with the submitted pull request. */\n readonly pullNumber?: number;\n /** The status of the Pull Request submitted against the users repository. */\n readonly prStatus?: PullRequestStatus;\n lastWorkflowRun?: WorkflowRun;\n /** Determines the authorization status of requests. */\n readonly authStatus?: AuthorizationStatus;\n}\n\nexport function gitHubWorkflowProfileSerializer(item: GitHubWorkflowProfile): any {\n return {\n repositoryOwner: item[\"repositoryOwner\"],\n repositoryName: item[\"repositoryName\"],\n branchName: item[\"branchName\"],\n dockerfile: item[\"dockerfile\"],\n dockerBuildContext: item[\"dockerBuildContext\"],\n deploymentProperties: !item[\"deploymentProperties\"]\n ? item[\"deploymentProperties\"]\n : deploymentPropertiesSerializer(item[\"deploymentProperties\"]),\n namespace: item[\"namespace\"],\n acr: !item[\"acr\"] ? item[\"acr\"] : acrSerializer(item[\"acr\"]),\n oidcCredentials: !item[\"oidcCredentials\"]\n ? item[\"oidcCredentials\"]\n : gitHubWorkflowProfileOidcCredentialsSerializer(item[\"oidcCredentials\"]),\n aksResourceId: item[\"aksResourceId\"],\n lastWorkflowRun: !item[\"lastWorkflowRun\"]\n ? item[\"lastWorkflowRun\"]\n : workflowRunSerializer(item[\"lastWorkflowRun\"]),\n };\n}\n\nexport function gitHubWorkflowProfileDeserializer(item: any): GitHubWorkflowProfile {\n return {\n repositoryOwner: item[\"repositoryOwner\"],\n repositoryName: item[\"repositoryName\"],\n branchName: item[\"branchName\"],\n dockerfile: item[\"dockerfile\"],\n dockerBuildContext: item[\"dockerBuildContext\"],\n deploymentProperties: !item[\"deploymentProperties\"]\n ? item[\"deploymentProperties\"]\n : deploymentPropertiesDeserializer(item[\"deploymentProperties\"]),\n namespace: item[\"namespace\"],\n acr: !item[\"acr\"] ? item[\"acr\"] : acrDeserializer(item[\"acr\"]),\n oidcCredentials: !item[\"oidcCredentials\"]\n ? item[\"oidcCredentials\"]\n : gitHubWorkflowProfileOidcCredentialsDeserializer(item[\"oidcCredentials\"]),\n aksResourceId: item[\"aksResourceId\"],\n prURL: item[\"prURL\"],\n pullNumber: item[\"pullNumber\"],\n prStatus: item[\"prStatus\"],\n lastWorkflowRun: !item[\"lastWorkflowRun\"]\n ? item[\"lastWorkflowRun\"]\n : workflowRunDeserializer(item[\"lastWorkflowRun\"]),\n authStatus: item[\"authStatus\"],\n };\n}\n\n/** Deployment details of the repository associated with the workflow. */\nexport interface DeploymentProperties {\n /** Determines the type of manifests within the repository. */\n manifestType?: ManifestType;\n kubeManifestLocations?: string[];\n /** Helm chart directory path in repository. */\n helmChartPath?: string;\n /** Helm Values.yaml file location in repository. */\n helmValues?: string;\n /** Manifest override values. */\n overrides?: Record<string, string>;\n}\n\nexport function deploymentPropertiesSerializer(item: DeploymentProperties): any {\n return {\n manifestType: item[\"manifestType\"],\n kubeManifestLocations: !item[\"kubeManifestLocations\"]\n ? item[\"kubeManifestLocations\"]\n : item[\"kubeManifestLocations\"].map((p: any) => {\n return p;\n }),\n helmChartPath: item[\"helmChartPath\"],\n helmValues: item[\"helmValues\"],\n overrides: item[\"overrides\"],\n };\n}\n\nexport function deploymentPropertiesDeserializer(item: any): DeploymentProperties {\n return {\n manifestType: item[\"manifestType\"],\n kubeManifestLocations: !item[\"kubeManifestLocations\"]\n ? item[\"kubeManifestLocations\"]\n : item[\"kubeManifestLocations\"].map((p: any) => {\n return p;\n }),\n helmChartPath: item[\"helmChartPath\"],\n helmValues: item[\"helmValues\"],\n overrides: !item[\"overrides\"]\n ? item[\"overrides\"]\n : Object.fromEntries(\n Object.entries(item[\"overrides\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\n/** Determines the type of manifests within the repository. */\nexport enum KnownManifestType {\n /** Repositories using helm */\n Helm = \"helm\",\n /** Repositories using kubernetes manifests */\n Kube = \"kube\",\n /** Repositories using kustomize */\n Kustomize = \"kustomize\",\n}\n\n/**\n * Determines the type of manifests within the repository. \\\n * {@link KnownManifestType} can be used interchangeably with ManifestType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **helm**: Repositories using helm \\\n * **kube**: Repositories using kubernetes manifests \\\n * **kustomize**: Repositories using kustomize\n */\nexport type ManifestType = string;\n\n/** Information on the azure container registry */\nexport interface Acr {\n /** ACR subscription id */\n acrSubscriptionId?: string;\n /** ACR resource group */\n acrResourceGroup?: string;\n /** ACR registry */\n acrRegistryName?: string;\n /** ACR repository */\n acrRepositoryName?: string;\n}\n\nexport function acrSerializer(item: Acr): any {\n return {\n acrSubscriptionId: item[\"acrSubscriptionId\"],\n acrResourceGroup: item[\"acrResourceGroup\"],\n acrRegistryName: item[\"acrRegistryName\"],\n acrRepositoryName: item[\"acrRepositoryName\"],\n };\n}\n\nexport function acrDeserializer(item: any): Acr {\n return {\n acrSubscriptionId: item[\"acrSubscriptionId\"],\n acrResourceGroup: item[\"acrResourceGroup\"],\n acrRegistryName: item[\"acrRegistryName\"],\n acrRepositoryName: item[\"acrRepositoryName\"],\n };\n}\n\n/** The fields needed for OIDC with GitHub. */\nexport interface GitHubWorkflowProfileOidcCredentials {\n /** Azure Application Client ID */\n azureClientId?: string;\n /** Azure Directory (tenant) ID */\n azureTenantId?: string;\n}\n\nexport function gitHubWorkflowProfileOidcCredentialsSerializer(\n item: GitHubWorkflowProfileOidcCredentials,\n): any {\n return { azureClientId: item[\"azureClientId\"], azureTenantId: item[\"azureTenantId\"] };\n}\n\nexport function gitHubWorkflowProfileOidcCredentialsDeserializer(\n item: any,\n): GitHubWorkflowProfileOidcCredentials {\n return {\n azureClientId: item[\"azureClientId\"],\n azureTenantId: item[\"azureTenantId\"],\n };\n}\n\n/** model interface WorkflowRun */\nexport interface WorkflowRun {\n /** Describes if the workflow run succeeded. */\n readonly succeeded?: boolean;\n /** URL to the run of the workflow. */\n readonly workflowRunURL?: string;\n /** The timestamp of the last workflow run. */\n readonly lastRunAt?: Date;\n /** Describes the status of the workflow run */\n readonly workflowRunStatus?: WorkflowRunStatus;\n}\n\nexport function workflowRunSerializer(_item: WorkflowRun): any {\n return {};\n}\n\nexport function workflowRunDeserializer(item: any): WorkflowRun {\n return {\n succeeded: item[\"succeeded\"],\n workflowRunURL: item[\"workflowRunURL\"],\n lastRunAt: !item[\"lastRunAt\"] ? item[\"lastRunAt\"] : new Date(item[\"lastRunAt\"]),\n workflowRunStatus: item[\"workflowRunStatus\"],\n };\n}\n\n/** Describes the status of the workflow run */\nexport enum KnownWorkflowRunStatus {\n /** Workflow run is queued */\n Queued = \"queued\",\n /** Workflow run is inprogress */\n Inprogress = \"inprogress\",\n /** Workflow run is completed */\n Completed = \"completed\",\n}\n\n/**\n * Describes the status of the workflow run \\\n * {@link KnownWorkflowRunStatus} can be used interchangeably with WorkflowRunStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **queued**: Workflow run is queued \\\n * **inprogress**: Workflow run is inprogress \\\n * **completed**: Workflow run is completed\n */\nexport type WorkflowRunStatus = string;\n\n/** Azure Pipeline Profile */\nexport interface AzurePipelineProfile {\n /** Details of the ADO repository associated with the workflow. */\n repository?: ADORepository;\n /** The name of the ARM Service Connection the pipeline is associated with. */\n armServiceConnection?: string;\n /** Build details of the repository associated with the workflow. */\n build?: Build;\n /** Deployment details of the repository associated with the workflow. */\n deployment?: DeploymentProperties;\n /** Kubernetes namespace the application is deployed to. */\n namespace?: string;\n /** Resource identifier for azure container registry repository associated with the workflow. */\n acr?: string;\n /** The Azure Kubernetes Cluster Resource the application will be deployed to. */\n clusterId?: string;\n /** Details of the pull request containing the workflow. */\n pullRequest?: PullRequest;\n lastWorkflowRun?: WorkflowRun;\n /** Determines the authorization status of requests. */\n readonly authStatus?: AuthorizationStatus;\n}\n\nexport function azurePipelineProfileSerializer(item: AzurePipelineProfile): any {\n return {\n repository: !item[\"repository\"]\n ? item[\"repository\"]\n : adoRepositorySerializer(item[\"repository\"]),\n armServiceConnection: item[\"armServiceConnection\"],\n build: !item[\"build\"] ? item[\"build\"] : buildSerializer(item[\"build\"]),\n deployment: !item[\"deployment\"]\n ? item[\"deployment\"]\n : deploymentPropertiesSerializer(item[\"deployment\"]),\n namespace: item[\"namespace\"],\n acr: item[\"acr\"],\n clusterId: item[\"clusterId\"],\n pullRequest: !item[\"pullRequest\"]\n ? item[\"pullRequest\"]\n : pullRequestSerializer(item[\"pullRequest\"]),\n lastWorkflowRun: !item[\"lastWorkflowRun\"]\n ? item[\"lastWorkflowRun\"]\n : workflowRunSerializer(item[\"lastWorkflowRun\"]),\n };\n}\n\nexport function azurePipelineProfileDeserializer(item: any): AzurePipelineProfile {\n return {\n repository: !item[\"repository\"]\n ? item[\"repository\"]\n : adoRepositoryDeserializer(item[\"repository\"]),\n armServiceConnection: item[\"armServiceConnection\"],\n build: !item[\"build\"] ? item[\"build\"] : buildDeserializer(item[\"build\"]),\n deployment: !item[\"deployment\"]\n ? item[\"deployment\"]\n : deploymentPropertiesDeserializer(item[\"deployment\"]),\n namespace: item[\"namespace\"],\n acr: item[\"acr\"],\n clusterId: item[\"clusterId\"],\n pullRequest: !item[\"pullRequest\"]\n ? item[\"pullRequest\"]\n : pullRequestDeserializer(item[\"pullRequest\"]),\n lastWorkflowRun: !item[\"lastWorkflowRun\"]\n ? item[\"lastWorkflowRun\"]\n : workflowRunDeserializer(item[\"lastWorkflowRun\"]),\n authStatus: item[\"authStatus\"],\n };\n}\n\n/** Details of the ADO repository associated with the workflow. */\nexport interface ADORepository {\n /** The owner of the repository the workflow is associated with. */\n repositoryOwner?: string;\n /** The name of the repository the workflow is associated with. */\n repositoryName?: string;\n /** The name of the branch the workflow is associated with. */\n branchName?: string;\n /** The name of the Azure DevOps organization the pipeline is associated with. */\n adoOrganization?: string;\n /** The name of the project the pipeline is associated with. */\n projectName?: string;\n}\n\nexport function adoRepositorySerializer(item: ADORepository): any {\n return {\n repositoryOwner: item[\"repositoryOwner\"],\n repositoryName: item[\"repositoryName\"],\n branchName: item[\"branchName\"],\n adoOrganization: item[\"adoOrganization\"],\n projectName: item[\"projectName\"],\n };\n}\n\nexport function adoRepositoryDeserializer(item: any): ADORepository {\n return {\n repositoryOwner: item[\"repositoryOwner\"],\n repositoryName: item[\"repositoryName\"],\n branchName: item[\"branchName\"],\n adoOrganization: item[\"adoOrganization\"],\n projectName: item[\"projectName\"],\n };\n}\n\n/** Build details of the repository associated with the workflow. */\nexport interface Build {\n /** Path to the Dockerfile within the repository. */\n dockerfile?: string;\n /** Path to Dockerfile Build Context within the repository. */\n dockerBuildContext?: string;\n}\n\nexport function buildSerializer(item: Build): any {\n return { dockerfile: item[\"dockerfile\"], dockerBuildContext: item[\"dockerBuildContext\"] };\n}\n\nexport function buildDeserializer(item: any): Build {\n return {\n dockerfile: item[\"dockerfile\"],\n dockerBuildContext: item[\"dockerBuildContext\"],\n };\n}\n\n/** Details of the pull request containing the workflow. */\nexport interface PullRequest {\n /** The URL to the Pull Request submitted against the users repository. */\n readonly prURL?: string;\n /** The number associated with the submitted pull request. */\n readonly pullNumber?: number;\n /** The status of the Pull Request submitted against the users repository. */\n readonly prStatus?: PullRequestStatus;\n}\n\nexport function pullRequestSerializer(_item: PullRequest): any {\n return {};\n}\n\nexport function pullRequestDeserializer(item: any): PullRequest {\n return {\n prURL: item[\"prURL\"],\n pullNumber: item[\"pullNumber\"],\n prStatus: item[\"prStatus\"],\n };\n}\n\n/** Template Workflow Profile */\nexport interface TemplateWorkflowProfile {\n /** The status of the Pull Request submitted against the users repository. */\n repositoryProvider?: RepositoryProviderType;\n /** The properties of ADO OAuth. */\n workflowTemplate?: TemplateReference;\n /** The properties of ADO OAuth. */\n deploymentTemplate?: TemplateReference;\n /** The properties of ADO OAuth. */\n dockerfileTemplate?: TemplateReference;\n manifestTemplates?: TemplateReference[];\n /** Details of the GitHub repository and credentials associated with the workflow. */\n gitHubProviderProfile?: GitHubProviderProfile;\n /** Details of the GitHub repository associated with the workflow. */\n adoProviderProfile?: ADOProviderProfile;\n /** Details of the pull request containing the workflow. */\n pullRequest?: PullRequest;\n lastWorkflowRun?: WorkflowRun;\n /** Determines the authorization status of requests. */\n readonly authStatus?: AuthorizationStatus;\n}\n\nexport function templateWorkflowProfileSerializer(item: TemplateWorkflowProfile): any {\n return {\n repositoryProvider: item[\"repositoryProvider\"],\n workflowTemplate: !item[\"workflowTemplate\"]\n ? item[\"workflowTemplate\"]\n : templateReferenceSerializer(item[\"workflowTemplate\"]),\n deploymentTemplate: !item[\"deploymentTemplate\"]\n ? item[\"deploymentTemplate\"]\n : templateReferenceSerializer(item[\"deploymentTemplate\"]),\n dockerfileTemplate: !item[\"dockerfileTemplate\"]\n ? item[\"dockerfileTemplate\"]\n : templateReferenceSerializer(item[\"dockerfileTemplate\"]),\n manifestTemplates: !item[\"manifestTemplates\"]\n ? item[\"manifestTemplates\"]\n : templateReferenceArraySerializer(item[\"manifestTemplates\"]),\n gitHubProviderProfile: !item[\"gitHubProviderProfile\"]\n ? item[\"gitHubProviderProfile\"]\n : gitHubProviderProfileSerializer(item[\"gitHubProviderProfile\"]),\n adoProviderProfile: !item[\"adoProviderProfile\"]\n ? item[\"adoProviderProfile\"]\n : adoProviderProfileSerializer(item[\"adoProviderProfile\"]),\n pullRequest: !item[\"pullRequest\"]\n ? item[\"pullRequest\"]\n : pullRequestSerializer(item[\"pullRequest\"]),\n lastWorkflowRun: !item[\"lastWorkflowRun\"]\n ? item[\"lastWorkflowRun\"]\n : workflowRunSerializer(item[\"lastWorkflowRun\"]),\n };\n}\n\nexport function templateWorkflowProfileDeserializer(item: any): TemplateWorkflowProfile {\n return {\n repositoryProvider: item[\"repositoryProvider\"],\n workflowTemplate: !item[\"workflowTemplate\"]\n ? item[\"workflowTemplate\"]\n : templateReferenceDeserializer(item[\"workflowTemplate\"]),\n deploymentTemplate: !item[\"deploymentTemplate\"]\n ? item[\"deploymentTemplate\"]\n : templateReferenceDeserializer(item[\"deploymentTemplate\"]),\n dockerfileTemplate: !item[\"dockerfileTemplate\"]\n ? item[\"dockerfileTemplate\"]\n : templateReferenceDeserializer(item[\"dockerfileTemplate\"]),\n manifestTemplates: !item[\"manifestTemplates\"]\n ? item[\"manifestTemplates\"]\n : templateReferenceArrayDeserializer(item[\"manifestTemplates\"]),\n gitHubProviderProfile: !item[\"gitHubProviderProfile\"]\n ? item[\"gitHubProviderProfile\"]\n : gitHubProviderProfileDeserializer(item[\"gitHubProviderProfile\"]),\n adoProviderProfile: !item[\"adoProviderProfile\"]\n ? item[\"adoProviderProfile\"]\n : adoProviderProfileDeserializer(item[\"adoProviderProfile\"]),\n pullRequest: !item[\"pullRequest\"]\n ? item[\"pullRequest\"]\n : pullRequestDeserializer(item[\"pullRequest\"]),\n lastWorkflowRun: !item[\"lastWorkflowRun\"]\n ? item[\"lastWorkflowRun\"]\n : workflowRunDeserializer(item[\"lastWorkflowRun\"]),\n authStatus: item[\"authStatus\"],\n };\n}\n\n/** The status of the Pull Request submitted against the users repository. */\nexport enum KnownRepositoryProviderType {\n /** GitHub repository provider type. */\n Github = \"github\",\n /** ADO repository provider type. */\n Ado = \"ado\",\n}\n\n/**\n * The status of the Pull Request submitted against the users repository. \\\n * {@link KnownRepositoryProviderType} can be used interchangeably with RepositoryProviderType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **github**: GitHub repository provider type. \\\n * **ado**: ADO repository provider type.\n */\nexport type RepositoryProviderType = string;\n\n/** The properties of ADO OAuth. */\nexport interface TemplateReference {\n /** The versioned template arm resource id. */\n templateId?: string;\n /** destination for template creation */\n destination?: string;\n /** parameters for template creation */\n parameters?: Record<string, string>;\n}\n\nexport function templateReferenceSerializer(item: TemplateReference): any {\n return {\n templateId: item[\"templateId\"],\n destination: item[\"destination\"],\n parameters: item[\"parameters\"],\n };\n}\n\nexport function templateReferenceDeserializer(item: any): TemplateReference {\n return {\n templateId: item[\"templateId\"],\n destination: item[\"destination\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : Object.fromEntries(\n Object.entries(item[\"parameters\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\nexport function templateReferenceArraySerializer(result: Array<TemplateReference>): any[] {\n return result.map((item) => {\n return templateReferenceSerializer(item);\n });\n}\n\nexport function templateReferenceArrayDeserializer(result: Array<TemplateReference>): any[] {\n return result.map((item) => {\n return templateReferenceDeserializer(item);\n });\n}\n\n/** Details of the GitHub repository and credentials associated with the workflow. */\nexport interface GitHubProviderProfile {\n /** Details of the GitHub repository associated with the workflow. */\n repository?: GitHubRepository;\n /** The fields needed for OIDC with GitHub. */\n oidcCredentials?: OidcCredentials;\n}\n\nexport function gitHubProviderProfileSerializer(item: GitHubProviderProfile): any {\n return {\n repository: !item[\"repository\"]\n ? item[\"repository\"]\n : gitHubRepositorySerializer(item[\"repository\"]),\n oidcCredentials: !item[\"oidcCredentials\"]\n ? item[\"oidcCredentials\"]\n : oidcCredentialsSerializer(item[\"oidcCredentials\"]),\n };\n}\n\nexport function gitHubProviderProfileDeserializer(item: any): GitHubProviderProfile {\n return {\n repository: !item[\"repository\"]\n ? item[\"repository\"]\n : gitHubRepositoryDeserializer(item[\"repository\"]),\n oidcCredentials: !item[\"oidcCredentials\"]\n ? item[\"oidcCredentials\"]\n : oidcCredentialsDeserializer(item[\"oidcCredentials\"]),\n };\n}\n\n/** Details of the GitHub repository associated with the workflow. */\nexport interface GitHubRepository {\n /** The owner of the repository the workflow is associated with. */\n repositoryOwner?: string;\n /** The name of the repository the workflow is associated with. */\n repositoryName?: string;\n /** The name of the branch the workflow is associated with. */\n branchName?: string;\n}\n\nexport function gitHubRepositorySerializer(item: GitHubRepository): any {\n return {\n repositoryOwner: item[\"repositoryOwner\"],\n repositoryName: item[\"repositoryName\"],\n branchName: item[\"branchName\"],\n };\n}\n\nexport function gitHubRepositoryDeserializer(item: any): GitHubRepository {\n return {\n repositoryOwner: item[\"repositoryOwner\"],\n repositoryName: item[\"repositoryName\"],\n branchName: item[\"branchName\"],\n };\n}\n\n/** The fields needed for OIDC with GitHub. */\nexport interface OidcCredentials {\n /** Azure Application Client ID */\n azureClientId?: string;\n /** Azure Directory (tenant) ID */\n azureTenantId?: string;\n}\n\nexport function oidcCredentialsSerializer(item: OidcCredentials): any {\n return { azureClientId: item[\"azureClientId\"], azureTenantId: item[\"azureTenantId\"] };\n}\n\nexport function oidcCredentialsDeserializer(item: any): OidcCredentials {\n return {\n azureClientId: item[\"azureClientId\"],\n azureTenantId: item[\"azureTenantId\"],\n };\n}\n\n/** Details of the GitHub repository associated with the workflow. */\nexport interface ADOProviderProfile {\n /** Details of the ADO repository associated with the workflow. */\n repository?: ADORepository;\n /** The name of the ARM Service Connection the pipeline is associated with. */\n armServiceConnection?: string;\n}\n\nexport function adoProviderProfileSerializer(item: ADOProviderProfile): any {\n return {\n repository: !item[\"repository\"]\n ? item[\"repository\"]\n : adoRepositorySerializer(item[\"repository\"]),\n armServiceConnection: item[\"armServiceConnection\"],\n };\n}\n\nexport function adoProviderProfileDeserializer(item: any): ADOProviderProfile {\n return {\n repository: !item[\"repository\"]\n ? item[\"repository\"]\n : adoRepositoryDeserializer(item[\"repository\"]),\n armServiceConnection: item[\"armServiceConnection\"],\n };\n}\n\n/** delete response if content must be provided on delete operation */\nexport interface DeleteWorkflowResponse {\n /** delete status message */\n status?: string;\n}\n\nexport function deleteWorkflowResponseDeserializer(item: any): DeleteWorkflowResponse {\n return {\n status: item[\"status\"],\n };\n}\n\n/** The response of a Workflow list operation. */\nexport interface _WorkflowListResult {\n /** The Workflow items on this page */\n value: Workflow[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _workflowListResultDeserializer(item: any): _WorkflowListResult {\n return {\n value: workflowArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function workflowArraySerializer(result: Array<Workflow>): any[] {\n return result.map((item) => {\n return workflowSerializer(item);\n });\n}\n\nexport function workflowArrayDeserializer(result: Array<Workflow>): any[] {\n return result.map((item) => {\n return workflowDeserializer(item);\n });\n}\n\n/** Singleton response of ADO OAuth. */\nexport interface AdooAuthResponse extends ProxyResource {\n /** Details of ADO OAuth. */\n properties?: AdooAuth;\n}\n\nexport function adooAuthResponseDeserializer(item: any): AdooAuthResponse {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"] ? item[\"properties\"] : adooAuthDeserializer(item[\"properties\"]),\n };\n}\n\n/** The properties of ADO OAuth. */\nexport interface AdooAuth {\n /** user making request */\n username?: string;\n}\n\nexport function adooAuthDeserializer(item: any): AdooAuth {\n return {\n username: item[\"username\"],\n };\n}\n\n/** The response from List ADOOAuth operation. */\nexport interface _AdooAuthListResponse {\n /** The AdooAuthResponse items on this page */\n value: AdooAuthResponse[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _adooAuthListResponseDeserializer(item: any): _AdooAuthListResponse {\n return {\n value: adooAuthResponseArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function adooAuthResponseArrayDeserializer(result: Array<AdooAuthResponse>): any[] {\n return result.map((item) => {\n return adooAuthResponseDeserializer(item);\n });\n}\n\n/** Resource representation of a Template */\nexport interface Template extends ProxyResource {\n /** Properties of a Template. */\n properties?: TemplateProperties;\n}\n\nexport function templateDeserializer(item: any): Template {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : templatePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Template properties */\nexport interface TemplateProperties {\n /** The name of the template. */\n templateName?: string;\n /** The default version of the template. */\n defaultVersion?: string;\n /** The valid versions of the template. */\n versions?: string[];\n /** Description of the template */\n description?: string;\n /** The type of the template. */\n readonly templateType?: TemplateType;\n}\n\nexport function templatePropertiesDeserializer(item: any): TemplateProperties {\n return {\n templateName: item[\"templateName\"],\n defaultVersion: item[\"defaultVersion\"],\n versions: !item[\"versions\"]\n ? item[\"versions\"]\n : item[\"versions\"].map((p: any) => {\n return p;\n }),\n description: item[\"description\"],\n templateType: item[\"templateType\"],\n };\n}\n\n/** The type of the template. */\nexport enum KnownTemplateType {\n /** Deployment template type. */\n Deployment = \"deployment\",\n /** Manifest template type. */\n Manifest = \"manifest\",\n /** Workflow template type. */\n Workflow = \"workflow\",\n /** Dockerfile template type. */\n Dockerfile = \"dockerfile\",\n}\n\n/**\n * The type of the template. \\\n * {@link KnownTemplateType} can be used interchangeably with TemplateType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **deployment**: Deployment template type. \\\n * **manifest**: Manifest template type. \\\n * **workflow**: Workflow template type. \\\n * **dockerfile**: Dockerfile template type.\n */\nexport type TemplateType = string;\n\n/** The response of a Template list operation. */\nexport interface _TemplateListResult {\n /** The Template items on this page */\n value: Template[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _templateListResultDeserializer(item: any): _TemplateListResult {\n return {\n value: templateArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function templateArrayDeserializer(result: Array<Template>): any[] {\n return result.map((item) => {\n return templateDeserializer(item);\n });\n}\n\n/** Resource representation of a VersionedTemplate */\nexport interface VersionedTemplate extends ProxyResource {\n /** Properties of a VersionedTemplate. */\n properties?: VersionedTemplateProperties;\n}\n\nexport function versionedTemplateDeserializer(item: any): VersionedTemplate {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : versionedTemplatePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** VersionedTemplate properties */\nexport interface VersionedTemplateProperties {\n /** The version of the template. */\n version?: string;\n /** The type of the template. */\n readonly templateType?: TemplateType;\n /** The template parameters. */\n parameters?: Parameter[];\n}\n\nexport function versionedTemplatePropertiesDeserializer(item: any): VersionedTemplateProperties {\n return {\n version: item[\"version\"],\n templateType: item[\"templateType\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : parameterArrayDeserializer(item[\"parameters\"]),\n };\n}\n\nexport function parameterArrayDeserializer(result: Array<Parameter>): any[] {\n return result.map((item) => {\n return parameterDeserializer(item);\n });\n}\n\n/** Parameter for the template. */\nexport interface Parameter {\n /** The paramater name. */\n name?: string;\n /** Description of what the paramater is used for. */\n description?: string;\n /** The type of the template parameter. */\n readonly parameterType?: ParameterType;\n /** The type of the template parameter. */\n readonly parameterKind?: ParameterKind;\n /** Whether the parameter is required. */\n required?: boolean;\n /** A reference to a default parameter value or a reference parameter to take the value from. */\n default?: ParameterDefault;\n}\n\nexport function parameterDeserializer(item: any): Parameter {\n return {\n name: item[\"name\"],\n description: item[\"description\"],\n parameterType: item[\"parameterType\"],\n parameterKind: item[\"parameterKind\"],\n required: item[\"required\"],\n default: !item[\"default\"] ? item[\"default\"] : parameterDefaultDeserializer(item[\"default\"]),\n };\n}\n\n/** The type of the template parameter. */\nexport enum KnownParameterType {\n /** string parameter type. */\n String = \"string\",\n /** boolean parameter type. */\n Bool = \"bool\",\n /** int parameter type. */\n Int = \"int\",\n /** float parameter type. */\n Float = \"float\",\n /** object parameter type. */\n Object = \"object\",\n}\n\n/**\n * The type of the template parameter. \\\n * {@link KnownParameterType} can be used interchangeably with ParameterType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **string**: string parameter type. \\\n * **bool**: boolean parameter type. \\\n * **int**: int parameter type. \\\n * **float**: float parameter type. \\\n * **object**: object parameter type.\n */\nexport type ParameterType = string;\n\n/** The type of the template parameter. */\nexport enum KnownParameterKind {\n /** azure container registry name */\n AzureContainerRegistry = \"azureContainerRegistry\",\n /** azure keyvault uri */\n AzureKeyvaultUri = \"azureKeyvaultUri\",\n /** azure managed cluster name */\n AzureManagedCluster = \"azureManagedCluster\",\n /** azure resource group */\n AzureResourceGroup = \"azureResourceGroup\",\n /** azure service connection */\n AzureServiceConnection = \"azureServiceConnection\",\n /** container image name */\n ContainerImageName = \"containerImageName\",\n /** container image version */\n ContainerImageVersion = \"containerImageVersion\",\n /** cluster resource type */\n ClusterResourceType = \"clusterResourceType\",\n /** directory path */\n DirPath = \"dirPath\",\n /** dockerfile name */\n DockerFileName = \"dockerFileName\",\n /** environment variables in the form of a json object */\n EnvVarMap = \"envVarMap\",\n /** file path */\n FilePath = \"filePath\",\n /** boolean flag */\n Flag = \"flag\",\n /** helm overrides in the form of a string key1=value1,key2=value2 */\n HelmChartOverrides = \"helmChartOverrides\",\n /** kubernetes deployment image pull policy */\n ImagePullPolicy = \"imagePullPolicy\",\n /** kubernetes ingress host name */\n IngressHostName = \"ingressHostName\",\n /** kubernetes namespace */\n KubernetesNamespace = \"kubernetesNamespace\",\n /** kubernetes probe http path */\n KubernetesProbeHttpPath = \"kubernetesProbeHttpPath\",\n /** kubernetes probe period */\n KubernetesProbePeriod = \"kubernetesProbePeriod\",\n /** kubernetes probe timeout */\n KubernetesProbeTimeout = \"kubernetesProbeTimeout\",\n /** kubernetes probe threshold */\n KubernetesProbeThreshold = \"kubernetesProbeThreshold\",\n /** kubernetes probe type */\n KubernetesProbeType = \"kubernetesProbeType\",\n /** kubernetes probe delay */\n KubernetesProbeDelay = \"kubernetesProbeDelay\",\n /** kubernetes resource limit */\n KubernetesResourceLimit = \"kubernetesResourceLimit\",\n /** kubernetes resource name */\n KubernetesResourceName = \"kubernetesResourceName\",\n /** kubernetes resource request */\n KubernetesResourceRequest = \"kubernetesResourceRequest\",\n /** kubernetes label value */\n Label = \"label\",\n /** service port */\n Port = \"port\",\n /** repository branch name */\n RepositoryBranch = \"repositoryBranch\",\n /** workflow name */\n WorkflowName = \"workflowName\",\n /** kubernetes replica count */\n ReplicaCount = \"replicaCount\",\n /** kubernetes scaling resource type */\n ScalingResourceType = \"scalingResourceType\",\n /** kubernetes resource utilization type */\n ScalingResourceUtilization = \"scalingResourceUtilization\",\n /** kubernetes resource limit */\n ResourceLimit = \"resourceLimit\",\n /** workflow authentication type */\n WorkflowAuthType = \"workflowAuthType\",\n}\n\n/**\n * The type of the template parameter. \\\n * {@link KnownParameterKind} can be used interchangeably with ParameterKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **azureContainerRegistry**: azure container registry name \\\n * **azureKeyvaultUri**: azure keyvault uri \\\n * **azureManagedCluster**: azure managed cluster name \\\n * **azureResourceGroup**: azure resource group \\\n * **azureServiceConnection**: azure service connection \\\n * **containerImageName**: container image name \\\n * **containerImageVersion**: container image version \\\n * **clusterResourceType**: cluster resource type \\\n * **dirPath**: directory path \\\n * **dockerFileName**: dockerfile name \\\n * **envVarMap**: environment variables in the form of a json object \\\n * **filePath**: file path \\\n * **flag**: boolean flag \\\n * **helmChartOverrides**: helm overrides in the form of a string key1=value1,key2=value2 \\\n * **imagePullPolicy**: kubernetes deployment image pull policy \\\n * **ingressHostName**: kubernetes ingress host name \\\n * **kubernetesNamespace**: kubernetes namespace \\\n * **kubernetesProbeHttpPath**: kubernetes probe http path \\\n * **kubernetesProbePeriod**: kubernetes probe period \\\n * **kubernetesProbeTimeout**: kubernetes probe timeout \\\n * **kubernetesProbeThreshold**: kubernetes probe threshold \\\n * **kubernetesProbeType**: kubernetes probe type \\\n * **kubernetesProbeDelay**: kubernetes probe delay \\\n * **kubernetesResourceLimit**: kubernetes resource limit \\\n * **kubernetesResourceName**: kubernetes resource name \\\n * **kubernetesResourceRequest**: kubernetes resource request \\\n * **label**: kubernetes label value \\\n * **port**: service port \\\n * **repositoryBranch**: repository branch name \\\n * **workflowName**: workflow name \\\n * **replicaCount**: kubernetes replica count \\\n * **scalingResourceType**: kubernetes scaling resource type \\\n * **scalingResourceUtilization**: kubernetes resource utilization type \\\n * **resourceLimit**: kubernetes resource limit \\\n * **workflowAuthType**: workflow authentication type\n */\nexport type ParameterKind = string;\n\n/** A reference to a default parameter value or a reference parameter to take the value from. */\nexport interface ParameterDefault {\n /** The default value for this parameter. */\n value?: string;\n /** The Parameter to reference a value from. */\n referenceParameter?: string;\n}\n\nexport function parameterDefaultDeserializer(item: any): ParameterDefault {\n return {\n value: item[\"value\"],\n referenceParameter: item[\"referenceParameter\"],\n };\n}\n\n/** The response of a VersionedTemplate list operation. */\nexport interface _VersionedTemplateListResult {\n /** The VersionedTemplate items on this page */\n value: VersionedTemplate[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _versionedTemplateListResultDeserializer(item: any): _VersionedTemplateListResult {\n return {\n value: versionedTemplateArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function versionedTemplateArrayDeserializer(result: Array<VersionedTemplate>): any[] {\n return result.map((item) => {\n return versionedTemplateDeserializer(item);\n });\n}\n\n/** Generated template files returned as a map<path string,content string> */\nexport interface GenerateVersionedTemplateResponse {\n /** files returned as a map<path string,content string> */\n generatedFiles?: Record<string, string>;\n}\n\nexport function generateVersionedTemplateResponseDeserializer(\n item: any,\n): GenerateVersionedTemplateResponse {\n return {\n generatedFiles: !item[\"generatedFiles\"]\n ? item[\"generatedFiles\"]\n : Object.fromEntries(\n Object.entries(item[\"generatedFiles\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-03-01-preview API version. */\n V20250301Preview = \"2025-03-01-preview\",\n}\n\nexport function _iacProfilePropertiesGithubProfileSerializer(item: IacProfileProperties): any {\n return {\n repositoryName: item[\"repositoryName\"],\n repositoryMainBranch: item[\"repositoryMainBranch\"],\n repositoryOwner: item[\"repositoryOwner\"],\n branchName: item[\"branchName\"],\n };\n}\n\nexport function _iacProfilePropertiesGithubProfileDeserializer(item: any) {\n return {\n repositoryName: item[\"repositoryName\"],\n repositoryMainBranch: item[\"repositoryMainBranch\"],\n repositoryOwner: item[\"repositoryOwner\"],\n authStatus: item[\"authStatus\"],\n pullNumber: item[\"pullNumber\"],\n prStatus: item[\"prStatus\"],\n branchName: item[\"branchName\"],\n };\n}\n\nexport function _iacProfilePropertiesTerraformProfileSerializer(item: IacProfileProperties): any {\n return {\n storageAccountSubscription: item[\"storageAccountSubscription\"],\n storageAccountResourceGroup: item[\"storageAccountResourceGroup\"],\n storageAccountName: item[\"storageAccountName\"],\n storageContainerName: item[\"storageContainerName\"],\n };\n}\n\nexport function _iacProfilePropertiesTerraformProfileDeserializer(item: any) {\n return {\n storageAccountSubscription: item[\"storageAccountSubscription\"],\n storageAccountResourceGroup: item[\"storageAccountResourceGroup\"],\n storageAccountName: item[\"storageAccountName\"],\n storageContainerName: item[\"storageContainerName\"],\n };\n}\n\nexport function _iacProfilePropertiesSerializer(item: IacProfile): any {\n return {\n githubProfile: !item[\"githubProfile\"]\n ? item[\"githubProfile\"]\n : iacGitHubProfileSerializer(item[\"githubProfile\"]),\n terraformProfile: !item[\"terraformProfile\"]\n ? item[\"terraformProfile\"]\n : terraformProfileSerializer(item[\"terraformProfile\"]),\n stages: !item[\"stages\"] ? item[\"stages\"] : stagePropertiesArraySerializer(item[\"stages\"]),\n templates: !item[\"templates\"]\n ? item[\"templates\"]\n : iacTemplatePropertiesArraySerializer(item[\"templates\"]),\n };\n}\n\nexport function _iacProfilePropertiesDeserializer(item: any) {\n return {\n githubProfile: !item[\"githubProfile\"]\n ? item[\"githubProfile\"]\n : iacGitHubProfileDeserializer(item[\"githubProfile\"]),\n terraformProfile: !item[\"terraformProfile\"]\n ? item[\"terraformProfile\"]\n : terraformProfileDeserializer(item[\"terraformProfile\"]),\n stages: !item[\"stages\"] ? item[\"stages\"] : stagePropertiesArrayDeserializer(item[\"stages\"]),\n templates: !item[\"templates\"]\n ? item[\"templates\"]\n : iacTemplatePropertiesArrayDeserializer(item[\"templates\"]),\n };\n}\n"]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* An enum to describe Azure Cloud environments.
|
|
3
|
+
* @enum {string}
|
|
4
|
+
*/
|
|
5
|
+
export declare enum AzureClouds {
|
|
6
|
+
/** Azure public cloud, which is the default cloud for Azure SDKs. */
|
|
7
|
+
AZURE_PUBLIC_CLOUD = "AZURE_PUBLIC_CLOUD",
|
|
8
|
+
/** Azure China cloud */
|
|
9
|
+
AZURE_CHINA_CLOUD = "AZURE_CHINA_CLOUD",
|
|
10
|
+
/** Azure US government cloud */
|
|
11
|
+
AZURE_US_GOVERNMENT = "AZURE_US_GOVERNMENT"
|
|
12
|
+
}
|
|
13
|
+
/** The supported values for cloud setting as a string literal type */
|
|
14
|
+
export type AzureSupportedClouds = `${AzureClouds}`;
|
|
15
|
+
/**
|
|
16
|
+
* Gets the Azure Resource Manager endpoint URL for the specified cloud setting.
|
|
17
|
+
* @param cloudSetting - The Azure cloud environment setting. Use one of the AzureClouds enum values.
|
|
18
|
+
* @returns The ARM endpoint URL for the specified cloud, or undefined if cloudSetting is undefined.
|
|
19
|
+
* @throws {Error} Throws an error if an unknown cloud setting is provided.
|
|
20
|
+
*/
|
|
21
|
+
export declare function getArmEndpoint(cloudSetting?: AzureSupportedClouds): string | undefined;
|
|
22
|
+
//# sourceMappingURL=cloudSettingHelpers.d.ts.map
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
/**
|
|
4
|
+
* An enum to describe Azure Cloud environments.
|
|
5
|
+
* @enum {string}
|
|
6
|
+
*/
|
|
7
|
+
export var AzureClouds;
|
|
8
|
+
(function (AzureClouds) {
|
|
9
|
+
/** Azure public cloud, which is the default cloud for Azure SDKs. */
|
|
10
|
+
AzureClouds["AZURE_PUBLIC_CLOUD"] = "AZURE_PUBLIC_CLOUD";
|
|
11
|
+
/** Azure China cloud */
|
|
12
|
+
AzureClouds["AZURE_CHINA_CLOUD"] = "AZURE_CHINA_CLOUD";
|
|
13
|
+
/** Azure US government cloud */
|
|
14
|
+
AzureClouds["AZURE_US_GOVERNMENT"] = "AZURE_US_GOVERNMENT";
|
|
15
|
+
})(AzureClouds || (AzureClouds = {}));
|
|
16
|
+
/**
|
|
17
|
+
* Gets the Azure Resource Manager endpoint URL for the specified cloud setting.
|
|
18
|
+
* @param cloudSetting - The Azure cloud environment setting. Use one of the AzureClouds enum values.
|
|
19
|
+
* @returns The ARM endpoint URL for the specified cloud, or undefined if cloudSetting is undefined.
|
|
20
|
+
* @throws {Error} Throws an error if an unknown cloud setting is provided.
|
|
21
|
+
*/
|
|
22
|
+
export function getArmEndpoint(cloudSetting) {
|
|
23
|
+
if (cloudSetting === undefined) {
|
|
24
|
+
return undefined;
|
|
25
|
+
}
|
|
26
|
+
const cloudEndpoints = {
|
|
27
|
+
AZURE_CHINA_CLOUD: "https://management.chinacloudapi.cn/",
|
|
28
|
+
AZURE_US_GOVERNMENT: "https://management.usgovcloudapi.net/",
|
|
29
|
+
AZURE_PUBLIC_CLOUD: "https://management.azure.com/",
|
|
30
|
+
};
|
|
31
|
+
if (cloudSetting in cloudEndpoints) {
|
|
32
|
+
return cloudEndpoints[cloudSetting];
|
|
33
|
+
}
|
|
34
|
+
else {
|
|
35
|
+
throw new Error(`Unknown cloud setting: ${cloudSetting}. Please refer to the enum AzureClouds for possible values.`);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=cloudSettingHelpers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloudSettingHelpers.js","sourceRoot":"","sources":["../../../src/static-helpers/cloudSettingHelpers.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC;;;GAGG;AACH,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,qEAAqE;IACrE,wDAAyC,CAAA;IACzC,wBAAwB;IACxB,sDAAuC,CAAA;IACvC,gCAAgC;IAChC,0DAA2C,CAAA;AAC7C,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;AAKD;;;;;GAKG;AACH,MAAM,UAAU,cAAc,CAAC,YAAmC;IAChE,IAAI,YAAY,KAAK,SAAS,EAAE,CAAC;QAC/B,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,MAAM,cAAc,GAA6C;QAC/D,iBAAiB,EAAE,sCAAsC;QACzD,mBAAmB,EAAE,uCAAuC;QAC5D,kBAAkB,EAAE,+BAA+B;KACpD,CAAC;IACF,IAAI,YAAY,IAAI,cAAc,EAAE,CAAC;QACnC,OAAO,cAAc,CAAC,YAAY,CAAC,CAAC;IACtC,CAAC;SAAM,CAAC;QACN,MAAM,IAAI,KAAK,CACb,0BAA0B,YAAY,6DAA6D,CACpG,CAAC;IACJ,CAAC;AACH,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * An enum to describe Azure Cloud environments.\n * @enum {string}\n */\nexport enum AzureClouds {\n /** Azure public cloud, which is the default cloud for Azure SDKs. */\n AZURE_PUBLIC_CLOUD = \"AZURE_PUBLIC_CLOUD\",\n /** Azure China cloud */\n AZURE_CHINA_CLOUD = \"AZURE_CHINA_CLOUD\",\n /** Azure US government cloud */\n AZURE_US_GOVERNMENT = \"AZURE_US_GOVERNMENT\",\n}\n\n/** The supported values for cloud setting as a string literal type */\nexport type AzureSupportedClouds = `${AzureClouds}`;\n\n/**\n * Gets the Azure Resource Manager endpoint URL for the specified cloud setting.\n * @param cloudSetting - The Azure cloud environment setting. Use one of the AzureClouds enum values.\n * @returns The ARM endpoint URL for the specified cloud, or undefined if cloudSetting is undefined.\n * @throws {Error} Throws an error if an unknown cloud setting is provided.\n */\nexport function getArmEndpoint(cloudSetting?: AzureSupportedClouds): string | undefined {\n if (cloudSetting === undefined) {\n return undefined;\n }\n const cloudEndpoints: Record<keyof typeof AzureClouds, string> = {\n AZURE_CHINA_CLOUD: \"https://management.chinacloudapi.cn/\",\n AZURE_US_GOVERNMENT: \"https://management.usgovcloudapi.net/\",\n AZURE_PUBLIC_CLOUD: \"https://management.azure.com/\",\n };\n if (cloudSetting in cloudEndpoints) {\n return cloudEndpoints[cloudSetting];\n } else {\n throw new Error(\n `Unknown cloud setting: ${cloudSetting}. Please refer to the enum AzureClouds for possible values.`,\n );\n }\n}\n"]}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import type { Client, PathUncheckedResponse } from "@azure-rest/core-client";
|
|
2
|
+
/**
|
|
3
|
+
* Options for the byPage method
|
|
4
|
+
*/
|
|
5
|
+
export interface PageSettings {
|
|
6
|
+
/**
|
|
7
|
+
* A reference to a specific page to start iterating from.
|
|
8
|
+
*/
|
|
9
|
+
continuationToken?: string;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* An interface that describes a page of results.
|
|
13
|
+
*/
|
|
14
|
+
export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
|
|
15
|
+
/**
|
|
16
|
+
* The token that keeps track of where to continue the iterator
|
|
17
|
+
*/
|
|
18
|
+
continuationToken?: string;
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* An interface that allows async iterable iteration both to completion and by page.
|
|
22
|
+
*/
|
|
23
|
+
export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
|
|
24
|
+
/**
|
|
25
|
+
* The next method, part of the iteration protocol
|
|
26
|
+
*/
|
|
27
|
+
next(): Promise<IteratorResult<TElement>>;
|
|
28
|
+
/**
|
|
29
|
+
* The connection to the async iterator, part of the iteration protocol
|
|
30
|
+
*/
|
|
31
|
+
[Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
|
|
32
|
+
/**
|
|
33
|
+
* Return an AsyncIterableIterator that works a page at a time
|
|
34
|
+
*/
|
|
35
|
+
byPage: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* An interface that describes how to communicate with the service.
|
|
39
|
+
*/
|
|
40
|
+
export interface PagedResult<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
|
|
41
|
+
/**
|
|
42
|
+
* Link to the first page of results.
|
|
43
|
+
*/
|
|
44
|
+
firstPageLink?: string;
|
|
45
|
+
/**
|
|
46
|
+
* A method that returns a page of results.
|
|
47
|
+
*/
|
|
48
|
+
getPage: (pageLink?: string) => Promise<{
|
|
49
|
+
page: TPage;
|
|
50
|
+
nextPageLink?: string;
|
|
51
|
+
} | undefined>;
|
|
52
|
+
/**
|
|
53
|
+
* a function to implement the `byPage` method on the paged async iterator.
|
|
54
|
+
*/
|
|
55
|
+
byPage?: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
|
|
56
|
+
/**
|
|
57
|
+
* A function to extract elements from a page.
|
|
58
|
+
*/
|
|
59
|
+
toElements?: (page: TPage) => TElement[];
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Options for the paging helper
|
|
63
|
+
*/
|
|
64
|
+
export interface BuildPagedAsyncIteratorOptions {
|
|
65
|
+
itemName?: string;
|
|
66
|
+
nextLinkName?: string;
|
|
67
|
+
nextLinkMethod?: "GET" | "POST";
|
|
68
|
+
apiVersion?: string;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Helper to paginate results in a generic way and return a PagedAsyncIterableIterator
|
|
72
|
+
*/
|
|
73
|
+
export declare function buildPagedAsyncIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings, TResponse extends PathUncheckedResponse = PathUncheckedResponse>(client: Client, getInitialResponse: () => PromiseLike<TResponse>, processResponseBody: (result: TResponse) => PromiseLike<unknown>, expectedStatuses: string[], options?: BuildPagedAsyncIteratorOptions): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
|
|
74
|
+
//# sourceMappingURL=pagingHelpers.d.ts.map
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { createRestError } from "@azure-rest/core-client";
|
|
4
|
+
import { RestError } from "@azure/core-rest-pipeline";
|
|
5
|
+
/**
|
|
6
|
+
* Helper to paginate results in a generic way and return a PagedAsyncIterableIterator
|
|
7
|
+
*/
|
|
8
|
+
export function buildPagedAsyncIterator(client, getInitialResponse, processResponseBody, expectedStatuses, options = {}) {
|
|
9
|
+
const itemName = options.itemName ?? "value";
|
|
10
|
+
const nextLinkName = options.nextLinkName ?? "nextLink";
|
|
11
|
+
const nextLinkMethod = options.nextLinkMethod ?? "GET";
|
|
12
|
+
const apiVersion = options.apiVersion;
|
|
13
|
+
const pagedResult = {
|
|
14
|
+
getPage: async (pageLink) => {
|
|
15
|
+
let result;
|
|
16
|
+
if (pageLink === undefined) {
|
|
17
|
+
result = await getInitialResponse();
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
const resolvedPageLink = apiVersion ? addApiVersionToUrl(pageLink, apiVersion) : pageLink;
|
|
21
|
+
result =
|
|
22
|
+
nextLinkMethod === "POST"
|
|
23
|
+
? await client.pathUnchecked(resolvedPageLink).post()
|
|
24
|
+
: await client.pathUnchecked(resolvedPageLink).get();
|
|
25
|
+
}
|
|
26
|
+
checkPagingRequest(result, expectedStatuses);
|
|
27
|
+
const results = await processResponseBody(result);
|
|
28
|
+
const nextLink = getNextLink(results, nextLinkName);
|
|
29
|
+
const values = getElements(results, itemName);
|
|
30
|
+
return {
|
|
31
|
+
page: values,
|
|
32
|
+
nextPageLink: nextLink,
|
|
33
|
+
};
|
|
34
|
+
},
|
|
35
|
+
byPage: (settings) => {
|
|
36
|
+
const { continuationToken } = settings ?? {};
|
|
37
|
+
return getPageAsyncIterator(pagedResult, {
|
|
38
|
+
pageLink: continuationToken,
|
|
39
|
+
});
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
return getPagedAsyncIterator(pagedResult);
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* returns an async iterator that iterates over results. It also has a `byPage`
|
|
46
|
+
* method that returns pages of items at once.
|
|
47
|
+
*
|
|
48
|
+
* @param pagedResult - an object that specifies how to get pages.
|
|
49
|
+
* @returns a paged async iterator that iterates over results.
|
|
50
|
+
*/
|
|
51
|
+
function getPagedAsyncIterator(pagedResult) {
|
|
52
|
+
const iter = getItemAsyncIterator(pagedResult);
|
|
53
|
+
return {
|
|
54
|
+
next() {
|
|
55
|
+
return iter.next();
|
|
56
|
+
},
|
|
57
|
+
[Symbol.asyncIterator]() {
|
|
58
|
+
return this;
|
|
59
|
+
},
|
|
60
|
+
byPage: pagedResult?.byPage ??
|
|
61
|
+
((settings) => {
|
|
62
|
+
const { continuationToken } = settings ?? {};
|
|
63
|
+
return getPageAsyncIterator(pagedResult, {
|
|
64
|
+
pageLink: continuationToken,
|
|
65
|
+
});
|
|
66
|
+
}),
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
async function* getItemAsyncIterator(pagedResult) {
|
|
70
|
+
const pages = getPageAsyncIterator(pagedResult);
|
|
71
|
+
for await (const page of pages) {
|
|
72
|
+
yield* page;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
async function* getPageAsyncIterator(pagedResult, options = {}) {
|
|
76
|
+
const { pageLink } = options;
|
|
77
|
+
let response = await pagedResult.getPage(pageLink ?? pagedResult.firstPageLink);
|
|
78
|
+
if (!response) {
|
|
79
|
+
return;
|
|
80
|
+
}
|
|
81
|
+
let result = response.page;
|
|
82
|
+
result.continuationToken = response.nextPageLink;
|
|
83
|
+
yield result;
|
|
84
|
+
while (response.nextPageLink) {
|
|
85
|
+
response = await pagedResult.getPage(response.nextPageLink);
|
|
86
|
+
if (!response) {
|
|
87
|
+
return;
|
|
88
|
+
}
|
|
89
|
+
result = response.page;
|
|
90
|
+
result.continuationToken = response.nextPageLink;
|
|
91
|
+
yield result;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* Gets for the value of nextLink in the body
|
|
96
|
+
*/
|
|
97
|
+
function getNextLink(body, nextLinkName) {
|
|
98
|
+
if (!nextLinkName) {
|
|
99
|
+
return undefined;
|
|
100
|
+
}
|
|
101
|
+
const nextLink = body[nextLinkName];
|
|
102
|
+
if (typeof nextLink !== "string" && typeof nextLink !== "undefined" && nextLink !== null) {
|
|
103
|
+
throw new RestError(`Body Property ${nextLinkName} should be a string or undefined or null but got ${typeof nextLink}`);
|
|
104
|
+
}
|
|
105
|
+
if (nextLink === null) {
|
|
106
|
+
return undefined;
|
|
107
|
+
}
|
|
108
|
+
return nextLink;
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* Gets the elements of the current request in the body.
|
|
112
|
+
*/
|
|
113
|
+
function getElements(body, itemName) {
|
|
114
|
+
const value = body[itemName];
|
|
115
|
+
if (!Array.isArray(value)) {
|
|
116
|
+
throw new RestError(`Couldn't paginate response\n Body doesn't contain an array property with name: ${itemName}`);
|
|
117
|
+
}
|
|
118
|
+
return value ?? [];
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* Checks if a request failed
|
|
122
|
+
*/
|
|
123
|
+
function checkPagingRequest(response, expectedStatuses) {
|
|
124
|
+
if (!expectedStatuses.includes(response.status)) {
|
|
125
|
+
throw createRestError(`Pagination failed with unexpected statusCode ${response.status}`, response);
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* Adds the api-version query parameter on a URL if it's not present.
|
|
130
|
+
* @param url - the URL to modify
|
|
131
|
+
* @param apiVersion - the API version to set
|
|
132
|
+
* @returns - the URL with the api-version query parameter set
|
|
133
|
+
*/
|
|
134
|
+
function addApiVersionToUrl(url, apiVersion) {
|
|
135
|
+
// The base URL is only used for parsing and won't appear in the returned URL
|
|
136
|
+
const urlObj = new URL(url, "https://microsoft.com");
|
|
137
|
+
if (!urlObj.searchParams.get("api-version")) {
|
|
138
|
+
// Append one if there is no apiVersion
|
|
139
|
+
return `${url}${urlObj.search ? "&" : "?"}api-version=${apiVersion}`;
|
|
140
|
+
}
|
|
141
|
+
return url;
|
|
142
|
+
}
|
|
143
|
+
//# sourceMappingURL=pagingHelpers.js.map
|