Skip to content

Commit c93f504

Browse files
authored
Post release automated changes for network releases (Azure#27157)
Post release automated changes for azure-arm-network
1 parent 7dc7152 commit c93f504

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+
## 32.2.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 32.2.0 (2023-09-07)
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": "32.2.0",
6+
"version": "32.2.1",
77
"engines": {
88
"node": ">=14.0.0"
99
},
@@ -121,4 +121,4 @@
121121
"disableDocsMs": true,
122122
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-network?view=azure-node-preview"
123123
}
124-
}
124+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ export class NetworkManagementClient extends coreClient.ServiceClient {
379379
credential: credentials
380380
};
381381

382-
const packageDetails = `azsdk-js-arm-network/32.2.0`;
382+
const packageDetails = `azsdk-js-arm-network/32.2.1`;
383383
const userAgentPrefix =
384384
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
385385
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)