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

Post release automated changes for web-pubsub releases #18614

Closed
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
10 changes: 10 additions & 0 deletions sdk/web-pubsub/web-pubsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.5 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.4 (2021-11-09)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/web-pubsub/web-pubsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/web-pubsub",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "Azure client library for Azure Web PubSub",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down
15 changes: 5 additions & 10 deletions sdk/web-pubsub/web-pubsub/samples/v1/javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ products:
urlFragment: web-pubsub-javascript
---

# Azure Web PubSub service client library samples for JavaScript
# Azure Web PubSub client library samples for JavaScript

These sample programs show how to use the JavaScript client libraries for Azure Web PubSub in some common scenarios.

Expand All @@ -19,7 +19,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] to run these sample programs.

Expand Down Expand Up @@ -51,18 +51,13 @@ Alternatively, run a single sample with the correct environment variables set (s
npx cross-env WPS_CONNECTION_STRING="<wps connection string>" node broadcasting.js
```

## More samples

Check [more samples here][servicesample].

## Next Steps

Take a look at our [API Documentation][apiref] for more information about the APIs that are available in the clients.

[broadcasting]: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/web-pubsub/web-pubsub/samples/v1/javascript/broadcasting.js
[directmessage]: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/web-pubsub/web-pubsub/samples/v1/javascript/directMessage.js
[managinggroups]: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/web-pubsub/web-pubsub/samples/v1/javascript/managingGroups.js
[broadcasting]: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/web-pubsub/web-pubsub/samples/v1/javascript/broadcasting.js
[directmessage]: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/web-pubsub/web-pubsub/samples/v1/javascript/directMessage.js
[managinggroups]: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/web-pubsub/web-pubsub/samples/v1/javascript/managingGroups.js
[apiref]: https://docs.microsoft.com/javascript/api/@azure/web-pubsub
[freesub]: https://azure.microsoft.com/free/
[package]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub/README.md
[servicesample]: https://github.com/Azure/azure-webpubsub/tree/main/samples/javascript
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"directory": "sdk/web-pubsub/web-pubsub"
},
"keywords": [
"Azure",
"azure",
"cloud"
],
"author": "Microsoft Corporation",
Expand Down
17 changes: 6 additions & 11 deletions sdk/web-pubsub/web-pubsub/samples/v1/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ products:
urlFragment: web-pubsub-typescript
---

# Azure Web PubSub service client library samples for TypeScript
# Azure Web PubSub client library samples for TypeScript

These sample programs show how to use the TypeScript client libraries for Azure Web PubSub in some common scenarios.

Expand All @@ -19,7 +19,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 @@ -63,19 +63,14 @@ Alternatively, run a single sample with the correct environment variables set (s
npx cross-env WPS_CONNECTION_STRING="<wps connection string>" node dist/broadcasting.js
```

## More samples

Check [more samples here][servicesample].

## Next Steps

Check [demos][demos]. Take a look at our [API Documentation][apiref] for more information about the APIs that are available in the clients.
Take a look at our [API Documentation][apiref] for more information about the APIs that are available in the clients.

[broadcasting]: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/web-pubsub/web-pubsub/samples/v1/typescript/src/broadcasting.ts
[directmessage]: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/web-pubsub/web-pubsub/samples/v1/typescript/src/directMessage.ts
[managinggroups]: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/web-pubsub/web-pubsub/samples/v1/typescript/src/managingGroups.ts
[broadcasting]: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/web-pubsub/web-pubsub/samples/v1/typescript/src/broadcasting.ts
[directmessage]: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/web-pubsub/web-pubsub/samples/v1/typescript/src/directMessage.ts
[managinggroups]: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/web-pubsub/web-pubsub/samples/v1/typescript/src/managingGroups.ts
[apiref]: https://docs.microsoft.com/javascript/api/@azure/web-pubsub
[freesub]: https://azure.microsoft.com/free/
[package]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub/README.md
[typescript]: https://www.typescriptlang.org/docs/home.html
[servicesample]: https://github.com/Azure/azure-webpubsub/tree/main/samples/javascript
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"directory": "sdk/web-pubsub/web-pubsub"
},
"keywords": [
"Azure",
"azure",
"cloud"
],
"author": "Microsoft Corporation",
Expand All @@ -30,7 +30,7 @@
"dotenv": "latest"
},
"devDependencies": {
"typescript": "~4.2.0",
"typescript": "~4.4.0",
"rimraf": "latest"
}
}

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

2 changes: 1 addition & 1 deletion sdk/web-pubsub/web-pubsub/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ output-folder: ../
source-code-folder-path: ./src/generated
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/webpubsub/data-plane/WebPubSub/stable/2021-10-01/webpubsub.json
add-credentials: false
package-version: 1.0.0-beta.4
package-version: 1.0.0-beta.5
v3: true
hide-clients: true
use-core-v2: true
Expand Down