Skip to content

Commit

Permalink
CodeGen from PR 30578 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 6aaa6fd06df3f9bc987f28a286a78d036229961c into 4883fa5dbf6f2c9093fac8ce334547e9dfac68fa
  • Loading branch information
SDKAuto committed Sep 24, 2024
1 parent fb228e1 commit efa1e6d
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 31 deletions.
50 changes: 47 additions & 3 deletions sdk/eventgrid/azure-messaging-eventgrid-namespaces/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,57 @@

## 1.1.0-beta.1 (Unreleased)

### Breaking Changes

#### `implementation.EventGridReceiverClientImpl$EventGridReceiverClientService` was modified

* `releaseSync(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
* `renewLocksSync(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
* `acknowledgeSync(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
* `acknowledge(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
* `reject(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
* `release(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
* `renewLocks(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
* `rejectSync(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
#### `EventGridReceiverClient` was modified

* `receiveWithResponse(java.lang.Integer,java.time.Duration,com.azure.core.http.rest.RequestOptions)` was added
* `releaseWithResponse(java.util.List,models.ReleaseDelay,com.azure.core.http.rest.RequestOptions)` was added
* `renewLocksWithResponse(java.util.List,com.azure.core.http.rest.RequestOptions)` was added
* `acknowledgeWithResponse(java.util.List,com.azure.core.http.rest.RequestOptions)` was added
* `rejectWithResponse(java.util.List,com.azure.core.http.rest.RequestOptions)` was added

#### `EventGridSenderClient` was modified

* `sendWithResponse(com.azure.core.models.CloudEvent,com.azure.core.http.rest.RequestOptions)` was added
* `sendWithResponse(java.util.List,com.azure.core.http.rest.RequestOptions)` was added

#### `implementation.EventGridReceiverClientImpl$EventGridReceiverClientService` was modified

* `releaseSync(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
* `renewLocksSync(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
* `acknowledgeSync(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
* `release(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
* `renewLocks(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
* `acknowledge(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
* `reject(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
* `rejectSync(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

#### `EventGridReceiverAsyncClient` was modified

* `renewLocksWithResponse(java.util.List,com.azure.core.http.rest.RequestOptions)` was added
* `rejectWithResponse(java.util.List,com.azure.core.http.rest.RequestOptions)` was added
* `acknowledgeWithResponse(java.util.List,com.azure.core.http.rest.RequestOptions)` was added
* `releaseWithResponse(java.util.List,models.ReleaseDelay,com.azure.core.http.rest.RequestOptions)` was added
* `receiveWithResponse(java.lang.Integer,java.time.Duration,com.azure.core.http.rest.RequestOptions)` was added

### Bugs Fixed
#### `EventGridSenderAsyncClient` was modified

### Other Changes
* `sendWithResponse(java.util.List,com.azure.core.http.rest.RequestOptions)` was added
* `sendWithResponse(com.azure.core.models.CloudEvent,com.azure.core.http.rest.RequestOptions)` was added

## 1.0.0 (2024-06-18)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public final class EventGridReceiverAsyncClient {
* </table>
* You can add these to a request with {@link RequestOptions#addQueryParam}
* <p><strong>Response Body Schema</strong></p>
*
*
* <pre>{@code
* {
* value (Required): [
Expand Down Expand Up @@ -120,17 +120,17 @@ Mono<Response<BinaryData>> receiveWithResponse(String topicName, String eventSub
* along with other failed lock tokens with their corresponding error information. Successfully acknowledged events
* will no longer be available to be received by any consumer.
* <p><strong>Request Body Schema</strong></p>
*
*
* <pre>{@code
* {
* lockTokens (Required): [
* String (Required)
* ]
* }
* }</pre>
*
*
* <p><strong>Response Body Schema</strong></p>
*
*
* <pre>{@code
* {
* failedLockTokens (Required): [
Expand Down Expand Up @@ -188,17 +188,17 @@ Mono<Response<BinaryData>> acknowledgeWithResponse(String topicName, String even
* </table>
* You can add these to a request with {@link RequestOptions#addQueryParam}
* <p><strong>Request Body Schema</strong></p>
*
*
* <pre>{@code
* {
* lockTokens (Required): [
* String (Required)
* ]
* }
* }</pre>
*
*
* <p><strong>Response Body Schema</strong></p>
*
*
* <pre>{@code
* {
* failedLockTokens (Required): [
Expand Down Expand Up @@ -247,17 +247,17 @@ Mono<Response<BinaryData>> releaseWithResponse(String topicName, String eventSub
* with other failed lock tokens with their corresponding error information. Successfully rejected events will be
* dead-lettered and can no longer be received by a consumer.
* <p><strong>Request Body Schema</strong></p>
*
*
* <pre>{@code
* {
* lockTokens (Required): [
* String (Required)
* ]
* }
* }</pre>
*
*
* <p><strong>Response Body Schema</strong></p>
*
*
* <pre>{@code
* {
* failedLockTokens (Required): [
Expand Down Expand Up @@ -306,17 +306,17 @@ Mono<Response<BinaryData>> rejectWithResponse(String topicName, String eventSubs
* along with other failed lock tokens with their corresponding error information. Successfully renewed locks will
* ensure that the associated event is only available to the consumer that holds the renewed lock.
* <p><strong>Request Body Schema</strong></p>
*
*
* <pre>{@code
* {
* lockTokens (Required): [
* String (Required)
* ]
* }
* }</pre>
*
*
* <p><strong>Response Body Schema</strong></p>
*
*
* <pre>{@code
* {
* failedLockTokens (Required): [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public final class EventGridReceiverClient {
* </table>
* You can add these to a request with {@link RequestOptions#addQueryParam}
* <p><strong>Response Body Schema</strong></p>
*
*
* <pre>{@code
* {
* value (Required): [
Expand Down Expand Up @@ -118,17 +118,17 @@ Response<BinaryData> receiveWithResponse(String topicName, String eventSubscript
* along with other failed lock tokens with their corresponding error information. Successfully acknowledged events
* will no longer be available to be received by any consumer.
* <p><strong>Request Body Schema</strong></p>
*
*
* <pre>{@code
* {
* lockTokens (Required): [
* String (Required)
* ]
* }
* }</pre>
*
*
* <p><strong>Response Body Schema</strong></p>
*
*
* <pre>{@code
* {
* failedLockTokens (Required): [
Expand Down Expand Up @@ -185,17 +185,17 @@ Response<BinaryData> acknowledgeWithResponse(String topicName, String eventSubsc
* </table>
* You can add these to a request with {@link RequestOptions#addQueryParam}
* <p><strong>Request Body Schema</strong></p>
*
*
* <pre>{@code
* {
* lockTokens (Required): [
* String (Required)
* ]
* }
* }</pre>
*
*
* <p><strong>Response Body Schema</strong></p>
*
*
* <pre>{@code
* {
* failedLockTokens (Required): [
Expand Down Expand Up @@ -243,17 +243,17 @@ Response<BinaryData> releaseWithResponse(String topicName, String eventSubscript
* with other failed lock tokens with their corresponding error information. Successfully rejected events will be
* dead-lettered and can no longer be received by a consumer.
* <p><strong>Request Body Schema</strong></p>
*
*
* <pre>{@code
* {
* lockTokens (Required): [
* String (Required)
* ]
* }
* }</pre>
*
*
* <p><strong>Response Body Schema</strong></p>
*
*
* <pre>{@code
* {
* failedLockTokens (Required): [
Expand Down Expand Up @@ -301,17 +301,17 @@ Response<BinaryData> rejectWithResponse(String topicName, String eventSubscripti
* along with other failed lock tokens with their corresponding error information. Successfully renewed locks will
* ensure that the associated event is only available to the consumer that holds the renewed lock.
* <p><strong>Request Body Schema</strong></p>
*
*
* <pre>{@code
* {
* lockTokens (Required): [
* String (Required)
* ]
* }
* }</pre>
*
*
* <p><strong>Response Body Schema</strong></p>
*
*
* <pre>{@code
* {
* failedLockTokens (Required): [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
repo: Azure/azure-rest-api-specs
directory: specification/eventgrid/Azure.Messaging.EventGrid
commit: 6c18ee7ed8e7c0ca87d48224dd20d4b065f2ba3d
commit: 7a079e9581bfacf168b301d3b17009f50ae4e3f0
repo: Azure/azure-rest-api-specs
additionalDirectories:

0 comments on commit efa1e6d

Please sign in to comment.