@azure/arm-azurestackhci 4.0.0-beta.2 → 4.0.0-beta.3
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/browser/azureStackHCIClient.d.ts +33 -0
- package/dist/browser/azureStackHCIClient.d.ts.map +1 -0
- package/dist/browser/azureStackHCIClient.js +128 -0
- package/dist/browser/azureStackHCIClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js +5276 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +302 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/arcSettings.d.ts +129 -0
- package/dist/browser/operations/arcSettings.d.ts.map +1 -0
- package/dist/browser/operations/arcSettings.js +555 -0
- package/dist/browser/operations/arcSettings.js.map +1 -0
- package/dist/browser/operations/clusters.d.ts +169 -0
- package/dist/browser/operations/clusters.d.ts.map +1 -0
- package/dist/browser/operations/clusters.js +851 -0
- package/dist/browser/operations/clusters.js.map +1 -0
- package/dist/browser/operations/deploymentSettings.d.ts +81 -0
- package/dist/browser/operations/deploymentSettings.d.ts.map +1 -0
- package/dist/browser/operations/deploymentSettings.js +357 -0
- package/dist/browser/operations/deploymentSettings.js.map +1 -0
- package/dist/browser/operations/edgeDevices.d.ts +89 -0
- package/dist/browser/operations/edgeDevices.d.ts.map +1 -0
- package/dist/browser/operations/edgeDevices.js +420 -0
- package/dist/browser/operations/edgeDevices.js.map +1 -0
- package/dist/browser/operations/extensions.d.ts +129 -0
- package/dist/browser/operations/extensions.d.ts.map +1 -0
- package/dist/browser/operations/extensions.js +575 -0
- package/dist/browser/operations/extensions.js.map +1 -0
- package/dist/browser/operations/index.d.ts +14 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +21 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/offers.d.ts +74 -0
- package/dist/browser/operations/offers.d.ts.map +1 -0
- package/dist/browser/operations/offers.js +279 -0
- package/dist/browser/operations/offers.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +18 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +47 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/publishers.d.ts +46 -0
- package/dist/browser/operations/publishers.d.ts.map +1 -0
- package/dist/browser/operations/publishers.js +165 -0
- package/dist/browser/operations/publishers.js.map +1 -0
- package/dist/browser/operations/securitySettings.d.ts +81 -0
- package/dist/browser/operations/securitySettings.d.ts.map +1 -0
- package/dist/browser/operations/securitySettings.js +357 -0
- package/dist/browser/operations/securitySettings.js.map +1 -0
- package/dist/browser/operations/skus.d.ts +54 -0
- package/dist/browser/operations/skus.d.ts.map +1 -0
- package/dist/browser/operations/skus.js +193 -0
- package/dist/browser/operations/skus.js.map +1 -0
- package/dist/browser/operations/updateRuns.d.ts +79 -0
- package/dist/browser/operations/updateRuns.d.ts.map +1 -0
- package/dist/browser/operations/updateRuns.js +309 -0
- package/dist/browser/operations/updateRuns.js.map +1 -0
- package/dist/browser/operations/updateSummariesOperations.d.ts +68 -0
- package/dist/browser/operations/updateSummariesOperations.d.ts.map +1 -0
- package/dist/browser/operations/updateSummariesOperations.js +277 -0
- package/dist/browser/operations/updateSummariesOperations.js.map +1 -0
- package/dist/browser/operations/updates.d.ts +88 -0
- package/dist/browser/operations/updates.d.ts.map +1 -0
- package/dist/browser/operations/updates.js +366 -0
- package/dist/browser/operations/updates.js.map +1 -0
- package/dist/browser/operationsInterfaces/arcSettings.d.ts +104 -0
- package/dist/browser/operationsInterfaces/arcSettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/arcSettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts +133 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
- package/dist/browser/operationsInterfaces/deploymentSettings.d.ts +56 -0
- package/dist/browser/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/deploymentSettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/edgeDevices.d.ts +66 -0
- package/dist/browser/operationsInterfaces/edgeDevices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/edgeDevices.js.map +1 -0
- package/dist/browser/operationsInterfaces/extensions.d.ts +102 -0
- package/dist/browser/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/extensions.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +14 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +21 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/offers.d.ts +30 -0
- package/dist/browser/operationsInterfaces/offers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/offers.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +10 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/publishers.d.ts +21 -0
- package/dist/browser/operationsInterfaces/publishers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/publishers.js.map +1 -0
- package/dist/browser/operationsInterfaces/securitySettings.d.ts +56 -0
- package/dist/browser/operationsInterfaces/securitySettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/securitySettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/skus.d.ts +25 -0
- package/dist/browser/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/skus.js.map +1 -0
- package/dist/browser/operationsInterfaces/updateRuns.d.ts +52 -0
- package/dist/browser/operationsInterfaces/updateRuns.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/updateRuns.js.map +1 -0
- package/dist/browser/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
- package/dist/browser/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/updateSummariesOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/updates.d.ts +63 -0
- package/dist/browser/operationsInterfaces/updates.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/updates.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/azureStackHCIClient.d.ts +33 -0
- package/dist/commonjs/azureStackHCIClient.d.ts.map +1 -0
- package/dist/commonjs/azureStackHCIClient.js +133 -0
- package/dist/commonjs/azureStackHCIClient.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/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +3822 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +635 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +147 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +5281 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +40 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +305 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/arcSettings.d.ts +129 -0
- package/dist/commonjs/operations/arcSettings.d.ts.map +1 -0
- package/dist/commonjs/operations/arcSettings.js +560 -0
- package/dist/commonjs/operations/arcSettings.js.map +1 -0
- package/dist/commonjs/operations/clusters.d.ts +169 -0
- package/dist/commonjs/operations/clusters.d.ts.map +1 -0
- package/dist/commonjs/operations/clusters.js +856 -0
- package/dist/commonjs/operations/clusters.js.map +1 -0
- package/dist/commonjs/operations/deploymentSettings.d.ts +81 -0
- package/dist/commonjs/operations/deploymentSettings.d.ts.map +1 -0
- package/dist/commonjs/operations/deploymentSettings.js +362 -0
- package/dist/commonjs/operations/deploymentSettings.js.map +1 -0
- package/dist/commonjs/operations/edgeDevices.d.ts +89 -0
- package/dist/commonjs/operations/edgeDevices.d.ts.map +1 -0
- package/dist/commonjs/operations/edgeDevices.js +425 -0
- package/dist/commonjs/operations/edgeDevices.js.map +1 -0
- package/dist/commonjs/operations/extensions.d.ts +129 -0
- package/dist/commonjs/operations/extensions.d.ts.map +1 -0
- package/dist/commonjs/operations/extensions.js +580 -0
- package/dist/commonjs/operations/extensions.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +14 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +24 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/offers.d.ts +74 -0
- package/dist/commonjs/operations/offers.d.ts.map +1 -0
- package/dist/commonjs/operations/offers.js +284 -0
- package/dist/commonjs/operations/offers.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +18 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +52 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/publishers.d.ts +46 -0
- package/dist/commonjs/operations/publishers.d.ts.map +1 -0
- package/dist/commonjs/operations/publishers.js +170 -0
- package/dist/commonjs/operations/publishers.js.map +1 -0
- package/dist/commonjs/operations/securitySettings.d.ts +81 -0
- package/dist/commonjs/operations/securitySettings.d.ts.map +1 -0
- package/dist/commonjs/operations/securitySettings.js +362 -0
- package/dist/commonjs/operations/securitySettings.js.map +1 -0
- package/dist/commonjs/operations/skus.d.ts +54 -0
- package/dist/commonjs/operations/skus.d.ts.map +1 -0
- package/dist/commonjs/operations/skus.js +198 -0
- package/dist/commonjs/operations/skus.js.map +1 -0
- package/dist/commonjs/operations/updateRuns.d.ts +79 -0
- package/dist/commonjs/operations/updateRuns.d.ts.map +1 -0
- package/dist/commonjs/operations/updateRuns.js +314 -0
- package/dist/commonjs/operations/updateRuns.js.map +1 -0
- package/dist/commonjs/operations/updateSummariesOperations.d.ts +68 -0
- package/dist/commonjs/operations/updateSummariesOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/updateSummariesOperations.js +282 -0
- package/dist/commonjs/operations/updateSummariesOperations.js.map +1 -0
- package/dist/commonjs/operations/updates.d.ts +88 -0
- package/dist/commonjs/operations/updates.d.ts.map +1 -0
- package/dist/commonjs/operations/updates.js +371 -0
- package/dist/commonjs/operations/updates.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/arcSettings.d.ts +104 -0
- package/dist/commonjs/operationsInterfaces/arcSettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/arcSettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/arcSettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts +133 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
- package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/deploymentSettings.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/deploymentSettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/deploymentSettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/edgeDevices.d.ts +66 -0
- package/dist/commonjs/operationsInterfaces/edgeDevices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/edgeDevices.js +10 -0
- package/dist/commonjs/operationsInterfaces/edgeDevices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensions.d.ts +102 -0
- package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensions.js +10 -0
- package/dist/commonjs/operationsInterfaces/extensions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +24 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/offers.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/offers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/offers.js +10 -0
- package/dist/commonjs/operationsInterfaces/offers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/publishers.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/publishers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/publishers.js +10 -0
- package/dist/commonjs/operationsInterfaces/publishers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/securitySettings.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/securitySettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/securitySettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/securitySettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.js +10 -0
- package/dist/commonjs/operationsInterfaces/skus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/updateRuns.d.ts +52 -0
- package/dist/commonjs/operationsInterfaces/updateRuns.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/updateRuns.js +10 -0
- package/dist/commonjs/operationsInterfaces/updateRuns.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/updateSummariesOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/updateSummariesOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/updates.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/updates.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/updates.js +10 -0
- package/dist/commonjs/operationsInterfaces/updates.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/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/azureStackHCIClient.d.ts +33 -0
- package/dist/esm/azureStackHCIClient.d.ts.map +1 -0
- package/dist/esm/azureStackHCIClient.js +128 -0
- package/dist/esm/azureStackHCIClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +3822 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +632 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +147 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +5276 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +40 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +302 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/arcSettings.d.ts +129 -0
- package/dist/esm/operations/arcSettings.d.ts.map +1 -0
- package/dist/esm/operations/arcSettings.js +555 -0
- package/dist/esm/operations/arcSettings.js.map +1 -0
- package/dist/esm/operations/clusters.d.ts +169 -0
- package/dist/esm/operations/clusters.d.ts.map +1 -0
- package/dist/esm/operations/clusters.js +851 -0
- package/dist/esm/operations/clusters.js.map +1 -0
- package/dist/esm/operations/deploymentSettings.d.ts +81 -0
- package/dist/esm/operations/deploymentSettings.d.ts.map +1 -0
- package/dist/esm/operations/deploymentSettings.js +357 -0
- package/dist/esm/operations/deploymentSettings.js.map +1 -0
- package/dist/esm/operations/edgeDevices.d.ts +89 -0
- package/dist/esm/operations/edgeDevices.d.ts.map +1 -0
- package/dist/esm/operations/edgeDevices.js +420 -0
- package/dist/esm/operations/edgeDevices.js.map +1 -0
- package/dist/esm/operations/extensions.d.ts +129 -0
- package/dist/esm/operations/extensions.d.ts.map +1 -0
- package/dist/esm/operations/extensions.js +575 -0
- package/dist/esm/operations/extensions.js.map +1 -0
- package/dist/esm/operations/index.d.ts +14 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +21 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/offers.d.ts +74 -0
- package/dist/esm/operations/offers.d.ts.map +1 -0
- package/dist/esm/operations/offers.js +279 -0
- package/dist/esm/operations/offers.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +18 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +47 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/publishers.d.ts +46 -0
- package/dist/esm/operations/publishers.d.ts.map +1 -0
- package/dist/esm/operations/publishers.js +165 -0
- package/dist/esm/operations/publishers.js.map +1 -0
- package/dist/esm/operations/securitySettings.d.ts +81 -0
- package/dist/esm/operations/securitySettings.d.ts.map +1 -0
- package/dist/esm/operations/securitySettings.js +357 -0
- package/dist/esm/operations/securitySettings.js.map +1 -0
- package/dist/esm/operations/skus.d.ts +54 -0
- package/dist/esm/operations/skus.d.ts.map +1 -0
- package/dist/esm/operations/skus.js +193 -0
- package/dist/esm/operations/skus.js.map +1 -0
- package/dist/esm/operations/updateRuns.d.ts +79 -0
- package/dist/esm/operations/updateRuns.d.ts.map +1 -0
- package/dist/esm/operations/updateRuns.js +309 -0
- package/dist/esm/operations/updateRuns.js.map +1 -0
- package/dist/esm/operations/updateSummariesOperations.d.ts +68 -0
- package/dist/esm/operations/updateSummariesOperations.d.ts.map +1 -0
- package/dist/esm/operations/updateSummariesOperations.js +277 -0
- package/dist/esm/operations/updateSummariesOperations.js.map +1 -0
- package/dist/esm/operations/updates.d.ts +88 -0
- package/dist/esm/operations/updates.d.ts.map +1 -0
- package/dist/esm/operations/updates.js +366 -0
- package/dist/esm/operations/updates.js.map +1 -0
- package/dist/esm/operationsInterfaces/arcSettings.d.ts +104 -0
- package/dist/esm/operationsInterfaces/arcSettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/arcSettings.js +9 -0
- package/dist/esm/operationsInterfaces/arcSettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts +133 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.js +9 -0
- package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
- package/dist/esm/operationsInterfaces/deploymentSettings.d.ts +56 -0
- package/dist/esm/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/deploymentSettings.js +9 -0
- package/dist/esm/operationsInterfaces/deploymentSettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/edgeDevices.d.ts +66 -0
- package/dist/esm/operationsInterfaces/edgeDevices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/edgeDevices.js +9 -0
- package/dist/esm/operationsInterfaces/edgeDevices.js.map +1 -0
- package/dist/esm/operationsInterfaces/extensions.d.ts +102 -0
- package/dist/esm/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/extensions.js +9 -0
- package/dist/esm/operationsInterfaces/extensions.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +14 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +21 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/offers.d.ts +30 -0
- package/dist/esm/operationsInterfaces/offers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/offers.js +9 -0
- package/dist/esm/operationsInterfaces/offers.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/publishers.d.ts +21 -0
- package/dist/esm/operationsInterfaces/publishers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/publishers.js +9 -0
- package/dist/esm/operationsInterfaces/publishers.js.map +1 -0
- package/dist/esm/operationsInterfaces/securitySettings.d.ts +56 -0
- package/dist/esm/operationsInterfaces/securitySettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/securitySettings.js +9 -0
- package/dist/esm/operationsInterfaces/securitySettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/skus.d.ts +25 -0
- package/dist/esm/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/skus.js +9 -0
- package/dist/esm/operationsInterfaces/skus.js.map +1 -0
- package/dist/esm/operationsInterfaces/updateRuns.d.ts +52 -0
- package/dist/esm/operationsInterfaces/updateRuns.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/updateRuns.js +9 -0
- package/dist/esm/operationsInterfaces/updateRuns.js.map +1 -0
- package/dist/esm/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
- package/dist/esm/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/updateSummariesOperations.js +9 -0
- package/dist/esm/operationsInterfaces/updateSummariesOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/updates.d.ts +63 -0
- package/dist/esm/operationsInterfaces/updates.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/updates.js +9 -0
- package/dist/esm/operationsInterfaces/updates.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/azureStackHCIClient.d.ts +33 -0
- package/dist/react-native/azureStackHCIClient.d.ts.map +1 -0
- package/dist/react-native/azureStackHCIClient.js +128 -0
- package/dist/react-native/azureStackHCIClient.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/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +3822 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +632 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +147 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +5276 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +40 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +302 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/arcSettings.d.ts +129 -0
- package/dist/react-native/operations/arcSettings.d.ts.map +1 -0
- package/dist/react-native/operations/arcSettings.js +555 -0
- package/dist/react-native/operations/arcSettings.js.map +1 -0
- package/dist/react-native/operations/clusters.d.ts +169 -0
- package/dist/react-native/operations/clusters.d.ts.map +1 -0
- package/dist/react-native/operations/clusters.js +851 -0
- package/dist/react-native/operations/clusters.js.map +1 -0
- package/dist/react-native/operations/deploymentSettings.d.ts +81 -0
- package/dist/react-native/operations/deploymentSettings.d.ts.map +1 -0
- package/dist/react-native/operations/deploymentSettings.js +357 -0
- package/dist/react-native/operations/deploymentSettings.js.map +1 -0
- package/dist/react-native/operations/edgeDevices.d.ts +89 -0
- package/dist/react-native/operations/edgeDevices.d.ts.map +1 -0
- package/dist/react-native/operations/edgeDevices.js +420 -0
- package/dist/react-native/operations/edgeDevices.js.map +1 -0
- package/dist/react-native/operations/extensions.d.ts +129 -0
- package/dist/react-native/operations/extensions.d.ts.map +1 -0
- package/dist/react-native/operations/extensions.js +575 -0
- package/dist/react-native/operations/extensions.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +14 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +21 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/offers.d.ts +74 -0
- package/dist/react-native/operations/offers.d.ts.map +1 -0
- package/dist/react-native/operations/offers.js +279 -0
- package/dist/react-native/operations/offers.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +18 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +47 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/publishers.d.ts +46 -0
- package/dist/react-native/operations/publishers.d.ts.map +1 -0
- package/dist/react-native/operations/publishers.js +165 -0
- package/dist/react-native/operations/publishers.js.map +1 -0
- package/dist/react-native/operations/securitySettings.d.ts +81 -0
- package/dist/react-native/operations/securitySettings.d.ts.map +1 -0
- package/dist/react-native/operations/securitySettings.js +357 -0
- package/dist/react-native/operations/securitySettings.js.map +1 -0
- package/dist/react-native/operations/skus.d.ts +54 -0
- package/dist/react-native/operations/skus.d.ts.map +1 -0
- package/dist/react-native/operations/skus.js +193 -0
- package/dist/react-native/operations/skus.js.map +1 -0
- package/dist/react-native/operations/updateRuns.d.ts +79 -0
- package/dist/react-native/operations/updateRuns.d.ts.map +1 -0
- package/dist/react-native/operations/updateRuns.js +309 -0
- package/dist/react-native/operations/updateRuns.js.map +1 -0
- package/dist/react-native/operations/updateSummariesOperations.d.ts +68 -0
- package/dist/react-native/operations/updateSummariesOperations.d.ts.map +1 -0
- package/dist/react-native/operations/updateSummariesOperations.js +277 -0
- package/dist/react-native/operations/updateSummariesOperations.js.map +1 -0
- package/dist/react-native/operations/updates.d.ts +88 -0
- package/dist/react-native/operations/updates.d.ts.map +1 -0
- package/dist/react-native/operations/updates.js +366 -0
- package/dist/react-native/operations/updates.js.map +1 -0
- package/dist/react-native/operationsInterfaces/arcSettings.d.ts +104 -0
- package/dist/react-native/operationsInterfaces/arcSettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/arcSettings.js +9 -0
- package/dist/react-native/operationsInterfaces/arcSettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts +133 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.js +9 -0
- package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/deploymentSettings.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/deploymentSettings.js +9 -0
- package/dist/react-native/operationsInterfaces/deploymentSettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/edgeDevices.d.ts +66 -0
- package/dist/react-native/operationsInterfaces/edgeDevices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/edgeDevices.js +9 -0
- package/dist/react-native/operationsInterfaces/edgeDevices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/extensions.d.ts +102 -0
- package/dist/react-native/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/extensions.js +9 -0
- package/dist/react-native/operationsInterfaces/extensions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +21 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/offers.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/offers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/offers.js +9 -0
- package/dist/react-native/operationsInterfaces/offers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/publishers.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/publishers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/publishers.js +9 -0
- package/dist/react-native/operationsInterfaces/publishers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/securitySettings.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/securitySettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/securitySettings.js +9 -0
- package/dist/react-native/operationsInterfaces/securitySettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.js +9 -0
- package/dist/react-native/operationsInterfaces/skus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/updateRuns.d.ts +52 -0
- package/dist/react-native/operationsInterfaces/updateRuns.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/updateRuns.js +9 -0
- package/dist/react-native/operationsInterfaces/updateRuns.js.map +1 -0
- package/dist/react-native/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/updateSummariesOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/updateSummariesOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/updates.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/updates.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/updates.js +9 -0
- package/dist/react-native/operationsInterfaces/updates.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 +87 -73
- package/review/arm-azurestackhci-node.api.md +2416 -0
- package/dist/index.js +0 -11263
- 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/arcSettingsConsentAndInstallDefaultExtensionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsConsentAndInstallDefaultExtensionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsConsentAndInstallDefaultExtensionsSample.js +0 -40
- package/dist-esm/samples-dev/arcSettingsConsentAndInstallDefaultExtensionsSample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.js +0 -40
- package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsCreateSample.js +0 -41
- package/dist-esm/samples-dev/arcSettingsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/arcSettingsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.js +0 -40
- package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsGetSample.js +0 -40
- package/dist-esm/samples-dev/arcSettingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsInitializeDisableProcessSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsInitializeDisableProcessSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsInitializeDisableProcessSample.js +0 -40
- package/dist-esm/samples-dev/arcSettingsInitializeDisableProcessSample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsListByClusterSample.js +0 -55
- package/dist-esm/samples-dev/arcSettingsListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/arcSettingsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/arcSettingsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/arcSettingsUpdateSample.js +0 -46
- package/dist-esm/samples-dev/arcSettingsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersConfigureRemoteSupportSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersConfigureRemoteSupportSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersConfigureRemoteSupportSample.js +0 -46
- package/dist-esm/samples-dev/clustersConfigureRemoteSupportSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersCreateIdentitySample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersCreateIdentitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersCreateIdentitySample.js +0 -39
- package/dist-esm/samples-dev/clustersCreateIdentitySample.js.map +0 -1
- package/dist-esm/samples-dev/clustersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersCreateSample.js +0 -46
- package/dist-esm/samples-dev/clustersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersExtendSoftwareAssuranceBenefitSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersExtendSoftwareAssuranceBenefitSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersExtendSoftwareAssuranceBenefitSample.js +0 -42
- package/dist-esm/samples-dev/clustersExtendSoftwareAssuranceBenefitSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.js +0 -39
- package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/clustersListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersTriggerLogCollectionSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersTriggerLogCollectionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersTriggerLogCollectionSample.js +0 -45
- package/dist-esm/samples-dev/clustersTriggerLogCollectionSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.js +0 -48
- package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUploadCertificateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUploadCertificateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUploadCertificateSample.js +0 -42
- package/dist-esm/samples-dev/clustersUploadCertificateSample.js.map +0 -1
- package/dist-esm/samples-dev/deploymentSettingsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/deploymentSettingsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deploymentSettingsCreateOrUpdateSample.js +0 -186
- package/dist-esm/samples-dev/deploymentSettingsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/deploymentSettingsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/deploymentSettingsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deploymentSettingsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/deploymentSettingsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/deploymentSettingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/deploymentSettingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deploymentSettingsGetSample.js +0 -40
- package/dist-esm/samples-dev/deploymentSettingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/deploymentSettingsListByClustersSample.d.ts +0 -2
- package/dist-esm/samples-dev/deploymentSettingsListByClustersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deploymentSettingsListByClustersSample.js +0 -55
- package/dist-esm/samples-dev/deploymentSettingsListByClustersSample.js.map +0 -1
- package/dist-esm/samples-dev/edgeDevicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/edgeDevicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/edgeDevicesCreateOrUpdateSample.js +0 -58
- package/dist-esm/samples-dev/edgeDevicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/edgeDevicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/edgeDevicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/edgeDevicesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/edgeDevicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/edgeDevicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/edgeDevicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/edgeDevicesGetSample.js +0 -37
- package/dist-esm/samples-dev/edgeDevicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/edgeDevicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/edgeDevicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/edgeDevicesListSample.js +0 -52
- package/dist-esm/samples-dev/edgeDevicesListSample.js.map +0 -1
- package/dist-esm/samples-dev/edgeDevicesValidateSample.d.ts +0 -2
- package/dist-esm/samples-dev/edgeDevicesValidateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/edgeDevicesValidateSample.js +0 -44
- package/dist-esm/samples-dev/edgeDevicesValidateSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsCreateSample.js +0 -49
- package/dist-esm/samples-dev/extensionsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsDeleteSample.js +0 -41
- package/dist-esm/samples-dev/extensionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsGetSample.js +0 -41
- package/dist-esm/samples-dev/extensionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsListByArcSettingSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsListByArcSettingSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsListByArcSettingSample.js +0 -56
- package/dist-esm/samples-dev/extensionsListByArcSettingSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsUpdateSample.js +0 -49
- package/dist-esm/samples-dev/extensionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsUpgradeSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsUpgradeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsUpgradeSample.js +0 -44
- package/dist-esm/samples-dev/extensionsUpgradeSample.js.map +0 -1
- package/dist-esm/samples-dev/offersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/offersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/offersGetSample.js +0 -41
- package/dist-esm/samples-dev/offersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/offersListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/offersListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/offersListByClusterSample.js +0 -55
- package/dist-esm/samples-dev/offersListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/offersListByPublisherSample.d.ts +0 -2
- package/dist-esm/samples-dev/offersListByPublisherSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/offersListByPublisherSample.js +0 -56
- package/dist-esm/samples-dev/offersListByPublisherSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -37
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/publishersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/publishersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/publishersGetSample.js +0 -40
- package/dist-esm/samples-dev/publishersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/publishersListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/publishersListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/publishersListByClusterSample.js +0 -55
- package/dist-esm/samples-dev/publishersListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/securitySettingsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/securitySettingsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/securitySettingsCreateOrUpdateSample.js +0 -45
- package/dist-esm/samples-dev/securitySettingsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/securitySettingsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/securitySettingsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/securitySettingsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/securitySettingsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/securitySettingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/securitySettingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/securitySettingsGetSample.js +0 -40
- package/dist-esm/samples-dev/securitySettingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/securitySettingsListByClustersSample.d.ts +0 -2
- package/dist-esm/samples-dev/securitySettingsListByClustersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/securitySettingsListByClustersSample.js +0 -55
- package/dist-esm/samples-dev/securitySettingsListByClustersSample.js.map +0 -1
- package/dist-esm/samples-dev/skusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/skusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/skusGetSample.js +0 -42
- package/dist-esm/samples-dev/skusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/skusListByOfferSample.d.ts +0 -2
- package/dist-esm/samples-dev/skusListByOfferSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/skusListByOfferSample.js +0 -57
- package/dist-esm/samples-dev/skusListByOfferSample.js.map +0 -1
- package/dist-esm/samples-dev/updateRunsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/updateRunsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateRunsDeleteSample.js +0 -41
- package/dist-esm/samples-dev/updateRunsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/updateRunsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/updateRunsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateRunsGetSample.js +0 -41
- package/dist-esm/samples-dev/updateRunsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/updateRunsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/updateRunsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateRunsListSample.js +0 -56
- package/dist-esm/samples-dev/updateRunsListSample.js.map +0 -1
- package/dist-esm/samples-dev/updateRunsPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/updateRunsPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateRunsPutSample.js +0 -62
- package/dist-esm/samples-dev/updateRunsPutSample.js.map +0 -1
- package/dist-esm/samples-dev/updateSummariesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/updateSummariesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateSummariesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/updateSummariesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/updateSummariesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/updateSummariesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateSummariesGetSample.js +0 -39
- package/dist-esm/samples-dev/updateSummariesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/updateSummariesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/updateSummariesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateSummariesListSample.js +0 -55
- package/dist-esm/samples-dev/updateSummariesListSample.js.map +0 -1
- package/dist-esm/samples-dev/updateSummariesPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/updateSummariesPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateSummariesPutSample.js +0 -47
- package/dist-esm/samples-dev/updateSummariesPutSample.js.map +0 -1
- package/dist-esm/samples-dev/updatesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/updatesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updatesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/updatesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/updatesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/updatesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updatesGetSample.js +0 -40
- package/dist-esm/samples-dev/updatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/updatesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/updatesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updatesListSample.js +0 -55
- package/dist-esm/samples-dev/updatesListSample.js.map +0 -1
- package/dist-esm/samples-dev/updatesPostSample.d.ts +0 -2
- package/dist-esm/samples-dev/updatesPostSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updatesPostSample.js +0 -40
- package/dist-esm/samples-dev/updatesPostSample.js.map +0 -1
- package/dist-esm/samples-dev/updatesPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/updatesPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/updatesPutSample.js +0 -63
- package/dist-esm/samples-dev/updatesPutSample.js.map +0 -1
- package/dist-esm/src/azureStackHCIClient.d.ts +0 -33
- package/dist-esm/src/azureStackHCIClient.d.ts.map +0 -1
- package/dist-esm/src/azureStackHCIClient.js +0 -110
- package/dist-esm/src/azureStackHCIClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -5111
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -302
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/arcSettings.d.ts +0 -129
- package/dist-esm/src/operations/arcSettings.d.ts.map +0 -1
- package/dist-esm/src/operations/arcSettings.js +0 -569
- package/dist-esm/src/operations/arcSettings.js.map +0 -1
- package/dist-esm/src/operations/clusters.d.ts +0 -169
- package/dist-esm/src/operations/clusters.d.ts.map +0 -1
- package/dist-esm/src/operations/clusters.js +0 -879
- package/dist-esm/src/operations/clusters.js.map +0 -1
- package/dist-esm/src/operations/deploymentSettings.d.ts +0 -81
- package/dist-esm/src/operations/deploymentSettings.d.ts.map +0 -1
- package/dist-esm/src/operations/deploymentSettings.js +0 -372
- package/dist-esm/src/operations/deploymentSettings.js.map +0 -1
- package/dist-esm/src/operations/edgeDevices.d.ts +0 -89
- package/dist-esm/src/operations/edgeDevices.d.ts.map +0 -1
- package/dist-esm/src/operations/edgeDevices.js +0 -434
- package/dist-esm/src/operations/edgeDevices.js.map +0 -1
- package/dist-esm/src/operations/extensions.d.ts +0 -129
- package/dist-esm/src/operations/extensions.d.ts.map +0 -1
- package/dist-esm/src/operations/extensions.js +0 -588
- package/dist-esm/src/operations/extensions.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -14
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -21
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/offers.d.ts +0 -74
- package/dist-esm/src/operations/offers.d.ts.map +0 -1
- package/dist-esm/src/operations/offers.js +0 -313
- package/dist-esm/src/operations/offers.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -18
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -46
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/publishers.d.ts +0 -46
- package/dist-esm/src/operations/publishers.d.ts.map +0 -1
- package/dist-esm/src/operations/publishers.js +0 -182
- package/dist-esm/src/operations/publishers.js.map +0 -1
- package/dist-esm/src/operations/securitySettings.d.ts +0 -81
- package/dist-esm/src/operations/securitySettings.d.ts.map +0 -1
- package/dist-esm/src/operations/securitySettings.js +0 -372
- package/dist-esm/src/operations/securitySettings.js.map +0 -1
- package/dist-esm/src/operations/skus.d.ts +0 -54
- package/dist-esm/src/operations/skus.d.ts.map +0 -1
- package/dist-esm/src/operations/skus.js +0 -210
- package/dist-esm/src/operations/skus.js.map +0 -1
- package/dist-esm/src/operations/updateRuns.d.ts +0 -79
- package/dist-esm/src/operations/updateRuns.d.ts.map +0 -1
- package/dist-esm/src/operations/updateRuns.js +0 -325
- package/dist-esm/src/operations/updateRuns.js.map +0 -1
- package/dist-esm/src/operations/updateSummariesOperations.d.ts +0 -68
- package/dist-esm/src/operations/updateSummariesOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/updateSummariesOperations.js +0 -293
- package/dist-esm/src/operations/updateSummariesOperations.js.map +0 -1
- package/dist-esm/src/operations/updates.d.ts +0 -88
- package/dist-esm/src/operations/updates.d.ts.map +0 -1
- package/dist-esm/src/operations/updates.js +0 -381
- package/dist-esm/src/operations/updates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/arcSettings.d.ts +0 -104
- package/dist-esm/src/operationsInterfaces/arcSettings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/arcSettings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -133
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/deploymentSettings.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/deploymentSettings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/deploymentSettings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/edgeDevices.d.ts +0 -66
- package/dist-esm/src/operationsInterfaces/edgeDevices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/edgeDevices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/extensions.d.ts +0 -102
- package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/extensions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -21
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/offers.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/offers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/offers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/publishers.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/publishers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/publishers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/securitySettings.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/securitySettings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/securitySettings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/skus.d.ts +0 -25
- package/dist-esm/src/operationsInterfaces/skus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/skus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/updateRuns.d.ts +0 -52
- package/dist-esm/src/operationsInterfaces/updateRuns.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/updateRuns.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/updateSummariesOperations.d.ts +0 -43
- package/dist-esm/src/operationsInterfaces/updateSummariesOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/updateSummariesOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/updates.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/updates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/updates.js.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/azurestackhci_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/azurestackhci_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/azurestackhci_operations_test.spec.js +0 -56
- package/dist-esm/test/azurestackhci_operations_test.spec.js.map +0 -1
- package/review/arm-azurestackhci.api.md +0 -2417
- package/src/azureStackHCIClient.ts +0 -207
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -4207
- package/src/models/mappers.ts +0 -5430
- package/src/models/parameters.ts +0 -364
- package/src/operations/arcSettings.ts +0 -782
- package/src/operations/clusters.ts +0 -1175
- package/src/operations/deploymentSettings.ts +0 -519
- package/src/operations/edgeDevices.ts +0 -583
- package/src/operations/extensions.ts +0 -826
- package/src/operations/index.ts +0 -21
- package/src/operations/offers.ts +0 -428
- package/src/operations/operations.ts +0 -59
- package/src/operations/publishers.ts +0 -244
- package/src/operations/securitySettings.ts +0 -519
- package/src/operations/skus.ts +0 -294
- package/src/operations/updateRuns.ts +0 -448
- package/src/operations/updateSummariesOperations.ts +0 -390
- package/src/operations/updates.ts +0 -511
- package/src/operationsInterfaces/arcSettings.ts +0 -197
- package/src/operationsInterfaces/clusters.ts +0 -262
- package/src/operationsInterfaces/deploymentSettings.ts +0 -115
- package/src/operationsInterfaces/edgeDevices.ts +0 -137
- package/src/operationsInterfaces/extensions.ts +0 -199
- package/src/operationsInterfaces/index.ts +0 -21
- package/src/operationsInterfaces/offers.ts +0 -60
- package/src/operationsInterfaces/operations.ts +0 -21
- package/src/operationsInterfaces/publishers.ts +0 -44
- package/src/operationsInterfaces/securitySettings.ts +0 -115
- package/src/operationsInterfaces/skus.ts +0 -52
- package/src/operationsInterfaces/updateRuns.ts +0 -99
- package/src/operationsInterfaces/updateSummariesOperations.ts +0 -81
- package/src/operationsInterfaces/updates.ts +0 -116
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-azurestackhci.d.ts +0 -4954
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /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/arcSettings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/deploymentSettings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/edgeDevices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/extensions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/offers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/publishers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/securitySettings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/updateRuns.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/updateSummariesOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/updates.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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"publishers.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/publishers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n Publisher,\n PublishersListByClusterOptionalParams,\n PublishersGetOptionalParams,\n PublishersGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Publishers. */\nexport interface Publishers {\n /**\n * List Publishers available for the HCI Cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options?: PublishersListByClusterOptionalParams,\n ): PagedAsyncIterableIterator<Publisher>;\n /**\n * Get Publisher resource details of HCI Cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param publisherName The name of the publisher available within HCI cluster.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n publisherName: string,\n options?: PublishersGetOptionalParams,\n ): Promise<PublishersGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { SecuritySetting, SecuritySettingsListByClustersOptionalParams, SecuritySettingsGetOptionalParams, SecuritySettingsGetResponse, SecuritySettingsCreateOrUpdateOptionalParams, SecuritySettingsCreateOrUpdateResponse, SecuritySettingsDeleteOptionalParams, SecuritySettingsDeleteResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a SecuritySettings. */
|
|
5
|
+
export interface SecuritySettings {
|
|
6
|
+
/**
|
|
7
|
+
* List SecuritySetting resources by Clusters
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param clusterName The name of the cluster.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
listByClusters(resourceGroupName: string, clusterName: string, options?: SecuritySettingsListByClustersOptionalParams): PagedAsyncIterableIterator<SecuritySetting>;
|
|
13
|
+
/**
|
|
14
|
+
* Get a SecuritySetting
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param clusterName The name of the cluster.
|
|
17
|
+
* @param securitySettingsName Name of security setting
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
get(resourceGroupName: string, clusterName: string, securitySettingsName: string, options?: SecuritySettingsGetOptionalParams): Promise<SecuritySettingsGetResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Create a security setting
|
|
23
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
24
|
+
* @param clusterName The name of the cluster.
|
|
25
|
+
* @param securitySettingsName Name of security setting
|
|
26
|
+
* @param resource Resource create parameters.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, securitySettingsName: string, resource: SecuritySetting, options?: SecuritySettingsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SecuritySettingsCreateOrUpdateResponse>, SecuritySettingsCreateOrUpdateResponse>>;
|
|
30
|
+
/**
|
|
31
|
+
* Create a security setting
|
|
32
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
33
|
+
* @param clusterName The name of the cluster.
|
|
34
|
+
* @param securitySettingsName Name of security setting
|
|
35
|
+
* @param resource Resource create parameters.
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, securitySettingsName: string, resource: SecuritySetting, options?: SecuritySettingsCreateOrUpdateOptionalParams): Promise<SecuritySettingsCreateOrUpdateResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* Delete a SecuritySetting
|
|
41
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
42
|
+
* @param clusterName The name of the cluster.
|
|
43
|
+
* @param securitySettingsName Name of security setting
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
beginDelete(resourceGroupName: string, clusterName: string, securitySettingsName: string, options?: SecuritySettingsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SecuritySettingsDeleteResponse>, SecuritySettingsDeleteResponse>>;
|
|
47
|
+
/**
|
|
48
|
+
* Delete a SecuritySetting
|
|
49
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
50
|
+
* @param clusterName The name of the cluster.
|
|
51
|
+
* @param securitySettingsName Name of security setting
|
|
52
|
+
* @param options The options parameters.
|
|
53
|
+
*/
|
|
54
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, securitySettingsName: string, options?: SecuritySettingsDeleteOptionalParams): Promise<SecuritySettingsDeleteResponse>;
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=securitySettings.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"securitySettings.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/securitySettings.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,eAAe,EACf,4CAA4C,EAC5C,iCAAiC,EACjC,2BAA2B,EAC3B,4CAA4C,EAC5C,sCAAsC,EACtC,oCAAoC,EACpC,8BAA8B,EAC/B,MAAM,oBAAoB,CAAC;AAG5B,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4CAA4C,GACrD,0BAA0B,CAAC,eAAe,CAAC,CAAC;IAC/C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,eAAe,EACzB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sCAAsC,CAAC,EACtD,sCAAsC,CACvC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,eAAe,EACzB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;IACnD;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,8BAA8B,CAAC,EAC9C,8BAA8B,CAC/B,CACF,CAAC;IACF;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;CAC5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"securitySettings.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/securitySettings.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n SecuritySetting,\n SecuritySettingsListByClustersOptionalParams,\n SecuritySettingsGetOptionalParams,\n SecuritySettingsGetResponse,\n SecuritySettingsCreateOrUpdateOptionalParams,\n SecuritySettingsCreateOrUpdateResponse,\n SecuritySettingsDeleteOptionalParams,\n SecuritySettingsDeleteResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a SecuritySettings. */\nexport interface SecuritySettings {\n /**\n * List SecuritySetting resources by Clusters\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n listByClusters(\n resourceGroupName: string,\n clusterName: string,\n options?: SecuritySettingsListByClustersOptionalParams,\n ): PagedAsyncIterableIterator<SecuritySetting>;\n /**\n * Get a SecuritySetting\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param securitySettingsName Name of security setting\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n securitySettingsName: string,\n options?: SecuritySettingsGetOptionalParams,\n ): Promise<SecuritySettingsGetResponse>;\n /**\n * Create a security setting\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param securitySettingsName Name of security setting\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n securitySettingsName: string,\n resource: SecuritySetting,\n options?: SecuritySettingsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SecuritySettingsCreateOrUpdateResponse>,\n SecuritySettingsCreateOrUpdateResponse\n >\n >;\n /**\n * Create a security setting\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param securitySettingsName Name of security setting\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n securitySettingsName: string,\n resource: SecuritySetting,\n options?: SecuritySettingsCreateOrUpdateOptionalParams,\n ): Promise<SecuritySettingsCreateOrUpdateResponse>;\n /**\n * Delete a SecuritySetting\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param securitySettingsName Name of security setting\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n securitySettingsName: string,\n options?: SecuritySettingsDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SecuritySettingsDeleteResponse>,\n SecuritySettingsDeleteResponse\n >\n >;\n /**\n * Delete a SecuritySetting\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param securitySettingsName Name of security setting\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n securitySettingsName: string,\n options?: SecuritySettingsDeleteOptionalParams,\n ): Promise<SecuritySettingsDeleteResponse>;\n}\n"]}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Sku, SkusListByOfferOptionalParams, SkusGetOptionalParams, SkusGetResponse } from "../models/index.js";
|
|
3
|
+
/** Interface representing a Skus. */
|
|
4
|
+
export interface Skus {
|
|
5
|
+
/**
|
|
6
|
+
* List Skus available for a offer within the HCI Cluster.
|
|
7
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
+
* @param clusterName The name of the cluster.
|
|
9
|
+
* @param publisherName The name of the publisher available within HCI cluster.
|
|
10
|
+
* @param offerName The name of the offer available within HCI cluster.
|
|
11
|
+
* @param options The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
listByOffer(resourceGroupName: string, clusterName: string, publisherName: string, offerName: string, options?: SkusListByOfferOptionalParams): PagedAsyncIterableIterator<Sku>;
|
|
14
|
+
/**
|
|
15
|
+
* Get SKU resource details within a offer of HCI Cluster.
|
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
+
* @param clusterName The name of the cluster.
|
|
18
|
+
* @param publisherName The name of the publisher available within HCI cluster.
|
|
19
|
+
* @param offerName The name of the offer available within HCI cluster.
|
|
20
|
+
* @param skuName The name of the SKU available within HCI cluster.
|
|
21
|
+
* @param options The options parameters.
|
|
22
|
+
*/
|
|
23
|
+
get(resourceGroupName: string, clusterName: string, publisherName: string, offerName: string, skuName: string, options?: SkusGetOptionalParams): Promise<SkusGetResponse>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=skus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/skus.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,GAAG,EACH,6BAA6B,EAC7B,qBAAqB,EACrB,eAAe,EAChB,MAAM,oBAAoB,CAAC;AAG5B,qCAAqC;AACrC,MAAM,WAAW,IAAI;IACnB;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,6BAA6B,GACtC,0BAA0B,CAAC,GAAG,CAAC,CAAC;IACnC;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,qBAAqB,GAC9B,OAAO,CAAC,eAAe,CAAC,CAAC;CAC7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skus.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/skus.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n Sku,\n SkusListByOfferOptionalParams,\n SkusGetOptionalParams,\n SkusGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Skus. */\nexport interface Skus {\n /**\n * List Skus available for a offer within the HCI Cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param publisherName The name of the publisher available within HCI cluster.\n * @param offerName The name of the offer available within HCI cluster.\n * @param options The options parameters.\n */\n listByOffer(\n resourceGroupName: string,\n clusterName: string,\n publisherName: string,\n offerName: string,\n options?: SkusListByOfferOptionalParams,\n ): PagedAsyncIterableIterator<Sku>;\n /**\n * Get SKU resource details within a offer of HCI Cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param publisherName The name of the publisher available within HCI cluster.\n * @param offerName The name of the offer available within HCI cluster.\n * @param skuName The name of the SKU available within HCI cluster.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n publisherName: string,\n offerName: string,\n skuName: string,\n options?: SkusGetOptionalParams,\n ): Promise<SkusGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { UpdateRun, UpdateRunsListOptionalParams, UpdateRunsDeleteOptionalParams, UpdateRunsPutOptionalParams, UpdateRunsPutResponse, UpdateRunsGetOptionalParams, UpdateRunsGetResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a UpdateRuns. */
|
|
5
|
+
export interface UpdateRuns {
|
|
6
|
+
/**
|
|
7
|
+
* List all Update runs for a specified update
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param clusterName The name of the cluster.
|
|
10
|
+
* @param updateName The name of the Update
|
|
11
|
+
* @param options The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
list(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdateRunsListOptionalParams): PagedAsyncIterableIterator<UpdateRun>;
|
|
14
|
+
/**
|
|
15
|
+
* Delete specified Update Run
|
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
+
* @param clusterName The name of the cluster.
|
|
18
|
+
* @param updateName The name of the Update
|
|
19
|
+
* @param updateRunName The name of the Update Run
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
beginDelete(resourceGroupName: string, clusterName: string, updateName: string, updateRunName: string, options?: UpdateRunsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
23
|
+
/**
|
|
24
|
+
* Delete specified Update Run
|
|
25
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
|
+
* @param clusterName The name of the cluster.
|
|
27
|
+
* @param updateName The name of the Update
|
|
28
|
+
* @param updateRunName The name of the Update Run
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, updateName: string, updateRunName: string, options?: UpdateRunsDeleteOptionalParams): Promise<void>;
|
|
32
|
+
/**
|
|
33
|
+
* Put Update runs for a specified update
|
|
34
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
35
|
+
* @param clusterName The name of the cluster.
|
|
36
|
+
* @param updateName The name of the Update
|
|
37
|
+
* @param updateRunName The name of the Update Run
|
|
38
|
+
* @param updateRunsProperties Properties of the updateRuns object
|
|
39
|
+
* @param options The options parameters.
|
|
40
|
+
*/
|
|
41
|
+
put(resourceGroupName: string, clusterName: string, updateName: string, updateRunName: string, updateRunsProperties: UpdateRun, options?: UpdateRunsPutOptionalParams): Promise<UpdateRunsPutResponse>;
|
|
42
|
+
/**
|
|
43
|
+
* Get the Update run for a specified update
|
|
44
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
45
|
+
* @param clusterName The name of the cluster.
|
|
46
|
+
* @param updateName The name of the Update
|
|
47
|
+
* @param updateRunName The name of the Update Run
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
get(resourceGroupName: string, clusterName: string, updateName: string, updateRunName: string, options?: UpdateRunsGetOptionalParams): Promise<UpdateRunsGetResponse>;
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=updateRuns.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateRuns.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/updateRuns.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,SAAS,EACT,4BAA4B,EAC5B,8BAA8B,EAC9B,2BAA2B,EAC3B,qBAAqB,EACrB,2BAA2B,EAC3B,qBAAqB,EACtB,MAAM,oBAAoB,CAAC;AAG5B,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;IACzC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,aAAa,EAAE,MAAM,EACrB,oBAAoB,EAAE,SAAS,EAC/B,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;CACnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateRuns.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/updateRuns.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n UpdateRun,\n UpdateRunsListOptionalParams,\n UpdateRunsDeleteOptionalParams,\n UpdateRunsPutOptionalParams,\n UpdateRunsPutResponse,\n UpdateRunsGetOptionalParams,\n UpdateRunsGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a UpdateRuns. */\nexport interface UpdateRuns {\n /**\n * List all Update runs for a specified update\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n options?: UpdateRunsListOptionalParams,\n ): PagedAsyncIterableIterator<UpdateRun>;\n /**\n * Delete specified Update Run\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param updateRunName The name of the Update Run\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n updateRunName: string,\n options?: UpdateRunsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete specified Update Run\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param updateRunName The name of the Update Run\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n updateRunName: string,\n options?: UpdateRunsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Put Update runs for a specified update\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param updateRunName The name of the Update Run\n * @param updateRunsProperties Properties of the updateRuns object\n * @param options The options parameters.\n */\n put(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n updateRunName: string,\n updateRunsProperties: UpdateRun,\n options?: UpdateRunsPutOptionalParams,\n ): Promise<UpdateRunsPutResponse>;\n /**\n * Get the Update run for a specified update\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param updateRunName The name of the Update Run\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n updateRunName: string,\n options?: UpdateRunsGetOptionalParams,\n ): Promise<UpdateRunsGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { UpdateSummaries, UpdateSummariesListOptionalParams, UpdateSummariesDeleteOptionalParams, UpdateSummariesPutOptionalParams, UpdateSummariesPutResponse, UpdateSummariesGetOptionalParams, UpdateSummariesGetResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a UpdateSummariesOperations. */
|
|
5
|
+
export interface UpdateSummariesOperations {
|
|
6
|
+
/**
|
|
7
|
+
* List all Update summaries under the HCI cluster
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param clusterName The name of the cluster.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
list(resourceGroupName: string, clusterName: string, options?: UpdateSummariesListOptionalParams): PagedAsyncIterableIterator<UpdateSummaries>;
|
|
13
|
+
/**
|
|
14
|
+
* Delete Update Summaries
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param clusterName The name of the cluster.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
beginDelete(resourceGroupName: string, clusterName: string, options?: UpdateSummariesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
20
|
+
/**
|
|
21
|
+
* Delete Update Summaries
|
|
22
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
23
|
+
* @param clusterName The name of the cluster.
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: UpdateSummariesDeleteOptionalParams): Promise<void>;
|
|
27
|
+
/**
|
|
28
|
+
* Put Update summaries under the HCI cluster
|
|
29
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
30
|
+
* @param clusterName The name of the cluster.
|
|
31
|
+
* @param updateLocationProperties Properties of the UpdateSummaries resource
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
put(resourceGroupName: string, clusterName: string, updateLocationProperties: UpdateSummaries, options?: UpdateSummariesPutOptionalParams): Promise<UpdateSummariesPutResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* Get all Update summaries under the HCI cluster
|
|
37
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
38
|
+
* @param clusterName The name of the cluster.
|
|
39
|
+
* @param options The options parameters.
|
|
40
|
+
*/
|
|
41
|
+
get(resourceGroupName: string, clusterName: string, options?: UpdateSummariesGetOptionalParams): Promise<UpdateSummariesGetResponse>;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=updateSummariesOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateSummariesOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/updateSummariesOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,eAAe,EACf,iCAAiC,EACjC,mCAAmC,EACnC,gCAAgC,EAChC,0BAA0B,EAC1B,gCAAgC,EAChC,0BAA0B,EAC3B,MAAM,oBAAoB,CAAC;AAG5B,0DAA0D;AAC1D,MAAM,WAAW,yBAAyB;IACxC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,0BAA0B,CAAC,eAAe,CAAC,CAAC;IAC/C;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,wBAAwB,EAAE,eAAe,EACzC,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;CACxC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateSummariesOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/updateSummariesOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n UpdateSummaries,\n UpdateSummariesListOptionalParams,\n UpdateSummariesDeleteOptionalParams,\n UpdateSummariesPutOptionalParams,\n UpdateSummariesPutResponse,\n UpdateSummariesGetOptionalParams,\n UpdateSummariesGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a UpdateSummariesOperations. */\nexport interface UpdateSummariesOperations {\n /**\n * List all Update summaries under the HCI cluster\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n clusterName: string,\n options?: UpdateSummariesListOptionalParams,\n ): PagedAsyncIterableIterator<UpdateSummaries>;\n /**\n * Delete Update Summaries\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n options?: UpdateSummariesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete Update Summaries\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n options?: UpdateSummariesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Put Update summaries under the HCI cluster\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateLocationProperties Properties of the UpdateSummaries resource\n * @param options The options parameters.\n */\n put(\n resourceGroupName: string,\n clusterName: string,\n updateLocationProperties: UpdateSummaries,\n options?: UpdateSummariesPutOptionalParams,\n ): Promise<UpdateSummariesPutResponse>;\n /**\n * Get all Update summaries under the HCI cluster\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n options?: UpdateSummariesGetOptionalParams,\n ): Promise<UpdateSummariesGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { Update, UpdatesListOptionalParams, UpdatesPostOptionalParams, UpdatesDeleteOptionalParams, UpdatesPutOptionalParams, UpdatesPutResponse, UpdatesGetOptionalParams, UpdatesGetResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Updates. */
|
|
5
|
+
export interface Updates {
|
|
6
|
+
/**
|
|
7
|
+
* List all Updates
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param clusterName The name of the cluster.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
list(resourceGroupName: string, clusterName: string, options?: UpdatesListOptionalParams): PagedAsyncIterableIterator<Update>;
|
|
13
|
+
/**
|
|
14
|
+
* Apply Update
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param clusterName The name of the cluster.
|
|
17
|
+
* @param updateName The name of the Update
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
beginPost(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPostOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
21
|
+
/**
|
|
22
|
+
* Apply Update
|
|
23
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
24
|
+
* @param clusterName The name of the cluster.
|
|
25
|
+
* @param updateName The name of the Update
|
|
26
|
+
* @param options The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
beginPostAndWait(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesPostOptionalParams): Promise<void>;
|
|
29
|
+
/**
|
|
30
|
+
* Delete specified Update
|
|
31
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
32
|
+
* @param clusterName The name of the cluster.
|
|
33
|
+
* @param updateName The name of the Update
|
|
34
|
+
* @param options The options parameters.
|
|
35
|
+
*/
|
|
36
|
+
beginDelete(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
37
|
+
/**
|
|
38
|
+
* Delete specified Update
|
|
39
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
40
|
+
* @param clusterName The name of the cluster.
|
|
41
|
+
* @param updateName The name of the Update
|
|
42
|
+
* @param options The options parameters.
|
|
43
|
+
*/
|
|
44
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesDeleteOptionalParams): Promise<void>;
|
|
45
|
+
/**
|
|
46
|
+
* Put specified Update
|
|
47
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
48
|
+
* @param clusterName The name of the cluster.
|
|
49
|
+
* @param updateName The name of the Update
|
|
50
|
+
* @param updateProperties Properties of the Updates object
|
|
51
|
+
* @param options The options parameters.
|
|
52
|
+
*/
|
|
53
|
+
put(resourceGroupName: string, clusterName: string, updateName: string, updateProperties: Update, options?: UpdatesPutOptionalParams): Promise<UpdatesPutResponse>;
|
|
54
|
+
/**
|
|
55
|
+
* Get specified Update
|
|
56
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
57
|
+
* @param clusterName The name of the cluster.
|
|
58
|
+
* @param updateName The name of the Update
|
|
59
|
+
* @param options The options parameters.
|
|
60
|
+
*/
|
|
61
|
+
get(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdatesGetOptionalParams): Promise<UpdatesGetResponse>;
|
|
62
|
+
}
|
|
63
|
+
//# sourceMappingURL=updates.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updates.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/updates.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,MAAM,EACN,yBAAyB,EACzB,yBAAyB,EACzB,2BAA2B,EAC3B,wBAAwB,EACxB,kBAAkB,EAClB,wBAAwB,EACxB,kBAAkB,EACnB,MAAM,oBAAoB,CAAC;AAG5B,wCAAwC;AACxC,MAAM,WAAW,OAAO;IACtB;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,0BAA0B,CAAC,MAAM,CAAC,CAAC;IACtC;;;;;;OAMG;IACH,SAAS,CACP,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC/B;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;CAChC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updates.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/updates.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Update,\n UpdatesListOptionalParams,\n UpdatesPostOptionalParams,\n UpdatesDeleteOptionalParams,\n UpdatesPutOptionalParams,\n UpdatesPutResponse,\n UpdatesGetOptionalParams,\n UpdatesGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Updates. */\nexport interface Updates {\n /**\n * List all Updates\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n clusterName: string,\n options?: UpdatesListOptionalParams,\n ): PagedAsyncIterableIterator<Update>;\n /**\n * Apply Update\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param options The options parameters.\n */\n beginPost(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n options?: UpdatesPostOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Apply Update\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param options The options parameters.\n */\n beginPostAndWait(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n options?: UpdatesPostOptionalParams,\n ): Promise<void>;\n /**\n * Delete specified Update\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n options?: UpdatesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete specified Update\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n options?: UpdatesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Put specified Update\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param updateProperties Properties of the Updates object\n * @param options The options parameters.\n */\n put(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n updateProperties: Update,\n options?: UpdatesPutOptionalParams,\n ): Promise<UpdatesPutResponse>;\n /**\n * Get specified Update\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param updateName The name of the Update\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n updateName: string,\n options?: UpdatesGetOptionalParams,\n ): Promise<UpdatesGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
const pageMap = new WeakMap();
|
|
9
|
+
/**
|
|
10
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
|
11
|
+
* returns a continuation token that can be used to begin paging from
|
|
12
|
+
* that point later.
|
|
13
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
14
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
15
|
+
*/
|
|
16
|
+
export function getContinuationToken(page) {
|
|
17
|
+
if (typeof page !== "object" || page === null) {
|
|
18
|
+
return undefined;
|
|
19
|
+
}
|
|
20
|
+
return pageMap.get(page)?.continuationToken;
|
|
21
|
+
}
|
|
22
|
+
export function setContinuationToken(page, continuationToken) {
|
|
23
|
+
if (typeof page !== "object" || page === null || !continuationToken) {
|
|
24
|
+
return;
|
|
25
|
+
}
|
|
26
|
+
const pageInfo = pageMap.get(page) ?? {};
|
|
27
|
+
pageInfo.continuationToken = continuationToken;
|
|
28
|
+
pageMap.set(page, pageInfo);
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=pagingHelper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,IAAa,EACb,iBAAqC;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined,\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
import * as coreAuth from "@azure/core-auth";
|
|
3
|
+
import { ArcSettings, Clusters, DeploymentSettings, EdgeDevices, Extensions, Offers, Operations, Publishers, SecuritySettings, Skus, UpdateRuns, UpdateSummariesOperations, Updates } from "./operationsInterfaces/index.js";
|
|
4
|
+
import { AzureStackHCIClientOptionalParams } from "./models/index.js";
|
|
5
|
+
export declare class AzureStackHCIClient extends coreClient.ServiceClient {
|
|
6
|
+
$host: string;
|
|
7
|
+
subscriptionId?: string;
|
|
8
|
+
apiVersion: string;
|
|
9
|
+
/**
|
|
10
|
+
* Initializes a new instance of the AzureStackHCIClient class.
|
|
11
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
12
|
+
* @param subscriptionId The ID of the target subscription. The value must be an UUID.
|
|
13
|
+
* @param options The parameter options
|
|
14
|
+
*/
|
|
15
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureStackHCIClientOptionalParams);
|
|
16
|
+
constructor(credentials: coreAuth.TokenCredential, options?: AzureStackHCIClientOptionalParams);
|
|
17
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
18
|
+
private addCustomApiVersionPolicy;
|
|
19
|
+
arcSettings: ArcSettings;
|
|
20
|
+
clusters: Clusters;
|
|
21
|
+
deploymentSettings: DeploymentSettings;
|
|
22
|
+
edgeDevices: EdgeDevices;
|
|
23
|
+
extensions: Extensions;
|
|
24
|
+
offers: Offers;
|
|
25
|
+
operations: Operations;
|
|
26
|
+
publishers: Publishers;
|
|
27
|
+
securitySettings: SecuritySettings;
|
|
28
|
+
skus: Skus;
|
|
29
|
+
updateRuns: UpdateRuns;
|
|
30
|
+
updateSummariesOperations: UpdateSummariesOperations;
|
|
31
|
+
updates: Updates;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=azureStackHCIClient.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"azureStackHCIClient.d.ts","sourceRoot":"","sources":["../../src/azureStackHCIClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAgB7C,OAAO,EACL,WAAW,EACX,QAAQ,EACR,kBAAkB,EAClB,WAAW,EACX,UAAU,EACV,MAAM,EACN,UAAU,EACV,UAAU,EACV,gBAAgB,EAChB,IAAI,EACJ,UAAU,EACV,yBAAyB,EACzB,OAAO,EACR,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,iCAAiC,EAAE,MAAM,mBAAmB,CAAC;AAEtE,qBAAa,mBAAoB,SAAQ,UAAU,CAAC,aAAa;IAC/D,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,iCAAiC;gBAG3C,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,OAAO,CAAC,EAAE,iCAAiC;IAmG7C,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,WAAW,EAAE,WAAW,CAAC;IACzB,QAAQ,EAAE,QAAQ,CAAC;IACnB,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,UAAU,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,UAAU,CAAC;IACvB,UAAU,EAAE,UAAU,CAAC;IACvB,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,IAAI,EAAE,IAAI,CAAC;IACX,UAAU,EAAE,UAAU,CAAC;IACvB,yBAAyB,EAAE,yBAAyB,CAAC;IACrD,OAAO,EAAE,OAAO,CAAC;CAClB"}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.AzureStackHCIClient = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
13
|
+
const coreRestPipeline = tslib_1.__importStar(require("@azure/core-rest-pipeline"));
|
|
14
|
+
const index_js_1 = require("./operations/index.js");
|
|
15
|
+
class AzureStackHCIClient extends coreClient.ServiceClient {
|
|
16
|
+
$host;
|
|
17
|
+
subscriptionId;
|
|
18
|
+
apiVersion;
|
|
19
|
+
constructor(credentials, subscriptionIdOrOptions, options) {
|
|
20
|
+
if (credentials === undefined) {
|
|
21
|
+
throw new Error("'credentials' cannot be null");
|
|
22
|
+
}
|
|
23
|
+
let subscriptionId;
|
|
24
|
+
if (typeof subscriptionIdOrOptions === "string") {
|
|
25
|
+
subscriptionId = subscriptionIdOrOptions;
|
|
26
|
+
}
|
|
27
|
+
else if (typeof subscriptionIdOrOptions === "object") {
|
|
28
|
+
options = subscriptionIdOrOptions;
|
|
29
|
+
}
|
|
30
|
+
// Initializing default values for options
|
|
31
|
+
if (!options) {
|
|
32
|
+
options = {};
|
|
33
|
+
}
|
|
34
|
+
const defaults = {
|
|
35
|
+
requestContentType: "application/json; charset=utf-8",
|
|
36
|
+
credential: credentials,
|
|
37
|
+
};
|
|
38
|
+
const packageDetails = `azsdk-js-arm-azurestackhci/4.0.0-beta.3`;
|
|
39
|
+
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
40
|
+
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
41
|
+
: `${packageDetails}`;
|
|
42
|
+
const optionsWithDefaults = {
|
|
43
|
+
...defaults,
|
|
44
|
+
...options,
|
|
45
|
+
userAgentOptions: {
|
|
46
|
+
userAgentPrefix,
|
|
47
|
+
},
|
|
48
|
+
endpoint: options.endpoint ?? options.baseUri ?? "https://management.azure.com",
|
|
49
|
+
};
|
|
50
|
+
super(optionsWithDefaults);
|
|
51
|
+
let bearerTokenAuthenticationPolicyFound = false;
|
|
52
|
+
if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {
|
|
53
|
+
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
54
|
+
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
|
55
|
+
coreRestPipeline.bearerTokenAuthenticationPolicyName);
|
|
56
|
+
}
|
|
57
|
+
if (!options ||
|
|
58
|
+
!options.pipeline ||
|
|
59
|
+
options.pipeline.getOrderedPolicies().length == 0 ||
|
|
60
|
+
!bearerTokenAuthenticationPolicyFound) {
|
|
61
|
+
this.pipeline.removePolicy({
|
|
62
|
+
name: coreRestPipeline.bearerTokenAuthenticationPolicyName,
|
|
63
|
+
});
|
|
64
|
+
this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
65
|
+
credential: credentials,
|
|
66
|
+
scopes: optionsWithDefaults.credentialScopes ??
|
|
67
|
+
`${optionsWithDefaults.endpoint}/.default`,
|
|
68
|
+
challengeCallbacks: {
|
|
69
|
+
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,
|
|
70
|
+
},
|
|
71
|
+
}));
|
|
72
|
+
}
|
|
73
|
+
// Parameter assignments
|
|
74
|
+
this.subscriptionId = subscriptionId;
|
|
75
|
+
// Assigning values to Constant parameters
|
|
76
|
+
this.$host = options.$host || "https://management.azure.com";
|
|
77
|
+
this.apiVersion = options.apiVersion || "2024-04-01";
|
|
78
|
+
this.arcSettings = new index_js_1.ArcSettingsImpl(this);
|
|
79
|
+
this.clusters = new index_js_1.ClustersImpl(this);
|
|
80
|
+
this.deploymentSettings = new index_js_1.DeploymentSettingsImpl(this);
|
|
81
|
+
this.edgeDevices = new index_js_1.EdgeDevicesImpl(this);
|
|
82
|
+
this.extensions = new index_js_1.ExtensionsImpl(this);
|
|
83
|
+
this.offers = new index_js_1.OffersImpl(this);
|
|
84
|
+
this.operations = new index_js_1.OperationsImpl(this);
|
|
85
|
+
this.publishers = new index_js_1.PublishersImpl(this);
|
|
86
|
+
this.securitySettings = new index_js_1.SecuritySettingsImpl(this);
|
|
87
|
+
this.skus = new index_js_1.SkusImpl(this);
|
|
88
|
+
this.updateRuns = new index_js_1.UpdateRunsImpl(this);
|
|
89
|
+
this.updateSummariesOperations = new index_js_1.UpdateSummariesOperationsImpl(this);
|
|
90
|
+
this.updates = new index_js_1.UpdatesImpl(this);
|
|
91
|
+
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
92
|
+
}
|
|
93
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
94
|
+
addCustomApiVersionPolicy(apiVersion) {
|
|
95
|
+
if (!apiVersion) {
|
|
96
|
+
return;
|
|
97
|
+
}
|
|
98
|
+
const apiVersionPolicy = {
|
|
99
|
+
name: "CustomApiVersionPolicy",
|
|
100
|
+
async sendRequest(request, next) {
|
|
101
|
+
const param = request.url.split("?");
|
|
102
|
+
if (param.length > 1) {
|
|
103
|
+
const newParams = param[1].split("&").map((item) => {
|
|
104
|
+
if (item.indexOf("api-version") > -1) {
|
|
105
|
+
return "api-version=" + apiVersion;
|
|
106
|
+
}
|
|
107
|
+
else {
|
|
108
|
+
return item;
|
|
109
|
+
}
|
|
110
|
+
});
|
|
111
|
+
request.url = param[0] + "?" + newParams.join("&");
|
|
112
|
+
}
|
|
113
|
+
return next(request);
|
|
114
|
+
},
|
|
115
|
+
};
|
|
116
|
+
this.pipeline.addPolicy(apiVersionPolicy);
|
|
117
|
+
}
|
|
118
|
+
arcSettings;
|
|
119
|
+
clusters;
|
|
120
|
+
deploymentSettings;
|
|
121
|
+
edgeDevices;
|
|
122
|
+
extensions;
|
|
123
|
+
offers;
|
|
124
|
+
operations;
|
|
125
|
+
publishers;
|
|
126
|
+
securitySettings;
|
|
127
|
+
skus;
|
|
128
|
+
updateRuns;
|
|
129
|
+
updateSummariesOperations;
|
|
130
|
+
updates;
|
|
131
|
+
}
|
|
132
|
+
exports.AzureStackHCIClient = AzureStackHCIClient;
|
|
133
|
+
//# sourceMappingURL=azureStackHCIClient.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"azureStackHCIClient.js","sourceRoot":"","sources":["../../src/azureStackHCIClient.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAEH,uEAAiD;AACjD,oFAA8D;AAO9D,oDAc+B;AAkB/B,MAAa,mBAAoB,SAAQ,UAAU,CAAC,aAAa;IAC/D,KAAK,CAAS;IACd,cAAc,CAAU;IACxB,UAAU,CAAS;IAiBnB,YACE,WAAqC,EACrC,uBAAoE,EACpE,OAA2C;QAE3C,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;YAC9B,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAC;QAClD,CAAC;QAED,IAAI,cAAkC,CAAC;QAEvC,IAAI,OAAO,uBAAuB,KAAK,QAAQ,EAAE,CAAC;YAChD,cAAc,GAAG,uBAAuB,CAAC;QAC3C,CAAC;aAAM,IAAI,OAAO,uBAAuB,KAAK,QAAQ,EAAE,CAAC;YACvD,OAAO,GAAG,uBAAuB,CAAC;QACpC,CAAC;QAED,0CAA0C;QAC1C,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,OAAO,GAAG,EAAE,CAAC;QACf,CAAC;QACD,MAAM,QAAQ,GAAsC;YAClD,kBAAkB,EAAE,iCAAiC;YACrD,UAAU,EAAE,WAAW;SACxB,CAAC;QAEF,MAAM,cAAc,GAAG,yCAAyC,CAAC;QACjE,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;YAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,cAAc,EAAE;YACjE,CAAC,CAAC,GAAG,cAAc,EAAE,CAAC;QAE1B,MAAM,mBAAmB,GAAG;YAC1B,GAAG,QAAQ;YACX,GAAG,OAAO;YACV,gBAAgB,EAAE;gBAChB,eAAe;aAChB;YACD,QAAQ,EACN,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,OAAO,IAAI,8BAA8B;SACxE,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAE3B,IAAI,oCAAoC,GAAY,KAAK,CAAC;QAC1D,IAAI,OAAO,EAAE,QAAQ,IAAI,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC1E,MAAM,gBAAgB,GACpB,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC;YACxC,oCAAoC,GAAG,gBAAgB,CAAC,IAAI,CAC1D,CAAC,cAAc,EAAE,EAAE,CACjB,cAAc,CAAC,IAAI;gBACnB,gBAAgB,CAAC,mCAAmC,CACvD,CAAC;QACJ,CAAC;QACD,IACE,CAAC,OAAO;YACR,CAAC,OAAO,CAAC,QAAQ;YACjB,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,IAAI,CAAC;YACjD,CAAC,oCAAoC,EACrC,CAAC;YACD,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC;gBACzB,IAAI,EAAE,gBAAgB,CAAC,mCAAmC;aAC3D,CAAC,CAAC;YACH,IAAI,CAAC,QAAQ,CAAC,SAAS,CACrB,gBAAgB,CAAC,+BAA+B,CAAC;gBAC/C,UAAU,EAAE,WAAW;gBACvB,MAAM,EACJ,mBAAmB,CAAC,gBAAgB;oBACpC,GAAG,mBAAmB,CAAC,QAAQ,WAAW;gBAC5C,kBAAkB,EAAE;oBAClB,2BAA2B,EACzB,UAAU,CAAC,gCAAgC;iBAC9C;aACF,CAAC,CACH,CAAC;QACJ,CAAC;QACD,wBAAwB;QACxB,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,0CAA0C;QAC1C,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,8BAA8B,CAAC;QAC7D,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,UAAU,IAAI,YAAY,CAAC;QACrD,IAAI,CAAC,WAAW,GAAG,IAAI,0BAAe,CAAC,IAAI,CAAC,CAAC;QAC7C,IAAI,CAAC,QAAQ,GAAG,IAAI,uBAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,kBAAkB,GAAG,IAAI,iCAAsB,CAAC,IAAI,CAAC,CAAC;QAC3D,IAAI,CAAC,WAAW,GAAG,IAAI,0BAAe,CAAC,IAAI,CAAC,CAAC;QAC7C,IAAI,CAAC,UAAU,GAAG,IAAI,yBAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,MAAM,GAAG,IAAI,qBAAU,CAAC,IAAI,CAAC,CAAC;QACnC,IAAI,CAAC,UAAU,GAAG,IAAI,yBAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,UAAU,GAAG,IAAI,yBAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,gBAAgB,GAAG,IAAI,+BAAoB,CAAC,IAAI,CAAC,CAAC;QACvD,IAAI,CAAC,IAAI,GAAG,IAAI,mBAAQ,CAAC,IAAI,CAAC,CAAC;QAC/B,IAAI,CAAC,UAAU,GAAG,IAAI,yBAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,yBAAyB,GAAG,IAAI,wCAA6B,CAAC,IAAI,CAAC,CAAC;QACzE,IAAI,CAAC,OAAO,GAAG,IAAI,sBAAW,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IACrD,CAAC;IAED,8GAA8G;IACtG,yBAAyB,CAAC,UAAmB;QACnD,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,OAAO;QACT,CAAC;QACD,MAAM,gBAAgB,GAAG;YACvB,IAAI,EAAE,wBAAwB;YAC9B,KAAK,CAAC,WAAW,CACf,OAAwB,EACxB,IAAiB;gBAEjB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;gBACrC,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;oBACrB,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;wBACjD,IAAI,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;4BACrC,OAAO,cAAc,GAAG,UAAU,CAAC;wBACrC,CAAC;6BAAM,CAAC;4BACN,OAAO,IAAI,CAAC;wBACd,CAAC;oBACH,CAAC,CAAC,CAAC;oBACH,OAAO,CAAC,GAAG,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;gBACrD,CAAC;gBACD,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;YACvB,CAAC;SACF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAC5C,CAAC;IAED,WAAW,CAAc;IACzB,QAAQ,CAAW;IACnB,kBAAkB,CAAqB;IACvC,WAAW,CAAc;IACzB,UAAU,CAAa;IACvB,MAAM,CAAS;IACf,UAAU,CAAa;IACvB,UAAU,CAAa;IACvB,gBAAgB,CAAmB;IACnC,IAAI,CAAO;IACX,UAAU,CAAa;IACvB,yBAAyB,CAA4B;IACrD,OAAO,CAAU;CAClB;AA9JD,kDA8JC","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 ArcSettingsImpl,\n ClustersImpl,\n DeploymentSettingsImpl,\n EdgeDevicesImpl,\n ExtensionsImpl,\n OffersImpl,\n OperationsImpl,\n PublishersImpl,\n SecuritySettingsImpl,\n SkusImpl,\n UpdateRunsImpl,\n UpdateSummariesOperationsImpl,\n UpdatesImpl,\n} from \"./operations/index.js\";\nimport {\n ArcSettings,\n Clusters,\n DeploymentSettings,\n EdgeDevices,\n Extensions,\n Offers,\n Operations,\n Publishers,\n SecuritySettings,\n Skus,\n UpdateRuns,\n UpdateSummariesOperations,\n Updates,\n} from \"./operationsInterfaces/index.js\";\nimport { AzureStackHCIClientOptionalParams } from \"./models/index.js\";\n\nexport class AzureStackHCIClient extends coreClient.ServiceClient {\n $host: string;\n subscriptionId?: string;\n apiVersion: string;\n\n /**\n * Initializes a new instance of the AzureStackHCIClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The ID of the target subscription. The value must be an UUID.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: AzureStackHCIClientOptionalParams,\n );\n constructor(\n credentials: coreAuth.TokenCredential,\n options?: AzureStackHCIClientOptionalParams,\n );\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionIdOrOptions?: AzureStackHCIClientOptionalParams | string,\n options?: AzureStackHCIClientOptionalParams,\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n\n let subscriptionId: string | undefined;\n\n if (typeof subscriptionIdOrOptions === \"string\") {\n subscriptionId = subscriptionIdOrOptions;\n } else if (typeof subscriptionIdOrOptions === \"object\") {\n options = subscriptionIdOrOptions;\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: AzureStackHCIClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials,\n };\n\n const packageDetails = `azsdk-js-arm-azurestackhci/4.0.0-beta.3`;\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 || \"2024-04-01\";\n this.arcSettings = new ArcSettingsImpl(this);\n this.clusters = new ClustersImpl(this);\n this.deploymentSettings = new DeploymentSettingsImpl(this);\n this.edgeDevices = new EdgeDevicesImpl(this);\n this.extensions = new ExtensionsImpl(this);\n this.offers = new OffersImpl(this);\n this.operations = new OperationsImpl(this);\n this.publishers = new PublishersImpl(this);\n this.securitySettings = new SecuritySettingsImpl(this);\n this.skus = new SkusImpl(this);\n this.updateRuns = new UpdateRunsImpl(this);\n this.updateSummariesOperations = new UpdateSummariesOperationsImpl(this);\n this.updates = new UpdatesImpl(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 arcSettings: ArcSettings;\n clusters: Clusters;\n deploymentSettings: DeploymentSettings;\n edgeDevices: EdgeDevices;\n extensions: Extensions;\n offers: Offers;\n operations: Operations;\n publishers: Publishers;\n securitySettings: SecuritySettings;\n skus: Skus;\n updateRuns: UpdateRuns;\n updateSummariesOperations: UpdateSummariesOperations;\n updates: Updates;\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,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,cAAc,iCAAiC,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.AzureStackHCIClient = exports.getContinuationToken = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
/// <reference lib="esnext.asynciterable" />
|
|
13
|
+
var pagingHelper_js_1 = require("./pagingHelper.js");
|
|
14
|
+
Object.defineProperty(exports, "getContinuationToken", { enumerable: true, get: function () { return pagingHelper_js_1.getContinuationToken; } });
|
|
15
|
+
tslib_1.__exportStar(require("./models/index.js"), exports);
|
|
16
|
+
var azureStackHCIClient_js_1 = require("./azureStackHCIClient.js");
|
|
17
|
+
Object.defineProperty(exports, "AzureStackHCIClient", { enumerable: true, get: function () { return azureStackHCIClient_js_1.AzureStackHCIClient; } });
|
|
18
|
+
tslib_1.__exportStar(require("./operationsInterfaces/index.js"), exports);
|
|
19
|
+
//# 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,qDAAyD;AAAhD,uHAAA,oBAAoB,OAAA;AAC7B,4DAAkC;AAClC,mEAA+D;AAAtD,6HAAA,mBAAmB,OAAA;AAC5B,0EAAgD","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 { AzureStackHCIClient } from \"./azureStackHCIClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|