Skip to content

Commit

Permalink
bump version (#16429)
Browse files Browse the repository at this point in the history
  • Loading branch information
dw511214992 authored Jul 16, 2021
1 parent 9162043 commit 1a7c5e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/features/arm-features/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions sdk/features/arm-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -93,4 +93,4 @@
},
"sideEffects": false,
"autoPublish": true
}
}
2 changes: 1 addition & 1 deletion sdk/features/arm-features/src/featureClientContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
Expand Down

0 comments on commit 1a7c5e2

Please sign in to comment.