Skip to content

Commit 27eed41

Browse files
author
SDKAuto
committed
CodeGen from PR 21450 in Azure/azure-rest-api-specs
Merge d02f16896ff2af3158944817b9e92d843a3eb679 into cd2861ab4537950c37f8c5fba0e36717f5c149f1
1 parent 5d39fbd commit 27eed41

File tree

109 files changed

+9547
-6462
lines changed

Some content is hidden

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

109 files changed

+9547
-6462
lines changed

sdk/resourcemanager/recoveryservices/armrecoveryservicesbackup/CHANGELOG.md

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

3+
## 2.0.0-beta.1 (2022-11-21)
4+
### Breaking Changes
5+
6+
- Type of `AzureVMAppContainerProtectableContainer.ProtectableContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
7+
- Type of `AzureStorageProtectableContainer.ProtectableContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
8+
- Type of `AzureSQLAGWorkloadContainerProtectionContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
9+
- Type of `AzureIaaSClassicComputeVMContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
10+
- Type of `GenericContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
11+
- Type of `AzureVMAppContainerProtectionContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
12+
- Type of `IaaSVMContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
13+
- Type of `AzureSQLContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
14+
- Type of `ProtectionContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
15+
- Type of `AzureBackupServerContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
16+
- Type of `DpmContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
17+
- Type of `ProtectableContainer.ProtectableContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
18+
- Type of `MabContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
19+
- Type of `AzureWorkloadContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
20+
- Type of `AzureStorageContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
21+
- Type of `AzureIaaSComputeVMContainer.ContainerType` has been changed from `*ContainerType` to `*ProtectableContainerType`
22+
- Const `ContainerTypeMicrosoftComputeVirtualMachines` has been removed
23+
- Const `ContainerTypeMicrosoftClassicComputeVirtualMachines` has been removed
24+
- Const `ContainerTypeAzureWorkloadContainer` has been removed
25+
- Struct `CloudError` has been removed
26+
- Struct `CloudErrorBody` has been removed
27+
28+
### Features Added
29+
30+
- New const `ProtectableContainerTypeAzureSQLContainer`
31+
- New const `WorkloadItemTypeSAPHanaDBInstance`
32+
- New const `DataSourceTypeSAPHanaDBInstance`
33+
- New const `ProtectableContainerTypeMicrosoftComputeVirtualMachines`
34+
- New const `TieringModeInvalid`
35+
- New const `BackupTypeSnapshotFull`
36+
- New const `WorkloadTypeSAPHanaDBInstance`
37+
- New const `ProtectableContainerTypeInvalid`
38+
- New const `ProtectableContainerTypeIaasVMServiceContainer`
39+
- New const `ProtectableContainerTypeGenericContainer`
40+
- New const `ProtectableContainerTypeDPMContainer`
41+
- New const `ProtectableContainerTypeWindows`
42+
- New const `ProtectableContainerTypeAzureBackupServerContainer`
43+
- New const `ProtectableContainerTypeVMAppContainer`
44+
- New const `ProtectableContainerTypeVCenter`
45+
- New const `PolicyTypeSnapshotCopyOnlyFull`
46+
- New const `RestorePointQueryTypeSnapshotCopyOnlyFull`
47+
- New const `ProtectableContainerTypeUnknown`
48+
- New const `BackupItemTypeSAPHanaDBInstance`
49+
- New const `ProtectableContainerTypeAzureWorkloadContainer`
50+
- New const `ContainerTypeHanaHSRContainer`
51+
- New const `RestorePointTypeSnapshotFull`
52+
- New const `RestorePointTypeSnapshotCopyOnlyFull`
53+
- New const `RestorePointQueryTypeSnapshotFull`
54+
- New const `PolicyTypeSnapshotFull`
55+
- New const `ProtectableContainerTypeCluster`
56+
- New const `BackupTypeSnapshotCopyOnlyFull`
57+
- New const `ProtectableContainerTypeMicrosoftClassicComputeVirtualMachines`
58+
- New const `ProtectableContainerTypeIaasVMContainer`
59+
- New const `TieringModeDoNotTier`
60+
- New const `ProtectableContainerTypeSQLAGWorkLoadContainer`
61+
- New const `ProtectableContainerTypeStorageContainer`
62+
- New const `TieringModeTierRecommended`
63+
- New const `TieringModeTierAfter`
64+
- New const `ProtectableContainerTypeMABContainer`
65+
- New type alias `TieringMode`
66+
- New type alias `ProtectableContainerType`
67+
- New function `NewDeletedProtectionContainersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DeletedProtectionContainersClient, error)`
68+
- New function `*DeletedProtectionContainersClient.NewListPager(string, string, *DeletedProtectionContainersClientListOptions) *runtime.Pager[DeletedProtectionContainersClientListResponse]`
69+
- New function `PossibleProtectableContainerTypeValues() []ProtectableContainerType`
70+
- New function `*AzureVMWorkloadSAPHanaHSR.GetWorkloadProtectableItem() *WorkloadProtectableItem`
71+
- New function `*AzureVMWorkloadSAPHanaDBInstanceProtectedItem.GetAzureVMWorkloadProtectedItem() *AzureVMWorkloadProtectedItem`
72+
- New function `*AzureVMWorkloadSAPHanaDBInstanceProtectedItem.GetProtectedItem() *ProtectedItem`
73+
- New function `*AzureVMWorkloadSAPHanaDBInstance.GetWorkloadProtectableItem() *WorkloadProtectableItem`
74+
- New function `*AzureVMWorkloadSAPHanaDBInstance.GetAzureVMWorkloadProtectableItem() *AzureVMWorkloadProtectableItem`
75+
- New function `*AzureVMWorkloadSAPHanaHSR.GetAzureVMWorkloadProtectableItem() *AzureVMWorkloadProtectableItem`
76+
- New function `PossibleTieringModeValues() []TieringMode`
77+
- New struct `AzureVMWorkloadSAPHanaDBInstance`
78+
- New struct `AzureVMWorkloadSAPHanaDBInstanceProtectedItem`
79+
- New struct `AzureVMWorkloadSAPHanaHSR`
80+
- New struct `DeletedProtectionContainersClient`
81+
- New struct `DeletedProtectionContainersClientListOptions`
82+
- New struct `DeletedProtectionContainersClientListResponse`
83+
- New struct `TieringPolicy`
84+
- New field `SoftDeleteRetentionPeriod` in struct `AzureIaaSClassicComputeVMProtectedItem`
85+
- New field `SoftDeleteRetentionPeriod` in struct `AzureIaaSComputeVMProtectedItem`
86+
- New field `TieringPolicy` in struct `AzureIaaSVMProtectionPolicy`
87+
- New field `SoftDeleteRetentionPeriod` in struct `GenericProtectedItem`
88+
- New field `SoftDeleteRetentionPeriod` in struct `MabFileFolderProtectedItem`
89+
- New field `SoftDeleteRetentionPeriod` in struct `AzureFileshareProtectedItem`
90+
- New field `SoftDeleteRetentionPeriod` in struct `AzureVMWorkloadSQLDatabaseProtectedItem`
91+
- New field `SoftDeleteRetentionPeriod` in struct `AzureVMWorkloadProtectedItem`
92+
- New field `OldestRecoveryPointInArchive` in struct `AzureVMWorkloadProtectedItemExtendedInfo`
93+
- New field `OldestRecoveryPointInVault` in struct `AzureVMWorkloadProtectedItemExtendedInfo`
94+
- New field `NewestRecoveryPointInArchive` in struct `AzureVMWorkloadProtectedItemExtendedInfo`
95+
- New field `NewestRecoveryPointInArchive` in struct `AzureIaaSVMProtectedItemExtendedInfo`
96+
- New field `OldestRecoveryPointInArchive` in struct `AzureIaaSVMProtectedItemExtendedInfo`
97+
- New field `OldestRecoveryPointInVault` in struct `AzureIaaSVMProtectedItemExtendedInfo`
98+
- New field `SoftDeleteRetentionPeriod` in struct `AzureSQLProtectedItem`
99+
- New field `SoftDeleteRetentionPeriod` in struct `AzureVMWorkloadSAPHanaDatabaseProtectedItem`
100+
- New field `SoftDeleteRetentionPeriod` in struct `DPMProtectedItem`
101+
- New field `SoftDeleteRetentionPeriod` in struct `ProtectedItem`
102+
- New field `TieringPolicy` in struct `SubProtectionPolicy`
103+
- New field `SoftDeleteRetentionPeriod` in struct `AzureVMWorkloadSAPAseDatabaseProtectedItem`
104+
- New field `SoftDeleteRetentionPeriod` in struct `AzureIaaSVMProtectedItem`
105+
106+
3107
## 1.0.0 (2022-05-17)
4108

5109
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-beta.1
1212
```
Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 3 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 & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)