Skip to content

Commit

Permalink
Post release automated changes for desktopvirtualization releases (Az…
Browse files Browse the repository at this point in the history
…ure#23977)

Post release automated changes for azure-arm-desktopvirtualization
  • Loading branch information
azure-sdk authored Nov 24, 2022
1 parent a1f6547 commit 3346fd9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion sdk/desktopvirtualization/arm-desktopvirtualization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History


## 1.0.0-beta.5 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.4 (2022-11-21)

**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 DesktopVirtualizationAPIClient.",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -117,4 +117,4 @@
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-desktopvirtualization?view=azure-node-preview"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class DesktopVirtualizationAPIClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-desktopvirtualization/1.0.0-beta.4`;
const packageDetails = `azsdk-js-arm-desktopvirtualization/1.0.0-beta.5`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit 3346fd9

Please sign in to comment.