azure python sdk 是否支持 azure 资源管理器 api?

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

我是 azure 的新手,我看到一个名为 Azure Resource Manger 的新 api/abstraction 已经发布,它将 superceed 旧的 azure 服务管理:

我试图使用 azure python sdk 启动一个实例,但我看到 sdk 仍在使用旧概念(亲和力组、虚拟网络、托管服务)。没有提到资源组。这受支持吗?如果没有,什么时候添加到 sdk 中?

根据我的经验,目前 Python SDK 不提供新的 Azure 资源管理器 API 包,而它提供 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

您可能想查看 azure-mgmt 包集合,它们使用新的资源管理器 API。