Skip to content

Commit 606bcaf

Browse files
authored
Post release automated changes for network releases (Azure#20748)
Post release automated changes for azure-arm-network-profile-2020-09-01-hybrid
1 parent 9857070 commit 606bcaf

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

sdk/network/arm-network-profile-2020-09-01-hybrid/CHANGELOG.md

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

515
The package of @azure/arm-network-profile-2020-09-01-hybrid is using our next generation design principles since version 2.0.0, which contains breaking changes.

sdk/network/arm-network-profile-2020-09-01-hybrid/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 NetworkManagementClient.",
6-
"version": "2.0.0",
6+
"version": "2.0.1",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -107,4 +107,4 @@
107107
]
108108
},
109109
"autoPublish": true
110-
}
110+
}

sdk/network/arm-network-profile-2020-09-01-hybrid/src/networkManagementClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export class NetworkManagementClient extends coreClient.ServiceClient {
9797
credential: credentials
9898
};
9999

100-
const packageDetails = `azsdk-js-arm-network-profile-2020-09-01-hybrid/2.0.0`;
100+
const packageDetails = `azsdk-js-arm-network-profile-2020-09-01-hybrid/2.0.1`;
101101
const userAgentPrefix =
102102
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
103103
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)