|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 2.0.0 (2022-12-04) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Type of `AzureBackupServerContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType` |
| 7 | +- Type of `AzureIaaSClassicComputeVMContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType` |
| 8 | +- Type of `AzureIaaSComputeVMContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType` |
| 9 | +- Type of `AzureSQLAGWorkloadContainerProtectionContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType` |
| 10 | +- Type of `AzureSQLContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType` |
| 11 | +- Type of `AzureStorageContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType` |
| 12 | +- Type of `AzureStorageProtectableContainer.ProtectableContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType` |
| 13 | +- Type of `AzureVMAppContainerProtectableContainer.ProtectableContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType` |
| 14 | +- Type of `AzureVMAppContainerProtectionContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType` |
| 15 | +- Type of `AzureWorkloadContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType` |
| 16 | +- Type of `DpmContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType` |
| 17 | +- Type of `GenericContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType` |
| 18 | +- Type of `IaaSVMContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType` |
| 19 | +- Type of `MabContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType` |
| 20 | +- Type of `ProtectableContainer.ProtectableContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType` |
| 21 | +- Type of `ProtectionContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType` |
| 22 | +- Const `ContainerTypeAzureWorkloadContainer` has been removed |
| 23 | +- Const `ContainerTypeMicrosoftClassicComputeVirtualMachines` has been removed |
| 24 | +- Const `ContainerTypeMicrosoftComputeVirtualMachines` has been removed |
| 25 | +- Struct `CloudError` has been removed |
| 26 | +- Struct `CloudErrorBody` has been removed |
| 27 | + |
| 28 | +### Features Added |
| 29 | + |
| 30 | +- New value `BackupItemTypeSAPHanaDBInstance` added to type alias `BackupItemType` |
| 31 | +- New value `BackupTypeSnapshotCopyOnlyFull`, `BackupTypeSnapshotFull` added to type alias `BackupType` |
| 32 | +- New value `ContainerTypeHanaHSRContainer` added to type alias `ContainerType` |
| 33 | +- New value `DataSourceTypeSAPHanaDBInstance` added to type alias `DataSourceType` |
| 34 | +- New value `PolicyTypeSnapshotCopyOnlyFull`, `PolicyTypeSnapshotFull` added to type alias `PolicyType` |
| 35 | +- New value `RestorePointQueryTypeSnapshotCopyOnlyFull`, `RestorePointQueryTypeSnapshotFull` added to type alias `RestorePointQueryType` |
| 36 | +- New value `RestorePointTypeSnapshotCopyOnlyFull`, `RestorePointTypeSnapshotFull` added to type alias `RestorePointType` |
| 37 | +- New value `WorkloadItemTypeSAPHanaDBInstance` added to type alias `WorkloadItemType` |
| 38 | +- New value `WorkloadTypeSAPHanaDBInstance` added to type alias `WorkloadType` |
| 39 | +- New type alias `ProtectableContainerType` with values `ProtectableContainerTypeAzureBackupServerContainer`, `ProtectableContainerTypeAzureSQLContainer`, `ProtectableContainerTypeAzureWorkloadContainer`, `ProtectableContainerTypeCluster`, `ProtectableContainerTypeDPMContainer`, `ProtectableContainerTypeGenericContainer`, `ProtectableContainerTypeIaasVMContainer`, `ProtectableContainerTypeIaasVMServiceContainer`, `ProtectableContainerTypeInvalid`, `ProtectableContainerTypeMABContainer`, `ProtectableContainerTypeMicrosoftClassicComputeVirtualMachines`, `ProtectableContainerTypeMicrosoftComputeVirtualMachines`, `ProtectableContainerTypeSQLAGWorkLoadContainer`, `ProtectableContainerTypeStorageContainer`, `ProtectableContainerTypeUnknown`, `ProtectableContainerTypeVCenter`, `ProtectableContainerTypeVMAppContainer`, `ProtectableContainerTypeWindows` |
| 40 | +- New type alias `TieringMode` with values `TieringModeDoNotTier`, `TieringModeInvalid`, `TieringModeTierAfter`, `TieringModeTierRecommended` |
| 41 | +- New function `*AzureVMWorkloadSAPHanaDBInstance.GetAzureVMWorkloadProtectableItem() *AzureVMWorkloadProtectableItem` |
| 42 | +- New function `*AzureVMWorkloadSAPHanaDBInstance.GetWorkloadProtectableItem() *WorkloadProtectableItem` |
| 43 | +- New function `*AzureVMWorkloadSAPHanaDBInstanceProtectedItem.GetAzureVMWorkloadProtectedItem() *AzureVMWorkloadProtectedItem` |
| 44 | +- New function `*AzureVMWorkloadSAPHanaDBInstanceProtectedItem.GetProtectedItem() *ProtectedItem` |
| 45 | +- New function `*AzureVMWorkloadSAPHanaHSR.GetAzureVMWorkloadProtectableItem() *AzureVMWorkloadProtectableItem` |
| 46 | +- New function `*AzureVMWorkloadSAPHanaHSR.GetWorkloadProtectableItem() *WorkloadProtectableItem` |
| 47 | +- New function `NewDeletedProtectionContainersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DeletedProtectionContainersClient, error)` |
| 48 | +- New function `*DeletedProtectionContainersClient.NewListPager(string, string, *DeletedProtectionContainersClientListOptions) *runtime.Pager[DeletedProtectionContainersClientListResponse]` |
| 49 | +- New struct `AzureVMWorkloadSAPHanaDBInstance` |
| 50 | +- New struct `AzureVMWorkloadSAPHanaDBInstanceProtectedItem` |
| 51 | +- New struct `AzureVMWorkloadSAPHanaHSR` |
| 52 | +- New struct `DeletedProtectionContainersClient` |
| 53 | +- New struct `DeletedProtectionContainersClientListResponse` |
| 54 | +- New struct `TieringPolicy` |
| 55 | +- New field `SoftDeleteRetentionPeriod` in struct `AzureFileshareProtectedItem` |
| 56 | +- New field `SoftDeleteRetentionPeriod` in struct `AzureIaaSClassicComputeVMProtectedItem` |
| 57 | +- New field `SoftDeleteRetentionPeriod` in struct `AzureIaaSComputeVMProtectedItem` |
| 58 | +- New field `SoftDeleteRetentionPeriod` in struct `AzureIaaSVMProtectedItem` |
| 59 | +- New field `NewestRecoveryPointInArchive` in struct `AzureIaaSVMProtectedItemExtendedInfo` |
| 60 | +- New field `OldestRecoveryPointInArchive` in struct `AzureIaaSVMProtectedItemExtendedInfo` |
| 61 | +- New field `OldestRecoveryPointInVault` in struct `AzureIaaSVMProtectedItemExtendedInfo` |
| 62 | +- New field `TieringPolicy` in struct `AzureIaaSVMProtectionPolicy` |
| 63 | +- New field `SoftDeleteRetentionPeriod` in struct `AzureSQLProtectedItem` |
| 64 | +- New field `NewestRecoveryPointInArchive` in struct `AzureVMWorkloadProtectedItemExtendedInfo` |
| 65 | +- New field `OldestRecoveryPointInArchive` in struct `AzureVMWorkloadProtectedItemExtendedInfo` |
| 66 | +- New field `OldestRecoveryPointInVault` in struct `AzureVMWorkloadProtectedItemExtendedInfo` |
| 67 | +- New field `SoftDeleteRetentionPeriod` in struct `AzureVMWorkloadSAPAseDatabaseProtectedItem` |
| 68 | +- New field `SoftDeleteRetentionPeriod` in struct `AzureVMWorkloadSAPHanaDatabaseProtectedItem` |
| 69 | +- New field `SoftDeleteRetentionPeriod` in struct `AzureVMWorkloadSQLDatabaseProtectedItem` |
| 70 | +- New field `SoftDeleteRetentionPeriod` in struct `DPMProtectedItem` |
| 71 | +- New field `SoftDeleteRetentionPeriod` in struct `GenericProtectedItem` |
| 72 | +- New field `SoftDeleteRetentionPeriod` in struct `MabFileFolderProtectedItem` |
| 73 | +- New field `TieringPolicy` in struct `SubProtectionPolicy` |
| 74 | + |
| 75 | + |
3 | 76 | ## 1.0.0 (2022-05-17)
|
4 | 77 |
|
5 | 78 | The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/recoveryservices/armrecoveryservicesbackup` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version 1.0.0, which contains breaking changes.
|
|
0 commit comments