Skip to content

Commit 4c0c932

Browse files
authored
Post release automated changes for azure-arm-network (Azure#24283)
1 parent 743e6de commit 4c0c932

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+
## 30.1.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 30.1.0 (2022-12-13)
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": "30.1.0",
6+
"version": "30.1.1",
77
"engines": {
88
"node": ">=14.0.0"
99
},
@@ -119,4 +119,4 @@
119119
"disableDocsMs": true,
120120
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-network?view=azure-node-preview"
121121
}
122-
}
122+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ export class NetworkManagementClient extends coreClient.ServiceClient {
359359
credential: credentials
360360
};
361361

362-
const packageDetails = `azsdk-js-arm-network/30.1.0`;
362+
const packageDetails = `azsdk-js-arm-network/30.1.1`;
363363
const userAgentPrefix =
364364
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
365365
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)