Skip to content

Commit

Permalink
[Release] sdk/resourcemanager/kusto/armkusto/2.0.0 generation from sp…
Browse files Browse the repository at this point in the history
…ec commit: 310a0100f5b020c1900c527a6aa70d21992f078a
  • Loading branch information
Alancere committed Jul 7, 2023
1 parent 5e1fc5d commit af4149a
Show file tree
Hide file tree
Showing 39 changed files with 1,160 additions and 440 deletions.
26 changes: 26 additions & 0 deletions sdk/resourcemanager/kusto/armkusto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Release History

## 2.0.0 (2023-07-28)
### Breaking Changes

- `LanguageExtensionImageNamePython3912`, `LanguageExtensionImageNamePython3912IncludeDeepLearning` from enum `LanguageExtensionImageName` has been removed

### Features Added

- New value `StateMigrated` added to enum type `State`
- New enum type `MigrationClusterRole` with values `MigrationClusterRoleDestination`, `MigrationClusterRoleSource`
- New function `*ClientFactory.NewDatabaseClient() *DatabaseClient`
- New function `*ClustersClient.BeginMigrate(context.Context, string, string, ClusterMigrateRequest, *ClustersClientBeginMigrateOptions) (*runtime.Poller[ClustersClientMigrateResponse], error)`
- New function `NewDatabaseClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DatabaseClient, error)`
- New function `*DatabaseClient.InviteFollower(context.Context, string, string, string, DatabaseInviteFollowerRequest, *DatabaseClientInviteFollowerOptions) (DatabaseClientInviteFollowerResponse, error)`
- New struct `ClusterMigrateRequest`
- New struct `DatabaseInviteFollowerRequest`
- New struct `DatabaseInviteFollowerResult`
- New struct `MigrationClusterProperties`
- New struct `SuspensionDetails`
- New field `MigrationCluster` in struct `ClusterProperties`
- New field `NextLink` in struct `DatabaseListResult`
- New field `Skiptoken`, `Top` in struct `DatabasesClientListByClusterOptions`
- New field `AzureAsyncOperation` in struct `OperationsResultsLocationClientGetResponse`
- New field `SuspensionDetails` in struct `ReadOnlyFollowingDatabaseProperties`
- New field `KeyVaultProperties`, `SuspensionDetails` in struct `ReadWriteDatabaseProperties`


## 1.3.1 (2023-04-14)
### Bug Fixes

Expand Down

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

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

7 changes: 4 additions & 3 deletions sdk/resourcemanager/kusto/armkusto/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/630ec444f8dd7c09b9cdd5fa99951f8a0d1ad41f/specification/azure-kusto/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/630ec444f8dd7c09b9cdd5fa99951f8a0d1ad41f/specification/azure-kusto/resource-manager/readme.go.md
- https://github.com/Azure/azure-rest-api-specs/blob/310a0100f5b020c1900c527a6aa70d21992f078a/specification/azure-kusto/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/310a0100f5b020c1900c527a6aa70d21992f078a/specification/azure-kusto/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 1.3.1
module-version: 2.0.0
tag: package-2023-05
```
8 changes: 6 additions & 2 deletions sdk/resourcemanager/kusto/armkusto/client_factory.go

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

Loading

0 comments on commit af4149a

Please sign in to comment.