Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v55.7.0 1626332017 #15069

Merged
merged 5 commits into from
Jul 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## `v55.7.0`

### New Packages

- `github.com/Azure/azure-sdk-for-go/services/mediaservices/mgmt/2021-06-01/media`

### Updated Packages

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

## `v55.6.0`

### New Packages
Expand All @@ -15,13 +28,13 @@

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/preview/quantum/mgmt/2019-11-04-preview/quantum` | [details](https://github.com/Azure/azure-sdk-for-go/tree/master/services/preview/quantum/mgmt/2019-11-04-preview/quantum/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/preview/quantum/mgmt/2019-11-04-preview/quantum` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v55.6.0/services/preview/quantum/mgmt/2019-11-04-preview/quantum/CHANGELOG.md) |

### Breaking Changes

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/preview/security/mgmt/v3.0/security` | [details](https://github.com/Azure/azure-sdk-for-go/tree/master/services/preview/security/mgmt/v3.0/security/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/preview/security/mgmt/v3.0/security` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v55.6.0/services/preview/security/mgmt/v3.0/security/CHANGELOG.md) |

## `v55.5.0`

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

package mediaapi

import original "github.com/Azure/azure-sdk-for-go/services/mediaservices/mgmt/2021-05-01/media/mediaapi"
import original "github.com/Azure/azure-sdk-for-go/services/mediaservices/mgmt/2021-06-01/media/mediaapi"

type AccountFiltersClientAPI = original.AccountFiltersClientAPI
type AssetFiltersClientAPI = original.AssetFiltersClientAPI
Expand Down
69 changes: 43 additions & 26 deletions profiles/latest/mediaservices/mgmt/media/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package media
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/mediaservices/mgmt/2021-05-01/media"
original "github.com/Azure/azure-sdk-for-go/services/mediaservices/mgmt/2021-06-01/media"
)

