Skip to content

Commit 60b9868

Browse files
committed
Update docs metadata
1 parent 2c81486 commit 60b9868

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

api/overview/azure/latest/messaging.eventgrid-readme.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Azure Event Grid client library for .NET
33
keywords: Azure, dotnet, SDK, API, Azure.Messaging.EventGrid, eventgrid
44
author: Kishp01
55
ms.author: kishp
6-
ms.date: 06/09/2023
6+
ms.date: 09/13/2023
77
ms.topic: reference
88
ms.devlang: dotnet
99
ms.service: eventgrid
1010
---
11-
# Azure Event Grid client library for .NET - version 4.17.0
11+
# Azure Event Grid client library for .NET - version 4.18.0
1212

1313

1414
Azure Event Grid allows you to easily build applications with event-based architectures. The Event Grid service fully manages all routing of events from any source, to any destination, for any application. Azure service events and custom events can be published directly to the service, where the events can then be filtered and sent to various recipients, such as built-in handlers or custom webhooks. To learn more about Azure Event Grid: [What is Event Grid?](/azure/event-grid/overview)
@@ -18,7 +18,7 @@ Use the client library for Azure Event Grid to:
1818
- Consume events that have been delivered to event handlers
1919
- Generate SAS tokens to authenticate the client publishing events to Azure Event Grid topics
2020

