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/datamigration/azure-resourcemanager-datamigration/CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.2 (Unreleased)
3
+
## 1.0.0-beta.1 (2021-08-13)
4
4
5
+
- Azure Resource Manager DataMigration client library for Java. This package contains Microsoft Azure SDK for DataMigration Management SDK. Data Migration Client. Package tag package-2021-06. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
Copy file name to clipboardExpand all lines: sdk/datamigration/azure-resourcemanager-datamigration/README.md
+4-2Lines changed: 4 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 DataMigration client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for DataMigration Management SDK. Data Migration Client. Package tag package-2018-04-19. 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 DataMigration Management SDK. Data Migration Client. Package tag package-2021-06. 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 DataMigration Management</name>
16
-
<description>This package contains Microsoft Azure SDK for DataMigration Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Data Migration Client. Package tag package-2018-04-19.</description>
<name>Microsoft Azure SDK for DataMigration Management</name>
16
+
<description>This package contains Microsoft Azure SDK for DataMigration Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Data Migration Client. Package tag package-2021-06.</description>
Copy file name to clipboardExpand all lines: sdk/datamigration/azure-resourcemanager-datamigration/src/main/java/com/azure/resourcemanager/datamigration/DataMigrationManager.java
Copy file name to clipboardExpand all lines: sdk/datamigration/azure-resourcemanager-datamigration/src/main/java/com/azure/resourcemanager/datamigration/fluent/DataMigrationManagementClient.java
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,13 @@ public interface DataMigrationManagementClient {
65
65
*/
66
66
TasksClientgetTasks();
67
67
68
+
/**
69
+
* Gets the ServiceTasksClient object to access its operations.
70
+
*
71
+
* @return the ServiceTasksClient object.
72
+
*/
73
+
ServiceTasksClientgetServiceTasks();
74
+
68
75
/**
69
76
* Gets the ProjectsClient object to access its operations.
70
77
*
@@ -85,4 +92,11 @@ public interface DataMigrationManagementClient {
85
92
* @return the OperationsClient object.
86
93
*/
87
94
OperationsClientgetOperations();
95
+
96
+
/**
97
+
* Gets the FilesClient object to access its operations.
0 commit comments