Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 14, 2020 11:03
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/1a904d753ae14022da279d406da83cac to your computer and use it in GitHub Desktop.
Save r-ryantm/1a904d753ae14022da279d406da83cac to your computer and use it in GitHub Desktop.
/nix/store/5vncj41hpsnv6v88yw6qws63j4vzysi6-python3.7-azure-mgmt-policyinsights-0.6.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── mgmt
│   │   └── policyinsights
│   │   ├── _configuration.py
│   │   ├── __init__.py
│   │   ├── models
│   │   │   ├── __init__.py
│   │   │   ├── _models.py
│   │   │   ├── _models_py3.py
│   │   │   ├── _paged_models.py
│   │   │   ├── _policy_insights_client_enums.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _models.cpython-37.pyc
│   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   ├── _paged_models.cpython-37.pyc
│   │   │   └── _policy_insights_client_enums.cpython-37.pyc
│   │   ├── operations
│   │   │   ├── __init__.py
│   │   │   ├── _operations.py
│   │   │   ├── _policy_events_operations.py
│   │   │   ├── _policy_metadata_operations.py
│   │   │   ├── _policy_states_operations.py
│   │   │   ├── _policy_tracked_resources_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   ├── _policy_events_operations.cpython-37.pyc
│   │   │   │   ├── _policy_metadata_operations.cpython-37.pyc
│   │   │   │   ├── _policy_states_operations.cpython-37.pyc
│   │   │   │   ├── _policy_tracked_resources_operations.cpython-37.pyc
│   │   │   │   └── _remediations_operations.cpython-37.pyc
│   │   │   └── _remediations_operations.py
│   │   ├── _policy_insights_client.py
│   │   ├── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _policy_insights_client.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   └── version.py
│   └── azure_mgmt_policyinsights-0.6.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 40 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment