diff --git a/sdk/web-pubsub/arm-webpubsub/CHANGELOG.md b/sdk/web-pubsub/arm-webpubsub/CHANGELOG.md index d9c1995ac2bc..09beb2b0bed3 100644 --- a/sdk/web-pubsub/arm-webpubsub/CHANGELOG.md +++ b/sdk/web-pubsub/arm-webpubsub/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0-beta.1 (2021-08-25) + + - Bump major version + ## 0.1.0-beta.1 (2021-07-27) This is the first preview for the new version of the `@azure/arm-webpubsub` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services. @@ -7,6 +11,7 @@ While this package remains auto generated, the SDK generator itself has undergon Please note that this version has breaking changes, all of which were made after careful consideration during the authoring of the guidelines and user studies. **Noteworthy changes and features** + - Authentication: The packages `@azure/ms-rest-nodeauth` or `@azure/ms-rest-browserauth` are no longer supported. Use package [@azure/identity](https://www.npmjs.com/package/@azure/identity) instead. Select a credential from Azure Identity examples based on the authentication method of your choice. - Callbacks: Method overloads that used callbacks have been removed and the use of promises is encouraged instead. - List operations now return an iterable result that follows the `PagedAsyncIterableIterator` interface as opposed to the previous model where you had to make a new request using the link to the next page. diff --git a/sdk/web-pubsub/arm-webpubsub/package.json b/sdk/web-pubsub/arm-webpubsub/package.json index 12ddac96cd56..a19e38326c32 100644 --- a/sdk/web-pubsub/arm-webpubsub/package.json +++ b/sdk/web-pubsub/arm-webpubsub/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for WebPubSubManagementClient.", - "version": "0.1.0-beta.1", + "version": "1.0.0-beta.1", "engines": { "node": ">=12.0.0" }, diff --git a/sdk/web-pubsub/arm-webpubsub/src/webPubSubManagementClientContext.ts b/sdk/web-pubsub/arm-webpubsub/src/webPubSubManagementClientContext.ts index c8645f2eb633..9b573407a891 100644 --- a/sdk/web-pubsub/arm-webpubsub/src/webPubSubManagementClientContext.ts +++ b/sdk/web-pubsub/arm-webpubsub/src/webPubSubManagementClientContext.ts @@ -43,7 +43,7 @@ export class WebPubSubManagementClientContext extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-webpubsub/0.1.0-beta.1`; + const packageDetails = `azsdk-js-arm-webpubsub/1.0.0-beta.1`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`