Skip to content

Commit

Permalink
Release v61.6.0 (#17110)
Browse files Browse the repository at this point in the history
* Generated from specification/containerservice/resource-manager/readme.md tag package-2022-01 (commit hash: bb9f1204f9a337404ff7e7b73b4c7b4ddde7f8f1)

* Generated from specification/netapp/resource-manager/readme.md tag package-netapp-2021-10-01 (commit hash: bb9f1204f9a337404ff7e7b73b4c7b4ddde7f8f1)

* v61.6.0
  • Loading branch information
Alancere committed Feb 21, 2022
1 parent ea64a10 commit 06af0db
Show file tree
Hide file tree
Showing 46 changed files with 23,149 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# CHANGELOG

## `v61.6.0`

### New Packages

- `github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2022-01-01/containerservice`
- `github.com/Azure/azure-sdk-for-go/services/netapp/mgmt/2021-10-01/netapp`

## `v61.5.0`

### New Packages
Expand Down
Expand Up @@ -9,7 +9,7 @@

package containerserviceapi

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

type AgentPoolsClientAPI = original.AgentPoolsClientAPI
type MaintenanceConfigurationsClientAPI = original.MaintenanceConfigurationsClientAPI
Expand Down
12 changes: 11 additions & 1 deletion profiles/latest/containerservice/mgmt/containerservice/models.go
Expand Up @@ -12,7 +12,7 @@ package containerservice
import (
"context"

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

const (
Expand Down Expand Up @@ -73,6 +73,13 @@ const (
ExtendedLocationTypesEdgeZone ExtendedLocationTypes = original.ExtendedLocationTypesEdgeZone
)

type Format = original.Format

const (
FormatAzure Format = original.FormatAzure
FormatExec Format = original.FormatExec
)

type GPUInstanceProfile = original.GPUInstanceProfile

const (
Expand Down Expand Up @@ -686,6 +693,9 @@ func PossibleExpanderValues() []Expander {
func PossibleExtendedLocationTypesValues() []ExtendedLocationTypes {
return original.PossibleExtendedLocationTypesValues()
}
func PossibleFormatValues() []Format {
return original.PossibleFormatValues()
}
func PossibleGPUInstanceProfileValues() []GPUInstanceProfile {
return original.PossibleGPUInstanceProfileValues()
}
Expand Down
41 changes: 40 additions & 1 deletion profiles/latest/netapp/mgmt/netapp/models.go
Expand Up @@ -12,7 +12,7 @@ package netapp
import (
"context"

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

const (
Expand Down Expand Up @@ -83,6 +83,13 @@ const (
CreatedByTypeUser CreatedByType = original.CreatedByTypeUser
)

type EnableSubvolumes = original.EnableSubvolumes

const (
EnableSubvolumesDisabled EnableSubvolumes = original.EnableSubvolumesDisabled
EnableSubvolumesEnabled EnableSubvolumes = original.EnableSubvolumesEnabled
)

type EncryptionType = original.EncryptionType

const (
Expand Down Expand Up @@ -220,6 +227,7 @@ type Dimension = original.Dimension
type ExportPolicyRule = original.ExportPolicyRule
type FilePathAvailabilityRequest = original.FilePathAvailabilityRequest
type HourlySchedule = original.HourlySchedule
type LdapSearchScopeOpt = original.LdapSearchScopeOpt
type LogSpecification = original.LogSpecification
type MetricSpecification = original.MetricSpecification
type MonthlySchedule = original.MonthlySchedule
Expand Down Expand Up @@ -260,14 +268,30 @@ type SnapshotPolicyPatch = original.SnapshotPolicyPatch
type SnapshotPolicyProperties = original.SnapshotPolicyProperties
type SnapshotPolicyVolumeList = original.SnapshotPolicyVolumeList
type SnapshotProperties = original.SnapshotProperties
type SnapshotRestoreFiles = original.SnapshotRestoreFiles
type SnapshotsClient = original.SnapshotsClient
type SnapshotsCreateFuture = original.SnapshotsCreateFuture
type SnapshotsDeleteFuture = original.SnapshotsDeleteFuture
type SnapshotsList = original.SnapshotsList
type SnapshotsRestoreFilesFuture = original.SnapshotsRestoreFilesFuture
type SnapshotsUpdateFuture = original.SnapshotsUpdateFuture
type SubscriptionQuotaItem = original.SubscriptionQuotaItem
type SubscriptionQuotaItemList = original.SubscriptionQuotaItemList
type SubscriptionQuotaItemProperties = original.SubscriptionQuotaItemProperties
type SubvolumeInfo = original.SubvolumeInfo
type SubvolumeModel = original.SubvolumeModel
type SubvolumeModelProperties = original.SubvolumeModelProperties
type SubvolumePatchParams = original.SubvolumePatchParams
type SubvolumePatchRequest = original.SubvolumePatchRequest
type SubvolumeProperties = original.SubvolumeProperties
type SubvolumesClient = original.SubvolumesClient
type SubvolumesCreateFuture = original.SubvolumesCreateFuture
type SubvolumesDeleteFuture = original.SubvolumesDeleteFuture
type SubvolumesGetMetadataFuture = original.SubvolumesGetMetadataFuture
type SubvolumesList = original.SubvolumesList
type SubvolumesListIterator = original.SubvolumesListIterator
type SubvolumesListPage = original.SubvolumesListPage
type SubvolumesUpdateFuture = original.SubvolumesUpdateFuture
type SystemData = original.SystemData
type TrackedResource = original.TrackedResource
type Vault = original.Vault
Expand Down Expand Up @@ -387,6 +411,18 @@ func NewSnapshotsClient(subscriptionID string) SnapshotsClient {
func NewSnapshotsClientWithBaseURI(baseURI string, subscriptionID string) SnapshotsClient {
return original.NewSnapshotsClientWithBaseURI(baseURI, subscriptionID)
}
func NewSubvolumesClient(subscriptionID string) SubvolumesClient {
return original.NewSubvolumesClient(subscriptionID)
}
func NewSubvolumesClientWithBaseURI(baseURI string, subscriptionID string) SubvolumesClient {
return original.NewSubvolumesClientWithBaseURI(baseURI, subscriptionID)
}
func NewSubvolumesListIterator(page SubvolumesListPage) SubvolumesListIterator {
return original.NewSubvolumesListIterator(page)
}
func NewSubvolumesListPage(cur SubvolumesList, getNextPage func(context.Context, SubvolumesList) (SubvolumesList, error)) SubvolumesListPage {
return original.NewSubvolumesListPage(cur, getNextPage)
}
func NewVaultsClient(subscriptionID string) VaultsClient {
return original.NewVaultsClient(subscriptionID)
}
Expand Down Expand Up @@ -438,6 +474,9 @@ func PossibleChownModeValues() []ChownMode {
func PossibleCreatedByTypeValues() []CreatedByType {
return original.PossibleCreatedByTypeValues()
}
func PossibleEnableSubvolumesValues() []EnableSubvolumes {
return original.PossibleEnableSubvolumesValues()
}
func PossibleEncryptionTypeValues() []EncryptionType {
return original.PossibleEncryptionTypeValues()
}
Expand Down
3 changes: 2 additions & 1 deletion profiles/latest/netapp/mgmt/netapp/netappapi/models.go
Expand Up @@ -9,7 +9,7 @@

package netappapi

import original "github.com/Azure/azure-sdk-for-go/services/netapp/mgmt/2021-08-01/netapp/netappapi"
import original "github.com/Azure/azure-sdk-for-go/services/netapp/mgmt/2021-10-01/netapp/netappapi"

type AccountBackupsClientAPI = original.AccountBackupsClientAPI
type AccountsClientAPI = original.AccountsClientAPI
Expand All @@ -21,6 +21,7 @@ type ResourceClientAPI = original.ResourceClientAPI
type ResourceQuotaLimitsClientAPI = original.ResourceQuotaLimitsClientAPI
type SnapshotPoliciesClientAPI = original.SnapshotPoliciesClientAPI
type SnapshotsClientAPI = original.SnapshotsClientAPI
type SubvolumesClientAPI = original.SubvolumesClientAPI
type VaultsClientAPI = original.VaultsClientAPI
type VolumeGroupsClientAPI = original.VolumeGroupsClientAPI
type VolumesClientAPI = original.VolumesClientAPI
Expand Up @@ -9,7 +9,7 @@

package containerserviceapi

import original "github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2021-10-01/containerservice/containerserviceapi"
import original "github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2022-01-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/2021-10-01/containerservice"
original "github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2022-01-01/containerservice"
)

const (
Expand Down Expand Up @@ -73,6 +73,13 @@ const (
ExtendedLocationTypesEdgeZone ExtendedLocationTypes = original.ExtendedLocationTypesEdgeZone
)

type Format = original.Format

const (
FormatAzure Format = original.FormatAzure
FormatExec Format = original.FormatExec
)

type GPUInstanceProfile = original.GPUInstanceProfile

const (
Expand Down Expand Up @@ -686,6 +693,9 @@ func PossibleExpanderValues() []Expander {
func PossibleExtendedLocationTypesValues() []ExtendedLocationTypes {
return original.PossibleExtendedLocationTypesValues()
}
func PossibleFormatValues() []Format {
return original.PossibleFormatValues()
}
func PossibleGPUInstanceProfileValues() []GPUInstanceProfile {
return original.PossibleGPUInstanceProfileValues()
}
Expand Down
41 changes: 40 additions & 1 deletion profiles/preview/netapp/mgmt/netapp/models.go
Expand Up @@ -12,7 +12,7 @@ package netapp
import (
"context"

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

const (
Expand Down Expand Up @@ -83,6 +83,13 @@ const (
CreatedByTypeUser CreatedByType = original.CreatedByTypeUser
)

type EnableSubvolumes = original.EnableSubvolumes

const (
EnableSubvolumesDisabled EnableSubvolumes = original.EnableSubvolumesDisabled
EnableSubvolumesEnabled EnableSubvolumes = original.EnableSubvolumesEnabled
)

type EncryptionType = original.EncryptionType

const (
Expand Down Expand Up @@ -220,6 +227,7 @@ type Dimension = original.Dimension
type ExportPolicyRule = original.ExportPolicyRule
type FilePathAvailabilityRequest = original.FilePathAvailabilityRequest
type HourlySchedule = original.HourlySchedule
type LdapSearchScopeOpt = original.LdapSearchScopeOpt
type LogSpecification = original.LogSpecification
type MetricSpecification = original.MetricSpecification
type MonthlySchedule = original.MonthlySchedule
Expand Down Expand Up @@ -260,14 +268,30 @@ type SnapshotPolicyPatch = original.SnapshotPolicyPatch
type SnapshotPolicyProperties = original.SnapshotPolicyProperties
type SnapshotPolicyVolumeList = original.SnapshotPolicyVolumeList
type SnapshotProperties = original.SnapshotProperties
type SnapshotRestoreFiles = original.SnapshotRestoreFiles
type SnapshotsClient = original.SnapshotsClient
type SnapshotsCreateFuture = original.SnapshotsCreateFuture
type SnapshotsDeleteFuture = original.SnapshotsDeleteFuture
type SnapshotsList = original.SnapshotsList
type SnapshotsRestoreFilesFuture = original.SnapshotsRestoreFilesFuture
type SnapshotsUpdateFuture = original.SnapshotsUpdateFuture
type SubscriptionQuotaItem = original.SubscriptionQuotaItem
type SubscriptionQuotaItemList = original.SubscriptionQuotaItemList
type SubscriptionQuotaItemProperties = original.SubscriptionQuotaItemProperties
type SubvolumeInfo = original.SubvolumeInfo
type SubvolumeModel = original.SubvolumeModel
type SubvolumeModelProperties = original.SubvolumeModelProperties
type SubvolumePatchParams = original.SubvolumePatchParams
type SubvolumePatchRequest = original.SubvolumePatchRequest
type SubvolumeProperties = original.SubvolumeProperties
type SubvolumesClient = original.SubvolumesClient
type SubvolumesCreateFuture = original.SubvolumesCreateFuture
type SubvolumesDeleteFuture = original.SubvolumesDeleteFuture
type SubvolumesGetMetadataFuture = original.SubvolumesGetMetadataFuture
type SubvolumesList = original.SubvolumesList
type SubvolumesListIterator = original.SubvolumesListIterator
type SubvolumesListPage = original.SubvolumesListPage
type SubvolumesUpdateFuture = original.SubvolumesUpdateFuture
type SystemData = original.SystemData
type TrackedResource = original.TrackedResource
type Vault = original.Vault
Expand Down Expand Up @@ -387,6 +411,18 @@ func NewSnapshotsClient(subscriptionID string) SnapshotsClient {
func NewSnapshotsClientWithBaseURI(baseURI string, subscriptionID string) SnapshotsClient {
return original.NewSnapshotsClientWithBaseURI(baseURI, subscriptionID)
}
func NewSubvolumesClient(subscriptionID string) SubvolumesClient {
return original.NewSubvolumesClient(subscriptionID)
}
func NewSubvolumesClientWithBaseURI(baseURI string, subscriptionID string) SubvolumesClient {
return original.NewSubvolumesClientWithBaseURI(baseURI, subscriptionID)
}
func NewSubvolumesListIterator(page SubvolumesListPage) SubvolumesListIterator {
return original.NewSubvolumesListIterator(page)
}
func NewSubvolumesListPage(cur SubvolumesList, getNextPage func(context.Context, SubvolumesList) (SubvolumesList, error)) SubvolumesListPage {
return original.NewSubvolumesListPage(cur, getNextPage)
}
func NewVaultsClient(subscriptionID string) VaultsClient {
return original.NewVaultsClient(subscriptionID)
}
Expand Down Expand Up @@ -438,6 +474,9 @@ func PossibleChownModeValues() []ChownMode {
func PossibleCreatedByTypeValues() []CreatedByType {
return original.PossibleCreatedByTypeValues()
}
func PossibleEnableSubvolumesValues() []EnableSubvolumes {
return original.PossibleEnableSubvolumesValues()
}
func PossibleEncryptionTypeValues() []EncryptionType {
return original.PossibleEncryptionTypeValues()
}
Expand Down
3 changes: 2 additions & 1 deletion profiles/preview/netapp/mgmt/netapp/netappapi/models.go
Expand Up @@ -9,7 +9,7 @@

package netappapi

import original "github.com/Azure/azure-sdk-for-go/services/netapp/mgmt/2021-08-01/netapp/netappapi"
import original "github.com/Azure/azure-sdk-for-go/services/netapp/mgmt/2021-10-01/netapp/netappapi"

type AccountBackupsClientAPI = original.AccountBackupsClientAPI
type AccountsClientAPI = original.AccountsClientAPI
Expand All @@ -21,6 +21,7 @@ type ResourceClientAPI = original.ResourceClientAPI
type ResourceQuotaLimitsClientAPI = original.ResourceQuotaLimitsClientAPI
type SnapshotPoliciesClientAPI = original.SnapshotPoliciesClientAPI
type SnapshotsClientAPI = original.SnapshotsClientAPI
type SubvolumesClientAPI = original.SubvolumesClientAPI
type VaultsClientAPI = original.VaultsClientAPI
type VolumeGroupsClientAPI = original.VolumeGroupsClientAPI
type VolumesClientAPI = original.VolumesClientAPI
@@ -0,0 +1,2 @@
# Change History

@@ -0,0 +1,11 @@
{
"commit": "bb9f1204f9a337404ff7e7b73b4c7b4ddde7f8f1",
"readme": "/_/azure-rest-api-specs/specification/containerservice/resource-manager/readme.md",
"tag": "package-2022-01",
"use": "@microsoft.azure/autorest.go@2.1.187",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2022-01 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION --enum-prefix /_/azure-rest-api-specs/specification/containerservice/resource-manager/readme.md",
"additional_properties": {
"additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION --enum-prefix"
}
}

0 comments on commit 06af0db

Please sign in to comment.