[BUG] backupconfig/vaultconfig update not working as expected #34530
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
API Spec link
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2025-02-01/bms.json
API Spec version
2025-02-01
Describe the bug
Lets say I want to update the soft delete retention period of a vault.
https://learn.microsoft.com/en-us/rest/api/backup/backup-resource-vault-configs/update?view=rest-backup-2025-02-01&tabs=HTTP#code-try-0
PATCH https://management.azure.com/subscriptions/xxxx/resourceGroups/yyyy/providers/Microsoft.RecoveryServices/vaults/zzzz/backupconfig/vaultconfig?api-version=2025-02-01
With body:
Returns 200 (as in it should have succeeded)
but instead of changing anything the call does nothing.
Expected behavior
Changing the soft delete retention period
Actual behavior
nothing changes
Reproduction Steps
curl or use the web page in description
Environment
Edge / RHEL8 curl
The text was updated successfully, but these errors were encountered: