Skip to content

Commit

Permalink
Release v55.2.0 1623309052 2 (#14766)
Browse files Browse the repository at this point in the history
* Generated from specification/containerservice/resource-manager/readme.md tag package-2021-05 (commit hash: ef7ffaa1ae68ab17dba86d8e0be5fd1fb615ef64)

* Generated from specification/cosmos-db/resource-manager/readme.md tag package-2021-05 (commit hash: ef7ffaa1ae68ab17dba86d8e0be5fd1fb615ef64)

* Generated from specification/netapp/resource-manager/readme.md tag package-netapp-2021-04-01 (commit hash: ef7ffaa1ae68ab17dba86d8e0be5fd1fb615ef64)

* Generated from specification/postgresql/resource-manager/readme.md tag package-2020-02-14-preview (commit hash: ef7ffaa1ae68ab17dba86d8e0be5fd1fb615ef64)

* Generated from specification/web/resource-manager/readme.md tag package-2020-12 (commit hash: ef7ffaa1ae68ab17dba86d8e0be5fd1fb615ef64)

* v55.2.0

* Update CHANGELOG.md
  • Loading branch information
chenjianfei2017 authored Jun 10, 2021
1 parent 4a77750 commit 9baec13
Show file tree
Hide file tree
Showing 85 changed files with 44,000 additions and 363 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## `v55.2.0`

### New Packages

- `github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2021-05-01/containerservice`
- `github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2021-05-15/documentdb`
- `github.com/Azure/azure-sdk-for-go/services/netapp/mgmt/2021-04-01/netapp`

### Updated Packages

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/preview/postgresql/mgmt/2020-02-14-preview/postgresqlflexibleservers` | [details](https://github.com/Azure/azure-sdk-for-go/tree/master/services/preview/postgresql/mgmt/2020-02-14-preview/postgresqlflexibleservers/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/web/mgmt/2020-12-01/web` | [details](https://github.com/Azure/azure-sdk-for-go/tree/master/services/web/mgmt/2020-12-01/web/CHANGELOG.md) |

## `v55.1.0`

### New Packages
Expand All @@ -10,7 +25,7 @@

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/hdinsight/mgmt/2018-06-01/hdinsight` | [details](https://github.com/Azure/azure-sdk-for-go/tree/master/services/hdinsight/mgmt/2018-06-01/hdinsight/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/hdinsight/mgmt/2018-06-01/hdinsight` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v55.1.0/services/hdinsight/mgmt/2018-06-01/hdinsight/CHANGELOG.md) |

## `v55.0.0`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

package containerserviceapi

import original "github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2021-03-01/containerservice/containerserviceapi"
import original "github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2021-05-01/containerservice/containerserviceapi"

type AgentPoolsClientAPI = original.AgentPoolsClientAPI
type MaintenanceConfigurationsClientAPI = original.MaintenanceConfigurationsClientAPI
Expand Down
14 changes: 13 additions & 1 deletion profiles/latest/containerservice/mgmt/containerservice/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package containerservice
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2021-03-01/containerservice"
original "github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2021-05-01/containerservice"
)

