You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/playwright/azure-resourcemanager-playwright/CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.2 (Unreleased)
3
+
## 1.0.0 (2025-08-26)
4
4
5
-
### Features Added
5
+
- Azure Resource Manager Playwright client library for Java. This package contains Microsoft Azure SDK for Playwright Management SDK. Playwright Service Management API provides access to Playwright workspace resources and their operations through Azure Resource Manager. Package api-version 2025-09-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6
6
7
-
### Breaking Changes
7
+
### Features Added
8
8
9
-
###Bugs Fixed
9
+
#### `models.PlaywrightWorkspaceProperties` was modified
Copy file name to clipboardExpand all lines: sdk/playwright/azure-resourcemanager-playwright/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Azure Resource Manager Playwright client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for Playwright Management SDK. Playwright service provides access to Playwright workspace resource and it's operations. Package api-version 2025-07-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5
+
This package contains Microsoft Azure SDK for Playwright Management SDK. Playwright Service Management API provides access to Playwright workspace resources and their operations through Azure Resource Manager. Package api-version 2025-09-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6
6
7
7
## We'd love to hear your feedback
8
8
@@ -32,7 +32,7 @@ Various documentation is available to help you get started
<name>Microsoft Azure SDK for Playwright Management</name>
21
-
<description>This package contains Microsoft Azure SDK for Playwright Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Playwright service provides access to Playwright workspace resource and it's operations. Package api-version 2025-07-01-preview.</description>
21
+
<description>This package contains Microsoft Azure SDK for Playwright Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Playwright Service Management API provides access to Playwright workspace resources and their operations through Azure Resource Manager. Package api-version 2025-09-01.</description>
Copy file name to clipboardExpand all lines: sdk/playwright/azure-resourcemanager-playwright/src/main/java/com/azure/resourcemanager/playwright/PlaywrightManager.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,8 @@
44
44
45
45
/**
46
46
* Entry point to PlaywrightManager.
47
-
* Playwright service provides access to Playwright workspace resource and it's operations.
47
+
* Playwright Service Management API provides access to Playwright workspace resources and their operations through
Copy file name to clipboardExpand all lines: sdk/playwright/azure-resourcemanager-playwright/src/main/java/com/azure/resourcemanager/playwright/fluent/PlaywrightQuotasClient.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -17,34 +17,34 @@
17
17
*/
18
18
publicinterfacePlaywrightQuotasClient {
19
19
/**
20
-
* Get subscription-level location-based Playwright quota resource by name.
20
+
* Gets a subscription-level location-based Playwright quota resource by name.
21
21
*
22
22
* @param location The name of the Azure region.
23
23
* @param playwrightQuotaName The name of the PlaywrightQuota.
24
24
* @param context The context to associate with this operation.
25
25
* @throws IllegalArgumentException thrown if parameters fail the validation.
26
26
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
27
27
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
28
-
* @return subscription-level location-based Playwright quota resource by name along with {@link Response}.
28
+
* @return a subscription-level location-based Playwright quota resource by name along with {@link Response}.
0 commit comments