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-kusto/resource-manager] Add codegen config for kusto api version 2019-05-15 #5587

Merged
Merged
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
2 changes: 1 addition & 1 deletion profiles/latest/kusto/mgmt/kusto/kustoapi/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package kustoapi

import original "github.com/Azure/azure-sdk-for-go/services/kusto/mgmt/2019-01-21/kusto/kustoapi"
import original "github.com/Azure/azure-sdk-for-go/services/kusto/mgmt/2019-05-15/kusto/kustoapi"

type ClustersClientAPI = original.ClustersClientAPI
type DataConnectionsClientAPI = original.DataConnectionsClientAPI
Expand Down
12 changes: 10 additions & 2 deletions profiles/latest/kusto/mgmt/kusto/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package kusto
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/kusto/mgmt/2019-01-21/kusto"
original "github.com/Azure/azure-sdk-for-go/services/kusto/mgmt/2019-05-15/kusto"
)

const (
Expand Down Expand Up @@ -102,6 +102,7 @@ const (
KindDataConnection Kind = original.KindDataConnection
KindEventGrid Kind = original.KindEventGrid
KindEventHub Kind = original.KindEventHub
KindIotHub Kind = original.KindIotHub
)

type ProvisioningState = original.ProvisioningState
Expand All @@ -110,6 +111,7 @@ const (
Creating ProvisioningState = original.Creating
Deleting ProvisioningState = original.Deleting
Failed ProvisioningState = original.Failed
Moving ProvisioningState = original.Moving
Running ProvisioningState = original.Running
Succeeded ProvisioningState = original.Succeeded
)
Expand Down Expand Up @@ -183,18 +185,24 @@ type EventGridConnectionProperties = original.EventGridConnectionProperties
type EventGridDataConnection = original.EventGridDataConnection
type EventHubConnectionProperties = original.EventHubConnectionProperties
type EventHubDataConnection = original.EventHubDataConnection
type IotHubConnectionProperties = original.IotHubConnectionProperties
type IotHubDataConnection = original.IotHubDataConnection
type ListResourceSkusResult = original.ListResourceSkusResult
type ListSkusResult = original.ListSkusResult
type Operation = original.Operation
type OperationDisplay = original.OperationDisplay
type OperationListResult = original.OperationListResult
type OperationListResultIterator = original.OperationListResultIterator
type OperationListResultPage = original.OperationListResultPage
type OperationsClient = original.OperationsClient
type OptimizedAutoscale = original.OptimizedAutoscale
type ProxyResource = original.ProxyResource
type Resource = original.Resource
type SkuDescription = original.SkuDescription
type SkuDescriptionList = original.SkuDescriptionList
type SkuLocationInfoItem = original.SkuLocationInfoItem
type TrackedResource = original.TrackedResource
type TrustedExternalTenant = original.TrustedExternalTenant
type VirtualNetworkConfiguration = original.VirtualNetworkConfiguration

func New(subscriptionID string) BaseClient {
return original.New(subscriptionID)
Expand Down
2 changes: 1 addition & 1 deletion profiles/preview/kusto/mgmt/kusto/kustoapi/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package kustoapi

import original "github.com/Azure/azure-sdk-for-go/services/kusto/mgmt/2019-01-21/kusto/kustoapi"
import original "github.com/Azure/azure-sdk-for-go/services/kusto/mgmt/2019-05-15/kusto/kustoapi"

type ClustersClientAPI = original.ClustersClientAPI
type DataConnectionsClientAPI = original.DataConnectionsClientAPI
Expand Down
12 changes: 10 additions & 2 deletions profiles/preview/kusto/mgmt/kusto/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package kusto
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/kusto/mgmt/2019-01-21/kusto"
original "github.com/Azure/azure-sdk-for-go/services/kusto/mgmt/2019-05-15/kusto"
)

const (
Expand Down Expand Up @@ -102,6 +102,7 @@ const (
KindDataConnection Kind = original.KindDataConnection
KindEventGrid Kind = original.KindEventGrid
KindEventHub Kind = original.KindEventHub
KindIotHub Kind = original.KindIotHub
)

type ProvisioningState = original.ProvisioningState
Expand All @@ -110,6 +111,7 @@ const (
Creating ProvisioningState = original.Creating
Deleting ProvisioningState = original.Deleting
Failed ProvisioningState = original.Failed
Moving ProvisioningState = original.Moving
Running ProvisioningState = original.Running
Succeeded ProvisioningState = original.Succeeded
)
Expand Down Expand Up @@ -183,18 +185,24 @@ type EventGridConnectionProperties = original.EventGridConnectionProperties
type EventGridDataConnection = original.EventGridDataConnection
type EventHubConnectionProperties = original.EventHubConnectionProperties
type EventHubDataConnection = original.EventHubDataConnection
type IotHubConnectionProperties = original.IotHubConnectionProperties
type IotHubDataConnection = original.IotHubDataConnection
type ListResourceSkusResult = original.ListResourceSkusResult
type ListSkusResult = original.ListSkusResult
type Operation = original.Operation
type OperationDisplay = original.OperationDisplay
type OperationListResult = original.OperationListResult
type OperationListResultIterator = original.OperationListResultIterator
type OperationListResultPage = original.OperationListResultPage
type OperationsClient = original.OperationsClient
type OptimizedAutoscale = original.OptimizedAutoscale
type ProxyResource = original.ProxyResource
type Resource = original.Resource
type SkuDescription = original.SkuDescription
type SkuDescriptionList = original.SkuDescriptionList
type SkuLocationInfoItem = original.SkuLocationInfoItem
type TrackedResource = original.TrackedResource
type TrustedExternalTenant = original.TrustedExternalTenant
type VirtualNetworkConfiguration = original.VirtualNetworkConfiguration

func New(subscriptionID string) BaseClient {
return original.New(subscriptionID)
Expand Down
52 changes: 52 additions & 0 deletions services/kusto/mgmt/2019-05-15/kusto/client.go

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

Loading