@azure/arm-guestconfiguration 1.0.0-beta.1 → 1.0.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 +11 -1
- package/LICENSE +4 -4
- package/README.md +26 -17
- package/{dist-esm/src → dist/browser}/guestConfigurationClient.d.ts +2 -2
- package/dist/browser/guestConfigurationClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/guestConfigurationClient.js +38 -24
- package/dist/browser/guestConfigurationClient.js.map +1 -0
- 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/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +10 -4
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationAssignmentReports.d.ts +3 -3
- package/dist/browser/operations/guestConfigurationAssignmentReports.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationAssignmentReports.js +3 -2
- package/dist/browser/operations/guestConfigurationAssignmentReports.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationAssignmentReportsVmss.d.ts +3 -3
- package/dist/browser/operations/guestConfigurationAssignmentReportsVmss.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationAssignmentReportsVmss.js +12 -29
- package/dist/browser/operations/guestConfigurationAssignmentReportsVmss.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationAssignments.d.ts +3 -3
- package/dist/browser/operations/guestConfigurationAssignments.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationAssignments.js +30 -81
- package/dist/browser/operations/guestConfigurationAssignments.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationAssignmentsVmss.d.ts +3 -3
- package/dist/browser/operations/guestConfigurationAssignmentsVmss.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationAssignmentsVmss.js +12 -29
- package/dist/browser/operations/guestConfigurationAssignmentsVmss.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationConnectedVMwarevSphereAssignments.d.ts +3 -3
- package/dist/browser/operations/guestConfigurationConnectedVMwarevSphereAssignments.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationConnectedVMwarevSphereAssignments.js +12 -29
- package/dist/browser/operations/guestConfigurationConnectedVMwarevSphereAssignments.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts +3 -3
- package/dist/browser/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js +3 -2
- package/dist/browser/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationHcrpAssignmentReports.d.ts +3 -3
- package/dist/browser/operations/guestConfigurationHcrpAssignmentReports.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationHcrpAssignmentReports.js +3 -2
- package/dist/browser/operations/guestConfigurationHcrpAssignmentReports.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationHcrpAssignments.d.ts +3 -3
- package/dist/browser/operations/guestConfigurationHcrpAssignments.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/guestConfigurationHcrpAssignments.js +12 -29
- package/dist/browser/operations/guestConfigurationHcrpAssignments.js.map +1 -0
- package/dist/browser/operations/index.d.ts +10 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +17 -0
- package/dist/browser/operations/index.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 +12 -29
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationAssignmentReports.d.ts +1 -1
- package/dist/browser/operationsInterfaces/guestConfigurationAssignmentReports.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/guestConfigurationAssignmentReports.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationAssignmentReportsVmss.d.ts +1 -1
- package/dist/browser/operationsInterfaces/guestConfigurationAssignmentReportsVmss.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/guestConfigurationAssignmentReportsVmss.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationAssignments.d.ts +1 -1
- package/dist/browser/operationsInterfaces/guestConfigurationAssignments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/guestConfigurationAssignments.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationAssignmentsVmss.d.ts +1 -1
- package/dist/browser/operationsInterfaces/guestConfigurationAssignmentsVmss.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/guestConfigurationAssignmentsVmss.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.d.ts +1 -1
- package/dist/browser/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts +1 -1
- package/dist/browser/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationHcrpAssignmentReports.d.ts +1 -1
- package/dist/browser/operationsInterfaces/guestConfigurationHcrpAssignmentReports.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/guestConfigurationHcrpAssignmentReports.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationHcrpAssignments.d.ts +1 -1
- package/dist/browser/operationsInterfaces/guestConfigurationHcrpAssignments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/guestConfigurationHcrpAssignments.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +10 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +17 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.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/guestConfigurationClient.d.ts +29 -0
- package/dist/commonjs/guestConfigurationClient.d.ts.map +1 -0
- package/dist/commonjs/guestConfigurationClient.js +135 -0
- package/dist/commonjs/guestConfigurationClient.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/models/index.d.ts +723 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +89 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +28 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +955 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +17 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +169 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentReports.d.ts +30 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentReports.d.ts.map +1 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentReports.js +101 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentReports.js.map +1 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentReportsVmss.d.ts +41 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentReportsVmss.d.ts.map +1 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentReportsVmss.js +130 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentReportsVmss.js.map +1 -0
- package/dist/commonjs/operations/guestConfigurationAssignments.d.ts +81 -0
- package/dist/commonjs/operations/guestConfigurationAssignments.d.ts.map +1 -0
- package/dist/commonjs/operations/guestConfigurationAssignments.js +315 -0
- package/dist/commonjs/operations/guestConfigurationAssignments.js.map +1 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentsVmss.d.ts +55 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentsVmss.d.ts.map +1 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentsVmss.js +196 -0
- package/dist/commonjs/operations/guestConfigurationAssignmentsVmss.js.map +1 -0
- package/dist/commonjs/operations/guestConfigurationConnectedVMwarevSphereAssignments.d.ts +55 -0
- package/dist/commonjs/operations/guestConfigurationConnectedVMwarevSphereAssignments.d.ts.map +1 -0
- package/dist/commonjs/operations/guestConfigurationConnectedVMwarevSphereAssignments.js +200 -0
- package/dist/commonjs/operations/guestConfigurationConnectedVMwarevSphereAssignments.js.map +1 -0
- package/dist/commonjs/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts +30 -0
- package/dist/commonjs/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts.map +1 -0
- package/dist/commonjs/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js +101 -0
- package/dist/commonjs/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js.map +1 -0
- package/dist/commonjs/operations/guestConfigurationHcrpAssignmentReports.d.ts +30 -0
- package/dist/commonjs/operations/guestConfigurationHcrpAssignmentReports.d.ts.map +1 -0
- package/dist/commonjs/operations/guestConfigurationHcrpAssignmentReports.js +106 -0
- package/dist/commonjs/operations/guestConfigurationHcrpAssignmentReports.js.map +1 -0
- package/dist/commonjs/operations/guestConfigurationHcrpAssignments.d.ts +55 -0
- package/dist/commonjs/operations/guestConfigurationHcrpAssignments.d.ts.map +1 -0
- package/dist/commonjs/operations/guestConfigurationHcrpAssignments.js +209 -0
- package/dist/commonjs/operations/guestConfigurationHcrpAssignments.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +10 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +20 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +26 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +84 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentReports.d.ts +22 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentReports.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentReports.js +10 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentReports.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentReportsVmss.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentReportsVmss.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentReportsVmss.js +10 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentReportsVmss.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignments.d.ts +49 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignments.js +10 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentsVmss.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentsVmss.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentsVmss.js +10 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationAssignmentsVmss.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.js +10 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts +22 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js +10 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationHcrpAssignmentReports.d.ts +22 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationHcrpAssignmentReports.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationHcrpAssignmentReports.js +10 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationHcrpAssignmentReports.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationHcrpAssignments.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationHcrpAssignments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationHcrpAssignments.js +10 -0
- package/dist/commonjs/operationsInterfaces/guestConfigurationHcrpAssignments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +20 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -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/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/guestConfigurationClient.d.ts +29 -0
- package/dist/esm/guestConfigurationClient.d.ts.map +1 -0
- package/dist/esm/guestConfigurationClient.js +130 -0
- package/dist/esm/guestConfigurationClient.js.map +1 -0
- 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/models/index.d.ts +723 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +86 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +28 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +952 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +17 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +166 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/guestConfigurationAssignmentReports.d.ts +30 -0
- package/dist/esm/operations/guestConfigurationAssignmentReports.d.ts.map +1 -0
- package/dist/esm/operations/guestConfigurationAssignmentReports.js +96 -0
- package/dist/esm/operations/guestConfigurationAssignmentReports.js.map +1 -0
- package/dist/esm/operations/guestConfigurationAssignmentReportsVmss.d.ts +41 -0
- package/dist/esm/operations/guestConfigurationAssignmentReportsVmss.d.ts.map +1 -0
- package/dist/esm/operations/guestConfigurationAssignmentReportsVmss.js +125 -0
- package/dist/esm/operations/guestConfigurationAssignmentReportsVmss.js.map +1 -0
- package/dist/esm/operations/guestConfigurationAssignments.d.ts +81 -0
- package/dist/esm/operations/guestConfigurationAssignments.d.ts.map +1 -0
- package/dist/esm/operations/guestConfigurationAssignments.js +310 -0
- package/dist/esm/operations/guestConfigurationAssignments.js.map +1 -0
- package/dist/esm/operations/guestConfigurationAssignmentsVmss.d.ts +55 -0
- package/dist/esm/operations/guestConfigurationAssignmentsVmss.d.ts.map +1 -0
- package/dist/esm/operations/guestConfigurationAssignmentsVmss.js +191 -0
- package/dist/esm/operations/guestConfigurationAssignmentsVmss.js.map +1 -0
- package/dist/esm/operations/guestConfigurationConnectedVMwarevSphereAssignments.d.ts +55 -0
- package/dist/esm/operations/guestConfigurationConnectedVMwarevSphereAssignments.d.ts.map +1 -0
- package/dist/esm/operations/guestConfigurationConnectedVMwarevSphereAssignments.js +195 -0
- package/dist/esm/operations/guestConfigurationConnectedVMwarevSphereAssignments.js.map +1 -0
- package/dist/esm/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts +30 -0
- package/dist/esm/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts.map +1 -0
- package/dist/esm/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js +96 -0
- package/dist/esm/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js.map +1 -0
- package/dist/esm/operations/guestConfigurationHcrpAssignmentReports.d.ts +30 -0
- package/dist/esm/operations/guestConfigurationHcrpAssignmentReports.d.ts.map +1 -0
- package/dist/esm/operations/guestConfigurationHcrpAssignmentReports.js +101 -0
- package/dist/esm/operations/guestConfigurationHcrpAssignmentReports.js.map +1 -0
- package/dist/esm/operations/guestConfigurationHcrpAssignments.d.ts +55 -0
- package/dist/esm/operations/guestConfigurationHcrpAssignments.d.ts.map +1 -0
- package/dist/esm/operations/guestConfigurationHcrpAssignments.js +204 -0
- package/dist/esm/operations/guestConfigurationHcrpAssignments.js.map +1 -0
- package/dist/esm/operations/index.d.ts +10 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +17 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +26 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +79 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentReports.d.ts +22 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentReports.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentReports.js +9 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentReports.js.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentReportsVmss.d.ts +23 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentReportsVmss.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentReportsVmss.js +9 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentReportsVmss.js.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignments.d.ts +49 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignments.js +9 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignments.js.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentsVmss.d.ts +38 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentsVmss.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentsVmss.js +9 -0
- package/dist/esm/operationsInterfaces/guestConfigurationAssignmentsVmss.js.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.d.ts +38 -0
- package/dist/esm/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.js +9 -0
- package/dist/esm/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.js.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts +22 -0
- package/dist/esm/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js +9 -0
- package/dist/esm/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationHcrpAssignmentReports.d.ts +22 -0
- package/dist/esm/operationsInterfaces/guestConfigurationHcrpAssignmentReports.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationHcrpAssignmentReports.js +9 -0
- package/dist/esm/operationsInterfaces/guestConfigurationHcrpAssignmentReports.js.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationHcrpAssignments.d.ts +38 -0
- package/dist/esm/operationsInterfaces/guestConfigurationHcrpAssignments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/guestConfigurationHcrpAssignments.js +9 -0
- package/dist/esm/operationsInterfaces/guestConfigurationHcrpAssignments.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +10 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +17 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -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/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/guestConfigurationClient.d.ts +29 -0
- package/dist/react-native/guestConfigurationClient.d.ts.map +1 -0
- package/dist/react-native/guestConfigurationClient.js +130 -0
- package/dist/react-native/guestConfigurationClient.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/models/index.d.ts +723 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +86 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +28 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +952 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +17 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +166 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/guestConfigurationAssignmentReports.d.ts +30 -0
- package/dist/react-native/operations/guestConfigurationAssignmentReports.d.ts.map +1 -0
- package/dist/react-native/operations/guestConfigurationAssignmentReports.js +96 -0
- package/dist/react-native/operations/guestConfigurationAssignmentReports.js.map +1 -0
- package/dist/react-native/operations/guestConfigurationAssignmentReportsVmss.d.ts +41 -0
- package/dist/react-native/operations/guestConfigurationAssignmentReportsVmss.d.ts.map +1 -0
- package/dist/react-native/operations/guestConfigurationAssignmentReportsVmss.js +125 -0
- package/dist/react-native/operations/guestConfigurationAssignmentReportsVmss.js.map +1 -0
- package/dist/react-native/operations/guestConfigurationAssignments.d.ts +81 -0
- package/dist/react-native/operations/guestConfigurationAssignments.d.ts.map +1 -0
- package/dist/react-native/operations/guestConfigurationAssignments.js +310 -0
- package/dist/react-native/operations/guestConfigurationAssignments.js.map +1 -0
- package/dist/react-native/operations/guestConfigurationAssignmentsVmss.d.ts +55 -0
- package/dist/react-native/operations/guestConfigurationAssignmentsVmss.d.ts.map +1 -0
- package/dist/react-native/operations/guestConfigurationAssignmentsVmss.js +191 -0
- package/dist/react-native/operations/guestConfigurationAssignmentsVmss.js.map +1 -0
- package/dist/react-native/operations/guestConfigurationConnectedVMwarevSphereAssignments.d.ts +55 -0
- package/dist/react-native/operations/guestConfigurationConnectedVMwarevSphereAssignments.d.ts.map +1 -0
- package/dist/react-native/operations/guestConfigurationConnectedVMwarevSphereAssignments.js +195 -0
- package/dist/react-native/operations/guestConfigurationConnectedVMwarevSphereAssignments.js.map +1 -0
- package/dist/react-native/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts +30 -0
- package/dist/react-native/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts.map +1 -0
- package/dist/react-native/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js +96 -0
- package/dist/react-native/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js.map +1 -0
- package/dist/react-native/operations/guestConfigurationHcrpAssignmentReports.d.ts +30 -0
- package/dist/react-native/operations/guestConfigurationHcrpAssignmentReports.d.ts.map +1 -0
- package/dist/react-native/operations/guestConfigurationHcrpAssignmentReports.js +101 -0
- package/dist/react-native/operations/guestConfigurationHcrpAssignmentReports.js.map +1 -0
- package/dist/react-native/operations/guestConfigurationHcrpAssignments.d.ts +55 -0
- package/dist/react-native/operations/guestConfigurationHcrpAssignments.d.ts.map +1 -0
- package/dist/react-native/operations/guestConfigurationHcrpAssignments.js +204 -0
- package/dist/react-native/operations/guestConfigurationHcrpAssignments.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +10 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +17 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +26 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +79 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentReports.d.ts +22 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentReports.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentReports.js +9 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentReports.js.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentReportsVmss.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentReportsVmss.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentReportsVmss.js +9 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentReportsVmss.js.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignments.d.ts +49 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignments.js +9 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentsVmss.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentsVmss.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentsVmss.js +9 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationAssignmentsVmss.js.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.js +9 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts +22 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js +9 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationHcrpAssignmentReports.d.ts +22 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationHcrpAssignmentReports.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationHcrpAssignmentReports.js +9 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationHcrpAssignmentReports.js.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationHcrpAssignments.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationHcrpAssignments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationHcrpAssignments.js +9 -0
- package/dist/react-native/operationsInterfaces/guestConfigurationHcrpAssignments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +17 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -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/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 +85 -71
- package/dist/index.js +0 -2890
- 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/guestConfigurationAssignmentReportsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsGetSample.js +0 -40
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsListSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsListSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsVmssGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsVmssGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsVmssGetSample.js +0 -40
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsVmssGetSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsVmssListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsVmssListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsVmssListSample.js +0 -55
- package/dist-esm/samples-dev/guestConfigurationAssignmentReportsVmssListSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsCreateOrUpdateSample.js +0 -59
- package/dist-esm/samples-dev/guestConfigurationAssignmentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationAssignmentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsGetSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationAssignmentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsListSample.js +0 -54
- package/dist-esm/samples-dev/guestConfigurationAssignmentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsRgListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentsRgListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsRgListSample.js +0 -53
- package/dist-esm/samples-dev/guestConfigurationAssignmentsRgListSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsSubscriptionListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentsSubscriptionListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsSubscriptionListSample.js +0 -52
- package/dist-esm/samples-dev/guestConfigurationAssignmentsSubscriptionListSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssCreateOrUpdateSample.js +0 -59
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssDeleteSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssGetSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssGetSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssListSample.js +0 -54
- package/dist-esm/samples-dev/guestConfigurationAssignmentsVmssListSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsCreateOrUpdateSample.js +0 -59
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsGetSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsListSample.js +0 -54
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsListSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsReportsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsReportsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsReportsGetSample.js +0 -40
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsReportsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsReportsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsReportsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsReportsListSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationConnectedVMwarevSphereAssignmentsReportsListSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentReportsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentReportsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentReportsGetSample.js +0 -40
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentReportsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentReportsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentReportsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentReportsListSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentReportsListSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsCreateOrUpdateSample.js +0 -59
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsGetSample.js +0 -39
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsListSample.js +0 -54
- package/dist-esm/samples-dev/guestConfigurationHcrpAssignmentsListSample.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 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/src/guestConfigurationClient.d.ts.map +0 -1
- package/dist-esm/src/guestConfigurationClient.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/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/guestConfigurationAssignmentReports.d.ts.map +0 -1
- package/dist-esm/src/operations/guestConfigurationAssignmentReports.js.map +0 -1
- package/dist-esm/src/operations/guestConfigurationAssignmentReportsVmss.d.ts.map +0 -1
- package/dist-esm/src/operations/guestConfigurationAssignmentReportsVmss.js.map +0 -1
- package/dist-esm/src/operations/guestConfigurationAssignments.d.ts.map +0 -1
- package/dist-esm/src/operations/guestConfigurationAssignments.js.map +0 -1
- package/dist-esm/src/operations/guestConfigurationAssignmentsVmss.d.ts.map +0 -1
- package/dist-esm/src/operations/guestConfigurationAssignmentsVmss.js.map +0 -1
- package/dist-esm/src/operations/guestConfigurationConnectedVMwarevSphereAssignments.d.ts.map +0 -1
- package/dist-esm/src/operations/guestConfigurationConnectedVMwarevSphereAssignments.js.map +0 -1
- package/dist-esm/src/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts.map +0 -1
- package/dist-esm/src/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js.map +0 -1
- package/dist-esm/src/operations/guestConfigurationHcrpAssignmentReports.d.ts.map +0 -1
- package/dist-esm/src/operations/guestConfigurationHcrpAssignmentReports.js.map +0 -1
- package/dist-esm/src/operations/guestConfigurationHcrpAssignments.d.ts.map +0 -1
- package/dist-esm/src/operations/guestConfigurationHcrpAssignments.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -10
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -17
- package/dist-esm/src/operations/index.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/operationsInterfaces/guestConfigurationAssignmentReports.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationAssignmentReports.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationAssignmentReportsVmss.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationAssignmentReportsVmss.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationAssignments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationAssignments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationAssignmentsVmss.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationAssignmentsVmss.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationHcrpAssignmentReports.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationHcrpAssignmentReports.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationHcrpAssignments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/guestConfigurationHcrpAssignments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -17
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/guestconfiguration_operations_test.spec.d.ts +0 -7
- package/dist-esm/test/guestconfiguration_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/guestconfiguration_operations_test.spec.js +0 -76
- package/dist-esm/test/guestconfiguration_operations_test.spec.js.map +0 -1
- package/src/guestConfigurationClient.ts +0 -187
- package/src/models/index.ts +0 -847
- package/src/models/mappers.ts +0 -983
- package/src/models/parameters.ts +0 -186
- package/src/operations/guestConfigurationAssignmentReports.ts +0 -128
- package/src/operations/guestConfigurationAssignmentReportsVmss.ts +0 -189
- package/src/operations/guestConfigurationAssignments.ts +0 -432
- package/src/operations/guestConfigurationAssignmentsVmss.ts +0 -271
- package/src/operations/guestConfigurationConnectedVMwarevSphereAssignments.ts +0 -274
- package/src/operations/guestConfigurationConnectedVMwarevSphereAssignmentsReports.ts +0 -128
- package/src/operations/guestConfigurationHcrpAssignmentReports.ts +0 -133
- package/src/operations/guestConfigurationHcrpAssignments.ts +0 -283
- package/src/operations/index.ts +0 -17
- package/src/operations/operations.ts +0 -103
- package/src/operationsInterfaces/guestConfigurationAssignmentReports.ts +0 -46
- package/src/operationsInterfaces/guestConfigurationAssignmentReportsVmss.ts +0 -48
- package/src/operationsInterfaces/guestConfigurationAssignments.ts +0 -93
- package/src/operationsInterfaces/guestConfigurationAssignmentsVmss.ts +0 -76
- package/src/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.ts +0 -75
- package/src/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.ts +0 -46
- package/src/operationsInterfaces/guestConfigurationHcrpAssignmentReports.ts +0 -46
- package/src/operationsInterfaces/guestConfigurationHcrpAssignments.ts +0 -75
- package/src/operationsInterfaces/index.ts +0 -17
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-guestconfiguration.d.ts +0 -1102
- /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}/operationsInterfaces/guestConfigurationAssignmentReports.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationAssignmentReportsVmss.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationAssignments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationAssignmentsVmss.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationConnectedVMwarevSphereAssignmentsReports.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationHcrpAssignmentReports.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/guestConfigurationHcrpAssignments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.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-guestconfiguration.api.md → arm-guestconfiguration-node.api.md} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Release History
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
## 1.0.0-beta.2 (Unreleased)
|
|
4
|
+
|
|
5
|
+
### Features Added
|
|
6
|
+
|
|
7
|
+
### Breaking Changes
|
|
8
|
+
|
|
9
|
+
### Bugs Fixed
|
|
10
|
+
|
|
11
|
+
### Other Changes
|
|
12
|
+
|
|
3
13
|
## 1.0.0-beta.1 (2024-04-28)
|
|
4
14
|
|
|
5
15
|
The package of @azure/arm-guestconfiguration is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
|
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
Copyright (c) Microsoft Corporation.
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
MIT License
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -12,10 +12,10 @@ furnished to do so, subject to the following conditions:
|
|
|
12
12
|
The above copyright notice and this permission notice shall be included in all
|
|
13
13
|
copies or substantial portions of the Software.
|
|
14
14
|
|
|
15
|
-
THE SOFTWARE IS PROVIDED
|
|
15
|
+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
16
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
17
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Guest Configuration Client
|
|
|
6
6
|
|
|
7
7
|
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/guestconfiguration/arm-guestconfiguration) |
|
|
8
8
|
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-guestconfiguration) |
|
|
9
|
-
[API reference documentation](https://
|
|
9
|
+
[API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-guestconfiguration?view=azure-node-preview) |
|
|
10
10
|
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
|
|
11
11
|
|
|
12
12
|
## Getting started
|
|
@@ -46,26 +46,34 @@ npm install @azure/identity
|
|
|
46
46
|
You will also need to **register a new AAD application and grant access to Azure GuestConfiguration** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
|
|
47
47
|
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
|
|
48
48
|
|
|
49
|
-
For more information about how to create an Azure AD Application check out [this guide](https://
|
|
49
|
+
For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
|
|
50
50
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
|
|
52
|
+
|
|
53
|
+
```ts snippet:ReadmeSampleCreateClient_Node
|
|
54
|
+
import { GuestConfigurationClient } from "@azure/arm-guestconfiguration";
|
|
55
|
+
import { DefaultAzureCredential } from "@azure/identity";
|
|
55
56
|
|
|
56
57
|
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
57
58
|
const client = new GuestConfigurationClient(new DefaultAzureCredential(), subscriptionId);
|
|
58
|
-
|
|
59
|
-
// For client-side applications running in the browser, use this code instead:
|
|
60
|
-
// const credential = new InteractiveBrowserCredential({
|
|
61
|
-
// tenantId: "<YOUR_TENANT_ID>",
|
|
62
|
-
// clientId: "<YOUR_CLIENT_ID>"
|
|
63
|
-
// });
|
|
64
|
-
// const client = new GuestConfigurationClient(credential, subscriptionId);
|
|
65
59
|
```
|
|
66
60
|
|
|
61
|
+
For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
|
|
62
|
+
|
|
63
|
+
```ts snippet:ReadmeSampleCreateClient_Browser
|
|
64
|
+
import { InteractiveBrowserCredential } from "@azure/identity";
|
|
65
|
+
import { GuestConfigurationClient } from "@azure/arm-guestconfiguration";
|
|
66
|
+
|
|
67
|
+
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
68
|
+
const credential = new InteractiveBrowserCredential({
|
|
69
|
+
tenantId: "<YOUR_TENANT_ID>",
|
|
70
|
+
clientId: "<YOUR_CLIENT_ID>",
|
|
71
|
+
});
|
|
72
|
+
const client = new GuestConfigurationClient(credential, subscriptionId);
|
|
73
|
+
```
|
|
67
74
|
|
|
68
75
|
### JavaScript Bundle
|
|
76
|
+
|
|
69
77
|
To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
|
|
70
78
|
|
|
71
79
|
## Key concepts
|
|
@@ -80,8 +88,9 @@ To use this client library in the browser, first you need to use a bundler. For
|
|
|
80
88
|
|
|
81
89
|
Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
|
|
82
90
|
|
|
83
|
-
```
|
|
84
|
-
|
|
91
|
+
```ts snippet:SetLogLevel
|
|
92
|
+
import { setLogLevel } from "@azure/logger";
|
|
93
|
+
|
|
85
94
|
setLogLevel("info");
|
|
86
95
|
```
|
|
87
96
|
|
|
@@ -99,9 +108,9 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
|
99
108
|
|
|
100
109
|
- [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
|
|
101
110
|
|
|
102
|
-

|
|
103
111
|
|
|
104
|
-
|
|
112
|
+
|
|
113
|
+
[azure_cli]: https://learn.microsoft.com/cli/azure
|
|
105
114
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
106
115
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
107
116
|
[azure_portal]: https://portal.azure.com
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
2
|
import * as coreAuth from "@azure/core-auth";
|
|
3
|
-
import { GuestConfigurationAssignments, GuestConfigurationAssignmentReports, GuestConfigurationHcrpAssignments, GuestConfigurationHcrpAssignmentReports, GuestConfigurationAssignmentsVmss, GuestConfigurationAssignmentReportsVmss, GuestConfigurationConnectedVMwarevSphereAssignments, GuestConfigurationConnectedVMwarevSphereAssignmentsReports, Operations } from "./operationsInterfaces";
|
|
4
|
-
import { GuestConfigurationClientOptionalParams } from "./models";
|
|
3
|
+
import { GuestConfigurationAssignments, GuestConfigurationAssignmentReports, GuestConfigurationHcrpAssignments, GuestConfigurationHcrpAssignmentReports, GuestConfigurationAssignmentsVmss, GuestConfigurationAssignmentReportsVmss, GuestConfigurationConnectedVMwarevSphereAssignments, GuestConfigurationConnectedVMwarevSphereAssignmentsReports, Operations } from "./operationsInterfaces/index.js";
|
|
4
|
+
import { GuestConfigurationClientOptionalParams } from "./models/index.js";
|
|
5
5
|
export declare class GuestConfigurationClient extends coreClient.ServiceClient {
|
|
6
6
|
$host: string;
|
|
7
7
|
subscriptionId: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guestConfigurationClient.d.ts","sourceRoot":"","sources":["../../src/guestConfigurationClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAY7C,OAAO,EACL,6BAA6B,EAC7B,mCAAmC,EACnC,iCAAiC,EACjC,uCAAuC,EACvC,iCAAiC,EACjC,uCAAuC,EACvC,mDAAmD,EACnD,0DAA0D,EAC1D,UAAU,EACX,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,sCAAsC,EAAE,MAAM,mBAAmB,CAAC;AAE3E,qBAAa,wBAAyB,SAAQ,UAAU,CAAC,aAAa;IACpE,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;;OAMG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,sCAAsC;IA8FlD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,6BAA6B,EAAE,6BAA6B,CAAC;IAC7D,mCAAmC,EAAE,mCAAmC,CAAC;IACzE,iCAAiC,EAAE,iCAAiC,CAAC;IACrE,uCAAuC,EAAE,uCAAuC,CAAC;IACjF,iCAAiC,EAAE,iCAAiC,CAAC;IACrE,uCAAuC,EAAE,uCAAuC,CAAC;IACjF,mDAAmD,EAAE,mDAAmD,CAAC;IACzG,0DAA0D,EAAE,0DAA0D,CAAC;IACvH,UAAU,EAAE,UAAU,CAAC;CACxB"}
|
|
@@ -5,11 +5,13 @@
|
|
|
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 { __awaiter } from "tslib";
|
|
9
8
|
import * as coreClient from "@azure/core-client";
|
|
10
9
|
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
|
11
|
-
import { GuestConfigurationAssignmentsImpl, GuestConfigurationAssignmentReportsImpl, GuestConfigurationHcrpAssignmentsImpl, GuestConfigurationHcrpAssignmentReportsImpl, GuestConfigurationAssignmentsVmssImpl, GuestConfigurationAssignmentReportsVmssImpl, GuestConfigurationConnectedVMwarevSphereAssignmentsImpl, GuestConfigurationConnectedVMwarevSphereAssignmentsReportsImpl, OperationsImpl, } from "./operations";
|
|
10
|
+
import { GuestConfigurationAssignmentsImpl, GuestConfigurationAssignmentReportsImpl, GuestConfigurationHcrpAssignmentsImpl, GuestConfigurationHcrpAssignmentReportsImpl, GuestConfigurationAssignmentsVmssImpl, GuestConfigurationAssignmentReportsVmssImpl, GuestConfigurationConnectedVMwarevSphereAssignmentsImpl, GuestConfigurationConnectedVMwarevSphereAssignmentsReportsImpl, OperationsImpl, } from "./operations/index.js";
|
|
12
11
|
export class GuestConfigurationClient extends coreClient.ServiceClient {
|
|
12
|
+
$host;
|
|
13
|
+
subscriptionId;
|
|
14
|
+
apiVersion;
|
|
13
15
|
/**
|
|
14
16
|
* Initializes a new instance of the GuestConfigurationClient class.
|
|
15
17
|
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
@@ -18,7 +20,6 @@ export class GuestConfigurationClient extends coreClient.ServiceClient {
|
|
|
18
20
|
* @param options The parameter options
|
|
19
21
|
*/
|
|
20
22
|
constructor(credentials, subscriptionId, options) {
|
|
21
|
-
var _a, _b, _c;
|
|
22
23
|
if (credentials === undefined) {
|
|
23
24
|
throw new Error("'credentials' cannot be null");
|
|
24
25
|
}
|
|
@@ -33,16 +34,21 @@ export class GuestConfigurationClient extends coreClient.ServiceClient {
|
|
|
33
34
|
requestContentType: "application/json; charset=utf-8",
|
|
34
35
|
credential: credentials,
|
|
35
36
|
};
|
|
36
|
-
const packageDetails = `azsdk-js-arm-guestconfiguration/1.0.0-beta.
|
|
37
|
+
const packageDetails = `azsdk-js-arm-guestconfiguration/1.0.0-beta.2`;
|
|
37
38
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
38
39
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
39
40
|
: `${packageDetails}`;
|
|
40
|
-
const optionsWithDefaults =
|
|
41
|
+
const optionsWithDefaults = {
|
|
42
|
+
...defaults,
|
|
43
|
+
...options,
|
|
44
|
+
userAgentOptions: {
|
|
41
45
|
userAgentPrefix,
|
|
42
|
-
},
|
|
46
|
+
},
|
|
47
|
+
endpoint: options.endpoint ?? options.baseUri ?? "https://management.azure.com",
|
|
48
|
+
};
|
|
43
49
|
super(optionsWithDefaults);
|
|
44
50
|
let bearerTokenAuthenticationPolicyFound = false;
|
|
45
|
-
if (
|
|
51
|
+
if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {
|
|
46
52
|
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
47
53
|
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
|
48
54
|
coreRestPipeline.bearerTokenAuthenticationPolicyName);
|
|
@@ -56,7 +62,8 @@ export class GuestConfigurationClient extends coreClient.ServiceClient {
|
|
|
56
62
|
});
|
|
57
63
|
this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
58
64
|
credential: credentials,
|
|
59
|
-
scopes:
|
|
65
|
+
scopes: optionsWithDefaults.credentialScopes ??
|
|
66
|
+
`${optionsWithDefaults.endpoint}/.default`,
|
|
60
67
|
challengeCallbacks: {
|
|
61
68
|
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,
|
|
62
69
|
},
|
|
@@ -92,25 +99,32 @@ export class GuestConfigurationClient extends coreClient.ServiceClient {
|
|
|
92
99
|
}
|
|
93
100
|
const apiVersionPolicy = {
|
|
94
101
|
name: "CustomApiVersionPolicy",
|
|
95
|
-
sendRequest(request, next) {
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
return next(request);
|
|
110
|
-
});
|
|
102
|
+
async sendRequest(request, next) {
|
|
103
|
+
const param = request.url.split("?");
|
|
104
|
+
if (param.length > 1) {
|
|
105
|
+
const newParams = param[1].split("&").map((item) => {
|
|
106
|
+
if (item.indexOf("api-version") > -1) {
|
|
107
|
+
return "api-version=" + apiVersion;
|
|
108
|
+
}
|
|
109
|
+
else {
|
|
110
|
+
return item;
|
|
111
|
+
}
|
|
112
|
+
});
|
|
113
|
+
request.url = param[0] + "?" + newParams.join("&");
|
|
114
|
+
}
|
|
115
|
+
return next(request);
|
|
111
116
|
},
|
|
112
117
|
};
|
|
113
118
|
this.pipeline.addPolicy(apiVersionPolicy);
|
|
114
119
|
}
|
|
120
|
+
guestConfigurationAssignments;
|
|
121
|
+
guestConfigurationAssignmentReports;
|
|
122
|
+
guestConfigurationHcrpAssignments;
|
|
123
|
+
guestConfigurationHcrpAssignmentReports;
|
|
124
|
+
guestConfigurationAssignmentsVmss;
|
|
125
|
+
guestConfigurationAssignmentReportsVmss;
|
|
126
|
+
guestConfigurationConnectedVMwarevSphereAssignments;
|
|
127
|
+
guestConfigurationConnectedVMwarevSphereAssignmentsReports;
|
|
128
|
+
operations;
|
|
115
129
|
}
|
|
116
130
|
//# sourceMappingURL=guestConfigurationClient.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guestConfigurationClient.js","sourceRoot":"","sources":["../../src/guestConfigurationClient.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 * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest,\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n GuestConfigurationAssignmentsImpl,\n GuestConfigurationAssignmentReportsImpl,\n GuestConfigurationHcrpAssignmentsImpl,\n GuestConfigurationHcrpAssignmentReportsImpl,\n GuestConfigurationAssignmentsVmssImpl,\n GuestConfigurationAssignmentReportsVmssImpl,\n GuestConfigurationConnectedVMwarevSphereAssignmentsImpl,\n GuestConfigurationConnectedVMwarevSphereAssignmentsReportsImpl,\n OperationsImpl,\n} from \"./operations/index.js\";\nimport {\n GuestConfigurationAssignments,\n GuestConfigurationAssignmentReports,\n GuestConfigurationHcrpAssignments,\n GuestConfigurationHcrpAssignmentReports,\n GuestConfigurationAssignmentsVmss,\n GuestConfigurationAssignmentReportsVmss,\n GuestConfigurationConnectedVMwarevSphereAssignments,\n GuestConfigurationConnectedVMwarevSphereAssignmentsReports,\n Operations,\n} from \"./operationsInterfaces/index.js\";\nimport { GuestConfigurationClientOptionalParams } from \"./models/index.js\";\n\nexport class GuestConfigurationClient extends coreClient.ServiceClient {\n $host: string;\n subscriptionId: string;\n apiVersion: string;\n\n /**\n * Initializes a new instance of the GuestConfigurationClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId Subscription ID which uniquely identify Microsoft Azure subscription. The\n * subscription ID forms part of the URI for every service call.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: GuestConfigurationClientOptionalParams,\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: GuestConfigurationClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials,\n };\n\n const packageDetails = `azsdk-js-arm-guestconfiguration/1.0.0-beta.2`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\",\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] =\n options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName,\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName,\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge,\n },\n }),\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2022-01-25\";\n this.guestConfigurationAssignments = new GuestConfigurationAssignmentsImpl(\n this,\n );\n this.guestConfigurationAssignmentReports =\n new GuestConfigurationAssignmentReportsImpl(this);\n this.guestConfigurationHcrpAssignments =\n new GuestConfigurationHcrpAssignmentsImpl(this);\n this.guestConfigurationHcrpAssignmentReports =\n new GuestConfigurationHcrpAssignmentReportsImpl(this);\n this.guestConfigurationAssignmentsVmss =\n new GuestConfigurationAssignmentsVmssImpl(this);\n this.guestConfigurationAssignmentReportsVmss =\n new GuestConfigurationAssignmentReportsVmssImpl(this);\n this.guestConfigurationConnectedVMwarevSphereAssignments =\n new GuestConfigurationConnectedVMwarevSphereAssignmentsImpl(this);\n this.guestConfigurationConnectedVMwarevSphereAssignmentsReports =\n new GuestConfigurationConnectedVMwarevSphereAssignmentsReportsImpl(this);\n this.operations = new OperationsImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest,\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n },\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n guestConfigurationAssignments: GuestConfigurationAssignments;\n guestConfigurationAssignmentReports: GuestConfigurationAssignmentReports;\n guestConfigurationHcrpAssignments: GuestConfigurationHcrpAssignments;\n guestConfigurationHcrpAssignmentReports: GuestConfigurationHcrpAssignmentReports;\n guestConfigurationAssignmentsVmss: GuestConfigurationAssignmentsVmss;\n guestConfigurationAssignmentReportsVmss: GuestConfigurationAssignmentReportsVmss;\n guestConfigurationConnectedVMwarevSphereAssignments: GuestConfigurationConnectedVMwarevSphereAssignments;\n guestConfigurationConnectedVMwarevSphereAssignmentsReports: GuestConfigurationConnectedVMwarevSphereAssignmentsReports;\n operations: Operations;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,cAAc,iCAAiC,CAAC"}
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
/// <reference lib="esnext.asynciterable" />
|
|
9
|
-
export { getContinuationToken } from "./pagingHelper";
|
|
10
|
-
export * from "./models";
|
|
11
|
-
export { GuestConfigurationClient } from "./guestConfigurationClient";
|
|
12
|
-
export * from "./operationsInterfaces";
|
|
9
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
|
10
|
+
export * from "./models/index.js";
|
|
11
|
+
export { GuestConfigurationClient } from "./guestConfigurationClient.js";
|
|
12
|
+
export * from "./operationsInterfaces/index.js";
|
|
13
13
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,cAAc,iCAAiC,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\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { GuestConfigurationClient } from \"./guestConfigurationClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA+cH,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,UAAU;IACV,wBAAW,CAAA;AACb,CAAC,EAHW,SAAS,KAAT,SAAS,QAGpB;AAWD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBASX;AATD,WAAY,mBAAmB;IAC7B,YAAY;IACZ,sCAAe,CAAA;IACf,2BAA2B;IAC3B,oEAA6C,CAAA;IAC7C,0BAA0B;IAC1B,kEAA2C,CAAA;IAC3C,sBAAsB;IACtB,0DAAmC,CAAA;AACrC,CAAC,EATW,mBAAmB,KAAnB,mBAAmB,QAS9B;AAcD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAOX;AAPD,WAAY,sBAAsB;IAChC,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,sBAAsB;IACtB,6DAAmC,CAAA;IACnC,0BAA0B;IAC1B,qEAA2C,CAAA;AAC7C,CAAC,EAPW,sBAAsB,KAAtB,sBAAsB,QAOjC;AAaD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,4BAA4B;IAC5B,yEAA+C,CAAA;IAC/C,wBAAwB;IACxB,iEAAuC,CAAA;AACzC,CAAC,EALW,sBAAsB,KAAtB,sBAAsB,QAKjC;AAYD,yEAAyE;AACzE,MAAM,CAAN,IAAY,qBAOX;AAPD,WAAY,qBAAqB;IAC/B,gBAAgB;IAChB,gDAAuB,CAAA;IACvB,mBAAmB;IACnB,sDAA6B,CAAA;IAC7B,cAAc;IACd,4CAAmB,CAAA;AACrB,CAAC,EAPW,qBAAqB,KAArB,qBAAqB,QAOhC;AAaD,6DAA6D;AAC7D,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,kBAAkB;IAClB,wCAA2B,CAAA;IAC3B,cAAc;IACd,gCAAmB,CAAA;AACrB,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;AAYD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBASX;AATD,WAAY,sBAAsB;IAChC,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;IACrB,cAAc;IACd,6CAAmB,CAAA;AACrB,CAAC,EATW,sBAAsB,KAAtB,sBAAsB,QASjC;AAcD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B","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 * as coreClient from \"@azure/core-client\";\n\n/** Guest configuration assignment properties. */\nexport interface GuestConfigurationAssignmentProperties {\n /**\n * VM resource Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetResourceId?: string;\n /** The guest configuration to assign. */\n guestConfiguration?: GuestConfigurationNavigation;\n /**\n * A value indicating compliance status of the machine for the assigned guest configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly complianceStatus?: ComplianceStatus;\n /**\n * Date and time when last compliance status was checked.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastComplianceStatusChecked?: Date;\n /**\n * Id of the latest report for the guest configuration assignment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latestReportId?: string;\n /**\n * parameter hash for the guest configuration assignment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly parameterHash?: string;\n /** Last reported guest configuration assignment report. */\n latestAssignmentReport?: AssignmentReport;\n /** The source which initiated the guest configuration assignment. Ex: Azure Policy */\n context?: string;\n /**\n * Combined hash of the configuration package and parameters.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assignmentHash?: string;\n /**\n * The provisioning state, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Type of the resource - VMSS / VM\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceType?: string;\n /** The list of VM Compliance data for VMSS */\n vmssVMList?: VmssvmInfo[];\n}\n\n/** Guest configuration is an artifact that encapsulates DSC configuration and its dependencies. The artifact is a zip file containing DSC configuration (as MOF) and dependent resources and other dependencies like modules. */\nexport interface GuestConfigurationNavigation {\n /** Kind of the guest configuration. For example:DSC */\n kind?: Kind;\n /** Name of the guest configuration. */\n name?: string;\n /** Version of the guest configuration. */\n version?: string;\n /** Uri of the storage where guest configuration package is uploaded. */\n contentUri?: string;\n /** Combined hash of the guest configuration package and configuration parameters. */\n contentHash?: string;\n /** Specifies the assignment type and execution of the configuration. Possible values are Audit, DeployAndAutoCorrect, ApplyAndAutoCorrect and ApplyAndMonitor. */\n assignmentType?: AssignmentType;\n /**\n * Specifies the origin of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assignmentSource?: string;\n /**\n * Specifies the content type of the configuration. Possible values could be Builtin or Custom.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contentType?: string;\n /** The configuration parameters for the guest configuration. */\n configurationParameter?: ConfigurationParameter[];\n /** The protected configuration parameters for the guest configuration. */\n configurationProtectedParameter?: ConfigurationParameter[];\n /**\n * The configuration setting for the guest configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly configurationSetting?: ConfigurationSetting;\n}\n\n/** Represents a configuration parameter. */\nexport interface ConfigurationParameter {\n /** Name of the configuration parameter. */\n name?: string;\n /** Value of the configuration parameter. */\n value?: string;\n}\n\n/** Configuration setting of LCM (Local Configuration Manager). */\nexport interface ConfigurationSetting {\n /**\n * Specifies how the LCM(Local Configuration Manager) actually applies the configuration to the target nodes. Possible values are ApplyOnly, ApplyAndMonitor, and ApplyAndAutoCorrect.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly configurationMode?: ConfigurationMode;\n /**\n * If true - new configurations downloaded from the pull service are allowed to overwrite the old ones on the target node. Otherwise, false\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allowModuleOverwrite?: boolean;\n /**\n * Specifies what happens after a reboot during the application of a configuration. The possible values are ContinueConfiguration and StopConfiguration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionAfterReboot?: ActionAfterReboot;\n /**\n * The time interval, in minutes, at which the LCM checks a pull service to get updated configurations. This value is ignored if the LCM is not configured in pull mode. The default value is 30.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly refreshFrequencyMins?: number;\n /**\n * Set this to true to automatically reboot the node after a configuration that requires reboot is applied. Otherwise, you will have to manually reboot the node for any configuration that requires it. The default value is false. To use this setting when a reboot condition is enacted by something other than DSC (such as Windows Installer), combine this setting with the xPendingReboot module.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rebootIfNeeded?: boolean;\n /**\n * How often, in minutes, the current configuration is checked and applied. This property is ignored if the ConfigurationMode property is set to ApplyOnly. The default value is 15.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly configurationModeFrequencyMins?: number;\n}\n\nexport interface AssignmentReport {\n /**\n * ARM resource id of the report for the guest configuration assignment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * GUID that identifies the guest configuration assignment report under a subscription, resource group.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reportId?: string;\n /** Configuration details of the guest configuration assignment. */\n assignment?: AssignmentInfo;\n /** Information about the VM. */\n vm?: VMInfo;\n /**\n * Start date and time of the guest configuration assignment compliance status check.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * End date and time of the guest configuration assignment compliance status check.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * A value indicating compliance status of the machine for the assigned guest configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly complianceStatus?: ComplianceStatus;\n /**\n * Type of report, Consistency or Initial\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operationType?: Type;\n /** The list of resources for which guest configuration assignment compliance is checked. */\n resources?: AssignmentReportResource[];\n}\n\n/** Information about the guest configuration assignment. */\nexport interface AssignmentInfo {\n /**\n * Name of the guest configuration assignment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Information about the configuration. */\n configuration?: ConfigurationInfo;\n}\n\n/** Information about the configuration. */\nexport interface ConfigurationInfo {\n /**\n * Name of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Version of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n}\n\n/** Information about the VM. */\nexport interface VMInfo {\n /**\n * Azure resource Id of the VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * UUID(Universally Unique Identifier) of the VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uuid?: string;\n}\n\n/** The guest configuration assignment resource. */\nexport interface AssignmentReportResource {\n /**\n * A value indicating compliance status of the machine for the assigned guest configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly complianceStatus?: ComplianceStatus;\n /**\n * Name of the guest configuration assignment resource setting.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceId?: string;\n /** Compliance reason and reason code for a resource. */\n reasons?: AssignmentReportResourceComplianceReason[];\n /**\n * Properties of a guest configuration assignment resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: Record<string, unknown>;\n}\n\n/** Reason and code for the compliance of the guest configuration assignment resource. */\nexport interface AssignmentReportResourceComplianceReason {\n /**\n * Reason for the compliance of the guest configuration assignment resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly phrase?: string;\n /**\n * Code for the compliance of the guest configuration assignment resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n}\n\n/** Information about VMSS VM */\nexport interface VmssvmInfo {\n /**\n * UUID of the VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmId?: string;\n /**\n * Azure resource Id of the VM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmResourceId?: string;\n /**\n * A value indicating compliance status of the machine for the assigned guest configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly complianceStatus?: ComplianceStatus;\n /**\n * Id of the latest report for the guest configuration assignment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latestReportId?: string;\n /**\n * Date and time when last compliance status was checked.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastComplianceChecked?: Date;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The core properties of ARM resources */\nexport interface Resource {\n /**\n * ARM resource id of the guest configuration assignment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Name of the guest configuration assignment. */\n name?: string;\n /** Region where the VM is located. */\n location?: string;\n /**\n * The type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Error response of an operation failure */\nexport interface ErrorResponse {\n error?: ErrorResponseError;\n}\n\nexport interface ErrorResponseError {\n /** Error code. */\n code?: string;\n /** Detail error message indicating why the operation failed. */\n message?: string;\n}\n\n/** The response of the list guest configuration assignment operation. */\nexport interface GuestConfigurationAssignmentList {\n /** Result of the list guest configuration assignment operation. */\n value?: GuestConfigurationAssignment[];\n}\n\n/** List of guest configuration assignment reports. */\nexport interface GuestConfigurationAssignmentReportList {\n /** List of reports for the guest configuration. Report contains information such as compliance status, reason and more. */\n value?: GuestConfigurationAssignmentReport[];\n}\n\n/** Report for the guest configuration assignment. Report contains information such as compliance status, reason, and more. */\nexport interface GuestConfigurationAssignmentReport {\n /**\n * ARM resource id of the report for the guest configuration assignment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * GUID that identifies the guest configuration assignment report under a subscription, resource group.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Properties of the guest configuration report. */\n properties?: GuestConfigurationAssignmentReportProperties;\n}\n\n/** Report for the guest configuration assignment. Report contains information such as compliance status, reason, and more. */\nexport interface GuestConfigurationAssignmentReportProperties {\n /**\n * A value indicating compliance status of the machine for the assigned guest configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly complianceStatus?: ComplianceStatus;\n /**\n * GUID that identifies the guest configuration assignment report under a subscription, resource group.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reportId?: string;\n /** Configuration details of the guest configuration assignment. */\n assignment?: AssignmentInfo;\n /** Information about the VM. */\n vm?: VMInfo;\n /**\n * Start date and time of the guest configuration assignment compliance status check.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * End date and time of the guest configuration assignment compliance status check.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /** Details of the assignment report. */\n details?: AssignmentReportDetails;\n /**\n * Azure resource Id of the VMSS.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmssResourceId?: string;\n}\n\n/** Details of the guest configuration assignment report. */\nexport interface AssignmentReportDetails {\n /**\n * A value indicating compliance status of the machine for the assigned guest configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly complianceStatus?: ComplianceStatus;\n /**\n * Start date and time of the guest configuration assignment compliance status check.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: Date;\n /**\n * End date and time of the guest configuration assignment compliance status check.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: Date;\n /**\n * GUID of the report.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobId?: string;\n /**\n * Type of report, Consistency or Initial\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operationType?: Type;\n /** The list of resources for which guest configuration assignment compliance is checked. */\n resources?: AssignmentReportResource[];\n}\n\n/** The response model for the list of Automation operations */\nexport interface OperationList {\n /** List of Automation operations supported by the Automation resource provider. */\n value?: Operation[];\n}\n\n/** GuestConfiguration REST API operation */\nexport interface Operation {\n /** Operation name: For ex. providers/Microsoft.GuestConfiguration/guestConfigurationAssignments/write or read */\n name?: string;\n /** Provider, Resource, Operation and description values. */\n display?: OperationDisplay;\n /** Provider, Resource, Operation and description values. */\n properties?: OperationProperties;\n}\n\n/** Provider, Resource, Operation and description values. */\nexport interface OperationDisplay {\n /** Service provider: Microsoft.GuestConfiguration */\n provider?: string;\n /** Resource on which the operation is performed: For ex. */\n resource?: string;\n /** Operation type: Read, write, delete, etc. */\n operation?: string;\n /** Description about operation. */\n description?: string;\n}\n\n/** Provider, Resource, Operation and description values. */\nexport interface OperationProperties {\n /** Service provider: Microsoft.GuestConfiguration */\n statusCode?: string;\n}\n\n/** ARM proxy resource. */\nexport interface ProxyResource extends Resource {}\n\n/** Guest configuration assignment is an association between a machine and guest configuration. */\nexport interface GuestConfigurationAssignment extends ProxyResource {\n /** Properties of the Guest configuration assignment. */\n properties?: GuestConfigurationAssignmentProperties;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Known values of {@link Kind} that the service accepts. */\nexport enum KnownKind {\n /** DSC */\n DSC = \"DSC\",\n}\n\n/**\n * Defines values for Kind. \\\n * {@link KnownKind} can be used interchangeably with Kind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DSC**\n */\nexport type Kind = string;\n\n/** Known values of {@link AssignmentType} that the service accepts. */\nexport enum KnownAssignmentType {\n /** Audit */\n Audit = \"Audit\",\n /** DeployAndAutoCorrect */\n DeployAndAutoCorrect = \"DeployAndAutoCorrect\",\n /** ApplyAndAutoCorrect */\n ApplyAndAutoCorrect = \"ApplyAndAutoCorrect\",\n /** ApplyAndMonitor */\n ApplyAndMonitor = \"ApplyAndMonitor\",\n}\n\n/**\n * Defines values for AssignmentType. \\\n * {@link KnownAssignmentType} can be used interchangeably with AssignmentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Audit** \\\n * **DeployAndAutoCorrect** \\\n * **ApplyAndAutoCorrect** \\\n * **ApplyAndMonitor**\n */\nexport type AssignmentType = string;\n\n/** Known values of {@link ConfigurationMode} that the service accepts. */\nexport enum KnownConfigurationMode {\n /** ApplyOnly */\n ApplyOnly = \"ApplyOnly\",\n /** ApplyAndMonitor */\n ApplyAndMonitor = \"ApplyAndMonitor\",\n /** ApplyAndAutoCorrect */\n ApplyAndAutoCorrect = \"ApplyAndAutoCorrect\",\n}\n\n/**\n * Defines values for ConfigurationMode. \\\n * {@link KnownConfigurationMode} can be used interchangeably with ConfigurationMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ApplyOnly** \\\n * **ApplyAndMonitor** \\\n * **ApplyAndAutoCorrect**\n */\nexport type ConfigurationMode = string;\n\n/** Known values of {@link ActionAfterReboot} that the service accepts. */\nexport enum KnownActionAfterReboot {\n /** ContinueConfiguration */\n ContinueConfiguration = \"ContinueConfiguration\",\n /** StopConfiguration */\n StopConfiguration = \"StopConfiguration\",\n}\n\n/**\n * Defines values for ActionAfterReboot. \\\n * {@link KnownActionAfterReboot} can be used interchangeably with ActionAfterReboot,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ContinueConfiguration** \\\n * **StopConfiguration**\n */\nexport type ActionAfterReboot = string;\n\n/** Known values of {@link ComplianceStatus} that the service accepts. */\nexport enum KnownComplianceStatus {\n /** Compliant */\n Compliant = \"Compliant\",\n /** NonCompliant */\n NonCompliant = \"NonCompliant\",\n /** Pending */\n Pending = \"Pending\",\n}\n\n/**\n * Defines values for ComplianceStatus. \\\n * {@link KnownComplianceStatus} can be used interchangeably with ComplianceStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Compliant** \\\n * **NonCompliant** \\\n * **Pending**\n */\nexport type ComplianceStatus = string;\n\n/** Known values of {@link Type} that the service accepts. */\nexport enum KnownType {\n /** Consistency */\n Consistency = \"Consistency\",\n /** Initial */\n Initial = \"Initial\",\n}\n\n/**\n * Defines values for Type. \\\n * {@link KnownType} can be used interchangeably with Type,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Consistency** \\\n * **Initial**\n */\nexport type Type = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Created */\n Created = \"Created\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Created**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Optional parameters. */\nexport interface GuestConfigurationAssignmentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type GuestConfigurationAssignmentsCreateOrUpdateResponse =\n GuestConfigurationAssignment;\n\n/** Optional parameters. */\nexport interface GuestConfigurationAssignmentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GuestConfigurationAssignmentsGetResponse =\n GuestConfigurationAssignment;\n\n/** Optional parameters. */\nexport interface GuestConfigurationAssignmentsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface GuestConfigurationAssignmentsSubscriptionListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the subscriptionList operation. */\nexport type GuestConfigurationAssignmentsSubscriptionListResponse =\n GuestConfigurationAssignmentList;\n\n/** Optional parameters. */\nexport interface GuestConfigurationAssignmentsRGListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the rGList operation. */\nexport type GuestConfigurationAssignmentsRGListResponse =\n GuestConfigurationAssignmentList;\n\n/** Optional parameters. */\nexport interface GuestConfigurationAssignmentsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type GuestConfigurationAssignmentsListResponse =\n GuestConfigurationAssignmentList;\n\n/** Optional parameters. */\nexport interface GuestConfigurationAssignmentReportsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type GuestConfigurationAssignmentReportsListResponse =\n GuestConfigurationAssignmentReportList;\n\n/** Optional parameters. */\nexport interface GuestConfigurationAssignmentReportsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GuestConfigurationAssignmentReportsGetResponse =\n GuestConfigurationAssignmentReport;\n\n/** Optional parameters. */\nexport interface GuestConfigurationHcrpAssignmentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type GuestConfigurationHcrpAssignmentsCreateOrUpdateResponse =\n GuestConfigurationAssignment;\n\n/** Optional parameters. */\nexport interface GuestConfigurationHcrpAssignmentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GuestConfigurationHcrpAssignmentsGetResponse =\n GuestConfigurationAssignment;\n\n/** Optional parameters. */\nexport interface GuestConfigurationHcrpAssignmentsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface GuestConfigurationHcrpAssignmentsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type GuestConfigurationHcrpAssignmentsListResponse =\n GuestConfigurationAssignmentList;\n\n/** Optional parameters. */\nexport interface GuestConfigurationHcrpAssignmentReportsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type GuestConfigurationHcrpAssignmentReportsListResponse =\n GuestConfigurationAssignmentReportList;\n\n/** Optional parameters. */\nexport interface GuestConfigurationHcrpAssignmentReportsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GuestConfigurationHcrpAssignmentReportsGetResponse =\n GuestConfigurationAssignmentReport;\n\n/** Optional parameters. */\nexport interface GuestConfigurationAssignmentsVmssCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type GuestConfigurationAssignmentsVmssCreateOrUpdateResponse =\n GuestConfigurationAssignment;\n\n/** Optional parameters. */\nexport interface GuestConfigurationAssignmentsVmssGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GuestConfigurationAssignmentsVmssGetResponse =\n GuestConfigurationAssignment;\n\n/** Optional parameters. */\nexport interface GuestConfigurationAssignmentsVmssDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the delete operation. */\nexport type GuestConfigurationAssignmentsVmssDeleteResponse =\n GuestConfigurationAssignment;\n\n/** Optional parameters. */\nexport interface GuestConfigurationAssignmentsVmssListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type GuestConfigurationAssignmentsVmssListResponse =\n GuestConfigurationAssignmentList;\n\n/** Optional parameters. */\nexport interface GuestConfigurationAssignmentReportsVmssListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type GuestConfigurationAssignmentReportsVmssListResponse =\n GuestConfigurationAssignmentReportList;\n\n/** Optional parameters. */\nexport interface GuestConfigurationAssignmentReportsVmssGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GuestConfigurationAssignmentReportsVmssGetResponse =\n GuestConfigurationAssignmentReport;\n\n/** Optional parameters. */\nexport interface GuestConfigurationConnectedVMwarevSphereAssignmentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type GuestConfigurationConnectedVMwarevSphereAssignmentsCreateOrUpdateResponse =\n GuestConfigurationAssignment;\n\n/** Optional parameters. */\nexport interface GuestConfigurationConnectedVMwarevSphereAssignmentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GuestConfigurationConnectedVMwarevSphereAssignmentsGetResponse =\n GuestConfigurationAssignment;\n\n/** Optional parameters. */\nexport interface GuestConfigurationConnectedVMwarevSphereAssignmentsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface GuestConfigurationConnectedVMwarevSphereAssignmentsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type GuestConfigurationConnectedVMwarevSphereAssignmentsListResponse =\n GuestConfigurationAssignmentList;\n\n/** Optional parameters. */\nexport interface GuestConfigurationConnectedVMwarevSphereAssignmentsReportsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type GuestConfigurationConnectedVMwarevSphereAssignmentsReportsListResponse =\n GuestConfigurationAssignmentReportList;\n\n/** Optional parameters. */\nexport interface GuestConfigurationConnectedVMwarevSphereAssignmentsReportsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GuestConfigurationConnectedVMwarevSphereAssignmentsReportsGetResponse =\n GuestConfigurationAssignmentReport;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationList;\n\n/** Optional parameters. */\nexport interface GuestConfigurationClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -921,26 +921,32 @@ export const ProxyResource = {
|
|
|
921
921
|
type: {
|
|
922
922
|
name: "Composite",
|
|
923
923
|
className: "ProxyResource",
|
|
924
|
-
modelProperties:
|
|
924
|
+
modelProperties: {
|
|
925
|
+
...Resource.type.modelProperties,
|
|
926
|
+
},
|
|
925
927
|
},
|
|
926
928
|
};
|
|
927
929
|
export const GuestConfigurationAssignment = {
|
|
928
930
|
type: {
|
|
929
931
|
name: "Composite",
|
|
930
932
|
className: "GuestConfigurationAssignment",
|
|
931
|
-
modelProperties:
|
|
933
|
+
modelProperties: {
|
|
934
|
+
...ProxyResource.type.modelProperties,
|
|
935
|
+
properties: {
|
|
932
936
|
serializedName: "properties",
|
|
933
937
|
type: {
|
|
934
938
|
name: "Composite",
|
|
935
939
|
className: "GuestConfigurationAssignmentProperties",
|
|
936
940
|
},
|
|
937
|
-
},
|
|
941
|
+
},
|
|
942
|
+
systemData: {
|
|
938
943
|
serializedName: "systemData",
|
|
939
944
|
type: {
|
|
940
945
|
name: "Composite",
|
|
941
946
|
className: "SystemData",
|
|
942
947
|
},
|
|
943
|
-
}
|
|
948
|
+
},
|
|
949
|
+
},
|
|
944
950
|
},
|
|
945
951
|
};
|
|
946
952
|
//# sourceMappingURL=mappers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.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 * as coreClient from \"@azure/core-client\";\n\nexport const GuestConfigurationAssignmentProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GuestConfigurationAssignmentProperties\",\n modelProperties: {\n targetResourceId: {\n serializedName: \"targetResourceId\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n guestConfiguration: {\n serializedName: \"guestConfiguration\",\n type: {\n name: \"Composite\",\n className: \"GuestConfigurationNavigation\",\n },\n },\n complianceStatus: {\n serializedName: \"complianceStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastComplianceStatusChecked: {\n serializedName: \"lastComplianceStatusChecked\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n latestReportId: {\n serializedName: \"latestReportId\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n parameterHash: {\n serializedName: \"parameterHash\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n latestAssignmentReport: {\n serializedName: \"latestAssignmentReport\",\n type: {\n name: \"Composite\",\n className: \"AssignmentReport\",\n },\n },\n context: {\n serializedName: \"context\",\n type: {\n name: \"String\",\n },\n },\n assignmentHash: {\n serializedName: \"assignmentHash\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n resourceType: {\n serializedName: \"resourceType\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n vmssVMList: {\n serializedName: \"vmssVMList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VmssvmInfo\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const GuestConfigurationNavigation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GuestConfigurationNavigation\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n contentUri: {\n serializedName: \"contentUri\",\n type: {\n name: \"String\",\n },\n },\n contentHash: {\n serializedName: \"contentHash\",\n type: {\n name: \"String\",\n },\n },\n assignmentType: {\n serializedName: \"assignmentType\",\n type: {\n name: \"String\",\n },\n },\n assignmentSource: {\n serializedName: \"assignmentSource\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n contentType: {\n serializedName: \"contentType\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n configurationParameter: {\n serializedName: \"configurationParameter\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConfigurationParameter\",\n },\n },\n },\n },\n configurationProtectedParameter: {\n serializedName: \"configurationProtectedParameter\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConfigurationParameter\",\n },\n },\n },\n },\n configurationSetting: {\n serializedName: \"configurationSetting\",\n type: {\n name: \"Composite\",\n className: \"ConfigurationSetting\",\n },\n },\n },\n },\n};\n\nexport const ConfigurationParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationParameter\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConfigurationSetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationSetting\",\n modelProperties: {\n configurationMode: {\n serializedName: \"configurationMode\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n allowModuleOverwrite: {\n serializedName: \"allowModuleOverwrite\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n actionAfterReboot: {\n serializedName: \"actionAfterReboot\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n refreshFrequencyMins: {\n defaultValue: 30,\n serializedName: \"refreshFrequencyMins\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n rebootIfNeeded: {\n serializedName: \"rebootIfNeeded\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n configurationModeFrequencyMins: {\n defaultValue: 15,\n serializedName: \"configurationModeFrequencyMins\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AssignmentReport: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssignmentReport\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n reportId: {\n serializedName: \"reportId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n assignment: {\n serializedName: \"assignment\",\n type: {\n name: \"Composite\",\n className: \"AssignmentInfo\",\n },\n },\n vm: {\n serializedName: \"vm\",\n type: {\n name: \"Composite\",\n className: \"VMInfo\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n complianceStatus: {\n serializedName: \"complianceStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operationType: {\n serializedName: \"operationType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resources: {\n serializedName: \"resources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AssignmentReportResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AssignmentInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssignmentInfo\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n configuration: {\n serializedName: \"configuration\",\n type: {\n name: \"Composite\",\n className: \"ConfigurationInfo\",\n },\n },\n },\n },\n};\n\nexport const ConfigurationInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationInfo\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VMInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VMInfo\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n uuid: {\n serializedName: \"uuid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AssignmentReportResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssignmentReportResource\",\n modelProperties: {\n complianceStatus: {\n serializedName: \"complianceStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resourceId: {\n serializedName: \"resourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n reasons: {\n serializedName: \"reasons\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AssignmentReportResourceComplianceReason\",\n },\n },\n },\n },\n properties: {\n serializedName: \"properties\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const AssignmentReportResourceComplianceReason: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AssignmentReportResourceComplianceReason\",\n modelProperties: {\n phrase: {\n serializedName: \"phrase\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const VmssvmInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VmssvmInfo\",\n modelProperties: {\n vmId: {\n serializedName: \"vmId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n vmResourceId: {\n serializedName: \"vmResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n complianceStatus: {\n serializedName: \"complianceStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n latestReportId: {\n serializedName: \"latestReportId\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n lastComplianceChecked: {\n serializedName: \"lastComplianceChecked\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponseError\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponseError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GuestConfigurationAssignmentList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GuestConfigurationAssignmentList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GuestConfigurationAssignment\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GuestConfigurationAssignmentReportList: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GuestConfigurationAssignmentReportList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GuestConfigurationAssignmentReport\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const GuestConfigurationAssignmentReport: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GuestConfigurationAssignmentReport\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GuestConfigurationAssignmentReportProperties\",\n },\n },\n },\n },\n};\n\nexport const GuestConfigurationAssignmentReportProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GuestConfigurationAssignmentReportProperties\",\n modelProperties: {\n complianceStatus: {\n serializedName: \"complianceStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n reportId: {\n serializedName: \"reportId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n assignment: {\n serializedName: \"assignment\",\n type: {\n name: \"Composite\",\n className: \"AssignmentInfo\",\n },\n },\n vm: {\n serializedName: \"vm\",\n type: {\n name: \"Composite\",\n className: \"VMInfo\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Composite\",\n className: \"AssignmentReportDetails\",\n },\n },\n vmssResourceId: {\n serializedName: \"vmssResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const AssignmentReportDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AssignmentReportDetails\",\n modelProperties: {\n complianceStatus: {\n serializedName: \"complianceStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n jobId: {\n serializedName: \"jobId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operationType: {\n serializedName: \"operationType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resources: {\n serializedName: \"resources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AssignmentReportResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const OperationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"OperationProperties\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationProperties\",\n modelProperties: {\n statusCode: {\n serializedName: \"statusCode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const GuestConfigurationAssignment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GuestConfigurationAssignment\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GuestConfigurationAssignmentProperties\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n"]}
|
|
@@ -5,7 +5,7 @@
|
|
|
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 { GuestConfigurationAssignment as GuestConfigurationAssignmentMapper } from "../models/mappers";
|
|
8
|
+
import { GuestConfigurationAssignment as GuestConfigurationAssignmentMapper } from "../models/mappers.js";
|
|
9
9
|
export const contentType = {
|
|
10
10
|
parameterPath: ["options", "contentType"],
|
|
11
11
|
mapper: {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport { GuestConfigurationAssignment as GuestConfigurationAssignmentMapper } from \"../models/mappers.js\";\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: GuestConfigurationAssignmentMapper,\n};\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const guestConfigurationAssignmentName: OperationURLParameter = {\n parameterPath: \"guestConfigurationAssignmentName\",\n mapper: {\n serializedName: \"guestConfigurationAssignmentName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._]+$\"),\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const vmName: OperationURLParameter = {\n parameterPath: \"vmName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9][-a-zA-Z0-9_.]*[a-zA-Z0-9]$\"),\n },\n serializedName: \"vmName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-01-25\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const reportId: OperationURLParameter = {\n parameterPath: \"reportId\",\n mapper: {\n serializedName: \"reportId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const machineName: OperationURLParameter = {\n parameterPath: \"machineName\",\n mapper: {\n serializedName: \"machineName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const vmssName: OperationURLParameter = {\n parameterPath: \"vmssName\",\n mapper: {\n serializedName: \"vmssName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const name: OperationURLParameter = {\n parameterPath: \"name\",\n mapper: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const id: OperationURLParameter = {\n parameterPath: \"id\",\n mapper: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const guestConfigurationAssignmentName1: OperationURLParameter = {\n parameterPath: \"guestConfigurationAssignmentName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[^<>%&:\\\\\\\\?/#]*$\"),\n },\n serializedName: \"guestConfigurationAssignmentName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { GuestConfigurationAssignmentReports } from "../operationsInterfaces";
|
|
2
|
-
import { GuestConfigurationClient } from "../guestConfigurationClient";
|
|
3
|
-
import { GuestConfigurationAssignmentReportsListOptionalParams, GuestConfigurationAssignmentReportsListResponse, GuestConfigurationAssignmentReportsGetOptionalParams, GuestConfigurationAssignmentReportsGetResponse } from "../models";
|
|
1
|
+
import { GuestConfigurationAssignmentReports } from "../operationsInterfaces/index.js";
|
|
2
|
+
import { GuestConfigurationClient } from "../guestConfigurationClient.js";
|
|
3
|
+
import { GuestConfigurationAssignmentReportsListOptionalParams, GuestConfigurationAssignmentReportsListResponse, GuestConfigurationAssignmentReportsGetOptionalParams, GuestConfigurationAssignmentReportsGetResponse } from "../models/index.js";
|
|
4
4
|
/** Class containing GuestConfigurationAssignmentReports operations. */
|
|
5
5
|
export declare class GuestConfigurationAssignmentReportsImpl implements GuestConfigurationAssignmentReports {
|
|
6
6
|
private readonly client;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guestConfigurationAssignmentReports.d.ts","sourceRoot":"","sources":["../../../src/operations/guestConfigurationAssignmentReports.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,mCAAmC,EAAE,MAAM,kCAAkC,CAAC;AAIvF,OAAO,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAC1E,OAAO,EACL,qDAAqD,EACrD,+CAA+C,EAC/C,oDAAoD,EACpD,8CAA8C,EAC/C,MAAM,oBAAoB,CAAC;AAE5B,uEAAuE;AACvE,qBAAa,uCACX,YAAW,mCAAmC;IAE9C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2B;IAElD;;;OAGG;gBACS,MAAM,EAAE,wBAAwB;IAI5C;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,gCAAgC,EAAE,MAAM,EACxC,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,qDAAqD,GAC9D,OAAO,CAAC,+CAA+C,CAAC;IAO3D;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,gCAAgC,EAAE,MAAM,EACxC,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,8CAA8C,CAAC;CAY3D"}
|
|
@@ -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 GuestConfigurationAssignmentReports operations. */
|
|
12
12
|
export class GuestConfigurationAssignmentReportsImpl {
|
|
13
|
+
client;
|
|
13
14
|
/**
|
|
14
15
|
* Initialize a new instance of the class GuestConfigurationAssignmentReports class.
|
|
15
16
|
* @param client Reference to the service client
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guestConfigurationAssignmentReports.js","sourceRoot":"","sources":["../../../src/operations/guestConfigurationAssignmentReports.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;AAStD,uEAAuE;AACvE,MAAM,OAAO,uCAAuC;IAGjC,MAAM,CAA2B;IAElD;;;OAGG;IACH,YAAY,MAAgC;QAC1C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;OAMG;IACH,IAAI,CACF,iBAAyB,EACzB,gCAAwC,EACxC,MAAc,EACd,OAA+D;QAE/D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,gCAAgC,EAAE,MAAM,EAAE,OAAO,EAAE,EACxE,iBAAiB,CAClB,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACH,GAAG,CACD,iBAAyB,EACzB,gCAAwC,EACxC,QAAgB,EAChB,MAAc,EACd,OAA8D;QAE9D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,gCAAgC;YAChC,QAAQ;YACR,MAAM;YACN,OAAO;SACR,EACD,gBAAgB,CACjB,CAAC;IACJ,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,yOAAyO;IAC/O,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,sCAAsC;SAC3D;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,gCAAgC;QAC3C,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,MAAM;KAClB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EAAE,oPAAoP;IAC1P,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,kCAAkC;SACvD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,gCAAgC;QAC3C,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,QAAQ;KACpB;IACD,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 { GuestConfigurationAssignmentReports } 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 { GuestConfigurationClient } from \"../guestConfigurationClient.js\";\nimport {\n GuestConfigurationAssignmentReportsListOptionalParams,\n GuestConfigurationAssignmentReportsListResponse,\n GuestConfigurationAssignmentReportsGetOptionalParams,\n GuestConfigurationAssignmentReportsGetResponse,\n} from \"../models/index.js\";\n\n/** Class containing GuestConfigurationAssignmentReports operations. */\nexport class GuestConfigurationAssignmentReportsImpl\n implements GuestConfigurationAssignmentReports\n{\n private readonly client: GuestConfigurationClient;\n\n /**\n * Initialize a new instance of the class GuestConfigurationAssignmentReports class.\n * @param client Reference to the service client\n */\n constructor(client: GuestConfigurationClient) {\n this.client = client;\n }\n\n /**\n * List all reports for the guest configuration assignment, latest report first.\n * @param resourceGroupName The resource group name.\n * @param guestConfigurationAssignmentName The guest configuration assignment name.\n * @param vmName The name of the virtual machine.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n guestConfigurationAssignmentName: string,\n vmName: string,\n options?: GuestConfigurationAssignmentReportsListOptionalParams,\n ): Promise<GuestConfigurationAssignmentReportsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, guestConfigurationAssignmentName, vmName, options },\n listOperationSpec,\n );\n }\n\n /**\n * Get a report for the guest configuration assignment, by reportId.\n * @param resourceGroupName The resource group name.\n * @param guestConfigurationAssignmentName The guest configuration assignment name.\n * @param reportId The GUID for the guest configuration assignment report.\n * @param vmName The name of the virtual machine.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n guestConfigurationAssignmentName: string,\n reportId: string,\n vmName: string,\n options?: GuestConfigurationAssignmentReportsGetOptionalParams,\n ): Promise<GuestConfigurationAssignmentReportsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n guestConfigurationAssignmentName,\n reportId,\n vmName,\n options,\n },\n getOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/providers/Microsoft.GuestConfiguration/guestConfigurationAssignments/{guestConfigurationAssignmentName}/reports\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GuestConfigurationAssignmentReportList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.guestConfigurationAssignmentName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.vmName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/providers/Microsoft.GuestConfiguration/guestConfigurationAssignments/{guestConfigurationAssignmentName}/reports/{reportId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GuestConfigurationAssignmentReport,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.guestConfigurationAssignmentName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.vmName,\n Parameters.reportId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|