Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 5, 2019 22:39
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/8fb3c71dc5d4efb5b5d0b0e5a49174ac to your computer and use it in GitHub Desktop.
Save ryantm/8fb3c71dc5d4efb5b5d0b0e5a49174ac to your computer and use it in GitHub Desktop.
/nix/store/yj8nbkdxnnq8k07mzqm042f1vm3y61qx-python3.7-azure-mgmt-storage-3.3.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   ├── __init__.py
│   │   └── mgmt
│   │   ├── __init__.py
│   │   └── storage
│   │   ├── __init__.py
│   │   ├── models.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── models.cpython-37.pyc
│   │   │   ├── storage_management_client.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── storage_management_client.py
│   │   ├── v2015_06_15
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── check_name_availability_result.py
│   │   │   │   ├── check_name_availability_result_py3.py
│   │   │   │   ├── custom_domain.py
│   │   │   │   ├── custom_domain_py3.py
│   │   │   │   ├── endpoints.py
│   │   │   │   ├── endpoints_py3.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── check_name_availability_result.cpython-37.pyc
│   │   │   │   │   ├── check_name_availability_result_py3.cpython-37.pyc
│   │   │   │   │   ├── custom_domain.cpython-37.pyc
│   │   │   │   │   ├── custom_domain_py3.cpython-37.pyc
│   │   │   │   │   ├── endpoints.cpython-37.pyc
│   │   │   │   │   ├── endpoints_py3.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── resource.cpython-37.pyc
│   │   │   │   │   ├── resource_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_check_name_availability_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_check_name_availability_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account.cpython-37.pyc
│   │   │   │   │   ├── storage_account_create_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_create_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_keys.cpython-37.pyc
│   │   │   │   │   ├── storage_account_keys_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_paged.cpython-37.pyc
│   │   │   │   │   ├── storage_account_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_regenerate_key_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_regenerate_key_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_update_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_update_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_management_client_enums.cpython-37.pyc
│   │   │   │   │   ├── usage.cpython-37.pyc
│   │   │   │   │   ├── usage_name.cpython-37.pyc
│   │   │   │   │   ├── usage_name_py3.cpython-37.pyc
│   │   │   │   │   ├── usage_paged.cpython-37.pyc
│   │   │   │   │   └── usage_py3.cpython-37.pyc
│   │   │   │   ├── resource.py
│   │   │   │   ├── resource_py3.py
│   │   │   │   ├── storage_account_check_name_availability_parameters.py
│   │   │   │   ├── storage_account_check_name_availability_parameters_py3.py
│   │   │   │   ├── storage_account_create_parameters.py
│   │   │   │   ├── storage_account_create_parameters_py3.py
│   │   │   │   ├── storage_account_keys.py
│   │   │   │   ├── storage_account_keys_py3.py
│   │   │   │   ├── storage_account_paged.py
│   │   │   │   ├── storage_account.py
│   │   │   │   ├── storage_account_py3.py
│   │   │   │   ├── storage_account_regenerate_key_parameters.py
│   │   │   │   ├── storage_account_regenerate_key_parameters_py3.py
│   │   │   │   ├── storage_account_update_parameters.py
│   │   │   │   ├── storage_account_update_parameters_py3.py
│   │   │   │   ├── storage_management_client_enums.py
│   │   │   │   ├── usage_name.py
│   │   │   │   ├── usage_name_py3.py
│   │   │   │   ├── usage_paged.py
│   │   │   │   ├── usage.py
│   │   │   │   └── usage_py3.py
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── storage_accounts_operations.cpython-37.pyc
│   │   │   │   │   └── usage_operations.cpython-37.pyc
│   │   │   │   ├── storage_accounts_operations.py
│   │   │   │   └── usage_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── storage_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   ├── storage_management_client.py
│   │   │   └── version.py
│   │   ├── v2016_01_01
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── check_name_availability_result.py
│   │   │   │   ├── check_name_availability_result_py3.py
│   │   │   │   ├── custom_domain.py
│   │   │   │   ├── custom_domain_py3.py
│   │   │   │   ├── encryption.py
│   │   │   │   ├── encryption_py3.py
│   │   │   │   ├── encryption_service.py
│   │   │   │   ├── encryption_service_py3.py
│   │   │   │   ├── encryption_services.py
│   │   │   │   ├── encryption_services_py3.py
│   │   │   │   ├── endpoints.py
│   │   │   │   ├── endpoints_py3.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── check_name_availability_result.cpython-37.pyc
│   │   │   │   │   ├── check_name_availability_result_py3.cpython-37.pyc
│   │   │   │   │   ├── custom_domain.cpython-37.pyc
│   │   │   │   │   ├── custom_domain_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption.cpython-37.pyc
│   │   │   │   │   ├── encryption_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption_service.cpython-37.pyc
│   │   │   │   │   ├── encryption_service_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption_services.cpython-37.pyc
│   │   │   │   │   ├── encryption_services_py3.cpython-37.pyc
│   │   │   │   │   ├── endpoints.cpython-37.pyc
│   │   │   │   │   ├── endpoints_py3.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── resource.cpython-37.pyc
│   │   │   │   │   ├── resource_py3.cpython-37.pyc
│   │   │   │   │   ├── sku.cpython-37.pyc
│   │   │   │   │   ├── sku_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_check_name_availability_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_check_name_availability_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account.cpython-37.pyc
│   │   │   │   │   ├── storage_account_create_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_create_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_key.cpython-37.pyc
│   │   │   │   │   ├── storage_account_key_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_list_keys_result.cpython-37.pyc
│   │   │   │   │   ├── storage_account_list_keys_result_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_paged.cpython-37.pyc
│   │   │   │   │   ├── storage_account_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_regenerate_key_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_regenerate_key_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_update_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_update_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_management_client_enums.cpython-37.pyc
│   │   │   │   │   ├── usage.cpython-37.pyc
│   │   │   │   │   ├── usage_name.cpython-37.pyc
│   │   │   │   │   ├── usage_name_py3.cpython-37.pyc
│   │   │   │   │   ├── usage_paged.cpython-37.pyc
│   │   │   │   │   └── usage_py3.cpython-37.pyc
│   │   │   │   ├── resource.py
│   │   │   │   ├── resource_py3.py
│   │   │   │   ├── sku.py
│   │   │   │   ├── sku_py3.py
│   │   │   │   ├── storage_account_check_name_availability_parameters.py
│   │   │   │   ├── storage_account_check_name_availability_parameters_py3.py
│   │   │   │   ├── storage_account_create_parameters.py
│   │   │   │   ├── storage_account_create_parameters_py3.py
│   │   │   │   ├── storage_account_key.py
│   │   │   │   ├── storage_account_key_py3.py
│   │   │   │   ├── storage_account_list_keys_result.py
│   │   │   │   ├── storage_account_list_keys_result_py3.py
│   │   │   │   ├── storage_account_paged.py
│   │   │   │   ├── storage_account.py
│   │   │   │   ├── storage_account_py3.py
│   │   │   │   ├── storage_account_regenerate_key_parameters.py
│   │   │   │   ├── storage_account_regenerate_key_parameters_py3.py
│   │   │   │   ├── storage_account_update_parameters.py
│   │   │   │   ├── storage_account_update_parameters_py3.py
│   │   │   │   ├── storage_management_client_enums.py
│   │   │   │   ├── usage_name.py
│   │   │   │   ├── usage_name_py3.py
│   │   │   │   ├── usage_paged.py
│   │   │   │   ├── usage.py
│   │   │   │   └── usage_py3.py
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── storage_accounts_operations.cpython-37.pyc
│   │   │   │   │   └── usage_operations.cpython-37.pyc
│   │   │   │   ├── storage_accounts_operations.py
│   │   │   │   └── usage_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── storage_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   ├── storage_management_client.py
│   │   │   └── version.py
│   │   ├── v2016_12_01
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── account_sas_parameters.py
│   │   │   │   ├── account_sas_parameters_py3.py
│   │   │   │   ├── check_name_availability_result.py
│   │   │   │   ├── check_name_availability_result_py3.py
│   │   │   │   ├── custom_domain.py
│   │   │   │   ├── custom_domain_py3.py
│   │   │   │   ├── encryption.py
│   │   │   │   ├── encryption_py3.py
│   │   │   │   ├── encryption_service.py
│   │   │   │   ├── encryption_service_py3.py
│   │   │   │   ├── encryption_services.py
│   │   │   │   ├── encryption_services_py3.py
│   │   │   │   ├── endpoints.py
│   │   │   │   ├── endpoints_py3.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── list_account_sas_response.py
│   │   │   │   ├── list_account_sas_response_py3.py
│   │   │   │   ├── list_service_sas_response.py
│   │   │   │   ├── list_service_sas_response_py3.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── account_sas_parameters.cpython-37.pyc
│   │   │   │   │   ├── account_sas_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── check_name_availability_result.cpython-37.pyc
│   │   │   │   │   ├── check_name_availability_result_py3.cpython-37.pyc
│   │   │   │   │   ├── custom_domain.cpython-37.pyc
│   │   │   │   │   ├── custom_domain_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption.cpython-37.pyc
│   │   │   │   │   ├── encryption_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption_service.cpython-37.pyc
│   │   │   │   │   ├── encryption_service_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption_services.cpython-37.pyc
│   │   │   │   │   ├── encryption_services_py3.cpython-37.pyc
│   │   │   │   │   ├── endpoints.cpython-37.pyc
│   │   │   │   │   ├── endpoints_py3.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── list_account_sas_response.cpython-37.pyc
│   │   │   │   │   ├── list_account_sas_response_py3.cpython-37.pyc
│   │   │   │   │   ├── list_service_sas_response.cpython-37.pyc
│   │   │   │   │   ├── list_service_sas_response_py3.cpython-37.pyc
│   │   │   │   │   ├── resource.cpython-37.pyc
│   │   │   │   │   ├── resource_py3.cpython-37.pyc
│   │   │   │   │   ├── service_sas_parameters.cpython-37.pyc
│   │   │   │   │   ├── service_sas_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── sku.cpython-37.pyc
│   │   │   │   │   ├── sku_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_check_name_availability_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_check_name_availability_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account.cpython-37.pyc
│   │   │   │   │   ├── storage_account_create_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_create_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_key.cpython-37.pyc
│   │   │   │   │   ├── storage_account_key_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_list_keys_result.cpython-37.pyc
│   │   │   │   │   ├── storage_account_list_keys_result_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_paged.cpython-37.pyc
│   │   │   │   │   ├── storage_account_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_regenerate_key_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_regenerate_key_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_update_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_update_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_management_client_enums.cpython-37.pyc
│   │   │   │   │   ├── usage.cpython-37.pyc
│   │   │   │   │   ├── usage_name.cpython-37.pyc
│   │   │   │   │   ├── usage_name_py3.cpython-37.pyc
│   │   │   │   │   ├── usage_paged.cpython-37.pyc
│   │   │   │   │   └── usage_py3.cpython-37.pyc
│   │   │   │   ├── resource.py
│   │   │   │   ├── resource_py3.py
│   │   │   │   ├── service_sas_parameters.py
│   │   │   │   ├── service_sas_parameters_py3.py
│   │   │   │   ├── sku.py
│   │   │   │   ├── sku_py3.py
│   │   │   │   ├── storage_account_check_name_availability_parameters.py
│   │   │   │   ├── storage_account_check_name_availability_parameters_py3.py
│   │   │   │   ├── storage_account_create_parameters.py
│   │   │   │   ├── storage_account_create_parameters_py3.py
│   │   │   │   ├── storage_account_key.py
│   │   │   │   ├── storage_account_key_py3.py
│   │   │   │   ├── storage_account_list_keys_result.py
│   │   │   │   ├── storage_account_list_keys_result_py3.py
│   │   │   │   ├── storage_account_paged.py
│   │   │   │   ├── storage_account.py
│   │   │   │   ├── storage_account_py3.py
│   │   │   │   ├── storage_account_regenerate_key_parameters.py
│   │   │   │   ├── storage_account_regenerate_key_parameters_py3.py
│   │   │   │   ├── storage_account_update_parameters.py
│   │   │   │   ├── storage_account_update_parameters_py3.py
│   │   │   │   ├── storage_management_client_enums.py
│   │   │   │   ├── usage_name.py
│   │   │   │   ├── usage_name_py3.py
│   │   │   │   ├── usage_paged.py
│   │   │   │   ├── usage.py
│   │   │   │   └── usage_py3.py
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── storage_accounts_operations.cpython-37.pyc
│   │   │   │   │   └── usage_operations.cpython-37.pyc
│   │   │   │   ├── storage_accounts_operations.py
│   │   │   │   └── usage_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── storage_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   ├── storage_management_client.py
│   │   │   └── version.py
│   │   ├── v2017_06_01
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── account_sas_parameters.py
│   │   │   │   ├── account_sas_parameters_py3.py
│   │   │   │   ├── check_name_availability_result.py
│   │   │   │   ├── check_name_availability_result_py3.py
│   │   │   │   ├── custom_domain.py
│   │   │   │   ├── custom_domain_py3.py
│   │   │   │   ├── dimension.py
│   │   │   │   ├── dimension_py3.py
│   │   │   │   ├── encryption.py
│   │   │   │   ├── encryption_py3.py
│   │   │   │   ├── encryption_service.py
│   │   │   │   ├── encryption_service_py3.py
│   │   │   │   ├── encryption_services.py
│   │   │   │   ├── encryption_services_py3.py
│   │   │   │   ├── endpoints.py
│   │   │   │   ├── endpoints_py3.py
│   │   │   │   ├── identity.py
│   │   │   │   ├── identity_py3.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── ip_rule.py
│   │   │   │   ├── ip_rule_py3.py
│   │   │   │   ├── key_vault_properties.py
│   │   │   │   ├── key_vault_properties_py3.py
│   │   │   │   ├── list_account_sas_response.py
│   │   │   │   ├── list_account_sas_response_py3.py
│   │   │   │   ├── list_service_sas_response.py
│   │   │   │   ├── list_service_sas_response_py3.py
│   │   │   │   ├── metric_specification.py
│   │   │   │   ├── metric_specification_py3.py
│   │   │   │   ├── network_rule_set.py
│   │   │   │   ├── network_rule_set_py3.py
│   │   │   │   ├── operation_display.py
│   │   │   │   ├── operation_display_py3.py
│   │   │   │   ├── operation_paged.py
│   │   │   │   ├── operation.py
│   │   │   │   ├── operation_py3.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── account_sas_parameters.cpython-37.pyc
│   │   │   │   │   ├── account_sas_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── check_name_availability_result.cpython-37.pyc
│   │   │   │   │   ├── check_name_availability_result_py3.cpython-37.pyc
│   │   │   │   │   ├── custom_domain.cpython-37.pyc
│   │   │   │   │   ├── custom_domain_py3.cpython-37.pyc
│   │   │   │   │   ├── dimension.cpython-37.pyc
│   │   │   │   │   ├── dimension_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption.cpython-37.pyc
│   │   │   │   │   ├── encryption_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption_service.cpython-37.pyc
│   │   │   │   │   ├── encryption_service_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption_services.cpython-37.pyc
│   │   │   │   │   ├── encryption_services_py3.cpython-37.pyc
│   │   │   │   │   ├── endpoints.cpython-37.pyc
│   │   │   │   │   ├── endpoints_py3.cpython-37.pyc
│   │   │   │   │   ├── identity.cpython-37.pyc
│   │   │   │   │   ├── identity_py3.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── ip_rule.cpython-37.pyc
│   │   │   │   │   ├── ip_rule_py3.cpython-37.pyc
│   │   │   │   │   ├── key_vault_properties.cpython-37.pyc
│   │   │   │   │   ├── key_vault_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── list_account_sas_response.cpython-37.pyc
│   │   │   │   │   ├── list_account_sas_response_py3.cpython-37.pyc
│   │   │   │   │   ├── list_service_sas_response.cpython-37.pyc
│   │   │   │   │   ├── list_service_sas_response_py3.cpython-37.pyc
│   │   │   │   │   ├── metric_specification.cpython-37.pyc
│   │   │   │   │   ├── metric_specification_py3.cpython-37.pyc
│   │   │   │   │   ├── network_rule_set.cpython-37.pyc
│   │   │   │   │   ├── network_rule_set_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
│   │   │   │   │   ├── resource.cpython-37.pyc
│   │   │   │   │   ├── resource_py3.cpython-37.pyc
│   │   │   │   │   ├── restriction.cpython-37.pyc
│   │   │   │   │   ├── restriction_py3.cpython-37.pyc
│   │   │   │   │   ├── service_sas_parameters.cpython-37.pyc
│   │   │   │   │   ├── service_sas_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── service_specification.cpython-37.pyc
│   │   │   │   │   ├── service_specification_py3.cpython-37.pyc
│   │   │   │   │   ├── sku_capability.cpython-37.pyc
│   │   │   │   │   ├── sku_capability_py3.cpython-37.pyc
│   │   │   │   │   ├── sku.cpython-37.pyc
│   │   │   │   │   ├── sku_paged.cpython-37.pyc
│   │   │   │   │   ├── sku_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_check_name_availability_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_check_name_availability_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account.cpython-37.pyc
│   │   │   │   │   ├── storage_account_create_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_create_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_key.cpython-37.pyc
│   │   │   │   │   ├── storage_account_key_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_list_keys_result.cpython-37.pyc
│   │   │   │   │   ├── storage_account_list_keys_result_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_paged.cpython-37.pyc
│   │   │   │   │   ├── storage_account_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_regenerate_key_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_regenerate_key_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_update_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_update_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_management_client_enums.cpython-37.pyc
│   │   │   │   │   ├── usage.cpython-37.pyc
│   │   │   │   │   ├── usage_name.cpython-37.pyc
│   │   │   │   │   ├── usage_name_py3.cpython-37.pyc
│   │   │   │   │   ├── usage_paged.cpython-37.pyc
│   │   │   │   │   ├── usage_py3.cpython-37.pyc
│   │   │   │   │   ├── virtual_network_rule.cpython-37.pyc
│   │   │   │   │   └── virtual_network_rule_py3.cpython-37.pyc
│   │   │   │   ├── resource.py
│   │   │   │   ├── resource_py3.py
│   │   │   │   ├── restriction.py
│   │   │   │   ├── restriction_py3.py
│   │   │   │   ├── service_sas_parameters.py
│   │   │   │   ├── service_sas_parameters_py3.py
│   │   │   │   ├── service_specification.py
│   │   │   │   ├── service_specification_py3.py
│   │   │   │   ├── sku_capability.py
│   │   │   │   ├── sku_capability_py3.py
│   │   │   │   ├── sku_paged.py
│   │   │   │   ├── sku.py
│   │   │   │   ├── sku_py3.py
│   │   │   │   ├── storage_account_check_name_availability_parameters.py
│   │   │   │   ├── storage_account_check_name_availability_parameters_py3.py
│   │   │   │   ├── storage_account_create_parameters.py
│   │   │   │   ├── storage_account_create_parameters_py3.py
│   │   │   │   ├── storage_account_key.py
│   │   │   │   ├── storage_account_key_py3.py
│   │   │   │   ├── storage_account_list_keys_result.py
│   │   │   │   ├── storage_account_list_keys_result_py3.py
│   │   │   │   ├── storage_account_paged.py
│   │   │   │   ├── storage_account.py
│   │   │   │   ├── storage_account_py3.py
│   │   │   │   ├── storage_account_regenerate_key_parameters.py
│   │   │   │   ├── storage_account_regenerate_key_parameters_py3.py
│   │   │   │   ├── storage_account_update_parameters.py
│   │   │   │   ├── storage_account_update_parameters_py3.py
│   │   │   │   ├── storage_management_client_enums.py
│   │   │   │   ├── usage_name.py
│   │   │   │   ├── usage_name_py3.py
│   │   │   │   ├── usage_paged.py
│   │   │   │   ├── usage.py
│   │   │   │   ├── usage_py3.py
│   │   │   │   ├── virtual_network_rule.py
│   │   │   │   └── virtual_network_rule_py3.py
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   ├── skus_operations.cpython-37.pyc
│   │   │   │   │   ├── storage_accounts_operations.cpython-37.pyc
│   │   │   │   │   └── usage_operations.cpython-37.pyc
│   │   │   │   ├── skus_operations.py
│   │   │   │   ├── storage_accounts_operations.py
│   │   │   │   └── usage_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── storage_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   ├── storage_management_client.py
│   │   │   └── version.py
│   │   ├── v2017_10_01
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── account_sas_parameters.py
│   │   │   │   ├── account_sas_parameters_py3.py
│   │   │   │   ├── check_name_availability_result.py
│   │   │   │   ├── check_name_availability_result_py3.py
│   │   │   │   ├── custom_domain.py
│   │   │   │   ├── custom_domain_py3.py
│   │   │   │   ├── dimension.py
│   │   │   │   ├── dimension_py3.py
│   │   │   │   ├── encryption.py
│   │   │   │   ├── encryption_py3.py
│   │   │   │   ├── encryption_service.py
│   │   │   │   ├── encryption_service_py3.py
│   │   │   │   ├── encryption_services.py
│   │   │   │   ├── encryption_services_py3.py
│   │   │   │   ├── endpoints.py
│   │   │   │   ├── endpoints_py3.py
│   │   │   │   ├── identity.py
│   │   │   │   ├── identity_py3.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── ip_rule.py
│   │   │   │   ├── ip_rule_py3.py
│   │   │   │   ├── key_vault_properties.py
│   │   │   │   ├── key_vault_properties_py3.py
│   │   │   │   ├── list_account_sas_response.py
│   │   │   │   ├── list_account_sas_response_py3.py
│   │   │   │   ├── list_service_sas_response.py
│   │   │   │   ├── list_service_sas_response_py3.py
│   │   │   │   ├── metric_specification.py
│   │   │   │   ├── metric_specification_py3.py
│   │   │   │   ├── network_rule_set.py
│   │   │   │   ├── network_rule_set_py3.py
│   │   │   │   ├── operation_display.py
│   │   │   │   ├── operation_display_py3.py
│   │   │   │   ├── operation_paged.py
│   │   │   │   ├── operation.py
│   │   │   │   ├── operation_py3.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── account_sas_parameters.cpython-37.pyc
│   │   │   │   │   ├── account_sas_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── check_name_availability_result.cpython-37.pyc
│   │   │   │   │   ├── check_name_availability_result_py3.cpython-37.pyc
│   │   │   │   │   ├── custom_domain.cpython-37.pyc
│   │   │   │   │   ├── custom_domain_py3.cpython-37.pyc
│   │   │   │   │   ├── dimension.cpython-37.pyc
│   │   │   │   │   ├── dimension_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption.cpython-37.pyc
│   │   │   │   │   ├── encryption_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption_service.cpython-37.pyc
│   │   │   │   │   ├── encryption_service_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption_services.cpython-37.pyc
│   │   │   │   │   ├── encryption_services_py3.cpython-37.pyc
│   │   │   │   │   ├── endpoints.cpython-37.pyc
│   │   │   │   │   ├── endpoints_py3.cpython-37.pyc
│   │   │   │   │   ├── identity.cpython-37.pyc
│   │   │   │   │   ├── identity_py3.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── ip_rule.cpython-37.pyc
│   │   │   │   │   ├── ip_rule_py3.cpython-37.pyc
│   │   │   │   │   ├── key_vault_properties.cpython-37.pyc
│   │   │   │   │   ├── key_vault_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── list_account_sas_response.cpython-37.pyc
│   │   │   │   │   ├── list_account_sas_response_py3.cpython-37.pyc
│   │   │   │   │   ├── list_service_sas_response.cpython-37.pyc
│   │   │   │   │   ├── list_service_sas_response_py3.cpython-37.pyc
│   │   │   │   │   ├── metric_specification.cpython-37.pyc
│   │   │   │   │   ├── metric_specification_py3.cpython-37.pyc
│   │   │   │   │   ├── network_rule_set.cpython-37.pyc
│   │   │   │   │   ├── network_rule_set_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
│   │   │   │   │   ├── resource.cpython-37.pyc
│   │   │   │   │   ├── resource_py3.cpython-37.pyc
│   │   │   │   │   ├── restriction.cpython-37.pyc
│   │   │   │   │   ├── restriction_py3.cpython-37.pyc
│   │   │   │   │   ├── service_sas_parameters.cpython-37.pyc
│   │   │   │   │   ├── service_sas_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── service_specification.cpython-37.pyc
│   │   │   │   │   ├── service_specification_py3.cpython-37.pyc
│   │   │   │   │   ├── sku_capability.cpython-37.pyc
│   │   │   │   │   ├── sku_capability_py3.cpython-37.pyc
│   │   │   │   │   ├── sku.cpython-37.pyc
│   │   │   │   │   ├── sku_paged.cpython-37.pyc
│   │   │   │   │   ├── sku_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_check_name_availability_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_check_name_availability_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account.cpython-37.pyc
│   │   │   │   │   ├── storage_account_create_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_create_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_key.cpython-37.pyc
│   │   │   │   │   ├── storage_account_key_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_list_keys_result.cpython-37.pyc
│   │   │   │   │   ├── storage_account_list_keys_result_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_paged.cpython-37.pyc
│   │   │   │   │   ├── storage_account_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_regenerate_key_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_regenerate_key_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_update_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_update_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_management_client_enums.cpython-37.pyc
│   │   │   │   │   ├── usage.cpython-37.pyc
│   │   │   │   │   ├── usage_name.cpython-37.pyc
│   │   │   │   │   ├── usage_name_py3.cpython-37.pyc
│   │   │   │   │   ├── usage_paged.cpython-37.pyc
│   │   │   │   │   ├── usage_py3.cpython-37.pyc
│   │   │   │   │   ├── virtual_network_rule.cpython-37.pyc
│   │   │   │   │   └── virtual_network_rule_py3.cpython-37.pyc
│   │   │   │   ├── resource.py
│   │   │   │   ├── resource_py3.py
│   │   │   │   ├── restriction.py
│   │   │   │   ├── restriction_py3.py
│   │   │   │   ├── service_sas_parameters.py
│   │   │   │   ├── service_sas_parameters_py3.py
│   │   │   │   ├── service_specification.py
│   │   │   │   ├── service_specification_py3.py
│   │   │   │   ├── sku_capability.py
│   │   │   │   ├── sku_capability_py3.py
│   │   │   │   ├── sku_paged.py
│   │   │   │   ├── sku.py
│   │   │   │   ├── sku_py3.py
│   │   │   │   ├── storage_account_check_name_availability_parameters.py
│   │   │   │   ├── storage_account_check_name_availability_parameters_py3.py
│   │   │   │   ├── storage_account_create_parameters.py
│   │   │   │   ├── storage_account_create_parameters_py3.py
│   │   │   │   ├── storage_account_key.py
│   │   │   │   ├── storage_account_key_py3.py
│   │   │   │   ├── storage_account_list_keys_result.py
│   │   │   │   ├── storage_account_list_keys_result_py3.py
│   │   │   │   ├── storage_account_paged.py
│   │   │   │   ├── storage_account.py
│   │   │   │   ├── storage_account_py3.py
│   │   │   │   ├── storage_account_regenerate_key_parameters.py
│   │   │   │   ├── storage_account_regenerate_key_parameters_py3.py
│   │   │   │   ├── storage_account_update_parameters.py
│   │   │   │   ├── storage_account_update_parameters_py3.py
│   │   │   │   ├── storage_management_client_enums.py
│   │   │   │   ├── usage_name.py
│   │   │   │   ├── usage_name_py3.py
│   │   │   │   ├── usage_paged.py
│   │   │   │   ├── usage.py
│   │   │   │   ├── usage_py3.py
│   │   │   │   ├── virtual_network_rule.py
│   │   │   │   └── virtual_network_rule_py3.py
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   ├── skus_operations.cpython-37.pyc
│   │   │   │   │   ├── storage_accounts_operations.cpython-37.pyc
│   │   │   │   │   └── usage_operations.cpython-37.pyc
│   │   │   │   ├── skus_operations.py
│   │   │   │   ├── storage_accounts_operations.py
│   │   │   │   └── usage_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── storage_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   ├── storage_management_client.py
│   │   │   └── version.py
│   │   ├── v2018_02_01
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── account_sas_parameters.py
│   │   │   │   ├── account_sas_parameters_py3.py
│   │   │   │   ├── azure_entity_resource.py
│   │   │   │   ├── azure_entity_resource_py3.py
│   │   │   │   ├── blob_container.py
│   │   │   │   ├── blob_container_py3.py
│   │   │   │   ├── check_name_availability_result.py
│   │   │   │   ├── check_name_availability_result_py3.py
│   │   │   │   ├── custom_domain.py
│   │   │   │   ├── custom_domain_py3.py
│   │   │   │   ├── dimension.py
│   │   │   │   ├── dimension_py3.py
│   │   │   │   ├── encryption.py
│   │   │   │   ├── encryption_py3.py
│   │   │   │   ├── encryption_service.py
│   │   │   │   ├── encryption_service_py3.py
│   │   │   │   ├── encryption_services.py
│   │   │   │   ├── encryption_services_py3.py
│   │   │   │   ├── endpoints.py
│   │   │   │   ├── endpoints_py3.py
│   │   │   │   ├── identity.py
│   │   │   │   ├── identity_py3.py
│   │   │   │   ├── immutability_policy_properties.py
│   │   │   │   ├── immutability_policy_properties_py3.py
│   │   │   │   ├── immutability_policy.py
│   │   │   │   ├── immutability_policy_py3.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── ip_rule.py
│   │   │   │   ├── ip_rule_py3.py
│   │   │   │   ├── key_vault_properties.py
│   │   │   │   ├── key_vault_properties_py3.py
│   │   │   │   ├── lease_container_request.py
│   │   │   │   ├── lease_container_request_py3.py
│   │   │   │   ├── lease_container_response.py
│   │   │   │   ├── lease_container_response_py3.py
│   │   │   │   ├── legal_hold_properties.py
│   │   │   │   ├── legal_hold_properties_py3.py
│   │   │   │   ├── legal_hold.py
│   │   │   │   ├── legal_hold_py3.py
│   │   │   │   ├── list_account_sas_response.py
│   │   │   │   ├── list_account_sas_response_py3.py
│   │   │   │   ├── list_container_item.py
│   │   │   │   ├── list_container_item_py3.py
│   │   │   │   ├── list_container_items.py
│   │   │   │   ├── list_container_items_py3.py
│   │   │   │   ├── list_service_sas_response.py
│   │   │   │   ├── list_service_sas_response_py3.py
│   │   │   │   ├── metric_specification.py
│   │   │   │   ├── metric_specification_py3.py
│   │   │   │   ├── network_rule_set.py
│   │   │   │   ├── network_rule_set_py3.py
│   │   │   │   ├── operation_display.py
│   │   │   │   ├── operation_display_py3.py
│   │   │   │   ├── operation_paged.py
│   │   │   │   ├── operation.py
│   │   │   │   ├── operation_py3.py
│   │   │   │   ├── proxy_resource.py
│   │   │   │   ├── proxy_resource_py3.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── account_sas_parameters.cpython-37.pyc
│   │   │   │   │   ├── account_sas_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── azure_entity_resource.cpython-37.pyc
│   │   │   │   │   ├── azure_entity_resource_py3.cpython-37.pyc
│   │   │   │   │   ├── blob_container.cpython-37.pyc
│   │   │   │   │   ├── blob_container_py3.cpython-37.pyc
│   │   │   │   │   ├── check_name_availability_result.cpython-37.pyc
│   │   │   │   │   ├── check_name_availability_result_py3.cpython-37.pyc
│   │   │   │   │   ├── custom_domain.cpython-37.pyc
│   │   │   │   │   ├── custom_domain_py3.cpython-37.pyc
│   │   │   │   │   ├── dimension.cpython-37.pyc
│   │   │   │   │   ├── dimension_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption.cpython-37.pyc
│   │   │   │   │   ├── encryption_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption_service.cpython-37.pyc
│   │   │   │   │   ├── encryption_service_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption_services.cpython-37.pyc
│   │   │   │   │   ├── encryption_services_py3.cpython-37.pyc
│   │   │   │   │   ├── endpoints.cpython-37.pyc
│   │   │   │   │   ├── endpoints_py3.cpython-37.pyc
│   │   │   │   │   ├── identity.cpython-37.pyc
│   │   │   │   │   ├── identity_py3.cpython-37.pyc
│   │   │   │   │   ├── immutability_policy.cpython-37.pyc
│   │   │   │   │   ├── immutability_policy_properties.cpython-37.pyc
│   │   │   │   │   ├── immutability_policy_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── immutability_policy_py3.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── ip_rule.cpython-37.pyc
│   │   │   │   │   ├── ip_rule_py3.cpython-37.pyc
│   │   │   │   │   ├── key_vault_properties.cpython-37.pyc
│   │   │   │   │   ├── key_vault_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── lease_container_request.cpython-37.pyc
│   │   │   │   │   ├── lease_container_request_py3.cpython-37.pyc
│   │   │   │   │   ├── lease_container_response.cpython-37.pyc
│   │   │   │   │   ├── lease_container_response_py3.cpython-37.pyc
│   │   │   │   │   ├── legal_hold.cpython-37.pyc
│   │   │   │   │   ├── legal_hold_properties.cpython-37.pyc
│   │   │   │   │   ├── legal_hold_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── legal_hold_py3.cpython-37.pyc
│   │   │   │   │   ├── list_account_sas_response.cpython-37.pyc
│   │   │   │   │   ├── list_account_sas_response_py3.cpython-37.pyc
│   │   │   │   │   ├── list_container_item.cpython-37.pyc
│   │   │   │   │   ├── list_container_item_py3.cpython-37.pyc
│   │   │   │   │   ├── list_container_items.cpython-37.pyc
│   │   │   │   │   ├── list_container_items_py3.cpython-37.pyc
│   │   │   │   │   ├── list_service_sas_response.cpython-37.pyc
│   │   │   │   │   ├── list_service_sas_response_py3.cpython-37.pyc
│   │   │   │   │   ├── metric_specification.cpython-37.pyc
│   │   │   │   │   ├── metric_specification_py3.cpython-37.pyc
│   │   │   │   │   ├── network_rule_set.cpython-37.pyc
│   │   │   │   │   ├── network_rule_set_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
│   │   │   │   │   ├── proxy_resource.cpython-37.pyc
│   │   │   │   │   ├── proxy_resource_py3.cpython-37.pyc
│   │   │   │   │   ├── resource.cpython-37.pyc
│   │   │   │   │   ├── resource_py3.cpython-37.pyc
│   │   │   │   │   ├── restriction.cpython-37.pyc
│   │   │   │   │   ├── restriction_py3.cpython-37.pyc
│   │   │   │   │   ├── service_sas_parameters.cpython-37.pyc
│   │   │   │   │   ├── service_sas_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── service_specification.cpython-37.pyc
│   │   │   │   │   ├── service_specification_py3.cpython-37.pyc
│   │   │   │   │   ├── sku_capability.cpython-37.pyc
│   │   │   │   │   ├── sku_capability_py3.cpython-37.pyc
│   │   │   │   │   ├── sku.cpython-37.pyc
│   │   │   │   │   ├── sku_paged.cpython-37.pyc
│   │   │   │   │   ├── sku_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_check_name_availability_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_check_name_availability_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account.cpython-37.pyc
│   │   │   │   │   ├── storage_account_create_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_create_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_key.cpython-37.pyc
│   │   │   │   │   ├── storage_account_key_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_list_keys_result.cpython-37.pyc
│   │   │   │   │   ├── storage_account_list_keys_result_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_paged.cpython-37.pyc
│   │   │   │   │   ├── storage_account_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_regenerate_key_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_regenerate_key_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_update_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_update_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_management_client_enums.cpython-37.pyc
│   │   │   │   │   ├── tag_property.cpython-37.pyc
│   │   │   │   │   ├── tag_property_py3.cpython-37.pyc
│   │   │   │   │   ├── tracked_resource.cpython-37.pyc
│   │   │   │   │   ├── tracked_resource_py3.cpython-37.pyc
│   │   │   │   │   ├── update_history_property.cpython-37.pyc
│   │   │   │   │   ├── update_history_property_py3.cpython-37.pyc
│   │   │   │   │   ├── usage.cpython-37.pyc
│   │   │   │   │   ├── usage_name.cpython-37.pyc
│   │   │   │   │   ├── usage_name_py3.cpython-37.pyc
│   │   │   │   │   ├── usage_paged.cpython-37.pyc
│   │   │   │   │   ├── usage_py3.cpython-37.pyc
│   │   │   │   │   ├── virtual_network_rule.cpython-37.pyc
│   │   │   │   │   └── virtual_network_rule_py3.cpython-37.pyc
│   │   │   │   ├── resource.py
│   │   │   │   ├── resource_py3.py
│   │   │   │   ├── restriction.py
│   │   │   │   ├── restriction_py3.py
│   │   │   │   ├── service_sas_parameters.py
│   │   │   │   ├── service_sas_parameters_py3.py
│   │   │   │   ├── service_specification.py
│   │   │   │   ├── service_specification_py3.py
│   │   │   │   ├── sku_capability.py
│   │   │   │   ├── sku_capability_py3.py
│   │   │   │   ├── sku_paged.py
│   │   │   │   ├── sku.py
│   │   │   │   ├── sku_py3.py
│   │   │   │   ├── storage_account_check_name_availability_parameters.py
│   │   │   │   ├── storage_account_check_name_availability_parameters_py3.py
│   │   │   │   ├── storage_account_create_parameters.py
│   │   │   │   ├── storage_account_create_parameters_py3.py
│   │   │   │   ├── storage_account_key.py
│   │   │   │   ├── storage_account_key_py3.py
│   │   │   │   ├── storage_account_list_keys_result.py
│   │   │   │   ├── storage_account_list_keys_result_py3.py
│   │   │   │   ├── storage_account_paged.py
│   │   │   │   ├── storage_account.py
│   │   │   │   ├── storage_account_py3.py
│   │   │   │   ├── storage_account_regenerate_key_parameters.py
│   │   │   │   ├── storage_account_regenerate_key_parameters_py3.py
│   │   │   │   ├── storage_account_update_parameters.py
│   │   │   │   ├── storage_account_update_parameters_py3.py
│   │   │   │   ├── storage_management_client_enums.py
│   │   │   │   ├── tag_property.py
│   │   │   │   ├── tag_property_py3.py
│   │   │   │   ├── tracked_resource.py
│   │   │   │   ├── tracked_resource_py3.py
│   │   │   │   ├── update_history_property.py
│   │   │   │   ├── update_history_property_py3.py
│   │   │   │   ├── usage_name.py
│   │   │   │   ├── usage_name_py3.py
│   │   │   │   ├── usage_paged.py
│   │   │   │   ├── usage.py
│   │   │   │   ├── usage_py3.py
│   │   │   │   ├── virtual_network_rule.py
│   │   │   │   └── virtual_network_rule_py3.py
│   │   │   ├── operations
│   │   │   │   ├── blob_containers_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── blob_containers_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   ├── skus_operations.cpython-37.pyc
│   │   │   │   │   ├── storage_accounts_operations.cpython-37.pyc
│   │   │   │   │   └── usage_operations.cpython-37.pyc
│   │   │   │   ├── skus_operations.py
│   │   │   │   ├── storage_accounts_operations.py
│   │   │   │   └── usage_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── storage_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   ├── storage_management_client.py
│   │   │   └── version.py
│   │   ├── v2018_03_01_preview
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── account_sas_parameters.py
│   │   │   │   ├── account_sas_parameters_py3.py
│   │   │   │   ├── azure_entity_resource.py
│   │   │   │   ├── azure_entity_resource_py3.py
│   │   │   │   ├── blob_container.py
│   │   │   │   ├── blob_container_py3.py
│   │   │   │   ├── check_name_availability_result.py
│   │   │   │   ├── check_name_availability_result_py3.py
│   │   │   │   ├── custom_domain.py
│   │   │   │   ├── custom_domain_py3.py
│   │   │   │   ├── dimension.py
│   │   │   │   ├── dimension_py3.py
│   │   │   │   ├── encryption.py
│   │   │   │   ├── encryption_py3.py
│   │   │   │   ├── encryption_service.py
│   │   │   │   ├── encryption_service_py3.py
│   │   │   │   ├── encryption_services.py
│   │   │   │   ├── encryption_services_py3.py
│   │   │   │   ├── endpoints.py
│   │   │   │   ├── endpoints_py3.py
│   │   │   │   ├── identity.py
│   │   │   │   ├── identity_py3.py
│   │   │   │   ├── immutability_policy_properties.py
│   │   │   │   ├── immutability_policy_properties_py3.py
│   │   │   │   ├── immutability_policy.py
│   │   │   │   ├── immutability_policy_py3.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── ip_rule.py
│   │   │   │   ├── ip_rule_py3.py
│   │   │   │   ├── key_vault_properties.py
│   │   │   │   ├── key_vault_properties_py3.py
│   │   │   │   ├── lease_container_request.py
│   │   │   │   ├── lease_container_request_py3.py
│   │   │   │   ├── lease_container_response.py
│   │   │   │   ├── lease_container_response_py3.py
│   │   │   │   ├── legal_hold_properties.py
│   │   │   │   ├── legal_hold_properties_py3.py
│   │   │   │   ├── legal_hold.py
│   │   │   │   ├── legal_hold_py3.py
│   │   │   │   ├── list_account_sas_response.py
│   │   │   │   ├── list_account_sas_response_py3.py
│   │   │   │   ├── list_container_item.py
│   │   │   │   ├── list_container_item_py3.py
│   │   │   │   ├── list_container_items.py
│   │   │   │   ├── list_container_items_py3.py
│   │   │   │   ├── list_service_sas_response.py
│   │   │   │   ├── list_service_sas_response_py3.py
│   │   │   │   ├── management_policies_rules_set_parameter.py
│   │   │   │   ├── management_policies_rules_set_parameter_py3.py
│   │   │   │   ├── metric_specification.py
│   │   │   │   ├── metric_specification_py3.py
│   │   │   │   ├── network_rule_set.py
│   │   │   │   ├── network_rule_set_py3.py
│   │   │   │   ├── operation_display.py
│   │   │   │   ├── operation_display_py3.py
│   │   │   │   ├── operation_paged.py
│   │   │   │   ├── operation.py
│   │   │   │   ├── operation_py3.py
│   │   │   │   ├── proxy_resource.py
│   │   │   │   ├── proxy_resource_py3.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── account_sas_parameters.cpython-37.pyc
│   │   │   │   │   ├── account_sas_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── azure_entity_resource.cpython-37.pyc
│   │   │   │   │   ├── azure_entity_resource_py3.cpython-37.pyc
│   │   │   │   │   ├── blob_container.cpython-37.pyc
│   │   │   │   │   ├── blob_container_py3.cpython-37.pyc
│   │   │   │   │   ├── check_name_availability_result.cpython-37.pyc
│   │   │   │   │   ├── check_name_availability_result_py3.cpython-37.pyc
│   │   │   │   │   ├── custom_domain.cpython-37.pyc
│   │   │   │   │   ├── custom_domain_py3.cpython-37.pyc
│   │   │   │   │   ├── dimension.cpython-37.pyc
│   │   │   │   │   ├── dimension_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption.cpython-37.pyc
│   │   │   │   │   ├── encryption_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption_service.cpython-37.pyc
│   │   │   │   │   ├── encryption_service_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption_services.cpython-37.pyc
│   │   │   │   │   ├── encryption_services_py3.cpython-37.pyc
│   │   │   │   │   ├── endpoints.cpython-37.pyc
│   │   │   │   │   ├── endpoints_py3.cpython-37.pyc
│   │   │   │   │   ├── identity.cpython-37.pyc
│   │   │   │   │   ├── identity_py3.cpython-37.pyc
│   │   │   │   │   ├── immutability_policy.cpython-37.pyc
│   │   │   │   │   ├── immutability_policy_properties.cpython-37.pyc
│   │   │   │   │   ├── immutability_policy_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── immutability_policy_py3.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── ip_rule.cpython-37.pyc
│   │   │   │   │   ├── ip_rule_py3.cpython-37.pyc
│   │   │   │   │   ├── key_vault_properties.cpython-37.pyc
│   │   │   │   │   ├── key_vault_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── lease_container_request.cpython-37.pyc
│   │   │   │   │   ├── lease_container_request_py3.cpython-37.pyc
│   │   │   │   │   ├── lease_container_response.cpython-37.pyc
│   │   │   │   │   ├── lease_container_response_py3.cpython-37.pyc
│   │   │   │   │   ├── legal_hold.cpython-37.pyc
│   │   │   │   │   ├── legal_hold_properties.cpython-37.pyc
│   │   │   │   │   ├── legal_hold_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── legal_hold_py3.cpython-37.pyc
│   │   │   │   │   ├── list_account_sas_response.cpython-37.pyc
│   │   │   │   │   ├── list_account_sas_response_py3.cpython-37.pyc
│   │   │   │   │   ├── list_container_item.cpython-37.pyc
│   │   │   │   │   ├── list_container_item_py3.cpython-37.pyc
│   │   │   │   │   ├── list_container_items.cpython-37.pyc
│   │   │   │   │   ├── list_container_items_py3.cpython-37.pyc
│   │   │   │   │   ├── list_service_sas_response.cpython-37.pyc
│   │   │   │   │   ├── list_service_sas_response_py3.cpython-37.pyc
│   │   │   │   │   ├── management_policies_rules_set_parameter.cpython-37.pyc
│   │   │   │   │   ├── management_policies_rules_set_parameter_py3.cpython-37.pyc
│   │   │   │   │   ├── metric_specification.cpython-37.pyc
│   │   │   │   │   ├── metric_specification_py3.cpython-37.pyc
│   │   │   │   │   ├── network_rule_set.cpython-37.pyc
│   │   │   │   │   ├── network_rule_set_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
│   │   │   │   │   ├── proxy_resource.cpython-37.pyc
│   │   │   │   │   ├── proxy_resource_py3.cpython-37.pyc
│   │   │   │   │   ├── resource.cpython-37.pyc
│   │   │   │   │   ├── resource_py3.cpython-37.pyc
│   │   │   │   │   ├── restriction.cpython-37.pyc
│   │   │   │   │   ├── restriction_py3.cpython-37.pyc
│   │   │   │   │   ├── service_sas_parameters.cpython-37.pyc
│   │   │   │   │   ├── service_sas_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── service_specification.cpython-37.pyc
│   │   │   │   │   ├── service_specification_py3.cpython-37.pyc
│   │   │   │   │   ├── sku_capability.cpython-37.pyc
│   │   │   │   │   ├── sku_capability_py3.cpython-37.pyc
│   │   │   │   │   ├── sku.cpython-37.pyc
│   │   │   │   │   ├── sku_paged.cpython-37.pyc
│   │   │   │   │   ├── sku_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_check_name_availability_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_check_name_availability_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account.cpython-37.pyc
│   │   │   │   │   ├── storage_account_create_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_create_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_key.cpython-37.pyc
│   │   │   │   │   ├── storage_account_key_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_list_keys_result.cpython-37.pyc
│   │   │   │   │   ├── storage_account_list_keys_result_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_management_policies.cpython-37.pyc
│   │   │   │   │   ├── storage_account_management_policies_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_paged.cpython-37.pyc
│   │   │   │   │   ├── storage_account_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_regenerate_key_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_regenerate_key_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_update_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_update_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_management_client_enums.cpython-37.pyc
│   │   │   │   │   ├── tag_property.cpython-37.pyc
│   │   │   │   │   ├── tag_property_py3.cpython-37.pyc
│   │   │   │   │   ├── tracked_resource.cpython-37.pyc
│   │   │   │   │   ├── tracked_resource_py3.cpython-37.pyc
│   │   │   │   │   ├── update_history_property.cpython-37.pyc
│   │   │   │   │   ├── update_history_property_py3.cpython-37.pyc
│   │   │   │   │   ├── usage.cpython-37.pyc
│   │   │   │   │   ├── usage_name.cpython-37.pyc
│   │   │   │   │   ├── usage_name_py3.cpython-37.pyc
│   │   │   │   │   ├── usage_paged.cpython-37.pyc
│   │   │   │   │   ├── usage_py3.cpython-37.pyc
│   │   │   │   │   ├── virtual_network_rule.cpython-37.pyc
│   │   │   │   │   └── virtual_network_rule_py3.cpython-37.pyc
│   │   │   │   ├── resource.py
│   │   │   │   ├── resource_py3.py
│   │   │   │   ├── restriction.py
│   │   │   │   ├── restriction_py3.py
│   │   │   │   ├── service_sas_parameters.py
│   │   │   │   ├── service_sas_parameters_py3.py
│   │   │   │   ├── service_specification.py
│   │   │   │   ├── service_specification_py3.py
│   │   │   │   ├── sku_capability.py
│   │   │   │   ├── sku_capability_py3.py
│   │   │   │   ├── sku_paged.py
│   │   │   │   ├── sku.py
│   │   │   │   ├── sku_py3.py
│   │   │   │   ├── storage_account_check_name_availability_parameters.py
│   │   │   │   ├── storage_account_check_name_availability_parameters_py3.py
│   │   │   │   ├── storage_account_create_parameters.py
│   │   │   │   ├── storage_account_create_parameters_py3.py
│   │   │   │   ├── storage_account_key.py
│   │   │   │   ├── storage_account_key_py3.py
│   │   │   │   ├── storage_account_list_keys_result.py
│   │   │   │   ├── storage_account_list_keys_result_py3.py
│   │   │   │   ├── storage_account_management_policies.py
│   │   │   │   ├── storage_account_management_policies_py3.py
│   │   │   │   ├── storage_account_paged.py
│   │   │   │   ├── storage_account.py
│   │   │   │   ├── storage_account_py3.py
│   │   │   │   ├── storage_account_regenerate_key_parameters.py
│   │   │   │   ├── storage_account_regenerate_key_parameters_py3.py
│   │   │   │   ├── storage_account_update_parameters.py
│   │   │   │   ├── storage_account_update_parameters_py3.py
│   │   │   │   ├── storage_management_client_enums.py
│   │   │   │   ├── tag_property.py
│   │   │   │   ├── tag_property_py3.py
│   │   │   │   ├── tracked_resource.py
│   │   │   │   ├── tracked_resource_py3.py
│   │   │   │   ├── update_history_property.py
│   │   │   │   ├── update_history_property_py3.py
│   │   │   │   ├── usage_name.py
│   │   │   │   ├── usage_name_py3.py
│   │   │   │   ├── usage_paged.py
│   │   │   │   ├── usage.py
│   │   │   │   ├── usage_py3.py
│   │   │   │   ├── virtual_network_rule.py
│   │   │   │   └── virtual_network_rule_py3.py
│   │   │   ├── operations
│   │   │   │   ├── blob_containers_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── blob_containers_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   ├── skus_operations.cpython-37.pyc
│   │   │   │   │   ├── storage_accounts_operations.cpython-37.pyc
│   │   │   │   │   └── usages_operations.cpython-37.pyc
│   │   │   │   ├── skus_operations.py
│   │   │   │   ├── storage_accounts_operations.py
│   │   │   │   └── usages_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── storage_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   ├── storage_management_client.py
│   │   │   └── version.py
│   │   ├── v2018_07_01
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── account_sas_parameters.py
│   │   │   │   ├── account_sas_parameters_py3.py
│   │   │   │   ├── azure_entity_resource.py
│   │   │   │   ├── azure_entity_resource_py3.py
│   │   │   │   ├── blob_container.py
│   │   │   │   ├── blob_container_py3.py
│   │   │   │   ├── blob_service_properties.py
│   │   │   │   ├── blob_service_properties_py3.py
│   │   │   │   ├── check_name_availability_result.py
│   │   │   │   ├── check_name_availability_result_py3.py
│   │   │   │   ├── cors_rule.py
│   │   │   │   ├── cors_rule_py3.py
│   │   │   │   ├── cors_rules.py
│   │   │   │   ├── cors_rules_py3.py
│   │   │   │   ├── custom_domain.py
│   │   │   │   ├── custom_domain_py3.py
│   │   │   │   ├── delete_retention_policy.py
│   │   │   │   ├── delete_retention_policy_py3.py
│   │   │   │   ├── dimension.py
│   │   │   │   ├── dimension_py3.py
│   │   │   │   ├── encryption.py
│   │   │   │   ├── encryption_py3.py
│   │   │   │   ├── encryption_service.py
│   │   │   │   ├── encryption_service_py3.py
│   │   │   │   ├── encryption_services.py
│   │   │   │   ├── encryption_services_py3.py
│   │   │   │   ├── endpoints.py
│   │   │   │   ├── endpoints_py3.py
│   │   │   │   ├── geo_replication_stats.py
│   │   │   │   ├── geo_replication_stats_py3.py
│   │   │   │   ├── identity.py
│   │   │   │   ├── identity_py3.py
│   │   │   │   ├── immutability_policy_properties.py
│   │   │   │   ├── immutability_policy_properties_py3.py
│   │   │   │   ├── immutability_policy.py
│   │   │   │   ├── immutability_policy_py3.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── ip_rule.py
│   │   │   │   ├── ip_rule_py3.py
│   │   │   │   ├── key_vault_properties.py
│   │   │   │   ├── key_vault_properties_py3.py
│   │   │   │   ├── lease_container_request.py
│   │   │   │   ├── lease_container_request_py3.py
│   │   │   │   ├── lease_container_response.py
│   │   │   │   ├── lease_container_response_py3.py
│   │   │   │   ├── legal_hold_properties.py
│   │   │   │   ├── legal_hold_properties_py3.py
│   │   │   │   ├── legal_hold.py
│   │   │   │   ├── legal_hold_py3.py
│   │   │   │   ├── list_account_sas_response.py
│   │   │   │   ├── list_account_sas_response_py3.py
│   │   │   │   ├── list_container_item.py
│   │   │   │   ├── list_container_item_py3.py
│   │   │   │   ├── list_container_items.py
│   │   │   │   ├── list_container_items_py3.py
│   │   │   │   ├── list_service_sas_response.py
│   │   │   │   ├── list_service_sas_response_py3.py
│   │   │   │   ├── management_policies_rules_set_parameter.py
│   │   │   │   ├── management_policies_rules_set_parameter_py3.py
│   │   │   │   ├── metric_specification.py
│   │   │   │   ├── metric_specification_py3.py
│   │   │   │   ├── network_rule_set.py
│   │   │   │   ├── network_rule_set_py3.py
│   │   │   │   ├── operation_display.py
│   │   │   │   ├── operation_display_py3.py
│   │   │   │   ├── operation_paged.py
│   │   │   │   ├── operation.py
│   │   │   │   ├── operation_py3.py
│   │   │   │   ├── proxy_resource.py
│   │   │   │   ├── proxy_resource_py3.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── account_sas_parameters.cpython-37.pyc
│   │   │   │   │   ├── account_sas_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── azure_entity_resource.cpython-37.pyc
│   │   │   │   │   ├── azure_entity_resource_py3.cpython-37.pyc
│   │   │   │   │   ├── blob_container.cpython-37.pyc
│   │   │   │   │   ├── blob_container_py3.cpython-37.pyc
│   │   │   │   │   ├── blob_service_properties.cpython-37.pyc
│   │   │   │   │   ├── blob_service_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── check_name_availability_result.cpython-37.pyc
│   │   │   │   │   ├── check_name_availability_result_py3.cpython-37.pyc
│   │   │   │   │   ├── cors_rule.cpython-37.pyc
│   │   │   │   │   ├── cors_rule_py3.cpython-37.pyc
│   │   │   │   │   ├── cors_rules.cpython-37.pyc
│   │   │   │   │   ├── cors_rules_py3.cpython-37.pyc
│   │   │   │   │   ├── custom_domain.cpython-37.pyc
│   │   │   │   │   ├── custom_domain_py3.cpython-37.pyc
│   │   │   │   │   ├── delete_retention_policy.cpython-37.pyc
│   │   │   │   │   ├── delete_retention_policy_py3.cpython-37.pyc
│   │   │   │   │   ├── dimension.cpython-37.pyc
│   │   │   │   │   ├── dimension_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption.cpython-37.pyc
│   │   │   │   │   ├── encryption_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption_service.cpython-37.pyc
│   │   │   │   │   ├── encryption_service_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption_services.cpython-37.pyc
│   │   │   │   │   ├── encryption_services_py3.cpython-37.pyc
│   │   │   │   │   ├── endpoints.cpython-37.pyc
│   │   │   │   │   ├── endpoints_py3.cpython-37.pyc
│   │   │   │   │   ├── geo_replication_stats.cpython-37.pyc
│   │   │   │   │   ├── geo_replication_stats_py3.cpython-37.pyc
│   │   │   │   │   ├── identity.cpython-37.pyc
│   │   │   │   │   ├── identity_py3.cpython-37.pyc
│   │   │   │   │   ├── immutability_policy.cpython-37.pyc
│   │   │   │   │   ├── immutability_policy_properties.cpython-37.pyc
│   │   │   │   │   ├── immutability_policy_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── immutability_policy_py3.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── ip_rule.cpython-37.pyc
│   │   │   │   │   ├── ip_rule_py3.cpython-37.pyc
│   │   │   │   │   ├── key_vault_properties.cpython-37.pyc
│   │   │   │   │   ├── key_vault_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── lease_container_request.cpython-37.pyc
│   │   │   │   │   ├── lease_container_request_py3.cpython-37.pyc
│   │   │   │   │   ├── lease_container_response.cpython-37.pyc
│   │   │   │   │   ├── lease_container_response_py3.cpython-37.pyc
│   │   │   │   │   ├── legal_hold.cpython-37.pyc
│   │   │   │   │   ├── legal_hold_properties.cpython-37.pyc
│   │   │   │   │   ├── legal_hold_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── legal_hold_py3.cpython-37.pyc
│   │   │   │   │   ├── list_account_sas_response.cpython-37.pyc
│   │   │   │   │   ├── list_account_sas_response_py3.cpython-37.pyc
│   │   │   │   │   ├── list_container_item.cpython-37.pyc
│   │   │   │   │   ├── list_container_item_py3.cpython-37.pyc
│   │   │   │   │   ├── list_container_items.cpython-37.pyc
│   │   │   │   │   ├── list_container_items_py3.cpython-37.pyc
│   │   │   │   │   ├── list_service_sas_response.cpython-37.pyc
│   │   │   │   │   ├── list_service_sas_response_py3.cpython-37.pyc
│   │   │   │   │   ├── management_policies_rules_set_parameter.cpython-37.pyc
│   │   │   │   │   ├── management_policies_rules_set_parameter_py3.cpython-37.pyc
│   │   │   │   │   ├── metric_specification.cpython-37.pyc
│   │   │   │   │   ├── metric_specification_py3.cpython-37.pyc
│   │   │   │   │   ├── network_rule_set.cpython-37.pyc
│   │   │   │   │   ├── network_rule_set_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
│   │   │   │   │   ├── proxy_resource.cpython-37.pyc
│   │   │   │   │   ├── proxy_resource_py3.cpython-37.pyc
│   │   │   │   │   ├── resource.cpython-37.pyc
│   │   │   │   │   ├── resource_py3.cpython-37.pyc
│   │   │   │   │   ├── restriction.cpython-37.pyc
│   │   │   │   │   ├── restriction_py3.cpython-37.pyc
│   │   │   │   │   ├── service_sas_parameters.cpython-37.pyc
│   │   │   │   │   ├── service_sas_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── service_specification.cpython-37.pyc
│   │   │   │   │   ├── service_specification_py3.cpython-37.pyc
│   │   │   │   │   ├── sku_capability.cpython-37.pyc
│   │   │   │   │   ├── sku_capability_py3.cpython-37.pyc
│   │   │   │   │   ├── sku.cpython-37.pyc
│   │   │   │   │   ├── sku_paged.cpython-37.pyc
│   │   │   │   │   ├── sku_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_check_name_availability_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_check_name_availability_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account.cpython-37.pyc
│   │   │   │   │   ├── storage_account_create_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_create_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_key.cpython-37.pyc
│   │   │   │   │   ├── storage_account_key_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_list_keys_result.cpython-37.pyc
│   │   │   │   │   ├── storage_account_list_keys_result_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_management_policies.cpython-37.pyc
│   │   │   │   │   ├── storage_account_management_policies_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_paged.cpython-37.pyc
│   │   │   │   │   ├── storage_account_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_regenerate_key_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_regenerate_key_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_update_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_update_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_management_client_enums.cpython-37.pyc
│   │   │   │   │   ├── tag_property.cpython-37.pyc
│   │   │   │   │   ├── tag_property_py3.cpython-37.pyc
│   │   │   │   │   ├── tracked_resource.cpython-37.pyc
│   │   │   │   │   ├── tracked_resource_py3.cpython-37.pyc
│   │   │   │   │   ├── update_history_property.cpython-37.pyc
│   │   │   │   │   ├── update_history_property_py3.cpython-37.pyc
│   │   │   │   │   ├── usage.cpython-37.pyc
│   │   │   │   │   ├── usage_name.cpython-37.pyc
│   │   │   │   │   ├── usage_name_py3.cpython-37.pyc
│   │   │   │   │   ├── usage_paged.cpython-37.pyc
│   │   │   │   │   ├── usage_py3.cpython-37.pyc
│   │   │   │   │   ├── virtual_network_rule.cpython-37.pyc
│   │   │   │   │   └── virtual_network_rule_py3.cpython-37.pyc
│   │   │   │   ├── resource.py
│   │   │   │   ├── resource_py3.py
│   │   │   │   ├── restriction.py
│   │   │   │   ├── restriction_py3.py
│   │   │   │   ├── service_sas_parameters.py
│   │   │   │   ├── service_sas_parameters_py3.py
│   │   │   │   ├── service_specification.py
│   │   │   │   ├── service_specification_py3.py
│   │   │   │   ├── sku_capability.py
│   │   │   │   ├── sku_capability_py3.py
│   │   │   │   ├── sku_paged.py
│   │   │   │   ├── sku.py
│   │   │   │   ├── sku_py3.py
│   │   │   │   ├── storage_account_check_name_availability_parameters.py
│   │   │   │   ├── storage_account_check_name_availability_parameters_py3.py
│   │   │   │   ├── storage_account_create_parameters.py
│   │   │   │   ├── storage_account_create_parameters_py3.py
│   │   │   │   ├── storage_account_key.py
│   │   │   │   ├── storage_account_key_py3.py
│   │   │   │   ├── storage_account_list_keys_result.py
│   │   │   │   ├── storage_account_list_keys_result_py3.py
│   │   │   │   ├── storage_account_management_policies.py
│   │   │   │   ├── storage_account_management_policies_py3.py
│   │   │   │   ├── storage_account_paged.py
│   │   │   │   ├── storage_account.py
│   │   │   │   ├── storage_account_py3.py
│   │   │   │   ├── storage_account_regenerate_key_parameters.py
│   │   │   │   ├── storage_account_regenerate_key_parameters_py3.py
│   │   │   │   ├── storage_account_update_parameters.py
│   │   │   │   ├── storage_account_update_parameters_py3.py
│   │   │   │   ├── storage_management_client_enums.py
│   │   │   │   ├── tag_property.py
│   │   │   │   ├── tag_property_py3.py
│   │   │   │   ├── tracked_resource.py
│   │   │   │   ├── tracked_resource_py3.py
│   │   │   │   ├── update_history_property.py
│   │   │   │   ├── update_history_property_py3.py
│   │   │   │   ├── usage_name.py
│   │   │   │   ├── usage_name_py3.py
│   │   │   │   ├── usage_paged.py
│   │   │   │   ├── usage.py
│   │   │   │   ├── usage_py3.py
│   │   │   │   ├── virtual_network_rule.py
│   │   │   │   └── virtual_network_rule_py3.py
│   │   │   ├── operations
│   │   │   │   ├── blob_containers_operations.py
│   │   │   │   ├── blob_services_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── management_policies_operations.py
│   │   │   │   ├── operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── blob_containers_operations.cpython-37.pyc
│   │   │   │   │   ├── blob_services_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── management_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   ├── skus_operations.cpython-37.pyc
│   │   │   │   │   ├── storage_accounts_operations.cpython-37.pyc
│   │   │   │   │   └── usages_operations.cpython-37.pyc
│   │   │   │   ├── skus_operations.py
│   │   │   │   ├── storage_accounts_operations.py
│   │   │   │   └── usages_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── storage_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   ├── storage_management_client.py
│   │   │   └── version.py
│   │   ├── v2018_11_01
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── account_sas_parameters.py
│   │   │   │   ├── account_sas_parameters_py3.py
│   │   │   │   ├── azure_entity_resource.py
│   │   │   │   ├── azure_entity_resource_py3.py
│   │   │   │   ├── blob_container.py
│   │   │   │   ├── blob_container_py3.py
│   │   │   │   ├── blob_service_properties.py
│   │   │   │   ├── blob_service_properties_py3.py
│   │   │   │   ├── check_name_availability_result.py
│   │   │   │   ├── check_name_availability_result_py3.py
│   │   │   │   ├── cors_rule.py
│   │   │   │   ├── cors_rule_py3.py
│   │   │   │   ├── cors_rules.py
│   │   │   │   ├── cors_rules_py3.py
│   │   │   │   ├── custom_domain.py
│   │   │   │   ├── custom_domain_py3.py
│   │   │   │   ├── date_after_creation.py
│   │   │   │   ├── date_after_creation_py3.py
│   │   │   │   ├── date_after_modification.py
│   │   │   │   ├── date_after_modification_py3.py
│   │   │   │   ├── delete_retention_policy.py
│   │   │   │   ├── delete_retention_policy_py3.py
│   │   │   │   ├── dimension.py
│   │   │   │   ├── dimension_py3.py
│   │   │   │   ├── encryption.py
│   │   │   │   ├── encryption_py3.py
│   │   │   │   ├── encryption_service.py
│   │   │   │   ├── encryption_service_py3.py
│   │   │   │   ├── encryption_services.py
│   │   │   │   ├── encryption_services_py3.py
│   │   │   │   ├── endpoints.py
│   │   │   │   ├── endpoints_py3.py
│   │   │   │   ├── geo_replication_stats.py
│   │   │   │   ├── geo_replication_stats_py3.py
│   │   │   │   ├── identity.py
│   │   │   │   ├── identity_py3.py
│   │   │   │   ├── immutability_policy_properties.py
│   │   │   │   ├── immutability_policy_properties_py3.py
│   │   │   │   ├── immutability_policy.py
│   │   │   │   ├── immutability_policy_py3.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── ip_rule.py
│   │   │   │   ├── ip_rule_py3.py
│   │   │   │   ├── key_vault_properties.py
│   │   │   │   ├── key_vault_properties_py3.py
│   │   │   │   ├── lease_container_request.py
│   │   │   │   ├── lease_container_request_py3.py
│   │   │   │   ├── lease_container_response.py
│   │   │   │   ├── lease_container_response_py3.py
│   │   │   │   ├── legal_hold_properties.py
│   │   │   │   ├── legal_hold_properties_py3.py
│   │   │   │   ├── legal_hold.py
│   │   │   │   ├── legal_hold_py3.py
│   │   │   │   ├── list_account_sas_response.py
│   │   │   │   ├── list_account_sas_response_py3.py
│   │   │   │   ├── list_container_item.py
│   │   │   │   ├── list_container_item_py3.py
│   │   │   │   ├── list_container_items.py
│   │   │   │   ├── list_container_items_py3.py
│   │   │   │   ├── list_service_sas_response.py
│   │   │   │   ├── list_service_sas_response_py3.py
│   │   │   │   ├── management_policy_action.py
│   │   │   │   ├── management_policy_action_py3.py
│   │   │   │   ├── management_policy_base_blob.py
│   │   │   │   ├── management_policy_base_blob_py3.py
│   │   │   │   ├── management_policy_definition.py
│   │   │   │   ├── management_policy_definition_py3.py
│   │   │   │   ├── management_policy_filter.py
│   │   │   │   ├── management_policy_filter_py3.py
│   │   │   │   ├── management_policy.py
│   │   │   │   ├── management_policy_py3.py
│   │   │   │   ├── management_policy_rule.py
│   │   │   │   ├── management_policy_rule_py3.py
│   │   │   │   ├── management_policy_schema.py
│   │   │   │   ├── management_policy_schema_py3.py
│   │   │   │   ├── management_policy_snap_shot.py
│   │   │   │   ├── management_policy_snap_shot_py3.py
│   │   │   │   ├── metric_specification.py
│   │   │   │   ├── metric_specification_py3.py
│   │   │   │   ├── network_rule_set.py
│   │   │   │   ├── network_rule_set_py3.py
│   │   │   │   ├── operation_display.py
│   │   │   │   ├── operation_display_py3.py
│   │   │   │   ├── operation_paged.py
│   │   │   │   ├── operation.py
│   │   │   │   ├── operation_py3.py
│   │   │   │   ├── proxy_resource.py
│   │   │   │   ├── proxy_resource_py3.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── account_sas_parameters.cpython-37.pyc
│   │   │   │   │   ├── account_sas_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── azure_entity_resource.cpython-37.pyc
│   │   │   │   │   ├── azure_entity_resource_py3.cpython-37.pyc
│   │   │   │   │   ├── blob_container.cpython-37.pyc
│   │   │   │   │   ├── blob_container_py3.cpython-37.pyc
│   │   │   │   │   ├── blob_service_properties.cpython-37.pyc
│   │   │   │   │   ├── blob_service_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── check_name_availability_result.cpython-37.pyc
│   │   │   │   │   ├── check_name_availability_result_py3.cpython-37.pyc
│   │   │   │   │   ├── cors_rule.cpython-37.pyc
│   │   │   │   │   ├── cors_rule_py3.cpython-37.pyc
│   │   │   │   │   ├── cors_rules.cpython-37.pyc
│   │   │   │   │   ├── cors_rules_py3.cpython-37.pyc
│   │   │   │   │   ├── custom_domain.cpython-37.pyc
│   │   │   │   │   ├── custom_domain_py3.cpython-37.pyc
│   │   │   │   │   ├── date_after_creation.cpython-37.pyc
│   │   │   │   │   ├── date_after_creation_py3.cpython-37.pyc
│   │   │   │   │   ├── date_after_modification.cpython-37.pyc
│   │   │   │   │   ├── date_after_modification_py3.cpython-37.pyc
│   │   │   │   │   ├── delete_retention_policy.cpython-37.pyc
│   │   │   │   │   ├── delete_retention_policy_py3.cpython-37.pyc
│   │   │   │   │   ├── dimension.cpython-37.pyc
│   │   │   │   │   ├── dimension_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption.cpython-37.pyc
│   │   │   │   │   ├── encryption_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption_service.cpython-37.pyc
│   │   │   │   │   ├── encryption_service_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption_services.cpython-37.pyc
│   │   │   │   │   ├── encryption_services_py3.cpython-37.pyc
│   │   │   │   │   ├── endpoints.cpython-37.pyc
│   │   │   │   │   ├── endpoints_py3.cpython-37.pyc
│   │   │   │   │   ├── geo_replication_stats.cpython-37.pyc
│   │   │   │   │   ├── geo_replication_stats_py3.cpython-37.pyc
│   │   │   │   │   ├── identity.cpython-37.pyc
│   │   │   │   │   ├── identity_py3.cpython-37.pyc
│   │   │   │   │   ├── immutability_policy.cpython-37.pyc
│   │   │   │   │   ├── immutability_policy_properties.cpython-37.pyc
│   │   │   │   │   ├── immutability_policy_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── immutability_policy_py3.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── ip_rule.cpython-37.pyc
│   │   │   │   │   ├── ip_rule_py3.cpython-37.pyc
│   │   │   │   │   ├── key_vault_properties.cpython-37.pyc
│   │   │   │   │   ├── key_vault_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── lease_container_request.cpython-37.pyc
│   │   │   │   │   ├── lease_container_request_py3.cpython-37.pyc
│   │   │   │   │   ├── lease_container_response.cpython-37.pyc
│   │   │   │   │   ├── lease_container_response_py3.cpython-37.pyc
│   │   │   │   │   ├── legal_hold.cpython-37.pyc
│   │   │   │   │   ├── legal_hold_properties.cpython-37.pyc
│   │   │   │   │   ├── legal_hold_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── legal_hold_py3.cpython-37.pyc
│   │   │   │   │   ├── list_account_sas_response.cpython-37.pyc
│   │   │   │   │   ├── list_account_sas_response_py3.cpython-37.pyc
│   │   │   │   │   ├── list_container_item.cpython-37.pyc
│   │   │   │   │   ├── list_container_item_py3.cpython-37.pyc
│   │   │   │   │   ├── list_container_items.cpython-37.pyc
│   │   │   │   │   ├── list_container_items_py3.cpython-37.pyc
│   │   │   │   │   ├── list_service_sas_response.cpython-37.pyc
│   │   │   │   │   ├── list_service_sas_response_py3.cpython-37.pyc
│   │   │   │   │   ├── management_policy_action.cpython-37.pyc
│   │   │   │   │   ├── management_policy_action_py3.cpython-37.pyc
│   │   │   │   │   ├── management_policy_base_blob.cpython-37.pyc
│   │   │   │   │   ├── management_policy_base_blob_py3.cpython-37.pyc
│   │   │   │   │   ├── management_policy.cpython-37.pyc
│   │   │   │   │   ├── management_policy_definition.cpython-37.pyc
│   │   │   │   │   ├── management_policy_definition_py3.cpython-37.pyc
│   │   │   │   │   ├── management_policy_filter.cpython-37.pyc
│   │   │   │   │   ├── management_policy_filter_py3.cpython-37.pyc
│   │   │   │   │   ├── management_policy_py3.cpython-37.pyc
│   │   │   │   │   ├── management_policy_rule.cpython-37.pyc
│   │   │   │   │   ├── management_policy_rule_py3.cpython-37.pyc
│   │   │   │   │   ├── management_policy_schema.cpython-37.pyc
│   │   │   │   │   ├── management_policy_schema_py3.cpython-37.pyc
│   │   │   │   │   ├── management_policy_snap_shot.cpython-37.pyc
│   │   │   │   │   ├── management_policy_snap_shot_py3.cpython-37.pyc
│   │   │   │   │   ├── metric_specification.cpython-37.pyc
│   │   │   │   │   ├── metric_specification_py3.cpython-37.pyc
│   │   │   │   │   ├── network_rule_set.cpython-37.pyc
│   │   │   │   │   ├── network_rule_set_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
│   │   │   │   │   ├── proxy_resource.cpython-37.pyc
│   │   │   │   │   ├── proxy_resource_py3.cpython-37.pyc
│   │   │   │   │   ├── resource.cpython-37.pyc
│   │   │   │   │   ├── resource_py3.cpython-37.pyc
│   │   │   │   │   ├── restriction.cpython-37.pyc
│   │   │   │   │   ├── restriction_py3.cpython-37.pyc
│   │   │   │   │   ├── service_sas_parameters.cpython-37.pyc
│   │   │   │   │   ├── service_sas_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── service_specification.cpython-37.pyc
│   │   │   │   │   ├── service_specification_py3.cpython-37.pyc
│   │   │   │   │   ├── sku_capability.cpython-37.pyc
│   │   │   │   │   ├── sku_capability_py3.cpython-37.pyc
│   │   │   │   │   ├── sku.cpython-37.pyc
│   │   │   │   │   ├── sku_paged.cpython-37.pyc
│   │   │   │   │   ├── sku_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_check_name_availability_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_check_name_availability_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account.cpython-37.pyc
│   │   │   │   │   ├── storage_account_create_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_create_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_key.cpython-37.pyc
│   │   │   │   │   ├── storage_account_key_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_list_keys_result.cpython-37.pyc
│   │   │   │   │   ├── storage_account_list_keys_result_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_paged.cpython-37.pyc
│   │   │   │   │   ├── storage_account_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_regenerate_key_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_regenerate_key_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_update_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_update_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_management_client_enums.cpython-37.pyc
│   │   │   │   │   ├── tag_property.cpython-37.pyc
│   │   │   │   │   ├── tag_property_py3.cpython-37.pyc
│   │   │   │   │   ├── tracked_resource.cpython-37.pyc
│   │   │   │   │   ├── tracked_resource_py3.cpython-37.pyc
│   │   │   │   │   ├── update_history_property.cpython-37.pyc
│   │   │   │   │   ├── update_history_property_py3.cpython-37.pyc
│   │   │   │   │   ├── usage.cpython-37.pyc
│   │   │   │   │   ├── usage_name.cpython-37.pyc
│   │   │   │   │   ├── usage_name_py3.cpython-37.pyc
│   │   │   │   │   ├── usage_paged.cpython-37.pyc
│   │   │   │   │   ├── usage_py3.cpython-37.pyc
│   │   │   │   │   ├── virtual_network_rule.cpython-37.pyc
│   │   │   │   │   └── virtual_network_rule_py3.cpython-37.pyc
│   │   │   │   ├── resource.py
│   │   │   │   ├── resource_py3.py
│   │   │   │   ├── restriction.py
│   │   │   │   ├── restriction_py3.py
│   │   │   │   ├── service_sas_parameters.py
│   │   │   │   ├── service_sas_parameters_py3.py
│   │   │   │   ├── service_specification.py
│   │   │   │   ├── service_specification_py3.py
│   │   │   │   ├── sku_capability.py
│   │   │   │   ├── sku_capability_py3.py
│   │   │   │   ├── sku_paged.py
│   │   │   │   ├── sku.py
│   │   │   │   ├── sku_py3.py
│   │   │   │   ├── storage_account_check_name_availability_parameters.py
│   │   │   │   ├── storage_account_check_name_availability_parameters_py3.py
│   │   │   │   ├── storage_account_create_parameters.py
│   │   │   │   ├── storage_account_create_parameters_py3.py
│   │   │   │   ├── storage_account_key.py
│   │   │   │   ├── storage_account_key_py3.py
│   │   │   │   ├── storage_account_list_keys_result.py
│   │   │   │   ├── storage_account_list_keys_result_py3.py
│   │   │   │   ├── storage_account_paged.py
│   │   │   │   ├── storage_account.py
│   │   │   │   ├── storage_account_py3.py
│   │   │   │   ├── storage_account_regenerate_key_parameters.py
│   │   │   │   ├── storage_account_regenerate_key_parameters_py3.py
│   │   │   │   ├── storage_account_update_parameters.py
│   │   │   │   ├── storage_account_update_parameters_py3.py
│   │   │   │   ├── storage_management_client_enums.py
│   │   │   │   ├── tag_property.py
│   │   │   │   ├── tag_property_py3.py
│   │   │   │   ├── tracked_resource.py
│   │   │   │   ├── tracked_resource_py3.py
│   │   │   │   ├── update_history_property.py
│   │   │   │   ├── update_history_property_py3.py
│   │   │   │   ├── usage_name.py
│   │   │   │   ├── usage_name_py3.py
│   │   │   │   ├── usage_paged.py
│   │   │   │   ├── usage.py
│   │   │   │   ├── usage_py3.py
│   │   │   │   ├── virtual_network_rule.py
│   │   │   │   └── virtual_network_rule_py3.py
│   │   │   ├── operations
│   │   │   │   ├── blob_containers_operations.py
│   │   │   │   ├── blob_services_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── management_policies_operations.py
│   │   │   │   ├── operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── blob_containers_operations.cpython-37.pyc
│   │   │   │   │   ├── blob_services_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── management_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   ├── skus_operations.cpython-37.pyc
│   │   │   │   │   ├── storage_accounts_operations.cpython-37.pyc
│   │   │   │   │   └── usages_operations.cpython-37.pyc
│   │   │   │   ├── skus_operations.py
│   │   │   │   ├── storage_accounts_operations.py
│   │   │   │   └── usages_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── storage_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   ├── storage_management_client.py
│   │   │   └── version.py
│   │   ├── v2019_04_01
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── account_sas_parameters.py
│   │   │   │   ├── account_sas_parameters_py3.py
│   │   │   │   ├── azure_entity_resource.py
│   │   │   │   ├── azure_entity_resource_py3.py
│   │   │   │   ├── blob_container.py
│   │   │   │   ├── blob_container_py3.py
│   │   │   │   ├── blob_service_properties.py
│   │   │   │   ├── blob_service_properties_py3.py
│   │   │   │   ├── check_name_availability_result.py
│   │   │   │   ├── check_name_availability_result_py3.py
│   │   │   │   ├── cors_rule.py
│   │   │   │   ├── cors_rule_py3.py
│   │   │   │   ├── cors_rules.py
│   │   │   │   ├── cors_rules_py3.py
│   │   │   │   ├── custom_domain.py
│   │   │   │   ├── custom_domain_py3.py
│   │   │   │   ├── date_after_creation.py
│   │   │   │   ├── date_after_creation_py3.py
│   │   │   │   ├── date_after_modification.py
│   │   │   │   ├── date_after_modification_py3.py
│   │   │   │   ├── delete_retention_policy.py
│   │   │   │   ├── delete_retention_policy_py3.py
│   │   │   │   ├── dimension.py
│   │   │   │   ├── dimension_py3.py
│   │   │   │   ├── encryption.py
│   │   │   │   ├── encryption_py3.py
│   │   │   │   ├── encryption_service.py
│   │   │   │   ├── encryption_service_py3.py
│   │   │   │   ├── encryption_services.py
│   │   │   │   ├── encryption_services_py3.py
│   │   │   │   ├── endpoints.py
│   │   │   │   ├── endpoints_py3.py
│   │   │   │   ├── geo_replication_stats.py
│   │   │   │   ├── geo_replication_stats_py3.py
│   │   │   │   ├── identity.py
│   │   │   │   ├── identity_py3.py
│   │   │   │   ├── immutability_policy_properties.py
│   │   │   │   ├── immutability_policy_properties_py3.py
│   │   │   │   ├── immutability_policy.py
│   │   │   │   ├── immutability_policy_py3.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── ip_rule.py
│   │   │   │   ├── ip_rule_py3.py
│   │   │   │   ├── key_vault_properties.py
│   │   │   │   ├── key_vault_properties_py3.py
│   │   │   │   ├── lease_container_request.py
│   │   │   │   ├── lease_container_request_py3.py
│   │   │   │   ├── lease_container_response.py
│   │   │   │   ├── lease_container_response_py3.py
│   │   │   │   ├── legal_hold_properties.py
│   │   │   │   ├── legal_hold_properties_py3.py
│   │   │   │   ├── legal_hold.py
│   │   │   │   ├── legal_hold_py3.py
│   │   │   │   ├── list_account_sas_response.py
│   │   │   │   ├── list_account_sas_response_py3.py
│   │   │   │   ├── list_container_item.py
│   │   │   │   ├── list_container_item_py3.py
│   │   │   │   ├── list_container_items.py
│   │   │   │   ├── list_container_items_py3.py
│   │   │   │   ├── list_service_sas_response.py
│   │   │   │   ├── list_service_sas_response_py3.py
│   │   │   │   ├── management_policy_action.py
│   │   │   │   ├── management_policy_action_py3.py
│   │   │   │   ├── management_policy_base_blob.py
│   │   │   │   ├── management_policy_base_blob_py3.py
│   │   │   │   ├── management_policy_definition.py
│   │   │   │   ├── management_policy_definition_py3.py
│   │   │   │   ├── management_policy_filter.py
│   │   │   │   ├── management_policy_filter_py3.py
│   │   │   │   ├── management_policy.py
│   │   │   │   ├── management_policy_py3.py
│   │   │   │   ├── management_policy_rule.py
│   │   │   │   ├── management_policy_rule_py3.py
│   │   │   │   ├── management_policy_schema.py
│   │   │   │   ├── management_policy_schema_py3.py
│   │   │   │   ├── management_policy_snap_shot.py
│   │   │   │   ├── management_policy_snap_shot_py3.py
│   │   │   │   ├── metric_specification.py
│   │   │   │   ├── metric_specification_py3.py
│   │   │   │   ├── network_rule_set.py
│   │   │   │   ├── network_rule_set_py3.py
│   │   │   │   ├── operation_display.py
│   │   │   │   ├── operation_display_py3.py
│   │   │   │   ├── operation_paged.py
│   │   │   │   ├── operation.py
│   │   │   │   ├── operation_py3.py
│   │   │   │   ├── proxy_resource.py
│   │   │   │   ├── proxy_resource_py3.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── account_sas_parameters.cpython-37.pyc
│   │   │   │   │   ├── account_sas_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── azure_entity_resource.cpython-37.pyc
│   │   │   │   │   ├── azure_entity_resource_py3.cpython-37.pyc
│   │   │   │   │   ├── blob_container.cpython-37.pyc
│   │   │   │   │   ├── blob_container_py3.cpython-37.pyc
│   │   │   │   │   ├── blob_service_properties.cpython-37.pyc
│   │   │   │   │   ├── blob_service_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── check_name_availability_result.cpython-37.pyc
│   │   │   │   │   ├── check_name_availability_result_py3.cpython-37.pyc
│   │   │   │   │   ├── cors_rule.cpython-37.pyc
│   │   │   │   │   ├── cors_rule_py3.cpython-37.pyc
│   │   │   │   │   ├── cors_rules.cpython-37.pyc
│   │   │   │   │   ├── cors_rules_py3.cpython-37.pyc
│   │   │   │   │   ├── custom_domain.cpython-37.pyc
│   │   │   │   │   ├── custom_domain_py3.cpython-37.pyc
│   │   │   │   │   ├── date_after_creation.cpython-37.pyc
│   │   │   │   │   ├── date_after_creation_py3.cpython-37.pyc
│   │   │   │   │   ├── date_after_modification.cpython-37.pyc
│   │   │   │   │   ├── date_after_modification_py3.cpython-37.pyc
│   │   │   │   │   ├── delete_retention_policy.cpython-37.pyc
│   │   │   │   │   ├── delete_retention_policy_py3.cpython-37.pyc
│   │   │   │   │   ├── dimension.cpython-37.pyc
│   │   │   │   │   ├── dimension_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption.cpython-37.pyc
│   │   │   │   │   ├── encryption_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption_service.cpython-37.pyc
│   │   │   │   │   ├── encryption_service_py3.cpython-37.pyc
│   │   │   │   │   ├── encryption_services.cpython-37.pyc
│   │   │   │   │   ├── encryption_services_py3.cpython-37.pyc
│   │   │   │   │   ├── endpoints.cpython-37.pyc
│   │   │   │   │   ├── endpoints_py3.cpython-37.pyc
│   │   │   │   │   ├── geo_replication_stats.cpython-37.pyc
│   │   │   │   │   ├── geo_replication_stats_py3.cpython-37.pyc
│   │   │   │   │   ├── identity.cpython-37.pyc
│   │   │   │   │   ├── identity_py3.cpython-37.pyc
│   │   │   │   │   ├── immutability_policy.cpython-37.pyc
│   │   │   │   │   ├── immutability_policy_properties.cpython-37.pyc
│   │   │   │   │   ├── immutability_policy_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── immutability_policy_py3.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── ip_rule.cpython-37.pyc
│   │   │   │   │   ├── ip_rule_py3.cpython-37.pyc
│   │   │   │   │   ├── key_vault_properties.cpython-37.pyc
│   │   │   │   │   ├── key_vault_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── lease_container_request.cpython-37.pyc
│   │   │   │   │   ├── lease_container_request_py3.cpython-37.pyc
│   │   │   │   │   ├── lease_container_response.cpython-37.pyc
│   │   │   │   │   ├── lease_container_response_py3.cpython-37.pyc
│   │   │   │   │   ├── legal_hold.cpython-37.pyc
│   │   │   │   │   ├── legal_hold_properties.cpython-37.pyc
│   │   │   │   │   ├── legal_hold_properties_py3.cpython-37.pyc
│   │   │   │   │   ├── legal_hold_py3.cpython-37.pyc
│   │   │   │   │   ├── list_account_sas_response.cpython-37.pyc
│   │   │   │   │   ├── list_account_sas_response_py3.cpython-37.pyc
│   │   │   │   │   ├── list_container_item.cpython-37.pyc
│   │   │   │   │   ├── list_container_item_py3.cpython-37.pyc
│   │   │   │   │   ├── list_container_items.cpython-37.pyc
│   │   │   │   │   ├── list_container_items_py3.cpython-37.pyc
│   │   │   │   │   ├── list_service_sas_response.cpython-37.pyc
│   │   │   │   │   ├── list_service_sas_response_py3.cpython-37.pyc
│   │   │   │   │   ├── management_policy_action.cpython-37.pyc
│   │   │   │   │   ├── management_policy_action_py3.cpython-37.pyc
│   │   │   │   │   ├── management_policy_base_blob.cpython-37.pyc
│   │   │   │   │   ├── management_policy_base_blob_py3.cpython-37.pyc
│   │   │   │   │   ├── management_policy.cpython-37.pyc
│   │   │   │   │   ├── management_policy_definition.cpython-37.pyc
│   │   │   │   │   ├── management_policy_definition_py3.cpython-37.pyc
│   │   │   │   │   ├── management_policy_filter.cpython-37.pyc
│   │   │   │   │   ├── management_policy_filter_py3.cpython-37.pyc
│   │   │   │   │   ├── management_policy_py3.cpython-37.pyc
│   │   │   │   │   ├── management_policy_rule.cpython-37.pyc
│   │   │   │   │   ├── management_policy_rule_py3.cpython-37.pyc
│   │   │   │   │   ├── management_policy_schema.cpython-37.pyc
│   │   │   │   │   ├── management_policy_schema_py3.cpython-37.pyc
│   │   │   │   │   ├── management_policy_snap_shot.cpython-37.pyc
│   │   │   │   │   ├── management_policy_snap_shot_py3.cpython-37.pyc
│   │   │   │   │   ├── metric_specification.cpython-37.pyc
│   │   │   │   │   ├── metric_specification_py3.cpython-37.pyc
│   │   │   │   │   ├── network_rule_set.cpython-37.pyc
│   │   │   │   │   ├── network_rule_set_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
│   │   │   │   │   ├── proxy_resource.cpython-37.pyc
│   │   │   │   │   ├── proxy_resource_py3.cpython-37.pyc
│   │   │   │   │   ├── resource.cpython-37.pyc
│   │   │   │   │   ├── resource_py3.cpython-37.pyc
│   │   │   │   │   ├── restriction.cpython-37.pyc
│   │   │   │   │   ├── restriction_py3.cpython-37.pyc
│   │   │   │   │   ├── service_sas_parameters.cpython-37.pyc
│   │   │   │   │   ├── service_sas_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── service_specification.cpython-37.pyc
│   │   │   │   │   ├── service_specification_py3.cpython-37.pyc
│   │   │   │   │   ├── sku_capability.cpython-37.pyc
│   │   │   │   │   ├── sku_capability_py3.cpython-37.pyc
│   │   │   │   │   ├── sku.cpython-37.pyc
│   │   │   │   │   ├── sku_paged.cpython-37.pyc
│   │   │   │   │   ├── sku_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_check_name_availability_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_check_name_availability_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account.cpython-37.pyc
│   │   │   │   │   ├── storage_account_create_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_create_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_key.cpython-37.pyc
│   │   │   │   │   ├── storage_account_key_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_list_keys_result.cpython-37.pyc
│   │   │   │   │   ├── storage_account_list_keys_result_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_paged.cpython-37.pyc
│   │   │   │   │   ├── storage_account_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_regenerate_key_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_regenerate_key_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_account_update_parameters.cpython-37.pyc
│   │   │   │   │   ├── storage_account_update_parameters_py3.cpython-37.pyc
│   │   │   │   │   ├── storage_management_client_enums.cpython-37.pyc
│   │   │   │   │   ├── tag_property.cpython-37.pyc
│   │   │   │   │   ├── tag_property_py3.cpython-37.pyc
│   │   │   │   │   ├── tracked_resource.cpython-37.pyc
│   │   │   │   │   ├── tracked_resource_py3.cpython-37.pyc
│   │   │   │   │   ├── update_history_property.cpython-37.pyc
│   │   │   │   │   ├── update_history_property_py3.cpython-37.pyc
│   │   │   │   │   ├── usage.cpython-37.pyc
│   │   │   │   │   ├── usage_name.cpython-37.pyc
│   │   │   │   │   ├── usage_name_py3.cpython-37.pyc
│   │   │   │   │   ├── usage_paged.cpython-37.pyc
│   │   │   │   │   ├── usage_py3.cpython-37.pyc
│   │   │   │   │   ├── virtual_network_rule.cpython-37.pyc
│   │   │   │   │   └── virtual_network_rule_py3.cpython-37.pyc
│   │   │   │   ├── resource.py
│   │   │   │   ├── resource_py3.py
│   │   │   │   ├── restriction.py
│   │   │   │   ├── restriction_py3.py
│   │   │   │   ├── service_sas_parameters.py
│   │   │   │   ├── service_sas_parameters_py3.py
│   │   │   │   ├── service_specification.py
│   │   │   │   ├── service_specification_py3.py
│   │   │   │   ├── sku_capability.py
│   │   │   │   ├── sku_capability_py3.py
│   │   │   │   ├── sku_paged.py
│   │   │   │   ├── sku.py
│   │   │   │   ├── sku_py3.py
│   │   │   │   ├── storage_account_check_name_availability_parameters.py
│   │   │   │   ├── storage_account_check_name_availability_parameters_py3.py
│   │   │   │   ├── storage_account_create_parameters.py
│   │   │   │   ├── storage_account_create_parameters_py3.py
│   │   │   │   ├── storage_account_key.py
│   │   │   │   ├── storage_account_key_py3.py
│   │   │   │   ├── storage_account_list_keys_result.py
│   │   │   │   ├── storage_account_list_keys_result_py3.py
│   │   │   │   ├── storage_account_paged.py
│   │   │   │   ├── storage_account.py
│   │   │   │   ├── storage_account_py3.py
│   │   │   │   ├── storage_account_regenerate_key_parameters.py
│   │   │   │   ├── storage_account_regenerate_key_parameters_py3.py
│   │   │   │   ├── storage_account_update_parameters.py
│   │   │   │   ├── storage_account_update_parameters_py3.py
│   │   │   │   ├── storage_management_client_enums.py
│   │   │   │   ├── tag_property.py
│   │   │   │   ├── tag_property_py3.py
│   │   │   │   ├── tracked_resource.py
│   │   │   │   ├── tracked_resource_py3.py
│   │   │   │   ├── update_history_property.py
│   │   │   │   ├── update_history_property_py3.py
│   │   │   │   ├── usage_name.py
│   │   │   │   ├── usage_name_py3.py
│   │   │   │   ├── usage_paged.py
│   │   │   │   ├── usage.py
│   │   │   │   ├── usage_py3.py
│   │   │   │   ├── virtual_network_rule.py
│   │   │   │   └── virtual_network_rule_py3.py
│   │   │   ├── operations
│   │   │   │   ├── blob_containers_operations.py
│   │   │   │   ├── blob_services_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── management_policies_operations.py
│   │   │   │   ├── operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── blob_containers_operations.cpython-37.pyc
│   │   │   │   │   ├── blob_services_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── management_policies_operations.cpython-37.pyc
│   │   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   │   ├── skus_operations.cpython-37.pyc
│   │   │   │   │   ├── storage_accounts_operations.cpython-37.pyc
│   │   │   │   │   └── usages_operations.cpython-37.pyc
│   │   │   │   ├── skus_operations.py
│   │   │   │   ├── storage_accounts_operations.py
│   │   │   │   └── usages_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── storage_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   ├── storage_management_client.py
│   │   │   └── version.py
│   │   └── version.py
│   └── azure_mgmt_storage-3.3.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
69 directories, 1854 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment