@azure/arm-sitemanager 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/LICENSE +21 -0
- package/README.md +115 -0
- package/dist/browser/api/edgeContext.d.ts +19 -0
- package/dist/browser/api/edgeContext.d.ts.map +1 -0
- package/dist/browser/api/edgeContext.js +35 -0
- package/dist/browser/api/edgeContext.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.d.ts.map +1 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/sites/index.d.ts +3 -0
- package/dist/browser/api/sites/index.d.ts.map +1 -0
- package/dist/browser/api/sites/index.js +4 -0
- package/dist/browser/api/sites/index.js.map +1 -0
- package/dist/browser/api/sites/operations.d.ts +32 -0
- package/dist/browser/api/sites/operations.d.ts.map +1 -0
- package/dist/browser/api/sites/operations.js +145 -0
- package/dist/browser/api/sites/operations.js.map +1 -0
- package/dist/browser/api/sites/options.d.ts +19 -0
- package/dist/browser/api/sites/options.d.ts.map +1 -0
- package/dist/browser/api/sites/options.js +4 -0
- package/dist/browser/api/sites/options.js.map +1 -0
- package/dist/browser/api/sitesByServiceGroup/index.d.ts +3 -0
- package/dist/browser/api/sitesByServiceGroup/index.d.ts.map +1 -0
- package/dist/browser/api/sitesByServiceGroup/index.js +4 -0
- package/dist/browser/api/sitesByServiceGroup/index.js.map +1 -0
- package/dist/browser/api/sitesByServiceGroup/operations.d.ts +32 -0
- package/dist/browser/api/sitesByServiceGroup/operations.d.ts.map +1 -0
- package/dist/browser/api/sitesByServiceGroup/operations.js +148 -0
- package/dist/browser/api/sitesByServiceGroup/operations.js.map +1 -0
- package/dist/browser/api/sitesByServiceGroup/options.d.ts +19 -0
- package/dist/browser/api/sitesByServiceGroup/options.d.ts.map +1 -0
- package/dist/browser/api/sitesByServiceGroup/options.js +4 -0
- package/dist/browser/api/sitesByServiceGroup/options.js.map +1 -0
- package/dist/browser/api/sitesBySubscription/index.d.ts +3 -0
- package/dist/browser/api/sitesBySubscription/index.d.ts.map +1 -0
- package/dist/browser/api/sitesBySubscription/index.js +4 -0
- package/dist/browser/api/sitesBySubscription/index.js.map +1 -0
- package/dist/browser/api/sitesBySubscription/operations.d.ts +32 -0
- package/dist/browser/api/sitesBySubscription/operations.d.ts.map +1 -0
- package/dist/browser/api/sitesBySubscription/operations.js +144 -0
- package/dist/browser/api/sitesBySubscription/operations.js.map +1 -0
- package/dist/browser/api/sitesBySubscription/options.d.ts +19 -0
- package/dist/browser/api/sitesBySubscription/options.d.ts.map +1 -0
- package/dist/browser/api/sitesBySubscription/options.js +4 -0
- package/dist/browser/api/sitesBySubscription/options.js.map +1 -0
- package/dist/browser/classic/index.d.ts +4 -0
- package/dist/browser/classic/index.d.ts.map +1 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/sites/index.d.ts +25 -0
- package/dist/browser/classic/sites/index.d.ts.map +1 -0
- package/dist/browser/classic/sites/index.js +16 -0
- package/dist/browser/classic/sites/index.js.map +1 -0
- package/dist/browser/classic/sitesByServiceGroup/index.d.ts +25 -0
- package/dist/browser/classic/sitesByServiceGroup/index.d.ts.map +1 -0
- package/dist/browser/classic/sitesByServiceGroup/index.js +16 -0
- package/dist/browser/classic/sitesByServiceGroup/index.js.map +1 -0
- package/dist/browser/classic/sitesBySubscription/index.d.ts +25 -0
- package/dist/browser/classic/sitesBySubscription/index.d.ts.map +1 -0
- package/dist/browser/classic/sitesBySubscription/index.js +16 -0
- package/dist/browser/classic/sitesBySubscription/index.js.map +1 -0
- package/dist/browser/edgeClient.d.ts +21 -0
- package/dist/browser/edgeClient.d.ts.map +1 -0
- package/dist/browser/edgeClient.js +22 -0
- package/dist/browser/edgeClient.js.map +1 -0
- package/dist/browser/index.d.ts +11 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +184 -0
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +200 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
- package/dist/browser/restorePollerHelpers.js +103 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -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.d.ts.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.js +76 -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.d.ts.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.js +169 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/edgeContext.d.ts +19 -0
- package/dist/commonjs/api/edgeContext.d.ts.map +1 -0
- package/dist/commonjs/api/edgeContext.js +38 -0
- package/dist/commonjs/api/edgeContext.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.d.ts.map +1 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/sites/index.d.ts +3 -0
- package/dist/commonjs/api/sites/index.d.ts.map +1 -0
- package/dist/commonjs/api/sites/index.js +12 -0
- package/dist/commonjs/api/sites/index.js.map +1 -0
- package/dist/commonjs/api/sites/operations.d.ts +32 -0
- package/dist/commonjs/api/sites/operations.d.ts.map +1 -0
- package/dist/commonjs/api/sites/operations.js +162 -0
- package/dist/commonjs/api/sites/operations.js.map +1 -0
- package/dist/commonjs/api/sites/options.d.ts +19 -0
- package/dist/commonjs/api/sites/options.d.ts.map +1 -0
- package/dist/commonjs/api/sites/options.js +5 -0
- package/dist/commonjs/api/sites/options.js.map +1 -0
- package/dist/commonjs/api/sitesByServiceGroup/index.d.ts +3 -0
- package/dist/commonjs/api/sitesByServiceGroup/index.d.ts.map +1 -0
- package/dist/commonjs/api/sitesByServiceGroup/index.js +12 -0
- package/dist/commonjs/api/sitesByServiceGroup/index.js.map +1 -0
- package/dist/commonjs/api/sitesByServiceGroup/operations.d.ts +32 -0
- package/dist/commonjs/api/sitesByServiceGroup/operations.d.ts.map +1 -0
- package/dist/commonjs/api/sitesByServiceGroup/operations.js +165 -0
- package/dist/commonjs/api/sitesByServiceGroup/operations.js.map +1 -0
- package/dist/commonjs/api/sitesByServiceGroup/options.d.ts +19 -0
- package/dist/commonjs/api/sitesByServiceGroup/options.d.ts.map +1 -0
- package/dist/commonjs/api/sitesByServiceGroup/options.js +5 -0
- package/dist/commonjs/api/sitesByServiceGroup/options.js.map +1 -0
- package/dist/commonjs/api/sitesBySubscription/index.d.ts +3 -0
- package/dist/commonjs/api/sitesBySubscription/index.d.ts.map +1 -0
- package/dist/commonjs/api/sitesBySubscription/index.js +12 -0
- package/dist/commonjs/api/sitesBySubscription/index.js.map +1 -0
- package/dist/commonjs/api/sitesBySubscription/operations.d.ts +32 -0
- package/dist/commonjs/api/sitesBySubscription/operations.d.ts.map +1 -0
- package/dist/commonjs/api/sitesBySubscription/operations.js +161 -0
- package/dist/commonjs/api/sitesBySubscription/operations.js.map +1 -0
- package/dist/commonjs/api/sitesBySubscription/options.d.ts +19 -0
- package/dist/commonjs/api/sitesBySubscription/options.d.ts.map +1 -0
- package/dist/commonjs/api/sitesBySubscription/options.js +5 -0
- package/dist/commonjs/api/sitesBySubscription/options.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +4 -0
- package/dist/commonjs/classic/index.d.ts.map +1 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/sites/index.d.ts +25 -0
- package/dist/commonjs/classic/sites/index.d.ts.map +1 -0
- package/dist/commonjs/classic/sites/index.js +19 -0
- package/dist/commonjs/classic/sites/index.js.map +1 -0
- package/dist/commonjs/classic/sitesByServiceGroup/index.d.ts +25 -0
- package/dist/commonjs/classic/sitesByServiceGroup/index.d.ts.map +1 -0
- package/dist/commonjs/classic/sitesByServiceGroup/index.js +19 -0
- package/dist/commonjs/classic/sitesByServiceGroup/index.js.map +1 -0
- package/dist/commonjs/classic/sitesBySubscription/index.d.ts +25 -0
- package/dist/commonjs/classic/sitesBySubscription/index.d.ts.map +1 -0
- package/dist/commonjs/classic/sitesBySubscription/index.js +19 -0
- package/dist/commonjs/classic/sitesBySubscription/index.js.map +1 -0
- package/dist/commonjs/edgeClient.d.ts +21 -0
- package/dist/commonjs/edgeClient.d.ts.map +1 -0
- package/dist/commonjs/edgeClient.js +26 -0
- package/dist/commonjs/edgeClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +11 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +14 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +10 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +184 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +225 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
- package/dist/commonjs/restorePollerHelpers.js +106 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -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.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +79 -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.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/api/edgeContext.d.ts +19 -0
- package/dist/esm/api/edgeContext.d.ts.map +1 -0
- package/dist/esm/api/edgeContext.js +35 -0
- package/dist/esm/api/edgeContext.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.d.ts.map +1 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/sites/index.d.ts +3 -0
- package/dist/esm/api/sites/index.d.ts.map +1 -0
- package/dist/esm/api/sites/index.js +4 -0
- package/dist/esm/api/sites/index.js.map +1 -0
- package/dist/esm/api/sites/operations.d.ts +32 -0
- package/dist/esm/api/sites/operations.d.ts.map +1 -0
- package/dist/esm/api/sites/operations.js +145 -0
- package/dist/esm/api/sites/operations.js.map +1 -0
- package/dist/esm/api/sites/options.d.ts +19 -0
- package/dist/esm/api/sites/options.d.ts.map +1 -0
- package/dist/esm/api/sites/options.js +4 -0
- package/dist/esm/api/sites/options.js.map +1 -0
- package/dist/esm/api/sitesByServiceGroup/index.d.ts +3 -0
- package/dist/esm/api/sitesByServiceGroup/index.d.ts.map +1 -0
- package/dist/esm/api/sitesByServiceGroup/index.js +4 -0
- package/dist/esm/api/sitesByServiceGroup/index.js.map +1 -0
- package/dist/esm/api/sitesByServiceGroup/operations.d.ts +32 -0
- package/dist/esm/api/sitesByServiceGroup/operations.d.ts.map +1 -0
- package/dist/esm/api/sitesByServiceGroup/operations.js +148 -0
- package/dist/esm/api/sitesByServiceGroup/operations.js.map +1 -0
- package/dist/esm/api/sitesByServiceGroup/options.d.ts +19 -0
- package/dist/esm/api/sitesByServiceGroup/options.d.ts.map +1 -0
- package/dist/esm/api/sitesByServiceGroup/options.js +4 -0
- package/dist/esm/api/sitesByServiceGroup/options.js.map +1 -0
- package/dist/esm/api/sitesBySubscription/index.d.ts +3 -0
- package/dist/esm/api/sitesBySubscription/index.d.ts.map +1 -0
- package/dist/esm/api/sitesBySubscription/index.js +4 -0
- package/dist/esm/api/sitesBySubscription/index.js.map +1 -0
- package/dist/esm/api/sitesBySubscription/operations.d.ts +32 -0
- package/dist/esm/api/sitesBySubscription/operations.d.ts.map +1 -0
- package/dist/esm/api/sitesBySubscription/operations.js +144 -0
- package/dist/esm/api/sitesBySubscription/operations.js.map +1 -0
- package/dist/esm/api/sitesBySubscription/options.d.ts +19 -0
- package/dist/esm/api/sitesBySubscription/options.d.ts.map +1 -0
- package/dist/esm/api/sitesBySubscription/options.js +4 -0
- package/dist/esm/api/sitesBySubscription/options.js.map +1 -0
- package/dist/esm/classic/index.d.ts +4 -0
- package/dist/esm/classic/index.d.ts.map +1 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/sites/index.d.ts +25 -0
- package/dist/esm/classic/sites/index.d.ts.map +1 -0
- package/dist/esm/classic/sites/index.js +16 -0
- package/dist/esm/classic/sites/index.js.map +1 -0
- package/dist/esm/classic/sitesByServiceGroup/index.d.ts +25 -0
- package/dist/esm/classic/sitesByServiceGroup/index.d.ts.map +1 -0
- package/dist/esm/classic/sitesByServiceGroup/index.js +16 -0
- package/dist/esm/classic/sitesByServiceGroup/index.js.map +1 -0
- package/dist/esm/classic/sitesBySubscription/index.d.ts +25 -0
- package/dist/esm/classic/sitesBySubscription/index.d.ts.map +1 -0
- package/dist/esm/classic/sitesBySubscription/index.js +16 -0
- package/dist/esm/classic/sitesBySubscription/index.js.map +1 -0
- package/dist/esm/edgeClient.d.ts +21 -0
- package/dist/esm/edgeClient.d.ts.map +1 -0
- package/dist/esm/edgeClient.js +22 -0
- package/dist/esm/edgeClient.js.map +1 -0
- package/dist/esm/index.d.ts +11 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +184 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +200 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
- package/dist/esm/restorePollerHelpers.js +103 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -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.d.ts.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.js +76 -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.d.ts.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.js +169 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/edgeContext.d.ts +19 -0
- package/dist/react-native/api/edgeContext.d.ts.map +1 -0
- package/dist/react-native/api/edgeContext.js +35 -0
- package/dist/react-native/api/edgeContext.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.d.ts.map +1 -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/sites/index.d.ts +3 -0
- package/dist/react-native/api/sites/index.d.ts.map +1 -0
- package/dist/react-native/api/sites/index.js +4 -0
- package/dist/react-native/api/sites/index.js.map +1 -0
- package/dist/react-native/api/sites/operations.d.ts +32 -0
- package/dist/react-native/api/sites/operations.d.ts.map +1 -0
- package/dist/react-native/api/sites/operations.js +145 -0
- package/dist/react-native/api/sites/operations.js.map +1 -0
- package/dist/react-native/api/sites/options.d.ts +19 -0
- package/dist/react-native/api/sites/options.d.ts.map +1 -0
- package/dist/react-native/api/sites/options.js +4 -0
- package/dist/react-native/api/sites/options.js.map +1 -0
- package/dist/react-native/api/sitesByServiceGroup/index.d.ts +3 -0
- package/dist/react-native/api/sitesByServiceGroup/index.d.ts.map +1 -0
- package/dist/react-native/api/sitesByServiceGroup/index.js +4 -0
- package/dist/react-native/api/sitesByServiceGroup/index.js.map +1 -0
- package/dist/react-native/api/sitesByServiceGroup/operations.d.ts +32 -0
- package/dist/react-native/api/sitesByServiceGroup/operations.d.ts.map +1 -0
- package/dist/react-native/api/sitesByServiceGroup/operations.js +148 -0
- package/dist/react-native/api/sitesByServiceGroup/operations.js.map +1 -0
- package/dist/react-native/api/sitesByServiceGroup/options.d.ts +19 -0
- package/dist/react-native/api/sitesByServiceGroup/options.d.ts.map +1 -0
- package/dist/react-native/api/sitesByServiceGroup/options.js +4 -0
- package/dist/react-native/api/sitesByServiceGroup/options.js.map +1 -0
- package/dist/react-native/api/sitesBySubscription/index.d.ts +3 -0
- package/dist/react-native/api/sitesBySubscription/index.d.ts.map +1 -0
- package/dist/react-native/api/sitesBySubscription/index.js +4 -0
- package/dist/react-native/api/sitesBySubscription/index.js.map +1 -0
- package/dist/react-native/api/sitesBySubscription/operations.d.ts +32 -0
- package/dist/react-native/api/sitesBySubscription/operations.d.ts.map +1 -0
- package/dist/react-native/api/sitesBySubscription/operations.js +144 -0
- package/dist/react-native/api/sitesBySubscription/operations.js.map +1 -0
- package/dist/react-native/api/sitesBySubscription/options.d.ts +19 -0
- package/dist/react-native/api/sitesBySubscription/options.d.ts.map +1 -0
- package/dist/react-native/api/sitesBySubscription/options.js +4 -0
- package/dist/react-native/api/sitesBySubscription/options.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +4 -0
- package/dist/react-native/classic/index.d.ts.map +1 -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/sites/index.d.ts +25 -0
- package/dist/react-native/classic/sites/index.d.ts.map +1 -0
- package/dist/react-native/classic/sites/index.js +16 -0
- package/dist/react-native/classic/sites/index.js.map +1 -0
- package/dist/react-native/classic/sitesByServiceGroup/index.d.ts +25 -0
- package/dist/react-native/classic/sitesByServiceGroup/index.d.ts.map +1 -0
- package/dist/react-native/classic/sitesByServiceGroup/index.js +16 -0
- package/dist/react-native/classic/sitesByServiceGroup/index.js.map +1 -0
- package/dist/react-native/classic/sitesBySubscription/index.d.ts +25 -0
- package/dist/react-native/classic/sitesBySubscription/index.d.ts.map +1 -0
- package/dist/react-native/classic/sitesBySubscription/index.js +16 -0
- package/dist/react-native/classic/sitesBySubscription/index.js.map +1 -0
- package/dist/react-native/edgeClient.d.ts +21 -0
- package/dist/react-native/edgeClient.d.ts.map +1 -0
- package/dist/react-native/edgeClient.js +22 -0
- package/dist/react-native/edgeClient.js.map +1 -0
- package/dist/react-native/index.d.ts +11 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +6 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -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 +2 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +184 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +200 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
- package/dist/react-native/restorePollerHelpers.js +103 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -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.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +76 -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.d.ts.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.js +169 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +232 -0
- package/review/arm-sitemanager-api-sites.api.md +50 -0
- package/review/arm-sitemanager-api-sitesByServiceGroup.api.md +50 -0
- package/review/arm-sitemanager-api-sitesBySubscription.api.md +50 -0
- package/review/arm-sitemanager-api.api.md +27 -0
- package/review/arm-sitemanager-models.api.md +115 -0
- package/review/arm-sitemanager.api.md +255 -0
package/package.json
ADDED
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@azure/arm-sitemanager",
|
|
3
|
+
"version": "1.0.0-beta.1",
|
|
4
|
+
"description": "A generated SDK for EdgeClient.",
|
|
5
|
+
"engines": {
|
|
6
|
+
"node": ">=18.0.0"
|
|
7
|
+
},
|
|
8
|
+
"sideEffects": false,
|
|
9
|
+
"autoPublish": false,
|
|
10
|
+
"tshy": {
|
|
11
|
+
"exports": {
|
|
12
|
+
"./package.json": "./package.json",
|
|
13
|
+
".": "./src/index.ts",
|
|
14
|
+
"./api": "./src/api/index.ts",
|
|
15
|
+
"./api/sitesByServiceGroup": "./src/api/sitesByServiceGroup/index.ts",
|
|
16
|
+
"./api/sitesBySubscription": "./src/api/sitesBySubscription/index.ts",
|
|
17
|
+
"./api/sites": "./src/api/sites/index.ts",
|
|
18
|
+
"./models": "./src/models/index.ts"
|
|
19
|
+
},
|
|
20
|
+
"dialects": [
|
|
21
|
+
"esm",
|
|
22
|
+
"commonjs"
|
|
23
|
+
],
|
|
24
|
+
"esmDialects": [
|
|
25
|
+
"browser",
|
|
26
|
+
"react-native"
|
|
27
|
+
],
|
|
28
|
+
"selfLink": false,
|
|
29
|
+
"project": "./tsconfig.src.json"
|
|
30
|
+
},
|
|
31
|
+
"type": "module",
|
|
32
|
+
"keywords": [
|
|
33
|
+
"node",
|
|
34
|
+
"azure",
|
|
35
|
+
"cloud",
|
|
36
|
+
"typescript",
|
|
37
|
+
"browser",
|
|
38
|
+
"isomorphic"
|
|
39
|
+
],
|
|
40
|
+
"author": "Microsoft Corporation",
|
|
41
|
+
"license": "MIT",
|
|
42
|
+
"files": [
|
|
43
|
+
"dist/",
|
|
44
|
+
"README.md",
|
|
45
|
+
"LICENSE",
|
|
46
|
+
"review/",
|
|
47
|
+
"CHANGELOG.md"
|
|
48
|
+
],
|
|
49
|
+
"sdk-type": "mgmt",
|
|
50
|
+
"repository": "github:Azure/azure-sdk-for-js",
|
|
51
|
+
"bugs": {
|
|
52
|
+
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
|
53
|
+
},
|
|
54
|
+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/sitemanager/arm-sitemanager/README.md",
|
|
55
|
+
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
|
|
56
|
+
"//metadata": {
|
|
57
|
+
"constantPaths": [
|
|
58
|
+
{
|
|
59
|
+
"path": "src/api/edgeContext.ts",
|
|
60
|
+
"prefix": "userAgentInfo"
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"dependencies": {
|
|
65
|
+
"@azure-rest/core-client": "^2.3.1",
|
|
66
|
+
"@azure/abort-controller": "^2.1.2",
|
|
67
|
+
"@azure/core-auth": "^1.9.0",
|
|
68
|
+
"@azure/core-lro": "^3.1.0",
|
|
69
|
+
"@azure/core-rest-pipeline": "^1.20.0",
|
|
70
|
+
"@azure/core-util": "^1.12.0",
|
|
71
|
+
"@azure/logger": "^1.2.0",
|
|
72
|
+
"tslib": "^2.8.1"
|
|
73
|
+
},
|
|
74
|
+
"devDependencies": {
|
|
75
|
+
"@azure-tools/test-credential": "^2.0.0",
|
|
76
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
77
|
+
"@azure-tools/test-utils-vitest": "^1.0.0",
|
|
78
|
+
"@azure/dev-tool": "^1.0.0",
|
|
79
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
80
|
+
"@azure/identity": "^4.9.1",
|
|
81
|
+
"@types/node": "^18.0.0",
|
|
82
|
+
"@vitest/browser": "^3.0.9",
|
|
83
|
+
"@vitest/coverage-istanbul": "^3.0.9",
|
|
84
|
+
"dotenv": "^16.0.0",
|
|
85
|
+
"eslint": "^9.9.0",
|
|
86
|
+
"playwright": "^1.52.0",
|
|
87
|
+
"typescript": "~5.8.2",
|
|
88
|
+
"vitest": "^3.0.9"
|
|
89
|
+
},
|
|
90
|
+
"scripts": {
|
|
91
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
92
|
+
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
|
|
93
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
94
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
95
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
96
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
97
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
98
|
+
"generate:client": "echo skipped",
|
|
99
|
+
"lint": "echo skipped",
|
|
100
|
+
"lint:fix": "echo skipped",
|
|
101
|
+
"pack": "npm pack 2>&1",
|
|
102
|
+
"test": "npm run test:node && npm run test:browser",
|
|
103
|
+
"test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
104
|
+
"test:node": "dev-tool run test:vitest",
|
|
105
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
106
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
107
|
+
},
|
|
108
|
+
"//sampleConfiguration": {
|
|
109
|
+
"productName": "@azure/arm-sitemanager",
|
|
110
|
+
"productSlugs": [
|
|
111
|
+
"azure"
|
|
112
|
+
],
|
|
113
|
+
"disableDocsMs": true,
|
|
114
|
+
"apiRefLink": "https://learn.microsoft.com/javascript/api/@azure/arm-sitemanager?view=azure-node-preview"
|
|
115
|
+
},
|
|
116
|
+
"browser": "./dist/browser/index.js",
|
|
117
|
+
"react-native": "./dist/react-native/index.js",
|
|
118
|
+
"exports": {
|
|
119
|
+
"./package.json": "./package.json",
|
|
120
|
+
".": {
|
|
121
|
+
"browser": {
|
|
122
|
+
"types": "./dist/browser/index.d.ts",
|
|
123
|
+
"default": "./dist/browser/index.js"
|
|
124
|
+
},
|
|
125
|
+
"react-native": {
|
|
126
|
+
"types": "./dist/react-native/index.d.ts",
|
|
127
|
+
"default": "./dist/react-native/index.js"
|
|
128
|
+
},
|
|
129
|
+
"import": {
|
|
130
|
+
"types": "./dist/esm/index.d.ts",
|
|
131
|
+
"default": "./dist/esm/index.js"
|
|
132
|
+
},
|
|
133
|
+
"require": {
|
|
134
|
+
"types": "./dist/commonjs/index.d.ts",
|
|
135
|
+
"default": "./dist/commonjs/index.js"
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"./api": {
|
|
139
|
+
"browser": {
|
|
140
|
+
"types": "./dist/browser/api/index.d.ts",
|
|
141
|
+
"default": "./dist/browser/api/index.js"
|
|
142
|
+
},
|
|
143
|
+
"react-native": {
|
|
144
|
+
"types": "./dist/react-native/api/index.d.ts",
|
|
145
|
+
"default": "./dist/react-native/api/index.js"
|
|
146
|
+
},
|
|
147
|
+
"import": {
|
|
148
|
+
"types": "./dist/esm/api/index.d.ts",
|
|
149
|
+
"default": "./dist/esm/api/index.js"
|
|
150
|
+
},
|
|
151
|
+
"require": {
|
|
152
|
+
"types": "./dist/commonjs/api/index.d.ts",
|
|
153
|
+
"default": "./dist/commonjs/api/index.js"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"./api/sitesByServiceGroup": {
|
|
157
|
+
"browser": {
|
|
158
|
+
"types": "./dist/browser/api/sitesByServiceGroup/index.d.ts",
|
|
159
|
+
"default": "./dist/browser/api/sitesByServiceGroup/index.js"
|
|
160
|
+
},
|
|
161
|
+
"react-native": {
|
|
162
|
+
"types": "./dist/react-native/api/sitesByServiceGroup/index.d.ts",
|
|
163
|
+
"default": "./dist/react-native/api/sitesByServiceGroup/index.js"
|
|
164
|
+
},
|
|
165
|
+
"import": {
|
|
166
|
+
"types": "./dist/esm/api/sitesByServiceGroup/index.d.ts",
|
|
167
|
+
"default": "./dist/esm/api/sitesByServiceGroup/index.js"
|
|
168
|
+
},
|
|
169
|
+
"require": {
|
|
170
|
+
"types": "./dist/commonjs/api/sitesByServiceGroup/index.d.ts",
|
|
171
|
+
"default": "./dist/commonjs/api/sitesByServiceGroup/index.js"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"./api/sitesBySubscription": {
|
|
175
|
+
"browser": {
|
|
176
|
+
"types": "./dist/browser/api/sitesBySubscription/index.d.ts",
|
|
177
|
+
"default": "./dist/browser/api/sitesBySubscription/index.js"
|
|
178
|
+
},
|
|
179
|
+
"react-native": {
|
|
180
|
+
"types": "./dist/react-native/api/sitesBySubscription/index.d.ts",
|
|
181
|
+
"default": "./dist/react-native/api/sitesBySubscription/index.js"
|
|
182
|
+
},
|
|
183
|
+
"import": {
|
|
184
|
+
"types": "./dist/esm/api/sitesBySubscription/index.d.ts",
|
|
185
|
+
"default": "./dist/esm/api/sitesBySubscription/index.js"
|
|
186
|
+
},
|
|
187
|
+
"require": {
|
|
188
|
+
"types": "./dist/commonjs/api/sitesBySubscription/index.d.ts",
|
|
189
|
+
"default": "./dist/commonjs/api/sitesBySubscription/index.js"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
"./api/sites": {
|
|
193
|
+
"browser": {
|
|
194
|
+
"types": "./dist/browser/api/sites/index.d.ts",
|
|
195
|
+
"default": "./dist/browser/api/sites/index.js"
|
|
196
|
+
},
|
|
197
|
+
"react-native": {
|
|
198
|
+
"types": "./dist/react-native/api/sites/index.d.ts",
|
|
199
|
+
"default": "./dist/react-native/api/sites/index.js"
|
|
200
|
+
},
|
|
201
|
+
"import": {
|
|
202
|
+
"types": "./dist/esm/api/sites/index.d.ts",
|
|
203
|
+
"default": "./dist/esm/api/sites/index.js"
|
|
204
|
+
},
|
|
205
|
+
"require": {
|
|
206
|
+
"types": "./dist/commonjs/api/sites/index.d.ts",
|
|
207
|
+
"default": "./dist/commonjs/api/sites/index.js"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
"./models": {
|
|
211
|
+
"browser": {
|
|
212
|
+
"types": "./dist/browser/models/index.d.ts",
|
|
213
|
+
"default": "./dist/browser/models/index.js"
|
|
214
|
+
},
|
|
215
|
+
"react-native": {
|
|
216
|
+
"types": "./dist/react-native/models/index.d.ts",
|
|
217
|
+
"default": "./dist/react-native/models/index.js"
|
|
218
|
+
},
|
|
219
|
+
"import": {
|
|
220
|
+
"types": "./dist/esm/models/index.d.ts",
|
|
221
|
+
"default": "./dist/esm/models/index.js"
|
|
222
|
+
},
|
|
223
|
+
"require": {
|
|
224
|
+
"types": "./dist/commonjs/models/index.d.ts",
|
|
225
|
+
"default": "./dist/commonjs/models/index.js"
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"main": "./dist/commonjs/index.js",
|
|
230
|
+
"types": "./dist/commonjs/index.d.ts",
|
|
231
|
+
"module": "./dist/esm/index.js"
|
|
232
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-sitemanager"
|
|
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 { Client } from '@azure-rest/core-client';
|
|
8
|
+
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
|
|
12
|
+
// @public
|
|
13
|
+
export function $delete(context: EdgeContext, resourceGroupName: string, siteName: string, options?: SitesDeleteOptionalParams): Promise<void>;
|
|
14
|
+
|
|
15
|
+
// @public
|
|
16
|
+
export function createOrUpdate(context: EdgeContext, resourceGroupName: string, siteName: string, resource: Site, options?: SitesCreateOrUpdateOptionalParams): PollerLike<OperationState<Site>, Site>;
|
|
17
|
+
|
|
18
|
+
// @public
|
|
19
|
+
export function get(context: EdgeContext, resourceGroupName: string, siteName: string, options?: SitesGetOptionalParams): Promise<Site>;
|
|
20
|
+
|
|
21
|
+
// @public
|
|
22
|
+
export function listByResourceGroup(context: EdgeContext, resourceGroupName: string, options?: SitesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Site>;
|
|
23
|
+
|
|
24
|
+
// @public
|
|
25
|
+
export interface SitesCreateOrUpdateOptionalParams extends OperationOptions {
|
|
26
|
+
updateIntervalInMs?: number;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
// @public
|
|
30
|
+
export interface SitesDeleteOptionalParams extends OperationOptions {
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
// @public
|
|
34
|
+
export interface SitesGetOptionalParams extends OperationOptions {
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// @public
|
|
38
|
+
export interface SitesListByResourceGroupOptionalParams extends OperationOptions {
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
// @public
|
|
42
|
+
export interface SitesUpdateOptionalParams extends OperationOptions {
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// @public
|
|
46
|
+
export function update(context: EdgeContext, resourceGroupName: string, siteName: string, properties: SiteUpdate, options?: SitesUpdateOptionalParams): Promise<Site>;
|
|
47
|
+
|
|
48
|
+
// (No @packageDocumentation comment for this package)
|
|
49
|
+
|
|
50
|
+
```
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-sitemanager"
|
|
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 { Client } from '@azure-rest/core-client';
|
|
8
|
+
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
|
|
12
|
+
// @public
|
|
13
|
+
export function $delete(context: EdgeContext, servicegroupName: string, siteName: string, options?: SitesByServiceGroupDeleteOptionalParams): Promise<void>;
|
|
14
|
+
|
|
15
|
+
// @public
|
|
16
|
+
export function createOrUpdate(context: EdgeContext, servicegroupName: string, siteName: string, resource: Site, options?: SitesByServiceGroupCreateOrUpdateOptionalParams): PollerLike<OperationState<Site>, Site>;
|
|
17
|
+
|
|
18
|
+
// @public
|
|
19
|
+
export function get(context: EdgeContext, servicegroupName: string, siteName: string, options?: SitesByServiceGroupGetOptionalParams): Promise<Site>;
|
|
20
|
+
|
|
21
|
+
// @public
|
|
22
|
+
export function listByServiceGroup(context: EdgeContext, servicegroupName: string, options?: SitesByServiceGroupListByServiceGroupOptionalParams): PagedAsyncIterableIterator<Site>;
|
|
23
|
+
|
|
24
|
+
// @public
|
|
25
|
+
export interface SitesByServiceGroupCreateOrUpdateOptionalParams extends OperationOptions {
|
|
26
|
+
updateIntervalInMs?: number;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
// @public
|
|
30
|
+
export interface SitesByServiceGroupDeleteOptionalParams extends OperationOptions {
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
// @public
|
|
34
|
+
export interface SitesByServiceGroupGetOptionalParams extends OperationOptions {
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// @public
|
|
38
|
+
export interface SitesByServiceGroupListByServiceGroupOptionalParams extends OperationOptions {
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
// @public
|
|
42
|
+
export interface SitesByServiceGroupUpdateOptionalParams extends OperationOptions {
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// @public
|
|
46
|
+
export function update(context: EdgeContext, servicegroupName: string, siteName: string, properties: SiteUpdate, options?: SitesByServiceGroupUpdateOptionalParams): Promise<Site>;
|
|
47
|
+
|
|
48
|
+
// (No @packageDocumentation comment for this package)
|
|
49
|
+
|
|
50
|
+
```
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-sitemanager"
|
|
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 { Client } from '@azure-rest/core-client';
|
|
8
|
+
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
|
|
12
|
+
// @public
|
|
13
|
+
export function $delete(context: EdgeContext, siteName: string, options?: SitesBySubscriptionDeleteOptionalParams): Promise<void>;
|
|
14
|
+
|
|
15
|
+
// @public
|
|
16
|
+
export function createOrUpdate(context: EdgeContext, siteName: string, resource: Site, options?: SitesBySubscriptionCreateOrUpdateOptionalParams): PollerLike<OperationState<Site>, Site>;
|
|
17
|
+
|
|
18
|
+
// @public
|
|
19
|
+
export function get(context: EdgeContext, siteName: string, options?: SitesBySubscriptionGetOptionalParams): Promise<Site>;
|
|
20
|
+
|
|
21
|
+
// @public
|
|
22
|
+
export function list(context: EdgeContext, options?: SitesBySubscriptionListOptionalParams): PagedAsyncIterableIterator<Site>;
|
|
23
|
+
|
|
24
|
+
// @public
|
|
25
|
+
export interface SitesBySubscriptionCreateOrUpdateOptionalParams extends OperationOptions {
|
|
26
|
+
updateIntervalInMs?: number;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
// @public
|
|
30
|
+
export interface SitesBySubscriptionDeleteOptionalParams extends OperationOptions {
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
// @public
|
|
34
|
+
export interface SitesBySubscriptionGetOptionalParams extends OperationOptions {
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// @public
|
|
38
|
+
export interface SitesBySubscriptionListOptionalParams extends OperationOptions {
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
// @public
|
|
42
|
+
export interface SitesBySubscriptionUpdateOptionalParams extends OperationOptions {
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// @public
|
|
46
|
+
export function update(context: EdgeContext, siteName: string, properties: SiteUpdate, options?: SitesBySubscriptionUpdateOptionalParams): Promise<Site>;
|
|
47
|
+
|
|
48
|
+
// (No @packageDocumentation comment for this package)
|
|
49
|
+
|
|
50
|
+
```
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-sitemanager"
|
|
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 { Client } from '@azure-rest/core-client';
|
|
8
|
+
import { ClientOptions } from '@azure-rest/core-client';
|
|
9
|
+
import { TokenCredential } from '@azure/core-auth';
|
|
10
|
+
|
|
11
|
+
// @public
|
|
12
|
+
export function createEdge(credential: TokenCredential, subscriptionId: string, options?: EdgeClientOptionalParams): EdgeContext;
|
|
13
|
+
|
|
14
|
+
// @public
|
|
15
|
+
export interface EdgeClientOptionalParams extends ClientOptions {
|
|
16
|
+
apiVersion?: string;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// @public
|
|
20
|
+
export interface EdgeContext extends Client {
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
subscriptionId: string;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
// (No @packageDocumentation comment for this package)
|
|
26
|
+
|
|
27
|
+
```
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-sitemanager"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
// @public
|
|
8
|
+
export type CreatedByType = string;
|
|
9
|
+
|
|
10
|
+
// @public
|
|
11
|
+
export interface ErrorAdditionalInfo {
|
|
12
|
+
readonly info?: Record<string, any>;
|
|
13
|
+
readonly type?: string;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
// @public
|
|
17
|
+
export interface ErrorDetail {
|
|
18
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
19
|
+
readonly code?: string;
|
|
20
|
+
readonly details?: ErrorDetail[];
|
|
21
|
+
readonly message?: string;
|
|
22
|
+
readonly target?: string;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
// @public
|
|
26
|
+
export interface ErrorResponse {
|
|
27
|
+
error?: ErrorDetail;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
// @public
|
|
31
|
+
export enum KnownCreatedByType {
|
|
32
|
+
Application = "Application",
|
|
33
|
+
Key = "Key",
|
|
34
|
+
ManagedIdentity = "ManagedIdentity",
|
|
35
|
+
User = "User"
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// @public
|
|
39
|
+
export enum KnownResourceProvisioningState {
|
|
40
|
+
Canceled = "Canceled",
|
|
41
|
+
Failed = "Failed",
|
|
42
|
+
Succeeded = "Succeeded"
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// @public
|
|
46
|
+
export enum KnownVersions {
|
|
47
|
+
V20240201Preview = "2024-02-01-preview",
|
|
48
|
+
V20250301Preview = "2025-03-01-preview"
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
// @public
|
|
52
|
+
export interface ProxyResource extends Resource {
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
// @public
|
|
56
|
+
export interface Resource {
|
|
57
|
+
readonly id?: string;
|
|
58
|
+
readonly name?: string;
|
|
59
|
+
readonly systemData?: SystemData;
|
|
60
|
+
readonly type?: string;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
// @public
|
|
64
|
+
export type ResourceProvisioningState = string;
|
|
65
|
+
|
|
66
|
+
// @public
|
|
67
|
+
export interface Site extends ProxyResource {
|
|
68
|
+
properties?: SiteProperties;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
// @public
|
|
72
|
+
export interface SiteAddressProperties {
|
|
73
|
+
city?: string;
|
|
74
|
+
country?: string;
|
|
75
|
+
postalCode?: string;
|
|
76
|
+
stateOrProvince?: string;
|
|
77
|
+
streetAddress1?: string;
|
|
78
|
+
streetAddress2?: string;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
// @public
|
|
82
|
+
export interface SiteProperties {
|
|
83
|
+
description?: string;
|
|
84
|
+
displayName?: string;
|
|
85
|
+
labels?: Record<string, string>;
|
|
86
|
+
readonly provisioningState?: ResourceProvisioningState;
|
|
87
|
+
siteAddress?: SiteAddressProperties;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
// @public
|
|
91
|
+
export interface SiteUpdate {
|
|
92
|
+
properties?: SiteUpdateProperties;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
// @public
|
|
96
|
+
export interface SiteUpdateProperties {
|
|
97
|
+
description?: string;
|
|
98
|
+
displayName?: string;
|
|
99
|
+
labels?: Record<string, string>;
|
|
100
|
+
siteAddress?: SiteAddressProperties;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// @public
|
|
104
|
+
export interface SystemData {
|
|
105
|
+
createdAt?: Date;
|
|
106
|
+
createdBy?: string;
|
|
107
|
+
createdByType?: CreatedByType;
|
|
108
|
+
lastModifiedAt?: Date;
|
|
109
|
+
lastModifiedBy?: string;
|
|
110
|
+
lastModifiedByType?: CreatedByType;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
// (No @packageDocumentation comment for this package)
|
|
114
|
+
|
|
115
|
+
```
|