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

## 7.2.0 (2022-09-13)

**Features**

## 7.1.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added Interface AttachedDatabaseConfiguration
- Added Interface Cluster
- Added Interface ClusterPrincipalAssignment
- Added Interface ClusterUpdate
- Added Interface Database
- Added Interface DatabasePrincipalAssignment
- Added Interface DataConnection
- Added Interface EventGridDataConnection
- Added Interface EventHubDataConnection
- Added Interface IotHubDataConnection
- Added Interface ManagedPrivateEndpoint
- Added Interface OutboundNetworkDependenciesEndpoint
- Added Interface PrivateEndpointConnection
- Added Interface PrivateLinkResource
- Added Interface ProxyResource
- Added Interface ReadOnlyFollowingDatabase
- Added Interface ReadWriteDatabase
- Added Interface Script
- Added Interface TrackedResource
- Added Type Alias CallerRole
- Added Type Alias DatabaseShareOrigin
- Interface DatabasesCreateOrUpdateOptionalParams has a new optional parameter callerRole
- Interface DatabasesUpdateOptionalParams has a new optional parameter callerRole
- Interface FollowerDatabaseDefinition has a new optional parameter databaseShareOrigin
- Interface FollowerDatabaseDefinition has a new optional parameter tableLevelSharingProperties
- Added Enum KnownCallerRole
- Added Enum KnownDatabaseShareOrigin
- Enum KnownAzureSkuName has a new value StandardE16DV4
- Enum KnownAzureSkuName has a new value StandardE16DV5
- Enum KnownAzureSkuName has a new value StandardE2DV4
- Enum KnownAzureSkuName has a new value StandardE2DV5
- Enum KnownAzureSkuName has a new value StandardE4DV4
- Enum KnownAzureSkuName has a new value StandardE4DV5
- Enum KnownAzureSkuName has a new value StandardE8DV4
- Enum KnownAzureSkuName has a new value StandardE8DV5
- Enum KnownAzureSkuName has a new value StandardEC16AdsV5
- Enum KnownAzureSkuName has a new value StandardEC16AsV53TBPS
- Enum KnownAzureSkuName has a new value StandardEC16AsV54TBPS
- Enum KnownAzureSkuName has a new value StandardEC8AdsV5
- Enum KnownAzureSkuName has a new value StandardEC8AsV51TBPS
- Enum KnownAzureSkuName has a new value StandardEC8AsV52TBPS
- Enum KnownAzureSkuName has a new value StandardL16AsV3
- Enum KnownAzureSkuName has a new value StandardL16SV3
- Enum KnownAzureSkuName has a new value StandardL8AsV3
- Enum KnownAzureSkuName has a new value StandardL8SV3

## 7.1.2 (2022-06-17)

**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": "3ac3a0a3ddb7fdefb698b0636fbd70e4df72e4e5",
"commit": "6567e6d1c5f645bc50202d6ee34f279077cb462b",
"readme": "specification/azure-kusto/resource-manager/readme.md",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --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]beta.20 --generate-sample=true",
"autorest_command": "autorest --version=3.8.4 --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]rc.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.2",
"use": "@autorest/[email protected]beta.20"
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
"use": "@autorest/[email protected]rc.1"
}
17 changes: 4 additions & 13 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.1.3",
"version": "7.2.0",
"engines": {
"node": ">=12.0.0"
},
Expand Down Expand Up @@ -98,8 +98,7 @@
"unit-test:browser": "echo skipped",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
"integration-test:browser": "echo skipped",
"docs": "echo skipped"
"integration-test:browser": "echo skipped"
},
"sideEffects": false,
"//metadata": {
Expand All @@ -110,13 +109,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-kusto?view=azure-node-preview"
}
}
"autoPublish": true
}
Loading