Skip to content

Commit eb06afe

Browse files
azure-sdkAlancere
andauthored
[Release] sdk/resourcemanager/recoveryservices/armrecoveryservicesbackup/3.0.0 (Azure#21486)
* [Release] sdk/resourcemanager/recoveryservices/armrecoveryservicesbackup/3.0.0 generation from spec commit: 80c21c17b4a7aa57f637ee594f7cfd653255a7e0 * remove duplicate interface * update --------- Co-authored-by: ReleaseHelper <ReleaseHelper> Co-authored-by: Peng Jiahui <[email protected]>
1 parent b6c6421 commit eb06afe

File tree

113 files changed

+3166
-2605
lines changed

Some content is hidden

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

113 files changed

+3166
-2605
lines changed

sdk/resourcemanager/recoveryservices/armrecoveryservicesbackup/CHANGELOG.md

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

3+
## 3.0.0 (2023-09-22)
4+
### Breaking Changes
5+
6+
- Function `*AzureVMWorkloadSAPHanaHSR.GetAzureVMWorkloadProtectableItem` has been removed
7+
- Function `*AzureVMWorkloadSAPHanaHSR.GetWorkloadProtectableItem` has been removed
8+
- Struct `AzureVMWorkloadSAPHanaHSR` has been removed
9+
- Field `SoftDeleteRetentionPeriod` of struct `AzureFileshareProtectedItem` has been removed
10+
- Field `SoftDeleteRetentionPeriod` of struct `AzureIaaSClassicComputeVMProtectedItem` has been removed
11+
- Field `SoftDeleteRetentionPeriod` of struct `AzureIaaSComputeVMProtectedItem` has been removed
12+
- Field `SoftDeleteRetentionPeriod` of struct `AzureIaaSVMProtectedItem` has been removed
13+
- Field `SoftDeleteRetentionPeriod` of struct `AzureSQLProtectedItem` has been removed
14+
- Field `SoftDeleteRetentionPeriod` of struct `AzureVMWorkloadProtectedItem` has been removed
15+
- Field `SoftDeleteRetentionPeriod` of struct `AzureVMWorkloadSAPAseDatabaseProtectedItem` has been removed
16+
- Field `SoftDeleteRetentionPeriod` of struct `AzureVMWorkloadSAPHanaDBInstanceProtectedItem` has been removed
17+
- Field `SoftDeleteRetentionPeriod` of struct `AzureVMWorkloadSAPHanaDatabaseProtectedItem` has been removed
18+
- Field `SoftDeleteRetentionPeriod` of struct `AzureVMWorkloadSQLDatabaseProtectedItem` has been removed
19+
- Field `SoftDeleteRetentionPeriod` of struct `DPMProtectedItem` has been removed
20+
- Field `SoftDeleteRetentionPeriod` of struct `GenericProtectedItem` has been removed
21+
- Field `SoftDeleteRetentionPeriod` of struct `MabFileFolderProtectedItem` has been removed
22+
- Field `ActionRequired` of struct `PrivateLinkServiceConnectionState` has been removed
23+
- Field `SoftDeleteRetentionPeriod` of struct `ProtectedItem` has been removed
24+
25+
### Features Added
26+
27+
- New value `SoftDeleteFeatureStateAlwaysON` added to enum type `SoftDeleteFeatureState`
28+
- New enum type `VaultSubResourceType` with values `VaultSubResourceTypeAzureBackup`, `VaultSubResourceTypeAzureBackupSecondary`, `VaultSubResourceTypeAzureSiteRecovery`
29+
- New function `*AzureVMWorkloadSAPHanaHSRProtectableItem.GetAzureVMWorkloadProtectableItem() *AzureVMWorkloadProtectableItem`
30+
- New function `*AzureVMWorkloadSAPHanaHSRProtectableItem.GetWorkloadProtectableItem() *WorkloadProtectableItem`
31+
- New struct `AzureVMWorkloadSAPHanaHSRProtectableItem`
32+
- New field `SoftDeleteRetentionPeriodInDays` in struct `AzureFileshareProtectedItem`
33+
- New field `SoftDeleteRetentionPeriodInDays` in struct `AzureIaaSClassicComputeVMProtectedItem`
34+
- New field `SoftDeleteRetentionPeriodInDays` in struct `AzureIaaSComputeVMProtectedItem`
35+
- New field `SoftDeleteRetentionPeriodInDays` in struct `AzureIaaSVMProtectedItem`
36+
- New field `SoftDeleteRetentionPeriodInDays` in struct `AzureSQLProtectedItem`
37+
- New field `NodesList`, `SoftDeleteRetentionPeriodInDays` in struct `AzureVMWorkloadProtectedItem`
38+
- New field `NodesList`, `SoftDeleteRetentionPeriodInDays` in struct `AzureVMWorkloadSAPAseDatabaseProtectedItem`
39+
- New field `IsProtectable` in struct `AzureVMWorkloadSAPAseSystemProtectableItem`
40+
- New field `IsProtectable` in struct `AzureVMWorkloadSAPHanaDBInstance`
41+
- New field `NodesList`, `SoftDeleteRetentionPeriodInDays` in struct `AzureVMWorkloadSAPHanaDBInstanceProtectedItem`
42+
- New field `IsProtectable` in struct `AzureVMWorkloadSAPHanaDatabaseProtectableItem`
43+
- New field `NodesList`, `SoftDeleteRetentionPeriodInDays` in struct `AzureVMWorkloadSAPHanaDatabaseProtectedItem`
44+
- New field `IsProtectable` in struct `AzureVMWorkloadSAPHanaSystemProtectableItem`
45+
- New field `IsProtectable`, `NodesList` in struct `AzureVMWorkloadSQLAvailabilityGroupProtectableItem`
46+
- New field `IsProtectable` in struct `AzureVMWorkloadSQLDatabaseProtectableItem`
47+
- New field `NodesList`, `SoftDeleteRetentionPeriodInDays` in struct `AzureVMWorkloadSQLDatabaseProtectedItem`
48+
- New field `IsProtectable` in struct `AzureVMWorkloadSQLInstanceProtectableItem`
49+
- New field `SoftDeleteRetentionPeriodInDays` in struct `BackupResourceVaultConfig`
50+
- New field `AcquireStorageAccountLock`, `ProtectedItemsCount` in struct `BackupStatusResponse`
51+
- New field `SoftDeleteRetentionPeriodInDays` in struct `DPMProtectedItem`
52+
- New field `SourceResourceID` in struct `DistributedNodesInfo`
53+
- New field `SoftDeleteRetentionPeriodInDays` in struct `GenericProtectedItem`
54+
- New field `ProtectableItemCount` in struct `InquiryValidation`
55+
- New field `SoftDeleteRetentionPeriodInDays` in struct `MabFileFolderProtectedItem`
56+
- New field `GroupIDs` in struct `PrivateEndpointConnection`
57+
- New field `ActionsRequired` in struct `PrivateLinkServiceConnectionState`
58+
- New field `SoftDeleteRetentionPeriodInDays` in struct `ProtectedItem`
59+
60+
361
## 2.1.1 (2023-04-14)
462
### Bug Fixes
563

sdk/resourcemanager/recoveryservices/armrecoveryservicesbackup/autorest.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/a498cae6d1a93f4c33073f0747b93b22815c09b7/specification/recoveryservicesbackup/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/a498cae6d1a93f4c33073f0747b93b22815c09b7/specification/recoveryservicesbackup/resource-manager/readme.go.md
8+
- https://github.com/Azure/azure-rest-api-specs/blob/a4ddec441435d1ef766c4f160eda658a69cc5dc2/specification/recoveryservicesbackup/resource-manager/readme.md
9+
- https://github.com/Azure/azure-rest-api-specs/blob/a4ddec441435d1ef766c4f160eda658a69cc5dc2/specification/recoveryservicesbackup/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 2.1.1
11+
module-version: 3.0.0
12+
tag: package-2023-04
1213
```

sdk/resourcemanager/recoveryservices/armrecoveryservicesbackup/backupengines_client.go

Lines changed: 12 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/recoveryservices/armrecoveryservicesbackup/backupengines_client_example_test.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/recoveryservices/armrecoveryservicesbackup/backupjobs_client.go

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/recoveryservices/armrecoveryservicesbackup/backupjobs_client_example_test.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/recoveryservices/armrecoveryservicesbackup/backupoperationresults_client.go

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/recoveryservices/armrecoveryservicesbackup/backupoperationresults_client_example_test.go

Lines changed: 2 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)