Skip to content

Commit

Permalink
Adding new events for EG Version 5.2.0 (#28513)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR

@azure/eventgrid

### Issues associated with this PR

NA

### Describe the problem that is addressed by this PR

The EventGrid Service Team has added 14 new events. The SDK must be
regenerated to include the code changes related to these 14 new events.
The SDK minor version has been updated.

  - `Microsoft.Storage.StorageTaskAssignmentQueued`
  - `Microsoft.Storage.StorageTaskAssignmentCompleted`
  - `Microsoft.AVS.ScriptExecutionStarted`
  - `Microsoft.AVS.ScriptExecutionFinished`
  - `Microsoft.AVS.ScriptExecutionCancelled`
  - `Microsoft.AVS.ScriptExecutionFailed`
  - `Microsoft.AVS.PrivateCloudUpdating`
  - `Microsoft.AVS.PrivateCloudUpdated`
  - `Microsoft.AVS.PrivateCloudFailed`
  - `Microsoft.AVS.ClusterCreated`
  - `Microsoft.AVS.ClusterDeleted`
  - `Microsoft.AVS.ClusterUpdating`
  - `Microsoft.AVS.ClusterUpdated`
  - `Microsoft.AVS.ClusterFailed`
 
### 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?

There are no specific/complex design scenarios for this task. It is a
straightforward regenerate and some standard changes to the custom layer
of the code.

### Are there test cases added in this PR? _(If not, why?)_

No. This item is standard and we need not add test cases for every new
events. The existing cases would be sufficient.

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

- #27384 (This is the PR
that adds similar events to the SDK in the 4.15.0 release)
- #26939 (This is the PR
that adds similar events to the SDK in the 4.14.0 release)
- #26020 (This is the PR
that adds similar events to the SDK in the 4.13.0 release)
- #28176 (This is the PR
that adds similar events to the SDK in the 5.1.0 release)


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

`autorest --typescript swagger\README.md`

### 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)
  • Loading branch information
sarangan12 authored Feb 8, 2024
1 parent 031bb7e commit da87d8c
Show file tree
Hide file tree
Showing 11 changed files with 882 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,9 @@
{
"filename": "sdk/eventgrid/eventgrid/review/**/*.md",
"words": [
"Dicom"
"Dicom",
"Gcch",
"gcch"
]
},
{
Expand Down
21 changes: 21 additions & 0 deletions sdk/eventgrid/eventgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Release History

## 5.2.0 (2024-02-08)

### Features Added

- Added new System Events:

- `Microsoft.Storage.StorageTaskAssignmentQueued`
- `Microsoft.Storage.StorageTaskAssignmentCompleted`
- `Microsoft.AVS.ScriptExecutionStarted`
- `Microsoft.AVS.ScriptExecutionFinished`
- `Microsoft.AVS.ScriptExecutionCancelled`
- `Microsoft.AVS.ScriptExecutionFailed`
- `Microsoft.AVS.PrivateCloudUpdating`
- `Microsoft.AVS.PrivateCloudUpdated`
- `Microsoft.AVS.PrivateCloudFailed`
- `Microsoft.AVS.ClusterCreated`
- `Microsoft.AVS.ClusterDeleted`
- `Microsoft.AVS.ClusterUpdating`
- `Microsoft.AVS.ClusterUpdated`
- `Microsoft.AVS.ClusterFailed`

## 5.1.1 (2024-01-22)

### 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": "5.1.1",
"version": "5.2.0",
"keywords": [
"node",
"azure",
Expand Down
Loading

0 comments on commit da87d8c

Please sign in to comment.