Skip to content

Commit c8a2121

Browse files
committed
Update docs metadata
1 parent 32afe91 commit c8a2121

File tree

2 files changed

+36
-37
lines changed

2 files changed

+36
-37
lines changed

docs-ref-services/latest/eventgrid-readme.md

Lines changed: 34 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
22
title: Azure Event Grid client library for Python
33
keywords: Azure, python, SDK, API, azure-eventgrid, eventgrid
4-
author: maggiepint
5-
ms.author: magpint
6-
ms.date: 11/18/2021
4+
author: lmazuel
5+
ms.author: lmazuel
6+
ms.date: 04/07/2022
77
ms.topic: reference
88
ms.prod: azure
99
ms.technology: azure
1010
ms.devlang: python
1111
ms.service: eventgrid
1212
---
13-
14-
# Azure Event Grid client library for Python - Version 4.7.1
13+
# Azure Event Grid client library for Python - Version 4.8.0
1514

1615

1716
Azure Event Grid is a fully-managed intelligent event routing service that allows for uniform event consumption using a publish-subscribe model.
@@ -20,12 +19,12 @@ Azure Event Grid is a fully-managed intelligent event routing service that allow
2019

2120
## _Disclaimer_
2221

23-
_Azure SDK Python packages support for Python 2.7 is ending 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
22+
_Azure SDK Python packages support for Python 2.7 has ended on 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
2423

2524
## Getting started
2625

