Skip to content

Commit

Permalink
bump version in arm -kusto (#22294)
Browse files Browse the repository at this point in the history
* modify three files in kusto

* modify changelog in kusto

* Update CHANGELOG.md

Co-authored-by: ZiWei Chen (WICRESOFT NORTH AMERICA LTD) <v-ziweichen@microsoft.com>
  • Loading branch information
kazrael2119 and kazrael2119 authored Jun 17, 2022
1 parent f9594a6 commit 1715252
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion sdk/kusto/arm-kusto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History


## 7.1.2 (2022-06-17)

**Features**

- Bug fix

## 7.1.1 (2022-04-24)

**Features**
Expand Down
2 changes: 1 addition & 1 deletion sdk/kusto/arm-kusto/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 KustoManagementClient.",
"version": "7.1.1",
"version": "7.1.2",
"engines": {
"node": ">=12.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion sdk/kusto/arm-kusto/src/kustoManagementClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class KustoManagementClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-kusto/7.1.1`;
const packageDetails = `azsdk-js-arm-kusto/7.1.2`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit 1715252

Please sign in to comment.