From f72484f14ce5446e9415fec9ac8718602ca8454c Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Thu, 7 Nov 2024 11:44:52 +0800 Subject: [PATCH] dpg, update commit id for 3 libs --- .../tsp-location.yaml | 2 +- .../devcenter/DevBoxesAsyncClient.java | 10 ++++---- .../developer/devcenter/DevBoxesClient.java | 10 ++++---- .../implementation/DevBoxesClientImpl.java | 24 +++++++++---------- .../developer/devcenter/models/DevBox.java | 4 ++-- .../devcenter/models/DevBoxAction.java | 4 ++-- .../models/DevBoxImageReference.java | 4 ++-- .../devcenter/models/DevBoxNextAction.java | 4 ++-- .../models/DevCenterOperationDetails.java | 8 +++---- .../tsp-location.yaml | 2 +- .../tsp-location.yaml | 2 +- 11 files changed, 37 insertions(+), 37 deletions(-) diff --git a/sdk/communication/azure-communication-jobrouter/tsp-location.yaml b/sdk/communication/azure-communication-jobrouter/tsp-location.yaml index 20b829f98c33f..82579fe2a7ab6 100644 --- a/sdk/communication/azure-communication-jobrouter/tsp-location.yaml +++ b/sdk/communication/azure-communication-jobrouter/tsp-location.yaml @@ -1,4 +1,4 @@ -commit: df3cd3e3d50eec1d1da593750e1ea3a4db3f541d +commit: d85dc63616d14d9790b224d46aad024e3461955b directory: specification/communication/Communication.JobRouter additionalDirectories: [] repo: Azure/azure-rest-api-specs diff --git a/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/DevBoxesAsyncClient.java b/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/DevBoxesAsyncClient.java index 4e7b4276eba86..bb8d0c9910e44 100644 --- a/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/DevBoxesAsyncClient.java +++ b/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/DevBoxesAsyncClient.java @@ -599,7 +599,7 @@ public Mono> getDevBoxWithResponse(String projectName, Stri * } * * - * @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. @@ -973,7 +973,7 @@ public Mono> 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. @@ -1028,7 +1028,7 @@ public Mono> 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. @@ -1542,7 +1542,7 @@ public Mono 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. @@ -1569,7 +1569,7 @@ public Mono 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. diff --git a/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/DevBoxesClient.java b/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/DevBoxesClient.java index 29d14987c4044..22f41b76c13fe 100644 --- a/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/DevBoxesClient.java +++ b/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/DevBoxesClient.java @@ -593,7 +593,7 @@ public Response getDevBoxWithResponse(String projectName, String use * } * * - * @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. @@ -966,7 +966,7 @@ public Response 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. @@ -1020,7 +1020,7 @@ public Response 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. @@ -1462,7 +1462,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. @@ -1489,7 +1489,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. diff --git a/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/implementation/DevBoxesClientImpl.java b/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/implementation/DevBoxesClientImpl.java index cdee11e3d00b5..c417ff3fe93ee 100644 --- a/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/implementation/DevBoxesClientImpl.java +++ b/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/implementation/DevBoxesClientImpl.java @@ -2375,7 +2375,7 @@ public Response getDevBoxWithResponse(String projectName, String use * } * * - * @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. @@ -2502,7 +2502,7 @@ private Mono> createDevBoxWithResponseAsync(String projectN * } * * - * @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. @@ -2628,7 +2628,7 @@ private Response createDevBoxWithResponse(String projectName, String * } * * - * @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. @@ -2759,7 +2759,7 @@ public PollerFlux beginCreateDevBoxAsync(String projectN * } * * - * @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. @@ -2890,7 +2890,7 @@ public SyncPoller beginCreateDevBox(String projectName, * } * * - * @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. @@ -3021,7 +3021,7 @@ public PollerFlux beginCreateDevBoxWithModelA * } * * - * @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. @@ -4760,7 +4760,7 @@ public Response 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. @@ -4801,7 +4801,7 @@ public Mono> 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. @@ -4855,7 +4855,7 @@ public Response 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. @@ -4913,7 +4913,7 @@ private Mono> 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. @@ -4970,7 +4970,7 @@ public PagedFlux 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. @@ -5027,7 +5027,7 @@ private PagedResponse 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. diff --git a/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/models/DevBox.java b/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/models/DevBox.java index fbc29c94fce28..cddfb0e4a41d8 100644 --- a/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/models/DevBox.java +++ b/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/models/DevBox.java @@ -113,7 +113,7 @@ public final class DevBox implements JsonSerializable { private DevBoxImageReference imageReference; /* - * Creation time of this Dev Box. + * Creation time of this Dev Box, in RFC3339 format. */ @Generated private OffsetDateTime createdTime; @@ -289,7 +289,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. */ diff --git a/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/models/DevBoxAction.java b/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/models/DevBoxAction.java index a9482f84db421..90bca15f8cf84 100644 --- a/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/models/DevBoxAction.java +++ b/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/models/DevBoxAction.java @@ -39,7 +39,7 @@ public final class DevBoxAction implements JsonSerializable { 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; @@ -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. */ diff --git a/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/models/DevBoxImageReference.java b/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/models/DevBoxImageReference.java index 3e523b131fe6f..0d30f37c4db26 100644 --- a/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/models/DevBoxImageReference.java +++ b/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/models/DevBoxImageReference.java @@ -44,7 +44,7 @@ public final class DevBoxImageReference implements JsonSerializable { /* - * The time the action will be triggered (UTC). + * The time the action will be triggered (UTC), in RFC3339 format. */ @Generated private final OffsetDateTime scheduledTime; @@ -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. */ diff --git a/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/models/DevCenterOperationDetails.java b/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/models/DevCenterOperationDetails.java index 93d0796197cf9..b87816dc8b1ed 100644 --- a/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/models/DevCenterOperationDetails.java +++ b/sdk/devcenter/azure-developer-devcenter/src/main/java/com/azure/developer/devcenter/models/DevCenterOperationDetails.java @@ -46,13 +46,13 @@ public final class DevCenterOperationDetails implements JsonSerializable