2726
### Prerequisites
28-
* Python 2.7, or 3.6 or later is required to use this package.
27+
* Python 3.6 or later is required to use this package.
2928
* You must have an [Azure subscription][azure_subscription] and an Event Grid Topic resource to use this package. Follow this [step-by-step tutorial](https://docs.microsoft.com/azure/event-grid/custom-event-quickstart-portal) to register the Event Grid resource provider and create Event Grid topics using the [Azure portal](https://portal.azure.com/). There is a [similar tutorial](https://docs.microsoft.com/azure/event-grid/custom-event-quickstart) using [Azure CLI](https://docs.microsoft.com/cli/azure).
3029

3130

@@ -62,7 +61,7 @@ Azure Event Grid provides integration with Azure Active Directory (Azure AD) for
6261

6362
To send events to a topic or domain with a `TokenCredential`, the authenticated identity should have the "EventGrid Data Sender" role assigned.
6463

65-
With the `azure-identity` package, you can seamlessly authorize requests in both development and production environments. To learn more about Azure Active Directory, see the [`azure-identity` README](https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/identity/azure-identity/README.md).
64+
With the `azure-identity` package, you can seamlessly authorize requests in both development and production environments. To learn more about Azure Active Directory, see the [`azure-identity` README](https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/identity/azure-identity/README.md).
6665

6766
For example, you can use `DefaultAzureCredential` to construct a client which will authenticate using Azure Active Directory:
6867

@@ -141,7 +140,7 @@ The following formats of events are allowed to be sent:
141140

142141
- A dict representation of any Custom Schema.
143142

144-
Please have a look at the [samples](https://github.com/Azure/azure-sdk-for-python/tree/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples) for detailed examples.
143+
Please have a look at the [samples](https://github.com/Azure/azure-sdk-for-python/tree/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples) for detailed examples.
145144

146145

147146
**Note:** It is important to know if your topic supports CloudEvents or EventGridEvents before publishing. If you send to a topic that does not support the schema of the event you are sending, send() will throw an exception.
@@ -460,44 +459,44 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
460459
<!-- LINKS -->
461460

462461
[azure_cli_link]: https://pypi.org/project/azure-cli/
463-
[python-eg-src]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/
462+
[python-eg-src]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/
464463
[python-eg-pypi]: https://pypi.org/project/azure-eventgrid
465464
[python-eg-product-docs]: https://docs.microsoft.com/azure/event-grid/overview
466465
[python-eg-ref-docs]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventgrid/latest/index.html
467466
[publisher-service-doc]: https://docs.microsoft.com/azure/event-grid/concepts
468-
[python-eg-samples]: https://github.com/Azure/azure-sdk-for-python/tree/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples
469-
[python-eg-changelog]: https://github.com/Azure/azure-sdk-for-python/tree/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/CHANGELOG.md
467+
[python-eg-samples]: https://github.com/Azure/azure-sdk-for-python/tree/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples
468+
[python-eg-changelog]: https://github.com/Azure/azure-sdk-for-python/tree/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/CHANGELOG.md
470469
[pip]: https://pypi.org/project/pip/
471470

472471
[azure_portal_create_EG_resource]: https://ms.portal.azure.com/#blade/HubsExtension/BrowseResource/resourceType/Microsoft.EventGrid%2Ftopics
473472
[azure-key-credential]: https://aka.ms/azsdk/python/core/azurekeycredential
474473
[azure_core_exceptions]: https://aka.ms/azsdk/python/core/docs#module-azure.core.exceptions
475474
[python_logging]: https://docs.python.org/3/library/logging.html
476-
[azure_core_ref_docs]: https://github.com/Azure/azure-sdk-for-python/tree/azure-eventgrid_4.7.1/sdk/core/azure-core#configurations
475+
[azure_core_ref_docs]: https://github.com/Azure/azure-sdk-for-python/tree/azure-eventgrid_4.8.0/sdk/core/azure-core#configurations
477476
[azure_subscription]: https://azure.microsoft.com/free/
478477

479-
[python-eg-auth]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples/sync_samples/sample_authentication.py
480-
[python-eg-generate-sas]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples/sync_samples/sample_generate_sas.py
481-
[python-eg-sample-send-using-sas]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples/sync_samples/sample_publish_events_to_a_topic_using_sas_credential.py
482-
[python-eg-sample-eg-event]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples/sync_samples/sample_publish_eg_events_to_a_topic.py
483-
[python-eg-sample-eg-event-to-domain]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples/sync_samples/sample_publish_eg_events_to_a_domain.py
484-
[python-eg-sample-send-cloudevent]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples/sync_samples/sample_publish_events_using_cloud_events_1.0_schema.py
485-
[python-eg-publish-custom-schema]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples/sync_samples/sample_publish_custom_schema_to_a_topic.py
486-
[python-eg-sample-send-eg-as-dict]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples/sync_samples/sample_publish_eg_event_using_dict.py
487-
[python-eg-sample-send-cloudevent-as-dict]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples/sync_samples/sample_publish_cloud_event_using_dict.py
488-
489-
[python-eg-auth-async]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples/async_samples/sample_authentication_async.py
490-
[python-eg-sample-send-using-sas-async]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples/async_samples/sample_publish_events_to_a_topic_using_sas_credential_async.py
491-
[python-eg-sample-eg-event-async]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples/async_samples/sample_publish_eg_events_to_a_topic_async.py
492-
[python-eg-sample-eg-event-to-domain-async]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples/async_samples/sample_publish_eg_events_to_a_domain_async.py
493-
[python-eg-sample-send-cloudevent-async]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples/async_samples/sample_publish_events_using_cloud_events_1.0_schema_async.py
494-
[python-eg-publish-custom-schema-async]:https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples/async_samples/sample_publish_custom_schema_to_a_topic_async.py
495-
[python-eg-sample-send-eg-as-dict-async]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples/async_samples/sample_publish_eg_event_using_dict_async.py
496-
[python-eg-sample-send-cloudevent-as-dict-async]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples/async_samples/sample_publish_cloud_event_using_dict_async.py
497-
498-
[python-eg-publish-samples]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples/publish_samples
499-
[python-eg-consume-samples]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples/consume_samples
500-
[python-eg-sample-consume-custom-payload]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.7.1/sdk/eventgrid/azure-eventgrid/samples/sync_samples/sample_consume_custom_payload.py
478+
[python-eg-auth]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples/sync_samples/sample_authentication.py
479+
[python-eg-generate-sas]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples/sync_samples/sample_generate_sas.py
480+
[python-eg-sample-send-using-sas]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples/sync_samples/sample_publish_events_to_a_topic_using_sas_credential.py
481+
[python-eg-sample-eg-event]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples/sync_samples/sample_publish_eg_events_to_a_topic.py
482+
[python-eg-sample-eg-event-to-domain]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples/sync_samples/sample_publish_eg_events_to_a_domain.py
483+
[python-eg-sample-send-cloudevent]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples/sync_samples/sample_publish_events_using_cloud_events_1.0_schema.py
484+
[python-eg-publish-custom-schema]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples/sync_samples/sample_publish_custom_schema_to_a_topic.py
485+
[python-eg-sample-send-eg-as-dict]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples/sync_samples/sample_publish_eg_event_using_dict.py
486+
[python-eg-sample-send-cloudevent-as-dict]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples/sync_samples/sample_publish_cloud_event_using_dict.py
487+
488+
[python-eg-auth-async]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples/async_samples/sample_authentication_async.py
489+
[python-eg-sample-send-using-sas-async]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples/async_samples/sample_publish_events_to_a_topic_using_sas_credential_async.py
490+
[python-eg-sample-eg-event-async]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples/async_samples/sample_publish_eg_events_to_a_topic_async.py
491+
[python-eg-sample-eg-event-to-domain-async]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples/async_samples/sample_publish_eg_events_to_a_domain_async.py
492+
[python-eg-sample-send-cloudevent-async]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples/async_samples/sample_publish_events_using_cloud_events_1.0_schema_async.py
493+
[python-eg-publish-custom-schema-async]:https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples/async_samples/sample_publish_custom_schema_to_a_topic_async.py
494+
[python-eg-sample-send-eg-as-dict-async]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples/async_samples/sample_publish_eg_event_using_dict_async.py
495+
[python-eg-sample-send-cloudevent-as-dict-async]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples/async_samples/sample_publish_cloud_event_using_dict_async.py
496+
497+
[python-eg-publish-samples]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples/publish_samples
498+
[python-eg-consume-samples]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples/consume_samples
499+
[python-eg-sample-consume-custom-payload]: https://github.com/Azure/azure-sdk-for-python/blob/azure-eventgrid_4.8.0/sdk/eventgrid/azure-eventgrid/samples/sync_samples/sample_consume_custom_payload.py
501500

502501
[cla]: https://cla.microsoft.com
503502
[code_of_conduct]: https://opensource.microsoft.com/codeofconduct/

metadata/latest/azure-eventgrid.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "azure-eventgrid",
3-
"Version": "4.7.1",
3+
"Version": "4.8.0",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/eventgrid/azure-eventgrid",
66
"ServiceDirectory": "eventgrid",
@@ -10,5 +10,5 @@
1010
"SdkType": "client",
1111
"IsNewSdk": true,
1212
"ArtifactName": "azure-eventgrid",
13-
"ReleaseStatus": "2021-11-18"
13+
"ReleaseStatus": "2022-04-05"
1414
}

0 commit comments

Comments
 (0)