const (
Expand Down Expand Up @@ -100,6 +100,14 @@ const (
ChannelMappingStereoRight ChannelMapping = original.ChannelMappingStereoRight
)

type Complexity = original.Complexity

const (
ComplexityBalanced Complexity = original.ComplexityBalanced
ComplexityQuality Complexity = original.ComplexityQuality
ComplexitySpeed Complexity = original.ComplexitySpeed
)

type ContentKeyPolicyFairPlayRentalAndLeaseKeyType = original.ContentKeyPolicyFairPlayRentalAndLeaseKeyType

const (
Expand Down Expand Up @@ -280,6 +288,13 @@ const (
InsightsTypeVideoInsightsOnly InsightsType = original.InsightsTypeVideoInsightsOnly
)

type InterleaveOutput = original.InterleaveOutput

const (
InterleaveOutputInterleavedOutput InterleaveOutput = original.InterleaveOutputInterleavedOutput
InterleaveOutputNonInterleavedOutput InterleaveOutput = original.InterleaveOutputNonInterleavedOutput
)

type JobErrorCategory = original.JobErrorCategory

const (
Expand Down Expand Up @@ -326,9 +341,11 @@ const (
type LiveEventEncodingType = original.LiveEventEncodingType

const (
LiveEventEncodingTypeNone LiveEventEncodingType = original.LiveEventEncodingTypeNone
LiveEventEncodingTypePremium1080p LiveEventEncodingType = original.LiveEventEncodingTypePremium1080p
LiveEventEncodingTypeStandard LiveEventEncodingType = original.LiveEventEncodingTypeStandard
LiveEventEncodingTypeNone LiveEventEncodingType = original.LiveEventEncodingTypeNone
LiveEventEncodingTypePassthroughBasic LiveEventEncodingType = original.LiveEventEncodingTypePassthroughBasic
LiveEventEncodingTypePassthroughStandard LiveEventEncodingType = original.LiveEventEncodingTypePassthroughStandard
LiveEventEncodingTypePremium1080p LiveEventEncodingType = original.LiveEventEncodingTypePremium1080p
LiveEventEncodingTypeStandard LiveEventEncodingType = original.LiveEventEncodingTypeStandard
)

type LiveEventInputProtocol = original.LiveEventInputProtocol
Expand Down Expand Up @@ -358,13 +375,6 @@ const (
LiveOutputResourceStateRunning LiveOutputResourceState = original.LiveOutputResourceStateRunning
)

type ManagedIdentityType = original.ManagedIdentityType

const (
ManagedIdentityTypeNone ManagedIdentityType = original.ManagedIdentityTypeNone
ManagedIdentityTypeSystemAssigned ManagedIdentityType = original.ManagedIdentityTypeSystemAssigned
)

type MetricAggregationType = original.MetricAggregationType

const (
Expand Down Expand Up @@ -556,6 +566,13 @@ const (
PrivateEndpointServiceConnectionStatusRejected PrivateEndpointServiceConnectionStatus = original.PrivateEndpointServiceConnectionStatusRejected
)

type PublicNetworkAccess = original.PublicNetworkAccess

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

type Rotation = original.Rotation

const (
Expand Down Expand Up @@ -654,7 +671,6 @@ const (
VideoSyncModeVfr VideoSyncMode = original.VideoSyncModeVfr
)

type APIError = original.APIError
type AacAudio = original.AacAudio
type AbsoluteClipTime = original.AbsoluteClipTime
type AccessControl = original.AccessControl
Expand Down Expand Up @@ -759,6 +775,9 @@ type EdgeUsageDataEventHub = original.EdgeUsageDataEventHub
type EnabledProtocols = original.EnabledProtocols
type EntityNameAvailabilityCheckOutput = original.EntityNameAvailabilityCheckOutput
type EnvelopeEncryption = original.EnvelopeEncryption
type ErrorAdditionalInfo = original.ErrorAdditionalInfo
type ErrorDetail = original.ErrorDetail
type ErrorResponse = original.ErrorResponse
type FaceDetectorPreset = original.FaceDetectorPreset
type FilterProperties = original.FilterProperties
type FilterTrackPropertyCondition = original.FilterTrackPropertyCondition
Expand Down Expand Up @@ -838,7 +857,6 @@ type LiveOutputProperties = original.LiveOutputProperties
type LiveOutputsClient = original.LiveOutputsClient
type LiveOutputsCreateFuture = original.LiveOutputsCreateFuture
type LiveOutputsDeleteFuture = original.LiveOutputsDeleteFuture
type Location = original.Location
type LocationsClient = original.LocationsClient
type LogSpecification = original.LogSpecification
type MediaservicesClient = original.MediaservicesClient
Expand All @@ -847,11 +865,8 @@ type MetricSpecification = original.MetricSpecification
type Mp4Format = original.Mp4Format
type MultiBitrateFormat = original.MultiBitrateFormat
type NoEncryption = original.NoEncryption
type ODataError = original.ODataError
type Operation = original.Operation
type OperationCollection = original.OperationCollection
type OperationCollectionIterator = original.OperationCollectionIterator
type OperationCollectionPage = original.OperationCollectionPage
type OperationDisplay = original.OperationDisplay
type OperationsClient = original.OperationsClient
type OutputFile = original.OutputFile
Expand All @@ -861,6 +876,7 @@ type PngImage = original.PngImage
type PngLayer = original.PngLayer
type PresentationTimeRange = original.PresentationTimeRange
type Preset = original.Preset
type PresetConfigurations = original.PresetConfigurations
type PrivateEndpoint = original.PrivateEndpoint
type PrivateEndpointConnection = original.PrivateEndpointConnection
type PrivateEndpointConnectionListResult = original.PrivateEndpointConnectionListResult
Expand All @@ -872,10 +888,10 @@ type PrivateLinkResourceProperties = original.PrivateLinkResourceProperties
type PrivateLinkResourcesClient = original.PrivateLinkResourcesClient
type PrivateLinkServiceConnectionState = original.PrivateLinkServiceConnectionState
type Properties = original.Properties
type Provider = original.Provider
type ProxyResource = original.ProxyResource
type Rectangle = original.Rectangle
type Resource = original.Resource
type ResourceIdentity = original.ResourceIdentity
type SelectAudioTrackByAttribute = original.SelectAudioTrackByAttribute
type SelectAudioTrackByID = original.SelectAudioTrackByID
type SelectVideoTrackByAttribute = original.SelectVideoTrackByAttribute
Expand Down Expand Up @@ -938,6 +954,7 @@ type TransformOutput = original.TransformOutput
type TransformProperties = original.TransformProperties
type TransformsClient = original.TransformsClient
type TransportStreamFormat = original.TransportStreamFormat
type UserAssignedManagedIdentity = original.UserAssignedManagedIdentity
type UtcClipTime = original.UtcClipTime
type Video = original.Video
type VideoAnalyzerPreset = original.VideoAnalyzerPreset
Expand Down Expand Up @@ -1044,12 +1061,6 @@ func NewMediaservicesClient(subscriptionID string) MediaservicesClient {
func NewMediaservicesClientWithBaseURI(baseURI string, subscriptionID string) MediaservicesClient {
return original.NewMediaservicesClientWithBaseURI(baseURI, subscriptionID)
}
func NewOperationCollectionIterator(page OperationCollectionPage) OperationCollectionIterator {
return original.NewOperationCollectionIterator(page)
}
func NewOperationCollectionPage(cur OperationCollection, getNextPage func(context.Context, OperationCollection) (OperationCollection, error)) OperationCollectionPage {
return original.NewOperationCollectionPage(cur, getNextPage)
}
func NewOperationsClient(subscriptionID string) OperationsClient {
return original.NewOperationsClient(subscriptionID)
}
Expand Down Expand Up @@ -1155,6 +1166,9 @@ func PossibleBlurTypeValues() []BlurType {
func PossibleChannelMappingValues() []ChannelMapping {
return original.PossibleChannelMappingValues()
}
func PossibleComplexityValues() []Complexity {
return original.PossibleComplexityValues()
}
func PossibleContentKeyPolicyFairPlayRentalAndLeaseKeyTypeValues() []ContentKeyPolicyFairPlayRentalAndLeaseKeyType {
return original.PossibleContentKeyPolicyFairPlayRentalAndLeaseKeyTypeValues()
}
Expand Down Expand Up @@ -1215,6 +1229,9 @@ func PossibleH265VideoProfileValues() []H265VideoProfile {
func PossibleInsightsTypeValues() []InsightsType {
return original.PossibleInsightsTypeValues()
}
func PossibleInterleaveOutputValues() []InterleaveOutput {
return original.PossibleInterleaveOutputValues()
}
func PossibleJobErrorCategoryValues() []JobErrorCategory {
return original.PossibleJobErrorCategoryValues()
}
Expand All @@ -1239,9 +1256,6 @@ func PossibleLiveEventResourceStateValues() []LiveEventResourceState {
func PossibleLiveOutputResourceStateValues() []LiveOutputResourceState {
return original.PossibleLiveOutputResourceStateValues()
}
func PossibleManagedIdentityTypeValues() []ManagedIdentityType {
return original.PossibleManagedIdentityTypeValues()
}
func PossibleMetricAggregationTypeValues() []MetricAggregationType {
return original.PossibleMetricAggregationTypeValues()
}
Expand Down Expand Up @@ -1302,6 +1316,9 @@ func PossiblePrivateEndpointConnectionProvisioningStateValues() []PrivateEndpoin
func PossiblePrivateEndpointServiceConnectionStatusValues() []PrivateEndpointServiceConnectionStatus {
return original.PossiblePrivateEndpointServiceConnectionStatusValues()
}
func PossiblePublicNetworkAccessValues() []PublicNetworkAccess {
return original.PossiblePublicNetworkAccessValues()
}
func PossibleRotationValues() []Rotation {
return original.PossibleRotationValues()
}
Expand Down
44 changes: 44 additions & 0 deletions profiles/latest/mysql/mgmt/mysql/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ const (
PublicNetworkAccessEnumEnabled PublicNetworkAccessEnum = original.PublicNetworkAccessEnumEnabled
)

type QueryPerformanceInsightResetDataResultState = original.QueryPerformanceInsightResetDataResultState

const (
QueryPerformanceInsightResetDataResultStateFailed QueryPerformanceInsightResetDataResultState = original.QueryPerformanceInsightResetDataResultStateFailed
QueryPerformanceInsightResetDataResultStateSucceeded QueryPerformanceInsightResetDataResultState = original.QueryPerformanceInsightResetDataResultStateSucceeded
)

type ServerSecurityAlertPolicyState = original.ServerSecurityAlertPolicyState

const (
Expand Down Expand Up @@ -217,6 +224,7 @@ type PrivateLinkResourceProperties = original.PrivateLinkResourceProperties
type PrivateLinkResourcesClient = original.PrivateLinkResourcesClient
type PrivateLinkServiceConnectionStateProperty = original.PrivateLinkServiceConnectionStateProperty
type ProxyResource = original.ProxyResource
type QueryPerformanceInsightResetDataResult = original.QueryPerformanceInsightResetDataResult
type QueryStatistic = original.QueryStatistic
type QueryStatisticProperties = original.QueryStatisticProperties
type QueryText = original.QueryText
Expand All @@ -232,6 +240,9 @@ type RecommendationActionsResultListIterator = original.RecommendationActionsRes
type RecommendationActionsResultListPage = original.RecommendationActionsResultListPage
type RecommendedActionSessionsOperationStatus = original.RecommendedActionSessionsOperationStatus
type RecommendedActionsClient = original.RecommendedActionsClient
type RecoverableServerProperties = original.RecoverableServerProperties
type RecoverableServerResource = original.RecoverableServerResource
type RecoverableServersClient = original.RecoverableServersClient
type ReplicasClient = original.ReplicasClient
type Resource = original.Resource
type ResourceIdentity = original.ResourceIdentity
Expand All @@ -243,6 +254,7 @@ type ServerAdministratorResourceListResult = original.ServerAdministratorResourc
type ServerAdministratorsClient = original.ServerAdministratorsClient
type ServerAdministratorsCreateOrUpdateFuture = original.ServerAdministratorsCreateOrUpdateFuture
type ServerAdministratorsDeleteFuture = original.ServerAdministratorsDeleteFuture
type ServerBasedPerformanceTierClient = original.ServerBasedPerformanceTierClient
type ServerForCreate = original.ServerForCreate
type ServerKey = original.ServerKey
type ServerKeyListResult = original.ServerKeyListResult
Expand All @@ -253,6 +265,8 @@ type ServerKeysClient = original.ServerKeysClient
type ServerKeysCreateOrUpdateFuture = original.ServerKeysCreateOrUpdateFuture
type ServerKeysDeleteFuture = original.ServerKeysDeleteFuture
type ServerListResult = original.ServerListResult
type ServerParametersClient = original.ServerParametersClient
type ServerParametersListUpdateConfigurationsFuture = original.ServerParametersListUpdateConfigurationsFuture
type ServerPrivateEndpointConnection = original.ServerPrivateEndpointConnection
type ServerPrivateEndpointConnectionProperties = original.ServerPrivateEndpointConnectionProperties
type ServerPrivateLinkServiceConnectionStateProperty = original.ServerPrivateLinkServiceConnectionStateProperty
Expand All @@ -265,6 +279,9 @@ type ServerPropertiesForRestore = original.ServerPropertiesForRestore
type ServerSecurityAlertPoliciesClient = original.ServerSecurityAlertPoliciesClient
type ServerSecurityAlertPoliciesCreateOrUpdateFuture = original.ServerSecurityAlertPoliciesCreateOrUpdateFuture
type ServerSecurityAlertPolicy = original.ServerSecurityAlertPolicy
type ServerSecurityAlertPolicyListResult = original.ServerSecurityAlertPolicyListResult
type ServerSecurityAlertPolicyListResultIterator = original.ServerSecurityAlertPolicyListResultIterator
type ServerSecurityAlertPolicyListResultPage = original.ServerSecurityAlertPolicyListResultPage
type ServerUpdateParameters = original.ServerUpdateParameters
type ServerUpdateParametersProperties = original.ServerUpdateParametersProperties
type ServerUpgradeParameters = original.ServerUpgradeParameters
Expand Down Expand Up @@ -421,6 +438,12 @@ func NewRecommendedActionsClient(subscriptionID string) RecommendedActionsClient
func NewRecommendedActionsClientWithBaseURI(baseURI string, subscriptionID string) RecommendedActionsClient {
return original.NewRecommendedActionsClientWithBaseURI(baseURI, subscriptionID)
}
func NewRecoverableServersClient(subscriptionID string) RecoverableServersClient {
return original.NewRecoverableServersClient(subscriptionID)
}
func NewRecoverableServersClientWithBaseURI(baseURI string, subscriptionID string) RecoverableServersClient {
return original.NewRecoverableServersClientWithBaseURI(baseURI, subscriptionID)
}
func NewReplicasClient(subscriptionID string) ReplicasClient {
return original.NewReplicasClient(subscriptionID)
}
Expand All @@ -433,6 +456,12 @@ func NewServerAdministratorsClient(subscriptionID string) ServerAdministratorsCl
func NewServerAdministratorsClientWithBaseURI(baseURI string, subscriptionID string) ServerAdministratorsClient {
return original.NewServerAdministratorsClientWithBaseURI(baseURI, subscriptionID)
}
func NewServerBasedPerformanceTierClient(subscriptionID string) ServerBasedPerformanceTierClient {
return original.NewServerBasedPerformanceTierClient(subscriptionID)
}
func NewServerBasedPerformanceTierClientWithBaseURI(baseURI string, subscriptionID string) ServerBasedPerformanceTierClient {
return original.NewServerBasedPerformanceTierClientWithBaseURI(baseURI, subscriptionID)
}
func NewServerKeyListResultIterator(page ServerKeyListResultPage) ServerKeyListResultIterator {
return original.NewServerKeyListResultIterator(page)
}
Expand All @@ -445,12 +474,24 @@ func NewServerKeysClient(subscriptionID string) ServerKeysClient {
func NewServerKeysClientWithBaseURI(baseURI string, subscriptionID string) ServerKeysClient {
return original.NewServerKeysClientWithBaseURI(baseURI, subscriptionID)
}
func NewServerParametersClient(subscriptionID string) ServerParametersClient {
return original.NewServerParametersClient(subscriptionID)
}
func NewServerParametersClientWithBaseURI(baseURI string, subscriptionID string) ServerParametersClient {
return original.NewServerParametersClientWithBaseURI(baseURI, subscriptionID)
}
func NewServerSecurityAlertPoliciesClient(subscriptionID string) ServerSecurityAlertPoliciesClient {
return original.NewServerSecurityAlertPoliciesClient(subscriptionID)
}
func NewServerSecurityAlertPoliciesClientWithBaseURI(baseURI string, subscriptionID string) ServerSecurityAlertPoliciesClient {
return original.NewServerSecurityAlertPoliciesClientWithBaseURI(baseURI, subscriptionID)
}
func NewServerSecurityAlertPolicyListResultIterator(page ServerSecurityAlertPolicyListResultPage) ServerSecurityAlertPolicyListResultIterator {
return original.NewServerSecurityAlertPolicyListResultIterator(page)
}
func NewServerSecurityAlertPolicyListResultPage(cur ServerSecurityAlertPolicyListResult, getNextPage func(context.Context, ServerSecurityAlertPolicyListResult) (ServerSecurityAlertPolicyListResult, error)) ServerSecurityAlertPolicyListResultPage {
return original.NewServerSecurityAlertPolicyListResultPage(cur, getNextPage)
}
func NewServersClient(subscriptionID string) ServersClient {
return original.NewServersClient(subscriptionID)
}
Expand Down Expand Up @@ -526,6 +567,9 @@ func PossiblePrivateLinkServiceConnectionStateStatusValues() []PrivateLinkServic
func PossiblePublicNetworkAccessEnumValues() []PublicNetworkAccessEnum {
return original.PossiblePublicNetworkAccessEnumValues()
}
func PossibleQueryPerformanceInsightResetDataResultStateValues() []QueryPerformanceInsightResetDataResultState {
return original.PossibleQueryPerformanceInsightResetDataResultStateValues()
}
func PossibleServerSecurityAlertPolicyStateValues() []ServerSecurityAlertPolicyState {
return original.PossibleServerSecurityAlertPolicyStateValues()
}
Expand Down
3 changes: 3 additions & 0 deletions profiles/latest/mysql/mgmt/mysql/mysqlapi/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@ type PrivateEndpointConnectionsClientAPI = original.PrivateEndpointConnectionsCl
type PrivateLinkResourcesClientAPI = original.PrivateLinkResourcesClientAPI
type QueryTextsClientAPI = original.QueryTextsClientAPI
type RecommendedActionsClientAPI = original.RecommendedActionsClientAPI
type RecoverableServersClientAPI = original.RecoverableServersClientAPI
type ReplicasClientAPI = original.ReplicasClientAPI
type ServerAdministratorsClientAPI = original.ServerAdministratorsClientAPI
type ServerBasedPerformanceTierClientAPI = original.ServerBasedPerformanceTierClientAPI
type ServerKeysClientAPI = original.ServerKeysClientAPI
type ServerParametersClientAPI = original.ServerParametersClientAPI
type ServerSecurityAlertPoliciesClientAPI = original.ServerSecurityAlertPoliciesClientAPI
type ServersClientAPI = original.ServersClientAPI
type TopQueryStatisticsClientAPI = original.TopQueryStatisticsClientAPI
Expand Down
Loading