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/desktopvirtualization/azure-resourcemanager-desktopvirtualization/CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.2 (Unreleased)
3
+
## 1.0.0-beta.1 (2022-04-07)
4
+
5
+
- Azure Resource Manager DesktopVirtualization client library for Java. This package contains Microsoft Azure SDK for DesktopVirtualization Management SDK. Package tag package-preview-2022-04. 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/desktopvirtualization/azure-resourcemanager-desktopvirtualization/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 DesktopVirtualization client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for DesktopVirtualization Management SDK. Package tag package-preview-2021-09. 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 DesktopVirtualization Management SDK. Package tag package-preview-2022-04. 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
Copy file name to clipboardExpand all lines: sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
<packaging>jar</packaging>
14
14
15
15
<name>Microsoft Azure SDK for DesktopVirtualization Management</name>
16
-
<description>This package contains Microsoft Azure SDK for DesktopVirtualization Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package tag package-preview-2021-09.</description>
16
+
<description>This package contains Microsoft Azure SDK for DesktopVirtualization Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package tag package-preview-2022-04.</description>
Copy file name to clipboardExpand all lines: sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/DesktopVirtualizationManager.java
Copy file name to clipboardExpand all lines: sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/ApplicationGroupsClient.java
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ public interface ApplicationGroupsClient {
36
36
* @throws IllegalArgumentException thrown if parameters fail the validation.
37
37
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
38
38
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
39
-
* @return an application group.
39
+
* @return an application group along with {@link Response}.
Copy file name to clipboardExpand all lines: sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/ApplicationsClient.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ public interface ApplicationsClient {
38
38
* @throws IllegalArgumentException thrown if parameters fail the validation.
39
39
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
40
40
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
41
-
* @return an application.
41
+
* @return an application along with {@link Response}.
Copy file name to clipboardExpand all lines: sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/src/main/java/com/azure/resourcemanager/desktopvirtualization/fluent/DesktopVirtualizationApiClient.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,13 @@ public interface DesktopVirtualizationApiClient {
65
65
*/
66
66
ScalingPlansClientgetScalingPlans();
67
67
68
+
/**
69
+
* Gets the ScalingPlanPooledSchedulesClient object to access its operations.
70
+
*
71
+
* @return the ScalingPlanPooledSchedulesClient object.
0 commit comments