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/servicenetworking/azure-resourcemanager-servicenetworking/CHANGELOG.md
+39-4Lines changed: 39 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,49 @@
1
1
# Release History
2
2
3
-
## 1.2.0-beta.1 (Unreleased)
3
+
## 1.2.0-beta.1 (2025-03-06)
4
+
5
+
- Azure Resource Manager Traffic Controller client library for Java. This package contains Microsoft Azure SDK for Traffic Controller Management SDK. Traffic Controller Provider management API. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
4
6
5
7
### Features Added
6
8
7
-
### Breaking Changes
9
+
*`models.IpAccessRule` was added
10
+
11
+
*`models.FrontendUpdateProperties` was added
12
+
13
+
*`models.IpAccessRuleAction` was added
14
+
15
+
*`models.IpAccessRulesPolicy` was added
16
+
17
+
*`models.IpAccessRulesSecurityPolicy` was added
18
+
19
+
#### `models.Frontend$Update` was modified
20
+
21
+
*`withProperties(models.FrontendUpdateProperties)` was added
22
+
23
+
#### `models.SecurityPolicyProperties` was modified
24
+
25
+
*`ipAccessRulesPolicy()` was added
26
+
*`withIpAccessRulesPolicy(models.IpAccessRulesPolicy)` was added
8
27
9
-
###Bugs Fixed
28
+
#### `models.SecurityPolicyConfigurations` was modified
10
29
11
-
### Other Changes
30
+
*`withIpAccessRulesSecurityPolicy(models.IpAccessRulesSecurityPolicy)` was added
31
+
*`ipAccessRulesSecurityPolicy()` was added
32
+
33
+
#### `models.FrontendUpdate` was modified
34
+
35
+
*`properties()` was added
36
+
*`withProperties(models.FrontendUpdateProperties)` was added
37
+
38
+
#### `models.SecurityPolicyUpdateProperties` was modified
39
+
40
+
*`withIpAccessRulesPolicy(models.IpAccessRulesPolicy)` was added
41
+
*`ipAccessRulesPolicy()` was added
42
+
43
+
#### `models.FrontendProperties` was modified
44
+
45
+
*`securityPolicyConfigurations()` was added
46
+
*`withSecurityPolicyConfigurations(models.SecurityPolicyConfigurations)` was added
Copy file name to clipboardExpand all lines: sdk/servicenetworking/azure-resourcemanager-servicenetworking/src/main/java/com/azure/resourcemanager/servicenetworking/implementation/FrontendImpl.java
Copy file name to clipboardExpand all lines: sdk/servicenetworking/azure-resourcemanager-servicenetworking/src/main/java/com/azure/resourcemanager/servicenetworking/implementation/TrafficControllerManagementClientImpl.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ public OperationsClient getOperations() {
0 commit comments