From a73887c598e2f1b4ce33200bb38b1b5dd4dba377 Mon Sep 17 00:00:00 2001 From: Rohit Kumar Date: Thu, 4 Aug 2022 22:17:53 -0700 Subject: [PATCH] Add changelog --- src/EventGrid/EventGrid/ChangeLog.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/EventGrid/EventGrid/ChangeLog.md b/src/EventGrid/EventGrid/ChangeLog.md index 027a6a3c68ec..b52be627504d 100644 --- a/src/EventGrid/EventGrid/ChangeLog.md +++ b/src/EventGrid/EventGrid/ChangeLog.md @@ -18,7 +18,23 @@ - Additional information about change #1 --> ## Upcoming Release - +* Updated to use the 2021-12-01 API version. +* Added new features: + - System topic + - System topic event subscription + - System topic event subscription delivery attributes +* Updated cmdlets: + - `New-AzEventGridDomain`: + - Add new optional parameters to support auto creation of topic with first subscription. + - Add new optional parameters to support auto deletion of topic with last subscription. + - Add optional parameters to support azure managed identity + - `New-AzEventGridTopic`/`Update-AzEventGridTopic` : + - Add optional parameters to support azure managed identity + - `New-AzEventGridSubscription `/`Update-AzEventGridSubscription `: + - Add new optional parameters to support advanced filtering on arrays. + - Add new optional parameters to support delivery attribute mapping. + - Add new optional parameters to support storage queue message ttl. + ## Version 1.3.0 * Updated to use the 2020-06-01 API version. * Added new features: