Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 48 additions & 5 deletions sdk/recoveryservicesbackup/arm-recoveryservicesbackup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Release History

## 10.0.0 (2022-12-05)
## 10.0.0 (2023-01-16)

**Features**

- Added operation group DeletedProtectionContainers
- Added Interface AzureBackupGoalFeatureSupportRequest
- Added Interface AzureBackupServerContainer
- Added Interface AzureBackupServerEngine
Expand Down Expand Up @@ -48,6 +49,9 @@
- Added Interface AzureVmWorkloadSAPHanaDatabaseProtectableItem
- Added Interface AzureVmWorkloadSAPHanaDatabaseProtectedItem
- Added Interface AzureVmWorkloadSAPHanaDatabaseWorkloadItem
- Added Interface AzureVmWorkloadSAPHanaDBInstance
- Added Interface AzureVmWorkloadSAPHanaDBInstanceProtectedItem
- Added Interface AzureVmWorkloadSAPHanaHSR
- Added Interface AzureVmWorkloadSAPHanaSystemProtectableItem
- Added Interface AzureVmWorkloadSAPHanaSystemWorkloadItem
- Added Interface AzureVmWorkloadSQLAvailabilityGroupProtectableItem
Expand Down Expand Up @@ -86,6 +90,8 @@
- Added Interface BackupResourceEncryptionConfigExtendedResource
- Added Interface BackupResourceEncryptionConfigResource
- Added Interface BackupResourceVaultConfigResource
- Added Interface DeletedProtectionContainersListNextOptionalParams
- Added Interface DeletedProtectionContainersListOptionalParams
- Added Interface DpmBackupEngine
- Added Interface DpmContainer
- Added Interface DpmJob
Expand Down Expand Up @@ -130,6 +136,7 @@
- Added Interface ProtectionIntentResourceList
- Added Interface ProtectionPolicyResource
- Added Interface ProtectionPolicyResourceList
- Added Interface RecoveryPointProperties
- Added Interface RecoveryPointResource
- Added Interface RecoveryPointResourceList
- Added Interface RecoveryPointTierInformationV2
Expand All @@ -139,13 +146,47 @@
- Added Interface SimpleRetentionPolicy
- Added Interface SimpleSchedulePolicy
- Added Interface SimpleSchedulePolicyV2
- Added Interface TieringPolicy
- Added Interface ValidateIaasVMRestoreOperationRequest
- Added Interface ValidateRestoreOperationRequest
- Added Interface VaultJob
- Added Interface WorkloadItemResource
- Added Interface WorkloadItemResourceList
- Added Interface WorkloadProtectableItemResource
- Added Interface WorkloadProtectableItemResourceList
- Added Type Alias DeletedProtectionContainersListNextResponse
- Added Type Alias DeletedProtectionContainersListResponse
- Added Type Alias ProtectableContainerType
- Added Type Alias TieringMode
- Interface AzureIaaSVMProtectedItemExtendedInfo has a new optional parameter newestRecoveryPointInArchive
- Interface AzureIaaSVMProtectedItemExtendedInfo has a new optional parameter oldestRecoveryPointInArchive
- Interface AzureIaaSVMProtectedItemExtendedInfo has a new optional parameter oldestRecoveryPointInVault
- Interface AzureVmWorkloadProtectedItemExtendedInfo has a new optional parameter newestRecoveryPointInArchive
- Interface AzureVmWorkloadProtectedItemExtendedInfo has a new optional parameter oldestRecoveryPointInArchive
- Interface AzureVmWorkloadProtectedItemExtendedInfo has a new optional parameter oldestRecoveryPointInVault
- Interface ProtectedItem has a new optional parameter softDeleteRetentionPeriod
- Interface SubProtectionPolicy has a new optional parameter tieringPolicy
- Added Enum KnownTieringMode
- Enum KnownBackupItemType has a new value SAPHanaDBInstance
- Enum KnownBackupType has a new value SnapshotCopyOnlyFull
- Enum KnownBackupType has a new value SnapshotFull
- Enum KnownContainerType has a new value HanaHSRContainer
- Enum KnownDataSourceType has a new value SAPHanaDBInstance
- Enum KnownPolicyType has a new value SnapshotCopyOnlyFull
- Enum KnownPolicyType has a new value SnapshotFull
- Enum KnownProtectedItemState has a new value BackupsSuspended
- Enum KnownProtectionState has a new value BackupsSuspended
- Enum KnownRestorePointQueryType has a new value SnapshotCopyOnlyFull
- Enum KnownRestorePointQueryType has a new value SnapshotFull
- Enum KnownRestorePointType has a new value SnapshotCopyOnlyFull
- Enum KnownRestorePointType has a new value SnapshotFull
- Enum KnownWorkloadItemType has a new value SAPHanaDBInstance
- Enum KnownWorkloadType has a new value SAPHanaDBInstance
- Added function getContinuationToken

