Skip to content

Commit

Permalink
Post release automated changes for eventgrid releases (#18050)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-eventgrid
  • Loading branch information
azure-sdk authored Oct 5, 2021
1 parent 85b0bf2 commit a97f5e4
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 10 deletions.
10 changes: 10 additions & 0 deletions sdk/eventgrid/eventgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 4.5.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 4.5.0 (2021-10-05)

### 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.5.0",
"version": "4.5.1",
"keywords": [
"node",
"azure",
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventgrid/eventgrid/samples/v4/javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ These sample programs show how to use the JavaScript client libraries for Azure

## Prerequisites

The sample programs are compatible with Node.js >=12.0.0.
The sample programs are compatible with [LTS versions of Node.js](https://nodejs.org/about/releases/).

You need [an Azure subscription][freesub] and the following Azure resources to run these sample programs:

Expand Down
2 changes: 1 addition & 1 deletion sdk/eventgrid/eventgrid/samples/v4/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "1.0.0",
"description": "Azure Event Grid client library samples for JavaScript",
"engine": {
"engines": {
"node": ">=12.0.0"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions sdk/eventgrid/eventgrid/samples/v4/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ These sample programs show how to use the TypeScript client libraries for Azure

## Prerequisites

The sample programs are compatible with Node.js >=12.0.0.
The sample programs are compatible with [LTS versions of Node.js](https://nodejs.org/about/releases/).

Before running the samples in Node, they must be compiled to JavaScript using the TypeScript compiler. For more information on TypeScript, see the [TypeScript documentation][typescript]. Install the TypeScript compiler using:

Expand Down Expand Up @@ -59,7 +59,7 @@ npm run build
4. Run whichever samples you like (note that some samples may require additional setup, see the table above):

```bash
node dist/consumeEventsFromServiceBusQueue.ts
node dist/consumeEventsFromServiceBusQueue.js
```

Alternatively, run a single sample with the correct environment variables set (setting up the `.env` file is not required if you do this), for example (cross-platform):
Expand Down
4 changes: 2 additions & 2 deletions sdk/eventgrid/eventgrid/samples/v4/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "1.0.0",
"description": "Azure Event Grid client library samples for TypeScript",
"engine": {
"engines": {
"node": ">=12.0.0"
},
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"@azure/service-bus": "^7.0.0"
},
"devDependencies": {
"typescript": "~4.2.0",
"typescript": "~4.4.0",
"rimraf": "latest"
}
}
3 changes: 2 additions & 1 deletion sdk/eventgrid/eventgrid/samples/v4/typescript/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"compilerOptions": {
"target": "ES6",
"target": "ES2018",
"module": "commonjs",
"moduleResolution": "node",
"resolveJsonModule": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
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/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/b6f4a619bd310870334edd79eaec2d4bfeabdbbe/specification/eventgrid/data-plane/readme.md"
package-name: "@azure/eventgrid"
package-version: "4.5.0"
package-version: "4.5.1"
title: GeneratedClient
description: EventGrid Client
generate-metadata: false
Expand Down

0 comments on commit a97f5e4

Please sign in to comment.