Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR azure-developer-devcenter] Add 2024-10-01-preview dataplane API version to the DevCenter #12598

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
22 changes: 19 additions & 3 deletions sdk/devcenter/azure-developer-devcenter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,29 @@

## 1.1.0-beta.1 (Unreleased)

### Breaking Changes

#### `implementation.DeploymentEnvironmentsClientImpl$DeploymentEnvironmentsClientService` was modified

* `createOrUpdateEnvironmentSync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions,com.azure.core.util.Context)` was removed
* `createOrUpdateEnvironment(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions,com.azure.core.util.Context)` was removed

#### `implementation.DevBoxesClientImpl$DevBoxesClientService` was modified

* `createDevBoxSync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions,com.azure.core.util.Context)` was removed
* `createDevBox(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions,com.azure.core.util.Context)` was removed

### Features Added

### Breaking Changes
#### `implementation.DeploymentEnvironmentsClientImpl$DeploymentEnvironmentsClientService` was modified

### Bugs Fixed
* `createOrUpdateEnvironmentSync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions,com.azure.core.util.Context)` was added
* `createOrUpdateEnvironment(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions,com.azure.core.util.Context)` was added

### Other Changes
#### `implementation.DevBoxesClientImpl$DevBoxesClientService` was modified

* `createDevBoxSync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions,com.azure.core.util.Context)` was added
* `createDevBox(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.BinaryData,com.azure.core.http.rest.RequestOptions,com.azure.core.util.Context)` was added

