0

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

我试图使用azure python sdk启动一个实例,但我看到 sdk 仍在使用旧概念(afinity groups、虚拟网络、托管服务)。没有提及资源组。这支持吗?如果没有,何时将其添加到 sdk?

4

2 回答 2

0

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.

于 2015-07-09T16:50:23.540 回答
0

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

于 2015-09-02T19:47:19.663 回答