-
Notifications
You must be signed in to change notification settings - Fork 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
Add live tests to EventGrid SDK #14799
Conversation
Fix custom event test slightly to be formatted correctly
sdk/eventgrid/test-resources.json
Outdated
"type": "string", | ||
"value": "[reference(variables('eventGridTopicName')).endpoint]" | ||
}, | ||
"AZURE_EVENTGRID_EVENTGRID_Key": { |
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.
Nit: Key
should be capitalized.
sdk/eventgrid/test-resources.json
Outdated
} | ||
}, | ||
"variables": { | ||
"apiVersion": "2020-04-01-preview", |
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.
I'm guessing we shouldn't use a preview API version here? Can probably use the most recently released one which seems to be 2020-06-01
.
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
Add live test configuration files, and edit a couple test instances so that custom events are formatted slightly differently.