MANIFEST.in
requirements.txt
setup.py
test_requirements.txt
version.txt
cloudshell/__init__.py
cloudshell/cp/__init__.py
cloudshell/cp/azure/__init__.py
cloudshell/cp/azure/azure_shell.py
cloudshell/cp/azure/common/__init__.py
cloudshell/cp/azure/common/azure_clients.py
cloudshell/cp/azure/common/deploy_data_holder.py
cloudshell/cp/azure/common/handlers.py
cloudshell/cp/azure/common/singletons.py
cloudshell/cp/azure/common/exceptions/__init__.py
cloudshell/cp/azure/common/exceptions/autoload_exception.py
cloudshell/cp/azure/common/exceptions/cancellation_exception.py
cloudshell/cp/azure/common/exceptions/quali_timeout_exception.py
cloudshell/cp/azure/common/exceptions/validation_error.py
cloudshell/cp/azure/common/exceptions/virtual_network_not_found_exception.py
cloudshell/cp/azure/common/helpers/__init__.py
cloudshell/cp/azure/common/helpers/cidr_helper.py
cloudshell/cp/azure/common/helpers/deployment_helper.py
cloudshell/cp/azure/common/helpers/ip_allocation_helper.py
cloudshell/cp/azure/common/helpers/retrying_helpers.py
cloudshell/cp/azure/common/helpers/url_helper.py
cloudshell/cp/azure/common/parsers/__init__.py
cloudshell/cp/azure/common/parsers/azure_model_parser.py
cloudshell/cp/azure/common/parsers/azure_resource_id_parser.py
cloudshell/cp/azure/common/parsers/command_result_parser.py
cloudshell/cp/azure/common/parsers/custom_param_extractor.py
cloudshell/cp/azure/common/parsers/port_group_attribute_parser.py
cloudshell/cp/azure/common/parsers/resource_context.py
cloudshell/cp/azure/common/parsers/rules_attribute_parser.py
cloudshell/cp/azure/common/parsers/security_group_parser.py
cloudshell/cp/azure/common/profiler/__init__.py
cloudshell/cp/azure/common/profiler/profiler.py
cloudshell/cp/azure/domain/__init__.py
cloudshell/cp/azure/domain/common/__init__.py
cloudshell/cp/azure/domain/common/vm_details_provider.py
cloudshell/cp/azure/domain/context/__init__.py
cloudshell/cp/azure/domain/context/azure_resource_model.py
cloudshell/cp/azure/domain/networking_management/__init__.py
cloudshell/cp/azure/domain/networking_management/operations/__init__.py
cloudshell/cp/azure/domain/networking_management/operations/add_route_operation.py
cloudshell/cp/azure/domain/networking_management/operations/ip_operation.py
cloudshell/cp/azure/domain/services/__init__.py
cloudshell/cp/azure/domain/services/command_cancellation.py
cloudshell/cp/azure/domain/services/cryptography_service.py
cloudshell/cp/azure/domain/services/image_data.py
cloudshell/cp/azure/domain/services/ip_service.py
cloudshell/cp/azure/domain/services/key_pair.py
cloudshell/cp/azure/domain/services/lock_service.py
cloudshell/cp/azure/domain/services/name_provider.py
cloudshell/cp/azure/domain/services/network_service.py
cloudshell/cp/azure/domain/services/security_group.py
cloudshell/cp/azure/domain/services/storage_service.py
cloudshell/cp/azure/domain/services/subscription.py
cloudshell/cp/azure/domain/services/tags.py
cloudshell/cp/azure/domain/services/task_waiter.py
cloudshell/cp/azure/domain/services/virtual_machine_service.py
cloudshell/cp/azure/domain/services/vm_credentials_service.py
cloudshell/cp/azure/domain/services/vm_extension.py
cloudshell/cp/azure/domain/services/parsers/__init__.py
cloudshell/cp/azure/domain/services/parsers/command_results_parser.py
cloudshell/cp/azure/domain/services/parsers/connection_params.py
cloudshell/cp/azure/domain/services/parsers/custom_param_extractor.py
cloudshell/cp/azure/domain/services/parsers/network_actions.py
cloudshell/cp/azure/domain/vm_management/__init__.py
cloudshell/cp/azure/domain/vm_management/operations/PrepareSandboxInfraOperation.py
cloudshell/cp/azure/domain/vm_management/operations/__init__.py
cloudshell/cp/azure/domain/vm_management/operations/access_key_operation.py
cloudshell/cp/azure/domain/vm_management/operations/app_ports_operation.py
cloudshell/cp/azure/domain/vm_management/operations/autoload_operation.py
cloudshell/cp/azure/domain/vm_management/operations/delete_operation.py
cloudshell/cp/azure/domain/vm_management/operations/deploy_operation.py
cloudshell/cp/azure/domain/vm_management/operations/power_operation.py
cloudshell/cp/azure/domain/vm_management/operations/refresh_ip_operation.py
cloudshell/cp/azure/domain/vm_management/operations/set_app_security_groups.py
cloudshell/cp/azure/domain/vm_management/operations/vm_details_operation.py
cloudshell/cp/azure/models/__init__.py
cloudshell/cp/azure/models/app_security_groups_model.py
cloudshell/cp/azure/models/authorized_key.py
cloudshell/cp/azure/models/azure_blob_url.py
cloudshell/cp/azure/models/azure_cloud_provider_resource_model.py
cloudshell/cp/azure/models/blob_copy_operation.py
cloudshell/cp/azure/models/deploy_azure_vm_resource_models.py
cloudshell/cp/azure/models/deploy_result_model.py
cloudshell/cp/azure/models/image_data.py
cloudshell/cp/azure/models/network_actions_models.py
cloudshell/cp/azure/models/nic_request.py
cloudshell/cp/azure/models/port_data.py
cloudshell/cp/azure/models/reservation_model.py
cloudshell/cp/azure/models/rule_data.py
cloudshell/cp/azure/models/ssh_key.py
cloudshell/cp/azure/models/vm_credentials.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/helpers/__init__.py
tests/helpers/test_helper.py
tests/test_cp/__init__.py
tests/test_cp/test_azure/__init__.py
tests/test_cp/test_azure/test_azure_shell.py
tests/test_cp/test_azure/test_common/__init__.py
tests/test_cp/test_azure/test_common/test_azure_clients.py
tests/test_cp/test_azure/test_common/test_deploy_data_holder.py
tests/test_cp/test_azure/test_common/test_singletons.py
tests/test_cp/test_azure/test_common/test_vm_details_provider.py
tests/test_cp/test_azure/test_domain/__init__.py
tests/test_cp/test_azure/test_domain/test_services/__init__.py
tests/test_cp/test_azure/test_domain/test_services/test_command_cancellation.py
tests/test_cp/test_azure/test_domain/test_services/test_cryptography_service.py
tests/test_cp/test_azure/test_domain/test_services/test_generic_lock_provider.py
tests/test_cp/test_azure/test_domain/test_services/test_image_data_factory.py
tests/test_cp/test_azure/test_domain/test_services/test_ip_service.py
tests/test_cp/test_azure/test_domain/test_services/test_key_pair.py
tests/test_cp/test_azure/test_domain/test_services/test_name_provider.py
tests/test_cp/test_azure/test_domain/test_services/test_network_service.py
tests/test_cp/test_azure/test_domain/test_services/test_security_group.py
tests/test_cp/test_azure/test_domain/test_services/test_storage_service.py
tests/test_cp/test_azure/test_domain/test_services/test_subscription.py
tests/test_cp/test_azure/test_domain/test_services/test_tags.py
tests/test_cp/test_azure/test_domain/test_services/test_task_waiter.py
tests/test_cp/test_azure/test_domain/test_services/test_virtual_machine_service.py
tests/test_cp/test_azure/test_domain/test_services/test_vm_credentials_service.py
tests/test_cp/test_azure/test_domain/test_services/test_vm_extension.py
tests/test_cp/test_azure/test_domain/test_vm_management/__init__.py
tests/test_cp/test_azure/test_domain/test_vm_management/test_operations/__init__.py
tests/test_cp/test_azure/test_domain/test_vm_management/test_operations/test_accesskey_operation.py
tests/test_cp/test_azure/test_domain/test_vm_management/test_operations/test_app_ports_operation.py
tests/test_cp/test_azure/test_domain/test_vm_management/test_operations/test_autoload_operation.py
tests/test_cp/test_azure/test_domain/test_vm_management/test_operations/test_delete_operation.py
tests/test_cp/test_azure/test_domain/test_vm_management/test_operations/test_deploy_operation.py
tests/test_cp/test_azure/test_domain/test_vm_management/test_operations/test_ip_operation.py
tests/test_cp/test_azure/test_domain/test_vm_management/test_operations/test_power_operation.py
tests/test_cp/test_azure/test_domain/test_vm_management/test_operations/test_prepare_connectivity.py
tests/test_cp/test_azure/test_domain/test_vm_management/test_operations/test_refresh_ip_operation.py