-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
EventGrid: New preview API version with support for additional destination types, CloudEvents 1.0, and batching support. #7527
Conversation
…ew to make it easier for diffs.
…estination, CloudEvent 1.0 support, batching parameters, and secure webhooks.
In Testing, Please Ignore[Logs] (Generated from 227d311, Iteration 5)
|
Automation for azure-sdk-for-pythonA PR has been created for you: |
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
…st preview API version.
Commit 1 is an exact snapshot of the last preview API version (2019-02-01-preview) to make diffs easier. Hence, the main changes are in commits 2, 3, 4. Commit 5 is a change to merge the changes already done in our last GA version (2019-06-01) into this new preview API version. |
Can one of the admins verify this patch? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -2767,6 +2751,20 @@ | |||
"description": "The base URL that represents the endpoint of the destination of an event subscription.", | |||
"type": "string", | |||
"readOnly": true | |||
}, | |||
"maxEventsPerBatch": { | |||
"format": "int32", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are there min/max values that could be defined in swagger?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review! Currently the limits are enforced by our RP. Once we close on the exact values, we will add the min/max values in swagger for our stable version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
hi @ruowan could you pls help to look at what's the avocado error? |
Hi, @kalyanaj For avocado validation error. You need to add |
Thanks @ruowan for the info! I have updated the README files now and CI is green now. Please let me know if you have any additional feedback Can you please help review/merge this PR? |
…bjectId) based on feedback.
Latest improvements:
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Contribution checklist:
ARM API Review Checklist
Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.
Please follow the link to find more details on API review process.