Skip to content

Commit

Permalink
Post release automated changes for azurestack releases (Azure#23454)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-arm-azurestack
  • Loading branch information
azure-sdk authored Oct 9, 2022
1 parent b8dd42e commit e2f9999
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/azurestack/arm-azurestack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 3.0.0-beta.5 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 3.0.0-beta.4 (2022-10-08)

**Bugs Fixed**
Expand Down
2 changes: 1 addition & 1 deletion sdk/azurestack/arm-azurestack/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 AzureStackManagementClient.",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"engines": {
"node": ">=12.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class AzureStackManagementClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-azurestack/3.0.0-beta.4`;
const packageDetails = `azsdk-js-arm-azurestack/3.0.0-beta.5`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit e2f9999

Please sign in to comment.