Skip to content

Commit

Permalink
Post release automated changes for netapp releases (#22667)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-arm-netapp
  • Loading branch information
azure-sdk authored Jul 22, 2022
1 parent 581b2ae commit 52c3377
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion sdk/netapp/arm-netapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History


## 16.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 16.1.0 (2022-07-21)

**Features**
Expand Down
4 changes: 2 additions & 2 deletions sdk/netapp/arm-netapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for NetAppManagementClient.",
"version": "16.1.0",
"version": "16.1.1",
"engines": {
"node": ">=12.0.0"
},
Expand Down Expand Up @@ -118,4 +118,4 @@
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-netapp?view=azure-node-preview"
}
}
}
2 changes: 1 addition & 1 deletion sdk/netapp/arm-netapp/src/netAppManagementClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class NetAppManagementClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-netapp/16.1.0`;
const packageDetails = `azsdk-js-arm-netapp/16.1.1`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit 52c3377

Please sign in to comment.