Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions sdk/devcenter/azure-developer-devcenter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

## 1.1.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
#### `models.DevCenterOperationDetails` was modified

### Other Changes
* `java.lang.Object getProperties()` -> `java.util.Map getProperties()`

#### `models.DevBox` was modified

* `setLocalAdministratorStatus(models.LocalAdministratorStatus)` was removed

## 1.0.8 (2025-03-24)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,9 @@ public PollerFlux<BinaryData, BinaryData> beginCreateOrUpdateEnvironment(String
* startTime: OffsetDateTime (Optional)
* endTime: OffsetDateTime (Optional)
* percentComplete: Double (Optional)
* properties: Object (Optional)
* properties (Optional): {
* String: Object (Required)
* }
* error (Optional): {
* code: String (Required)
* message: String (Required)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,9 @@ public SyncPoller<BinaryData, BinaryData> beginCreateOrUpdateEnvironment(String
* startTime: OffsetDateTime (Optional)
* endTime: OffsetDateTime (Optional)
* percentComplete: Double (Optional)
* properties: Object (Optional)
* properties (Optional): {
* String: Object (Required)
* }
* error (Optional): {
* code: String (Required)
* message: String (Required)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,9 @@ public PollerFlux<BinaryData, BinaryData> beginCreateDevBox(String projectName,
* startTime: OffsetDateTime (Optional)
* endTime: OffsetDateTime (Optional)
* percentComplete: Double (Optional)
* properties: Object (Optional)
* properties (Optional): {
* String: Object (Required)
* }
* error (Optional): {
* code: String (Required)
* message: String (Required)
Expand Down Expand Up @@ -682,7 +684,9 @@ public PollerFlux<BinaryData, Void> beginDeleteDevBox(String projectName, String
* startTime: OffsetDateTime (Optional)
* endTime: OffsetDateTime (Optional)
* percentComplete: Double (Optional)
* properties: Object (Optional)
* properties (Optional): {
* String: Object (Required)
* }
* error (Optional): {
* code: String (Required)
* message: String (Required)
Expand Down Expand Up @@ -738,7 +742,9 @@ public PollerFlux<BinaryData, BinaryData> beginStartDevBox(String projectName, S
* startTime: OffsetDateTime (Optional)
* endTime: OffsetDateTime (Optional)
* percentComplete: Double (Optional)
* properties: Object (Optional)
* properties (Optional): {
* String: Object (Required)
* }
* error (Optional): {
* code: String (Required)
* message: String (Required)
Expand Down Expand Up @@ -787,7 +793,9 @@ public PollerFlux<BinaryData, BinaryData> beginStopDevBox(String projectName, St
* startTime: OffsetDateTime (Optional)
* endTime: OffsetDateTime (Optional)
* percentComplete: Double (Optional)
* properties: Object (Optional)
* properties (Optional): {
* String: Object (Required)
* }
* error (Optional): {
* code: String (Required)
* message: String (Required)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,9 @@ public SyncPoller<BinaryData, BinaryData> beginCreateDevBox(String projectName,
* startTime: OffsetDateTime (Optional)
* endTime: OffsetDateTime (Optional)
* percentComplete: Double (Optional)
* properties: Object (Optional)
* properties (Optional): {
* String: Object (Required)
* }
* error (Optional): {
* code: String (Required)
* message: String (Required)
Expand Down Expand Up @@ -676,7 +678,9 @@ public SyncPoller<BinaryData, Void> beginDeleteDevBox(String projectName, String
* startTime: OffsetDateTime (Optional)
* endTime: OffsetDateTime (Optional)
* percentComplete: Double (Optional)
* properties: Object (Optional)
* properties (Optional): {
* String: Object (Required)
* }
* error (Optional): {
* code: String (Required)
* message: String (Required)
Expand Down Expand Up @@ -732,7 +736,9 @@ public SyncPoller<BinaryData, BinaryData> beginStartDevBox(String projectName, S
* startTime: OffsetDateTime (Optional)
* endTime: OffsetDateTime (Optional)
* percentComplete: Double (Optional)
* properties: Object (Optional)
* properties (Optional): {
* String: Object (Required)
* }
* error (Optional): {
* code: String (Required)
* message: String (Required)
Expand Down Expand Up @@ -781,7 +787,9 @@ public SyncPoller<BinaryData, BinaryData> beginStopDevBox(String projectName, St
* startTime: OffsetDateTime (Optional)
* endTime: OffsetDateTime (Optional)
* percentComplete: Double (Optional)
* properties: Object (Optional)
* properties (Optional): {
* String: Object (Required)
* }
* error (Optional): {
* code: String (Required)
* message: String (Required)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1596,7 +1596,9 @@ public SyncPoller<DevCenterOperationDetails, DevCenterEnvironment> beginCreateOr
* startTime: OffsetDateTime (Optional)
* endTime: OffsetDateTime (Optional)
* percentComplete: Double (Optional)
* properties: Object (Optional)
* properties (Optional): {
* String: Object (Required)
* }
* error (Optional): {
* code: String (Required)
* message: String (Required)
Expand Down Expand Up @@ -1648,7 +1650,9 @@ private Mono<Response<BinaryData>> deleteEnvironmentWithResponseAsync(String pro
* startTime: OffsetDateTime (Optional)
* endTime: OffsetDateTime (Optional)
* percentComplete: Double (Optional)
* properties: Object (Optional)
* properties (Optional): {
* String: Object (Required)
* }
* error (Optional): {
* code: String (Required)
* message: String (Required)
Expand Down Expand Up @@ -1698,7 +1702,9 @@ private Response<BinaryData> deleteEnvironmentWithResponse(String projectName, S
* startTime: OffsetDateTime (Optional)
* endTime: OffsetDateTime (Optional)
* percentComplete: Double (Optional)
* properties: Object (Optional)
* properties (Optional): {
* String: Object (Required)
* }
* error (Optional): {
* code: String (Required)
* message: String (Required)
Expand Down Expand Up @@ -1754,7 +1760,9 @@ public PollerFlux<BinaryData, Void> beginDeleteEnvironmentAsync(String projectNa
* startTime: OffsetDateTime (Optional)
* endTime: OffsetDateTime (Optional)
* percentComplete: Double (Optional)
* properties: Object (Optional)
* properties (Optional): {
* String: Object (Required)
* }
* error (Optional): {
* code: String (Required)
* message: String (Required)
Expand Down Expand Up @@ -1810,7 +1818,9 @@ public SyncPoller<BinaryData, Void> beginDeleteEnvironment(String projectName, S
* startTime: OffsetDateTime (Optional)
* endTime: OffsetDateTime (Optional)
* percentComplete: Double (Optional)
* properties: Object (Optional)
* properties (Optional): {
* String: Object (Required)
* }
* error (Optional): {
* code: String (Required)
* message: String (Required)
Expand Down Expand Up @@ -1866,7 +1876,9 @@ public PollerFlux<DevCenterOperationDetails, Void> beginDeleteEnvironmentWithMod
* startTime: OffsetDateTime (Optional)
* endTime: OffsetDateTime (Optional)
* percentComplete: Double (Optional)
* properties: Object (Optional)
* properties (Optional): {
* String: Object (Required)
* }
* error (Optional): {
* code: String (Required)
* message: String (Required)
Expand Down
Loading