Skip to content

Commit ee78a58

Browse files
authored
Post release automated changes for kusto releases (Azure#22295)
Post release automated changes for azure-arm-kusto
1 parent 3576d9b commit ee78a58

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

sdk/kusto/arm-kusto/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 7.1.3 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 7.1.2 (2022-06-17)
414

515
**Features**

sdk/kusto/arm-kusto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for KustoManagementClient.",
6-
"version": "7.1.2",
6+
"version": "7.1.3",
77
"engines": {
88
"node": ">=12.0.0"
99
},

sdk/kusto/arm-kusto/src/kustoManagementClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export class KustoManagementClient extends coreClient.ServiceClient {
7979
credential: credentials
8080
};
8181

82-
const packageDetails = `azsdk-js-arm-kusto/7.1.2`;
82+
const packageDetails = `azsdk-js-arm-kusto/7.1.3`;
8383
const userAgentPrefix =
8484
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
8585
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)