## 1.0.2 (2024-07-26)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ public Mono<Response<BinaryData>> getDevBoxWithResponse(String projectName, Stri
* }
* }</pre>
*
* @param projectName The DevCenter Project upon which to execute the operation.
* @param projectName The DevCenter Project upon which to execute operations.
* @param userId The AAD object id of the user. If value is 'me', the identity is taken from the authentication
* context.
* @param devBoxName The name of a Dev Box.
Expand Down Expand Up @@ -937,7 +937,7 @@ public Mono<Response<Void>> skipActionWithResponse(String projectName, String us
* context.
* @param devBoxName Display name for the Dev Box.
* @param actionName The name of the action.
* @param delayUntil The time to delay the Dev Box action or actions until.
* @param delayUntil The time to delay the Dev Box action or actions until, in RFC3339 format.
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
* @throws HttpResponseException thrown if the request is rejected by server.
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
Expand Down Expand Up @@ -990,7 +990,7 @@ public Mono<Response<BinaryData>> delayActionWithResponse(String projectName, St
* @param userId The AAD object id of the user. If value is 'me', the identity is taken from the authentication
* context.
* @param devBoxName Display name for the Dev Box.
* @param delayUntil The time to delay the Dev Box action or actions until.
* @param delayUntil The time to delay the Dev Box action or actions until, in RFC3339 format.
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
* @throws HttpResponseException thrown if the request is rejected by server.
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
Expand Down Expand Up @@ -1504,7 +1504,7 @@ public Mono<Void> skipAction(String projectName, String userId, String devBoxNam
* context.
* @param devBoxName Display name for the Dev Box.
* @param actionName The name of the action.
* @param delayUntil The time to delay the Dev Box action or actions until.
* @param delayUntil The time to delay the Dev Box action or actions until, in RFC3339 format.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws HttpResponseException thrown if the request is rejected by server.
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
Expand All @@ -1531,7 +1531,7 @@ public Mono<DevBoxAction> delayAction(String projectName, String userId, String
* @param userId The AAD object id of the user. If value is 'me', the identity is taken from the authentication
* context.
* @param devBoxName Display name for the Dev Box.
* @param delayUntil The time to delay the Dev Box action or actions until.
* @param delayUntil The time to delay the Dev Box action or actions until, in RFC3339 format.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws HttpResponseException thrown if the request is rejected by server.
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ public Response<BinaryData> getDevBoxWithResponse(String projectName, String use
* }
* }</pre>
*
* @param projectName The DevCenter Project upon which to execute the operation.
* @param projectName The DevCenter Project upon which to execute operations.
* @param userId The AAD object id of the user. If value is 'me', the identity is taken from the authentication
* context.
* @param devBoxName The name of a Dev Box.
Expand Down Expand Up @@ -930,7 +930,7 @@ public Response<Void> skipActionWithResponse(String projectName, String userId,
* context.
* @param devBoxName Display name for the Dev Box.
* @param actionName The name of the action.
* @param delayUntil The time to delay the Dev Box action or actions until.
* @param delayUntil The time to delay the Dev Box action or actions until, in RFC3339 format.
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
* @throws HttpResponseException thrown if the request is rejected by server.
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
Expand Down Expand Up @@ -982,7 +982,7 @@ public Response<BinaryData> delayActionWithResponse(String projectName, String u
* @param userId The AAD object id of the user. If value is 'me', the identity is taken from the authentication
* context.
* @param devBoxName Display name for the Dev Box.
* @param delayUntil The time to delay the Dev Box action or actions until.
* @param delayUntil The time to delay the Dev Box action or actions until, in RFC3339 format.
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
* @throws HttpResponseException thrown if the request is rejected by server.
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
Expand Down Expand Up @@ -1424,7 +1424,7 @@ public void skipAction(String projectName, String userId, String devBoxName, Str
* context.
* @param devBoxName Display name for the Dev Box.
* @param actionName The name of the action.
* @param delayUntil The time to delay the Dev Box action or actions until.
* @param delayUntil The time to delay the Dev Box action or actions until, in RFC3339 format.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws HttpResponseException thrown if the request is rejected by server.
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
Expand All @@ -1451,7 +1451,7 @@ public DevBoxAction delayAction(String projectName, String userId, String devBox
* @param userId The AAD object id of the user. If value is 'me', the identity is taken from the authentication
* context.
* @param devBoxName Display name for the Dev Box.
* @param delayUntil The time to delay the Dev Box action or actions until.
* @param delayUntil The time to delay the Dev Box action or actions until, in RFC3339 format.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws HttpResponseException thrown if the request is rejected by server.
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2319,7 +2319,7 @@ public Response<BinaryData> getDevBoxWithResponse(String projectName, String use
* }
* }</pre>
*
* @param projectName The DevCenter Project upon which to execute the operation.
* @param projectName The DevCenter Project upon which to execute operations.
* @param userId The AAD object id of the user. If value is 'me', the identity is taken from the authentication
* context.
* @param devBoxName The name of a Dev Box.
Expand Down Expand Up @@ -2442,7 +2442,7 @@ private Mono<Response<BinaryData>> createDevBoxWithResponseAsync(String projectN
* }
* }</pre>
*
* @param projectName The DevCenter Project upon which to execute the operation.
* @param projectName The DevCenter Project upon which to execute operations.
* @param userId The AAD object id of the user. If value is 'me', the identity is taken from the authentication
* context.
* @param devBoxName The name of a Dev Box.
Expand Down Expand Up @@ -2564,7 +2564,7 @@ private Response<BinaryData> createDevBoxWithResponse(String projectName, String
* }
* }</pre>
*
* @param projectName The DevCenter Project upon which to execute the operation.
* @param projectName The DevCenter Project upon which to execute operations.
* @param userId The AAD object id of the user. If value is 'me', the identity is taken from the authentication
* context.
* @param devBoxName The name of a Dev Box.
Expand Down Expand Up @@ -2691,7 +2691,7 @@ public PollerFlux<BinaryData, BinaryData> beginCreateDevBoxAsync(String projectN
* }
* }</pre>
*
* @param projectName The DevCenter Project upon which to execute the operation.
* @param projectName The DevCenter Project upon which to execute operations.
* @param userId The AAD object id of the user. If value is 'me', the identity is taken from the authentication
* context.
* @param devBoxName The name of a Dev Box.
Expand Down Expand Up @@ -2818,7 +2818,7 @@ public SyncPoller<BinaryData, BinaryData> beginCreateDevBox(String projectName,
* }
* }</pre>
*
* @param projectName The DevCenter Project upon which to execute the operation.
* @param projectName The DevCenter Project upon which to execute operations.
* @param userId The AAD object id of the user. If value is 'me', the identity is taken from the authentication
* context.
* @param devBoxName The name of a Dev Box.
Expand Down Expand Up @@ -2945,7 +2945,7 @@ public PollerFlux<DevCenterOperationDetails, DevBox> beginCreateDevBoxWithModelA
* }
* }</pre>
*
* @param projectName The DevCenter Project upon which to execute the operation.
* @param projectName The DevCenter Project upon which to execute operations.
* @param userId The AAD object id of the user. If value is 'me', the identity is taken from the authentication
* context.
* @param devBoxName The name of a Dev Box.
Expand Down Expand Up @@ -4618,7 +4618,7 @@ public Response<Void> skipActionWithResponse(String projectName, String userId,
* context.
* @param devBoxName Display name for the Dev Box.
* @param actionName The name of the action.
* @param delayUntil The time to delay the Dev Box action or actions until.
* @param delayUntil The time to delay the Dev Box action or actions until, in RFC3339 format.
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
* @throws HttpResponseException thrown if the request is rejected by server.
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
Expand Down Expand Up @@ -4657,7 +4657,7 @@ public Mono<Response<BinaryData>> delayActionWithResponseAsync(String projectNam
* context.
* @param devBoxName Display name for the Dev Box.
* @param actionName The name of the action.
* @param delayUntil The time to delay the Dev Box action or actions until.
* @param delayUntil The time to delay the Dev Box action or actions until, in RFC3339 format.
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
* @throws HttpResponseException thrown if the request is rejected by server.
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
Expand Down Expand Up @@ -4709,7 +4709,7 @@ public Response<BinaryData> delayActionWithResponse(String projectName, String u
* @param userId The AAD object id of the user. If value is 'me', the identity is taken from the authentication
* context.
* @param devBoxName Display name for the Dev Box.
* @param delayUntil The time to delay the Dev Box action or actions until.
* @param delayUntil The time to delay the Dev Box action or actions until, in RFC3339 format.
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
* @throws HttpResponseException thrown if the request is rejected by server.
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
Expand Down Expand Up @@ -4765,7 +4765,7 @@ private Mono<PagedResponse<BinaryData>> delayAllActionsSinglePageAsync(String pr
* @param userId The AAD object id of the user. If value is 'me', the identity is taken from the authentication
* context.
* @param devBoxName Display name for the Dev Box.
* @param delayUntil The time to delay the Dev Box action or actions until.
* @param delayUntil The time to delay the Dev Box action or actions until, in RFC3339 format.
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
* @throws HttpResponseException thrown if the request is rejected by server.
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
Expand Down Expand Up @@ -4820,7 +4820,7 @@ public PagedFlux<BinaryData> delayAllActionsAsync(String projectName, String use
* @param userId The AAD object id of the user. If value is 'me', the identity is taken from the authentication
* context.
* @param devBoxName Display name for the Dev Box.
* @param delayUntil The time to delay the Dev Box action or actions until.
* @param delayUntil The time to delay the Dev Box action or actions until, in RFC3339 format.
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
* @throws HttpResponseException thrown if the request is rejected by server.
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
Expand Down Expand Up @@ -4875,7 +4875,7 @@ private PagedResponse<BinaryData> delayAllActionsSinglePage(String projectName,
* @param userId The AAD object id of the user. If value is 'me', the identity is taken from the authentication
* context.
* @param devBoxName Display name for the Dev Box.
* @param delayUntil The time to delay the Dev Box action or actions until.
* @param delayUntil The time to delay the Dev Box action or actions until, in RFC3339 format.
* @param requestOptions The options to configure the HTTP request before HTTP client sends it.
* @throws HttpResponseException thrown if the request is rejected by server.
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public final class DevBox implements JsonSerializable<DevBox> {
private DevBoxImageReference imageReference;

/*
* Creation time of this Dev Box.
* Creation time of this Dev Box, in RFC3339 format.
*/
@Generated
private OffsetDateTime createdTime;
Expand Down Expand Up @@ -291,7 +291,7 @@ public DevBoxImageReference getImageReference() {
}

/**
* Get the createdTime property: Creation time of this Dev Box.
* Get the createdTime property: Creation time of this Dev Box, in RFC3339 format.
*
* @return the createdTime value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public final class DevBoxAction implements JsonSerializable<DevBoxAction> {
private final String sourceId;

/*
* The earliest time that the action could occur (UTC).
* The earliest time that the action could occur (UTC), in RFC3339 format.
*/
@Generated
private OffsetDateTime suspendedUntil;
Expand Down Expand Up @@ -93,7 +93,7 @@ public String getSourceId() {
}

/**
* Get the suspendedUntil property: The earliest time that the action could occur (UTC).
* Get the suspendedUntil property: The earliest time that the action could occur (UTC), in RFC3339 format.
*
* @return the suspendedUntil value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public final class DevBoxImageReference implements JsonSerializable<DevBoxImageR
private String osBuildNumber;

/*
* The datetime that the backing image version was published.
* The datetime that the backing image version was published, in RFC3339 format.
*/
@Generated
private OffsetDateTime publishedDate;
Expand Down Expand Up @@ -97,7 +97,7 @@ public String getOsBuildNumber() {
}

/**
* Get the publishedDate property: The datetime that the backing image version was published.
* Get the publishedDate property: The datetime that the backing image version was published, in RFC3339 format.
*
* @return the publishedDate value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public final class DevBoxNextAction implements JsonSerializable<DevBoxNextAction> {

/*
* The time the action will be triggered (UTC).
* The time the action will be triggered (UTC), in RFC3339 format.
*/
@Generated
private final OffsetDateTime scheduledTime;
Expand All @@ -37,7 +37,7 @@ private DevBoxNextAction(OffsetDateTime scheduledTime) {
}

/**
* Get the scheduledTime property: The time the action will be triggered (UTC).
* Get the scheduledTime property: The time the action will be triggered (UTC), in RFC3339 format.
*
* @return the scheduledTime value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ public final class DevCenterOperationDetails implements JsonSerializable<DevCent
private String resourceId;

/*
* The start time of the operation.
* The start time of the operation, in RFC3339 format.
*/
@Generated
private OffsetDateTime startTime;

/*
* The end time of the operation.
* The end time of the operation, in RFC3339 format.
*/
@Generated
private OffsetDateTime endTime;
Expand Down Expand Up @@ -126,7 +126,7 @@ public String getResourceId() {
}

/**
* Get the startTime property: The start time of the operation.
* Get the startTime property: The start time of the operation, in RFC3339 format.
*
* @return the startTime value.
*/
Expand All @@ -136,7 +136,7 @@ public OffsetDateTime getStartTime() {
}

/**
* Get the endTime property: The end time of the operation.
* Get the endTime property: The end time of the operation, in RFC3339 format.
*
* @return the endTime value.
*/
Expand Down
Loading