21-
[Source code](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Messaging.EventGrid_4.17.0/sdk/eventgrid/Azure.Messaging.EventGrid/src) | [Package (NuGet)](https://www.nuget.org/packages/Azure.Messaging.EventGrid/) | [API reference documentation](/dotnet/api/azure.messaging.eventgrid) | [Product documentation](/azure/event-grid/) | [Samples](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.17.0/sdk/eventgrid/Azure.Messaging.EventGrid/samples) | [Migration guide](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.17.0/sdk/eventgrid/Azure.Messaging.EventGrid/MigrationGuide.md)
21+
[Source code](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Messaging.EventGrid_4.18.0/sdk/eventgrid/Azure.Messaging.EventGrid/src) | [Package (NuGet)](https://www.nuget.org/packages/Azure.Messaging.EventGrid/) | [API reference documentation](/dotnet/api/azure.messaging.eventgrid) | [Product documentation](/azure/event-grid/) | [Samples](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.18.0/sdk/eventgrid/Azure.Messaging.EventGrid/samples) | [Migration guide](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.18.0/sdk/eventgrid/Azure.Messaging.EventGrid/MigrationGuide.md)
2222

2323
## Getting started
2424

@@ -81,7 +81,7 @@ EventGridPublisherClient client = new EventGridPublisherClient(
8181

8282
#### Authenticate using Azure Active Directory
8383

84-
Azure Event Grid provides integration with Azure Active Directory (Azure AD) for identity-based authentication of requests. With Azure AD, you can use role-based access control (RBAC) to grant access to your Azure Event Grid resources to users, groups, or applications. The [Azure Identity library](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Messaging.EventGrid_4.17.0/sdk/identity/Azure.Identity/README.md) provides easy Azure Active Directory support for authentication.
84+
Azure Event Grid provides integration with Azure Active Directory (Azure AD) for identity-based authentication of requests. With Azure AD, you can use role-based access control (RBAC) to grant access to your Azure Event Grid resources to users, groups, or applications. The [Azure Identity library](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Messaging.EventGrid_4.18.0/sdk/identity/Azure.Identity/README.md) provides easy Azure Active Directory support for authentication.
8585

8686
To send events to a topic or domain using Azure Active Directory, the authenticated identity should have the "EventGrid Data Sender" role assigned.
8787

@@ -119,12 +119,12 @@ We guarantee that all client instance methods are thread-safe and independent of
119119

120120
### Additional concepts
121121
<!-- CLIENT COMMON BAR -->
122-
[Client options](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.17.0/sdk/core/Azure.Core/README.md#configuring-service-clients-using-clientoptions) |
123-
[Accessing the response](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.17.0/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset) |
124-
[Long-running operations](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.17.0/sdk/core/Azure.Core/README.md#consuming-long-running-operations-using-operationt) |
125-
[Handling failures](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.17.0/sdk/core/Azure.Core/README.md#reporting-errors-requestfailedexception) |
126-
[Diagnostics](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.17.0/sdk/core/Azure.Core/samples/Diagnostics.md) |
127-
[Mocking](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.17.0/sdk/core/Azure.Core/README.md#mocking) |
122+
[Client options](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.18.0/sdk/core/Azure.Core/README.md#configuring-service-clients-using-clientoptions) |
123+
[Accessing the response](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.18.0/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset) |
124+
[Long-running operations](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.18.0/sdk/core/Azure.Core/README.md#consuming-long-running-operations-using-operationt) |
125+
[Handling failures](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.18.0/sdk/core/Azure.Core/README.md#reporting-errors-requestfailedexception) |
126+
[Diagnostics](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.18.0/sdk/core/Azure.Core/samples/Diagnostics.md) |
127+
[Mocking](https://learn.microsoft.com/dotnet/azure/sdk/unit-testing-mocking) |
128128
[Client lifetime](https://devblogs.microsoft.com/azure-sdk/lifetime-management-and-thread-safety-guarantees-of-azure-sdk-net-clients/)
129129
<!-- CLIENT COMMON BAR -->
130130

@@ -363,17 +363,17 @@ foreach (EventGridEvent egEvent in egEvents)
363363
- If `Parse` is called on data that contains multiple events, an `ArgumentException` is thrown. `ParseMany` should be used here instead.
364364

365365
### Setting up console logging
366-
You can also easily [enable console logging](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.17.0/sdk/core/Azure.Core/samples/Diagnostics.md#logging) if you want to dig deeper into the requests you're making against the service.
366+
You can also easily [enable console logging](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.18.0/sdk/core/Azure.Core/samples/Diagnostics.md#logging) if you want to dig deeper into the requests you're making against the service.
367367

368368
### Distributed Tracing
369-
The Event Grid library supports distributing tracing out of the box. In order to adhere to the CloudEvents specification's [guidance](https://github.com/cloudevents/spec/blob/v1.0.1/extensions/distributed-tracing.md) on distributing tracing, the library will set the `traceparent` and `tracestate` on the `ExtensionAttributes` of a `CloudEvent` when distributed tracing is enabled. To learn more about how to enable distributed tracing in your application, take a look at the Azure SDK [distributed tracing documentation](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.17.0/sdk/core/Azure.Core/samples/Diagnostics.md#Distributed-tracing).
369+
The Event Grid library supports distributing tracing out of the box. In order to adhere to the CloudEvents specification's [guidance](https://github.com/cloudevents/spec/blob/v1.0.1/extensions/distributed-tracing.md) on distributing tracing, the library will set the `traceparent` and `tracestate` on the `ExtensionAttributes` of a `CloudEvent` when distributed tracing is enabled. To learn more about how to enable distributed tracing in your application, take a look at the Azure SDK [distributed tracing documentation](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.18.0/sdk/core/Azure.Core/samples/Diagnostics.md#Distributed-tracing).
370370

371371
### Event Grid on Kubernetes
372372
This library has been tested and validated on Kubernetes using Azure Arc.
373373

374374
## Next steps
375375

376-
View more https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.17.0/sdk/eventgrid/Azure.Messaging.EventGrid/samples here for common usages of the Event Grid client library: [Event Grid Samples](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.17.0/sdk/eventgrid/Azure.Messaging.EventGrid/samples).
376+
View more https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.18.0/sdk/eventgrid/Azure.Messaging.EventGrid/samples here for common usages of the Event Grid client library: [Event Grid Samples](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventGrid_4.18.0/sdk/eventgrid/Azure.Messaging.EventGrid/samples).
377377

378378
## Contributing
379379

metadata/latest/Azure.Messaging.EventGrid.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "Azure.Messaging.EventGrid",
3-
"Version": "4.17.0",
3+
"Version": "4.18.0",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/eventgrid/Azure.Messaging.EventGrid",
66
"ServiceDirectory": "eventgrid",
@@ -10,7 +10,7 @@
1010
"SdkType": "client",
1111
"IsNewSdk": true,
1212
"ArtifactName": "Azure.Messaging.EventGrid",
13-
"ReleaseStatus": "2023-06-08",
13+
"ReleaseStatus": "2023-09-12",
1414
"Namespaces": [
1515
"Azure.Messaging.EventGrid",
1616
"Azure.Messaging.EventGrid.Models",

0 commit comments

Comments
 (0)