pulumi-azure-native 2.77.0__py3-none-any.whl → 2.77.0a1733758409__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +0 -65
- pulumi_azure_native/automation/__init__.py +0 -3
- pulumi_azure_native/automation/automation_account.py +3 -3
- pulumi_azure_native/automation/certificate.py +3 -3
- pulumi_azure_native/automation/connection.py +3 -3
- pulumi_azure_native/automation/connection_type.py +3 -3
- pulumi_azure_native/automation/credential.py +3 -3
- pulumi_azure_native/automation/dsc_configuration.py +3 -3
- pulumi_azure_native/automation/dsc_node_configuration.py +3 -3
- pulumi_azure_native/automation/get_automation_account.py +2 -2
- pulumi_azure_native/automation/get_certificate.py +2 -2
- pulumi_azure_native/automation/get_connection.py +2 -2
- pulumi_azure_native/automation/get_connection_type.py +2 -2
- pulumi_azure_native/automation/get_credential.py +2 -2
- pulumi_azure_native/automation/get_dsc_configuration.py +2 -2
- pulumi_azure_native/automation/get_dsc_node_configuration.py +2 -2
- pulumi_azure_native/automation/get_hybrid_runbook_worker.py +2 -2
- pulumi_azure_native/automation/get_hybrid_runbook_worker_group.py +2 -2
- pulumi_azure_native/automation/get_job_schedule.py +2 -2
- pulumi_azure_native/automation/get_module.py +2 -2
- pulumi_azure_native/automation/get_package.py +0 -4
- pulumi_azure_native/automation/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/automation/get_python2_package.py +2 -2
- pulumi_azure_native/automation/get_python3_package.py +2 -2
- pulumi_azure_native/automation/get_runbook.py +2 -2
- pulumi_azure_native/automation/get_runtime_environment.py +0 -4
- pulumi_azure_native/automation/get_schedule.py +2 -2
- pulumi_azure_native/automation/get_software_update_configuration_by_name.py +2 -2
- pulumi_azure_native/automation/get_source_control.py +2 -2
- pulumi_azure_native/automation/get_variable.py +2 -2
- pulumi_azure_native/automation/get_watcher.py +2 -2
- pulumi_azure_native/automation/get_webhook.py +2 -2
- pulumi_azure_native/automation/hybrid_runbook_worker.py +3 -3
- pulumi_azure_native/automation/hybrid_runbook_worker_group.py +3 -3
- pulumi_azure_native/automation/job_schedule.py +3 -3
- pulumi_azure_native/automation/list_automation_account_deleted_runbooks.py +0 -4
- pulumi_azure_native/automation/list_key_by_automation_account.py +2 -2
- pulumi_azure_native/automation/module.py +3 -3
- pulumi_azure_native/automation/package.py +1 -5
- pulumi_azure_native/automation/private_endpoint_connection.py +3 -3
- pulumi_azure_native/automation/python2_package.py +3 -3
- pulumi_azure_native/automation/python3_package.py +3 -3
- pulumi_azure_native/automation/runbook.py +3 -3
- pulumi_azure_native/automation/runtime_environment.py +1 -5
- pulumi_azure_native/automation/schedule.py +3 -3
- pulumi_azure_native/automation/software_update_configuration_by_name.py +3 -3
- pulumi_azure_native/automation/source_control.py +3 -3
- pulumi_azure_native/automation/v20151031/webhook.py +1 -1
- pulumi_azure_native/automation/v20170515preview/software_update_configuration_by_name.py +1 -1
- pulumi_azure_native/automation/v20190601/software_update_configuration_by_name.py +1 -1
- pulumi_azure_native/automation/v20200113preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/automation/v20200113preview/watcher.py +1 -1
- pulumi_azure_native/automation/v20210622/hybrid_runbook_worker_group.py +1 -1
- pulumi_azure_native/automation/v20220808/automation_account.py +1 -1
- pulumi_azure_native/automation/v20220808/certificate.py +1 -1
- pulumi_azure_native/automation/v20220808/connection.py +1 -1
- pulumi_azure_native/automation/v20220808/connection_type.py +1 -1
- pulumi_azure_native/automation/v20220808/credential.py +1 -1
- pulumi_azure_native/automation/v20220808/dsc_configuration.py +1 -1
- pulumi_azure_native/automation/v20220808/dsc_node_configuration.py +1 -1
- pulumi_azure_native/automation/v20220808/hybrid_runbook_worker.py +1 -1
- pulumi_azure_native/automation/v20220808/hybrid_runbook_worker_group.py +1 -1
- pulumi_azure_native/automation/v20220808/job_schedule.py +1 -1
- pulumi_azure_native/automation/v20220808/module.py +1 -1
- pulumi_azure_native/automation/v20220808/python2_package.py +1 -1
- pulumi_azure_native/automation/v20220808/python3_package.py +1 -1
- pulumi_azure_native/automation/v20220808/runbook.py +1 -1
- pulumi_azure_native/automation/v20220808/schedule.py +1 -1
- pulumi_azure_native/automation/v20220808/source_control.py +1 -1
- pulumi_azure_native/automation/v20220808/variable.py +1 -1
- pulumi_azure_native/automation/v20230515preview/automation_account.py +1 -1
- pulumi_azure_native/automation/v20230515preview/certificate.py +1 -1
- pulumi_azure_native/automation/v20230515preview/connection.py +1 -1
- pulumi_azure_native/automation/v20230515preview/connection_type.py +1 -1
- pulumi_azure_native/automation/v20230515preview/credential.py +1 -1
- pulumi_azure_native/automation/v20230515preview/dsc_configuration.py +1 -1
- pulumi_azure_native/automation/v20230515preview/dsc_node_configuration.py +1 -1
- pulumi_azure_native/automation/v20230515preview/hybrid_runbook_worker.py +1 -1
- pulumi_azure_native/automation/v20230515preview/hybrid_runbook_worker_group.py +1 -1
- pulumi_azure_native/automation/v20230515preview/job_schedule.py +1 -1
- pulumi_azure_native/automation/v20230515preview/module.py +1 -1
- pulumi_azure_native/automation/v20230515preview/package.py +1 -1
- pulumi_azure_native/automation/v20230515preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/automation/v20230515preview/python2_package.py +1 -1
- pulumi_azure_native/automation/v20230515preview/python3_package.py +1 -1
- pulumi_azure_native/automation/v20230515preview/runbook.py +1 -1
- pulumi_azure_native/automation/v20230515preview/runtime_environment.py +1 -1
- pulumi_azure_native/automation/v20230515preview/schedule.py +1 -1
- pulumi_azure_native/automation/v20230515preview/software_update_configuration_by_name.py +1 -1
- pulumi_azure_native/automation/v20230515preview/source_control.py +1 -1
- pulumi_azure_native/automation/v20230515preview/variable.py +1 -1
- pulumi_azure_native/automation/v20230515preview/watcher.py +1 -1
- pulumi_azure_native/automation/v20230515preview/webhook.py +1 -1
- pulumi_azure_native/automation/v20231101/automation_account.py +1 -1
- pulumi_azure_native/automation/v20231101/certificate.py +1 -1
- pulumi_azure_native/automation/v20231101/connection.py +1 -1
- pulumi_azure_native/automation/v20231101/connection_type.py +1 -1
- pulumi_azure_native/automation/v20231101/credential.py +1 -1
- pulumi_azure_native/automation/v20231101/dsc_configuration.py +1 -1
- pulumi_azure_native/automation/v20231101/dsc_node_configuration.py +1 -1
- pulumi_azure_native/automation/v20231101/hybrid_runbook_worker.py +1 -1
- pulumi_azure_native/automation/v20231101/hybrid_runbook_worker_group.py +1 -1
- pulumi_azure_native/automation/v20231101/job_schedule.py +1 -1
- pulumi_azure_native/automation/v20231101/module.py +1 -1
- pulumi_azure_native/automation/v20231101/python2_package.py +1 -1
- pulumi_azure_native/automation/v20231101/python3_package.py +1 -1
- pulumi_azure_native/automation/v20231101/runbook.py +1 -1
- pulumi_azure_native/automation/v20231101/schedule.py +1 -1
- pulumi_azure_native/automation/v20231101/source_control.py +1 -1
- pulumi_azure_native/automation/v20231101/variable.py +1 -1
- pulumi_azure_native/automation/variable.py +3 -3
- pulumi_azure_native/automation/watcher.py +3 -3
- pulumi_azure_native/automation/webhook.py +3 -3
- pulumi_azure_native/datafactory/_inputs.py +0 -20
- pulumi_azure_native/datafactory/outputs.py +0 -14
- pulumi_azure_native/datafactory/v20180601/_inputs.py +0 -20
- pulumi_azure_native/datafactory/v20180601/outputs.py +0 -14
- pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +2 -2
- pulumi_azure_native/offazure/__init__.py +0 -3
- pulumi_azure_native/offazure/get_hyperv_cluster_controller_cluster.py +2 -2
- pulumi_azure_native/offazure/get_hyperv_host_controller.py +2 -2
- pulumi_azure_native/offazure/get_hyperv_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_import_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_master_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_private_endpoint_connection_controller.py +2 -2
- pulumi_azure_native/offazure/get_server_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_sql_discovery_site_data_source_controller.py +2 -2
- pulumi_azure_native/offazure/get_sql_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_vcenter_controller.py +2 -2
- pulumi_azure_native/offazure/get_web_app_discovery_site_data_sources_controller.py +2 -2
- pulumi_azure_native/offazure/get_web_app_sites_controller.py +2 -2
- pulumi_azure_native/offazure/hyper_v_site.py +1 -1
- pulumi_azure_native/offazure/hyperv_cluster_controller_cluster.py +3 -3
- pulumi_azure_native/offazure/hyperv_host_controller.py +3 -3
- pulumi_azure_native/offazure/hyperv_sites_controller.py +3 -3
- pulumi_azure_native/offazure/import_sites_controller.py +3 -3
- pulumi_azure_native/offazure/list_hyperv_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/list_server_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/list_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/master_sites_controller.py +3 -3
- pulumi_azure_native/offazure/private_endpoint_connection.py +1 -1
- pulumi_azure_native/offazure/private_endpoint_connection_controller.py +3 -3
- pulumi_azure_native/offazure/server_sites_controller.py +3 -3
- pulumi_azure_native/offazure/site.py +1 -1
- pulumi_azure_native/offazure/sites_controller.py +3 -3
- pulumi_azure_native/offazure/sql_discovery_site_data_source_controller.py +3 -3
- pulumi_azure_native/offazure/sql_sites_controller.py +3 -3
- pulumi_azure_native/offazure/v20200707/hyper_v_site.py +1 -1
- pulumi_azure_native/offazure/v20200707/private_endpoint_connection.py +1 -1
- pulumi_azure_native/offazure/v20200707/site.py +1 -1
- pulumi_azure_native/offazure/v20230606/hyperv_cluster_controller_cluster.py +1 -1
- pulumi_azure_native/offazure/v20230606/hyperv_host_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/hyperv_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/import_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/master_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/private_endpoint_connection_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/server_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/sql_discovery_site_data_source_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/sql_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/vcenter_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/web_app_discovery_site_data_sources_controller.py +1 -1
- pulumi_azure_native/offazure/v20230606/web_app_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/hyperv_cluster_controller_cluster.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/hyperv_host_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/hyperv_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/import_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/master_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/private_endpoint_connection_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/server_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/sql_discovery_site_data_source_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/sql_sites_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/vcenter_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/web_app_discovery_site_data_sources_controller.py +1 -1
- pulumi_azure_native/offazure/v20231001preview/web_app_sites_controller.py +1 -1
- pulumi_azure_native/offazure/vcenter_controller.py +3 -3
- pulumi_azure_native/offazure/web_app_discovery_site_data_sources_controller.py +3 -3
- pulumi_azure_native/offazure/web_app_sites_controller.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/recoveryservices/v20241001/_enums.py +0 -1
- pulumi_azure_native/recoveryservices/v20241001/_inputs.py +0 -20
- pulumi_azure_native/recoveryservices/v20241001/outputs.py +0 -14
- pulumi_azure_native/resources/__init__.py +0 -3
- pulumi_azure_native/resources/deployment.py +3 -3
- pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
- pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
- pulumi_azure_native/resources/get_deployment.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
- pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
- pulumi_azure_native/resources/get_resource.py +2 -2
- pulumi_azure_native/resources/get_resource_group.py +2 -2
- pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
- pulumi_azure_native/resources/resource.py +3 -3
- pulumi_azure_native/resources/resource_group.py +3 -3
- pulumi_azure_native/resources/tag_at_scope.py +3 -3
- pulumi_azure_native/resources/v20220901/deployment.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_management_group_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_subscription_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/deployment_at_tenant_scope.py +1 -1
- pulumi_azure_native/resources/v20220901/resource.py +1 -1
- pulumi_azure_native/resources/v20220901/resource_group.py +1 -1
- pulumi_azure_native/resources/v20220901/tag_at_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_management_group_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_subscription_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/deployment_at_tenant_scope.py +1 -1
- pulumi_azure_native/resources/v20230701/resource.py +1 -1
- pulumi_azure_native/resources/v20230701/resource_group.py +1 -1
- pulumi_azure_native/resources/v20230701/tag_at_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/deployment.py +1 -1
- pulumi_azure_native/resources/v20240301/deployment_at_management_group_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/deployment_at_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/deployment_at_subscription_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/deployment_at_tenant_scope.py +1 -1
- pulumi_azure_native/resources/v20240301/resource.py +1 -1
- pulumi_azure_native/resources/v20240301/resource_group.py +1 -1
- pulumi_azure_native/resources/v20240301/tag_at_scope.py +1 -1
- pulumi_azure_native/resources/v20240701/deployment.py +1 -1
- pulumi_azure_native/resources/v20240701/deployment_at_management_group_scope.py +1 -1
- pulumi_azure_native/resources/v20240701/deployment_at_scope.py +1 -1
- pulumi_azure_native/resources/v20240701/deployment_at_subscription_scope.py +1 -1
- pulumi_azure_native/resources/v20240701/deployment_at_tenant_scope.py +1 -1
- pulumi_azure_native/resources/v20240701/resource.py +1 -1
- pulumi_azure_native/resources/v20240701/resource_group.py +1 -1
- pulumi_azure_native/resources/v20240701/tag_at_scope.py +1 -1
- {pulumi_azure_native-2.77.0.dist-info → pulumi_azure_native-2.77.0a1733758409.dist-info}/METADATA +7 -1
- {pulumi_azure_native-2.77.0.dist-info → pulumi_azure_native-2.77.0a1733758409.dist-info}/RECORD +237 -342
- pulumi_azure_native/automation/v20241023/__init__.py +0 -58
- pulumi_azure_native/automation/v20241023/_enums.py +0 -157
- pulumi_azure_native/automation/v20241023/_inputs.py +0 -2602
- pulumi_azure_native/automation/v20241023/automation_account.py +0 -473
- pulumi_azure_native/automation/v20241023/certificate.py +0 -348
- pulumi_azure_native/automation/v20241023/connection.py +0 -319
- pulumi_azure_native/automation/v20241023/connection_type.py +0 -290
- pulumi_azure_native/automation/v20241023/credential.py +0 -310
- pulumi_azure_native/automation/v20241023/dsc_configuration.py +0 -476
- pulumi_azure_native/automation/v20241023/dsc_node_configuration.py +0 -350
- pulumi_azure_native/automation/v20241023/get_automation_account.py +0 -339
- pulumi_azure_native/automation/v20241023/get_certificate.py +0 -219
- pulumi_azure_native/automation/v20241023/get_connection.py +0 -205
- pulumi_azure_native/automation/v20241023/get_connection_type.py +0 -191
- pulumi_azure_native/automation/v20241023/get_credential.py +0 -191
- pulumi_azure_native/automation/v20241023/get_dsc_configuration.py +0 -317
- pulumi_azure_native/automation/v20241023/get_dsc_node_configuration.py +0 -219
- pulumi_azure_native/automation/v20241023/get_hybrid_runbook_worker.py +0 -253
- pulumi_azure_native/automation/v20241023/get_hybrid_runbook_worker_group.py +0 -191
- pulumi_azure_native/automation/v20241023/get_job_schedule.py +0 -191
- pulumi_azure_native/automation/v20241023/get_module.py +0 -331
- pulumi_azure_native/automation/v20241023/get_package.py +0 -267
- pulumi_azure_native/automation/v20241023/get_private_endpoint_connection.py +0 -177
- pulumi_azure_native/automation/v20241023/get_python2_package.py +0 -331
- pulumi_azure_native/automation/v20241023/get_python3_package.py +0 -331
- pulumi_azure_native/automation/v20241023/get_runbook.py +0 -401
- pulumi_azure_native/automation/v20241023/get_runtime_environment.py +0 -219
- pulumi_azure_native/automation/v20241023/get_schedule.py +0 -331
- pulumi_azure_native/automation/v20241023/get_software_update_configuration_by_name.py +0 -247
- pulumi_azure_native/automation/v20241023/get_source_control.py +0 -261
- pulumi_azure_native/automation/v20241023/get_variable.py +0 -205
- pulumi_azure_native/automation/v20241023/get_watcher.py +0 -303
- pulumi_azure_native/automation/v20241023/get_webhook.py +0 -289
- pulumi_azure_native/automation/v20241023/hybrid_runbook_worker.py +0 -310
- pulumi_azure_native/automation/v20241023/hybrid_runbook_worker_group.py +0 -269
- pulumi_azure_native/automation/v20241023/job_schedule.py +0 -308
- pulumi_azure_native/automation/v20241023/list_automation_account_deleted_runbooks.py +0 -101
- pulumi_azure_native/automation/v20241023/list_key_by_automation_account.py +0 -84
- pulumi_azure_native/automation/v20241023/module.py +0 -408
- pulumi_azure_native/automation/v20241023/outputs.py +0 -2492
- pulumi_azure_native/automation/v20241023/package.py +0 -341
- pulumi_azure_native/automation/v20241023/private_endpoint_connection.py +0 -278
- pulumi_azure_native/automation/v20241023/python2_package.py +0 -370
- pulumi_azure_native/automation/v20241023/python3_package.py +0 -370
- pulumi_azure_native/automation/v20241023/runbook.py +0 -592
- pulumi_azure_native/automation/v20241023/runtime_environment.py +0 -364
- pulumi_azure_native/automation/v20241023/schedule.py +0 -487
- pulumi_azure_native/automation/v20241023/software_update_configuration_by_name.py +0 -350
- pulumi_azure_native/automation/v20241023/source_control.py +0 -435
- pulumi_azure_native/automation/v20241023/variable.py +0 -317
- pulumi_azure_native/automation/v20241023/watcher.py +0 -443
- pulumi_azure_native/automation/v20241023/webhook.py +0 -435
- pulumi_azure_native/offazure/v20240501preview/__init__.py +0 -39
- pulumi_azure_native/offazure/v20240501preview/_enums.py +0 -115
- pulumi_azure_native/offazure/v20240501preview/_inputs.py +0 -410
- pulumi_azure_native/offazure/v20240501preview/get_hyperv_cluster_controller_cluster.py +0 -261
- pulumi_azure_native/offazure/v20240501preview/get_hyperv_host_controller.py +0 -233
- pulumi_azure_native/offazure/v20240501preview/get_hyperv_sites_controller.py +0 -257
- pulumi_azure_native/offazure/v20240501preview/get_import_sites_controller.py +0 -213
- pulumi_azure_native/offazure/v20240501preview/get_master_sites_controller.py +0 -258
- pulumi_azure_native/offazure/v20240501preview/get_private_endpoint_connection_controller.py +0 -191
- pulumi_azure_native/offazure/v20240501preview/get_server_sites_controller.py +0 -257
- pulumi_azure_native/offazure/v20240501preview/get_sites_controller.py +0 -271
- pulumi_azure_native/offazure/v20240501preview/get_sql_discovery_site_data_source_controller.py +0 -169
- pulumi_azure_native/offazure/v20240501preview/get_sql_sites_controller.py +0 -193
- pulumi_azure_native/offazure/v20240501preview/get_vcenter_controller.py +0 -289
- pulumi_azure_native/offazure/v20240501preview/get_web_app_discovery_site_data_sources_controller.py +0 -169
- pulumi_azure_native/offazure/v20240501preview/get_web_app_sites_controller.py +0 -193
- pulumi_azure_native/offazure/v20240501preview/hyperv_cluster_controller_cluster.py +0 -357
- pulumi_azure_native/offazure/v20240501preview/hyperv_host_controller.py +0 -318
- pulumi_azure_native/offazure/v20240501preview/hyperv_sites_controller.py +0 -402
- pulumi_azure_native/offazure/v20240501preview/import_sites_controller.py +0 -306
- pulumi_azure_native/offazure/v20240501preview/list_hyperv_sites_controller_health_summary.py +0 -101
- pulumi_azure_native/offazure/v20240501preview/list_server_sites_controller_health_summary.py +0 -101
- pulumi_azure_native/offazure/v20240501preview/list_sites_controller_health_summary.py +0 -101
- pulumi_azure_native/offazure/v20240501preview/master_sites_controller.py +0 -386
- pulumi_azure_native/offazure/v20240501preview/outputs.py +0 -972
- pulumi_azure_native/offazure/v20240501preview/private_endpoint_connection_controller.py +0 -251
- pulumi_azure_native/offazure/v20240501preview/server_sites_controller.py +0 -382
- pulumi_azure_native/offazure/v20240501preview/sites_controller.py +0 -392
- pulumi_azure_native/offazure/v20240501preview/sql_discovery_site_data_source_controller.py +0 -250
- pulumi_azure_native/offazure/v20240501preview/sql_sites_controller.py +0 -278
- pulumi_azure_native/offazure/v20240501preview/vcenter_controller.py +0 -396
- pulumi_azure_native/offazure/v20240501preview/web_app_discovery_site_data_sources_controller.py +0 -250
- pulumi_azure_native/offazure/v20240501preview/web_app_sites_controller.py +0 -278
- pulumi_azure_native/resources/v20241101/__init__.py +0 -26
- pulumi_azure_native/resources/v20241101/_enums.py +0 -74
- pulumi_azure_native/resources/v20241101/_inputs.py +0 -1102
- pulumi_azure_native/resources/v20241101/deployment.py +0 -249
- pulumi_azure_native/resources/v20241101/deployment_at_management_group_scope.py +0 -249
- pulumi_azure_native/resources/v20241101/deployment_at_scope.py +0 -249
- pulumi_azure_native/resources/v20241101/deployment_at_subscription_scope.py +0 -228
- pulumi_azure_native/resources/v20241101/deployment_at_tenant_scope.py +0 -228
- pulumi_azure_native/resources/v20241101/get_deployment.py +0 -157
- pulumi_azure_native/resources/v20241101/get_deployment_at_management_group_scope.py +0 -157
- pulumi_azure_native/resources/v20241101/get_deployment_at_scope.py +0 -157
- pulumi_azure_native/resources/v20241101/get_deployment_at_subscription_scope.py +0 -151
- pulumi_azure_native/resources/v20241101/get_deployment_at_tenant_scope.py +0 -151
- pulumi_azure_native/resources/v20241101/get_resource.py +0 -259
- pulumi_azure_native/resources/v20241101/get_resource_group.py +0 -165
- pulumi_azure_native/resources/v20241101/get_tag_at_scope.py +0 -123
- pulumi_azure_native/resources/v20241101/outputs.py +0 -1952
- pulumi_azure_native/resources/v20241101/resource.py +0 -485
- pulumi_azure_native/resources/v20241101/resource_group.py +0 -235
- pulumi_azure_native/resources/v20241101/tag_at_scope.py +0 -170
- {pulumi_azure_native-2.77.0.dist-info → pulumi_azure_native-2.77.0a1733758409.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.77.0.dist-info → pulumi_azure_native-2.77.0a1733758409.dist-info}/top_level.txt +0 -0
|
@@ -1,177 +0,0 @@
|
|
|
1
|
-
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
|
|
5
|
-
import copy
|
|
6
|
-
import warnings
|
|
7
|
-
import sys
|
|
8
|
-
import pulumi
|
|
9
|
-
import pulumi.runtime
|
|
10
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
-
from ... import _utilities
|
|
16
|
-
from . import outputs
|
|
17
|
-
|
|
18
|
-
__all__ = [
|
|
19
|
-
'GetPrivateEndpointConnectionResult',
|
|
20
|
-
'AwaitableGetPrivateEndpointConnectionResult',
|
|
21
|
-
'get_private_endpoint_connection',
|
|
22
|
-
'get_private_endpoint_connection_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetPrivateEndpointConnectionResult:
|
|
27
|
-
"""
|
|
28
|
-
A private endpoint connection
|
|
29
|
-
"""
|
|
30
|
-
def __init__(__self__, group_ids=None, id=None, name=None, private_endpoint=None, private_link_service_connection_state=None, system_data=None, type=None):
|
|
31
|
-
if group_ids and not isinstance(group_ids, list):
|
|
32
|
-
raise TypeError("Expected argument 'group_ids' to be a list")
|
|
33
|
-
pulumi.set(__self__, "group_ids", group_ids)
|
|
34
|
-
if id and not isinstance(id, str):
|
|
35
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
36
|
-
pulumi.set(__self__, "id", id)
|
|
37
|
-
if name and not isinstance(name, str):
|
|
38
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
39
|
-
pulumi.set(__self__, "name", name)
|
|
40
|
-
if private_endpoint and not isinstance(private_endpoint, dict):
|
|
41
|
-
raise TypeError("Expected argument 'private_endpoint' to be a dict")
|
|
42
|
-
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
|
43
|
-
if private_link_service_connection_state and not isinstance(private_link_service_connection_state, dict):
|
|
44
|
-
raise TypeError("Expected argument 'private_link_service_connection_state' to be a dict")
|
|
45
|
-
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
46
|
-
if system_data and not isinstance(system_data, dict):
|
|
47
|
-
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
48
|
-
pulumi.set(__self__, "system_data", system_data)
|
|
49
|
-
if type and not isinstance(type, str):
|
|
50
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
51
|
-
pulumi.set(__self__, "type", type)
|
|
52
|
-
|
|
53
|
-
@property
|
|
54
|
-
@pulumi.getter(name="groupIds")
|
|
55
|
-
def group_ids(self) -> Optional[Sequence[str]]:
|
|
56
|
-
"""
|
|
57
|
-
Gets the groupIds.
|
|
58
|
-
"""
|
|
59
|
-
return pulumi.get(self, "group_ids")
|
|
60
|
-
|
|
61
|
-
@property
|
|
62
|
-
@pulumi.getter
|
|
63
|
-
def id(self) -> str:
|
|
64
|
-
"""
|
|
65
|
-
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
66
|
-
"""
|
|
67
|
-
return pulumi.get(self, "id")
|
|
68
|
-
|
|
69
|
-
@property
|
|
70
|
-
@pulumi.getter
|
|
71
|
-
def name(self) -> str:
|
|
72
|
-
"""
|
|
73
|
-
The name of the resource
|
|
74
|
-
"""
|
|
75
|
-
return pulumi.get(self, "name")
|
|
76
|
-
|
|
77
|
-
@property
|
|
78
|
-
@pulumi.getter(name="privateEndpoint")
|
|
79
|
-
def private_endpoint(self) -> Optional['outputs.PrivateEndpointPropertyResponse']:
|
|
80
|
-
"""
|
|
81
|
-
Private endpoint which the connection belongs to.
|
|
82
|
-
"""
|
|
83
|
-
return pulumi.get(self, "private_endpoint")
|
|
84
|
-
|
|
85
|
-
@property
|
|
86
|
-
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
87
|
-
def private_link_service_connection_state(self) -> Optional['outputs.PrivateLinkServiceConnectionStatePropertyResponse']:
|
|
88
|
-
"""
|
|
89
|
-
Connection State of the Private Endpoint Connection.
|
|
90
|
-
"""
|
|
91
|
-
return pulumi.get(self, "private_link_service_connection_state")
|
|
92
|
-
|
|
93
|
-
@property
|
|
94
|
-
@pulumi.getter(name="systemData")
|
|
95
|
-
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
96
|
-
"""
|
|
97
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
98
|
-
"""
|
|
99
|
-
return pulumi.get(self, "system_data")
|
|
100
|
-
|
|
101
|
-
@property
|
|
102
|
-
@pulumi.getter
|
|
103
|
-
def type(self) -> str:
|
|
104
|
-
"""
|
|
105
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
106
|
-
"""
|
|
107
|
-
return pulumi.get(self, "type")
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
class AwaitableGetPrivateEndpointConnectionResult(GetPrivateEndpointConnectionResult):
|
|
111
|
-
# pylint: disable=using-constant-test
|
|
112
|
-
def __await__(self):
|
|
113
|
-
if False:
|
|
114
|
-
yield self
|
|
115
|
-
return GetPrivateEndpointConnectionResult(
|
|
116
|
-
group_ids=self.group_ids,
|
|
117
|
-
id=self.id,
|
|
118
|
-
name=self.name,
|
|
119
|
-
private_endpoint=self.private_endpoint,
|
|
120
|
-
private_link_service_connection_state=self.private_link_service_connection_state,
|
|
121
|
-
system_data=self.system_data,
|
|
122
|
-
type=self.type)
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
def get_private_endpoint_connection(automation_account_name: Optional[str] = None,
|
|
126
|
-
private_endpoint_connection_name: Optional[str] = None,
|
|
127
|
-
resource_group_name: Optional[str] = None,
|
|
128
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateEndpointConnectionResult:
|
|
129
|
-
"""
|
|
130
|
-
Gets a private endpoint connection.
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
:param str automation_account_name: The name of the automation account.
|
|
134
|
-
:param str private_endpoint_connection_name: The name of the private endpoint connection.
|
|
135
|
-
:param str resource_group_name: Name of an Azure Resource group.
|
|
136
|
-
"""
|
|
137
|
-
__args__ = dict()
|
|
138
|
-
__args__['automationAccountName'] = automation_account_name
|
|
139
|
-
__args__['privateEndpointConnectionName'] = private_endpoint_connection_name
|
|
140
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
141
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
142
|
-
__ret__ = pulumi.runtime.invoke('azure-native:automation/v20241023:getPrivateEndpointConnection', __args__, opts=opts, typ=GetPrivateEndpointConnectionResult).value
|
|
143
|
-
|
|
144
|
-
return AwaitableGetPrivateEndpointConnectionResult(
|
|
145
|
-
group_ids=pulumi.get(__ret__, 'group_ids'),
|
|
146
|
-
id=pulumi.get(__ret__, 'id'),
|
|
147
|
-
name=pulumi.get(__ret__, 'name'),
|
|
148
|
-
private_endpoint=pulumi.get(__ret__, 'private_endpoint'),
|
|
149
|
-
private_link_service_connection_state=pulumi.get(__ret__, 'private_link_service_connection_state'),
|
|
150
|
-
system_data=pulumi.get(__ret__, 'system_data'),
|
|
151
|
-
type=pulumi.get(__ret__, 'type'))
|
|
152
|
-
def get_private_endpoint_connection_output(automation_account_name: Optional[pulumi.Input[str]] = None,
|
|
153
|
-
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
154
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
155
|
-
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPrivateEndpointConnectionResult]:
|
|
156
|
-
"""
|
|
157
|
-
Gets a private endpoint connection.
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
:param str automation_account_name: The name of the automation account.
|
|
161
|
-
:param str private_endpoint_connection_name: The name of the private endpoint connection.
|
|
162
|
-
:param str resource_group_name: Name of an Azure Resource group.
|
|
163
|
-
"""
|
|
164
|
-
__args__ = dict()
|
|
165
|
-
__args__['automationAccountName'] = automation_account_name
|
|
166
|
-
__args__['privateEndpointConnectionName'] = private_endpoint_connection_name
|
|
167
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
168
|
-
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
169
|
-
__ret__ = pulumi.runtime.invoke_output('azure-native:automation/v20241023:getPrivateEndpointConnection', __args__, opts=opts, typ=GetPrivateEndpointConnectionResult)
|
|
170
|
-
return __ret__.apply(lambda __response__: GetPrivateEndpointConnectionResult(
|
|
171
|
-
group_ids=pulumi.get(__response__, 'group_ids'),
|
|
172
|
-
id=pulumi.get(__response__, 'id'),
|
|
173
|
-
name=pulumi.get(__response__, 'name'),
|
|
174
|
-
private_endpoint=pulumi.get(__response__, 'private_endpoint'),
|
|
175
|
-
private_link_service_connection_state=pulumi.get(__response__, 'private_link_service_connection_state'),
|
|
176
|
-
system_data=pulumi.get(__response__, 'system_data'),
|
|
177
|
-
type=pulumi.get(__response__, 'type')))
|
|
@@ -1,331 +0,0 @@
|
|
|
1
|
-
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
|
|
5
|
-
import copy
|
|
6
|
-
import warnings
|
|
7
|
-
import sys
|
|
8
|
-
import pulumi
|
|
9
|
-
import pulumi.runtime
|
|
10
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
-
from ... import _utilities
|
|
16
|
-
from . import outputs
|
|
17
|
-
|
|
18
|
-
__all__ = [
|
|
19
|
-
'GetPython2PackageResult',
|
|
20
|
-
'AwaitableGetPython2PackageResult',
|
|
21
|
-
'get_python2_package',
|
|
22
|
-
'get_python2_package_output',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class GetPython2PackageResult:
|
|
27
|
-
"""
|
|
28
|
-
Definition of the module type.
|
|
29
|
-
"""
|
|
30
|
-
def __init__(__self__, activity_count=None, content_link=None, creation_time=None, description=None, error=None, etag=None, id=None, is_composite=None, is_global=None, last_modified_time=None, location=None, name=None, provisioning_state=None, size_in_bytes=None, system_data=None, tags=None, type=None, version=None):
|
|
31
|
-
if activity_count and not isinstance(activity_count, int):
|
|
32
|
-
raise TypeError("Expected argument 'activity_count' to be a int")
|
|
33
|
-
pulumi.set(__self__, "activity_count", activity_count)
|
|
34
|
-
if content_link and not isinstance(content_link, dict):
|
|
35
|
-
raise TypeError("Expected argument 'content_link' to be a dict")
|
|
36
|
-
pulumi.set(__self__, "content_link", content_link)
|
|
37
|
-
if creation_time and not isinstance(creation_time, str):
|
|
38
|
-
raise TypeError("Expected argument 'creation_time' to be a str")
|
|
39
|
-
pulumi.set(__self__, "creation_time", creation_time)
|
|
40
|
-
if description and not isinstance(description, str):
|
|
41
|
-
raise TypeError("Expected argument 'description' to be a str")
|
|
42
|
-
pulumi.set(__self__, "description", description)
|
|
43
|
-
if error and not isinstance(error, dict):
|
|
44
|
-
raise TypeError("Expected argument 'error' to be a dict")
|
|
45
|
-
pulumi.set(__self__, "error", error)
|
|
46
|
-
if etag and not isinstance(etag, str):
|
|
47
|
-
raise TypeError("Expected argument 'etag' to be a str")
|
|
48
|
-
pulumi.set(__self__, "etag", etag)
|
|
49
|
-
if id and not isinstance(id, str):
|
|
50
|
-
raise TypeError("Expected argument 'id' to be a str")
|
|
51
|
-
pulumi.set(__self__, "id", id)
|
|
52
|
-
if is_composite and not isinstance(is_composite, bool):
|
|
53
|
-
raise TypeError("Expected argument 'is_composite' to be a bool")
|
|
54
|
-
pulumi.set(__self__, "is_composite", is_composite)
|
|
55
|
-
if is_global and not isinstance(is_global, bool):
|
|
56
|
-
raise TypeError("Expected argument 'is_global' to be a bool")
|
|
57
|
-
pulumi.set(__self__, "is_global", is_global)
|
|
58
|
-
if last_modified_time and not isinstance(last_modified_time, str):
|
|
59
|
-
raise TypeError("Expected argument 'last_modified_time' to be a str")
|
|
60
|
-
pulumi.set(__self__, "last_modified_time", last_modified_time)
|
|
61
|
-
if location and not isinstance(location, str):
|
|
62
|
-
raise TypeError("Expected argument 'location' to be a str")
|
|
63
|
-
pulumi.set(__self__, "location", location)
|
|
64
|
-
if name and not isinstance(name, str):
|
|
65
|
-
raise TypeError("Expected argument 'name' to be a str")
|
|
66
|
-
pulumi.set(__self__, "name", name)
|
|
67
|
-
if provisioning_state and not isinstance(provisioning_state, str):
|
|
68
|
-
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
69
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
70
|
-
if size_in_bytes and not isinstance(size_in_bytes, float):
|
|
71
|
-
raise TypeError("Expected argument 'size_in_bytes' to be a float")
|
|
72
|
-
pulumi.set(__self__, "size_in_bytes", size_in_bytes)
|
|
73
|
-
if system_data and not isinstance(system_data, dict):
|
|
74
|
-
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
75
|
-
pulumi.set(__self__, "system_data", system_data)
|
|
76
|
-
if tags and not isinstance(tags, dict):
|
|
77
|
-
raise TypeError("Expected argument 'tags' to be a dict")
|
|
78
|
-
pulumi.set(__self__, "tags", tags)
|
|
79
|
-
if type and not isinstance(type, str):
|
|
80
|
-
raise TypeError("Expected argument 'type' to be a str")
|
|
81
|
-
pulumi.set(__self__, "type", type)
|
|
82
|
-
if version and not isinstance(version, str):
|
|
83
|
-
raise TypeError("Expected argument 'version' to be a str")
|
|
84
|
-
pulumi.set(__self__, "version", version)
|
|
85
|
-
|
|
86
|
-
@property
|
|
87
|
-
@pulumi.getter(name="activityCount")
|
|
88
|
-
def activity_count(self) -> Optional[int]:
|
|
89
|
-
"""
|
|
90
|
-
Gets or sets the activity count of the module.
|
|
91
|
-
"""
|
|
92
|
-
return pulumi.get(self, "activity_count")
|
|
93
|
-
|
|
94
|
-
@property
|
|
95
|
-
@pulumi.getter(name="contentLink")
|
|
96
|
-
def content_link(self) -> Optional['outputs.ContentLinkResponse']:
|
|
97
|
-
"""
|
|
98
|
-
Gets or sets the contentLink of the module.
|
|
99
|
-
"""
|
|
100
|
-
return pulumi.get(self, "content_link")
|
|
101
|
-
|
|
102
|
-
@property
|
|
103
|
-
@pulumi.getter(name="creationTime")
|
|
104
|
-
def creation_time(self) -> Optional[str]:
|
|
105
|
-
"""
|
|
106
|
-
Gets or sets the creation time.
|
|
107
|
-
"""
|
|
108
|
-
return pulumi.get(self, "creation_time")
|
|
109
|
-
|
|
110
|
-
@property
|
|
111
|
-
@pulumi.getter
|
|
112
|
-
def description(self) -> Optional[str]:
|
|
113
|
-
"""
|
|
114
|
-
Gets or sets the description.
|
|
115
|
-
"""
|
|
116
|
-
return pulumi.get(self, "description")
|
|
117
|
-
|
|
118
|
-
@property
|
|
119
|
-
@pulumi.getter
|
|
120
|
-
def error(self) -> Optional['outputs.ModuleErrorInfoResponse']:
|
|
121
|
-
"""
|
|
122
|
-
Gets or sets the error info of the module.
|
|
123
|
-
"""
|
|
124
|
-
return pulumi.get(self, "error")
|
|
125
|
-
|
|
126
|
-
@property
|
|
127
|
-
@pulumi.getter
|
|
128
|
-
def etag(self) -> Optional[str]:
|
|
129
|
-
"""
|
|
130
|
-
Gets or sets the etag of the resource.
|
|
131
|
-
"""
|
|
132
|
-
return pulumi.get(self, "etag")
|
|
133
|
-
|
|
134
|
-
@property
|
|
135
|
-
@pulumi.getter
|
|
136
|
-
def id(self) -> str:
|
|
137
|
-
"""
|
|
138
|
-
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
139
|
-
"""
|
|
140
|
-
return pulumi.get(self, "id")
|
|
141
|
-
|
|
142
|
-
@property
|
|
143
|
-
@pulumi.getter(name="isComposite")
|
|
144
|
-
def is_composite(self) -> Optional[bool]:
|
|
145
|
-
"""
|
|
146
|
-
Gets or sets type of module, if its composite or not.
|
|
147
|
-
"""
|
|
148
|
-
return pulumi.get(self, "is_composite")
|
|
149
|
-
|
|
150
|
-
@property
|
|
151
|
-
@pulumi.getter(name="isGlobal")
|
|
152
|
-
def is_global(self) -> Optional[bool]:
|
|
153
|
-
"""
|
|
154
|
-
Gets or sets the isGlobal flag of the module.
|
|
155
|
-
"""
|
|
156
|
-
return pulumi.get(self, "is_global")
|
|
157
|
-
|
|
158
|
-
@property
|
|
159
|
-
@pulumi.getter(name="lastModifiedTime")
|
|
160
|
-
def last_modified_time(self) -> Optional[str]:
|
|
161
|
-
"""
|
|
162
|
-
Gets or sets the last modified time.
|
|
163
|
-
"""
|
|
164
|
-
return pulumi.get(self, "last_modified_time")
|
|
165
|
-
|
|
166
|
-
@property
|
|
167
|
-
@pulumi.getter
|
|
168
|
-
def location(self) -> str:
|
|
169
|
-
"""
|
|
170
|
-
The geo-location where the resource lives
|
|
171
|
-
"""
|
|
172
|
-
return pulumi.get(self, "location")
|
|
173
|
-
|
|
174
|
-
@property
|
|
175
|
-
@pulumi.getter
|
|
176
|
-
def name(self) -> str:
|
|
177
|
-
"""
|
|
178
|
-
The name of the resource
|
|
179
|
-
"""
|
|
180
|
-
return pulumi.get(self, "name")
|
|
181
|
-
|
|
182
|
-
@property
|
|
183
|
-
@pulumi.getter(name="provisioningState")
|
|
184
|
-
def provisioning_state(self) -> Optional[str]:
|
|
185
|
-
"""
|
|
186
|
-
Gets or sets the provisioning state of the module.
|
|
187
|
-
"""
|
|
188
|
-
return pulumi.get(self, "provisioning_state")
|
|
189
|
-
|
|
190
|
-
@property
|
|
191
|
-
@pulumi.getter(name="sizeInBytes")
|
|
192
|
-
def size_in_bytes(self) -> Optional[float]:
|
|
193
|
-
"""
|
|
194
|
-
Gets or sets the size in bytes of the module.
|
|
195
|
-
"""
|
|
196
|
-
return pulumi.get(self, "size_in_bytes")
|
|
197
|
-
|
|
198
|
-
@property
|
|
199
|
-
@pulumi.getter(name="systemData")
|
|
200
|
-
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
201
|
-
"""
|
|
202
|
-
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
203
|
-
"""
|
|
204
|
-
return pulumi.get(self, "system_data")
|
|
205
|
-
|
|
206
|
-
@property
|
|
207
|
-
@pulumi.getter
|
|
208
|
-
def tags(self) -> Optional[Mapping[str, str]]:
|
|
209
|
-
"""
|
|
210
|
-
Resource tags.
|
|
211
|
-
"""
|
|
212
|
-
return pulumi.get(self, "tags")
|
|
213
|
-
|
|
214
|
-
@property
|
|
215
|
-
@pulumi.getter
|
|
216
|
-
def type(self) -> str:
|
|
217
|
-
"""
|
|
218
|
-
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
219
|
-
"""
|
|
220
|
-
return pulumi.get(self, "type")
|
|
221
|
-
|
|
222
|
-
@property
|
|
223
|
-
@pulumi.getter
|
|
224
|
-
def version(self) -> Optional[str]:
|
|
225
|
-
"""
|
|
226
|
-
Gets or sets the version of the module.
|
|
227
|
-
"""
|
|
228
|
-
return pulumi.get(self, "version")
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
class AwaitableGetPython2PackageResult(GetPython2PackageResult):
|
|
232
|
-
# pylint: disable=using-constant-test
|
|
233
|
-
def __await__(self):
|
|
234
|
-
if False:
|
|
235
|
-
yield self
|
|
236
|
-
return GetPython2PackageResult(
|
|
237
|
-
activity_count=self.activity_count,
|
|
238
|
-
content_link=self.content_link,
|
|
239
|
-
creation_time=self.creation_time,
|
|
240
|
-
description=self.description,
|
|
241
|
-
error=self.error,
|
|
242
|
-
etag=self.etag,
|
|
243
|
-
id=self.id,
|
|
244
|
-
is_composite=self.is_composite,
|
|
245
|
-
is_global=self.is_global,
|
|
246
|
-
last_modified_time=self.last_modified_time,
|
|
247
|
-
location=self.location,
|
|
248
|
-
name=self.name,
|
|
249
|
-
provisioning_state=self.provisioning_state,
|
|
250
|
-
size_in_bytes=self.size_in_bytes,
|
|
251
|
-
system_data=self.system_data,
|
|
252
|
-
tags=self.tags,
|
|
253
|
-
type=self.type,
|
|
254
|
-
version=self.version)
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
def get_python2_package(automation_account_name: Optional[str] = None,
|
|
258
|
-
package_name: Optional[str] = None,
|
|
259
|
-
resource_group_name: Optional[str] = None,
|
|
260
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPython2PackageResult:
|
|
261
|
-
"""
|
|
262
|
-
Retrieve the python 2 package identified by package name.
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
:param str automation_account_name: The name of the automation account.
|
|
266
|
-
:param str package_name: The python package name.
|
|
267
|
-
:param str resource_group_name: Name of an Azure Resource group.
|
|
268
|
-
"""
|
|
269
|
-
__args__ = dict()
|
|
270
|
-
__args__['automationAccountName'] = automation_account_name
|
|
271
|
-
__args__['packageName'] = package_name
|
|
272
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
273
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
274
|
-
__ret__ = pulumi.runtime.invoke('azure-native:automation/v20241023:getPython2Package', __args__, opts=opts, typ=GetPython2PackageResult).value
|
|
275
|
-
|
|
276
|
-
return AwaitableGetPython2PackageResult(
|
|
277
|
-
activity_count=pulumi.get(__ret__, 'activity_count'),
|
|
278
|
-
content_link=pulumi.get(__ret__, 'content_link'),
|
|
279
|
-
creation_time=pulumi.get(__ret__, 'creation_time'),
|
|
280
|
-
description=pulumi.get(__ret__, 'description'),
|
|
281
|
-
error=pulumi.get(__ret__, 'error'),
|
|
282
|
-
etag=pulumi.get(__ret__, 'etag'),
|
|
283
|
-
id=pulumi.get(__ret__, 'id'),
|
|
284
|
-
is_composite=pulumi.get(__ret__, 'is_composite'),
|
|
285
|
-
is_global=pulumi.get(__ret__, 'is_global'),
|
|
286
|
-
last_modified_time=pulumi.get(__ret__, 'last_modified_time'),
|
|
287
|
-
location=pulumi.get(__ret__, 'location'),
|
|
288
|
-
name=pulumi.get(__ret__, 'name'),
|
|
289
|
-
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
290
|
-
size_in_bytes=pulumi.get(__ret__, 'size_in_bytes'),
|
|
291
|
-
system_data=pulumi.get(__ret__, 'system_data'),
|
|
292
|
-
tags=pulumi.get(__ret__, 'tags'),
|
|
293
|
-
type=pulumi.get(__ret__, 'type'),
|
|
294
|
-
version=pulumi.get(__ret__, 'version'))
|
|
295
|
-
def get_python2_package_output(automation_account_name: Optional[pulumi.Input[str]] = None,
|
|
296
|
-
package_name: Optional[pulumi.Input[str]] = None,
|
|
297
|
-
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
298
|
-
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPython2PackageResult]:
|
|
299
|
-
"""
|
|
300
|
-
Retrieve the python 2 package identified by package name.
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
:param str automation_account_name: The name of the automation account.
|
|
304
|
-
:param str package_name: The python package name.
|
|
305
|
-
:param str resource_group_name: Name of an Azure Resource group.
|
|
306
|
-
"""
|
|
307
|
-
__args__ = dict()
|
|
308
|
-
__args__['automationAccountName'] = automation_account_name
|
|
309
|
-
__args__['packageName'] = package_name
|
|
310
|
-
__args__['resourceGroupName'] = resource_group_name
|
|
311
|
-
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
312
|
-
__ret__ = pulumi.runtime.invoke_output('azure-native:automation/v20241023:getPython2Package', __args__, opts=opts, typ=GetPython2PackageResult)
|
|
313
|
-
return __ret__.apply(lambda __response__: GetPython2PackageResult(
|
|
314
|
-
activity_count=pulumi.get(__response__, 'activity_count'),
|
|
315
|
-
content_link=pulumi.get(__response__, 'content_link'),
|
|
316
|
-
creation_time=pulumi.get(__response__, 'creation_time'),
|
|
317
|
-
description=pulumi.get(__response__, 'description'),
|
|
318
|
-
error=pulumi.get(__response__, 'error'),
|
|
319
|
-
etag=pulumi.get(__response__, 'etag'),
|
|
320
|
-
id=pulumi.get(__response__, 'id'),
|
|
321
|
-
is_composite=pulumi.get(__response__, 'is_composite'),
|
|
322
|
-
is_global=pulumi.get(__response__, 'is_global'),
|
|
323
|
-
last_modified_time=pulumi.get(__response__, 'last_modified_time'),
|
|
324
|
-
location=pulumi.get(__response__, 'location'),
|
|
325
|
-
name=pulumi.get(__response__, 'name'),
|
|
326
|
-
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
327
|
-
size_in_bytes=pulumi.get(__response__, 'size_in_bytes'),
|
|
328
|
-
system_data=pulumi.get(__response__, 'system_data'),
|
|
329
|
-
tags=pulumi.get(__response__, 'tags'),
|
|
330
|
-
type=pulumi.get(__response__, 'type'),
|
|
331
|
-
version=pulumi.get(__response__, 'version')))
|