Skip to content

Commit

Permalink
Post release automated changes for azure-arm-guestconfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Apr 28, 2024
1 parent cd8cb38 commit 9c5ed3b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion sdk/guestconfiguration/arm-guestconfiguration/CHANGELOG.md
@@ -1,5 +1,15 @@
# Release History


## 1.0.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.1 (2024-04-28)

The package of @azure/arm-guestconfiguration is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
2 changes: 1 addition & 1 deletion sdk/guestconfiguration/arm-guestconfiguration/package.json
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for GuestConfigurationClient.",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"engines": {
"node": ">=18.0.0"
},
Expand Down
Expand Up @@ -71,7 +71,7 @@ export class GuestConfigurationClient extends coreClient.ServiceClient {
credential: credentials,
};

const packageDetails = `azsdk-js-arm-guestconfiguration/1.0.0-beta.1`;
const packageDetails = `azsdk-js-arm-guestconfiguration/1.0.0-beta.2`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit 9c5ed3b

Please sign in to comment.