Skip to content

Commit c1f5361

Browse files
authored
Post release automated changes for azurestack releases (Azure#23379)
Post release automated changes for azure-arm-azurestack
1 parent c7144b3 commit c1f5361

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

sdk/azurestack/arm-azurestack/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 3.0.0-beta.4 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 3.0.0-beta.3 (2022-09-30)
414

515
**Bugs Fixed**

sdk/azurestack/arm-azurestack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for AzureStackManagementClient.",
6-
"version": "3.0.0-beta.3",
6+
"version": "3.0.0-beta.4",
77
"engines": {
88
"node": ">=12.0.0"
99
},

sdk/azurestack/arm-azurestack/src/azureStackManagementClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class AzureStackManagementClient extends coreClient.ServiceClient {
5959
credential: credentials
6060
};
6161

62-
const packageDetails = `azsdk-js-arm-azurestack/3.0.0-beta.3`;
62+
const packageDetails = `azsdk-js-arm-azurestack/3.0.0-beta.4`;
6363
const userAgentPrefix =
6464
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
6565
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)