Skip to content

Commit

Permalink
Release v55.6.0 1625727542 (#14999)
Browse files Browse the repository at this point in the history
* Generated from specification/resources/resource-manager/readme.md tag package-features-2021-07 (commit hash: f9883569df850be792a37df17a1a28a5bdcdfc39)

* Generated from specification/security/resource-manager/readme.md tag package-composite-v3 (commit hash: f9883569df850be792a37df17a1a28a5bdcdfc39)

* Generated from specification/vmware/resource-manager/readme.md tag package-2021-06-01 (commit hash: f9883569df850be792a37df17a1a28a5bdcdfc39)

* Generated from specification/web/resource-manager/readme.md tag package-2021-01-15 (commit hash: f9883569df850be792a37df17a1a28a5bdcdfc39)

* Generated from specification/appplatform/resource-manager/readme.md tag package-preview-2021-06 (commit hash: f9883569df850be792a37df17a1a28a5bdcdfc39)

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

* Generated from specification/quantum/resource-manager/readme.md tag package-2019-11-04-preview (commit hash: f9883569df850be792a37df17a1a28a5bdcdfc39)

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

* v55.6.0
  • Loading branch information
chenjianfei2017 authored Jul 9, 2021
1 parent 705274f commit 7ccecb4
Show file tree
Hide file tree
Showing 132 changed files with 144,437 additions and 1,567 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# CHANGELOG

## `v55.6.0`

### New Packages

- `github.com/Azure/azure-sdk-for-go/services/avs/mgmt/2021-06-01/avs`
- `github.com/Azure/azure-sdk-for-go/services/preview/appplatform/mgmt/2021-06-01-preview/appplatform`
- `github.com/Azure/azure-sdk-for-go/services/preview/edgeorder/mgmt/2020-12-01-preview/edgeorder`
- `github.com/Azure/azure-sdk-for-go/services/redis/mgmt/2020-12-01/redis`
- `github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2021-07-01/features`
- `github.com/Azure/azure-sdk-for-go/services/web/mgmt/2021-01-15/web`

### Updated Packages

| 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) |

### 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) |

## `v55.5.0`

### New Packages
Expand All @@ -13,7 +36,7 @@

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/preview/appconfiguration/mgmt/2021-03-01-preview/appconfiguration` | [details](https://github.com/Azure/azure-sdk-for-go/tree/master/services/preview/appconfiguration/mgmt/2021-03-01-preview/appconfiguration/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/preview/appconfiguration/mgmt/2021-03-01-preview/appconfiguration` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v55.5.0/services/preview/appconfiguration/mgmt/2021-03-01-preview/appconfiguration/CHANGELOG.md) |

## `v55.4.0`

Expand Down
10 changes: 9 additions & 1 deletion profiles/latest/avs/mgmt/avs/avsapi/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,19 @@

package avsapi

import original "github.com/Azure/azure-sdk-for-go/services/avs/mgmt/2020-03-20/avs/avsapi"
import original "github.com/Azure/azure-sdk-for-go/services/avs/mgmt/2021-06-01/avs/avsapi"

type AddonsClientAPI = original.AddonsClientAPI
type AuthorizationsClientAPI = original.AuthorizationsClientAPI
type CloudLinksClientAPI = original.CloudLinksClientAPI
type ClustersClientAPI = original.ClustersClientAPI
type DatastoresClientAPI = original.DatastoresClientAPI
type GlobalReachConnectionsClientAPI = original.GlobalReachConnectionsClientAPI
type HcxEnterpriseSitesClientAPI = original.HcxEnterpriseSitesClientAPI
type LocationsClientAPI = original.LocationsClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type PrivateCloudsClientAPI = original.PrivateCloudsClientAPI
type ScriptCmdletsClientAPI = original.ScriptCmdletsClientAPI
type ScriptExecutionsClientAPI = original.ScriptExecutionsClientAPI
type ScriptPackagesClientAPI = original.ScriptPackagesClientAPI
type WorkloadNetworksClientAPI = original.WorkloadNetworksClientAPI
642 changes: 627 additions & 15 deletions profiles/latest/avs/mgmt/avs/models.go

