@azure/arm-onlineexperimentation 1.0.0-alpha.20250509.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/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/onlineExperimentWorkspaces/index.d.ts +3 -0
- package/dist/browser/api/onlineExperimentWorkspaces/index.d.ts.map +1 -0
- package/dist/browser/api/onlineExperimentWorkspaces/index.js +4 -0
- package/dist/browser/api/onlineExperimentWorkspaces/index.js.map +1 -0
- package/dist/browser/api/onlineExperimentWorkspaces/operations.d.ts +36 -0
- package/dist/browser/api/onlineExperimentWorkspaces/operations.d.ts.map +1 -0
- package/dist/browser/api/onlineExperimentWorkspaces/operations.js +196 -0
- package/dist/browser/api/onlineExperimentWorkspaces/operations.js.map +1 -0
- package/dist/browser/api/onlineExperimentWorkspaces/options.d.ts +26 -0
- package/dist/browser/api/onlineExperimentWorkspaces/options.d.ts.map +1 -0
- package/dist/browser/api/onlineExperimentWorkspaces/options.js +4 -0
- package/dist/browser/api/onlineExperimentWorkspaces/options.js.map +1 -0
- package/dist/browser/api/onlineExperimentationContext.d.ts +19 -0
- package/dist/browser/api/onlineExperimentationContext.d.ts.map +1 -0
- package/dist/browser/api/onlineExperimentationContext.js +36 -0
- package/dist/browser/api/onlineExperimentationContext.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.d.ts.map +1 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.d.ts.map +1 -0
- package/dist/browser/api/operations/operations.js +29 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.d.ts.map +1 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/classic/index.d.ts +3 -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/onlineExperimentWorkspaces/index.d.ts +27 -0
- package/dist/browser/classic/onlineExperimentWorkspaces/index.d.ts.map +1 -0
- package/dist/browser/classic/onlineExperimentWorkspaces/index.js +17 -0
- package/dist/browser/classic/onlineExperimentWorkspaces/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.d.ts.map +1 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/index.d.ts +10 -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 +366 -0
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +341 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/onlineExperimentationClient.d.ts +18 -0
- package/dist/browser/onlineExperimentationClient.d.ts.map +1 -0
- package/dist/browser/onlineExperimentationClient.js +20 -0
- package/dist/browser/onlineExperimentationClient.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 +98 -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/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/onlineExperimentWorkspaces/index.d.ts +3 -0
- package/dist/commonjs/api/onlineExperimentWorkspaces/index.d.ts.map +1 -0
- package/dist/commonjs/api/onlineExperimentWorkspaces/index.js +13 -0
- package/dist/commonjs/api/onlineExperimentWorkspaces/index.js.map +1 -0
- package/dist/commonjs/api/onlineExperimentWorkspaces/operations.d.ts +36 -0
- package/dist/commonjs/api/onlineExperimentWorkspaces/operations.d.ts.map +1 -0
- package/dist/commonjs/api/onlineExperimentWorkspaces/operations.js +216 -0
- package/dist/commonjs/api/onlineExperimentWorkspaces/operations.js.map +1 -0
- package/dist/commonjs/api/onlineExperimentWorkspaces/options.d.ts +26 -0
- package/dist/commonjs/api/onlineExperimentWorkspaces/options.d.ts.map +1 -0
- package/dist/commonjs/api/onlineExperimentWorkspaces/options.js +5 -0
- package/dist/commonjs/api/onlineExperimentWorkspaces/options.js.map +1 -0
- package/dist/commonjs/api/onlineExperimentationContext.d.ts +19 -0
- package/dist/commonjs/api/onlineExperimentationContext.d.ts.map +1 -0
- package/dist/commonjs/api/onlineExperimentationContext.js +39 -0
- package/dist/commonjs/api/onlineExperimentationContext.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.d.ts.map +1 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/api/operations/operations.js +34 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.d.ts.map +1 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +3 -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/onlineExperimentWorkspaces/index.d.ts +27 -0
- package/dist/commonjs/classic/onlineExperimentWorkspaces/index.d.ts.map +1 -0
- package/dist/commonjs/classic/onlineExperimentWorkspaces/index.js +20 -0
- package/dist/commonjs/classic/onlineExperimentWorkspaces/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/operations/index.js +15 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +10 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +20 -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 +16 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +366 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +378 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/onlineExperimentationClient.d.ts +18 -0
- package/dist/commonjs/onlineExperimentationClient.d.ts.map +1 -0
- package/dist/commonjs/onlineExperimentationClient.js +24 -0
- package/dist/commonjs/onlineExperimentationClient.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 +101 -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/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/onlineExperimentWorkspaces/index.d.ts +3 -0
- package/dist/esm/api/onlineExperimentWorkspaces/index.d.ts.map +1 -0
- package/dist/esm/api/onlineExperimentWorkspaces/index.js +4 -0
- package/dist/esm/api/onlineExperimentWorkspaces/index.js.map +1 -0
- package/dist/esm/api/onlineExperimentWorkspaces/operations.d.ts +36 -0
- package/dist/esm/api/onlineExperimentWorkspaces/operations.d.ts.map +1 -0
- package/dist/esm/api/onlineExperimentWorkspaces/operations.js +196 -0
- package/dist/esm/api/onlineExperimentWorkspaces/operations.js.map +1 -0
- package/dist/esm/api/onlineExperimentWorkspaces/options.d.ts +26 -0
- package/dist/esm/api/onlineExperimentWorkspaces/options.d.ts.map +1 -0
- package/dist/esm/api/onlineExperimentWorkspaces/options.js +4 -0
- package/dist/esm/api/onlineExperimentWorkspaces/options.js.map +1 -0
- package/dist/esm/api/onlineExperimentationContext.d.ts +19 -0
- package/dist/esm/api/onlineExperimentationContext.d.ts.map +1 -0
- package/dist/esm/api/onlineExperimentationContext.js +36 -0
- package/dist/esm/api/onlineExperimentationContext.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.d.ts.map +1 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.d.ts.map +1 -0
- package/dist/esm/api/operations/operations.js +29 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.d.ts.map +1 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/classic/index.d.ts +3 -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/onlineExperimentWorkspaces/index.d.ts +27 -0
- package/dist/esm/classic/onlineExperimentWorkspaces/index.d.ts.map +1 -0
- package/dist/esm/classic/onlineExperimentWorkspaces/index.js +17 -0
- package/dist/esm/classic/onlineExperimentWorkspaces/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.d.ts.map +1 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/index.d.ts +10 -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 +366 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +341 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/onlineExperimentationClient.d.ts +18 -0
- package/dist/esm/onlineExperimentationClient.d.ts.map +1 -0
- package/dist/esm/onlineExperimentationClient.js +20 -0
- package/dist/esm/onlineExperimentationClient.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 +98 -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/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/onlineExperimentWorkspaces/index.d.ts +3 -0
- package/dist/react-native/api/onlineExperimentWorkspaces/index.d.ts.map +1 -0
- package/dist/react-native/api/onlineExperimentWorkspaces/index.js +4 -0
- package/dist/react-native/api/onlineExperimentWorkspaces/index.js.map +1 -0
- package/dist/react-native/api/onlineExperimentWorkspaces/operations.d.ts +36 -0
- package/dist/react-native/api/onlineExperimentWorkspaces/operations.d.ts.map +1 -0
- package/dist/react-native/api/onlineExperimentWorkspaces/operations.js +196 -0
- package/dist/react-native/api/onlineExperimentWorkspaces/operations.js.map +1 -0
- package/dist/react-native/api/onlineExperimentWorkspaces/options.d.ts +26 -0
- package/dist/react-native/api/onlineExperimentWorkspaces/options.d.ts.map +1 -0
- package/dist/react-native/api/onlineExperimentWorkspaces/options.js +4 -0
- package/dist/react-native/api/onlineExperimentWorkspaces/options.js.map +1 -0
- package/dist/react-native/api/onlineExperimentationContext.d.ts +19 -0
- package/dist/react-native/api/onlineExperimentationContext.d.ts.map +1 -0
- package/dist/react-native/api/onlineExperimentationContext.js +36 -0
- package/dist/react-native/api/onlineExperimentationContext.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.d.ts.map +1 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.d.ts.map +1 -0
- package/dist/react-native/api/operations/operations.js +29 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.d.ts.map +1 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +3 -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/onlineExperimentWorkspaces/index.d.ts +27 -0
- package/dist/react-native/classic/onlineExperimentWorkspaces/index.d.ts.map +1 -0
- package/dist/react-native/classic/onlineExperimentWorkspaces/index.js +17 -0
- package/dist/react-native/classic/onlineExperimentWorkspaces/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.d.ts.map +1 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/index.d.ts +10 -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 +366 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +341 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/onlineExperimentationClient.d.ts +18 -0
- package/dist/react-native/onlineExperimentationClient.d.ts.map +1 -0
- package/dist/react-native/onlineExperimentationClient.js +20 -0
- package/dist/react-native/onlineExperimentationClient.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 +98 -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 +213 -0
- package/review/arm-onlineexperimentation-api-onlineExperimentWorkspaces.api.md +59 -0
- package/review/arm-onlineexperimentation-api-operations.api.md +19 -0
- package/review/arm-onlineexperimentation-api.api.md +27 -0
- package/review/arm-onlineexperimentation-models.api.md +212 -0
- package/review/arm-onlineexperimentation.api.md +307 -0
package/package.json
ADDED
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@azure/arm-onlineexperimentation",
|
|
3
|
+
"version": "1.0.0-alpha.20250509.1",
|
|
4
|
+
"description": "A generated SDK for OnlineExperimentationClient.",
|
|
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/onlineExperimentWorkspaces": "./src/api/onlineExperimentWorkspaces/index.ts",
|
|
16
|
+
"./api/operations": "./src/api/operations/index.ts",
|
|
17
|
+
"./models": "./src/models/index.ts"
|
|
18
|
+
},
|
|
19
|
+
"dialects": [
|
|
20
|
+
"esm",
|
|
21
|
+
"commonjs"
|
|
22
|
+
],
|
|
23
|
+
"esmDialects": [
|
|
24
|
+
"browser",
|
|
25
|
+
"react-native"
|
|
26
|
+
],
|
|
27
|
+
"selfLink": false,
|
|
28
|
+
"project": "./tsconfig.src.json"
|
|
29
|
+
},
|
|
30
|
+
"type": "module",
|
|
31
|
+
"keywords": [
|
|
32
|
+
"node",
|
|
33
|
+
"azure",
|
|
34
|
+
"cloud",
|
|
35
|
+
"typescript",
|
|
36
|
+
"browser",
|
|
37
|
+
"isomorphic"
|
|
38
|
+
],
|
|
39
|
+
"author": "Microsoft Corporation",
|
|
40
|
+
"license": "MIT",
|
|
41
|
+
"files": [
|
|
42
|
+
"dist/",
|
|
43
|
+
"README.md",
|
|
44
|
+
"LICENSE",
|
|
45
|
+
"review/",
|
|
46
|
+
"CHANGELOG.md"
|
|
47
|
+
],
|
|
48
|
+
"sdk-type": "mgmt",
|
|
49
|
+
"repository": "github:Azure/azure-sdk-for-js",
|
|
50
|
+
"bugs": {
|
|
51
|
+
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
|
52
|
+
},
|
|
53
|
+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/onlineexperimentation/arm-onlineexperimentation/README.md",
|
|
54
|
+
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
|
|
55
|
+
"//metadata": {
|
|
56
|
+
"constantPaths": [
|
|
57
|
+
{
|
|
58
|
+
"path": "src/api/onlineExperimentationContext.ts",
|
|
59
|
+
"prefix": "userAgentInfo"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"dependencies": {
|
|
64
|
+
"@azure-rest/core-client": "^2.3.1",
|
|
65
|
+
"@azure/abort-controller": "^2.1.2",
|
|
66
|
+
"@azure/core-auth": "^1.9.0",
|
|
67
|
+
"@azure/core-lro": "^3.1.0",
|
|
68
|
+
"@azure/core-rest-pipeline": "^1.19.1",
|
|
69
|
+
"@azure/core-util": "^1.11.0",
|
|
70
|
+
"@azure/logger": "^1.1.4",
|
|
71
|
+
"tslib": "^2.8.1"
|
|
72
|
+
},
|
|
73
|
+
"devDependencies": {
|
|
74
|
+
"@azure-tools/test-credential": "^2.0.0",
|
|
75
|
+
"@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
|
|
76
|
+
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
|
|
77
|
+
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
78
|
+
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
79
|
+
"@azure/identity": "^4.9.1",
|
|
80
|
+
"@types/node": "^18.0.0",
|
|
81
|
+
"@vitest/browser": "^3.0.9",
|
|
82
|
+
"@vitest/coverage-istanbul": "^3.0.9",
|
|
83
|
+
"dotenv": "^16.0.0",
|
|
84
|
+
"eslint": "^9.9.0",
|
|
85
|
+
"playwright": "^1.52.0",
|
|
86
|
+
"typescript": "~5.8.2",
|
|
87
|
+
"vitest": "^3.0.9"
|
|
88
|
+
},
|
|
89
|
+
"scripts": {
|
|
90
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
91
|
+
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
|
|
92
|
+
"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\"",
|
|
93
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
94
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
95
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
96
|
+
"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\"",
|
|
97
|
+
"generate:client": "echo skipped",
|
|
98
|
+
"lint": "echo skipped",
|
|
99
|
+
"lint:fix": "echo skipped",
|
|
100
|
+
"pack": "npm pack 2>&1",
|
|
101
|
+
"test": "npm run test:node && npm run test:browser",
|
|
102
|
+
"test:browser": "echo skipped",
|
|
103
|
+
"test:node": "dev-tool run test:vitest",
|
|
104
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
105
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
106
|
+
},
|
|
107
|
+
"//sampleConfiguration": {
|
|
108
|
+
"productName": "@azure/arm-onlineexperimentation",
|
|
109
|
+
"productSlugs": [
|
|
110
|
+
"azure"
|
|
111
|
+
],
|
|
112
|
+
"disableDocsMs": true,
|
|
113
|
+
"apiRefLink": "https://learn.microsoft.com/javascript/api/@azure/arm-onlineexperimentation?view=azure-node-preview"
|
|
114
|
+
},
|
|
115
|
+
"browser": "./dist/browser/index.js",
|
|
116
|
+
"react-native": "./dist/react-native/index.js",
|
|
117
|
+
"exports": {
|
|
118
|
+
"./package.json": "./package.json",
|
|
119
|
+
".": {
|
|
120
|
+
"browser": {
|
|
121
|
+
"types": "./dist/browser/index.d.ts",
|
|
122
|
+
"default": "./dist/browser/index.js"
|
|
123
|
+
},
|
|
124
|
+
"react-native": {
|
|
125
|
+
"types": "./dist/react-native/index.d.ts",
|
|
126
|
+
"default": "./dist/react-native/index.js"
|
|
127
|
+
},
|
|
128
|
+
"import": {
|
|
129
|
+
"types": "./dist/esm/index.d.ts",
|
|
130
|
+
"default": "./dist/esm/index.js"
|
|
131
|
+
},
|
|
132
|
+
"require": {
|
|
133
|
+
"types": "./dist/commonjs/index.d.ts",
|
|
134
|
+
"default": "./dist/commonjs/index.js"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"./api": {
|
|
138
|
+
"browser": {
|
|
139
|
+
"types": "./dist/browser/api/index.d.ts",
|
|
140
|
+
"default": "./dist/browser/api/index.js"
|
|
141
|
+
},
|
|
142
|
+
"react-native": {
|
|
143
|
+
"types": "./dist/react-native/api/index.d.ts",
|
|
144
|
+
"default": "./dist/react-native/api/index.js"
|
|
145
|
+
},
|
|
146
|
+
"import": {
|
|
147
|
+
"types": "./dist/esm/api/index.d.ts",
|
|
148
|
+
"default": "./dist/esm/api/index.js"
|
|
149
|
+
},
|
|
150
|
+
"require": {
|
|
151
|
+
"types": "./dist/commonjs/api/index.d.ts",
|
|
152
|
+
"default": "./dist/commonjs/api/index.js"
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"./api/onlineExperimentWorkspaces": {
|
|
156
|
+
"browser": {
|
|
157
|
+
"types": "./dist/browser/api/onlineExperimentWorkspaces/index.d.ts",
|
|
158
|
+
"default": "./dist/browser/api/onlineExperimentWorkspaces/index.js"
|
|
159
|
+
},
|
|
160
|
+
"react-native": {
|
|
161
|
+
"types": "./dist/react-native/api/onlineExperimentWorkspaces/index.d.ts",
|
|
162
|
+
"default": "./dist/react-native/api/onlineExperimentWorkspaces/index.js"
|
|
163
|
+
},
|
|
164
|
+
"import": {
|
|
165
|
+
"types": "./dist/esm/api/onlineExperimentWorkspaces/index.d.ts",
|
|
166
|
+
"default": "./dist/esm/api/onlineExperimentWorkspaces/index.js"
|
|
167
|
+
},
|
|
168
|
+
"require": {
|
|
169
|
+
"types": "./dist/commonjs/api/onlineExperimentWorkspaces/index.d.ts",
|
|
170
|
+
"default": "./dist/commonjs/api/onlineExperimentWorkspaces/index.js"
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"./api/operations": {
|
|
174
|
+
"browser": {
|
|
175
|
+
"types": "./dist/browser/api/operations/index.d.ts",
|
|
176
|
+
"default": "./dist/browser/api/operations/index.js"
|
|
177
|
+
},
|
|
178
|
+
"react-native": {
|
|
179
|
+
"types": "./dist/react-native/api/operations/index.d.ts",
|
|
180
|
+
"default": "./dist/react-native/api/operations/index.js"
|
|
181
|
+
},
|
|
182
|
+
"import": {
|
|
183
|
+
"types": "./dist/esm/api/operations/index.d.ts",
|
|
184
|
+
"default": "./dist/esm/api/operations/index.js"
|
|
185
|
+
},
|
|
186
|
+
"require": {
|
|
187
|
+
"types": "./dist/commonjs/api/operations/index.d.ts",
|
|
188
|
+
"default": "./dist/commonjs/api/operations/index.js"
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"./models": {
|
|
192
|
+
"browser": {
|
|
193
|
+
"types": "./dist/browser/models/index.d.ts",
|
|
194
|
+
"default": "./dist/browser/models/index.js"
|
|
195
|
+
},
|
|
196
|
+
"react-native": {
|
|
197
|
+
"types": "./dist/react-native/models/index.d.ts",
|
|
198
|
+
"default": "./dist/react-native/models/index.js"
|
|
199
|
+
},
|
|
200
|
+
"import": {
|
|
201
|
+
"types": "./dist/esm/models/index.d.ts",
|
|
202
|
+
"default": "./dist/esm/models/index.js"
|
|
203
|
+
},
|
|
204
|
+
"require": {
|
|
205
|
+
"types": "./dist/commonjs/models/index.d.ts",
|
|
206
|
+
"default": "./dist/commonjs/models/index.js"
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
"main": "./dist/commonjs/index.js",
|
|
211
|
+
"types": "./dist/commonjs/index.d.ts",
|
|
212
|
+
"module": "./dist/esm/index.js"
|
|
213
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-onlineexperimentation"
|
|
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: OnlineExperimentationContext, resourceGroupName: string, workspaceName: string, options?: OnlineExperimentWorkspacesDeleteOptionalParams): PollerLike<OperationState<void>, void>;
|
|
14
|
+
|
|
15
|
+
// @public
|
|
16
|
+
export function createOrUpdate(context: OnlineExperimentationContext, resourceGroupName: string, workspaceName: string, resource: OnlineExperimentWorkspace, options?: OnlineExperimentWorkspacesCreateOrUpdateOptionalParams): PollerLike<OperationState<OnlineExperimentWorkspace>, OnlineExperimentWorkspace>;
|
|
17
|
+
|
|
18
|
+
// @public
|
|
19
|
+
export function get(context: OnlineExperimentationContext, resourceGroupName: string, workspaceName: string, options?: OnlineExperimentWorkspacesGetOptionalParams): Promise<OnlineExperimentWorkspace>;
|
|
20
|
+
|
|
21
|
+
// @public
|
|
22
|
+
export function listByResourceGroup(context: OnlineExperimentationContext, resourceGroupName: string, options?: OnlineExperimentWorkspacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<OnlineExperimentWorkspace>;
|
|
23
|
+
|
|
24
|
+
// @public
|
|
25
|
+
export function listBySubscription(context: OnlineExperimentationContext, options?: OnlineExperimentWorkspacesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<OnlineExperimentWorkspace>;
|
|
26
|
+
|
|
27
|
+
// @public
|
|
28
|
+
export interface OnlineExperimentWorkspacesCreateOrUpdateOptionalParams extends OperationOptions {
|
|
29
|
+
updateIntervalInMs?: number;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
// @public
|
|
33
|
+
export interface OnlineExperimentWorkspacesDeleteOptionalParams extends OperationOptions {
|
|
34
|
+
updateIntervalInMs?: number;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// @public
|
|
38
|
+
export interface OnlineExperimentWorkspacesGetOptionalParams extends OperationOptions {
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
// @public
|
|
42
|
+
export interface OnlineExperimentWorkspacesListByResourceGroupOptionalParams extends OperationOptions {
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// @public
|
|
46
|
+
export interface OnlineExperimentWorkspacesListBySubscriptionOptionalParams extends OperationOptions {
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
// @public
|
|
50
|
+
export interface OnlineExperimentWorkspacesUpdateOptionalParams extends OperationOptions {
|
|
51
|
+
updateIntervalInMs?: number;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
// @public
|
|
55
|
+
export function update(context: OnlineExperimentationContext, resourceGroupName: string, workspaceName: string, properties: OnlineExperimentWorkspace, options?: OnlineExperimentWorkspacesUpdateOptionalParams): PollerLike<OperationState<OnlineExperimentWorkspace>, OnlineExperimentWorkspace>;
|
|
56
|
+
|
|
57
|
+
// (No @packageDocumentation comment for this package)
|
|
58
|
+
|
|
59
|
+
```
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-onlineexperimentation"
|
|
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
|
+
|
|
10
|
+
// @public
|
|
11
|
+
export function list(context: OnlineExperimentationContext, options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export interface OperationsListOptionalParams extends OperationOptions {
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
// (No @packageDocumentation comment for this package)
|
|
18
|
+
|
|
19
|
+
```
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-onlineexperimentation"
|
|
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 createOnlineExperimentation(credential: TokenCredential, subscriptionId: string, options?: OnlineExperimentationClientOptionalParams): OnlineExperimentationContext;
|
|
13
|
+
|
|
14
|
+
// @public
|
|
15
|
+
export interface OnlineExperimentationClientOptionalParams extends ClientOptions {
|
|
16
|
+
apiVersion?: string;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// @public
|
|
20
|
+
export interface OnlineExperimentationContext extends Client {
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
subscriptionId: string;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
// (No @packageDocumentation comment for this package)
|
|
26
|
+
|
|
27
|
+
```
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-onlineexperimentation"
|
|
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 ActionType = string;
|
|
9
|
+
|
|
10
|
+
// @public
|
|
11
|
+
export type CreatedByType = string;
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export interface CustomerManagedKeyEncryption {
|
|
15
|
+
keyEncryptionKeyIdentity?: KeyEncryptionKeyIdentity;
|
|
16
|
+
keyEncryptionKeyUrl?: string;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// @public
|
|
20
|
+
export interface ErrorAdditionalInfo {
|
|
21
|
+
readonly info?: Record<string, any>;
|
|
22
|
+
readonly type?: string;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
// @public
|
|
26
|
+
export interface ErrorDetail {
|
|
27
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
28
|
+
readonly code?: string;
|
|
29
|
+
readonly details?: ErrorDetail[];
|
|
30
|
+
readonly message?: string;
|
|
31
|
+
readonly target?: string;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// @public
|
|
35
|
+
export interface ErrorResponse {
|
|
36
|
+
error?: ErrorDetail;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
// @public
|
|
40
|
+
export interface KeyEncryptionKeyIdentity {
|
|
41
|
+
federatedClientId?: string;
|
|
42
|
+
identityType?: KeyEncryptionKeyIdentityType;
|
|
43
|
+
userAssignedIdentityResourceId?: string;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
// @public
|
|
47
|
+
export type KeyEncryptionKeyIdentityType = string;
|
|
48
|
+
|
|
49
|
+
// @public
|
|
50
|
+
export enum KnownActionType {
|
|
51
|
+
Internal = "Internal"
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
// @public
|
|
55
|
+
export enum KnownCreatedByType {
|
|
56
|
+
Application = "Application",
|
|
57
|
+
Key = "Key",
|
|
58
|
+
ManagedIdentity = "ManagedIdentity",
|
|
59
|
+
User = "User"
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
// @public
|
|
63
|
+
export enum KnownKeyEncryptionKeyIdentityType {
|
|
64
|
+
SystemAssignedIdentity = "SystemAssignedIdentity",
|
|
65
|
+
UserAssignedIdentity = "UserAssignedIdentity"
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// @public
|
|
69
|
+
export enum KnownManagedServiceIdentityType {
|
|
70
|
+
None = "None",
|
|
71
|
+
SystemAssigned = "SystemAssigned",
|
|
72
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
|
|
73
|
+
UserAssigned = "UserAssigned"
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
// @public
|
|
77
|
+
export enum KnownOnlineExperimentationWorkspaceSkuName {
|
|
78
|
+
D0 = "D0",
|
|
79
|
+
F0 = "F0",
|
|
80
|
+
P0 = "P0",
|
|
81
|
+
S0 = "S0"
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
// @public
|
|
85
|
+
export enum KnownOnlineExperimentationWorkspaceSkuTier {
|
|
86
|
+
Developer = "Developer",
|
|
87
|
+
Free = "Free",
|
|
88
|
+
Premium = "Premium",
|
|
89
|
+
Standard = "Standard"
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
// @public
|
|
93
|
+
export enum KnownOrigin {
|
|
94
|
+
System = "system",
|
|
95
|
+
User = "user",
|
|
96
|
+
UserSystem = "user,system"
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
// @public
|
|
100
|
+
export enum KnownResourceProvisioningState {
|
|
101
|
+
Canceled = "Canceled",
|
|
102
|
+
Failed = "Failed",
|
|
103
|
+
Succeeded = "Succeeded"
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
// @public
|
|
107
|
+
export enum KnownVersions {
|
|
108
|
+
V20250531Preview = "2025-05-31-preview"
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
// @public
|
|
112
|
+
export interface ManagedServiceIdentity {
|
|
113
|
+
readonly principalId?: string;
|
|
114
|
+
readonly tenantId?: string;
|
|
115
|
+
type: ManagedServiceIdentityType;
|
|
116
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
// @public
|
|
120
|
+
export type ManagedServiceIdentityType = string;
|
|
121
|
+
|
|
122
|
+
// @public
|
|
123
|
+
export interface OnlineExperimentationWorkspaceSku {
|
|
124
|
+
name: OnlineExperimentationWorkspaceSkuName;
|
|
125
|
+
readonly tier?: OnlineExperimentationWorkspaceSkuTier;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
// @public
|
|
129
|
+
export type OnlineExperimentationWorkspaceSkuName = string;
|
|
130
|
+
|
|
131
|
+
// @public
|
|
132
|
+
export type OnlineExperimentationWorkspaceSkuTier = string;
|
|
133
|
+
|
|
134
|
+
// @public
|
|
135
|
+
export interface OnlineExperimentWorkspace extends TrackedResource {
|
|
136
|
+
identity?: ManagedServiceIdentity;
|
|
137
|
+
properties?: OnlineExperimentWorkspaceProperties;
|
|
138
|
+
sku?: OnlineExperimentationWorkspaceSku;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
// @public
|
|
142
|
+
export interface OnlineExperimentWorkspaceProperties {
|
|
143
|
+
appConfigurationResourceId: string;
|
|
144
|
+
encryption?: ResourceEncryptionConfiguration;
|
|
145
|
+
readonly endpoint?: string;
|
|
146
|
+
logAnalyticsWorkspaceResourceId: string;
|
|
147
|
+
logsExporterStorageAccountResourceId: string;
|
|
148
|
+
readonly provisioningState?: ResourceProvisioningState;
|
|
149
|
+
readonly workspaceId?: string;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
// @public
|
|
153
|
+
export interface Operation {
|
|
154
|
+
readonly actionType?: ActionType;
|
|
155
|
+
display?: OperationDisplay;
|
|
156
|
+
readonly isDataAction?: boolean;
|
|
157
|
+
readonly name?: string;
|
|
158
|
+
readonly origin?: Origin;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
// @public
|
|
162
|
+
export interface OperationDisplay {
|
|
163
|
+
readonly description?: string;
|
|
164
|
+
readonly operation?: string;
|
|
165
|
+
readonly provider?: string;
|
|
166
|
+
readonly resource?: string;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
// @public
|
|
170
|
+
export type Origin = string;
|
|
171
|
+
|
|
172
|
+
// @public
|
|
173
|
+
export interface Resource {
|
|
174
|
+
readonly id?: string;
|
|
175
|
+
readonly name?: string;
|
|
176
|
+
readonly systemData?: SystemData;
|
|
177
|
+
readonly type?: string;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
// @public
|
|
181
|
+
export interface ResourceEncryptionConfiguration {
|
|
182
|
+
customerManagedKeyEncryption?: CustomerManagedKeyEncryption;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
// @public
|
|
186
|
+
export type ResourceProvisioningState = string;
|
|
187
|
+
|
|
188
|
+
// @public
|
|
189
|
+
export interface SystemData {
|
|
190
|
+
createdAt?: Date;
|
|
191
|
+
createdBy?: string;
|
|
192
|
+
createdByType?: CreatedByType;
|
|
193
|
+
lastModifiedAt?: Date;
|
|
194
|
+
lastModifiedBy?: string;
|
|
195
|
+
lastModifiedByType?: CreatedByType;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
// @public
|
|
199
|
+
export interface TrackedResource extends Resource {
|
|
200
|
+
location: string;
|
|
201
|
+
tags?: Record<string, string>;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
// @public
|
|
205
|
+
export interface UserAssignedIdentity {
|
|
206
|
+
readonly clientId?: string;
|
|
207
|
+
readonly principalId?: string;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
// (No @packageDocumentation comment for this package)
|
|
211
|
+
|
|
212
|
+
```
|