Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 2, 2019 14:53
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/c4c91ca3863b12c4e192dbfce42f2ae9 to your computer and use it in GitHub Desktop.
Save ryantm/c4c91ca3863b12c4e192dbfce42f2ae9 to your computer and use it in GitHub Desktop.
/nix/store/app371ixz073bz688xj6mh2laxlciaxb-python3.7-azure-mgmt-resource-2.2.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   ├── __init__.py
│   │   └── mgmt
│   │   ├── __init__.py
│   │   └── resource
│   │   ├── features
│   │   │   ├── feature_client.py
│   │   │   ├── __init__.py
│   │   │   ├── models.py
│   │   │   ├── __pycache__
│   │   │   │   ├── feature_client.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── models.cpython-37.pyc
│   │   │   └── v2015_12_01
│   │   │   ├── feature_client.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── feature_properties.py
│   │   │   │   ├── feature_properties_py3.py
│   │   │   │   ├── feature_result_paged.py
│   │   │   │   ├── feature_result.py
│   │   │   │   ├── feature_result_py3.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operation_display.py
│   │   │   │   ├── operation_display_py3.py
│   │   │   │   ├── operation_paged.py
│   │   │   │   ├── operation.py
│   │   │   │   ├── operation_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── feature_properties.cpython-37.pyc
│   │   │   │   ├── feature_properties_py3.cpython-37.pyc
│   │   │   │   ├── feature_result.cpython-37.pyc
│   │   │   │   ├── feature_result_paged.cpython-37.pyc
│   │   │   │   ├── feature_result_py3.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── operation.cpython-37.pyc
│   │   │   │   ├── operation_display.cpython-37.pyc
│   │   │   │   ├── operation_display_py3.cpython-37.pyc
│   │   │   │   ├── operation_paged.cpython-37.pyc
│   │   │   │   └── operation_py3.cpython-37.pyc
│   │   │   ├── operations
│   │   │   │   ├── features_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── features_operations.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── feature_client.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── __init__.py
│   │   ├── links
│   │   │   ├── __init__.py
│   │   │   ├── management_link_client.py
│   │   │   ├── models.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── management_link_client.cpython-37.pyc
│   │   │   │   └── models.cpython-37.pyc
│   │   │   └── v2016_09_01
│   │   │   ├── __init__.py
│   │   │   ├── management_link_client.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── management_link_client_enums.py
│   │   │   │   ├── operation_display.py
│   │   │   │   ├── operation_display_py3.py
│   │   │   │   ├── operation_paged.py
│   │   │   │   ├── operation.py
│   │   │   │   ├── operation_py3.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── management_link_client_enums.cpython-37.pyc
│   │   │   │   │   ├── operation.cpython-37.pyc
│   │   │   │   │   ├── operation_display.cpython-37.pyc
│   │   │   │   │   ├── operation_display_py3.cpython-37.pyc
│   │   │   │   │   ├── operation_paged.cpython-37.pyc
│   │   │   │   │   ├── operation_py3.cpython-37.pyc
│   │   │   │   │   ├── resource_link.cpython-37.pyc
│   │   │   │   │   ├── resource_link_filter.cpython-37.pyc
│   │   │   │   │   ├── resource_link_filter_py3.cpython-37.pyc
│   │   │   │   │   ├── resource_link_paged.cpython-37.pyc
│   │   │   │   │   ├── resource_link_properties.cpython-37.pyc
│   │   │   │   │   ├── resource_link_properties_py3.cpython-37.pyc
│   │   │   │   │   └── resource_link_py3.cpython-37.pyc
│   │   │   │   ├── resource_link_filter.py
│   │   │   │   ├── resource_link_filter_py3.py
│   │   │   │   ├── resource_link_paged.py
│   │   │   │   ├── resource_link_properties.py
│   │   │   │   ├── resource_link_properties_py3.py
│   │   │   │   ├── resource_link.py
│   │   │   │   └── resource_link_py3.py
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   └── resource_links_operations.cpython-37.pyc
│   │   │   │   └── resource_links_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── management_link_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── locks
│   │   │   ├── __init__.py
│   │   │   ├── management_lock_client.py
│   │   │   ├── models.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── management_lock_client.cpython-37.pyc
│   │   │   │   └── models.cpython-37.pyc
│   │   │   ├── v2015_01_01
│   │   │   │   ├── __init__.py
│   │   │   │   ├── management_lock_client.py
│   │   │   │   ├── models
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── management_lock_client_enums.py
│   │   │   │   │   ├── management_lock_object_paged.py
│   │   │   │   │   ├── management_lock_object.py
│   │   │   │   │   ├── management_lock_object_py3.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── management_lock_client_enums.cpython-37.pyc
│   │   │   │   │   ├── management_lock_object.cpython-37.pyc
│   │   │   │   │   ├── management_lock_object_paged.cpython-37.pyc
│   │   │   │   │   └── management_lock_object_py3.cpython-37.pyc
│   │   │   │   ├── operations
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── management_locks_operations.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── management_locks_operations.cpython-37.pyc
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── management_lock_client.cpython-37.pyc
│   │   │   │   │   └── version.cpython-37.pyc
│   │   │   │   └── version.py
│   │   │   └── v2016_09_01
│   │   │   ├── __init__.py
│   │   │   ├── management_lock_client.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── management_lock_client_enums.py
│   │   │   │   ├── management_lock_object_paged.py
│   │   │   │   ├── management_lock_object.py
│   │   │   │   ├── management_lock_object_py3.py
│   │   │   │   ├── management_lock_owner.py
│   │   │   │   ├── management_lock_owner_py3.py
│   │   │   │   ├── operation_display.py
│   │   │   │   ├── operation_display_py3.py
│   │   │   │   ├── operation_paged.py
│   │   │   │   ├── operation.py
│   │   │   │   ├── operation_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── management_lock_client_enums.cpython-37.pyc
│   │   │   │   ├── management_lock_object.cpython-37.pyc
│   │   │   │   ├── management_lock_object_paged.cpython-37.pyc
│   │   │   │   ├── management_lock_object_py3.cpython-37.pyc
│   │   │   │   ├── management_lock_owner.cpython-37.pyc
│   │   │   │   ├── management_lock_owner_py3.cpython-37.pyc
│   │   │   │   ├── operation.cpython-37.pyc
│   │   │   │   ├── operation_display.cpython-37.pyc
│   │   │   │   ├── operation_display_py3.cpython-37.pyc
│   │   │   │   ├── operation_paged.cpython-37.pyc
│   │   │   │   └── operation_py3.cpython-37.pyc
│   │   │   ├── operations
│   │   │   │   ├── authorization_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── management_locks_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── authorization_operations.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── management_locks_operations.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── management_lock_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── managedapplications
│   │   │   ├── application_client.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── application_artifact.py
│   │   │   │   ├── application_artifact_py3.py
│   │   │   │   ├── application_client_enums.py
│   │   │   │   ├── application_definition_paged.py
│   │   │   │   ├── application_definition.py
│   │   │   │   ├── application_definition_py3.py
│   │   │   │   ├── application_paged.py
│   │   │   │   ├── application_patchable.py
│   │   │   │   ├── application_patchable_py3.py
│   │   │   │   ├── application_provider_authorization.py
│   │   │   │   ├── application_provider_authorization_py3.py
│   │   │   │   ├── application.py
│   │   │   │   ├── application_py3.py
│   │   │   │   ├── error_response.py
│   │   │   │   ├── error_response_py3.py
│   │   │   │   ├── generic_resource.py
│   │   │   │   ├── generic_resource_py3.py
│   │   │   │   ├── identity.py
│   │   │   │   ├── identity_py3.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── plan_patchable.py
│   │   │   │   ├── plan_patchable_py3.py
│   │   │   │   ├── plan.py
│   │   │   │   ├── plan_py3.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── application_artifact.cpython-37.pyc
│   │   │   │   │   ├── application_artifact_py3.cpython-37.pyc
│   │   │   │   │   ├── application_client_enums.cpython-37.pyc
│   │   │   │   │   ├── application.cpython-37.pyc
│   │   │   │   │   ├── application_definition.cpython-37.pyc
│   │   │   │   │   ├── application_definition_paged.cpython-37.pyc
│   │   │   │   │   ├── application_definition_py3.cpython-37.pyc
│   │   │   │   │   ├── application_paged.cpython-37.pyc
│   │   │   │   │   ├── application_patchable.cpython-37.pyc
│   │   │   │   │   ├── application_patchable_py3.cpython-37.pyc
│   │   │   │   │   ├── application_provider_authorization.cpython-37.pyc
│   │   │   │   │   ├── application_provider_authorization_py3.cpython-37.pyc
│   │   │   │   │   ├── application_py3.cpython-37.pyc
│   │   │   │   │   ├── error_response.cpython-37.pyc
│   │   │   │   │   ├── error_response_py3.cpython-37.pyc
│   │   │   │   │   ├── generic_resource.cpython-37.pyc
│   │   │   │   │   ├── generic_resource_py3.cpython-37.pyc
│   │   │   │   │   ├── identity.cpython-37.pyc
│   │   │   │   │   ├── identity_py3.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── plan.cpython-37.pyc
│   │   │   │   │   ├── plan_patchable.cpython-37.pyc
│   │   │   │   │   ├── plan_patchable_py3.cpython-37.pyc
│   │   │   │   │   ├── plan_py3.cpython-37.pyc
│   │   │   │   │   ├── resource.cpython-37.pyc
│   │   │   │   │   ├── resource_py3.cpython-37.pyc
│   │   │   │   │   ├── sku.cpython-37.pyc
│   │   │   │   │   └── sku_py3.cpython-37.pyc
│   │   │   │   ├── resource.py
│   │   │   │   ├── resource_py3.py
│   │   │   │   ├── sku.py
│   │   │   │   └── sku_py3.py
│   │   │   ├── operations
│   │   │   │   ├── application_definitions_operations.py
│   │   │   │   ├── applications_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── application_definitions_operations.cpython-37.pyc
│   │   │   │   ├── applications_operations.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── application_client.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── policy
│   │   │   ├── __init__.py
│   │   │   ├── models.py
│   │   │   ├── policy_client.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   └── policy_client.cpython-37.pyc
│   │   │   ├── v2015_10_01_preview
│   │   │   │   ├── __init__.py
│   │   │   │   ├── models
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── policy_assignment_paged.py
│   │   │   │   │   ├── policy_assignment.py
│   │   │   │   │   ├── policy_assignment_py3.py
│   │   │   │   │   ├── policy_client_enums.py
│   │   │   │   │   ├── policy_definition_paged.py
│   │   │   │   │   ├── policy_definition.py
│   │   │   │   │   ├── policy_definition_py3.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── policy_assignment.cpython-37.pyc
│   │   │   │   │   ├── policy_assignment_paged.cpython-37.pyc
│   │   │   │   │   ├── policy_assignment_py3.cpython-37.pyc
│   │   │   │   │   ├── policy_client_enums.cpython-37.pyc
│   │   │   │   │   ├── policy_definition.cpython-37.pyc
│   │   │   │   │   ├── policy_definition_paged.cpython-37.pyc
│   │   │   │   │   └── policy_definition_py3.cpython-37.pyc
│   │   │   │   ├── operations
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── policy_assignments_operations.py
│   │   │   │   │   ├── policy_definitions_operations.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── policy_assignments_operations.cpython-37.pyc
│   │   │   │   │   └── policy_definitions_operations.cpython-37.pyc
│   │   │   │   ├── policy_client.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── policy_client.cpython-37.pyc
│   │   │   │   │   └── version.cpython-37.pyc
│   │   │   │   └── version.py
│   │   │   ├── v2016_04_01
│   │   │   │   ├── __init__.py
│   │   │   │   ├── models
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── policy_assignment_paged.py
│   │   │   │   │   ├── policy_assignment.py
│   │   │   │   │   ├── policy_assignment_py3.py
│   │   │   │   │   ├── policy_client_enums.py
│   │   │   │   │   ├── policy_definition_paged.py
│   │   │   │   │   ├── policy_definition.py
│   │   │   │   │   ├── policy_definition_py3.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── policy_assignment.cpython-37.pyc
│   │   │   │   │   ├── policy_assignment_paged.cpython-37.pyc
│   │   │   │   │   ├── policy_assignment_py3.cpython-37.pyc
│   │   │   │   │   ├── policy_client_enums.cpython-37.pyc
│   │   │   │   │   ├── policy_definition.cpython-37.pyc
│   │   │   │   │   ├── policy_definition_paged.cpython-37.pyc
│   │   │   │   │   └── policy_definition_py3.cpython-37.pyc
│   │   │   │   ├── operations
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── policy_assignments_operations.py
│   │   │   │   │   ├── policy_definitions_operations.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── policy_assignments_operations.cpython-37.pyc
│   │   │   │   │   └── policy_definitions_operations.cpython-37.pyc
│   │   │   │   ├── policy_client.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── policy_client.cpython-37.pyc
│   │   │   │   │   └── version.cpython-37.pyc
│   │   │   │   └── version.py
│   │   │   ├── v2016_12_01
│   │   │   │   ├── __init__.py
│   │   │   │   ├── models
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── policy_assignment_paged.py
│   │   │   │   │   ├── policy_assignment.py
│   │   │   │   │   ├── policy_assignment_py3.py
│   │   │   │   │   ├── policy_client_enums.py
│   │   │   │   │   ├── policy_definition_paged.py
│   │   │   │   │   ├── policy_definition.py
│   │   │   │   │   ├── policy_definition_py3.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── policy_assignment.cpython-37.pyc
│   │   │   │   │   ├── policy_assignment_paged.cpython-37.pyc
│   │   │   │   │   ├── policy_assignment_py3.cpython-37.pyc
│   │   │   │   │   ├── policy_client_enums.cpython-37.pyc
│   │   │   │   │   ├── policy_definition.cpython-37.pyc
│   │   │   │   │   ├── policy_definition_paged.cpython-37.pyc
│   │   │   │   │   └── policy_definition_py3.cpython-37.pyc
│   │   │   │   ├── operations
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── policy_assignments_operations.py
│   │   │   │   │   ├── policy_definitions_operations.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── policy_assignments_operations.cpython-37.pyc
│   │   │   │   │   └── policy_definitions_operations.cpython-37.pyc
│   │   │   │   ├── policy_client.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── policy_client.cpython-37.pyc
│   │   │   │   │   └── version.cpython-37.pyc
│   │   │   │   └── version.py
│   │   │   ├── v2017_06_01_preview
│   │   │   │   ├── __init__.py
│   │   │   │   ├── models
│   │   │   │   │   ├── error_response.py
│   │   │   │   │   ├── error_response_py3.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── policy_assignment_paged.py
│   │   │   │   │   ├── policy_assignment.py
│   │   │   │   │   ├── policy_assignment_py3.py
│   │   │   │   │   ├── policy_client_enums.py
│   │   │   │   │   ├── policy_definition_paged.py
│   │   │   │   │   ├── policy_definition.py
│   │   │   │   │   ├── policy_definition_py3.py
│   │   │   │   │   ├── policy_definition_reference.py
│   │   │   │   │   ├── policy_definition_reference_py3.py
│   │   │   │   │   ├── policy_set_definition_paged.py
│   │   │   │   │   ├── policy_set_definition.py
│   │   │   │   │   ├── policy_set_definition_py3.py
│   │   │   │   │   ├── policy_sku.py
│   │   │   │   │   ├── policy_sku_py3.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── error_response.cpython-37.pyc
│   │   │   │   │   ├── error_response_py3.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── policy_assignment.cpython-37.pyc
│   │   │   │   │   ├── policy_assignment_paged.cpython-37.pyc
│   │   │   │   │   ├── policy_assignment_py3.cpython-37.pyc
│   │   │   │   │   ├── policy_client_enums.cpython-37.pyc
│   │   │   │   │   ├── policy_definition.cpython-37.pyc
│   │   │   │   │   ├── policy_definition_paged.cpython-37.pyc
│   │   │   │   │   ├── policy_definition_py3.cpython-37.pyc
│   │   │   │   │   ├── policy_definition_reference.cpython-37.pyc
│   │   │   │   │   ├── policy_definition_reference_py3.cpython-37.pyc
│   │   │   │   │   ├── policy_set_definition.cpython-37.pyc
│   │   │   │   │   ├── policy_set_definition_paged.cpython-37.pyc
│   │   │   │   │   ├── policy_set_definition_py3.cpython-37.pyc
│   │   │   │   │   ├── policy_sku.cpython-37.pyc
│   │   │   │   │   └── policy_sku_py3.cpython-37.pyc
│   │   │   │   ├── operations
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── policy_assignments_operations.py
│   │   │   │   │   ├── policy_definitions_operations.py
│   │   │   │   │   ├── policy_set_definitions_operations.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── policy_assignments_operations.cpython-37.pyc
│   │   │   │   │   ├── policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   └── policy_set_definitions_operations.cpython-37.pyc
│   │   │   │   ├── policy_client.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── policy_client.cpython-37.pyc
│   │   │   │   │   └── version.cpython-37.pyc
│   │   │   │   └── version.py
│   │   │   ├── v2018_03_01
│   │   │   │   ├── __init__.py
│   │   │   │   ├── models
│   │   │   │   │   ├── error_response.py
│   │   │   │   │   ├── error_response_py3.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── policy_assignment_paged.py
│   │   │   │   │   ├── policy_assignment.py
│   │   │   │   │   ├── policy_assignment_py3.py
│   │   │   │   │   ├── policy_client_enums.py
│   │   │   │   │   ├── policy_definition_paged.py
│   │   │   │   │   ├── policy_definition.py
│   │   │   │   │   ├── policy_definition_py3.py
│   │   │   │   │   ├── policy_definition_reference.py
│   │   │   │   │   ├── policy_definition_reference_py3.py
│   │   │   │   │   ├── policy_set_definition_paged.py
│   │   │   │   │   ├── policy_set_definition.py
│   │   │   │   │   ├── policy_set_definition_py3.py
│   │   │   │   │   ├── policy_sku.py
│   │   │   │   │   ├── policy_sku_py3.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── error_response.cpython-37.pyc
│   │   │   │   │   ├── error_response_py3.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── policy_assignment.cpython-37.pyc
│   │   │   │   │   ├── policy_assignment_paged.cpython-37.pyc
│   │   │   │   │   ├── policy_assignment_py3.cpython-37.pyc
│   │   │   │   │   ├── policy_client_enums.cpython-37.pyc
│   │   │   │   │   ├── policy_definition.cpython-37.pyc
│   │   │   │   │   ├── policy_definition_paged.cpython-37.pyc
│   │   │   │   │   ├── policy_definition_py3.cpython-37.pyc
│   │   │   │   │   ├── policy_definition_reference.cpython-37.pyc
│   │   │   │   │   ├── policy_definition_reference_py3.cpython-37.pyc
│   │   │   │   │   ├── policy_set_definition.cpython-37.pyc
│   │   │   │   │   ├── policy_set_definition_paged.cpython-37.pyc
│   │   │   │   │   ├── policy_set_definition_py3.cpython-37.pyc
│   │   │   │   │   ├── policy_sku.cpython-37.pyc
│   │   │   │   │   └── policy_sku_py3.cpython-37.pyc
│   │   │   │   ├── operations
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── policy_assignments_operations.py
│   │   │   │   │   ├── policy_definitions_operations.py
│   │   │   │   │   ├── policy_set_definitions_operations.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── policy_assignments_operations.cpython-37.pyc
│   │   │   │   │   ├── policy_definitions_operations.cpython-37.pyc
│   │   │   │   │   └── policy_set_definitions_operations.cpython-37.pyc
│   │   │   │   ├── policy_client.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── policy_client.cpython-37.pyc
│   │   │   │   │   └── version.cpython-37.pyc
│   │   │   │   └── version.py
│   │   │   └── v2018_05_01
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── error_response.py
│   │   │   │   ├── error_response_py3.py
│   │   │   │   ├── identity.py
│   │   │   │   ├── identity_py3.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── policy_assignment_paged.py
│   │   │   │   ├── policy_assignment.py
│   │   │   │   ├── policy_assignment_py3.py
│   │   │   │   ├── policy_client_enums.py
│   │   │   │   ├── policy_definition_paged.py
│   │   │   │   ├── policy_definition.py
│   │   │   │   ├── policy_definition_py3.py
│   │   │   │   ├── policy_definition_reference.py
│   │   │   │   ├── policy_definition_reference_py3.py
│   │   │   │   ├── policy_set_definition_paged.py
│   │   │   │   ├── policy_set_definition.py
│   │   │   │   ├── policy_set_definition_py3.py
│   │   │   │   ├── policy_sku.py
│   │   │   │   ├── policy_sku_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── error_response.cpython-37.pyc
│   │   │   │   ├── error_response_py3.cpython-37.pyc
│   │   │   │   ├── identity.cpython-37.pyc
│   │   │   │   ├── identity_py3.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── policy_assignment.cpython-37.pyc
│   │   │   │   ├── policy_assignment_paged.cpython-37.pyc
│   │   │   │   ├── policy_assignment_py3.cpython-37.pyc
│   │   │   │   ├── policy_client_enums.cpython-37.pyc
│   │   │   │   ├── policy_definition.cpython-37.pyc
│   │   │   │   ├── policy_definition_paged.cpython-37.pyc
│   │   │   │   ├── policy_definition_py3.cpython-37.pyc
│   │   │   │   ├── policy_definition_reference.cpython-37.pyc
│   │   │   │   ├── policy_definition_reference_py3.cpython-37.pyc
│   │   │   │   ├── policy_set_definition.cpython-37.pyc
│   │   │   │   ├── policy_set_definition_paged.cpython-37.pyc
│   │   │   │   ├── policy_set_definition_py3.cpython-37.pyc
│   │   │   │   ├── policy_sku.cpython-37.pyc
│   │   │   │   └── policy_sku_py3.cpython-37.pyc
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── policy_assignments_operations.py
│   │   │   │   ├── policy_definitions_operations.py
│   │   │   │   ├── policy_set_definitions_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── policy_assignments_operations.cpython-37.pyc
│   │   │   │   ├── policy_definitions_operations.cpython-37.pyc
│   │   │   │   └── policy_set_definitions_operations.cpython-37.pyc
│   │   │   ├── policy_client.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── policy_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── resources
│   │   │   ├── __init__.py
│   │   │   ├── models.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   └── resource_management_client.cpython-37.pyc
│   │   │   ├── resource_management_client.py
│   │   │   ├── v2016_02_01
│   │   │   │   ├── __init__.py
│   │   │   │   ├── models
│   │   │   │   │   ├── alias_path_type.py
│   │   │   │   │   ├── alias_path_type_py3.py
│   │   │   │   │   ├── alias_type.py
│   │   │   │   │   ├── alias_type_py3.py
│   │   │   │   │   ├── basic_dependency.py
│   │   │   │   │   ├── basic_dependency_py3.py
│   │   │   │   │   ├── debug_setting.py
│   │   │   │   │   ├── debug_setting_py3.py
│   │   │   │   │   ├── dependency.py
│   │   │   │   │   ├── dependency_py3.py
│   │   │   │   │   ├── deployment_export_result.py
│   │   │   │   │   ├── deployment_export_result_py3.py
│   │   │   │   │   ├── deployment_extended_filter.py
│   │   │   │   │   ├── deployment_extended_filter_py3.py
│   │   │   │   │   ├── deployment_extended_paged.py
│   │   │   │   │   ├── deployment_extended.py
│   │   │   │   │   ├── deployment_extended_py3.py
│   │   │   │   │   ├── deployment_operation_paged.py
│   │   │   │   │   ├── deployment_operation_properties.py
│   │   │   │   │   ├── deployment_operation_properties_py3.py
│   │   │   │   │   ├── deployment_operation.py
│   │   │   │   │   ├── deployment_operation_py3.py
│   │   │   │   │   ├── deployment_properties_extended.py
│   │   │   │   │   ├── deployment_properties_extended_py3.py
│   │   │   │   │   ├── deployment_properties.py
│   │   │   │   │   ├── deployment_properties_py3.py
│   │   │   │   │   ├── deployment.py
│   │   │   │   │   ├── deployment_py3.py
│   │   │   │   │   ├── deployment_validate_result.py
│   │   │   │   │   ├── deployment_validate_result_py3.py
│   │   │   │   │   ├── export_template_request.py
│   │   │   │   │   ├── export_template_request_py3.py
│   │   │   │   │   ├── generic_resource_filter.py
│   │   │   │   │   ├── generic_resource_filter_py3.py
│   │   │   │   │   ├── generic_resource_paged.py
│   │   │   │   │   ├── generic_resource.py
│   │   │   │   │   ├── generic_resource_py3.py
│   │   │   │   │   ├── http_message.py
│   │   │   │   │   ├── http_message_py3.py
│   │   │   │   │   ├── identity.py
│   │   │   │   │   ├── identity_py3.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── parameters_link.py
│   │   │   │   │   ├── parameters_link_py3.py
│   │   │   │   │   ├── plan.py
│   │   │   │   │   ├── plan_py3.py
│   │   │   │   │   ├── provider_paged.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── provider_py3.py
│   │   │   │   │   ├── provider_resource_type.py
│   │   │   │   │   ├── provider_resource_type_py3.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── alias_path_type.cpython-37.pyc
│   │   │   │   │   │   ├── alias_path_type_py3.cpython-37.pyc
│   │   │   │   │   │   ├── alias_type.cpython-37.pyc
│   │   │   │   │   │   ├── alias_type_py3.cpython-37.pyc
│   │   │   │   │   │   ├── basic_dependency.cpython-37.pyc
│   │   │   │   │   │   ├── basic_dependency_py3.cpython-37.pyc
│   │   │   │   │   │   ├── debug_setting.cpython-37.pyc
│   │   │   │   │   │   ├── debug_setting_py3.cpython-37.pyc
│   │   │   │   │   │   ├── dependency.cpython-37.pyc
│   │   │   │   │   │   ├── dependency_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_export_result.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_export_result_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_extended.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_extended_filter.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_extended_filter_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_extended_paged.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_extended_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_operation.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_operation_paged.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_operation_properties.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_operation_properties_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_operation_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_properties.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_properties_extended.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_properties_extended_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_properties_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_validate_result.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_validate_result_py3.cpython-37.pyc
│   │   │   │   │   │   ├── export_template_request.cpython-37.pyc
│   │   │   │   │   │   ├── export_template_request_py3.cpython-37.pyc
│   │   │   │   │   │   ├── generic_resource.cpython-37.pyc
│   │   │   │   │   │   ├── generic_resource_filter.cpython-37.pyc
│   │   │   │   │   │   ├── generic_resource_filter_py3.cpython-37.pyc
│   │   │   │   │   │   ├── generic_resource_paged.cpython-37.pyc
│   │   │   │   │   │   ├── generic_resource_py3.cpython-37.pyc
│   │   │   │   │   │   ├── http_message.cpython-37.pyc
│   │   │   │   │   │   ├── http_message_py3.cpython-37.pyc
│   │   │   │   │   │   ├── identity.cpython-37.pyc
│   │   │   │   │   │   ├── identity_py3.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── parameters_link.cpython-37.pyc
│   │   │   │   │   │   ├── parameters_link_py3.cpython-37.pyc
│   │   │   │   │   │   ├── plan.cpython-37.pyc
│   │   │   │   │   │   ├── plan_py3.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── provider_paged.cpython-37.pyc
│   │   │   │   │   │   ├── provider_py3.cpython-37.pyc
│   │   │   │   │   │   ├── provider_resource_type.cpython-37.pyc
│   │   │   │   │   │   ├── provider_resource_type_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_export_result.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_export_result_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_filter.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_filter_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_paged.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_properties.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_properties_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_management_client_enums.cpython-37.pyc
│   │   │   │   │   │   ├── resource_management_error_with_details.cpython-37.pyc
│   │   │   │   │   │   ├── resource_management_error_with_details_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_provider_operation_display_properties.cpython-37.pyc
│   │   │   │   │   │   ├── resource_provider_operation_display_properties_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resources_move_info.cpython-37.pyc
│   │   │   │   │   │   ├── resources_move_info_py3.cpython-37.pyc
│   │   │   │   │   │   ├── sku.cpython-37.pyc
│   │   │   │   │   │   ├── sku_py3.cpython-37.pyc
│   │   │   │   │   │   ├── sub_resource.cpython-37.pyc
│   │   │   │   │   │   ├── sub_resource_py3.cpython-37.pyc
│   │   │   │   │   │   ├── tag_count.cpython-37.pyc
│   │   │   │   │   │   ├── tag_count_py3.cpython-37.pyc
│   │   │   │   │   │   ├── tag_details.cpython-37.pyc
│   │   │   │   │   │   ├── tag_details_paged.cpython-37.pyc
│   │   │   │   │   │   ├── tag_details_py3.cpython-37.pyc
│   │   │   │   │   │   ├── tag_value.cpython-37.pyc
│   │   │   │   │   │   ├── tag_value_py3.cpython-37.pyc
│   │   │   │   │   │   ├── target_resource.cpython-37.pyc
│   │   │   │   │   │   ├── target_resource_py3.cpython-37.pyc
│   │   │   │   │   │   ├── template_link.cpython-37.pyc
│   │   │   │   │   │   └── template_link_py3.cpython-37.pyc
│   │   │   │   │   ├── resource_group_export_result.py
│   │   │   │   │   ├── resource_group_export_result_py3.py
│   │   │   │   │   ├── resource_group_filter.py
│   │   │   │   │   ├── resource_group_filter_py3.py
│   │   │   │   │   ├── resource_group_paged.py
│   │   │   │   │   ├── resource_group_properties.py
│   │   │   │   │   ├── resource_group_properties_py3.py
│   │   │   │   │   ├── resource_group.py
│   │   │   │   │   ├── resource_group_py3.py
│   │   │   │   │   ├── resource_management_client_enums.py
│   │   │   │   │   ├── resource_management_error_with_details.py
│   │   │   │   │   ├── resource_management_error_with_details_py3.py
│   │   │   │   │   ├── resource_provider_operation_display_properties.py
│   │   │   │   │   ├── resource_provider_operation_display_properties_py3.py
│   │   │   │   │   ├── resource.py
│   │   │   │   │   ├── resource_py3.py
│   │   │   │   │   ├── resources_move_info.py
│   │   │   │   │   ├── resources_move_info_py3.py
│   │   │   │   │   ├── sku.py
│   │   │   │   │   ├── sku_py3.py
│   │   │   │   │   ├── sub_resource.py
│   │   │   │   │   ├── sub_resource_py3.py
│   │   │   │   │   ├── tag_count.py
│   │   │   │   │   ├── tag_count_py3.py
│   │   │   │   │   ├── tag_details_paged.py
│   │   │   │   │   ├── tag_details.py
│   │   │   │   │   ├── tag_details_py3.py
│   │   │   │   │   ├── tag_value.py
│   │   │   │   │   ├── tag_value_py3.py
│   │   │   │   │   ├── target_resource.py
│   │   │   │   │   ├── target_resource_py3.py
│   │   │   │   │   ├── template_link.py
│   │   │   │   │   └── template_link_py3.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── deployment_operations.py
│   │   │   │   │   ├── deployments_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── providers_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── deployment_operations.cpython-37.pyc
│   │   │   │   │   │   ├── deployments_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── resource_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── resources_operations.cpython-37.pyc
│   │   │   │   │   │   └── tags_operations.cpython-37.pyc
│   │   │   │   │   ├── resource_groups_operations.py
│   │   │   │   │   ├── resources_operations.py
│   │   │   │   │   └── tags_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── resource_management_client.cpython-37.pyc
│   │   │   │   │   └── version.cpython-37.pyc
│   │   │   │   ├── resource_management_client.py
│   │   │   │   └── version.py
│   │   │   ├── v2016_09_01
│   │   │   │   ├── __init__.py
│   │   │   │   ├── models
│   │   │   │   │   ├── alias_path_type.py
│   │   │   │   │   ├── alias_path_type_py3.py
│   │   │   │   │   ├── alias_type.py
│   │   │   │   │   ├── alias_type_py3.py
│   │   │   │   │   ├── basic_dependency.py
│   │   │   │   │   ├── basic_dependency_py3.py
│   │   │   │   │   ├── debug_setting.py
│   │   │   │   │   ├── debug_setting_py3.py
│   │   │   │   │   ├── dependency.py
│   │   │   │   │   ├── dependency_py3.py
│   │   │   │   │   ├── deployment_export_result.py
│   │   │   │   │   ├── deployment_export_result_py3.py
│   │   │   │   │   ├── deployment_extended_filter.py
│   │   │   │   │   ├── deployment_extended_filter_py3.py
│   │   │   │   │   ├── deployment_extended_paged.py
│   │   │   │   │   ├── deployment_extended.py
│   │   │   │   │   ├── deployment_extended_py3.py
│   │   │   │   │   ├── deployment_operation_paged.py
│   │   │   │   │   ├── deployment_operation_properties.py
│   │   │   │   │   ├── deployment_operation_properties_py3.py
│   │   │   │   │   ├── deployment_operation.py
│   │   │   │   │   ├── deployment_operation_py3.py
│   │   │   │   │   ├── deployment_properties_extended.py
│   │   │   │   │   ├── deployment_properties_extended_py3.py
│   │   │   │   │   ├── deployment_properties.py
│   │   │   │   │   ├── deployment_properties_py3.py
│   │   │   │   │   ├── deployment.py
│   │   │   │   │   ├── deployment_py3.py
│   │   │   │   │   ├── deployment_validate_result.py
│   │   │   │   │   ├── deployment_validate_result_py3.py
│   │   │   │   │   ├── export_template_request.py
│   │   │   │   │   ├── export_template_request_py3.py
│   │   │   │   │   ├── generic_resource_filter.py
│   │   │   │   │   ├── generic_resource_filter_py3.py
│   │   │   │   │   ├── generic_resource_paged.py
│   │   │   │   │   ├── generic_resource.py
│   │   │   │   │   ├── generic_resource_py3.py
│   │   │   │   │   ├── http_message.py
│   │   │   │   │   ├── http_message_py3.py
│   │   │   │   │   ├── identity.py
│   │   │   │   │   ├── identity_py3.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── parameters_link.py
│   │   │   │   │   ├── parameters_link_py3.py
│   │   │   │   │   ├── plan.py
│   │   │   │   │   ├── plan_py3.py
│   │   │   │   │   ├── provider_paged.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── provider_py3.py
│   │   │   │   │   ├── provider_resource_type.py
│   │   │   │   │   ├── provider_resource_type_py3.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── alias_path_type.cpython-37.pyc
│   │   │   │   │   │   ├── alias_path_type_py3.cpython-37.pyc
│   │   │   │   │   │   ├── alias_type.cpython-37.pyc
│   │   │   │   │   │   ├── alias_type_py3.cpython-37.pyc
│   │   │   │   │   │   ├── basic_dependency.cpython-37.pyc
│   │   │   │   │   │   ├── basic_dependency_py3.cpython-37.pyc
│   │   │   │   │   │   ├── debug_setting.cpython-37.pyc
│   │   │   │   │   │   ├── debug_setting_py3.cpython-37.pyc
│   │   │   │   │   │   ├── dependency.cpython-37.pyc
│   │   │   │   │   │   ├── dependency_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_export_result.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_export_result_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_extended.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_extended_filter.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_extended_filter_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_extended_paged.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_extended_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_operation.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_operation_paged.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_operation_properties.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_operation_properties_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_operation_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_properties.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_properties_extended.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_properties_extended_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_properties_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_validate_result.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_validate_result_py3.cpython-37.pyc
│   │   │   │   │   │   ├── export_template_request.cpython-37.pyc
│   │   │   │   │   │   ├── export_template_request_py3.cpython-37.pyc
│   │   │   │   │   │   ├── generic_resource.cpython-37.pyc
│   │   │   │   │   │   ├── generic_resource_filter.cpython-37.pyc
│   │   │   │   │   │   ├── generic_resource_filter_py3.cpython-37.pyc
│   │   │   │   │   │   ├── generic_resource_paged.cpython-37.pyc
│   │   │   │   │   │   ├── generic_resource_py3.cpython-37.pyc
│   │   │   │   │   │   ├── http_message.cpython-37.pyc
│   │   │   │   │   │   ├── http_message_py3.cpython-37.pyc
│   │   │   │   │   │   ├── identity.cpython-37.pyc
│   │   │   │   │   │   ├── identity_py3.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── parameters_link.cpython-37.pyc
│   │   │   │   │   │   ├── parameters_link_py3.cpython-37.pyc
│   │   │   │   │   │   ├── plan.cpython-37.pyc
│   │   │   │   │   │   ├── plan_py3.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── provider_paged.cpython-37.pyc
│   │   │   │   │   │   ├── provider_py3.cpython-37.pyc
│   │   │   │   │   │   ├── provider_resource_type.cpython-37.pyc
│   │   │   │   │   │   ├── provider_resource_type_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_export_result.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_export_result_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_filter.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_filter_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_paged.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_properties.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_properties_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_management_client_enums.cpython-37.pyc
│   │   │   │   │   │   ├── resource_management_error_with_details.cpython-37.pyc
│   │   │   │   │   │   ├── resource_management_error_with_details_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_provider_operation_display_properties.cpython-37.pyc
│   │   │   │   │   │   ├── resource_provider_operation_display_properties_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resources_move_info.cpython-37.pyc
│   │   │   │   │   │   ├── resources_move_info_py3.cpython-37.pyc
│   │   │   │   │   │   ├── sku.cpython-37.pyc
│   │   │   │   │   │   ├── sku_py3.cpython-37.pyc
│   │   │   │   │   │   ├── sub_resource.cpython-37.pyc
│   │   │   │   │   │   ├── sub_resource_py3.cpython-37.pyc
│   │   │   │   │   │   ├── tag_count.cpython-37.pyc
│   │   │   │   │   │   ├── tag_count_py3.cpython-37.pyc
│   │   │   │   │   │   ├── tag_details.cpython-37.pyc
│   │   │   │   │   │   ├── tag_details_paged.cpython-37.pyc
│   │   │   │   │   │   ├── tag_details_py3.cpython-37.pyc
│   │   │   │   │   │   ├── tag_value.cpython-37.pyc
│   │   │   │   │   │   ├── tag_value_py3.cpython-37.pyc
│   │   │   │   │   │   ├── target_resource.cpython-37.pyc
│   │   │   │   │   │   ├── target_resource_py3.cpython-37.pyc
│   │   │   │   │   │   ├── template_link.cpython-37.pyc
│   │   │   │   │   │   └── template_link_py3.cpython-37.pyc
│   │   │   │   │   ├── resource_group_export_result.py
│   │   │   │   │   ├── resource_group_export_result_py3.py
│   │   │   │   │   ├── resource_group_filter.py
│   │   │   │   │   ├── resource_group_filter_py3.py
│   │   │   │   │   ├── resource_group_paged.py
│   │   │   │   │   ├── resource_group_properties.py
│   │   │   │   │   ├── resource_group_properties_py3.py
│   │   │   │   │   ├── resource_group.py
│   │   │   │   │   ├── resource_group_py3.py
│   │   │   │   │   ├── resource_management_client_enums.py
│   │   │   │   │   ├── resource_management_error_with_details.py
│   │   │   │   │   ├── resource_management_error_with_details_py3.py
│   │   │   │   │   ├── resource_provider_operation_display_properties.py
│   │   │   │   │   ├── resource_provider_operation_display_properties_py3.py
│   │   │   │   │   ├── resource.py
│   │   │   │   │   ├── resource_py3.py
│   │   │   │   │   ├── resources_move_info.py
│   │   │   │   │   ├── resources_move_info_py3.py
│   │   │   │   │   ├── sku.py
│   │   │   │   │   ├── sku_py3.py
│   │   │   │   │   ├── sub_resource.py
│   │   │   │   │   ├── sub_resource_py3.py
│   │   │   │   │   ├── tag_count.py
│   │   │   │   │   ├── tag_count_py3.py
│   │   │   │   │   ├── tag_details_paged.py
│   │   │   │   │   ├── tag_details.py
│   │   │   │   │   ├── tag_details_py3.py
│   │   │   │   │   ├── tag_value.py
│   │   │   │   │   ├── tag_value_py3.py
│   │   │   │   │   ├── target_resource.py
│   │   │   │   │   ├── target_resource_py3.py
│   │   │   │   │   ├── template_link.py
│   │   │   │   │   └── template_link_py3.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── deployment_operations.py
│   │   │   │   │   ├── deployments_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── providers_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── deployment_operations.cpython-37.pyc
│   │   │   │   │   │   ├── deployments_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── resource_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── resources_operations.cpython-37.pyc
│   │   │   │   │   │   └── tags_operations.cpython-37.pyc
│   │   │   │   │   ├── resource_groups_operations.py
│   │   │   │   │   ├── resources_operations.py
│   │   │   │   │   └── tags_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── resource_management_client.cpython-37.pyc
│   │   │   │   │   └── version.cpython-37.pyc
│   │   │   │   ├── resource_management_client.py
│   │   │   │   └── version.py
│   │   │   ├── v2017_05_10
│   │   │   │   ├── __init__.py
│   │   │   │   ├── models
│   │   │   │   │   ├── alias_path_type.py
│   │   │   │   │   ├── alias_path_type_py3.py
│   │   │   │   │   ├── alias_type.py
│   │   │   │   │   ├── alias_type_py3.py
│   │   │   │   │   ├── basic_dependency.py
│   │   │   │   │   ├── basic_dependency_py3.py
│   │   │   │   │   ├── debug_setting.py
│   │   │   │   │   ├── debug_setting_py3.py
│   │   │   │   │   ├── dependency.py
│   │   │   │   │   ├── dependency_py3.py
│   │   │   │   │   ├── deployment_export_result.py
│   │   │   │   │   ├── deployment_export_result_py3.py
│   │   │   │   │   ├── deployment_extended_filter.py
│   │   │   │   │   ├── deployment_extended_filter_py3.py
│   │   │   │   │   ├── deployment_extended_paged.py
│   │   │   │   │   ├── deployment_extended.py
│   │   │   │   │   ├── deployment_extended_py3.py
│   │   │   │   │   ├── deployment_operation_paged.py
│   │   │   │   │   ├── deployment_operation_properties.py
│   │   │   │   │   ├── deployment_operation_properties_py3.py
│   │   │   │   │   ├── deployment_operation.py
│   │   │   │   │   ├── deployment_operation_py3.py
│   │   │   │   │   ├── deployment_properties_extended.py
│   │   │   │   │   ├── deployment_properties_extended_py3.py
│   │   │   │   │   ├── deployment_properties.py
│   │   │   │   │   ├── deployment_properties_py3.py
│   │   │   │   │   ├── deployment.py
│   │   │   │   │   ├── deployment_py3.py
│   │   │   │   │   ├── deployment_validate_result.py
│   │   │   │   │   ├── deployment_validate_result_py3.py
│   │   │   │   │   ├── export_template_request.py
│   │   │   │   │   ├── export_template_request_py3.py
│   │   │   │   │   ├── generic_resource_filter.py
│   │   │   │   │   ├── generic_resource_filter_py3.py
│   │   │   │   │   ├── generic_resource_paged.py
│   │   │   │   │   ├── generic_resource.py
│   │   │   │   │   ├── generic_resource_py3.py
│   │   │   │   │   ├── http_message.py
│   │   │   │   │   ├── http_message_py3.py
│   │   │   │   │   ├── identity.py
│   │   │   │   │   ├── identity_py3.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── parameters_link.py
│   │   │   │   │   ├── parameters_link_py3.py
│   │   │   │   │   ├── plan.py
│   │   │   │   │   ├── plan_py3.py
│   │   │   │   │   ├── provider_paged.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── provider_py3.py
│   │   │   │   │   ├── provider_resource_type.py
│   │   │   │   │   ├── provider_resource_type_py3.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── alias_path_type.cpython-37.pyc
│   │   │   │   │   │   ├── alias_path_type_py3.cpython-37.pyc
│   │   │   │   │   │   ├── alias_type.cpython-37.pyc
│   │   │   │   │   │   ├── alias_type_py3.cpython-37.pyc
│   │   │   │   │   │   ├── basic_dependency.cpython-37.pyc
│   │   │   │   │   │   ├── basic_dependency_py3.cpython-37.pyc
│   │   │   │   │   │   ├── debug_setting.cpython-37.pyc
│   │   │   │   │   │   ├── debug_setting_py3.cpython-37.pyc
│   │   │   │   │   │   ├── dependency.cpython-37.pyc
│   │   │   │   │   │   ├── dependency_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_export_result.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_export_result_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_extended.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_extended_filter.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_extended_filter_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_extended_paged.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_extended_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_operation.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_operation_paged.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_operation_properties.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_operation_properties_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_operation_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_properties.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_properties_extended.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_properties_extended_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_properties_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_validate_result.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_validate_result_py3.cpython-37.pyc
│   │   │   │   │   │   ├── export_template_request.cpython-37.pyc
│   │   │   │   │   │   ├── export_template_request_py3.cpython-37.pyc
│   │   │   │   │   │   ├── generic_resource.cpython-37.pyc
│   │   │   │   │   │   ├── generic_resource_filter.cpython-37.pyc
│   │   │   │   │   │   ├── generic_resource_filter_py3.cpython-37.pyc
│   │   │   │   │   │   ├── generic_resource_paged.cpython-37.pyc
│   │   │   │   │   │   ├── generic_resource_py3.cpython-37.pyc
│   │   │   │   │   │   ├── http_message.cpython-37.pyc
│   │   │   │   │   │   ├── http_message_py3.cpython-37.pyc
│   │   │   │   │   │   ├── identity.cpython-37.pyc
│   │   │   │   │   │   ├── identity_py3.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── parameters_link.cpython-37.pyc
│   │   │   │   │   │   ├── parameters_link_py3.cpython-37.pyc
│   │   │   │   │   │   ├── plan.cpython-37.pyc
│   │   │   │   │   │   ├── plan_py3.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── provider_paged.cpython-37.pyc
│   │   │   │   │   │   ├── provider_py3.cpython-37.pyc
│   │   │   │   │   │   ├── provider_resource_type.cpython-37.pyc
│   │   │   │   │   │   ├── provider_resource_type_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_export_result.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_export_result_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_filter.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_filter_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_paged.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_patchable.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_patchable_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_properties.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_properties_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_management_client_enums.cpython-37.pyc
│   │   │   │   │   │   ├── resource_management_error_with_details.cpython-37.pyc
│   │   │   │   │   │   ├── resource_management_error_with_details_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_provider_operation_display_properties.cpython-37.pyc
│   │   │   │   │   │   ├── resource_provider_operation_display_properties_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resources_move_info.cpython-37.pyc
│   │   │   │   │   │   ├── resources_move_info_py3.cpython-37.pyc
│   │   │   │   │   │   ├── sku.cpython-37.pyc
│   │   │   │   │   │   ├── sku_py3.cpython-37.pyc
│   │   │   │   │   │   ├── sub_resource.cpython-37.pyc
│   │   │   │   │   │   ├── sub_resource_py3.cpython-37.pyc
│   │   │   │   │   │   ├── tag_count.cpython-37.pyc
│   │   │   │   │   │   ├── tag_count_py3.cpython-37.pyc
│   │   │   │   │   │   ├── tag_details.cpython-37.pyc
│   │   │   │   │   │   ├── tag_details_paged.cpython-37.pyc
│   │   │   │   │   │   ├── tag_details_py3.cpython-37.pyc
│   │   │   │   │   │   ├── tag_value.cpython-37.pyc
│   │   │   │   │   │   ├── tag_value_py3.cpython-37.pyc
│   │   │   │   │   │   ├── target_resource.cpython-37.pyc
│   │   │   │   │   │   ├── target_resource_py3.cpython-37.pyc
│   │   │   │   │   │   ├── template_link.cpython-37.pyc
│   │   │   │   │   │   └── template_link_py3.cpython-37.pyc
│   │   │   │   │   ├── resource_group_export_result.py
│   │   │   │   │   ├── resource_group_export_result_py3.py
│   │   │   │   │   ├── resource_group_filter.py
│   │   │   │   │   ├── resource_group_filter_py3.py
│   │   │   │   │   ├── resource_group_paged.py
│   │   │   │   │   ├── resource_group_patchable.py
│   │   │   │   │   ├── resource_group_patchable_py3.py
│   │   │   │   │   ├── resource_group_properties.py
│   │   │   │   │   ├── resource_group_properties_py3.py
│   │   │   │   │   ├── resource_group.py
│   │   │   │   │   ├── resource_group_py3.py
│   │   │   │   │   ├── resource_management_client_enums.py
│   │   │   │   │   ├── resource_management_error_with_details.py
│   │   │   │   │   ├── resource_management_error_with_details_py3.py
│   │   │   │   │   ├── resource_provider_operation_display_properties.py
│   │   │   │   │   ├── resource_provider_operation_display_properties_py3.py
│   │   │   │   │   ├── resource.py
│   │   │   │   │   ├── resource_py3.py
│   │   │   │   │   ├── resources_move_info.py
│   │   │   │   │   ├── resources_move_info_py3.py
│   │   │   │   │   ├── sku.py
│   │   │   │   │   ├── sku_py3.py
│   │   │   │   │   ├── sub_resource.py
│   │   │   │   │   ├── sub_resource_py3.py
│   │   │   │   │   ├── tag_count.py
│   │   │   │   │   ├── tag_count_py3.py
│   │   │   │   │   ├── tag_details_paged.py
│   │   │   │   │   ├── tag_details.py
│   │   │   │   │   ├── tag_details_py3.py
│   │   │   │   │   ├── tag_value.py
│   │   │   │   │   ├── tag_value_py3.py
│   │   │   │   │   ├── target_resource.py
│   │   │   │   │   ├── target_resource_py3.py
│   │   │   │   │   ├── template_link.py
│   │   │   │   │   └── template_link_py3.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── deployment_operations.py
│   │   │   │   │   ├── deployments_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── providers_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── deployment_operations.cpython-37.pyc
│   │   │   │   │   │   ├── deployments_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── resource_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── resources_operations.cpython-37.pyc
│   │   │   │   │   │   └── tags_operations.cpython-37.pyc
│   │   │   │   │   ├── resource_groups_operations.py
│   │   │   │   │   ├── resources_operations.py
│   │   │   │   │   └── tags_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── resource_management_client.cpython-37.pyc
│   │   │   │   │   └── version.cpython-37.pyc
│   │   │   │   ├── resource_management_client.py
│   │   │   │   └── version.py
│   │   │   ├── v2018_02_01
│   │   │   │   ├── __init__.py
│   │   │   │   ├── models
│   │   │   │   │   ├── alias_path_type.py
│   │   │   │   │   ├── alias_path_type_py3.py
│   │   │   │   │   ├── alias_type.py
│   │   │   │   │   ├── alias_type_py3.py
│   │   │   │   │   ├── basic_dependency.py
│   │   │   │   │   ├── basic_dependency_py3.py
│   │   │   │   │   ├── debug_setting.py
│   │   │   │   │   ├── debug_setting_py3.py
│   │   │   │   │   ├── dependency.py
│   │   │   │   │   ├── dependency_py3.py
│   │   │   │   │   ├── deployment_export_result.py
│   │   │   │   │   ├── deployment_export_result_py3.py
│   │   │   │   │   ├── deployment_extended_filter.py
│   │   │   │   │   ├── deployment_extended_filter_py3.py
│   │   │   │   │   ├── deployment_extended_paged.py
│   │   │   │   │   ├── deployment_extended.py
│   │   │   │   │   ├── deployment_extended_py3.py
│   │   │   │   │   ├── deployment_operation_paged.py
│   │   │   │   │   ├── deployment_operation_properties.py
│   │   │   │   │   ├── deployment_operation_properties_py3.py
│   │   │   │   │   ├── deployment_operation.py
│   │   │   │   │   ├── deployment_operation_py3.py
│   │   │   │   │   ├── deployment_properties_extended.py
│   │   │   │   │   ├── deployment_properties_extended_py3.py
│   │   │   │   │   ├── deployment_properties.py
│   │   │   │   │   ├── deployment_properties_py3.py
│   │   │   │   │   ├── deployment.py
│   │   │   │   │   ├── deployment_py3.py
│   │   │   │   │   ├── deployment_validate_result.py
│   │   │   │   │   ├── deployment_validate_result_py3.py
│   │   │   │   │   ├── export_template_request.py
│   │   │   │   │   ├── export_template_request_py3.py
│   │   │   │   │   ├── generic_resource_filter.py
│   │   │   │   │   ├── generic_resource_filter_py3.py
│   │   │   │   │   ├── generic_resource_paged.py
│   │   │   │   │   ├── generic_resource.py
│   │   │   │   │   ├── generic_resource_py3.py
│   │   │   │   │   ├── http_message.py
│   │   │   │   │   ├── http_message_py3.py
│   │   │   │   │   ├── identity.py
│   │   │   │   │   ├── identity_py3.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── on_error_deployment_extended.py
│   │   │   │   │   ├── on_error_deployment_extended_py3.py
│   │   │   │   │   ├── on_error_deployment.py
│   │   │   │   │   ├── on_error_deployment_py3.py
│   │   │   │   │   ├── parameters_link.py
│   │   │   │   │   ├── parameters_link_py3.py
│   │   │   │   │   ├── plan.py
│   │   │   │   │   ├── plan_py3.py
│   │   │   │   │   ├── provider_paged.py
│   │   │   │   │   ├── provider.py
│   │   │   │   │   ├── provider_py3.py
│   │   │   │   │   ├── provider_resource_type.py
│   │   │   │   │   ├── provider_resource_type_py3.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── alias_path_type.cpython-37.pyc
│   │   │   │   │   │   ├── alias_path_type_py3.cpython-37.pyc
│   │   │   │   │   │   ├── alias_type.cpython-37.pyc
│   │   │   │   │   │   ├── alias_type_py3.cpython-37.pyc
│   │   │   │   │   │   ├── basic_dependency.cpython-37.pyc
│   │   │   │   │   │   ├── basic_dependency_py3.cpython-37.pyc
│   │   │   │   │   │   ├── debug_setting.cpython-37.pyc
│   │   │   │   │   │   ├── debug_setting_py3.cpython-37.pyc
│   │   │   │   │   │   ├── dependency.cpython-37.pyc
│   │   │   │   │   │   ├── dependency_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_export_result.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_export_result_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_extended.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_extended_filter.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_extended_filter_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_extended_paged.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_extended_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_operation.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_operation_paged.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_operation_properties.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_operation_properties_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_operation_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_properties.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_properties_extended.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_properties_extended_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_properties_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_py3.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_validate_result.cpython-37.pyc
│   │   │   │   │   │   ├── deployment_validate_result_py3.cpython-37.pyc
│   │   │   │   │   │   ├── export_template_request.cpython-37.pyc
│   │   │   │   │   │   ├── export_template_request_py3.cpython-37.pyc
│   │   │   │   │   │   ├── generic_resource.cpython-37.pyc
│   │   │   │   │   │   ├── generic_resource_filter.cpython-37.pyc
│   │   │   │   │   │   ├── generic_resource_filter_py3.cpython-37.pyc
│   │   │   │   │   │   ├── generic_resource_paged.cpython-37.pyc
│   │   │   │   │   │   ├── generic_resource_py3.cpython-37.pyc
│   │   │   │   │   │   ├── http_message.cpython-37.pyc
│   │   │   │   │   │   ├── http_message_py3.cpython-37.pyc
│   │   │   │   │   │   ├── identity.cpython-37.pyc
│   │   │   │   │   │   ├── identity_py3.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── on_error_deployment.cpython-37.pyc
│   │   │   │   │   │   ├── on_error_deployment_extended.cpython-37.pyc
│   │   │   │   │   │   ├── on_error_deployment_extended_py3.cpython-37.pyc
│   │   │   │   │   │   ├── on_error_deployment_py3.cpython-37.pyc
│   │   │   │   │   │   ├── parameters_link.cpython-37.pyc
│   │   │   │   │   │   ├── parameters_link_py3.cpython-37.pyc
│   │   │   │   │   │   ├── plan.cpython-37.pyc
│   │   │   │   │   │   ├── plan_py3.cpython-37.pyc
│   │   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   │   ├── provider_paged.cpython-37.pyc
│   │   │   │   │   │   ├── provider_py3.cpython-37.pyc
│   │   │   │   │   │   ├── provider_resource_type.cpython-37.pyc
│   │   │   │   │   │   ├── provider_resource_type_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_export_result.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_export_result_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_filter.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_filter_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_paged.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_patchable.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_patchable_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_properties.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_properties_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_group_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_management_client_enums.cpython-37.pyc
│   │   │   │   │   │   ├── resource_management_error_with_details.cpython-37.pyc
│   │   │   │   │   │   ├── resource_management_error_with_details_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_provider_operation_display_properties.cpython-37.pyc
│   │   │   │   │   │   ├── resource_provider_operation_display_properties_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resource_py3.cpython-37.pyc
│   │   │   │   │   │   ├── resources_move_info.cpython-37.pyc
│   │   │   │   │   │   ├── resources_move_info_py3.cpython-37.pyc
│   │   │   │   │   │   ├── sku.cpython-37.pyc
│   │   │   │   │   │   ├── sku_py3.cpython-37.pyc
│   │   │   │   │   │   ├── sub_resource.cpython-37.pyc
│   │   │   │   │   │   ├── sub_resource_py3.cpython-37.pyc
│   │   │   │   │   │   ├── tag_count.cpython-37.pyc
│   │   │   │   │   │   ├── tag_count_py3.cpython-37.pyc
│   │   │   │   │   │   ├── tag_details.cpython-37.pyc
│   │   │   │   │   │   ├── tag_details_paged.cpython-37.pyc
│   │   │   │   │   │   ├── tag_details_py3.cpython-37.pyc
│   │   │   │   │   │   ├── tag_value.cpython-37.pyc
│   │   │   │   │   │   ├── tag_value_py3.cpython-37.pyc
│   │   │   │   │   │   ├── target_resource.cpython-37.pyc
│   │   │   │   │   │   ├── target_resource_py3.cpython-37.pyc
│   │   │   │   │   │   ├── template_link.cpython-37.pyc
│   │   │   │   │   │   └── template_link_py3.cpython-37.pyc
│   │   │   │   │   ├── resource_group_export_result.py
│   │   │   │   │   ├── resource_group_export_result_py3.py
│   │   │   │   │   ├── resource_group_filter.py
│   │   │   │   │   ├── resource_group_filter_py3.py
│   │   │   │   │   ├── resource_group_paged.py
│   │   │   │   │   ├── resource_group_patchable.py
│   │   │   │   │   ├── resource_group_patchable_py3.py
│   │   │   │   │   ├── resource_group_properties.py
│   │   │   │   │   ├── resource_group_properties_py3.py
│   │   │   │   │   ├── resource_group.py
│   │   │   │   │   ├── resource_group_py3.py
│   │   │   │   │   ├── resource_management_client_enums.py
│   │   │   │   │   ├── resource_management_error_with_details.py
│   │   │   │   │   ├── resource_management_error_with_details_py3.py
│   │   │   │   │   ├── resource_provider_operation_display_properties.py
│   │   │   │   │   ├── resource_provider_operation_display_properties_py3.py
│   │   │   │   │   ├── resource.py
│   │   │   │   │   ├── resource_py3.py
│   │   │   │   │   ├── resources_move_info.py
│   │   │   │   │   ├── resources_move_info_py3.py
│   │   │   │   │   ├── sku.py
│   │   │   │   │   ├── sku_py3.py
│   │   │   │   │   ├── sub_resource.py
│   │   │   │   │   ├── sub_resource_py3.py
│   │   │   │   │   ├── tag_count.py
│   │   │   │   │   ├── tag_count_py3.py
│   │   │   │   │   ├── tag_details_paged.py
│   │   │   │   │   ├── tag_details.py
│   │   │   │   │   ├── tag_details_py3.py
│   │   │   │   │   ├── tag_value.py
│   │   │   │   │   ├── tag_value_py3.py
│   │   │   │   │   ├── target_resource.py
│   │   │   │   │   ├── target_resource_py3.py
│   │   │   │   │   ├── template_link.py
│   │   │   │   │   └── template_link_py3.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── deployment_operations.py
│   │   │   │   │   ├── deployments_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── providers_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── deployment_operations.cpython-37.pyc
│   │   │   │   │   │   ├── deployments_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── providers_operations.cpython-37.pyc
│   │   │   │   │   │   ├── resource_groups_operations.cpython-37.pyc
│   │   │   │   │   │   ├── resources_operations.cpython-37.pyc
│   │   │   │   │   │   └── tags_operations.cpython-37.pyc
│   │   │   │   │   ├── resource_groups_operations.py
│   │   │   │   │   ├── resources_operations.py
│   │   │   │   │   └── tags_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── resource_management_client.cpython-37.pyc
│   │   │   │   │   └── version.cpython-37.pyc
│   │   │   │   ├── resource_management_client.py
│   │   │   │   └── version.py
│   │   │   └── v2018_05_01
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── alias_path_type.py
│   │   │   │   ├── alias_path_type_py3.py
│   │   │   │   ├── alias_type.py
│   │   │   │   ├── alias_type_py3.py
│   │   │   │   ├── basic_dependency.py
│   │   │   │   ├── basic_dependency_py3.py
│   │   │   │   ├── debug_setting.py
│   │   │   │   ├── debug_setting_py3.py
│   │   │   │   ├── dependency.py
│   │   │   │   ├── dependency_py3.py
│   │   │   │   ├── deployment_export_result.py
│   │   │   │   ├── deployment_export_result_py3.py
│   │   │   │   ├── deployment_extended_filter.py
│   │   │   │   ├── deployment_extended_filter_py3.py
│   │   │   │   ├── deployment_extended_paged.py
│   │   │   │   ├── deployment_extended.py
│   │   │   │   ├── deployment_extended_py3.py
│   │   │   │   ├── deployment_operation_paged.py
│   │   │   │   ├── deployment_operation_properties.py
│   │   │   │   ├── deployment_operation_properties_py3.py
│   │   │   │   ├── deployment_operation.py
│   │   │   │   ├── deployment_operation_py3.py
│   │   │   │   ├── deployment_properties_extended.py
│   │   │   │   ├── deployment_properties_extended_py3.py
│   │   │   │   ├── deployment_properties.py
│   │   │   │   ├── deployment_properties_py3.py
│   │   │   │   ├── deployment.py
│   │   │   │   ├── deployment_py3.py
│   │   │   │   ├── deployment_validate_result.py
│   │   │   │   ├── deployment_validate_result_py3.py
│   │   │   │   ├── export_template_request.py
│   │   │   │   ├── export_template_request_py3.py
│   │   │   │   ├── generic_resource_filter.py
│   │   │   │   ├── generic_resource_filter_py3.py
│   │   │   │   ├── generic_resource_paged.py
│   │   │   │   ├── generic_resource.py
│   │   │   │   ├── generic_resource_py3.py
│   │   │   │   ├── http_message.py
│   │   │   │   ├── http_message_py3.py
│   │   │   │   ├── identity.py
│   │   │   │   ├── identity_py3.py
│   │   │   │   ├── identity_user_assigned_identities_value.py
│   │   │   │   ├── identity_user_assigned_identities_value_py3.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── on_error_deployment_extended.py
│   │   │   │   ├── on_error_deployment_extended_py3.py
│   │   │   │   ├── on_error_deployment.py
│   │   │   │   ├── on_error_deployment_py3.py
│   │   │   │   ├── operation_display.py
│   │   │   │   ├── operation_display_py3.py
│   │   │   │   ├── operation_paged.py
│   │   │   │   ├── operation.py
│   │   │   │   ├── operation_py3.py
│   │   │   │   ├── parameters_link.py
│   │   │   │   ├── parameters_link_py3.py
│   │   │   │   ├── plan.py
│   │   │   │   ├── plan_py3.py
│   │   │   │   ├── provider_paged.py
│   │   │   │   ├── provider.py
│   │   │   │   ├── provider_py3.py
│   │   │   │   ├── provider_resource_type.py
│   │   │   │   ├── provider_resource_type_py3.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── alias_path_type.cpython-37.pyc
│   │   │   │   │   ├── alias_path_type_py3.cpython-37.pyc
│   │   │   │   │   ├── alias_type.cpython-37.pyc
│   │   │   │   │   ├── alias_type_py3.cpython-37.pyc
│   │   │   │   │   ├── basic_dependency.cpython-37.pyc
│   │   │   │   │   ├── basic_dependency_py3.cpython-37.pyc
│   │   │   │   │   ├── debug_setting.cpython-37.pyc
│   │   │   │   │   ├── debug_setting_py3.cpython-37.pyc
│   │   │   │   │   ├── dependency.cpython-37.pyc
│   │   │   │   │   ├── dependency_py3.cpython-37.pyc
│   │   │   │   │   ├── deployment.cpython-37.pyc
│   │   │   │   │   ├── deployment_export_result.cpython-37.pyc
│   │   │   │   │   ├── deployment_export_result_py3.cpython-37.pyc
│   │   │   │   │   ├── deployment_extended.cpython-37.pyc
│   │   │   │   │   ├── deployment_extended_filter.cpython-37.pyc
│   │   │   │   │   ├── deployment_extended_filter_py3.cpython-37.pyc
│   │   │   │   │   ├── deployment_extended_paged.cpython-37.pyc
│   │   │   │   │   ├── deployment_extended_py3.cpython-37.pyc
│   │   │   │   │   ├── deployment_operation.cpython-37.pyc
│   │   │   │   │   ├── deployment_operation_paged.cpython-37.pyc
│   │   │   │   │   ├── deployment_operation_properties.cpython-37.pyc
│   │   │   │   │   ├── deployment_operation_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── deployment_operation_py3.cpython-37.pyc
│   │   │   │   │   ├── deployment_properties.cpython-37.pyc
│   │   │   │   │   ├── deployment_properties_extended.cpython-37.pyc
│   │   │   │   │   ├── deployment_properties_extended_py3.cpython-37.pyc
│   │   │   │   │   ├── deployment_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── deployment_py3.cpython-37.pyc
│   │   │   │   │   ├── deployment_validate_result.cpython-37.pyc
│   │   │   │   │   ├── deployment_validate_result_py3.cpython-37.pyc
│   │   │   │   │   ├── export_template_request.cpython-37.pyc
│   │   │   │   │   ├── export_template_request_py3.cpython-37.pyc
│   │   │   │   │   ├── generic_resource.cpython-37.pyc
│   │   │   │   │   ├── generic_resource_filter.cpython-37.pyc
│   │   │   │   │   ├── generic_resource_filter_py3.cpython-37.pyc
│   │   │   │   │   ├── generic_resource_paged.cpython-37.pyc
│   │   │   │   │   ├── generic_resource_py3.cpython-37.pyc
│   │   │   │   │   ├── http_message.cpython-37.pyc
│   │   │   │   │   ├── http_message_py3.cpython-37.pyc
│   │   │   │   │   ├── identity.cpython-37.pyc
│   │   │   │   │   ├── identity_py3.cpython-37.pyc
│   │   │   │   │   ├── identity_user_assigned_identities_value.cpython-37.pyc
│   │   │   │   │   ├── identity_user_assigned_identities_value_py3.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── on_error_deployment.cpython-37.pyc
│   │   │   │   │   ├── on_error_deployment_extended.cpython-37.pyc
│   │   │   │   │   ├── on_error_deployment_extended_py3.cpython-37.pyc
│   │   │   │   │   ├── on_error_deployment_py3.cpython-37.pyc
│   │   │   │   │   ├── operation.cpython-37.pyc
│   │   │   │   │   ├── operation_display.cpython-37.pyc
│   │   │   │   │   ├── operation_display_py3.cpython-37.pyc
│   │   │   │   │   ├── operation_paged.cpython-37.pyc
│   │   │   │   │   ├── operation_py3.cpython-37.pyc
│   │   │   │   │   ├── parameters_link.cpython-37.pyc
│   │   │   │   │   ├── parameters_link_py3.cpython-37.pyc
│   │   │   │   │   ├── plan.cpython-37.pyc
│   │   │   │   │   ├── plan_py3.cpython-37.pyc
│   │   │   │   │   ├── provider.cpython-37.pyc
│   │   │   │   │   ├── provider_paged.cpython-37.pyc
│   │   │   │   │   ├── provider_py3.cpython-37.pyc
│   │   │   │   │   ├── provider_resource_type.cpython-37.pyc
│   │   │   │   │   ├── provider_resource_type_py3.cpython-37.pyc
│   │   │   │   │   ├── resource.cpython-37.pyc
│   │   │   │   │   ├── resource_group.cpython-37.pyc
│   │   │   │   │   ├── resource_group_export_result.cpython-37.pyc
│   │   │   │   │   ├── resource_group_export_result_py3.cpython-37.pyc
│   │   │   │   │   ├── resource_group_filter.cpython-37.pyc
│   │   │   │   │   ├── resource_group_filter_py3.cpython-37.pyc
│   │   │   │   │   ├── resource_group_paged.cpython-37.pyc
│   │   │   │   │   ├── resource_group_patchable.cpython-37.pyc
│   │   │   │   │   ├── resource_group_patchable_py3.cpython-37.pyc
│   │   │   │   │   ├── resource_group_properties.cpython-37.pyc
│   │   │   │   │   ├── resource_group_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── resource_group_py3.cpython-37.pyc
│   │   │   │   │   ├── resource_management_client_enums.cpython-37.pyc
│   │   │   │   │   ├── resource_management_error_with_details.cpython-37.pyc
│   │   │   │   │   ├── resource_management_error_with_details_py3.cpython-37.pyc
│   │   │   │   │   ├── resource_provider_operation_display_properties.cpython-37.pyc
│   │   │   │   │   ├── resource_provider_operation_display_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── resource_py3.cpython-37.pyc
│   │   │   │   │   ├── resources_move_info.cpython-37.pyc
│   │   │   │   │   ├── resources_move_info_py3.cpython-37.pyc
│   │   │   │   │   ├── sku.cpython-37.pyc
│   │   │   │   │   ├── sku_py3.cpython-37.pyc
│   │   │   │   │   ├── sub_resource.cpython-37.pyc
│   │   │   │   │   ├── sub_resource_py3.cpython-37.pyc
│   │   │   │   │   ├── tag_count.cpython-37.pyc
│   │   │   │   │   ├── tag_count_py3.cpython-37.pyc
│   │   │   │   │   ├── tag_details.cpython-37.pyc
│   │   │   │   │   ├── tag_details_paged.cpython-37.pyc
│   │   │   │   │   ├── tag_details_py3.cpython-37.pyc
│   │   │   │   │   ├── tag_value.cpython-37.pyc
│   │   │   │   │   ├── tag_value_py3.cpython-37.pyc
│   │   │   │   │   ├── target_resource.cpython-37.pyc
│   │   │   │   │   ├── target_resource_py3.cpython-37.pyc
│   │   │   │   │   ├── template_link.cpython-37.pyc
│   │   │   │   │   └── template_link_py3.cpython-37.pyc
│   │   │   │   ├── resource_group_export_result.py
│   │   │   │   ├── resource_group_export_result_py3.py
│   │   │   │   ├── resource_group_filter.py
│   │   │   │   ├── resource_group_filter_py3.py
│   │   │   │   ├── resource_group_paged.py
│   │   │   │   ├── resource_group_patchable.py
│   │   │   │   ├── resource_group_patchable_py3.py
│   │   │   │   ├── resource_group_properties.py
│   │   │   │   ├── resource_group_properties_py3.py
│   │   │   │   ├── resource_group.py
│   │   │   │   ├── resource_group_py3.py
│   │   │   │   ├── resource_management_client_enums.py
│   │   │   │   ├── resource_management_error_with_details.py
│   │   │   │   ├── resource_management_error_with_details_py3.py
│   │   │   │   ├── resource_provider_operation_display_properties.py
│   │   │   │   ├── resource_provider_operation_display_properties_py3.py
│   │   │   │   ├── resource.py
│   │   │   │   ├── resource_py3.py
│   │   │   │   ├── resources_move_info.py
│   │   │   │   ├── resources_move_info_py3.py
│   │   │   │   ├── sku.py
│   │   │   │   ├── sku_py3.py
│   │   │   │   ├── sub_resource.py
│   │   │   │   ├── sub_resource_py3.py
│   │   │   │   ├── tag_count.py
│   │   │   │   ├── tag_count_py3.py
│   │   │   │   ├── tag_details_paged.py
│   │   │   │   ├── tag_details.py
│   │   │   │   ├── tag_details_py3.py
│   │   │   │   ├── tag_value.py
│   │   │   │   ├── tag_value_py3.py
│   │   │   │   ├── target_resource.py
│   │   │   │   ├── target_resource_py3.py
│   │   │   │   ├── template_link.py
│   │   │   │   └── template_link_py3.py
│   │   │   ├── operations
│   │   │   │   ├── deployment_operations.py
│   │   │   │   ├── deployments_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations.py
│   │   │   │   ├── providers_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── deployment_operations.cpython-37.pyc
│   │   │   │   │   ├── deployments_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   ├── providers_operations.cpython-37.pyc
│   │   │   │   │   ├── resource_groups_operations.cpython-37.pyc
│   │   │   │   │   ├── resources_operations.cpython-37.pyc
│   │   │   │   │   └── tags_operations.cpython-37.pyc
│   │   │   │   ├── resource_groups_operations.py
│   │   │   │   ├── resources_operations.py
│   │   │   │   └── tags_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── resource_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   ├── resource_management_client.py
│   │   │   └── version.py
│   │   ├── subscriptions
│   │   │   ├── __init__.py
│   │   │   ├── models.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   └── subscription_client.cpython-37.pyc
│   │   │   ├── subscription_client.py
│   │   │   ├── v2016_06_01
│   │   │   │   ├── __init__.py
│   │   │   │   ├── models
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── location_paged.py
│   │   │   │   │   ├── location.py
│   │   │   │   │   ├── location_py3.py
│   │   │   │   │   ├── operation_display.py
│   │   │   │   │   ├── operation_display_py3.py
│   │   │   │   │   ├── operation_paged.py
│   │   │   │   │   ├── operation.py
│   │   │   │   │   ├── operation_py3.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── location.cpython-37.pyc
│   │   │   │   │   │   ├── location_paged.cpython-37.pyc
│   │   │   │   │   │   ├── location_py3.cpython-37.pyc
│   │   │   │   │   │   ├── operation.cpython-37.pyc
│   │   │   │   │   │   ├── operation_display.cpython-37.pyc
│   │   │   │   │   │   ├── operation_display_py3.cpython-37.pyc
│   │   │   │   │   │   ├── operation_paged.cpython-37.pyc
│   │   │   │   │   │   ├── operation_py3.cpython-37.pyc
│   │   │   │   │   │   ├── subscription_client_enums.cpython-37.pyc
│   │   │   │   │   │   ├── subscription.cpython-37.pyc
│   │   │   │   │   │   ├── subscription_paged.cpython-37.pyc
│   │   │   │   │   │   ├── subscription_policies.cpython-37.pyc
│   │   │   │   │   │   ├── subscription_policies_py3.cpython-37.pyc
│   │   │   │   │   │   ├── subscription_py3.cpython-37.pyc
│   │   │   │   │   │   ├── tenant_id_description.cpython-37.pyc
│   │   │   │   │   │   ├── tenant_id_description_paged.cpython-37.pyc
│   │   │   │   │   │   └── tenant_id_description_py3.cpython-37.pyc
│   │   │   │   │   ├── subscription_client_enums.py
│   │   │   │   │   ├── subscription_paged.py
│   │   │   │   │   ├── subscription_policies.py
│   │   │   │   │   ├── subscription_policies_py3.py
│   │   │   │   │   ├── subscription.py
│   │   │   │   │   ├── subscription_py3.py
│   │   │   │   │   ├── tenant_id_description_paged.py
│   │   │   │   │   ├── tenant_id_description.py
│   │   │   │   │   └── tenant_id_description_py3.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   │   ├── subscriptions_operations.cpython-37.pyc
│   │   │   │   │   │   └── tenants_operations.cpython-37.pyc
│   │   │   │   │   ├── subscriptions_operations.py
│   │   │   │   │   └── tenants_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── subscription_client.cpython-37.pyc
│   │   │   │   │   └── version.cpython-37.pyc
│   │   │   │   ├── subscription_client.py
│   │   │   │   └── version.py
│   │   │   └── v2018_06_01
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── location_paged.py
│   │   │   │   ├── location.py
│   │   │   │   ├── location_py3.py
│   │   │   │   ├── operation_display.py
│   │   │   │   ├── operation_display_py3.py
│   │   │   │   ├── operation_paged.py
│   │   │   │   ├── operation.py
│   │   │   │   ├── operation_py3.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── location.cpython-37.pyc
│   │   │   │   │   ├── location_paged.cpython-37.pyc
│   │   │   │   │   ├── location_py3.cpython-37.pyc
│   │   │   │   │   ├── operation.cpython-37.pyc
│   │   │   │   │   ├── operation_display.cpython-37.pyc
│   │   │   │   │   ├── operation_display_py3.cpython-37.pyc
│   │   │   │   │   ├── operation_paged.cpython-37.pyc
│   │   │   │   │   ├── operation_py3.cpython-37.pyc
│   │   │   │   │   ├── subscription_client_enums.cpython-37.pyc
│   │   │   │   │   ├── subscription.cpython-37.pyc
│   │   │   │   │   ├── subscription_paged.cpython-37.pyc
│   │   │   │   │   ├── subscription_policies.cpython-37.pyc
│   │   │   │   │   ├── subscription_policies_py3.cpython-37.pyc
│   │   │   │   │   ├── subscription_py3.cpython-37.pyc
│   │   │   │   │   ├── tenant_id_description.cpython-37.pyc
│   │   │   │   │   ├── tenant_id_description_paged.cpython-37.pyc
│   │   │   │   │   └── tenant_id_description_py3.cpython-37.pyc
│   │   │   │   ├── subscription_client_enums.py
│   │   │   │   ├── subscription_paged.py
│   │   │   │   ├── subscription_policies.py
│   │   │   │   ├── subscription_policies_py3.py
│   │   │   │   ├── subscription.py
│   │   │   │   ├── subscription_py3.py
│   │   │   │   ├── tenant_id_description_paged.py
│   │   │   │   ├── tenant_id_description.py
│   │   │   │   └── tenant_id_description_py3.py
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   ├── subscriptions_operations.cpython-37.pyc
│   │   │   │   │   └── tenants_operations.cpython-37.pyc
│   │   │   │   ├── subscriptions_operations.py
│   │   │   │   └── tenants_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── subscription_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   ├── subscription_client.py
│   │   │   └── version.py
│   │   └── version.py
│   └── azure_mgmt_resource-2.2.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
129 directories, 1560 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment