@azure/arm-deviceprovisioningservices 6.0.0-beta.2 → 6.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/LICENSE +1 -1
- package/README.md +9 -12
- package/dist/browser/api/dpsCertificate/index.d.ts +3 -0
- package/dist/browser/api/dpsCertificate/index.js +4 -0
- package/dist/browser/api/dpsCertificate/index.js.map +1 -0
- package/dist/browser/api/dpsCertificate/operations.d.ts +35 -0
- package/dist/browser/api/dpsCertificate/operations.js +258 -0
- package/dist/browser/api/dpsCertificate/operations.js.map +1 -0
- package/dist/browser/api/dpsCertificate/options.d.ts +73 -0
- package/dist/browser/api/dpsCertificate/options.js +4 -0
- package/dist/browser/api/dpsCertificate/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/iotDpsContext.d.ts +22 -0
- package/dist/browser/api/iotDpsContext.js +39 -0
- package/dist/browser/api/iotDpsContext.js.map +1 -0
- package/dist/browser/api/iotDpsResource/index.d.ts +3 -0
- package/dist/browser/api/iotDpsResource/index.js +4 -0
- package/dist/browser/api/iotDpsResource/index.js.map +1 -0
- package/dist/browser/api/iotDpsResource/operations.d.ts +80 -0
- package/dist/browser/api/iotDpsResource/operations.js +603 -0
- package/dist/browser/api/iotDpsResource/operations.js.map +1 -0
- package/dist/browser/api/iotDpsResource/options.d.ts +63 -0
- package/dist/browser/api/iotDpsResource/options.js +4 -0
- package/dist/browser/api/iotDpsResource/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +34 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/classic/dpsCertificate/index.d.ts +26 -0
- package/dist/browser/classic/dpsCertificate/index.js +19 -0
- package/dist/browser/classic/dpsCertificate/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +4 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/iotDpsResource/index.d.ts +49 -0
- package/dist/browser/classic/iotDpsResource/index.js +30 -0
- package/dist/browser/classic/iotDpsResource/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/index.d.ts +11 -3
- package/dist/browser/index.js +6 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/iotDpsClient.d.ts +19 -20
- package/dist/browser/iotDpsClient.js +28 -105
- package/dist/browser/iotDpsClient.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +1 -978
- package/dist/browser/models/index.js +3 -127
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +710 -0
- package/dist/browser/models/models.js +749 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +104 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.js +118 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.js +79 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +185 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/dpsCertificate/index.d.ts +3 -0
- package/dist/commonjs/api/dpsCertificate/index.js +13 -0
- package/dist/commonjs/api/dpsCertificate/index.js.map +1 -0
- package/dist/commonjs/api/dpsCertificate/operations.d.ts +35 -0
- package/dist/commonjs/api/dpsCertificate/operations.js +278 -0
- package/dist/commonjs/api/dpsCertificate/operations.js.map +1 -0
- package/dist/commonjs/api/dpsCertificate/options.d.ts +73 -0
- package/dist/commonjs/api/dpsCertificate/options.js +5 -0
- package/dist/commonjs/api/dpsCertificate/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/iotDpsContext.d.ts +22 -0
- package/dist/commonjs/api/iotDpsContext.js +42 -0
- package/dist/commonjs/api/iotDpsContext.js.map +1 -0
- package/dist/commonjs/api/iotDpsResource/index.d.ts +3 -0
- package/dist/commonjs/api/iotDpsResource/index.js +24 -0
- package/dist/commonjs/api/iotDpsResource/index.js.map +1 -0
- package/dist/commonjs/api/iotDpsResource/operations.d.ts +80 -0
- package/dist/commonjs/api/iotDpsResource/operations.js +656 -0
- package/dist/commonjs/api/iotDpsResource/operations.js.map +1 -0
- package/dist/commonjs/api/iotDpsResource/options.d.ts +63 -0
- package/dist/commonjs/api/iotDpsResource/options.js +5 -0
- package/dist/commonjs/api/iotDpsResource/options.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +39 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/classic/dpsCertificate/index.d.ts +26 -0
- package/dist/commonjs/classic/dpsCertificate/index.js +22 -0
- package/dist/commonjs/classic/dpsCertificate/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +4 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/iotDpsResource/index.d.ts +49 -0
- package/dist/commonjs/classic/iotDpsResource/index.js +33 -0
- package/dist/commonjs/classic/iotDpsResource/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +17 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +11 -3
- package/dist/commonjs/index.js +20 -14
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/iotDpsClient.d.ts +19 -20
- package/dist/commonjs/iotDpsClient.js +28 -106
- package/dist/commonjs/iotDpsClient.js.map +1 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1 -978
- package/dist/commonjs/models/index.js +16 -128
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +710 -0
- package/dist/commonjs/models/models.js +833 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +107 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +42 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +121 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +82 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +188 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/dpsCertificate/index.d.ts +3 -0
- package/dist/esm/api/dpsCertificate/index.js +4 -0
- package/dist/esm/api/dpsCertificate/index.js.map +1 -0
- package/dist/esm/api/dpsCertificate/operations.d.ts +35 -0
- package/dist/esm/api/dpsCertificate/operations.js +258 -0
- package/dist/esm/api/dpsCertificate/operations.js.map +1 -0
- package/dist/esm/api/dpsCertificate/options.d.ts +73 -0
- package/dist/esm/api/dpsCertificate/options.js +4 -0
- package/dist/esm/api/dpsCertificate/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/iotDpsContext.d.ts +22 -0
- package/dist/esm/api/iotDpsContext.js +39 -0
- package/dist/esm/api/iotDpsContext.js.map +1 -0
- package/dist/esm/api/iotDpsResource/index.d.ts +3 -0
- package/dist/esm/api/iotDpsResource/index.js +4 -0
- package/dist/esm/api/iotDpsResource/index.js.map +1 -0
- package/dist/esm/api/iotDpsResource/operations.d.ts +80 -0
- package/dist/esm/api/iotDpsResource/operations.js +603 -0
- package/dist/esm/api/iotDpsResource/operations.js.map +1 -0
- package/dist/esm/api/iotDpsResource/options.d.ts +63 -0
- package/dist/esm/api/iotDpsResource/options.js +4 -0
- package/dist/esm/api/iotDpsResource/options.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +34 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/classic/dpsCertificate/index.d.ts +26 -0
- package/dist/esm/classic/dpsCertificate/index.js +19 -0
- package/dist/esm/classic/dpsCertificate/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +4 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/iotDpsResource/index.d.ts +49 -0
- package/dist/esm/classic/iotDpsResource/index.js +30 -0
- package/dist/esm/classic/iotDpsResource/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/index.d.ts +11 -3
- package/dist/esm/index.js +6 -11
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/iotDpsClient.d.ts +19 -20
- package/dist/esm/iotDpsClient.js +28 -105
- package/dist/esm/iotDpsClient.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +1 -978
- package/dist/esm/models/index.js +3 -127
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +710 -0
- package/dist/esm/models/models.js +749 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +104 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.js +118 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.js +79 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +185 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/dpsCertificate/index.d.ts +3 -0
- package/dist/react-native/api/dpsCertificate/index.js +4 -0
- package/dist/react-native/api/dpsCertificate/index.js.map +1 -0
- package/dist/react-native/api/dpsCertificate/operations.d.ts +35 -0
- package/dist/react-native/api/dpsCertificate/operations.js +258 -0
- package/dist/react-native/api/dpsCertificate/operations.js.map +1 -0
- package/dist/react-native/api/dpsCertificate/options.d.ts +73 -0
- package/dist/react-native/api/dpsCertificate/options.js +4 -0
- package/dist/react-native/api/dpsCertificate/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/iotDpsContext.d.ts +22 -0
- package/dist/react-native/api/iotDpsContext.js +39 -0
- package/dist/react-native/api/iotDpsContext.js.map +1 -0
- package/dist/react-native/api/iotDpsResource/index.d.ts +3 -0
- package/dist/react-native/api/iotDpsResource/index.js +4 -0
- package/dist/react-native/api/iotDpsResource/index.js.map +1 -0
- package/dist/react-native/api/iotDpsResource/operations.d.ts +80 -0
- package/dist/react-native/api/iotDpsResource/operations.js +603 -0
- package/dist/react-native/api/iotDpsResource/operations.js.map +1 -0
- package/dist/react-native/api/iotDpsResource/options.d.ts +63 -0
- package/dist/react-native/api/iotDpsResource/options.js +4 -0
- package/dist/react-native/api/iotDpsResource/options.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +34 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/classic/dpsCertificate/index.d.ts +26 -0
- package/dist/react-native/classic/dpsCertificate/index.js +19 -0
- package/dist/react-native/classic/dpsCertificate/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +4 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/iotDpsResource/index.d.ts +49 -0
- package/dist/react-native/classic/iotDpsResource/index.js +30 -0
- package/dist/react-native/classic/iotDpsResource/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +14 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/index.d.ts +11 -3
- package/dist/react-native/index.js +6 -11
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/iotDpsClient.d.ts +19 -20
- package/dist/react-native/iotDpsClient.js +28 -105
- package/dist/react-native/iotDpsClient.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1 -978
- package/dist/react-native/models/index.js +3 -127
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +710 -0
- package/dist/react-native/models/models.js +749 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +104 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +118 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +79 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +185 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +141 -38
- package/CHANGELOG.md +0 -83
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/iotDpsClient.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -18
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -40
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -1268
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -34
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -293
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/dpsCertificate.d.ts +0 -70
- package/dist/browser/operations/dpsCertificate.d.ts.map +0 -1
- package/dist/browser/operations/dpsCertificate.js +0 -290
- package/dist/browser/operations/dpsCertificate.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -4
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -11
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/iotDpsResource.d.ts +0 -253
- package/dist/browser/operations/iotDpsResource.d.ts.map +0 -1
- package/dist/browser/operations/iotDpsResource.js +0 -1170
- package/dist/browser/operations/iotDpsResource.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -116
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/dpsCertificate.d.ts +0 -62
- package/dist/browser/operationsInterfaces/dpsCertificate.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/dpsCertificate.js +0 -9
- package/dist/browser/operationsInterfaces/dpsCertificate.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -4
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -11
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/iotDpsResource.d.ts +0 -183
- package/dist/browser/operationsInterfaces/iotDpsResource.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/iotDpsResource.js +0 -9
- package/dist/browser/operationsInterfaces/iotDpsResource.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -30
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/iotDpsClient.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -21
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -40
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -1271
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -34
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -296
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/dpsCertificate.d.ts +0 -70
- package/dist/commonjs/operations/dpsCertificate.d.ts.map +0 -1
- package/dist/commonjs/operations/dpsCertificate.js +0 -295
- package/dist/commonjs/operations/dpsCertificate.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -4
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -14
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/iotDpsResource.d.ts +0 -253
- package/dist/commonjs/operations/iotDpsResource.d.ts.map +0 -1
- package/dist/commonjs/operations/iotDpsResource.js +0 -1175
- package/dist/commonjs/operations/iotDpsResource.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -121
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/dpsCertificate.d.ts +0 -62
- package/dist/commonjs/operationsInterfaces/dpsCertificate.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/dpsCertificate.js +0 -10
- package/dist/commonjs/operationsInterfaces/dpsCertificate.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -4
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -14
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/iotDpsResource.d.ts +0 -183
- package/dist/commonjs/operationsInterfaces/iotDpsResource.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/iotDpsResource.js +0 -10
- package/dist/commonjs/operationsInterfaces/iotDpsResource.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -34
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/iotDpsClient.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -18
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -40
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -1268
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -34
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -293
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/dpsCertificate.d.ts +0 -70
- package/dist/esm/operations/dpsCertificate.d.ts.map +0 -1
- package/dist/esm/operations/dpsCertificate.js +0 -290
- package/dist/esm/operations/dpsCertificate.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -4
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -11
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/iotDpsResource.d.ts +0 -253
- package/dist/esm/operations/iotDpsResource.d.ts.map +0 -1
- package/dist/esm/operations/iotDpsResource.js +0 -1170
- package/dist/esm/operations/iotDpsResource.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -116
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/dpsCertificate.d.ts +0 -62
- package/dist/esm/operationsInterfaces/dpsCertificate.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/dpsCertificate.js +0 -9
- package/dist/esm/operationsInterfaces/dpsCertificate.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -4
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -11
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/iotDpsResource.d.ts +0 -183
- package/dist/esm/operationsInterfaces/iotDpsResource.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/iotDpsResource.js +0 -9
- package/dist/esm/operationsInterfaces/iotDpsResource.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -30
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/iotDpsClient.d.ts.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -18
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -40
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -1268
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -34
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -293
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/dpsCertificate.d.ts +0 -70
- package/dist/react-native/operations/dpsCertificate.d.ts.map +0 -1
- package/dist/react-native/operations/dpsCertificate.js +0 -290
- package/dist/react-native/operations/dpsCertificate.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -4
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -11
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/iotDpsResource.d.ts +0 -253
- package/dist/react-native/operations/iotDpsResource.d.ts.map +0 -1
- package/dist/react-native/operations/iotDpsResource.js +0 -1170
- package/dist/react-native/operations/iotDpsResource.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -116
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/dpsCertificate.d.ts +0 -62
- package/dist/react-native/operationsInterfaces/dpsCertificate.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/dpsCertificate.js +0 -9
- package/dist/react-native/operationsInterfaces/dpsCertificate.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -4
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -11
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/iotDpsResource.d.ts +0 -183
- package/dist/react-native/operationsInterfaces/iotDpsResource.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/iotDpsResource.js +0 -9
- package/dist/react-native/operationsInterfaces/iotDpsResource.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -30
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/review/arm-deviceprovisioningservices-node.api.md +0 -724
|
@@ -1,290 +0,0 @@
|
|
|
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
|
-
import * as coreClient from "@azure/core-client";
|
|
9
|
-
import * as Mappers from "../models/mappers.js";
|
|
10
|
-
import * as Parameters from "../models/parameters.js";
|
|
11
|
-
/** Class containing DpsCertificate operations. */
|
|
12
|
-
export class DpsCertificateImpl {
|
|
13
|
-
client;
|
|
14
|
-
/**
|
|
15
|
-
* Initialize a new instance of the class DpsCertificate class.
|
|
16
|
-
* @param client Reference to the service client
|
|
17
|
-
*/
|
|
18
|
-
constructor(client) {
|
|
19
|
-
this.client = client;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* Get the certificate from the provisioning service.
|
|
23
|
-
* @param certificateName Name of the certificate to retrieve.
|
|
24
|
-
* @param resourceGroupName Resource group identifier.
|
|
25
|
-
* @param provisioningServiceName Name of the provisioning service the certificate is associated with.
|
|
26
|
-
* @param options The options parameters.
|
|
27
|
-
*/
|
|
28
|
-
get(certificateName, resourceGroupName, provisioningServiceName, options) {
|
|
29
|
-
return this.client.sendOperationRequest({ certificateName, resourceGroupName, provisioningServiceName, options }, getOperationSpec);
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Add new certificate or update an existing certificate.
|
|
33
|
-
* @param resourceGroupName Resource group identifier.
|
|
34
|
-
* @param provisioningServiceName The name of the provisioning service.
|
|
35
|
-
* @param certificateName The name of the certificate create or update.
|
|
36
|
-
* @param certificateDescription The certificate body.
|
|
37
|
-
* @param options The options parameters.
|
|
38
|
-
*/
|
|
39
|
-
createOrUpdate(resourceGroupName, provisioningServiceName, certificateName, certificateDescription, options) {
|
|
40
|
-
return this.client.sendOperationRequest({
|
|
41
|
-
resourceGroupName,
|
|
42
|
-
provisioningServiceName,
|
|
43
|
-
certificateName,
|
|
44
|
-
certificateDescription,
|
|
45
|
-
options
|
|
46
|
-
}, createOrUpdateOperationSpec);
|
|
47
|
-
}
|
|
48
|
-
/**
|
|
49
|
-
* Deletes the specified certificate associated with the Provisioning Service
|
|
50
|
-
* @param resourceGroupName Resource group identifier.
|
|
51
|
-
* @param ifMatch ETag of the certificate
|
|
52
|
-
* @param provisioningServiceName The name of the provisioning service.
|
|
53
|
-
* @param certificateName This is a mandatory field, and is the logical name of the certificate that
|
|
54
|
-
* the provisioning service will access by.
|
|
55
|
-
* @param options The options parameters.
|
|
56
|
-
*/
|
|
57
|
-
delete(resourceGroupName, ifMatch, provisioningServiceName, certificateName, options) {
|
|
58
|
-
return this.client.sendOperationRequest({
|
|
59
|
-
resourceGroupName,
|
|
60
|
-
ifMatch,
|
|
61
|
-
provisioningServiceName,
|
|
62
|
-
certificateName,
|
|
63
|
-
options
|
|
64
|
-
}, deleteOperationSpec);
|
|
65
|
-
}
|
|
66
|
-
/**
|
|
67
|
-
* Get all the certificates tied to the provisioning service.
|
|
68
|
-
* @param resourceGroupName Name of resource group.
|
|
69
|
-
* @param provisioningServiceName Name of provisioning service to retrieve certificates for.
|
|
70
|
-
* @param options The options parameters.
|
|
71
|
-
*/
|
|
72
|
-
list(resourceGroupName, provisioningServiceName, options) {
|
|
73
|
-
return this.client.sendOperationRequest({ resourceGroupName, provisioningServiceName, options }, listOperationSpec);
|
|
74
|
-
}
|
|
75
|
-
/**
|
|
76
|
-
* Generate verification code for Proof of Possession.
|
|
77
|
-
* @param certificateName The mandatory logical name of the certificate, that the provisioning service
|
|
78
|
-
* uses to access.
|
|
79
|
-
* @param ifMatch ETag of the certificate. This is required to update an existing certificate, and
|
|
80
|
-
* ignored while creating a brand new certificate.
|
|
81
|
-
* @param resourceGroupName name of resource group.
|
|
82
|
-
* @param provisioningServiceName Name of provisioning service.
|
|
83
|
-
* @param options The options parameters.
|
|
84
|
-
*/
|
|
85
|
-
generateVerificationCode(certificateName, ifMatch, resourceGroupName, provisioningServiceName, options) {
|
|
86
|
-
return this.client.sendOperationRequest({
|
|
87
|
-
certificateName,
|
|
88
|
-
ifMatch,
|
|
89
|
-
resourceGroupName,
|
|
90
|
-
provisioningServiceName,
|
|
91
|
-
options
|
|
92
|
-
}, generateVerificationCodeOperationSpec);
|
|
93
|
-
}
|
|
94
|
-
/**
|
|
95
|
-
* Verifies the certificate's private key possession by providing the leaf cert issued by the verifying
|
|
96
|
-
* pre uploaded certificate.
|
|
97
|
-
* @param certificateName The mandatory logical name of the certificate, that the provisioning service
|
|
98
|
-
* uses to access.
|
|
99
|
-
* @param ifMatch ETag of the certificate.
|
|
100
|
-
* @param resourceGroupName Resource group name.
|
|
101
|
-
* @param provisioningServiceName Provisioning service name.
|
|
102
|
-
* @param request The name of the certificate
|
|
103
|
-
* @param options The options parameters.
|
|
104
|
-
*/
|
|
105
|
-
verifyCertificate(certificateName, ifMatch, resourceGroupName, provisioningServiceName, request, options) {
|
|
106
|
-
return this.client.sendOperationRequest({
|
|
107
|
-
certificateName,
|
|
108
|
-
ifMatch,
|
|
109
|
-
resourceGroupName,
|
|
110
|
-
provisioningServiceName,
|
|
111
|
-
request,
|
|
112
|
-
options
|
|
113
|
-
}, verifyCertificateOperationSpec);
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
// Operation Specifications
|
|
117
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
118
|
-
const getOperationSpec = {
|
|
119
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}",
|
|
120
|
-
httpMethod: "GET",
|
|
121
|
-
responses: {
|
|
122
|
-
200: {
|
|
123
|
-
bodyMapper: Mappers.CertificateResponse
|
|
124
|
-
},
|
|
125
|
-
default: {
|
|
126
|
-
bodyMapper: Mappers.ErrorDetails
|
|
127
|
-
}
|
|
128
|
-
},
|
|
129
|
-
queryParameters: [Parameters.apiVersion],
|
|
130
|
-
urlParameters: [
|
|
131
|
-
Parameters.$host,
|
|
132
|
-
Parameters.certificateName,
|
|
133
|
-
Parameters.subscriptionId,
|
|
134
|
-
Parameters.resourceGroupName,
|
|
135
|
-
Parameters.provisioningServiceName
|
|
136
|
-
],
|
|
137
|
-
headerParameters: [Parameters.accept, Parameters.ifMatch],
|
|
138
|
-
serializer
|
|
139
|
-
};
|
|
140
|
-
const createOrUpdateOperationSpec = {
|
|
141
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}",
|
|
142
|
-
httpMethod: "PUT",
|
|
143
|
-
responses: {
|
|
144
|
-
200: {
|
|
145
|
-
bodyMapper: Mappers.CertificateResponse
|
|
146
|
-
},
|
|
147
|
-
default: {
|
|
148
|
-
bodyMapper: Mappers.ErrorDetails
|
|
149
|
-
}
|
|
150
|
-
},
|
|
151
|
-
requestBody: Parameters.certificateDescription,
|
|
152
|
-
queryParameters: [Parameters.apiVersion],
|
|
153
|
-
urlParameters: [
|
|
154
|
-
Parameters.$host,
|
|
155
|
-
Parameters.subscriptionId,
|
|
156
|
-
Parameters.resourceGroupName,
|
|
157
|
-
Parameters.provisioningServiceName,
|
|
158
|
-
Parameters.certificateName1
|
|
159
|
-
],
|
|
160
|
-
headerParameters: [
|
|
161
|
-
Parameters.accept,
|
|
162
|
-
Parameters.ifMatch,
|
|
163
|
-
Parameters.contentType
|
|
164
|
-
],
|
|
165
|
-
mediaType: "json",
|
|
166
|
-
serializer
|
|
167
|
-
};
|
|
168
|
-
const deleteOperationSpec = {
|
|
169
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}",
|
|
170
|
-
httpMethod: "DELETE",
|
|
171
|
-
responses: {
|
|
172
|
-
200: {},
|
|
173
|
-
204: {},
|
|
174
|
-
default: {
|
|
175
|
-
bodyMapper: Mappers.ErrorDetails
|
|
176
|
-
}
|
|
177
|
-
},
|
|
178
|
-
queryParameters: [
|
|
179
|
-
Parameters.apiVersion,
|
|
180
|
-
Parameters.certificateName11,
|
|
181
|
-
Parameters.certificateRawBytes,
|
|
182
|
-
Parameters.certificateIsVerified,
|
|
183
|
-
Parameters.certificatePurpose,
|
|
184
|
-
Parameters.certificateCreated,
|
|
185
|
-
Parameters.certificateLastUpdated,
|
|
186
|
-
Parameters.certificateHasPrivateKey,
|
|
187
|
-
Parameters.certificateNonce
|
|
188
|
-
],
|
|
189
|
-
urlParameters: [
|
|
190
|
-
Parameters.$host,
|
|
191
|
-
Parameters.certificateName,
|
|
192
|
-
Parameters.subscriptionId,
|
|
193
|
-
Parameters.resourceGroupName,
|
|
194
|
-
Parameters.provisioningServiceName
|
|
195
|
-
],
|
|
196
|
-
headerParameters: [Parameters.accept, Parameters.ifMatch1],
|
|
197
|
-
serializer
|
|
198
|
-
};
|
|
199
|
-
const listOperationSpec = {
|
|
200
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates",
|
|
201
|
-
httpMethod: "GET",
|
|
202
|
-
responses: {
|
|
203
|
-
200: {
|
|
204
|
-
bodyMapper: Mappers.CertificateListDescription
|
|
205
|
-
},
|
|
206
|
-
default: {
|
|
207
|
-
bodyMapper: Mappers.ErrorDetails
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
|
-
queryParameters: [Parameters.apiVersion],
|
|
211
|
-
urlParameters: [
|
|
212
|
-
Parameters.$host,
|
|
213
|
-
Parameters.subscriptionId,
|
|
214
|
-
Parameters.resourceGroupName,
|
|
215
|
-
Parameters.provisioningServiceName
|
|
216
|
-
],
|
|
217
|
-
headerParameters: [Parameters.accept],
|
|
218
|
-
serializer
|
|
219
|
-
};
|
|
220
|
-
const generateVerificationCodeOperationSpec = {
|
|
221
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}/generateVerificationCode",
|
|
222
|
-
httpMethod: "POST",
|
|
223
|
-
responses: {
|
|
224
|
-
200: {
|
|
225
|
-
bodyMapper: Mappers.VerificationCodeResponse
|
|
226
|
-
},
|
|
227
|
-
default: {
|
|
228
|
-
bodyMapper: Mappers.ErrorDetails
|
|
229
|
-
}
|
|
230
|
-
},
|
|
231
|
-
queryParameters: [
|
|
232
|
-
Parameters.apiVersion,
|
|
233
|
-
Parameters.certificateName11,
|
|
234
|
-
Parameters.certificateRawBytes,
|
|
235
|
-
Parameters.certificateIsVerified,
|
|
236
|
-
Parameters.certificatePurpose,
|
|
237
|
-
Parameters.certificateCreated,
|
|
238
|
-
Parameters.certificateLastUpdated,
|
|
239
|
-
Parameters.certificateHasPrivateKey,
|
|
240
|
-
Parameters.certificateNonce
|
|
241
|
-
],
|
|
242
|
-
urlParameters: [
|
|
243
|
-
Parameters.$host,
|
|
244
|
-
Parameters.certificateName,
|
|
245
|
-
Parameters.subscriptionId,
|
|
246
|
-
Parameters.resourceGroupName,
|
|
247
|
-
Parameters.provisioningServiceName
|
|
248
|
-
],
|
|
249
|
-
headerParameters: [Parameters.accept, Parameters.ifMatch1],
|
|
250
|
-
serializer
|
|
251
|
-
};
|
|
252
|
-
const verifyCertificateOperationSpec = {
|
|
253
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}/verify",
|
|
254
|
-
httpMethod: "POST",
|
|
255
|
-
responses: {
|
|
256
|
-
200: {
|
|
257
|
-
bodyMapper: Mappers.CertificateResponse
|
|
258
|
-
},
|
|
259
|
-
default: {
|
|
260
|
-
bodyMapper: Mappers.ErrorDetails
|
|
261
|
-
}
|
|
262
|
-
},
|
|
263
|
-
requestBody: Parameters.request,
|
|
264
|
-
queryParameters: [
|
|
265
|
-
Parameters.apiVersion,
|
|
266
|
-
Parameters.certificateName11,
|
|
267
|
-
Parameters.certificateRawBytes,
|
|
268
|
-
Parameters.certificateIsVerified,
|
|
269
|
-
Parameters.certificatePurpose,
|
|
270
|
-
Parameters.certificateCreated,
|
|
271
|
-
Parameters.certificateLastUpdated,
|
|
272
|
-
Parameters.certificateHasPrivateKey,
|
|
273
|
-
Parameters.certificateNonce
|
|
274
|
-
],
|
|
275
|
-
urlParameters: [
|
|
276
|
-
Parameters.$host,
|
|
277
|
-
Parameters.certificateName,
|
|
278
|
-
Parameters.subscriptionId,
|
|
279
|
-
Parameters.resourceGroupName,
|
|
280
|
-
Parameters.provisioningServiceName
|
|
281
|
-
],
|
|
282
|
-
headerParameters: [
|
|
283
|
-
Parameters.accept,
|
|
284
|
-
Parameters.contentType,
|
|
285
|
-
Parameters.ifMatch1
|
|
286
|
-
],
|
|
287
|
-
mediaType: "json",
|
|
288
|
-
serializer
|
|
289
|
-
};
|
|
290
|
-
//# sourceMappingURL=dpsCertificate.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dpsCertificate.js","sourceRoot":"","sources":["../../../src/operations/dpsCertificate.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { DpsCertificate } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { IotDpsClient } from \"../iotDpsClient.js\";\nimport {\n DpsCertificateGetOptionalParams,\n DpsCertificateGetResponse,\n CertificateResponse,\n DpsCertificateCreateOrUpdateOptionalParams,\n DpsCertificateCreateOrUpdateResponse,\n DpsCertificateDeleteOptionalParams,\n DpsCertificateListOptionalParams,\n DpsCertificateListResponse,\n DpsCertificateGenerateVerificationCodeOptionalParams,\n DpsCertificateGenerateVerificationCodeResponse,\n VerificationCodeRequest,\n DpsCertificateVerifyCertificateOptionalParams,\n DpsCertificateVerifyCertificateResponse\n} from \"../models/index.js\";\n\n/** Class containing DpsCertificate operations. */\nexport class DpsCertificateImpl implements DpsCertificate {\n private readonly client: IotDpsClient;\n\n /**\n * Initialize a new instance of the class DpsCertificate class.\n * @param client Reference to the service client\n */\n constructor(client: IotDpsClient) {\n this.client = client;\n }\n\n /**\n * Get the certificate from the provisioning service.\n * @param certificateName Name of the certificate to retrieve.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of the provisioning service the certificate is associated with.\n * @param options The options parameters.\n */\n get(\n certificateName: string,\n resourceGroupName: string,\n provisioningServiceName: string,\n options?: DpsCertificateGetOptionalParams\n ): Promise<DpsCertificateGetResponse> {\n return this.client.sendOperationRequest(\n { certificateName, resourceGroupName, provisioningServiceName, options },\n getOperationSpec\n );\n }\n\n /**\n * Add new certificate or update an existing certificate.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName The name of the provisioning service.\n * @param certificateName The name of the certificate create or update.\n * @param certificateDescription The certificate body.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n provisioningServiceName: string,\n certificateName: string,\n certificateDescription: CertificateResponse,\n options?: DpsCertificateCreateOrUpdateOptionalParams\n ): Promise<DpsCertificateCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n provisioningServiceName,\n certificateName,\n certificateDescription,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Deletes the specified certificate associated with the Provisioning Service\n * @param resourceGroupName Resource group identifier.\n * @param ifMatch ETag of the certificate\n * @param provisioningServiceName The name of the provisioning service.\n * @param certificateName This is a mandatory field, and is the logical name of the certificate that\n * the provisioning service will access by.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n ifMatch: string,\n provisioningServiceName: string,\n certificateName: string,\n options?: DpsCertificateDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n ifMatch,\n provisioningServiceName,\n certificateName,\n options\n },\n deleteOperationSpec\n );\n }\n\n /**\n * Get all the certificates tied to the provisioning service.\n * @param resourceGroupName Name of resource group.\n * @param provisioningServiceName Name of provisioning service to retrieve certificates for.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n provisioningServiceName: string,\n options?: DpsCertificateListOptionalParams\n ): Promise<DpsCertificateListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, provisioningServiceName, options },\n listOperationSpec\n );\n }\n\n /**\n * Generate verification code for Proof of Possession.\n * @param certificateName The mandatory logical name of the certificate, that the provisioning service\n * uses to access.\n * @param ifMatch ETag of the certificate. This is required to update an existing certificate, and\n * ignored while creating a brand new certificate.\n * @param resourceGroupName name of resource group.\n * @param provisioningServiceName Name of provisioning service.\n * @param options The options parameters.\n */\n generateVerificationCode(\n certificateName: string,\n ifMatch: string,\n resourceGroupName: string,\n provisioningServiceName: string,\n options?: DpsCertificateGenerateVerificationCodeOptionalParams\n ): Promise<DpsCertificateGenerateVerificationCodeResponse> {\n return this.client.sendOperationRequest(\n {\n certificateName,\n ifMatch,\n resourceGroupName,\n provisioningServiceName,\n options\n },\n generateVerificationCodeOperationSpec\n );\n }\n\n /**\n * Verifies the certificate's private key possession by providing the leaf cert issued by the verifying\n * pre uploaded certificate.\n * @param certificateName The mandatory logical name of the certificate, that the provisioning service\n * uses to access.\n * @param ifMatch ETag of the certificate.\n * @param resourceGroupName Resource group name.\n * @param provisioningServiceName Provisioning service name.\n * @param request The name of the certificate\n * @param options The options parameters.\n */\n verifyCertificate(\n certificateName: string,\n ifMatch: string,\n resourceGroupName: string,\n provisioningServiceName: string,\n request: VerificationCodeRequest,\n options?: DpsCertificateVerifyCertificateOptionalParams\n ): Promise<DpsCertificateVerifyCertificateResponse> {\n return this.client.sendOperationRequest(\n {\n certificateName,\n ifMatch,\n resourceGroupName,\n provisioningServiceName,\n request,\n options\n },\n verifyCertificateOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CertificateResponse\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.certificateName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName\n ],\n headerParameters: [Parameters.accept, Parameters.ifMatch],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.CertificateResponse\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n requestBody: Parameters.certificateDescription,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName,\n Parameters.certificateName1\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.ifMatch,\n Parameters.contentType\n ],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.certificateName11,\n Parameters.certificateRawBytes,\n Parameters.certificateIsVerified,\n Parameters.certificatePurpose,\n Parameters.certificateCreated,\n Parameters.certificateLastUpdated,\n Parameters.certificateHasPrivateKey,\n Parameters.certificateNonce\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.certificateName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName\n ],\n headerParameters: [Parameters.accept, Parameters.ifMatch1],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CertificateListDescription\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst generateVerificationCodeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}/generateVerificationCode\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.VerificationCodeResponse\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.certificateName11,\n Parameters.certificateRawBytes,\n Parameters.certificateIsVerified,\n Parameters.certificatePurpose,\n Parameters.certificateCreated,\n Parameters.certificateLastUpdated,\n Parameters.certificateHasPrivateKey,\n Parameters.certificateNonce\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.certificateName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName\n ],\n headerParameters: [Parameters.accept, Parameters.ifMatch1],\n serializer\n};\nconst verifyCertificateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}/verify\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CertificateResponse\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n requestBody: Parameters.request,\n queryParameters: [\n Parameters.apiVersion,\n Parameters.certificateName11,\n Parameters.certificateRawBytes,\n Parameters.certificateIsVerified,\n Parameters.certificatePurpose,\n Parameters.certificateCreated,\n Parameters.certificateLastUpdated,\n Parameters.certificateHasPrivateKey,\n Parameters.certificateNonce\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.certificateName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType,\n Parameters.ifMatch1\n ],\n mediaType: \"json\",\n serializer\n};\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export * from "./operations.js";
|
|
9
|
-
export * from "./dpsCertificate.js";
|
|
10
|
-
export * from "./iotDpsResource.js";
|
|
11
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./operations.js\";\nexport * from \"./dpsCertificate.js\";\nexport * from \"./iotDpsResource.js\";\n"]}
|
|
@@ -1,253 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { IotDpsResource } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { IotDpsClient } from "../iotDpsClient.js";
|
|
4
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
-
import { ProvisioningServiceDescription, IotDpsResourceListBySubscriptionOptionalParams, IotDpsResourceListByResourceGroupOptionalParams, IotDpsSkuDefinition, IotDpsResourceListValidSkusOptionalParams, SharedAccessSignatureAuthorizationRuleAccessRightsDescription, IotDpsResourceListKeysOptionalParams, IotDpsResourceGetOptionalParams, IotDpsResourceGetResponse, IotDpsResourceCreateOrUpdateOptionalParams, IotDpsResourceCreateOrUpdateResponse, TagsResource, IotDpsResourceUpdateOptionalParams, IotDpsResourceUpdateResponse, IotDpsResourceDeleteOptionalParams, IotDpsResourceGetOperationResultOptionalParams, IotDpsResourceGetOperationResultResponse, OperationInputs, IotDpsResourceCheckProvisioningServiceNameAvailabilityOptionalParams, IotDpsResourceCheckProvisioningServiceNameAvailabilityResponse, IotDpsResourceListKeysForKeyNameOptionalParams, IotDpsResourceListKeysForKeyNameResponse, IotDpsResourceListPrivateLinkResourcesOptionalParams, IotDpsResourceListPrivateLinkResourcesResponse, IotDpsResourceGetPrivateLinkResourcesOptionalParams, IotDpsResourceGetPrivateLinkResourcesResponse, IotDpsResourceListPrivateEndpointConnectionsOptionalParams, IotDpsResourceListPrivateEndpointConnectionsResponse, IotDpsResourceGetPrivateEndpointConnectionOptionalParams, IotDpsResourceGetPrivateEndpointConnectionResponse, PrivateEndpointConnection, IotDpsResourceCreateOrUpdatePrivateEndpointConnectionOptionalParams, IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse, IotDpsResourceDeletePrivateEndpointConnectionOptionalParams, IotDpsResourceDeletePrivateEndpointConnectionResponse } from "../models/index.js";
|
|
6
|
-
/** Class containing IotDpsResource operations. */
|
|
7
|
-
export declare class IotDpsResourceImpl implements IotDpsResource {
|
|
8
|
-
private readonly client;
|
|
9
|
-
/**
|
|
10
|
-
* Initialize a new instance of the class IotDpsResource class.
|
|
11
|
-
* @param client Reference to the service client
|
|
12
|
-
*/
|
|
13
|
-
constructor(client: IotDpsClient);
|
|
14
|
-
/**
|
|
15
|
-
* List all the provisioning services for a given subscription id.
|
|
16
|
-
* @param options The options parameters.
|
|
17
|
-
*/
|
|
18
|
-
listBySubscription(options?: IotDpsResourceListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ProvisioningServiceDescription>;
|
|
19
|
-
private listBySubscriptionPagingPage;
|
|
20
|
-
private listBySubscriptionPagingAll;
|
|
21
|
-
/**
|
|
22
|
-
* Get a list of all provisioning services in the given resource group.
|
|
23
|
-
* @param resourceGroupName Resource group identifier.
|
|
24
|
-
* @param options The options parameters.
|
|
25
|
-
*/
|
|
26
|
-
listByResourceGroup(resourceGroupName: string, options?: IotDpsResourceListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ProvisioningServiceDescription>;
|
|
27
|
-
private listByResourceGroupPagingPage;
|
|
28
|
-
private listByResourceGroupPagingAll;
|
|
29
|
-
/**
|
|
30
|
-
* Gets the list of valid SKUs and tiers for a provisioning service.
|
|
31
|
-
* @param provisioningServiceName Name of provisioning service.
|
|
32
|
-
* @param resourceGroupName Name of resource group.
|
|
33
|
-
* @param options The options parameters.
|
|
34
|
-
*/
|
|
35
|
-
listValidSkus(provisioningServiceName: string, resourceGroupName: string, options?: IotDpsResourceListValidSkusOptionalParams): PagedAsyncIterableIterator<IotDpsSkuDefinition>;
|
|
36
|
-
private listValidSkusPagingPage;
|
|
37
|
-
private listValidSkusPagingAll;
|
|
38
|
-
/**
|
|
39
|
-
* List the primary and secondary keys for a provisioning service.
|
|
40
|
-
* @param provisioningServiceName The provisioning service name to get the shared access keys for.
|
|
41
|
-
* @param resourceGroupName resource group name
|
|
42
|
-
* @param options The options parameters.
|
|
43
|
-
*/
|
|
44
|
-
listKeys(provisioningServiceName: string, resourceGroupName: string, options?: IotDpsResourceListKeysOptionalParams): PagedAsyncIterableIterator<SharedAccessSignatureAuthorizationRuleAccessRightsDescription>;
|
|
45
|
-
private listKeysPagingPage;
|
|
46
|
-
private listKeysPagingAll;
|
|
47
|
-
/**
|
|
48
|
-
* Get the metadata of the provisioning service without SAS keys.
|
|
49
|
-
* @param resourceGroupName Resource group name.
|
|
50
|
-
* @param provisioningServiceName Name of the provisioning service to retrieve.
|
|
51
|
-
* @param options The options parameters.
|
|
52
|
-
*/
|
|
53
|
-
get(resourceGroupName: string, provisioningServiceName: string, options?: IotDpsResourceGetOptionalParams): Promise<IotDpsResourceGetResponse>;
|
|
54
|
-
/**
|
|
55
|
-
* Create or update the metadata of the provisioning service. The usual pattern to modify a property is
|
|
56
|
-
* to retrieve the provisioning service metadata and security metadata, and then combine them with the
|
|
57
|
-
* modified values in a new body to update the provisioning service.
|
|
58
|
-
* @param resourceGroupName Resource group identifier.
|
|
59
|
-
* @param provisioningServiceName Name of provisioning service to create or update.
|
|
60
|
-
* @param iotDpsDescription Description of the provisioning service to create or update.
|
|
61
|
-
* @param options The options parameters.
|
|
62
|
-
*/
|
|
63
|
-
beginCreateOrUpdate(resourceGroupName: string, provisioningServiceName: string, iotDpsDescription: ProvisioningServiceDescription, options?: IotDpsResourceCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IotDpsResourceCreateOrUpdateResponse>, IotDpsResourceCreateOrUpdateResponse>>;
|
|
64
|
-
/**
|
|
65
|
-
* Create or update the metadata of the provisioning service. The usual pattern to modify a property is
|
|
66
|
-
* to retrieve the provisioning service metadata and security metadata, and then combine them with the
|
|
67
|
-
* modified values in a new body to update the provisioning service.
|
|
68
|
-
* @param resourceGroupName Resource group identifier.
|
|
69
|
-
* @param provisioningServiceName Name of provisioning service to create or update.
|
|
70
|
-
* @param iotDpsDescription Description of the provisioning service to create or update.
|
|
71
|
-
* @param options The options parameters.
|
|
72
|
-
*/
|
|
73
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, provisioningServiceName: string, iotDpsDescription: ProvisioningServiceDescription, options?: IotDpsResourceCreateOrUpdateOptionalParams): Promise<IotDpsResourceCreateOrUpdateResponse>;
|
|
74
|
-
/**
|
|
75
|
-
* Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method
|
|
76
|
-
* @param resourceGroupName Resource group identifier.
|
|
77
|
-
* @param provisioningServiceName Name of provisioning service to create or update.
|
|
78
|
-
* @param provisioningServiceTags Updated tag information to set into the provisioning service
|
|
79
|
-
* instance.
|
|
80
|
-
* @param options The options parameters.
|
|
81
|
-
*/
|
|
82
|
-
beginUpdate(resourceGroupName: string, provisioningServiceName: string, provisioningServiceTags: TagsResource, options?: IotDpsResourceUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IotDpsResourceUpdateResponse>, IotDpsResourceUpdateResponse>>;
|
|
83
|
-
/**
|
|
84
|
-
* Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method
|
|
85
|
-
* @param resourceGroupName Resource group identifier.
|
|
86
|
-
* @param provisioningServiceName Name of provisioning service to create or update.
|
|
87
|
-
* @param provisioningServiceTags Updated tag information to set into the provisioning service
|
|
88
|
-
* instance.
|
|
89
|
-
* @param options The options parameters.
|
|
90
|
-
*/
|
|
91
|
-
beginUpdateAndWait(resourceGroupName: string, provisioningServiceName: string, provisioningServiceTags: TagsResource, options?: IotDpsResourceUpdateOptionalParams): Promise<IotDpsResourceUpdateResponse>;
|
|
92
|
-
/**
|
|
93
|
-
* Deletes the Provisioning Service.
|
|
94
|
-
* @param resourceGroupName Resource group identifier.
|
|
95
|
-
* @param provisioningServiceName Name of provisioning service to delete.
|
|
96
|
-
* @param options The options parameters.
|
|
97
|
-
*/
|
|
98
|
-
beginDelete(resourceGroupName: string, provisioningServiceName: string, options?: IotDpsResourceDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
99
|
-
/**
|
|
100
|
-
* Deletes the Provisioning Service.
|
|
101
|
-
* @param resourceGroupName Resource group identifier.
|
|
102
|
-
* @param provisioningServiceName Name of provisioning service to delete.
|
|
103
|
-
* @param options The options parameters.
|
|
104
|
-
*/
|
|
105
|
-
beginDeleteAndWait(resourceGroupName: string, provisioningServiceName: string, options?: IotDpsResourceDeleteOptionalParams): Promise<void>;
|
|
106
|
-
/**
|
|
107
|
-
* List all the provisioning services for a given subscription id.
|
|
108
|
-
* @param options The options parameters.
|
|
109
|
-
*/
|
|
110
|
-
private _listBySubscription;
|
|
111
|
-
/**
|
|
112
|
-
* Get a list of all provisioning services in the given resource group.
|
|
113
|
-
* @param resourceGroupName Resource group identifier.
|
|
114
|
-
* @param options The options parameters.
|
|
115
|
-
*/
|
|
116
|
-
private _listByResourceGroup;
|
|
117
|
-
/**
|
|
118
|
-
* Gets the status of a long running operation, such as create, update or delete a provisioning
|
|
119
|
-
* service.
|
|
120
|
-
* @param operationId Operation id corresponding to long running operation. Use this to poll for the
|
|
121
|
-
* status.
|
|
122
|
-
* @param resourceGroupName Resource group identifier.
|
|
123
|
-
* @param provisioningServiceName Name of provisioning service that the operation is running on.
|
|
124
|
-
* @param asyncinfo Async header used to poll on the status of the operation, obtained while creating
|
|
125
|
-
* the long running operation.
|
|
126
|
-
* @param options The options parameters.
|
|
127
|
-
*/
|
|
128
|
-
getOperationResult(operationId: string, resourceGroupName: string, provisioningServiceName: string, asyncinfo: string, options?: IotDpsResourceGetOperationResultOptionalParams): Promise<IotDpsResourceGetOperationResultResponse>;
|
|
129
|
-
/**
|
|
130
|
-
* Gets the list of valid SKUs and tiers for a provisioning service.
|
|
131
|
-
* @param provisioningServiceName Name of provisioning service.
|
|
132
|
-
* @param resourceGroupName Name of resource group.
|
|
133
|
-
* @param options The options parameters.
|
|
134
|
-
*/
|
|
135
|
-
private _listValidSkus;
|
|
136
|
-
/**
|
|
137
|
-
* Check if a provisioning service name is available. This will validate if the name is syntactically
|
|
138
|
-
* valid and if the name is usable
|
|
139
|
-
* @param argumentsParam Set the name parameter in the OperationInputs structure to the name of the
|
|
140
|
-
* provisioning service to check.
|
|
141
|
-
* @param options The options parameters.
|
|
142
|
-
*/
|
|
143
|
-
checkProvisioningServiceNameAvailability(argumentsParam: OperationInputs, options?: IotDpsResourceCheckProvisioningServiceNameAvailabilityOptionalParams): Promise<IotDpsResourceCheckProvisioningServiceNameAvailabilityResponse>;
|
|
144
|
-
/**
|
|
145
|
-
* List the primary and secondary keys for a provisioning service.
|
|
146
|
-
* @param provisioningServiceName The provisioning service name to get the shared access keys for.
|
|
147
|
-
* @param resourceGroupName resource group name
|
|
148
|
-
* @param options The options parameters.
|
|
149
|
-
*/
|
|
150
|
-
private _listKeys;
|
|
151
|
-
/**
|
|
152
|
-
* List primary and secondary keys for a specific key name
|
|
153
|
-
* @param provisioningServiceName Name of the provisioning service.
|
|
154
|
-
* @param keyName Logical key name to get key-values for.
|
|
155
|
-
* @param resourceGroupName The name of the resource group that contains the provisioning service.
|
|
156
|
-
* @param options The options parameters.
|
|
157
|
-
*/
|
|
158
|
-
listKeysForKeyName(provisioningServiceName: string, keyName: string, resourceGroupName: string, options?: IotDpsResourceListKeysForKeyNameOptionalParams): Promise<IotDpsResourceListKeysForKeyNameResponse>;
|
|
159
|
-
/**
|
|
160
|
-
* List private link resources for the given provisioning service
|
|
161
|
-
* @param resourceGroupName The name of the resource group that contains the provisioning service.
|
|
162
|
-
* @param resourceName The name of the provisioning service.
|
|
163
|
-
* @param options The options parameters.
|
|
164
|
-
*/
|
|
165
|
-
listPrivateLinkResources(resourceGroupName: string, resourceName: string, options?: IotDpsResourceListPrivateLinkResourcesOptionalParams): Promise<IotDpsResourceListPrivateLinkResourcesResponse>;
|
|
166
|
-
/**
|
|
167
|
-
* Get the specified private link resource for the given provisioning service
|
|
168
|
-
* @param resourceGroupName The name of the resource group that contains the provisioning service.
|
|
169
|
-
* @param resourceName The name of the provisioning service.
|
|
170
|
-
* @param groupId The name of the private link resource
|
|
171
|
-
* @param options The options parameters.
|
|
172
|
-
*/
|
|
173
|
-
getPrivateLinkResources(resourceGroupName: string, resourceName: string, groupId: string, options?: IotDpsResourceGetPrivateLinkResourcesOptionalParams): Promise<IotDpsResourceGetPrivateLinkResourcesResponse>;
|
|
174
|
-
/**
|
|
175
|
-
* List private endpoint connection properties
|
|
176
|
-
* @param resourceGroupName The name of the resource group that contains the provisioning service.
|
|
177
|
-
* @param resourceName The name of the provisioning service.
|
|
178
|
-
* @param options The options parameters.
|
|
179
|
-
*/
|
|
180
|
-
listPrivateEndpointConnections(resourceGroupName: string, resourceName: string, options?: IotDpsResourceListPrivateEndpointConnectionsOptionalParams): Promise<IotDpsResourceListPrivateEndpointConnectionsResponse>;
|
|
181
|
-
/**
|
|
182
|
-
* Get private endpoint connection properties
|
|
183
|
-
* @param resourceGroupName The name of the resource group that contains the provisioning service.
|
|
184
|
-
* @param resourceName The name of the provisioning service.
|
|
185
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection
|
|
186
|
-
* @param options The options parameters.
|
|
187
|
-
*/
|
|
188
|
-
getPrivateEndpointConnection(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: IotDpsResourceGetPrivateEndpointConnectionOptionalParams): Promise<IotDpsResourceGetPrivateEndpointConnectionResponse>;
|
|
189
|
-
/**
|
|
190
|
-
* Create or update the status of a private endpoint connection with the specified name
|
|
191
|
-
* @param resourceGroupName The name of the resource group that contains the provisioning service.
|
|
192
|
-
* @param resourceName The name of the provisioning service.
|
|
193
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection
|
|
194
|
-
* @param privateEndpointConnection The private endpoint connection with updated properties
|
|
195
|
-
* @param options The options parameters.
|
|
196
|
-
*/
|
|
197
|
-
beginCreateOrUpdatePrivateEndpointConnection(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: IotDpsResourceCreateOrUpdatePrivateEndpointConnectionOptionalParams): Promise<SimplePollerLike<OperationState<IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse>, IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse>>;
|
|
198
|
-
/**
|
|
199
|
-
* Create or update the status of a private endpoint connection with the specified name
|
|
200
|
-
* @param resourceGroupName The name of the resource group that contains the provisioning service.
|
|
201
|
-
* @param resourceName The name of the provisioning service.
|
|
202
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection
|
|
203
|
-
* @param privateEndpointConnection The private endpoint connection with updated properties
|
|
204
|
-
* @param options The options parameters.
|
|
205
|
-
*/
|
|
206
|
-
beginCreateOrUpdatePrivateEndpointConnectionAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: IotDpsResourceCreateOrUpdatePrivateEndpointConnectionOptionalParams): Promise<IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse>;
|
|
207
|
-
/**
|
|
208
|
-
* Delete private endpoint connection with the specified name
|
|
209
|
-
* @param resourceGroupName The name of the resource group that contains the provisioning service.
|
|
210
|
-
* @param resourceName The name of the provisioning service.
|
|
211
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection
|
|
212
|
-
* @param options The options parameters.
|
|
213
|
-
*/
|
|
214
|
-
beginDeletePrivateEndpointConnection(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: IotDpsResourceDeletePrivateEndpointConnectionOptionalParams): Promise<SimplePollerLike<OperationState<IotDpsResourceDeletePrivateEndpointConnectionResponse>, IotDpsResourceDeletePrivateEndpointConnectionResponse>>;
|
|
215
|
-
/**
|
|
216
|
-
* Delete private endpoint connection with the specified name
|
|
217
|
-
* @param resourceGroupName The name of the resource group that contains the provisioning service.
|
|
218
|
-
* @param resourceName The name of the provisioning service.
|
|
219
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection
|
|
220
|
-
* @param options The options parameters.
|
|
221
|
-
*/
|
|
222
|
-
beginDeletePrivateEndpointConnectionAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: IotDpsResourceDeletePrivateEndpointConnectionOptionalParams): Promise<IotDpsResourceDeletePrivateEndpointConnectionResponse>;
|
|
223
|
-
/**
|
|
224
|
-
* ListBySubscriptionNext
|
|
225
|
-
* @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
|
|
226
|
-
* @param options The options parameters.
|
|
227
|
-
*/
|
|
228
|
-
private _listBySubscriptionNext;
|
|
229
|
-
/**
|
|
230
|
-
* ListByResourceGroupNext
|
|
231
|
-
* @param resourceGroupName Resource group identifier.
|
|
232
|
-
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
233
|
-
* @param options The options parameters.
|
|
234
|
-
*/
|
|
235
|
-
private _listByResourceGroupNext;
|
|
236
|
-
/**
|
|
237
|
-
* ListValidSkusNext
|
|
238
|
-
* @param provisioningServiceName Name of provisioning service.
|
|
239
|
-
* @param resourceGroupName Name of resource group.
|
|
240
|
-
* @param nextLink The nextLink from the previous successful call to the ListValidSkus method.
|
|
241
|
-
* @param options The options parameters.
|
|
242
|
-
*/
|
|
243
|
-
private _listValidSkusNext;
|
|
244
|
-
/**
|
|
245
|
-
* ListKeysNext
|
|
246
|
-
* @param provisioningServiceName The provisioning service name to get the shared access keys for.
|
|
247
|
-
* @param resourceGroupName resource group name
|
|
248
|
-
* @param nextLink The nextLink from the previous successful call to the ListKeys method.
|
|
249
|
-
* @param options The options parameters.
|
|
250
|
-
*/
|
|
251
|
-
private _listKeysNext;
|
|
252
|
-
}
|
|
253
|
-
//# sourceMappingURL=iotDpsResource.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"iotDpsResource.d.ts","sourceRoot":"","sources":["../../../src/operations/iotDpsResource.ts"],"names":[],"mappings":"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"}
|