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 v63.0.0 #17377

Merged
merged 8 commits into from Mar 29, 2022
35 changes: 34 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,38 @@
# CHANGELOG

## `v63.0.0`

### New Packages

- `github.com/Azure/azure-sdk-for-go/services/containerinstance/mgmt/2021-10-01/containerinstance`
- `github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2022-02-01/containerservice`
- `github.com/Azure/azure-sdk-for-go/services/hardwaresecuritymodules/mgmt/2021-11-30/hardwaresecuritymodules`
- `github.com/Azure/azure-sdk-for-go/services/kubernetesconfiguration/mgmt/2022-03-01/kubernetesconfiguration`

### 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/main/services/datafactory/mgmt/2018-06-01/datafactory/CHANGELOG.md) |

### Breaking Changes

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/streamanalytics/mgmt/2020-03-01/streamanalytics` | [details](https://github.com/Azure/azure-sdk-for-go/tree/main/services/streamanalytics/mgmt/2020-03-01/streamanalytics/CHANGELOG.md) |

### Removed Packages

- `github.com/Azure/azure-sdk-for-go/services/network/mgmt/2016-03-30/network`
- `github.com/Azure/azure-sdk-for-go/services/network/mgmt/2016-06-01/network`
- `github.com/Azure/azure-sdk-for-go/services/network/mgmt/2016-09-01/network`
- `github.com/Azure/azure-sdk-for-go/services/network/mgmt/2016-12-01/network`
- `github.com/Azure/azure-sdk-for-go/services/network/mgmt/2017-03-01/network`
- `github.com/Azure/azure-sdk-for-go/services/network/mgmt/2017-06-01/network`
- `github.com/Azure/azure-sdk-for-go/services/network/mgmt/2017-08-01/network`
- `github.com/Azure/azure-sdk-for-go/services/network/mgmt/2017-09-01/network`
- `github.com/Azure/azure-sdk-for-go/services/preview/network/mgmt/2015-05-01-preview/network=`

## `v62.3.0`

### New Packages
Expand All @@ -15,7 +48,7 @@

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/streamanalytics/mgmt/2020-03-01/streamanalytics` | [details](https://github.com/Azure/azure-sdk-for-go/tree/main/services/streamanalytics/mgmt/2020-03-01/streamanalytics/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/streamanalytics/mgmt/2020-03-01/streamanalytics` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v62.3.0/services/streamanalytics/mgmt/2020-03-01/streamanalytics/CHANGELOG.md) |

## `v62.2.0`

Expand Down
Expand Up @@ -9,7 +9,7 @@

package containerinstanceapi

import original "github.com/Azure/azure-sdk-for-go/services/containerinstance/mgmt/2021-09-01/containerinstance/containerinstanceapi"
import original "github.com/Azure/azure-sdk-for-go/services/containerinstance/mgmt/2021-10-01/containerinstance/containerinstanceapi"

type ContainerGroupsClientAPI = original.ContainerGroupsClientAPI
type ContainersClientAPI = original.ContainersClientAPI
Expand Down
Expand Up @@ -12,13 +12,23 @@ package containerinstance
import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/containerinstance/mgmt/2021-09-01/containerinstance"
original "github.com/Azure/azure-sdk-for-go/services/containerinstance/mgmt/2021-10-01/containerinstance"
)

const (
DefaultBaseURI = original.DefaultBaseURI
)

type AutoGeneratedDomainNameLabelScope = original.AutoGeneratedDomainNameLabelScope

const (
AutoGeneratedDomainNameLabelScopeNoreuse AutoGeneratedDomainNameLabelScope = original.AutoGeneratedDomainNameLabelScopeNoreuse
AutoGeneratedDomainNameLabelScopeResourceGroupReuse AutoGeneratedDomainNameLabelScope = original.AutoGeneratedDomainNameLabelScopeResourceGroupReuse
AutoGeneratedDomainNameLabelScopeSubscriptionReuse AutoGeneratedDomainNameLabelScope = original.AutoGeneratedDomainNameLabelScopeSubscriptionReuse
AutoGeneratedDomainNameLabelScopeTenantReuse AutoGeneratedDomainNameLabelScope = original.AutoGeneratedDomainNameLabelScopeTenantReuse
AutoGeneratedDomainNameLabelScopeUnsecure AutoGeneratedDomainNameLabelScope = original.AutoGeneratedDomainNameLabelScopeUnsecure
)

type ContainerGroupIPAddressType = original.ContainerGroupIPAddressType

