Skip to content

Commit

Permalink
CodeGen from PR 21661 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge ebaab4d34a63213e03e7e1586fba24ef697f3200 into a80de12c16d6d9c3545bdc3e2b6c1d4ca6739876
  • Loading branch information
SDKAuto committed Nov 30, 2022
1 parent 0799479 commit b382dc2
Show file tree
Hide file tree
Showing 44 changed files with 5,699 additions and 4,016 deletions.
56 changes: 56 additions & 0 deletions sdk/resourcemanager/dataprotection/armdataprotection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,61 @@
# Release History

## 2.0.0 (2022-11-30)
### Breaking Changes

- Const `StorageSettingStoreTypesSnapshotStore` has been removed
- Struct `CloudError` has been removed

### Features Added

- New const `CrossSubscriptionRestoreStateDisabled`
- New const `CrossSubscriptionRestoreStateEnabled`
- New const `CrossSubscriptionRestoreStatePermanentlyDisabled`
- New const `ImmutabilityStateDisabled`
- New const `ImmutabilityStateLocked`
- New const `ImmutabilityStateUnlocked`
- New const `SoftDeleteStateAlwaysOn`
- New const `SoftDeleteStateOff`
- New const `SoftDeleteStateOn`
- New const `StorageSettingStoreTypesOperationalStore`
- New const `StorageSettingTypesZoneRedundant`
- New type alias `CrossSubscriptionRestoreState`
- New type alias `ImmutabilityState`
- New type alias `SoftDeleteState`
- New function `NewDeletedBackupInstancesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DeletedBackupInstancesClient, error)`
- New function `*DeletedBackupInstancesClient.Get(context.Context, string, string, string, *DeletedBackupInstancesClientGetOptions) (DeletedBackupInstancesClientGetResponse, error)`
- New function `*DeletedBackupInstancesClient.NewListPager(string, string, *DeletedBackupInstancesClientListOptions) *runtime.Pager[DeletedBackupInstancesClientListResponse]`
- New function `*DeletedBackupInstancesClient.BeginUndelete(context.Context, string, string, string, *DeletedBackupInstancesClientBeginUndeleteOptions) (*runtime.Poller[DeletedBackupInstancesClientUndeleteResponse], error)`
- New function `PossibleCrossSubscriptionRestoreStateValues() []CrossSubscriptionRestoreState`
- New function `PossibleImmutabilityStateValues() []ImmutabilityState`
- New function `PossibleSoftDeleteStateValues() []SoftDeleteState`
- New struct `CrossSubscriptionRestoreSettings`
- New struct `DeletedBackupInstance`
- New struct `DeletedBackupInstanceResource`
- New struct `DeletedBackupInstanceResourceList`
- New struct `DeletedBackupInstancesClient`
- New struct `DeletedBackupInstancesClientBeginUndeleteOptions`
- New struct `DeletedBackupInstancesClientGetOptions`
- New struct `DeletedBackupInstancesClientGetResponse`
- New struct `DeletedBackupInstancesClientListOptions`
- New struct `DeletedBackupInstancesClientListResponse`
- New struct `DeletedBackupInstancesClientUndeleteResponse`
- New struct `DeletionInfo`
- New struct `DppProxyResource`
- New struct `FeatureSettings`
- New struct `ImmutabilitySettings`
- New struct `SecuritySettings`
- New struct `SoftDeleteSettings`
- New field `ExpiryTime` in struct `AzureBackupDiscreteRecoveryPoint`
- New field `Tags` in struct `BackupInstanceResource`
- New field `FeatureSettings` in struct `BackupVault`
- New field `IsVaultProtectedByResourceGuard` in struct `BackupVault`
- New field `SecuritySettings` in struct `BackupVault`
- New field `FeatureSettings` in struct `PatchBackupVaultInput`
- New field `SecuritySettings` in struct `PatchBackupVaultInput`
- New field `TargetResourceArmID` in struct `TargetDetails`


## 1.0.0 (2022-05-18)

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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/d55b8005f05b040b852c15e74a0f3e36494a15e1/specification/dataprotection/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/d55b8005f05b040b852c15e74a0f3e36494a15e1/specification/dataprotection/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/dataprotection/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/dataprotection/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 1.0.0
module-version: 2.0.0
```

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b382dc2

Please sign in to comment.