Skip to content

Commit 4736e0f

Browse files
authored
Post release automated changes for agrifood releases (Azure#23091)
Post release automated changes for azure-arm-agrifood
1 parent 1d55e1a commit 4736e0f

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
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.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0-beta.1 (2022-08-31)
414

515
The package of @azure/arm-agrifood is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).

sdk/agrifood/arm-agrifood/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 AgriFoodMgmtClient.",
6-
"version": "1.0.0-beta.1",
6+
"version": "1.0.0-beta.2",
77
"engines": {
88
"node": ">=12.0.0"
99
},

sdk/agrifood/arm-agrifood/src/agriFoodMgmtClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class AgriFoodMgmtClient extends coreClient.ServiceClient {
6666
credential: credentials
6767
};
6868

69-
const packageDetails = `azsdk-js-arm-agrifood/1.0.0-beta.1`;
69+
const packageDetails = `azsdk-js-arm-agrifood/1.0.0-beta.2`;
7070
const userAgentPrefix =
7171
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
7272
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)