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
[Automation] Generate Fluent Lite from TypeSpec computeschedule (Azure#43866)
* [Automation] External Change
* [Automation] Generate Fluent Lite from TypeSpec computeschedule
* Update log version from 1.0.0-beta.1 to 1.0.0
* Update version to 1.0.0-beta.1
---------
Co-authored-by: Xiaofei Cao <[email protected]>
Copy file name to clipboardExpand all lines: sdk/computeschedule/azure-resourcemanager-computeschedule/CHANGELOG.md
+26-4Lines changed: 26 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,36 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.2 (Unreleased)
3
+
## 1.0.0 (2025-01-22)
4
4
5
-
### Features Added
5
+
- Azure Resource Manager Compute Schedule client library for Java. This package contains Microsoft Azure SDK for Compute Schedule Management SDK. Microsoft.ComputeSchedule Resource Provider management API. 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/computeschedule/azure-resourcemanager-computeschedule/src/main/java/com/azure/resourcemanager/computeschedule/ComputeScheduleManager.java
Copy file name to clipboardExpand all lines: sdk/computeschedule/azure-resourcemanager-computeschedule/src/main/java/com/azure/resourcemanager/computeschedule/fluent/ComputeScheduleMgmtClient.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@
8
8
importjava.time.Duration;
9
9
10
10
/**
11
-
* The interface for ComputeScheduleClient class.
11
+
* The interface for ComputeScheduleMgmtClient class.
Copy file name to clipboardExpand all lines: sdk/computeschedule/azure-resourcemanager-computeschedule/src/main/java/com/azure/resourcemanager/computeschedule/fluent/ScheduledActionsClient.java
+30-18Lines changed: 30 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@
29
29
*/
30
30
publicinterfaceScheduledActionsClient {
31
31
/**
32
-
* virtualMachinesSubmitDeallocate: submitDeallocate for a virtual machine.
32
+
* VirtualMachinesSubmitDeallocate: Schedule deallocate operation for a batch of virtual machines at datetime in
0 commit comments