Skip to content

Commit

Permalink
Release v56.2.0 1628747491 (#15270)
Browse files Browse the repository at this point in the history
* Generated from specification/machinelearningservices/resource-manager/readme.md tag package-2021-07-01 (commit hash: 47545c5f0842f5be29529674a4609d75a973d783)

* Generated from specification/network/resource-manager/readme.md tag package-2021-02 (commit hash: 47545c5f0842f5be29529674a4609d75a973d783)

* Generated from specification/web/resource-manager/readme.md tag package-2021-02 (commit hash: 47545c5f0842f5be29529674a4609d75a973d783)

* Generated from specification/containerservice/resource-manager/readme.md tag package-2021-07 (commit hash: 47545c5f0842f5be29529674a4609d75a973d783)

* Generated from specification/datafactory/resource-manager/readme.md tag package-2018-06 (commit hash: 47545c5f0842f5be29529674a4609d75a973d783)

* v56.2.0
  • Loading branch information
Alancere authored Aug 12, 2021
1 parent 79a93a8 commit d1ac3e5
Show file tree
Hide file tree
Showing 79 changed files with 116,988 additions and 700 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## `v56.2.0`

### New Packages

- `github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2021-07-01/containerservice`
- `github.com/Azure/azure-sdk-for-go/services/machinelearningservices/mgmt/2021-07-01/machinelearningservices`
- `github.com/Azure/azure-sdk-for-go/services/web/mgmt/2021-02-01/web`

### Updated Packages

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

## `v56.1.0`

### New Packages
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-05-01/containerservice/containerserviceapi"
import original "github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2021-07-01/containerservice/containerserviceapi"

type AgentPoolsClientAPI = original.AgentPoolsClientAPI
type MaintenanceConfigurationsClientAPI = original.MaintenanceConfigurationsClientAPI
Expand Down
25 changes: 21 additions & 4 deletions 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-05-01/containerservice"
original "github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2021-07-01/containerservice"
)

