Skip to content

Commit 4dbc884

Browse files
authored
Release v63.4.0 (Azure#17721)
* 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
1 parent b4d31bb commit 4dbc884

File tree

189 files changed

+139194
-312
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+139194
-312
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# CHANGELOG
22

3+
## `v63.4.0`
4+
5+
### New Packages
6+
7+
- `github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2022-03-01/containerservice`
8+
- `github.com/Azure/azure-sdk-for-go/services/network/mgmt/2021-08-01/network`
9+
- `github.com/Azure/azure-sdk-for-go/services/preview/containerservice/mgmt/2022-03-02-preview/containerservice`
10+
- `github.com/Azure/azure-sdk-for-go/services/reservations/mgmt/2022-03-01/reservations`
11+
12+
### Updated Packages
13+
14+
| Package Path | Changelog |
15+
| :--- | :---: |
16+
| `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) |
17+
318
## `v63.3.0`
419

520
### New Packages
@@ -10,7 +25,7 @@
1025

1126
| Package Path | Changelog |
1227
| :--- | :---: |
13-
| `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) |
28+
| `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) |
1429

1530
## `v63.2.0`
1631

profiles/latest/containerservice/mgmt/containerservice/containerserviceapi/models.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
package containerserviceapi
1111

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

1414
type AgentPoolsClientAPI = original.AgentPoolsClientAPI
1515
type MaintenanceConfigurationsClientAPI = original.MaintenanceConfigurationsClientAPI

profiles/latest/containerservice/mgmt/containerservice/models.go

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ package containerservice
1212
import (
1313
"context"
1414

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

1818
const (
@@ -473,6 +473,7 @@ type AgentPoolsClient = original.AgentPoolsClient
473473
type AgentPoolsCreateOrUpdateFuture = original.AgentPoolsCreateOrUpdateFuture
474474
type AgentPoolsDeleteFuture = original.AgentPoolsDeleteFuture
475475
type AgentPoolsUpgradeNodeImageVersionFuture = original.AgentPoolsUpgradeNodeImageVersionFuture
476+
type AzureEntityResource = original.AzureEntityResource
476477
type BaseClient = original.BaseClient
477478
type CloudError = original.CloudError
478479
type CloudErrorBody = original.CloudErrorBody
@@ -528,6 +529,10 @@ type ManagedClusterSKU = original.ManagedClusterSKU
528529
type ManagedClusterSecurityProfile = original.ManagedClusterSecurityProfile
529530
type ManagedClusterSecurityProfileAzureDefender = original.ManagedClusterSecurityProfileAzureDefender
530531
type ManagedClusterServicePrincipalProfile = original.ManagedClusterServicePrincipalProfile
532+
type ManagedClusterStorageProfile = original.ManagedClusterStorageProfile
533+
type ManagedClusterStorageProfileDiskCSIDriver = original.ManagedClusterStorageProfileDiskCSIDriver
534+
type ManagedClusterStorageProfileFileCSIDriver = original.ManagedClusterStorageProfileFileCSIDriver
535+
type ManagedClusterStorageProfileSnapshotController = original.ManagedClusterStorageProfileSnapshotController
531536
type ManagedClusterUpgradeProfile = original.ManagedClusterUpgradeProfile
532537
type ManagedClusterUpgradeProfileProperties = original.ManagedClusterUpgradeProfileProperties
533538
type ManagedClusterWindowsProfile = original.ManagedClusterWindowsProfile
@@ -565,6 +570,7 @@ type PrivateLinkResource = original.PrivateLinkResource
565570
type PrivateLinkResourcesClient = original.PrivateLinkResourcesClient
566571
type PrivateLinkResourcesListResult = original.PrivateLinkResourcesListResult
567572
type PrivateLinkServiceConnectionState = original.PrivateLinkServiceConnectionState
573+
type ProxyResource = original.ProxyResource
568574
type ResolvePrivateLinkServiceIDClient = original.ResolvePrivateLinkServiceIDClient
569575
type Resource = original.Resource
570576
type ResourceReference = original.ResourceReference
@@ -584,6 +590,7 @@ type SystemData = original.SystemData
584590
type TagsObject = original.TagsObject
585591
type TimeInWeek = original.TimeInWeek
586592
type TimeSpan = original.TimeSpan
593+
type TrackedResource = original.TrackedResource
587594
type UserAssignedIdentity = original.UserAssignedIdentity
588595
type VMDiagnostics = original.VMDiagnostics
589596
type WindowsGmsaProfile = original.WindowsGmsaProfile

profiles/latest/network/mgmt/network/models.go

Lines changed: 116 additions & 11 deletions
Large diffs are not rendered by default.

profiles/latest/network/mgmt/network/networkapi/models.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
package networkapi
1111

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

1414
type ApplicationGatewayPrivateEndpointConnectionsClientAPI = original.ApplicationGatewayPrivateEndpointConnectionsClientAPI
1515
type ApplicationGatewayPrivateLinkResourcesClientAPI = original.ApplicationGatewayPrivateLinkResourcesClientAPI
@@ -25,6 +25,7 @@ type AzureFirewallsClientAPI = original.AzureFirewallsClientAPI
2525
type BaseClientAPI = original.BaseClientAPI
2626
type BastionHostsClientAPI = original.BastionHostsClientAPI
2727
type BgpServiceCommunitiesClientAPI = original.BgpServiceCommunitiesClientAPI
28+
type ConfigurationPolicyGroupsClientAPI = original.ConfigurationPolicyGroupsClientAPI
2829
type ConnectionMonitorsClientAPI = original.ConnectionMonitorsClientAPI
2930
type CustomIPPrefixesClientAPI = original.CustomIPPrefixesClientAPI
3031
type DdosCustomPoliciesClientAPI = original.DdosCustomPoliciesClientAPI
@@ -40,6 +41,7 @@ type ExpressRouteCrossConnectionPeeringsClientAPI = original.ExpressRouteCrossCo
4041
type ExpressRouteCrossConnectionsClientAPI = original.ExpressRouteCrossConnectionsClientAPI
4142
type ExpressRouteGatewaysClientAPI = original.ExpressRouteGatewaysClientAPI
4243
type ExpressRouteLinksClientAPI = original.ExpressRouteLinksClientAPI
44+
type ExpressRoutePortAuthorizationsClientAPI = original.ExpressRoutePortAuthorizationsClientAPI
4345
type ExpressRoutePortsClientAPI = original.ExpressRoutePortsClientAPI
4446
type ExpressRoutePortsLocationsClientAPI = original.ExpressRoutePortsLocationsClientAPI
4547
type ExpressRouteServiceProvidersClientAPI = original.ExpressRouteServiceProvidersClientAPI

0 commit comments

Comments
 (0)