Skip to content

Commit fd7b5c5

Browse files
author
SDKAuto
committed
CodeGen from PR 20246 in Azure/azure-rest-api-specs
Merge 47b3f95746b912f25c0cfa8ccd1cefb27a330c7a into e4f7afa7b2b1fbba16c61f6935bfafb14df9042e
1 parent 15a7c52 commit fd7b5c5

File tree

108 files changed

+8955
-6033
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+8955
-6033
lines changed

sdk/resourcemanager/recoveryservices/armrecoveryservicesbackup/CHANGELOG.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,91 @@
11
# Release History
22

3+
## 2.0.0 (2022-09-06)
4+
### Breaking Changes
5+
6+
- Type of `AzureSQLContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
7+
- Type of `AzureStorageProtectableContainer.ProtectableContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
8+
- Type of `AzureVMAppContainerProtectionContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
9+
- Type of `AzureIaaSComputeVMContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
10+
- Type of `AzureWorkloadContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
11+
- Type of `ProtectionContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
12+
- Type of `AzureIaaSClassicComputeVMContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
13+
- Type of `AzureSQLAGWorkloadContainerProtectionContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
14+
- Type of `AzureStorageContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
15+
- Type of `ProtectableContainer.ProtectableContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
16+
- Type of `GenericContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
17+
- Type of `IaaSVMContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
18+
- Type of `AzureVMAppContainerProtectableContainer.ProtectableContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
19+
- Type of `DpmContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
20+
- Type of `MabContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
21+
- Type of `AzureBackupServerContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
22+
- Const `ContainerTypeAzureWorkloadContainer` has been removed
23+
- Const `ContainerTypeMicrosoftComputeVirtualMachines` has been removed
24+
- Const `ContainerTypeMicrosoftClassicComputeVirtualMachines` has been removed
25+
26+
### Features Added
27+
28+
- New const `ProtectableContainerTypeStorageContainer`
29+
- New const `ProtectableContainerTypeAzureBackupServerContainer`
30+
- New const `RestorePointTypeSnapshotCopyOnlyFull`
31+
- New const `ProtectableContainerTypeAzureWorkloadContainer`
32+
- New const `DataSourceTypeSAPHanaDBInstance`
33+
- New const `ProtectableContainerTypeMABContainer`
34+
- New const `ProtectableContainerTypeSQLAGWorkLoadContainer`
35+
- New const `ProtectableContainerTypeVMAppContainer`
36+
- New const `WorkloadItemTypeSAPHanaDBInstance`
37+
- New const `ProtectableContainerTypeIaasVMServiceContainer`
38+
- New const `RestorePointQueryTypeSnapshotFull`
39+
- New const `BackupItemTypeSAPHanaDBInstance`
40+
- New const `ProtectableContainerTypeCluster`
41+
- New const `TieringModeTierRecommended`
42+
- New const `PolicyTypeSnapshotFull`
43+
- New const `BackupTypeSnapshotCopyOnlyFull`
44+
- New const `ProtectableContainerTypeUnknown`
45+
- New const `ProtectableContainerTypeDPMContainer`
46+
- New const `ProtectableContainerTypeVCenter`
47+
- New const `ProtectableContainerTypeMicrosoftClassicComputeVirtualMachines`
48+
- New const `ProtectedItemStateBackupsSuspended`
49+
- New const `ProtectableContainerTypeWindows`
50+
- New const `BackupTypeSnapshotFull`
51+
- New const `TieringModeDoNotTier`
52+
- New const `WorkloadTypeSAPHanaDBInstance`
53+
- New const `TieringModeInvalid`
54+
- New const `ProtectableContainerTypeInvalid`
55+
- New const `RestorePointQueryTypeSnapshotCopyOnlyFull`
56+
- New const `ProtectionStateBackupsSuspended`
57+
- New const `PolicyTypeSnapshotCopyOnlyFull`
58+
- New const `RestorePointTypeSnapshotFull`
59+
- New const `ProtectableContainerTypeAzureSQLContainer`
60+
- New const `ContainerTypeHanaHSRContainer`
61+
- New const `ProtectableContainerTypeGenericContainer`
62+
- New const `ProtectableContainerTypeIaasVMContainer`
63+
- New const `ProtectableContainerTypeMicrosoftComputeVirtualMachines`
64+
- New const `TieringModeTierAfter`
65+
- New type alias `TieringMode`
66+
- New type alias `ProtectableContainerType`
67+
- New function `*AzureVMWorkloadSAPHanaDBInstanceProtectedItem.GetProtectedItem() *ProtectedItem`
68+
- New function `PossibleTieringModeValues() []TieringMode`
69+
- New function `*AzureVMWorkloadSAPHanaDBInstance.GetAzureVMWorkloadProtectableItem() *AzureVMWorkloadProtectableItem`
70+
- New function `PossibleProtectableContainerTypeValues() []ProtectableContainerType`
71+
- New function `*AzureVMWorkloadSAPHanaDBInstanceProtectedItem.GetAzureVMWorkloadProtectedItem() *AzureVMWorkloadProtectedItem`
72+
- New function `*AzureVMWorkloadSAPHanaHSR.GetWorkloadProtectableItem() *WorkloadProtectableItem`
73+
- New function `*AzureVMWorkloadSAPHanaHSR.GetAzureVMWorkloadProtectableItem() *AzureVMWorkloadProtectableItem`
74+
- New function `*AzureVMWorkloadSAPHanaDBInstance.GetWorkloadProtectableItem() *WorkloadProtectableItem`
75+
- New struct `AzureVMWorkloadSAPHanaDBInstance`
76+
- New struct `AzureVMWorkloadSAPHanaDBInstanceProtectedItem`
77+
- New struct `AzureVMWorkloadSAPHanaHSR`
78+
- New struct `TieringPolicy`
79+
- New field `NewestRecoveryPointInArchive` in struct `AzureVMWorkloadProtectedItemExtendedInfo`
80+
- New field `OldestRecoveryPointInArchive` in struct `AzureVMWorkloadProtectedItemExtendedInfo`
81+
- New field `OldestRecoveryPointInVault` in struct `AzureVMWorkloadProtectedItemExtendedInfo`
82+
- New field `TieringPolicy` in struct `SubProtectionPolicy`
83+
- New field `NewestRecoveryPointInArchive` in struct `AzureIaaSVMProtectedItemExtendedInfo`
84+
- New field `OldestRecoveryPointInArchive` in struct `AzureIaaSVMProtectedItemExtendedInfo`
85+
- New field `OldestRecoveryPointInVault` in struct `AzureIaaSVMProtectedItemExtendedInfo`
86+
- New field `TieringPolicy` in struct `AzureIaaSVMProtectionPolicy`
87+
88+
389
## 1.0.0 (2022-05-17)
490

591
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.

sdk/resourcemanager/recoveryservices/armrecoveryservicesbackup/autorest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/recoveryservicesbackup/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/recoveryservicesbackup/resource-manager/readme.go.md
8+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/recoveryservicesbackup/resource-manager/readme.md
9+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/recoveryservicesbackup/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 1.0.0
11+
module-version: 2.0.0
1212
```
Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)