const (
Expand Down Expand Up @@ -170,8 +170,10 @@ const (
type OutboundType = original.OutboundType

const (
OutboundTypeLoadBalancer OutboundType = original.OutboundTypeLoadBalancer
OutboundTypeUserDefinedRouting OutboundType = original.OutboundTypeUserDefinedRouting
OutboundTypeLoadBalancer OutboundType = original.OutboundTypeLoadBalancer
OutboundTypeManagedNATGateway OutboundType = original.OutboundTypeManagedNATGateway
OutboundTypeUserAssignedNATGateway OutboundType = original.OutboundTypeUserAssignedNATGateway
OutboundTypeUserDefinedRouting OutboundType = original.OutboundTypeUserDefinedRouting
)

type PrivateEndpointConnectionProvisioningState = original.PrivateEndpointConnectionProvisioningState
Expand All @@ -191,6 +193,13 @@ const (
ResourceIdentityTypeUserAssigned ResourceIdentityType = original.ResourceIdentityTypeUserAssigned
)

type ScaleDownMode = original.ScaleDownMode

const (
ScaleDownModeDeallocate ScaleDownMode = original.ScaleDownModeDeallocate
ScaleDownModeDelete ScaleDownMode = original.ScaleDownModeDelete
)

type ScaleSetEvictionPolicy = original.ScaleSetEvictionPolicy

const (
Expand Down Expand Up @@ -467,16 +476,21 @@ type ManagedClusterLoadBalancerProfile = original.ManagedClusterLoadBalancerProf
type ManagedClusterLoadBalancerProfileManagedOutboundIPs = original.ManagedClusterLoadBalancerProfileManagedOutboundIPs
type ManagedClusterLoadBalancerProfileOutboundIPPrefixes = original.ManagedClusterLoadBalancerProfileOutboundIPPrefixes
type ManagedClusterLoadBalancerProfileOutboundIPs = original.ManagedClusterLoadBalancerProfileOutboundIPs
type ManagedClusterManagedOutboundIPProfile = original.ManagedClusterManagedOutboundIPProfile
type ManagedClusterNATGatewayProfile = original.ManagedClusterNATGatewayProfile
type ManagedClusterPodIdentity = original.ManagedClusterPodIdentity
type ManagedClusterPodIdentityException = original.ManagedClusterPodIdentityException
type ManagedClusterPodIdentityProfile = original.ManagedClusterPodIdentityProfile
type ManagedClusterPodIdentityProvisioningError = original.ManagedClusterPodIdentityProvisioningError
type ManagedClusterPodIdentityProvisioningErrorBody = original.ManagedClusterPodIdentityProvisioningErrorBody
type ManagedClusterPodIdentityProvisioningInfo = original.ManagedClusterPodIdentityProvisioningInfo
type ManagedClusterPoolUpgradeProfile = original.ManagedClusterPoolUpgradeProfile
type ManagedClusterPoolUpgradeProfileUpgradesItem = original.ManagedClusterPoolUpgradeProfileUpgradesItem
type ManagedClusterProperties = original.ManagedClusterProperties
type ManagedClusterPropertiesAutoScalerProfile = original.ManagedClusterPropertiesAutoScalerProfile
type ManagedClusterPropertiesIdentityProfileValue = original.ManagedClusterPropertiesIdentityProfileValue
type ManagedClusterSKU = original.ManagedClusterSKU
type ManagedClusterSecurityProfile = original.ManagedClusterSecurityProfile
type ManagedClusterSecurityProfileAzureDefender = original.ManagedClusterSecurityProfileAzureDefender
type ManagedClusterServicePrincipalProfile = original.ManagedClusterServicePrincipalProfile
type ManagedClusterUpgradeProfile = original.ManagedClusterUpgradeProfile
type ManagedClusterUpgradeProfileProperties = original.ManagedClusterUpgradeProfileProperties
Expand Down Expand Up @@ -672,6 +686,9 @@ func PossiblePrivateEndpointConnectionProvisioningStateValues() []PrivateEndpoin
func PossibleResourceIdentityTypeValues() []ResourceIdentityType {
return original.PossibleResourceIdentityTypeValues()
}
func PossibleScaleDownModeValues() []ScaleDownMode {
return original.PossibleScaleDownModeValues()
}
func PossibleScaleSetEvictionPolicyValues() []ScaleSetEvictionPolicy {
return original.PossibleScaleSetEvictionPolicyValues()
}
Expand Down
4 changes: 4 additions & 0 deletions profiles/latest/datafactory/mgmt/datafactory/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -1935,6 +1935,10 @@ type IntegrationRuntimeNodeMonitoringData = original.IntegrationRuntimeNodeMonit
type IntegrationRuntimeNodesClient = original.IntegrationRuntimeNodesClient
type IntegrationRuntimeObjectMetadataClient = original.IntegrationRuntimeObjectMetadataClient
type IntegrationRuntimeObjectMetadataRefreshFuture = original.IntegrationRuntimeObjectMetadataRefreshFuture
type IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint = original.IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint
type IntegrationRuntimeOutboundNetworkDependenciesEndpoint = original.IntegrationRuntimeOutboundNetworkDependenciesEndpoint
type IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails = original.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails
type IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse = original.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse
type IntegrationRuntimeReference = original.IntegrationRuntimeReference
type IntegrationRuntimeRegenerateKeyParameters = original.IntegrationRuntimeRegenerateKeyParameters
type IntegrationRuntimeResource = original.IntegrationRuntimeResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,16 @@

package machinelearningservicesapi

import original "github.com/Azure/azure-sdk-for-go/services/machinelearningservices/mgmt/2021-04-01/machinelearningservices/machinelearningservicesapi"
import original "github.com/Azure/azure-sdk-for-go/services/machinelearningservices/mgmt/2021-07-01/machinelearningservices/machinelearningservicesapi"

type ClientAPI = original.ClientAPI
type MachineLearningComputeClientAPI = original.MachineLearningComputeClientAPI
type NotebooksClientAPI = original.NotebooksClientAPI
type ComputeClientAPI = original.ComputeClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type PrivateEndpointConnectionsClientAPI = original.PrivateEndpointConnectionsClientAPI
type PrivateLinkResourcesClientAPI = original.PrivateLinkResourcesClientAPI
type QuotasClientAPI = original.QuotasClientAPI
type StorageAccountClientAPI = original.StorageAccountClientAPI
type UsagesClientAPI = original.UsagesClientAPI
type VirtualMachineSizesClientAPI = original.VirtualMachineSizesClientAPI
type WorkspaceClientAPI = original.WorkspaceClientAPI
type WorkspaceConnectionsClientAPI = original.WorkspaceConnectionsClientAPI
type WorkspaceFeaturesClientAPI = original.WorkspaceFeaturesClientAPI
type WorkspaceSkusClientAPI = original.WorkspaceSkusClientAPI
type WorkspacesClientAPI = original.WorkspacesClientAPI
Loading

0 comments on commit d1ac3e5

Please sign in to comment.