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 v61.3.0 #16865

Merged
merged 4 commits into from Jan 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 9 additions & 3 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# CHANGELOG

## `v61.3.0`

### New Packages

- `github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-11-01/compute`

## `v61.2.0`

### New Packages
Expand All @@ -13,14 +19,14 @@

| 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) |
| `github.com/Azure/azure-sdk-for-go/services/datafactory/mgmt/2018-06-01/datafactory` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v61.2.0/services/datafactory/mgmt/2018-06-01/datafactory/CHANGELOG.md) |

### Breaking Changes

| 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/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) |
| `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/v61.2.0/services/preview/botservice/mgmt/2021-05-01-preview/botservice/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/preview/synapse/mgmt/v2.0/synapse` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v61.2.0/services/preview/synapse/mgmt/v2.0/synapse/CHANGELOG.md) |

## `v61.1.0`

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

package computeapi

import original "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-08-01/compute/computeapi"
import original "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-11-01/compute/computeapi"

type AvailabilitySetsClientAPI = original.AvailabilitySetsClientAPI
type CapacityReservationGroupsClientAPI = original.CapacityReservationGroupsClientAPI
Expand Down
41 changes: 39 additions & 2 deletions profiles/latest/compute/mgmt/compute/models.go
Expand Up @@ -12,7 +12,7 @@ package compute
import (
"context"

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

const (
Expand Down Expand Up @@ -531,6 +531,14 @@ const (
PublicNetworkAccessEnabled PublicNetworkAccess = original.PublicNetworkAccessEnabled
)

type RepairAction = original.RepairAction

const (
RepairActionReimage RepairAction = original.RepairActionReimage
RepairActionReplace RepairAction = original.RepairActionReplace
RepairActionRestart RepairAction = original.RepairActionRestart
)

type ReplicationMode = original.ReplicationMode

const (
Expand Down Expand Up @@ -590,6 +598,12 @@ const (
RestorePointCollectionExpandOptionsRestorePoints RestorePointCollectionExpandOptions = original.RestorePointCollectionExpandOptionsRestorePoints
)

type RestorePointExpandOptions = original.RestorePointExpandOptions

const (
RestorePointExpandOptionsInstanceView RestorePointExpandOptions = original.RestorePointExpandOptionsInstanceView
)

type RollingUpgradeActionType = original.RollingUpgradeActionType

const (
Expand All @@ -606,10 +620,18 @@ const (
RollingUpgradeStatusCodeRollingForward RollingUpgradeStatusCode = original.RollingUpgradeStatusCodeRollingForward
)

type SecurityEncryptionTypes = original.SecurityEncryptionTypes

const (
SecurityEncryptionTypesDiskWithVMGuestState SecurityEncryptionTypes = original.SecurityEncryptionTypesDiskWithVMGuestState
SecurityEncryptionTypesVMGuestStateOnly SecurityEncryptionTypes = original.SecurityEncryptionTypesVMGuestStateOnly
)

type SecurityTypes = original.SecurityTypes

const (
SecurityTypesTrustedLaunch SecurityTypes = original.SecurityTypesTrustedLaunch
SecurityTypesConfidentialVM SecurityTypes = original.SecurityTypesConfidentialVM
SecurityTypesTrustedLaunch SecurityTypes = original.SecurityTypesTrustedLaunch
)

type SelectPermissions = original.SelectPermissions
Expand Down Expand Up @@ -1098,6 +1120,7 @@ type DedicatedHostUpdate = original.DedicatedHostUpdate
type DedicatedHostsClient = original.DedicatedHostsClient
type DedicatedHostsCreateOrUpdateFuture = original.DedicatedHostsCreateOrUpdateFuture
type DedicatedHostsDeleteFuture = original.DedicatedHostsDeleteFuture
type DedicatedHostsRestartFuture = original.DedicatedHostsRestartFuture
type DedicatedHostsUpdateFuture = original.DedicatedHostsUpdateFuture
type DiagnosticsProfile = original.DiagnosticsProfile
type DiffDiskSettings = original.DiffDiskSettings
Expand Down Expand Up @@ -1137,10 +1160,12 @@ type DiskProperties = original.DiskProperties
type DiskRestorePoint = original.DiskRestorePoint
type DiskRestorePointClient = original.DiskRestorePointClient
type DiskRestorePointGrantAccessFuture = original.DiskRestorePointGrantAccessFuture
type DiskRestorePointInstanceView = original.DiskRestorePointInstanceView
type DiskRestorePointList = original.DiskRestorePointList
type DiskRestorePointListIterator = original.DiskRestorePointListIterator
type DiskRestorePointListPage = original.DiskRestorePointListPage
type DiskRestorePointProperties = original.DiskRestorePointProperties
type DiskRestorePointReplicationStatus = original.DiskRestorePointReplicationStatus
type DiskRestorePointRevokeAccessFuture = original.DiskRestorePointRevokeAccessFuture
type DiskSecurityProfile = original.DiskSecurityProfile
type DiskSku = original.DiskSku
Expand Down Expand Up @@ -1360,6 +1385,7 @@ type RestorePointCollectionSourceProperties = original.RestorePointCollectionSou
type RestorePointCollectionUpdate = original.RestorePointCollectionUpdate
type RestorePointCollectionsClient = original.RestorePointCollectionsClient
type RestorePointCollectionsDeleteFuture = original.RestorePointCollectionsDeleteFuture
type RestorePointInstanceView = original.RestorePointInstanceView
type RestorePointProperties = original.RestorePointProperties
type RestorePointSourceMetadata = original.RestorePointSourceMetadata
type RestorePointSourceVMDataDisk = original.RestorePointSourceVMDataDisk
Expand Down Expand Up @@ -1470,6 +1496,7 @@ type UsageClient = original.UsageClient
type UsageName = original.UsageName
type UserArtifactManage = original.UserArtifactManage
type UserArtifactSource = original.UserArtifactSource
type VMDiskSecurityProfile = original.VMDiskSecurityProfile
type VMGalleryApplication = original.VMGalleryApplication
type VMScaleSetConvertToSinglePlacementGroupInput = original.VMScaleSetConvertToSinglePlacementGroupInput
type VMSizeProperties = original.VMSizeProperties
Expand Down Expand Up @@ -1547,6 +1574,7 @@ type VirtualMachineScaleSetExtensionsClient = original.VirtualMachineScaleSetExt
type VirtualMachineScaleSetExtensionsCreateOrUpdateFuture = original.VirtualMachineScaleSetExtensionsCreateOrUpdateFuture
type VirtualMachineScaleSetExtensionsDeleteFuture = original.VirtualMachineScaleSetExtensionsDeleteFuture
type VirtualMachineScaleSetExtensionsUpdateFuture = original.VirtualMachineScaleSetExtensionsUpdateFuture
type VirtualMachineScaleSetHardwareProfile = original.VirtualMachineScaleSetHardwareProfile
type VirtualMachineScaleSetIPConfiguration = original.VirtualMachineScaleSetIPConfiguration
type VirtualMachineScaleSetIPConfigurationProperties = original.VirtualMachineScaleSetIPConfigurationProperties
type VirtualMachineScaleSetIPTag = original.VirtualMachineScaleSetIPTag
Expand Down Expand Up @@ -2418,6 +2446,9 @@ func PossiblePublicIPAllocationMethodValues() []PublicIPAllocationMethod {
func PossiblePublicNetworkAccessValues() []PublicNetworkAccess {
return original.PossiblePublicNetworkAccessValues()
}
func PossibleRepairActionValues() []RepairAction {
return original.PossibleRepairActionValues()
}
func PossibleReplicationModeValues() []ReplicationMode {
return original.PossibleReplicationModeValues()
}
Expand All @@ -2442,12 +2473,18 @@ func PossibleResourceSkuRestrictionsTypeValues() []ResourceSkuRestrictionsType {
func PossibleRestorePointCollectionExpandOptionsValues() []RestorePointCollectionExpandOptions {
return original.PossibleRestorePointCollectionExpandOptionsValues()
}
func PossibleRestorePointExpandOptionsValues() []RestorePointExpandOptions {
return original.PossibleRestorePointExpandOptionsValues()
}
func PossibleRollingUpgradeActionTypeValues() []RollingUpgradeActionType {
return original.PossibleRollingUpgradeActionTypeValues()
}
func PossibleRollingUpgradeStatusCodeValues() []RollingUpgradeStatusCode {
return original.PossibleRollingUpgradeStatusCodeValues()
}
func PossibleSecurityEncryptionTypesValues() []SecurityEncryptionTypes {
return original.PossibleSecurityEncryptionTypesValues()
}
func PossibleSecurityTypesValues() []SecurityTypes {
return original.PossibleSecurityTypesValues()
}
Expand Down
Expand Up @@ -9,7 +9,7 @@

package computeapi

import original "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-08-01/compute/computeapi"
import original "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-11-01/compute/computeapi"

type AvailabilitySetsClientAPI = original.AvailabilitySetsClientAPI
type CapacityReservationGroupsClientAPI = original.CapacityReservationGroupsClientAPI
Expand Down
41 changes: 39 additions & 2 deletions profiles/preview/compute/mgmt/compute/models.go
Expand Up @@ -12,7 +12,7 @@ package compute
import (
"context"

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

const (
Expand Down Expand Up @@ -531,6 +531,14 @@ const (
PublicNetworkAccessEnabled PublicNetworkAccess = original.PublicNetworkAccessEnabled
)

type RepairAction = original.RepairAction

const (
RepairActionReimage RepairAction = original.RepairActionReimage
RepairActionReplace RepairAction = original.RepairActionReplace
RepairActionRestart RepairAction = original.RepairActionRestart
)

type ReplicationMode = original.ReplicationMode

const (
Expand Down Expand Up @@ -590,6 +598,12 @@ const (
RestorePointCollectionExpandOptionsRestorePoints RestorePointCollectionExpandOptions = original.RestorePointCollectionExpandOptionsRestorePoints
)

type RestorePointExpandOptions = original.RestorePointExpandOptions

const (
RestorePointExpandOptionsInstanceView RestorePointExpandOptions = original.RestorePointExpandOptionsInstanceView
)

type RollingUpgradeActionType = original.RollingUpgradeActionType

const (
Expand All @@ -606,10 +620,18 @@ const (
RollingUpgradeStatusCodeRollingForward RollingUpgradeStatusCode = original.RollingUpgradeStatusCodeRollingForward
)

type SecurityEncryptionTypes = original.SecurityEncryptionTypes

const (
SecurityEncryptionTypesDiskWithVMGuestState SecurityEncryptionTypes = original.SecurityEncryptionTypesDiskWithVMGuestState
SecurityEncryptionTypesVMGuestStateOnly SecurityEncryptionTypes = original.SecurityEncryptionTypesVMGuestStateOnly
)

type SecurityTypes = original.SecurityTypes

const (
SecurityTypesTrustedLaunch SecurityTypes = original.SecurityTypesTrustedLaunch
SecurityTypesConfidentialVM SecurityTypes = original.SecurityTypesConfidentialVM
SecurityTypesTrustedLaunch SecurityTypes = original.SecurityTypesTrustedLaunch
)

type SelectPermissions = original.SelectPermissions
Expand Down Expand Up @@ -1098,6 +1120,7 @@ type DedicatedHostUpdate = original.DedicatedHostUpdate
type DedicatedHostsClient = original.DedicatedHostsClient
type DedicatedHostsCreateOrUpdateFuture = original.DedicatedHostsCreateOrUpdateFuture
type DedicatedHostsDeleteFuture = original.DedicatedHostsDeleteFuture
type DedicatedHostsRestartFuture = original.DedicatedHostsRestartFuture
type DedicatedHostsUpdateFuture = original.DedicatedHostsUpdateFuture
type DiagnosticsProfile = original.DiagnosticsProfile
type DiffDiskSettings = original.DiffDiskSettings
Expand Down Expand Up @@ -1137,10 +1160,12 @@ type DiskProperties = original.DiskProperties
type DiskRestorePoint = original.DiskRestorePoint
type DiskRestorePointClient = original.DiskRestorePointClient
type DiskRestorePointGrantAccessFuture = original.DiskRestorePointGrantAccessFuture
type DiskRestorePointInstanceView = original.DiskRestorePointInstanceView
type DiskRestorePointList = original.DiskRestorePointList
type DiskRestorePointListIterator = original.DiskRestorePointListIterator
type DiskRestorePointListPage = original.DiskRestorePointListPage
type DiskRestorePointProperties = original.DiskRestorePointProperties
type DiskRestorePointReplicationStatus = original.DiskRestorePointReplicationStatus
type DiskRestorePointRevokeAccessFuture = original.DiskRestorePointRevokeAccessFuture
type DiskSecurityProfile = original.DiskSecurityProfile
type DiskSku = original.DiskSku
Expand Down Expand Up @@ -1360,6 +1385,7 @@ type RestorePointCollectionSourceProperties = original.RestorePointCollectionSou
type RestorePointCollectionUpdate = original.RestorePointCollectionUpdate
type RestorePointCollectionsClient = original.RestorePointCollectionsClient
type RestorePointCollectionsDeleteFuture = original.RestorePointCollectionsDeleteFuture
type RestorePointInstanceView = original.RestorePointInstanceView
type RestorePointProperties = original.RestorePointProperties
type RestorePointSourceMetadata = original.RestorePointSourceMetadata
type RestorePointSourceVMDataDisk = original.RestorePointSourceVMDataDisk
Expand Down Expand Up @@ -1470,6 +1496,7 @@ type UsageClient = original.UsageClient
type UsageName = original.UsageName
type UserArtifactManage = original.UserArtifactManage
type UserArtifactSource = original.UserArtifactSource
type VMDiskSecurityProfile = original.VMDiskSecurityProfile
type VMGalleryApplication = original.VMGalleryApplication
type VMScaleSetConvertToSinglePlacementGroupInput = original.VMScaleSetConvertToSinglePlacementGroupInput
type VMSizeProperties = original.VMSizeProperties
Expand Down Expand Up @@ -1547,6 +1574,7 @@ type VirtualMachineScaleSetExtensionsClient = original.VirtualMachineScaleSetExt
type VirtualMachineScaleSetExtensionsCreateOrUpdateFuture = original.VirtualMachineScaleSetExtensionsCreateOrUpdateFuture
type VirtualMachineScaleSetExtensionsDeleteFuture = original.VirtualMachineScaleSetExtensionsDeleteFuture
type VirtualMachineScaleSetExtensionsUpdateFuture = original.VirtualMachineScaleSetExtensionsUpdateFuture
type VirtualMachineScaleSetHardwareProfile = original.VirtualMachineScaleSetHardwareProfile
type VirtualMachineScaleSetIPConfiguration = original.VirtualMachineScaleSetIPConfiguration
type VirtualMachineScaleSetIPConfigurationProperties = original.VirtualMachineScaleSetIPConfigurationProperties
type VirtualMachineScaleSetIPTag = original.VirtualMachineScaleSetIPTag
Expand Down Expand Up @@ -2418,6 +2446,9 @@ func PossiblePublicIPAllocationMethodValues() []PublicIPAllocationMethod {
func PossiblePublicNetworkAccessValues() []PublicNetworkAccess {
return original.PossiblePublicNetworkAccessValues()
}
func PossibleRepairActionValues() []RepairAction {
return original.PossibleRepairActionValues()
}
func PossibleReplicationModeValues() []ReplicationMode {
return original.PossibleReplicationModeValues()
}
Expand All @@ -2442,12 +2473,18 @@ func PossibleResourceSkuRestrictionsTypeValues() []ResourceSkuRestrictionsType {
func PossibleRestorePointCollectionExpandOptionsValues() []RestorePointCollectionExpandOptions {
return original.PossibleRestorePointCollectionExpandOptionsValues()
}
func PossibleRestorePointExpandOptionsValues() []RestorePointExpandOptions {
return original.PossibleRestorePointExpandOptionsValues()
}
func PossibleRollingUpgradeActionTypeValues() []RollingUpgradeActionType {
return original.PossibleRollingUpgradeActionTypeValues()
}
func PossibleRollingUpgradeStatusCodeValues() []RollingUpgradeStatusCode {
return original.PossibleRollingUpgradeStatusCodeValues()
}
func PossibleSecurityEncryptionTypesValues() []SecurityEncryptionTypes {
return original.PossibleSecurityEncryptionTypesValues()
}
func PossibleSecurityTypesValues() []SecurityTypes {
return original.PossibleSecurityTypesValues()
}
Expand Down
6 changes: 3 additions & 3 deletions services/compute/mgmt/2021-08-01/compute/_meta.json
@@ -1,11 +1,11 @@
{
"commit": "3b9b0a930e29cbead33df69ae46c7080408e4c0f",
"commit": "1118376e6b4c59716f4a2bcf3ddea212aeee5536",
"readme": "/_/azure-rest-api-specs/specification/compute/resource-manager/readme.md",
"tag": "package-2021-08-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-2021-08-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/compute/resource-manager/readme.md",
"autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2021-08-01 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION --pass-thru:schema-validator-swagger --enum-prefix /_/azure-rest-api-specs/specification/compute/resource-manager/readme.md",
"additional_properties": {
"additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION --enum-prefix"
"additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION --pass-thru:schema-validator-swagger --enum-prefix"
}
}
2 changes: 2 additions & 0 deletions services/compute/mgmt/2021-11-01/compute/CHANGELOG.md
@@ -0,0 +1,2 @@
# Change History

11 changes: 11 additions & 0 deletions services/compute/mgmt/2021-11-01/compute/_meta.json
@@ -0,0 +1,11 @@
{
"commit": "1118376e6b4c59716f4a2bcf3ddea212aeee5536",
"readme": "/_/azure-rest-api-specs/specification/compute/resource-manager/readme.md",
"tag": "package-2021-11-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-2021-11-01 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION --pass-thru:schema-validator-swagger --enum-prefix /_/azure-rest-api-specs/specification/compute/resource-manager/readme.md",
"additional_properties": {
"additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION --pass-thru:schema-validator-swagger --enum-prefix"
}
}