Skip to content

Commit 479c04a

Browse files
azure-sdkAlancere
andauthored
[Release] sdk/resourcemanager/dataprotection/armdataprotection/2.0.0 (Azure#19909)
* [Release] sdk/resourcemanager/dataprotection/armdataprotection/2.0.0-beta.2 generation from spec commit: 630ec444f8dd7c09b9cdd5fa99951f8a0d1ad41f * sdk/resourcemanager/dataprotection/armdataprotection/v2.0.0 --------- Co-authored-by: ReleaseHelper <ReleaseHelper> Co-authored-by: Alancere <[email protected]>
1 parent dfbe352 commit 479c04a

File tree

48 files changed

+3033
-1995
lines changed

Some content is hidden

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

48 files changed

+3033
-1995
lines changed

sdk/resourcemanager/dataprotection/armdataprotection/CHANGELOG.md

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,60 @@
11
# Release History
22

3-
## 2.0.0-beta.1 (2023-01-13)
3+
## 2.0.0 (2023-02-24)
44
### Breaking Changes
55

6-
- Type of `ResourceGuard.ProvisioningState` has been changed from `*ProvisioningState` to `*ResourceGuardProvisioningState`
6+
- Function `*ResourceGuardsClient.Patch` parameter(s) have been changed from `(context.Context, string, string, PatchResourceRequestInput, *ResourceGuardsClientPatchOptions)` to `(context.Context, string, string, PatchResourceGuardInput, *ResourceGuardsClientPatchOptions)`
7+
- Const `StorageSettingStoreTypesSnapshotStore` from type alias `StorageSettingStoreTypes` has been removed
8+
- Operation `*BackupVaultsClient.Delete` has been changed to LRO, use `*BackupVaultsClient.BeginDelete` instead.
9+
- Field `Identity` of struct `ResourceGuardResource` has been removed
710

811
### Features Added
912

13+
- New value `SourceDataStoreTypeOperationalStore` added to type alias `SourceDataStoreType`
14+
- New value `StorageSettingStoreTypesOperationalStore` added to type alias `StorageSettingStoreTypes`
1015
- New value `StorageSettingTypesZoneRedundant` added to type alias `StorageSettingTypes`
16+
- New type alias `CrossSubscriptionRestoreState` with values `CrossSubscriptionRestoreStateDisabled`, `CrossSubscriptionRestoreStateEnabled`, `CrossSubscriptionRestoreStatePermanentlyDisabled`
1117
- New type alias `ExistingResourcePolicy` with values `ExistingResourcePolicyPatch`, `ExistingResourcePolicySkip`
1218
- New type alias `ImmutabilityState` with values `ImmutabilityStateDisabled`, `ImmutabilityStateLocked`, `ImmutabilityStateUnlocked`
1319
- New type alias `PersistentVolumeRestoreMode` with values `PersistentVolumeRestoreModeRestoreWithVolumeData`, `PersistentVolumeRestoreModeRestoreWithoutVolumeData`
14-
- New type alias `ResourceGuardProvisioningState` with values `ResourceGuardProvisioningStateFailed`, `ResourceGuardProvisioningStateProvisioning`, `ResourceGuardProvisioningStateSucceeded`, `ResourceGuardProvisioningStateUnknown`, `ResourceGuardProvisioningStateUpdating`
1520
- New type alias `SoftDeleteState` with values `SoftDeleteStateAlwaysOn`, `SoftDeleteStateOff`, `SoftDeleteStateOn`
1621
- New function `*BackupDatasourceParameters.GetBackupDatasourceParameters() *BackupDatasourceParameters`
17-
- New function `NewBackupInstancesExtensionRoutingClient(azcore.TokenCredential, *arm.ClientOptions) (*BackupInstancesExtensionRoutingClient, error)`
18-
- New function `*BackupInstancesExtensionRoutingClient.NewListPager(string, *BackupInstancesExtensionRoutingClientListOptions) *runtime.Pager[BackupInstancesExtensionRoutingClientListResponse]`
1922
- New function `*BlobBackupDatasourceParameters.GetBackupDatasourceParameters() *BackupDatasourceParameters`
2023
- New function `NewDeletedBackupInstancesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DeletedBackupInstancesClient, error)`
2124
- New function `*DeletedBackupInstancesClient.Get(context.Context, string, string, string, *DeletedBackupInstancesClientGetOptions) (DeletedBackupInstancesClientGetResponse, error)`
2225
- New function `*DeletedBackupInstancesClient.NewListPager(string, string, *DeletedBackupInstancesClientListOptions) *runtime.Pager[DeletedBackupInstancesClientListResponse]`
2326
- New function `*DeletedBackupInstancesClient.BeginUndelete(context.Context, string, string, string, *DeletedBackupInstancesClientBeginUndeleteOptions) (*runtime.Poller[DeletedBackupInstancesClientUndeleteResponse], error)`
24-
- New function `NewDppResourceGuardProxyClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DppResourceGuardProxyClient, error)`
25-
- New function `*DppResourceGuardProxyClient.Delete(context.Context, string, string, string, *DppResourceGuardProxyClientDeleteOptions) (DppResourceGuardProxyClientDeleteResponse, error)`
26-
- New function `*DppResourceGuardProxyClient.Get(context.Context, string, string, string, *DppResourceGuardProxyClientGetOptions) (DppResourceGuardProxyClientGetResponse, error)`
27-
- New function `*DppResourceGuardProxyClient.NewListPager(string, string, *DppResourceGuardProxyClientListOptions) *runtime.Pager[DppResourceGuardProxyClientListResponse]`
28-
- New function `*DppResourceGuardProxyClient.Put(context.Context, string, string, string, ResourceGuardProxyBaseResource, *DppResourceGuardProxyClientPutOptions) (DppResourceGuardProxyClientPutResponse, error)`
29-
- New function `*DppResourceGuardProxyClient.UnlockDelete(context.Context, string, string, string, UnlockDeleteRequest, *DppResourceGuardProxyClientUnlockDeleteOptions) (DppResourceGuardProxyClientUnlockDeleteResponse, error)`
3027
- New function `*ItemPathBasedRestoreCriteria.GetItemLevelRestoreCriteria() *ItemLevelRestoreCriteria`
3128
- New function `*KubernetesClusterBackupDatasourceParameters.GetBackupDatasourceParameters() *BackupDatasourceParameters`
3229
- New function `*KubernetesClusterRestoreCriteria.GetItemLevelRestoreCriteria() *ItemLevelRestoreCriteria`
33-
- New struct `BackupInstancesExtensionRoutingClient`
34-
- New struct `BackupInstancesExtensionRoutingClientListResponse`
3530
- New struct `BlobBackupDatasourceParameters`
31+
- New struct `CrossSubscriptionRestoreSettings`
3632
- New struct `DeletedBackupInstance`
3733
- New struct `DeletedBackupInstanceResource`
3834
- New struct `DeletedBackupInstanceResourceList`
3935
- New struct `DeletedBackupInstancesClient`
4036
- New struct `DeletedBackupInstancesClientListResponse`
4137
- New struct `DeletedBackupInstancesClientUndeleteResponse`
4238
- New struct `DeletionInfo`
39+
- New struct `DppBaseTrackedResource`
4340
- New struct `DppProxyResource`
44-
- New struct `DppResourceGuardProxyClient`
45-
- New struct `DppResourceGuardProxyClientListResponse`
41+
- New struct `FeatureSettings`
4642
- New struct `ImmutabilitySettings`
4743
- New struct `ItemPathBasedRestoreCriteria`
4844
- New struct `KubernetesClusterBackupDatasourceParameters`
4945
- New struct `KubernetesClusterRestoreCriteria`
50-
- New struct `ResourceGuardOperationDetail`
51-
- New struct `ResourceGuardProxyBase`
52-
- New struct `ResourceGuardProxyBaseResource`
53-
- New struct `ResourceGuardProxyBaseResourceList`
46+
- New struct `PatchResourceGuardInput`
5447
- New struct `SecuritySettings`
5548
- New struct `SoftDeleteSettings`
56-
- New struct `UnlockDeleteRequest`
57-
- New struct `UnlockDeleteResponse`
49+
- New field `ExpiryTime` in struct `AzureBackupDiscreteRecoveryPoint`
5850
- New field `Tags` in struct `BackupInstanceResource`
51+
- New field `FeatureSettings` in struct `BackupVault`
5952
- New field `IsVaultProtectedByResourceGuard` in struct `BackupVault`
6053
- New field `SecuritySettings` in struct `BackupVault`
54+
- New field `FeatureSettings` in struct `PatchBackupVaultInput`
6155
- New field `SecuritySettings` in struct `PatchBackupVaultInput`
6256
- New field `BackupDatasourceParametersList` in struct `PolicyParameters`
57+
- New field `TargetResourceArmID` in struct `TargetDetails`
6358

6459

6560
## 1.0.0 (2022-05-18)

sdk/resourcemanager/dataprotection/armdataprotection/autorest.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/3f36931e7edfce60595fd5558a722e0230a44eb1/specification/dataprotection/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/3f36931e7edfce60595fd5558a722e0230a44eb1/specification/dataprotection/resource-manager/readme.go.md
8+
- https://github.com/Azure/azure-rest-api-specs/blob/3035214dea933cd02b1ecfa982c185a572f84b8a/specification/dataprotection/resource-manager/readme.md
9+
- https://github.com/Azure/azure-rest-api-specs/blob/3035214dea933cd02b1ecfa982c185a572f84b8a/specification/dataprotection/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 2.0.0-beta.1
12-
tag: package-preview-2022-11
11+
module-version: 2.0.0
1312
```

0 commit comments

Comments
 (0)