@azure/arm-resourcehealth 4.1.0-beta.1 → 4.1.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -8
- package/LICENSE +4 -4
- package/README.md +26 -17
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/microsoftResourceHealth.d.ts +2 -2
- package/dist/browser/microsoftResourceHealth.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/microsoftResourceHealth.js +39 -24
- package/dist/browser/microsoftResourceHealth.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +124 -59
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/availabilityStatuses.d.ts +3 -3
- package/dist/browser/operations/availabilityStatuses.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/availabilityStatuses.js +70 -136
- package/dist/browser/operations/availabilityStatuses.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/childAvailabilityStatuses.d.ts +3 -3
- package/dist/browser/operations/childAvailabilityStatuses.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/childAvailabilityStatuses.js +26 -48
- package/dist/browser/operations/childAvailabilityStatuses.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/childResources.d.ts +3 -3
- package/dist/browser/operations/childResources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/childResources.js +26 -48
- package/dist/browser/operations/childResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/emergingIssues.d.ts +3 -3
- package/dist/browser/operations/emergingIssues.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/emergingIssues.js +26 -48
- package/dist/browser/operations/emergingIssues.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/eventOperations.d.ts +3 -3
- package/dist/browser/operations/eventOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/eventOperations.js +3 -2
- package/dist/browser/operations/eventOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/eventsOperations.d.ts +3 -3
- package/dist/browser/operations/eventsOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/eventsOperations.js +70 -136
- package/dist/browser/operations/eventsOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/impactedResources.d.ts +3 -3
- package/dist/browser/operations/impactedResources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/impactedResources.js +48 -92
- package/dist/browser/operations/impactedResources.js.map +1 -0
- package/dist/browser/operations/index.d.ts +11 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +18 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/metadata.d.ts +3 -3
- package/dist/browser/operations/metadata.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/metadata.js +26 -48
- package/dist/browser/operations/metadata.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -2
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/securityAdvisoryImpactedResources.d.ts +3 -3
- package/dist/browser/operations/securityAdvisoryImpactedResources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/securityAdvisoryImpactedResources.js +48 -92
- package/dist/browser/operations/securityAdvisoryImpactedResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/availabilityStatuses.d.ts +1 -1
- package/dist/browser/operationsInterfaces/availabilityStatuses.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/availabilityStatuses.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/childAvailabilityStatuses.d.ts +1 -1
- package/dist/browser/operationsInterfaces/childAvailabilityStatuses.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/childAvailabilityStatuses.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/childResources.d.ts +1 -1
- package/dist/browser/operationsInterfaces/childResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/childResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/emergingIssues.d.ts +1 -1
- package/dist/browser/operationsInterfaces/emergingIssues.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/emergingIssues.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/eventOperations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/eventOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/eventOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/eventsOperations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/eventsOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/eventsOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/impactedResources.d.ts +1 -1
- package/dist/browser/operationsInterfaces/impactedResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/impactedResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +11 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +18 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/metadata.d.ts +1 -1
- package/dist/browser/operationsInterfaces/metadata.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/metadata.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/securityAdvisoryImpactedResources.d.ts +1 -1
- package/dist/browser/operationsInterfaces/securityAdvisoryImpactedResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/securityAdvisoryImpactedResources.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/microsoftResourceHealth.d.ts +30 -0
- package/dist/commonjs/microsoftResourceHealth.d.ts.map +1 -0
- package/dist/commonjs/microsoftResourceHealth.js +127 -0
- package/dist/commonjs/microsoftResourceHealth.js.map +1 -0
- package/{types/arm-resourcehealth.d.ts → dist/commonjs/models/index.d.ts} +1057 -1453
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +151 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +42 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1582 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +16 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +163 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/availabilityStatuses.d.ts +96 -0
- package/dist/commonjs/operations/availabilityStatuses.d.ts.map +1 -0
- package/dist/commonjs/operations/availabilityStatuses.js +380 -0
- package/dist/commonjs/operations/availabilityStatuses.js.map +1 -0
- package/dist/commonjs/operations/childAvailabilityStatuses.d.ts +51 -0
- package/dist/commonjs/operations/childAvailabilityStatuses.d.ts.map +1 -0
- package/dist/commonjs/operations/childAvailabilityStatuses.js +170 -0
- package/dist/commonjs/operations/childAvailabilityStatuses.js.map +1 -0
- package/dist/commonjs/operations/childResources.d.ts +43 -0
- package/dist/commonjs/operations/childResources.d.ts.map +1 -0
- package/dist/commonjs/operations/childResources.js +140 -0
- package/dist/commonjs/operations/childResources.js.map +1 -0
- package/dist/commonjs/operations/emergingIssues.d.ts +38 -0
- package/dist/commonjs/operations/emergingIssues.d.ts.map +1 -0
- package/dist/commonjs/operations/emergingIssues.js +145 -0
- package/dist/commonjs/operations/emergingIssues.js.map +1 -0
- package/dist/commonjs/operations/eventOperations.d.ts +39 -0
- package/dist/commonjs/operations/eventOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/eventOperations.js +143 -0
- package/dist/commonjs/operations/eventOperations.js.map +1 -0
- package/dist/commonjs/operations/eventsOperations.d.ts +83 -0
- package/dist/commonjs/operations/eventsOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/eventsOperations.js +332 -0
- package/dist/commonjs/operations/eventsOperations.js.map +1 -0
- package/dist/commonjs/operations/impactedResources.d.ts +72 -0
- package/dist/commonjs/operations/impactedResources.d.ts.map +1 -0
- package/dist/commonjs/operations/impactedResources.js +291 -0
- package/dist/commonjs/operations/impactedResources.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +11 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +21 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/metadata.d.ts +38 -0
- package/dist/commonjs/operations/metadata.d.ts.map +1 -0
- package/dist/commonjs/operations/metadata.js +145 -0
- package/dist/commonjs/operations/metadata.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +18 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +52 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/securityAdvisoryImpactedResources.d.ts +58 -0
- package/dist/commonjs/operations/securityAdvisoryImpactedResources.d.ts.map +1 -0
- package/dist/commonjs/operations/securityAdvisoryImpactedResources.js +232 -0
- package/dist/commonjs/operations/securityAdvisoryImpactedResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/availabilityStatuses.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/availabilityStatuses.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/availabilityStatuses.js +10 -0
- package/dist/commonjs/operationsInterfaces/availabilityStatuses.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/childAvailabilityStatuses.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/childAvailabilityStatuses.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/childAvailabilityStatuses.js +10 -0
- package/dist/commonjs/operationsInterfaces/childAvailabilityStatuses.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/childResources.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/childResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/childResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/childResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/emergingIssues.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/emergingIssues.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/emergingIssues.js +10 -0
- package/dist/commonjs/operationsInterfaces/emergingIssues.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/eventOperations.d.ts +31 -0
- package/dist/commonjs/operationsInterfaces/eventOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/eventOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/eventOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/eventsOperations.d.ts +26 -0
- package/dist/commonjs/operationsInterfaces/eventsOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/eventsOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/eventsOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/impactedResources.d.ts +32 -0
- package/dist/commonjs/operationsInterfaces/impactedResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/impactedResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/impactedResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +21 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/metadata.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/metadata.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/metadata.js +10 -0
- package/dist/commonjs/operationsInterfaces/metadata.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/securityAdvisoryImpactedResources.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/securityAdvisoryImpactedResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/securityAdvisoryImpactedResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/securityAdvisoryImpactedResources.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/microsoftResourceHealth.d.ts +30 -0
- package/dist/esm/microsoftResourceHealth.d.ts.map +1 -0
- package/dist/esm/microsoftResourceHealth.js +122 -0
- package/dist/esm/microsoftResourceHealth.js.map +1 -0
- package/dist/esm/models/index.d.ts +1057 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +148 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +42 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1579 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +16 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +160 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/availabilityStatuses.d.ts +96 -0
- package/dist/esm/operations/availabilityStatuses.d.ts.map +1 -0
- package/dist/esm/operations/availabilityStatuses.js +375 -0
- package/dist/esm/operations/availabilityStatuses.js.map +1 -0
- package/dist/esm/operations/childAvailabilityStatuses.d.ts +51 -0
- package/dist/esm/operations/childAvailabilityStatuses.d.ts.map +1 -0
- package/dist/esm/operations/childAvailabilityStatuses.js +165 -0
- package/dist/esm/operations/childAvailabilityStatuses.js.map +1 -0
- package/dist/esm/operations/childResources.d.ts +43 -0
- package/dist/esm/operations/childResources.d.ts.map +1 -0
- package/dist/esm/operations/childResources.js +135 -0
- package/dist/esm/operations/childResources.js.map +1 -0
- package/dist/esm/operations/emergingIssues.d.ts +38 -0
- package/dist/esm/operations/emergingIssues.d.ts.map +1 -0
- package/dist/esm/operations/emergingIssues.js +140 -0
- package/dist/esm/operations/emergingIssues.js.map +1 -0
- package/dist/esm/operations/eventOperations.d.ts +39 -0
- package/dist/esm/operations/eventOperations.d.ts.map +1 -0
- package/dist/esm/operations/eventOperations.js +138 -0
- package/dist/esm/operations/eventOperations.js.map +1 -0
- package/dist/esm/operations/eventsOperations.d.ts +83 -0
- package/dist/esm/operations/eventsOperations.d.ts.map +1 -0
- package/dist/esm/operations/eventsOperations.js +327 -0
- package/dist/esm/operations/eventsOperations.js.map +1 -0
- package/dist/esm/operations/impactedResources.d.ts +72 -0
- package/dist/esm/operations/impactedResources.d.ts.map +1 -0
- package/dist/esm/operations/impactedResources.js +286 -0
- package/dist/esm/operations/impactedResources.js.map +1 -0
- package/dist/esm/operations/index.d.ts +11 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +18 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/metadata.d.ts +38 -0
- package/dist/esm/operations/metadata.d.ts.map +1 -0
- package/dist/esm/operations/metadata.js +140 -0
- package/dist/esm/operations/metadata.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +18 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +47 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/securityAdvisoryImpactedResources.d.ts +58 -0
- package/dist/esm/operations/securityAdvisoryImpactedResources.d.ts.map +1 -0
- package/dist/esm/operations/securityAdvisoryImpactedResources.js +227 -0
- package/dist/esm/operations/securityAdvisoryImpactedResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/availabilityStatuses.d.ts +37 -0
- package/dist/esm/operationsInterfaces/availabilityStatuses.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/availabilityStatuses.js +9 -0
- package/dist/esm/operationsInterfaces/availabilityStatuses.js.map +1 -0
- package/dist/esm/operationsInterfaces/childAvailabilityStatuses.d.ts +23 -0
- package/dist/esm/operationsInterfaces/childAvailabilityStatuses.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/childAvailabilityStatuses.js +9 -0
- package/dist/esm/operationsInterfaces/childAvailabilityStatuses.js.map +1 -0
- package/dist/esm/operationsInterfaces/childResources.d.ts +15 -0
- package/dist/esm/operationsInterfaces/childResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/childResources.js +9 -0
- package/dist/esm/operationsInterfaces/childResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/emergingIssues.d.ts +17 -0
- package/dist/esm/operationsInterfaces/emergingIssues.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/emergingIssues.js +9 -0
- package/dist/esm/operationsInterfaces/emergingIssues.js.map +1 -0
- package/dist/esm/operationsInterfaces/eventOperations.d.ts +31 -0
- package/dist/esm/operationsInterfaces/eventOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/eventOperations.js +9 -0
- package/dist/esm/operationsInterfaces/eventOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/eventsOperations.d.ts +26 -0
- package/dist/esm/operationsInterfaces/eventsOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/eventsOperations.js +9 -0
- package/dist/esm/operationsInterfaces/eventsOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/impactedResources.d.ts +32 -0
- package/dist/esm/operationsInterfaces/impactedResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/impactedResources.js +9 -0
- package/dist/esm/operationsInterfaces/impactedResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +11 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +18 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/metadata.d.ts +17 -0
- package/dist/esm/operationsInterfaces/metadata.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/metadata.js +9 -0
- package/dist/esm/operationsInterfaces/metadata.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/securityAdvisoryImpactedResources.d.ts +18 -0
- package/dist/esm/operationsInterfaces/securityAdvisoryImpactedResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/securityAdvisoryImpactedResources.js +9 -0
- package/dist/esm/operationsInterfaces/securityAdvisoryImpactedResources.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/microsoftResourceHealth.d.ts +30 -0
- package/dist/react-native/microsoftResourceHealth.d.ts.map +1 -0
- package/dist/react-native/microsoftResourceHealth.js +122 -0
- package/dist/react-native/microsoftResourceHealth.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1057 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +148 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +42 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1579 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +16 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +160 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/availabilityStatuses.d.ts +96 -0
- package/dist/react-native/operations/availabilityStatuses.d.ts.map +1 -0
- package/dist/react-native/operations/availabilityStatuses.js +375 -0
- package/dist/react-native/operations/availabilityStatuses.js.map +1 -0
- package/dist/react-native/operations/childAvailabilityStatuses.d.ts +51 -0
- package/dist/react-native/operations/childAvailabilityStatuses.d.ts.map +1 -0
- package/dist/react-native/operations/childAvailabilityStatuses.js +165 -0
- package/dist/react-native/operations/childAvailabilityStatuses.js.map +1 -0
- package/dist/react-native/operations/childResources.d.ts +43 -0
- package/dist/react-native/operations/childResources.d.ts.map +1 -0
- package/dist/react-native/operations/childResources.js +135 -0
- package/dist/react-native/operations/childResources.js.map +1 -0
- package/dist/react-native/operations/emergingIssues.d.ts +38 -0
- package/dist/react-native/operations/emergingIssues.d.ts.map +1 -0
- package/dist/react-native/operations/emergingIssues.js +140 -0
- package/dist/react-native/operations/emergingIssues.js.map +1 -0
- package/dist/react-native/operations/eventOperations.d.ts +39 -0
- package/dist/react-native/operations/eventOperations.d.ts.map +1 -0
- package/dist/react-native/operations/eventOperations.js +138 -0
- package/dist/react-native/operations/eventOperations.js.map +1 -0
- package/dist/react-native/operations/eventsOperations.d.ts +83 -0
- package/dist/react-native/operations/eventsOperations.d.ts.map +1 -0
- package/dist/react-native/operations/eventsOperations.js +327 -0
- package/dist/react-native/operations/eventsOperations.js.map +1 -0
- package/dist/react-native/operations/impactedResources.d.ts +72 -0
- package/dist/react-native/operations/impactedResources.d.ts.map +1 -0
- package/dist/react-native/operations/impactedResources.js +286 -0
- package/dist/react-native/operations/impactedResources.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +11 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +18 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/metadata.d.ts +38 -0
- package/dist/react-native/operations/metadata.d.ts.map +1 -0
- package/dist/react-native/operations/metadata.js +140 -0
- package/dist/react-native/operations/metadata.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +18 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +47 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/securityAdvisoryImpactedResources.d.ts +58 -0
- package/dist/react-native/operations/securityAdvisoryImpactedResources.d.ts.map +1 -0
- package/dist/react-native/operations/securityAdvisoryImpactedResources.js +227 -0
- package/dist/react-native/operations/securityAdvisoryImpactedResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/availabilityStatuses.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/availabilityStatuses.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/availabilityStatuses.js +9 -0
- package/dist/react-native/operationsInterfaces/availabilityStatuses.js.map +1 -0
- package/dist/react-native/operationsInterfaces/childAvailabilityStatuses.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/childAvailabilityStatuses.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/childAvailabilityStatuses.js +9 -0
- package/dist/react-native/operationsInterfaces/childAvailabilityStatuses.js.map +1 -0
- package/dist/react-native/operationsInterfaces/childResources.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/childResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/childResources.js +9 -0
- package/dist/react-native/operationsInterfaces/childResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/emergingIssues.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/emergingIssues.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/emergingIssues.js +9 -0
- package/dist/react-native/operationsInterfaces/emergingIssues.js.map +1 -0
- package/dist/react-native/operationsInterfaces/eventOperations.d.ts +31 -0
- package/dist/react-native/operationsInterfaces/eventOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/eventOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/eventOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/eventsOperations.d.ts +26 -0
- package/dist/react-native/operationsInterfaces/eventsOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/eventsOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/eventsOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/impactedResources.d.ts +32 -0
- package/dist/react-native/operationsInterfaces/impactedResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/impactedResources.js +9 -0
- package/dist/react-native/operationsInterfaces/impactedResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +18 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/metadata.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/metadata.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/metadata.js +9 -0
- package/dist/react-native/operationsInterfaces/metadata.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/securityAdvisoryImpactedResources.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/securityAdvisoryImpactedResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/securityAdvisoryImpactedResources.js +9 -0
- package/dist/react-native/operationsInterfaces/securityAdvisoryImpactedResources.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +83 -73
- package/dist/index.js +0 -4273
- 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/availabilityStatusesGetByResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilityStatusesGetByResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilityStatusesGetByResourceSample.js +0 -38
- package/dist-esm/samples-dev/availabilityStatusesGetByResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/availabilityStatusesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilityStatusesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilityStatusesListByResourceGroupSample.js +0 -62
- package/dist-esm/samples-dev/availabilityStatusesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/availabilityStatusesListBySubscriptionIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilityStatusesListBySubscriptionIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilityStatusesListBySubscriptionIdSample.js +0 -61
- package/dist-esm/samples-dev/availabilityStatusesListBySubscriptionIdSample.js.map +0 -1
- package/dist-esm/samples-dev/availabilityStatusesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilityStatusesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilityStatusesListSample.js +0 -57
- package/dist-esm/samples-dev/availabilityStatusesListSample.js.map +0 -1
- package/dist-esm/samples-dev/childAvailabilityStatusesGetByResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/childAvailabilityStatusesGetByResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/childAvailabilityStatusesGetByResourceSample.js +0 -40
- package/dist-esm/samples-dev/childAvailabilityStatusesGetByResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/childAvailabilityStatusesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/childAvailabilityStatusesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/childAvailabilityStatusesListSample.js +0 -57
- package/dist-esm/samples-dev/childAvailabilityStatusesListSample.js.map +0 -1
- package/dist-esm/samples-dev/childResourcesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/childResourcesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/childResourcesListSample.js +0 -57
- package/dist-esm/samples-dev/childResourcesListSample.js.map +0 -1
- package/dist-esm/samples-dev/emergingIssuesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/emergingIssuesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/emergingIssuesGetSample.js +0 -36
- package/dist-esm/samples-dev/emergingIssuesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/emergingIssuesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/emergingIssuesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/emergingIssuesListSample.js +0 -56
- package/dist-esm/samples-dev/emergingIssuesListSample.js.map +0 -1
- package/dist-esm/samples-dev/eventFetchDetailsBySubscriptionIdAndTrackingIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventFetchDetailsBySubscriptionIdAndTrackingIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventFetchDetailsBySubscriptionIdAndTrackingIdSample.js +0 -37
- package/dist-esm/samples-dev/eventFetchDetailsBySubscriptionIdAndTrackingIdSample.js.map +0 -1
- package/dist-esm/samples-dev/eventFetchDetailsByTenantIdAndTrackingIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventFetchDetailsByTenantIdAndTrackingIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventFetchDetailsByTenantIdAndTrackingIdSample.js +0 -36
- package/dist-esm/samples-dev/eventFetchDetailsByTenantIdAndTrackingIdSample.js.map +0 -1
- package/dist-esm/samples-dev/eventGetBySubscriptionIdAndTrackingIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventGetBySubscriptionIdAndTrackingIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventGetBySubscriptionIdAndTrackingIdSample.js +0 -43
- package/dist-esm/samples-dev/eventGetBySubscriptionIdAndTrackingIdSample.js.map +0 -1
- package/dist-esm/samples-dev/eventGetByTenantIdAndTrackingIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventGetByTenantIdAndTrackingIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventGetByTenantIdAndTrackingIdSample.js +0 -42
- package/dist-esm/samples-dev/eventGetByTenantIdAndTrackingIdSample.js.map +0 -1
- package/dist-esm/samples-dev/eventsListBySingleResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventsListBySingleResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventsListBySingleResourceSample.js +0 -57
- package/dist-esm/samples-dev/eventsListBySingleResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/eventsListBySubscriptionIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventsListBySubscriptionIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventsListBySubscriptionIdSample.js +0 -63
- package/dist-esm/samples-dev/eventsListBySubscriptionIdSample.js.map +0 -1
- package/dist-esm/samples-dev/eventsListByTenantIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventsListByTenantIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventsListByTenantIdSample.js +0 -62
- package/dist-esm/samples-dev/eventsListByTenantIdSample.js.map +0 -1
- package/dist-esm/samples-dev/impactedResourcesGetByTenantIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/impactedResourcesGetByTenantIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/impactedResourcesGetByTenantIdSample.js +0 -37
- package/dist-esm/samples-dev/impactedResourcesGetByTenantIdSample.js.map +0 -1
- package/dist-esm/samples-dev/impactedResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/impactedResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/impactedResourcesGetSample.js +0 -38
- package/dist-esm/samples-dev/impactedResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/impactedResourcesListBySubscriptionIdAndEventIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/impactedResourcesListBySubscriptionIdAndEventIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/impactedResourcesListBySubscriptionIdAndEventIdSample.js +0 -62
- package/dist-esm/samples-dev/impactedResourcesListBySubscriptionIdAndEventIdSample.js.map +0 -1
- package/dist-esm/samples-dev/impactedResourcesListByTenantIdAndEventIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/impactedResourcesListByTenantIdAndEventIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/impactedResourcesListByTenantIdAndEventIdSample.js +0 -61
- package/dist-esm/samples-dev/impactedResourcesListByTenantIdAndEventIdSample.js.map +0 -1
- package/dist-esm/samples-dev/metadataGetEntitySample.d.ts +0 -2
- package/dist-esm/samples-dev/metadataGetEntitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/metadataGetEntitySample.js +0 -36
- package/dist-esm/samples-dev/metadataGetEntitySample.js.map +0 -1
- package/dist-esm/samples-dev/metadataListSample.d.ts +0 -2
- package/dist-esm/samples-dev/metadataListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/metadataListSample.js +0 -56
- package/dist-esm/samples-dev/metadataListSample.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/securityAdvisoryImpactedResourcesListBySubscriptionIdAndEventIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/securityAdvisoryImpactedResourcesListBySubscriptionIdAndEventIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/securityAdvisoryImpactedResourcesListBySubscriptionIdAndEventIdSample.js +0 -58
- package/dist-esm/samples-dev/securityAdvisoryImpactedResourcesListBySubscriptionIdAndEventIdSample.js.map +0 -1
- package/dist-esm/samples-dev/securityAdvisoryImpactedResourcesListByTenantIdAndEventIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/securityAdvisoryImpactedResourcesListByTenantIdAndEventIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/securityAdvisoryImpactedResourcesListByTenantIdAndEventIdSample.js +0 -57
- package/dist-esm/samples-dev/securityAdvisoryImpactedResourcesListByTenantIdAndEventIdSample.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.map +0 -1
- package/dist-esm/src/microsoftResourceHealth.d.ts.map +0 -1
- package/dist-esm/src/microsoftResourceHealth.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/availabilityStatuses.d.ts.map +0 -1
- package/dist-esm/src/operations/availabilityStatuses.js.map +0 -1
- package/dist-esm/src/operations/childAvailabilityStatuses.d.ts.map +0 -1
- package/dist-esm/src/operations/childAvailabilityStatuses.js.map +0 -1
- package/dist-esm/src/operations/childResources.d.ts.map +0 -1
- package/dist-esm/src/operations/childResources.js.map +0 -1
- package/dist-esm/src/operations/emergingIssues.d.ts.map +0 -1
- package/dist-esm/src/operations/emergingIssues.js.map +0 -1
- package/dist-esm/src/operations/eventOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/eventOperations.js.map +0 -1
- package/dist-esm/src/operations/eventsOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/eventsOperations.js.map +0 -1
- package/dist-esm/src/operations/impactedResources.d.ts.map +0 -1
- package/dist-esm/src/operations/impactedResources.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -11
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -18
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/metadata.d.ts.map +0 -1
- package/dist-esm/src/operations/metadata.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/securityAdvisoryImpactedResources.d.ts.map +0 -1
- package/dist-esm/src/operations/securityAdvisoryImpactedResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/availabilityStatuses.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/availabilityStatuses.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/childResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/childResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/emergingIssues.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/emergingIssues.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/eventOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/eventOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/eventsOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/eventsOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/impactedResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/impactedResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -18
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/metadata.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/metadata.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/securityAdvisoryImpactedResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/securityAdvisoryImpactedResources.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/resourcehealth_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/resourcehealth_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/resourcehealth_operations_test.spec.js +0 -56
- package/dist-esm/test/resourcehealth_operations_test.spec.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/microsoftResourceHealth.ts +0 -196
- package/src/models/index.ts +0 -1229
- package/src/models/mappers.ts +0 -1620
- package/src/models/parameters.ts +0 -179
- package/src/operations/availabilityStatuses.ts +0 -499
- package/src/operations/childAvailabilityStatuses.ts +0 -218
- package/src/operations/childResources.ts +0 -176
- package/src/operations/emergingIssues.ts +0 -183
- package/src/operations/eventOperations.ts +0 -184
- package/src/operations/eventsOperations.ts +0 -434
- package/src/operations/impactedResources.ts +0 -414
- package/src/operations/index.ts +0 -18
- package/src/operations/metadata.ts +0 -182
- package/src/operations/operations.ts +0 -59
- package/src/operations/securityAdvisoryImpactedResources.ts +0 -342
- package/src/operationsInterfaces/availabilityStatuses.ts +0 -64
- package/src/operationsInterfaces/childAvailabilityStatuses.ts +0 -43
- package/src/operationsInterfaces/childResources.ts +0 -30
- package/src/operationsInterfaces/emergingIssues.ts +0 -37
- package/src/operationsInterfaces/eventOperations.ts +0 -60
- package/src/operationsInterfaces/eventsOperations.ts +0 -47
- package/src/operationsInterfaces/impactedResources.ts +0 -63
- package/src/operationsInterfaces/index.ts +0 -18
- package/src/operationsInterfaces/metadata.ts +0 -36
- package/src/operationsInterfaces/operations.ts +0 -21
- package/src/operationsInterfaces/securityAdvisoryImpactedResources.ts +0 -37
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/availabilityStatuses.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/childAvailabilityStatuses.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/childResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/emergingIssues.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/eventOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/eventsOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/impactedResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/metadata.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/securityAdvisoryImpactedResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/review/{arm-resourcehealth.api.md → arm-resourcehealth-node.api.md} +0 -0
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import {
|
|
9
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
8
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
9
|
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
10
|
+
import * as Mappers from "../models/mappers.js";
|
|
11
|
+
import * as Parameters from "../models/parameters.js";
|
|
13
12
|
/// <reference lib="esnext.asynciterable" />
|
|
14
13
|
/** Class containing ImpactedResources operations. */
|
|
15
14
|
export class ImpactedResourcesImpl {
|
|
15
|
+
client;
|
|
16
16
|
/**
|
|
17
17
|
* Initialize a new instance of the class ImpactedResources class.
|
|
18
18
|
* @param client Reference to the service client
|
|
@@ -35,57 +35,35 @@ export class ImpactedResourcesImpl {
|
|
|
35
35
|
return this;
|
|
36
36
|
},
|
|
37
37
|
byPage: (settings) => {
|
|
38
|
-
if (settings
|
|
38
|
+
if (settings?.maxPageSize) {
|
|
39
39
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
40
40
|
}
|
|
41
41
|
return this.listBySubscriptionIdAndEventIdPagingPage(eventTrackingId, options, settings);
|
|
42
42
|
}
|
|
43
43
|
};
|
|
44
44
|
}
|
|
45
|
-
listBySubscriptionIdAndEventIdPagingPage(eventTrackingId, options, settings) {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
}
|
|
63
|
-
});
|
|
45
|
+
async *listBySubscriptionIdAndEventIdPagingPage(eventTrackingId, options, settings) {
|
|
46
|
+
let result;
|
|
47
|
+
let continuationToken = settings?.continuationToken;
|
|
48
|
+
if (!continuationToken) {
|
|
49
|
+
result = await this._listBySubscriptionIdAndEventId(eventTrackingId, options);
|
|
50
|
+
let page = result.value || [];
|
|
51
|
+
continuationToken = result.nextLink;
|
|
52
|
+
setContinuationToken(page, continuationToken);
|
|
53
|
+
yield page;
|
|
54
|
+
}
|
|
55
|
+
while (continuationToken) {
|
|
56
|
+
result = await this._listBySubscriptionIdAndEventIdNext(eventTrackingId, continuationToken, options);
|
|
57
|
+
continuationToken = result.nextLink;
|
|
58
|
+
let page = result.value || [];
|
|
59
|
+
setContinuationToken(page, continuationToken);
|
|
60
|
+
yield page;
|
|
61
|
+
}
|
|
64
62
|
}
|
|
65
|
-
listBySubscriptionIdAndEventIdPagingAll(eventTrackingId, options) {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
for (var _d = true, _e = __asyncValues(this.listBySubscriptionIdAndEventIdPagingPage(eventTrackingId, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a;) {
|
|
70
|
-
_c = _f.value;
|
|
71
|
-
_d = false;
|
|
72
|
-
try {
|
|
73
|
-
const page = _c;
|
|
74
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
75
|
-
}
|
|
76
|
-
finally {
|
|
77
|
-
_d = true;
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
82
|
-
finally {
|
|
83
|
-
try {
|
|
84
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
85
|
-
}
|
|
86
|
-
finally { if (e_1) throw e_1.error; }
|
|
87
|
-
}
|
|
88
|
-
});
|
|
63
|
+
async *listBySubscriptionIdAndEventIdPagingAll(eventTrackingId, options) {
|
|
64
|
+
for await (const page of this.listBySubscriptionIdAndEventIdPagingPage(eventTrackingId, options)) {
|
|
65
|
+
yield* page;
|
|
66
|
+
}
|
|
89
67
|
}
|
|
90
68
|
/**
|
|
91
69
|
* Lists impacted resources in the tenant by an event.
|
|
@@ -102,57 +80,35 @@ export class ImpactedResourcesImpl {
|
|
|
102
80
|
return this;
|
|
103
81
|
},
|
|
104
82
|
byPage: (settings) => {
|
|
105
|
-
if (settings
|
|
83
|
+
if (settings?.maxPageSize) {
|
|
106
84
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
107
85
|
}
|
|
108
86
|
return this.listByTenantIdAndEventIdPagingPage(eventTrackingId, options, settings);
|
|
109
87
|
}
|
|
110
88
|
};
|
|
111
89
|
}
|
|
112
|
-
listByTenantIdAndEventIdPagingPage(eventTrackingId, options, settings) {
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
}
|
|
130
|
-
});
|
|
90
|
+
async *listByTenantIdAndEventIdPagingPage(eventTrackingId, options, settings) {
|
|
91
|
+
let result;
|
|
92
|
+
let continuationToken = settings?.continuationToken;
|
|
93
|
+
if (!continuationToken) {
|
|
94
|
+
result = await this._listByTenantIdAndEventId(eventTrackingId, options);
|
|
95
|
+
let page = result.value || [];
|
|
96
|
+
continuationToken = result.nextLink;
|
|
97
|
+
setContinuationToken(page, continuationToken);
|
|
98
|
+
yield page;
|
|
99
|
+
}
|
|
100
|
+
while (continuationToken) {
|
|
101
|
+
result = await this._listByTenantIdAndEventIdNext(eventTrackingId, continuationToken, options);
|
|
102
|
+
continuationToken = result.nextLink;
|
|
103
|
+
let page = result.value || [];
|
|
104
|
+
setContinuationToken(page, continuationToken);
|
|
105
|
+
yield page;
|
|
106
|
+
}
|
|
131
107
|
}
|
|
132
|
-
listByTenantIdAndEventIdPagingAll(eventTrackingId, options) {
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
for (var _d = true, _e = __asyncValues(this.listByTenantIdAndEventIdPagingPage(eventTrackingId, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a;) {
|
|
137
|
-
_c = _f.value;
|
|
138
|
-
_d = false;
|
|
139
|
-
try {
|
|
140
|
-
const page = _c;
|
|
141
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
142
|
-
}
|
|
143
|
-
finally {
|
|
144
|
-
_d = true;
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
149
|
-
finally {
|
|
150
|
-
try {
|
|
151
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
152
|
-
}
|
|
153
|
-
finally { if (e_2) throw e_2.error; }
|
|
154
|
-
}
|
|
155
|
-
});
|
|
108
|
+
async *listByTenantIdAndEventIdPagingAll(eventTrackingId, options) {
|
|
109
|
+
for await (const page of this.listByTenantIdAndEventIdPagingPage(eventTrackingId, options)) {
|
|
110
|
+
yield* page;
|
|
111
|
+
}
|
|
156
112
|
}
|
|
157
113
|
/**
|
|
158
114
|
* Lists impacted resources in the subscription by an event.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"impactedResources.js","sourceRoot":"","sources":["../../../src/operations/impactedResources.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { ImpactedResources } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { MicrosoftResourceHealth } from \"../microsoftResourceHealth.js\";\nimport {\n EventImpactedResource,\n ImpactedResourcesListBySubscriptionIdAndEventIdNextOptionalParams,\n ImpactedResourcesListBySubscriptionIdAndEventIdOptionalParams,\n ImpactedResourcesListBySubscriptionIdAndEventIdResponse,\n ImpactedResourcesListByTenantIdAndEventIdNextOptionalParams,\n ImpactedResourcesListByTenantIdAndEventIdOptionalParams,\n ImpactedResourcesListByTenantIdAndEventIdResponse,\n ImpactedResourcesGetOptionalParams,\n ImpactedResourcesGetResponse,\n ImpactedResourcesGetByTenantIdOptionalParams,\n ImpactedResourcesGetByTenantIdResponse,\n ImpactedResourcesListBySubscriptionIdAndEventIdNextResponse,\n ImpactedResourcesListByTenantIdAndEventIdNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ImpactedResources operations. */\nexport class ImpactedResourcesImpl implements ImpactedResources {\n private readonly client: MicrosoftResourceHealth;\n\n /**\n * Initialize a new instance of the class ImpactedResources class.\n * @param client Reference to the service client\n */\n constructor(client: MicrosoftResourceHealth) {\n this.client = client;\n }\n\n /**\n * Lists impacted resources in the subscription by an event.\n * @param eventTrackingId Event Id which uniquely identifies ServiceHealth event.\n * @param options The options parameters.\n */\n public listBySubscriptionIdAndEventId(\n eventTrackingId: string,\n options?: ImpactedResourcesListBySubscriptionIdAndEventIdOptionalParams\n ): PagedAsyncIterableIterator<EventImpactedResource> {\n const iter = this.listBySubscriptionIdAndEventIdPagingAll(\n eventTrackingId,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionIdAndEventIdPagingPage(\n eventTrackingId,\n options,\n settings\n );\n }\n };\n }\n\n private async *listBySubscriptionIdAndEventIdPagingPage(\n eventTrackingId: string,\n options?: ImpactedResourcesListBySubscriptionIdAndEventIdOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<EventImpactedResource[]> {\n let result: ImpactedResourcesListBySubscriptionIdAndEventIdResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscriptionIdAndEventId(\n eventTrackingId,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionIdAndEventIdNext(\n eventTrackingId,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionIdAndEventIdPagingAll(\n eventTrackingId: string,\n options?: ImpactedResourcesListBySubscriptionIdAndEventIdOptionalParams\n ): AsyncIterableIterator<EventImpactedResource> {\n for await (const page of this.listBySubscriptionIdAndEventIdPagingPage(\n eventTrackingId,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists impacted resources in the tenant by an event.\n * @param eventTrackingId Event Id which uniquely identifies ServiceHealth event.\n * @param options The options parameters.\n */\n public listByTenantIdAndEventId(\n eventTrackingId: string,\n options?: ImpactedResourcesListByTenantIdAndEventIdOptionalParams\n ): PagedAsyncIterableIterator<EventImpactedResource> {\n const iter = this.listByTenantIdAndEventIdPagingAll(\n eventTrackingId,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByTenantIdAndEventIdPagingPage(\n eventTrackingId,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByTenantIdAndEventIdPagingPage(\n eventTrackingId: string,\n options?: ImpactedResourcesListByTenantIdAndEventIdOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<EventImpactedResource[]> {\n let result: ImpactedResourcesListByTenantIdAndEventIdResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByTenantIdAndEventId(eventTrackingId, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByTenantIdAndEventIdNext(\n eventTrackingId,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByTenantIdAndEventIdPagingAll(\n eventTrackingId: string,\n options?: ImpactedResourcesListByTenantIdAndEventIdOptionalParams\n ): AsyncIterableIterator<EventImpactedResource> {\n for await (const page of this.listByTenantIdAndEventIdPagingPage(\n eventTrackingId,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists impacted resources in the subscription by an event.\n * @param eventTrackingId Event Id which uniquely identifies ServiceHealth event.\n * @param options The options parameters.\n */\n private _listBySubscriptionIdAndEventId(\n eventTrackingId: string,\n options?: ImpactedResourcesListBySubscriptionIdAndEventIdOptionalParams\n ): Promise<ImpactedResourcesListBySubscriptionIdAndEventIdResponse> {\n return this.client.sendOperationRequest(\n { eventTrackingId, options },\n listBySubscriptionIdAndEventIdOperationSpec\n );\n }\n\n /**\n * Gets the specific impacted resource in the subscription by an event.\n * @param eventTrackingId Event Id which uniquely identifies ServiceHealth event.\n * @param impactedResourceName Name of the Impacted Resource.\n * @param options The options parameters.\n */\n get(\n eventTrackingId: string,\n impactedResourceName: string,\n options?: ImpactedResourcesGetOptionalParams\n ): Promise<ImpactedResourcesGetResponse> {\n return this.client.sendOperationRequest(\n { eventTrackingId, impactedResourceName, options },\n getOperationSpec\n );\n }\n\n /**\n * Lists impacted resources in the tenant by an event.\n * @param eventTrackingId Event Id which uniquely identifies ServiceHealth event.\n * @param options The options parameters.\n */\n private _listByTenantIdAndEventId(\n eventTrackingId: string,\n options?: ImpactedResourcesListByTenantIdAndEventIdOptionalParams\n ): Promise<ImpactedResourcesListByTenantIdAndEventIdResponse> {\n return this.client.sendOperationRequest(\n { eventTrackingId, options },\n listByTenantIdAndEventIdOperationSpec\n );\n }\n\n /**\n * Gets the specific impacted resource in the tenant by an event.\n * @param eventTrackingId Event Id which uniquely identifies ServiceHealth event.\n * @param impactedResourceName Name of the Impacted Resource.\n * @param options The options parameters.\n */\n getByTenantId(\n eventTrackingId: string,\n impactedResourceName: string,\n options?: ImpactedResourcesGetByTenantIdOptionalParams\n ): Promise<ImpactedResourcesGetByTenantIdResponse> {\n return this.client.sendOperationRequest(\n { eventTrackingId, impactedResourceName, options },\n getByTenantIdOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionIdAndEventIdNext\n * @param eventTrackingId Event Id which uniquely identifies ServiceHealth event.\n * @param nextLink The nextLink from the previous successful call to the ListBySubscriptionIdAndEventId\n * method.\n * @param options The options parameters.\n */\n private _listBySubscriptionIdAndEventIdNext(\n eventTrackingId: string,\n nextLink: string,\n options?: ImpactedResourcesListBySubscriptionIdAndEventIdNextOptionalParams\n ): Promise<ImpactedResourcesListBySubscriptionIdAndEventIdNextResponse> {\n return this.client.sendOperationRequest(\n { eventTrackingId, nextLink, options },\n listBySubscriptionIdAndEventIdNextOperationSpec\n );\n }\n\n /**\n * ListByTenantIdAndEventIdNext\n * @param eventTrackingId Event Id which uniquely identifies ServiceHealth event.\n * @param nextLink The nextLink from the previous successful call to the ListByTenantIdAndEventId\n * method.\n * @param options The options parameters.\n */\n private _listByTenantIdAndEventIdNext(\n eventTrackingId: string,\n nextLink: string,\n options?: ImpactedResourcesListByTenantIdAndEventIdNextOptionalParams\n ): Promise<ImpactedResourcesListByTenantIdAndEventIdNextResponse> {\n return this.client.sendOperationRequest(\n { eventTrackingId, nextLink, options },\n listByTenantIdAndEventIdNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionIdAndEventIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events/{eventTrackingId}/impactedResources\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventImpactedResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.eventTrackingId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events/{eventTrackingId}/impactedResources/{impactedResourceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventImpactedResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.eventTrackingId,\n Parameters.impactedResourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByTenantIdAndEventIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.ResourceHealth/events/{eventTrackingId}/impactedResources\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventImpactedResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [Parameters.$host, Parameters.eventTrackingId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getByTenantIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.ResourceHealth/events/{eventTrackingId}/impactedResources/{impactedResourceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventImpactedResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.eventTrackingId,\n Parameters.impactedResourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionIdAndEventIdNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventImpactedResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.eventTrackingId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByTenantIdAndEventIdNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventImpactedResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.eventTrackingId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from "./availabilityStatuses.js";
|
|
2
|
+
export * from "./operations.js";
|
|
3
|
+
export * from "./metadata.js";
|
|
4
|
+
export * from "./impactedResources.js";
|
|
5
|
+
export * from "./securityAdvisoryImpactedResources.js";
|
|
6
|
+
export * from "./eventsOperations.js";
|
|
7
|
+
export * from "./eventOperations.js";
|
|
8
|
+
export * from "./childAvailabilityStatuses.js";
|
|
9
|
+
export * from "./childResources.js";
|
|
10
|
+
export * from "./emergingIssues.js";
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,wCAAwC,CAAC;AACvD,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export * from "./availabilityStatuses.js";
|
|
9
|
+
export * from "./operations.js";
|
|
10
|
+
export * from "./metadata.js";
|
|
11
|
+
export * from "./impactedResources.js";
|
|
12
|
+
export * from "./securityAdvisoryImpactedResources.js";
|
|
13
|
+
export * from "./eventsOperations.js";
|
|
14
|
+
export * from "./eventOperations.js";
|
|
15
|
+
export * from "./childAvailabilityStatuses.js";
|
|
16
|
+
export * from "./childResources.js";
|
|
17
|
+
export * from "./emergingIssues.js";
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,wCAAwC,CAAC;AACvD,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./availabilityStatuses.js\";\nexport * from \"./operations.js\";\nexport * from \"./metadata.js\";\nexport * from \"./impactedResources.js\";\nexport * from \"./securityAdvisoryImpactedResources.js\";\nexport * from \"./eventsOperations.js\";\nexport * from \"./eventOperations.js\";\nexport * from \"./childAvailabilityStatuses.js\";\nexport * from \"./childResources.js\";\nexport * from \"./emergingIssues.js\";\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Metadata } from "../operationsInterfaces";
|
|
3
|
-
import { MicrosoftResourceHealth } from "../microsoftResourceHealth";
|
|
4
|
-
import { MetadataEntity, MetadataListOptionalParams, MetadataGetEntityOptionalParams, MetadataGetEntityResponse } from "../models";
|
|
2
|
+
import { Metadata } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { MicrosoftResourceHealth } from "../microsoftResourceHealth.js";
|
|
4
|
+
import { MetadataEntity, MetadataListOptionalParams, MetadataGetEntityOptionalParams, MetadataGetEntityResponse } from "../models/index.js";
|
|
5
5
|
/** Class containing Metadata operations. */
|
|
6
6
|
export declare class MetadataImpl implements Metadata {
|
|
7
7
|
private readonly client;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"metadata.d.ts","sourceRoot":"","sources":["../../../src/operations/metadata.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAI5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AACxE,OAAO,EACL,cAAc,EAEd,0BAA0B,EAE1B,+BAA+B,EAC/B,yBAAyB,EAE1B,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,qBAAa,YAAa,YAAW,QAAQ;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0B;IAEjD;;;OAGG;gBACS,MAAM,EAAE,uBAAuB;IAI3C;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,cAAc,CAAC;YAkB9B,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,SAAS,CACP,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAOrC;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import {
|
|
9
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
8
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
9
|
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
10
|
+
import * as Mappers from "../models/mappers.js";
|
|
11
|
+
import * as Parameters from "../models/parameters.js";
|
|
13
12
|
/// <reference lib="esnext.asynciterable" />
|
|
14
13
|
/** Class containing Metadata operations. */
|
|
15
14
|
export class MetadataImpl {
|
|
15
|
+
client;
|
|
16
16
|
/**
|
|
17
17
|
* Initialize a new instance of the class Metadata class.
|
|
18
18
|
* @param client Reference to the service client
|
|
@@ -34,57 +34,35 @@ export class MetadataImpl {
|
|
|
34
34
|
return this;
|
|
35
35
|
},
|
|
36
36
|
byPage: (settings) => {
|
|
37
|
-
if (settings
|
|
37
|
+
if (settings?.maxPageSize) {
|
|
38
38
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
39
39
|
}
|
|
40
40
|
return this.listPagingPage(options, settings);
|
|
41
41
|
}
|
|
42
42
|
};
|
|
43
43
|
}
|
|
44
|
-
listPagingPage(options, settings) {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}
|
|
62
|
-
});
|
|
44
|
+
async *listPagingPage(options, settings) {
|
|
45
|
+
let result;
|
|
46
|
+
let continuationToken = settings?.continuationToken;
|
|
47
|
+
if (!continuationToken) {
|
|
48
|
+
result = await this._list(options);
|
|
49
|
+
let page = result.value || [];
|
|
50
|
+
continuationToken = result.nextLink;
|
|
51
|
+
setContinuationToken(page, continuationToken);
|
|
52
|
+
yield page;
|
|
53
|
+
}
|
|
54
|
+
while (continuationToken) {
|
|
55
|
+
result = await this._listNext(continuationToken, options);
|
|
56
|
+
continuationToken = result.nextLink;
|
|
57
|
+
let page = result.value || [];
|
|
58
|
+
setContinuationToken(page, continuationToken);
|
|
59
|
+
yield page;
|
|
60
|
+
}
|
|
63
61
|
}
|
|
64
|
-
listPagingAll(options) {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
for (var _d = true, _e = __asyncValues(this.listPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a;) {
|
|
69
|
-
_c = _f.value;
|
|
70
|
-
_d = false;
|
|
71
|
-
try {
|
|
72
|
-
const page = _c;
|
|
73
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
74
|
-
}
|
|
75
|
-
finally {
|
|
76
|
-
_d = true;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
81
|
-
finally {
|
|
82
|
-
try {
|
|
83
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
84
|
-
}
|
|
85
|
-
finally { if (e_1) throw e_1.error; }
|
|
86
|
-
}
|
|
87
|
-
});
|
|
62
|
+
async *listPagingAll(options) {
|
|
63
|
+
for await (const page of this.listPagingPage(options)) {
|
|
64
|
+
yield* page;
|
|
65
|
+
}
|
|
88
66
|
}
|
|
89
67
|
/**
|
|
90
68
|
* Gets the list of metadata entities.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"metadata.js","sourceRoot":"","sources":["../../../src/operations/metadata.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Metadata } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { MicrosoftResourceHealth } from \"../microsoftResourceHealth.js\";\nimport {\n MetadataEntity,\n MetadataListNextOptionalParams,\n MetadataListOptionalParams,\n MetadataListResponse,\n MetadataGetEntityOptionalParams,\n MetadataGetEntityResponse,\n MetadataListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Metadata operations. */\nexport class MetadataImpl implements Metadata {\n private readonly client: MicrosoftResourceHealth;\n\n /**\n * Initialize a new instance of the class Metadata class.\n * @param client Reference to the service client\n */\n constructor(client: MicrosoftResourceHealth) {\n this.client = client;\n }\n\n /**\n * Gets the list of metadata entities.\n * @param options The options parameters.\n */\n public list(\n options?: MetadataListOptionalParams\n ): PagedAsyncIterableIterator<MetadataEntity> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: MetadataListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<MetadataEntity[]> {\n let result: MetadataListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: MetadataListOptionalParams\n ): AsyncIterableIterator<MetadataEntity> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets the list of metadata entities.\n * @param options The options parameters.\n */\n private _list(\n options?: MetadataListOptionalParams\n ): Promise<MetadataListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Gets the list of metadata entities.\n * @param name Name of metadata entity.\n * @param options The options parameters.\n */\n getEntity(\n name: string,\n options?: MetadataGetEntityOptionalParams\n ): Promise<MetadataGetEntityResponse> {\n return this.client.sendOperationRequest(\n { name, options },\n getEntityOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: MetadataListNextOptionalParams\n ): Promise<MetadataListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.ResourceHealth/metadata\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MetadataEntityListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getEntityOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.ResourceHealth/metadata/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MetadataEntity\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.name],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MetadataEntityListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Operations } from "../operationsInterfaces";
|
|
2
|
-
import { MicrosoftResourceHealth } from "../microsoftResourceHealth";
|
|
3
|
-
import { OperationsListOptionalParams, OperationsListResponse } from "../models";
|
|
1
|
+
import { Operations } from "../operationsInterfaces/index.js";
|
|
2
|
+
import { MicrosoftResourceHealth } from "../microsoftResourceHealth.js";
|
|
3
|
+
import { OperationsListOptionalParams, OperationsListResponse } from "../models/index.js";
|
|
4
4
|
/** Class containing Operations operations. */
|
|
5
5
|
export declare class OperationsImpl implements Operations {
|
|
6
6
|
private readonly client;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AACxE,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,oBAAoB,CAAC;AAE5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0B;IAEjD;;;OAGG;gBACS,MAAM,EAAE,uBAAuB;IAI3C;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;CAGnC"}
|
|
@@ -6,10 +6,11 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
import * as coreClient from "@azure/core-client";
|
|
9
|
-
import * as Mappers from "../models/mappers";
|
|
10
|
-
import * as Parameters from "../models/parameters";
|
|
9
|
+
import * as Mappers from "../models/mappers.js";
|
|
10
|
+
import * as Parameters from "../models/parameters.js";
|
|
11
11
|
/** Class containing Operations operations. */
|
|
12
12
|
export class OperationsImpl {
|
|
13
|
+
client;
|
|
13
14
|
/**
|
|
14
15
|
* Initialize a new instance of the class Operations class.
|
|
15
16
|
* @param client Reference to the service client
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAOtD,8CAA8C;AAC9C,MAAM,OAAO,cAAc;IACR,MAAM,CAA0B;IAEjD;;;OAGG;IACH,YAAY,MAA+B;QACzC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACH,IAAI,CACF,OAAsC;QAEtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAE,iBAAiB,CAAC,CAAC;IAC1E,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,gDAAgD;IACtD,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC;IACjC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Operations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { MicrosoftResourceHealth } from \"../microsoftResourceHealth.js\";\nimport {\n OperationsListOptionalParams,\n OperationsListResponse\n} from \"../models/index.js\";\n\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: MicrosoftResourceHealth;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: MicrosoftResourceHealth) {\n this.client = client;\n }\n\n /**\n * Lists available operations for the resourcehealth resource provider\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.ResourceHealth/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SecurityAdvisoryImpactedResources } from "../operationsInterfaces";
|
|
3
|
-
import { MicrosoftResourceHealth } from "../microsoftResourceHealth";
|
|
4
|
-
import { EventImpactedResource, SecurityAdvisoryImpactedResourcesListBySubscriptionIdAndEventIdOptionalParams, SecurityAdvisoryImpactedResourcesListByTenantIdAndEventIdOptionalParams } from "../models";
|
|
2
|
+
import { SecurityAdvisoryImpactedResources } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { MicrosoftResourceHealth } from "../microsoftResourceHealth.js";
|
|
4
|
+
import { EventImpactedResource, SecurityAdvisoryImpactedResourcesListBySubscriptionIdAndEventIdOptionalParams, SecurityAdvisoryImpactedResourcesListByTenantIdAndEventIdOptionalParams } from "../models/index.js";
|
|
5
5
|
/** Class containing SecurityAdvisoryImpactedResources operations. */
|
|
6
6
|
export declare class SecurityAdvisoryImpactedResourcesImpl implements SecurityAdvisoryImpactedResources {
|
|
7
7
|
private readonly client;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"securityAdvisoryImpactedResources.d.ts","sourceRoot":"","sources":["../../../src/operations/securityAdvisoryImpactedResources.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,iCAAiC,EAAE,MAAM,kCAAkC,CAAC;AAIrF,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AACxE,OAAO,EACL,qBAAqB,EAErB,6EAA6E,EAG7E,uEAAuE,EAIxE,MAAM,oBAAoB,CAAC;AAG5B,qEAAqE;AACrE,qBAAa,qCACX,YAAW,iCAAiC;IAC5C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0B;IAEjD;;;OAGG;gBACS,MAAM,EAAE,uBAAuB;IAI3C;;;;OAIG;IACI,8BAA8B,CACnC,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,6EAA6E,GACtF,0BAA0B,CAAC,qBAAqB,CAAC;YAyBrC,wCAAwC;YA8BxC,uCAAuC;IAYtD;;;;OAIG;IACI,wBAAwB,CAC7B,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,uEAAuE,GAChF,0BAA0B,CAAC,qBAAqB,CAAC;YAyBrC,kCAAkC;YA2BlC,iCAAiC;IAYhD;;;;OAIG;IACH,OAAO,CAAC,+BAA+B;IAYvC;;;;OAIG;IACH,OAAO,CAAC,yBAAyB;IAYjC;;;;;;OAMG;IACH,OAAO,CAAC,mCAAmC;IAa3C;;;;;;OAMG;IACH,OAAO,CAAC,6BAA6B;CAYtC"}
|