Skip to content

Commit

Permalink
Generated from 4e144aa43b738e1792883408252e26570a777706 (Azure#5587)
Browse files Browse the repository at this point in the history
Add codegen config for kusto 2019-05-15
  • Loading branch information
AutorestCI authored and ArcturusZhang committed Aug 26, 2019
1 parent 0dffee1 commit 2ce286e
Show file tree
Hide file tree
Showing 12 changed files with 4,687 additions and 6 deletions.
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 @@ -90,6 +90,7 @@ const (
KindDataConnection Kind = original.KindDataConnection
KindEventGrid Kind = original.KindEventGrid
KindEventHub Kind = original.KindEventHub
KindIotHub Kind = original.KindIotHub
)

type ProvisioningState = original.ProvisioningState
Expand All @@ -98,6 +99,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 @@ -171,18 +173,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 @@ -90,6 +90,7 @@ const (
KindDataConnection Kind = original.KindDataConnection
KindEventGrid Kind = original.KindEventGrid
KindEventHub Kind = original.KindEventHub
KindIotHub Kind = original.KindIotHub
)

type ProvisioningState = original.ProvisioningState
Expand All @@ -98,6 +99,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 @@ -171,18 +173,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

0 comments on commit 2ce286e

Please sign in to comment.