Skip to content

Commit

Permalink
Generated from 67a8ba34e8eb3e3c0ffa6efdd019e46391b42571 (#5812)
Browse files Browse the repository at this point in the history
Update readme.go.md

Updated output-folder (removed `stable`)
  • Loading branch information
AutorestCI authored Sep 19, 2019
1 parent 26d44dd commit 4cc19f6
Show file tree
Hide file tree
Showing 12 changed files with 4,789 additions and 4 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-05-15/kusto/kustoapi"
import original "github.com/Azure/azure-sdk-for-go/services/kusto/mgmt/2019-09-07/kusto/kustoapi"

type ClustersClientAPI = original.ClustersClientAPI
type DataConnectionsClientAPI = original.DataConnectionsClientAPI
Expand Down
15 changes: 14 additions & 1 deletion 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-05-15/kusto"
original "github.com/Azure/azure-sdk-for-go/services/kusto/mgmt/2019-09-07/kusto"
)

const (
Expand Down Expand Up @@ -97,6 +97,13 @@ const (
DatabasePrincipalTypeUser DatabasePrincipalType = original.DatabasePrincipalTypeUser
)

type IdentityType = original.IdentityType

const (
IdentityTypeNone IdentityType = original.IdentityTypeNone
IdentityTypeSystemAssigned IdentityType = original.IdentityTypeSystemAssigned
)

type Kind = original.Kind

const (
Expand Down Expand Up @@ -186,8 +193,11 @@ type EventGridConnectionProperties = original.EventGridConnectionProperties
type EventGridDataConnection = original.EventGridDataConnection
type EventHubConnectionProperties = original.EventHubConnectionProperties
type EventHubDataConnection = original.EventHubDataConnection
type Identity = original.Identity
type IdentityUserAssignedIdentitiesValue = original.IdentityUserAssignedIdentitiesValue
type IotHubConnectionProperties = original.IotHubConnectionProperties
type IotHubDataConnection = original.IotHubDataConnection
type KeyVaultProperties = original.KeyVaultProperties
type ListResourceSkusResult = original.ListResourceSkusResult
type Operation = original.Operation
type OperationDisplay = original.OperationDisplay
Expand Down Expand Up @@ -259,6 +269,9 @@ func PossibleDatabasePrincipalRoleValues() []DatabasePrincipalRole {
func PossibleDatabasePrincipalTypeValues() []DatabasePrincipalType {
return original.PossibleDatabasePrincipalTypeValues()
}
func PossibleIdentityTypeValues() []IdentityType {
return original.PossibleIdentityTypeValues()
}
func PossibleKindValues() []Kind {
return original.PossibleKindValues()
}
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-05-15/kusto/kustoapi"
import original "github.com/Azure/azure-sdk-for-go/services/kusto/mgmt/2019-09-07/kusto/kustoapi"

type ClustersClientAPI = original.ClustersClientAPI
type DataConnectionsClientAPI = original.DataConnectionsClientAPI
Expand Down
15 changes: 14 additions & 1 deletion 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-05-15/kusto"
original "github.com/Azure/azure-sdk-for-go/services/kusto/mgmt/2019-09-07/kusto"
)

const (
Expand Down Expand Up @@ -97,6 +97,13 @@ const (
DatabasePrincipalTypeUser DatabasePrincipalType = original.DatabasePrincipalTypeUser
)

type IdentityType = original.IdentityType

const (
IdentityTypeNone IdentityType = original.IdentityTypeNone
IdentityTypeSystemAssigned IdentityType = original.IdentityTypeSystemAssigned
)

type Kind = original.Kind

const (
Expand Down Expand Up @@ -186,8 +193,11 @@ type EventGridConnectionProperties = original.EventGridConnectionProperties
type EventGridDataConnection = original.EventGridDataConnection
type EventHubConnectionProperties = original.EventHubConnectionProperties
type EventHubDataConnection = original.EventHubDataConnection
type Identity = original.Identity
type IdentityUserAssignedIdentitiesValue = original.IdentityUserAssignedIdentitiesValue
type IotHubConnectionProperties = original.IotHubConnectionProperties
type IotHubDataConnection = original.IotHubDataConnection
type KeyVaultProperties = original.KeyVaultProperties
type ListResourceSkusResult = original.ListResourceSkusResult
type Operation = original.Operation
type OperationDisplay = original.OperationDisplay
Expand Down Expand Up @@ -259,6 +269,9 @@ func PossibleDatabasePrincipalRoleValues() []DatabasePrincipalRole {
func PossibleDatabasePrincipalTypeValues() []DatabasePrincipalType {
return original.PossibleDatabasePrincipalTypeValues()
}
func PossibleIdentityTypeValues() []IdentityType {
return original.PossibleIdentityTypeValues()
}
func PossibleKindValues() []Kind {
return original.PossibleKindValues()
}
Expand Down
52 changes: 52 additions & 0 deletions services/kusto/mgmt/2019-09-07/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 4cc19f6

Please sign in to comment.