Skip to content

Commit

Permalink
[@Azure/eventgrid] Update EG Minor Version (#25897)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR
@Azure/eventgrid

### Issues associated with this PR
None

### Describe the problem that is addressed by this PR
Now new features/bug fixes are added to this PR. The previous release
4.11.1 added new system events to the SDK. Normally, we update the minor
version and not the patch version for such releases. But, since only the
patch version has been updated for that release, in order to maintain
consistency, on the release guidelines, I am updating the minor version
and releasing a new version of the SDK through this PR.

### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?
No special design consideration.

### Are there test cases added in this PR? _(If not, why?)_
Very trivial update of Minor Version. No test cases are required.

### Provide a list of related PRs _(if any)_
None

### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_
None

### Checklists
- [X] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [X] Added a changelog (if necessary)

@xirzec Please review and approve. Thanks
  • Loading branch information
sarangan12 authored May 17, 2023
1 parent 399c89d commit 6886589
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions sdk/eventgrid/eventgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 4.12.0 (2023-05-17)

- No new changes for this release. This is to update the minor version of the release to indicate the new system events that were added in the `4.11.1` version.

## 4.11.1 (2023-05-15)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventgrid/eventgrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "client",
"author": "Microsoft Corporation",
"description": "An isomorphic client library for the Azure Event Grid service.",
"version": "4.11.1",
"version": "4.12.0",
"keywords": [
"node",
"azure",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/eventgrid/eventgrid/src/tracing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ import { createTracingClient } from "@azure/core-tracing";
export const tracingClient = createTracingClient({
namespace: "Microsoft.Messaging.EventGrid",
packageName: "@azure/event-grid",
packageVersion: "4.11.1",
packageVersion: "4.12.0",
});
2 changes: 1 addition & 1 deletion sdk/eventgrid/eventgrid/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
```yaml
require: "https://github.com/Azure/azure-rest-api-specs/blob/a7c1c7c33ac4573a426dcecfa8de076993d6d700/specification/eventgrid/data-plane/readme.md"
package-name: "@azure/eventgrid"
package-version: "4.11.1"
package-version: "4.12.0"
title: GeneratedClient
description: EventGrid Client
generate-metadata: false
Expand Down

0 comments on commit 6886589

Please sign in to comment.