Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 25, 2020 06:14
Show Gist options
  • Save r-ryantm/548a90c3cccdcb8048721730b6323b8d to your computer and use it in GitHub Desktop.
Save r-ryantm/548a90c3cccdcb8048721730b6323b8d to your computer and use it in GitHub Desktop.
/nix/store/80cwl3w96dmqxk5jnvdsk4yhdv8xh2l3-python3.7-azure-mgmt-hdinsight-2.1.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── mgmt
│   │   └── hdinsight
│   │   ├── _configuration.py
│   │   ├── _hd_insight_management_client.py
│   │   ├── __init__.py
│   │   ├── models
│   │   │   ├── _hd_insight_management_client_enums.py
│   │   │   ├── __init__.py
│   │   │   ├── _models.py
│   │   │   ├── _models_py3.py
│   │   │   ├── _paged_models.py
│   │   │   └── __pycache__
│   │   │   ├── _hd_insight_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
│   │   │   ├── _applications_operations.py
│   │   │   ├── _clusters_operations.py
│   │   │   ├── _configurations_operations.py
│   │   │   ├── _extensions_operations.py
│   │   │   ├── __init__.py
│   │   │   ├── _locations_operations.py
│   │   │   ├── _operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _applications_operations.cpython-37.pyc
│   │   │   │   ├── _clusters_operations.cpython-37.pyc
│   │   │   │   ├── _configurations_operations.cpython-37.pyc
│   │   │   │   ├── _extensions_operations.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _locations_operations.cpython-37.pyc
│   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   ├── _script_actions_operations.cpython-37.pyc
│   │   │   │   ├── _script_execution_history_operations.cpython-37.pyc
│   │   │   │   └── _virtual_machines_operations.cpython-37.pyc
│   │   │   ├── _script_actions_operations.py
│   │   │   ├── _script_execution_history_operations.py
│   │   │   └── _virtual_machines_operations.py
│   │   ├── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── _hd_insight_management_client.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   └── version.py
│   └── azure_mgmt_hdinsight-2.1.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 46 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment