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 v53.2.0 #14527

Merged
merged 4 commits into from
Apr 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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## `v53.2.0`

### New Packages

- `github.com/Azure/azure-sdk-for-go/services/preview/signalr/mgmt/2021-04-01-preview/signalr`
- `github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2021-02-01/storage`

### Updated Packages

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/datafactory/mgmt/2018-06-01/datafactory` | [details](services/datafactory/mgmt/2018-06-01/datafactory/CHANGELOG.md) |

## `v53.1.0`

### New Packages
Expand Down
81 changes: 48 additions & 33 deletions profiles/latest/datafactory/mgmt/datafactory/models.go

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion profiles/latest/storage/mgmt/storage/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package storage
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2021-01-01/storage"
original "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2021-02-01/storage"
)

const (
Expand Down Expand Up @@ -511,6 +511,8 @@ type Identity = original.Identity
type ImmutabilityPolicy = original.ImmutabilityPolicy
type ImmutabilityPolicyProperties = original.ImmutabilityPolicyProperties
type ImmutabilityPolicyProperty = original.ImmutabilityPolicyProperty
type KeyCreationTime = original.KeyCreationTime
type KeyPolicy = original.KeyPolicy
type KeyVaultProperties = original.KeyVaultProperties
type LastAccessTimeTrackingPolicy = original.LastAccessTimeTrackingPolicy
type LeaseContainerRequest = original.LeaseContainerRequest
Expand Down Expand Up @@ -583,6 +585,7 @@ type RestorePolicyProperties = original.RestorePolicyProperties
type Restriction = original.Restriction
type RoutingPreference = original.RoutingPreference
type SKUCapability = original.SKUCapability
type SasPolicy = original.SasPolicy
type ServiceSasParameters = original.ServiceSasParameters
type ServiceSpecification = original.ServiceSpecification
type Sku = original.Sku
Expand Down
2 changes: 1 addition & 1 deletion profiles/latest/storage/mgmt/storage/storageapi/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

package storageapi

import original "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2021-01-01/storage/storageapi"
import original "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2021-02-01/storage/storageapi"

type AccountsClientAPI = original.AccountsClientAPI
type BlobContainersClientAPI = original.BlobContainersClientAPI
Expand Down
81 changes: 48 additions & 33 deletions profiles/preview/datafactory/mgmt/datafactory/models.go

Large diffs are not rendered by default.

65 changes: 62 additions & 3 deletions profiles/preview/preview/signalr/mgmt/signalr/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package signalr
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/preview/signalr/mgmt/2020-07-01-preview/signalr"
original "github.com/Azure/azure-sdk-for-go/services/preview/signalr/mgmt/2021-04-01-preview/signalr"
)

const (
Expand All @@ -25,10 +25,20 @@ const (
Deny ACLAction = original.Deny
)

type CreatedByType = original.CreatedByType

const (
CreatedByTypeApplication CreatedByType = original.CreatedByTypeApplication
CreatedByTypeKey CreatedByType = original.CreatedByTypeKey
CreatedByTypeManagedIdentity CreatedByType = original.CreatedByTypeManagedIdentity
CreatedByTypeUser CreatedByType = original.CreatedByTypeUser
)

type FeatureFlags = original.FeatureFlags

const (
EnableConnectivityLogs FeatureFlags = original.EnableConnectivityLogs
EnableLiveTrace FeatureFlags = original.EnableLiveTrace
EnableMessagingLogs FeatureFlags = original.EnableMessagingLogs
ServiceMode FeatureFlags = original.ServiceMode
)
Expand Down Expand Up @@ -77,6 +87,7 @@ const (
ClientConnection RequestType = original.ClientConnection
RESTAPI RequestType = original.RESTAPI
ServerConnection RequestType = original.ServerConnection
Trace RequestType = original.Trace
)

type ServiceKind = original.ServiceKind
Expand All @@ -86,6 +97,16 @@ const (
SignalR ServiceKind = original.SignalR
)

type SharedPrivateLinkResourceStatus = original.SharedPrivateLinkResourceStatus

const (
SharedPrivateLinkResourceStatusApproved SharedPrivateLinkResourceStatus = original.SharedPrivateLinkResourceStatusApproved
SharedPrivateLinkResourceStatusDisconnected SharedPrivateLinkResourceStatus = original.SharedPrivateLinkResourceStatusDisconnected
SharedPrivateLinkResourceStatusPending SharedPrivateLinkResourceStatus = original.SharedPrivateLinkResourceStatusPending
SharedPrivateLinkResourceStatusRejected SharedPrivateLinkResourceStatus = original.SharedPrivateLinkResourceStatusRejected
SharedPrivateLinkResourceStatusTimeout SharedPrivateLinkResourceStatus = original.SharedPrivateLinkResourceStatusTimeout
)

type SkuTier = original.SkuTier

const (
Expand All @@ -106,11 +127,11 @@ type BaseClient = original.BaseClient
type Client = original.Client
type CorsSettings = original.CorsSettings
type CreateOrUpdateFuture = original.CreateOrUpdateFuture
type CreateOrUpdateProperties = original.CreateOrUpdateProperties
type DeleteFuture = original.DeleteFuture
type Dimension = original.Dimension
type ErrorAdditionalInfo = original.ErrorAdditionalInfo
type ErrorDetail = original.ErrorDetail
type ErrorResponse = original.ErrorResponse
type ErrorResponseBody = original.ErrorResponseBody
type Feature = original.Feature
type Keys = original.Keys
type LogSpecification = original.LogSpecification
Expand All @@ -131,6 +152,9 @@ type OperationsClient = original.OperationsClient
type PrivateEndpoint = original.PrivateEndpoint
type PrivateEndpointACL = original.PrivateEndpointACL
type PrivateEndpointConnection = original.PrivateEndpointConnection
type PrivateEndpointConnectionList = original.PrivateEndpointConnectionList
type PrivateEndpointConnectionListIterator = original.PrivateEndpointConnectionListIterator
type PrivateEndpointConnectionListPage = original.PrivateEndpointConnectionListPage
type PrivateEndpointConnectionProperties = original.PrivateEndpointConnectionProperties
type PrivateEndpointConnectionsClient = original.PrivateEndpointConnectionsClient
type PrivateEndpointConnectionsDeleteFuture = original.PrivateEndpointConnectionsDeleteFuture
Expand All @@ -154,6 +178,17 @@ type ResourceType = original.ResourceType
type RestartFuture = original.RestartFuture
type ServerlessUpstreamSettings = original.ServerlessUpstreamSettings
type ServiceSpecification = original.ServiceSpecification
type ShareablePrivateLinkResourceProperties = original.ShareablePrivateLinkResourceProperties
type ShareablePrivateLinkResourceType = original.ShareablePrivateLinkResourceType
type SharedPrivateLinkResource = original.SharedPrivateLinkResource
type SharedPrivateLinkResourceList = original.SharedPrivateLinkResourceList
type SharedPrivateLinkResourceListIterator = original.SharedPrivateLinkResourceListIterator
type SharedPrivateLinkResourceListPage = original.SharedPrivateLinkResourceListPage
type SharedPrivateLinkResourceProperties = original.SharedPrivateLinkResourceProperties
type SharedPrivateLinkResourcesClient = original.SharedPrivateLinkResourcesClient
type SharedPrivateLinkResourcesCreateOrUpdateFuture = original.SharedPrivateLinkResourcesCreateOrUpdateFuture
type SharedPrivateLinkResourcesDeleteFuture = original.SharedPrivateLinkResourcesDeleteFuture
type SystemData = original.SystemData
type TLSSettings = original.TLSSettings
type TrackedResource = original.TrackedResource
type UpdateFuture = original.UpdateFuture
Expand Down Expand Up @@ -188,6 +223,12 @@ func NewOperationsClient(subscriptionID string) OperationsClient {
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
}
func NewPrivateEndpointConnectionListIterator(page PrivateEndpointConnectionListPage) PrivateEndpointConnectionListIterator {
return original.NewPrivateEndpointConnectionListIterator(page)
}
func NewPrivateEndpointConnectionListPage(cur PrivateEndpointConnectionList, getNextPage func(context.Context, PrivateEndpointConnectionList) (PrivateEndpointConnectionList, error)) PrivateEndpointConnectionListPage {
return original.NewPrivateEndpointConnectionListPage(cur, getNextPage)
}
func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient {
return original.NewPrivateEndpointConnectionsClient(subscriptionID)
}
Expand All @@ -212,6 +253,18 @@ func NewResourceListIterator(page ResourceListPage) ResourceListIterator {
func NewResourceListPage(cur ResourceList, getNextPage func(context.Context, ResourceList) (ResourceList, error)) ResourceListPage {
return original.NewResourceListPage(cur, getNextPage)
}
func NewSharedPrivateLinkResourceListIterator(page SharedPrivateLinkResourceListPage) SharedPrivateLinkResourceListIterator {
return original.NewSharedPrivateLinkResourceListIterator(page)
}
func NewSharedPrivateLinkResourceListPage(cur SharedPrivateLinkResourceList, getNextPage func(context.Context, SharedPrivateLinkResourceList) (SharedPrivateLinkResourceList, error)) SharedPrivateLinkResourceListPage {
return original.NewSharedPrivateLinkResourceListPage(cur, getNextPage)
}
func NewSharedPrivateLinkResourcesClient(subscriptionID string) SharedPrivateLinkResourcesClient {
return original.NewSharedPrivateLinkResourcesClient(subscriptionID)
}
func NewSharedPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) SharedPrivateLinkResourcesClient {
return original.NewSharedPrivateLinkResourcesClientWithBaseURI(baseURI, subscriptionID)
}
func NewUsageListIterator(page UsageListPage) UsageListIterator {
return original.NewUsageListIterator(page)
}
Expand All @@ -230,6 +283,9 @@ func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
func PossibleACLActionValues() []ACLAction {
return original.PossibleACLActionValues()
}
func PossibleCreatedByTypeValues() []CreatedByType {
return original.PossibleCreatedByTypeValues()
}
func PossibleFeatureFlagsValues() []FeatureFlags {
return original.PossibleFeatureFlagsValues()
}
Expand All @@ -251,6 +307,9 @@ func PossibleRequestTypeValues() []RequestType {
func PossibleServiceKindValues() []ServiceKind {
return original.PossibleServiceKindValues()
}
func PossibleSharedPrivateLinkResourceStatusValues() []SharedPrivateLinkResourceStatus {
return original.PossibleSharedPrivateLinkResourceStatusValues()
}
func PossibleSkuTierValues() []SkuTier {
return original.PossibleSkuTierValues()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@

package signalrapi

import original "github.com/Azure/azure-sdk-for-go/services/preview/signalr/mgmt/2020-07-01-preview/signalr/signalrapi"
import original "github.com/Azure/azure-sdk-for-go/services/preview/signalr/mgmt/2021-04-01-preview/signalr/signalrapi"

type ClientAPI = original.ClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type PrivateEndpointConnectionsClientAPI = original.PrivateEndpointConnectionsClientAPI
type PrivateLinkResourcesClientAPI = original.PrivateLinkResourcesClientAPI
type SharedPrivateLinkResourcesClientAPI = original.SharedPrivateLinkResourcesClientAPI
type UsagesClientAPI = original.UsagesClientAPI
5 changes: 4 additions & 1 deletion profiles/preview/storage/mgmt/storage/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package storage
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2021-01-01/storage"
original "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2021-02-01/storage"
)

const (
Expand Down Expand Up @@ -511,6 +511,8 @@ type Identity = original.Identity
type ImmutabilityPolicy = original.ImmutabilityPolicy
type ImmutabilityPolicyProperties = original.ImmutabilityPolicyProperties
type ImmutabilityPolicyProperty = original.ImmutabilityPolicyProperty
type KeyCreationTime = original.KeyCreationTime
type KeyPolicy = original.KeyPolicy
type KeyVaultProperties = original.KeyVaultProperties
type LastAccessTimeTrackingPolicy = original.LastAccessTimeTrackingPolicy
type LeaseContainerRequest = original.LeaseContainerRequest
Expand Down Expand Up @@ -583,6 +585,7 @@ type RestorePolicyProperties = original.RestorePolicyProperties
type Restriction = original.Restriction
type RoutingPreference = original.RoutingPreference
type SKUCapability = original.SKUCapability
type SasPolicy = original.SasPolicy
type ServiceSasParameters = original.ServiceSasParameters
type ServiceSpecification = original.ServiceSpecification
type Sku = original.Sku
Expand Down
2 changes: 1 addition & 1 deletion profiles/preview/storage/mgmt/storage/storageapi/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

package storageapi

import original "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2021-01-01/storage/storageapi"
import original "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2021-02-01/storage/storageapi"

type AccountsClientAPI = original.AccountsClientAPI
type BlobContainersClientAPI = original.BlobContainersClientAPI
Expand Down
Loading