Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 33 additions & 33 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 8 additions & 10 deletions sdk/kusto/arm-kusto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Release History

## 8.0.0 (2023-02-28)

**Breaking Changes**

## 7.3.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Enum KnownLanguageExtensionImageName no longer has value Python3912
- Enum KnownLanguageExtensionImageName no longer has value Python3912IncludeDeepLearning


## 7.3.0 (2023-02-07)

**Features**
Expand Down
8 changes: 4 additions & 4 deletions sdk/kusto/arm-kusto/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "41645a4769694a7d63a2514b45146ec369eeb273",
"commit": "e73838536b7a11061aa7b80ac49179d75b292dda",
"readme": "specification/azure-kusto/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\azure-kusto\\resource-manager\\readme.md --use=@autorest/[email protected].7 --generate-sample=true",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/azure-kusto/resource-manager/readme.md --use=@autorest/[email protected].5",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected].1",
"use": "@autorest/[email protected].7"
"release_tool": "@azure-tools/[email protected].2",
"use": "@autorest/[email protected].5"
}
23 changes: 7 additions & 16 deletions 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.3.1",
"version": "8.0.0",
"engines": {
"node": ">=14.0.0"
},
Expand All @@ -29,17 +29,16 @@
"types": "./types/arm-kusto.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-multi-entry": "^6.0.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"mkdirp": "^1.0.4",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~4.8.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"dotenv": "^8.2.0",
"@azure/identity": "^2.0.1",
"@azure-tools/test-recorder": "^2.0.0",
"@azure-tools/test-credential": "^1.0.0",
Expand All @@ -50,6 +49,7 @@
"@types/node": "^14.0.0",
"@azure/dev-tool": "^1.0.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/kusto/arm-kusto",
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
Expand Down Expand Up @@ -110,14 +110,5 @@
}
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/kusto/arm-kusto",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-kusto?view=azure-node-preview"
}
}
"autoPublish": true
}
2 changes: 0 additions & 2 deletions sdk/kusto/arm-kusto/review/arm-kusto.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1196,8 +1196,6 @@ export enum KnownKind {
export enum KnownLanguageExtensionImageName {
Python3108 = "Python3_10_8",
Python365 = "Python3_6_5",
Python3912 = "Python3_9_12",
Python3912IncludeDeepLearning = "Python3_9_12IncludeDeepLearning",
// (undocumented)
R = "R"
}
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 @@ -81,7 +81,7 @@ export class KustoManagementClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-kusto/7.3.1`;
const packageDetails = `azsdk-js-arm-kusto/8.0.0`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down
6 changes: 0 additions & 6 deletions sdk/kusto/arm-kusto/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1654,10 +1654,6 @@ export enum KnownLanguageExtensionImageName {
R = "R",
/** Python365 */
Python365 = "Python3_6_5",
/** Python3912 */
Python3912 = "Python3_9_12",
/** Python3912IncludeDeepLearning */
Python3912IncludeDeepLearning = "Python3_9_12IncludeDeepLearning",
/** Python3108 */
Python3108 = "Python3_10_8"
}
Expand All @@ -1669,8 +1665,6 @@ export enum KnownLanguageExtensionImageName {
* ### Known values supported by the service
* **R** \
* **Python3_6_5** \
* **Python3_9_12** \
* **Python3_9_12IncludeDeepLearning** \
* **Python3_10_8**
*/
export type LanguageExtensionImageName = string;
Expand Down
Loading