@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
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { PlaywrightManagementContext as Client } from "../index.js";
|
|
2
|
+
import { PlaywrightWorkspace, PlaywrightWorkspaceUpdate, _PlaywrightWorkspaceListResult, CheckNameAvailabilityRequest, CheckNameAvailabilityResponse } from "../../models/models.js";
|
|
3
|
+
import { PlaywrightWorkspacesCheckNameAvailabilityOptionalParams, PlaywrightWorkspacesListBySubscriptionOptionalParams, PlaywrightWorkspacesListByResourceGroupOptionalParams, PlaywrightWorkspacesDeleteOptionalParams, PlaywrightWorkspacesUpdateOptionalParams, PlaywrightWorkspacesCreateOrUpdateOptionalParams, PlaywrightWorkspacesGetOptionalParams } from "./options.js";
|
|
4
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
import { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client";
|
|
6
|
+
import { PollerLike, OperationState } from "@azure/core-lro";
|
|
7
|
+
export declare function _checkNameAvailabilitySend(context: Client, body: CheckNameAvailabilityRequest, options?: PlaywrightWorkspacesCheckNameAvailabilityOptionalParams): StreamableMethod;
|
|
8
|
+
export declare function _checkNameAvailabilityDeserialize(result: PathUncheckedResponse): Promise<CheckNameAvailabilityResponse>;
|
|
9
|
+
/** Implements global CheckNameAvailability operations */
|
|
10
|
+
export declare function checkNameAvailability(context: Client, body: CheckNameAvailabilityRequest, options?: PlaywrightWorkspacesCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResponse>;
|
|
11
|
+
export declare function _listBySubscriptionSend(context: Client, options?: PlaywrightWorkspacesListBySubscriptionOptionalParams): StreamableMethod;
|
|
12
|
+
export declare function _listBySubscriptionDeserialize(result: PathUncheckedResponse): Promise<_PlaywrightWorkspaceListResult>;
|
|
13
|
+
/** List PlaywrightWorkspace resources by subscription ID */
|
|
14
|
+
export declare function listBySubscription(context: Client, options?: PlaywrightWorkspacesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PlaywrightWorkspace>;
|
|
15
|
+
export declare function _listByResourceGroupSend(context: Client, resourceGroupName: string, options?: PlaywrightWorkspacesListByResourceGroupOptionalParams): StreamableMethod;
|
|
16
|
+
export declare function _listByResourceGroupDeserialize(result: PathUncheckedResponse): Promise<_PlaywrightWorkspaceListResult>;
|
|
17
|
+
/** List PlaywrightWorkspace resources by resource group */
|
|
18
|
+
export declare function listByResourceGroup(context: Client, resourceGroupName: string, options?: PlaywrightWorkspacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PlaywrightWorkspace>;
|
|
19
|
+
export declare function _$deleteSend(context: Client, resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspacesDeleteOptionalParams): StreamableMethod;
|
|
20
|
+
export declare function _$deleteDeserialize(result: PathUncheckedResponse): Promise<void>;
|
|
21
|
+
/** Delete a PlaywrightWorkspace */
|
|
22
|
+
/**
|
|
23
|
+
* @fixme delete is a reserved word that cannot be used as an operation name.
|
|
24
|
+
* Please add @clientName("clientName") or @clientName("<JS-Specific-Name>", "javascript")
|
|
25
|
+
* to the operation to override the generated name.
|
|
26
|
+
*/
|
|
27
|
+
export declare function $delete(context: Client, resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspacesDeleteOptionalParams): PollerLike<OperationState<void>, void>;
|
|
28
|
+
export declare function _updateSend(context: Client, resourceGroupName: string, playwrightWorkspaceName: string, properties: PlaywrightWorkspaceUpdate, options?: PlaywrightWorkspacesUpdateOptionalParams): StreamableMethod;
|
|
29
|
+
export declare function _updateDeserialize(result: PathUncheckedResponse): Promise<PlaywrightWorkspace>;
|
|
30
|
+
/** Update a PlaywrightWorkspace */
|
|
31
|
+
export declare function update(context: Client, resourceGroupName: string, playwrightWorkspaceName: string, properties: PlaywrightWorkspaceUpdate, options?: PlaywrightWorkspacesUpdateOptionalParams): Promise<PlaywrightWorkspace>;
|
|
32
|
+
export declare function _createOrUpdateSend(context: Client, resourceGroupName: string, playwrightWorkspaceName: string, resource: PlaywrightWorkspace, options?: PlaywrightWorkspacesCreateOrUpdateOptionalParams): StreamableMethod;
|
|
33
|
+
export declare function _createOrUpdateDeserialize(result: PathUncheckedResponse): Promise<PlaywrightWorkspace>;
|
|
34
|
+
/** Create a PlaywrightWorkspace */
|
|
35
|
+
export declare function createOrUpdate(context: Client, resourceGroupName: string, playwrightWorkspaceName: string, resource: PlaywrightWorkspace, options?: PlaywrightWorkspacesCreateOrUpdateOptionalParams): PollerLike<OperationState<PlaywrightWorkspace>, PlaywrightWorkspace>;
|
|
36
|
+
export declare function _getSend(context: Client, resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspacesGetOptionalParams): StreamableMethod;
|
|
37
|
+
export declare function _getDeserialize(result: PathUncheckedResponse): Promise<PlaywrightWorkspace>;
|
|
38
|
+
/** Get a PlaywrightWorkspace */
|
|
39
|
+
export declare function get(context: Client, resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspacesGetOptionalParams): Promise<PlaywrightWorkspace>;
|
|
40
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { errorResponseDeserializer, playwrightWorkspaceSerializer, playwrightWorkspaceDeserializer, playwrightWorkspaceUpdateSerializer, _playwrightWorkspaceListResultDeserializer, checkNameAvailabilityRequestSerializer, checkNameAvailabilityResponseDeserializer, } from "../../models/models.js";
|
|
4
|
+
import { getLongRunningPoller } from "../../static-helpers/pollingHelpers.js";
|
|
5
|
+
import { expandUrlTemplate } from "../../static-helpers/urlTemplate.js";
|
|
6
|
+
import { buildPagedAsyncIterator, } from "../../static-helpers/pagingHelpers.js";
|
|
7
|
+
import { createRestError, operationOptionsToRequestParameters, } from "@azure-rest/core-client";
|
|
8
|
+
export function _checkNameAvailabilitySend(context, body, options = {
|
|
9
|
+
requestOptions: {},
|
|
10
|
+
}) {
|
|
11
|
+
var _a, _b;
|
|
12
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/checkNameAvailability{?api%2Dversion}", {
|
|
13
|
+
subscriptionId: context.subscriptionId,
|
|
14
|
+
"api%2Dversion": context.apiVersion,
|
|
15
|
+
}, {
|
|
16
|
+
allowReserved: (_a = options === null || options === void 0 ? void 0 : options.requestOptions) === null || _a === void 0 ? void 0 : _a.skipUrlEncoding,
|
|
17
|
+
});
|
|
18
|
+
return context.path(path).post(Object.assign(Object.assign({}, operationOptionsToRequestParameters(options)), { contentType: "application/json", headers: Object.assign({ accept: "application/json" }, (_b = options.requestOptions) === null || _b === void 0 ? void 0 : _b.headers), body: checkNameAvailabilityRequestSerializer(body) }));
|
|
19
|
+
}
|
|
20
|
+
export async function _checkNameAvailabilityDeserialize(result) {
|
|
21
|
+
const expectedStatuses = ["200"];
|
|
22
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
23
|
+
const error = createRestError(result);
|
|
24
|
+
error.details = errorResponseDeserializer(result.body);
|
|
25
|
+
throw error;
|
|
26
|
+
}
|
|
27
|
+
return checkNameAvailabilityResponseDeserializer(result.body);
|
|
28
|
+
}
|
|
29
|
+
/** Implements global CheckNameAvailability operations */
|
|
30
|
+
export async function checkNameAvailability(context, body, options = {
|
|
31
|
+
requestOptions: {},
|
|
32
|
+
}) {
|
|
33
|
+
const result = await _checkNameAvailabilitySend(context, body, options);
|
|
34
|
+
return _checkNameAvailabilityDeserialize(result);
|
|
35
|
+
}
|
|
36
|
+
export function _listBySubscriptionSend(context, options = {
|
|
37
|
+
requestOptions: {},
|
|
38
|
+
}) {
|
|
39
|
+
var _a, _b;
|
|
40
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/playwrightWorkspaces{?api%2Dversion}", {
|
|
41
|
+
subscriptionId: context.subscriptionId,
|
|
42
|
+
"api%2Dversion": context.apiVersion,
|
|
43
|
+
}, {
|
|
44
|
+
allowReserved: (_a = options === null || options === void 0 ? void 0 : options.requestOptions) === null || _a === void 0 ? void 0 : _a.skipUrlEncoding,
|
|
45
|
+
});
|
|
46
|
+
return context.path(path).get(Object.assign(Object.assign({}, operationOptionsToRequestParameters(options)), { headers: Object.assign({ accept: "application/json" }, (_b = options.requestOptions) === null || _b === void 0 ? void 0 : _b.headers) }));
|
|
47
|
+
}
|
|
48
|
+
export async function _listBySubscriptionDeserialize(result) {
|
|
49
|
+
const expectedStatuses = ["200"];
|
|
50
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
51
|
+
const error = createRestError(result);
|
|
52
|
+
error.details = errorResponseDeserializer(result.body);
|
|
53
|
+
throw error;
|
|
54
|
+
}
|
|
55
|
+
return _playwrightWorkspaceListResultDeserializer(result.body);
|
|
56
|
+
}
|
|
57
|
+
/** List PlaywrightWorkspace resources by subscription ID */
|
|
58
|
+
export function listBySubscription(context, options = {
|
|
59
|
+
requestOptions: {},
|
|
60
|
+
}) {
|
|
61
|
+
return buildPagedAsyncIterator(context, () => _listBySubscriptionSend(context, options), _listBySubscriptionDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink" });
|
|
62
|
+
}
|
|
63
|
+
export function _listByResourceGroupSend(context, resourceGroupName, options = {
|
|
64
|
+
requestOptions: {},
|
|
65
|
+
}) {
|
|
66
|
+
var _a, _b;
|
|
67
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/playwrightWorkspaces{?api%2Dversion}", {
|
|
68
|
+
subscriptionId: context.subscriptionId,
|
|
69
|
+
resourceGroupName: resourceGroupName,
|
|
70
|
+
"api%2Dversion": context.apiVersion,
|
|
71
|
+
}, {
|
|
72
|
+
allowReserved: (_a = options === null || options === void 0 ? void 0 : options.requestOptions) === null || _a === void 0 ? void 0 : _a.skipUrlEncoding,
|
|
73
|
+
});
|
|
74
|
+
return context.path(path).get(Object.assign(Object.assign({}, operationOptionsToRequestParameters(options)), { headers: Object.assign({ accept: "application/json" }, (_b = options.requestOptions) === null || _b === void 0 ? void 0 : _b.headers) }));
|
|
75
|
+
}
|
|
76
|
+
export async function _listByResourceGroupDeserialize(result) {
|
|
77
|
+
const expectedStatuses = ["200"];
|
|
78
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
79
|
+
const error = createRestError(result);
|
|
80
|
+
error.details = errorResponseDeserializer(result.body);
|
|
81
|
+
throw error;
|
|
82
|
+
}
|
|
83
|
+
return _playwrightWorkspaceListResultDeserializer(result.body);
|
|
84
|
+
}
|
|
85
|
+
/** List PlaywrightWorkspace resources by resource group */
|
|
86
|
+
export function listByResourceGroup(context, resourceGroupName, options = {
|
|
87
|
+
requestOptions: {},
|
|
88
|
+
}) {
|
|
89
|
+
return buildPagedAsyncIterator(context, () => _listByResourceGroupSend(context, resourceGroupName, options), _listByResourceGroupDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink" });
|
|
90
|
+
}
|
|
91
|
+
export function _$deleteSend(context, resourceGroupName, playwrightWorkspaceName, options = { requestOptions: {} }) {
|
|
92
|
+
var _a, _b;
|
|
93
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/playwrightWorkspaces/{playwrightWorkspaceName}{?api%2Dversion}", {
|
|
94
|
+
subscriptionId: context.subscriptionId,
|
|
95
|
+
resourceGroupName: resourceGroupName,
|
|
96
|
+
playwrightWorkspaceName: playwrightWorkspaceName,
|
|
97
|
+
"api%2Dversion": context.apiVersion,
|
|
98
|
+
}, {
|
|
99
|
+
allowReserved: (_a = options === null || options === void 0 ? void 0 : options.requestOptions) === null || _a === void 0 ? void 0 : _a.skipUrlEncoding,
|
|
100
|
+
});
|
|
101
|
+
return context.path(path).delete(Object.assign(Object.assign({}, operationOptionsToRequestParameters(options)), { headers: Object.assign({ accept: "application/json" }, (_b = options.requestOptions) === null || _b === void 0 ? void 0 : _b.headers) }));
|
|
102
|
+
}
|
|
103
|
+
export async function _$deleteDeserialize(result) {
|
|
104
|
+
const expectedStatuses = ["202", "204", "200"];
|
|
105
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
106
|
+
const error = createRestError(result);
|
|
107
|
+
error.details = errorResponseDeserializer(result.body);
|
|
108
|
+
throw error;
|
|
109
|
+
}
|
|
110
|
+
return;
|
|
111
|
+
}
|
|
112
|
+
/** Delete a PlaywrightWorkspace */
|
|
113
|
+
/**
|
|
114
|
+
* @fixme delete is a reserved word that cannot be used as an operation name.
|
|
115
|
+
* Please add @clientName("clientName") or @clientName("<JS-Specific-Name>", "javascript")
|
|
116
|
+
* to the operation to override the generated name.
|
|
117
|
+
*/
|
|
118
|
+
export function $delete(context, resourceGroupName, playwrightWorkspaceName, options = { requestOptions: {} }) {
|
|
119
|
+
return getLongRunningPoller(context, _$deleteDeserialize, ["202", "204", "200"], {
|
|
120
|
+
updateIntervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
121
|
+
abortSignal: options === null || options === void 0 ? void 0 : options.abortSignal,
|
|
122
|
+
getInitialResponse: () => _$deleteSend(context, resourceGroupName, playwrightWorkspaceName, options),
|
|
123
|
+
resourceLocationConfig: "location",
|
|
124
|
+
});
|
|
125
|
+
}
|
|
126
|
+
export function _updateSend(context, resourceGroupName, playwrightWorkspaceName, properties, options = { requestOptions: {} }) {
|
|
127
|
+
var _a, _b;
|
|
128
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/playwrightWorkspaces/{playwrightWorkspaceName}{?api%2Dversion}", {
|
|
129
|
+
subscriptionId: context.subscriptionId,
|
|
130
|
+
resourceGroupName: resourceGroupName,
|
|
131
|
+
playwrightWorkspaceName: playwrightWorkspaceName,
|
|
132
|
+
"api%2Dversion": context.apiVersion,
|
|
133
|
+
}, {
|
|
134
|
+
allowReserved: (_a = options === null || options === void 0 ? void 0 : options.requestOptions) === null || _a === void 0 ? void 0 : _a.skipUrlEncoding,
|
|
135
|
+
});
|
|
136
|
+
return context.path(path).patch(Object.assign(Object.assign({}, operationOptionsToRequestParameters(options)), { contentType: "application/json", headers: Object.assign({ accept: "application/json" }, (_b = options.requestOptions) === null || _b === void 0 ? void 0 : _b.headers), body: playwrightWorkspaceUpdateSerializer(properties) }));
|
|
137
|
+
}
|
|
138
|
+
export async function _updateDeserialize(result) {
|
|
139
|
+
const expectedStatuses = ["200"];
|
|
140
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
141
|
+
const error = createRestError(result);
|
|
142
|
+
error.details = errorResponseDeserializer(result.body);
|
|
143
|
+
throw error;
|
|
144
|
+
}
|
|
145
|
+
return playwrightWorkspaceDeserializer(result.body);
|
|
146
|
+
}
|
|
147
|
+
/** Update a PlaywrightWorkspace */
|
|
148
|
+
export async function update(context, resourceGroupName, playwrightWorkspaceName, properties, options = { requestOptions: {} }) {
|
|
149
|
+
const result = await _updateSend(context, resourceGroupName, playwrightWorkspaceName, properties, options);
|
|
150
|
+
return _updateDeserialize(result);
|
|
151
|
+
}
|
|
152
|
+
export function _createOrUpdateSend(context, resourceGroupName, playwrightWorkspaceName, resource, options = {
|
|
153
|
+
requestOptions: {},
|
|
154
|
+
}) {
|
|
155
|
+
var _a, _b;
|
|
156
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/playwrightWorkspaces/{playwrightWorkspaceName}{?api%2Dversion}", {
|
|
157
|
+
subscriptionId: context.subscriptionId,
|
|
158
|
+
resourceGroupName: resourceGroupName,
|
|
159
|
+
playwrightWorkspaceName: playwrightWorkspaceName,
|
|
160
|
+
"api%2Dversion": context.apiVersion,
|
|
161
|
+
}, {
|
|
162
|
+
allowReserved: (_a = options === null || options === void 0 ? void 0 : options.requestOptions) === null || _a === void 0 ? void 0 : _a.skipUrlEncoding,
|
|
163
|
+
});
|
|
164
|
+
return context.path(path).put(Object.assign(Object.assign({}, operationOptionsToRequestParameters(options)), { contentType: "application/json", headers: Object.assign({ accept: "application/json" }, (_b = options.requestOptions) === null || _b === void 0 ? void 0 : _b.headers), body: playwrightWorkspaceSerializer(resource) }));
|
|
165
|
+
}
|
|
166
|
+
export async function _createOrUpdateDeserialize(result) {
|
|
167
|
+
const expectedStatuses = ["200", "201"];
|
|
168
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
169
|
+
const error = createRestError(result);
|
|
170
|
+
error.details = errorResponseDeserializer(result.body);
|
|
171
|
+
throw error;
|
|
172
|
+
}
|
|
173
|
+
return playwrightWorkspaceDeserializer(result.body);
|
|
174
|
+
}
|
|
175
|
+
/** Create a PlaywrightWorkspace */
|
|
176
|
+
export function createOrUpdate(context, resourceGroupName, playwrightWorkspaceName, resource, options = {
|
|
177
|
+
requestOptions: {},
|
|
178
|
+
}) {
|
|
179
|
+
return getLongRunningPoller(context, _createOrUpdateDeserialize, ["200", "201"], {
|
|
180
|
+
updateIntervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
181
|
+
abortSignal: options === null || options === void 0 ? void 0 : options.abortSignal,
|
|
182
|
+
getInitialResponse: () => _createOrUpdateSend(context, resourceGroupName, playwrightWorkspaceName, resource, options),
|
|
183
|
+
resourceLocationConfig: "azure-async-operation",
|
|
184
|
+
});
|
|
185
|
+
}
|
|
186
|
+
export function _getSend(context, resourceGroupName, playwrightWorkspaceName, options = { requestOptions: {} }) {
|
|
187
|
+
var _a, _b;
|
|
188
|
+
const path = expandUrlTemplate("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/playwrightWorkspaces/{playwrightWorkspaceName}{?api%2Dversion}", {
|
|
189
|
+
subscriptionId: context.subscriptionId,
|
|
190
|
+
resourceGroupName: resourceGroupName,
|
|
191
|
+
playwrightWorkspaceName: playwrightWorkspaceName,
|
|
192
|
+
"api%2Dversion": context.apiVersion,
|
|
193
|
+
}, {
|
|
194
|
+
allowReserved: (_a = options === null || options === void 0 ? void 0 : options.requestOptions) === null || _a === void 0 ? void 0 : _a.skipUrlEncoding,
|
|
195
|
+
});
|
|
196
|
+
return context.path(path).get(Object.assign(Object.assign({}, operationOptionsToRequestParameters(options)), { headers: Object.assign({ accept: "application/json" }, (_b = options.requestOptions) === null || _b === void 0 ? void 0 : _b.headers) }));
|
|
197
|
+
}
|
|
198
|
+
export async function _getDeserialize(result) {
|
|
199
|
+
const expectedStatuses = ["200"];
|
|
200
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
201
|
+
const error = createRestError(result);
|
|
202
|
+
error.details = errorResponseDeserializer(result.body);
|
|
203
|
+
throw error;
|
|
204
|
+
}
|
|
205
|
+
return playwrightWorkspaceDeserializer(result.body);
|
|
206
|
+
}
|
|
207
|
+
/** Get a PlaywrightWorkspace */
|
|
208
|
+
export async function get(context, resourceGroupName, playwrightWorkspaceName, options = { requestOptions: {} }) {
|
|
209
|
+
const result = await _getSend(context, resourceGroupName, playwrightWorkspaceName, options);
|
|
210
|
+
return _getDeserialize(result);
|
|
211
|
+
}
|
|
212
|
+
//# sourceMappingURL=operations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../../src/api/playwrightWorkspaces/operations.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { PlaywrightManagementContext as Client } from \"../index.js\";\nimport {\n errorResponseDeserializer,\n PlaywrightWorkspace,\n playwrightWorkspaceSerializer,\n playwrightWorkspaceDeserializer,\n PlaywrightWorkspaceUpdate,\n playwrightWorkspaceUpdateSerializer,\n _PlaywrightWorkspaceListResult,\n _playwrightWorkspaceListResultDeserializer,\n CheckNameAvailabilityRequest,\n checkNameAvailabilityRequestSerializer,\n CheckNameAvailabilityResponse,\n checkNameAvailabilityResponseDeserializer,\n} from \"../../models/models.js\";\nimport {\n PlaywrightWorkspacesCheckNameAvailabilityOptionalParams,\n PlaywrightWorkspacesListBySubscriptionOptionalParams,\n PlaywrightWorkspacesListByResourceGroupOptionalParams,\n PlaywrightWorkspacesDeleteOptionalParams,\n PlaywrightWorkspacesUpdateOptionalParams,\n PlaywrightWorkspacesCreateOrUpdateOptionalParams,\n PlaywrightWorkspacesGetOptionalParams,\n} from \"./options.js\";\nimport { getLongRunningPoller } from \"../../static-helpers/pollingHelpers.js\";\nimport { expandUrlTemplate } from \"../../static-helpers/urlTemplate.js\";\nimport {\n PagedAsyncIterableIterator,\n buildPagedAsyncIterator,\n} from \"../../static-helpers/pagingHelpers.js\";\nimport {\n StreamableMethod,\n PathUncheckedResponse,\n createRestError,\n operationOptionsToRequestParameters,\n} from \"@azure-rest/core-client\";\nimport { PollerLike, OperationState } from \"@azure/core-lro\";\n\nexport function _checkNameAvailabilitySend(\n context: Client,\n body: CheckNameAvailabilityRequest,\n options: PlaywrightWorkspacesCheckNameAvailabilityOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/checkNameAvailability{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n \"api%2Dversion\": context.apiVersion,\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).post({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: {\n accept: \"application/json\",\n ...options.requestOptions?.headers,\n },\n body: checkNameAvailabilityRequestSerializer(body),\n });\n}\n\nexport async function _checkNameAvailabilityDeserialize(\n result: PathUncheckedResponse,\n): Promise<CheckNameAvailabilityResponse> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n throw error;\n }\n\n return checkNameAvailabilityResponseDeserializer(result.body);\n}\n\n/** Implements global CheckNameAvailability operations */\nexport async function checkNameAvailability(\n context: Client,\n body: CheckNameAvailabilityRequest,\n options: PlaywrightWorkspacesCheckNameAvailabilityOptionalParams = {\n requestOptions: {},\n },\n): Promise<CheckNameAvailabilityResponse> {\n const result = await _checkNameAvailabilitySend(context, body, options);\n return _checkNameAvailabilityDeserialize(result);\n}\n\nexport function _listBySubscriptionSend(\n context: Client,\n options: PlaywrightWorkspacesListBySubscriptionOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/playwrightWorkspaces{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n \"api%2Dversion\": context.apiVersion,\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: {\n accept: \"application/json\",\n ...options.requestOptions?.headers,\n },\n });\n}\n\nexport async function _listBySubscriptionDeserialize(\n result: PathUncheckedResponse,\n): Promise<_PlaywrightWorkspaceListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n throw error;\n }\n\n return _playwrightWorkspaceListResultDeserializer(result.body);\n}\n\n/** List PlaywrightWorkspace resources by subscription ID */\nexport function listBySubscription(\n context: Client,\n options: PlaywrightWorkspacesListBySubscriptionOptionalParams = {\n requestOptions: {},\n },\n): PagedAsyncIterableIterator<PlaywrightWorkspace> {\n return buildPagedAsyncIterator(\n context,\n () => _listBySubscriptionSend(context, options),\n _listBySubscriptionDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n\nexport function _listByResourceGroupSend(\n context: Client,\n resourceGroupName: string,\n options: PlaywrightWorkspacesListByResourceGroupOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/playwrightWorkspaces{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n \"api%2Dversion\": context.apiVersion,\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: {\n accept: \"application/json\",\n ...options.requestOptions?.headers,\n },\n });\n}\n\nexport async function _listByResourceGroupDeserialize(\n result: PathUncheckedResponse,\n): Promise<_PlaywrightWorkspaceListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n throw error;\n }\n\n return _playwrightWorkspaceListResultDeserializer(result.body);\n}\n\n/** List PlaywrightWorkspace resources by resource group */\nexport function listByResourceGroup(\n context: Client,\n resourceGroupName: string,\n options: PlaywrightWorkspacesListByResourceGroupOptionalParams = {\n requestOptions: {},\n },\n): PagedAsyncIterableIterator<PlaywrightWorkspace> {\n return buildPagedAsyncIterator(\n context,\n () => _listByResourceGroupSend(context, resourceGroupName, options),\n _listByResourceGroupDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n\nexport function _$deleteSend(\n context: Client,\n resourceGroupName: string,\n playwrightWorkspaceName: string,\n options: PlaywrightWorkspacesDeleteOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/playwrightWorkspaces/{playwrightWorkspaceName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n playwrightWorkspaceName: playwrightWorkspaceName,\n \"api%2Dversion\": context.apiVersion,\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).delete({\n ...operationOptionsToRequestParameters(options),\n headers: {\n accept: \"application/json\",\n ...options.requestOptions?.headers,\n },\n });\n}\n\nexport async function _$deleteDeserialize(result: PathUncheckedResponse): Promise<void> {\n const expectedStatuses = [\"202\", \"204\", \"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n throw error;\n }\n\n return;\n}\n\n/** Delete a PlaywrightWorkspace */\n/**\n * @fixme delete is a reserved word that cannot be used as an operation name.\n * Please add @clientName(\"clientName\") or @clientName(\"<JS-Specific-Name>\", \"javascript\")\n * to the operation to override the generated name.\n */\nexport function $delete(\n context: Client,\n resourceGroupName: string,\n playwrightWorkspaceName: string,\n options: PlaywrightWorkspacesDeleteOptionalParams = { requestOptions: {} },\n): PollerLike<OperationState<void>, void> {\n return getLongRunningPoller(context, _$deleteDeserialize, [\"202\", \"204\", \"200\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _$deleteSend(context, resourceGroupName, playwrightWorkspaceName, options),\n resourceLocationConfig: \"location\",\n }) as PollerLike<OperationState<void>, void>;\n}\n\nexport function _updateSend(\n context: Client,\n resourceGroupName: string,\n playwrightWorkspaceName: string,\n properties: PlaywrightWorkspaceUpdate,\n options: PlaywrightWorkspacesUpdateOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/playwrightWorkspaces/{playwrightWorkspaceName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n playwrightWorkspaceName: playwrightWorkspaceName,\n \"api%2Dversion\": context.apiVersion,\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).patch({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: {\n accept: \"application/json\",\n ...options.requestOptions?.headers,\n },\n body: playwrightWorkspaceUpdateSerializer(properties),\n });\n}\n\nexport async function _updateDeserialize(\n result: PathUncheckedResponse,\n): Promise<PlaywrightWorkspace> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n throw error;\n }\n\n return playwrightWorkspaceDeserializer(result.body);\n}\n\n/** Update a PlaywrightWorkspace */\nexport async function update(\n context: Client,\n resourceGroupName: string,\n playwrightWorkspaceName: string,\n properties: PlaywrightWorkspaceUpdate,\n options: PlaywrightWorkspacesUpdateOptionalParams = { requestOptions: {} },\n): Promise<PlaywrightWorkspace> {\n const result = await _updateSend(\n context,\n resourceGroupName,\n playwrightWorkspaceName,\n properties,\n options,\n );\n return _updateDeserialize(result);\n}\n\nexport function _createOrUpdateSend(\n context: Client,\n resourceGroupName: string,\n playwrightWorkspaceName: string,\n resource: PlaywrightWorkspace,\n options: PlaywrightWorkspacesCreateOrUpdateOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/playwrightWorkspaces/{playwrightWorkspaceName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n playwrightWorkspaceName: playwrightWorkspaceName,\n \"api%2Dversion\": context.apiVersion,\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).put({\n ...operationOptionsToRequestParameters(options),\n contentType: \"application/json\",\n headers: {\n accept: \"application/json\",\n ...options.requestOptions?.headers,\n },\n body: playwrightWorkspaceSerializer(resource),\n });\n}\n\nexport async function _createOrUpdateDeserialize(\n result: PathUncheckedResponse,\n): Promise<PlaywrightWorkspace> {\n const expectedStatuses = [\"200\", \"201\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n throw error;\n }\n\n return playwrightWorkspaceDeserializer(result.body);\n}\n\n/** Create a PlaywrightWorkspace */\nexport function createOrUpdate(\n context: Client,\n resourceGroupName: string,\n playwrightWorkspaceName: string,\n resource: PlaywrightWorkspace,\n options: PlaywrightWorkspacesCreateOrUpdateOptionalParams = {\n requestOptions: {},\n },\n): PollerLike<OperationState<PlaywrightWorkspace>, PlaywrightWorkspace> {\n return getLongRunningPoller(context, _createOrUpdateDeserialize, [\"200\", \"201\"], {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _createOrUpdateSend(context, resourceGroupName, playwrightWorkspaceName, resource, options),\n resourceLocationConfig: \"azure-async-operation\",\n }) as PollerLike<OperationState<PlaywrightWorkspace>, PlaywrightWorkspace>;\n}\n\nexport function _getSend(\n context: Client,\n resourceGroupName: string,\n playwrightWorkspaceName: string,\n options: PlaywrightWorkspacesGetOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n const path = expandUrlTemplate(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/playwrightWorkspaces/{playwrightWorkspaceName}{?api%2Dversion}\",\n {\n subscriptionId: context.subscriptionId,\n resourceGroupName: resourceGroupName,\n playwrightWorkspaceName: playwrightWorkspaceName,\n \"api%2Dversion\": context.apiVersion,\n },\n {\n allowReserved: options?.requestOptions?.skipUrlEncoding,\n },\n );\n return context.path(path).get({\n ...operationOptionsToRequestParameters(options),\n headers: {\n accept: \"application/json\",\n ...options.requestOptions?.headers,\n },\n });\n}\n\nexport async function _getDeserialize(result: PathUncheckedResponse): Promise<PlaywrightWorkspace> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n const error = createRestError(result);\n error.details = errorResponseDeserializer(result.body);\n throw error;\n }\n\n return playwrightWorkspaceDeserializer(result.body);\n}\n\n/** Get a PlaywrightWorkspace */\nexport async function get(\n context: Client,\n resourceGroupName: string,\n playwrightWorkspaceName: string,\n options: PlaywrightWorkspacesGetOptionalParams = { requestOptions: {} },\n): Promise<PlaywrightWorkspace> {\n const result = await _getSend(context, resourceGroupName, playwrightWorkspaceName, options);\n return _getDeserialize(result);\n}\n"]}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { OperationOptions } from "@azure-rest/core-client";
|
|
2
|
+
/** Optional parameters. */
|
|
3
|
+
export interface PlaywrightWorkspacesCheckNameAvailabilityOptionalParams extends OperationOptions {
|
|
4
|
+
}
|
|
5
|
+
/** Optional parameters. */
|
|
6
|
+
export interface PlaywrightWorkspacesListBySubscriptionOptionalParams extends OperationOptions {
|
|
7
|
+
}
|
|
8
|
+
/** Optional parameters. */
|
|
9
|
+
export interface PlaywrightWorkspacesListByResourceGroupOptionalParams extends OperationOptions {
|
|
10
|
+
}
|
|
11
|
+
/** Optional parameters. */
|
|
12
|
+
export interface PlaywrightWorkspacesDeleteOptionalParams extends OperationOptions {
|
|
13
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
14
|
+
updateIntervalInMs?: number;
|
|
15
|
+
}
|
|
16
|
+
/** Optional parameters. */
|
|
17
|
+
export interface PlaywrightWorkspacesUpdateOptionalParams extends OperationOptions {
|
|
18
|
+
}
|
|
19
|
+
/** Optional parameters. */
|
|
20
|
+
export interface PlaywrightWorkspacesCreateOrUpdateOptionalParams extends OperationOptions {
|
|
21
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
22
|
+
updateIntervalInMs?: number;
|
|
23
|
+
}
|
|
24
|
+
/** Optional parameters. */
|
|
25
|
+
export interface PlaywrightWorkspacesGetOptionalParams extends OperationOptions {
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/api/playwrightWorkspaces/options.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { OperationOptions } from \"@azure-rest/core-client\";\n\n/** Optional parameters. */\nexport interface PlaywrightWorkspacesCheckNameAvailabilityOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface PlaywrightWorkspacesListBySubscriptionOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface PlaywrightWorkspacesListByResourceGroupOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface PlaywrightWorkspacesDeleteOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n}\n\n/** Optional parameters. */\nexport interface PlaywrightWorkspacesUpdateOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface PlaywrightWorkspacesCreateOrUpdateOptionalParams extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n}\n\n/** Optional parameters. */\nexport interface PlaywrightWorkspacesGetOptionalParams extends OperationOptions {}\n"]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { OperationsOperations } from "./operations/index.js";
|
|
2
|
+
export { PlaywrightQuotasOperations } from "./playwrightQuotas/index.js";
|
|
3
|
+
export { PlaywrightWorkspaceQuotasOperations } from "./playwrightWorkspaceQuotas/index.js";
|
|
4
|
+
export { PlaywrightWorkspacesOperations } from "./playwrightWorkspaces/index.js";
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { OperationsOperations } from \"./operations/index.js\";\nexport { PlaywrightQuotasOperations } from \"./playwrightQuotas/index.js\";\nexport { PlaywrightWorkspaceQuotasOperations } from \"./playwrightWorkspaceQuotas/index.js\";\nexport { PlaywrightWorkspacesOperations } from \"./playwrightWorkspaces/index.js\";\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PlaywrightManagementContext } from "../../api/playwrightManagementContext.js";
|
|
2
|
+
import { Operation } from "../../models/models.js";
|
|
3
|
+
import { OperationsListOptionalParams } from "../../api/operations/options.js";
|
|
4
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
/** Interface representing a Operations operations. */
|
|
6
|
+
export interface OperationsOperations {
|
|
7
|
+
/** List the operations for the provider */
|
|
8
|
+
list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;
|
|
9
|
+
}
|
|
10
|
+
export declare function _getOperationsOperations(context: PlaywrightManagementContext): OperationsOperations;
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { list } from "../../api/operations/operations.js";
|
|
4
|
+
function _getOperations(context) {
|
|
5
|
+
return {
|
|
6
|
+
list: (options) => list(context, options),
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export function _getOperationsOperations(context) {
|
|
10
|
+
return Object.assign({}, _getOperations(context));
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/operations/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAKlC,OAAO,EAAE,IAAI,EAAE,MAAM,oCAAoC,CAAC;AAS1D,SAAS,cAAc,CAAC,OAAoC;IAC1D,OAAO;QACL,IAAI,EAAE,CAAC,OAAsC,EAAE,EAAE,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC;KACzE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wBAAwB,CACtC,OAAoC;IAEpC,yBACK,cAAc,CAAC,OAAO,CAAC,EAC1B;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { PlaywrightManagementContext } from \"../../api/playwrightManagementContext.js\";\nimport { Operation } from \"../../models/models.js\";\nimport { OperationsListOptionalParams } from \"../../api/operations/options.js\";\nimport { list } from \"../../api/operations/operations.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\n\n/** Interface representing a Operations operations. */\nexport interface OperationsOperations {\n /** List the operations for the provider */\n list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;\n}\n\nfunction _getOperations(context: PlaywrightManagementContext) {\n return {\n list: (options?: OperationsListOptionalParams) => list(context, options),\n };\n}\n\nexport function _getOperationsOperations(\n context: PlaywrightManagementContext,\n): OperationsOperations {\n return {\n ..._getOperations(context),\n };\n}\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { PlaywrightManagementContext } from "../../api/playwrightManagementContext.js";
|
|
2
|
+
import { PlaywrightQuota, QuotaName } from "../../models/models.js";
|
|
3
|
+
import { PlaywrightQuotasListBySubscriptionOptionalParams, PlaywrightQuotasGetOptionalParams } from "../../api/playwrightQuotas/options.js";
|
|
4
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
/** Interface representing a PlaywrightQuotas operations. */
|
|
6
|
+
export interface PlaywrightQuotasOperations {
|
|
7
|
+
/** List Playwright quota resources for a given subscription Id. */
|
|
8
|
+
listBySubscription: (location: string, options?: PlaywrightQuotasListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<PlaywrightQuota>;
|
|
9
|
+
/** Get subscription-level location-based Playwright quota resource by name. */
|
|
10
|
+
get: (location: string, playwrightQuotaName: QuotaName, options?: PlaywrightQuotasGetOptionalParams) => Promise<PlaywrightQuota>;
|
|
11
|
+
}
|
|
12
|
+
export declare function _getPlaywrightQuotasOperations(context: PlaywrightManagementContext): PlaywrightQuotasOperations;
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { listBySubscription, get } from "../../api/playwrightQuotas/operations.js";
|
|
4
|
+
function _getPlaywrightQuotas(context) {
|
|
5
|
+
return {
|
|
6
|
+
listBySubscription: (location, options) => listBySubscription(context, location, options),
|
|
7
|
+
get: (location, playwrightQuotaName, options) => get(context, location, playwrightQuotaName, options),
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
export function _getPlaywrightQuotasOperations(context) {
|
|
11
|
+
return Object.assign({}, _getPlaywrightQuotas(context));
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/playwrightQuotas/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAQlC,OAAO,EAAE,kBAAkB,EAAE,GAAG,EAAE,MAAM,0CAA0C,CAAC;AAkBnF,SAAS,oBAAoB,CAAC,OAAoC;IAChE,OAAO;QACL,kBAAkB,EAAE,CAClB,QAAgB,EAChB,OAA0D,EAC1D,EAAE,CAAC,kBAAkB,CAAC,OAAO,EAAE,QAAQ,EAAE,OAAO,CAAC;QACnD,GAAG,EAAE,CACH,QAAgB,EAChB,mBAA8B,EAC9B,OAA2C,EAC3C,EAAE,CAAC,GAAG,CAAC,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,OAAO,CAAC;KAC1D,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8BAA8B,CAC5C,OAAoC;IAEpC,yBACK,oBAAoB,CAAC,OAAO,CAAC,EAChC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { PlaywrightManagementContext } from \"../../api/playwrightManagementContext.js\";\nimport { PlaywrightQuota, QuotaName } from \"../../models/models.js\";\nimport {\n PlaywrightQuotasListBySubscriptionOptionalParams,\n PlaywrightQuotasGetOptionalParams,\n} from \"../../api/playwrightQuotas/options.js\";\nimport { listBySubscription, get } from \"../../api/playwrightQuotas/operations.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\n\n/** Interface representing a PlaywrightQuotas operations. */\nexport interface PlaywrightQuotasOperations {\n /** List Playwright quota resources for a given subscription Id. */\n listBySubscription: (\n location: string,\n options?: PlaywrightQuotasListBySubscriptionOptionalParams,\n ) => PagedAsyncIterableIterator<PlaywrightQuota>;\n /** Get subscription-level location-based Playwright quota resource by name. */\n get: (\n location: string,\n playwrightQuotaName: QuotaName,\n options?: PlaywrightQuotasGetOptionalParams,\n ) => Promise<PlaywrightQuota>;\n}\n\nfunction _getPlaywrightQuotas(context: PlaywrightManagementContext) {\n return {\n listBySubscription: (\n location: string,\n options?: PlaywrightQuotasListBySubscriptionOptionalParams,\n ) => listBySubscription(context, location, options),\n get: (\n location: string,\n playwrightQuotaName: QuotaName,\n options?: PlaywrightQuotasGetOptionalParams,\n ) => get(context, location, playwrightQuotaName, options),\n };\n}\n\nexport function _getPlaywrightQuotasOperations(\n context: PlaywrightManagementContext,\n): PlaywrightQuotasOperations {\n return {\n ..._getPlaywrightQuotas(context),\n };\n}\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { PlaywrightManagementContext } from "../../api/playwrightManagementContext.js";
|
|
2
|
+
import { QuotaName, PlaywrightWorkspaceQuota } from "../../models/models.js";
|
|
3
|
+
import { PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams, PlaywrightWorkspaceQuotasGetOptionalParams } from "../../api/playwrightWorkspaceQuotas/options.js";
|
|
4
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
/** Interface representing a PlaywrightWorkspaceQuotas operations. */
|
|
6
|
+
export interface PlaywrightWorkspaceQuotasOperations {
|
|
7
|
+
/** List quota resources for a given Playwright workspace resource. */
|
|
8
|
+
listByPlaywrightWorkspace: (resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams) => PagedAsyncIterableIterator<PlaywrightWorkspaceQuota>;
|
|
9
|
+
/** Get Playwright workspace quota resource by name. */
|
|
10
|
+
get: (resourceGroupName: string, playwrightWorkspaceName: string, quotaName: QuotaName, options?: PlaywrightWorkspaceQuotasGetOptionalParams) => Promise<PlaywrightWorkspaceQuota>;
|
|
11
|
+
}
|
|
12
|
+
export declare function _getPlaywrightWorkspaceQuotasOperations(context: PlaywrightManagementContext): PlaywrightWorkspaceQuotasOperations;
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { listByPlaywrightWorkspace, get } from "../../api/playwrightWorkspaceQuotas/operations.js";
|
|
4
|
+
function _getPlaywrightWorkspaceQuotas(context) {
|
|
5
|
+
return {
|
|
6
|
+
listByPlaywrightWorkspace: (resourceGroupName, playwrightWorkspaceName, options) => listByPlaywrightWorkspace(context, resourceGroupName, playwrightWorkspaceName, options),
|
|
7
|
+
get: (resourceGroupName, playwrightWorkspaceName, quotaName, options) => get(context, resourceGroupName, playwrightWorkspaceName, quotaName, options),
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
export function _getPlaywrightWorkspaceQuotasOperations(context) {
|
|
11
|
+
return Object.assign({}, _getPlaywrightWorkspaceQuotas(context));
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/playwrightWorkspaceQuotas/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAQlC,OAAO,EAAE,yBAAyB,EAAE,GAAG,EAAE,MAAM,mDAAmD,CAAC;AAoBnG,SAAS,6BAA6B,CAAC,OAAoC;IACzE,OAAO;QACL,yBAAyB,EAAE,CACzB,iBAAyB,EACzB,uBAA+B,EAC/B,OAA0E,EAC1E,EAAE,CAAC,yBAAyB,CAAC,OAAO,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,OAAO,CAAC;QAC5F,GAAG,EAAE,CACH,iBAAyB,EACzB,uBAA+B,EAC/B,SAAoB,EACpB,OAAoD,EACpD,EAAE,CAAC,GAAG,CAAC,OAAO,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,SAAS,EAAE,OAAO,CAAC;KAClF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uCAAuC,CACrD,OAAoC;IAEpC,yBACK,6BAA6B,CAAC,OAAO,CAAC,EACzC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { PlaywrightManagementContext } from \"../../api/playwrightManagementContext.js\";\nimport { QuotaName, PlaywrightWorkspaceQuota } from \"../../models/models.js\";\nimport {\n PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams,\n PlaywrightWorkspaceQuotasGetOptionalParams,\n} from \"../../api/playwrightWorkspaceQuotas/options.js\";\nimport { listByPlaywrightWorkspace, get } from \"../../api/playwrightWorkspaceQuotas/operations.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\n\n/** Interface representing a PlaywrightWorkspaceQuotas operations. */\nexport interface PlaywrightWorkspaceQuotasOperations {\n /** List quota resources for a given Playwright workspace resource. */\n listByPlaywrightWorkspace: (\n resourceGroupName: string,\n playwrightWorkspaceName: string,\n options?: PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams,\n ) => PagedAsyncIterableIterator<PlaywrightWorkspaceQuota>;\n /** Get Playwright workspace quota resource by name. */\n get: (\n resourceGroupName: string,\n playwrightWorkspaceName: string,\n quotaName: QuotaName,\n options?: PlaywrightWorkspaceQuotasGetOptionalParams,\n ) => Promise<PlaywrightWorkspaceQuota>;\n}\n\nfunction _getPlaywrightWorkspaceQuotas(context: PlaywrightManagementContext) {\n return {\n listByPlaywrightWorkspace: (\n resourceGroupName: string,\n playwrightWorkspaceName: string,\n options?: PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams,\n ) => listByPlaywrightWorkspace(context, resourceGroupName, playwrightWorkspaceName, options),\n get: (\n resourceGroupName: string,\n playwrightWorkspaceName: string,\n quotaName: QuotaName,\n options?: PlaywrightWorkspaceQuotasGetOptionalParams,\n ) => get(context, resourceGroupName, playwrightWorkspaceName, quotaName, options),\n };\n}\n\nexport function _getPlaywrightWorkspaceQuotasOperations(\n context: PlaywrightManagementContext,\n): PlaywrightWorkspaceQuotasOperations {\n return {\n ..._getPlaywrightWorkspaceQuotas(context),\n };\n}\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { PlaywrightManagementContext } from "../../api/playwrightManagementContext.js";
|
|
2
|
+
import { PlaywrightWorkspace, PlaywrightWorkspaceUpdate, CheckNameAvailabilityRequest, CheckNameAvailabilityResponse } from "../../models/models.js";
|
|
3
|
+
import { PlaywrightWorkspacesCheckNameAvailabilityOptionalParams, PlaywrightWorkspacesListBySubscriptionOptionalParams, PlaywrightWorkspacesListByResourceGroupOptionalParams, PlaywrightWorkspacesDeleteOptionalParams, PlaywrightWorkspacesUpdateOptionalParams, PlaywrightWorkspacesCreateOrUpdateOptionalParams, PlaywrightWorkspacesGetOptionalParams } from "../../api/playwrightWorkspaces/options.js";
|
|
4
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
import { PollerLike, OperationState } from "@azure/core-lro";
|
|
6
|
+
/** Interface representing a PlaywrightWorkspaces operations. */
|
|
7
|
+
export interface PlaywrightWorkspacesOperations {
|
|
8
|
+
/** Implements global CheckNameAvailability operations */
|
|
9
|
+
checkNameAvailability: (body: CheckNameAvailabilityRequest, options?: PlaywrightWorkspacesCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResponse>;
|
|
10
|
+
/** List PlaywrightWorkspace resources by subscription ID */
|
|
11
|
+
listBySubscription: (options?: PlaywrightWorkspacesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<PlaywrightWorkspace>;
|
|
12
|
+
/** List PlaywrightWorkspace resources by resource group */
|
|
13
|
+
listByResourceGroup: (resourceGroupName: string, options?: PlaywrightWorkspacesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<PlaywrightWorkspace>;
|
|
14
|
+
/** Delete a PlaywrightWorkspace */
|
|
15
|
+
/**
|
|
16
|
+
* @fixme delete is a reserved word that cannot be used as an operation name.
|
|
17
|
+
* Please add @clientName("clientName") or @clientName("<JS-Specific-Name>", "javascript")
|
|
18
|
+
* to the operation to override the generated name.
|
|
19
|
+
*/
|
|
20
|
+
delete: (resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
21
|
+
/** Update a PlaywrightWorkspace */
|
|
22
|
+
update: (resourceGroupName: string, playwrightWorkspaceName: string, properties: PlaywrightWorkspaceUpdate, options?: PlaywrightWorkspacesUpdateOptionalParams) => Promise<PlaywrightWorkspace>;
|
|
23
|
+
/** Create a PlaywrightWorkspace */
|
|
24
|
+
createOrUpdate: (resourceGroupName: string, playwrightWorkspaceName: string, resource: PlaywrightWorkspace, options?: PlaywrightWorkspacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<PlaywrightWorkspace>, PlaywrightWorkspace>;
|
|
25
|
+
/** Get a PlaywrightWorkspace */
|
|
26
|
+
get: (resourceGroupName: string, playwrightWorkspaceName: string, options?: PlaywrightWorkspacesGetOptionalParams) => Promise<PlaywrightWorkspace>;
|
|
27
|
+
}
|
|
28
|
+
export declare function _getPlaywrightWorkspacesOperations(context: PlaywrightManagementContext): PlaywrightWorkspacesOperations;
|
|
29
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { checkNameAvailability, listBySubscription, listByResourceGroup, $delete, update, createOrUpdate, get, } from "../../api/playwrightWorkspaces/operations.js";
|
|
4
|
+
function _getPlaywrightWorkspaces(context) {
|
|
5
|
+
return {
|
|
6
|
+
checkNameAvailability: (body, options) => checkNameAvailability(context, body, options),
|
|
7
|
+
listBySubscription: (options) => listBySubscription(context, options),
|
|
8
|
+
listByResourceGroup: (resourceGroupName, options) => listByResourceGroup(context, resourceGroupName, options),
|
|
9
|
+
delete: (resourceGroupName, playwrightWorkspaceName, options) => $delete(context, resourceGroupName, playwrightWorkspaceName, options),
|
|
10
|
+
update: (resourceGroupName, playwrightWorkspaceName, properties, options) => update(context, resourceGroupName, playwrightWorkspaceName, properties, options),
|
|
11
|
+
createOrUpdate: (resourceGroupName, playwrightWorkspaceName, resource, options) => createOrUpdate(context, resourceGroupName, playwrightWorkspaceName, resource, options),
|
|
12
|
+
get: (resourceGroupName, playwrightWorkspaceName, options) => get(context, resourceGroupName, playwrightWorkspaceName, options),
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
export function _getPlaywrightWorkspacesOperations(context) {
|
|
16
|
+
return Object.assign({}, _getPlaywrightWorkspaces(context));
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/playwrightWorkspaces/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAkBlC,OAAO,EACL,qBAAqB,EACrB,kBAAkB,EAClB,mBAAmB,EACnB,OAAO,EACP,MAAM,EACN,cAAc,EACd,GAAG,GACJ,MAAM,8CAA8C,CAAC;AAqDtD,SAAS,wBAAwB,CAAC,OAAoC;IACpE,OAAO;QACL,qBAAqB,EAAE,CACrB,IAAkC,EAClC,OAAiE,EACjE,EAAE,CAAC,qBAAqB,CAAC,OAAO,EAAE,IAAI,EAAE,OAAO,CAAC;QAClD,kBAAkB,EAAE,CAAC,OAA8D,EAAE,EAAE,CACrF,kBAAkB,CAAC,OAAO,EAAE,OAAO,CAAC;QACtC,mBAAmB,EAAE,CACnB,iBAAyB,EACzB,OAA+D,EAC/D,EAAE,CAAC,mBAAmB,CAAC,OAAO,EAAE,iBAAiB,EAAE,OAAO,CAAC;QAC7D,MAAM,EAAE,CACN,iBAAyB,EACzB,uBAA+B,EAC/B,OAAkD,EAClD,EAAE,CAAC,OAAO,CAAC,OAAO,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,OAAO,CAAC;QAC1E,MAAM,EAAE,CACN,iBAAyB,EACzB,uBAA+B,EAC/B,UAAqC,EACrC,OAAkD,EAClD,EAAE,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,UAAU,EAAE,OAAO,CAAC;QACrF,cAAc,EAAE,CACd,iBAAyB,EACzB,uBAA+B,EAC/B,QAA6B,EAC7B,OAA0D,EAC1D,EAAE,CAAC,cAAc,CAAC,OAAO,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,QAAQ,EAAE,OAAO,CAAC;QAC3F,GAAG,EAAE,CACH,iBAAyB,EACzB,uBAA+B,EAC/B,OAA+C,EAC/C,EAAE,CAAC,GAAG,CAAC,OAAO,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,OAAO,CAAC;KACvE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kCAAkC,CAChD,OAAoC;IAEpC,yBACK,wBAAwB,CAAC,OAAO,CAAC,EACpC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { PlaywrightManagementContext } from \"../../api/playwrightManagementContext.js\";\nimport {\n PlaywrightWorkspace,\n PlaywrightWorkspaceUpdate,\n CheckNameAvailabilityRequest,\n CheckNameAvailabilityResponse,\n} from \"../../models/models.js\";\nimport {\n PlaywrightWorkspacesCheckNameAvailabilityOptionalParams,\n PlaywrightWorkspacesListBySubscriptionOptionalParams,\n PlaywrightWorkspacesListByResourceGroupOptionalParams,\n PlaywrightWorkspacesDeleteOptionalParams,\n PlaywrightWorkspacesUpdateOptionalParams,\n PlaywrightWorkspacesCreateOrUpdateOptionalParams,\n PlaywrightWorkspacesGetOptionalParams,\n} from \"../../api/playwrightWorkspaces/options.js\";\nimport {\n checkNameAvailability,\n listBySubscription,\n listByResourceGroup,\n $delete,\n update,\n createOrUpdate,\n get,\n} from \"../../api/playwrightWorkspaces/operations.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { PollerLike, OperationState } from \"@azure/core-lro\";\n\n/** Interface representing a PlaywrightWorkspaces operations. */\nexport interface PlaywrightWorkspacesOperations {\n /** Implements global CheckNameAvailability operations */\n checkNameAvailability: (\n body: CheckNameAvailabilityRequest,\n options?: PlaywrightWorkspacesCheckNameAvailabilityOptionalParams,\n ) => Promise<CheckNameAvailabilityResponse>;\n /** List PlaywrightWorkspace resources by subscription ID */\n listBySubscription: (\n options?: PlaywrightWorkspacesListBySubscriptionOptionalParams,\n ) => PagedAsyncIterableIterator<PlaywrightWorkspace>;\n /** List PlaywrightWorkspace resources by resource group */\n listByResourceGroup: (\n resourceGroupName: string,\n options?: PlaywrightWorkspacesListByResourceGroupOptionalParams,\n ) => PagedAsyncIterableIterator<PlaywrightWorkspace>;\n /** Delete a PlaywrightWorkspace */\n /**\n * @fixme delete is a reserved word that cannot be used as an operation name.\n * Please add @clientName(\"clientName\") or @clientName(\"<JS-Specific-Name>\", \"javascript\")\n * to the operation to override the generated name.\n */\n delete: (\n resourceGroupName: string,\n playwrightWorkspaceName: string,\n options?: PlaywrightWorkspacesDeleteOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Update a PlaywrightWorkspace */\n update: (\n resourceGroupName: string,\n playwrightWorkspaceName: string,\n properties: PlaywrightWorkspaceUpdate,\n options?: PlaywrightWorkspacesUpdateOptionalParams,\n ) => Promise<PlaywrightWorkspace>;\n /** Create a PlaywrightWorkspace */\n createOrUpdate: (\n resourceGroupName: string,\n playwrightWorkspaceName: string,\n resource: PlaywrightWorkspace,\n options?: PlaywrightWorkspacesCreateOrUpdateOptionalParams,\n ) => PollerLike<OperationState<PlaywrightWorkspace>, PlaywrightWorkspace>;\n /** Get a PlaywrightWorkspace */\n get: (\n resourceGroupName: string,\n playwrightWorkspaceName: string,\n options?: PlaywrightWorkspacesGetOptionalParams,\n ) => Promise<PlaywrightWorkspace>;\n}\n\nfunction _getPlaywrightWorkspaces(context: PlaywrightManagementContext) {\n return {\n checkNameAvailability: (\n body: CheckNameAvailabilityRequest,\n options?: PlaywrightWorkspacesCheckNameAvailabilityOptionalParams,\n ) => checkNameAvailability(context, body, options),\n listBySubscription: (options?: PlaywrightWorkspacesListBySubscriptionOptionalParams) =>\n listBySubscription(context, options),\n listByResourceGroup: (\n resourceGroupName: string,\n options?: PlaywrightWorkspacesListByResourceGroupOptionalParams,\n ) => listByResourceGroup(context, resourceGroupName, options),\n delete: (\n resourceGroupName: string,\n playwrightWorkspaceName: string,\n options?: PlaywrightWorkspacesDeleteOptionalParams,\n ) => $delete(context, resourceGroupName, playwrightWorkspaceName, options),\n update: (\n resourceGroupName: string,\n playwrightWorkspaceName: string,\n properties: PlaywrightWorkspaceUpdate,\n options?: PlaywrightWorkspacesUpdateOptionalParams,\n ) => update(context, resourceGroupName, playwrightWorkspaceName, properties, options),\n createOrUpdate: (\n resourceGroupName: string,\n playwrightWorkspaceName: string,\n resource: PlaywrightWorkspace,\n options?: PlaywrightWorkspacesCreateOrUpdateOptionalParams,\n ) => createOrUpdate(context, resourceGroupName, playwrightWorkspaceName, resource, options),\n get: (\n resourceGroupName: string,\n playwrightWorkspaceName: string,\n options?: PlaywrightWorkspacesGetOptionalParams,\n ) => get(context, resourceGroupName, playwrightWorkspaceName, options),\n };\n}\n\nexport function _getPlaywrightWorkspacesOperations(\n context: PlaywrightManagementContext,\n): PlaywrightWorkspacesOperations {\n return {\n ..._getPlaywrightWorkspaces(context),\n };\n}\n"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from "./static-helpers/pagingHelpers.js";
|
|
2
|
+
export { PlaywrightManagementClient } from "./playwrightManagementClient.js";
|
|
3
|
+
export { restorePoller, RestorePollerOptions } from "./restorePollerHelpers.js";
|
|
4
|
+
export { Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, PlaywrightWorkspace, PlaywrightWorkspaceProperties, KnownProvisioningState, ProvisioningState, KnownEnablementStatus, EnablementStatus, TrackedResource, Resource, SystemData, KnownCreatedByType, CreatedByType, PlaywrightWorkspaceUpdate, PlaywrightWorkspaceUpdateProperties, CheckNameAvailabilityRequest, CheckNameAvailabilityResponse, KnownCheckNameAvailabilityReason, CheckNameAvailabilityReason, PlaywrightQuota, PlaywrightQuotaProperties, FreeTrialProperties, KnownFreeTrialState, FreeTrialState, KnownQuotaName, QuotaName, ProxyResource, PlaywrightWorkspaceQuota, PlaywrightWorkspaceQuotaProperties, PlaywrightWorkspaceFreeTrialProperties, KnownVersions, } from "./models/index.js";
|
|
5
|
+
export { PlaywrightManagementClientOptionalParams } from "./api/index.js";
|
|
6
|
+
export { OperationsListOptionalParams } from "./api/operations/index.js";
|
|
7
|
+
export { PlaywrightQuotasListBySubscriptionOptionalParams, PlaywrightQuotasGetOptionalParams, } from "./api/playwrightQuotas/index.js";
|
|
8
|
+
export { PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams, PlaywrightWorkspaceQuotasGetOptionalParams, } from "./api/playwrightWorkspaceQuotas/index.js";
|
|
9
|
+
export { PlaywrightWorkspacesCheckNameAvailabilityOptionalParams, PlaywrightWorkspacesListBySubscriptionOptionalParams, PlaywrightWorkspacesListByResourceGroupOptionalParams, PlaywrightWorkspacesDeleteOptionalParams, PlaywrightWorkspacesUpdateOptionalParams, PlaywrightWorkspacesCreateOrUpdateOptionalParams, PlaywrightWorkspacesGetOptionalParams, } from "./api/playwrightWorkspaces/index.js";
|
|
10
|
+
export { OperationsOperations, PlaywrightQuotasOperations, PlaywrightWorkspaceQuotasOperations, PlaywrightWorkspacesOperations, } from "./classic/index.js";
|
|
11
|
+
export { PageSettings, ContinuablePage, PagedAsyncIterableIterator };
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export { PlaywrightManagementClient } from "./playwrightManagementClient.js";
|
|
4
|
+
export { restorePoller } from "./restorePollerHelpers.js";
|
|
5
|
+
export { KnownOrigin, KnownActionType, KnownProvisioningState, KnownEnablementStatus, KnownCreatedByType, KnownCheckNameAvailabilityReason, KnownFreeTrialState, KnownQuotaName, KnownVersions, } from "./models/index.js";
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAQlC,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,EAAE,aAAa,EAAwB,MAAM,2BAA2B,CAAC;AAChF,OAAO,EAGL,WAAW,EAEX,eAAe,EAOf,sBAAsB,EAEtB,qBAAqB,EAKrB,kBAAkB,EAMlB,gCAAgC,EAKhC,mBAAmB,EAEnB,cAAc,EAMd,aAAa,GACd,MAAM,mBAAmB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { PlaywrightManagementClient } from \"./playwrightManagementClient.js\";\nexport { restorePoller, RestorePollerOptions } from \"./restorePollerHelpers.js\";\nexport {\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n PlaywrightWorkspace,\n PlaywrightWorkspaceProperties,\n KnownProvisioningState,\n ProvisioningState,\n KnownEnablementStatus,\n EnablementStatus,\n TrackedResource,\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n PlaywrightWorkspaceUpdate,\n PlaywrightWorkspaceUpdateProperties,\n CheckNameAvailabilityRequest,\n CheckNameAvailabilityResponse,\n KnownCheckNameAvailabilityReason,\n CheckNameAvailabilityReason,\n PlaywrightQuota,\n PlaywrightQuotaProperties,\n FreeTrialProperties,\n KnownFreeTrialState,\n FreeTrialState,\n KnownQuotaName,\n QuotaName,\n ProxyResource,\n PlaywrightWorkspaceQuota,\n PlaywrightWorkspaceQuotaProperties,\n PlaywrightWorkspaceFreeTrialProperties,\n KnownVersions,\n} from \"./models/index.js\";\nexport { PlaywrightManagementClientOptionalParams } from \"./api/index.js\";\nexport { OperationsListOptionalParams } from \"./api/operations/index.js\";\nexport {\n PlaywrightQuotasListBySubscriptionOptionalParams,\n PlaywrightQuotasGetOptionalParams,\n} from \"./api/playwrightQuotas/index.js\";\nexport {\n PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams,\n PlaywrightWorkspaceQuotasGetOptionalParams,\n} from \"./api/playwrightWorkspaceQuotas/index.js\";\nexport {\n PlaywrightWorkspacesCheckNameAvailabilityOptionalParams,\n PlaywrightWorkspacesListBySubscriptionOptionalParams,\n PlaywrightWorkspacesListByResourceGroupOptionalParams,\n PlaywrightWorkspacesDeleteOptionalParams,\n PlaywrightWorkspacesUpdateOptionalParams,\n PlaywrightWorkspacesCreateOrUpdateOptionalParams,\n PlaywrightWorkspacesGetOptionalParams,\n} from \"./api/playwrightWorkspaces/index.js\";\nexport {\n OperationsOperations,\n PlaywrightQuotasOperations,\n PlaywrightWorkspaceQuotasOperations,\n PlaywrightWorkspacesOperations,\n} from \"./classic/index.js\";\nexport { PageSettings, ContinuablePage, PagedAsyncIterableIterator };\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logger.js","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACnD,MAAM,CAAC,MAAM,MAAM,GAAG,kBAAkB,CAAC,gBAAgB,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createClientLogger } from \"@azure/logger\";\nexport const logger = createClientLogger(\"arm-playwright\");\n"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, PlaywrightWorkspace, PlaywrightWorkspaceProperties, KnownProvisioningState, ProvisioningState, KnownEnablementStatus, EnablementStatus, TrackedResource, Resource, SystemData, KnownCreatedByType, CreatedByType, PlaywrightWorkspaceUpdate, PlaywrightWorkspaceUpdateProperties, CheckNameAvailabilityRequest, CheckNameAvailabilityResponse, KnownCheckNameAvailabilityReason, CheckNameAvailabilityReason, PlaywrightQuota, PlaywrightQuotaProperties, FreeTrialProperties, KnownFreeTrialState, FreeTrialState, KnownQuotaName, QuotaName, ProxyResource, PlaywrightWorkspaceQuota, PlaywrightWorkspaceQuotaProperties, PlaywrightWorkspaceFreeTrialProperties, KnownVersions, } from "./models.js";
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|