Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 28, 2020 10:04
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/d57ef63ff459dbe6182179a054daf912 to your computer and use it in GitHub Desktop.
Save r-ryantm/d57ef63ff459dbe6182179a054daf912 to your computer and use it in GitHub Desktop.
/nix/store/azpfxsc2sgnmix9mx89avcchf2hsy4in-python3.7-azure-mgmt-kusto-0.10.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── mgmt
│   │   └── kusto
│   │   ├── _configuration.py
│   │   ├── __init__.py
│   │   ├── _kusto_management_client.py
│   │   ├── models
│   │   │   ├── __init__.py
│   │   │   ├── _kusto_management_client_enums.py
│   │   │   ├── _models.py
│   │   │   ├── _models_py3.py
│   │   │   ├── _paged_models.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _kusto_management_client_enums.cpython-37.pyc
│   │   │   ├── _models.cpython-37.pyc
│   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   └── _paged_models.cpython-37.pyc
│   │   ├── operations
│   │   │   ├── _attached_database_configurations_operations.py
│   │   │   ├── _cluster_principal_assignments_operations.py
│   │   │   ├── _clusters_operations.py
│   │   │   ├── _database_principal_assignments_operations.py
│   │   │   ├── _databases_operations.py
│   │   │   ├── _data_connections_operations.py
│   │   │   ├── __init__.py
│   │   │   ├── _operations.py
│   │   │   └── __pycache__
│   │   │   ├── _attached_database_configurations_operations.cpython-37.pyc
│   │   │   ├── _cluster_principal_assignments_operations.cpython-37.pyc
│   │   │   ├── _clusters_operations.cpython-37.pyc
│   │   │   ├── _database_principal_assignments_operations.cpython-37.pyc
│   │   │   ├── _databases_operations.cpython-37.pyc
│   │   │   ├── _data_connections_operations.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _operations.cpython-37.pyc
│   │   ├── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _kusto_management_client.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   └── version.py
│   └── azure_mgmt_kusto-0.10.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 41 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment