Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 06:24
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/e54af6317e031f8c58e48fdfce492e7d to your computer and use it in GitHub Desktop.
Save ryantm/e54af6317e031f8c58e48fdfce492e7d to your computer and use it in GitHub Desktop.
/nix/store/3bdk4xr27c52lpfgm2ngxjh7svzfx1dj-python3.7-azure-mgmt-devtestlabs-4.0.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── mgmt
│   │   └── devtestlabs
│   │   ├── _configuration.py
│   │   ├── _dev_test_labs_client.py
│   │   ├── __init__.py
│   │   ├── models
│   │   │   ├── _dev_test_labs_client_enums.py
│   │   │   ├── __init__.py
│   │   │   ├── _models.py
│   │   │   ├── _models_py3.py
│   │   │   ├── _paged_models.py
│   │   │   └── __pycache__
│   │   │   ├── _dev_test_labs_client_enums.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _models.cpython-37.pyc
│   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   └── _paged_models.cpython-37.pyc
│   │   ├── operations
│   │   │   ├── _arm_templates_operations.py
│   │   │   ├── _artifacts_operations.py
│   │   │   ├── _artifact_sources_operations.py
│   │   │   ├── _costs_operations.py
│   │   │   ├── _custom_images_operations.py
│   │   │   ├── _disks_operations.py
│   │   │   ├── _environments_operations.py
│   │   │   ├── _formulas_operations.py
│   │   │   ├── _gallery_images_operations.py
│   │   │   ├── _global_schedules_operations.py
│   │   │   ├── __init__.py
│   │   │   ├── _labs_operations.py
│   │   │   ├── _notification_channels_operations.py
│   │   │   ├── _operations.py
│   │   │   ├── _policies_operations.py
│   │   │   ├── _policy_sets_operations.py
│   │   │   ├── _provider_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _arm_templates_operations.cpython-37.pyc
│   │   │   │   ├── _artifacts_operations.cpython-37.pyc
│   │   │   │   ├── _artifact_sources_operations.cpython-37.pyc
│   │   │   │   ├── _costs_operations.cpython-37.pyc
│   │   │   │   ├── _custom_images_operations.cpython-37.pyc
│   │   │   │   ├── _disks_operations.cpython-37.pyc
│   │   │   │   ├── _environments_operations.cpython-37.pyc
│   │   │   │   ├── _formulas_operations.cpython-37.pyc
│   │   │   │   ├── _gallery_images_operations.cpython-37.pyc
│   │   │   │   ├── _global_schedules_operations.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _labs_operations.cpython-37.pyc
│   │   │   │   ├── _notification_channels_operations.cpython-37.pyc
│   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   ├── _policies_operations.cpython-37.pyc
│   │   │   │   ├── _policy_sets_operations.cpython-37.pyc
│   │   │   │   ├── _provider_operations.cpython-37.pyc
│   │   │   │   ├── _schedules_operations.cpython-37.pyc
│   │   │   │   ├── _secrets_operations.cpython-37.pyc
│   │   │   │   ├── _service_fabric_schedules_operations.cpython-37.pyc
│   │   │   │   ├── _service_fabrics_operations.cpython-37.pyc
│   │   │   │   ├── _service_runners_operations.cpython-37.pyc
│   │   │   │   ├── _users_operations.cpython-37.pyc
│   │   │   │   ├── _virtual_machine_schedules_operations.cpython-37.pyc
│   │   │   │   ├── _virtual_machines_operations.cpython-37.pyc
│   │   │   │   └── _virtual_networks_operations.cpython-37.pyc
│   │   │   ├── _schedules_operations.py
│   │   │   ├── _secrets_operations.py
│   │   │   ├── _service_fabric_schedules_operations.py
│   │   │   ├── _service_fabrics_operations.py
│   │   │   ├── _service_runners_operations.py
│   │   │   ├── _users_operations.py
│   │   │   ├── _virtual_machine_schedules_operations.py
│   │   │   ├── _virtual_machines_operations.py
│   │   │   └── _virtual_networks_operations.py
│   │   ├── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── _dev_test_labs_client.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   └── version.py
│   └── azure_mgmt_devtestlabs-4.0.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 76 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment