Skip to content

Commit e9d674d

Browse files
authored
Post release automated changes for network releases (Azure#22823)
Post release automated changes for azure-arm-network
1 parent fec9266 commit e9d674d

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

sdk/network/arm-network/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+
## 29.0.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 29.0.0 (2022-08-02)
414

515
**Features**

sdk/network/arm-network/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": "29.0.0",
6+
"version": "29.0.1",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -118,4 +118,4 @@
118118
"disableDocsMs": true,
119119
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-network?view=azure-node-preview"
120120
}
121-
}
121+
}

sdk/network/arm-network/src/networkManagementClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ export class NetworkManagementClient extends coreClient.ServiceClient {
350350
credential: credentials
351351
};
352352

353-
const packageDetails = `azsdk-js-arm-network/29.0.0`;
353+
const packageDetails = `azsdk-js-arm-network/29.0.1`;
354354
const userAgentPrefix =
355355
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
356356
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)