-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
[EG] working @examples #31828
base: main
Are you sure you want to change the base?
[EG] working @examples #31828
Conversation
Next Steps to MergeNext steps that must be taken to merge this PR:
|
Generated ApiView
|
API change check APIView has identified API level changes in this PR and created following API reviews. |
@@ -122,21 +132,34 @@ long, and supports UTF-8 characters. | |||
clientAuthenticationName: string; | |||
|
|||
/** Name of the client resource in the Event Grid namespace. */ | |||
clientName: string; | |||
clientName?: string; |
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.
asked about this
@@ -62,7 +62,7 @@ model SubscriptionValidationEventData { | |||
/** The validation URL sent by Azure Event Grid (available starting version 2018-05-01-preview). | |||
* To complete the validation handshake, the subscriber must either respond with the validationCode as part of the validation response, | |||
* or perform a GET request on the validationUrl (available starting version 2018-05-01-preview). */ | |||
validationUrl: string; | |||
validationUrl?: string; |
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.
and this
@@ -0,0 +1,110 @@ | |||
# Go into the SystemEvents.json file and find the definitions section |
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.
need to remove
Adding all example files that are accurate to the current models we have