0
votes

I'm new to azure, I see that a new api/abstraction has been released called Azure Resource Manger, which will superceed older azure service management :

I was trying to spin up an instance using the azure python sdk, but I see the sdk still using the older concepts (afinity groups, virtual networks, hosted services). There is no mention of resource groups. Are this supported? If not when will this be added to the sdk?

2

2 Answers

0
votes

Per my experience, currently Python SDK doesn't provide packages for new Azure Resource Manager APIs while it provides components, i.e. ServiceManagement, Storage, and ServiceBus. Please feel free to submit your ideas and feedback on https://github.com/Azure/azure-sdk-for-python/issues.

0
votes

You might want to take a look at the azure-mgmt collection of packages, which use the new Resource Manager APIs.