const (
Expand Down Expand Up @@ -436,6 +436,8 @@ type CommandResultProperties = original.CommandResultProperties
type CredentialResult = original.CredentialResult
type CredentialResults = original.CredentialResults
type DiagnosticsProfile = original.DiagnosticsProfile
type EndpointDependency = original.EndpointDependency
type EndpointDetail = original.EndpointDetail
type ExtendedLocation = original.ExtendedLocation
type KubeletConfig = original.KubeletConfig
type LinuxOSConfig = original.LinuxOSConfig
Expand Down Expand Up @@ -498,6 +500,10 @@ type OperationListResult = original.OperationListResult
type OperationValue = original.OperationValue
type OperationValueDisplay = original.OperationValueDisplay
type OperationsClient = original.OperationsClient
type OutboundEnvironmentEndpoint = original.OutboundEnvironmentEndpoint
type OutboundEnvironmentEndpointCollection = original.OutboundEnvironmentEndpointCollection
type OutboundEnvironmentEndpointCollectionIterator = original.OutboundEnvironmentEndpointCollectionIterator
type OutboundEnvironmentEndpointCollectionPage = original.OutboundEnvironmentEndpointCollectionPage
type PowerState = original.PowerState
type PrivateEndpoint = original.PrivateEndpoint
type PrivateEndpointConnection = original.PrivateEndpointConnection
Expand Down Expand Up @@ -570,6 +576,12 @@ func NewOperationsClient(subscriptionID string) OperationsClient {
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
}
func NewOutboundEnvironmentEndpointCollectionIterator(page OutboundEnvironmentEndpointCollectionPage) OutboundEnvironmentEndpointCollectionIterator {
return original.NewOutboundEnvironmentEndpointCollectionIterator(page)
}
func NewOutboundEnvironmentEndpointCollectionPage(cur OutboundEnvironmentEndpointCollection, getNextPage func(context.Context, OutboundEnvironmentEndpointCollection) (OutboundEnvironmentEndpointCollection, error)) OutboundEnvironmentEndpointCollectionPage {
return original.NewOutboundEnvironmentEndpointCollectionPage(cur, getNextPage)
}
func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient {
return original.NewPrivateEndpointConnectionsClient(subscriptionID)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

package documentdbapi

import original "github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2021-03-15/documentdb/documentdbapi"
import original "github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2021-05-15/documentdb/documentdbapi"

type CassandraResourcesClientAPI = original.CassandraResourcesClientAPI
type CollectionClientAPI = original.CollectionClientAPI
Expand Down
140 changes: 87 additions & 53 deletions profiles/latest/cosmos-db/mgmt/documentdb/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,98 +11,105 @@ package documentdb
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2021-03-15/documentdb"
original "github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2021-05-15/documentdb"
)

const (
DefaultBaseURI = original.DefaultBaseURI
)

type AnalyticalStorageSchemaType = original.AnalyticalStorageSchemaType

const (
AnalyticalStorageSchemaTypeFullFidelity AnalyticalStorageSchemaType = original.AnalyticalStorageSchemaTypeFullFidelity
AnalyticalStorageSchemaTypeWellDefined AnalyticalStorageSchemaType = original.AnalyticalStorageSchemaTypeWellDefined
)

type BackupPolicyType = original.BackupPolicyType

const (
Continuous BackupPolicyType = original.Continuous
Periodic BackupPolicyType = original.Periodic
BackupPolicyTypeContinuous BackupPolicyType = original.BackupPolicyTypeContinuous
BackupPolicyTypePeriodic BackupPolicyType = original.BackupPolicyTypePeriodic
)

type CompositePathSortOrder = original.CompositePathSortOrder

const (
Ascending CompositePathSortOrder = original.Ascending
Descending CompositePathSortOrder = original.Descending
CompositePathSortOrderAscending CompositePathSortOrder = original.CompositePathSortOrderAscending
CompositePathSortOrderDescending CompositePathSortOrder = original.CompositePathSortOrderDescending
)

type ConflictResolutionMode = original.ConflictResolutionMode

const (
Custom ConflictResolutionMode = original.Custom
LastWriterWins ConflictResolutionMode = original.LastWriterWins
ConflictResolutionModeCustom ConflictResolutionMode = original.ConflictResolutionModeCustom
ConflictResolutionModeLastWriterWins ConflictResolutionMode = original.ConflictResolutionModeLastWriterWins
)

type ConnectorOffer = original.ConnectorOffer

const (
Small ConnectorOffer = original.Small
ConnectorOfferSmall ConnectorOffer = original.ConnectorOfferSmall
)

type DataType = original.DataType

const (
LineString DataType = original.LineString
MultiPolygon DataType = original.MultiPolygon
Number DataType = original.Number
Point DataType = original.Point
Polygon DataType = original.Polygon
String DataType = original.String
DataTypeLineString DataType = original.DataTypeLineString
DataTypeMultiPolygon DataType = original.DataTypeMultiPolygon
DataTypeNumber DataType = original.DataTypeNumber
DataTypePoint DataType = original.DataTypePoint
DataTypePolygon DataType = original.DataTypePolygon
DataTypeString DataType = original.DataTypeString
)

type DatabaseAccountKind = original.DatabaseAccountKind

const (
GlobalDocumentDB DatabaseAccountKind = original.GlobalDocumentDB
MongoDB DatabaseAccountKind = original.MongoDB
Parse DatabaseAccountKind = original.Parse
DatabaseAccountKindGlobalDocumentDB DatabaseAccountKind = original.DatabaseAccountKindGlobalDocumentDB
DatabaseAccountKindMongoDB DatabaseAccountKind = original.DatabaseAccountKindMongoDB
DatabaseAccountKindParse DatabaseAccountKind = original.DatabaseAccountKindParse
)

type DatabaseAccountOfferType = original.DatabaseAccountOfferType

const (
Standard DatabaseAccountOfferType = original.Standard
DatabaseAccountOfferTypeStandard DatabaseAccountOfferType = original.DatabaseAccountOfferTypeStandard
)

type DefaultConsistencyLevel = original.DefaultConsistencyLevel

const (
BoundedStaleness DefaultConsistencyLevel = original.BoundedStaleness
ConsistentPrefix DefaultConsistencyLevel = original.ConsistentPrefix
Eventual DefaultConsistencyLevel = original.Eventual
Session DefaultConsistencyLevel = original.Session
Strong DefaultConsistencyLevel = original.Strong
DefaultConsistencyLevelBoundedStaleness DefaultConsistencyLevel = original.DefaultConsistencyLevelBoundedStaleness
DefaultConsistencyLevelConsistentPrefix DefaultConsistencyLevel = original.DefaultConsistencyLevelConsistentPrefix
DefaultConsistencyLevelEventual DefaultConsistencyLevel = original.DefaultConsistencyLevelEventual
DefaultConsistencyLevelSession DefaultConsistencyLevel = original.DefaultConsistencyLevelSession
DefaultConsistencyLevelStrong DefaultConsistencyLevel = original.DefaultConsistencyLevelStrong
)

type IndexKind = original.IndexKind

const (
Hash IndexKind = original.Hash
Range IndexKind = original.Range
Spatial IndexKind = original.Spatial
IndexKindHash IndexKind = original.IndexKindHash
IndexKindRange IndexKind = original.IndexKindRange
IndexKindSpatial IndexKind = original.IndexKindSpatial
)

type IndexingMode = original.IndexingMode

const (
Consistent IndexingMode = original.Consistent
Lazy IndexingMode = original.Lazy
None IndexingMode = original.None
IndexingModeConsistent IndexingMode = original.IndexingModeConsistent
IndexingModeLazy IndexingMode = original.IndexingModeLazy
IndexingModeNone IndexingMode = original.IndexingModeNone
)

type KeyKind = original.KeyKind

const (
Primary KeyKind = original.Primary
PrimaryReadonly KeyKind = original.PrimaryReadonly
Secondary KeyKind = original.Secondary
SecondaryReadonly KeyKind = original.SecondaryReadonly
KeyKindPrimary KeyKind = original.KeyKindPrimary
KeyKindPrimaryReadonly KeyKind = original.KeyKindPrimaryReadonly
KeyKindSecondary KeyKind = original.KeyKindSecondary
KeyKindSecondaryReadonly KeyKind = original.KeyKindSecondaryReadonly
)

type NetworkACLBypass = original.NetworkACLBypass
Expand Down Expand Up @@ -134,8 +141,8 @@ const (
type PublicNetworkAccess = original.PublicNetworkAccess

const (
Disabled PublicNetworkAccess = original.Disabled
Enabled PublicNetworkAccess = original.Enabled
PublicNetworkAccessDisabled PublicNetworkAccess = original.PublicNetworkAccessDisabled
PublicNetworkAccessEnabled PublicNetworkAccess = original.PublicNetworkAccessEnabled
)

type ResourceIdentityType = original.ResourceIdentityType
Expand All @@ -147,12 +154,19 @@ const (
ResourceIdentityTypeUserAssigned ResourceIdentityType = original.ResourceIdentityTypeUserAssigned
)

type RoleDefinitionType = original.RoleDefinitionType

const (
RoleDefinitionTypeBuiltInRole RoleDefinitionType = original.RoleDefinitionTypeBuiltInRole
RoleDefinitionTypeCustomRole RoleDefinitionType = original.RoleDefinitionTypeCustomRole
)

type ServerVersion = original.ServerVersion

const (
FourFullStopZero ServerVersion = original.FourFullStopZero
ThreeFullStopSix ServerVersion = original.ThreeFullStopSix
ThreeFullStopTwo ServerVersion = original.ThreeFullStopTwo
ServerVersionFourFullStopZero ServerVersion = original.ServerVersionFourFullStopZero
ServerVersionThreeFullStopSix ServerVersion = original.ServerVersionThreeFullStopSix
ServerVersionThreeFullStopTwo ServerVersion = original.ServerVersionThreeFullStopTwo
)

type SpatialType = original.SpatialType
Expand All @@ -167,18 +181,18 @@ const (
type TriggerOperation = original.TriggerOperation

const (
All TriggerOperation = original.All
Create TriggerOperation = original.Create
Delete TriggerOperation = original.Delete
Replace TriggerOperation = original.Replace
Update TriggerOperation = original.Update
TriggerOperationAll TriggerOperation = original.TriggerOperationAll
TriggerOperationCreate TriggerOperation = original.TriggerOperationCreate
TriggerOperationDelete TriggerOperation = original.TriggerOperationDelete
TriggerOperationReplace TriggerOperation = original.TriggerOperationReplace
TriggerOperationUpdate TriggerOperation = original.TriggerOperationUpdate
)

type TriggerType = original.TriggerType

const (
Post TriggerType = original.Post
Pre TriggerType = original.Pre
TriggerTypePost TriggerType = original.TriggerTypePost
TriggerTypePre TriggerType = original.TriggerTypePre
)

type Type = original.Type
Expand All @@ -192,18 +206,19 @@ const (
type UnitType = original.UnitType

const (
Bytes UnitType = original.Bytes
BytesPerSecond UnitType = original.BytesPerSecond
Count UnitType = original.Count
CountPerSecond UnitType = original.CountPerSecond
Milliseconds UnitType = original.Milliseconds
Percent UnitType = original.Percent
Seconds UnitType = original.Seconds
UnitTypeBytes UnitType = original.UnitTypeBytes
UnitTypeBytesPerSecond UnitType = original.UnitTypeBytesPerSecond
UnitTypeCount UnitType = original.UnitTypeCount
UnitTypeCountPerSecond UnitType = original.UnitTypeCountPerSecond
UnitTypeMilliseconds UnitType = original.UnitTypeMilliseconds
UnitTypePercent UnitType = original.UnitTypePercent
UnitTypeSeconds UnitType = original.UnitTypeSeconds
)

type APIProperties = original.APIProperties
type ARMProxyResource = original.ARMProxyResource
type ARMResourceProperties = original.ARMResourceProperties
type AnalyticalStorageConfiguration = original.AnalyticalStorageConfiguration
type AutoUpgradePolicyResource = original.AutoUpgradePolicyResource
type AutoscaleSettings = original.AutoscaleSettings
type AutoscaleSettingsResource = original.AutoscaleSettingsResource
Expand Down Expand Up @@ -241,6 +256,7 @@ type CassandraTableGetPropertiesResource = original.CassandraTableGetPropertiesR
type CassandraTableGetResults = original.CassandraTableGetResults
type CassandraTableListResult = original.CassandraTableListResult
type CassandraTableResource = original.CassandraTableResource
type CloudError = original.CloudError
type ClusterKey = original.ClusterKey
type CollectionClient = original.CollectionClient
type CollectionPartitionClient = original.CollectionPartitionClient
Expand Down Expand Up @@ -277,7 +293,6 @@ type DatabaseAccountsRegenerateKeyFuture = original.DatabaseAccountsRegenerateKe
type DatabaseAccountsUpdateFuture = original.DatabaseAccountsUpdateFuture
type DatabaseClient = original.DatabaseClient
type ErrorResponse = original.ErrorResponse
type ErrorResponseUpdatedFormat = original.ErrorResponseUpdatedFormat
type ExcludedPath = original.ExcludedPath
type ExtendedResourceProperties = original.ExtendedResourceProperties
type FailoverPolicies = original.FailoverPolicies
Expand Down Expand Up @@ -384,6 +399,7 @@ type PercentileSourceTargetClient = original.PercentileSourceTargetClient
type PercentileTargetClient = original.PercentileTargetClient
type PeriodicModeBackupPolicy = original.PeriodicModeBackupPolicy
type PeriodicModeProperties = original.PeriodicModeProperties
type Permission = original.Permission
type PrivateEndpointConnection = original.PrivateEndpointConnection
type PrivateEndpointConnectionListResult = original.PrivateEndpointConnectionListResult
type PrivateEndpointConnectionProperties = original.PrivateEndpointConnectionProperties
Expand Down Expand Up @@ -418,11 +434,15 @@ type SQLDatabaseResource = original.SQLDatabaseResource
type SQLResourcesClient = original.SQLResourcesClient
type SQLResourcesCreateUpdateSQLContainerFuture = original.SQLResourcesCreateUpdateSQLContainerFuture
type SQLResourcesCreateUpdateSQLDatabaseFuture = original.SQLResourcesCreateUpdateSQLDatabaseFuture
type SQLResourcesCreateUpdateSQLRoleAssignmentFuture = original.SQLResourcesCreateUpdateSQLRoleAssignmentFuture
type SQLResourcesCreateUpdateSQLRoleDefinitionFuture = original.SQLResourcesCreateUpdateSQLRoleDefinitionFuture
type SQLResourcesCreateUpdateSQLStoredProcedureFuture = original.SQLResourcesCreateUpdateSQLStoredProcedureFuture
type SQLResourcesCreateUpdateSQLTriggerFuture = original.SQLResourcesCreateUpdateSQLTriggerFuture
type SQLResourcesCreateUpdateSQLUserDefinedFunctionFuture = original.SQLResourcesCreateUpdateSQLUserDefinedFunctionFuture
type SQLResourcesDeleteSQLContainerFuture = original.SQLResourcesDeleteSQLContainerFuture
type SQLResourcesDeleteSQLDatabaseFuture = original.SQLResourcesDeleteSQLDatabaseFuture
type SQLResourcesDeleteSQLRoleAssignmentFuture = original.SQLResourcesDeleteSQLRoleAssignmentFuture
type SQLResourcesDeleteSQLRoleDefinitionFuture = original.SQLResourcesDeleteSQLRoleDefinitionFuture
type SQLResourcesDeleteSQLStoredProcedureFuture = original.SQLResourcesDeleteSQLStoredProcedureFuture
type SQLResourcesDeleteSQLTriggerFuture = original.SQLResourcesDeleteSQLTriggerFuture
type SQLResourcesDeleteSQLUserDefinedFunctionFuture = original.SQLResourcesDeleteSQLUserDefinedFunctionFuture
Expand All @@ -432,6 +452,14 @@ type SQLResourcesMigrateSQLDatabaseToAutoscaleFuture = original.SQLResourcesMigr
type SQLResourcesMigrateSQLDatabaseToManualThroughputFuture = original.SQLResourcesMigrateSQLDatabaseToManualThroughputFuture
type SQLResourcesUpdateSQLContainerThroughputFuture = original.SQLResourcesUpdateSQLContainerThroughputFuture
type SQLResourcesUpdateSQLDatabaseThroughputFuture = original.SQLResourcesUpdateSQLDatabaseThroughputFuture
type SQLRoleAssignmentCreateUpdateParameters = original.SQLRoleAssignmentCreateUpdateParameters
type SQLRoleAssignmentGetResults = original.SQLRoleAssignmentGetResults
type SQLRoleAssignmentListResult = original.SQLRoleAssignmentListResult
type SQLRoleAssignmentResource = original.SQLRoleAssignmentResource
type SQLRoleDefinitionCreateUpdateParameters = original.SQLRoleDefinitionCreateUpdateParameters
type SQLRoleDefinitionGetResults = original.SQLRoleDefinitionGetResults
type SQLRoleDefinitionListResult = original.SQLRoleDefinitionListResult
type SQLRoleDefinitionResource = original.SQLRoleDefinitionResource
type SQLStoredProcedureCreateUpdateParameters = original.SQLStoredProcedureCreateUpdateParameters
type SQLStoredProcedureCreateUpdateProperties = original.SQLStoredProcedureCreateUpdateProperties
type SQLStoredProcedureGetProperties = original.SQLStoredProcedureGetProperties
Expand Down Expand Up @@ -620,6 +648,9 @@ func NewTableResourcesClientWithBaseURI(baseURI string, subscriptionID string) T
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
return original.NewWithBaseURI(baseURI, subscriptionID)
}
func PossibleAnalyticalStorageSchemaTypeValues() []AnalyticalStorageSchemaType {
return original.PossibleAnalyticalStorageSchemaTypeValues()
}
func PossibleBackupPolicyTypeValues() []BackupPolicyType {
return original.PossibleBackupPolicyTypeValues()
}
Expand Down Expand Up @@ -668,6 +699,9 @@ func PossiblePublicNetworkAccessValues() []PublicNetworkAccess {
func PossibleResourceIdentityTypeValues() []ResourceIdentityType {
return original.PossibleResourceIdentityTypeValues()
}
func PossibleRoleDefinitionTypeValues() []RoleDefinitionType {
return original.PossibleRoleDefinitionTypeValues()
}
func PossibleServerVersionValues() []ServerVersion {
return original.PossibleServerVersionValues()
}
Expand Down
Loading

0 comments on commit 9baec13

Please sign in to comment.