@azure/arm-playwright 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/index.d.ts +2 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +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.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/playwrightManagementContext.d.ts +19 -0
- package/dist/browser/api/playwrightManagementContext.js +36 -0
- package/dist/browser/api/playwrightManagementContext.js.map +1 -0
- package/dist/browser/api/playwrightQuotas/index.d.ts +3 -0
- package/dist/browser/api/playwrightQuotas/index.js +4 -0
- package/dist/browser/api/playwrightQuotas/index.js.map +1 -0
- package/dist/browser/api/playwrightQuotas/operations.d.ts +14 -0
- package/dist/browser/api/playwrightQuotas/operations.js +61 -0
- package/dist/browser/api/playwrightQuotas/operations.js.map +1 -0
- package/dist/browser/api/playwrightQuotas/options.d.ts +8 -0
- package/dist/browser/api/playwrightQuotas/options.js +4 -0
- package/dist/browser/api/playwrightQuotas/options.js.map +1 -0
- package/dist/browser/api/playwrightWorkspaceQuotas/index.d.ts +3 -0
- package/dist/browser/api/playwrightWorkspaceQuotas/index.js +4 -0
- package/dist/browser/api/playwrightWorkspaceQuotas/index.js.map +1 -0
- package/dist/browser/api/playwrightWorkspaceQuotas/operations.d.ts +14 -0
- package/dist/browser/api/playwrightWorkspaceQuotas/operations.js +63 -0
- package/dist/browser/api/playwrightWorkspaceQuotas/operations.js.map +1 -0
- package/dist/browser/api/playwrightWorkspaceQuotas/options.d.ts +8 -0
- package/dist/browser/api/playwrightWorkspaceQuotas/options.js +4 -0
- package/dist/browser/api/playwrightWorkspaceQuotas/options.js.map +1 -0
- package/dist/browser/api/playwrightWorkspaces/index.d.ts +3 -0
- package/dist/browser/api/playwrightWorkspaces/index.js +4 -0
- package/dist/browser/api/playwrightWorkspaces/index.js.map +1 -0
- package/dist/browser/api/playwrightWorkspaces/operations.d.ts +40 -0
- package/dist/browser/api/playwrightWorkspaces/operations.js +212 -0
- package/dist/browser/api/playwrightWorkspaces/operations.js.map +1 -0
- package/dist/browser/api/playwrightWorkspaces/options.d.ts +27 -0
- package/dist/browser/api/playwrightWorkspaces/options.js +4 -0
- package/dist/browser/api/playwrightWorkspaces/options.js.map +1 -0
- package/dist/browser/classic/index.d.ts +5 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/playwrightQuotas/index.d.ts +13 -0
- package/dist/browser/classic/playwrightQuotas/index.js +13 -0
- package/dist/browser/classic/playwrightQuotas/index.js.map +1 -0
- package/dist/browser/classic/playwrightWorkspaceQuotas/index.d.ts +13 -0
- package/dist/browser/classic/playwrightWorkspaceQuotas/index.js +13 -0
- package/dist/browser/classic/playwrightWorkspaceQuotas/index.js.map +1 -0
- package/dist/browser/classic/playwrightWorkspaces/index.d.ts +29 -0
- package/dist/browser/classic/playwrightWorkspaces/index.js +18 -0
- package/dist/browser/classic/playwrightWorkspaces/index.js.map +1 -0
- package/dist/browser/index.d.ts +12 -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.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.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +391 -0
- package/dist/browser/models/models.js +352 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/playwrightManagementClient.d.ts +24 -0
- package/dist/browser/playwrightManagementClient.js +24 -0
- package/dist/browser/playwrightManagementClient.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +97 -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.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.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.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.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +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.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/api/playwrightManagementContext.d.ts +19 -0
- package/dist/commonjs/api/playwrightManagementContext.js +39 -0
- package/dist/commonjs/api/playwrightManagementContext.js.map +1 -0
- package/dist/commonjs/api/playwrightQuotas/index.d.ts +3 -0
- package/dist/commonjs/api/playwrightQuotas/index.js +9 -0
- package/dist/commonjs/api/playwrightQuotas/index.js.map +1 -0
- package/dist/commonjs/api/playwrightQuotas/operations.d.ts +14 -0
- package/dist/commonjs/api/playwrightQuotas/operations.js +69 -0
- package/dist/commonjs/api/playwrightQuotas/operations.js.map +1 -0
- package/dist/commonjs/api/playwrightQuotas/options.d.ts +8 -0
- package/dist/commonjs/api/playwrightQuotas/options.js +5 -0
- package/dist/commonjs/api/playwrightQuotas/options.js.map +1 -0
- package/dist/commonjs/api/playwrightWorkspaceQuotas/index.d.ts +3 -0
- package/dist/commonjs/api/playwrightWorkspaceQuotas/index.js +9 -0
- package/dist/commonjs/api/playwrightWorkspaceQuotas/index.js.map +1 -0
- package/dist/commonjs/api/playwrightWorkspaceQuotas/operations.d.ts +14 -0
- package/dist/commonjs/api/playwrightWorkspaceQuotas/operations.js +71 -0
- package/dist/commonjs/api/playwrightWorkspaceQuotas/operations.js.map +1 -0
- package/dist/commonjs/api/playwrightWorkspaceQuotas/options.d.ts +8 -0
- package/dist/commonjs/api/playwrightWorkspaceQuotas/options.js +5 -0
- package/dist/commonjs/api/playwrightWorkspaceQuotas/options.js.map +1 -0
- package/dist/commonjs/api/playwrightWorkspaces/index.d.ts +3 -0
- package/dist/commonjs/api/playwrightWorkspaces/index.js +14 -0
- package/dist/commonjs/api/playwrightWorkspaces/index.js.map +1 -0
- package/dist/commonjs/api/playwrightWorkspaces/operations.d.ts +40 -0
- package/dist/commonjs/api/playwrightWorkspaces/operations.js +235 -0
- package/dist/commonjs/api/playwrightWorkspaces/operations.js.map +1 -0
- package/dist/commonjs/api/playwrightWorkspaces/options.d.ts +27 -0
- package/dist/commonjs/api/playwrightWorkspaces/options.js +5 -0
- package/dist/commonjs/api/playwrightWorkspaces/options.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +5 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +15 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/playwrightQuotas/index.d.ts +13 -0
- package/dist/commonjs/classic/playwrightQuotas/index.js +16 -0
- package/dist/commonjs/classic/playwrightQuotas/index.js.map +1 -0
- package/dist/commonjs/classic/playwrightWorkspaceQuotas/index.d.ts +13 -0
- package/dist/commonjs/classic/playwrightWorkspaceQuotas/index.js +16 -0
- package/dist/commonjs/classic/playwrightWorkspaceQuotas/index.js.map +1 -0
- package/dist/commonjs/classic/playwrightWorkspaces/index.d.ts +29 -0
- package/dist/commonjs/classic/playwrightWorkspaces/index.js +21 -0
- package/dist/commonjs/classic/playwrightWorkspaces/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +12 -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.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.js +16 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +391 -0
- package/dist/commonjs/models/models.js +391 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/playwrightManagementClient.d.ts +24 -0
- package/dist/commonjs/playwrightManagementClient.js +28 -0
- package/dist/commonjs/playwrightManagementClient.js.map +1 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +100 -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.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.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.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.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +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.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/playwrightManagementContext.d.ts +19 -0
- package/dist/esm/api/playwrightManagementContext.js +36 -0
- package/dist/esm/api/playwrightManagementContext.js.map +1 -0
- package/dist/esm/api/playwrightQuotas/index.d.ts +3 -0
- package/dist/esm/api/playwrightQuotas/index.js +4 -0
- package/dist/esm/api/playwrightQuotas/index.js.map +1 -0
- package/dist/esm/api/playwrightQuotas/operations.d.ts +14 -0
- package/dist/esm/api/playwrightQuotas/operations.js +61 -0
- package/dist/esm/api/playwrightQuotas/operations.js.map +1 -0
- package/dist/esm/api/playwrightQuotas/options.d.ts +8 -0
- package/dist/esm/api/playwrightQuotas/options.js +4 -0
- package/dist/esm/api/playwrightQuotas/options.js.map +1 -0
- package/dist/esm/api/playwrightWorkspaceQuotas/index.d.ts +3 -0
- package/dist/esm/api/playwrightWorkspaceQuotas/index.js +4 -0
- package/dist/esm/api/playwrightWorkspaceQuotas/index.js.map +1 -0
- package/dist/esm/api/playwrightWorkspaceQuotas/operations.d.ts +14 -0
- package/dist/esm/api/playwrightWorkspaceQuotas/operations.js +63 -0
- package/dist/esm/api/playwrightWorkspaceQuotas/operations.js.map +1 -0
- package/dist/esm/api/playwrightWorkspaceQuotas/options.d.ts +8 -0
- package/dist/esm/api/playwrightWorkspaceQuotas/options.js +4 -0
- package/dist/esm/api/playwrightWorkspaceQuotas/options.js.map +1 -0
- package/dist/esm/api/playwrightWorkspaces/index.d.ts +3 -0
- package/dist/esm/api/playwrightWorkspaces/index.js +4 -0
- package/dist/esm/api/playwrightWorkspaces/index.js.map +1 -0
- package/dist/esm/api/playwrightWorkspaces/operations.d.ts +40 -0
- package/dist/esm/api/playwrightWorkspaces/operations.js +212 -0
- package/dist/esm/api/playwrightWorkspaces/operations.js.map +1 -0
- package/dist/esm/api/playwrightWorkspaces/options.d.ts +27 -0
- package/dist/esm/api/playwrightWorkspaces/options.js +4 -0
- package/dist/esm/api/playwrightWorkspaces/options.js.map +1 -0
- package/dist/esm/classic/index.d.ts +5 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/playwrightQuotas/index.d.ts +13 -0
- package/dist/esm/classic/playwrightQuotas/index.js +13 -0
- package/dist/esm/classic/playwrightQuotas/index.js.map +1 -0
- package/dist/esm/classic/playwrightWorkspaceQuotas/index.d.ts +13 -0
- package/dist/esm/classic/playwrightWorkspaceQuotas/index.js +13 -0
- package/dist/esm/classic/playwrightWorkspaceQuotas/index.js.map +1 -0
- package/dist/esm/classic/playwrightWorkspaces/index.d.ts +29 -0
- package/dist/esm/classic/playwrightWorkspaces/index.js +18 -0
- package/dist/esm/classic/playwrightWorkspaces/index.js.map +1 -0
- package/dist/esm/index.d.ts +12 -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.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.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +391 -0
- package/dist/esm/models/models.js +352 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/playwrightManagementClient.d.ts +24 -0
- package/dist/esm/playwrightManagementClient.js +24 -0
- package/dist/esm/playwrightManagementClient.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +97 -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.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.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.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.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +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.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/playwrightManagementContext.d.ts +19 -0
- package/dist/react-native/api/playwrightManagementContext.js +36 -0
- package/dist/react-native/api/playwrightManagementContext.js.map +1 -0
- package/dist/react-native/api/playwrightQuotas/index.d.ts +3 -0
- package/dist/react-native/api/playwrightQuotas/index.js +4 -0
- package/dist/react-native/api/playwrightQuotas/index.js.map +1 -0
- package/dist/react-native/api/playwrightQuotas/operations.d.ts +14 -0
- package/dist/react-native/api/playwrightQuotas/operations.js +61 -0
- package/dist/react-native/api/playwrightQuotas/operations.js.map +1 -0
- package/dist/react-native/api/playwrightQuotas/options.d.ts +8 -0
- package/dist/react-native/api/playwrightQuotas/options.js +4 -0
- package/dist/react-native/api/playwrightQuotas/options.js.map +1 -0
- package/dist/react-native/api/playwrightWorkspaceQuotas/index.d.ts +3 -0
- package/dist/react-native/api/playwrightWorkspaceQuotas/index.js +4 -0
- package/dist/react-native/api/playwrightWorkspaceQuotas/index.js.map +1 -0
- package/dist/react-native/api/playwrightWorkspaceQuotas/operations.d.ts +14 -0
- package/dist/react-native/api/playwrightWorkspaceQuotas/operations.js +63 -0
- package/dist/react-native/api/playwrightWorkspaceQuotas/operations.js.map +1 -0
- package/dist/react-native/api/playwrightWorkspaceQuotas/options.d.ts +8 -0
- package/dist/react-native/api/playwrightWorkspaceQuotas/options.js +4 -0
- package/dist/react-native/api/playwrightWorkspaceQuotas/options.js.map +1 -0
- package/dist/react-native/api/playwrightWorkspaces/index.d.ts +3 -0
- package/dist/react-native/api/playwrightWorkspaces/index.js +4 -0
- package/dist/react-native/api/playwrightWorkspaces/index.js.map +1 -0
- package/dist/react-native/api/playwrightWorkspaces/operations.d.ts +40 -0
- package/dist/react-native/api/playwrightWorkspaces/operations.js +212 -0
- package/dist/react-native/api/playwrightWorkspaces/operations.js.map +1 -0
- package/dist/react-native/api/playwrightWorkspaces/options.d.ts +27 -0
- package/dist/react-native/api/playwrightWorkspaces/options.js +4 -0
- package/dist/react-native/api/playwrightWorkspaces/options.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +5 -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/operations/index.d.ts +11 -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/classic/playwrightQuotas/index.d.ts +13 -0
- package/dist/react-native/classic/playwrightQuotas/index.js +13 -0
- package/dist/react-native/classic/playwrightQuotas/index.js.map +1 -0
- package/dist/react-native/classic/playwrightWorkspaceQuotas/index.d.ts +13 -0
- package/dist/react-native/classic/playwrightWorkspaceQuotas/index.js +13 -0
- package/dist/react-native/classic/playwrightWorkspaceQuotas/index.js.map +1 -0
- package/dist/react-native/classic/playwrightWorkspaces/index.d.ts +29 -0
- package/dist/react-native/classic/playwrightWorkspaces/index.js +18 -0
- package/dist/react-native/classic/playwrightWorkspaces/index.js.map +1 -0
- package/dist/react-native/index.d.ts +12 -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.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.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +391 -0
- package/dist/react-native/models/models.js +352 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/playwrightManagementClient.d.ts +24 -0
- package/dist/react-native/playwrightManagementClient.js +24 -0
- package/dist/react-native/playwrightManagementClient.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +97 -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.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.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.js +169 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +252 -0
- package/review/arm-playwright-api-operations.api.md +19 -0
- package/review/arm-playwright-api-playwrightQuotas.api.md +26 -0
- package/review/arm-playwright-api-playwrightWorkspaceQuotas.api.md +26 -0
- package/review/arm-playwright-api-playwrightWorkspaces.api.md +65 -0
- package/review/arm-playwright-api.api.md +27 -0
- package/review/arm-playwright-models.api.md +232 -0
- package/review/arm-playwright.api.md +361 -0
package/package.json
ADDED
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@azure/arm-playwright",
|
|
3
|
+
"version": "1.0.0-beta.1",
|
|
4
|
+
"description": "A generated SDK for PlaywrightManagementClient.",
|
|
5
|
+
"engines": {
|
|
6
|
+
"node": ">=20.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/playwrightWorkspaceQuotas": "./src/api/playwrightWorkspaceQuotas/index.ts",
|
|
16
|
+
"./api/playwrightQuotas": "./src/api/playwrightQuotas/index.ts",
|
|
17
|
+
"./api/playwrightWorkspaces": "./src/api/playwrightWorkspaces/index.ts",
|
|
18
|
+
"./api/operations": "./src/api/operations/index.ts",
|
|
19
|
+
"./models": "./src/models/index.ts"
|
|
20
|
+
},
|
|
21
|
+
"dialects": [
|
|
22
|
+
"esm",
|
|
23
|
+
"commonjs"
|
|
24
|
+
],
|
|
25
|
+
"esmDialects": [
|
|
26
|
+
"browser",
|
|
27
|
+
"react-native"
|
|
28
|
+
],
|
|
29
|
+
"selfLink": false,
|
|
30
|
+
"project": "./tsconfig.src.json"
|
|
31
|
+
},
|
|
32
|
+
"type": "module",
|
|
33
|
+
"browser": "./dist/browser/index.js",
|
|
34
|
+
"react-native": "./dist/react-native/index.js",
|
|
35
|
+
"keywords": [
|
|
36
|
+
"node",
|
|
37
|
+
"azure",
|
|
38
|
+
"cloud",
|
|
39
|
+
"typescript",
|
|
40
|
+
"browser",
|
|
41
|
+
"isomorphic"
|
|
42
|
+
],
|
|
43
|
+
"author": "Microsoft Corporation",
|
|
44
|
+
"license": "MIT",
|
|
45
|
+
"files": [
|
|
46
|
+
"dist/",
|
|
47
|
+
"!dist/**/*.d.*ts.map",
|
|
48
|
+
"README.md",
|
|
49
|
+
"LICENSE",
|
|
50
|
+
"review/*",
|
|
51
|
+
"CHANGELOG.md"
|
|
52
|
+
],
|
|
53
|
+
"sdk-type": "mgmt",
|
|
54
|
+
"repository": "github:Azure/azure-sdk-for-js",
|
|
55
|
+
"bugs": {
|
|
56
|
+
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
|
57
|
+
},
|
|
58
|
+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/playwright/arm-playwright/README.md",
|
|
59
|
+
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
|
|
60
|
+
"//metadata": {
|
|
61
|
+
"constantPaths": [
|
|
62
|
+
{
|
|
63
|
+
"path": "src/api/playwrightManagementContext.ts",
|
|
64
|
+
"prefix": "userAgentInfo"
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
"dependencies": {
|
|
69
|
+
"@azure/core-util": "^1.11.0",
|
|
70
|
+
"@azure-rest/core-client": "^2.1.0",
|
|
71
|
+
"@azure/abort-controller": "^2.1.2",
|
|
72
|
+
"@azure/core-auth": "^1.9.0",
|
|
73
|
+
"@azure/core-lro": "^3.0.0",
|
|
74
|
+
"@azure/core-rest-pipeline": "^1.18.2",
|
|
75
|
+
"@azure/logger": "^1.1.4",
|
|
76
|
+
"tslib": "^2.8.1"
|
|
77
|
+
},
|
|
78
|
+
"devDependencies": {
|
|
79
|
+
"@azure-tools/test-credential": "^2.0.0",
|
|
80
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
81
|
+
"@azure-tools/test-utils-vitest": "^1.0.0",
|
|
82
|
+
"@azure/dev-tool": "^1.0.0",
|
|
83
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
84
|
+
"@azure/identity": "^4.6.0",
|
|
85
|
+
"@types/node": "^20.0.0",
|
|
86
|
+
"eslint": "^9.9.0",
|
|
87
|
+
"@vitest/browser": "^3.0.9",
|
|
88
|
+
"@vitest/coverage-istanbul": "^3.0.9",
|
|
89
|
+
"dotenv": "^16.0.0",
|
|
90
|
+
"playwright": "^1.50.1",
|
|
91
|
+
"typescript": "~5.8.2",
|
|
92
|
+
"vitest": "^3.0.9"
|
|
93
|
+
},
|
|
94
|
+
"scripts": {
|
|
95
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
96
|
+
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
|
|
97
|
+
"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\"",
|
|
98
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
99
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
100
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
101
|
+
"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\"",
|
|
102
|
+
"generate:client": "echo skipped",
|
|
103
|
+
"lint": "echo skipped",
|
|
104
|
+
"lint:fix": "echo skipped",
|
|
105
|
+
"pack": "npm pack 2>&1",
|
|
106
|
+
"test": "npm run test:node && npm run test:browser",
|
|
107
|
+
"test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
108
|
+
"test:node": "dev-tool run test:vitest",
|
|
109
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
110
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
111
|
+
},
|
|
112
|
+
"//sampleConfiguration": {
|
|
113
|
+
"productName": "@azure/arm-playwright",
|
|
114
|
+
"productSlugs": [
|
|
115
|
+
"azure"
|
|
116
|
+
],
|
|
117
|
+
"disableDocsMs": true,
|
|
118
|
+
"apiRefLink": "https://learn.microsoft.com/javascript/api/@azure/arm-playwright?view=azure-node-preview"
|
|
119
|
+
},
|
|
120
|
+
"exports": {
|
|
121
|
+
"./package.json": "./package.json",
|
|
122
|
+
".": {
|
|
123
|
+
"browser": {
|
|
124
|
+
"types": "./dist/browser/index.d.ts",
|
|
125
|
+
"default": "./dist/browser/index.js"
|
|
126
|
+
},
|
|
127
|
+
"react-native": {
|
|
128
|
+
"types": "./dist/react-native/index.d.ts",
|
|
129
|
+
"default": "./dist/react-native/index.js"
|
|
130
|
+
},
|
|
131
|
+
"import": {
|
|
132
|
+
"types": "./dist/esm/index.d.ts",
|
|
133
|
+
"default": "./dist/esm/index.js"
|
|
134
|
+
},
|
|
135
|
+
"require": {
|
|
136
|
+
"types": "./dist/commonjs/index.d.ts",
|
|
137
|
+
"default": "./dist/commonjs/index.js"
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"./api": {
|
|
141
|
+
"browser": {
|
|
142
|
+
"types": "./dist/browser/api/index.d.ts",
|
|
143
|
+
"default": "./dist/browser/api/index.js"
|
|
144
|
+
},
|
|
145
|
+
"react-native": {
|
|
146
|
+
"types": "./dist/react-native/api/index.d.ts",
|
|
147
|
+
"default": "./dist/react-native/api/index.js"
|
|
148
|
+
},
|
|
149
|
+
"import": {
|
|
150
|
+
"types": "./dist/esm/api/index.d.ts",
|
|
151
|
+
"default": "./dist/esm/api/index.js"
|
|
152
|
+
},
|
|
153
|
+
"require": {
|
|
154
|
+
"types": "./dist/commonjs/api/index.d.ts",
|
|
155
|
+
"default": "./dist/commonjs/api/index.js"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"./api/playwrightWorkspaceQuotas": {
|
|
159
|
+
"browser": {
|
|
160
|
+
"types": "./dist/browser/api/playwrightWorkspaceQuotas/index.d.ts",
|
|
161
|
+
"default": "./dist/browser/api/playwrightWorkspaceQuotas/index.js"
|
|
162
|
+
},
|
|
163
|
+
"react-native": {
|
|
164
|
+
"types": "./dist/react-native/api/playwrightWorkspaceQuotas/index.d.ts",
|
|
165
|
+
"default": "./dist/react-native/api/playwrightWorkspaceQuotas/index.js"
|
|
166
|
+
},
|
|
167
|
+
"import": {
|
|
168
|
+
"types": "./dist/esm/api/playwrightWorkspaceQuotas/index.d.ts",
|
|
169
|
+
"default": "./dist/esm/api/playwrightWorkspaceQuotas/index.js"
|
|
170
|
+
},
|
|
171
|
+
"require": {
|
|
172
|
+
"types": "./dist/commonjs/api/playwrightWorkspaceQuotas/index.d.ts",
|
|
173
|
+
"default": "./dist/commonjs/api/playwrightWorkspaceQuotas/index.js"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"./api/playwrightQuotas": {
|
|
177
|
+
"browser": {
|
|
178
|
+
"types": "./dist/browser/api/playwrightQuotas/index.d.ts",
|
|
179
|
+
"default": "./dist/browser/api/playwrightQuotas/index.js"
|
|
180
|
+
},
|
|
181
|
+
"react-native": {
|
|
182
|
+
"types": "./dist/react-native/api/playwrightQuotas/index.d.ts",
|
|
183
|
+
"default": "./dist/react-native/api/playwrightQuotas/index.js"
|
|
184
|
+
},
|
|
185
|
+
"import": {
|
|
186
|
+
"types": "./dist/esm/api/playwrightQuotas/index.d.ts",
|
|
187
|
+
"default": "./dist/esm/api/playwrightQuotas/index.js"
|
|
188
|
+
},
|
|
189
|
+
"require": {
|
|
190
|
+
"types": "./dist/commonjs/api/playwrightQuotas/index.d.ts",
|
|
191
|
+
"default": "./dist/commonjs/api/playwrightQuotas/index.js"
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"./api/playwrightWorkspaces": {
|
|
195
|
+
"browser": {
|
|
196
|
+
"types": "./dist/browser/api/playwrightWorkspaces/index.d.ts",
|
|
197
|
+
"default": "./dist/browser/api/playwrightWorkspaces/index.js"
|
|
198
|
+
},
|
|
199
|
+
"react-native": {
|
|
200
|
+
"types": "./dist/react-native/api/playwrightWorkspaces/index.d.ts",
|
|
201
|
+
"default": "./dist/react-native/api/playwrightWorkspaces/index.js"
|
|
202
|
+
},
|
|
203
|
+
"import": {
|
|
204
|
+
"types": "./dist/esm/api/playwrightWorkspaces/index.d.ts",
|
|
205
|
+
"default": "./dist/esm/api/playwrightWorkspaces/index.js"
|
|
206
|
+
},
|
|
207
|
+
"require": {
|
|
208
|
+
"types": "./dist/commonjs/api/playwrightWorkspaces/index.d.ts",
|
|
209
|
+
"default": "./dist/commonjs/api/playwrightWorkspaces/index.js"
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"./api/operations": {
|
|
213
|
+
"browser": {
|
|
214
|
+
"types": "./dist/browser/api/operations/index.d.ts",
|
|
215
|
+
"default": "./dist/browser/api/operations/index.js"
|
|
216
|
+
},
|
|
217
|
+
"react-native": {
|
|
218
|
+
"types": "./dist/react-native/api/operations/index.d.ts",
|
|
219
|
+
"default": "./dist/react-native/api/operations/index.js"
|
|
220
|
+
},
|
|
221
|
+
"import": {
|
|
222
|
+
"types": "./dist/esm/api/operations/index.d.ts",
|
|
223
|
+
"default": "./dist/esm/api/operations/index.js"
|
|
224
|
+
},
|
|
225
|
+
"require": {
|
|
226
|
+
"types": "./dist/commonjs/api/operations/index.d.ts",
|
|
227
|
+
"default": "./dist/commonjs/api/operations/index.js"
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"./models": {
|
|
231
|
+
"browser": {
|
|
232
|
+
"types": "./dist/browser/models/index.d.ts",
|
|
233
|
+
"default": "./dist/browser/models/index.js"
|
|
234
|
+
},
|
|
235
|
+
"react-native": {
|
|
236
|
+
"types": "./dist/react-native/models/index.d.ts",
|
|
237
|
+
"default": "./dist/react-native/models/index.js"
|
|
238
|
+
},
|
|
239
|
+
"import": {
|
|
240
|
+
"types": "./dist/esm/models/index.d.ts",
|
|
241
|
+
"default": "./dist/esm/models/index.js"
|
|
242
|
+
},
|
|
243
|
+
"require": {
|
|
244
|
+
"types": "./dist/commonjs/models/index.d.ts",
|
|
245
|
+
"default": "./dist/commonjs/models/index.js"
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
"main": "./dist/commonjs/index.js",
|
|
250
|
+
"types": "./dist/commonjs/index.d.ts",
|
|
251
|
+
"module": "./dist/esm/index.js"
|
|
252
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-playwright"
|
|
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: PlaywrightManagementContext, 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,26 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-playwright"
|
|
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 get(context: PlaywrightManagementContext, location: string, playwrightQuotaName: QuotaName, options?: PlaywrightQuotasGetOptionalParams): Promise<PlaywrightQuota>;
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export function listBySubscription(context: PlaywrightManagementContext, location: string, options?: PlaywrightQuotasListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PlaywrightQuota>;
|
|
15
|
+
|
|
16
|
+
// @public
|
|
17
|
+
export interface PlaywrightQuotasGetOptionalParams extends OperationOptions {
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// @public
|
|
21
|
+
export interface PlaywrightQuotasListBySubscriptionOptionalParams extends OperationOptions {
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
// (No @packageDocumentation comment for this package)
|
|
25
|
+
|
|
26
|
+
```
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-playwright"
|
|
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 get(context: PlaywrightManagementContext, resourceGroupName: string, playwrightWorkspaceName: string, quotaName: QuotaName, options?: PlaywrightWorkspaceQuotasGetOptionalParams): Promise<PlaywrightWorkspaceQuota>;
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export function listByPlaywrightWorkspace(context: PlaywrightManagementContext, resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams): PagedAsyncIterableIterator<PlaywrightWorkspaceQuota>;
|
|
15
|
+
|
|
16
|
+
// @public
|
|
17
|
+
export interface PlaywrightWorkspaceQuotasGetOptionalParams extends OperationOptions {
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// @public
|
|
21
|
+
export interface PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams extends OperationOptions {
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
// (No @packageDocumentation comment for this package)
|
|
25
|
+
|
|
26
|
+
```
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-playwright"
|
|
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: PlaywrightManagementContext, resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspacesDeleteOptionalParams): PollerLike<OperationState<void>, void>;
|
|
14
|
+
|
|
15
|
+
// @public
|
|
16
|
+
export function checkNameAvailability(context: PlaywrightManagementContext, body: CheckNameAvailabilityRequest, options?: PlaywrightWorkspacesCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResponse>;
|
|
17
|
+
|
|
18
|
+
// @public
|
|
19
|
+
export function createOrUpdate(context: PlaywrightManagementContext, resourceGroupName: string, playwrightWorkspaceName: string, resource: PlaywrightWorkspace, options?: PlaywrightWorkspacesCreateOrUpdateOptionalParams): PollerLike<OperationState<PlaywrightWorkspace>, PlaywrightWorkspace>;
|
|
20
|
+
|
|
21
|
+
// @public
|
|
22
|
+
export function get(context: PlaywrightManagementContext, resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspacesGetOptionalParams): Promise<PlaywrightWorkspace>;
|
|
23
|
+
|
|
24
|
+
// @public
|
|
25
|
+
export function listByResourceGroup(context: PlaywrightManagementContext, resourceGroupName: string, options?: PlaywrightWorkspacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PlaywrightWorkspace>;
|
|
26
|
+
|
|
27
|
+
// @public
|
|
28
|
+
export function listBySubscription(context: PlaywrightManagementContext, options?: PlaywrightWorkspacesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PlaywrightWorkspace>;
|
|
29
|
+
|
|
30
|
+
// @public
|
|
31
|
+
export interface PlaywrightWorkspacesCheckNameAvailabilityOptionalParams extends OperationOptions {
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// @public
|
|
35
|
+
export interface PlaywrightWorkspacesCreateOrUpdateOptionalParams extends OperationOptions {
|
|
36
|
+
updateIntervalInMs?: number;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
// @public
|
|
40
|
+
export interface PlaywrightWorkspacesDeleteOptionalParams extends OperationOptions {
|
|
41
|
+
updateIntervalInMs?: number;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
// @public
|
|
45
|
+
export interface PlaywrightWorkspacesGetOptionalParams extends OperationOptions {
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
// @public
|
|
49
|
+
export interface PlaywrightWorkspacesListByResourceGroupOptionalParams extends OperationOptions {
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
// @public
|
|
53
|
+
export interface PlaywrightWorkspacesListBySubscriptionOptionalParams extends OperationOptions {
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
// @public
|
|
57
|
+
export interface PlaywrightWorkspacesUpdateOptionalParams extends OperationOptions {
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
// @public
|
|
61
|
+
export function update(context: PlaywrightManagementContext, resourceGroupName: string, playwrightWorkspaceName: string, properties: PlaywrightWorkspaceUpdate, options?: PlaywrightWorkspacesUpdateOptionalParams): Promise<PlaywrightWorkspace>;
|
|
62
|
+
|
|
63
|
+
// (No @packageDocumentation comment for this package)
|
|
64
|
+
|
|
65
|
+
```
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-playwright"
|
|
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 createPlaywrightManagement(credential: TokenCredential, subscriptionId: string, options?: PlaywrightManagementClientOptionalParams): PlaywrightManagementContext;
|
|
13
|
+
|
|
14
|
+
// @public
|
|
15
|
+
export interface PlaywrightManagementClientOptionalParams extends ClientOptions {
|
|
16
|
+
apiVersion?: string;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// @public
|
|
20
|
+
export interface PlaywrightManagementContext extends Client {
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
subscriptionId: string;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
// (No @packageDocumentation comment for this package)
|
|
26
|
+
|
|
27
|
+
```
|
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-playwright"
|
|
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 CheckNameAvailabilityReason = string;
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export interface CheckNameAvailabilityRequest {
|
|
15
|
+
name?: string;
|
|
16
|
+
type?: string;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// @public
|
|
20
|
+
export interface CheckNameAvailabilityResponse {
|
|
21
|
+
message?: string;
|
|
22
|
+
nameAvailable?: boolean;
|
|
23
|
+
reason?: CheckNameAvailabilityReason;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
// @public
|
|
27
|
+
export type CreatedByType = string;
|
|
28
|
+
|
|
29
|
+
// @public
|
|
30
|
+
export type EnablementStatus = string;
|
|
31
|
+
|
|
32
|
+
// @public
|
|
33
|
+
export interface ErrorAdditionalInfo {
|
|
34
|
+
readonly info?: any;
|
|
35
|
+
readonly type?: string;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// @public
|
|
39
|
+
export interface ErrorDetail {
|
|
40
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
41
|
+
readonly code?: string;
|
|
42
|
+
readonly details?: ErrorDetail[];
|
|
43
|
+
readonly message?: string;
|
|
44
|
+
readonly target?: string;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
// @public
|
|
48
|
+
export interface ErrorResponse {
|
|
49
|
+
error?: ErrorDetail;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
// @public
|
|
53
|
+
export interface FreeTrialProperties {
|
|
54
|
+
readonly state: FreeTrialState;
|
|
55
|
+
readonly workspaceId: string;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
// @public
|
|
59
|
+
export type FreeTrialState = string;
|
|
60
|
+
|
|
61
|
+
// @public
|
|
62
|
+
export enum KnownActionType {
|
|
63
|
+
Internal = "Internal"
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
// @public
|
|
67
|
+
export enum KnownCheckNameAvailabilityReason {
|
|
68
|
+
AlreadyExists = "AlreadyExists",
|
|
69
|
+
Invalid = "Invalid"
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
// @public
|
|
73
|
+
export enum KnownCreatedByType {
|
|
74
|
+
Application = "Application",
|
|
75
|
+
Key = "Key",
|
|
76
|
+
ManagedIdentity = "ManagedIdentity",
|
|
77
|
+
User = "User"
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
// @public
|
|
81
|
+
export enum KnownEnablementStatus {
|
|
82
|
+
Disabled = "Disabled",
|
|
83
|
+
Enabled = "Enabled"
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
// @public
|
|
87
|
+
export enum KnownFreeTrialState {
|
|
88
|
+
Active = "Active",
|
|
89
|
+
Expired = "Expired",
|
|
90
|
+
NotApplicable = "NotApplicable"
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
// @public
|
|
94
|
+
export enum KnownOrigin {
|
|
95
|
+
System = "system",
|
|
96
|
+
User = "user",
|
|
97
|
+
UserSystem = "user,system"
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
// @public
|
|
101
|
+
export enum KnownProvisioningState {
|
|
102
|
+
Accepted = "Accepted",
|
|
103
|
+
Canceled = "Canceled",
|
|
104
|
+
Creating = "Creating",
|
|
105
|
+
Deleting = "Deleting",
|
|
106
|
+
Failed = "Failed",
|
|
107
|
+
Succeeded = "Succeeded"
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
// @public
|
|
111
|
+
export enum KnownQuotaName {
|
|
112
|
+
ExecutionMinutes = "ExecutionMinutes"
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
// @public
|
|
116
|
+
export enum KnownVersions {
|
|
117
|
+
V20250701Preview = "2025-07-01-preview"
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
// @public
|
|
121
|
+
export interface Operation {
|
|
122
|
+
readonly actionType?: ActionType;
|
|
123
|
+
display?: OperationDisplay;
|
|
124
|
+
readonly isDataAction?: boolean;
|
|
125
|
+
readonly name?: string;
|
|
126
|
+
readonly origin?: Origin;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
// @public
|
|
130
|
+
export interface OperationDisplay {
|
|
131
|
+
readonly description?: string;
|
|
132
|
+
readonly operation?: string;
|
|
133
|
+
readonly provider?: string;
|
|
134
|
+
readonly resource?: string;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
// @public
|
|
138
|
+
export type Origin = string;
|
|
139
|
+
|
|
140
|
+
// @public
|
|
141
|
+
export interface PlaywrightQuota extends ProxyResource {
|
|
142
|
+
properties?: PlaywrightQuotaProperties;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
// @public
|
|
146
|
+
export interface PlaywrightQuotaProperties {
|
|
147
|
+
readonly freeTrial?: FreeTrialProperties;
|
|
148
|
+
readonly provisioningState?: ProvisioningState;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
// @public
|
|
152
|
+
export interface PlaywrightWorkspace extends TrackedResource {
|
|
153
|
+
properties?: PlaywrightWorkspaceProperties;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
// @public
|
|
157
|
+
export interface PlaywrightWorkspaceFreeTrialProperties {
|
|
158
|
+
readonly allocatedValue: number;
|
|
159
|
+
readonly createdAt: Date;
|
|
160
|
+
readonly expiryAt: Date;
|
|
161
|
+
readonly percentageUsed: number;
|
|
162
|
+
readonly usedValue: number;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
// @public
|
|
166
|
+
export interface PlaywrightWorkspaceProperties {
|
|
167
|
+
readonly dataplaneUri?: string;
|
|
168
|
+
localAuth?: EnablementStatus;
|
|
169
|
+
readonly provisioningState?: ProvisioningState;
|
|
170
|
+
regionalAffinity?: EnablementStatus;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
// @public
|
|
174
|
+
export interface PlaywrightWorkspaceQuota extends ProxyResource {
|
|
175
|
+
properties?: PlaywrightWorkspaceQuotaProperties;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
// @public
|
|
179
|
+
export interface PlaywrightWorkspaceQuotaProperties {
|
|
180
|
+
readonly freeTrial?: PlaywrightWorkspaceFreeTrialProperties;
|
|
181
|
+
readonly provisioningState?: ProvisioningState;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
// @public
|
|
185
|
+
export interface PlaywrightWorkspaceUpdate {
|
|
186
|
+
properties?: PlaywrightWorkspaceUpdateProperties;
|
|
187
|
+
tags?: Record<string, string>;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
// @public
|
|
191
|
+
export interface PlaywrightWorkspaceUpdateProperties {
|
|
192
|
+
localAuth?: EnablementStatus;
|
|
193
|
+
regionalAffinity?: EnablementStatus;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
// @public
|
|
197
|
+
export type ProvisioningState = string;
|
|
198
|
+
|
|
199
|
+
// @public
|
|
200
|
+
export interface ProxyResource extends Resource {
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
// @public
|
|
204
|
+
export type QuotaName = string;
|
|
205
|
+
|
|
206
|
+
// @public
|
|
207
|
+
export interface Resource {
|
|
208
|
+
readonly id?: string;
|
|
209
|
+
readonly name?: string;
|
|
210
|
+
readonly systemData?: SystemData;
|
|
211
|
+
readonly type?: string;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
// @public
|
|
215
|
+
export interface SystemData {
|
|
216
|
+
createdAt?: Date;
|
|
217
|
+
createdBy?: string;
|
|
218
|
+
createdByType?: CreatedByType;
|
|
219
|
+
lastModifiedAt?: Date;
|
|
220
|
+
lastModifiedBy?: string;
|
|
221
|
+
lastModifiedByType?: CreatedByType;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
// @public
|
|
225
|
+
export interface TrackedResource extends Resource {
|
|
226
|
+
location: string;
|
|
227
|
+
tags?: Record<string, string>;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
// (No @packageDocumentation comment for this package)
|
|
231
|
+
|
|
232
|
+
```
|