Skip to content

Commit

Permalink
Major version release v39.0.0 (#7275)
Browse files Browse the repository at this point in the history
* Update dependency and major release strategy

* Generated from latest swagger

* v39.0.0
  • Loading branch information
ArcturusZhang committed Jan 31, 2020
1 parent 9131687 commit 89b3129
Show file tree
Hide file tree
Showing 5,899 changed files with 209,348 additions and 11,867 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
55 changes: 55 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,60 @@
# CHANGELOG

## `v39.0.0`

### New Packages

| Package Name | API Version |
| -----------: | :---------: |
| appconfiguration | 2019-11-01-preview |
| backup | 2019-06-15 |
| containerregistry | 2019-08-15-preview |
| containerservice | 2020-01-01 |
| digitaltwins | 2020-03-01-preview |
| documentdb | 2019-12-12 |
| frontdoor | 2020-01-01 |
| hybridcompute | 2019-12-12 |
| kusto | 2019-11-09 |
| netapp | 2019-11-01 |
| network | 2019-11-01 |
| support | 2019-05-01-preview |

### Updated Packages

| Package Name | API Version |
| -----------: | :---------: |
| blueprint | 2018-11-01-preview |
| compute | 2019-07-01 |
| containerservice | 2019-11-01 |
| eventgrid | 2020-04-01-preview |
| hdinsight | 2015-03-01-preview<br/>2018-06-01-preview |
| healthcareapis | 2019-09-16 |
| keyvault | 2018-02-14 |
| operationalinsights | 2015-11-01-preview |
| policy | 2019-09-01 |
| qnamaker | v4.0 |
| search | 2015-08-19 |
| siterecovery | 2018-07-10 |
| sql | 2017-03-01-preview<br/>2018-06-01-preview<br/>v3.0 |
| web | 2019-08-01 |

### BreakingChanges

| Package Name | API Version |
| -----------: | :---------: |
| apimanagement | 2019-01-01 |
| containerservice | 2017-07-01<br/>2017-08-31<br/>2017-09-30<br/>2018-03-31 |
| insights | 2018-03-01<br/>2018-09-01<br/>2018-11-01-preview<br/>2019-03-01<br/>2019-06-01 |
| machinelearningservices | 2018-11-19<br/>2019-05-01<br/>2019-06-01<br/>2019-11-01<br/>2020-01-01 |
| managedapplications | 2019-07-01 |
| mariadb | 2018-06-01 |
| netapp | 2019-05-01<br/>2019-06-01<br/>2019-07-01<br/>2019-08-01<br/>2019-10-01 |
| network | 2019-09-01 |
| security | v1.0<br/>v2.0<br/>v3.0 |
| securityinsight | 2017-08-01-preview |
| siterecovery | 2018-01-10 |
| storage | 2019-06-01 |

## `v38.2.0`

### New Packages
Expand Down
35 changes: 15 additions & 20 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
Expand Up @@ -25,7 +25,7 @@

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

[[constraint]]
branch = "master"
Expand Down
29 changes: 26 additions & 3 deletions profiles/latest/apimanagement/mgmt/apimanagement/models.go
Expand Up @@ -112,6 +112,7 @@ type ContentFormat = original.ContentFormat
const (
Openapi ContentFormat = original.Openapi
Openapijson ContentFormat = original.Openapijson
OpenapijsonLink ContentFormat = original.OpenapijsonLink
OpenapiLink ContentFormat = original.OpenapiLink
SwaggerJSON ContentFormat = original.SwaggerJSON
SwaggerLinkJSON ContentFormat = original.SwaggerLinkJSON
Expand Down Expand Up @@ -156,6 +157,14 @@ const (
System GroupType = original.System
)

type HTTPCorrelationProtocol = original.HTTPCorrelationProtocol

const (
Legacy HTTPCorrelationProtocol = original.Legacy
None HTTPCorrelationProtocol = original.None
W3C HTTPCorrelationProtocol = original.W3C
)

type HostnameType = original.HostnameType

const (
Expand Down Expand Up @@ -254,9 +263,9 @@ const (
type ResourceSkuCapacityScaleType = original.ResourceSkuCapacityScaleType

const (
Automatic ResourceSkuCapacityScaleType = original.Automatic
Manual ResourceSkuCapacityScaleType = original.Manual
None ResourceSkuCapacityScaleType = original.None
ResourceSkuCapacityScaleTypeAutomatic ResourceSkuCapacityScaleType = original.ResourceSkuCapacityScaleTypeAutomatic
ResourceSkuCapacityScaleTypeManual ResourceSkuCapacityScaleType = original.ResourceSkuCapacityScaleTypeManual
ResourceSkuCapacityScaleTypeNone ResourceSkuCapacityScaleType = original.ResourceSkuCapacityScaleTypeNone
)

type SamplingType = original.SamplingType
Expand Down Expand Up @@ -338,6 +347,14 @@ const (
UserStatePending UserState = original.UserStatePending
)

type Verbosity = original.Verbosity

const (
Error Verbosity = original.Error
Information Verbosity = original.Information
Verbose Verbosity = original.Verbose
)

type VersioningScheme = original.VersioningScheme

const (
Expand Down Expand Up @@ -1366,6 +1383,9 @@ func PossibleGrantTypeValues() []GrantType {
func PossibleGroupTypeValues() []GroupType {
return original.PossibleGroupTypeValues()
}
func PossibleHTTPCorrelationProtocolValues() []HTTPCorrelationProtocol {
return original.PossibleHTTPCorrelationProtocolValues()
}
func PossibleHostnameTypeValues() []HostnameType {
return original.PossibleHostnameTypeValues()
}
Expand Down Expand Up @@ -1426,6 +1446,9 @@ func PossibleTemplateNameValues() []TemplateName {
func PossibleUserStateValues() []UserState {
return original.PossibleUserStateValues()
}
func PossibleVerbosityValues() []Verbosity {
return original.PossibleVerbosityValues()
}
func PossibleVersioningScheme1Values() []VersioningScheme1 {
return original.PossibleVersioningScheme1Values()
}
Expand Down
Expand Up @@ -19,7 +19,7 @@

package containerserviceapi

import original "github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2019-11-01/containerservice/containerserviceapi"
import original "github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2020-01-01/containerservice/containerserviceapi"

type AgentPoolsClientAPI = original.AgentPoolsClientAPI
type ContainerServicesClientAPI = original.ContainerServicesClientAPI
Expand Down
Expand Up @@ -22,7 +22,7 @@ package containerservice
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2019-11-01/containerservice"
original "github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2020-01-01/containerservice"
)

const (
Expand Down
Expand Up @@ -19,7 +19,7 @@

package documentdbapi

import original "github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2019-08-01/documentdb/documentdbapi"
import original "github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2019-12-12/documentdb/documentdbapi"

type CassandraResourcesClientAPI = original.CassandraResourcesClientAPI
type CollectionClientAPI = original.CollectionClientAPI
Expand All @@ -37,5 +37,7 @@ type PartitionKeyRangeIDRegionClientAPI = original.PartitionKeyRangeIDRegionClie
type PercentileClientAPI = original.PercentileClientAPI
type PercentileSourceTargetClientAPI = original.PercentileSourceTargetClientAPI
type PercentileTargetClientAPI = original.PercentileTargetClientAPI
type PrivateEndpointConnectionsClientAPI = original.PrivateEndpointConnectionsClientAPI
type PrivateLinkResourcesClientAPI = original.PrivateLinkResourcesClientAPI
type SQLResourcesClientAPI = original.SQLResourcesClientAPI
type TableResourcesClientAPI = original.TableResourcesClientAPI

0 comments on commit 89b3129

Please sign in to comment.