Skip to content

Commit d94dad8

Browse files
authored
Post release automated changes for netapp releases (Azure#25345)
Post release automated changes for azure-arm-netapp
1 parent acfb122 commit d94dad8

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

sdk/netapp/arm-netapp/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+
## 18.0.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 18.0.0 (2023-03-08)
414

515
**Features**

sdk/netapp/arm-netapp/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 NetAppManagementClient.",
6-
"version": "18.0.0",
6+
"version": "18.0.1",
77
"engines": {
88
"node": ">=14.0.0"
99
},

sdk/netapp/arm-netapp/src/netAppManagementClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export class NetAppManagementClient extends coreClient.ServiceClient {
8080
credential: credentials
8181
};
8282

83-
const packageDetails = `azsdk-js-arm-netapp/18.0.0`;
83+
const packageDetails = `azsdk-js-arm-netapp/18.0.1`;
8484
const userAgentPrefix =
8585
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
8686
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)