Large diffs are not rendered by default.

73 changes: 41 additions & 32 deletions profiles/latest/redis/mgmt/redis/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package redis
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/redis/mgmt/2020-06-01/redis"
original "github.com/Azure/azure-sdk-for-go/services/redis/mgmt/2020-12-01/redis"
)

const (
Expand All @@ -21,39 +21,39 @@ const (
type DayOfWeek = original.DayOfWeek

const (
Everyday DayOfWeek = original.Everyday
Friday DayOfWeek = original.Friday
Monday DayOfWeek = original.Monday
Saturday DayOfWeek = original.Saturday
Sunday DayOfWeek = original.Sunday
Thursday DayOfWeek = original.Thursday
Tuesday DayOfWeek = original.Tuesday
Wednesday DayOfWeek = original.Wednesday
Weekend DayOfWeek = original.Weekend
DayOfWeekEveryday DayOfWeek = original.DayOfWeekEveryday
DayOfWeekFriday DayOfWeek = original.DayOfWeekFriday
DayOfWeekMonday DayOfWeek = original.DayOfWeekMonday
DayOfWeekSaturday DayOfWeek = original.DayOfWeekSaturday
DayOfWeekSunday DayOfWeek = original.DayOfWeekSunday
DayOfWeekThursday DayOfWeek = original.DayOfWeekThursday
DayOfWeekTuesday DayOfWeek = original.DayOfWeekTuesday
DayOfWeekWednesday DayOfWeek = original.DayOfWeekWednesday
DayOfWeekWeekend DayOfWeek = original.DayOfWeekWeekend
)

type KeyType = original.KeyType

const (
Primary KeyType = original.Primary
Secondary KeyType = original.Secondary
KeyTypePrimary KeyType = original.KeyTypePrimary
KeyTypeSecondary KeyType = original.KeyTypeSecondary
)

type PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningState

const (
Creating PrivateEndpointConnectionProvisioningState = original.Creating
Deleting PrivateEndpointConnectionProvisioningState = original.Deleting
Failed PrivateEndpointConnectionProvisioningState = original.Failed
Succeeded PrivateEndpointConnectionProvisioningState = original.Succeeded
PrivateEndpointConnectionProvisioningStateCreating PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningStateCreating
PrivateEndpointConnectionProvisioningStateDeleting PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningStateDeleting
PrivateEndpointConnectionProvisioningStateFailed PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningStateFailed
PrivateEndpointConnectionProvisioningStateSucceeded PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningStateSucceeded
)

type PrivateEndpointServiceConnectionStatus = original.PrivateEndpointServiceConnectionStatus

const (
Approved PrivateEndpointServiceConnectionStatus = original.Approved
Pending PrivateEndpointServiceConnectionStatus = original.Pending
Rejected PrivateEndpointServiceConnectionStatus = original.Rejected
PrivateEndpointServiceConnectionStatusApproved PrivateEndpointServiceConnectionStatus = original.PrivateEndpointServiceConnectionStatusApproved
PrivateEndpointServiceConnectionStatusPending PrivateEndpointServiceConnectionStatus = original.PrivateEndpointServiceConnectionStatusPending
PrivateEndpointServiceConnectionStatusRejected PrivateEndpointServiceConnectionStatus = original.PrivateEndpointServiceConnectionStatusRejected
)

type ProvisioningState = original.ProvisioningState
Expand All @@ -76,16 +76,16 @@ const (
type PublicNetworkAccess = original.PublicNetworkAccess

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

type RebootType = original.RebootType

const (
AllNodes RebootType = original.AllNodes
PrimaryNode RebootType = original.PrimaryNode
SecondaryNode RebootType = original.SecondaryNode
RebootTypeAllNodes RebootType = original.RebootTypeAllNodes
RebootTypePrimaryNode RebootType = original.RebootTypePrimaryNode
RebootTypeSecondaryNode RebootType = original.RebootTypeSecondaryNode
)

type ReplicationRole = original.ReplicationRole
Expand All @@ -98,27 +98,28 @@ const (
type SkuFamily = original.SkuFamily

const (
C SkuFamily = original.C
P SkuFamily = original.P
SkuFamilyC SkuFamily = original.SkuFamilyC
SkuFamilyP SkuFamily = original.SkuFamilyP
)

type SkuName = original.SkuName

const (
Basic SkuName = original.Basic
Premium SkuName = original.Premium
Standard SkuName = original.Standard
SkuNameBasic SkuName = original.SkuNameBasic
SkuNamePremium SkuName = original.SkuNamePremium
SkuNameStandard SkuName = original.SkuNameStandard
)

type TLSVersion = original.TLSVersion

const (
OneFullStopOne TLSVersion = original.OneFullStopOne
OneFullStopTwo TLSVersion = original.OneFullStopTwo
OneFullStopZero TLSVersion = original.OneFullStopZero
TLSVersionOneFullStopOne TLSVersion = original.TLSVersionOneFullStopOne
TLSVersionOneFullStopTwo TLSVersion = original.TLSVersionOneFullStopTwo
TLSVersionOneFullStopZero TLSVersion = original.TLSVersionOneFullStopZero
)

type AccessKeys = original.AccessKeys
type AzureEntityResource = original.AzureEntityResource
type BaseClient = original.BaseClient
type CheckNameAvailabilityParameters = original.CheckNameAvailabilityParameters
type Client = original.Client
Expand Down Expand Up @@ -157,6 +158,8 @@ type ListResult = original.ListResult
type ListResultIterator = original.ListResultIterator
type ListResultPage = original.ListResultPage
type NotificationListResponse = original.NotificationListResponse
type NotificationListResponseIterator = original.NotificationListResponseIterator
type NotificationListResponsePage = original.NotificationListResponsePage
type Operation = original.Operation
type OperationDisplay = original.OperationDisplay
type OperationListResult = original.OperationListResult
Expand Down Expand Up @@ -232,6 +235,12 @@ func NewListResultIterator(page ListResultPage) ListResultIterator {
func NewListResultPage(cur ListResult, getNextPage func(context.Context, ListResult) (ListResult, error)) ListResultPage {
return original.NewListResultPage(cur, getNextPage)
}
func NewNotificationListResponseIterator(page NotificationListResponsePage) NotificationListResponseIterator {
return original.NewNotificationListResponseIterator(page)
}
func NewNotificationListResponsePage(cur NotificationListResponse, getNextPage func(context.Context, NotificationListResponse) (NotificationListResponse, error)) NotificationListResponsePage {
return original.NewNotificationListResponsePage(cur, getNextPage)
}
func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator {
return original.NewOperationListResultIterator(page)
}
Expand Down
2 changes: 1 addition & 1 deletion profiles/latest/redis/mgmt/redis/redisapi/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

package redisapi

import original "github.com/Azure/azure-sdk-for-go/services/redis/mgmt/2020-06-01/redis/redisapi"
import original "github.com/Azure/azure-sdk-for-go/services/redis/mgmt/2020-12-01/redis/redisapi"

type ClientAPI = original.ClientAPI
type FirewallRulesClientAPI = original.FirewallRulesClientAPI
Expand Down
12 changes: 4 additions & 8 deletions profiles/latest/resources/mgmt/features/featuresapi/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@

package featuresapi

import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-07-01/features/featuresapi"
import original "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2021-07-01/features/featuresapi"

type DeploymentOperationsClientAPI = original.DeploymentOperationsClientAPI
type DeploymentsClientAPI = original.DeploymentsClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type ProvidersClientAPI = original.ProvidersClientAPI
type ResourceGroupsClientAPI = original.ResourceGroupsClientAPI
type ResourcesClientAPI = original.ResourcesClientAPI
type TagsClientAPI = original.TagsClientAPI
type BaseClientAPI = original.BaseClientAPI
type ClientAPI = original.ClientAPI
type SubscriptionFeatureRegistrationsClientAPI = original.SubscriptionFeatureRegistrationsClientAPI
Loading

0 comments on commit 7ccecb4

Please sign in to comment.