Skip to content

Commit abfb0cf

Browse files
authored
Post release automated changes for automanage releases (Azure#22822)
Post release automated changes for azure-arm-automanage
1 parent 44ef7fc commit abfb0cf

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
2-
2+
3+
## 1.0.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0 (2022-08-03)
414

515
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).

sdk/automanage/arm-automanage/package.json

Lines changed: 2 additions & 2 deletions
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 AutomanageClient.",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -116,4 +116,4 @@
116116
"disableDocsMs": true,
117117
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-automanage?view=azure-node-preview"
118118
}
119-
}
119+
}

sdk/automanage/arm-automanage/src/automanageClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class AutomanageClient extends coreClient.ServiceClient {
7676
credential: credentials
7777
};
7878

79-
const packageDetails = `azsdk-js-arm-automanage/1.0.0`;
79+
const packageDetails = `azsdk-js-arm-automanage/1.0.1`;
8080
const userAgentPrefix =
8181
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
8282
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)