Skip to content

Commit

Permalink
v39.3.0 (#7452)
Browse files Browse the repository at this point in the history
* update go-autorest and code generator to latest versions (#7364)

* Generated from 637cebb38d15f63f96fab9cd7ec75f9f661f12b6

Add config for go for service synapse

* Generated from containservice latest swagger

* Regenerate profiles

* v39.3.0

Co-authored-by: Joel Hendrix <[email protected]>
  • Loading branch information
ArcturusZhang and jhendrixMSFT authored Feb 24, 2020
1 parent 30b4503 commit ee7c545
Show file tree
Hide file tree
Showing 48 changed files with 21,895 additions and 16 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## `v39.3.0`

### New Packages

| Package Name | API Version |
| -----------: | :---------: |
| containerservice | 2019-10-27-preview |
| synapse | 2019-06-01-preview |

## `v39.2.0`

### New Packages
Expand Down
42 changes: 31 additions & 11 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.2"
version = "13.4.0"

[[constraint]]
branch = "master"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package containerserviceapi

import original "github.com/Azure/azure-sdk-for-go/services/preview/containerservice/mgmt/2019-09-30-preview/containerservice/containerserviceapi"
import original "github.com/Azure/azure-sdk-for-go/services/preview/containerservice/mgmt/2019-10-27-preview/containerservice/containerserviceapi"

type AgentPoolsClientAPI = original.AgentPoolsClientAPI
type ContainerServicesClientAPI = original.ContainerServicesClientAPI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package containerservice
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/preview/containerservice/mgmt/2019-09-30-preview/containerservice"
original "github.com/Azure/azure-sdk-for-go/services/preview/containerservice/mgmt/2019-10-27-preview/containerservice"
)

const (
Expand Down Expand Up @@ -126,6 +126,13 @@ const (
Swarm OrchestratorTypes = original.Swarm
)

type OutboundType = original.OutboundType

const (
LoadBalancer OutboundType = original.LoadBalancer
UserDefinedRouting OutboundType = original.UserDefinedRouting
)

type ResourceIdentityType = original.ResourceIdentityType

const (
Expand Down Expand Up @@ -370,6 +377,7 @@ type ManagedClusterAADProfile = original.ManagedClusterAADProfile
type ManagedClusterAPIServerAccessProfile = original.ManagedClusterAPIServerAccessProfile
type ManagedClusterAccessProfile = original.ManagedClusterAccessProfile
type ManagedClusterAddonProfile = original.ManagedClusterAddonProfile
type ManagedClusterAddonProfileIdentity = original.ManagedClusterAddonProfileIdentity
type ManagedClusterAgentPoolProfile = original.ManagedClusterAgentPoolProfile
type ManagedClusterAgentPoolProfileProperties = original.ManagedClusterAgentPoolProfileProperties
type ManagedClusterIdentity = original.ManagedClusterIdentity
Expand All @@ -383,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 All @@ -397,6 +406,7 @@ type ManagedClustersUpdateTagsFuture = original.ManagedClustersUpdateTagsFuture
type MasterProfile = original.MasterProfile
type NetworkProfile = original.NetworkProfile
type NetworkProfileType = original.NetworkProfileType
type OpenShiftAPIProperties = original.OpenShiftAPIProperties
type OpenShiftManagedCluster = original.OpenShiftManagedCluster
type OpenShiftManagedClusterAADIdentityProvider = original.OpenShiftManagedClusterAADIdentityProvider
type OpenShiftManagedClusterAgentPoolProfile = original.OpenShiftManagedClusterAgentPoolProfile
Expand Down Expand Up @@ -432,6 +442,7 @@ type SSHPublicKey = original.SSHPublicKey
type ServicePrincipalProfile = original.ServicePrincipalProfile
type SubResource = original.SubResource
type TagsObject = original.TagsObject
type UserAssignedIdentity = original.UserAssignedIdentity
type VMDiagnostics = original.VMDiagnostics
type WindowsProfile = original.WindowsProfile

Expand Down Expand Up @@ -522,6 +533,9 @@ func PossibleOpenShiftContainerServiceVMSizeValues() []OpenShiftContainerService
func PossibleOrchestratorTypesValues() []OrchestratorTypes {
return original.PossibleOrchestratorTypesValues()
}
func PossibleOutboundTypeValues() []OutboundType {
return original.PossibleOutboundTypeValues()
}
func PossibleResourceIdentityTypeValues() []ResourceIdentityType {
return original.PossibleResourceIdentityTypeValues()
}
Expand Down
Loading

0 comments on commit ee7c545

Please sign in to comment.