Skip to content

Commit a10a344

Browse files
authored
Post release automated changes for advisor releases (Azure#21143)
Post release automated changes for azure-arm-advisor
1 parent a7f73e9 commit a10a344

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

sdk/advisor/arm-advisor/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.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 3.0.1 (2022-03-22)
414

515
**features**

sdk/advisor/arm-advisor/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 AdvisorManagementClient.",
6-
"version": "3.0.1",
6+
"version": "3.0.2",
77
"engines": {
88
"node": ">=12.0.0"
99
},

sdk/advisor/arm-advisor/src/advisorManagementClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class AdvisorManagementClient extends coreClient.ServiceClient {
5656
credential: credentials
5757
};
5858

59-
const packageDetails = `azsdk-js-arm-advisor/3.0.1`;
59+
const packageDetails = `azsdk-js-arm-advisor/3.0.2`;
6060
const userAgentPrefix =
6161
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
6262
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)