Skip to content

Commit

Permalink
imagebuilder-version-bump (#19769)
Browse files Browse the repository at this point in the history
  • Loading branch information
colawwj authored Jan 11, 2022
1 parent 29aae47 commit 597556a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions sdk/imagebuilder/arm-imagebuilder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Release History

## 1.0.1 (2022-01-11)

**Feature**

- Bump version

## 1.0.0 (2022-01-10)

Expand Down
2 changes: 1 addition & 1 deletion sdk/imagebuilder/arm-imagebuilder/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 ImageBuilderClient.",
"version": "1.0.0",
"version": "1.0.1",
"engines": { "node": ">=12.0.0" },
"dependencies": {
"@azure/core-lro": "^2.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class ImageBuilderClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-imagebuilder/1.0.0`;
const packageDetails = `azsdk-js-arm-imagebuilder/1.0.1`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit 597556a

Please sign in to comment.