Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/a3d7797bcb134cb6a0c27935b7555f2b to your computer and use it in GitHub Desktop.
Save ryantm/a3d7797bcb134cb6a0c27935b7555f2b to your computer and use it in GitHub Desktop.
/nix/store/lzv6w5m1j6flgczh17xa9az9d73z8zi5-python3.7-azure-mgmt-authorization-0.52.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── mgmt
│   │   └── authorization
│   │   ├── authorization_management_client.py
│   │   ├── __init__.py
│   │   ├── models.py
│   │   ├── __pycache__
│   │   │   ├── authorization_management_client.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── models.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── v2015_06_01
│   │   │   ├── authorization_management_client.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── classic_administrator_paged.py
│   │   │   │   ├── classic_administrator.py
│   │   │   │   ├── classic_administrator_py3.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── classic_administrator.cpython-37.pyc
│   │   │   │   ├── classic_administrator_paged.cpython-37.pyc
│   │   │   │   ├── classic_administrator_py3.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── operations
│   │   │   │   ├── classic_administrators_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── classic_administrators_operations.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── authorization_management_client.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2015_07_01
│   │   │   ├── authorization_management_client.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── permission_paged.py
│   │   │   │   ├── permission.py
│   │   │   │   ├── permission_py3.py
│   │   │   │   ├── provider_operation.py
│   │   │   │   ├── provider_operation_py3.py
│   │   │   │   ├── provider_operations_metadata_paged.py
│   │   │   │   ├── provider_operations_metadata.py
│   │   │   │   ├── provider_operations_metadata_py3.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── permission.cpython-37.pyc
│   │   │   │   │   ├── permission_paged.cpython-37.pyc
│   │   │   │   │   ├── permission_py3.cpython-37.pyc
│   │   │   │   │   ├── provider_operation.cpython-37.pyc
│   │   │   │   │   ├── provider_operation_py3.cpython-37.pyc
│   │   │   │   │   ├── provider_operations_metadata.cpython-37.pyc
│   │   │   │   │   ├── provider_operations_metadata_paged.cpython-37.pyc
│   │   │   │   │   ├── provider_operations_metadata_py3.cpython-37.pyc
│   │   │   │   │   ├── resource_type.cpython-37.pyc
│   │   │   │   │   ├── resource_type_py3.cpython-37.pyc
│   │   │   │   │   ├── role_assignment.cpython-37.pyc
│   │   │   │   │   ├── role_assignment_create_parameters.cpython-37.pyc
│   │   │   │   │   ├── role_assignment_create_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── role_assignment_filter.cpython-37.pyc
│   │   │   │   │   ├── role_assignment_filter_py3.cpython-37.pyc
│   │   │   │   │   ├── role_assignment_paged.cpython-37.pyc
│   │   │   │   │   ├── role_assignment_properties.cpython-37.pyc
│   │   │   │   │   ├── role_assignment_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── role_assignment_properties_with_scope.cpython-37.pyc
│   │   │   │   │   ├── role_assignment_properties_with_scope_py3.cpython-37.pyc
│   │   │   │   │   ├── role_assignment_py3.cpython-37.pyc
│   │   │   │   │   ├── role_definition.cpython-37.pyc
│   │   │   │   │   ├── role_definition_filter.cpython-37.pyc
│   │   │   │   │   ├── role_definition_filter_py3.cpython-37.pyc
│   │   │   │   │   ├── role_definition_paged.cpython-37.pyc
│   │   │   │   │   ├── role_definition_properties.cpython-37.pyc
│   │   │   │   │   ├── role_definition_properties_py3.cpython-37.pyc
│   │   │   │   │   └── role_definition_py3.cpython-37.pyc
│   │   │   │   ├── resource_type.py
│   │   │   │   ├── resource_type_py3.py
│   │   │   │   ├── role_assignment_create_parameters.py
│   │   │   │   ├── role_assignment_create_parameters_py3.py
│   │   │   │   ├── role_assignment_filter.py
│   │   │   │   ├── role_assignment_filter_py3.py
│   │   │   │   ├── role_assignment_paged.py
│   │   │   │   ├── role_assignment_properties.py
│   │   │   │   ├── role_assignment_properties_py3.py
│   │   │   │   ├── role_assignment_properties_with_scope.py
│   │   │   │   ├── role_assignment_properties_with_scope_py3.py
│   │   │   │   ├── role_assignment.py
│   │   │   │   ├── role_assignment_py3.py
│   │   │   │   ├── role_definition_filter.py
│   │   │   │   ├── role_definition_filter_py3.py
│   │   │   │   ├── role_definition_paged.py
│   │   │   │   ├── role_definition_properties.py
│   │   │   │   ├── role_definition_properties_py3.py
│   │   │   │   ├── role_definition.py
│   │   │   │   └── role_definition_py3.py
│   │   │   ├── operations
│   │   │   │   ├── elevate_access_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── permissions_operations.py
│   │   │   │   ├── provider_operations_metadata_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── elevate_access_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── permissions_operations.cpython-37.pyc
│   │   │   │   │   ├── provider_operations_metadata_operations.cpython-37.pyc
│   │   │   │   │   ├── role_assignments_operations.cpython-37.pyc
│   │   │   │   │   └── role_definitions_operations.cpython-37.pyc
│   │   │   │   ├── role_assignments_operations.py
│   │   │   │   └── role_definitions_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── authorization_management_client.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2018_01_01_preview
│   │   │   ├── authorization_management_client.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── permission_paged.py
│   │   │   │   ├── permission.py
│   │   │   │   ├── permission_py3.py
│   │   │   │   ├── provider_operation.py
│   │   │   │   ├── provider_operation_py3.py
│   │   │   │   ├── provider_operations_metadata_paged.py
│   │   │   │   ├── provider_operations_metadata.py
│   │   │   │   ├── provider_operations_metadata_py3.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── permission.cpython-37.pyc
│   │   │   │   │   ├── permission_paged.cpython-37.pyc
│   │   │   │   │   ├── permission_py3.cpython-37.pyc
│   │   │   │   │   ├── provider_operation.cpython-37.pyc
│   │   │   │   │   ├── provider_operation_py3.cpython-37.pyc
│   │   │   │   │   ├── provider_operations_metadata.cpython-37.pyc
│   │   │   │   │   ├── provider_operations_metadata_paged.cpython-37.pyc
│   │   │   │   │   ├── provider_operations_metadata_py3.cpython-37.pyc
│   │   │   │   │   ├── resource_type.cpython-37.pyc
│   │   │   │   │   ├── resource_type_py3.cpython-37.pyc
│   │   │   │   │   ├── role_assignment.cpython-37.pyc
│   │   │   │   │   ├── role_assignment_create_parameters.cpython-37.pyc
│   │   │   │   │   ├── role_assignment_create_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── role_assignment_filter.cpython-37.pyc
│   │   │   │   │   ├── role_assignment_filter_py3.cpython-37.pyc
│   │   │   │   │   ├── role_assignment_paged.cpython-37.pyc
│   │   │   │   │   ├── role_assignment_py3.cpython-37.pyc
│   │   │   │   │   ├── role_definition.cpython-37.pyc
│   │   │   │   │   ├── role_definition_filter.cpython-37.pyc
│   │   │   │   │   ├── role_definition_filter_py3.cpython-37.pyc
│   │   │   │   │   ├── role_definition_paged.cpython-37.pyc
│   │   │   │   │   └── role_definition_py3.cpython-37.pyc
│   │   │   │   ├── resource_type.py
│   │   │   │   ├── resource_type_py3.py
│   │   │   │   ├── role_assignment_create_parameters.py
│   │   │   │   ├── role_assignment_create_parameters_py3.py
│   │   │   │   ├── role_assignment_filter.py
│   │   │   │   ├── role_assignment_filter_py3.py
│   │   │   │   ├── role_assignment_paged.py
│   │   │   │   ├── role_assignment.py
│   │   │   │   ├── role_assignment_py3.py
│   │   │   │   ├── role_definition_filter.py
│   │   │   │   ├── role_definition_filter_py3.py
│   │   │   │   ├── role_definition_paged.py
│   │   │   │   ├── role_definition.py
│   │   │   │   └── role_definition_py3.py
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── permissions_operations.py
│   │   │   │   ├── provider_operations_metadata_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── permissions_operations.cpython-37.pyc
│   │   │   │   │   ├── provider_operations_metadata_operations.cpython-37.pyc
│   │   │   │   │   ├── role_assignments_operations.cpython-37.pyc
│   │   │   │   │   └── role_definitions_operations.cpython-37.pyc
│   │   │   │   ├── role_assignments_operations.py
│   │   │   │   └── role_definitions_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── authorization_management_client.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2018_07_01_preview
│   │   │   ├── authorization_management_client.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── deny_assignment_filter.py
│   │   │   │   ├── deny_assignment_filter_py3.py
│   │   │   │   ├── deny_assignment_paged.py
│   │   │   │   ├── deny_assignment_permission.py
│   │   │   │   ├── deny_assignment_permission_py3.py
│   │   │   │   ├── deny_assignment.py
│   │   │   │   ├── deny_assignment_py3.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── principal.py
│   │   │   │   ├── principal_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── deny_assignment.cpython-37.pyc
│   │   │   │   ├── deny_assignment_filter.cpython-37.pyc
│   │   │   │   ├── deny_assignment_filter_py3.cpython-37.pyc
│   │   │   │   ├── deny_assignment_paged.cpython-37.pyc
│   │   │   │   ├── deny_assignment_permission.cpython-37.pyc
│   │   │   │   ├── deny_assignment_permission_py3.cpython-37.pyc
│   │   │   │   ├── deny_assignment_py3.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── principal.cpython-37.pyc
│   │   │   │   └── principal_py3.cpython-37.pyc
│   │   │   ├── operations
│   │   │   │   ├── deny_assignments_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── deny_assignments_operations.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── authorization_management_client.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2018_09_01_preview
│   │   │   ├── authorization_management_client.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── authorization_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── authorization_management_client_enums.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── role_assignment.cpython-37.pyc
│   │   │   │   │   ├── role_assignment_create_parameters.cpython-37.pyc
│   │   │   │   │   ├── role_assignment_create_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── role_assignment_filter.cpython-37.pyc
│   │   │   │   │   ├── role_assignment_filter_py3.cpython-37.pyc
│   │   │   │   │   ├── role_assignment_paged.cpython-37.pyc
│   │   │   │   │   └── role_assignment_py3.cpython-37.pyc
│   │   │   │   ├── role_assignment_create_parameters.py
│   │   │   │   ├── role_assignment_create_parameters_py3.py
│   │   │   │   ├── role_assignment_filter.py
│   │   │   │   ├── role_assignment_filter_py3.py
│   │   │   │   ├── role_assignment_paged.py
│   │   │   │   ├── role_assignment.py
│   │   │   │   └── role_assignment_py3.py
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── role_assignments_operations.cpython-37.pyc
│   │   │   │   └── role_assignments_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── authorization_management_client.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   └── version.py
│   └── azure_mgmt_authorization-0.52.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
39 directories, 228 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment