Skip to content

Add changelog for PR : 17608 #19151

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

Merged
merged 1 commit into from
Aug 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion src/EventGrid/EventGrid/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down