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
65 changes: 55 additions & 10 deletions sdk/kusto/arm-kusto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,60 @@
# Release History

## 8.1.0 (2023-08-29)

**Features**

## 8.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation group SandboxCustomImages
- Added Interface SandboxCustomImage
- Added Interface SandboxCustomImagesCheckNameAvailabilityOptionalParams
- Added Interface SandboxCustomImagesCheckNameRequest
- Added Interface SandboxCustomImagesCreateOrUpdateOptionalParams
- Added Interface SandboxCustomImagesDeleteHeaders
- Added Interface SandboxCustomImagesDeleteOptionalParams
- Added Interface SandboxCustomImagesGetOptionalParams
- Added Interface SandboxCustomImagesListByClusterOptionalParams
- Added Interface SandboxCustomImagesListResult
- Added Interface SandboxCustomImagesUpdateHeaders
- Added Interface SandboxCustomImagesUpdateOptionalParams
- Added Type Alias Language
- Added Type Alias SandboxCustomImagesCheckNameAvailabilityResponse
- Added Type Alias SandboxCustomImagesCreateOrUpdateResponse
- Added Type Alias SandboxCustomImagesGetResponse
- Added Type Alias SandboxCustomImagesListByClusterResponse
- Added Type Alias SandboxCustomImagesUpdateResponse
- Added Type Alias VnetState
- Interface AttachedDatabaseConfigurationsDeleteHeaders has a new optional parameter location
- Interface ClusterPrincipalAssignmentsDeleteHeaders has a new optional parameter location
- Interface ClustersAddLanguageExtensionsHeaders has a new optional parameter location
- Interface ClustersDeleteHeaders has a new optional parameter location
- Interface ClustersDetachFollowerDatabasesHeaders has a new optional parameter location
- Interface ClustersDiagnoseVirtualNetworkHeaders has a new optional parameter location
- Interface ClustersMigrateHeaders has a new optional parameter location
- Interface ClustersRemoveLanguageExtensionsHeaders has a new optional parameter location
- Interface ClustersStartHeaders has a new optional parameter location
- Interface ClustersStopHeaders has a new optional parameter location
- Interface ClustersUpdateHeaders has a new optional parameter location
- Interface ClusterUpdate has a new optional parameter zones
- Interface DatabasePrincipalAssignmentsDeleteHeaders has a new optional parameter location
- Interface DatabasesDeleteHeaders has a new optional parameter location
- Interface DatabasesUpdateHeaders has a new optional parameter location
- Interface DataConnectionsDataConnectionValidationHeaders has a new optional parameter location
- Interface DataConnectionsDeleteHeaders has a new optional parameter location
- Interface DataConnectionsUpdateHeaders has a new optional parameter location
- Interface EndpointDetail has a new optional parameter ipAddress
- Interface LanguageExtension has a new optional parameter languageExtensionCustomImageName
- Interface ManagedPrivateEndpointsDeleteHeaders has a new optional parameter location
- Interface ManagedPrivateEndpointsUpdateHeaders has a new optional parameter location
- Interface PrivateEndpointConnectionsDeleteHeaders has a new optional parameter location
- Interface ScriptsDeleteHeaders has a new optional parameter location
- Interface ScriptsUpdateHeaders has a new optional parameter location
- Interface VirtualNetworkConfiguration has a new optional parameter state
- Added Enum KnownLanguage
- Added Enum KnownVnetState
- Enum KnownLanguageExtensionImageName has a new value Python3108DL
- Enum KnownLanguageExtensionImageName has a new value PythonCustomImage


## 8.0.0 (2023-07-05)

**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": "95358a2b319539960ec94ca7decd47c28f4fc2d0",
"commit": "c10f15f4719268557a7c12605a6842e729c7011f",
"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].5 --generate-sample=true",
"autorest_command": "autorest --version=3.9.7 --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/typescript@^6.0.4",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected].0",
"use": "@autorest/[email protected].5"
"release_tool": "@azure-tools/[email protected].2",
"use": "@autorest/typescript@^6.0.4"
}
22 changes: 7 additions & 15 deletions sdk/kusto/arm-kusto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for KustoManagementClient.",
"version": "8.0.1",
"version": "8.1.0",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.5.3",
"@azure/core-lro": "^2.5.4",
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.7.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.8.0",
"@azure/core-rest-pipeline": "^1.12.0",
"tslib": "^2.2.0"
},
"keywords": [
Expand Down Expand Up @@ -48,8 +48,8 @@
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@types/node": "^14.0.0",
"@azure/dev-tool": "^1.0.0",
"ts-node": "^10.0.0"
"ts-node": "^10.0.0",
"@azure/dev-tool": "^1.0.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -112,13 +112,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"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/kusto/arm-kusto"
}
Loading