Skip to content

Commit

Permalink
Post release automated changes for automanage releases (Azure#22822)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-arm-automanage
  • Loading branch information
azure-sdk committed Aug 5, 2022
1 parent 44ef7fc commit abfb0cf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion sdk/automanage/arm-automanage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History


## 1.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0 (2022-08-03)

The package of @azure/arm-automanage is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
4 changes: 2 additions & 2 deletions sdk/automanage/arm-automanage/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 AutomanageClient.",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"node": ">=12.0.0"
},
Expand Down Expand Up @@ -116,4 +116,4 @@
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-automanage?view=azure-node-preview"
}
}
}
2 changes: 1 addition & 1 deletion sdk/automanage/arm-automanage/src/automanageClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class AutomanageClient extends coreClient.ServiceClient {
credential: credentials
};

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

0 comments on commit abfb0cf

Please sign in to comment.