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

[EventGrid] Adjust README verbiage in preparation for UX pilot study with feedback #15729

Conversation

KieranBrantnerMagee
Copy link
Member

  • improve clarity of "host" vs topic endpoint (which is the verbiage actually seen in the portal)
  • Add breadcrumbs to generate_sas and sas based auth
  • change api key verbiage to access key

- improve clarity of "host" vs topic endpoint (which is the verbiage actually seen in the portal)
- Add breadcrumbs to generate_sas and sas based auth
- change api key verbiage to access key
@KieranBrantnerMagee KieranBrantnerMagee added Event Grid Client This issue points to a problem in the data-plane of the library. labels Dec 9, 2020
@KieranBrantnerMagee KieranBrantnerMagee added this to the MQ-2020 milestone Dec 9, 2020
@KieranBrantnerMagee KieranBrantnerMagee self-assigned this Dec 9, 2020
@KieranBrantnerMagee KieranBrantnerMagee changed the title Adjust README verbiage in preparation for UX pilot study with feedback [EventGrid] Adjust README verbiage in preparation for UX pilot study with feedback Dec 9, 2020
- clarify some readme sections (access keys, endpoint)
- make data be populated even if it's not a recognized strong type, was previously none. (this appears to be what JS/dotnet more or less do)
- clarify data_version as required in egevent
- clarify some docstrings, such as topic being required for domain.
- adjust dev reqs so that mgmt endpoints aren't broken by their going to a beta release.
…guiding snippets to readme on core concepts and egevent/cloudevent usage.
@lmazuel lmazuel modified the milestones: MQ-2020, [2021] February Jan 9, 2021
@rakshith91
Copy link
Contributor

/azp run python - eventgrid - ci

@azure-pipelines
Copy link

Pull request contains merge conflicts.

@rakshith91 rakshith91 marked this pull request as ready for review January 12, 2021 16:35
@rakshith91 rakshith91 requested a review from lmazuel as a code owner January 12, 2021 16:35
@@ -2,4 +2,4 @@
-e ../../../tools/azure-sdk-tools
-e ../../core/azure-core
-e ../../identity/azure-identity
-e ../azure-mgmt-eventgrid
azure-mgmt-eventgrid==3.0.0rc8
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

@rakshith91 rakshith91 mentioned this pull request Jan 13, 2021
@rakshith91
Copy link
Contributor

Closing this in favor of #16124

@rakshith91 rakshith91 closed this Jan 13, 2021

:param str event_type: The event_type of the EventGridEvent object or the type of the CloudEvent object.
"""
# if system event type defined, set event.data to system event object
try:
event.data = (_event_mappings[event_type]).deserialize(event.data)
except KeyError: # else, if custom event, then event.data is dict and should be set to None
event.data = None
except KeyError: # else, if custom event, then event.data is dict and is left as-is.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will tackle this in #16125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Event Grid
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants