Skip to content

Commit

Permalink
Release v63.4.0 (Azure#17721)
Browse files Browse the repository at this point in the history
* Generated from specification/network/resource-manager/readme.md tag package-2021-05 (commit hash: fc9d4d2798f755bea848ac1c29b2730d31002cb8)

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

* Generated from specification/reservations/resource-manager/readme.md tag package-2022-03 (commit hash: fc9d4d2798f755bea848ac1c29b2730d31002cb8)

* Generated from specification/synapse/resource-manager/readme.md tag package-composite-v2 (commit hash: fc9d4d2798f755bea848ac1c29b2730d31002cb8)

* Generated from specification/containerservice/resource-manager/readme.md tag package-2022-03 (commit hash: fc9d4d2798f755bea848ac1c29b2730d31002cb8)

* Generated from specification/containerservice/resource-manager/readme.md tag package-preview-2022-03 (commit hash: fc9d4d2798f755bea848ac1c29b2730d31002cb8)

* v63.4.0
  • Loading branch information
Alancere authored Apr 25, 2022
1 parent b4d31bb commit 4dbc884
Show file tree
Hide file tree
Showing 189 changed files with 139,194 additions and 312 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## `v63.4.0`

### New Packages

- `github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2022-03-01/containerservice`
- `github.com/Azure/azure-sdk-for-go/services/network/mgmt/2021-08-01/network`
- `github.com/Azure/azure-sdk-for-go/services/preview/containerservice/mgmt/2022-03-02-preview/containerservice`
- `github.com/Azure/azure-sdk-for-go/services/reservations/mgmt/2022-03-01/reservations`

### Updated Packages

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/preview/synapse/mgmt/v2.0/synapse` | [details](https://github.com/Azure/azure-sdk-for-go/tree/main/services/preview/synapse/mgmt/v2.0/synapse/CHANGELOG.md) |

## `v63.3.0`

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

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/preview/botservice/mgmt/2021-05-01-preview/botservice` | [details](https://github.com/Azure/azure-sdk-for-go/tree/main/services/preview/botservice/mgmt/2021-05-01-preview/botservice/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/preview/botservice/mgmt/2021-05-01-preview/botservice` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v63.3.0/services/preview/botservice/mgmt/2021-05-01-preview/botservice/CHANGELOG.md) |

## `v63.2.0`

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

package containerserviceapi

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

type AgentPoolsClientAPI = original.AgentPoolsClientAPI
type MaintenanceConfigurationsClientAPI = original.MaintenanceConfigurationsClientAPI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package containerservice
import (
"context"

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

const (
Expand Down Expand Up @@ -473,6 +473,7 @@ type AgentPoolsClient = original.AgentPoolsClient
type AgentPoolsCreateOrUpdateFuture = original.AgentPoolsCreateOrUpdateFuture
type AgentPoolsDeleteFuture = original.AgentPoolsDeleteFuture
type AgentPoolsUpgradeNodeImageVersionFuture = original.AgentPoolsUpgradeNodeImageVersionFuture
type AzureEntityResource = original.AzureEntityResource
type BaseClient = original.BaseClient
type CloudError = original.CloudError
type CloudErrorBody = original.CloudErrorBody
Expand Down Expand Up @@ -528,6 +529,10 @@ type ManagedClusterSKU = original.ManagedClusterSKU
type ManagedClusterSecurityProfile = original.ManagedClusterSecurityProfile
type ManagedClusterSecurityProfileAzureDefender = original.ManagedClusterSecurityProfileAzureDefender
type ManagedClusterServicePrincipalProfile = original.ManagedClusterServicePrincipalProfile
type ManagedClusterStorageProfile = original.ManagedClusterStorageProfile
type ManagedClusterStorageProfileDiskCSIDriver = original.ManagedClusterStorageProfileDiskCSIDriver
type ManagedClusterStorageProfileFileCSIDriver = original.ManagedClusterStorageProfileFileCSIDriver
type ManagedClusterStorageProfileSnapshotController = original.ManagedClusterStorageProfileSnapshotController
type ManagedClusterUpgradeProfile = original.ManagedClusterUpgradeProfile
type ManagedClusterUpgradeProfileProperties = original.ManagedClusterUpgradeProfileProperties
type ManagedClusterWindowsProfile = original.ManagedClusterWindowsProfile
Expand Down Expand Up @@ -565,6 +570,7 @@ type PrivateLinkResource = original.PrivateLinkResource
type PrivateLinkResourcesClient = original.PrivateLinkResourcesClient
type PrivateLinkResourcesListResult = original.PrivateLinkResourcesListResult
type PrivateLinkServiceConnectionState = original.PrivateLinkServiceConnectionState
type ProxyResource = original.ProxyResource
type ResolvePrivateLinkServiceIDClient = original.ResolvePrivateLinkServiceIDClient
type Resource = original.Resource
type ResourceReference = original.ResourceReference
Expand All @@ -584,6 +590,7 @@ type SystemData = original.SystemData
type TagsObject = original.TagsObject
type TimeInWeek = original.TimeInWeek
type TimeSpan = original.TimeSpan
type TrackedResource = original.TrackedResource
type UserAssignedIdentity = original.UserAssignedIdentity
type VMDiagnostics = original.VMDiagnostics
type WindowsGmsaProfile = original.WindowsGmsaProfile
Expand Down
127 changes: 116 additions & 11 deletions profiles/latest/network/mgmt/network/models.go

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion profiles/latest/network/mgmt/network/networkapi/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

package networkapi

import original "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2021-05-01/network/networkapi"
import original "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2021-08-01/network/networkapi"

type ApplicationGatewayPrivateEndpointConnectionsClientAPI = original.ApplicationGatewayPrivateEndpointConnectionsClientAPI
type ApplicationGatewayPrivateLinkResourcesClientAPI = original.ApplicationGatewayPrivateLinkResourcesClientAPI
Expand All @@ -25,6 +25,7 @@ type AzureFirewallsClientAPI = original.AzureFirewallsClientAPI
type BaseClientAPI = original.BaseClientAPI
type BastionHostsClientAPI = original.BastionHostsClientAPI
type BgpServiceCommunitiesClientAPI = original.BgpServiceCommunitiesClientAPI
type ConfigurationPolicyGroupsClientAPI = original.ConfigurationPolicyGroupsClientAPI
type ConnectionMonitorsClientAPI = original.ConnectionMonitorsClientAPI
type CustomIPPrefixesClientAPI = original.CustomIPPrefixesClientAPI
type DdosCustomPoliciesClientAPI = original.DdosCustomPoliciesClientAPI
Expand All @@ -40,6 +41,7 @@ type ExpressRouteCrossConnectionPeeringsClientAPI = original.ExpressRouteCrossCo
type ExpressRouteCrossConnectionsClientAPI = original.ExpressRouteCrossConnectionsClientAPI
type ExpressRouteGatewaysClientAPI = original.ExpressRouteGatewaysClientAPI
type ExpressRouteLinksClientAPI = original.ExpressRouteLinksClientAPI
type ExpressRoutePortAuthorizationsClientAPI = original.ExpressRoutePortAuthorizationsClientAPI
type ExpressRoutePortsClientAPI = original.ExpressRoutePortsClientAPI
type ExpressRoutePortsLocationsClientAPI = original.ExpressRoutePortsLocationsClientAPI
type ExpressRouteServiceProvidersClientAPI = original.ExpressRouteServiceProvidersClientAPI
Expand Down
Loading

0 comments on commit 4dbc884

Please sign in to comment.