Skip to content

Commit

Permalink
[aznamespaces] Event Grid, now using full TypeSpec generation! (Azure…
Browse files Browse the repository at this point in the history
…#22962)

* Event Grid, now using full TypeSpec generation!
* Removing BinaryMode. It might come as a future feature
  • Loading branch information
richardpark-msft authored May 30, 2024
1 parent 61e8af4 commit e72057b
Show file tree
Hide file tree
Showing 34 changed files with 2,954 additions and 1,666 deletions.
4 changes: 4 additions & 0 deletions eng/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@
"Name": "messaging/azeventhubs",
"CoverageGoal": 0.60
},
{
"Name": "messaging/eventgrid/aznamespaces",
"CoverageGoal": 0.00
},
{
"Name": "messaging/internal",
"CoverageGoal": 0.40
Expand Down
6 changes: 5 additions & 1 deletion sdk/messaging/eventgrid/aznamespaces/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@

### Features Added

- Added in "binary mode" support, which can improve efficiency when sending a single event (PR#22582)
- Supports API version `2024-06-01`, including support for release with delay.

### Breaking Changes

- Sending and receiving operations have been moved to separate clients (SenderClient and ReceiverClient).
- Method names have been changed, removing `CloudEvent`.
- Topic and subscription name are now set at the Client level, as part of `NewSenderClient` or `NewReceiverClient`.

### Bugs Fixed

### Other Changes
Expand Down
221 changes: 0 additions & 221 deletions sdk/messaging/eventgrid/aznamespaces/autorest.md

This file was deleted.

4 changes: 3 additions & 1 deletion sdk/messaging/eventgrid/aznamespaces/build.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

//go:generate autorest ./autorest.md
//go:generate pwsh ./testdata/gen.ps1
//go:generate goimports -w .
//go:generate go run ./internal/generate
//go:generate goimports -w .

package aznamespaces
Loading

0 comments on commit e72057b

Please sign in to comment.