Microsoft Azure Graph RBAC Client Library for Python
Project description
Microsoft Azure SDK for Python
This is the Microsoft Azure Graph RBAC 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 and 3.6.
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.
Compatibility
IMPORTANT: If you have an earlier version of the azure package (version < 1.0), you should uninstall it before installing this package.
You can check the version using pip:
pip freeze
If you see azure==0.11.0 (or any version below 1.0), uninstall it first:
pip uninstall azure
Usage
For code examples, see GraphRBAC 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
0.40.0 (2018-02-05)
Disclaimer
To prepare future versions, all Model creation should use keyword only arguments.
Breaking changes
ApplicationCreateParameters changed __init__ signature, breaks if positional arguments was used.
ApplicationUpdateParameters changed __init__ signature, breaks if positional arguments was used.
CheckGroupMembershipParameters changed __init__ signature, breaks if positional arguments was used.
GetObjectsParameters changed __init__ signature, breaks if positional arguments was used.
GroupAddMemberParameters changed __init__ signature, breaks if positional arguments was used.
GroupCreateParameters changed __init__ signature, breaks if positional arguments was used.
GroupGetMemberGroupsParameters changed __init__ signature, breaks if positional arguments was used.
ServicePrincipalCreateParameters changed __init__ signature, breaks if positional arguments was used.
UserCreateParameters changed __init__ signature, breaks if positional arguments was used.
UserGetMemberGroupsParameters changed __init__ signature, breaks if positional arguments was used.
UserUpdateParameters changed __init__ signature, breaks if positional arguments was used.
groups.is_member_of now takes an instance of CheckGroupMembershipParameters, and not group_id, member_id parameters
groups.add_member now have an optional parameter “additional_properties”, breaks if positional arguments was used.
groups.create now takes an instance of GroupCreateParameters, and not display_name, mail_nickname parameters
groups.get_member_groups now have an optional parameter “additional_properties”, breaks if positional arguments was used.
service_principals.get_member_groups now have an optional parameter “additional_properties”, breaks if positional arguments was used.
Features
Enable additional_properties on all Models. to dynamically harvest new properties.
Better hierarchy resolution and new generic Model like AADObject. This adds several new attribute to a lot of models.
Operation groups now have a “models” attribute.
Add applications.list_owners
Add applications.add_owner
Add service_principals.list_owners
0.33.0 (2017-11-01)
Features
add “required_resource_access” when applicable
Bugfixes
Get/Delete of Users now encode for you if you provide the UPN.
0.32.0 (2017-09-22)
Features
Add Application.oauth2_allow_implicit_flow (create, update, get)
Add to User: immutable_id, given_name, surname, user_type, account_enabled
Add to UserCreate: given_name, surname, user_type, mail
Add to UserUpdate: immutable_id, given_name, surname, user_type, user_principal_name
Bugfixes
Renamed User.signInName to an array User.signInNames
0.31.0 (2017-08-09)
Add domains operation group
Add usage locations to user
Add several new attributes to AADObject
0.30.0 (2017-04-20)
ApiVersion is now 1.6 for the whole package
This wheel package is now built with the azure wheel extension
0.30.0rc6 (2016-09-14)
Bugfixes
‘list’ methods returned only 100 entries (#653)
0.30.0rc5 (2016-06-23)
Initial preview 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-graphrbac-0.40.0.zip
.
File metadata
- Download URL: azure-graphrbac-0.40.0.zip
- Upload date:
- Size: 73.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f94b97bdcf774878fe2f8b8c46a5d6550a4ed891350ed0730c1561a24d488ee2 |
|
MD5 | c356bece975d4611b2990596f2bf3731 |
|
BLAKE2b-256 | c14c3904f9c7b4470df6a2e49c2d1c6f314a337f34dccbadcdcb892d12493c52 |
File details
Details for the file azure_graphrbac-0.40.0-py2.py3-none-any.whl
.
File metadata
- Download URL: azure_graphrbac-0.40.0-py2.py3-none-any.whl
- Upload date:
- Size: 63.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 825b397665f478fab511e521f3f3f4b64189cb9f6c2e7e873b3b7333dc533974 |
|
MD5 | 9010a61604e764f9f41bf8fbc2c30c9c |
|
BLAKE2b-256 | 890a29f7e2914033e2536026b8f0d7f8deb1edda68c9a93ce4757b2b1e39568b |