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/resourcemover/azure-resourcemanager-resourcemover/CHANGELOG.md
+96-4Lines changed: 96 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,106 @@
1
1
# Release History
2
2
3
-
## 1.1.0-beta.1 (Unreleased)
3
+
## 1.1.0 (2023-10-23)
4
+
5
+
- Azure Resource Manager ResourceMover client library for Java. This package contains Microsoft Azure SDK for ResourceMover Management SDK. A first party Azure service orchestrating the move of Azure resources from one Azure region to another or between zones within a region. Package tag package-2023-08-01. 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.MoveType` was added
10
+
11
+
#### `models.AvailabilitySetResourceSettings` was modified
12
+
13
+
*`withTags(java.util.Map)` was added
14
+
*`withTargetResourceGroupName(java.lang.String)` was added
15
+
*`tags()` was added
16
+
17
+
#### `models.ResourceSettings` was modified
18
+
19
+
*`withTargetResourceGroupName(java.lang.String)` was added
20
+
*`targetResourceGroupName()` was added
21
+
22
+
#### `models.LoadBalancerResourceSettings` was modified
23
+
24
+
*`withTargetResourceGroupName(java.lang.String)` was added
25
+
*`withTags(java.util.Map)` was added
26
+
*`tags()` was added
27
+
28
+
#### `models.SqlElasticPoolResourceSettings` was modified
29
+
30
+
*`withTargetResourceGroupName(java.lang.String)` was added
31
+
*`withTags(java.util.Map)` was added
32
+
*`tags()` was added
33
+
34
+
#### `models.MoveCollectionProperties` was modified
35
+
36
+
*`withMoveRegion(java.lang.String)` was added
37
+
*`withVersion(java.lang.String)` was added
38
+
*`moveRegion()` was added
39
+
*`withMoveType(models.MoveType)` was added
40
+
*`version()` was added
41
+
*`moveType()` was added
42
+
43
+
#### `models.ResourceGroupResourceSettings` was modified
44
+
45
+
*`withTargetResourceGroupName(java.lang.String)` was added
46
+
47
+
#### `models.PublicIpAddressResourceSettings` was modified
48
+
49
+
*`withTags(java.util.Map)` was added
50
+
*`tags()` was added
51
+
*`withTargetResourceGroupName(java.lang.String)` was added
52
+
53
+
#### `models.SqlServerResourceSettings` was modified
54
+
55
+
*`withTargetResourceGroupName(java.lang.String)` was added
56
+
57
+
#### `models.VirtualNetworkResourceSettings` was modified
58
+
59
+
*`withTargetResourceGroupName(java.lang.String)` was added
60
+
*`tags()` was added
61
+
*`withTags(java.util.Map)` was added
62
+
63
+
#### `models.KeyVaultResourceSettings` was modified
64
+
65
+
*`withTargetResourceGroupName(java.lang.String)` was added
66
+
67
+
#### `models.DiskEncryptionSetResourceSettings` was modified
68
+
69
+
*`withTargetResourceGroupName(java.lang.String)` was added
70
+
71
+
#### `models.NetworkSecurityGroupResourceSettings` was modified
72
+
73
+
*`withTargetResourceGroupName(java.lang.String)` was added
74
+
*`tags()` was added
75
+
*`withTags(java.util.Map)` was added
76
+
77
+
#### `models.SqlDatabaseResourceSettings` was modified
78
+
79
+
*`withTags(java.util.Map)` was added
80
+
*`withTargetResourceGroupName(java.lang.String)` was added
81
+
*`tags()` was added
82
+
83
+
#### `models.VirtualMachineResourceSettings` was modified
84
+
85
+
*`withTargetResourceGroupName(java.lang.String)` was added
86
+
*`userManagedIdentities()` was added
87
+
*`withTags(java.util.Map)` was added
88
+
*`tags()` was added
89
+
*`withUserManagedIdentities(java.util.List)` was added
90
+
91
+
#### `models.MoveResource` was modified
92
+
93
+
*`systemData()` was added
94
+
95
+
#### `models.MoveCollection` was modified
96
+
97
+
*`systemData()` was added
8
98
9
-
###Bugs Fixed
99
+
#### `models.NetworkInterfaceResourceSettings` was modified
10
100
11
-
### Other Changes
101
+
*`tags()` was added
102
+
*`withTargetResourceGroupName(java.lang.String)` was added
Copy file name to clipboardExpand all lines: sdk/resourcemover/azure-resourcemanager-resourcemover/README.md
+16-4Lines changed: 16 additions & 4 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 ResourceMover client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for ResourceMover Management SDK. A first party Azure service orchestrating the move of Azure resources from one Azure region to another or between zones within a region. Package tag package-2021-01-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 ResourceMover Management SDK. A first party Azure service orchestrating the move of Azure resources from one Azure region to another or between zones within a region. Package tag package-2023-08-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
0 commit comments