Skip to content

Commit 7a1914c

Browse files
Alancerechlowell
authored andcommitted
[Release] sdk/resourcemanager/kusto/armkusto/2.0.0 generation from spec commit: 310a0100f5b020c1900c527a6aa70d21992f078a (Azure#21107)
1 parent 3cf51c7 commit 7a1914c

39 files changed

+1160
-440
lines changed

sdk/resourcemanager/kusto/armkusto/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Release History
22

3+
## 2.0.0 (2023-07-28)
4+
### Breaking Changes
5+
6+
- `LanguageExtensionImageNamePython3912`, `LanguageExtensionImageNamePython3912IncludeDeepLearning` from enum `LanguageExtensionImageName` has been removed
7+
8+
### Features Added
9+
10+
- New value `StateMigrated` added to enum type `State`
11+
- New enum type `MigrationClusterRole` with values `MigrationClusterRoleDestination`, `MigrationClusterRoleSource`
12+
- New function `*ClientFactory.NewDatabaseClient() *DatabaseClient`
13+
- New function `*ClustersClient.BeginMigrate(context.Context, string, string, ClusterMigrateRequest, *ClustersClientBeginMigrateOptions) (*runtime.Poller[ClustersClientMigrateResponse], error)`
14+
- New function `NewDatabaseClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DatabaseClient, error)`
15+
- New function `*DatabaseClient.InviteFollower(context.Context, string, string, string, DatabaseInviteFollowerRequest, *DatabaseClientInviteFollowerOptions) (DatabaseClientInviteFollowerResponse, error)`
16+
- New struct `ClusterMigrateRequest`
17+
- New struct `DatabaseInviteFollowerRequest`
18+
- New struct `DatabaseInviteFollowerResult`
19+
- New struct `MigrationClusterProperties`
20+
- New struct `SuspensionDetails`
21+
- New field `MigrationCluster` in struct `ClusterProperties`
22+
- New field `NextLink` in struct `DatabaseListResult`
23+
- New field `Skiptoken`, `Top` in struct `DatabasesClientListByClusterOptions`
24+
- New field `AzureAsyncOperation` in struct `OperationsResultsLocationClientGetResponse`
25+
- New field `SuspensionDetails` in struct `ReadOnlyFollowingDatabaseProperties`
26+
- New field `KeyVaultProperties`, `SuspensionDetails` in struct `ReadWriteDatabaseProperties`
27+
28+
329
## 1.3.1 (2023-04-14)
430
### Bug Fixes
531

sdk/resourcemanager/kusto/armkusto/attacheddatabaseconfigurations_client.go

Lines changed: 24 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/kusto/armkusto/attacheddatabaseconfigurations_client_example_test.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/kusto/armkusto/autorest.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/630ec444f8dd7c09b9cdd5fa99951f8a0d1ad41f/specification/azure-kusto/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/630ec444f8dd7c09b9cdd5fa99951f8a0d1ad41f/specification/azure-kusto/resource-manager/readme.go.md
8+
- https://github.com/Azure/azure-rest-api-specs/blob/310a0100f5b020c1900c527a6aa70d21992f078a/specification/azure-kusto/resource-manager/readme.md
9+
- https://github.com/Azure/azure-rest-api-specs/blob/310a0100f5b020c1900c527a6aa70d21992f078a/specification/azure-kusto/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 1.3.1
11+
module-version: 2.0.0
12+
tag: package-2023-05
1213
```

sdk/resourcemanager/kusto/armkusto/client_factory.go

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)