Skip to content

Commit

Permalink
Generated from latest swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang committed Dec 24, 2019
1 parent a2474c5 commit 06ef354
Show file tree
Hide file tree
Showing 280 changed files with 43,787 additions and 6,019 deletions.
19 changes: 9 additions & 10 deletions Gopkg.lock

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

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

[[constraint]]
name = "github.com/Azure/go-autorest"
version = "13.3.0"
version = "13.3.1"

[[constraint]]
branch = "master"
Expand Down
1 change: 0 additions & 1 deletion profiles/latest/cognitiveservices/textanalytics/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ type MultiLanguageInput = original.MultiLanguageInput
type RequestStatistics = original.RequestStatistics
type SentimentBatchResult = original.SentimentBatchResult
type SentimentBatchResultItem = original.SentimentBatchResultItem
type SetObject = original.SetObject

func New(endpoint string) BaseClient {
return original.New(endpoint)
Expand Down
1 change: 1 addition & 0 deletions profiles/latest/compute/mgmt/compute/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,7 @@ type SourceVault = original.SourceVault
type StorageProfile = original.StorageProfile
type SubResource = original.SubResource
type SubResourceReadOnly = original.SubResourceReadOnly
type SubResourceWithColocationStatus = original.SubResourceWithColocationStatus
type TargetRegion = original.TargetRegion
type TerminateNotificationProfile = original.TerminateNotificationProfile
type ThrottledRequestsInput = original.ThrottledRequestsInput
Expand Down
10 changes: 2 additions & 8 deletions profiles/latest/containerservice/mgmt/containerservice/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const (
type Kind = original.Kind

const (
KindAADIdentityProvider Kind = original.KindAADIdentityProvider
KindOpenShiftManagedClusterBaseIdentityProvider Kind = original.KindOpenShiftManagedClusterBaseIdentityProvider
)

Expand Down Expand Up @@ -358,14 +359,6 @@ type BaseClient = original.BaseClient
type BasicOpenShiftManagedClusterBaseIdentityProvider = original.BasicOpenShiftManagedClusterBaseIdentityProvider
type CloudError = original.CloudError
type CloudErrorBody = original.CloudErrorBody
type Componentsschemasagentpoolallof1 = original.Componentsschemasagentpoolallof1
type Componentsschemascontainerserviceallof1 = original.Componentsschemascontainerserviceallof1
type Componentsschemasmanagedclusteraccessprofileallof1 = original.Componentsschemasmanagedclusteraccessprofileallof1
type Componentsschemasmanagedclusteragentpoolprofileallof1 = original.Componentsschemasmanagedclusteragentpoolprofileallof1
type Componentsschemasmanagedclusterallof1 = original.Componentsschemasmanagedclusterallof1
type Componentsschemasmanagedclusterpropertiespropertiesidentityprofileadditionalproperties = original.Componentsschemasmanagedclusterpropertiespropertiesidentityprofileadditionalproperties
type Componentsschemasopenshiftmanagedclusteraadidentityproviderallof1 = original.Componentsschemasopenshiftmanagedclusteraadidentityproviderallof1
type Componentsschemasopenshiftmanagedclusterallof1 = original.Componentsschemasopenshiftmanagedclusterallof1
type ContainerService = original.ContainerService
type ContainerServicesClient = original.ContainerServicesClient
type ContainerServicesCreateOrUpdateFutureType = original.ContainerServicesCreateOrUpdateFutureType
Expand Down Expand Up @@ -398,6 +391,7 @@ type ManagedClusterLoadBalancerProfileOutboundIPs = original.ManagedClusterLoadB
type ManagedClusterPoolUpgradeProfile = original.ManagedClusterPoolUpgradeProfile
type ManagedClusterPoolUpgradeProfileUpgradesItem = original.ManagedClusterPoolUpgradeProfileUpgradesItem
type ManagedClusterProperties = original.ManagedClusterProperties
type ManagedClusterPropertiesIdentityProfileValue = original.ManagedClusterPropertiesIdentityProfileValue
type ManagedClusterServicePrincipalProfile = original.ManagedClusterServicePrincipalProfile
type ManagedClusterUpgradeProfile = original.ManagedClusterUpgradeProfile
type ManagedClusterUpgradeProfileProperties = original.ManagedClusterUpgradeProfileProperties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@

package databoxedgeapi

import original "github.com/Azure/azure-sdk-for-go/services/databoxedge/mgmt/2019-07-01/databoxedge/databoxedgeapi"
import original "github.com/Azure/azure-sdk-for-go/services/databoxedge/mgmt/2019-08-01/databoxedge/databoxedgeapi"

type AlertsClientAPI = original.AlertsClientAPI
type BandwidthSchedulesClientAPI = original.BandwidthSchedulesClientAPI
type ContainersClientAPI = original.ContainersClientAPI
type DevicesClientAPI = original.DevicesClientAPI
type JobsClientAPI = original.JobsClientAPI
type NodesClientAPI = original.NodesClientAPI
Expand All @@ -31,6 +32,8 @@ type OperationsStatusClientAPI = original.OperationsStatusClientAPI
type OrdersClientAPI = original.OrdersClientAPI
type RolesClientAPI = original.RolesClientAPI
type SharesClientAPI = original.SharesClientAPI
type SkusClientAPI = original.SkusClientAPI
type StorageAccountCredentialsClientAPI = original.StorageAccountCredentialsClientAPI
type StorageAccountsClientAPI = original.StorageAccountsClientAPI
type TriggersClientAPI = original.TriggersClientAPI
type UsersClientAPI = original.UsersClientAPI
Loading

0 comments on commit 06ef354

Please sign in to comment.