Skip to content

Commit 7bd9b9e

Browse files
author
SDKAuto
committed
CodeGen from PR 20823 in Azure/azure-rest-api-specs
Merge 8323aa67a3a3e791a5c23e02d8bd63a704b6c066 into 4b2f5a45a34e351e38e8b075cf1da5a775fd414a
1 parent eb78c5e commit 7bd9b9e

File tree

46 files changed

+6405
-4115
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

+6405
-4115
lines changed

sdk/resourcemanager/dataprotection/armdataprotection/CHANGELOG.md

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

3+
## 2.0.0-beta.1 (2022-09-28)
4+
### Breaking Changes
5+
6+
- Type of `ResourceGuard.ProvisioningState` has been changed from `*ProvisioningState` to `*ResourceGuardProvisioningState`
7+
- Function `*Client.CheckFeatureSupport` has been removed
8+
- Struct `CloudError` has been removed
9+
10+
### Features Added
11+
12+
- New const `SoftDeleteStateOff`
13+
- New const `ImmutabilityStateLocked`
14+
- New const `SoftDeleteStateAlwaysOn`
15+
- New const `ResourceGuardProvisioningStateFailed`
16+
- New const `ImmutabilityStateDisabled`
17+
- New const `ResourceGuardProvisioningStateUpdating`
18+
- New const `StorageSettingTypesZoneRedundant`
19+
- New const `ImmutabilityStateUnlocked`
20+
- New const `ResourceGuardProvisioningStateUnknown`
21+
- New const `ResourceGuardProvisioningStateSucceeded`
22+
- New const `ResourceGuardProvisioningStateProvisioning`
23+
- New const `SoftDeleteStateOn`
24+
- New type alias `SoftDeleteState`
25+
- New type alias `ImmutabilityState`
26+
- New type alias `ResourceGuardProvisioningState`
27+
- New function `PossibleSoftDeleteStateValues() []SoftDeleteState`
28+
- New function `*Client.DppResourceGuardProxyDelete(context.Context, string, string, string, *ClientDppResourceGuardProxyDeleteOptions) (ClientDppResourceGuardProxyDeleteResponse, error)`
29+
- New function `*DeletedBackupInstancesClient.BeginUndelete(context.Context, string, string, string, *DeletedBackupInstancesClientBeginUndeleteOptions) (*runtime.Poller[DeletedBackupInstancesClientUndeleteResponse], error)`
30+
- New function `*DeletedBackupInstancesClient.NewListPager(string, string, *DeletedBackupInstancesClientListOptions) *runtime.Pager[DeletedBackupInstancesClientListResponse]`
31+
- New function `NewBackupInstancesExtensionRoutingClient(azcore.TokenCredential, *arm.ClientOptions) (*BackupInstancesExtensionRoutingClient, error)`
32+
- New function `NewDeletedBackupInstancesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DeletedBackupInstancesClient, error)`
33+
- New function `*Client.DppResourceGuardProxyUnlockDelete(context.Context, string, string, string, UnlockDeleteRequest, *ClientDppResourceGuardProxyUnlockDeleteOptions) (ClientDppResourceGuardProxyUnlockDeleteResponse, error)`
34+
- New function `PossibleImmutabilityStateValues() []ImmutabilityState`
35+
- New function `*Client.DppResourceGuardProxyPut(context.Context, string, string, string, ResourceGuardProxyBaseResource, *ClientDppResourceGuardProxyPutOptions) (ClientDppResourceGuardProxyPutResponse, error)`
36+
- New function `PossibleResourceGuardProvisioningStateValues() []ResourceGuardProvisioningState`
37+
- New function `*DeletedBackupInstancesClient.Get(context.Context, string, string, string, *DeletedBackupInstancesClientGetOptions) (DeletedBackupInstancesClientGetResponse, error)`
38+
- New function `*Client.NewDppResourceGuardProxyListPager(string, string, *ClientDppResourceGuardProxyListOptions) *runtime.Pager[ClientDppResourceGuardProxyListResponse]`
39+
- New function `*Client.DppResourceGuardProxyGet(context.Context, string, string, string, *ClientDppResourceGuardProxyGetOptions) (ClientDppResourceGuardProxyGetResponse, error)`
40+
- New function `*BackupInstancesExtensionRoutingClient.NewListPager(string, *BackupInstancesExtensionRoutingClientListOptions) *runtime.Pager[BackupInstancesExtensionRoutingClientListResponse]`
41+
- New struct `BackupInstancesExtensionRoutingClient`
42+
- New struct `BackupInstancesExtensionRoutingClientListOptions`
43+
- New struct `BackupInstancesExtensionRoutingClientListResponse`
44+
- New struct `ClientDppResourceGuardProxyDeleteOptions`
45+
- New struct `ClientDppResourceGuardProxyDeleteResponse`
46+
- New struct `ClientDppResourceGuardProxyGetOptions`
47+
- New struct `ClientDppResourceGuardProxyGetResponse`
48+
- New struct `ClientDppResourceGuardProxyListOptions`
49+
- New struct `ClientDppResourceGuardProxyListResponse`
50+
- New struct `ClientDppResourceGuardProxyPutOptions`
51+
- New struct `ClientDppResourceGuardProxyPutResponse`
52+
- New struct `ClientDppResourceGuardProxyUnlockDeleteOptions`
53+
- New struct `ClientDppResourceGuardProxyUnlockDeleteResponse`
54+
- New struct `DeletedBackupInstance`
55+
- New struct `DeletedBackupInstanceResource`
56+
- New struct `DeletedBackupInstanceResourceList`
57+
- New struct `DeletedBackupInstancesClient`
58+
- New struct `DeletedBackupInstancesClientBeginUndeleteOptions`
59+
- New struct `DeletedBackupInstancesClientGetOptions`
60+
- New struct `DeletedBackupInstancesClientGetResponse`
61+
- New struct `DeletedBackupInstancesClientListOptions`
62+
- New struct `DeletedBackupInstancesClientListResponse`
63+
- New struct `DeletedBackupInstancesClientUndeleteResponse`
64+
- New struct `DeletionInfo`
65+
- New struct `DppProxyResource`
66+
- New struct `ImmutabilitySettings`
67+
- New struct `ResourceGuardOperationDetail`
68+
- New struct `ResourceGuardProxyBase`
69+
- New struct `ResourceGuardProxyBaseResource`
70+
- New struct `ResourceGuardProxyBaseResourceList`
71+
- New struct `SecuritySettings`
72+
- New struct `SoftDeleteSettings`
73+
- New struct `UnlockDeleteRequest`
74+
- New struct `UnlockDeleteResponse`
75+
- New field `SecuritySettings` in struct `PatchBackupVaultInput`
76+
- New field `IsVaultProtectedByResourceGuard` in struct `BackupVault`
77+
- New field `SecuritySettings` in struct `BackupVault`
78+
- New field `Tags` in struct `BackupInstanceResource`
79+
80+
381
## 1.0.0 (2022-05-18)
482

583
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)