MANIFEST.in
README.md
dev_requirements.txt
requirements.txt
setup.py
test_requirements.txt
tox.ini
version.txt
cloudshell/__init__.py
cloudshell/cp/__init__.py
cloudshell/cp/azure/__init__.py
cloudshell/cp/azure/azure_client.py
cloudshell/cp/azure/constants.py
cloudshell/cp/azure/exceptions.py
cloudshell/cp/azure/request_actions.py
cloudshell/cp/azure/reservation_info.py
cloudshell/cp/azure/resource_config.py
cloudshell/cp/azure/actions/__init__.py
cloudshell/cp/azure/actions/network.py
cloudshell/cp/azure/actions/network_security_group.py
cloudshell/cp/azure/actions/resource_group.py
cloudshell/cp/azure/actions/route_tables.py
cloudshell/cp/azure/actions/ssh_key_pair.py
cloudshell/cp/azure/actions/storage_account.py
cloudshell/cp/azure/actions/validation.py
cloudshell/cp/azure/actions/vm.py
cloudshell/cp/azure/actions/vm_credentials.py
cloudshell/cp/azure/actions/vm_details.py
cloudshell/cp/azure/actions/vm_extension.py
cloudshell/cp/azure/actions/vm_image.py
cloudshell/cp/azure/flows/__init__.py
cloudshell/cp/azure/flows/access_key.py
cloudshell/cp/azure/flows/app_security_groups.py
cloudshell/cp/azure/flows/application_ports.py
cloudshell/cp/azure/flows/autoload.py
cloudshell/cp/azure/flows/available_ip.py
cloudshell/cp/azure/flows/cleanup.py
cloudshell/cp/azure/flows/create_route_tables.py
cloudshell/cp/azure/flows/delete_instance.py
cloudshell/cp/azure/flows/power_mgmt.py
cloudshell/cp/azure/flows/refresh_ip.py
cloudshell/cp/azure/flows/vm_details.py
cloudshell/cp/azure/flows/deploy_vm/__init__.py
cloudshell/cp/azure/flows/deploy_vm/base_flow.py
cloudshell/cp/azure/flows/deploy_vm/deploy_custom_vm.py
cloudshell/cp/azure/flows/deploy_vm/deploy_marketplace_vm.py
cloudshell/cp/azure/flows/deploy_vm/deploy_shared_gallery_vm.py
cloudshell/cp/azure/flows/deploy_vm/commands/__init__.py
cloudshell/cp/azure/flows/deploy_vm/commands/create_allow_additional_mgmt_network_rule.py
cloudshell/cp/azure/flows/deploy_vm/commands/create_allow_mgmt_vnet_rule.py
cloudshell/cp/azure/flows/deploy_vm/commands/create_allow_sandbox_inbound_port_rule.py
cloudshell/cp/azure/flows/deploy_vm/commands/create_allow_vm_inbound_port_rule.py
cloudshell/cp/azure/flows/deploy_vm/commands/create_alow_azure_load_balancer_rule.py
cloudshell/cp/azure/flows/deploy_vm/commands/create_deny_sandbox_traffic_rule.py
cloudshell/cp/azure/flows/deploy_vm/commands/create_vm.py
cloudshell/cp/azure/flows/deploy_vm/commands/create_vm_extension.py
cloudshell/cp/azure/flows/deploy_vm/commands/create_vm_network.py
cloudshell/cp/azure/flows/deploy_vm/commands/create_vm_nsg.py
cloudshell/cp/azure/flows/prepare_sandbox_infra/__init__.py
cloudshell/cp/azure/flows/prepare_sandbox_infra/flow.py
cloudshell/cp/azure/flows/prepare_sandbox_infra/commands/__init__.py
cloudshell/cp/azure/flows/prepare_sandbox_infra/commands/create_allow_additional_mgmt_network_rule.py
cloudshell/cp/azure/flows/prepare_sandbox_infra/commands/create_allow_mgmt_vnet_rule.py
cloudshell/cp/azure/flows/prepare_sandbox_infra/commands/create_allow_sandbox_traffic_to_subnet_rule.py
cloudshell/cp/azure/flows/prepare_sandbox_infra/commands/create_deny_access_to_private_subnet_rule.py
cloudshell/cp/azure/flows/prepare_sandbox_infra/commands/create_deny_traffic_from_sandboxes_rule.py
cloudshell/cp/azure/flows/prepare_sandbox_infra/commands/create_nsg.py
cloudshell/cp/azure/flows/prepare_sandbox_infra/commands/create_resource_group.py
cloudshell/cp/azure/flows/prepare_sandbox_infra/commands/create_sandbox_storage_account.py
cloudshell/cp/azure/flows/prepare_sandbox_infra/commands/create_subnet.py
cloudshell/cp/azure/flows/prepare_sandbox_infra/commands/save_ssh_private_key.py
cloudshell/cp/azure/flows/prepare_sandbox_infra/commands/save_ssh_public_key.py
cloudshell/cp/azure/models/__init__.py
cloudshell/cp/azure/models/deploy_app.py
cloudshell/cp/azure/models/deployed_app.py
cloudshell/cp/azure/models/route_table.py
cloudshell/cp/azure/utils/__init__.py
cloudshell/cp/azure/utils/azure_name_parser.py
cloudshell/cp/azure/utils/azure_task_waiter.py
cloudshell/cp/azure/utils/cs_ip_pool_manager.py
cloudshell/cp/azure/utils/cs_reservation_output.py
cloudshell/cp/azure/utils/lock_manager.py
cloudshell/cp/azure/utils/name_generator.py
cloudshell/cp/azure/utils/nsg_rules_priority_generator.py
cloudshell/cp/azure/utils/retrying.py
cloudshell/cp/azure/utils/rollback.py
cloudshell/cp/azure/utils/tags.py
cloudshell_cp_azure.egg-info/PKG-INFO
cloudshell_cp_azure.egg-info/SOURCES.txt
cloudshell_cp_azure.egg-info/dependency_links.txt
cloudshell_cp_azure.egg-info/requires.txt
cloudshell_cp_azure.egg-info/top_level.txt
tests/__init__.py
tests/cp/__init__.py
tests/cp/azure/__init__.py
tests/cp/azure/test_placeholder.py