@azure/arm-playwrighttesting 1.0.0-beta.2 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -26
- package/README.md +18 -19
- package/dist/browser/api/accountQuotas/index.d.ts +13 -0
- package/dist/browser/api/accountQuotas/index.d.ts.map +1 -0
- package/dist/browser/api/accountQuotas/index.js +39 -0
- package/dist/browser/api/accountQuotas/index.js.map +1 -0
- package/dist/browser/api/accounts/index.d.ts +34 -0
- package/dist/browser/api/accounts/index.d.ts.map +1 -0
- package/dist/browser/api/accounts/index.js +132 -0
- package/dist/browser/api/accounts/index.js.map +1 -0
- package/dist/browser/api/azurePlaywrightServiceContext.d.ts +14 -0
- package/dist/browser/api/azurePlaywrightServiceContext.d.ts.map +1 -0
- package/dist/browser/api/azurePlaywrightServiceContext.js +35 -0
- package/dist/browser/api/azurePlaywrightServiceContext.js.map +1 -0
- package/dist/browser/api/index.d.ts +7 -0
- package/dist/browser/api/index.d.ts.map +1 -0
- package/dist/browser/api/index.js +8 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +9 -0
- package/dist/browser/api/operations/index.d.ts.map +1 -0
- package/dist/browser/api/operations/index.js +22 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/options.d.ts +42 -0
- package/dist/browser/api/options.d.ts.map +1 -0
- package/dist/browser/api/options.js +4 -0
- package/dist/browser/api/options.js.map +1 -0
- package/dist/browser/api/quotas/index.d.ts +13 -0
- package/dist/browser/api/quotas/index.d.ts.map +1 -0
- package/dist/browser/api/quotas/index.js +39 -0
- package/dist/browser/api/quotas/index.js.map +1 -0
- package/dist/browser/azurePlaywrightServiceClient.d.ts +24 -0
- package/dist/browser/azurePlaywrightServiceClient.d.ts.map +1 -0
- package/dist/browser/azurePlaywrightServiceClient.js +24 -0
- package/dist/browser/azurePlaywrightServiceClient.js.map +1 -0
- package/dist/browser/classic/accountQuotas/index.d.ts +17 -0
- package/dist/browser/classic/accountQuotas/index.d.ts.map +1 -0
- package/dist/browser/classic/accountQuotas/index.js +13 -0
- package/dist/browser/classic/accountQuotas/index.js.map +1 -0
- package/dist/browser/classic/accounts/index.d.ts +33 -0
- package/dist/browser/classic/accounts/index.d.ts.map +1 -0
- package/dist/browser/classic/accounts/index.js +18 -0
- package/dist/browser/classic/accounts/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +5 -0
- package/dist/browser/classic/index.d.ts.map +1 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +14 -0
- package/dist/browser/classic/operations/index.d.ts.map +1 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/quotas/index.d.ts +17 -0
- package/dist/browser/classic/quotas/index.d.ts.map +1 -0
- package/dist/browser/classic/quotas/index.js +13 -0
- package/dist/browser/classic/quotas/index.js.map +1 -0
- package/dist/browser/helpers/serializerHelpers.d.ts +3 -0
- package/dist/browser/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/browser/helpers/serializerHelpers.js +24 -0
- package/dist/browser/helpers/serializerHelpers.js.map +1 -0
- package/dist/browser/index.d.ts +8 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +399 -0
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +343 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
- package/dist/browser/restorePollerHelpers.js +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.d.ts.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.js +76 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/api/accountQuotas/index.d.ts +13 -0
- package/dist/commonjs/api/accountQuotas/index.d.ts.map +1 -0
- package/dist/commonjs/api/accountQuotas/index.js +47 -0
- package/dist/commonjs/api/accountQuotas/index.js.map +1 -0
- package/dist/commonjs/api/accounts/index.d.ts +34 -0
- package/dist/commonjs/api/accounts/index.d.ts.map +1 -0
- package/dist/commonjs/api/accounts/index.js +155 -0
- package/dist/commonjs/api/accounts/index.js.map +1 -0
- package/dist/commonjs/api/azurePlaywrightServiceContext.d.ts +14 -0
- package/dist/commonjs/api/azurePlaywrightServiceContext.d.ts.map +1 -0
- package/dist/commonjs/api/azurePlaywrightServiceContext.js +38 -0
- package/dist/commonjs/api/azurePlaywrightServiceContext.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +7 -0
- package/dist/commonjs/api/index.d.ts.map +1 -0
- package/dist/commonjs/api/index.js +24 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +9 -0
- package/dist/commonjs/api/operations/index.d.ts.map +1 -0
- package/dist/commonjs/api/operations/index.js +27 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/options.d.ts +42 -0
- package/dist/commonjs/api/options.d.ts.map +1 -0
- package/dist/commonjs/api/options.js +5 -0
- package/dist/commonjs/api/options.js.map +1 -0
- package/dist/commonjs/api/quotas/index.d.ts +13 -0
- package/dist/commonjs/api/quotas/index.d.ts.map +1 -0
- package/dist/commonjs/api/quotas/index.js +47 -0
- package/dist/commonjs/api/quotas/index.js.map +1 -0
- package/dist/commonjs/azurePlaywrightServiceClient.d.ts +24 -0
- package/dist/commonjs/azurePlaywrightServiceClient.d.ts.map +1 -0
- package/dist/commonjs/azurePlaywrightServiceClient.js +28 -0
- package/dist/commonjs/azurePlaywrightServiceClient.js.map +1 -0
- package/dist/commonjs/classic/accountQuotas/index.d.ts +17 -0
- package/dist/commonjs/classic/accountQuotas/index.d.ts.map +1 -0
- package/dist/commonjs/classic/accountQuotas/index.js +17 -0
- package/dist/commonjs/classic/accountQuotas/index.js.map +1 -0
- package/dist/commonjs/classic/accounts/index.d.ts +33 -0
- package/dist/commonjs/classic/accounts/index.d.ts.map +1 -0
- package/dist/commonjs/classic/accounts/index.js +22 -0
- package/dist/commonjs/classic/accounts/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +5 -0
- package/dist/commonjs/classic/index.d.ts.map +1 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +14 -0
- package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/operations/index.js +16 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/quotas/index.d.ts +17 -0
- package/dist/commonjs/classic/quotas/index.d.ts.map +1 -0
- package/dist/commonjs/classic/quotas/index.js +17 -0
- package/dist/commonjs/classic/quotas/index.js.map +1 -0
- package/dist/commonjs/helpers/serializerHelpers.d.ts +3 -0
- package/dist/commonjs/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/commonjs/helpers/serializerHelpers.js +27 -0
- package/dist/commonjs/helpers/serializerHelpers.js.map +1 -0
- package/dist/commonjs/index.d.ts +8 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +21 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +17 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +399 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +377 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
- package/dist/commonjs/restorePollerHelpers.js +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.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- package/dist/esm/api/accountQuotas/index.d.ts +13 -0
- package/dist/esm/api/accountQuotas/index.d.ts.map +1 -0
- package/dist/esm/api/accountQuotas/index.js +39 -0
- package/dist/esm/api/accountQuotas/index.js.map +1 -0
- package/dist/esm/api/accounts/index.d.ts +34 -0
- package/dist/esm/api/accounts/index.d.ts.map +1 -0
- package/dist/esm/api/accounts/index.js +132 -0
- package/dist/esm/api/accounts/index.js.map +1 -0
- package/dist/esm/api/azurePlaywrightServiceContext.d.ts +14 -0
- package/dist/esm/api/azurePlaywrightServiceContext.d.ts.map +1 -0
- package/dist/esm/api/azurePlaywrightServiceContext.js +35 -0
- package/dist/esm/api/azurePlaywrightServiceContext.js.map +1 -0
- package/dist/esm/api/index.d.ts +7 -0
- package/dist/esm/api/index.d.ts.map +1 -0
- package/dist/esm/api/index.js +8 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +9 -0
- package/dist/esm/api/operations/index.d.ts.map +1 -0
- package/dist/esm/api/operations/index.js +22 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/options.d.ts +42 -0
- package/dist/esm/api/options.d.ts.map +1 -0
- package/dist/esm/api/options.js +4 -0
- package/dist/esm/api/options.js.map +1 -0
- package/dist/esm/api/quotas/index.d.ts +13 -0
- package/dist/esm/api/quotas/index.d.ts.map +1 -0
- package/dist/esm/api/quotas/index.js +39 -0
- package/dist/esm/api/quotas/index.js.map +1 -0
- package/dist/esm/azurePlaywrightServiceClient.d.ts +24 -0
- package/dist/esm/azurePlaywrightServiceClient.d.ts.map +1 -0
- package/dist/esm/azurePlaywrightServiceClient.js +24 -0
- package/dist/esm/azurePlaywrightServiceClient.js.map +1 -0
- package/dist/esm/classic/accountQuotas/index.d.ts +17 -0
- package/dist/esm/classic/accountQuotas/index.d.ts.map +1 -0
- package/dist/esm/classic/accountQuotas/index.js +13 -0
- package/dist/esm/classic/accountQuotas/index.js.map +1 -0
- package/dist/esm/classic/accounts/index.d.ts +33 -0
- package/dist/esm/classic/accounts/index.d.ts.map +1 -0
- package/dist/esm/classic/accounts/index.js +18 -0
- package/dist/esm/classic/accounts/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +5 -0
- package/dist/esm/classic/index.d.ts.map +1 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +14 -0
- package/dist/esm/classic/operations/index.d.ts.map +1 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/quotas/index.d.ts +17 -0
- package/dist/esm/classic/quotas/index.d.ts.map +1 -0
- package/dist/esm/classic/quotas/index.js +13 -0
- package/dist/esm/classic/quotas/index.js.map +1 -0
- package/dist/esm/helpers/serializerHelpers.d.ts +3 -0
- package/dist/esm/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/esm/helpers/serializerHelpers.js +24 -0
- package/dist/esm/helpers/serializerHelpers.js.map +1 -0
- package/dist/esm/index.d.ts +8 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +399 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +343 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
- package/dist/esm/restorePollerHelpers.js +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.d.ts.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.js +76 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/api/accountQuotas/index.d.ts +13 -0
- package/dist/react-native/api/accountQuotas/index.d.ts.map +1 -0
- package/dist/react-native/api/accountQuotas/index.js +39 -0
- package/dist/react-native/api/accountQuotas/index.js.map +1 -0
- package/dist/react-native/api/accounts/index.d.ts +34 -0
- package/dist/react-native/api/accounts/index.d.ts.map +1 -0
- package/dist/react-native/api/accounts/index.js +132 -0
- package/dist/react-native/api/accounts/index.js.map +1 -0
- package/dist/react-native/api/azurePlaywrightServiceContext.d.ts +14 -0
- package/dist/react-native/api/azurePlaywrightServiceContext.d.ts.map +1 -0
- package/dist/react-native/api/azurePlaywrightServiceContext.js +35 -0
- package/dist/react-native/api/azurePlaywrightServiceContext.js.map +1 -0
- package/dist/react-native/api/index.d.ts +7 -0
- package/dist/react-native/api/index.d.ts.map +1 -0
- package/dist/react-native/api/index.js +8 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +9 -0
- package/dist/react-native/api/operations/index.d.ts.map +1 -0
- package/dist/react-native/api/operations/index.js +22 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/options.d.ts +42 -0
- package/dist/react-native/api/options.d.ts.map +1 -0
- package/dist/react-native/api/options.js +4 -0
- package/dist/react-native/api/options.js.map +1 -0
- package/dist/react-native/api/quotas/index.d.ts +13 -0
- package/dist/react-native/api/quotas/index.d.ts.map +1 -0
- package/dist/react-native/api/quotas/index.js +39 -0
- package/dist/react-native/api/quotas/index.js.map +1 -0
- package/dist/react-native/azurePlaywrightServiceClient.d.ts +24 -0
- package/dist/react-native/azurePlaywrightServiceClient.d.ts.map +1 -0
- package/dist/react-native/azurePlaywrightServiceClient.js +24 -0
- package/dist/react-native/azurePlaywrightServiceClient.js.map +1 -0
- package/dist/react-native/classic/accountQuotas/index.d.ts +17 -0
- package/dist/react-native/classic/accountQuotas/index.d.ts.map +1 -0
- package/dist/react-native/classic/accountQuotas/index.js +13 -0
- package/dist/react-native/classic/accountQuotas/index.js.map +1 -0
- package/dist/react-native/classic/accounts/index.d.ts +33 -0
- package/dist/react-native/classic/accounts/index.d.ts.map +1 -0
- package/dist/react-native/classic/accounts/index.js +18 -0
- package/dist/react-native/classic/accounts/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +5 -0
- package/dist/react-native/classic/index.d.ts.map +1 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +14 -0
- package/dist/react-native/classic/operations/index.d.ts.map +1 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/quotas/index.d.ts +17 -0
- package/dist/react-native/classic/quotas/index.d.ts.map +1 -0
- package/dist/react-native/classic/quotas/index.js +13 -0
- package/dist/react-native/classic/quotas/index.js.map +1 -0
- package/dist/react-native/helpers/serializerHelpers.d.ts +3 -0
- package/dist/react-native/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/react-native/helpers/serializerHelpers.js +24 -0
- package/dist/react-native/helpers/serializerHelpers.js.map +1 -0
- package/dist/react-native/index.d.ts +8 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +6 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +399 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +343 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
- package/dist/react-native/restorePollerHelpers.js +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.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/package.json +132 -87
- package/review/arm-playwrighttesting-models.api.md +230 -0
- package/review/arm-playwrighttesting.api.md +131 -143
- package/dist/index.js +0 -1798
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/accountsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsGetSample.js +0 -39
- package/dist-esm/samples-dev/accountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/accountsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsUpdateSample.js +0 -43
- package/dist-esm/samples-dev/accountsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/quotasGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotasGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotasGetSample.js +0 -39
- package/dist-esm/samples-dev/quotasGetSample.js.map +0 -1
- package/dist-esm/samples-dev/quotasListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotasListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotasListBySubscriptionSample.js +0 -54
- package/dist-esm/samples-dev/quotasListBySubscriptionSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +0 -11
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -484
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -72
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -23
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -606
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -14
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -134
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/accounts.d.ts +0 -99
- package/dist-esm/src/operations/accounts.d.ts.map +0 -1
- package/dist-esm/src/operations/accounts.js +0 -489
- package/dist-esm/src/operations/accounts.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -4
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -11
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/quotas.d.ts +0 -42
- package/dist-esm/src/operations/quotas.d.ts.map +0 -1
- package/dist-esm/src/operations/quotas.js +0 -175
- package/dist-esm/src/operations/quotas.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accounts.js +0 -9
- package/dist-esm/src/operationsInterfaces/accounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -11
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js +0 -9
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/quotas.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/quotas.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/quotas.js +0 -9
- package/dist-esm/src/operationsInterfaces/quotas.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts +0 -13
- package/dist-esm/src/pagingHelper.d.ts.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/playwrightTestingClient.d.ts +0 -22
- package/dist-esm/src/playwrightTestingClient.d.ts.map +0 -1
- package/dist-esm/src/playwrightTestingClient.js +0 -102
- package/dist-esm/src/playwrightTestingClient.js.map +0 -1
- package/dist-esm/test/playwrighttesting_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/playwrighttesting_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/playwrighttesting_operations_test.spec.js +0 -71
- package/dist-esm/test/playwrighttesting_operations_test.spec.js.map +0 -1
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -549
- package/src/models/mappers.ts +0 -640
- package/src/models/parameters.ts +0 -154
- package/src/operations/accounts.ts +0 -630
- package/src/operations/index.ts +0 -11
- package/src/operations/operations.ts +0 -149
- package/src/operations/quotas.ts +0 -219
- package/src/operationsInterfaces/accounts.ts +0 -121
- package/src/operationsInterfaces/index.ts +0 -11
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/quotas.ts +0 -41
- package/src/pagingHelper.ts +0 -39
- package/src/playwrightTestingClient.ts +0 -144
- package/tsconfig.json +0 -33
- package/types/arm-playwrighttesting.d.ts +0 -663
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-playwrighttesting"
|
|
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 interface Account extends TrackedResource {
|
|
9
|
+
properties?: AccountProperties;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
// @public
|
|
13
|
+
export interface AccountFreeTrialProperties {
|
|
14
|
+
readonly allocatedValue: number;
|
|
15
|
+
readonly createdAt: Date;
|
|
16
|
+
readonly expiryAt: Date;
|
|
17
|
+
readonly percentageUsed: number;
|
|
18
|
+
readonly usedValue: number;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
// @public
|
|
22
|
+
export interface AccountProperties {
|
|
23
|
+
readonly dashboardUri?: string;
|
|
24
|
+
localAuth?: EnablementStatus;
|
|
25
|
+
readonly provisioningState?: ProvisioningState;
|
|
26
|
+
regionalAffinity?: EnablementStatus;
|
|
27
|
+
reporting?: EnablementStatus;
|
|
28
|
+
scalableExecution?: EnablementStatus;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// @public
|
|
32
|
+
export interface AccountQuota extends ProxyResource {
|
|
33
|
+
properties?: AccountQuotaProperties;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
// @public
|
|
37
|
+
export interface AccountQuotaProperties {
|
|
38
|
+
freeTrial?: AccountFreeTrialProperties;
|
|
39
|
+
readonly provisioningState?: ProvisioningState;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
// @public
|
|
43
|
+
export interface AccountUpdate {
|
|
44
|
+
properties?: AccountUpdateProperties;
|
|
45
|
+
tags?: Record<string, string>;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
// @public
|
|
49
|
+
export interface AccountUpdateProperties {
|
|
50
|
+
localAuth?: EnablementStatus;
|
|
51
|
+
regionalAffinity?: EnablementStatus;
|
|
52
|
+
reporting?: EnablementStatus;
|
|
53
|
+
scalableExecution?: EnablementStatus;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
// @public
|
|
57
|
+
export type ActionType = string;
|
|
58
|
+
|
|
59
|
+
// @public
|
|
60
|
+
export type CheckNameAvailabilityReason = string;
|
|
61
|
+
|
|
62
|
+
// @public
|
|
63
|
+
export interface CheckNameAvailabilityRequest {
|
|
64
|
+
name?: string;
|
|
65
|
+
type?: string;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// @public
|
|
69
|
+
export interface CheckNameAvailabilityResponse {
|
|
70
|
+
message?: string;
|
|
71
|
+
nameAvailable?: boolean;
|
|
72
|
+
reason?: CheckNameAvailabilityReason;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
// @public
|
|
76
|
+
export type CreatedByType = string;
|
|
77
|
+
|
|
78
|
+
// @public
|
|
79
|
+
export type EnablementStatus = string;
|
|
80
|
+
|
|
81
|
+
// @public
|
|
82
|
+
export interface FreeTrialProperties {
|
|
83
|
+
readonly accountId: string;
|
|
84
|
+
readonly state: FreeTrialState;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
// @public
|
|
88
|
+
export type FreeTrialState = string;
|
|
89
|
+
|
|
90
|
+
// @public
|
|
91
|
+
export enum KnownActionType {
|
|
92
|
+
Internal = "Internal"
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
// @public
|
|
96
|
+
export enum KnownCheckNameAvailabilityReason {
|
|
97
|
+
AlreadyExists = "AlreadyExists",
|
|
98
|
+
Invalid = "Invalid"
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
// @public
|
|
102
|
+
export enum KnownCreatedByType {
|
|
103
|
+
Application = "Application",
|
|
104
|
+
Key = "Key",
|
|
105
|
+
ManagedIdentity = "ManagedIdentity",
|
|
106
|
+
User = "User"
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
// @public
|
|
110
|
+
export enum KnownEnablementStatus {
|
|
111
|
+
Disabled = "Disabled",
|
|
112
|
+
Enabled = "Enabled"
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
// @public
|
|
116
|
+
export enum KnownFreeTrialState {
|
|
117
|
+
Active = "Active",
|
|
118
|
+
Expired = "Expired",
|
|
119
|
+
NotEligible = "NotEligible",
|
|
120
|
+
NotRegistered = "NotRegistered"
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
// @public
|
|
124
|
+
export enum KnownOfferingType {
|
|
125
|
+
GeneralAvailability = "GeneralAvailability",
|
|
126
|
+
NotApplicable = "NotApplicable",
|
|
127
|
+
PrivatePreview = "PrivatePreview",
|
|
128
|
+
PublicPreview = "PublicPreview"
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
// @public
|
|
132
|
+
export enum KnownOrigin {
|
|
133
|
+
System = "system",
|
|
134
|
+
User = "user",
|
|
135
|
+
UserSystem = "user,system"
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
// @public
|
|
139
|
+
export enum KnownProvisioningState {
|
|
140
|
+
Accepted = "Accepted",
|
|
141
|
+
Canceled = "Canceled",
|
|
142
|
+
Creating = "Creating",
|
|
143
|
+
Deleting = "Deleting",
|
|
144
|
+
Failed = "Failed",
|
|
145
|
+
Succeeded = "Succeeded"
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
// @public
|
|
149
|
+
export enum KnownQuotaNames {
|
|
150
|
+
Reporting = "Reporting",
|
|
151
|
+
ScalableExecution = "ScalableExecution"
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
// @public
|
|
155
|
+
export enum KnownVersions {
|
|
156
|
+
"V2024-12-01" = "2024-12-01"
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
// @public
|
|
160
|
+
export type OfferingType = string;
|
|
161
|
+
|
|
162
|
+
// @public
|
|
163
|
+
export interface Operation {
|
|
164
|
+
actionType?: ActionType;
|
|
165
|
+
readonly display?: OperationDisplay;
|
|
166
|
+
readonly isDataAction?: boolean;
|
|
167
|
+
readonly name?: string;
|
|
168
|
+
readonly origin?: Origin;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
// @public
|
|
172
|
+
export interface OperationDisplay {
|
|
173
|
+
readonly description?: string;
|
|
174
|
+
readonly operation?: string;
|
|
175
|
+
readonly provider?: string;
|
|
176
|
+
readonly resource?: string;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
// @public
|
|
180
|
+
export type Origin = string;
|
|
181
|
+
|
|
182
|
+
// @public
|
|
183
|
+
export type ProvisioningState = string;
|
|
184
|
+
|
|
185
|
+
// @public
|
|
186
|
+
export interface ProxyResource extends Resource {
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
// @public
|
|
190
|
+
export interface Quota extends ProxyResource {
|
|
191
|
+
properties?: QuotaProperties;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
// @public
|
|
195
|
+
export type QuotaNames = string;
|
|
196
|
+
|
|
197
|
+
// @public
|
|
198
|
+
export interface QuotaProperties {
|
|
199
|
+
freeTrial?: FreeTrialProperties;
|
|
200
|
+
readonly offeringType?: OfferingType;
|
|
201
|
+
readonly provisioningState?: ProvisioningState;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
// @public
|
|
205
|
+
export interface Resource {
|
|
206
|
+
readonly id?: string;
|
|
207
|
+
readonly name?: string;
|
|
208
|
+
readonly systemData?: SystemData;
|
|
209
|
+
readonly type?: string;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
// @public
|
|
213
|
+
export interface SystemData {
|
|
214
|
+
createdAt?: Date;
|
|
215
|
+
createdBy?: string;
|
|
216
|
+
createdByType?: CreatedByType;
|
|
217
|
+
lastModifiedAt?: Date;
|
|
218
|
+
lastModifiedBy?: string;
|
|
219
|
+
lastModifiedByType?: CreatedByType;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
// @public
|
|
223
|
+
export interface TrackedResource extends Resource {
|
|
224
|
+
location: string;
|
|
225
|
+
tags?: Record<string, string>;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
// (No @packageDocumentation comment for this package)
|
|
229
|
+
|
|
230
|
+
```
|
|
@@ -4,11 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import
|
|
8
|
-
import
|
|
7
|
+
import { AbortSignalLike } from '@azure/abort-controller';
|
|
8
|
+
import { ClientOptions } from '@azure-rest/core-client';
|
|
9
|
+
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
10
|
import { OperationState } from '@azure/core-lro';
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
11
|
+
import { PathUncheckedResponse } from '@azure-rest/core-client';
|
|
12
|
+
import { Pipeline } from '@azure/core-rest-pipeline';
|
|
13
|
+
import { PollerLike } from '@azure/core-lro';
|
|
14
|
+
import { TokenCredential } from '@azure/core-auth';
|
|
12
15
|
|
|
13
16
|
// @public
|
|
14
17
|
export interface Account extends TrackedResource {
|
|
@@ -16,14 +19,18 @@ export interface Account extends TrackedResource {
|
|
|
16
19
|
}
|
|
17
20
|
|
|
18
21
|
// @public
|
|
19
|
-
export interface
|
|
20
|
-
|
|
21
|
-
|
|
22
|
+
export interface AccountFreeTrialProperties {
|
|
23
|
+
readonly allocatedValue: number;
|
|
24
|
+
readonly createdAt: Date;
|
|
25
|
+
readonly expiryAt: Date;
|
|
26
|
+
readonly percentageUsed: number;
|
|
27
|
+
readonly usedValue: number;
|
|
22
28
|
}
|
|
23
29
|
|
|
24
30
|
// @public
|
|
25
31
|
export interface AccountProperties {
|
|
26
32
|
readonly dashboardUri?: string;
|
|
33
|
+
localAuth?: EnablementStatus;
|
|
27
34
|
readonly provisioningState?: ProvisioningState;
|
|
28
35
|
regionalAffinity?: EnablementStatus;
|
|
29
36
|
reporting?: EnablementStatus;
|
|
@@ -31,95 +38,80 @@ export interface AccountProperties {
|
|
|
31
38
|
}
|
|
32
39
|
|
|
33
40
|
// @public
|
|
34
|
-
export interface
|
|
35
|
-
|
|
36
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, name: string, resource: Account, options?: AccountsCreateOrUpdateOptionalParams): Promise<AccountsCreateOrUpdateResponse>;
|
|
37
|
-
beginDelete(resourceGroupName: string, name: string, options?: AccountsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
38
|
-
beginDeleteAndWait(resourceGroupName: string, name: string, options?: AccountsDeleteOptionalParams): Promise<void>;
|
|
39
|
-
get(resourceGroupName: string, name: string, options?: AccountsGetOptionalParams): Promise<AccountsGetResponse>;
|
|
40
|
-
listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Account>;
|
|
41
|
-
listBySubscription(options?: AccountsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Account>;
|
|
42
|
-
update(resourceGroupName: string, name: string, properties: AccountUpdate, options?: AccountsUpdateOptionalParams): Promise<AccountsUpdateResponse>;
|
|
41
|
+
export interface AccountQuota extends ProxyResource {
|
|
42
|
+
properties?: AccountQuotaProperties;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
// @public
|
|
46
|
-
export interface
|
|
47
|
-
|
|
46
|
+
export interface AccountQuotaProperties {
|
|
47
|
+
freeTrial?: AccountFreeTrialProperties;
|
|
48
|
+
readonly provisioningState?: ProvisioningState;
|
|
48
49
|
}
|
|
49
50
|
|
|
50
51
|
// @public
|
|
51
|
-
export interface
|
|
52
|
-
resumeFrom?: string;
|
|
53
|
-
updateIntervalInMs?: number;
|
|
52
|
+
export interface AccountQuotasGetOptionalParams extends OperationOptions {
|
|
54
53
|
}
|
|
55
54
|
|
|
56
55
|
// @public
|
|
57
|
-
export
|
|
58
|
-
|
|
59
|
-
// @public
|
|
60
|
-
export interface AccountsDeleteHeaders {
|
|
61
|
-
location?: string;
|
|
62
|
-
retryAfter?: number;
|
|
56
|
+
export interface AccountQuotasListByAccountOptionalParams extends OperationOptions {
|
|
63
57
|
}
|
|
64
58
|
|
|
65
59
|
// @public
|
|
66
|
-
export interface
|
|
67
|
-
|
|
68
|
-
|
|
60
|
+
export interface AccountQuotasOperations {
|
|
61
|
+
get: (resourceGroupName: string, accountName: string, quotaName: QuotaNames, options?: AccountQuotasGetOptionalParams) => Promise<AccountQuota>;
|
|
62
|
+
listByAccount: (resourceGroupName: string, accountName: string, options?: AccountQuotasListByAccountOptionalParams) => PagedAsyncIterableIterator<AccountQuota>;
|
|
69
63
|
}
|
|
70
64
|
|
|
71
65
|
// @public
|
|
72
|
-
export interface
|
|
66
|
+
export interface AccountsCheckNameAvailabilityOptionalParams extends OperationOptions {
|
|
73
67
|
}
|
|
74
68
|
|
|
75
69
|
// @public
|
|
76
|
-
export
|
|
77
|
-
|
|
78
|
-
// @public
|
|
79
|
-
export interface AccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
70
|
+
export interface AccountsCreateOrUpdateOptionalParams extends OperationOptions {
|
|
71
|
+
updateIntervalInMs?: number;
|
|
80
72
|
}
|
|
81
73
|
|
|
82
74
|
// @public
|
|
83
|
-
export
|
|
84
|
-
|
|
85
|
-
// @public
|
|
86
|
-
export interface AccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
75
|
+
export interface AccountsDeleteOptionalParams extends OperationOptions {
|
|
76
|
+
updateIntervalInMs?: number;
|
|
87
77
|
}
|
|
88
78
|
|
|
89
79
|
// @public
|
|
90
|
-
export
|
|
91
|
-
|
|
92
|
-
// @public
|
|
93
|
-
export interface AccountsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
80
|
+
export interface AccountsGetOptionalParams extends OperationOptions {
|
|
94
81
|
}
|
|
95
82
|
|
|
96
83
|
// @public
|
|
97
|
-
export
|
|
98
|
-
|
|
99
|
-
// @public
|
|
100
|
-
export interface AccountsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
84
|
+
export interface AccountsListByResourceGroupOptionalParams extends OperationOptions {
|
|
101
85
|
}
|
|
102
86
|
|
|
103
87
|
// @public
|
|
104
|
-
export
|
|
88
|
+
export interface AccountsListBySubscriptionOptionalParams extends OperationOptions {
|
|
89
|
+
}
|
|
105
90
|
|
|
106
91
|
// @public
|
|
107
|
-
export interface
|
|
92
|
+
export interface AccountsOperations {
|
|
93
|
+
checkNameAvailability: (body: CheckNameAvailabilityRequest, options?: AccountsCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResponse>;
|
|
94
|
+
createOrUpdate: (resourceGroupName: string, accountName: string, resource: Account, options?: AccountsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Account>, Account>;
|
|
95
|
+
delete: (resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
96
|
+
get: (resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams) => Promise<Account>;
|
|
97
|
+
listByResourceGroup: (resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Account>;
|
|
98
|
+
listBySubscription: (options?: AccountsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Account>;
|
|
99
|
+
update: (resourceGroupName: string, accountName: string, properties: AccountUpdate, options?: AccountsUpdateOptionalParams) => Promise<Account>;
|
|
108
100
|
}
|
|
109
101
|
|
|
110
102
|
// @public
|
|
111
|
-
export
|
|
103
|
+
export interface AccountsUpdateOptionalParams extends OperationOptions {
|
|
104
|
+
}
|
|
112
105
|
|
|
113
106
|
// @public
|
|
114
107
|
export interface AccountUpdate {
|
|
115
108
|
properties?: AccountUpdateProperties;
|
|
116
|
-
tags?:
|
|
117
|
-
[propertyName: string]: string;
|
|
118
|
-
};
|
|
109
|
+
tags?: Record<string, string>;
|
|
119
110
|
}
|
|
120
111
|
|
|
121
112
|
// @public
|
|
122
113
|
export interface AccountUpdateProperties {
|
|
114
|
+
localAuth?: EnablementStatus;
|
|
123
115
|
regionalAffinity?: EnablementStatus;
|
|
124
116
|
reporting?: EnablementStatus;
|
|
125
117
|
scalableExecution?: EnablementStatus;
|
|
@@ -128,54 +120,68 @@ export interface AccountUpdateProperties {
|
|
|
128
120
|
// @public
|
|
129
121
|
export type ActionType = string;
|
|
130
122
|
|
|
123
|
+
// @public (undocumented)
|
|
124
|
+
export class AzurePlaywrightServiceClient {
|
|
125
|
+
constructor(credential: TokenCredential, subscriptionId: string, options?: AzurePlaywrightServiceClientOptionalParams);
|
|
126
|
+
readonly accountQuotas: AccountQuotasOperations;
|
|
127
|
+
readonly accounts: AccountsOperations;
|
|
128
|
+
readonly operations: OperationsOperations;
|
|
129
|
+
readonly pipeline: Pipeline;
|
|
130
|
+
readonly quotas: QuotasOperations;
|
|
131
|
+
}
|
|
132
|
+
|
|
131
133
|
// @public
|
|
132
|
-
export
|
|
134
|
+
export interface AzurePlaywrightServiceClientOptionalParams extends ClientOptions {
|
|
135
|
+
apiVersion?: string;
|
|
136
|
+
}
|
|
133
137
|
|
|
134
138
|
// @public
|
|
135
|
-
export type
|
|
139
|
+
export type CheckNameAvailabilityReason = string;
|
|
136
140
|
|
|
137
141
|
// @public
|
|
138
|
-
export interface
|
|
139
|
-
|
|
140
|
-
|
|
142
|
+
export interface CheckNameAvailabilityRequest {
|
|
143
|
+
name?: string;
|
|
144
|
+
type?: string;
|
|
141
145
|
}
|
|
142
146
|
|
|
143
147
|
// @public
|
|
144
|
-
export interface
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
readonly message?: string;
|
|
149
|
-
readonly target?: string;
|
|
148
|
+
export interface CheckNameAvailabilityResponse {
|
|
149
|
+
message?: string;
|
|
150
|
+
nameAvailable?: boolean;
|
|
151
|
+
reason?: CheckNameAvailabilityReason;
|
|
150
152
|
}
|
|
151
153
|
|
|
152
154
|
// @public
|
|
153
|
-
export
|
|
154
|
-
|
|
155
|
-
}
|
|
155
|
+
export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
|
|
156
|
+
continuationToken?: string;
|
|
157
|
+
};
|
|
158
|
+
|
|
159
|
+
// @public
|
|
160
|
+
export type CreatedByType = string;
|
|
161
|
+
|
|
162
|
+
// @public
|
|
163
|
+
export type EnablementStatus = string;
|
|
156
164
|
|
|
157
165
|
// @public
|
|
158
166
|
export interface FreeTrialProperties {
|
|
159
167
|
readonly accountId: string;
|
|
160
|
-
readonly allocatedValue: number;
|
|
161
|
-
readonly createdAt: Date;
|
|
162
|
-
readonly expiryAt: Date;
|
|
163
|
-
readonly percentageUsed: number;
|
|
164
168
|
readonly state: FreeTrialState;
|
|
165
|
-
readonly usedValue: number;
|
|
166
169
|
}
|
|
167
170
|
|
|
168
171
|
// @public
|
|
169
172
|
export type FreeTrialState = string;
|
|
170
173
|
|
|
171
|
-
// @public
|
|
172
|
-
export function getContinuationToken(page: unknown): string | undefined;
|
|
173
|
-
|
|
174
174
|
// @public
|
|
175
175
|
export enum KnownActionType {
|
|
176
176
|
Internal = "Internal"
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
+
// @public
|
|
180
|
+
export enum KnownCheckNameAvailabilityReason {
|
|
181
|
+
AlreadyExists = "AlreadyExists",
|
|
182
|
+
Invalid = "Invalid"
|
|
183
|
+
}
|
|
184
|
+
|
|
179
185
|
// @public
|
|
180
186
|
export enum KnownCreatedByType {
|
|
181
187
|
Application = "Application",
|
|
@@ -193,7 +199,17 @@ export enum KnownEnablementStatus {
|
|
|
193
199
|
// @public
|
|
194
200
|
export enum KnownFreeTrialState {
|
|
195
201
|
Active = "Active",
|
|
196
|
-
Expired = "Expired"
|
|
202
|
+
Expired = "Expired",
|
|
203
|
+
NotEligible = "NotEligible",
|
|
204
|
+
NotRegistered = "NotRegistered"
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
// @public
|
|
208
|
+
export enum KnownOfferingType {
|
|
209
|
+
GeneralAvailability = "GeneralAvailability",
|
|
210
|
+
NotApplicable = "NotApplicable",
|
|
211
|
+
PrivatePreview = "PrivatePreview",
|
|
212
|
+
PublicPreview = "PublicPreview"
|
|
197
213
|
}
|
|
198
214
|
|
|
199
215
|
// @public
|
|
@@ -207,6 +223,7 @@ export enum KnownOrigin {
|
|
|
207
223
|
export enum KnownProvisioningState {
|
|
208
224
|
Accepted = "Accepted",
|
|
209
225
|
Canceled = "Canceled",
|
|
226
|
+
Creating = "Creating",
|
|
210
227
|
Deleting = "Deleting",
|
|
211
228
|
Failed = "Failed",
|
|
212
229
|
Succeeded = "Succeeded"
|
|
@@ -214,13 +231,22 @@ export enum KnownProvisioningState {
|
|
|
214
231
|
|
|
215
232
|
// @public
|
|
216
233
|
export enum KnownQuotaNames {
|
|
234
|
+
Reporting = "Reporting",
|
|
217
235
|
ScalableExecution = "ScalableExecution"
|
|
218
236
|
}
|
|
219
237
|
|
|
238
|
+
// @public
|
|
239
|
+
export enum KnownVersions {
|
|
240
|
+
"V2024-12-01" = "2024-12-01"
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
// @public
|
|
244
|
+
export type OfferingType = string;
|
|
245
|
+
|
|
220
246
|
// @public
|
|
221
247
|
export interface Operation {
|
|
222
|
-
|
|
223
|
-
display?: OperationDisplay;
|
|
248
|
+
actionType?: ActionType;
|
|
249
|
+
readonly display?: OperationDisplay;
|
|
224
250
|
readonly isDataAction?: boolean;
|
|
225
251
|
readonly name?: string;
|
|
226
252
|
readonly origin?: Origin;
|
|
@@ -235,55 +261,27 @@ export interface OperationDisplay {
|
|
|
235
261
|
}
|
|
236
262
|
|
|
237
263
|
// @public
|
|
238
|
-
export interface
|
|
239
|
-
readonly nextLink?: string;
|
|
240
|
-
readonly value?: Operation[];
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
// @public
|
|
244
|
-
export interface Operations {
|
|
245
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
264
|
+
export interface OperationsListOptionalParams extends OperationOptions {
|
|
246
265
|
}
|
|
247
266
|
|
|
248
267
|
// @public
|
|
249
|
-
export interface
|
|
268
|
+
export interface OperationsOperations {
|
|
269
|
+
list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;
|
|
250
270
|
}
|
|
251
271
|
|
|
252
272
|
// @public
|
|
253
|
-
export type
|
|
273
|
+
export type Origin = string;
|
|
254
274
|
|
|
255
275
|
// @public
|
|
256
|
-
export interface
|
|
276
|
+
export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
|
|
277
|
+
[Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
|
|
278
|
+
byPage: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
|
|
279
|
+
next(): Promise<IteratorResult<TElement>>;
|
|
257
280
|
}
|
|
258
281
|
|
|
259
282
|
// @public
|
|
260
|
-
export
|
|
261
|
-
|
|
262
|
-
// @public
|
|
263
|
-
export type Origin = string;
|
|
264
|
-
|
|
265
|
-
// @public (undocumented)
|
|
266
|
-
export class PlaywrightTestingClient extends coreClient.ServiceClient {
|
|
267
|
-
// (undocumented)
|
|
268
|
-
$host: string;
|
|
269
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: PlaywrightTestingClientOptionalParams);
|
|
270
|
-
// (undocumented)
|
|
271
|
-
accounts: Accounts;
|
|
272
|
-
// (undocumented)
|
|
273
|
-
apiVersion: string;
|
|
274
|
-
// (undocumented)
|
|
275
|
-
operations: Operations;
|
|
276
|
-
// (undocumented)
|
|
277
|
-
quotas: Quotas;
|
|
278
|
-
// (undocumented)
|
|
279
|
-
subscriptionId: string;
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
// @public
|
|
283
|
-
export interface PlaywrightTestingClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
284
|
-
$host?: string;
|
|
285
|
-
apiVersion?: string;
|
|
286
|
-
endpoint?: string;
|
|
283
|
+
export interface PageSettings {
|
|
284
|
+
continuationToken?: string;
|
|
287
285
|
}
|
|
288
286
|
|
|
289
287
|
// @public
|
|
@@ -298,48 +296,30 @@ export interface Quota extends ProxyResource {
|
|
|
298
296
|
properties?: QuotaProperties;
|
|
299
297
|
}
|
|
300
298
|
|
|
301
|
-
// @public
|
|
302
|
-
export interface QuotaListResult {
|
|
303
|
-
nextLink?: string;
|
|
304
|
-
value: Quota[];
|
|
305
|
-
}
|
|
306
|
-
|
|
307
299
|
// @public
|
|
308
300
|
export type QuotaNames = string;
|
|
309
301
|
|
|
310
302
|
// @public
|
|
311
303
|
export interface QuotaProperties {
|
|
312
304
|
freeTrial?: FreeTrialProperties;
|
|
305
|
+
readonly offeringType?: OfferingType;
|
|
313
306
|
readonly provisioningState?: ProvisioningState;
|
|
314
307
|
}
|
|
315
308
|
|
|
316
309
|
// @public
|
|
317
|
-
export interface
|
|
318
|
-
get(location: string, name: QuotaNames, options?: QuotasGetOptionalParams): Promise<QuotasGetResponse>;
|
|
319
|
-
listBySubscription(location: string, options?: QuotasListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Quota>;
|
|
310
|
+
export interface QuotasGetOptionalParams extends OperationOptions {
|
|
320
311
|
}
|
|
321
312
|
|
|
322
313
|
// @public
|
|
323
|
-
export interface
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
// @public
|
|
327
|
-
export type QuotasGetResponse = Quota;
|
|
328
|
-
|
|
329
|
-
// @public
|
|
330
|
-
export interface QuotasListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
314
|
+
export interface QuotasListBySubscriptionOptionalParams extends OperationOptions {
|
|
331
315
|
}
|
|
332
316
|
|
|
333
317
|
// @public
|
|
334
|
-
export
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
export interface QuotasListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
318
|
+
export interface QuotasOperations {
|
|
319
|
+
get: (location: string, quotaName: QuotaNames, options?: QuotasGetOptionalParams) => Promise<Quota>;
|
|
320
|
+
listBySubscription: (location: string, options?: QuotasListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Quota>;
|
|
338
321
|
}
|
|
339
322
|
|
|
340
|
-
// @public
|
|
341
|
-
export type QuotasListBySubscriptionResponse = QuotaListResult;
|
|
342
|
-
|
|
343
323
|
// @public
|
|
344
324
|
export interface Resource {
|
|
345
325
|
readonly id?: string;
|
|
@@ -348,6 +328,16 @@ export interface Resource {
|
|
|
348
328
|
readonly type?: string;
|
|
349
329
|
}
|
|
350
330
|
|
|
331
|
+
// @public
|
|
332
|
+
export function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: AzurePlaywrightServiceClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
|
|
333
|
+
|
|
334
|
+
// @public (undocumented)
|
|
335
|
+
export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
|
|
336
|
+
abortSignal?: AbortSignalLike;
|
|
337
|
+
processResponseBody?: (result: TResponse) => Promise<TResult>;
|
|
338
|
+
updateIntervalInMs?: number;
|
|
339
|
+
}
|
|
340
|
+
|
|
351
341
|
// @public
|
|
352
342
|
export interface SystemData {
|
|
353
343
|
createdAt?: Date;
|
|
@@ -361,9 +351,7 @@ export interface SystemData {
|
|
|
361
351
|
// @public
|
|
362
352
|
export interface TrackedResource extends Resource {
|
|
363
353
|
location: string;
|
|
364
|
-
tags?:
|
|
365
|
-
[propertyName: string]: string;
|
|
366
|
-
};
|
|
354
|
+
tags?: Record<string, string>;
|
|
367
355
|
}
|
|
368
356
|
|
|
369
357
|
// (No @packageDocumentation comment for this package)
|