4c74356b41
4c74356b41

Reputation: 72171

How to manage Azure Backup with Azure Python SDK or Azure Cli

Basically the title is the question, there are no ways to interact with backup services in the Azure Cli and\or Azure Python SDK (unless I'm missing something), so how do I manage that?

Upvotes: 1

Views: 497

Answers (2)

Johan Stenberg - MSFT
Johan Stenberg - MSFT

Reputation: 124

Per the feature request link above, azure backup support has been merged and will be available in the next (as of Sept 21, 2017) version of the CLI.

Upvotes: 0

Trinadh Kotturu - MSFT
Trinadh Kotturu - MSFT

Reputation: 136

Azure Backup currently doesn't support python SDK or Azure CLI. You can use REST API or powershell.

Feature request:
https://github.com/Azure/azure-cli/issues/2384

Upvotes: 2

Related Questions