Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 16, 2020 11:47
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 r-ryantm/ec09e70d38e61545b6ff422a7f6eec92 to your computer and use it in GitHub Desktop.
Save r-ryantm/ec09e70d38e61545b6ff422a7f6eec92 to your computer and use it in GitHub Desktop.
/nix/store/8rnswvs3dhbianpsch86prlgymqxf40w-python3.7-azure-mgmt-cdn-6.0.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── mgmt
│   │   └── cdn
│   │   ├── _cdn_management_client.py
│   │   ├── _configuration.py
│   │   ├── __init__.py
│   │   ├── models
│   │   │   ├── _cdn_management_client_enums.py
│   │   │   ├── __init__.py
│   │   │   ├── _models.py
│   │   │   ├── _models_py3.py
│   │   │   ├── _paged_models.py
│   │   │   └── __pycache__
│   │   │   ├── _cdn_management_client_enums.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _models.cpython-37.pyc
│   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   └── _paged_models.cpython-37.pyc
│   │   ├── operations
│   │   │   ├── _afd_custom_domains_operations.py
│   │   │   ├── _afd_endpoints_operations.py
│   │   │   ├── _afd_origin_groups_operations.py
│   │   │   ├── _afd_origins_operations.py
│   │   │   ├── _afd_profiles_operations.py
│   │   │   ├── _cdn_management_client_operations.py
│   │   │   ├── _custom_domains_operations.py
│   │   │   ├── _edge_nodes_operations.py
│   │   │   ├── _endpoints_operations.py
│   │   │   ├── __init__.py
│   │   │   ├── _log_analytics_operations.py
│   │   │   ├── _managed_rule_sets_operations.py
│   │   │   ├── _operations.py
│   │   │   ├── _origin_groups_operations.py
│   │   │   ├── _origins_operations.py
│   │   │   ├── _policies_operations.py
│   │   │   ├── _profiles_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _afd_custom_domains_operations.cpython-37.pyc
│   │   │   │   ├── _afd_endpoints_operations.cpython-37.pyc
│   │   │   │   ├── _afd_origin_groups_operations.cpython-37.pyc
│   │   │   │   ├── _afd_origins_operations.cpython-37.pyc
│   │   │   │   ├── _afd_profiles_operations.cpython-37.pyc
│   │   │   │   ├── _cdn_management_client_operations.cpython-37.pyc
│   │   │   │   ├── _custom_domains_operations.cpython-37.pyc
│   │   │   │   ├── _edge_nodes_operations.cpython-37.pyc
│   │   │   │   ├── _endpoints_operations.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _log_analytics_operations.cpython-37.pyc
│   │   │   │   ├── _managed_rule_sets_operations.cpython-37.pyc
│   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   ├── _origin_groups_operations.cpython-37.pyc
│   │   │   │   ├── _origins_operations.cpython-37.pyc
│   │   │   │   ├── _policies_operations.cpython-37.pyc
│   │   │   │   ├── _profiles_operations.cpython-37.pyc
│   │   │   │   ├── _resource_usage_operations.cpython-37.pyc
│   │   │   │   ├── _routes_operations.cpython-37.pyc
│   │   │   │   ├── _rule_sets_operations.cpython-37.pyc
│   │   │   │   ├── _rules_operations.cpython-37.pyc
│   │   │   │   ├── _secrets_operations.cpython-37.pyc
│   │   │   │   ├── _security_policies_operations.cpython-37.pyc
│   │   │   │   └── _validate_operations.cpython-37.pyc
│   │   │   ├── _resource_usage_operations.py
│   │   │   ├── _routes_operations.py
│   │   │   ├── _rule_sets_operations.py
│   │   │   ├── _rules_operations.py
│   │   │   ├── _secrets_operations.py
│   │   │   ├── _security_policies_operations.py
│   │   │   └── _validate_operations.py
│   │   ├── __pycache__
│   │   │   ├── _cdn_management_client.cpython-37.pyc
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   └── version.py
│   └── azure_mgmt_cdn-6.0.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 74 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment