@azure/arm-iotfirmwaredefense 2.0.0-beta.1 → 2.0.0
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/README.md +1 -1
- package/dist/browser/api/binaryHardening/operations.d.ts +1 -1
- package/dist/browser/api/binaryHardening/operations.js.map +1 -1
- package/dist/browser/api/cryptoCertificates/operations.d.ts +1 -1
- package/dist/browser/api/cryptoCertificates/operations.js.map +1 -1
- package/dist/browser/api/cryptoKeys/operations.d.ts +1 -1
- package/dist/browser/api/cryptoKeys/operations.js.map +1 -1
- package/dist/browser/api/cves/operations.d.ts +1 -1
- package/dist/browser/api/cves/operations.js +1 -1
- package/dist/browser/api/cves/operations.js.map +1 -1
- package/dist/browser/api/firmwares/operations.d.ts +1 -1
- package/dist/browser/api/firmwares/operations.js +1 -7
- package/dist/browser/api/firmwares/operations.js.map +1 -1
- package/dist/browser/api/ioTFirmwareDefenseContext.d.ts +3 -0
- package/dist/browser/api/ioTFirmwareDefenseContext.js +4 -3
- package/dist/browser/api/ioTFirmwareDefenseContext.js.map +1 -1
- package/dist/browser/api/operations/operations.d.ts +1 -1
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/passwordHashes/operations.d.ts +1 -1
- package/dist/browser/api/passwordHashes/operations.js.map +1 -1
- package/dist/browser/api/sbomComponents/operations.d.ts +1 -1
- package/dist/browser/api/sbomComponents/operations.js.map +1 -1
- package/dist/browser/api/summaries/operations.d.ts +1 -1
- package/dist/browser/api/summaries/operations.js.map +1 -1
- package/dist/browser/api/usageMetrics/operations.d.ts +1 -1
- package/dist/browser/api/usageMetrics/operations.js.map +1 -1
- package/dist/browser/api/workspaces/operations.d.ts +3 -2
- package/dist/browser/api/workspaces/operations.js +10 -11
- package/dist/browser/api/workspaces/operations.js.map +1 -1
- package/dist/browser/api/workspaces/options.d.ts +2 -0
- package/dist/browser/api/workspaces/options.js.map +1 -1
- package/dist/browser/classic/binaryHardening/index.d.ts +1 -1
- package/dist/browser/classic/binaryHardening/index.js.map +1 -1
- package/dist/browser/classic/cryptoCertificates/index.d.ts +1 -1
- package/dist/browser/classic/cryptoCertificates/index.js.map +1 -1
- package/dist/browser/classic/cryptoKeys/index.d.ts +1 -1
- package/dist/browser/classic/cryptoKeys/index.js.map +1 -1
- package/dist/browser/classic/cves/index.d.ts +1 -1
- package/dist/browser/classic/cves/index.js.map +1 -1
- package/dist/browser/classic/firmwares/index.d.ts +1 -1
- package/dist/browser/classic/firmwares/index.js.map +1 -1
- package/dist/browser/classic/operations/index.d.ts +1 -1
- package/dist/browser/classic/operations/index.js.map +1 -1
- package/dist/browser/classic/passwordHashes/index.d.ts +1 -1
- package/dist/browser/classic/passwordHashes/index.js.map +1 -1
- package/dist/browser/classic/sbomComponents/index.d.ts +1 -1
- package/dist/browser/classic/sbomComponents/index.js.map +1 -1
- package/dist/browser/classic/summaries/index.d.ts +1 -1
- package/dist/browser/classic/summaries/index.js.map +1 -1
- package/dist/browser/classic/usageMetrics/index.d.ts +1 -1
- package/dist/browser/classic/usageMetrics/index.js.map +1 -1
- package/dist/browser/classic/workspaces/index.d.ts +3 -2
- package/dist/browser/classic/workspaces/index.js.map +1 -1
- package/dist/browser/index.d.ts +4 -1
- package/dist/browser/index.js +3 -0
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/ioTFirmwareDefenseClient.d.ts +9 -9
- package/dist/browser/ioTFirmwareDefenseClient.js +8 -8
- package/dist/browser/ioTFirmwareDefenseClient.js.map +1 -1
- package/dist/browser/models/index.d.ts +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +23 -7
- package/dist/browser/models/models.js +15 -6
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +91 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +29 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.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.js +2 -1
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -1
- package/dist/commonjs/api/binaryHardening/operations.d.ts +1 -1
- package/dist/commonjs/api/binaryHardening/operations.js.map +1 -1
- package/dist/commonjs/api/cryptoCertificates/operations.d.ts +1 -1
- package/dist/commonjs/api/cryptoCertificates/operations.js.map +1 -1
- package/dist/commonjs/api/cryptoKeys/operations.d.ts +1 -1
- package/dist/commonjs/api/cryptoKeys/operations.js.map +1 -1
- package/dist/commonjs/api/cves/operations.d.ts +1 -1
- package/dist/commonjs/api/cves/operations.js +1 -1
- package/dist/commonjs/api/cves/operations.js.map +1 -1
- package/dist/commonjs/api/firmwares/operations.d.ts +1 -1
- package/dist/commonjs/api/firmwares/operations.js +1 -7
- package/dist/commonjs/api/firmwares/operations.js.map +1 -1
- package/dist/commonjs/api/ioTFirmwareDefenseContext.d.ts +3 -0
- package/dist/commonjs/api/ioTFirmwareDefenseContext.js +4 -3
- package/dist/commonjs/api/ioTFirmwareDefenseContext.js.map +1 -1
- package/dist/commonjs/api/operations/operations.d.ts +1 -1
- package/dist/commonjs/api/operations/operations.js.map +1 -1
- package/dist/commonjs/api/passwordHashes/operations.d.ts +1 -1
- package/dist/commonjs/api/passwordHashes/operations.js.map +1 -1
- package/dist/commonjs/api/sbomComponents/operations.d.ts +1 -1
- package/dist/commonjs/api/sbomComponents/operations.js.map +1 -1
- package/dist/commonjs/api/summaries/operations.d.ts +1 -1
- package/dist/commonjs/api/summaries/operations.js.map +1 -1
- package/dist/commonjs/api/usageMetrics/operations.d.ts +1 -1
- package/dist/commonjs/api/usageMetrics/operations.js.map +1 -1
- package/dist/commonjs/api/workspaces/operations.d.ts +3 -2
- package/dist/commonjs/api/workspaces/operations.js +10 -11
- package/dist/commonjs/api/workspaces/operations.js.map +1 -1
- package/dist/commonjs/api/workspaces/options.d.ts +2 -0
- package/dist/commonjs/api/workspaces/options.js.map +1 -1
- package/dist/commonjs/classic/binaryHardening/index.d.ts +1 -1
- package/dist/commonjs/classic/binaryHardening/index.js.map +1 -1
- package/dist/commonjs/classic/cryptoCertificates/index.d.ts +1 -1
- package/dist/commonjs/classic/cryptoCertificates/index.js.map +1 -1
- package/dist/commonjs/classic/cryptoKeys/index.d.ts +1 -1
- package/dist/commonjs/classic/cryptoKeys/index.js.map +1 -1
- package/dist/commonjs/classic/cves/index.d.ts +1 -1
- package/dist/commonjs/classic/cves/index.js.map +1 -1
- package/dist/commonjs/classic/firmwares/index.d.ts +1 -1
- package/dist/commonjs/classic/firmwares/index.js.map +1 -1
- package/dist/commonjs/classic/operations/index.d.ts +1 -1
- package/dist/commonjs/classic/operations/index.js.map +1 -1
- package/dist/commonjs/classic/passwordHashes/index.d.ts +1 -1
- package/dist/commonjs/classic/passwordHashes/index.js.map +1 -1
- package/dist/commonjs/classic/sbomComponents/index.d.ts +1 -1
- package/dist/commonjs/classic/sbomComponents/index.js.map +1 -1
- package/dist/commonjs/classic/summaries/index.d.ts +1 -1
- package/dist/commonjs/classic/summaries/index.js.map +1 -1
- package/dist/commonjs/classic/usageMetrics/index.d.ts +1 -1
- package/dist/commonjs/classic/usageMetrics/index.js.map +1 -1
- package/dist/commonjs/classic/workspaces/index.d.ts +3 -2
- package/dist/commonjs/classic/workspaces/index.js.map +1 -1
- package/dist/commonjs/index.d.ts +4 -1
- package/dist/commonjs/index.js +5 -1
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/ioTFirmwareDefenseClient.d.ts +9 -9
- package/dist/commonjs/ioTFirmwareDefenseClient.js +22 -22
- package/dist/commonjs/ioTFirmwareDefenseClient.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +1 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +23 -7
- package/dist/commonjs/models/models.js +16 -7
- package/dist/commonjs/models/models.js.map +1 -1
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +94 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +33 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.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.js +2 -1
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/binaryHardening/operations.d.ts +1 -1
- package/dist/esm/api/binaryHardening/operations.js.map +1 -1
- package/dist/esm/api/cryptoCertificates/operations.d.ts +1 -1
- package/dist/esm/api/cryptoCertificates/operations.js.map +1 -1
- package/dist/esm/api/cryptoKeys/operations.d.ts +1 -1
- package/dist/esm/api/cryptoKeys/operations.js.map +1 -1
- package/dist/esm/api/cves/operations.d.ts +1 -1
- package/dist/esm/api/cves/operations.js +1 -1
- package/dist/esm/api/cves/operations.js.map +1 -1
- package/dist/esm/api/firmwares/operations.d.ts +1 -1
- package/dist/esm/api/firmwares/operations.js +1 -7
- package/dist/esm/api/firmwares/operations.js.map +1 -1
- package/dist/esm/api/ioTFirmwareDefenseContext.d.ts +3 -0
- package/dist/esm/api/ioTFirmwareDefenseContext.js +4 -3
- package/dist/esm/api/ioTFirmwareDefenseContext.js.map +1 -1
- package/dist/esm/api/operations/operations.d.ts +1 -1
- package/dist/esm/api/operations/operations.js.map +1 -1
- package/dist/esm/api/passwordHashes/operations.d.ts +1 -1
- package/dist/esm/api/passwordHashes/operations.js.map +1 -1
- package/dist/esm/api/sbomComponents/operations.d.ts +1 -1
- package/dist/esm/api/sbomComponents/operations.js.map +1 -1
- package/dist/esm/api/summaries/operations.d.ts +1 -1
- package/dist/esm/api/summaries/operations.js.map +1 -1
- package/dist/esm/api/usageMetrics/operations.d.ts +1 -1
- package/dist/esm/api/usageMetrics/operations.js.map +1 -1
- package/dist/esm/api/workspaces/operations.d.ts +3 -2
- package/dist/esm/api/workspaces/operations.js +10 -11
- package/dist/esm/api/workspaces/operations.js.map +1 -1
- package/dist/esm/api/workspaces/options.d.ts +2 -0
- package/dist/esm/api/workspaces/options.js.map +1 -1
- package/dist/esm/classic/binaryHardening/index.d.ts +1 -1
- package/dist/esm/classic/binaryHardening/index.js.map +1 -1
- package/dist/esm/classic/cryptoCertificates/index.d.ts +1 -1
- package/dist/esm/classic/cryptoCertificates/index.js.map +1 -1
- package/dist/esm/classic/cryptoKeys/index.d.ts +1 -1
- package/dist/esm/classic/cryptoKeys/index.js.map +1 -1
- package/dist/esm/classic/cves/index.d.ts +1 -1
- package/dist/esm/classic/cves/index.js.map +1 -1
- package/dist/esm/classic/firmwares/index.d.ts +1 -1
- package/dist/esm/classic/firmwares/index.js.map +1 -1
- package/dist/esm/classic/operations/index.d.ts +1 -1
- package/dist/esm/classic/operations/index.js.map +1 -1
- package/dist/esm/classic/passwordHashes/index.d.ts +1 -1
- package/dist/esm/classic/passwordHashes/index.js.map +1 -1
- package/dist/esm/classic/sbomComponents/index.d.ts +1 -1
- package/dist/esm/classic/sbomComponents/index.js.map +1 -1
- package/dist/esm/classic/summaries/index.d.ts +1 -1
- package/dist/esm/classic/summaries/index.js.map +1 -1
- package/dist/esm/classic/usageMetrics/index.d.ts +1 -1
- package/dist/esm/classic/usageMetrics/index.js.map +1 -1
- package/dist/esm/classic/workspaces/index.d.ts +3 -2
- package/dist/esm/classic/workspaces/index.js.map +1 -1
- package/dist/esm/index.d.ts +4 -1
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/ioTFirmwareDefenseClient.d.ts +9 -9
- package/dist/esm/ioTFirmwareDefenseClient.js +8 -8
- package/dist/esm/ioTFirmwareDefenseClient.js.map +1 -1
- package/dist/esm/models/index.d.ts +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +23 -7
- package/dist/esm/models/models.js +15 -6
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +91 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +29 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.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.js +2 -1
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -1
- package/dist/react-native/api/binaryHardening/operations.d.ts +1 -1
- package/dist/react-native/api/binaryHardening/operations.js.map +1 -1
- package/dist/react-native/api/cryptoCertificates/operations.d.ts +1 -1
- package/dist/react-native/api/cryptoCertificates/operations.js.map +1 -1
- package/dist/react-native/api/cryptoKeys/operations.d.ts +1 -1
- package/dist/react-native/api/cryptoKeys/operations.js.map +1 -1
- package/dist/react-native/api/cves/operations.d.ts +1 -1
- package/dist/react-native/api/cves/operations.js +1 -1
- package/dist/react-native/api/cves/operations.js.map +1 -1
- package/dist/react-native/api/firmwares/operations.d.ts +1 -1
- package/dist/react-native/api/firmwares/operations.js +1 -7
- package/dist/react-native/api/firmwares/operations.js.map +1 -1
- package/dist/react-native/api/ioTFirmwareDefenseContext.d.ts +3 -0
- package/dist/react-native/api/ioTFirmwareDefenseContext.js +4 -3
- package/dist/react-native/api/ioTFirmwareDefenseContext.js.map +1 -1
- package/dist/react-native/api/operations/operations.d.ts +1 -1
- package/dist/react-native/api/operations/operations.js.map +1 -1
- package/dist/react-native/api/passwordHashes/operations.d.ts +1 -1
- package/dist/react-native/api/passwordHashes/operations.js.map +1 -1
- package/dist/react-native/api/sbomComponents/operations.d.ts +1 -1
- package/dist/react-native/api/sbomComponents/operations.js.map +1 -1
- package/dist/react-native/api/summaries/operations.d.ts +1 -1
- package/dist/react-native/api/summaries/operations.js.map +1 -1
- package/dist/react-native/api/usageMetrics/operations.d.ts +1 -1
- package/dist/react-native/api/usageMetrics/operations.js.map +1 -1
- package/dist/react-native/api/workspaces/operations.d.ts +3 -2
- package/dist/react-native/api/workspaces/operations.js +10 -11
- package/dist/react-native/api/workspaces/operations.js.map +1 -1
- package/dist/react-native/api/workspaces/options.d.ts +2 -0
- package/dist/react-native/api/workspaces/options.js.map +1 -1
- package/dist/react-native/classic/binaryHardening/index.d.ts +1 -1
- package/dist/react-native/classic/binaryHardening/index.js.map +1 -1
- package/dist/react-native/classic/cryptoCertificates/index.d.ts +1 -1
- package/dist/react-native/classic/cryptoCertificates/index.js.map +1 -1
- package/dist/react-native/classic/cryptoKeys/index.d.ts +1 -1
- package/dist/react-native/classic/cryptoKeys/index.js.map +1 -1
- package/dist/react-native/classic/cves/index.d.ts +1 -1
- package/dist/react-native/classic/cves/index.js.map +1 -1
- package/dist/react-native/classic/firmwares/index.d.ts +1 -1
- package/dist/react-native/classic/firmwares/index.js.map +1 -1
- package/dist/react-native/classic/operations/index.d.ts +1 -1
- package/dist/react-native/classic/operations/index.js.map +1 -1
- package/dist/react-native/classic/passwordHashes/index.d.ts +1 -1
- package/dist/react-native/classic/passwordHashes/index.js.map +1 -1
- package/dist/react-native/classic/sbomComponents/index.d.ts +1 -1
- package/dist/react-native/classic/sbomComponents/index.js.map +1 -1
- package/dist/react-native/classic/summaries/index.d.ts +1 -1
- package/dist/react-native/classic/summaries/index.js.map +1 -1
- package/dist/react-native/classic/usageMetrics/index.d.ts +1 -1
- package/dist/react-native/classic/usageMetrics/index.js.map +1 -1
- package/dist/react-native/classic/workspaces/index.d.ts +3 -2
- package/dist/react-native/classic/workspaces/index.js.map +1 -1
- package/dist/react-native/index.d.ts +4 -1
- package/dist/react-native/index.js +3 -0
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/ioTFirmwareDefenseClient.d.ts +9 -9
- package/dist/react-native/ioTFirmwareDefenseClient.js +8 -8
- package/dist/react-native/ioTFirmwareDefenseClient.js.map +1 -1
- package/dist/react-native/models/index.d.ts +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +23 -7
- package/dist/react-native/models/models.js +15 -6
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +91 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +29 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.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.js +2 -1
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -1
- package/package.json +44 -43
- package/CHANGELOG.md +0 -149
- package/dist/browser/api/binaryHardening/index.d.ts.map +0 -1
- package/dist/browser/api/binaryHardening/operations.d.ts.map +0 -1
- package/dist/browser/api/binaryHardening/options.d.ts.map +0 -1
- package/dist/browser/api/cryptoCertificates/index.d.ts.map +0 -1
- package/dist/browser/api/cryptoCertificates/operations.d.ts.map +0 -1
- package/dist/browser/api/cryptoCertificates/options.d.ts.map +0 -1
- package/dist/browser/api/cryptoKeys/index.d.ts.map +0 -1
- package/dist/browser/api/cryptoKeys/operations.d.ts.map +0 -1
- package/dist/browser/api/cryptoKeys/options.d.ts.map +0 -1
- package/dist/browser/api/cves/index.d.ts.map +0 -1
- package/dist/browser/api/cves/operations.d.ts.map +0 -1
- package/dist/browser/api/cves/options.d.ts.map +0 -1
- package/dist/browser/api/firmwares/index.d.ts.map +0 -1
- package/dist/browser/api/firmwares/operations.d.ts.map +0 -1
- package/dist/browser/api/firmwares/options.d.ts.map +0 -1
- package/dist/browser/api/index.d.ts.map +0 -1
- package/dist/browser/api/ioTFirmwareDefenseContext.d.ts.map +0 -1
- package/dist/browser/api/operations/index.d.ts.map +0 -1
- package/dist/browser/api/operations/operations.d.ts.map +0 -1
- package/dist/browser/api/operations/options.d.ts.map +0 -1
- package/dist/browser/api/passwordHashes/index.d.ts.map +0 -1
- package/dist/browser/api/passwordHashes/operations.d.ts.map +0 -1
- package/dist/browser/api/passwordHashes/options.d.ts.map +0 -1
- package/dist/browser/api/sbomComponents/index.d.ts.map +0 -1
- package/dist/browser/api/sbomComponents/operations.d.ts.map +0 -1
- package/dist/browser/api/sbomComponents/options.d.ts.map +0 -1
- package/dist/browser/api/summaries/index.d.ts.map +0 -1
- package/dist/browser/api/summaries/operations.d.ts.map +0 -1
- package/dist/browser/api/summaries/options.d.ts.map +0 -1
- package/dist/browser/api/usageMetrics/index.d.ts.map +0 -1
- package/dist/browser/api/usageMetrics/operations.d.ts.map +0 -1
- package/dist/browser/api/usageMetrics/options.d.ts.map +0 -1
- package/dist/browser/api/workspaces/index.d.ts.map +0 -1
- package/dist/browser/api/workspaces/operations.d.ts.map +0 -1
- package/dist/browser/api/workspaces/options.d.ts.map +0 -1
- package/dist/browser/classic/binaryHardening/index.d.ts.map +0 -1
- package/dist/browser/classic/cryptoCertificates/index.d.ts.map +0 -1
- package/dist/browser/classic/cryptoKeys/index.d.ts.map +0 -1
- package/dist/browser/classic/cves/index.d.ts.map +0 -1
- package/dist/browser/classic/firmwares/index.d.ts.map +0 -1
- package/dist/browser/classic/index.d.ts.map +0 -1
- package/dist/browser/classic/operations/index.d.ts.map +0 -1
- package/dist/browser/classic/passwordHashes/index.d.ts.map +0 -1
- package/dist/browser/classic/sbomComponents/index.d.ts.map +0 -1
- package/dist/browser/classic/summaries/index.d.ts.map +0 -1
- package/dist/browser/classic/usageMetrics/index.d.ts.map +0 -1
- package/dist/browser/classic/workspaces/index.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/ioTFirmwareDefenseClient.d.ts.map +0 -1
- package/dist/browser/logger.d.ts.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/models.d.ts.map +0 -1
- package/dist/browser/static-helpers/pagingHelpers.d.ts.map +0 -1
- package/dist/browser/static-helpers/urlTemplate.d.ts.map +0 -1
- package/dist/commonjs/api/binaryHardening/index.d.ts.map +0 -1
- package/dist/commonjs/api/binaryHardening/operations.d.ts.map +0 -1
- package/dist/commonjs/api/binaryHardening/options.d.ts.map +0 -1
- package/dist/commonjs/api/cryptoCertificates/index.d.ts.map +0 -1
- package/dist/commonjs/api/cryptoCertificates/operations.d.ts.map +0 -1
- package/dist/commonjs/api/cryptoCertificates/options.d.ts.map +0 -1
- package/dist/commonjs/api/cryptoKeys/index.d.ts.map +0 -1
- package/dist/commonjs/api/cryptoKeys/operations.d.ts.map +0 -1
- package/dist/commonjs/api/cryptoKeys/options.d.ts.map +0 -1
- package/dist/commonjs/api/cves/index.d.ts.map +0 -1
- package/dist/commonjs/api/cves/operations.d.ts.map +0 -1
- package/dist/commonjs/api/cves/options.d.ts.map +0 -1
- package/dist/commonjs/api/firmwares/index.d.ts.map +0 -1
- package/dist/commonjs/api/firmwares/operations.d.ts.map +0 -1
- package/dist/commonjs/api/firmwares/options.d.ts.map +0 -1
- package/dist/commonjs/api/index.d.ts.map +0 -1
- package/dist/commonjs/api/ioTFirmwareDefenseContext.d.ts.map +0 -1
- package/dist/commonjs/api/operations/index.d.ts.map +0 -1
- package/dist/commonjs/api/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/api/operations/options.d.ts.map +0 -1
- package/dist/commonjs/api/passwordHashes/index.d.ts.map +0 -1
- package/dist/commonjs/api/passwordHashes/operations.d.ts.map +0 -1
- package/dist/commonjs/api/passwordHashes/options.d.ts.map +0 -1
- package/dist/commonjs/api/sbomComponents/index.d.ts.map +0 -1
- package/dist/commonjs/api/sbomComponents/operations.d.ts.map +0 -1
- package/dist/commonjs/api/sbomComponents/options.d.ts.map +0 -1
- package/dist/commonjs/api/summaries/index.d.ts.map +0 -1
- package/dist/commonjs/api/summaries/operations.d.ts.map +0 -1
- package/dist/commonjs/api/summaries/options.d.ts.map +0 -1
- package/dist/commonjs/api/usageMetrics/index.d.ts.map +0 -1
- package/dist/commonjs/api/usageMetrics/operations.d.ts.map +0 -1
- package/dist/commonjs/api/usageMetrics/options.d.ts.map +0 -1
- package/dist/commonjs/api/workspaces/index.d.ts.map +0 -1
- package/dist/commonjs/api/workspaces/operations.d.ts.map +0 -1
- package/dist/commonjs/api/workspaces/options.d.ts.map +0 -1
- package/dist/commonjs/classic/binaryHardening/index.d.ts.map +0 -1
- package/dist/commonjs/classic/cryptoCertificates/index.d.ts.map +0 -1
- package/dist/commonjs/classic/cryptoKeys/index.d.ts.map +0 -1
- package/dist/commonjs/classic/cves/index.d.ts.map +0 -1
- package/dist/commonjs/classic/firmwares/index.d.ts.map +0 -1
- package/dist/commonjs/classic/index.d.ts.map +0 -1
- package/dist/commonjs/classic/operations/index.d.ts.map +0 -1
- package/dist/commonjs/classic/passwordHashes/index.d.ts.map +0 -1
- package/dist/commonjs/classic/sbomComponents/index.d.ts.map +0 -1
- package/dist/commonjs/classic/summaries/index.d.ts.map +0 -1
- package/dist/commonjs/classic/usageMetrics/index.d.ts.map +0 -1
- package/dist/commonjs/classic/workspaces/index.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/ioTFirmwareDefenseClient.d.ts.map +0 -1
- package/dist/commonjs/logger.d.ts.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/models.d.ts.map +0 -1
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +0 -1
- package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +0 -1
- package/dist/esm/api/binaryHardening/index.d.ts.map +0 -1
- package/dist/esm/api/binaryHardening/operations.d.ts.map +0 -1
- package/dist/esm/api/binaryHardening/options.d.ts.map +0 -1
- package/dist/esm/api/cryptoCertificates/index.d.ts.map +0 -1
- package/dist/esm/api/cryptoCertificates/operations.d.ts.map +0 -1
- package/dist/esm/api/cryptoCertificates/options.d.ts.map +0 -1
- package/dist/esm/api/cryptoKeys/index.d.ts.map +0 -1
- package/dist/esm/api/cryptoKeys/operations.d.ts.map +0 -1
- package/dist/esm/api/cryptoKeys/options.d.ts.map +0 -1
- package/dist/esm/api/cves/index.d.ts.map +0 -1
- package/dist/esm/api/cves/operations.d.ts.map +0 -1
- package/dist/esm/api/cves/options.d.ts.map +0 -1
- package/dist/esm/api/firmwares/index.d.ts.map +0 -1
- package/dist/esm/api/firmwares/operations.d.ts.map +0 -1
- package/dist/esm/api/firmwares/options.d.ts.map +0 -1
- package/dist/esm/api/index.d.ts.map +0 -1
- package/dist/esm/api/ioTFirmwareDefenseContext.d.ts.map +0 -1
- package/dist/esm/api/operations/index.d.ts.map +0 -1
- package/dist/esm/api/operations/operations.d.ts.map +0 -1
- package/dist/esm/api/operations/options.d.ts.map +0 -1
- package/dist/esm/api/passwordHashes/index.d.ts.map +0 -1
- package/dist/esm/api/passwordHashes/operations.d.ts.map +0 -1
- package/dist/esm/api/passwordHashes/options.d.ts.map +0 -1
- package/dist/esm/api/sbomComponents/index.d.ts.map +0 -1
- package/dist/esm/api/sbomComponents/operations.d.ts.map +0 -1
- package/dist/esm/api/sbomComponents/options.d.ts.map +0 -1
- package/dist/esm/api/summaries/index.d.ts.map +0 -1
- package/dist/esm/api/summaries/operations.d.ts.map +0 -1
- package/dist/esm/api/summaries/options.d.ts.map +0 -1
- package/dist/esm/api/usageMetrics/index.d.ts.map +0 -1
- package/dist/esm/api/usageMetrics/operations.d.ts.map +0 -1
- package/dist/esm/api/usageMetrics/options.d.ts.map +0 -1
- package/dist/esm/api/workspaces/index.d.ts.map +0 -1
- package/dist/esm/api/workspaces/operations.d.ts.map +0 -1
- package/dist/esm/api/workspaces/options.d.ts.map +0 -1
- package/dist/esm/classic/binaryHardening/index.d.ts.map +0 -1
- package/dist/esm/classic/cryptoCertificates/index.d.ts.map +0 -1
- package/dist/esm/classic/cryptoKeys/index.d.ts.map +0 -1
- package/dist/esm/classic/cves/index.d.ts.map +0 -1
- package/dist/esm/classic/firmwares/index.d.ts.map +0 -1
- package/dist/esm/classic/index.d.ts.map +0 -1
- package/dist/esm/classic/operations/index.d.ts.map +0 -1
- package/dist/esm/classic/passwordHashes/index.d.ts.map +0 -1
- package/dist/esm/classic/sbomComponents/index.d.ts.map +0 -1
- package/dist/esm/classic/summaries/index.d.ts.map +0 -1
- package/dist/esm/classic/usageMetrics/index.d.ts.map +0 -1
- package/dist/esm/classic/workspaces/index.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/ioTFirmwareDefenseClient.d.ts.map +0 -1
- package/dist/esm/logger.d.ts.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/models.d.ts.map +0 -1
- package/dist/esm/static-helpers/pagingHelpers.d.ts.map +0 -1
- package/dist/esm/static-helpers/urlTemplate.d.ts.map +0 -1
- package/dist/react-native/api/binaryHardening/index.d.ts.map +0 -1
- package/dist/react-native/api/binaryHardening/operations.d.ts.map +0 -1
- package/dist/react-native/api/binaryHardening/options.d.ts.map +0 -1
- package/dist/react-native/api/cryptoCertificates/index.d.ts.map +0 -1
- package/dist/react-native/api/cryptoCertificates/operations.d.ts.map +0 -1
- package/dist/react-native/api/cryptoCertificates/options.d.ts.map +0 -1
- package/dist/react-native/api/cryptoKeys/index.d.ts.map +0 -1
- package/dist/react-native/api/cryptoKeys/operations.d.ts.map +0 -1
- package/dist/react-native/api/cryptoKeys/options.d.ts.map +0 -1
- package/dist/react-native/api/cves/index.d.ts.map +0 -1
- package/dist/react-native/api/cves/operations.d.ts.map +0 -1
- package/dist/react-native/api/cves/options.d.ts.map +0 -1
- package/dist/react-native/api/firmwares/index.d.ts.map +0 -1
- package/dist/react-native/api/firmwares/operations.d.ts.map +0 -1
- package/dist/react-native/api/firmwares/options.d.ts.map +0 -1
- package/dist/react-native/api/index.d.ts.map +0 -1
- package/dist/react-native/api/ioTFirmwareDefenseContext.d.ts.map +0 -1
- package/dist/react-native/api/operations/index.d.ts.map +0 -1
- package/dist/react-native/api/operations/operations.d.ts.map +0 -1
- package/dist/react-native/api/operations/options.d.ts.map +0 -1
- package/dist/react-native/api/passwordHashes/index.d.ts.map +0 -1
- package/dist/react-native/api/passwordHashes/operations.d.ts.map +0 -1
- package/dist/react-native/api/passwordHashes/options.d.ts.map +0 -1
- package/dist/react-native/api/sbomComponents/index.d.ts.map +0 -1
- package/dist/react-native/api/sbomComponents/operations.d.ts.map +0 -1
- package/dist/react-native/api/sbomComponents/options.d.ts.map +0 -1
- package/dist/react-native/api/summaries/index.d.ts.map +0 -1
- package/dist/react-native/api/summaries/operations.d.ts.map +0 -1
- package/dist/react-native/api/summaries/options.d.ts.map +0 -1
- package/dist/react-native/api/usageMetrics/index.d.ts.map +0 -1
- package/dist/react-native/api/usageMetrics/operations.d.ts.map +0 -1
- package/dist/react-native/api/usageMetrics/options.d.ts.map +0 -1
- package/dist/react-native/api/workspaces/index.d.ts.map +0 -1
- package/dist/react-native/api/workspaces/operations.d.ts.map +0 -1
- package/dist/react-native/api/workspaces/options.d.ts.map +0 -1
- package/dist/react-native/classic/binaryHardening/index.d.ts.map +0 -1
- package/dist/react-native/classic/cryptoCertificates/index.d.ts.map +0 -1
- package/dist/react-native/classic/cryptoKeys/index.d.ts.map +0 -1
- package/dist/react-native/classic/cves/index.d.ts.map +0 -1
- package/dist/react-native/classic/firmwares/index.d.ts.map +0 -1
- package/dist/react-native/classic/index.d.ts.map +0 -1
- package/dist/react-native/classic/operations/index.d.ts.map +0 -1
- package/dist/react-native/classic/passwordHashes/index.d.ts.map +0 -1
- package/dist/react-native/classic/sbomComponents/index.d.ts.map +0 -1
- package/dist/react-native/classic/summaries/index.d.ts.map +0 -1
- package/dist/react-native/classic/usageMetrics/index.d.ts.map +0 -1
- package/dist/react-native/classic/workspaces/index.d.ts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/ioTFirmwareDefenseClient.d.ts.map +0 -1
- package/dist/react-native/logger.d.ts.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/models.d.ts.map +0 -1
- package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +0 -1
- package/dist/react-native/static-helpers/urlTemplate.d.ts.map +0 -1
- package/review/arm-iotfirmwaredefense-api-binaryHardening-node.api.md +0 -19
- package/review/arm-iotfirmwaredefense-api-cryptoCertificates-node.api.md +0 -19
- package/review/arm-iotfirmwaredefense-api-cryptoKeys-node.api.md +0 -19
- package/review/arm-iotfirmwaredefense-api-cves-node.api.md +0 -19
- package/review/arm-iotfirmwaredefense-api-firmwares-node.api.md +0 -47
- package/review/arm-iotfirmwaredefense-api-node.api.md +0 -27
- package/review/arm-iotfirmwaredefense-api-operations-node.api.md +0 -19
- package/review/arm-iotfirmwaredefense-api-passwordHashes-node.api.md +0 -19
- package/review/arm-iotfirmwaredefense-api-sbomComponents-node.api.md +0 -19
- package/review/arm-iotfirmwaredefense-api-summaries-node.api.md +0 -26
- package/review/arm-iotfirmwaredefense-api-usageMetrics-node.api.md +0 -26
- package/review/arm-iotfirmwaredefense-api-workspaces-node.api.md +0 -61
- package/review/arm-iotfirmwaredefense-models-node.api.md +0 -489
- package/review/arm-iotfirmwaredefense-node.api.md +0 -692
|
@@ -1,692 +0,0 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-iotfirmwaredefense"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { ClientOptions } from '@azure-rest/core-client';
|
|
8
|
-
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
|
-
import { Pipeline } from '@azure/core-rest-pipeline';
|
|
10
|
-
import { TokenCredential } from '@azure/core-auth';
|
|
11
|
-
|
|
12
|
-
// @public
|
|
13
|
-
export type ActionType = string;
|
|
14
|
-
|
|
15
|
-
// @public
|
|
16
|
-
export interface BinaryHardeningFeatures {
|
|
17
|
-
canary?: boolean;
|
|
18
|
-
noExecute?: boolean;
|
|
19
|
-
positionIndependentExecutable?: boolean;
|
|
20
|
-
relocationReadOnly?: boolean;
|
|
21
|
-
stripped?: boolean;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
// @public
|
|
25
|
-
export interface BinaryHardeningListByFirmwareOptionalParams extends OperationOptions {
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
// @public
|
|
29
|
-
export interface BinaryHardeningOperations {
|
|
30
|
-
listByFirmware: (resourceGroupName: string, workspaceName: string, firmwareId: string, options?: BinaryHardeningListByFirmwareOptionalParams) => PagedAsyncIterableIterator<BinaryHardeningResource>;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
// @public
|
|
34
|
-
export interface BinaryHardeningResource extends ProxyResource {
|
|
35
|
-
properties?: BinaryHardeningResult;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
// @public
|
|
39
|
-
export interface BinaryHardeningResult {
|
|
40
|
-
binaryHardeningId?: string;
|
|
41
|
-
executableArchitecture?: string;
|
|
42
|
-
executableClass?: ExecutableClass;
|
|
43
|
-
filePath?: string;
|
|
44
|
-
readonly provisioningState?: ProvisioningState;
|
|
45
|
-
rpath?: string;
|
|
46
|
-
runpath?: string;
|
|
47
|
-
securityHardeningFeatures?: BinaryHardeningFeatures;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
// @public
|
|
51
|
-
export interface BinaryHardeningSummaryResource extends SummaryResourceProperties {
|
|
52
|
-
notExecutableStackCount?: number;
|
|
53
|
-
positionIndependentExecutableCount?: number;
|
|
54
|
-
relocationReadOnlyCount?: number;
|
|
55
|
-
stackCanaryCount?: number;
|
|
56
|
-
strippedBinaryCount?: number;
|
|
57
|
-
summaryType: "BinaryHardening";
|
|
58
|
-
totalFiles?: number;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
// @public
|
|
62
|
-
export type CertificateUsage = string;
|
|
63
|
-
|
|
64
|
-
// @public
|
|
65
|
-
export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
|
|
66
|
-
continuationToken?: string;
|
|
67
|
-
};
|
|
68
|
-
|
|
69
|
-
// @public
|
|
70
|
-
export type CreatedByType = string;
|
|
71
|
-
|
|
72
|
-
// @public
|
|
73
|
-
export interface CryptoCertificate {
|
|
74
|
-
certificateKeyAlgorithm?: string;
|
|
75
|
-
certificateKeySize?: number;
|
|
76
|
-
certificateName?: string;
|
|
77
|
-
certificateRole?: string;
|
|
78
|
-
certificateUsage?: CertificateUsage[];
|
|
79
|
-
cryptoCertId?: string;
|
|
80
|
-
encoding?: string;
|
|
81
|
-
expirationDate?: Date;
|
|
82
|
-
readonly filePaths?: string[];
|
|
83
|
-
fingerprint?: string;
|
|
84
|
-
isExpired?: boolean;
|
|
85
|
-
isSelfSigned?: boolean;
|
|
86
|
-
isShortKeySize?: boolean;
|
|
87
|
-
issuedDate?: Date;
|
|
88
|
-
issuer?: CryptoCertificateEntity;
|
|
89
|
-
isWeakSignature?: boolean;
|
|
90
|
-
pairedKey?: PairedKey;
|
|
91
|
-
readonly provisioningState?: ProvisioningState;
|
|
92
|
-
serialNumber?: string;
|
|
93
|
-
signatureAlgorithm?: string;
|
|
94
|
-
subject?: CryptoCertificateEntity;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
// @public
|
|
98
|
-
export interface CryptoCertificateEntity {
|
|
99
|
-
commonName?: string;
|
|
100
|
-
country?: string;
|
|
101
|
-
organization?: string;
|
|
102
|
-
organizationalUnit?: string;
|
|
103
|
-
state?: string;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
// @public
|
|
107
|
-
export interface CryptoCertificateResource extends ProxyResource {
|
|
108
|
-
properties?: CryptoCertificate;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
// @public
|
|
112
|
-
export interface CryptoCertificatesListByFirmwareOptionalParams extends OperationOptions {
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
// @public
|
|
116
|
-
export interface CryptoCertificatesOperations {
|
|
117
|
-
listByFirmware: (resourceGroupName: string, workspaceName: string, firmwareId: string, options?: CryptoCertificatesListByFirmwareOptionalParams) => PagedAsyncIterableIterator<CryptoCertificateResource>;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
// @public
|
|
121
|
-
export interface CryptoCertificateSummaryResource extends SummaryResourceProperties {
|
|
122
|
-
expiredCertificateCount?: number;
|
|
123
|
-
expiringSoonCertificateCount?: number;
|
|
124
|
-
pairedKeyCount?: number;
|
|
125
|
-
selfSignedCertificateCount?: number;
|
|
126
|
-
shortKeySizeCount?: number;
|
|
127
|
-
summaryType: "CryptoCertificate";
|
|
128
|
-
totalCertificateCount?: number;
|
|
129
|
-
weakSignatureCount?: number;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
// @public
|
|
133
|
-
export interface CryptoKey {
|
|
134
|
-
cryptoKeyId?: string;
|
|
135
|
-
cryptoKeySize?: number;
|
|
136
|
-
readonly filePaths?: string[];
|
|
137
|
-
isShortKeySize?: boolean;
|
|
138
|
-
keyAlgorithm?: string;
|
|
139
|
-
keyType?: CryptoKeyType;
|
|
140
|
-
pairedKey?: PairedKey;
|
|
141
|
-
readonly provisioningState?: ProvisioningState;
|
|
142
|
-
usage?: string[];
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
// @public
|
|
146
|
-
export interface CryptoKeyResource extends ProxyResource {
|
|
147
|
-
properties?: CryptoKey;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
// @public
|
|
151
|
-
export interface CryptoKeysListByFirmwareOptionalParams extends OperationOptions {
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
// @public
|
|
155
|
-
export interface CryptoKeysOperations {
|
|
156
|
-
listByFirmware: (resourceGroupName: string, workspaceName: string, firmwareId: string, options?: CryptoKeysListByFirmwareOptionalParams) => PagedAsyncIterableIterator<CryptoKeyResource>;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
// @public
|
|
160
|
-
export interface CryptoKeySummaryResource extends SummaryResourceProperties {
|
|
161
|
-
pairedKeyCount?: number;
|
|
162
|
-
privateKeyCount?: number;
|
|
163
|
-
publicKeyCount?: number;
|
|
164
|
-
shortKeySizeCount?: number;
|
|
165
|
-
summaryType: "CryptoKey";
|
|
166
|
-
totalKeyCount?: number;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
// @public
|
|
170
|
-
export type CryptoKeyType = string;
|
|
171
|
-
|
|
172
|
-
// @public
|
|
173
|
-
export interface CveLink {
|
|
174
|
-
href?: string;
|
|
175
|
-
label?: string;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
// @public
|
|
179
|
-
export interface CveResource extends ProxyResource {
|
|
180
|
-
properties?: CveResult;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
// @public
|
|
184
|
-
export interface CveResult {
|
|
185
|
-
componentId?: string;
|
|
186
|
-
componentName?: string;
|
|
187
|
-
componentVersion?: string;
|
|
188
|
-
cveId?: string;
|
|
189
|
-
cveName?: string;
|
|
190
|
-
cvssScores?: CvssScore[];
|
|
191
|
-
description?: string;
|
|
192
|
-
effectiveCvssScore?: number;
|
|
193
|
-
effectiveCvssVersion?: number;
|
|
194
|
-
readonly links?: CveLink[];
|
|
195
|
-
readonly provisioningState?: ProvisioningState;
|
|
196
|
-
severity?: string;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
// @public
|
|
200
|
-
export interface CvesListByFirmwareOptionalParams extends OperationOptions {
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
// @public
|
|
204
|
-
export interface CvesOperations {
|
|
205
|
-
listByFirmware: (resourceGroupName: string, workspaceName: string, firmwareId: string, options?: CvesListByFirmwareOptionalParams) => PagedAsyncIterableIterator<CveResource>;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
// @public
|
|
209
|
-
export interface CveSummary extends SummaryResourceProperties {
|
|
210
|
-
criticalCveCount?: number;
|
|
211
|
-
highCveCount?: number;
|
|
212
|
-
lowCveCount?: number;
|
|
213
|
-
mediumCveCount?: number;
|
|
214
|
-
summaryType: "CommonVulnerabilitiesAndExposures";
|
|
215
|
-
unknownCveCount?: number;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
// @public
|
|
219
|
-
export interface CvssScore {
|
|
220
|
-
score?: number;
|
|
221
|
-
version: number;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
// @public
|
|
225
|
-
export interface ErrorAdditionalInfo {
|
|
226
|
-
readonly info?: Record<string, any>;
|
|
227
|
-
readonly type?: string;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
// @public
|
|
231
|
-
export interface ErrorDetail {
|
|
232
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
233
|
-
readonly code?: string;
|
|
234
|
-
readonly details?: ErrorDetail[];
|
|
235
|
-
readonly message?: string;
|
|
236
|
-
readonly target?: string;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
// @public
|
|
240
|
-
export interface ErrorResponse {
|
|
241
|
-
error?: ErrorDetail;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
// @public
|
|
245
|
-
export type ExecutableClass = string;
|
|
246
|
-
|
|
247
|
-
// @public
|
|
248
|
-
export interface Firmware extends ProxyResource {
|
|
249
|
-
properties?: FirmwareProperties;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
// @public
|
|
253
|
-
export interface FirmwareProperties {
|
|
254
|
-
description?: string;
|
|
255
|
-
fileName?: string;
|
|
256
|
-
fileSize?: number;
|
|
257
|
-
model?: string;
|
|
258
|
-
readonly provisioningState?: ProvisioningState;
|
|
259
|
-
status?: Status;
|
|
260
|
-
statusMessages?: StatusMessage[];
|
|
261
|
-
vendor?: string;
|
|
262
|
-
version?: string;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
// @public
|
|
266
|
-
export interface FirmwaresCreateOptionalParams extends OperationOptions {
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
// @public
|
|
270
|
-
export interface FirmwaresDeleteOptionalParams extends OperationOptions {
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
// @public
|
|
274
|
-
export interface FirmwaresGetOptionalParams extends OperationOptions {
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
// @public
|
|
278
|
-
export interface FirmwaresListByWorkspaceOptionalParams extends OperationOptions {
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
// @public
|
|
282
|
-
export interface FirmwaresOperations {
|
|
283
|
-
create: (resourceGroupName: string, workspaceName: string, firmwareId: string, resource: Firmware, options?: FirmwaresCreateOptionalParams) => Promise<Firmware>;
|
|
284
|
-
delete: (resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwaresDeleteOptionalParams) => Promise<void>;
|
|
285
|
-
get: (resourceGroupName: string, workspaceName: string, firmwareId: string, options?: FirmwaresGetOptionalParams) => Promise<Firmware>;
|
|
286
|
-
listByWorkspace: (resourceGroupName: string, workspaceName: string, options?: FirmwaresListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<Firmware>;
|
|
287
|
-
update: (resourceGroupName: string, workspaceName: string, firmwareId: string, properties: FirmwareUpdateDefinition, options?: FirmwaresUpdateOptionalParams) => Promise<Firmware>;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
// @public
|
|
291
|
-
export interface FirmwareSummary extends SummaryResourceProperties {
|
|
292
|
-
analysisTimeSeconds?: number;
|
|
293
|
-
binaryCount?: number;
|
|
294
|
-
componentCount?: number;
|
|
295
|
-
extractedFileCount?: number;
|
|
296
|
-
extractedSize?: number;
|
|
297
|
-
fileSize?: number;
|
|
298
|
-
rootFileSystems?: number;
|
|
299
|
-
summaryType: "Firmware";
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
// @public
|
|
303
|
-
export interface FirmwaresUpdateOptionalParams extends OperationOptions {
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
// @public
|
|
307
|
-
export interface FirmwareUpdateDefinition {
|
|
308
|
-
properties?: FirmwareProperties;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
// @public
|
|
312
|
-
export interface GenerateUploadUrlRequest {
|
|
313
|
-
firmwareId?: string;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
// @public (undocumented)
|
|
317
|
-
export class IoTFirmwareDefenseClient {
|
|
318
|
-
constructor(credential: TokenCredential, subscriptionId: string, options?: IoTFirmwareDefenseClientOptionalParams);
|
|
319
|
-
readonly binaryHardening: BinaryHardeningOperations;
|
|
320
|
-
readonly cryptoCertificates: CryptoCertificatesOperations;
|
|
321
|
-
readonly cryptoKeys: CryptoKeysOperations;
|
|
322
|
-
readonly cves: CvesOperations;
|
|
323
|
-
readonly firmwares: FirmwaresOperations;
|
|
324
|
-
readonly operations: OperationsOperations;
|
|
325
|
-
readonly passwordHashes: PasswordHashesOperations;
|
|
326
|
-
readonly pipeline: Pipeline;
|
|
327
|
-
readonly sbomComponents: SbomComponentsOperations;
|
|
328
|
-
readonly summaries: SummariesOperations;
|
|
329
|
-
readonly usageMetrics: UsageMetricsOperations;
|
|
330
|
-
readonly workspaces: WorkspacesOperations;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
// @public
|
|
334
|
-
export interface IoTFirmwareDefenseClientOptionalParams extends ClientOptions {
|
|
335
|
-
apiVersion?: string;
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
// @public
|
|
339
|
-
export enum KnownActionType {
|
|
340
|
-
Internal = "Internal"
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
// @public
|
|
344
|
-
export enum KnownCertificateUsage {
|
|
345
|
-
ClientAuthentication = "clientAuth",
|
|
346
|
-
CodeSigning = "codeSigning",
|
|
347
|
-
ContentCommitment = "contentCommitment",
|
|
348
|
-
CRLSign = "crlSign",
|
|
349
|
-
DataEncipherment = "dataEncipherment",
|
|
350
|
-
DecipherOnly = "decipherOnly",
|
|
351
|
-
DigitalSignature = "digitalSignature",
|
|
352
|
-
EmailProtection = "emailProtection",
|
|
353
|
-
EncipherOnly = "encipherOnly",
|
|
354
|
-
KeyAgreement = "keyAgreement",
|
|
355
|
-
KeyCertSign = "keyCertSign",
|
|
356
|
-
KeyEncipherment = "keyEncipherment",
|
|
357
|
-
NonRepudiation = "nonRepudiation",
|
|
358
|
-
OcspSigning = "ocspSigning",
|
|
359
|
-
ServerAuthentication = "serverAuth",
|
|
360
|
-
TimeStamping = "timeStamping"
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
// @public
|
|
364
|
-
export enum KnownCreatedByType {
|
|
365
|
-
Application = "Application",
|
|
366
|
-
Key = "Key",
|
|
367
|
-
ManagedIdentity = "ManagedIdentity",
|
|
368
|
-
User = "User"
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
// @public
|
|
372
|
-
export enum KnownCryptoKeyType {
|
|
373
|
-
Private = "Private",
|
|
374
|
-
Public = "Public"
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
// @public
|
|
378
|
-
export enum KnownExecutableClass {
|
|
379
|
-
X64 = "x64",
|
|
380
|
-
X86 = "x86"
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
// @public
|
|
384
|
-
export enum KnownOrigin {
|
|
385
|
-
System = "system",
|
|
386
|
-
User = "user",
|
|
387
|
-
UserSystem = "user,system"
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
// @public
|
|
391
|
-
export enum KnownProvisioningState {
|
|
392
|
-
Analyzing = "Analyzing",
|
|
393
|
-
Canceled = "Canceled",
|
|
394
|
-
Extracting = "Extracting",
|
|
395
|
-
Failed = "Failed",
|
|
396
|
-
Pending = "Pending",
|
|
397
|
-
Succeeded = "Succeeded"
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
// @public
|
|
401
|
-
export enum KnownStatus {
|
|
402
|
-
Analyzing = "Analyzing",
|
|
403
|
-
Error = "Error",
|
|
404
|
-
Extracting = "Extracting",
|
|
405
|
-
Pending = "Pending",
|
|
406
|
-
Ready = "Ready"
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
// @public
|
|
410
|
-
export enum KnownSummaryType {
|
|
411
|
-
BinaryHardening = "BinaryHardening",
|
|
412
|
-
CommonVulnerabilitiesAndExposures = "CommonVulnerabilitiesAndExposures",
|
|
413
|
-
CryptoCertificate = "CryptoCertificate",
|
|
414
|
-
CryptoKey = "CryptoKey",
|
|
415
|
-
Firmware = "Firmware"
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
// @public
|
|
419
|
-
export enum KnownVersions {
|
|
420
|
-
V20250401Preview = "2025-04-01-preview"
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
// @public
|
|
424
|
-
export interface Operation {
|
|
425
|
-
readonly actionType?: ActionType;
|
|
426
|
-
display?: OperationDisplay;
|
|
427
|
-
readonly isDataAction?: boolean;
|
|
428
|
-
readonly name?: string;
|
|
429
|
-
readonly origin?: Origin;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
// @public
|
|
433
|
-
export interface OperationDisplay {
|
|
434
|
-
readonly description?: string;
|
|
435
|
-
readonly operation?: string;
|
|
436
|
-
readonly provider?: string;
|
|
437
|
-
readonly resource?: string;
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
// @public
|
|
441
|
-
export interface OperationsListOptionalParams extends OperationOptions {
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
// @public
|
|
445
|
-
export interface OperationsOperations {
|
|
446
|
-
list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
// @public
|
|
450
|
-
export type Origin = string;
|
|
451
|
-
|
|
452
|
-
// @public
|
|
453
|
-
export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
|
|
454
|
-
[Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
|
|
455
|
-
byPage: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
|
|
456
|
-
next(): Promise<IteratorResult<TElement>>;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
// @public
|
|
460
|
-
export interface PageSettings {
|
|
461
|
-
continuationToken?: string;
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
// @public
|
|
465
|
-
export interface PairedKey {
|
|
466
|
-
pairedKeyId?: string;
|
|
467
|
-
type?: string;
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
// @public
|
|
471
|
-
export interface PasswordHash {
|
|
472
|
-
algorithm?: string;
|
|
473
|
-
context?: string;
|
|
474
|
-
filePath?: string;
|
|
475
|
-
hash?: string;
|
|
476
|
-
passwordHashId?: string;
|
|
477
|
-
readonly provisioningState?: ProvisioningState;
|
|
478
|
-
salt?: string;
|
|
479
|
-
username?: string;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
// @public
|
|
483
|
-
export interface PasswordHashesListByFirmwareOptionalParams extends OperationOptions {
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
// @public
|
|
487
|
-
export interface PasswordHashesOperations {
|
|
488
|
-
listByFirmware: (resourceGroupName: string, workspaceName: string, firmwareId: string, options?: PasswordHashesListByFirmwareOptionalParams) => PagedAsyncIterableIterator<PasswordHashResource>;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
// @public
|
|
492
|
-
export interface PasswordHashResource extends ProxyResource {
|
|
493
|
-
properties?: PasswordHash;
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
// @public
|
|
497
|
-
export type ProvisioningState = string;
|
|
498
|
-
|
|
499
|
-
// @public
|
|
500
|
-
export interface ProxyResource extends Resource {
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
// @public
|
|
504
|
-
export interface Resource {
|
|
505
|
-
readonly id?: string;
|
|
506
|
-
readonly name?: string;
|
|
507
|
-
readonly systemData?: SystemData;
|
|
508
|
-
readonly type?: string;
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
// @public
|
|
512
|
-
export interface SbomComponent {
|
|
513
|
-
componentId?: string;
|
|
514
|
-
componentName?: string;
|
|
515
|
-
filePaths?: string[];
|
|
516
|
-
license?: string;
|
|
517
|
-
readonly provisioningState?: ProvisioningState;
|
|
518
|
-
version?: string;
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
// @public
|
|
522
|
-
export interface SbomComponentResource extends ProxyResource {
|
|
523
|
-
properties?: SbomComponent;
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
// @public
|
|
527
|
-
export interface SbomComponentsListByFirmwareOptionalParams extends OperationOptions {
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
// @public
|
|
531
|
-
export interface SbomComponentsOperations {
|
|
532
|
-
listByFirmware: (resourceGroupName: string, workspaceName: string, firmwareId: string, options?: SbomComponentsListByFirmwareOptionalParams) => PagedAsyncIterableIterator<SbomComponentResource>;
|
|
533
|
-
}
|
|
534
|
-
|
|
535
|
-
// @public
|
|
536
|
-
export interface Sku {
|
|
537
|
-
capacity?: number;
|
|
538
|
-
family?: string;
|
|
539
|
-
name: string;
|
|
540
|
-
size?: string;
|
|
541
|
-
tier?: SkuTier;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
// @public
|
|
545
|
-
export type SkuTier = "Free" | "Basic" | "Standard" | "Premium";
|
|
546
|
-
|
|
547
|
-
// @public
|
|
548
|
-
export type Status = string;
|
|
549
|
-
|
|
550
|
-
// @public
|
|
551
|
-
export interface StatusMessage {
|
|
552
|
-
errorCode?: number;
|
|
553
|
-
message?: string;
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
// @public
|
|
557
|
-
export interface SummariesGetOptionalParams extends OperationOptions {
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
// @public
|
|
561
|
-
export interface SummariesListByFirmwareOptionalParams extends OperationOptions {
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
// @public
|
|
565
|
-
export interface SummariesOperations {
|
|
566
|
-
get: (resourceGroupName: string, workspaceName: string, firmwareId: string, summaryType: SummaryType, options?: SummariesGetOptionalParams) => Promise<SummaryResource>;
|
|
567
|
-
listByFirmware: (resourceGroupName: string, workspaceName: string, firmwareId: string, options?: SummariesListByFirmwareOptionalParams) => PagedAsyncIterableIterator<SummaryResource>;
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
// @public
|
|
571
|
-
export interface SummaryResource extends ProxyResource {
|
|
572
|
-
properties?: SummaryResourcePropertiesUnion;
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
// @public
|
|
576
|
-
export interface SummaryResourceProperties {
|
|
577
|
-
readonly provisioningState?: ProvisioningState;
|
|
578
|
-
summaryType: SummaryType;
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
// @public
|
|
582
|
-
export type SummaryResourcePropertiesUnion = FirmwareSummary | CveSummary | BinaryHardeningSummaryResource | CryptoCertificateSummaryResource | CryptoKeySummaryResource | SummaryResourceProperties;
|
|
583
|
-
|
|
584
|
-
// @public
|
|
585
|
-
export type SummaryType = string;
|
|
586
|
-
|
|
587
|
-
// @public
|
|
588
|
-
export interface SystemData {
|
|
589
|
-
createdAt?: Date;
|
|
590
|
-
createdBy?: string;
|
|
591
|
-
createdByType?: CreatedByType;
|
|
592
|
-
lastModifiedAt?: Date;
|
|
593
|
-
lastModifiedBy?: string;
|
|
594
|
-
lastModifiedByType?: CreatedByType;
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
// @public
|
|
598
|
-
export interface TrackedResource extends Resource {
|
|
599
|
-
location: string;
|
|
600
|
-
tags?: Record<string, string>;
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
// @public
|
|
604
|
-
export interface UrlToken {
|
|
605
|
-
readonly url?: string;
|
|
606
|
-
}
|
|
607
|
-
|
|
608
|
-
// @public
|
|
609
|
-
export interface UsageMetric extends ProxyResource {
|
|
610
|
-
properties?: UsageMetricProperties;
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
// @public
|
|
614
|
-
export interface UsageMetricProperties {
|
|
615
|
-
readonly monthlyFirmwareUploadCount: number;
|
|
616
|
-
readonly provisioningState?: ProvisioningState;
|
|
617
|
-
readonly totalFirmwareCount: number;
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
// @public
|
|
621
|
-
export interface UsageMetricsGetOptionalParams extends OperationOptions {
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
// @public
|
|
625
|
-
export interface UsageMetricsListByWorkspaceOptionalParams extends OperationOptions {
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
// @public
|
|
629
|
-
export interface UsageMetricsOperations {
|
|
630
|
-
get: (resourceGroupName: string, workspaceName: string, name: string, options?: UsageMetricsGetOptionalParams) => Promise<UsageMetric>;
|
|
631
|
-
listByWorkspace: (resourceGroupName: string, workspaceName: string, options?: UsageMetricsListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<UsageMetric>;
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
// @public
|
|
635
|
-
export interface Workspace extends TrackedResource {
|
|
636
|
-
properties?: WorkspaceProperties;
|
|
637
|
-
sku?: Sku;
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
// @public
|
|
641
|
-
export interface WorkspaceProperties {
|
|
642
|
-
readonly provisioningState?: ProvisioningState;
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
// @public
|
|
646
|
-
export interface WorkspacesCreateOptionalParams extends OperationOptions {
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
// @public
|
|
650
|
-
export interface WorkspacesDeleteOptionalParams extends OperationOptions {
|
|
651
|
-
}
|
|
652
|
-
|
|
653
|
-
// @public
|
|
654
|
-
export interface WorkspacesGenerateUploadUrlOptionalParams extends OperationOptions {
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
// @public
|
|
658
|
-
export interface WorkspacesGetOptionalParams extends OperationOptions {
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
// @public
|
|
662
|
-
export interface WorkspacesListByResourceGroupOptionalParams extends OperationOptions {
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
// @public
|
|
666
|
-
export interface WorkspacesListBySubscriptionOptionalParams extends OperationOptions {
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
// @public
|
|
670
|
-
export interface WorkspacesOperations {
|
|
671
|
-
create: (resourceGroupName: string, workspaceName: string, resource: Workspace, options?: WorkspacesCreateOptionalParams) => Promise<Workspace>;
|
|
672
|
-
delete: (resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams) => Promise<void>;
|
|
673
|
-
generateUploadUrl: (resourceGroupName: string, workspaceName: string, body: GenerateUploadUrlRequest, options?: WorkspacesGenerateUploadUrlOptionalParams) => Promise<UrlToken>;
|
|
674
|
-
get: (resourceGroupName: string, workspaceName: string, options?: WorkspacesGetOptionalParams) => Promise<Workspace>;
|
|
675
|
-
listByResourceGroup: (resourceGroupName: string, options?: WorkspacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Workspace>;
|
|
676
|
-
listBySubscription: (options?: WorkspacesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Workspace>;
|
|
677
|
-
update: (resourceGroupName: string, workspaceName: string, properties: WorkspaceUpdate, options?: WorkspacesUpdateOptionalParams) => Promise<Workspace>;
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
// @public
|
|
681
|
-
export interface WorkspacesUpdateOptionalParams extends OperationOptions {
|
|
682
|
-
}
|
|
683
|
-
|
|
684
|
-
// @public
|
|
685
|
-
export interface WorkspaceUpdate {
|
|
686
|
-
sku?: Sku;
|
|
687
|
-
tags?: Record<string, string>;
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
// (No @packageDocumentation comment for this package)
|
|
691
|
-
|
|
692
|
-
```
|