Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 08:18
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/c17cc612a6c98995279c9cf3c34cd4c2 to your computer and use it in GitHub Desktop.
Save ryantm/c17cc612a6c98995279c9cf3c34cd4c2 to your computer and use it in GitHub Desktop.
/nix/store/3h2yy1d2wy20mgjha9jir00ii4iixgv1-python3.7-azure-mgmt-dns-3.0.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── mgmt
│   │   └── dns
│   │   ├── _configuration.py
│   │   ├── _dns_management_client.py
│   │   ├── __init__.py
│   │   ├── models.py
│   │   ├── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── _dns_management_client.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── models.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── v2016_04_01
│   │   │   ├── _configuration.py
│   │   │   ├── _dns_management_client.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _dns_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _dns_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
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _record_sets_operations.cpython-37.pyc
│   │   │   │   │   └── _zones_operations.cpython-37.pyc
│   │   │   │   ├── _record_sets_operations.py
│   │   │   │   └── _zones_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── _dns_management_client.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2018_03_01_preview
│   │   │   ├── _configuration.py
│   │   │   ├── _dns_management_client.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _dns_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _dns_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
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _record_sets_operations.cpython-37.pyc
│   │   │   │   │   └── _zones_operations.cpython-37.pyc
│   │   │   │   ├── _record_sets_operations.py
│   │   │   │   └── _zones_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── _dns_management_client.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2018_05_01
│   │   │   ├── _configuration.py
│   │   │   ├── _dns_management_client.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _dns_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _dns_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
│   │   │   │   ├── _dns_resource_reference_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _dns_resource_reference_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _record_sets_operations.cpython-37.pyc
│   │   │   │   │   └── _zones_operations.cpython-37.pyc
│   │   │   │   ├── _record_sets_operations.py
│   │   │   │   └── _zones_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── _dns_management_client.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   └── version.py
│   └── azure_mgmt_dns-3.0.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
27 directories, 90 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment