Skip to content

Commit

Permalink
Post release automated changes for azure-arm-authorization-profile-20…
Browse files Browse the repository at this point in the history
…20-09-01-hybrid (#24307)
  • Loading branch information
azure-sdk authored Jan 16, 2023
1 parent 6650d43 commit 182bad5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History


## 2.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.1.0 (2022-12-19)

**Features**
Expand Down
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 AuthorizationManagementClient.",
"version": "2.1.0",
"version": "2.1.1",
"engines": {
"node": ">=14.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class AuthorizationManagementClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-authorization-profile-2020-09-01-hybrid/2.1.0`;
const packageDetails = `azsdk-js-arm-authorization-profile-2020-09-01-hybrid/2.1.1`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit 182bad5

Please sign in to comment.