简体   繁体   中英

Does the azure python sdk support the azure resource manager api?

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?

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

您可能需要看一下使用新的资源管理器API的软件包azure-mgmt集合。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM