Skip to content

Commit a60170f

Browse files
authored
Merge pull request #185019 from spelluru/egridwhatsnew0113
TOC and What's new
2 parents 1a50c17 + b45e3cf commit a60170f

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

articles/event-grid/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@
233233
items:
234234
- name: Overview
235235
href: authentication-overview.md
236-
- name: Authenticate using Azure Active Directory
236+
- name: Publish events using Azure Active Directory authentication
237237
href: authenticate-with-active-directory.md
238-
- name: Authenticate using access key or shared access signatures
238+
- name: Publish events using access key or shared access signature authentication
239239
href: authenticate-with-access-keys-shared-access-signatures.md
240240
- name: Authorize access to Event Grid resources
241241
href: security-authorization.md

articles/event-grid/whats-new.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What's new? Azure Event Grid
33
description: Learn what is new with Azure Event Grid, such as the latest release notes, known issues, bug fixes, deprecated functionality, and upcoming changes.
44
ms.topic: overview
5-
ms.date: 04/27/2021
5+
ms.date: 01/13/2022
66
---
77

88
# What's new in Azure Event Grid?
@@ -11,7 +11,18 @@ ms.date: 04/27/2021
1111
1212
Azure Event Grid receives improvements on an ongoing basis. To stay up to date with the most recent developments, this article provides you with information about the features that are added or updated in a release.
1313

14+
15+
## .NET 6.2.0-preview (2021-06)
16+
This release corresponds to api-version 2021-06-01-preview which includes the following new features:
17+
18+
- [Azure Active Directory authentication for topics and domains, and partner namespaces](authenticate-with-active-directory.md)
19+
- Private link support for partner namespaces. Azure portal doesn't support it yet.
20+
- IP Filtering for partner namespaces. Azure portal doesn't support it yet.
21+
- System Identity for partner topics. Azure portal doesn't support it yet.
22+
- [User Identity for system topics, custom topics and domains](enable-identity-custom-topics-domains.md)
23+
1424
## 6.1.0-preview (2020-10)
25+
1526
- [Managed identities for system topics](enable-identity-system-topics.md)
1627
- [Custom delivery properties](delivery-properties.md)
1728
- [Storage queue - message time-to-live (TTL)](delivery-properties.md#configure-time-to-live-on-outgoing-events-to-azure-storage-queues)

0 commit comments

Comments
 (0)