Microsoft Azure Resource Graph Client Library for Python
Project description
Microsoft Azure SDK for Python
This is the Microsoft Azure Resource Graph Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that replace the old Azure Service Management (ASM).
This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.
For the older Azure Service Management (ASM) libraries, see azure-servicemanagement-legacy library.
For a more complete set of Azure libraries, see the azure bundle package.
Usage
For code examples, see Resource Graph on docs.microsoft.com.
Provide Feedback
If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.
Release History
2.0.0 (2019-06-19)
General Breaking changes
This version uses a next-generation code generator that might introduce breaking changes for some import. In summary, some modules were incorrectly visible/importable and have been renamed. This fixed several issues caused by usage of classes that were not supposed to be used in the first place.
ResourceGraphClient cannot be imported from azure.mgmt.resourcegraph.resource_graph_client anymore (import from azure.mgmt.resourcegraph works like before)
ResourceGraphClientConfiguration import has been moved from azure.mgmt.resourcegraph.resource_graph_client to azure.mgmt.resourcegraph
A model MyClass from a “models” sub-module cannot be imported anymore using azure.mgmt.resourcegraph.models.my_class (import from azure.mgmt.resourcegraph.models works like before)
Last but not least, HTTP connection pooling is now enabled by default. You should always use a client as a context manager, or call close(), or use no more than one client per process.
1.1.0 (2019-06-11)
Note
This version was incorrectly released with breaking changes inside. You should use 1.0 or directly move to 2.0 if want to follow semantic versionning closely.
Breaking changes
Result format can be table or objectArray
1.0.0 (2019-03-28)
Increment the version to show it as GA version no change in the contract.
0.1.0 (2018-09-07)
Initial Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file azure-mgmt-resourcegraph-2.0.0.zip
.
File metadata
- Download URL: azure-mgmt-resourcegraph-2.0.0.zip
- Upload date:
- Size: 35.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf483c8ab02080a05568a7fd14fa712584a28dcadeda1628f3b6f662127561f2 |
|
MD5 | e99966b47ac30613bce6b4de524c8462 |
|
BLAKE2b-256 | f19637f1fe25fc79226ba8e6151a16b53528a838399b06d61dd968e3a3fd162c |
File details
Details for the file azure_mgmt_resourcegraph-2.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: azure_mgmt_resourcegraph-2.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 18.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8145e063ef72a006c2fdfac30abd99d40027aa09314d0c3110e07a9d3fbf252 |
|
MD5 | 900d04b246880121bc67e0b7b35c57d6 |
|
BLAKE2b-256 | 1e27f54c749aaa3005b7561da18b1ec69d63d42dea53af3f4385c60af72e846d |