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
+75-4Lines changed: 75 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,85 @@
1
1
# Release History
2
2
3
-
## 1.1.0-beta.1 (Unreleased)
3
+
## 1.1.0-beta.1 (2026-04-01)
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 2026-02-01-preview. 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
### Breaking Changes
8
8
9
-
### Bugs Fixed
9
+
#### `models.PlaywrightWorkspaceFreeTrialProperties` was modified
10
+
11
+
*`validate()` was removed
12
+
13
+
#### `models.PlaywrightQuotaProperties` was modified
14
+
15
+
*`validate()` was removed
16
+
17
+
#### `models.CheckNameAvailabilityRequest` was modified
18
+
19
+
*`validate()` was removed
20
+
21
+
#### `models.OperationDisplay` was modified
22
+
23
+
*`validate()` was removed
24
+
25
+
#### `models.PlaywrightWorkspaceQuotaProperties` was modified
26
+
27
+
*`validate()` was removed
28
+
29
+
#### `models.PlaywrightWorkspaceUpdate` was modified
30
+
31
+
*`validate()` was removed
32
+
33
+
#### `models.PlaywrightWorkspaceProperties` was modified
34
+
35
+
*`validate()` was removed
36
+
37
+
#### `models.PlaywrightWorkspaceUpdateProperties` was modified
38
+
39
+
*`validate()` was removed
40
+
41
+
#### `models.FreeTrialProperties` was modified
42
+
43
+
*`validate()` was removed
44
+
45
+
### Features Added
46
+
47
+
*`models.ManagedServiceIdentity` was added
48
+
49
+
*`models.UserAssignedIdentity` was added
50
+
51
+
*`models.ManagedServiceIdentityType` was added
52
+
53
+
#### `models.PlaywrightWorkspace$Update` was modified
54
+
55
+
*`withIdentity(models.ManagedServiceIdentity)` was added
56
+
57
+
#### `models.PlaywrightWorkspace$Definition` was modified
58
+
59
+
*`withIdentity(models.ManagedServiceIdentity)` was added
60
+
61
+
#### `models.PlaywrightWorkspace` was modified
62
+
63
+
*`identity()` was added
64
+
65
+
#### `models.PlaywrightWorkspaceUpdate` was modified
66
+
67
+
*`withIdentity(models.ManagedServiceIdentity)` was added
68
+
*`identity()` was added
69
+
70
+
#### `models.PlaywrightWorkspaceProperties` was modified
71
+
72
+
*`withStorageUri(java.lang.String)` was added
73
+
*`reporting()` was added
74
+
*`storageUri()` was added
75
+
*`withReporting(models.EnablementStatus)` was added
76
+
77
+
#### `models.PlaywrightWorkspaceUpdateProperties` was modified
10
78
11
-
### Other Changes
79
+
*`reporting()` was added
80
+
*`withReporting(models.EnablementStatus)` was added
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 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).
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 2026-02-01-preview. 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 Management API provides access to Playwright workspace resources and their operations through Azure Resource Manager. Package api-version 2025-09-01.</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 2026-02-01-preview.</description>
0 commit comments