const (
Expand Down Expand Up @@ -228,6 +238,9 @@ func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) Opera
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
return original.NewWithBaseURI(baseURI, subscriptionID)
}
func PossibleAutoGeneratedDomainNameLabelScopeValues() []AutoGeneratedDomainNameLabelScope {
return original.PossibleAutoGeneratedDomainNameLabelScopeValues()
}
func PossibleContainerGroupIPAddressTypeValues() []ContainerGroupIPAddressType {
return original.PossibleContainerGroupIPAddressTypeValues()
}
Expand Down
Expand Up @@ -9,7 +9,7 @@

package containerserviceapi

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

type AgentPoolsClientAPI = original.AgentPoolsClientAPI
type MaintenanceConfigurationsClientAPI = original.MaintenanceConfigurationsClientAPI
Expand Down
Expand Up @@ -12,7 +12,7 @@ package containerservice
import (
"context"

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

const (
Expand Down
@@ -0,0 +1,15 @@
//go:build go1.9
// +build go1.9

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

// This code was auto-generated by:
// github.com/Azure/azure-sdk-for-go/eng/tools/profileBuilder

package hardwaresecuritymodulesapi

import original "github.com/Azure/azure-sdk-for-go/services/hardwaresecuritymodules/mgmt/2021-11-30/hardwaresecuritymodules/hardwaresecuritymodulesapi"

type DedicatedHsmClientAPI = original.DedicatedHsmClientAPI
type OperationsClientAPI = original.OperationsClientAPI
@@ -0,0 +1,130 @@
//go:build go1.9
// +build go1.9

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

// This code was auto-generated by:
// github.com/Azure/azure-sdk-for-go/eng/tools/profileBuilder

package hardwaresecuritymodules

import (
"context"

original "github.com/Azure/azure-sdk-for-go/services/hardwaresecuritymodules/mgmt/2021-11-30/hardwaresecuritymodules"
)

const (
DefaultBaseURI = original.DefaultBaseURI
)

type IdentityType = original.IdentityType

const (
IdentityTypeApplication IdentityType = original.IdentityTypeApplication
IdentityTypeKey IdentityType = original.IdentityTypeKey
IdentityTypeManagedIdentity IdentityType = original.IdentityTypeManagedIdentity
IdentityTypeUser IdentityType = original.IdentityTypeUser
)

type JSONWebKeyType = original.JSONWebKeyType

const (
JSONWebKeyTypeAllocating JSONWebKeyType = original.JSONWebKeyTypeAllocating
JSONWebKeyTypeCheckingQuota JSONWebKeyType = original.JSONWebKeyTypeCheckingQuota
JSONWebKeyTypeConnecting JSONWebKeyType = original.JSONWebKeyTypeConnecting
JSONWebKeyTypeDeleting JSONWebKeyType = original.JSONWebKeyTypeDeleting
JSONWebKeyTypeFailed JSONWebKeyType = original.JSONWebKeyTypeFailed
JSONWebKeyTypeProvisioning JSONWebKeyType = original.JSONWebKeyTypeProvisioning
JSONWebKeyTypeSucceeded JSONWebKeyType = original.JSONWebKeyTypeSucceeded
)

type SkuName = original.SkuName

const (
SkuNamePayShield10KLMK1CPS250 SkuName = original.SkuNamePayShield10KLMK1CPS250
SkuNamePayShield10KLMK1CPS2500 SkuName = original.SkuNamePayShield10KLMK1CPS2500
SkuNamePayShield10KLMK1CPS60 SkuName = original.SkuNamePayShield10KLMK1CPS60
SkuNamePayShield10KLMK2CPS250 SkuName = original.SkuNamePayShield10KLMK2CPS250
SkuNamePayShield10KLMK2CPS2500 SkuName = original.SkuNamePayShield10KLMK2CPS2500
SkuNamePayShield10KLMK2CPS60 SkuName = original.SkuNamePayShield10KLMK2CPS60
SkuNameSafeNetLunaNetworkHSMA790 SkuName = original.SkuNameSafeNetLunaNetworkHSMA790
)

type APIEntityReference = original.APIEntityReference
type BaseClient = original.BaseClient
type DedicatedHsm = original.DedicatedHsm
type DedicatedHsmClient = original.DedicatedHsmClient
type DedicatedHsmCreateOrUpdateFuture = original.DedicatedHsmCreateOrUpdateFuture
type DedicatedHsmDeleteFuture = original.DedicatedHsmDeleteFuture
type DedicatedHsmError = original.DedicatedHsmError
type DedicatedHsmListResult = original.DedicatedHsmListResult
type DedicatedHsmListResultIterator = original.DedicatedHsmListResultIterator
type DedicatedHsmListResultPage = original.DedicatedHsmListResultPage
type DedicatedHsmOperation = original.DedicatedHsmOperation
type DedicatedHsmOperationDisplay = original.DedicatedHsmOperationDisplay
type DedicatedHsmOperationListResult = original.DedicatedHsmOperationListResult
type DedicatedHsmPatchParameters = original.DedicatedHsmPatchParameters
type DedicatedHsmProperties = original.DedicatedHsmProperties
type DedicatedHsmUpdateFuture = original.DedicatedHsmUpdateFuture
type EndpointDependency = original.EndpointDependency
type EndpointDetail = original.EndpointDetail
type Error = original.Error
type NetworkInterface = original.NetworkInterface
type NetworkProfile = original.NetworkProfile
type OperationsClient = original.OperationsClient
type OutboundEnvironmentEndpoint = original.OutboundEnvironmentEndpoint
type OutboundEnvironmentEndpointCollection = original.OutboundEnvironmentEndpointCollection
type OutboundEnvironmentEndpointCollectionIterator = original.OutboundEnvironmentEndpointCollectionIterator
type OutboundEnvironmentEndpointCollectionPage = original.OutboundEnvironmentEndpointCollectionPage
type Resource = original.Resource
type ResourceListResult = original.ResourceListResult
type Sku = original.Sku
type SystemData = original.SystemData

func New(subscriptionID string) BaseClient {
return original.New(subscriptionID)
}
func NewDedicatedHsmClient(subscriptionID string) DedicatedHsmClient {
return original.NewDedicatedHsmClient(subscriptionID)
}
func NewDedicatedHsmClientWithBaseURI(baseURI string, subscriptionID string) DedicatedHsmClient {
return original.NewDedicatedHsmClientWithBaseURI(baseURI, subscriptionID)
}
func NewDedicatedHsmListResultIterator(page DedicatedHsmListResultPage) DedicatedHsmListResultIterator {
return original.NewDedicatedHsmListResultIterator(page)
}
func NewDedicatedHsmListResultPage(cur DedicatedHsmListResult, getNextPage func(context.Context, DedicatedHsmListResult) (DedicatedHsmListResult, error)) DedicatedHsmListResultPage {
return original.NewDedicatedHsmListResultPage(cur, getNextPage)
}
func NewOperationsClient(subscriptionID string) OperationsClient {
return original.NewOperationsClient(subscriptionID)
}
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
}
func NewOutboundEnvironmentEndpointCollectionIterator(page OutboundEnvironmentEndpointCollectionPage) OutboundEnvironmentEndpointCollectionIterator {
return original.NewOutboundEnvironmentEndpointCollectionIterator(page)
}
func NewOutboundEnvironmentEndpointCollectionPage(cur OutboundEnvironmentEndpointCollection, getNextPage func(context.Context, OutboundEnvironmentEndpointCollection) (OutboundEnvironmentEndpointCollection, error)) OutboundEnvironmentEndpointCollectionPage {
return original.NewOutboundEnvironmentEndpointCollectionPage(cur, getNextPage)
}
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
return original.NewWithBaseURI(baseURI, subscriptionID)
}
func PossibleIdentityTypeValues() []IdentityType {
return original.PossibleIdentityTypeValues()
}
func PossibleJSONWebKeyTypeValues() []JSONWebKeyType {
return original.PossibleJSONWebKeyTypeValues()
}
func PossibleSkuNameValues() []SkuName {
return original.PossibleSkuNameValues()
}
func UserAgent() string {
return original.UserAgent() + " profiles/latest"
}
func Version() string {
return original.Version()
}
Expand Up @@ -9,8 +9,11 @@

package kubernetesconfigurationapi

import original "github.com/Azure/azure-sdk-for-go/services/kubernetesconfiguration/mgmt/2021-09-01/kubernetesconfiguration/kubernetesconfigurationapi"
import original "github.com/Azure/azure-sdk-for-go/services/kubernetesconfiguration/mgmt/2022-03-01/kubernetesconfiguration/kubernetesconfigurationapi"

type ExtensionsClientAPI = original.ExtensionsClientAPI
type FluxConfigOperationStatusClientAPI = original.FluxConfigOperationStatusClientAPI
type FluxConfigurationsClientAPI = original.FluxConfigurationsClientAPI
type OperationStatusClientAPI = original.OperationStatusClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type SourceControlConfigurationsClientAPI = original.SourceControlConfigurationsClientAPI