@azure/arm-advisor 3.2.0 → 4.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +3 -3
- package/README.md +31 -25
- package/dist/browser/advisorManagementClient.d.ts +52 -0
- package/dist/browser/advisorManagementClient.js +82 -0
- package/dist/browser/advisorManagementClient.js.map +1 -0
- package/dist/browser/api/advisorManagementContext.d.ts +22 -0
- package/dist/browser/api/advisorManagementContext.js +26 -0
- package/dist/browser/api/advisorManagementContext.js.map +1 -0
- package/dist/browser/api/advisorScores/index.d.ts +3 -0
- package/dist/browser/api/advisorScores/index.js +4 -0
- package/dist/browser/api/advisorScores/index.js.map +1 -0
- package/dist/browser/api/advisorScores/operations.d.ts +14 -0
- package/dist/browser/api/advisorScores/operations.js +63 -0
- package/dist/browser/api/advisorScores/operations.js.map +1 -0
- package/dist/browser/api/advisorScores/options.d.ts +8 -0
- package/dist/browser/api/advisorScores/options.js +4 -0
- package/dist/browser/api/advisorScores/options.js.map +1 -0
- package/dist/browser/api/assessmentTypes/index.d.ts +3 -0
- package/dist/browser/api/assessmentTypes/index.js +4 -0
- package/dist/browser/api/assessmentTypes/index.js.map +1 -0
- package/dist/browser/api/assessmentTypes/operations.d.ts +10 -0
- package/dist/browser/api/assessmentTypes/operations.js +38 -0
- package/dist/browser/api/assessmentTypes/operations.js.map +1 -0
- package/dist/browser/api/assessmentTypes/options.d.ts +5 -0
- package/dist/browser/api/assessmentTypes/options.js +4 -0
- package/dist/browser/api/assessmentTypes/options.js.map +1 -0
- package/dist/browser/api/assessments/index.d.ts +3 -0
- package/dist/browser/api/assessments/index.js +4 -0
- package/dist/browser/api/assessments/index.js.map +1 -0
- package/dist/browser/api/assessments/operations.d.ts +22 -0
- package/dist/browser/api/assessments/operations.js +126 -0
- package/dist/browser/api/assessments/operations.js.map +1 -0
- package/dist/browser/api/assessments/options.d.ts +18 -0
- package/dist/browser/api/assessments/options.js +4 -0
- package/dist/browser/api/assessments/options.js.map +1 -0
- package/dist/browser/api/configurations/index.d.ts +3 -0
- package/dist/browser/api/configurations/index.js +4 -0
- package/dist/browser/api/configurations/index.js.map +1 -0
- package/dist/browser/api/configurations/operations.d.ts +22 -0
- package/dist/browser/api/configurations/operations.js +133 -0
- package/dist/browser/api/configurations/operations.js.map +1 -0
- package/dist/browser/api/configurations/options.d.ts +14 -0
- package/dist/browser/api/configurations/options.js +4 -0
- package/dist/browser/api/configurations/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 +10 -0
- package/dist/browser/api/operations/operations.js +37 -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 +9 -0
- package/dist/browser/api/operations.js +36 -0
- package/dist/browser/api/operations.js.map +1 -0
- package/dist/browser/api/options.d.ts +5 -0
- package/dist/browser/api/options.js +4 -0
- package/dist/browser/api/options.js.map +1 -0
- package/dist/browser/api/recommendationMetadata/index.d.ts +3 -0
- package/dist/browser/api/recommendationMetadata/index.js +4 -0
- package/dist/browser/api/recommendationMetadata/index.js.map +1 -0
- package/dist/browser/api/recommendationMetadata/operations.d.ts +14 -0
- package/dist/browser/api/recommendationMetadata/operations.js +73 -0
- package/dist/browser/api/recommendationMetadata/operations.js.map +1 -0
- package/dist/browser/api/recommendationMetadata/options.d.ts +8 -0
- package/dist/browser/api/recommendationMetadata/options.js +4 -0
- package/dist/browser/api/recommendationMetadata/options.js.map +1 -0
- package/dist/browser/api/recommendations/index.d.ts +3 -0
- package/dist/browser/api/recommendations/index.js +4 -0
- package/dist/browser/api/recommendations/index.js.map +1 -0
- package/dist/browser/api/recommendations/operations.d.ts +30 -0
- package/dist/browser/api/recommendations/operations.js +186 -0
- package/dist/browser/api/recommendations/operations.js.map +1 -0
- package/dist/browser/api/recommendations/options.d.ts +38 -0
- package/dist/browser/api/recommendations/options.js +4 -0
- package/dist/browser/api/recommendations/options.js.map +1 -0
- package/dist/browser/api/resiliencyReviews/index.d.ts +3 -0
- package/dist/browser/api/resiliencyReviews/index.js +4 -0
- package/dist/browser/api/resiliencyReviews/index.js.map +1 -0
- package/dist/browser/api/resiliencyReviews/operations.d.ts +14 -0
- package/dist/browser/api/resiliencyReviews/operations.js +70 -0
- package/dist/browser/api/resiliencyReviews/operations.js.map +1 -0
- package/dist/browser/api/resiliencyReviews/options.d.ts +14 -0
- package/dist/browser/api/resiliencyReviews/options.js +4 -0
- package/dist/browser/api/resiliencyReviews/options.js.map +1 -0
- package/dist/browser/api/suppressions/index.d.ts +3 -0
- package/dist/browser/api/suppressions/index.js +4 -0
- package/dist/browser/api/suppressions/index.js.map +1 -0
- package/dist/browser/api/suppressions/operations.d.ts +22 -0
- package/dist/browser/api/suppressions/operations.js +145 -0
- package/dist/browser/api/suppressions/operations.js.map +1 -0
- package/dist/browser/api/suppressions/options.d.ts +18 -0
- package/dist/browser/api/suppressions/options.js +4 -0
- package/dist/browser/api/suppressions/options.js.map +1 -0
- package/dist/browser/api/triageRecommendations/index.d.ts +3 -0
- package/dist/browser/api/triageRecommendations/index.js +4 -0
- package/dist/browser/api/triageRecommendations/index.js.map +1 -0
- package/dist/browser/api/triageRecommendations/operations.d.ts +26 -0
- package/dist/browser/api/triageRecommendations/operations.js +156 -0
- package/dist/browser/api/triageRecommendations/operations.js.map +1 -0
- package/dist/browser/api/triageRecommendations/options.d.ts +21 -0
- package/dist/browser/api/triageRecommendations/options.js +4 -0
- package/dist/browser/api/triageRecommendations/options.js.map +1 -0
- package/dist/browser/api/triageResources/index.d.ts +3 -0
- package/dist/browser/api/triageResources/index.js +4 -0
- package/dist/browser/api/triageResources/index.js.map +1 -0
- package/dist/browser/api/triageResources/operations.d.ts +14 -0
- package/dist/browser/api/triageResources/operations.js +71 -0
- package/dist/browser/api/triageResources/operations.js.map +1 -0
- package/dist/browser/api/triageResources/options.d.ts +8 -0
- package/dist/browser/api/triageResources/options.js +4 -0
- package/dist/browser/api/triageResources/options.js.map +1 -0
- package/dist/browser/api/workloads/index.d.ts +3 -0
- package/dist/browser/api/workloads/index.js +4 -0
- package/dist/browser/api/workloads/index.js.map +1 -0
- package/dist/browser/api/workloads/operations.d.ts +10 -0
- package/dist/browser/api/workloads/operations.js +38 -0
- package/dist/browser/api/workloads/operations.js.map +1 -0
- package/dist/browser/api/workloads/options.d.ts +5 -0
- package/dist/browser/api/workloads/options.js +4 -0
- package/dist/browser/api/workloads/options.js.map +1 -0
- package/dist/browser/classic/advisorScores/index.d.ts +13 -0
- package/dist/browser/classic/advisorScores/index.js +15 -0
- package/dist/browser/classic/advisorScores/index.js.map +1 -0
- package/dist/browser/classic/assessmentTypes/index.d.ts +11 -0
- package/dist/browser/classic/assessmentTypes/index.js +14 -0
- package/dist/browser/classic/assessmentTypes/index.js.map +1 -0
- package/dist/browser/classic/assessments/index.d.ts +17 -0
- package/dist/browser/classic/assessments/index.js +17 -0
- package/dist/browser/classic/assessments/index.js.map +1 -0
- package/dist/browser/classic/configurations/index.d.ts +17 -0
- package/dist/browser/classic/configurations/index.js +17 -0
- package/dist/browser/classic/configurations/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +13 -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 +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/recommendationMetadata/index.d.ts +13 -0
- package/dist/browser/classic/recommendationMetadata/index.js +15 -0
- package/dist/browser/classic/recommendationMetadata/index.js.map +1 -0
- package/dist/browser/classic/recommendations/index.d.ts +21 -0
- package/dist/browser/classic/recommendations/index.js +19 -0
- package/dist/browser/classic/recommendations/index.js.map +1 -0
- package/dist/browser/classic/resiliencyReviews/index.d.ts +13 -0
- package/dist/browser/classic/resiliencyReviews/index.js +15 -0
- package/dist/browser/classic/resiliencyReviews/index.js.map +1 -0
- package/dist/browser/classic/suppressions/index.d.ts +17 -0
- package/dist/browser/classic/suppressions/index.js +17 -0
- package/dist/browser/classic/suppressions/index.js.map +1 -0
- package/dist/browser/classic/triageRecommendations/index.d.ts +19 -0
- package/dist/browser/classic/triageRecommendations/index.js +18 -0
- package/dist/browser/classic/triageRecommendations/index.js.map +1 -0
- package/dist/browser/classic/triageResources/index.d.ts +13 -0
- package/dist/browser/classic/triageResources/index.js +15 -0
- package/dist/browser/classic/triageResources/index.js.map +1 -0
- package/dist/browser/classic/workloads/index.d.ts +11 -0
- package/dist/browser/classic/workloads/index.js +14 -0
- package/dist/browser/classic/workloads/index.js.map +1 -0
- package/dist/browser/index.d.ts +25 -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 +1310 -0
- package/dist/browser/models/models.js +1155 -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/advisorManagementClient.d.ts +52 -0
- package/dist/commonjs/advisorManagementClient.js +103 -0
- package/dist/commonjs/advisorManagementClient.js.map +7 -0
- package/dist/commonjs/api/advisorManagementContext.d.ts +22 -0
- package/dist/commonjs/api/advisorManagementContext.js +47 -0
- package/dist/commonjs/api/advisorManagementContext.js.map +7 -0
- package/dist/commonjs/api/advisorScores/index.d.ts +3 -0
- package/dist/commonjs/api/advisorScores/index.js +30 -0
- package/dist/commonjs/api/advisorScores/index.js.map +7 -0
- package/dist/commonjs/api/advisorScores/operations.d.ts +14 -0
- package/dist/commonjs/api/advisorScores/operations.js +109 -0
- package/dist/commonjs/api/advisorScores/operations.js.map +7 -0
- package/dist/commonjs/api/advisorScores/options.d.ts +8 -0
- package/dist/commonjs/api/advisorScores/options.js +16 -0
- package/dist/commonjs/api/advisorScores/options.js.map +7 -0
- package/dist/commonjs/api/assessmentTypes/index.d.ts +3 -0
- package/dist/commonjs/api/assessmentTypes/index.js +28 -0
- package/dist/commonjs/api/assessmentTypes/index.js.map +7 -0
- package/dist/commonjs/api/assessmentTypes/operations.d.ts +10 -0
- package/dist/commonjs/api/assessmentTypes/operations.js +75 -0
- package/dist/commonjs/api/assessmentTypes/operations.js.map +7 -0
- package/dist/commonjs/api/assessmentTypes/options.d.ts +5 -0
- package/dist/commonjs/api/assessmentTypes/options.js +16 -0
- package/dist/commonjs/api/assessmentTypes/options.js.map +7 -0
- package/dist/commonjs/api/assessments/index.d.ts +3 -0
- package/dist/commonjs/api/assessments/index.js +34 -0
- package/dist/commonjs/api/assessments/index.js.map +7 -0
- package/dist/commonjs/api/assessments/operations.d.ts +22 -0
- package/dist/commonjs/api/assessments/operations.js +190 -0
- package/dist/commonjs/api/assessments/operations.js.map +7 -0
- package/dist/commonjs/api/assessments/options.d.ts +18 -0
- package/dist/commonjs/api/assessments/options.js +16 -0
- package/dist/commonjs/api/assessments/options.js.map +7 -0
- package/dist/commonjs/api/configurations/index.d.ts +3 -0
- package/dist/commonjs/api/configurations/index.js +34 -0
- package/dist/commonjs/api/configurations/index.js.map +7 -0
- package/dist/commonjs/api/configurations/operations.d.ts +22 -0
- package/dist/commonjs/api/configurations/operations.js +214 -0
- package/dist/commonjs/api/configurations/operations.js.map +7 -0
- package/dist/commonjs/api/configurations/options.d.ts +14 -0
- package/dist/commonjs/api/configurations/options.js +16 -0
- package/dist/commonjs/api/configurations/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +5 -0
- package/dist/commonjs/api/index.js +31 -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 +10 -0
- package/dist/commonjs/api/operations/operations.js +74 -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 +9 -0
- package/dist/commonjs/api/operations.js +67 -0
- package/dist/commonjs/api/operations.js.map +7 -0
- package/dist/commonjs/api/options.d.ts +5 -0
- package/dist/commonjs/api/options.js +16 -0
- package/dist/commonjs/api/options.js.map +7 -0
- package/dist/commonjs/api/recommendationMetadata/index.d.ts +3 -0
- package/dist/commonjs/api/recommendationMetadata/index.js +30 -0
- package/dist/commonjs/api/recommendationMetadata/index.js.map +7 -0
- package/dist/commonjs/api/recommendationMetadata/operations.d.ts +14 -0
- package/dist/commonjs/api/recommendationMetadata/operations.js +118 -0
- package/dist/commonjs/api/recommendationMetadata/operations.js.map +7 -0
- package/dist/commonjs/api/recommendationMetadata/options.d.ts +8 -0
- package/dist/commonjs/api/recommendationMetadata/options.js +16 -0
- package/dist/commonjs/api/recommendationMetadata/options.js.map +7 -0
- package/dist/commonjs/api/recommendations/index.d.ts +3 -0
- package/dist/commonjs/api/recommendations/index.js +38 -0
- package/dist/commonjs/api/recommendations/index.js.map +7 -0
- package/dist/commonjs/api/recommendations/operations.d.ts +30 -0
- package/dist/commonjs/api/recommendations/operations.js +274 -0
- package/dist/commonjs/api/recommendations/operations.js.map +7 -0
- package/dist/commonjs/api/recommendations/options.d.ts +38 -0
- package/dist/commonjs/api/recommendations/options.js +16 -0
- package/dist/commonjs/api/recommendations/options.js.map +7 -0
- package/dist/commonjs/api/resiliencyReviews/index.d.ts +3 -0
- package/dist/commonjs/api/resiliencyReviews/index.js +30 -0
- package/dist/commonjs/api/resiliencyReviews/index.js.map +7 -0
- package/dist/commonjs/api/resiliencyReviews/operations.d.ts +14 -0
- package/dist/commonjs/api/resiliencyReviews/operations.js +116 -0
- package/dist/commonjs/api/resiliencyReviews/operations.js.map +7 -0
- package/dist/commonjs/api/resiliencyReviews/options.d.ts +14 -0
- package/dist/commonjs/api/resiliencyReviews/options.js +16 -0
- package/dist/commonjs/api/resiliencyReviews/options.js.map +7 -0
- package/dist/commonjs/api/suppressions/index.d.ts +3 -0
- package/dist/commonjs/api/suppressions/index.js +34 -0
- package/dist/commonjs/api/suppressions/index.js.map +7 -0
- package/dist/commonjs/api/suppressions/operations.d.ts +22 -0
- package/dist/commonjs/api/suppressions/operations.js +214 -0
- package/dist/commonjs/api/suppressions/operations.js.map +7 -0
- package/dist/commonjs/api/suppressions/options.d.ts +18 -0
- package/dist/commonjs/api/suppressions/options.js +16 -0
- package/dist/commonjs/api/suppressions/options.js.map +7 -0
- package/dist/commonjs/api/triageRecommendations/index.d.ts +3 -0
- package/dist/commonjs/api/triageRecommendations/index.js +36 -0
- package/dist/commonjs/api/triageRecommendations/index.js.map +7 -0
- package/dist/commonjs/api/triageRecommendations/operations.d.ts +26 -0
- package/dist/commonjs/api/triageRecommendations/operations.js +240 -0
- package/dist/commonjs/api/triageRecommendations/operations.js.map +7 -0
- package/dist/commonjs/api/triageRecommendations/options.d.ts +21 -0
- package/dist/commonjs/api/triageRecommendations/options.js +16 -0
- package/dist/commonjs/api/triageRecommendations/options.js.map +7 -0
- package/dist/commonjs/api/triageResources/index.d.ts +3 -0
- package/dist/commonjs/api/triageResources/index.js +30 -0
- package/dist/commonjs/api/triageResources/index.js.map +7 -0
- package/dist/commonjs/api/triageResources/operations.d.ts +14 -0
- package/dist/commonjs/api/triageResources/operations.js +123 -0
- package/dist/commonjs/api/triageResources/operations.js.map +7 -0
- package/dist/commonjs/api/triageResources/options.d.ts +8 -0
- package/dist/commonjs/api/triageResources/options.js +16 -0
- package/dist/commonjs/api/triageResources/options.js.map +7 -0
- package/dist/commonjs/api/workloads/index.d.ts +3 -0
- package/dist/commonjs/api/workloads/index.js +28 -0
- package/dist/commonjs/api/workloads/index.js.map +7 -0
- package/dist/commonjs/api/workloads/operations.d.ts +10 -0
- package/dist/commonjs/api/workloads/operations.js +75 -0
- package/dist/commonjs/api/workloads/operations.js.map +7 -0
- package/dist/commonjs/api/workloads/options.d.ts +5 -0
- package/dist/commonjs/api/workloads/options.js +16 -0
- package/dist/commonjs/api/workloads/options.js.map +7 -0
- package/dist/commonjs/classic/advisorScores/index.d.ts +13 -0
- package/dist/commonjs/classic/advisorScores/index.js +39 -0
- package/dist/commonjs/classic/advisorScores/index.js.map +7 -0
- package/dist/commonjs/classic/assessmentTypes/index.d.ts +11 -0
- package/dist/commonjs/classic/assessmentTypes/index.js +38 -0
- package/dist/commonjs/classic/assessmentTypes/index.js.map +7 -0
- package/dist/commonjs/classic/assessments/index.d.ts +17 -0
- package/dist/commonjs/classic/assessments/index.js +41 -0
- package/dist/commonjs/classic/assessments/index.js.map +7 -0
- package/dist/commonjs/classic/configurations/index.d.ts +17 -0
- package/dist/commonjs/classic/configurations/index.js +41 -0
- package/dist/commonjs/classic/configurations/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +13 -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 +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/recommendationMetadata/index.d.ts +13 -0
- package/dist/commonjs/classic/recommendationMetadata/index.js +39 -0
- package/dist/commonjs/classic/recommendationMetadata/index.js.map +7 -0
- package/dist/commonjs/classic/recommendations/index.d.ts +21 -0
- package/dist/commonjs/classic/recommendations/index.js +43 -0
- package/dist/commonjs/classic/recommendations/index.js.map +7 -0
- package/dist/commonjs/classic/resiliencyReviews/index.d.ts +13 -0
- package/dist/commonjs/classic/resiliencyReviews/index.js +39 -0
- package/dist/commonjs/classic/resiliencyReviews/index.js.map +7 -0
- package/dist/commonjs/classic/suppressions/index.d.ts +17 -0
- package/dist/commonjs/classic/suppressions/index.js +41 -0
- package/dist/commonjs/classic/suppressions/index.js.map +7 -0
- package/dist/commonjs/classic/triageRecommendations/index.d.ts +19 -0
- package/dist/commonjs/classic/triageRecommendations/index.js +48 -0
- package/dist/commonjs/classic/triageRecommendations/index.js.map +7 -0
- package/dist/commonjs/classic/triageResources/index.d.ts +13 -0
- package/dist/commonjs/classic/triageResources/index.js +39 -0
- package/dist/commonjs/classic/triageResources/index.js.map +7 -0
- package/dist/commonjs/classic/workloads/index.d.ts +11 -0
- package/dist/commonjs/classic/workloads/index.js +38 -0
- package/dist/commonjs/classic/workloads/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +25 -0
- package/dist/commonjs/index.js +77 -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 +66 -0
- package/dist/commonjs/models/index.js.map +7 -0
- package/dist/commonjs/models/models.d.ts +1310 -0
- package/dist/commonjs/models/models.js +1203 -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/advisorManagementClient.d.ts +52 -0
- package/dist/esm/advisorManagementClient.js +82 -0
- package/dist/esm/advisorManagementClient.js.map +1 -0
- package/dist/esm/api/advisorManagementContext.d.ts +22 -0
- package/dist/esm/api/advisorManagementContext.js +26 -0
- package/dist/esm/api/advisorManagementContext.js.map +1 -0
- package/dist/esm/api/advisorScores/index.d.ts +3 -0
- package/dist/esm/api/advisorScores/index.js +4 -0
- package/dist/esm/api/advisorScores/index.js.map +1 -0
- package/dist/esm/api/advisorScores/operations.d.ts +14 -0
- package/dist/esm/api/advisorScores/operations.js +63 -0
- package/dist/esm/api/advisorScores/operations.js.map +1 -0
- package/dist/esm/api/advisorScores/options.d.ts +8 -0
- package/dist/esm/api/advisorScores/options.js +4 -0
- package/dist/esm/api/advisorScores/options.js.map +1 -0
- package/dist/esm/api/assessmentTypes/index.d.ts +3 -0
- package/dist/esm/api/assessmentTypes/index.js +4 -0
- package/dist/esm/api/assessmentTypes/index.js.map +1 -0
- package/dist/esm/api/assessmentTypes/operations.d.ts +10 -0
- package/dist/esm/api/assessmentTypes/operations.js +38 -0
- package/dist/esm/api/assessmentTypes/operations.js.map +1 -0
- package/dist/esm/api/assessmentTypes/options.d.ts +5 -0
- package/dist/esm/api/assessmentTypes/options.js +4 -0
- package/dist/esm/api/assessmentTypes/options.js.map +1 -0
- package/dist/esm/api/assessments/index.d.ts +3 -0
- package/dist/esm/api/assessments/index.js +4 -0
- package/dist/esm/api/assessments/index.js.map +1 -0
- package/dist/esm/api/assessments/operations.d.ts +22 -0
- package/dist/esm/api/assessments/operations.js +126 -0
- package/dist/esm/api/assessments/operations.js.map +1 -0
- package/dist/esm/api/assessments/options.d.ts +18 -0
- package/dist/esm/api/assessments/options.js +4 -0
- package/dist/esm/api/assessments/options.js.map +1 -0
- package/dist/esm/api/configurations/index.d.ts +3 -0
- package/dist/esm/api/configurations/index.js +4 -0
- package/dist/esm/api/configurations/index.js.map +1 -0
- package/dist/esm/api/configurations/operations.d.ts +22 -0
- package/dist/esm/api/configurations/operations.js +133 -0
- package/dist/esm/api/configurations/operations.js.map +1 -0
- package/dist/esm/api/configurations/options.d.ts +14 -0
- package/dist/esm/api/configurations/options.js +4 -0
- package/dist/esm/api/configurations/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 +10 -0
- package/dist/esm/api/operations/operations.js +37 -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 +9 -0
- package/dist/esm/api/operations.js +36 -0
- package/dist/esm/api/operations.js.map +1 -0
- package/dist/esm/api/options.d.ts +5 -0
- package/dist/esm/api/options.js +4 -0
- package/dist/esm/api/options.js.map +1 -0
- package/dist/esm/api/recommendationMetadata/index.d.ts +3 -0
- package/dist/esm/api/recommendationMetadata/index.js +4 -0
- package/dist/esm/api/recommendationMetadata/index.js.map +1 -0
- package/dist/esm/api/recommendationMetadata/operations.d.ts +14 -0
- package/dist/esm/api/recommendationMetadata/operations.js +73 -0
- package/dist/esm/api/recommendationMetadata/operations.js.map +1 -0
- package/dist/esm/api/recommendationMetadata/options.d.ts +8 -0
- package/dist/esm/api/recommendationMetadata/options.js +4 -0
- package/dist/esm/api/recommendationMetadata/options.js.map +1 -0
- package/dist/esm/api/recommendations/index.d.ts +3 -0
- package/dist/esm/api/recommendations/index.js +4 -0
- package/dist/esm/api/recommendations/index.js.map +1 -0
- package/dist/esm/api/recommendations/operations.d.ts +30 -0
- package/dist/esm/api/recommendations/operations.js +186 -0
- package/dist/esm/api/recommendations/operations.js.map +1 -0
- package/dist/esm/api/recommendations/options.d.ts +38 -0
- package/dist/esm/api/recommendations/options.js +4 -0
- package/dist/esm/api/recommendations/options.js.map +1 -0
- package/dist/esm/api/resiliencyReviews/index.d.ts +3 -0
- package/dist/esm/api/resiliencyReviews/index.js +4 -0
- package/dist/esm/api/resiliencyReviews/index.js.map +1 -0
- package/dist/esm/api/resiliencyReviews/operations.d.ts +14 -0
- package/dist/esm/api/resiliencyReviews/operations.js +70 -0
- package/dist/esm/api/resiliencyReviews/operations.js.map +1 -0
- package/dist/esm/api/resiliencyReviews/options.d.ts +14 -0
- package/dist/esm/api/resiliencyReviews/options.js +4 -0
- package/dist/esm/api/resiliencyReviews/options.js.map +1 -0
- package/dist/esm/api/suppressions/index.d.ts +3 -0
- package/dist/esm/api/suppressions/index.js +4 -0
- package/dist/esm/api/suppressions/index.js.map +1 -0
- package/dist/esm/api/suppressions/operations.d.ts +22 -0
- package/dist/esm/api/suppressions/operations.js +145 -0
- package/dist/esm/api/suppressions/operations.js.map +1 -0
- package/dist/esm/api/suppressions/options.d.ts +18 -0
- package/dist/esm/api/suppressions/options.js +4 -0
- package/dist/esm/api/suppressions/options.js.map +1 -0
- package/dist/esm/api/triageRecommendations/index.d.ts +3 -0
- package/dist/esm/api/triageRecommendations/index.js +4 -0
- package/dist/esm/api/triageRecommendations/index.js.map +1 -0
- package/dist/esm/api/triageRecommendations/operations.d.ts +26 -0
- package/dist/esm/api/triageRecommendations/operations.js +156 -0
- package/dist/esm/api/triageRecommendations/operations.js.map +1 -0
- package/dist/esm/api/triageRecommendations/options.d.ts +21 -0
- package/dist/esm/api/triageRecommendations/options.js +4 -0
- package/dist/esm/api/triageRecommendations/options.js.map +1 -0
- package/dist/esm/api/triageResources/index.d.ts +3 -0
- package/dist/esm/api/triageResources/index.js +4 -0
- package/dist/esm/api/triageResources/index.js.map +1 -0
- package/dist/esm/api/triageResources/operations.d.ts +14 -0
- package/dist/esm/api/triageResources/operations.js +71 -0
- package/dist/esm/api/triageResources/operations.js.map +1 -0
- package/dist/esm/api/triageResources/options.d.ts +8 -0
- package/dist/esm/api/triageResources/options.js +4 -0
- package/dist/esm/api/triageResources/options.js.map +1 -0
- package/dist/esm/api/workloads/index.d.ts +3 -0
- package/dist/esm/api/workloads/index.js +4 -0
- package/dist/esm/api/workloads/index.js.map +1 -0
- package/dist/esm/api/workloads/operations.d.ts +10 -0
- package/dist/esm/api/workloads/operations.js +38 -0
- package/dist/esm/api/workloads/operations.js.map +1 -0
- package/dist/esm/api/workloads/options.d.ts +5 -0
- package/dist/esm/api/workloads/options.js +4 -0
- package/dist/esm/api/workloads/options.js.map +1 -0
- package/dist/esm/classic/advisorScores/index.d.ts +13 -0
- package/dist/esm/classic/advisorScores/index.js +15 -0
- package/dist/esm/classic/advisorScores/index.js.map +1 -0
- package/dist/esm/classic/assessmentTypes/index.d.ts +11 -0
- package/dist/esm/classic/assessmentTypes/index.js +14 -0
- package/dist/esm/classic/assessmentTypes/index.js.map +1 -0
- package/dist/esm/classic/assessments/index.d.ts +17 -0
- package/dist/esm/classic/assessments/index.js +17 -0
- package/dist/esm/classic/assessments/index.js.map +1 -0
- package/dist/esm/classic/configurations/index.d.ts +17 -0
- package/dist/esm/classic/configurations/index.js +17 -0
- package/dist/esm/classic/configurations/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +13 -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 +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/recommendationMetadata/index.d.ts +13 -0
- package/dist/esm/classic/recommendationMetadata/index.js +15 -0
- package/dist/esm/classic/recommendationMetadata/index.js.map +1 -0
- package/dist/esm/classic/recommendations/index.d.ts +21 -0
- package/dist/esm/classic/recommendations/index.js +19 -0
- package/dist/esm/classic/recommendations/index.js.map +1 -0
- package/dist/esm/classic/resiliencyReviews/index.d.ts +13 -0
- package/dist/esm/classic/resiliencyReviews/index.js +15 -0
- package/dist/esm/classic/resiliencyReviews/index.js.map +1 -0
- package/dist/esm/classic/suppressions/index.d.ts +17 -0
- package/dist/esm/classic/suppressions/index.js +17 -0
- package/dist/esm/classic/suppressions/index.js.map +1 -0
- package/dist/esm/classic/triageRecommendations/index.d.ts +19 -0
- package/dist/esm/classic/triageRecommendations/index.js +18 -0
- package/dist/esm/classic/triageRecommendations/index.js.map +1 -0
- package/dist/esm/classic/triageResources/index.d.ts +13 -0
- package/dist/esm/classic/triageResources/index.js +15 -0
- package/dist/esm/classic/triageResources/index.js.map +1 -0
- package/dist/esm/classic/workloads/index.d.ts +11 -0
- package/dist/esm/classic/workloads/index.js +14 -0
- package/dist/esm/classic/workloads/index.js.map +1 -0
- package/dist/esm/index.d.ts +25 -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 +1310 -0
- package/dist/esm/models/models.js +1155 -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 +290 -89
- package/CHANGELOG.md +0 -48
- package/dist/index.js +0 -2133
- 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/configurationsCreateInResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsCreateInResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsCreateInResourceGroupSample.js +0 -58
- package/dist-esm/samples-dev/configurationsCreateInResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsCreateInSubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsCreateInSubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsCreateInSubscriptionSample.js +0 -57
- package/dist-esm/samples-dev/configurationsCreateInSubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsListByResourceGroupSample.js +0 -58
- package/dist-esm/samples-dev/configurationsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsListBySubscriptionSample.js +0 -57
- package/dist-esm/samples-dev/configurationsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/recommendationMetadataGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/recommendationMetadataGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recommendationMetadataGetSample.js +0 -36
- package/dist-esm/samples-dev/recommendationMetadataGetSample.js.map +0 -1
- package/dist-esm/samples-dev/recommendationMetadataListSample.d.ts +0 -2
- package/dist-esm/samples-dev/recommendationMetadataListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recommendationMetadataListSample.js +0 -56
- package/dist-esm/samples-dev/recommendationMetadataListSample.js.map +0 -1
- package/dist-esm/samples-dev/recommendationsGenerateSample.d.ts +0 -2
- package/dist-esm/samples-dev/recommendationsGenerateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recommendationsGenerateSample.js +0 -36
- package/dist-esm/samples-dev/recommendationsGenerateSample.js.map +0 -1
- package/dist-esm/samples-dev/recommendationsGetGenerateStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/recommendationsGetGenerateStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recommendationsGetGenerateStatusSample.js +0 -37
- package/dist-esm/samples-dev/recommendationsGetGenerateStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/recommendationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/recommendationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recommendationsGetSample.js +0 -37
- package/dist-esm/samples-dev/recommendationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/recommendationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/recommendationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/recommendationsListSample.js +0 -59
- package/dist-esm/samples-dev/recommendationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/suppressionsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/suppressionsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/suppressionsCreateSample.js +0 -39
- package/dist-esm/samples-dev/suppressionsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/suppressionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/suppressionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/suppressionsDeleteSample.js +0 -38
- package/dist-esm/samples-dev/suppressionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/suppressionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/suppressionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/suppressionsGetSample.js +0 -38
- package/dist-esm/samples-dev/suppressionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/suppressionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/suppressionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/suppressionsListSample.js +0 -57
- package/dist-esm/samples-dev/suppressionsListSample.js.map +0 -1
- package/dist-esm/src/advisorManagementClient.d.ts +0 -25
- package/dist-esm/src/advisorManagementClient.d.ts.map +0 -1
- package/dist-esm/src/advisorManagementClient.js +0 -102
- package/dist-esm/src/advisorManagementClient.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 -466
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -74
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -21
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -649
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -19
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -169
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/configurations.d.ts +0 -62
- package/dist-esm/src/operations/configurations.d.ts.map +0 -1
- package/dist-esm/src/operations/configurations.js +0 -289
- package/dist-esm/src/operations/configurations.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -6
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -13
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -138
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/recommendationMetadata.d.ts +0 -38
- package/dist-esm/src/operations/recommendationMetadata.d.ts.map +0 -1
- package/dist-esm/src/operations/recommendationMetadata.js +0 -166
- package/dist-esm/src/operations/recommendationMetadata.js.map +0 -1
- package/dist-esm/src/operations/recommendations.d.ts +0 -57
- package/dist-esm/src/operations/recommendations.d.ts.map +0 -1
- package/dist-esm/src/operations/recommendations.js +0 -233
- package/dist-esm/src/operations/recommendations.js.map +0 -1
- package/dist-esm/src/operations/suppressions.d.ts +0 -65
- package/dist-esm/src/operations/suppressions.d.ts.map +0 -1
- package/dist-esm/src/operations/suppressions.js +0 -256
- package/dist-esm/src/operations/suppressions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurations.d.ts +0 -33
- package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurations.js +0 -9
- package/dist-esm/src/operationsInterfaces/configurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -13
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js +0 -9
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/recommendationMetadata.d.ts +0 -17
- package/dist-esm/src/operationsInterfaces/recommendationMetadata.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/recommendationMetadata.js +0 -9
- package/dist-esm/src/operationsInterfaces/recommendationMetadata.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/recommendations.d.ts +0 -35
- package/dist-esm/src/operationsInterfaces/recommendations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/recommendations.js +0 -9
- package/dist-esm/src/operationsInterfaces/recommendations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/suppressions.d.ts +0 -43
- package/dist-esm/src/operationsInterfaces/suppressions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/suppressions.js +0 -9
- package/dist-esm/src/operationsInterfaces/suppressions.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/advisor_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/advisor_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/advisor_operations_test.spec.js +0 -78
- package/dist-esm/test/advisor_operations_test.spec.js.map +0 -1
- package/review/arm-advisor.api.md +0 -446
- package/rollup.config.js +0 -122
- package/src/advisorManagementClient.ts +0 -174
- package/src/index.ts +0 -13
- package/src/models/index.ts +0 -538
- package/src/models/mappers.ts +0 -700
- package/src/models/parameters.ts +0 -194
- package/src/operations/configurations.ts +0 -336
- package/src/operations/index.ts +0 -13
- package/src/operations/operations.ts +0 -149
- package/src/operations/recommendationMetadata.ts +0 -186
- package/src/operations/recommendations.ts +0 -271
- package/src/operations/suppressions.ts +0 -304
- package/src/operationsInterfaces/configurations.ts +0 -65
- package/src/operationsInterfaces/index.ts +0 -13
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/recommendationMetadata.ts +0 -36
- package/src/operationsInterfaces/recommendations.ts +0 -63
- package/src/operationsInterfaces/suppressions.ts +0 -78
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-advisor.d.ts +0 -700
package/types/arm-advisor.d.ts
DELETED
|
@@ -1,700 +0,0 @@
|
|
|
1
|
-
import * as coreAuth from '@azure/core-auth';
|
|
2
|
-
import * as coreClient from '@azure/core-client';
|
|
3
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
4
|
-
|
|
5
|
-
export declare class AdvisorManagementClient extends coreClient.ServiceClient {
|
|
6
|
-
$host: string;
|
|
7
|
-
apiVersion: string;
|
|
8
|
-
subscriptionId?: string;
|
|
9
|
-
/**
|
|
10
|
-
* Initializes a new instance of the AdvisorManagementClient class.
|
|
11
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
12
|
-
* @param subscriptionId The Azure subscription ID.
|
|
13
|
-
* @param options The parameter options
|
|
14
|
-
*/
|
|
15
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AdvisorManagementClientOptionalParams);
|
|
16
|
-
constructor(credentials: coreAuth.TokenCredential, options?: AdvisorManagementClientOptionalParams);
|
|
17
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
18
|
-
private addCustomApiVersionPolicy;
|
|
19
|
-
recommendationMetadata: RecommendationMetadata;
|
|
20
|
-
configurations: Configurations;
|
|
21
|
-
recommendations: Recommendations;
|
|
22
|
-
operations: Operations;
|
|
23
|
-
suppressions: Suppressions;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
/** Optional parameters. */
|
|
27
|
-
export declare interface AdvisorManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
28
|
-
/** server parameter */
|
|
29
|
-
$host?: string;
|
|
30
|
-
/** Api Version */
|
|
31
|
-
apiVersion?: string;
|
|
32
|
-
/** Overrides client endpoint. */
|
|
33
|
-
endpoint?: string;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
export declare interface ArmErrorResponse {
|
|
37
|
-
/** ARM error response body. */
|
|
38
|
-
error?: ARMErrorResponseBody;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
/** ARM error response body. */
|
|
42
|
-
export declare interface ARMErrorResponseBody {
|
|
43
|
-
/** Gets or sets the string that describes the error in detail and provides debugging information. */
|
|
44
|
-
message?: string;
|
|
45
|
-
/** Gets or sets the string that can be used to programmatically identify the error. */
|
|
46
|
-
code?: string;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* Defines values for Category. \
|
|
51
|
-
* {@link KnownCategory} can be used interchangeably with Category,
|
|
52
|
-
* this enum contains the known values that the service supports.
|
|
53
|
-
* ### Known values supported by the service
|
|
54
|
-
* **HighAvailability** \
|
|
55
|
-
* **Security** \
|
|
56
|
-
* **Performance** \
|
|
57
|
-
* **Cost** \
|
|
58
|
-
* **OperationalExcellence**
|
|
59
|
-
*/
|
|
60
|
-
export declare type Category = string;
|
|
61
|
-
|
|
62
|
-
/** The Advisor configuration data structure. */
|
|
63
|
-
export declare interface ConfigData extends Resource {
|
|
64
|
-
/** Exclude the resource from Advisor evaluations. Valid values: False (default) or True. */
|
|
65
|
-
exclude?: boolean;
|
|
66
|
-
/** Minimum percentage threshold for Advisor low CPU utilization evaluation. Valid only for subscriptions. Valid values: 5 (default), 10, 15 or 20. */
|
|
67
|
-
lowCpuThreshold?: CpuThreshold;
|
|
68
|
-
/** Advisor digest configuration. Valid only for subscriptions */
|
|
69
|
-
digests?: DigestConfig[];
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
/** The list of Advisor configurations. */
|
|
73
|
-
export declare interface ConfigurationListResult {
|
|
74
|
-
/** The list of configurations. */
|
|
75
|
-
value?: ConfigData[];
|
|
76
|
-
/** The link used to get the next page of configurations. */
|
|
77
|
-
nextLink?: string;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* Defines values for ConfigurationName. \
|
|
82
|
-
* {@link KnownConfigurationName} can be used interchangeably with ConfigurationName,
|
|
83
|
-
* this enum contains the known values that the service supports.
|
|
84
|
-
* ### Known values supported by the service
|
|
85
|
-
* **default**
|
|
86
|
-
*/
|
|
87
|
-
export declare type ConfigurationName = string;
|
|
88
|
-
|
|
89
|
-
/** Interface representing a Configurations. */
|
|
90
|
-
export declare interface Configurations {
|
|
91
|
-
/**
|
|
92
|
-
* Retrieve Azure Advisor configurations and also retrieve configurations of contained resource groups.
|
|
93
|
-
* @param options The options parameters.
|
|
94
|
-
*/
|
|
95
|
-
listBySubscription(options?: ConfigurationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ConfigData>;
|
|
96
|
-
/**
|
|
97
|
-
* Retrieve Azure Advisor configurations.
|
|
98
|
-
* @param resourceGroup The name of the Azure resource group.
|
|
99
|
-
* @param options The options parameters.
|
|
100
|
-
*/
|
|
101
|
-
listByResourceGroup(resourceGroup: string, options?: ConfigurationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ConfigData>;
|
|
102
|
-
/**
|
|
103
|
-
* Create/Overwrite Azure Advisor configuration and also delete all configurations of contained
|
|
104
|
-
* resource groups.
|
|
105
|
-
* @param configurationName Advisor configuration name. Value must be 'default'
|
|
106
|
-
* @param configContract The Azure Advisor configuration data structure.
|
|
107
|
-
* @param options The options parameters.
|
|
108
|
-
*/
|
|
109
|
-
createInSubscription(configurationName: ConfigurationName, configContract: ConfigData, options?: ConfigurationsCreateInSubscriptionOptionalParams): Promise<ConfigurationsCreateInSubscriptionResponse>;
|
|
110
|
-
/**
|
|
111
|
-
* Create/Overwrite Azure Advisor configuration.
|
|
112
|
-
* @param configurationName Advisor configuration name. Value must be 'default'
|
|
113
|
-
* @param resourceGroup The name of the Azure resource group.
|
|
114
|
-
* @param configContract The Azure Advisor configuration data structure.
|
|
115
|
-
* @param options The options parameters.
|
|
116
|
-
*/
|
|
117
|
-
createInResourceGroup(configurationName: ConfigurationName, resourceGroup: string, configContract: ConfigData, options?: ConfigurationsCreateInResourceGroupOptionalParams): Promise<ConfigurationsCreateInResourceGroupResponse>;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
/** Optional parameters. */
|
|
121
|
-
export declare interface ConfigurationsCreateInResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
/** Contains response data for the createInResourceGroup operation. */
|
|
125
|
-
export declare type ConfigurationsCreateInResourceGroupResponse = ConfigData;
|
|
126
|
-
|
|
127
|
-
/** Optional parameters. */
|
|
128
|
-
export declare interface ConfigurationsCreateInSubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
/** Contains response data for the createInSubscription operation. */
|
|
132
|
-
export declare type ConfigurationsCreateInSubscriptionResponse = ConfigData;
|
|
133
|
-
|
|
134
|
-
/** Optional parameters. */
|
|
135
|
-
export declare interface ConfigurationsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
139
|
-
export declare type ConfigurationsListByResourceGroupResponse = ConfigurationListResult;
|
|
140
|
-
|
|
141
|
-
/** Optional parameters. */
|
|
142
|
-
export declare interface ConfigurationsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
146
|
-
export declare type ConfigurationsListBySubscriptionNextResponse = ConfigurationListResult;
|
|
147
|
-
|
|
148
|
-
/** Optional parameters. */
|
|
149
|
-
export declare interface ConfigurationsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
/** Contains response data for the listBySubscription operation. */
|
|
153
|
-
export declare type ConfigurationsListBySubscriptionResponse = ConfigurationListResult;
|
|
154
|
-
|
|
155
|
-
/**
|
|
156
|
-
* Defines values for CpuThreshold. \
|
|
157
|
-
* {@link KnownCpuThreshold} can be used interchangeably with CpuThreshold,
|
|
158
|
-
* this enum contains the known values that the service supports.
|
|
159
|
-
* ### Known values supported by the service
|
|
160
|
-
* **5** \
|
|
161
|
-
* **10** \
|
|
162
|
-
* **15** \
|
|
163
|
-
* **20**
|
|
164
|
-
*/
|
|
165
|
-
export declare type CpuThreshold = string;
|
|
166
|
-
|
|
167
|
-
/** Advisor Digest configuration entity */
|
|
168
|
-
export declare interface DigestConfig {
|
|
169
|
-
/** Name of digest configuration. Value is case-insensitive and must be unique within a subscription. */
|
|
170
|
-
name?: string;
|
|
171
|
-
/** Action group resource id used by digest. */
|
|
172
|
-
actionGroupResourceId?: string;
|
|
173
|
-
/** Frequency that digest will be triggered, in days. Value must be between 7 and 30 days inclusive. */
|
|
174
|
-
frequency?: number;
|
|
175
|
-
/** Categories to send digest for. If categories are not provided, then digest will be sent for all categories. */
|
|
176
|
-
categories?: Category[];
|
|
177
|
-
/** Language for digest content body. Value must be ISO 639-1 code for one of Azure portal supported languages. Otherwise, it will be converted into one. Default value is English (en). */
|
|
178
|
-
language?: string;
|
|
179
|
-
/** State of digest configuration. */
|
|
180
|
-
state?: DigestConfigState;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
/**
|
|
184
|
-
* Defines values for DigestConfigState. \
|
|
185
|
-
* {@link KnownDigestConfigState} can be used interchangeably with DigestConfigState,
|
|
186
|
-
* this enum contains the known values that the service supports.
|
|
187
|
-
* ### Known values supported by the service
|
|
188
|
-
* **Active** \
|
|
189
|
-
* **Disabled**
|
|
190
|
-
*/
|
|
191
|
-
export declare type DigestConfigState = string;
|
|
192
|
-
|
|
193
|
-
/**
|
|
194
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
195
|
-
* returns a continuation token that can be used to begin paging from
|
|
196
|
-
* that point later.
|
|
197
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
198
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
199
|
-
*/
|
|
200
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
201
|
-
|
|
202
|
-
/**
|
|
203
|
-
* Defines values for Impact. \
|
|
204
|
-
* {@link KnownImpact} can be used interchangeably with Impact,
|
|
205
|
-
* this enum contains the known values that the service supports.
|
|
206
|
-
* ### Known values supported by the service
|
|
207
|
-
* **High** \
|
|
208
|
-
* **Medium** \
|
|
209
|
-
* **Low**
|
|
210
|
-
*/
|
|
211
|
-
export declare type Impact = string;
|
|
212
|
-
|
|
213
|
-
/** Known values of {@link Category} that the service accepts. */
|
|
214
|
-
export declare enum KnownCategory {
|
|
215
|
-
/** HighAvailability */
|
|
216
|
-
HighAvailability = "HighAvailability",
|
|
217
|
-
/** Security */
|
|
218
|
-
Security = "Security",
|
|
219
|
-
/** Performance */
|
|
220
|
-
Performance = "Performance",
|
|
221
|
-
/** Cost */
|
|
222
|
-
Cost = "Cost",
|
|
223
|
-
/** OperationalExcellence */
|
|
224
|
-
OperationalExcellence = "OperationalExcellence"
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
/** Known values of {@link ConfigurationName} that the service accepts. */
|
|
228
|
-
export declare enum KnownConfigurationName {
|
|
229
|
-
/** Default */
|
|
230
|
-
Default = "default"
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
/** Known values of {@link CpuThreshold} that the service accepts. */
|
|
234
|
-
export declare enum KnownCpuThreshold {
|
|
235
|
-
/** Five */
|
|
236
|
-
Five = "5",
|
|
237
|
-
/** Ten */
|
|
238
|
-
Ten = "10",
|
|
239
|
-
/** Fifteen */
|
|
240
|
-
Fifteen = "15",
|
|
241
|
-
/** Twenty */
|
|
242
|
-
Twenty = "20"
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
/** Known values of {@link DigestConfigState} that the service accepts. */
|
|
246
|
-
export declare enum KnownDigestConfigState {
|
|
247
|
-
/** Active */
|
|
248
|
-
Active = "Active",
|
|
249
|
-
/** Disabled */
|
|
250
|
-
Disabled = "Disabled"
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
/** Known values of {@link Impact} that the service accepts. */
|
|
254
|
-
export declare enum KnownImpact {
|
|
255
|
-
/** High */
|
|
256
|
-
High = "High",
|
|
257
|
-
/** Medium */
|
|
258
|
-
Medium = "Medium",
|
|
259
|
-
/** Low */
|
|
260
|
-
Low = "Low"
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
/** Known values of {@link Risk} that the service accepts. */
|
|
264
|
-
export declare enum KnownRisk {
|
|
265
|
-
/** Error */
|
|
266
|
-
Error = "Error",
|
|
267
|
-
/** Warning */
|
|
268
|
-
Warning = "Warning",
|
|
269
|
-
/** None */
|
|
270
|
-
None = "None"
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
/** Known values of {@link Scenario} that the service accepts. */
|
|
274
|
-
export declare enum KnownScenario {
|
|
275
|
-
/** Alerts */
|
|
276
|
-
Alerts = "Alerts"
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
/** The metadata entity contract. */
|
|
280
|
-
export declare interface MetadataEntity {
|
|
281
|
-
/** The resource Id of the metadata entity. */
|
|
282
|
-
id?: string;
|
|
283
|
-
/** The type of the metadata entity. */
|
|
284
|
-
type?: string;
|
|
285
|
-
/** The name of the metadata entity. */
|
|
286
|
-
name?: string;
|
|
287
|
-
/** The display name. */
|
|
288
|
-
displayName?: string;
|
|
289
|
-
/** The list of keys on which this entity depends on. */
|
|
290
|
-
dependsOn?: string[];
|
|
291
|
-
/** The list of scenarios applicable to this metadata entity. */
|
|
292
|
-
applicableScenarios?: Scenario[];
|
|
293
|
-
/** The list of supported values. */
|
|
294
|
-
supportedValues?: MetadataSupportedValueDetail[];
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
/** The list of metadata entities */
|
|
298
|
-
export declare interface MetadataEntityListResult {
|
|
299
|
-
/** The list of metadata entities. */
|
|
300
|
-
value?: MetadataEntity[];
|
|
301
|
-
/** The link used to get the next page of metadata. */
|
|
302
|
-
nextLink?: string;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
/** The metadata supported value detail. */
|
|
306
|
-
export declare interface MetadataSupportedValueDetail {
|
|
307
|
-
/** The id. */
|
|
308
|
-
id?: string;
|
|
309
|
-
/** The display name. */
|
|
310
|
-
displayName?: string;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
/** The operation supported by Advisor. */
|
|
314
|
-
export declare interface OperationDisplayInfo {
|
|
315
|
-
/** The description of the operation. */
|
|
316
|
-
description?: string;
|
|
317
|
-
/** The action that users can perform, based on their permission level. */
|
|
318
|
-
operation?: string;
|
|
319
|
-
/** Service provider: Microsoft Advisor. */
|
|
320
|
-
provider?: string;
|
|
321
|
-
/** Resource on which the operation is performed. */
|
|
322
|
-
resource?: string;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
/** The operation supported by Advisor. */
|
|
326
|
-
export declare interface OperationEntity {
|
|
327
|
-
/** Operation name: {provider}/{resource}/{operation}. */
|
|
328
|
-
name?: string;
|
|
329
|
-
/** The operation supported by Advisor. */
|
|
330
|
-
display?: OperationDisplayInfo;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
/** The list of Advisor operations. */
|
|
334
|
-
export declare interface OperationEntityListResult {
|
|
335
|
-
/** The link used to get the next page of operations. */
|
|
336
|
-
nextLink?: string;
|
|
337
|
-
/** The list of operations. */
|
|
338
|
-
value?: OperationEntity[];
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
/** Interface representing a Operations. */
|
|
342
|
-
export declare interface Operations {
|
|
343
|
-
/**
|
|
344
|
-
* Lists all the available Advisor REST API operations.
|
|
345
|
-
* @param options The options parameters.
|
|
346
|
-
*/
|
|
347
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationEntity>;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
/** Optional parameters. */
|
|
351
|
-
export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
/** Contains response data for the listNext operation. */
|
|
355
|
-
export declare type OperationsListNextResponse = OperationEntityListResult;
|
|
356
|
-
|
|
357
|
-
/** Optional parameters. */
|
|
358
|
-
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
/** Contains response data for the list operation. */
|
|
362
|
-
export declare type OperationsListResponse = OperationEntityListResult;
|
|
363
|
-
|
|
364
|
-
/** Interface representing a RecommendationMetadata. */
|
|
365
|
-
export declare interface RecommendationMetadata {
|
|
366
|
-
/**
|
|
367
|
-
* Gets the list of metadata entities.
|
|
368
|
-
* @param options The options parameters.
|
|
369
|
-
*/
|
|
370
|
-
list(options?: RecommendationMetadataListOptionalParams): PagedAsyncIterableIterator<MetadataEntity>;
|
|
371
|
-
/**
|
|
372
|
-
* Gets the metadata entity.
|
|
373
|
-
* @param name Name of metadata entity.
|
|
374
|
-
* @param options The options parameters.
|
|
375
|
-
*/
|
|
376
|
-
get(name: string, options?: RecommendationMetadataGetOptionalParams): Promise<RecommendationMetadataGetResponse>;
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
/** Optional parameters. */
|
|
380
|
-
export declare interface RecommendationMetadataGetOptionalParams extends coreClient.OperationOptions {
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
/** Contains response data for the get operation. */
|
|
384
|
-
export declare type RecommendationMetadataGetResponse = MetadataEntity;
|
|
385
|
-
|
|
386
|
-
/** Optional parameters. */
|
|
387
|
-
export declare interface RecommendationMetadataListNextOptionalParams extends coreClient.OperationOptions {
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
/** Contains response data for the listNext operation. */
|
|
391
|
-
export declare type RecommendationMetadataListNextResponse = MetadataEntityListResult;
|
|
392
|
-
|
|
393
|
-
/** Optional parameters. */
|
|
394
|
-
export declare interface RecommendationMetadataListOptionalParams extends coreClient.OperationOptions {
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
/** Contains response data for the list operation. */
|
|
398
|
-
export declare type RecommendationMetadataListResponse = MetadataEntityListResult;
|
|
399
|
-
|
|
400
|
-
/** Interface representing a Recommendations. */
|
|
401
|
-
export declare interface Recommendations {
|
|
402
|
-
/**
|
|
403
|
-
* Obtains cached recommendations for a subscription. The recommendations are generated or computed by
|
|
404
|
-
* invoking generateRecommendations.
|
|
405
|
-
* @param options The options parameters.
|
|
406
|
-
*/
|
|
407
|
-
list(options?: RecommendationsListOptionalParams): PagedAsyncIterableIterator<ResourceRecommendationBase>;
|
|
408
|
-
/**
|
|
409
|
-
* Initiates the recommendation generation or computation process for a subscription. This operation is
|
|
410
|
-
* asynchronous. The generated recommendations are stored in a cache in the Advisor service.
|
|
411
|
-
* @param options The options parameters.
|
|
412
|
-
*/
|
|
413
|
-
generate(options?: RecommendationsGenerateOptionalParams): Promise<RecommendationsGenerateResponse>;
|
|
414
|
-
/**
|
|
415
|
-
* Retrieves the status of the recommendation computation or generation process. Invoke this API after
|
|
416
|
-
* calling the generation recommendation. The URI of this API is returned in the Location field of the
|
|
417
|
-
* response header.
|
|
418
|
-
* @param operationId The operation ID, which can be found from the Location field in the generate
|
|
419
|
-
* recommendation response header.
|
|
420
|
-
* @param options The options parameters.
|
|
421
|
-
*/
|
|
422
|
-
getGenerateStatus(operationId: string, options?: RecommendationsGetGenerateStatusOptionalParams): Promise<void>;
|
|
423
|
-
/**
|
|
424
|
-
* Obtains details of a cached recommendation.
|
|
425
|
-
* @param resourceUri The fully qualified Azure Resource Manager identifier of the resource to which
|
|
426
|
-
* the recommendation applies.
|
|
427
|
-
* @param recommendationId The recommendation ID.
|
|
428
|
-
* @param options The options parameters.
|
|
429
|
-
*/
|
|
430
|
-
get(resourceUri: string, recommendationId: string, options?: RecommendationsGetOptionalParams): Promise<RecommendationsGetResponse>;
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
/** Defines headers for Recommendations_generate operation. */
|
|
434
|
-
export declare interface RecommendationsGenerateHeaders {
|
|
435
|
-
/** The URL where the status of the asynchronous operation can be checked. */
|
|
436
|
-
location?: string;
|
|
437
|
-
/** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */
|
|
438
|
-
retryAfter?: string;
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
/** Optional parameters. */
|
|
442
|
-
export declare interface RecommendationsGenerateOptionalParams extends coreClient.OperationOptions {
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
/** Contains response data for the generate operation. */
|
|
446
|
-
export declare type RecommendationsGenerateResponse = RecommendationsGenerateHeaders;
|
|
447
|
-
|
|
448
|
-
/** Optional parameters. */
|
|
449
|
-
export declare interface RecommendationsGetGenerateStatusOptionalParams extends coreClient.OperationOptions {
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
/** Optional parameters. */
|
|
453
|
-
export declare interface RecommendationsGetOptionalParams extends coreClient.OperationOptions {
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
/** Contains response data for the get operation. */
|
|
457
|
-
export declare type RecommendationsGetResponse = ResourceRecommendationBase;
|
|
458
|
-
|
|
459
|
-
/** Optional parameters. */
|
|
460
|
-
export declare interface RecommendationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
/** Contains response data for the listNext operation. */
|
|
464
|
-
export declare type RecommendationsListNextResponse = ResourceRecommendationBaseListResult;
|
|
465
|
-
|
|
466
|
-
/** Optional parameters. */
|
|
467
|
-
export declare interface RecommendationsListOptionalParams extends coreClient.OperationOptions {
|
|
468
|
-
/** The filter to apply to the recommendations.<br>Filter can be applied to properties ['ResourceId', 'ResourceGroup', 'RecommendationTypeGuid', '[Category](#category)'] with operators ['eq', 'and', 'or'].<br>Example:<br>- $filter=Category eq 'Cost' and ResourceGroup eq 'MyResourceGroup' */
|
|
469
|
-
filter?: string;
|
|
470
|
-
/** The number of recommendations per page if a paged version of this API is being used. */
|
|
471
|
-
top?: number;
|
|
472
|
-
/** The page-continuation token to use with a paged version of this API. */
|
|
473
|
-
skipToken?: string;
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
/** Contains response data for the list operation. */
|
|
477
|
-
export declare type RecommendationsListResponse = ResourceRecommendationBaseListResult;
|
|
478
|
-
|
|
479
|
-
/** An Azure resource. */
|
|
480
|
-
export declare interface Resource {
|
|
481
|
-
/**
|
|
482
|
-
* The resource ID.
|
|
483
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
484
|
-
*/
|
|
485
|
-
readonly id?: string;
|
|
486
|
-
/**
|
|
487
|
-
* The name of the resource.
|
|
488
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
489
|
-
*/
|
|
490
|
-
readonly name?: string;
|
|
491
|
-
/**
|
|
492
|
-
* The type of the resource.
|
|
493
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
494
|
-
*/
|
|
495
|
-
readonly type?: string;
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
/** Recommendation resource metadata */
|
|
499
|
-
export declare interface ResourceMetadata {
|
|
500
|
-
/** Azure resource Id of the assessed resource */
|
|
501
|
-
resourceId?: string;
|
|
502
|
-
/** Source from which recommendation is generated */
|
|
503
|
-
source?: string;
|
|
504
|
-
/** The action to view resource. */
|
|
505
|
-
action?: {
|
|
506
|
-
[propertyName: string]: Record<string, unknown>;
|
|
507
|
-
};
|
|
508
|
-
/** The singular user friendly name of resource type. eg: virtual machine */
|
|
509
|
-
singular?: string;
|
|
510
|
-
/** The plural user friendly name of resource type. eg: virtual machines */
|
|
511
|
-
plural?: string;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
/** Advisor Recommendation. */
|
|
515
|
-
export declare interface ResourceRecommendationBase extends Resource {
|
|
516
|
-
/** The category of the recommendation. */
|
|
517
|
-
category?: Category;
|
|
518
|
-
/** The business impact of the recommendation. */
|
|
519
|
-
impact?: Impact;
|
|
520
|
-
/** The resource type identified by Advisor. */
|
|
521
|
-
impactedField?: string;
|
|
522
|
-
/** The resource identified by Advisor. */
|
|
523
|
-
impactedValue?: string;
|
|
524
|
-
/** The most recent time that Advisor checked the validity of the recommendation. */
|
|
525
|
-
lastUpdated?: Date;
|
|
526
|
-
/** The recommendation metadata. */
|
|
527
|
-
metadata?: {
|
|
528
|
-
[propertyName: string]: Record<string, unknown>;
|
|
529
|
-
};
|
|
530
|
-
/** The recommendation-type GUID. */
|
|
531
|
-
recommendationTypeId?: string;
|
|
532
|
-
/** The potential risk of not implementing the recommendation. */
|
|
533
|
-
risk?: Risk;
|
|
534
|
-
/** A summary of the recommendation. */
|
|
535
|
-
shortDescription?: ShortDescription;
|
|
536
|
-
/** The list of snoozed and dismissed rules for the recommendation. */
|
|
537
|
-
suppressionIds?: string[];
|
|
538
|
-
/** Extended properties */
|
|
539
|
-
extendedProperties?: {
|
|
540
|
-
[propertyName: string]: string;
|
|
541
|
-
};
|
|
542
|
-
/** Metadata of resource that was assessed */
|
|
543
|
-
resourceMetadata?: ResourceMetadata;
|
|
544
|
-
/** The detailed description of recommendation. */
|
|
545
|
-
description?: string;
|
|
546
|
-
/** The label of recommendation. */
|
|
547
|
-
label?: string;
|
|
548
|
-
/** The link to learn more about recommendation and generation logic. */
|
|
549
|
-
learnMoreLink?: string;
|
|
550
|
-
/** The potential benefit of implementing recommendation. */
|
|
551
|
-
potentialBenefits?: string;
|
|
552
|
-
/** The list of recommended actions to implement recommendation. */
|
|
553
|
-
actions?: {
|
|
554
|
-
[propertyName: string]: Record<string, unknown>;
|
|
555
|
-
}[];
|
|
556
|
-
/** The automated way to apply recommendation. */
|
|
557
|
-
remediation?: {
|
|
558
|
-
[propertyName: string]: Record<string, unknown>;
|
|
559
|
-
};
|
|
560
|
-
/** The recommendation metadata properties exposed to customer to provide additional information. */
|
|
561
|
-
exposedMetadataProperties?: {
|
|
562
|
-
[propertyName: string]: Record<string, unknown>;
|
|
563
|
-
};
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
/** The list of Advisor recommendations. */
|
|
567
|
-
export declare interface ResourceRecommendationBaseListResult {
|
|
568
|
-
/** The link used to get the next page of recommendations. */
|
|
569
|
-
nextLink?: string;
|
|
570
|
-
/** The list of recommendations. */
|
|
571
|
-
value?: ResourceRecommendationBase[];
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
/**
|
|
575
|
-
* Defines values for Risk. \
|
|
576
|
-
* {@link KnownRisk} can be used interchangeably with Risk,
|
|
577
|
-
* this enum contains the known values that the service supports.
|
|
578
|
-
* ### Known values supported by the service
|
|
579
|
-
* **Error** \
|
|
580
|
-
* **Warning** \
|
|
581
|
-
* **None**
|
|
582
|
-
*/
|
|
583
|
-
export declare type Risk = string;
|
|
584
|
-
|
|
585
|
-
/**
|
|
586
|
-
* Defines values for Scenario. \
|
|
587
|
-
* {@link KnownScenario} can be used interchangeably with Scenario,
|
|
588
|
-
* this enum contains the known values that the service supports.
|
|
589
|
-
* ### Known values supported by the service
|
|
590
|
-
* **Alerts**
|
|
591
|
-
*/
|
|
592
|
-
export declare type Scenario = string;
|
|
593
|
-
|
|
594
|
-
/** A summary of the recommendation. */
|
|
595
|
-
export declare interface ShortDescription {
|
|
596
|
-
/** The issue or opportunity identified by the recommendation. */
|
|
597
|
-
problem?: string;
|
|
598
|
-
/** The remediation action suggested by the recommendation. */
|
|
599
|
-
solution?: string;
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
/** The details of the snoozed or dismissed rule; for example, the duration, name, and GUID associated with the rule. */
|
|
603
|
-
export declare interface SuppressionContract extends Resource {
|
|
604
|
-
/** The GUID of the suppression. */
|
|
605
|
-
suppressionId?: string;
|
|
606
|
-
/** The duration for which the suppression is valid. */
|
|
607
|
-
ttl?: string;
|
|
608
|
-
/**
|
|
609
|
-
* Gets or sets the expiration time stamp.
|
|
610
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
611
|
-
*/
|
|
612
|
-
readonly expirationTimeStamp?: Date;
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
/** The list of Advisor suppressions. */
|
|
616
|
-
export declare interface SuppressionContractListResult {
|
|
617
|
-
/** The link used to get the next page of suppressions. */
|
|
618
|
-
nextLink?: string;
|
|
619
|
-
/** The list of suppressions. */
|
|
620
|
-
value?: SuppressionContract[];
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
/** Interface representing a Suppressions. */
|
|
624
|
-
export declare interface Suppressions {
|
|
625
|
-
/**
|
|
626
|
-
* Retrieves the list of snoozed or dismissed suppressions for a subscription. The snoozed or dismissed
|
|
627
|
-
* attribute of a recommendation is referred to as a suppression.
|
|
628
|
-
* @param options The options parameters.
|
|
629
|
-
*/
|
|
630
|
-
list(options?: SuppressionsListOptionalParams): PagedAsyncIterableIterator<SuppressionContract>;
|
|
631
|
-
/**
|
|
632
|
-
* Obtains the details of a suppression.
|
|
633
|
-
* @param resourceUri The fully qualified Azure Resource Manager identifier of the resource to which
|
|
634
|
-
* the recommendation applies.
|
|
635
|
-
* @param recommendationId The recommendation ID.
|
|
636
|
-
* @param name The name of the suppression.
|
|
637
|
-
* @param options The options parameters.
|
|
638
|
-
*/
|
|
639
|
-
get(resourceUri: string, recommendationId: string, name: string, options?: SuppressionsGetOptionalParams): Promise<SuppressionsGetResponse>;
|
|
640
|
-
/**
|
|
641
|
-
* Enables the snoozed or dismissed attribute of a recommendation. The snoozed or dismissed attribute
|
|
642
|
-
* is referred to as a suppression. Use this API to create or update the snoozed or dismissed status of
|
|
643
|
-
* a recommendation.
|
|
644
|
-
* @param resourceUri The fully qualified Azure Resource Manager identifier of the resource to which
|
|
645
|
-
* the recommendation applies.
|
|
646
|
-
* @param recommendationId The recommendation ID.
|
|
647
|
-
* @param name The name of the suppression.
|
|
648
|
-
* @param suppressionContract The snoozed or dismissed attribute; for example, the snooze duration.
|
|
649
|
-
* @param options The options parameters.
|
|
650
|
-
*/
|
|
651
|
-
create(resourceUri: string, recommendationId: string, name: string, suppressionContract: SuppressionContract, options?: SuppressionsCreateOptionalParams): Promise<SuppressionsCreateResponse>;
|
|
652
|
-
/**
|
|
653
|
-
* Enables the activation of a snoozed or dismissed recommendation. The snoozed or dismissed attribute
|
|
654
|
-
* of a recommendation is referred to as a suppression.
|
|
655
|
-
* @param resourceUri The fully qualified Azure Resource Manager identifier of the resource to which
|
|
656
|
-
* the recommendation applies.
|
|
657
|
-
* @param recommendationId The recommendation ID.
|
|
658
|
-
* @param name The name of the suppression.
|
|
659
|
-
* @param options The options parameters.
|
|
660
|
-
*/
|
|
661
|
-
delete(resourceUri: string, recommendationId: string, name: string, options?: SuppressionsDeleteOptionalParams): Promise<void>;
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
/** Optional parameters. */
|
|
665
|
-
export declare interface SuppressionsCreateOptionalParams extends coreClient.OperationOptions {
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
/** Contains response data for the create operation. */
|
|
669
|
-
export declare type SuppressionsCreateResponse = SuppressionContract;
|
|
670
|
-
|
|
671
|
-
/** Optional parameters. */
|
|
672
|
-
export declare interface SuppressionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
/** Optional parameters. */
|
|
676
|
-
export declare interface SuppressionsGetOptionalParams extends coreClient.OperationOptions {
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
/** Contains response data for the get operation. */
|
|
680
|
-
export declare type SuppressionsGetResponse = SuppressionContract;
|
|
681
|
-
|
|
682
|
-
/** Optional parameters. */
|
|
683
|
-
export declare interface SuppressionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
/** Contains response data for the listNext operation. */
|
|
687
|
-
export declare type SuppressionsListNextResponse = SuppressionContractListResult;
|
|
688
|
-
|
|
689
|
-
/** Optional parameters. */
|
|
690
|
-
export declare interface SuppressionsListOptionalParams extends coreClient.OperationOptions {
|
|
691
|
-
/** The number of suppressions per page if a paged version of this API is being used. */
|
|
692
|
-
top?: number;
|
|
693
|
-
/** The page-continuation token to use with a paged version of this API. */
|
|
694
|
-
skipToken?: string;
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
/** Contains response data for the list operation. */
|
|
698
|
-
export declare type SuppressionsListResponse = SuppressionContractListResult;
|
|
699
|
-
|
|
700
|
-
export { }
|