@azure/arm-playwright 1.0.0-alpha.20251128.1 → 1.0.0-alpha.20251202.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/dist/browser/api/playwrightWorkspaceQuotas/options.js.map +1 -1
- package/dist/commonjs/api/playwrightWorkspaceQuotas/options.js.map +1 -1
- package/dist/esm/api/playwrightWorkspaceQuotas/options.js.map +1 -1
- package/dist/react-native/api/playwrightWorkspaceQuotas/options.js.map +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/api/playwrightWorkspaceQuotas/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 PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams
|
|
1
|
+
{"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/api/playwrightWorkspaceQuotas/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 PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface PlaywrightWorkspaceQuotasGetOptionalParams extends OperationOptions {}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/api/playwrightWorkspaceQuotas/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 PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams
|
|
1
|
+
{"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/api/playwrightWorkspaceQuotas/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 PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface PlaywrightWorkspaceQuotasGetOptionalParams extends OperationOptions {}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/api/playwrightWorkspaceQuotas/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 PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams
|
|
1
|
+
{"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/api/playwrightWorkspaceQuotas/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 PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface PlaywrightWorkspaceQuotasGetOptionalParams extends OperationOptions {}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/api/playwrightWorkspaceQuotas/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 PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams
|
|
1
|
+
{"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/api/playwrightWorkspaceQuotas/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 PlaywrightWorkspaceQuotasListByPlaywrightWorkspaceOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface PlaywrightWorkspaceQuotasGetOptionalParams extends OperationOptions {}\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-playwright",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20251202.1",
|
|
4
4
|
"description": "A generated SDK for PlaywrightManagementClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -88,10 +88,10 @@
|
|
|
88
88
|
"typescript": "~5.9.3",
|
|
89
89
|
"vitest": "^4.0.8",
|
|
90
90
|
"@azure-tools/test-credential": "^2.1.2",
|
|
91
|
-
"@azure-tools/test-recorder": "^4.1.1",
|
|
92
91
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
93
92
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
94
|
-
"@azure/dev-tool": "^1.0.0"
|
|
93
|
+
"@azure/dev-tool": "^1.0.0",
|
|
94
|
+
"@azure-tools/test-recorder": "^4.1.1"
|
|
95
95
|
},
|
|
96
96
|
"//sampleConfiguration": {
|
|
97
97
|
"productName": "@azure/arm-playwright",
|