Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR @azure/arm-kusto] Revert "Revert "[Hub Generated] Publish private branch 'azure-kusto/devCM'"" #5522

Closed
wants to merge 1 commit into from
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
76 changes: 38 additions & 38 deletions common/config/rush/pnpm-lock.yaml

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

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

## 8.0.0 (2023-06-22)

**Features**

## 7.3.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation group DatabaseOperations
- Added operation Clusters.beginMigrate
- Added operation Clusters.beginMigrateAndWait
- Added Interface AttachedDatabaseConfigurationsCreateOrUpdateHeaders
- Added Interface AttachedDatabaseConfigurationsDeleteHeaders
- Added Interface ClusterMigrateRequest
- Added Interface ClusterPrincipalAssignmentsDeleteHeaders
- Added Interface ClustersAddLanguageExtensionsHeaders
- Added Interface ClustersDeleteHeaders
- Added Interface ClustersDetachFollowerDatabasesHeaders
- Added Interface ClustersDiagnoseVirtualNetworkHeaders
- Added Interface ClustersMigrateHeaders
- Added Interface ClustersMigrateOptionalParams
- Added Interface ClustersRemoveLanguageExtensionsHeaders
- Added Interface ClustersStartHeaders
- Added Interface ClustersStopHeaders
- Added Interface DatabaseInviteFollowerOptionalParams
- Added Interface DatabaseInviteFollowerRequest
- Added Interface DatabaseInviteFollowerResult
- Added Interface DatabasePrincipalAssignmentsDeleteHeaders
- Added Interface DatabasesCreateOrUpdateHeaders
- Added Interface DatabasesDeleteHeaders
- Added Interface DatabasesListByClusterNextOptionalParams
- Added Interface DataConnectionsCreateOrUpdateHeaders
- Added Interface DataConnectionsDataConnectionValidationHeaders
- Added Interface DataConnectionsDeleteHeaders
- Added Interface ErrorAdditionalInfo
- Added Interface ErrorDetail
- Added Interface ErrorResponse
- Added Interface ManagedPrivateEndpointsCreateOrUpdateHeaders
- Added Interface ManagedPrivateEndpointsDeleteHeaders
- Added Interface MigrationClusterProperties
- Added Interface OperationsResultsLocationGetHeaders
- Added Interface PrivateEndpointConnectionsDeleteHeaders
- Added Interface ScriptsCreateOrUpdateHeaders
- Added Interface ScriptsDeleteHeaders
- Added Interface SuspensionDetails
- Added Type Alias DatabaseInviteFollowerResponse
- Added Type Alias DatabasesListByClusterNextResponse
- Added Type Alias MigrationClusterRole
- Added Type Alias OperationsResultsLocationGetResponse
- Interface Cluster has a new optional parameter migrationCluster
- Interface ClusterUpdate has a new optional parameter migrationCluster
- Interface DatabaseListResult has a new optional parameter nextLink
- Interface DatabasesListByClusterOptionalParams has a new optional parameter skiptoken
- Interface DatabasesListByClusterOptionalParams has a new optional parameter top
- Interface ReadOnlyFollowingDatabase has a new optional parameter suspensionDetails
- Interface ReadWriteDatabase has a new optional parameter keyVaultProperties
- Interface ReadWriteDatabase has a new optional parameter suspensionDetails
- Added Enum KnownMigrationClusterRole
- Enum KnownState has a new value Migrated

**Breaking Changes**

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


## 7.3.0 (2023-02-07)

**Features**
Expand Down
Loading