Skip to content

Commit 12a961a

Browse files
author
SDKAuto
committed
CodeGen from PR 21452 in Azure/azure-rest-api-specs
Merge fe8518a30954942a6f94747f0a2ef7a9b9f58338 into 894645e485d2f01e83999480d440e1bace3fec9b
1 parent 74c0091 commit 12a961a

File tree

46 files changed

+6754
-4014
lines changed

Some content is hidden

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

46 files changed

+6754
-4014
lines changed

sdk/resourcemanager/dataprotection/armdataprotection/CHANGELOG.md

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

3+
## 2.0.0-beta.1 (2022-11-09)
4+
### Breaking Changes
5+
6+
- Type of `ResourceGuard.ProvisioningState` has been changed from `*ProvisioningState` to `*ResourceGuardProvisioningState`
7+
- Struct `CloudError` has been removed
8+
9+
### Features Added
10+
11+
- New const `ResourceGuardProvisioningStateProvisioning`
12+
- New const `ResourceGuardProvisioningStateUnknown`
13+
- New const `ExistingResourcePolicyPatch`
14+
- New const `ExistingResourcePolicySkip`
15+
- New const `PersistentVolumeRestoreModeRestoreWithVolumeData`
16+
- New const `SoftDeleteStateOff`
17+
- New const `ResourceGuardProvisioningStateFailed`
18+
- New const `ResourceGuardProvisioningStateUpdating`
19+
- New const `ResourceGuardProvisioningStateSucceeded`
20+
- New const `ImmutabilityStateLocked`
21+
- New const `PersistentVolumeRestoreModeRestoreWithoutVolumeData`
22+
- New const `StorageSettingTypesZoneRedundant`
23+
- New const `SoftDeleteStateOn`
24+
- New const `SoftDeleteStateAlwaysOn`
25+
- New const `ImmutabilityStateUnlocked`
26+
- New const `ImmutabilityStateDisabled`
27+
- New type alias `ExistingResourcePolicy`
28+
- New type alias `ImmutabilityState`
29+
- New type alias `ResourceGuardProvisioningState`
30+
- New type alias `SoftDeleteState`
31+
- New type alias `PersistentVolumeRestoreMode`
32+
- New function `*DeletedBackupInstancesClient.Get(context.Context, string, string, string, *DeletedBackupInstancesClientGetOptions) (DeletedBackupInstancesClientGetResponse, error)`
33+
- New function `NewDeletedBackupInstancesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DeletedBackupInstancesClient, error)`
34+
- New function `NewBackupInstancesExtensionRoutingClient(azcore.TokenCredential, *arm.ClientOptions) (*BackupInstancesExtensionRoutingClient, error)`
35+
- New function `*BackupInstancesExtensionRoutingClient.NewListPager(string, *BackupInstancesExtensionRoutingClientListOptions) *runtime.Pager[BackupInstancesExtensionRoutingClientListResponse]`
36+
- New function `*BackupDatasourceParameters.GetBackupDatasourceParameters() *BackupDatasourceParameters`
37+
- New function `*KubernetesClusterRestoreCriteria.GetItemLevelRestoreCriteria() *ItemLevelRestoreCriteria`
38+
- New function `*DeletedBackupInstancesClient.NewListPager(string, string, *DeletedBackupInstancesClientListOptions) *runtime.Pager[DeletedBackupInstancesClientListResponse]`
39+
- New function `*DeletedBackupInstancesClient.BeginUndelete(context.Context, string, string, string, *DeletedBackupInstancesClientBeginUndeleteOptions) (*runtime.Poller[DeletedBackupInstancesClientUndeleteResponse], error)`
40+
- New function `PossibleExistingResourcePolicyValues() []ExistingResourcePolicy`
41+
- New function `PossiblePersistentVolumeRestoreModeValues() []PersistentVolumeRestoreMode`
42+
- New function `*DppResourceGuardProxyClient.Get(context.Context, string, string, string, *DppResourceGuardProxyClientGetOptions) (DppResourceGuardProxyClientGetResponse, error)`
43+
- New function `*DppResourceGuardProxyClient.Put(context.Context, string, string, string, ResourceGuardProxyBaseResource, *DppResourceGuardProxyClientPutOptions) (DppResourceGuardProxyClientPutResponse, error)`
44+
- New function `*DppResourceGuardProxyClient.UnlockDelete(context.Context, string, string, string, UnlockDeleteRequest, *DppResourceGuardProxyClientUnlockDeleteOptions) (DppResourceGuardProxyClientUnlockDeleteResponse, error)`
45+
- New function `*DppResourceGuardProxyClient.NewListPager(string, string, *DppResourceGuardProxyClientListOptions) *runtime.Pager[DppResourceGuardProxyClientListResponse]`
46+
- New function `PossibleSoftDeleteStateValues() []SoftDeleteState`
47+
- New function `NewDppResourceGuardProxyClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DppResourceGuardProxyClient, error)`
48+
- New function `PossibleResourceGuardProvisioningStateValues() []ResourceGuardProvisioningState`
49+
- New function `PossibleImmutabilityStateValues() []ImmutabilityState`
50+
- New function `*KubernetesClusterBackupDatasourceParameters.GetBackupDatasourceParameters() *BackupDatasourceParameters`
51+
- New function `*DppResourceGuardProxyClient.Delete(context.Context, string, string, string, *DppResourceGuardProxyClientDeleteOptions) (DppResourceGuardProxyClientDeleteResponse, error)`
52+
- New struct `BackupDatasourceParameters`
53+
- New struct `BackupInstancesExtensionRoutingClient`
54+
- New struct `BackupInstancesExtensionRoutingClientListOptions`
55+
- New struct `BackupInstancesExtensionRoutingClientListResponse`
56+
- New struct `DeletedBackupInstance`
57+
- New struct `DeletedBackupInstanceResource`
58+
- New struct `DeletedBackupInstanceResourceList`
59+
- New struct `DeletedBackupInstancesClient`
60+
- New struct `DeletedBackupInstancesClientBeginUndeleteOptions`
61+
- New struct `DeletedBackupInstancesClientGetOptions`
62+
- New struct `DeletedBackupInstancesClientGetResponse`
63+
- New struct `DeletedBackupInstancesClientListOptions`
64+
- New struct `DeletedBackupInstancesClientListResponse`
65+
- New struct `DeletedBackupInstancesClientUndeleteResponse`
66+
- New struct `DeletionInfo`
67+
- New struct `DppProxyResource`
68+
- New struct `DppResourceGuardProxyClient`
69+
- New struct `DppResourceGuardProxyClientDeleteOptions`
70+
- New struct `DppResourceGuardProxyClientDeleteResponse`
71+
- New struct `DppResourceGuardProxyClientGetOptions`
72+
- New struct `DppResourceGuardProxyClientGetResponse`
73+
- New struct `DppResourceGuardProxyClientListOptions`
74+
- New struct `DppResourceGuardProxyClientListResponse`
75+
- New struct `DppResourceGuardProxyClientPutOptions`
76+
- New struct `DppResourceGuardProxyClientPutResponse`
77+
- New struct `DppResourceGuardProxyClientUnlockDeleteOptions`
78+
- New struct `DppResourceGuardProxyClientUnlockDeleteResponse`
79+
- New struct `ImmutabilitySettings`
80+
- New struct `KubernetesClusterBackupDatasourceParameters`
81+
- New struct `KubernetesClusterRestoreCriteria`
82+
- New struct `ResourceGuardOperationDetail`
83+
- New struct `ResourceGuardProxyBase`
84+
- New struct `ResourceGuardProxyBaseResource`
85+
- New struct `ResourceGuardProxyBaseResourceList`
86+
- New struct `SecuritySettings`
87+
- New struct `SoftDeleteSettings`
88+
- New struct `UnlockDeleteRequest`
89+
- New struct `UnlockDeleteResponse`
90+
- New field `SecuritySettings` in struct `PatchBackupVaultInput`
91+
- New field `SecuritySettings` in struct `BackupVault`
92+
- New field `IsVaultProtectedByResourceGuard` in struct `BackupVault`
93+
- New field `BackupDatasourceParametersList` in struct `PolicyParameters`
94+
- New field `Tags` in struct `BackupInstanceResource`
95+
96+
397
## 1.0.0 (2022-05-18)
498

599
The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dataprotection/armdataprotection` 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/dataprotection/armdataprotection/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/d55b8005f05b040b852c15e74a0f3e36494a15e1/specification/dataprotection/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/d55b8005f05b040b852c15e74a0f3e36494a15e1/specification/dataprotection/resource-manager/readme.go.md
8+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/dataprotection/resource-manager/readme.md
9+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/dataprotection/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
```

0 commit comments

Comments
 (0)