**Breaking Changes**

- Operation ResourceGuardProxy.put has a new signature
- Interface BackupEnginesListNextOptionalParams no longer has parameter filter
- Interface BackupEnginesListNextOptionalParams no longer has parameter skipToken
- Interface BackupJobsListNextOptionalParams no longer has parameter filter
Expand All @@ -162,10 +203,12 @@
- Interface BackupWorkloadItemsListNextOptionalParams no longer has parameter skipToken
- Interface ProtectableContainersListNextOptionalParams no longer has parameter filter
- Interface RecoveryPointsListNextOptionalParams no longer has parameter filter

**Breaking Changes**

- Operation ResourceGuardProxy.put has a new signature
- Type of parameter protectedItemType of interface ProtectedItem is changed from "AzureFileShareProtectedItem" | "AzureIaaSVMProtectedItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "Microsoft.Sql/servers/databases" | "AzureVmWorkloadProtectedItem" | "AzureVmWorkloadSAPAseDatabase" | "AzureVmWorkloadSAPHanaDatabase" | "AzureVmWorkloadSQLDatabase" | "DPMProtectedItem" | "GenericProtectedItem" | "MabFileFolderProtectedItem" to "AzureFileShareProtectedItem" | "AzureIaaSVMProtectedItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "Microsoft.Sql/servers/databases" | "AzureVmWorkloadProtectedItem" | "AzureVmWorkloadSAPAseDatabase" | "AzureVmWorkloadSAPHanaDatabase" | "AzureVmWorkloadSAPHanaDBInstance" | "AzureVmWorkloadSQLDatabase" | "DPMProtectedItem" | "GenericProtectedItem" | "MabFileFolderProtectedItem"
- Type of parameter protectableItemType of interface WorkloadProtectableItem is changed from "AzureFileShare" | "IaaSVMProtectableItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "AzureVmWorkloadProtectableItem" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SQLAvailabilityGroupContainer" | "SQLDataBase" | "SQLInstance" to "AzureFileShare" | "IaaSVMProtectableItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "AzureVmWorkloadProtectableItem" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SAPHanaDBInstance" | "SAPHanaHSR" | "SQLAvailabilityGroupContainer" | "SQLDataBase" | "SQLInstance"
- Enum KnownContainerType no longer has value AzureWorkloadContainer
- Enum KnownContainerType no longer has value MicrosoftClassicComputeVirtualMachines
- Enum KnownContainerType no longer has value MicrosoftComputeVirtualMachines


## 9.0.0 (2022-05-16)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 Microsoft
Copyright (c) 2023 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "81562c6c057a510ddde50ff40720d254bd5f6dbf",
"commit": "00b98f1c5d70164e9bded8bc59f296d3bd3a4f62",
"readme": "specification/recoveryservicesbackup/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\recoveryservicesbackup\\resource-manager\\readme.md --use=@autorest/[email protected].4 --generate-sample=true",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/recoveryservicesbackup/resource-manager/readme.md --use=@autorest/[email protected].5",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.2",
"use": "@autorest/[email protected].4"
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.0",
"use": "@autorest/[email protected].5"
}
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-recoveryservicesbackup?view=azure-node-preview"
}
"autoPublish": true
}
Loading