Skip to content

Commit

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


## 5.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 5.1.0 (2022-11-10)

**Features**
Expand Down
4 changes: 2 additions & 2 deletions sdk/resources/arm-resources/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 ResourceManagementClient.",
"version": "5.1.0",
"version": "5.1.1",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -119,4 +119,4 @@
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-resources?view=azure-node-preview"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class ResourceManagementClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-resources/5.1.0`;
const packageDetails = `azsdk-js-arm-resources/5.1.1`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit aef7ed0

Please sign in to comment.