Skip to content
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

Event Grid: Regenerate new .NET SDK and record tests for new GA service API version 2020-06-01 #12576

Merged
merged 6 commits into from
Jun 10, 2020
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions eng/mgmt/mgmtmetadata/eventgrid_resource-manager.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ AutoRest installed successfully.
Commencing code generation
Generating CSharp code
Executing AutoRest command
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/eventgrid/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=E:\build2020\sdk1\azure-sdk-for-net\sdk
2020-05-14 09:27:42 UTC
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/eventgrid/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=E:\build2020\net1\azure-sdk-for-net\sdk
2020-06-03 00:08:27 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 2bf9a22121443b6538e42bda724f3aa372798833
Commit: e3e0fff3be9befda4fd2cc18ee355b88b024fac7
AutoRest information
Requested version: v2
Bootstrapper version: [email protected]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file-->
<PropertyGroup>
<AzureApiTag>EventGrid_2020-04-01-preview;</AzureApiTag>
<AzureApiTag>EventGrid_2020-06-01;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
97 changes: 97 additions & 0 deletions sdk/eventgrid/Microsoft.Azure.Management.EventGrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
# Release History

## 6.0.0 (2020-06)
- Add support to new GA service API version 2020-06-01.
- The new GA'ed features include:
* Event delivery schema,
* Input mapping,
* Custom input schema event delivery schema,
* Cloud event V10 schema,
* Service bus topic as destination,
* Azure function as destination,
* Webhook batching,
* Secure webhook (AAD support),
* ImmutableId support, IpFiltering, and
* Private Link.
- Release version 5.3.2-preview still corresponds to latest preview API version 2020-04-01-preview and it includes all the GA'ed features in version 6.0.0 as well additional features that are still in preview. These preview features include:
* Partner topic,
* Tracked system topic,
* Sku, and
* MSI support.

## 5.3.2-preview (2020-05)
- This include additional bug fixes to enhance quality.
- As version 5.3.1-preview, this release corresponds to the 2020-04-01-Preview API version which includes the following new functionalities:
* Support for IP Filtering when publishing events to Domains and Topics,
* Partner Topics,
* Tracked Resource System Topics,
* Sku,
* MSI, and
* Private Link support.

## 5.3.1-preview (2020-04)
- This include various bug fixes to enhance quality.
- As version 5.3.0-preview, this release corresponds to the 2020-04-01-Preview API version which includes the following new functionalities:
* Support for IP Filtering when publishing events to Domains and Topics,
* Partner Topics,
* Tracked Resource System Topics,
* Sku,
* MSI, and
* Private Link support.

## 5.3.0-preview (2020-03)
- We introduce new features on top of features already added in verion 5.2.0-preview.
- As version 5.2.0-preview, this release corresponds to the 2020-04-01-Preview API version.
- It adds supports to the following new functionalities:
* Support for IP Filtering when publishing events to Domains and Topics,
* Partner Topics,
* Tracked Resource System Topics,
* Sku,
* MSI, and
* Private Link support.

## 5.2.0-preview (2020-01)
- This release corresponds to the 2020-04-01-Preview API version.
- It adds supports to the following new functionality:
* Support for IP Filtering when publishing events to Domains and Topics,

## 5.0.0 (2019-05)
- This release corresponds to the 2019-06-01 API version.
- It adds support to the following new functionalities:
* Domains,
* Pagination and search filter for resources list operations,
* Service Bus Queue as destination,
* Advanced filtering, and
* Disallows usage of ‘All’ with IncludedEventTypes."

## 4.1.0-preview (2019-03)
- This release corresponds to the 2019-02-01-preview API version.
- It adds support to the following new functionalities:
* Pagination and search filter for resources list operations,
* Manual create/delete of domain topics
* Service Bus Queue as destination,
* Disallows usage of ‘All’ with IncludedEventTypes,

## 4.0.0 (2018-12)
- This corresponds to the 2019-01-01 stable API version.
- It supports General Availability of the following functionalities related to event subscriptions:
* DeadLetter destination,
* Storage queue as destination,
* HybridConnection as destination,
* Manual handshake validation, and
* Ssupport for retry policies.
- Features that are still in preview (such as Event Grid domains or advanced filters support) can still be accessed using the 3.0.1-preview version of the SDK."

## 3.0.1-preview (2018-10)
- Taking dependency on 10.0.3 version of Newtonsoft nuget package.

## 3.0.0-preview (2018-10)
- This is a preview SDK for the new features introduced in 2018-09-15-preview API version. - This includes support for:
* Domain and domain topics CRUD operation
* Introducing expiration date for event subscription,
Introducing advanced filtering for event subscription,
- The stable version of the SDK targeting the 2018-01-01 API version continues to exist as version 1.3.0

## 2.0.0-preview (2018-05)
- This is a preview SDK for the new features introduced in 2018-05-01-preview API version.
- The stable version of the SDK targeting the 2018-01-01 API version continues to exist as version 1.3.0.
Loading