You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Recovery Vault is using REST client calls for API calls, because Azure SDK did not provide support for Recovery Vault. Now, support for Recovery Vault has been added as a separate gem azure_mgmt_recovery_services. Recovery Vault needs to be moved to use the SDK calls provided in the gem instead of REST client calls.
The text was updated successfully, but these errors were encountered:
Multiple components which are a part of Recovery Vault, like ProtectionContainers, ProtectedItems, ProtectionPolicy have issues related to the azure_mgmt_recovery_services_backup gem. Issues have been created on the Azure SDK repository regarding these problems. The following are the issues created
Recovery Vault issues will be resolved in the next release of Azure SDK v0.9.0.
The task will resume when the next gem will be released. The milestone for the release of Azure SDK gem can be viewed here
Currently, Recovery Vault is using REST client calls for API calls, because Azure SDK did not provide support for Recovery Vault. Now, support for Recovery Vault has been added as a separate gem
azure_mgmt_recovery_services
. Recovery Vault needs to be moved to use the SDK calls provided in the gem instead of REST client calls.The text was updated successfully, but these errors were encountered: