Skip to content

Commit

Permalink
Release v61.3.0 (#16865)
Browse files Browse the repository at this point in the history
* Generated from specification/compute/resource-manager/readme.md tag package-2021-08-01 (commit hash: 1118376e6b4c59716f4a2bcf3ddea212aeee5536)

* Generated from specification/compute/resource-manager/readme.md tag package-2021-11-01 (commit hash: 1118376e6b4c59716f4a2bcf3ddea212aeee5536)

* Generated from specification/datafactory/resource-manager/readme.md tag package-2018-06 (commit hash: 1118376e6b4c59716f4a2bcf3ddea212aeee5536)

* v61.3.0
  • Loading branch information
Alancere committed Jan 20, 2022
1 parent 57d5aa1 commit ea84a93
Show file tree
Hide file tree
Showing 65 changed files with 52,962 additions and 122 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion profiles/latest/compute/mgmt/compute/computeapi/models.go
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion profiles/preview/compute/mgmt/compute/computeapi/models.go
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Change History

11 changes: 11 additions & 0 deletions services/compute/mgmt/2021-11-01/compute/_meta.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit ea84a93

Please sign in to comment.