diff --git a/sdk/features/arm-features/CHANGELOG.md b/sdk/features/arm-features/CHANGELOG.md index aa6cd08acd21..60135dbe605e 100644 --- a/sdk/features/arm-features/CHANGELOG.md +++ b/sdk/features/arm-features/CHANGELOG.md @@ -1,4 +1,4 @@ -## 30.0.0-beta.1 (2021-07-16) +## 30.0.0-beta.2 (2021-07-16) This is the first preview for the new version of the `@azure/arm-features` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services. diff --git a/sdk/features/arm-features/package.json b/sdk/features/arm-features/package.json index 2ad446953feb..826c0821001e 100644 --- a/sdk/features/arm-features/package.json +++ b/sdk/features/arm-features/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for FeatureClient.", - "version": "30.0.0-beta.1", + "version": "30.0.0-beta.2", "engines": { "node": ">=12.0.0" }, @@ -93,4 +93,4 @@ }, "sideEffects": false, "autoPublish": true -} \ No newline at end of file +} diff --git a/sdk/features/arm-features/src/featureClientContext.ts b/sdk/features/arm-features/src/featureClientContext.ts index 2afca6a2d8a0..85ef2aa30deb 100644 --- a/sdk/features/arm-features/src/featureClientContext.ts +++ b/sdk/features/arm-features/src/featureClientContext.ts @@ -42,7 +42,7 @@ export class FeatureClientContext extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-features/30.0.0-beta.1`; + const packageDetails = `azsdk-js-arm-features/30.0.0-beta.2`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`