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 #5613

Merged
merged 2 commits into from
Aug 26, 2019
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
41 changes: 32 additions & 9 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 All @@ -40,13 +40,25 @@ const (
type AzureSkuName = original.AzureSkuName

const (
D11V2 AzureSkuName = original.D11V2
D12V2 AzureSkuName = original.D12V2
D13V2 AzureSkuName = original.D13V2
D14V2 AzureSkuName = original.D14V2
L16 AzureSkuName = original.L16
L4 AzureSkuName = original.L4
L8 AzureSkuName = original.L8
DevNoSLAStandardD11V2 AzureSkuName = original.DevNoSLAStandardD11V2
StandardD11V2 AzureSkuName = original.StandardD11V2
StandardD12V2 AzureSkuName = original.StandardD12V2
StandardD13V2 AzureSkuName = original.StandardD13V2
StandardD14V2 AzureSkuName = original.StandardD14V2
StandardDS13V21TBPS AzureSkuName = original.StandardDS13V21TBPS
StandardDS13V22TBPS AzureSkuName = original.StandardDS13V22TBPS
StandardDS14V23TBPS AzureSkuName = original.StandardDS14V23TBPS
StandardDS14V24TBPS AzureSkuName = original.StandardDS14V24TBPS
StandardL16s AzureSkuName = original.StandardL16s
StandardL4s AzureSkuName = original.StandardL4s
StandardL8s AzureSkuName = original.StandardL8s
)

type AzureSkuTier = original.AzureSkuTier

const (
Basic AzureSkuTier = original.Basic
Standard AzureSkuTier = original.Standard
)

type DataFormat = original.DataFormat
Expand Down Expand Up @@ -90,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 @@ -98,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 @@ -171,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 Expand Up @@ -226,6 +246,9 @@ func PossibleAzureScaleTypeValues() []AzureScaleType {
func PossibleAzureSkuNameValues() []AzureSkuName {
return original.PossibleAzureSkuNameValues()
}
func PossibleAzureSkuTierValues() []AzureSkuTier {
return original.PossibleAzureSkuTierValues()
}
func PossibleDataFormatValues() []DataFormat {
return original.PossibleDataFormatValues()
}
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
41 changes: 32 additions & 9 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 All @@ -40,13 +40,25 @@ const (
type AzureSkuName = original.AzureSkuName

const (
D11V2 AzureSkuName = original.D11V2
D12V2 AzureSkuName = original.D12V2
D13V2 AzureSkuName = original.D13V2
D14V2 AzureSkuName = original.D14V2
L16 AzureSkuName = original.L16
L4 AzureSkuName = original.L4
L8 AzureSkuName = original.L8
DevNoSLAStandardD11V2 AzureSkuName = original.DevNoSLAStandardD11V2
StandardD11V2 AzureSkuName = original.StandardD11V2
StandardD12V2 AzureSkuName = original.StandardD12V2
StandardD13V2 AzureSkuName = original.StandardD13V2
StandardD14V2 AzureSkuName = original.StandardD14V2
StandardDS13V21TBPS AzureSkuName = original.StandardDS13V21TBPS
StandardDS13V22TBPS AzureSkuName = original.StandardDS13V22TBPS
StandardDS14V23TBPS AzureSkuName = original.StandardDS14V23TBPS
StandardDS14V24TBPS AzureSkuName = original.StandardDS14V24TBPS
StandardL16s AzureSkuName = original.StandardL16s
StandardL4s AzureSkuName = original.StandardL4s
StandardL8s AzureSkuName = original.StandardL8s
)

type AzureSkuTier = original.AzureSkuTier

const (
Basic AzureSkuTier = original.Basic
Standard AzureSkuTier = original.Standard
)

type DataFormat = original.DataFormat
Expand Down Expand Up @@ -90,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 @@ -98,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 @@ -171,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 Expand Up @@ -226,6 +246,9 @@ func PossibleAzureScaleTypeValues() []AzureScaleType {
func PossibleAzureSkuNameValues() []AzureSkuName {
return original.PossibleAzureSkuNameValues()
}
func PossibleAzureSkuTierValues() []AzureSkuTier {
return original.PossibleAzureSkuTierValues()
}
func PossibleDataFormatValues() []DataFormat {
return original.PossibleDataFormatValues()
}
Expand Down
3 changes: 1 addition & 2 deletions services/kusto/mgmt/2019-01-21/kusto/clusters.go

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

69 changes: 47 additions & 22 deletions services/kusto/mgmt/2019-01-21/kusto/models.go

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

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