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

[ReleasePR azure-eventgrid] [Event Grid Data Plane] Added GA apiversion 2023-11-01 #30490

Closed
wants to merge 1 commit into from

Conversation

azure-sdk
Copy link
Collaborator

@azure-sdk azure-sdk commented May 22, 2023

Create to sync Azure/azure-rest-api-specs#26425
ReCreate this PR

You can install the use using pip install of the artifacts.

EventGridv2 TypeSpec Api Preview (Azure#23204)

* start typespec

* adding eventgrid typespec for api w/ TODOs

* update eventgrid typespec with latest eventgrid v2 operations

* don't require content-type if there is no body

* Update specification/eventgrid/typespec/main.tsp

Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>

* Update specification/eventgrid/typespec/main.tsp

Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>

* changing naming of cloudevent and added in data_base64

* openapi.json

* Update specification/eventgrid/typespec/main.tsp

Co-authored-by: Libba Lawrence <llawrence@microsoft.com>

* Update specification/eventgrid/typespec/main.tsp

Co-authored-by: Libba Lawrence <llawrence@microsoft.com>

* Update specification/eventgrid/typespec/main.tsp

Co-authored-by: Libba Lawrence <llawrence@microsoft.com>

* lockTokens format, updated json, optional? params

* address code review comments

* name_change

* add @internal for python

* Update specification/eventgrid/Azure.Messaging.EventGrid/main.tsp

Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>

* move @internal to client.tsp (Azure#23538)

* rename (Azure#23565)

* [EventGrid Typespec] breaking changes with april release of typespec (Azure#23539)

* breaking changes with april release of typespec

* unknown type

* [EG Typespec] Update Release behavior (Azure#23699)

* update behavior

* just behavior

* Add tspconfig and remove AAD auth (Azure#23717)

* add tspconfig

* add namespace

* remove oauth

* [EG TypeSpec] Archboard Comments (Azure#23696)

* refactoring off of apiview

* keep as int

* no duration

* aligning ack and release

* remove behavioral change

* ack to release

* initial naming changes

* Update ReleaseResult doc

Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>

* Update AckResult doc

Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>

* versioning twice-- remove one instance

---------

Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>

* Address couple of stewardship team feedback. These include: 1. Rename CloudEventEvent to simply CloudEvent, 2. Add more description to the operations including the possible erorr codes, 3. Add PublishResult with empty Json object as successful response for the Publish operation, 4. Others.

* Add support for missing Reject operation + adding deliveryAttemptCount to BrokerProperties + Adding query parameter for release operation for deliveryDelayInSeconds

* Update failedTokens/SuccessfulTokens Description to address code review comments

* Update to match service behavior (Azure#23754)

* Update to match service behavior

* remove locktoken

* [EGv2] Editing unused variables (Azure#23917)

* event delivery delay not in preview

* remove from url comment

* [EGv2] Version dependency on Azure.Core  (Azure#23936)

* verioning fix

* spacing mishap?

* [EventGrid] Deliveryattempt change (Azure#23960)

* deliveryCount 5/1

* small typo

* [EventGrid] Remove internal (Azure#23995)

* remove internal

* remove client.tsp

* remove waitWaitTime (Azure#24078)

* move location of json file (Azure#24076)

* [Egv2] Encode param (Azure#24080)

* encode

* remove num default on duration

---------

Co-authored-by: Laurent Mazuel <laurent.mazuel@gmail.com>

* [EGv2] Fix pipeline (Azure#24098)

* regen off new commit for encode

* reference preview tag

* ignore word

* update readme to have both apis

* update with next autorest

* change format to int32

---------

Co-authored-by: Ashraf Hamad <ahamad@ntdev.microsoft.com>
Co-authored-by: Laurent Mazuel <laurent.mazuel@gmail.com>
Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
Co-authored-by: Ashraf Hamad <ahamad-MS@users.noreply.github.com>
@azure-sdk azure-sdk closed this May 22, 2023
@azure-sdk azure-sdk changed the title [ReleasePR azure-eventgrid] EventGridv2 TypeSpec Api Preview [ReleasePR azure-eventgrid] [TypeSpec] Update formatting of existing specs Jun 14, 2023
@azure-sdk azure-sdk changed the title [ReleasePR azure-eventgrid] [TypeSpec] Update formatting of existing specs [ReleasePR azure-eventgrid] [TypeSpec CI] Revert formatting check and changes to eventgrid Jun 14, 2023
@azure-sdk azure-sdk changed the title [ReleasePR azure-eventgrid] [TypeSpec CI] Revert formatting check and changes to eventgrid [ReleasePR azure-eventgrid] Typespec EGv2 Clean CI Jun 29, 2023
@azure-sdk azure-sdk changed the title [ReleasePR azure-eventgrid] Typespec EGv2 Clean CI [ReleasePR azure-eventgrid] EGv2 auth to SharedAccessKey prefix Sep 28, 2023
@azure-sdk azure-sdk changed the title [ReleasePR azure-eventgrid] EGv2 auth to SharedAccessKey prefix [ReleasePR azure-eventgrid] Josh love msft patch 2 Sep 29, 2023
@azure-sdk azure-sdk changed the title [ReleasePR azure-eventgrid] Josh love msft patch 2 [ReleasePR azure-eventgrid] [eventgrid] Align tspconfig.yaml and namespace with convention Oct 3, 2023
@azure-sdk azure-sdk changed the title [ReleasePR azure-eventgrid] [eventgrid] Align tspconfig.yaml and namespace with convention [ReleasePR azure-eventgrid] remove package-mode as flag from specs Oct 5, 2023
@azure-sdk azure-sdk changed the title [ReleasePR azure-eventgrid] remove package-mode as flag from specs [ReleasePR azure-eventgrid] [EGv2] client.tsp addition for internal functions Nov 3, 2023
@azure-sdk azure-sdk changed the title [ReleasePR azure-eventgrid] [EGv2] client.tsp addition for internal functions [ReleasePR azure-eventgrid] [Event Grid Data Plane] Added GA apiversion 2023-11-01 Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant