Skip to content

Commit 52c3377

Browse files
authored
Post release automated changes for netapp releases (Azure#22667)
Post release automated changes for azure-arm-netapp
1 parent 581b2ae commit 52c3377

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
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+
## 16.1.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 16.1.0 (2022-07-21)
414

515
**Features**

sdk/netapp/arm-netapp/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 NetAppManagementClient.",
6-
"version": "16.1.0",
6+
"version": "16.1.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-netapp?view=azure-node-preview"
120120
}
121-
}
121+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export class NetAppManagementClient extends coreClient.ServiceClient {
8383
credential: credentials
8484
};
8585

86-
const packageDetails = `azsdk-js-arm-netapp/16.1.0`;
86+
const packageDetails = `azsdk-js-arm-netapp/16.1.1`;
8787
const userAgentPrefix =
8888
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
8989
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)